/* http://meyerweb.com/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,
sup,
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: baseline;
}

/* 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;
}

/* RCCL Variables */
.typography {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.heroheader {
  font-family: "Kapra-Optimized", Impact, "Arial Narrow", Arial, 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-Optimized", Impact, "Arial Narrow", Arial, 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-Optimized", Impact, "Arial Narrow", Arial, 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-Optimized", Impact, "Arial Narrow", Arial, 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-Optimized", Impact, "Arial Narrow", Arial, 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;
  }
}

.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;
  }
}

.page__parAbove {
  margin: 0;
  display: none;
}

/* Footer Update - Show default one */
#rciHeader {
  display: none;
}

.footer__wrapper {
  display: none;
}

#ge_cwc-footer {
  max-width: 100vw !important;
}

.footer__wrapper footer#rciFooter .footer__rcl {
  max-width: 100vw;
}

.footer__wrapper-collection {
  display: none;
  background-color: #203559;
  max-width: 100vw;
}
.footer__wrapper-collection .footer__rcl__dislcaimer {
  background-color: #203559;
  color: white;
}

.footer__rcl__dislcaimer {
  text-align: center;
}

header {
  display: none;
}

.rcl_universal_footer {
  display: none;
}

.page__par {
  display: none;
}

.loader-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000c28;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.loader-wrapper .loader {
  justify-self: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loader-wrapper .loader img {
  width: 40%;
}
@-webkit-keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
  }
}
@keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes shadow-pulse-big {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}
@keyframes shadow-pulse-big {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}
.loader-wrapper .loader .loading {
  width: 130px;
  height: 130px;
  font: 18px/180px "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  background: rgba(199, 199, 199, 0.295);
  border-radius: 50%;
  -webkit-animation: shadow-pulse 1s infinite;
          animation: shadow-pulse 1s infinite;
}

.logo-rccl {
  position: fixed;
  top: 0;
  left: 0;
}
.logo-rccl img {
  width: 200px;
  height: 100%;
}

.casino-logo {
  max-width: 30%;
  margin: 1.5rem;
}

.hud {
  position: fixed;
  z-index: 20;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.scroll {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 55px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#social-collections {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.social-icons {
  max-height: 25px;
}

.sign-up {
  position: fixed;
  top: 0;
  right: 0;
  border-radius: 0;
  background: #fdbb17;
  color: #ffffff;
  cursor: pointer;
  border: 0;
  font-size: 1rem;
  height: 2.9411764706rem;
  line-height: 2.9411764706rem;
  padding: 0 3.1764705882rem;
}
.sign-up:focus {
  outline: 0;
}
.sign-up:active {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  outline: 0;
}

.footer-pdiCollection {
  position: fixed;
  bottom: 10px;
  left: 20px;
}

nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

navitem {
  float: right;
}
@media screen and (max-width: 46.875rem) {
  navitem {
    padding: 0 0.5rem;
  }
}

navitem span {
  line-height: 120%;
  display: block;
  text-align: center;
  padding: 14px 16px;
  letter-spacing: 2px;
}

navitem a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.heroFullScreen {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #000c28;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
  overflow: hidden;
}
.heroFullScreen.crossLinkContent {
  height: 100%;
  min-height: 100vh;
  padding: 4rem 0;
}
@media screen and (min-width: 46.875rem) {
  .heroFullScreen {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .heroFullScreen.crossLinkContent {
    height: 100%;
    min-height: 100vh;
    padding: 0;
  }
}

.heroImageFullScreen img {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}

.FullScreenHeroContent {
  width: 100%;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 3;
  -ms-flex: 1 1 0%;
  -webkit-box-flex: 1;
          flex: 1 1 0%;
  place-content: stretch center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.FullScreenHeroContent .centeredContent {
  width: 70%;
  margin: 0 auto;
  color: white;
}

.overlayBlue {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(1, 8, 23, 0.6);
  height: 100%;
  width: 100%;
  z-index: 1;
}

.containerGlass {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(79%, transparent), color-stop(94%, #000c28));
  background-image: -o-linear-gradient(top, transparent 79%, #000c28 94%);
  background-image: linear-gradient(-180deg, transparent 79%, #000c28 94%);
  height: 100%;
  width: 100%;
  z-index: 3;
}
.containerGlass--black {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(79%, transparent), color-stop(94%, #000000));
  background-image: -o-linear-gradient(top, transparent 79%, #000000 94%);
  background-image: linear-gradient(-180deg, transparent 79%, #000000 94%);
}

.introductionSection {
  position: relative;
  height: 150vh;
  background: url("https://rccl-h.assetsadobe.com/is/image/content/dam/royal/data/activity/casino-royale/navigator-of-the-seas-casino-video-slots-cheering.jpg?$1440x1080$");
  background-size: cover;
  width: 100%;
  color: white;
  text-align: center;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .introductionSection {
    height: 150vh;
  }
}

.introductionContent {
  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;
  width: 90%;
  margin: 5rem auto 2rem;
  z-index: 2;
}
@media screen and (min-width: 46.875rem) {
  .introductionContent {
    width: 80%;
  }
}
@media screen and (min-width: 90rem) {
  .introductionContent {
    margin-top: 10rem;
    width: 65%;
  }
}

[data-scroll] {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

[data-scroll=in] {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

[data-scroll=out] {
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
}

.fadein[data-scroll] {
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}

.fadein[data-scroll=in] {
  opacity: 1;
}

.fadein[data-scroll=out] {
  opacity: 0;
}

#growContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70%;
  position: relative;
  margin: 2rem 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: 100%;
  width: 50%;
  -webkit-transition: width 400ms;
  -o-transition: width 400ms;
  transition: width 400ms;
  position: relative;
}
.grow img {
  position: absolute;
  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 .comingSoonPDI {
  border: none;
  background-color: #FD5689;
  padding: 0.8rem 2rem;
  margin: 1rem;
  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;
}
.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: 90%;
}

.split-section > div {
  position: relative;
  display: grid;
  width: 100%;
  height: 150vh;
  z-index: 10;
}
@media screen and (min-width: 20rem) and (max-height: 37rem) {
  .split-section > div {
    height: 180vh;
  }
}
@media screen and (min-width: 46.875rem) {
  .split-section > div {
    height: 100vh;
  }
}
.split-section.section--50-25-25 > div {
  -ms-grid-rows: 60% 1fr 1fr;
  grid-template-rows: 60% 1fr 1fr;
  overflow: hidden;
}
@media screen and (min-width: 46.875rem) {
  .split-section.section--50-25-25 > div {
    -ms-grid-rows: none;
    grid-template-rows: none;
    grid-template-columns: 50% 25% 25%;
  }
}
.split-section.section--25-25-50 > div {
  -ms-grid-rows: 10% 10% 1fr;
  grid-template-rows: 20% 20% 1fr;
  overflow: hidden;
}
@media screen and (min-width: 46.875rem) {
  .split-section.section--25-25-50 > div {
    -ms-grid-rows: none;
    grid-template-rows: none;
    grid-template-columns: 25% 25% 50%;
  }
}
.split-section.section--70-30 > div {
  -ms-grid-rows: 70% 30%;
  grid-template-rows: 70% 30%;
  overflow: hidden;
}
@media screen and (min-width: 46.875rem) {
  .split-section.section--70-30 > div {
    -ms-grid-rows: none;
    grid-template-rows: none;
    grid-template-columns: 70% 30%;
  }
}
.split-section.section--40-60 > div {
  -ms-grid-rows: 40% 60%;
  grid-template-rows: 40% 60%;
  overflow: hidden;
}
@media screen and (min-width: 46.875rem) {
  .split-section.section--40-60 > div {
    -ms-grid-rows: none;
    grid-template-rows: none;
    grid-template-columns: 40% 60%;
  }
}
.split-section.section--60-40 > div {
  -ms-grid-rows: 60% 40%;
  grid-template-rows: 60% 40%;
  overflow: hidden;
}
@media screen and (min-width: 46.875rem) {
  .split-section.section--60-40 > div {
    -ms-grid-rows: none;
    grid-template-rows: none;
    grid-template-columns: 60% 40%;
  }
}
.split-section.section--33-33-33 > div {
  -ms-grid-rows: 1fr 1fr 1fr;
  grid-template-rows: auto;
  overflow: hidden;
}
@media screen and (min-width: 46.875rem) {
  .split-section.section--33-33-33 > div {
    -ms-grid-rows: none;
    grid-template-rows: none;
    grid-template-columns: 33.33% 1fr 1fr;
  }
}

.imageCoverPDIContainer {
  position: relative;
  width: 100%;
  height: 100%;
}

.cover-image {
  height: 40%;
  -o-object-position: center center;
     object-position: center center;
}

.imgPDI-bg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.bg-image {
  background-position: top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.imgCoverSection {
  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: 100%;
  width: 100%;
  position: relative;
}
.imgCoverSection img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.imgCoverSection video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.imgCoverSection .content {
  position: absolute;
  width: 90%;
  margin: auto;
  text-align: center;
}
.imgCoverSection .content--overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.content-wrapper {
  height: 100vh;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
}

.video-content-wrapper {
  height: 100%;
  position: absolute;
  top: 40%;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.container-3-sections {
  width: 50%;
}

.bg-video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contactForm-container {
  width: 60%;
  margin: 1rem auto;
}

.contactForm {
  position: relative;
  height: 100vh;
  background-color: #000c28;
}
.contactForm img.sectionBg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.formSignup__base {
  max-width: 80rem;
}

@media (min-width: 64rem) {
  .formSignup__base__submitContainer .md-button {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  .grow .growContent h2.heading1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 960px) {
  .contactForm-container {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .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: 100%;
    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: 150%;
  }

  .imgCoverSection .content .heading2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 700px) {
  #social-collections {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
  }

  .social-icons {
    max-height: 20px;
  }

  .logo-rccl img {
    width: 150px;
  }

  .sign-up {
    position: fixed;
    top: 0;
    right: 0;
    border-radius: 0;
    background: #fdbb17;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    font-size: 1rem;
    height: 2.9411764706rem;
    line-height: 2.9411764706rem;
    padding: 0 2rem;
  }
  .sign-up:focus {
    outline: 0;
  }
  .sign-up:active {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    outline: 0;
  }

  .footer-pdiCollection {
    position: fixed;
    bottom: 10px;
    left: 20px;
  }

  .pdicollection-logo {
    max-width: 45%;
  }

  .introductionPDI {
    height: 135vh;
  }

  #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: 90vh;
    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: 100%;
    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: 150%;
  }

  .imgCoverSection .content {
    width: 90%;
  }

  .contactForm .paragraphCopy {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 440px) {
  .logo-rccl img {
    width: 150px;
    margin-top: 0;
  }

  #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: 100%;
    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: 150%;
  }

  .contactForm {
    height: 135vh;
  }

  .contactForm .paragraphCopy {
    font-size: 1.125rem;
  }

  .content-wrapper {
    height: 100%;
  }

  .sign-up {
    padding: 0.2rem 1.1rem;
    height: 2.5rem;
    line-height: 100%;
  }

  #social-collections {
    width: 50%;
    right: 0;
  }
  #social-collections .social-icons {
    padding: 0 0.075rem;
  }

  navitem a {
    padding: 0.5rem 0.2rem;
  }
}
@media screen and (max-height: 414px) {
  #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: 100%;
    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: 150%;
  }

  .contactForm {
    height: 225vh;
  }

  .contactForm .paragraphCopy {
    font-size: 1.125rem;
  }

  .content-wrapper {
    height: 100%;
  }
}
@media screen and (max-height: 360px) {
  #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: 100%;
    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: 150%;
  }

  .contactForm {
    height: 225vh;
  }

  .contactForm .paragraphCopy {
    font-size: 1.125rem;
  }

  .content-wrapper {
    height: 100%;
  }
}
.lockup-logo.circle-logo {
  max-width: 10rem;
  margin: 1.5rem;
}
@media screen and (min-width: 46.875rem) {
  .lockup-logo.circle-logo {
    max-width: 12rem;
  }
}
@media screen and (min-width: 90rem) {
  .lockup-logo.circle-logo {
    max-width: 14rem;
  }
}

.fadeIn {
  opacity: 1;
  -webkit-animation-name: fadeInOpacity;
          animation-name: fadeInOpacity;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

@-webkit-keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fullWidthPage h2.heading2 {
  font-size: 2.625rem;
}
@media screen and (min-width: 46.875rem) {
  .fullWidthPage h2.heading2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 90rem) {
  .fullWidthPage h2.heading2 {
    font-size: 4rem;
  }
}
.fullWidthPage h2.heading1 {
  font-size: 3.5rem;
}
@media screen and (min-width: 46.875rem) {
  .fullWidthPage h2.heading1 {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 90rem) {
  .fullWidthPage h2.heading1 {
    font-size: 5.5rem;
  }
}
.fullWidthPage p.paragraphCopy, .fullWidthPage div.paragraphCopy {
  font-size: 1rem;
}
@media screen and (min-width: 46.875rem) {
  .fullWidthPage p.paragraphCopy, .fullWidthPage div.paragraphCopy {
    font-size: 1.125rem;
  }
  .fullWidthPage p.paragraphCopy.paragraphFullSection, .fullWidthPage div.paragraphCopy.paragraphFullSection {
    font-size: 1.325rem;
  }
}
@media screen and (min-width: 90rem) {
  .fullWidthPage p.paragraphCopy, .fullWidthPage div.paragraphCopy {
    font-size: 1.225rem;
  }
  .fullWidthPage p.paragraphCopy.paragraphFullSection, .fullWidthPage div.paragraphCopy.paragraphFullSection {
    font-size: 1.5rem;
  }
}

.heroFullScreen .overlayContent {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
}
@media screen and (min-width: 46.875rem) {
  .heroFullScreen .overlayContent {
    height: 100%;
  }
  .heroFullScreen .overlayContent45 {
    width: 45%;
  }
  .heroFullScreen .overlayContent55 {
    width: 55%;
  }
  .heroFullScreen .overlayContent--left {
    position: absolute;
    left: 0;
  }
  .heroFullScreen .overlayContent--right {
    position: absolute;
    right: 0;
    height: 100%;
  }
}
.heroFullScreen .overlayContent--right {
  right: 0;
  height: 100%;
}
.heroFullScreen.visaSection {
  height: auto;
}
@media screen and (min-width: 20rem) and (max-height: 42rem) {
  .heroFullScreen.visaSection {
    height: 160vh;
  }
}
@media screen and (min-width: 46.875rem) {
  .heroFullScreen.visaSection {
    height: 100vh;
  }
}
.heroFullScreen > .visaCard {
  bottom: 0;
}

.contentSideAligned {
  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;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  height: auto;
  text-align: center;
  padding: 3rem;
  color: white;
}
@media screen and (min-width: 46.875rem) {
  .contentSideAligned {
    padding: 0 3rem;
    height: 100%;
  }
}
@media screen and (min-width: 64rem) {
  .contentSideAligned {
    padding: 0 10%;
    height: 100%;
  }
}
@media screen and (min-width: 106rem) {
  .contentSideAligned {
    padding: 0 12rem;
    height: 100%;
  }
}
.contentSideAligned .visaCardImage {
  max-width: 20rem;
  margin-top: auto;
}
@media screen and (min-width: 46.875rem) {
  .contentSideAligned .visaCardImage {
    margin: auto;
    max-width: 25rem;
  }
}
@media screen and (min-width: 90rem) {
  .contentSideAligned .visaCardImage {
    margin: auto;
    max-width: 35rem;
  }
}
.contentSideAligned ul.visa {
  list-style-type: disc;
  list-style-position: inside;
  color: white;
  text-align: center;
  line-height: 150%;
}
.contentSideAligned .visaDisclaimer {
  position: relative;
  margin-top: 2rem;
}
.contentSideAligned .visaDisclaimer .fineDisclaimer {
  margin-top: 1rem;
}
@media screen and (min-width: 46.875rem) {
  .contentSideAligned .visaDisclaimer {
    position: absolute;
    bottom: 2rem;
    width: 90%;
  }
}

.membershipsSection {
  position: relative;
  height: auto;
  background: url("https://rccl-h.assetsadobe.com/is/image/content/dam/royal/ports-and-destinations/destinations/perfect-day/assets/family-snorkel-underwater-fish-perfect-day-at-cococay.jpg?$1440x1080$");
  background-size: cover;
  width: 100%;
  color: white;
  text-align: center;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .membershipsSection {
    height: auto;
  }
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.overlayBlue {
  background-color: rgba(1, 8, 23, 0.6);
}
.overlayBlack {
  background-color: rgba(0, 0, 0, 0.2);
}

.containerGlass--black {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(79%, transparent), color-stop(94%, #000000));
  background-image: -o-linear-gradient(top, transparent 79%, #000000 94%);
  background-image: linear-gradient(-180deg, transparent 79%, #000000 94%);
}

.tier {
  margin-bottom: 20px;
  position: relative;
  float: left;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tier:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

#growContainerMembers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  position: relative;
  margin: 5rem auto;
  overflow: hidden;
  max-width: 80%;
}
@media screen and (min-width: 90rem) {
  #growContainerMembers {
    max-width: 70%;
  }
}

.contactForm.contactForm--CAS {
  opacity: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #09162d), color-stop(74%, #203559));
  background-image: -o-linear-gradient(top, #09162d 10%, #203559 74%);
  background-image: linear-gradient(180deg, #09162d 10%, #203559 74%);
}

.nav-text {
  padding: 0;
  display: none;
}
@media screen and (min-width: 46.875rem) {
  .nav-text {
    display: block;
  }
}

.nav-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.5rem;
}
@media screen and (min-width: 46.875rem) {
  .nav-img {
    display: none;
  }
}

.mxCwCBanner {
  max-width: 100%;
}

.formMaterial__base .md-input-container.md-input-focused:not(.md-invalid) label, .formMaterial__base .md-input-container.rccl-select-input label {
  color: white;
}

.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;
}

.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;
}

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

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

/* 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%;
  }
}