a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
img { display: block; vertical-align: middle; }
*, *:before, *:after { box-sizing: border-box;  }
html { -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased; }

:root {
	--color-black: #000;
	--color-white: #fff;
	--color-light-blue: #006fcf;
	--color-dark-blue: #00175a;
	--color-gray-dark: #333;
	--color-gray-light: #f7f7f7;
	--color-gray-med-dark: #52565a;
	--color-gray-med-light: #ecedee;
	--font-primary: 'BentonSans', 'Helvetica Neue', Helvetica, sans-serif;
}

@font-face {
	font-family:'BentonSans';
	src:url("../fonts/BentonSansBook.woff") format("woff");
	font-weight: 300;
}

@font-face {
	font-family:'BentonSans';
	src:url("../fonts/BentonSansRegular.woff") format("woff");
	font-weight: 400;
}

@font-face {
	font-family:'BentonSans';
	src:url("../fonts/BentonSansMedium.woff") format("woff");
	font-weight: 500;
}

@font-face {
	font-family:'BentonSans';
	src:url("../fonts/BentonSansBold.woff") format("woff");
	font-weight: 700;
}

body {
	background: var(--color-gray-light);
	color: var(--color-gray-dark);
	font-family: var(--font-primary);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}

/*
.inav-header  [class^="axp-global-header__dls-module__module___"] [class*="axp-global-header__dls-module__navSticky"]  {
	top: -60px !important;
	left: 0 !important;
	position: relative !important;
}
*/

.inav-header { height: 60px; }
.inav-header:empty { height: 0; }

/* put this in if AmexTravel nav is added */
/* .hero { margin-top: 50px; } */

		@media all and (max-width: 1024px) { 
			.inav-header { display: none; }
			.axp-travel-navigation__Mobile__navigationWrapper___2u5z1 { top: 0; }
		}	


.hero-container {
	background-image: linear-gradient(to top, rgba(0,0,0,.5) 0, rgba(0,0,0,.5) 30%, rgba(0,0,0,0) 50%), url('../img/thc-benefits/thc-benefits-hero.jpg');
	background-position: 50% 50%;
	background-size: cover;
	margin: 0 auto;
	max-width: 1600px;
	padding-top: 40%;
	position: relative;
	width: 100%;
}

	.hero-content {
		align-items: center;
		bottom: 0;
		color: var(--color-white);
		display: flex;
		flex-direction: column;
		justify-content: center;
		left: 0; 
		margin: -165px auto 0;
		max-width: 840px;
		position: absolute;
		right: 0; 
		text-align: center;
		top: 0; 
		width: 90%;
	}

		.hc-headline {
			font-size: calc(6.4rem * .625);
			font-weight: 700;
			margin-bottom: .4em;
			line-height: 1;
			text-shadow: 0px 2px 5px rgba(0, 0, 0, .2);
		}

		.hc-text {
			font-size: calc(2.4rem * .625);
			font-weight: 500;
			line-height: 1.5;
			text-shadow: 0px 2px 5px rgba(0, 0, 0, .2);
			width: 100%;
		}

.section {
    margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

.thc-header { 
	align-items: center;
	background: rgba(0, 111, 207, 0.9);
	border-radius: 4px 4px 0px 0px;
	color: var(--color-white);
	display: flex;
	height: 165px;
	justify-content: center;
	margin-top: -165px;
	position: relative;
	z-index: 2;
}

	.thc-container {
		align-items: center;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-top: -30px;
		max-width: 865px;
		width: 90%;
	}

		.thc-container .tag-location {
			bottom: inherit;
			right: 0;
			top: -50px;
		}

		.thc-logo {
			background-image: url('../img/thc-benefits/logo-thc.svg');
			background-position: center;
			background-repeat: no-repeat;
			background-size: 100%;
			display: block;
			height: 19px;
   			width: 370px;
		}

		.thc-text {
			border-left: 1px solid var(--color-white);
			font-size: calc(2.8rem * .625);
			font-weight: 300;
			padding-left: 50px;
			width: 50%;
		}

.premium-benefits {
	background: var(--color-white);
	border-radius: 3px;
	box-shadow: 0 2px 20px 0 rgba(0,0,0,.03);
	margin: -30px auto 90px;
	max-width: 1140px;
	padding: 50px 20px;
	position: relative;
	width: 100%;
	z-index: 3;
}

	.pb-container {
		margin: 0 auto;
		max-width: 900px;
		text-align: center;
		width: 100%;
	}

		.pb-headline {
			font-size: calc(3.8rem * .625);
			font-weight: 400;
			line-height: 1.2;
			margin-bottom: 45px;	
		}

		.pb-row {
			align-items: flex-start;
			display: flex;
			flex-direction: row;
			justify-content: space-around;
			margin-bottom: 60px;
		}

			.pb-col { width: 45%; }

		.pb-item {
			align-items: center;
			display: flex;
			flex-direction: row;
			text-align: left;
		}

		.pb-title {
			font-size: calc(2rem * .625);
			margin: 0 auto 10px;
			text-align: center;
		}

		.pb-benefit { margin-left: 20px; } 

.additional-points {
	margin: 0 auto 90px;
	max-width: 1140px;
	width: 100%;
}	
	
	.ap-headline {
		font-size: calc(3.2rem * .625);
		font-weight: 400;
		line-height: 1.2;
		margin: 0 auto 115px;
		max-width: 785px;
		text-align: center;
		width: 100%
	}

	.ap-row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
		margin-bottom: 60px;
	}

		.ap-col { height: 100%; }

	.ap-card {
		background-color: var(--color-white);
		box-shadow: 0px 2px 20px rgba(0, 0, 0, .03);
		border-radius: 4px;
		height: 100%;
		padding: 190px 55px 40px;
		position: relative;
	}

	.ap-card-alt {
		padding-top: 240px;
	}

	.ap-img {
		height: auto;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		top: 0;
		transform: translateY(-25%);
		width: 100%;
	}

	.ap-img-plat {
		max-width: 360px;
	}

	.ap-img-gold {
		max-width: 315px;
	}

	.ap-title {
		font-size: calc(2.4rem * .625);
		font-weight: 400;
		margin-bottom: 1rem;
	}

	.app-benefits {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 40px;
	}

	.ap-benefit {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}

		.ap-icon { width: 30%; } 
		.ap-icon img { height: 60px; max-width: 60px; }
		.ap-benefit-item { margin-left: 20px; } 
		.ap-benefit-item p { margin-bottom: 10px; }

.additional-cards {
	margin: 0 auto 95px;
	max-width: 860px;
	text-align: center;
	width: 100%;
}

	.ac-headline {
		font-size: calc(2.4rem * .625);
		font-weight: 400;
		margin-bottom: .5rem;
	}

.credit-hotel {
	background-color: var(--color-gray-med-light);
	border-radius: 4px;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin: 0 auto 70px;
	max-width: 1140px;
	outline-offset: -5px;
	outline: 1px solid var(--color-white);
	width: 100%;
}

	.ch-image, .ch-content { width: 50%; }

	.ch-content {
		padding: 60px 50px 20px;
		position: relative;
	}

		.ch-image {
			background-image: url('../img/thc-benefits/credit-hotel.jpg');
			background-position: center top;
			background-repeat: no-repeat;
			background-size: cover;
			height: auto;
   			padding-top: 30%;
			position: relative;
		}

		.ch-tag {
			background-color: var(--color-white);
			color: var(--color-gray-med-dark);
			font-size: calc(1.4rem * .625);
			font-weight: 500;
			left: 50px;
			letter-spacing: 1px;
			line-height: 1;
			padding: 7px;
			position: absolute;
			top: 5px;
		}

		.ch-title { font-size: calc(1.6rem * .625); font-weight: 700; margin-bottom: 8px; }
		.ch-text { margin-bottom: 15px; }

.cta-block {
	background-color: var(--color-light-blue);
	border-radius: 3px;
	color: var(--color-white);
	margin-bottom: 60px;
}

	.cb-container { 
		align-items: center;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin: 0 auto;
		max-width: 1040px;
		padding: 35px 0;
		width: 90%;
	}

		.cb-headline { 
			font-size: calc(2.2rem * .625);
			font-weight: 400;
			margin-right: 15px;
		}

.footer {
	background-color: var(--color-white);
}

	.footer-container {
		color: var(--color-gray-med-dark);
		font-family: 'Helvetica Neue', Helvetica, sans-serif;
		line-height: 1.4em;
		margin: 0 auto;
		max-width: 1200px;
		padding: 40px 0;
		width: 90%;
	}
	
	.f-headline {
		font-size: calc(1.4rem * .625);
		font-weight: 700;
		margin-bottom: 10px;
	}

	.f-legal p {
		font-size: calc(1.2rem * .625);
		line-height: 1.4;
		margin-bottom: 20px;
	}

	.f-legal a {
		color: var(--color-light-blue);
		text-decoration: none;
	}

.cta {
	background: var(--color-light-blue);
	border-radius: 4px;
	border: 2px solid transparent;
	color: var(--color-white);
	display: inline-block;
	font-size: calc(1.5rem * .625);
	font-weight: 400;
	letter-spacing: .5px;
	line-height: 3.3em;
	margin-top: 35px;
	padding: 0 1.5em;
	text-align: center;
	text-decoration: none;
	transition: all .125s;
	width: 185px;
}

	.cta-white {
		background: var(--color-white);
		color: var(--color-light-blue);
		margin-top: 0;
	}

.link {
	color: var(--color-light-blue);
	text-decoration: none;
}

	.link::after {
		background-image: url('../img/thc-benefits/icon-arrow.svg');
		background-repeat: no-repeat;
		content: '';
		display: inline-block;
		height: 15px;
		margin-left: 8px;
		vertical-align: middle;
		width: 8px;
	}

	.cta:hover, .cta:focus, .link:hover, .link:focus { text-decoration: underline; } 

.tag-location {
	font-size: calc(1.4rem * .625);
	background-image: url(../img/dls-icon-location-white.svg);
	background-repeat: no-repeat;
	background-position: 6px 50%;
	background-size: 18px;
	background-color: rgba(0,0,0,.45);
	color: #fff;
	font-weight: 500;
	padding: 8px 1.2em 8px 2.2em;
	text-decoration: none;
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	border-radius: 2px;
	line-height: 1.5em;
}

.fineprint { font-size: calc(1.1rem * .625); }

sup {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
    font-size: 66%;
	top: -1ex;
}

@media all and (max-width: 1400px) { 
	.hero-container { padding-top: 55%; } 
}

@media all and (max-width: 800px) { 
	.hero-container { padding-top: 70%; }
 
	.thc-header { border-radius: 0; }
		.thc-container { flex-direction: column; margin-top: 0; }
			.thc-logo { margin-bottom: 15px }
			.thc-text { border-left: 0; font-size: calc(2rem * .625); padding-left: 0; text-align: center; width: 100%; }

	.premium-benefits, .additional-points, .credit-hotel { width: 90%; }		

	.premium-benefits { margin-top: 0; }

	.credit-hotel { flex-direction: column; }
		.ch-image, .ch-content { width: 100%; }
			.ch-content { padding: 60px 12px 20px; }
			.ch-tag { left: 12px; }

	.ap-card { padding: 165px 20px 40px; }
	.ap-img { max-width: 280px; }
}

@media all and (max-width: 620px) {
	.hero-container { background-image: url('../img/thc-benefits/thc-benefits-hero-mb.jpg'); padding-top: 165%; }
		.hc-headline { font-size: calc(4rem * .625); }
		.hc-text { font-size: calc(2rem * .625); }

	.thc-header { height: 140px; margin-top: -140px; }
		.thc-container .tag-location { right: 10px; }
		.thc-logo { height: 15px; width: 315px; }
		.thc-text { width: 80%; }

	.premium-benefits { margin-bottom: 50px; }	
		.pb-container span { display: block; }
		.pb-headline { font-size: calc(2.4rem * .625); }
		.pb-row, .pb-item { flex-direction: column; }
			.pb-col, .pb-icon { width: 100%; }
			.pb-col:not(:last-child) { margin-bottom: 50px; }
			.pb-item { text-align: center; }
			.pb-icon { margin-bottom: 15px; }
		.pb-title { font-size: calc(1.8rem * .625); }

	.ap-headline { font-size: calc(2.2rem * .625); }
	.ap-row { grid-template-columns: repeat(1, 1fr); gap: 80px; margin-bottom: 50px; }
		.ap-col { margin: 0 auto; width: 100%; }
	.ap-img { left: 0; margin: 0 auto; right: 0; }

	.additional-cards { margin-bottom: 45px; text-align: left; }
		.ac-headline { font-size: calc(2rem * .625); }

	.ch-image { padding-top: 56.25%; }
	
	.cb-container { flex-direction: column; }
	.cb-headline { margin-bottom: 20px; margin-right: 0; }

	.tag-location { font-size: calc(1.2rem * .625); }
	.cta { width: 100%; }
}
