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;
}

#landinghero {
	width: 100%;
}

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

#logo {
	
}

#logoMOB {
	
}

#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 {
	
}

#heroVid {
	
}

@media screen and (min-width: 375px) {
	#logo {
		height: 80px;
		margin-top: 10px;
	}

	#logoMOB {
		
	}
	
	#logoMOB {
		height: 80px;
		margin-top: 10px;

	}
	
	#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 {
		
	}

	#logoMOB {
		
	}
	
	#logo {
		height: 100px;
		margin-top: 10px;
	}
	
	#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;
}

/* Toggle Switch Styles */
.toggle-switch-wrapper {
	display: flex;
	align-items: center;
	gap: 12px;
}

.toggle-switch-wrapper .toggle-label-right {
	font-weight: 400;
	color: #000000;
}

.toggle-switch {
	position: relative;
	display: inline-block;
	width: 90px;
	flex-shrink: 0;
}

.toggle-switch input {
	opacity: 0;
	width: 0;
	height: 0;
	position: absolute;
}

.toggle-slider {
	position: relative;
	cursor: pointer;
	background-color: #f8f9fa;
	transition: all 0.2s ease;
	border-radius: 6px;
	border: 1px solid #dee2e6;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
}

.toggle-text-no,
.toggle-text-yes {
	flex: 1;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.2s ease;
	z-index: 1;
	pointer-events: none;
	padding: 10px 0;
}

.toggle-text-no {
	color: #ffffff;
	background-color: #6c757d;
	border-radius: 6px 0 0 6px;
}

.toggle-text-yes {
	color: #6c757d;
	background-color: transparent;
}

input:checked + .toggle-slider {
	border-color: #0d6efd;
}

input:checked + .toggle-slider .toggle-text-no {
	color: #6c757d;
	background-color: transparent;
}

input:checked + .toggle-slider .toggle-text-yes {
	color: #ffffff;
	background-color: #0d6efd;
	border-radius: 0 6px 6px 0;
}

.toggle-switch input:focus + .toggle-slider {
	box-shadow: 0 0 4px rgba(13, 110, 253, 0.3);
}







