html, body {
  overflow-x: hidden;
}

body, h1, h2, h3, h4, h5, p {
	margin: 0px;
}

p {
	font-size: 21px;
}

#hero {
	margin: 0px;
	padding: 0px;
}


.logo {
	position: relative;
	display: block;
	margin: 0px auto;
}

.afflogo {
	position: relative;
	display: block;
	float: left;
}

.afflogo:last-child {
	margin-left: 20px;
}

/* ----------- Elements ----------- */

#logo {
	display: none;
}

#logoMOB {
	display: none;
}

#logo2 {
	position: relative;
	display: block;
	height: 180px;
	margin: 0 auto;
}

#heroContainer {
	position: relative;
	height: 100%;
}

a.heroCTA {
	position: relative;
	float: left;
	text-decoration: none;
	display: block;
	padding: 25px;
	color: #ffffff;
	background-color: #0055ff;
	text-align: center;
	border-radius: 10px;
	font-weight: 500;
}

a:hover.heroCTA {
	position: relative;
	float: left;
	text-decoration: none;
	display: block;
	padding: 25px;
	color: #0055ff;
	background-color: #ffffff;
	border-radius: 10px;
}

#freetrialsignup {
	position: relative;
	height: 100%;
}

.rowHeader {
	text-align: center;
}

#schedule {
	text-align: center;
}

#memberships {
	text-align: center;
}

#facility {
	
}

.calblock {
	display: grid;
    align-items: center;
	padding: 10px;
	border: 1px solid #000000;
	height: 130px;
}

.calblockneg {
	display: grid;
    align-items: center;
	padding: 10px;
	border: 1px solid #ffffff;
	height: 130px;
}

.membershipBlock {
	padding: 20px;
	border: 1px solid #ffffff;
	height: 100%;
}

.floodIMG {
	padding: 0px;
}

.centerTxt {
	text-align: center;
}

#calendly-embed {
	min-width: 320px;
	height: 750px;
}

a.bodyCTA2 {
	position: relative;
	float: left;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 25px;
	color: #ffffff;
	background-color: #0055ff;
	text-align: center;
	border-radius: 10px;
	font-size: 21px;
	font-weight: 500;
}

a:hover.bodyCTA2 {
	position: relative;
	float: left;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 24px;
	color: #0055ff;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	text-align: center;
	border-radius: 10px;
	font-size: 21px;
	font-weight: 500;
}

button.bodyCTA2 {
	position: relative;
	float: left;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 25px;
	color: #ffffff;
	background-color: #0055ff;
	text-align: center;
	border-radius: 10px;
	border: 0px;
	font-size: 21px;
	font-weight: 500;
}

button:hover.bodyCTA2 {
	position: relative;
	float: left;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 24px;
	color: #0055ff;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	text-align: center;
	border-radius: 10px;
	font-size: 21px;
	font-weight: 500;
}

input.bodyCTA2 {
	position: relative;
	float: left;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 25px;
	color: #ffffff;
	background-color: #0055ff;
	text-align: center;
	border-radius: 10px;
	border: 0px;
	font-size: 21px;
	font-weight: 500;
}

input:hover.bodyCTA2 {
	position: relative;
	float: left;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 24px;
	color: #0055ff;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	text-align: center;
	border-radius: 10px;
	font-size: 21px;
	font-weight: 500;
}


.neg {
	color: #ffffff;
	background-color: #000000;
}

.pos {
	color: #000000;
	background-color: #ffffff;
}

ul.pageNav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

li.pageNavItem {
	display: inline-block;
	float: none;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

li.pageNavItem:last-child {
}

ul.bodyList {
	margin-bottom:0px ;
}

li.bodyListItem {
	margin-bottom: 10px;
}

li.bodyListItem:last-child {
	margin-bottom: 0px;
}

a.pageNavItem {
	text-decoration: none;
	color: #000000;
}

a.pageNavItem:hover {
	text-decoration: underline;
	color: #000000;
}

a.pageNavItem.active {
	text-decoration: none;
	color: #000000;
	font-weight: 900;
}

.sectionHeadRule {
	border-bottom: 1px solid #000000;
}

.formtable {
	width: 100%;
}

td.formlabel {
	padding: 0px;
	width: 30%;
	text-align: right;
	padding-right: 20px;
}

td.formfield {
	width: 70%;
}

td.formlabelsolo {
	padding: 0px;
	width: 15%;
	text-align: right;
	padding-right: 20px;
}

td.formfieldsolo {
	width: 85%;
}

input.textform {
	padding: 15px;
	border: 0px;
	border-radius: 10px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ytembedbody {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ----------- Queries ----------- */


#heroVidMOB {
	display: none;
}

#heroVid {
	display: none;
}

@media screen and (min-width: 375px) {
	#logo {
		display: none;
	}

	#logoMOB {
		display: block;
	}
	
	#logoMOB {
		position: absolute;
		height: 100px;
		margin-top: 20px;
		left: 50%;
		transform: translate(-50%);
	}
	
	#heroBlock {
		position: absolute;
		padding: 30px;
		bottom: 0px;
		color: #ffffff;
	}
	
	#heroForm {
		position: relative;
		float: left;
		padding: 30px;
		background-color: ;
		bottom: ;
		left: ;
		color: #000;
	}
	
	#heroVidMOB {
		display: block;
	}
	
	#freetrialsignup {
		display: block;
	}
	
	#classesstart {
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .8);
	}
	
	#headeraddress {
		text-align: center;
	}
}

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

@media screen and (min-width: 992px) {
	#logo {
		display: block;
	}

	#logoMOB {
		display: none;
	}
	
	#logo {
		position: absolute;
		height: 180px;
		margin-top: 40px;
		left: 50%;
		transform: translate(-50%);
	}
	
	#heroBlock {
		position: absolute;
		padding: 30px;
		background-color: rgba(0, 0, 0, .25);
		bottom: 10%;
		left: 10%;
		color: #ffffff;
	}
	
	#heroFormMOB {
		display: none;
	}
	
	#heroForm {
		position: absolute;
		padding: 30px;
		background-color: #ffffff;
		bottom: 10%;
		right: 10%;
		color: #000000;
		width: 420px;
		height: 740px;
	}
	
	#heroVidMOB {
		display: none;
	}
	
	#heroVid {
		display: block;
	}

	.calendly-inline-widget {
		height: ;
	}

	.calendly-inline-widget iframe {
		position: relative;
		float: left;
		display: block;
		width: 100%;
		height: ;
	}
	
}

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

}

/* ----------- Helpers ----------- */

.pad0 {
	padding: 0px;
}

.padtop40 {
	padding-top: 40px;
}

.padbot40 {
	padding-bottom: 40px;
}

.padbot60 {
	padding-bottom: 60px;
}

.padtop60 {
	padding-top: 60px;
}

.padtop80 {
	padding-top: 80px;
}

.padbot20 {
	padding-bottom: 20px;
}

.padbot80 {
	padding-bottom: 80px;
}

.martop10 {
	margin-top: 10px;
}

.martop20 {
	margin-top: 20px;
}

.martop40 {
	margin-top: 40px;
}

.martop60 {
	margin-top: 60px;
}

.martop80 {
	margin-top: 80px;
}

.martop100 {
	margin-top: 100px;
}

.martop110 {
	margin-top: 110px;
}

.martop120 {
	margin-top: 120px;
}

.martop130 {
	margin-top: 130px;
}

.martop140 {
	margin-top: 140px;
}

.martop150 {
	margin-top: 150px;
}

.martop160 {
	margin-top: 160px;
}

.martop170 {
	margin-top: 170px;
}

.martop180 {
	margin-top: 180px;
}

.martop190 {
	margin-top: 190px;
}

.martop200 {
	margin-top: 200px;
}

.martop270 {
	margin-top: 270px;
}

.martop290 {
	margin-top: 290px;
}

.martop430 {
	margin-top: 430px;
}

.marbot0 {
	margin-bottom: 0px;
}

.marbot10 {
	margin-bottom: 10px;
}

.marbot20 {
	margin-bottom: 20px;
}

.marbot30 {
	margin-bottom: 30px;
}

.marbot40 {
	margin-bottom: 40px;
}

.marbot60 {
	margin-bottom: 60px;
}

.marbot80 {
	margin-bottom: 80px;
}

.marleft20 {
	margin-left: 20px;
}

.marleft40 {
	margin-left: 40px;
}









