@media screen and (max-width: 799.5px) {
	.accommodation-entry {
		flex-direction: column;
	}
	
	.accomodation-logo {
		margin: auto;
	}

	.accomodation-logo img {
		max-width: 450px;
	}

	.accomodation-listing {
		align-items: center;
	}
}

@media screen and (min-width: 800px) {
	.accomodation-logo {
		margin: 0 2rem 0 0;
	}

	.accomodation-logo img {
		max-width: 350px;
	}

	.accomodation-listing {
		align-items: flex-start;
	}
}

#travel-support {
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 12px;
	box-sizing: border-box;
	margin-top: 3rem;
}

	#travel-support img {
		margin-bottom: 2rem;
		border-radius: 8px;
	}


	#travel-support ul {
		list-style: none;
		width: 100%;
		text-align: center;
  font-size: 1.1rem;
	}

	#travel-support ul,
	#travel-support li {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0
	}


	#travel-support p {
		margin: 1rem 14px;
  font-size: 1.1rem;
	}

	#travel-support p.large {
		font-size:1.25rem
	}



#accommodations {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 12px;
	box-sizing: border-box;
	margin-top: 3rem;
}

	#accommodations > h2 {
		margin-bottom: 0.5rem;
	}

	#accommodations > p {
		font-weight: bold;
		font-size: 1.05rem;
		color: #9a3838;
		text-align: center;
		width: 100%;
		margin-bottom: 4rem;
	}

.accommodation-entry {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.accommodation-entry:not(:last-of-type) {
	margin-bottom: 4.5rem;
}

.accomodation-logo img {
	width: 100%;
	min-width: 260px;
	flex: 0 0 auto;
	object-fit: contain;
	border-radius: 8px;
}

.accomodation-listing {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}

.accomodation-listing * {
	margin: 0;
}

.accomodation-listing p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.accomodation-listing p, 
.accomodation-listing a {
	font-size: 1.1rem;
}

.accomodation-info > div.accomodation-details {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.accomodation-details h4 {
	font-size: 1.15rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1rem;
	text-align: left;
	line-height: 1.5;
}

	.accomodation-info svg {
		height: 1.25rem;
		width: 1.25rem;
		flex: 0 0 auto;
		margin-right: 8px;
		color: #d6ac5c;
	}

.accomodation-details p {
	font-size: 1.05rem;
	text-align: left;
	padding-left: 68px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	line-height: 1.5;
}

.accomodation-details span {
	font-weight: bold;
	color: #d6ac5c;
	font-size: 1.25rem;
	width: 90px;
	margin-left: -68px;
	display: block;
	flex: 0 0 auto;
	margin-top: -0.2rem;
}

.accomodation-description {
	text-align: left;
    margin: 0 auto 1rem auto;
    font-size: 1rem;
    border-left: 3px solid #00694e;
    padding-left: 18px;
    box-sizing: border-box;
}

.accomodation-disclaimer {
	text-transform: uppercase;
	font-size: 1.05rem;
	text-align: left;
	background: #fafafa;
	padding: 1rem;
	box-sizing: border-box;
	margin-top: 1rem;
	border-radius: 8px;
}

.accomodation-disclaimer::before {
	content: "IMPORTANT INFORMATION";
	display: block;
	width: 100%;
	margin-bottom: 1rem;
	font-weight: 600;
}

.accomodation-disclaimer a.booking-cta {
	display: block;
	margin: 1.5rem 0;
	text-decoration: none;
	color: #00684d;
	border: 1px solid #00684d;
	background: #00684d;
	color: #fff;
	padding: 8px 16px;
	box-sizing: border-box;
	border-radius: 8px;
	width: 180px;
	text-align: center;
	font-weight: bold;
}

#partners {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

#partners div {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	white-space: wrap;
}

#partners div a {
	display: block;
	flex: 0 0 auto;
	width: 20%;
	max-width: 125px;
	margin: 0 1.5rem;
}

#partners p {
	margin: 1rem 14px;
  font-size: 1.1rem;
}

#partners div img {
	width: 100%;
	object-fit: contain;
	aspect-ratio: 1 / 1;
}

.accomodation-cta {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 1rem 0 2rem 0;
}

.accomodation-cta a {
	display: block;
	margin:0 0.5rem 0 0;
	text-decoration: none;
	color: #00684d;
	border: 1px solid #00684d;
	padding: 8px 16px;
	box-sizing: border-box;
	border-radius: 8px;
}

#itinerary {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	font-size: 1.15rem;
	max-width:800px;
	margin: auto;
}
	#itinerary a {
		font-weight: bold;
		color: #00694e;
	}

	.itinerary-header {
		border-bottom: 1px solid #ccc;
		background: #fff;
		color: #000;
		width: 100%;
		padding: 6px 0;
		box-sizing: border-box;
		font-weight: bold;
		text-align: left;
		flex:1 1 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size:1.25rem;
		font-weight: bold;
	}

	.itinerary-header span {
		color: #000;
		text-align: right;
		text-transform: uppercase;
		font-size: 1rem;
	}

table {
	text-align: left;
	line-height: 1.5;
	margin: auto;
}

table td {
	vertical-align: top;
	padding-bottom: 1rem;
}

table tr > td:first-of-type {
	font-weight: bold;
	padding-right: 16px;
	white-space: nowrap;
}

.download-cal {
	margin: -1rem auto 3rem auto;
	font-size: 0.95rem;
	text-decoration: none;
	border: 1px solid #00694e;
	color: #00694e;
	padding: 4px 16px;
	box-sizing: border-box;
	border-radius: 8px;
	font-weight: 800;
}

#accommodations .content-header {
	margin-top: 2rem !important;
}

#gala-hero {
	width: 100%;
	margin-top: 42px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 1rem 1rem 2rem 1rem;
	box-sizing: border-box;
	background: linear-gradient(to bottom, #222, #000);
	color: #fff;
	position: relative;
	box-shadow: 0 0 12px rgba(0,0,0,0.85);
}

	#hero-date {
		font-size: 1.15rem;
		letter-spacing: .16px;
		font-weight: 700;
		border: 4px solid #f7c66e;
		border-left: 0;
		border-right: 0;
		line-height: normal;
		display: inline-block;
		padding-top: 2px;
		padding-bottom: 5px;
		color: #f7c66e;
		margin-top: 1rem;
	}

	h1 {
		line-height: 1.5;
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}

	#hero-title {
		display: block;
		background-image: linear-gradient(to bottom, #a97b28, #d6ac5c, #a97b28);
		background-clip: text;
		color: transparent;
		margin: 0;
		padding: 0 0 12px 0;
		box-sizing: border-box;
		line-height: 1;
		font-size: 3.5rem;
		font-weight: 800;
	}

	#gala-hero p {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		font-size: 1.15rem;
	}

	#gala-hero svg:not(.small) {
		fill-rule: evenodd;
		clip-rule: evenodd;
		stroke-linejoin: round;
		stroke-miterlimit: 2;
		height: 80%;
		width: auto;
		position: absolute;
		top: 10%;
		right: 0;
		opacity: 0.2;
	}

	#gala-hero svg.small {
		margin-right: 4px;
		height: 1.5rem;
		width: 1.5rem;
	}

	#gala-hero div {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	#gala-hero div {
		column-gap: 16px;
		row-gap: 16px;
	}

	#gala-hero div a {
		text-decoration: none;
		color: #f7c66e;
		border: 3px solid #f7c66e;
		padding: 6px 18px;
		box-sizing: border-box;
		font-size: 1.1rem;
		border-radius: 128px;
		background: transparent;
		z-index: 10;
		font-weight: bold;
	}

	#picnic-cta {
		font-size: 1rem;
		background: #f6f6f6;
		width: 98%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0.5rem 1rem;
		box-sizing: border-box;
		margin: 2rem auto 0 auto;
		border-left:4px solid #a97b28;
		text-align: left;
	}

	#picnic-cta a {
		text-decoration: none;
		color: #a97b28;
		font-weight: bold;
		text-align: right;
		flex: 0 0 auto;
		margin-left: 8px;
	}

	@media screen and (min-width: 820px) {
		#gala-hero {
			align-items: flex-start;
		}

		h1 { text-align: left; }

		#gala-hero p {
			text-align: center;
		}

		#gala-hero div {
			flex-direction: row;
		}
	}

	@media screen and (max-width: 819.5px) {
		
		#gala-hero {
			align-items: center;
		}
		
		h1 { text-align: center; }

		#gala-hero p {
			justify-content: center;
		}

		#gala-hero div {
			flex-direction: column;
		}

		#gala-hero div a {
			width: 100%;
		}

	}

#header {
	background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .4) 100%), linear-gradient(to right, #cea55c, #f1cd89, #cea55c) !important;
}
	#page-hero {
		height: auto;
		width: 35%;
		position: absolute;
		top: 20%;
		right: 8px;
		opacity: 0.2;
	}
h1 span {
	display: block;
	background-image: linear-gradient(to bottom, #a97b28, #d6ac5c, #a97b28);
	background-clip: text;
	color: transparent;
}

section {
	display: flex;
	justify-content: center;
	width: 95%;
	margin: auto;
}

section#about > p {
	text-align: left;
}

section#about #croston-flood img {
	flex: 0 0 auto;
	height: 120px;
	float: left;
	margin-right: 18px;
	margin-top: 16px;
}

section#about a,
section#sponsors a {
	color: #559e5a;
	text-decoration: none;
	font-weight: bold;
}

.hero-video.desktop .video-wrapper, .hero-video.desktop {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#anniversary {
	background:#fff;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	background-size: contain;
	background-image: url('../../move-to-monaghan/img/header.jpg');
}
	#anniversary-hero {
		padding-top:2rem;
		box-sizing: border-box;
		width: 100%;
		opacity: 1;
		height: 95vh;
		display: flex;
		justify-content: center;
		align-items: stretch;
		width: 100%;
	}

		#hero-wrapper {
			display: flex;
			justify-content: center;
			align-items: center;
			flex:1 1 auto;
			flex-direction: column;
			max-width: 625px;
		}

		#anniversary-hero p {
			margin: 0;
		}

		#anniversary-hero h1 {
			line-height: 1.2;
			font-weight: 800;
			margin:0.5rem auto;
		}

		.video-wrapper {
			width: 100%;
		}

#hero-wrapper p:nth-of-type(1){
	font-size: 1.1rem;
	font-weight: 600;
	color: #777;
}

#hero-wrapper p:nth-of-type(2){
	font-weight: 600;
	font-size: 1.2rem;
	color:#444;
	line-height: 1.5;
	max-width: 95%;
}

#hero-links {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 2rem;
	flex-wrap: wrap;
}

	#hero-links button,
	#hero-links a {
		max-width: 240px;
		font-size: 1rem;
		font-weight: 400;
	}

.hero-video.desktop {
	display: flex;
	justify-content: center;
	align-items: center;
	flex:1 1 auto;
	max-width: 720px;
}

.hero-video.mobile {
	margin-top: 1rem;
}

.header-break {
	height:2px;width:80px;margin:auto auto 3rem auto;background:#888;border-radius: 18px
}

.content-header {
	margin-top: 6rem;
}

.section-header {
	font-size: 36px;
	font-variant: small-caps;
	line-height: 38px;
	margin-bottom: 36px;
	margin-top: 6rem;
	font-family: 'Uncial Antiqua', cursive;
	text-align: center;
	width: 100%;
}

#about {
	flex-direction: column;
}

	#about p {
		margin: 1rem 14px;font-size: 1.1rem;text-align: left;
	}

	#about img {
		height: 160px;
		margin: auto;
	}

#sponsors {
	width: 95%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	max-width: 1300px;
}

#sponsors > p:first-of-type {
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 1.5;
}

#sponsors > p:not(:first-of-type) {
	margin: 1rem 14px;font-size: 1.1rem;
}

#sponsors > div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

	#sponsors > div > a {
		width: 25%;
		max-width: 250px;
		flex: 0 0 auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		text-decoration: none;
		margin: 10px 20px;
	}

		#sponsors > div > a img {
			margin-bottom: 6px;
			height: 128px;
			width: auto;
			aspect-ratio: 1 / 1;
			object-fit: contain;
		}

		#sponsors > div > a span {
			color: #000;
			font-weight: bold;
			font-size: 1.25rem;
		}

#visitor-donation {
	margin: 5rem auto 0 auto;
	flex-direction: column;
	width: 100%;
}

	#visitor-donation p {
		font-style: italic;
		color: #555;
		font-size: 1.1rem;
		margin: 0;
	}


#visitor-donation button {
	-webkit-appearance: none;
	background-position: 0 0 !important;
	background-size: 200% 100% !important;
	border-radius: 4px;
	border: 0;
	box-shadow: 0 0 6px rgba(0,0,0,.75);
	cursor: pointer;
	display: inline-block;
	line-height: 1.25;
	position: relative;
	text-decoration: none;
	transition: background-position 800ms;
	font-family: 'Open Sans', sans-serif;
	background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .4) 100%), linear-gradient(to right, #cea55c, #f1cd89, #cea55c);
	color: #fff;
	text-shadow: 1px 1px 5px #55411f;
	max-width: 300px;
	width: 95%;
	font-size: 22px;
	padding: 8px 65px 12px 15px;
	margin: 1rem auto auto auto;
	min-height: 65px;
  }

#visitor-donation button:after {
	content: "\f004";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	padding: 10px 0 10px 15px;
	position: absolute;
	right: 16px;
	top: calc(50% - 23px);
	transition: all 600ms 200ms;
	border-left: 1px solid #846528;
	color: #684e1b;
}

#visitor-donation button:hover {
	background-position: -100% 0 !important
}

#visitor-donation button:hover:after {
	border-left: 1px solid #b58b39;
	color: #fff;
	text-shadow: 0 0 10px #846528
}

.sub-header {
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.5;
	margin: 3rem auto;
	width: 95%;
}

	.sub-header p:nth-of-type(1) {
		font-size: 1.1rem;
		line-height: 1.8;
		margin: auto auto 4rem auto;
	}

	.sub-header p:nth-of-type(2) {
		max-width: 800px;
		margin: auto auto 1rem auto;
	}

.shimmer {
  color: grey;
  display:inline-block;
  -webkit-mask: linear-gradient(-60deg,#000 30%,#0009,#000 70%) right/400% 100%;
  background-repeat: no-repeat;
  animation: shimmer 5s infinite;
}

@keyframes shimmer {
  100% {-webkit-mask-position:left}
}

@media screen and (min-width: 1180px) {

	.hero-video.desktop .video-wrapper {
		margin: 1rem 1rem 1rem 4rem;
	}

	.hero-video.mobile { display: none}
}

@media screen and (max-width: 1179px) {
	
	#anniversary-hero {
		justify-content: center;
		align-items: flex-start;
		height: auto;
		padding-top: 80px
	}

	#hero-links {
		margin-top: 0 !important;
	}

	.hero-video.desktop { display: none }
	
	#anniversary-hero > div {
		width: 100%;
	}

	.video-wrapper {
		margin: 2rem auto;
	}
}

#ambassadors {
	display: flex;
	flex-direction: row;
	flex: 1 1 auto;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1100px;
	margin: auto;
}

#ambassador-pop-up {
	display: flex;
	flex-direction: row;
	flex: 1 1 auto;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

	.ambassador-pop-up-header {
		margin-top: 0;
		font-size: 1.5rem;
		font-family: 'Open Sans', serif;
		margin-bottom: 1rem;
		background-image: linear-gradient(to bottom, #a97b28, #d6ac5c, #a97b28);
		background-clip: text;
		color: transparent;
		font-weight: bold;
		line-height: 1;
		text-align: center;
	}

	#ambassador-pop-up .sponsor-card {
		min-height: 460px !important;
	}

	#ambassador-pop-up .ambassador-card {
		min-height: 420px !important;
	}

	.sponsor-card {
		padding: 18px;
		box-sizing: border-box;
		border-radius: 8px;
		box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
		margin: 6px;
		aspect-ratio: 1 / 1;
		max-width: 190px;
		width: 100%;
		flex: 0 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background: #fff;
		font-family: "Open Sans",sans-serif;
		min-height: 300px;
	}

	.ambassador-card {
		padding: 8px;
		box-sizing: border-box;
		border-radius: 8px;
		box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
		margin: 6px;
		aspect-ratio: 1 / 1;
		max-width: 160px;
		width: 100%;
		flex: 0 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background: #fff;
		font-family: "Open Sans",sans-serif;
		min-height: 250px;
	}

		.sponsor-card > div,
		.ambassador-card > div {
			width: 100%;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			text-align: center;
		}

			.sponsor-card > div {
				height: 180px;
				flex: 0 0 auto;
			}

			.ambassador-card > div {
				flex: 1 1 auto;
			}

		.sponsor-card img {
			margin-bottom: 8px;
			max-width: 100%;
			flex: 0 0 auto;
			max-height: 168px;
		}

		.ambassador-card img {
			margin-bottom: 8px;
			height: 96px !important;
			width: 96px !important;
			min-height: 96px !important;
			min-width: 96px !important;
			max-height: 96px !important;
			max-width: 96px !important;
			border-radius: 96px !important;
			background-color: #888;
			flex: 0 0 auto;
			box-shadow: rgba(1,109,80,0.53) 0px 5px, rgba(188,157,98,0.5) 0px 10px;
		}

		.sponsor-card p {
			margin: 0 0 16px 0;
			font-size: 1rem;
			line-height: 1.2;
			width: 100%;
			text-align: center;
		}

		.ambassador-card p {
			margin: 8px 0 0 0;
			line-height: 1;
		}

		.ambassador-card p:first-of-type {
			font-size: 1.1rem;
			line-height: 1.2;
			font-weight: bold;
			height: 48px;
		}

		.ambassador-card p:last-of-type {
			font-size: 0.9rem;
			font-style: italic;
			line-height: 1.2;
			flex: 1 1 auto;
			display: none;
		}

		.sponsor-card .cta-view-bio,
		.ambassador-card .cta-view-bio {
			display: flex;
			justify-content: center;
			align-items: center;
			padding: 8px 12px;
			text-decoration: none;
			margin: 12px auto 0 auto;
			font-size: 0.95rem;
			border-radius: 128px;
			background: #fff;
			color: #00684d;
			border: 1px solid #00684d;
			transition: background-position 0.8s;
			width: 100%;
			font-weight: 600;
			cursor: pointer;
		}

		.sponsor-card .cta-5k,
		.ambassador-card .cta-5k {
			display: flex;
			justify-content: center;
			align-items: center;
			padding: 8px 18px;
			text-decoration: none;
			margin: 12px auto 0 auto;
			font-size: 0.95rem;
			border-radius: 128px;
			background-position: 0% 0%;
			background-size: 200% 100%;
			background-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .4) 100%), linear-gradient(to right, #00b486 0, #00684d 50%, #00b486 100%);
			color: #fff;
			border: 1px solid #00684d;
			font-weight: bold;
			transition: background-position 0.8s;
			width: 100%;
		}
		
			.sponsor-card .cta-5k,
			.ambassador-card .cta-5k:hover {
				background-position: -100% 0
			}

			.sponsor-card .cta-5k svg,
			.ambassador-card .cta-5k svg {
				height: 18px;
				width: 18px;
				margin-right: 8px;
			}

.header-donate:not(.working) div,
.donate-shortcut:not(.working) div { display: none; }

.header-donate.working span,
.donate-shortcut.working span { display: none; }

#picnic-blurb {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

#picnic-blurb p {
	font-size: 1.1rem;
	margin-bottom: 1rem;
	text-align: center;
	width: 100%;
}

#picnic-blurb p:not(:first-of-type) {
	margin-top: 1rem;
}

#bio-overlay-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem;
	box-sizing: border-box;
	z-index: 1000;
	flex-direction: column;
}

	#bio-overlay-wrapper div {
		background: #fff;
		height: 100%;
		width: 100%;
		padding: 2rem;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		text-align: left;
		overflow: auto;
		font-size: 1.1rem;
		box-shadow: 0 8px 18px rgba(0,0,0,0.5);
		border-radius: 18px;
		max-width: 900px;
		font-family: "Open Sans",sans-serif;
	}

	#bio-overlay-wrapper:not(.ambassador) div img {
		width: 100%;
		max-width: 300px;
		margin-bottom: 2rem;
		max-height: 200px;
		object-fit: contain;
	}

	#bio-overlay-wrapper.ambassador div img {
		width: 100%;
		max-width: 180px;
		margin-bottom: 2rem;
		max-height: 180px;
		object-fit: contain;
		box-shadow: rgba(1,109,80,0.53) 0px 5px, rgba(188,157,98,0.5) 0px 10px;
		border-radius: 180px;
	}

	#bio-overlay-wrapper button {
		margin: 1rem auto 0 auto;
		width: 100%;
		height: 48px;
		appearance: none;
		border: 0;
		background: #fff;
		border-radius: 18px;
		font-size: 1.1rem;
		font-weight: bold;
		color: #000;
		cursor: pointer;
		max-width: 900px;
	}

	#bio-overlay-wrapper.ambassador span {
		margin-top: -1.5rem;
		margin-bottom: 2rem;
		font-weight: bold;
		font-size: 1.25rem;
	}


@media screen and (max-width: 899px) {
	#page-hero { display: none;}
}

@media screen and (min-width: 650px) {
	video {
		border-radius: 18px;
	}
}

@media screen and (min-width: 480px) and (max-width: 629px) {
	h1 { font-size:2.5rem }
}

@media screen and (max-width: 479px) {
	h1 { font-size:1.9rem }
}

#gala-hero div a {
							line-height:1.33;
						}

						#flights {
							display:flex;
							flex-direction:column;
						}

							#flights h2 {
								padding-top:28px
							}

							#flights img {
								max-width:300px;margin:auto auto 2rem auto;padding:0 1rem 0 1rem;box-sizing:border-box
							}

							#flights p {
								font-size:1.2rem
							}

							#flights #flights-offer-details {
								font-size:1.2rem;font-weight:bold;margin:auto;max-width:800px;text-align:center;width:100%;margin:1rem auto 0.5rem auto
							}

							#flights ul {
								margin:auto;text-align:center;font-size:1.1rem;margin:0;padding:0;list-style: none;margin-top:1rem
							}

								#flights li {
									margin-bottom: 1.2rem;
								}

							#flights .flights-cta {
								cursor: pointer;
								outline: none;
								text-align: center;
								width: 100%;
								white-space: normal;
								border-radius: 128px;
								padding: 10px 4px;
								background-color: #006272;
								border: 2px solid #006272;
								color: #fff;
								max-width: 200px;
								margin: 1rem auto;
								font-size:1.1rem;
								text-decoration:none
							}


							 @media screen and (min-width: 820px) {
                .ctct-inline-form {
                  border-radius: 18px !important;
                  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px
                }
                .ctct-form-defaults { 
                  border-radius: 18px !important
                }
              }
              .ctct-inline-form {
                max-width: 800px;
                margin: auto
              }
                .ctct-form-custom > p[data-qe-id="form-description"] {
                  font-weight: bold !important;
                  font-size: 1.2rem !important
                }
                .ctct-form-header { display: none }
                .ctct-form-defaults { 
                  background: linear-gradient(to bottom, transparent, #f2f3f4) !important;
                  border: 6px solid #d6ac5c;
                }
                .ctct-form-footer span[data-qe-id="form-branding"] {
                  display: none
                }
                .ctct-form-button {
                  background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.4) 100%),linear-gradient(to right,#cea55c,#f1cd89,#cea55c) !important;
                  font-weight: bold !important;
                  border: 0 !important
                }