@import url('https://use.typekit.net/mdy4vto.css');

@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?agw1gd');
	src: url('fonts/icomoon.eot?agw1gd#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?agw1gd') format('truetype'),
		url('fonts/icomoon.woff?agw1gd') format('woff'),
		url('fonts/icomoon.svg?agw1gd#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}


/*2024 Summer Giveaway */
.promo-banner {
	width: 100%;

	margin: 0 auto;
	position: relative;
}

.promo-banner-background {
	width: 100%;

	
	background: linear-gradient(to right, #5de0e6 0%, #004aad 100%);

	height: 100px;
}

.promo-banner-middle {
	width: 100%;

	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100px;
	font-size: 24px;
	margin: 0 auto;
}

.promo-banner-middle h1 {
	font-family: 'azo-sans-web';
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0px auto 5px;

	font-size: 29px;
}

.promo-banner-middle h5 {
	margin: 0 auto;
	font-size: 0.7em;
	font-weight: 500;
}

section.section1 .mid-section {
	flex-basis: 50vh !important;
}

span.promo-banner-info {
	font-size: 0.7em;
	text-shadow: none;
	cursor: pointer;
	position: relative;
}

.promo-tooltip {
	display: none;
	position: absolute;
	text-align: center;
	padding: 15px;
	background-color: #fff;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	width: 300px;
	left: 30px;
}
.promo-tooltip.open {
	display: block;
}

@media screen and (max-width: 420px) {
	.promo-tooltip {
		font-size: 0.8em;	
	}

}

@media screen and (max-width: 620px) {
		.promo-banner-middle h1 {
			font-size: 1em;
		}
}

@media screen and (max-width: 768px) {
	.promo-banner-background {
		height: 22vw;
	}
	.promo-banner-middle {
		font-size: 16px;
		height: 22vw;
		text-align: center;
	}
}
@media screen and (max-width: 1280px) {
	.promo-tooltip {
		left: -300px;
	}
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-flamingo:before {
	content: "\e900";
}

:root {
	--appRed: #ED0F68;
	--appTeal: #00ABCC;
	--appTan: #F3EDE7;
	--appBlue: #2B85AC;
	--appGrey: #606060;
	--appDarkGrey: #36454f;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: var(--appTeal);
}

h1, h2 {
	font-family: 'azo-sans-web';
	font-weight: 500;
	letter-spacing: 4px;
}

.hide-desktop {
	display: none;
}

.btn {
	padding: 15px;
	font-size: 1.1em;
	text-transform: uppercase;
	border-radius: 3px;
}

.btn-info {
	background-color: var(--appBlue);
}

.btn:hover {
	filter: brightness(0.85);
}

.iziModal .iziModal-footer-buttons.flex .iziModal-footer-button {
	font-size: 1.1em;
	font-weight: 700;
}

.iziModal .iziModal-footer-buttons.flex .iziModal-footer-button:disabled,
.iziModal .iziModal-footer-buttons.flex .iziModal-footer-button[disabled] {
	opacity: 0.3;
}


.message-box {
	color: indianred;
	text-align: center;
	font-size: 0.8em;
	margin-bottom: 20px;
}

body {
	font-family: 'azo-sans-web',Helvetica, Arial, sans-serif !important;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	padding: 0;
	font-size: 16px;
	height: 100vh;
}

.flex {
	display: flex;
}

.text-center {
	text-align: center;
}

.hidden {
	display: none;
}

button {
	cursor: pointer;
	border-radius: 7px;
	border: none;
}

.input-container {
	margin-bottom: 15px;
	width: 100%;
}

.input-group {
	display: flex;
	width: 100%;
}

/* Style the form icons */
.icon {
	padding: 10px;
	background: var(--appBlue);
	color: white;
	min-width: 50px;
	text-align: center;
	border-radius: 3px 0 0 3px;
}

/* Style the input fields */
.input-field {
	width: 100%;
	padding: 10px;
	outline: none;
	border-left: none;
	border: 1px solid #c3c3c3;
	border-radius: 0 3px 3px 0;
}

.input-field:focus {
	border: 2px solid var(--appBlue);
}

.input-container .error-message {
	display: none;
	color: #cc0033;
	font-size: 12px;
	line-height: 15px;
	margin: 5px 0 0;
}


.error label {
	color: #cc0033;
}

.error input[type=text],
.error input[type=email] {
	background-color: #fce4e4;
	border: 1px solid #cc0033;
	outline: none;
}

.error .icon {
	background-color: #cc0033;
}

.error .error-message {
	display: inline-block;
}

.hr-container {
	display: flex;
	width: 100%;
	margin: 10px auto;
}

.hr-line {
	width: 100%;
	position: relative;
	margin: 15px 0;
	border-bottom: 1px solid #647d7f;
}

.hr-icon {
	position: relative;
	top: 3px;
	color: #647d7f;
	font-size: 1.5em;
}

.hr-line.pink {
	border-bottom: 1px solid var(--appRed);
}

.hr-line.orange {
	border-bottom: 1px solid var(--appOrange);
}

.hr-icon.pink {
	color: var(--appRed);
	font-size: 2em;
}

div.disclaimer {
	text-align: center;
	font-size: 10px;
}

div#hotel-dollars span.text-red {
	color: var(--appRed);
	font-weight: bold;
}

#hotel-dollars  {
	color: var(--appGrey);
}

/*********** Popup ************/
form#popup-form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

form#popup-form .popup-header {
	background-color: var(--appRed);
	font-family: 'azo-sans-web',Helvetica, Arial, sans-serif !important;
	font-weight: 700;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	font-size: 1.9em;
}

form#popup-form .popup-text {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
	font-size: 1.3em;
	font-family: 'azo-sans-web',Helvetica, Arial, sans-serif !important;
	font-weight: 400;
	font-style: normal;
}

form#popup-form .popup-input {
	border: 1px solid var(--appRed);
	font-size: 1.5em;
	padding: 10px 20px;
	text-align: center;
	text-transform: lowercase;
	font-family: 'azo-sans-web',Helvetica, Arial, sans-serif !important;
	font-style: normal;
	margin-bottom: 25px;
}

form#popup-form .popup-input::placeholder {
	font-weight: 300;
}

form#popup-form .miniheading {
	font-family: 'azo-sans-web',Helvetica, Arial, sans-serif !important;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 20px;
	font-size: 0.9em;
}

form#popup-form .miniheading a {
	text-decoration: none;
	color: #000;
}

/*********** Top Bar ***********/
div.top-fixed {
	position: fixed;
	width: 100vw;
	background-color: #fff;
	z-index: 100;
	height: 70px;
}

section.top-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
	padding: 0px 25px;
	position: relative;

}

.top-logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-logo>div {
	display: flex;
	align-items: center;
}

section.top-bar .top-logo .mobile-icon {
	display: none;
}

img.logo-mark {
	height: 40px;
	margin-right: 15px;
}

img.logo-title {
	height: 35px;
}

section.top-bar .top-first {
	display: flex;
	width: 50%;
	justify-content: space-between;
	align-items: center;
}

section.top-bar .top-nav {
	display: flex;
	justify-content: space-around;
	align-items: center;
}


section.top-bar .top-nav a.nav-link {
	color: #7b7b7b;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	font-weight: normal;
	padding: 10px 15px;
	font-size: 12px;

}

a.nav-link:last-child {
	border-left: 2px solid #D5DEE1;
}

section.top-bar .top-nav a.nav-button {
	color: #fff;
	background-color: var(--appRed);
	border-radius: 5px;
	padding: 5px 25px;
	margin: 0 15px;
	text-transform: uppercase;
}

.hvr-ripple-out:before {
	border: var(--appRed) solid 2px;
	border-radius: 5px;
}

/* section.top-bar .top-nav a.nav-link::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 2px;
	background-color: var(--appGrey);
	transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

section.top-bar .top-nav a.nav-link:hover:before {
	left: 0;
	right: auto;
	width: 100%;
} */

section.top-bar .top-nav a.nav-link.hvr-underline-from-left:before {
	background: var(--appGrey) !important;
	height: 2px !important;
}

section {
	border-bottom: 3px solid var(--appTeal);
}

/*************** Promo Bar *************/
div.promo-bar {
	width: 100%;
	background-color: #26363b;
	color: #fff;
	text-align: center;
	font-weight: 300;
	height: 80px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	font-size: 2ch;
}

.bonus-text {
	font-size: 14px;
}

.bonus-text h1 {
  margin: 0px;
	font-weight: 600;
  font-style: italic;
}

.bonus-text h3 {
  font-weight: 400;
	margin: 0;
  font-size: 1em
}




.countdown-section {
	display: flex;
	width: 30%;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 24px;
}

.countdown-section>div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

div.time-number {
	color: #000;
background-color: #fff;
padding: 5px 5px;
min-width: 50px;
border-radius: 10px;
font-weight: bold;
margin-bottom: 5px;
height: auto;
display: flex;
align-items: center;
justify-content: center;
font-size: 1em;
}

div.countdown-section div span {
  text-transform: uppercase;
  font-size: 0.6em;
}

/************** Section 1 *************/
section.section1 {
	padding-top: 70px;
	display: flex;
	/* background-image: url('../img/beach.png');
	background-position: center;
	background-size: cover; */
	min-height: calc(100% - 100px);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	position:relative;
	overflow: hidden;
}

section.section1 .section1-video {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100vw;
	min-height: calc(100vh - 100px);
	top: 0;
	z-index: -1;
}

/*************** Promo Bar *************/
section.section1 div.promo-bar {
	width: 100%;
	background-color: var(--appRed);
	color: #fff;
	text-align: center;
	font-weight: 100;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.3em;
}

/*************** Mid Section *************/
section.section1 .mid-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 20px;
	text-align: center;
}

section.section1 .mid-section h1.headline {
	text-align: center;
	font-family: 'azo-sans-web',Helvetica, Arial, sans-serif !important;
	font-weight: 400;
	font-size: 3.3em;
	line-height: 0.9em;
	margin: 0.2em 0;
	text-shadow: 0px 2px 10px rgb(0 0 0 / 50%);
}

section.section1 .mid-section span.subheadline {
	font-size: 1.8em;
	font-weight: 500;
	text-shadow: 0px 1px 3px rgb(0 0 0 / 70%);
}

/*************** Lower Play Video *************/
section.section1 .lower-section {
	display: flex;
	width: 100%;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: 500;
	color: #ffffff;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	cursor: pointer;
	flex-direction: column;
}

.c2a-button {
	background-color: var(--appRed);
	color: #ffffff;
	border: none;
	text-transform: uppercase;
	font-size: 1.2em;
	padding: 10px 25px;
	margin: 30px 0 10px 0;
}

section.section1 .lower-section .miniheadline {
	font-weight: 500;
	margin-bottom: 50px;
	text-align: center;
	color: #fff;
	font-size: 1.1em;
	text-decoration: underline;
}

/************** Section 2 - Grey Bar *************/
section.section2 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;

}

section.section2 .grey-section {
	display: flex;
	padding: 30px 0;
	flex-grow: 1;
	color: #fff;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
}

section.section2 .grey-section .checkmark {
	width: 30px;
	margin: 0 20px;
}

section.section2 .grey-section:nth-child(1) {
	background-color: rgba(54, 69, 79, 0.9);
}

section.section2 .grey-section:nth-child(2) {
	background-color: rgba(54, 69, 79, 0.95);
}

section.section2 .grey-section:nth-child(3) {
	background-color: rgba(54, 69, 79, 1);
}

/************** Section Friends *************/
section.friends1 {
	display: flex;
	align-content: stretch;
	align-items: flex-start;
}

section.friends1 .left-section {
	width: 40%;
	min-height: calc(100vh - 70px);
	display: flex;
	background-position: center;
	background-size: cover;
	flex-direction: column;
	justify-content: flex-end;
}

section.friends1 .left-section.standard {
	/* background-image: url('../img/photo19.jpg'); */
	background-image: url('../img/ffstandardaccount.jpg');
}

section.friends1 .left-section.companion {
	background-image: url('../img/photo20.jpg');
}

section.friends1 .right-section {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin: 0 auto;
	min-height: calc(100vh - 70px);
	padding: 70px 30px 30px;
	width: 60%;
}

section.friends1 .right-section h1 {
	font-family: 'azo-sans-web';
	font-weight: 500;
	font-size: 2.5em;
	letter-spacing: 14px;
	line-height: 1.3em;
	margin-bottom: 0;
}

section.friends1 .right-section h3 {
	font-weight: 300;
	font-size: 1.3em;
	width: 100%;
}


section.friends1 .right-section form.promoform {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 75%;
	margin: 30px auto 0;
}

section.friends1 .right-section form.promoform input {
	border-radius: 5px;
	width: 100%;
	font-size: 1.2em;
	padding: 0.7vw 1vw;
	text-align: center;
	margin: 5px auto;
	border: none;
	background-color: var(--appTan);
	font-weight: 300;
	font-family: 'azo-sans-web';
}

section.friends1 .right-section button.c2a-button {
	background-color: var(--appRed);
	color: #fff;
	padding: 0.7vw 25px;
	display: inline;
	width: 100%;
	border-radius: 5px;
	font-size: 1.3em;
	text-transform: uppercase;
	margin: 5px auto;
}
.c2a-blue {
	background-color: var(--appBlue) !important;
}

section.friends1 .right-section .promoprice {
	font-size: 1.5em;
	font-weight: 300;
	margin: 10px auto;
	letter-spacing: 8px;
}

section.friends1 .right-section .red-strikeout {
	display: inline-block;
	position: relative;
}


section.friends1 .right-section .red-strikeout:before {
	border-bottom: 3px solid var(--appRed);
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	width: 105%;
	left: -5%;
}

section.friends1 .right-section .blue-strikeout {
	display: inline-block;
	position: relative;
}


section.friends1 .right-section .blue-strikeout:before {
	border-bottom: 3px solid var(--appBlue);
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	width: 105%;
	left: -5%;
}

.credit-union-subscript {
	font-size: 10px;
	font-style: italic;
	text-align: center;
}

/************** Section 3 *************/
section.section3 {
	min-height: calc(100vh - 70px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: var(--appTan);
	padding: 50px 0;
}

section.section3 button.c2a-button {
	background-color: var(--appTeal);
	color: #ffffff;
	padding: 15px 50px;
	font-size: 1.2em;
	width: 20%;
	border-radius: 3px;
	margin: 0px auto;
}

section.section3 h1 {
	margin: 0px auto 50px;
	font-size: 2.5em;
	color: #000;
	text-align:center;
}

section.section3 .benefits {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin-bottom: 20px;
}

section.section3 .benefits .benefit {
	display: flex;
	align-items: center;
	margin: 20px 0;
	background-color: #fff;
	border-radius: 5px;
	flex-direction: column;
	width: 22.5%;
	padding: 20px;
}

section.section3 .benefits .benefit .benefit-icon {
	height: 60px;
	border-radius: 40px;
	font-size: 1.8em;
	color: var(--appTeal);
}

section.section3 .benefits .benefit .benefit-text {
	padding: 0 20px 20px;
	text-align: center;
	font-size: 1em;
}

section.section3 .benefits .benefit .disclaimer {
	text-align: left;
	font-size: 1em;
	font-style: italic;
	font-weight: 300;
}

section.section3 .benefits .benefit .benefit-icon img {
	height: 100%;
}

section.section3 .benefits .benefit .benefit-text h2 {
	color: #000;
	margin: 10px auto;
	font-size: 1.3em;
	font-weight: 700;
	letter-spacing: 0px;
}

section.section3 .benefits .benefit .benefit-text h3 {
	margin: 0 auto;
	font-weight: normal;
	font-weight: 1em;
}

section.section3 .benefits .benefit .benefit-text h4 {
	margin: 5px auto;
	font-weight: normal;
	font-style: italic;
}

section.section3.companion {
	background-color: var(--appTan);
}

section.section3.companion .benefits {flex-wrap: wrap;}

section.section3.companion .benefits .benefit {width: 31%;}

section.section3.companion h1 {color: #000; text-transform: uppercase;}

section.section3.companion button.c2a-button {background-color: var(--appRed);width: 31%;}

/************** Section 3b *************/
section.section3b {
	display: grid;
	grid-template-columns: 3fr 2fr;
	grid-template-rows: 1fr;
	gap: 0px 0px;
	grid-template-areas: "left-section right-section";
}

section.section3b .right-section {
	min-height: calc(100vh - 70px);
	display: flex;
	background-image: url('../img/photo13.jpg');
	background-position: center;
	background-size: cover;
	flex-direction: column;
	justify-content: center;
	grid-area: right-section;
	align-items: center;
}

section.section3b .right-section h2 {
	color: #fff;
	font-size: 2.5em;
	text-shadow: 0px 2px 10px rgb(0 0 0 / 50%);
	margin: 0 auto;
	letter-spacing: 8px;
	position:relative;
}

section.section3b .right-section h1 {
	color: #ffffff;
	text-shadow: 0px 2px 10px rgb(0 0 0 / 50%);
	font-size: 5em;
	margin: 0 auto;
	font-weight: 300;
}

section.section3b .right-section h2 .strikethrough {
	border-top: 3px solid var(--appTeal);
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	width: 110%;
	left: -5%;
	height: 50%;
}

section.section3b .right-section button.c2a-button {
	background-color: var(--appTeal);
	color: #ffffff;
	border: none;
	text-transform: uppercase;
	font-size: 1.2em;
	padding: 15px 50px;
	margin: 30px 0 10px 0;
	border-radius: 3px;
}

section.section3b .left-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - 70px);
	padding: 0 4vw;
	grid-area: left-section;
}

section.section3b .left-section h2 {
	font-weight: 500;
	text-align: center;
	font-size: 3em;
	margin: 0;
	text-align: left;
	letter-spacing: 10px;
}

section.section3b .left-section h3 {
	font-weight: 300;
	font-size: 1.5em;
	letter-spacing: 6px;
	text-align: left;
	width: 500px
}


/************** Section 4 - Video *************/
section.section4 {
	display: flex;
	background-image: url('../img/kauai.jpg');
	background-position: center;
	background-size: cover;
	min-height: calc(100vh - 70px);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

section.section4 h1.headline {
	text-align: center;
	font-family: 'azo-sans-web',Helvetica, Arial, sans-serif !important;
	font-weight: 400;
	font-size: 4.2em;
	line-height: 0.9em;
	margin: 0.2em 0;
	text-shadow: 0px 2px 10px rgb(0 0 0 / 50%);
}

section.section4 div.play-btn {
	width: 90px;
	height: 90px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--appRed);
	border-radius: 50%;
	font-size: 4em;
	margin-top: 20px;
}

section.section4 div.play-btn:hover {
	filter: brightness(0.85);
}

/************** Section 5 - Deals *************/
section.section5 {
	display: flex;
	background-color: var(--appDarkGrey);
	min-height: calc(100vh - 70px);
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	color: #ffffff;
	flex-direction: column;
	padding-bottom: 50px;
}

section.section5 h1 {
	text-align: left;
	align-self: flex-start;
	margin: 50px 15px 40px;
}

.vacations {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.vacation {
	width: 300px;
	margin: 10px 10px;
	border-radius: 20px;
	overflow: hidden;
	background-color: #fff;
}

.vacation-image {
	max-width: 300px;
	height: 350px;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.vacation-details {
	color: #000;
}

.vacation-details .column.one-third {
	text-align: right;
}

.vacation-details h3 {
	margin: 0;
}

.vacation-details .columns {
	margin: 20px 0;
	padding: 0 20px;
	display: grid;
	width: 100%;
	grid-template-columns: 3fr 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.vacation-details .columns .one-third {
	text-align: center;
}

h3.sale-price {
	color: var(--appRed);
}

span.msrp {
	text-decoration: line-through;
}

/************** Section 6 - Testimonies *************/
section.section6 {
	display: flex;
	background-color: #fff;
	min-height: calc(100vh - 70px);
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: flex-start;
}

section.section6 h1.headline {
	width: 100%;
	text-align: center;
	margin: 50px 25px;
	font-size: 1.7em;
}

section.section6 .testimony {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	margin: 0px 1vw;
	min-height: 450px;
	padding-bottom: 40px;
}

section.section6 .testimony .testimony-text {
	margin-top: 20px;
	font-size: 1em;
	font-style: italic;
	width: 60%;
	text-align: center;
	font-weight: normal;
}

section.section6 .testimony .testimony-image img {
	width: 100%;
	max-height: 300px;
}

section.section6 .testimony .testimony-image {}

section.section6 .testimony-rating img {
	width: 50%;
	/* text-align: center; */
}

section.section6 .testimony-rating {
	text-align: center;
}

section.section6 .testimony-name {
	font-size: 2em;
	margin-top: 30px;
	margin-bottom: 10px;
}

/************** Section 7 *************/
section.section7 {
	display: grid;
	grid-template-columns: 3fr 2fr;
	grid-template-rows: 1fr;
	gap: 0px 0px;
	grid-template-areas: "left-section right-section";
}

section.section7 .right-section {
	min-height: calc(100vh - 70px);
	display: flex;
	background-image: url('../img/photo14.jpg');
	background-position: center;
	background-size: cover;
	flex-direction: column;
	justify-content: flex-end;
	grid-area: right-section;
}


section.section7 .left-section {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-height: calc(100vh - 70px);
	padding: 0 4vw;
	grid-area: left-section;
}

.section7 .left-section h1 {
	align-self: flex-start;
	font-size: 2.3em;
	font-weight: normal;
}

.section7 .left-section h2 {
	color: var(--appTeal);
	text-transform: uppercase;
	font-size: 1.3em;
	margin-bottom: 10px;
	letter-spacing: 0px;
}

.section7 .left-section h2:before {
	content: 'Q:';
	margin-right: 5px;
}

.section7 .left-section h3 {
	font-weight: normal;
	margin-top: 0px;
}

.section7 .left-section h3:before {
	content: 'A:';
	margin-right: 5px;
}

.section7 .left-section .faq {
	margin-bottom: 30px;
}
.section7 .left-section .faq h3 {
	display: none;
}

.section7 .left-section .faq.open h3 {
	display: block;
}

/*************** Section Footer ****************/
section.footer {
	background-image: url('../img/surfers.png');
	background-repeat: no-repeat;
	min-height: calc(100vh - 70px);
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	color: #ffffff;
}

section.footer h1 {
	font-size: 3em;
	margin: 0 auto;
	text-shadow: 0px 2px 10px rgb(0 0 0 / 50%);
}

section.footer .mid-section {
	display: flex;
	flex-direction: column;
}

section.footer .mid-section button.c2a-button {
	background-color: var(--appRed);
	color: #ffffff;
	border: none;
	text-transform: uppercase;
	font-size: 1.2em;
	padding: 10px 25px;
	margin: 30px 0 10px 0;
}

section.footer .lower-section {
	font-size: 1.8em;
}

.footer .lower-section a {
	color: #ffffff;
	font-size: 45px;
}

.footer-links ul {
	list-style: none;
	display: flex;
	justify-content: center;
	padding-left: 0;
}

.footer-links ul li {
	color: #fff;
	margin: 0 9px;
	text-align: center;
	font-size: 0.8em;
}

.footer-links ul li a {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

#joinForm h2 {letter-spacing: 3px;}


@media (max-width: 1024px) {
	section.top-bar .top-nav {
		width: 60%;
	}
}

/* @media (max-width: 768px) {
	section.top-bar .top-nav {
		width: 50%;
	}

	section.top-bar .top-nav a.nav-link {
		font-size: 0.8em;
	}

} */