body {
	font-family: 'BentonSans', 'Helvetica Neue', Helvetica, sans-serif;
	letter-spacing: 0;
}

.pc-with-map .pc-right .pc-arrow { display: none; }
html, body { scroll-behavior: smooth; }
.section100 { width: 100%; }

:root {
	--sectionBottom: 30px;
	--amex-blue: #006FCF;
	--amex-dark-blue: #00175A;
	--dq0-color-primary-hsl: 208, 100%, 40.6%;
	--amex-grey-offers: #727578;
}

.subnav { z-index: 7; }
.subnav-25BG { z-index: 7; }

		.top-hero-boxBG { background: none; }

		.top-hero-home .top-hero { padding-top: 0; height: 560px; background: none; position: relative;  }
		.top-hero img:not(.svg) { object-position: 50%; width: 100%; height: 100%; object-fit: cover; filter: brightness(60%); }
		.offer-hero-text { width: 90%; height: 100%; position: absolute; margin: auto; inset: 0; max-width: 1200px; text-align: left; display: flex; flex-direction: column; justify-content: center; color: #fff; }

		@media (max-width: 1200px) { .top-hero-home .top-hero { height: 430px; } }
		@media (max-width: 800px) { .top-hero-home .top-hero { height: 400px; } }
		@media (max-width: 620px) { .top-hero-home .top-hero { height: 250px; }  }
		
		.offer-hero-head {
			font-size: clamp(calc(3rem * .625), 4vw, calc(4.5rem * .625));
			font-weight: 700;
			margin-bottom: .5em;
			max-width: 520px;
		}
		
		.offer-hero-subhead {
			font-weight: 500;
			font-size: calc(1.6rem * .625);
			max-width: 700px;
		}
		
			.offer-hero-subhead a { color: inherit; }

.hotel-finder-filters {
	margin-top: -150px;
	scroll-margin-top: 150px;
}

	.campaign-filters { margin-top: -40px; }

.offer-search-head {
	font-size: calc(2.5rem * .625);
	margin-bottom: 1em;
	line-height: 1.2em;
}

.offer-criteria {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 40px;
	margin-top: 20px;
}

.resetFilters {
	position: relative;
	top: -.5em;
	color: var(--amex-blue);
}

.cta-offers {
	border-radius: 4px;
	color: #fff;
	border: 0;
	appearance: none;
	-webkit-appearance: none;
	font-size: calc(1.5rem * .625);
	padding: 10px 20px;
	display: block;
	/* max-width: 120px; */
	background: var(--amex-blue);
	cursor: pointer; 
	border: 2px solid transparent;
	transition: all .125s;
	text-decoration: none;
	font-weight: normal;
}

	.cta-offers:hover {
		border: 2px solid var(--amex-blue);
		background: #fff;
		color: var(--amex-blue);
	}

/* cards */

		.card { padding-bottom: 0; display: flex; flex-direction: column; }
		
		.card-text { height: 100%; display: flex; flex-direction: column; }
		
		.card-location { margin-bottom: 1em; }
		
		.card-offer-wrap {
			padding: 10px 10px;
			background: #f6f6f6;
			border: 1px solid #ededed;
			margin: auto -12px 0 -12px;
			width: calc(100% + 24px);
		}
		
		.card-offer {
			margin-top: .25em;
		}
		
		.card-offer span {font-size: calc(1.2rem * .625); }
		
		.card:hover, .card:focus-within { transform: translateY(0); box-shadow: none; cursor: auto; }

		.card-supplierName::before { display: none; }
		.property-bookNow { margin-top: auto; color: #006fcf; display: block; font-weight: 500;font-size: calc(1.4rem * .625); }
		
		strong { font-weight: 500; }
		.allTandC { font-size: calc(1.4rem * .625); font-family: "Helvetica",sans-serif; color: #333; text-decoration: underline; display: block; margin-bottom: 1em; background: url(../img/arrow.svg) no-repeat 0 50%; background-size: 5px; padding-left: 9px; }

		.card-supplierName a { color: inherit; }

.offer-types {
	display: flex;
	gap: 20px;
	margin-bottom: calc(var(--sectionBottom) * 2);
}

.offer-type {
	width: 25%;
	aspect-ratio: 43 / 55;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-size: cover;
	color: #fff;
	text-decoration: none;
	padding: 30px;
	font-size: calc(1.7rem * .625);
	position: relative;
	
}

	.offer-type::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,.5) 30%, rgba(0,0,0,0) 60%);
	}

	.offer-type span { display: block; margin-top: 1em; text-decoration: underline; font-size: calc(1.5rem * .625);}
	.offer-type div { position: relative; z-index: 5; }

.offer-section-head {
	font-size: clamp(calc(2.4rem * .625), 4vw, calc(4rem * .625));
	font-weight: 400;
	line-height: normal;
	margin-top: 1em;
	margin-bottom: .25em;
}

label {
	font-size: calc(1.5rem * .625);
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
}

	label span { font-weight: 400; }

.select-css {
	display: block;
	font-size: 16px;
	font-family: sans-serif;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.8em .5em .8em;
	width: 100%;
	max-width: 100%; 
	box-sizing: border-box;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: 2px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: right .7em top 50%;
	background-size: .65em auto;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222; 
	outline: none;
}
.select-css option {
	font-weight:normal;
}

.dateEntry {
	font-size: 16px;
	font-family:"Helvetica",sans-serif;
	padding: .85em;
	display: block;
	border: 1px solid #ccc;
	width: 100%;
	border-radius: 3px;
	background: #fff;
	margin-top: 4px;
}

.benefitsBG {
	background: var(--amex-dark-blue);
	padding: 60px 0;
	margin-bottom: 60px;
}

.ob-logo { width: 370px; margin-bottom: 20px;}

.offer-benefits-cols {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.offer-benefits-head {
	color: #fff;
	font-size: clamp(calc(3rem * .625), 4vw, calc(4rem * .625));
	line-height: 1.15em;
	margin: 0 auto 1.25em auto;
	text-align: center;
	max-width: 650px;
}

.offer-benefits-details { width: 46%; color: #fff; }
.offer-benefits-image { width: 46%; position: relative; }
	.offer-benefits-image img { max-width: 100%; }

	.hil-left { right: auto; left: 10px; }

.offer-benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 40px;
}

.ob {
	width: calc(50% - 10px); 
	font-weight: 500;
	padding-left: 45px;
	position: relative;
	/* min-height: 140px; */
}

	.ob::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		background-color: #fff;
		width: 34px;
		height: 34px;
		border-radius: 17px;
		background-size: 24px;
		background-repeat: no-repeat;
		background-position: 5px 5px;
	}

.ob-desc { font-size: calc(1.4rem * .625); margin-top: 4px; font-weight: 400; }


	.ob-checkin::before { background-image: url(../img/dls-icon-benefit-early-check-in-blue.svg); }
	.ob-checkout::before { background-image: url(../img/dls-icon-benefit-late-checkout-blue.svg); }
	.ob-upgrade::before { background-image: url(../img/dls-icon-benefit-upgrade-blue.svg); background-size: 22px;  background-position: 8px 5px;}
	.ob-amenity::before { background-image: url(../img/dls-icon-benefit-amenity-blue.svg); }

.offer-fineprint p {
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-size: calc(1.2rem * .625);
	line-height: 1.3em; margin-bottom: .5em;
}

.ob-cta { color: #fff; font-size: calc(1.8rem * .625); margin-bottom: 1em; display: block;}

.offer-resultsBG {
	padding: var(--sectionBottom) 0;
	margin-bottom: calc(2 * var(--sectionBottom));
	background: #f6f6f6;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	position: sticky;
	top: 135px;
	z-index: 6;
}

.offer-results-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	gap: 40px;
}

.offer-results-head {
	font-size: calc(2.4rem * .625);
	margin-bottom: 1em;
}

.offer-results-details {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 40px;
	font-size: calc(1.5rem * .625);
	width: 70%;
}

.offer-result-label { line-height: 1.6em; }

.offer-result-label strong { font-weight: 700; }

.offer-result-item a { color: var(--amex-blue); }



.offer-results-total span { font-weight: 700; display: block; margin-bottom: 1em; }

.rh { scroll-margin-top: 360px; }

.location-picks { display: flex; gap: 20px; position: relative; z-index: 5; align-items: flex-start; flex-wrap: wrap; }
	.location-picker { width: 35%; }
	.location-picker + .offer-criteria { gap: 20px; margin-top: 0; }

	.location-picks .easy-autocomplete-container ul { left: 0; top: 0; width: auto; }

	.location-picks .easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category { font-size: 16px; }

.easy-autocomplete input.textEntry { padding: .5em; }

.picked-locations { display: flex; gap: 10px; flex-wrap: wrap; align-items: flex-start; margin-top: 20px; }

	.picked-location {
		background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20id%3D%22Close%22%20d%3D%22M7.05927%205.99998L11.0315%202.02773C11.3228%201.73643%2011.3228%201.25979%2011.0315%200.968488C10.7402%200.677188%2010.2636%200.677181%209.97227%200.968488L6.00002%204.94073L2.02773%200.968481C1.73642%200.677173%201.25979%200.677173%200.968488%200.968481C0.677188%201.25979%200.677181%201.73647%200.968488%202.02773L4.94078%205.99997L0.968481%209.97227C0.677173%2010.2636%200.677173%2010.7402%200.968481%2011.0315C1.25979%2011.3228%201.73642%2011.3228%202.02772%2011.0315L6.00002%207.05922L9.97226%2011.0315C10.2636%2011.3228%2010.7402%2011.3228%2011.0315%2011.0315C11.3228%2010.7402%2011.3228%2010.2636%2011.0315%209.97227L7.05927%205.99998Z%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E");
		background-position: calc(100% - 10px) 50%;
		background-repeat: no-repeat;
		background-color: #fff;
		color: #333;
		font-size: calc(1.4rem * .625);
		border-radius: 4px;
		border: 1px solid #333;
		width: auto;
		padding: 6px 30px 6px 8px;
		-webkit-appearance: none;
		appearance: none;
	}

	.picked-location:hover {
		cursor: pointer;
		background-color: var(--amex-hovergray);
		background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20id%3D%22Close%22%20d%3D%22M7.05927%205.99998L11.0315%202.02773C11.3228%201.73643%2011.3228%201.25979%2011.0315%200.968488C10.7402%200.677188%2010.2636%200.677181%209.97227%200.968488L6.00002%204.94073L2.02773%200.968481C1.73642%200.677173%201.25979%200.677173%200.968488%200.968481C0.677188%201.25979%200.677181%201.73647%200.968488%202.02773L4.94078%205.99997L0.968481%209.97227C0.677173%2010.2636%200.677173%2010.7402%200.968481%2011.0315C1.25979%2011.3228%201.73642%2011.3228%202.02772%2011.0315L6.00002%207.05922L9.97226%2011.0315C10.2636%2011.3228%2010.7402%2011.3228%2011.0315%2011.0315C11.3228%2010.7402%2011.3228%2010.2636%2011.0315%209.97227L7.05927%205.99998Z%22%20fill%3D%22%23B42C01%22%2F%3E%3C%2Fsvg%3E");
	}

.campaign-heroBG {
	background: #fff;
}

.campaign-hero-wrap {
	display: flex;
	align-items: flex-end;
	padding: 20px 0 6% 0;
	justify-content: space-between;
	gap: 60px;
}

.campaign-hero-text {
	width: 350px;
	flex-shrink: 0;
	font-weight: 500;
}

.ch-head {
	font-size: clamp(calc(3rem * .625), 4vw, calc(4.5rem * .625));
	font-weight: 700;
	margin-bottom: 1em;
}

.campaign-hero-image {
	aspect-ratio: 2 / 1;
	background-size: cover;
	width: 70%;
	position: relative;
}

.campaign-all-offers {
	padding: 10px;
	margin-bottom: 40px;
}

	.cao-border {
		border: 1px solid #fff;
		padding: 5% 0;
	}
	
	.cao-text {
		width: 70%;
		margin: 0 auto;
	}
	
	.cao-head {
		font-size: clamp(calc(2.8rem * .625), 4vw, calc(4rem * .625));
		margin-bottom: .75em;
		padding-bottom: .75em;
		border-bottom: 1px solid #fff;
		line-height: 1.2em;
	}
	
	.cao-text-cta {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 30px;
	}
	
	.cao-text-cta p { width: 70%; font-weight: 500; margin-bottom: 0;}
	.cao-text-cta .cta-offers { text-wrap: nowrap;}

.offer-campaign-benefitsBG {
	box-shadow: 0 3px 15px 8px rgba(0, 0, 0, 0.10);
	padding: 10px;
	background: #fff;
	margin-bottom: 40px;
}

.offer-campaign-benefits {
	display: flex;
	gap: 40px;
}

.ocb-card {
	width: 360px;
	border: 1px solid #EBEBEB;
	background: #F8F8F8;
	padding: 40px;
	flex-shrink: 0;
}

.ocb-card img { margin-bottom: 20px; }

.ocb-card-text { font-size: calc(2.5rem * .625); line-height: 1.2em;}

.ocb-text {
	width: 100%;
	padding: 40px 1.5em 40px 0;
}

	.ocb-head {
		font-size: clamp(calc(1.8rem * .625), 4vw, calc(2.5rem * .625));
		margin-bottom: 1em;
		line-height: 1.3em;
	}

.ocb-benefit {
	display: flex;
	gap: 40px;
	margin-bottom: 30px;
}

.ocb-benefit-icon img { height: 50px; min-width: 50px; }

.ocb-benefit-head {
	font-size: calc(1.8rem * .625);
	font-weight: 500;
	margin-bottom: .5em;
}

.ocb-benefit p { margin-bottom: 0; }

@media all and (max-width: 1200px) {
	.offer-type::after { background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,.5) 50%, rgba(0,0,0,0) 100%); }
	.hotel-finder-filters { margin-top: -50px; }
		.campaign-filters { margin-top: -20px; }
}

@media all and (max-width: 1000px) {
	.offer-types { flex-wrap: wrap; justify-content: space-between;  } 
	.offer-type { width: 46%; aspect-ratio: 1 / 1; }
	.offer-benefits-cols { flex-direction: column; gap: 40px;}
	.offer-benefits-image, .offer-benefits-details { width: 100%; }
	.offer-benefits-image { display: none;}
}

@media all and (max-width: 900px) {
	.campaign-hero-wrap { flex-direction: column; gap: 20px; padding-top: 40px; }
	.campaign-hero-text { width: 100%; text-align: center; }
	.campaign-hero-image { width: 100%; }
	
	.offer-campaign-benefits { flex-direction: column; gap: 0; }
	.ocb-card { width: 100%; display: flex; flex-direction: column; align-items: center; padding: 20px;}
	.ocb-card img { max-width: 300px;}
	.ocb-text { padding: 20px; }
}

@media all and (max-width: 750px) {
	.cao-text-cta { flex-direction: column; justify-content: center; }
	.cao-text-cta p { width: 100%; }
}
@media all and (max-width: 620px) {
	.hotel-finder-filters { margin-top: -10px; }
	.campaign-filters { margin-top: -10px; }
	.location-picks { flex-direction: column; }
		.location-picker { width: 100%; }
}

@media all and (max-width: 500px) {
	.offer-type { font-size: calc(1.6rem * .625); padding: 15px; width: 100%; aspect-ratio: 16 / 9; background-position: 0 50%;}
	.ob { width: 100%; margin-bottom: 10px; }
	.fo-padding { padding-bottom: 40px;}
	.benefitsBG { padding: 30px 0;}
	.ocb-benefit { gap: 20px; }
	.ocb-benefit-icon img { height: 40px; min-width: 40px; }
}

.dm5-btn { border-radius: 2px; }
.dm5-btn--subtle { border: 1px solid #aaa; box-shadow: none; }
