.glm {
	color: #555;
}

.glm .glsec div {
	display: flex;
	position: relative;
	box-sizing: border-box;
}

.glm section.glsec {
	display: flex;
	width: 100%;
	box-sizing: border-box;
}

.glm section.glsec > h2 {
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 1.5em;
}

.glm .glback {
	display: block;
	position: absolute;
	top: 0;
	transform: translate(1.25rem, -140%);
	width: 2em;
	height: 2em;
}

.glm .glback svg {
	display: block;
	fill: #4a7729;
	width: 100%;
	height: auto;
}

.glm h2,
.glm h3,
.glm h4 {
	letter-spacing: -0.025em;
	margin: 0;
}

.glm h2 {
	font-weight: 500;
	font-size: 2em;
	line-height: 1.2em;
	color: #663e11;
}

.glm hr {
	background: transparent;
	border: none;
	margin: 1.5em 0;
}

.glm p {
	line-height: 1.65em;
	margin: 0;
}

.glm p.small {
	font-size: 0.8em;
}

.glm button {
	cursor: pointer;
	border: none;
	font-size: 1.1em;
}

.glm strong {
	font-weight: 700;
}

.glm sup {
	display: inline-block;
	font-size: 0.5em;
}

.glm img {
	max-width: 100%;
	height: auto;
}

.glm ol,
.glm ul {
	list-style: initial;
	margin: initial;
	padding: 0 0 0 1em;
}

.glm ol li,
.glm ul li {
	display: list-item;
	line-height: 1.5em;
	padding: 0.25em 0 0.25em 0.25em;
}

.glm a {
	cursor: pointer;
}

.glm a.btn {
	padding: 0.75em 1.5em;
	border-radius: 0.25em;
	font-weight: 600;
	transition: all 0.4s cubic-bezier(0.39, 0.01, 0.31, 0.99);
	border: none;
	text-decoration: none;
}

.glm a.btn.green {
	color: #fff;
	background: #4a7729;
}

.glm a.btn.orange {
	color: #fff;
	background: #ce812b;
}

.glm a.btn:hover {
	transform: scale(1.1);
}

.glm .esp {
	color: #4a7729;
}

.glm .bg-green {
	color: #fff;
	background-color: #4a7729;
}

.glm .bg-green.bg-glyphs {
	background-image: url(https://static.wixstatic.com/media/68934f_36fc044324554bb68e7772b3a1647152~mv2.png);
}

.glm .bg-green h2 {
	color: #fff;
}

.glm .bg-green .esp {
	color: #f4cf78;
}

.glm .bg-brown {
	color: #fff;
	background-color: #663e11;
}

.glm .bg-brown.bg-glyphs {
	background-image: url(https://static.wixstatic.com/media/68934f_16e9bfce353c470489a1682993b2952b~mv2.png);
}

.glm .bg-brown h2 {
	color: #fff;
}

.glm .bg-brown .esp {
	color: #f4cf78;
}

.glm .bg-glyphs {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.glm .buttons {
	display: flex;
	flex-flow: row wrap;
	gap: 1em;
	padding-top: 0.5em;
}

.glm .banner {
	display: flex;
	padding: 3.5em 0;
	text-align: center;
}

.glm .banner.w-logo img {
	display: block;
	margin: 0 auto;
	width: 80%;
	max-width: 30em;
}

.glm .banner.bg-img {
	padding: 6.5em 0;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.glm .image-text {
	display: flex;
	flex-direction: column;
}

.glm .image-text .img {
	order: 1;
}

.glm .image-text .img img {
	display: block;
}

.glm .image-text .text {
	padding: 2em;
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.glm .image-text .text p {
	max-width: 36em;
}

.glm .title-text {
	flex-direction: column;
	gap: 2em;
	padding: 4em 2em;
}

.glm .title-text .title {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.glm .title-text .title p {
	font-size: 1.35em;
}

.glm .title-text .text {
	flex-direction: column;
	gap: 1em;
}

.glm .glsec.memlevels {
	display: block;
	padding: 5em 7%;
	width: auto;
	text-align: center;
}

.glm .glsec.memlevels h2 {
	padding-bottom: 1em;
}

.glm .glsec.memlevels .disclaimer {
	text-align: center;
	font-size: 0.8em;
	display: block;
	margin: 0 auto;
	padding: 1.5em 0 0;
}

.glm .glsec.memlevels .levels {
	display: flex;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.glm .glsec.memlevels .levels::-webkit-scrollbar-track {
	background: rgba(229, 181, 68, 0.35);
}

.glm .glsec.memlevels .levels::-webkit-scrollbar-thumb {
	background: #ce812b;
}

.glm .glsec.memlevels .levels ul {
	display: none;
	flex-wrap: nowrap;
	gap: 2em;
	margin-top: 2em;
	padding: 2em 0;
}

.glm .glsec.memlevels .levels ul.active {
	display: flex;
}

.glm .glsec.memlevels ul li {
	flex: 0 0 16em;
	display: flex;
	flex-direction: column;
	gap: 1em;
	text-align: left;
}

.glm .glsec.memlevels ul h3,
.glm .glsec.memlevels ul h4 {
	color: #4a7729;
	font-weight: 600;
	display: block;
}

.glm .glsec.memlevels ul h3 {
	font-size: 1.25em;
}

.glm .glsec.memlevels ul h4 {
	font-size: 2.5em;
}

.glm .glsec.memlevels ul hr {
	display: block;
	width: 100%;
	height: 0.35em;
	border-radius: 1em;
	margin: 0;
	background: #c4e0a4;
	opacity: 0.5;
}

.glm #leveltoggle {
	display: inline-block;
	position: relative;
	text-align: center;
	border-radius: 3em;
	padding: 0;
}

.glm #leveltoggle .bg {
	display: block;
	position: absolute;
	width: 50%;
	height: 100%;
	background: #ce812b;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
}

.glm #leveltoggle .bg,
.glm #leveltoggle button {
	border-radius: 3em;
	transition: all 0.4s cubic-bezier(0.39, 0.01, 0.31, 0.99);
}

.glm #leveltoggle button {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-right: 0;
	font-weight: 600;
	padding: 0.75em 1.5em;
	background: rgba(229, 181, 68, 0.35);
}

.glm #leveltoggle button:last-child {
	margin-right: 0;
}

.glm #leveltoggle button.active {
	color: #fff;
	background: #ce812b;
}

.glm .ngp-form {
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: height 1s cubic-bezier(0.39, 0.01, 0.31, 0.99),
		opacity 1s cubic-bezier(0.39, 0.01, 0.31, 0.99);
}

.glm .ngp-form.sized.active {
	z-index: 1;
	opacity: 1;
	height: auto;
	position: relative;
	overflow: initial;
}

.glm .ngp-form.sized.form-open {
	height: auto;
	opacity: 1;
}

.glm .ngp-form.sized {
	height: 0;
	position: relative;
	top: auto;
}

.glm .ngp-form.contact {
	opacity: 1;
	position: relative;
	top: auto;
}

.glm .glforms {
	display: block;
	/* padding: 5em 0; */
	margin: 0 auto;
	max-width: 50em;
}

.glm .thankyou {
	padding: 4em 0;
}

.glm .thankyou .text {
	display: flex;
	flex-direction: column;
	gap: 1.25em;
	width: 80%;
	max-width: 40em;
	margin: 0 auto;
	text-align: center;
}

.glm .thankyou h2 {
	color: #663e11;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2.75em;
	text-align: center;
	letter-spacing: -0.02em;
	margin: 0;
	padding: 0;
}

.glm .thankyou h2 span {
	color: #4a7729;
}

.glm .thankyou .text p {
	text-align: left;
	margin: 0;
	padding: 0;
}

.glm .thankyou .tree {
	display: block;
	margin: 0 auto;
	width: 16em;
}

.glm .thankyou .memlogo {
	display: block;
	width: 12em;
	margin: 0 auto;
}

.glm .at-indented {
	margin-top: 0;
}

.glm .at-fields {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.glm .at * {
	margin-bottom: 0 !important;
}

.glm .at fieldset legend {
	font-family: Montserrat, sans-serif;
	margin: 0;
	font-weight: 500;
	font-size: 1.75em;
	line-height: 1.2em;
	color: #663e11;
}

.glm .at .at-fieldset {
	display: block;
	padding: 1em;
}

.glm .at .at-row {
	gap: 1em;
}

.glm .at .AdditionalInformation .form-unit-radio > label,
.glm .at .at-row > [class^='at-'] {
	margin: 0;
}

.glm .at .form-unit {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.glm .at input[type='checkbox'] + span:before {
	border-color: #000;
}

.glm .at .radios {
	margin: 0;
	display: flex;
	gap: 0.5em;
	flex-direction: column;
}

.glm .at .radios label {
	position: relative;
	padding: 0 0 0 30px;
}

.glm .at .radios input[type='radio'] {
	appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid #555;
	border-radius: 20px;
	background-clip: content-box;
	padding: 3px;
	position: absolute;
	left: 0;
}

.glm .at .radios input[type='radio']:checked {
	background-color: #555;
}

.glm .reloadlink {
	margin-left: 1.25rem;
}

@media (min-width: 600px) {
	.glm .image-text {
		flex-flow: row nowrap;
	}

	.glm .image-text .img,
	.glm .image-text .text {
		flex-basis: 50%;
	}

	.glm .image-text.img-left .img {
		order: -1;
	}

	.glm .image-text .text {
		padding: 7vw;
	}

	.glm .image-text .img {
		overflow: hidden;
	}

	.glm .image-text .img img {
		display: block;
		object-fit: cover;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.glm .title-text {
		padding: 6em 7%;
		flex-flow: row wrap;
		box-sizing: border-box;
	}

	.glm .title-text .title {
		flex-basis: 35%;
	}

	.glm .title-text .text {
		flex-basis: 60%;
		padding-left: 5%;
	}

	.glm #levelToggle {
		background: rgba(229, 181, 68, 0.35);
	}

	.glm #levelToggle .bg {
		opacity: 1;
	}

	.glm #levelToggle button {
		background: transparent;
	}
}

@media (min-width: 900px) {
	.glm .glback {
		transform: translate(-120%);
	}

	.glm .title-text {
		padding: 8vw 7%;
		gap: 0;
	}

	.glm .title-text .title {
		flex-basis: 50%;
		padding-right: 10%;
	}

	.glm .title-text .text {
		flex-basis: 50%;
		padding: 0;
	}

	.glm .memlevels ul li {
		flex: 0 0 20em;
	}
}

@media (min-width: 1400px) {
	.glm .memlevels ul {
		justify-content: center;
	}
}

@media (min-width: 1600px) {
	.glm h2 {
		font-size: 2.5em;
	}

	.glm .image-text .text {
		gap: 1.5em;
	}
}

#shortcode-216-1588 {
	justify-content: center;
}

.at .error small,
.at .error .at-checkbox-title,
.at-fields label.error small.error {
	color: #fa5252 !important;
	font-weight: bold !important;
}
