/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
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,
tr,
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;
}

/* font imports & definitions */
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('/css/fonts/ProximaNova-Regular.eot');
  src: url('/css/fonts/ProximaNova-Regular.woff2') format('woff2'), url('/css/fonts/ProximaNova-Regular.woff') format('woff'),
    url('/css/fonts/ProximaNova-Regular.ttf') format('truetype'), 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.woff2') format('woff2'), url('/css/fonts/ProximaNova-Bold.woff') format('woff'), url('/css/fonts/ProximaNova-Bold.ttf') format('truetype'),
    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.woff2') format('woff2'), url('/css/fonts/ProximaNova-Light.woff') format('woff'),
    url('/css/fonts/ProximaNova-Light.ttf') format('truetype'), 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.woff') format('woff'), url('/css/fonts/Kapra-Regular.ttf') format('truetype'), 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-Optimized, '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-Optimized, '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-Optimized, '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-Optimized, '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-Optimized, '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;
  }
}

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

.portHero__caption {
  font-family: 'ProximaNova-Regular', Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only all and (min-width: 1441px) {
  .portHero__caption {
    font-size: 2rem;
  }
}
@media only all and (min-width: 1025px) and (max-width: 1440px) {
  .portHero__caption {
    font-size: 2rem;
  }
}
@media only all and (min-width: 769px) and (max-width: 1024px) {
  .portHero__caption {
    font-size: 1.688rem;
  }
}
@media only all and (max-width: 768px) {
  .portHero__caption {
    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;
}
.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;
}

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

.white-text {
  color: #ffffff;
}

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

.insiderTips__base1 {
  background-color: #bee1df;
  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__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 {
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 46.875rem) {
  .insiderTips__list {
    -ms-flex-align: start;
    align-items: flex-start;
    -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 {
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -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;
  }
}

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

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

.merchandising-slant-copy {
  text-align: center;
}
.merchandising-slant-copy .paragraphCopy {
  width: 60%;
  margin: 0 auto;
}
.merchandising-slant-copy .inlineHyperlink {
  color: #ffffff;
}

.weekend-section {
  background: url('https://thedubalmall.icu/content/dam/royal/content/destinations/caribbean/image/caribbean-beach-texture-background-slant.jpg') no-repeat;
  background-size: cover;
  width: 100%;
  color: white;
}

.slanted {
  position: relative;
  z-index: 2;
  margin: 100px 0;
  padding: 2.5% 0;
  min-height: 120px;
  -ms-transform: skewY(-6deg);
  /* IE 9 */
  /* Safari */
  transform: skewY(-6deg);
  /* Standard syntax */
}

.weekend-section .mdc-layout-grid {
  -ms-transform: skewY(6deg);
  /* IE 9 */
  /* Safari */
  transform: skewY(6deg);
  /* Standard syntax */
}

/* FOR IPAD TO HAVE BACKGROUND HEIGHT */
.tile-image {
  background-size: cover;
  width: 100%;
  height: 420px;
}

.layer {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.overlay::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.destination-title {
  margin-top: calc(15vw / 2);
  z-index: 1;
  position: relative;
  line-height: 200%;
}

.destination-type {
  width: 100%;
  font-size: 3rem;
  color: #fff;
}

.destination-text {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 16px;
}

.destinations {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mobileOnly {
  display: none;
}

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

.button-border {
  font-family: 'ProximaNova-Regular', Arial, sans-serif;
  text-decoration: none;
  border: 1px solid white;
  padding: 10px;
  letter-spacing: 1px;
  text-align: center;
  font-size: 0.75rem;
  color: #fff;
  margin: 0 auto;
  display: inline-block;
  white-space: nowrap;
}

/* MEDIA QUERIES */
@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .mdc-layout-grid__inner {
    padding-top: 35px;
  }
  .destination-title {
    margin-top: calc(20vw / 2);
  }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
  .destination-title {
    margin-top: calc(18vw / 2);
  }
  .tile-image {
    height: 320px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .destination-title {
    margin-top: calc(35vw / 2);
  }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  .destination-title {
    margin-top: calc(35vw / 2);
  }
  .merchandising-slant-copy {
    text-align: center;
  }
  .merchandising-slant-copy .paragraphCopy {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .merchandising-slant-copy {
    text-align: center;
  }
  .merchandising-slant-copy .paragraphCopy {
    width: 100%;
    margin: 0 auto;
  }
  .mobileOnly {
    display: block;
  }
  .desktopOnly {
    display: none;
  }
  .destination-title {
    margin-top: calc(65vw / 2);
  }
}

.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: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  place-content: stretch 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: linear-gradient(-180deg, transparent 52%, #002f36 101%);
  z-index: 2;
}
.hero_parallex_image__black::after {
  /* Gradient black: */
  background-image: linear-gradient(-180deg, transparent 52%, black 101%);
}
.hero_parallex_image__navy::after {
  /* Gradient black: */
  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_content {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  place-content: stretch space-between;
  -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: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero_parallex_content .hero_parallex_content_video {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50%;
  padding: 20px;
}

@media (max-width: 768px) {
  .hero_parallex_content {
    -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 {
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 600px;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
}

.banner_withtext {
  margin: auto;
}

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

/* MEDIA QUERIES */
@media screen and (min-width: 1920px) {
  .section-feature-image {
    height: 550px;
    max-height: 550px;
    width: 100%;
  }
  .banner_withtext {
    max-width: 1920px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .section-feature-image {
    height: 550px;
    max-height: 550px;
    width: 91%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
  .section-feature-image {
    height: 415px;
    width: 94%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-feature-image {
    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 {
    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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.wrapper .container:before {
  content: ' ';
  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: 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: radial-gradient(50% 150%, transparent 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: transparent;
}
.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;
  }
}

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

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

/* ---- MODIFIED TO ALLOW EMBEDDED IMAGES ---- */

.twoWaysImages {
  height: 300px;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.twoWaysImages .twoWaysImages__image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  margin-right: -50%;
  z-index: 1;
}

/* ---- END MODIFIED ---- */

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

/* ---- ADDED FOR PORTS SLANT ---- */

.sectionPort__intro {
  padding: 3rem 0;
}

.portView__section .itineraryCarousel {
  margin: -21.25rem auto 0 auto;
  width: 100%;
}

.cruiseFrom__parsys .itineraryCarousel__instance,
.cruiseTo__parsys .itineraryCarousel__instance,
.cruiseFrom__parsys .slant-content,
.cruiseTo__parsys .slant-content,
.cruiseFrom__parsys > .aem-Grid > .responsivegrid,
.cruiseTo__parsys > .aem-Grid > .responsivegrid {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  max-width: 90rem;
  padding: 0 1rem;
  width: 100%;
}

.cruiseFrom__parsys > .aem-Grid > .responsivegrid,
.cruiseTo__parsys > .aem-Grid > .responsivegrid {
  float: unset !important;
  width: 100% !important;
}

/* small breakpoint */
@media (min-width: 46.875rem) {
  .cruiseFrom__parsys .itineraryCarousel__instance,
  .cruiseTo__parsys .itineraryCarousel__instance,
  .cruiseFrom__parsys .slant-content,
  .cruiseTo__parsys .slant-content,
  .cruiseFrom__parsys > .aem-Grid > .responsivegrid,
  .cruiseTo__parsys > .aem-Grid > .responsivegrid {
    padding: 0 2rem;
  }
}
/* medium-up breakpoint */
@media (min-width: 64.0625rem) {
  .cruiseFrom__parsys .itineraryCarousel__instance,
  .cruiseTo__parsys .itineraryCarousel__instance,
  .cruiseFrom__parsys .slant-content,
  .cruiseTo__parsys .slant-content,
  .cruiseFrom__parsys > .aem-Grid > .responsivegrid,
  .cruiseTo__parsys > .aem-Grid > .responsivegrid {
    padding: 0 4rem;
  }
}

.sectionShipslist__base {
  width: 100%;
  margin: 1rem 0 0 5%;
}

.sectionShipslist__base .sectionShipslist__list {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: 'ProximaNova-Regular', Arial, sans-serif;
  font-size: 1rem;
}

.sectionShipslist__base .sectionShipslist__list li {
  white-space: nowrap;
  margin: 0 0 1rem 0;
  width: 20%;
}

.sectionShipslist__base .sectionShipslist__list li a {
  text-decoration: none;
  color: #005edc;
}

.carouselItem__base:first-child {
  padding: 0 !important;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1024px) {
  .sectionShipslist__base .sectionShipslist__list li {
    width: 24%;
  }
}

@media screen and (max-width: 768px) {
  .sectionShipslist__base .sectionShipslist__list li {
    width: 30%;
  }
}

@media screen and (max-width: 375px) {
  .sectionShipslist__base .sectionShipslist__list li {
    width: 50%;
  }
}

/* ---- END FOR PORTS STYLES ---- */

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

@media screen and (min-width: 375px) and (max-width: 767px) {
  .twoWaysCopy .introCopy {
    width: 100%;
  }
  .twoWaysImages {
    height: 190px;
  }
  .space-for-carousel {
    height: 276px;
  }
}

@media screen and (max-width: 479px) {
  .mobileOnly {
    display: block;
  }
  .desktopOnly {
    display: none;
  }
}

/* ADDED SKYSCRAPER TILE */

.tallTile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  -ms-flex-align: end;
  align-items: flex-end;
}
.tallTile img {
  width: 100%;
  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: linear-gradient(-180deg, transparent 0%, #000000 50%, transparent 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%;
}

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

@media only screen and (max-width: 839px) {
  .overlay {
    height: 250px;
  }
  .tallTile__overlay {
    height: 300px;
  }
  .tallTile__title {
    margin: -467px auto 0 auto;
  }
}
/* END OF SKYSCRAPER TILE */

/* GOLD BUTTON */
.goldBtn {
  background-color: #f9c700;
  padding: 0.5rem 1.5rem;
  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;
  }
}
/* END GOLD BUTTON */

/* DYNAMIC PRICE */
.dynamicPrice {
  margin-bottom: 16px;
}
/* END DYNAMIC PRICE */
