/**
 * Gel 5.3
 * Membership Application Gel Stylesheet
 * @file_version 5.3.5
 * @created 2016-06-07 by Kelly Chisum
 * @modified 2020-10-22 by Christina Joly
 */

/*
font-family: "Futura PT", "futura-pt", Futura, Arial, sans-serif
Dark Blue: #143255 rgb(20, 50, 85)
Medium Blue: #005695 rgb(0, 86, 149)
Light Blue: #6E91BF rgb(110, 145, 191)
Dark Green: #5E9321 rgb(94, 147, 33)
Medium Green: #74B535 rgb(116, 181, 53)
Light Green: #86C54F rgb(134, 197, 79)
Black: #222 rgb(34, 34, 34)
Dark Red: #A70A0A
*/

/* MEMBERSHIP APPLICATION */
.member-app {
	margin: 1em 0 3em;
	padding: 1em;
	background-color: #FFF;
	text-align: center;
}
.member-app + h3 {
	margin: -1.5em 0 1.5em;
}
.login-app {
	margin-bottom: 1em;
}
#membership_extra_year_form {
	background: #FFF;
	padding: 1em 2em;
}
.membership-options {
	padding-top: 1em;
}

/* BEFORE DEADLINE */
.membership-options .flex-block {
	-moz-box-direction: column;
	-webkit-box-direction: column;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flexbox-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1 0 20%;
	-moz-box-flex: 1 0 20%;
	-webkit-flex: 1 0 20%;
	-ms-flex: 1 0 20%;
	flex: 1 0 20%;
	margin: 0;
	padding: .75em 0 .25em;
	font-size: .9em;
}
.membership-options p {
	height: 4em;
	margin: 0;
	padding: 1em 2em;
	background-color: rgb(225, 225, 225);
	text-align: center;
}
.membership-options p:nth-of-type(odd) {
	background-color: #FFF;
}
.membership-options p:first-child {
  	display: flex;
	flex-direction: column;
	height: 16em;
	background-color: #005695;
	color: #FFF;
}
.membership-options .flex-block:first-child p {
	font-weight: bold;
	text-align: left;
}
.membership-options input {
	background-color: #86C54F;
	width: 100%;
	margin-right: 0;
}
.membership-options svg {
	width: 2em;
	height: 2em;
}
@media screen and (min-width: 1051px) {
	.price {
		-webkit-box-flex: 1 0 0;
		-moz-box-flex: 1 0 0;
		-webkit-flex: 1 0 0;
		-ms-flex: 1 0 0;
		flex: 1 0 0;
	}
	.options-mobile {
		display: none;
	}
	.membership-options .flex-block:nth-of-type(even) p:nth-of-type(even) {
		background-color: rgb(190, 190, 190);
	}
	.membership-options .flex-block:nth-of-type(even) p:nth-of-type(odd) {
		background-color: rgb(225, 225, 225);
	}
	.membership-options .flex-block:nth-of-type(odd):not(:first-of-type) p:nth-of-type(odd):not(:first-of-type) {
		background-color: rgb(255, 255, 255);
	}
	.membership-options .flex-block:nth-of-type(even) p:first-child {
		background-color: #004B82;
	}
	.membership-options .flex-block:first-of-type p {
		background-color: #005695;
		color: #FFF;
	}
	.membership-options .flex-block:first-of-type p:nth-of-type(even) {
		background-color: #004B82;
	}
	.membership-options .flex-block p:first-child {
		padding-bottom: 0;
	}
	.membership-options .flex-block  strong, .membership-options .flex-block .price {
		display: block;	
	}
}
@media screen and (max-width: 1300px) and (min-width: 1051px) {
	.membership-options {
		font-size: .8em;
	}
}
@media screen and (max-width: 1050px) {
	.membership-options .flex-block:first-child {
		display: none;
	}
	.membership-options .flex-block {
		-webkit-box-flex: 1 0 100%;
		-webkit-flex: 1 0 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		width: 100%;
		-moz-box-direction: row;
		-webkit-box-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flexbox-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 1em;
	}
	.membership-options .flex-block p:first-child {
		display: block;
		height: auto;
		background-color: #005695;
		text-align: left;
	}
	.membership-options .flex-block strong {
		font-size: 1.5em;
	}
	.price {
		margin-left: .5em;
		font-size: 1.25em;
	}
	.membership-options .flex-block input {
		float: right;
		width: auto;
		margin: -.25em 0;
	}
	.membership-options .flex-block p {
		background-color: rgb(240, 240, 240);
	}
	.membership-options .flex-block p:not(:first-child) {
		width: 20%;
		height: auto;
		padding: 0 0 .25em;
	}
	.options-mobile {
		display: block;
		margin-bottom: .5em;
		padding: .5em;
		background-color: rgb(185, 185, 185);
	}
	p:nth-of-type(even) .options-mobile {
		background-color: rgb(170, 170, 170);
	}
}
@media screen and (max-width: 1000px) {
	.options-mobile {
		height: 4em;
		line-height: 1.3em;
	}
}
@media screen and (max-width: 900px) {
	.membership-options .flex-block strong {
		font-size: 1.25em;
	}
	.price {
		font-size: 1em;
	}
}
@media screen and (max-width: 800px) {
	.membership-options {
		font-size: .8em;
	}
}
@media screen and (max-width: 650px) {
	.membership-options {
		font-size: 1em;
	}
	.membership-options .flex-block p:first-child {
		text-align: center;
	}
	.membership-options .flex-block input {
		float: none;
		width: 100%;
		margin: .5em 0;
	}
	.membership-options .flex-block p:not(:first-child) {
		position: relative;
		width: 100%;
		height: 4em;
		padding: 1em 0 0 50%;
	}
	.options-mobile {
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		padding-top: 1.25em;
	}
}

/* AFTER DEADLINE */
.membership-options div:not(.flex-block) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-direction: column;
	-webkit-box-direction: column;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flexbox-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1 0 40%;
	-moz-box-flex: 1 0 40%;
	-webkit-flex: 1 0 40%;
	-ms-flex: 1 0 40%;
	flex: 1 0 40%;
	margin: 0 1em;
	padding: 1em 2em;
	background-color: #005695;
	color: #FFF;
	text-align: center;
	font-size: .9em;
}
.membership-options div:not(.flex-block) p {
	-webkit-box-flex: 1 0 auto;
	-moz-box-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	height: auto;
}
@media screen and (max-width: 1000px) {
	.membership-options div:not(.flex-block) {
		-webkit-box-flex: 1 0 100%;
		-moz-box-flex: 1 0 100%;
		-webkit-flex: 1 0 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		margin: .5em 0;
	}
}