@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* GLOBAL SETTINGS
  ----------------------------- */
:root {
		/* Brand Palette -- if updating, copy changes to desktop_w.css */
		--BRAND-black: #000 !important;
		--BRAND-gray20: #333 !important;
		--BRAND-gray51: #828282 !important;
		--BRAND-gray87: #dedede !important;
		--BRAND-lightblue: #63acff !important;
		--BRAND-navy: #032559 !important;
		--BRAND-orange: #f2561d !important;
		--BRAND-purple: #460ecf !important;
		--BRAND-white: #fff !important;
		--BRAND-yellow: #f0a227 !important;
	
		--BRAND-heading-font: 'Josefin Sans', sans-serif;
		--BRAND-body-font: 'Open Sans', sans-serif;
	
	/* variables to be used in theming */
	--clr-accent: var(--BRAND-lightblue);
	--bg-primary: var(--BRAND-navy);
	--bg-secondary: var(--BRAND-yellow);

	--btn-primary-bg: var(--BRAND-yellow);
	--btn-primary-border: var(--BRAND-yellow);
	--btn-primary-txt: var(--BRAND-navy);
	--btn-primary-bg_hover: var(--BRAND-purple);
	--btn-primary-border_hover: var(--BRAND-purple);
	--btn-primary-txt_hover: var(--BRAND-white);

	--btn-secondary-bg: var(--BRAND-yellow);
	--btn-secondary-border: var(--BRAND-yellow);
	--btn-secondary-txt: var(--BRAND-navy);
	--btn-secondary-bg_hover: var(--BRAND-purple);
	--btn-secondary-border_hover: var(--BRAND-purple);
	--btn-secondary-txt_hover: var(--BRAND-white);

	--btn-ghost-border: var(--btn-primary-bg);
	--btn-ghost-txt: var(--btn-primary-txt);
	--btn-ghost-txt_hover: var(--btn-primary-txt_hover);
	--btn-ghost-border_hover: var(--btn-primary-border_hover);

	--btn-info-tab: var(--BRAND-navy);

	--btn-selected-color: var(--BRAND-navy);

	--icon-primary: var(--BRAND-navy);
	--icon-secondary: var(--BRAND-yellow);

	--txt-accent-primary: var(--BRAND-purple);
	--txt-accent-secondary: var(--BRAND-orange);
	--txt-body: var(--BRAND-gray20);
	--txt-link: var(--BRAND-navy);

	--txt-header-primary: var(--BRAND-white);
	--bg-header-primary: var(--BRAND-navy);
	--txt-header-primary_inverse: var(--BRAND-navy);
	--bg-header-primary_inverse: var(--BRAND-white);

	--txt-header-secondary: var(--BRAND-gray20);
	--bg-header-secondary: var( ); /* undefined */

	--txt-header-tertiary: var(--txt-header-primary_inverse); /* mapped to --txt-header-primary_inverse if undefined */
	--bg-header-tertiary: var( ); /* undefined */

	/* Uplift / Cruise Payments Variables */
	--uplift-txt-header-primary: var(--BRAND-navy);
	--uplift-txt-header-secondary: var(--BRAND-orange);
	--uplift-bg-icon-primary: var(--BRAND-navy);
	--uplift-bg-icon-secondary: var(--BRAND-orange);
	--uplift-bg-urgency: var(--BRAND-orange);
	--uplift-bg-callout: var(--BRAND-navy);
	--uplift-bg-search: var(--BRAND-navy);
	--uplift-btn-search-bg: var(--BRAND-white);
	--uplift-btn-search-border: var(--BRAND-white);
	--uplift-btn-search-txt: var(--BRAND-navy);
	--uplift-btn-search-bg_hover: var(--BRAND-navy);
	--uplift-btn-search-border_hover: var(--BRAND-white);
	--uplift-btn-search-txt_hover: var(--BRAND-white);

}


.ui-btn,
.ui-overlay-a,
.ui-page-theme-a .ui-panel-wrapper,
.ui-page-theme-a,
.wth2-content,
.wth2-footer,
body,
button,
html,
input,
textarea {
	color: #333;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
select {font-family: Arial, Helvetica, sans-serif;}

.wth2-content {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1300px;
	padding: 0 10px;
}

a,
a:visited {
	color:#032559;
	font-weight: bold;
	text-decoration: none;
}

a:hover,
a:active { text-decoration: underline; }

input[type="radio"],
input[type="checkbox"] { accent-color: var(--bg-primary); }

.wth2-styledCheckbox:checked + label::before { background: var(--bg-primary); }

.site-width-centered,
.row.site-width-centered {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: var(--WTH-site-max-width);
}

/* HOMEPAGE LAYOUT
  ----------------------------- */

/* search widget */
.wth2-homepageContentInnerSpring {
	margin: 10px 0 20px;
	padding-top: 10px;
}

.wth2-hpStandAloneWidget {
	margin: 0 auto;
	max-width: 1280px;
}

#hp_searchContainer,
.wth3-hp_searchInput { background-color: #fff; }

.wth3-hp_searchContainer {
	display:flex;
	justify-content: center;
}

.wth3-hp_searchInput {
	max-width: 984px;
	width: 100%;
}

.searchBody {
	display: grid;
	grid-template-columns: auto;
}

#autoComplete,
#autoComplete:hover,
#autoComplete:focus {
	background-image: url(/images_unique/cdcnw/icon/magnifier.svg);
	background-repeat: no-repeat;
	font-size: 16px;
}

.wth3-ln_filter_destinations_selections #autoComplete,
.wth3-ln_filter_destinations_selections #autoComplete:hover,
.wth3-ln_filter_destinations_selections #autoComplete:focus {
	background-image: url(/images_unique/cdcnw/icon/magnifier.svg);
	background-repeat: no-repeat;
	font-size: 14px;
}

#autoComplete {
	border: none;
	border-bottom: 1px solid #63acff;
	border-radius: 0;
	box-sizing: border-box;
	width: 100%;
}

#autoComplete:focus { box-shadow: rgba(240, 162, 39, 0.1) 0px 0px 20px 5px; }

#autoComplete:focus::placeholder,
#autoComplete:hover::placeholder,
#autoComplete::placeholder {
	color: #333;
	font-size: 20px;
	font-size: clamp(16px, 2.5vw, 20px);
}

.wth3-ln_filter_destinations_selections #autoComplete:focus::placeholder,
.wth3-ln_filter_destinations_selections #autoComplete:hover::placeholder,
.wth3-ln_filter_destinations_selections #autoComplete::placeholder {
	color: #333;
	font-size: 14px;
	font-size: clamp(16px, 2.5vw, 14px);
}

.wth3-hp_countWrapper {
	color: #333;
	background-color: #fff;
}

.wth3-hp_searchContinue,
.wth3-hp_searchContinue:hover,
.wth3-hp_searchContinue:focus {
	border-radius: 16px !important;
	background: #032559 !important;
	border: 0;
	white-space: nowrap;
	padding: 1rem 2rem !important;
	text-decoration: none;
}

.wth3-hp_searchContinue:hover { background: #460ecf !important; }

.wth3-hp_countWrapper {
	align-items: center;
	box-sizing: border-box;
	padding: 10px 20px;
}

.wth3-hp_countNumber,
.wth3-hp_countDiscover,
.wth3-hp_countAvailable { font-size: 16px; }

.wth3-hp_searchFilterButton,
.wth3-hp_searchFilterButton:visited,
.wth3-hp_searchFilterButton:focus,
.wth3-hp_searchFilterButton:hover,
.wth3-hp_searchFilterButton:active {
	background-color: #fff;
	border-radius: 1rem;
	border: 0.5px solid #63acff;
	box-sizing: border-box;
	font-size: 16px;
	padding: 0.25rem 1.25rem;
	text-align: center;
	white-space: nowrap;
}

.wth3-hp_searchFilterButton:hover { background-color: #63acff; }

.wth3-hp_searchFilterItems_length{
	background-color: #cbcbcb;
	column-gap: .5px;
	row-gap: .5px;
}

.wth3-hp_selectionsContainer {
	border-bottom: 0.5px solid #cbcbcb;
	border-top: none;
	margin: 0 auto;
	max-width: 984px;
}

.wth3-hp_selectionsContainer,
.wth3-hp_selectionsContainerHeader {
	color: #333;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
}

.selection a {
	background-color: #fff;
	border-radius: 16px;
	border: .5px solid #63acff;
	color: #333 !important;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.wth3-hp_searchPortFilterContainer,
.wth3-hp_searchVisitingPortFilterContainer,
.wth3-hp_searchLengthFilterContainer,
.wth3-hp_searchCruiselineFilterContainer,
.wth3-hp_searchCruiseshipFilterContainer,
.wth3-hp_searchWhenFilterContainer,
.wth3-hp_searchDiscountsFilterContainer {
	border: 3px solid #F0F0F0;
	left: 0;
	margin: 0 auto;
	max-width: 784px;
	right: 0;
}

.wth3-hp_searchDiscountsFilterContainer,
.wth3-hp_searchLengthFilterContainer { max-width: 530px; }


.wth3-hp_searchWhenFilterContainer{max-width:320px;}

.wth3-hp_searchWhenFilterRangeContainer .input-icons { width: 90%; }
.wth3-hp_searchWhenFilterRangeContainer .input-field::placeholder { font-size: 14px !important; }

.wth3-hp_searchFilterItems_length { grid-template-columns: 100%; };

.wth3-hp_searchFilterItems_cruiseline,
.wth3-hp_searchFilterItems_cruiselinefeatured,
.wth3-hp_searchFilterItems_length,
.wth3-hp_searchFilterItems_ports,
.wth3-hp_searchFilterItems_cruiseship { background-color: #F0F0F0; }

.wth3-hp_searchCruiselineFilterHead { border-bottom: none; }

.wth3-hp_searchCruiseshipFilterHead,
.wth3-hp_searchFilterItems_cruiselinefeatured,
.wth3-hp_searchLengthFilterHead,
.wth3-hp_searchPortFilterHeader,
.wth3-hp_searchPortFilterHead,
.wth3-hp_searchDiscountsFilterHead,
.wth3-hp_searchWhenFilterHead { border-bottom: 3px solid #F0F0F0 !important; }

.wth3-hp_domesticPortHead,
.wth3-hp_internationalPortHead,
.wth3-hp_searchCruiselineFilterHeader,
.wth3-hp_searchCruiseshipFilterHeader,
.wth3-hp_searchDiscountsFilterHeader,
.wth3-hp_searchLengthFilterHeader,
.wth3-hp_searchPortFilterHeader,
.wth3-hp_searchWhenFilterHeader,
.wth3-usPortsHeader,
.wth3-internationalPortsHeader {
	align-items: center;
	align-items: end;
	border: none !important;
	color: #333;
	display: flex;
	font-family: 'Josefin Sans', sans-serif !important;
	font-size: 16px;
	font-weight: bold;
}

.wth3-hp_domesticPortHead, .wth3-hp_internationalPortHead { background-color: #032559 !important; }

.wth3-hp_searchWhenFilterHeader a { padding: 0 10px; }

.wth3-hp_filterButtonHolder .selectedItemHandler,
.yearListFilterButton {
	color: #032559;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
}

.selectedItemDisabled,
.yearListFilterButtonDisabled {
	background-color: #fff;
	color:#757575 !important;
	cursor: default !important;
	font-weight: normal;
	text-decoration: none !important;
}

.yearHead { filter: none; }

.yearList { background-color: #F0F0F0; }

.yearListMonth,
.wth3-hp_carousel__slide {
	list-style-type: none;
	list-style-image: none;
}

.yearItem {
	background-color: #fff;
	color: #032559;
	display: inline-block;
	font-size: 17px;
	text-decoration: none;
}

.wth3-ln_main_search .yearItem{
	padding: 0.25rem 1rem;
	margin-right:5px;
}

.yearItem:hover {
	background-color:#63acff; 
	border-color: #63acff;
	color: #032559;
	text-decoration: underline;
}

.yearItem:active,
.yearsHeadSelected,
.yearsHeadSelected:hover {
	background-color: #032559;
	border-color: #032559;
	color: #fff;
	text-decoration: none;
}

.wth3-hp_range_play { padding-left: 10px; }

.wth3-hp_filterButtonHolder .selectedItemHandler:hover,
.yearListFilterButton:hover { text-decoration: underline; }

.wth3-hp_searchFilterCloseText { text-transform: capitalize;}

.wth3-hp_filterButtonHolder .selectedItemSelected,
.yearsListFilterButtonSelected {
	background-color: #F0A227 !important;
	color: #333;
}

.wth3-hp_searchWhenFilterRangeContainer input,
input.wth2-inputText,
input.wth2-datePickerInput,
.wth2-inputTextarea {
	border-radius: 10px;
	box-shadow: none;
}

.wth3-hp_discountsGridContainer .wth3-hp_zipCodeInfo {
	align-items: center;
	display: flex;
	font-size: 10px;
	margin-bottom: 5px;
	padding: 0;
}

.wth3-styledCheckboxWrap,
.wth3-discountsCheckbox,
.wth3-hp_seniorInput {
	align-items: center;
	display: flex;
	margin:0;
	padding: 0;
}

.wth3-hp_seniorInput i,
.wth3-discountsWhy i { font-size: 26px !important; }

.wth3-ln_main_search .wth2-msRemoveFilter {
	background: transparent;
	color: var(--txt-body);
}

.wth3-ln_main_search .wth2-msRemoveFilter i {
	color: var(--txt-accent-secondary);
}
/* typeahead search calendar widget */
.lightpick__previous-action,
.lightpick__next-action {
background-color: #032559 !important;
color: #fff;
}

.lightpick__month,
.lightpick__month-title-bar select {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
}

.lightpick__day.is-today {
	color: #f0a227 !important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(240, 162, 39, .5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E") !important;
}

.lightpick__day.is-in-range {
	background-color: rgba(69, 174, 255, 0.1) !important;
}

.lightpick__day:not(.is-disabled):hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(3, 37, 89, 0.7)' cx='16' cy='16' r='16'/%3E%3C/svg%3E") !important;
	color: #fff !important;
}

.lightpick__day.is-in-range:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(3, 37, 89, 0.7)' cx='16' cy='16' r='16'/%3E%3C/svg%3E") !important;
	color: #fff !important;
}


.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped,
.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped {
	background-color: #032559 !important;
}
/* /typeahead search calendar widget */

/* HP typeahead search */
.wth3-hp_searchInput .autoCompleteResultDisabled {
	display:none;
}
.wth3-hp_searchInput #autoComplete,
.wth3-hp_searchInput #autoComplete_list,
.wth3-hp_searchInput #autoComplete_list li,
.wth3-hp_searchInput #autoComplete:focus {
	margin: 0 auto;
	max-width: 986px;
	width: 98%;
}

.wth3-ln_filter_destinations_selections .wth3-hp_searchInput #autoComplete,
.wth3-ln_filter_destinations_selections .wth3-hp_searchInput #autoComplete_list,
.wth3-ln_filter_destinations_selections .wth3-hp_searchInput #autoComplete_list li,
.wth3-ln_filter_destinations_selections .wth3-hp_searchInput #autoComplete:focus {
	margin: 0;
	max-width: 500px;
}

@media only screen and (min-width:10px) and (max-width:1023px) {
	.wth3-ln_filter_destinations_selections .wth3-hp_searchInput #autoComplete,
	.wth3-ln_filter_destinations_selections .wth3-hp_searchInput #autoComplete_list,
	.wth3-ln_filter_destinations_selections .wth3-hp_searchInput #autoComplete_list li,
	.wth3-ln_filter_destinations_selections .wth3-hp_searchInput #autoComplete:focus {
		margin: 0;
		max-width: 500px;
		width: 90%;
}
}
/* /HP typeahead search */

/* quick search */
.wth3-autocomplete_featuredDestinationTitle {
	color: #333;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
}

.wth3-autocomplete_featuredDestinationItem {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold !important;
}
/* /quick search */
/* /search widget */

/* hero module */
.CDCNW_hp-hero {
	background-color: #032559;
	display: flex;
	flex-direction: column;
	margin: 0 auto 1.5rem;
	max-width: 800px;
	position: relative;
}

.unit-link {
	background-color: transparent !important;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.unit-link:hover { background-color: transparent !important; }

.CDCNW_desktop-hero { display: none; }

.CDCNW_hp-hero img {
	display: block;
	width: 100%;
}

.CDCNW_hp-hero .text-content-box {
	background-color: #032559;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1.3rem 1.3rem 0;
}

.CDCNW_hp-hero-header {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 32px;
	font-size: clamp(24px, 2.5vw, 32px);
	font-weight: bold;
	margin-bottom: 1rem;
}

.CDCNW_hp-hero-subheader {
	font-size: 16px;
	font-size: clamp(16px, 2vw, 22px);
	line-height: 1.3em;
	margin-bottom: 1rem;
}

.CDCNW_hero-cta-container {
	display: inline-block;
	max-width: 220px;
	position: relative;
	z-index: 2;
}

.wth2-ui-btn {
	background-color: #f0a227 !important;
	border: 2px solid #f0a227 !important;
	border-radius: 16px !important;
	box-shadow: none !important;
	box-sizing: border-box;
	color: #032559 !important;
	cursor: pointer !important;
	font-family: 'Josefin Sans', sans-serif !important;
	font-weight:normal !important;
	height: auto !important;
	line-height: 1.2 !important;
	padding: 10px 20px !important;
	text-decoration: none !important;
	text-shadow: none !important;
}
.wth2-css-callToBook{
	background-color: #032559 !important;
	border: 2px solid #032559 !important;
	color: #fff !important;
	border-radius: 21px !important;
}
.wth2-ui-btn:hover {
	background-color:#460ecf !important;
	border-color:#460ecf !important;
	color: #fff !important;
}

.wth2-ui-btn:active,
.wth2-ui-btn:focus { background: #f0a227 !important; }

.wth2-ghost-btn {
    background-color: transparent !important;
    border-color: var(--btn-ghost-border) !important;
    border: 2px solid;
}

.wth2-ghost-btn:hover {
	color: var(--btn-ghost-txt_hover) !important;
	border-color: var(--btn-ghost-border_hover) !important;
}

.privateIslandsJumpButtons .wth2-ui-btn {
	display: block;
	margin: 0 auto;
}

.CDCNW_hero-cta,
.wthSecondaryMarketing_Featured .wthSecondaryMarketingLink a {
	background-color: #f0a227 !important;
	border-radius: 16px !important;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	font-family: 'Josefin Sans', sans-serif !important;
	font-size: 16px;
	justify-content: center;
	line-height: normal;
	min-width: 150px;
	overflow: hidden;
	padding: 1rem 2rem !important;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
}

.CDCNW_hero-cta:hover,
.wthSecondaryMarketing_Featured .wthSecondaryMarketingLink a:hover {
	background-color: #460ecf !important;
	color: #fff !important;
}

/* private islands page */
.wthLandingpageContentBody .wth2-seeDetailBtn a { max-width: 400px; }
/* /private islands page */

/* SUGGESTED SEARCH MODULE
  ----------------------------- */

.CDCNW_hp-suggested-search {
	margin: 0 auto;
	max-width: 1280px;
}

.CDCNW_hp-suggested-search .CDCNW_banner { margin-bottom: 1.5rem; }

.CDCNW_hp-suggested-search-button {
	background-color: #fff;
	border-radius: 1rem;
	border: 0.5px solid #63acff;
	box-sizing: border-box;
	font-size: 16px;
	margin: 10px 0;
	padding: 0.56rem 1.25rem;
	text-align: center;
	white-space: nowrap;
}
.CDCNW_hp-suggested-search-button:hover { background-color: #63acff; }

.CDCNW_hp-suggested-search-button:hover a { text-decoration: underline; }

.CDCNW_hp-suggested-search-button a { font-weight: bold; }

/* GENERAL
  ----------------------------- */
.CDCNW_banner,
.promo .deals_header.deals_header,
.wthGridHeaderHeader > *,
.wthSecondaryMarketingHeadline { 
	box-sizing: border-box;
	color: var(--txt-header-primary_inverse);
	background-color: var(--bg-header-primary_inverse);
	flex-basis: 100%;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 32px;
	font-weight: bold;
	padding: 2rem;
	text-align: center;
}

.promo .deals_header.deals_header {
	padding: .5rem 2rem;
	color: var(--txt-header-primary);
	background-color: var(--bg-header-primary);
}

/* HOMEPAGE CRUISE GRID
  ----------------------------- */
.wthGridHeader_OuterWrap {display: none; }

.mobile-menu__slider { margin: 0 auto; }

.hp_grid_slider .swiper-slide {
	border-radius: 16px;
	border: 1px solid #333;
	box-sizing: border-box;
	color: #333;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 20px;
	/*min-height: 566px !important;
	padding-bottom: 70px;*/ 
	padding-bottom: 20px; /* Bug 140040 - Now - TBD: CRU -- Test hiding lead pricing, bullets, and timer on HP grid */
	position: relative;
	width: 305px !important;
}

/* grid row content */
.swiper-slide div:empty { display: none }

.rowthumbnail {
	border-radius: 16px 16px 0 0;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.rowthumbnail img {
	height: auto;
	object-fit: cover;
	width: 380px;
}

.rowlogo {
	min-height: 70px;
	padding: 0 77px;
	display: flex;
}

.rowlogo img {
	align-self: center;
	width: 100%;
}

.rowprice {
	display:flex;
	flex-direction: column;
	font-size: 16px;
	margin:0 auto;
	text-align: center;
}

.leadprice {
	color: #460ecf;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin: 5px;
}

.rowbullets {
	display: none !important; /* Bug 140040 - Now - TBD: CRU -- Test hiding lead pricing, bullets, and timer on HP grid */
	font-size: 16px;
	line-height: 1.2em;
	margin: 0 16px;
	min-height: 170px;
	padding: 0 14px 0 24px;
}

.rowbullets li {
	list-style-image: url(/images_unique/cdcnw/icon/bullet-blue.png);
	margin-bottom: 10px;
}

.rowbullets li:last-child { margin-bottom: 0; }

.rowbutton {
	background-color: #fff;
	border-radius: 1rem;
	border: 0.5px solid #63acff;
	box-sizing: border-box;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	margin: 0 auto;
	max-width: 80%;
	padding: 0.55rem 1.25rem;
	text-align: center;
	white-space: nowrap;
}

/* .landingpageRowButtonLink:hover, */
.rowbutton:hover { background-color: #63acff !important; }

#wthGridSeeAll { display: none; }

/* swiper controls */
.swiper-button-next,
.swiper-button-prev {
	align-items: center;
	background-color: #fff;
	background-image: none !important;
	border-radius: 50%;
	border: 0.5px solid #333;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	display: flex;
	font-size: 30px;
	height: 68px !important;
	position:relative;
	width: 68px !important;
}

.swiper-button-next i { right:24px; }
.swiper-button-prev i { left:24px; }

.swiper-button-next i,
.swiper-button-prev i {
	font-size: 24px;
	position:absolute;
}

/* grid timer */
.crugrid-timer-wrapper {
	align-items: center;
	background-color: #460ecf;
	border-radius: 0 0 14px 14px;
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	/*display: flex;*/
	display: none; /* Bug 140040 - Now - TBD: CRU -- Test hiding lead pricing, bullets, and timer on HP grid */
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	height: 50px;
	justify-content: center;
	line-height: 1.2em;
	padding: 0.5rem;
	position: absolute;
	text-align: center;
	width: 100%;
}

/* /grid timer */
/* *** /Homepage Cruise Grid *** */

/* *** Homepage Featured Ad *** */
.CDCNW_featured-marketing {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 1280px;
}

.wthSecondaryMarketing_Featured .wthSecondaryMarketing_InnerWrap { justify-content: center; }

.wthSecondaryMarketing_Featured .wthSecondaryMarketingBodyContainer {
	box-sizing: border-box;
	display: flex;
	flex-basis: 40%;
	flex-direction: column;
	justify-content: center;
	margin: 0 20px;
	padding: 20px;
}

.wthSecondaryMarketing_Featured .wthSecondaryMarketingBodyContainer li { list-style-image: url(/images_unique/cdcnw/icon/bullet-blue.png); }

.wthSecondaryMarketing_Featured .wthSecondaryMarketingBody { line-height: 1.2em; }

.wthSecondaryMarketing_InnerWrap { position: relative; }

.wthSecondaryMarketing_Featured .wthSecondaryMarketing_InnerWrap {
	display: flex;
	flex-direction: column;
}

.wthSecondaryMarketing_Featured .wthSecondaryMarketingLink {
	align-self: center;
	margin: 20px 0;
	max-width: 220px;
}

.wthSecondaryMarketingBody li { margin-bottom: 10px; }

/* HOMEPAGE SECONDARY ADS
  ----------------------------- */
.two-secondary-ads,
.four-secondary-ads {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 20px !important;
	max-width: 1280px; 
}

.wthSecondaryMarketing_General .wthSecondaryMarketingLink {
	bottom: 0;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}

.wthSecondaryMarketing_General .wthSecondaryMarketingLink a {
	color: #fff;
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
	font-weight: bold;
	height: 100%;
	position: absolute;
	text-decoration: none;
	width: 100%;
}

.wthSecondaryMarketing_General .wthSecondaryMarketingLink a span {
	bottom: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}

.wthSecondaryMarketing_General .wthSecondaryMarketingLink a:hover span,
.wthSecondaryMarketing_General .wthSecondaryMarketingLink:hover a span { text-decoration: underline; }

.wthSecondaryMarketing_General { margin: 5px; }

/* SHARED HP AD STYLES
  ----------------------------- */
.wthSecondaryMarketingImage img {
	border-radius: 16px;
	width: 100%;
}

/* HOMEPAGE REVIEWS SECTION
  ----------------------------- */
.reviews-banner { background-color: #f0a227; }

.customer-reviews .swiper-container {
	background-color: #f0a227;
	width: 100%;
}

.customer-reviews .swiper-wrapper {
	font-size: 22px;
	font-size: clamp(20px, 2.5vw, 22px);
	margin: 0 auto;
	text-align: center;
}

.customer-reviews .swiper-slide { margin: 0 auto; }

.customer-reviews .swiper-slide a { cursor: default; }

.customer-reviews .swiper-navbuttons {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 1300px;
	padding: 10px 0 20px;
}

.customer-reviews .hp_rotating_radiobar {
	align-content: center;
	display: flex;
}

.customer-reviews .swiper-pagination,
.customer-reviews .swiper-playpause {
	align-items: center;
	display: flex;
	float: none;
	margin: 0;
	position: relative;
	width: auto;
}

.customer-reviews .swiper-playpause i {
	color: #032559;
	font-size: 1.5em;
	margin: 5px;
}

.customer-reviews .swiper-pagination-bullet {
	background-color: #f0a227;
	border: 3px solid #032559;
	margin: 5px;
	opacity: 1;
}

.customer-reviews .swiper-pagination-bullet-active {
	background-color: #032559;
	border-color: #032559;
	opacity: 1;
}

.customer-reviews .star-rating { padding: 20px }
.customer-reviews .star-rating i {
	font-size: 26px; 
	padding: 5px;
}

.customer-reviews #callout_container {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 600px;
	padding: 0 70px 40px;
	width: auto;
}

.customer-reviews .review-text{
	color: #333;
	display: flex;
	justify-content: center;
	line-height: 1.3em;
	padding: 10px;
	position: relative;
}

.customer-reviews .review-text q::before,
.customer-reviews .review-text q::after {
	background-image: url(/images_unique/cdcnw/icon/double-quote.svg);
	background-repeat: no-repeat;
	content: " ";
	padding: 30px;
	position: absolute;
}

.customer-reviews .review-text q::before {
	left: -50px;
	top: -10px;
	transform: rotate(180deg);
}

.customer-reviews .review-text q::after {
	bottom: -10px;
	right: -50px;
}

.customer-reviews .reviewer-name { 
	color: #333;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}

.customer-reviews .review-date { 
	color: #333;
	display: inline-block;
	font-size: 16px;
	padding: 10px;
}

.customer-reviews #SLIDECRULOGO,
.customer-reviews #hp_alert_wrap { display: none; }

/* *** /Homepage Layout *** */

/* PROMO PAGE & SERP SEARCH WIDGET
  ----------------------------- */
.wth2-refineSearchBox {
	border: none;
	padding: 10px !important;
	margin-bottom: 20px;
	background-color: #032559;
	background-color: var(--bg-primary);
}

.promo .wth2-responsiveResultsWidget { margin-top: 42px; }
.wth2-responsiveResultsWidget { color: #fff; }

.wth2-resultsSortSection {
	align-items: center;
	background: #032559;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 10px;
}

.wth2-resultsSortSection .wth2-multiSelectFunction { box-sizing: border-box; }

.wth2-resultsSortSection .wth2-multiSelectFunction > span {
	padding-right: 30px; 
	text-shadow: none;
}
#promoSearchWidget a.wth2-addDiscountsHeader,
#promoSearchWidget a.wth2-resetSearch { color: #fff; }

.wth2-refineSearchTitle {
	font-size: 22px;
	font-weight: 600;
}

.wth2-yourSelectionsHeader { font-weight: normal; }

.wth2-discountsCheckbox i,
.wth2-discountsCheckbox i:hover,
.wth2-discountsContainer .wth2-shoppingZipCode i,
.wth2-discountsContainer .wth2-shoppingZipCode i:hover,
.wth2-discountsContainer .wth2-shoppingZipCode,
.wth2-discountsContainer .wth2-shoppingZipCodeHint,
label#includeSeniorRatesLabel {
	color: #032559;
}

a.wth2-msRemoveFilter {color: #fff; }

.wth3-btnMulti { color: #032559; }

.wth3-btnMulti[aria-pressed="true"] { background-color: #032559; }

.wth3-btnMulti[class~="styleDisabled"] { color: #757575 !important; }

.wth3-btnMulti[aria-pressed="true"][class~="styleDisabled"] {
	background-color: #757575;
	color: #fff !important;
}

/* PROMO PAGE & SERP PRODUCT CARDS
  ----------------------------- */
h2.wth2-brochureName { font-size: 20px; }

h3.wth2-shipName { font-size: 16px; }

.wth2-shipCallout {
	color: #f2561d;
	font-weight: bold;
	font-style: normal;
}

.wth2-grayTopBorder { border-top: 1px solid #333; }

.wth2-brochurePrice {
	color: var(--txt-accent-secondary);
	font-size: 14px;
	margin-right: 5px;
	text-align: left;
}

.wth2-bucketPrice {
	color: var(--txt-accent-primary);
	font-size: 22px;
}

.wth2-bucketRateType { color: var(--txt-accent-secondary); }

.wth2-resultsItinContainer .wth2-bucketPrice { font-size: 32px; } /* font size for .wth2-bucketprice the itin cards is different than  other placements, including sc.do */

.wth3-resultsCardAdBlockText{
    font-size: 16px; 
}
 .wth2-cat_subGroupPrice {
	font-size: 22px;
	color: var(--txt-accent-primary);
}

.wth2-bucketType {
	color: #333;
	flex-wrap: nowrap;
	justify-content: center;
}

.wth2-bucketType span { margin-left: 4px; }

.wth2-bucketPerNightPrice { color: #333; }

.wth2-resultsBonusHeader {
	font-weight: bold;
	font-size: 14px;
	color: #F2561D;
}

.wth2-resultsBonusHeader .fa::before {
	background-image: url(/images_unique/cdcnw/icon/bullet-orange.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: " ";
	display: inline-block;
	height: 12px;
	margin-right: 2px;
	width: 10px;
}

.wth2-resultsCardBonusOffers li.wth2-resultsCardBonusOffersLi::marker { color: #032559; }


/* Ended tests to hide all but first bullet on search and promo page itin cards (Bugs 138547, 138552, and 138625):
@media only screen and (min-width: 848px) {
	#search_page_id .wth2-resultsCardBonusOffers > li.wth2-resultsCardBonusOffersLi:not(:first-child),
	#promo .wth2-resultsCardBonusOffers > li.wth2-resultsCardBonusOffersLi:not(:first-child) {
		display:none !important;
	}
} */

.wth2-reviewsBubble {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2234px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2034%2030%22%20enable-background%3D%22new%200%200%2034%2030%22%20xml%3Aspace%3D%22preserve%22%3E%3Ctitle%3ERectangle%2065%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cg%20sketch%3Atype%3D%22MSPage%22%3E%3Cg%20transform%3D%22translate%28-583.000000%2C%20-1166.000000%29%22%20sketch%3Atype%3D%22MSArtboardGroup%22%3E%3Cpath%20sketch%3Atype%3D%22MSShapeGroup%22%20fill%3D%22%23032559 %22%20d%3D%22M585.84%2C1191.15c-1.569%2C0-2.84-1.304-2.84-2.911V1168.9c0-1.611%2C1.271-2.911%2C2.84-2.911h28.32c1.568%2C0%2C2.84%2C1.303%2C2.84%2C2.911v19.339c0%2C1.611-1.271%2C2.911-2.84%2C2.911h-10.348v4.86l-7.59-4.86H585.84z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	color: #fff;
}

.wth2-reviewsLink { font-weight: bold !important; }
	.wth2-resultsItinContainer.ui-grid-b.new-itin-card .wth2-respResultsCardButtons ul {
		border-color: var(--btn-info-tab);
		font-family: 'Josefin Sans', sans-serif;
		font-size: 16px;
	}
	.wth2-resultsItinContainer.ui-grid-b.new-itin-card .wth2-respResultsCardButtons li.wth2-respRCBtn { border-color: var(--btn-info-tab); }
	
	.wth2-resultsItinContainer.ui-grid-b .wth2-respResultsCardButtons li.wth2-respRCBtn a .wth2-respInfoButtonText { font-size: 16px; }
	
	.wth2-resultsItinContainer.ui-grid-b.new-itin-card .wth2-respResultsCardButtons li.wth2-respRCBtnOn,
	.wth2-resultsItinContainer.ui-grid-b.new-itin-card .wth2-respResultsCardButtons li.wth2-respRCBtnOn a .wth2-respInfoButtonText { background-color: var(--btn-info-tab); }
	
	.wth2-resultsItinContainer.ui-grid-b.new-itin-card .wth2-respResultsCardButtons li.wth2-respRCBtn a,
	.wth2-resultsItinContainer.ui-grid-b.new-itin-card .wth2-respResultsCardButtons li.wth2-respRCBtn a:visited { color: var(--btn-info-tab) !important; }


	.wth2-resultsItinContainer.ui-grid-b .wth2-respInfoBtnTriangleDown::after { border-top-color: var(--BRAND-yellow); }

/* RESULTS.DO
  ----------------------------- */
.wth2-upliftBannerText {
	padding: 1rem;
}

.wth2-upliftBannerText h2 {
	font-family: var(--BRAND-heading-font);
	text-shadow: none;
}

.wth2-upliftBannerText .wth2-serpBannerText1 {
	font-size: 26px;
	font-weight: bold;
}

.wth2-upliftBannerText .wth2-serpBannerText2 {
	font-size: 16px;
	font-weight: normal;
}

.wth2-results {
	width: auto;
}

.wth2-resultsSidebar {
	float: left;
	margin-left: 1.3%;
	max-width: 160px;
	width: 12.3%;
}

/* SC.DO
  ----------------------------- */
.wth2-scContentNavbar .wth2-expandCollapseOuterWrapper,
.wth2-scContentNavbar { background-color: #032559; }

.wth2-scContentNavbar .wth2-expandCollapseOuterWrapper [aria-expanded="true"],
.wth2-scContentNavbar .wth2-expandCollapseOuterWrapper [aria-expanded="true"] i {
	background-color: #f0a227 !important;
	color: #032559;
}

a.wth2-expandCollapseScTabs {
	color: #fff;
	font-size: 14px;
	font-size: clamp(14px, 1.4vw, 16px);
}

.wth2-thumbWrapper .swiper-container { width: auto; }

.wth2-tabContentHeader,
.wth2-scStateroomsContent h2,
.wth2-stateroomShipCont h2,
.fd_header,
.ea_header,
.wth2-shopHeaderH3 { color: #032559; }

.wth2-scTopSection .wth2-cabinType,
.wth2-scTopSection .wth2-perNightPrice { color: #333; }

.wth2-scTopSection .wth2-lowLeadPrice,
.wth2-scSailingList .ui-grid-b .ui-block-b .ui-block-c .ui-block-a .wth2-bucketPrice {
	color: #460ecf !important;
	font-family: 'Josefin Sans', sans-serif;
}

.wth2-bucketLabel { font-weight: bold; }

.wth2-resultsCardBonusOffers a { font-weight: bold; }

.wth2-resultsCardBonusOffers .wth2-callout {
	color: var(--BRAND-purple);
	font-weight: bold;
}

.wth2-scTabSubHeader,
.wth2-highlightsContainer .text { color: #f2561d !important; }

.wth2-dayByDayItinSection thead {
	background-color: #032559;
	color: #fff;
}

.wth2-dayByDayItinSection tbody,
.wth2-dayByDayItinSection tbody a { font-size: 16px; }

.wth2-dayByDayItinSection tbody a { text-decoration: underline; }

.wth2-dayByDayItinSection tbody a:hover { text-decoration: none; }

.wth2-dayByDayItinSection tbody a:active { text-decoration: underline; }

.wth2-selectBtn { 
	display: flex;
	justify-content: center;
}

/* BOOKING PATH
  ----------------------------- */
.wth2-termsAndConditions {padding-top:0;} /*Not Brandable - adjusted per brand as needed based on footer*/
/* Booking Engine Brand Brand Colors that can be changed */
.wth2-beStepNavigation .wth2-beStepTriangleOff:after {border-left-color:#fff;  } /* OFF STATE: fill color of triangle  */
.wth2-beStepNavigation .wth2-beStepTriangleOn:after {border-left-color:#f0a227;  } /* ON STATE: fill color of triangle  background:#287528;border:#287528; */
.wth2-beStepNavigation .wth2-beStepTriangleChecked:after { border-left-color:#032559; }/* CHECKED STATE: fill color of triangle  background:#e9f4e1;border:#669257; */
.wth2-beStepNavigation .wth2-beStepTriangleOff:before {border-left-color:#454545;} /* OFF STATE: border color of triangle  */
.wth2-beStepNavigation .wth2-beStepTriangleOn:before {border-left-color:#fff;} /* ON STATE: border color of triangle  border:#287528 1px solid;background:#287528;*/
.wth2-beStepNavigation .wth2-beStepTriangleChecked:before {border-left-color:#fff;} /* CHECKED STATE: border color of triangle background:#e9f4e1;color:#669257;  */
.wth2-beStepNavigation .wth2-beStepOn {border-color: #f0a227;background:#f0a227;color:#032559;}
.wth2-beStepNavigation .wth2-beStepChecked {border-color:#032559;background:#032559;color:#fff;}
.wth2-pricingSummary .wth2-bucketRateType {color:#000000;}  /* based on W.I.S.E. success color green #287528 */
.wth2-termsAndConditions {color:#454545;} 
.wth2-termsAndConditionsHeader {color:#454545;}
.wth2-termsAndConditionsSubHeader {color:#454545;} 
.wth2-beBucketHeader, .wth2-beBucketHeader:hover {background:#041633 !important;color:#fff !important;text-shadow:none;} /* Based on mobile style – sc.do – View Day by Day itinerary header color  */ 
.wth2-beBucketContent .wth2-roomUpgrade .wth2-roomUpgradeCallout, .wth2-roomTypeWrapper .wth2-roomUpgrade .wth2-roomUpgradeCallout {color:#ff1d25;} /* same color as wth2-bucketRateType  used on Step 2 and 3 (example on show cruise page for Senior/Past Guest/Resident Rate) */ 

/* Step Nav OFF states brandable place holder CSS  */
.wth2-beStepNavigation .wth2-beStepTriangleOff:after {border-left-color:#032559} /* border-left-color:#fff  */
.wth2-beStepOff {background-color:#032559;} /* background-color:#fff;  */
.wth2-beStepNavigation .wth2-beStep {color:#fff;} /* color:#777; */
.wth2-beStepNavigation .wth2-beStepOff {border-color:#032559;} /* border-color:#ccc; */
.wth2-beStepNavigation .wth2-beStepTriangleOff:before {border-left-color:#fff;} /* border-left-color:#ccc; */

.wth2-bonusOffersSection #bonusOffersheader { color: #f2561d }

.wth2-beBucketHeader {
	background: #032559;
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
}

.wth2-bookingDetailsSection { color:#333; font-size:14px; min-height:250px; }

a.wth2-cat_pointer,
a.up-link,
a.wth2-cat_pointer:hover,
a.up-link:hover,
a.wth2-infoIcon,
a.wth2-infoIcon:hover,
.wth2-cat_clearFilters a,
.wth2-cat_clearFilters a:hover,
.wth2-warningMessage a,
.wth2-warningMessage a:hover,
#up-pay-monthly-summary-title,
#up-pay-monthly-summary-title i {
	color: #032559 !important;
}

.wth2-cat_fromtext,
.up_or { color: #333 !important;}

/* ABANDONMENT OVERLAY & EMAIL POPUP
  ----------------------------- */
.wth2-abandonmentContainer .wth2-simplePopUpHeader,
.wth2-lightBoxPopupHeader { font-family: 'Josefin Sans', sans-serif; }

.wth2-abandonmentContainer .wth2-simplePopUpSubHeader,
#adminEmailFormContainer { font-family: 'Open Sans', Arial, Helvetica, sans-serif; }

.wth2-abandonmentContainer .wth2-simplePopUpSubHeader li { list-style-type: disc; }

.wth2-abandonmentContainer .wth2-phoneNumber,
.ui-icon-delete::after { color:#032559 }

/* CUSTOMER-SELF-SERVICE PAGE
  ----------------------------- */
.rea-Main.wth2-content {
	width: 100%;
	padding-bottom: 20px;
	font-size: 14px;
}

.wth2-cssLogin_pageTopH1 { font-family: 'Josefin Sans', sans-serif; }

.wth2-pageTopH1 {font-size: 24px;}

/* EMAIL/NEW-SIGNUP PAGE
  ----------------------------- */

.ContentBucket_GridHeaderStyling.wthLandingpageContentBucket .sectionheaderbg { background-color: #032559 !important; }

.ContentBucket_GridHeaderStyling.wthLandingpageContentBucket .sectionheaderbg .wthLandingpageHeaderText {
	background-color: #032559 !important;
	font-family: 'Josefin Sans', sans-serif !important;
	color: #fff;
	font-weight: bold !important;
}

/* SHUNT PAGE
  ----------------------------- */
.unavail_header_container,
.unavail_phone_container,
.unavail_mobile_phone_container,
.unavail_mobile_phone_container a {
	background: #fff !important;
	color: #032559 !important;
}

@media only screen and (min-width: 500px) {
	.four-secondary-ads .wthHomepageModules_SecondaryMarketing { flex-basis: 50%; }

	.wthFooterLinksGroup { flex-basis: 50%; }

}

@media only screen and (min-width: 700px) {

	.two-secondary-ads,
	.four-secondary-ads { flex-wrap: nowrap; }

	.wthSecondaryMarketing_Featured .wthSecondaryMarketingImage { width: 50%; }

	.wthSecondaryMarketing_Featured .wthSecondaryMarketing_InnerWrap {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.wthSecondaryMarketing_Featured .wthSecondaryMarketingLink { align-self: auto; }

}

@media only screen and (min-width: 768px) {
	.WTHfooterLinksList {
		flex-wrap: wrap;
		flex-direction: row;
	}
}

@media only screen and (min-width: 800px) {
	.CDCNW_hp-hero {
		flex-direction: row;
		justify-content: center;
		max-width: 1280px;
	}

	.CDCNW_desktop-hero { display: block; }

	.CDCNW_mobile-hero { display: none; }

}

@media only screen and (min-width: 984px) {

	.two-secondary-ads,
	.four-secondary-ads {
		flex-direction: row;
		margin: 0 auto 20px !important;
	}

	.four-secondary-ads .wthHomepageModules_SecondaryMarketing { flex-basis: auto; }

}

@media only screen and (min-width: 996px) {

	.wth3-hp_searchInput #autoComplete,
	.wth3-hp_searchInput #autoComplete_list,
	.wth3-hp_searchInput #autoComplete_list li,
	.wth3-hp_searchInput #autoComplete:focus { width: 98%; }
}

@media only screen and (min-width: 1024px) {


	#wthHeaderModuleContainer {
		min-height: 110px;
		position: relative;
	}

	.wthHeaderWrap .wthHeaderModules_WTHlogo,
	.wthHeaderModules_WTHmegaNav { display: inline-block; }

	.wthHeaderModules_WTHphone { padding: 20px 0 0 20px; }

	.wthHeaderWrap .wthHeaderModules_WTHlogo { 
		float: left;
		padding: 0 20px;
	}

	.wthHeaderWrap .wthHeaderModules_WTHlogo img {
		max-height: 70px;
		min-width: 320px;
	}

	.wthHeaderModules_WTHtravelAdvisory {
		position: absolute;
		right: 460px;
		top: 0;
	}

	.wth2-homepageContentInnerSpring {
		/* border-top: .5px solid #63acff; */
	}

	.CDCNW_hp-hero { margin-bottom: 20px;}

	.CDCNW_hp-hero img { width: auto; }

	.CDCNW_hp-hero-header {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.CDCNW_hp-hero-subheader {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.customer-reviews #callout_container {
		box-sizing: border-box;
		padding: 0 110px 40px;
	}

	.customer-reviews .review-text q::before,
	.customer-reviews .review-text q::after { padding: 40px; }

	.customer-reviews .review-text q::before { left: -100px; }
	
	.customer-reviews .review-text q::after { right: -100px; }

	/* css login page brandmovers reward link styes */
	.wth3-login-container .wth3-login__form-content .wth3-login-faq-container .wth3-login-faq-top {
		margin-top: 2rem !important;
	}

	.wth3-login-container .wth3-login__form-content .wth3-login-faq-container .wth3-login-reward-top{
		margin-top: 3rem !important;
	}
}

@media only screen and (min-width: 1100px) {
	.CDCNW_hp-hero .text-content-box {
		display: block;
		padding: 60px 0 0 60px;
	}
}

/* matterport */
.wth2-matterport-galleryThumbnail:hover .wth2-matterportSliderImagePlayIconBox {
	background-color: var(--BRAND-yellow);
}

@media (min-width: 767px) {
    .wth3-brandMoverWatchlistLink {
        font-size: 14px;
        font-family: 'Roboto Condensed', 'Open Sans Condensed', sans-serif;
    }
}

@media (min-width: 800px) {
    .wth3-brandMoverWatchlistLink {
        font-family: Arial, Helvetica, sans-serif !important;
    }
}
/* css login page brandmovers reward link styes */
.wth3-login-reward-link.primary-link{
	text-decoration: underline;
	margin: 2rem 0;
}

.wth3-login-reward-link.primary-link:hover {
	color: rgba(2, 39, 89, 0.64);
	text-decoration: underline;
}

.wth3-login-container .wth3-login__form-content .wth3-login-faq-container .wth3-login-reward-top {
	margin: 2rem 0 2rem 0 !important;
}

.wth3-login-help-top{
	margin-top: 1rem !important;
}

.wth3-login-container .wth3-login__form-content .wth3-login-reward-container {
	position: initial !important;
}

.wth3-login-container .wth3-login__form-content .wth3-login-faq-container {
	position: initial !important;
}
/* matterport category page */
 

.wth3-roomType-popup-body::-webkit-scrollbar {
	width: 8px !important;
}

.wth3-roomType-popup-body::-webkit-scrollbar-thumb {
	background: var(--BRAND-yellow);
}
.wth3-virtualTour .wth2-cat_pointer:hover .wth3-matterportThumbnailPlayIcon {
	background: orange;
}

.wth3-virtualTour .wth2-cat_pointer:hover .fa-play {
	color: #fff;
}

.wth2-cat-roomTypeName .wth3-playIcon {
	border: 2px solid #032559;

}