@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

.menuContainer { width:100%; }
.menu { background:#005eae; width:100%; background-repeat:no-repeat; height:80px; padding-top:5px; margin:0 auto 0 auto; font-family: 'Montserrat', sans-serif; }
.menuAdmin { background:#000; width:100%; background-repeat:no-repeat; height:80px; padding-top:5px; margin:0 auto 0 auto; font-family: 'Montserrat', sans-serif; }
.menuLower { background:white; color:#005eae; width:100%; height:34px; margin:0 auto 0 auto; font-family: 'Montserrat', sans-serif; }
.menuGradient{
	background: -moz-linear-gradient(center top , #005EAE 0%, #005487 3%, #005890 5%, #0069AB 11%, #0074C0 16%, #0078C7 21%, #0076C5 29%, #0070C0 32%, #0064B3 66%, #005EAE 87%, #005EAE 100%) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(top, #005EAE 0%,#005487 3%,#005890 5%,#0069AB 11%,#0074C0 16%,#0078C7 21%,#0076C5 29%,#0070C0 32%,#0064B3 66%,#005EAE 87%,#005EAE 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005eae', endColorstr='#005eae',GradientType=0 );
}
a									{ text-decoration: none; }
.phoneNumber a:link { color:#ffffff; text-decoration:none; }
.clickToChat { z-index:0; margin:0px 0px 0px 10px; } 
.callNow { background:url("https://www.prestigecruises.com/images/callNowBanner_cruises.jpg"); width:339px; height:60px; margin-top:20px; }
.clear_both { clear:both; }

.footer { width:991px; font-family:Verdana, Geneva, sans-serif; margin:10px 10px 15px 18px; background:#ffffff; }
.footer a { font-weight:normal; }
.footer .footerHeader { font-size:12px; font-weight:bold; }
.footer .footerDivider { width:100%; border-bottom:1px solid #cfcfcf; margin:5px 0 5px 0; }
.footer .footerBody { font-size:10px; background:#005eae; background-color:#005eae; color:white; }
.footer .footerBody .column { width:240px; float:left; }
.footer .footerBody .column .columnHeader { font-weight:600; color:black; }

.footerHeaderNew { background:#e1e1e1; background-color:#e1e1e1; color:black; width:100%; background-repeat:no-repeat; margin:0 auto 0 auto; font-family:'Montserrat', sans-serif; }
.footerHeaderNew .content { width:1064px; margin-left:auto; margin-right:auto; font-size:11px; padding-top:5px; }
.footerHeaderNew .content .column { width:210px; float:left; }
.footerBodyNew { background:#005eae; background-color:#005eae; color:white; width:100%; background-repeat:no-repeat; margin:0 auto 0 auto; font-family:'Montserrat', sans-serif; }
.footerBodyNew .content { width:1064px; margin-left:auto; margin-right:auto; font-size:10px; padding:15px; }
.footerBodyNew .content .column { width:240px; float:left; }
.footerDividerNew { width:100%; border-bottom:3px solid #ffbc11; margin:5px 0 0 0; }

/* trying to hide the Total Cruise Rate on Odysseus Deep Links */
/*[data-ody-id="Total Cruise Rate_Table"] { display: none; }*/
