#join-modal {
	max-width: 1200px;
	border-radius: 15px;
	padding: 35px 35px 15px 35px !important;
}

#join-modal h1.title {
	text-align: center;
	font-size: 30px;
	line-height: 34px;
	color: #9c9c9c;
	margin-bottom: 1em;
}

#join-modal strong {
	font-weight: 800;
}

#join-modal label {
	color: #9c9c9c;
}

#join-modal a.lost-password {
	color: #9c9c9c;
	margin-bottom: 12px;
}

#join-modal .login-submit {
	margin-top: 12px;
}

#join-modal #modal-action-container {
	text-align: center;
}

#join-modal #compare-memberships {
	text-align: center;
}

#join-modal #compare-memberships a {
	color: #9c9c9c;
	font-weight: 700;
}

#join-modal #modal-sign-up {
	margin-bottom: 12px;
}

#join-modal .gfield_label {
	font-weight: 800;
}

#join-modal .ginput_container_consent input,
#join-modal .ginput_container_consent label {
	display: inline;
}

#join-modal #sign-up-block h4,
#join-modal #sign-in-block h4 {
	font-weight: 200;
	font-size: 2.2rem;
	margin-top: 18px;
	margin-bottom: 8px;
}

#join-modal .price-cell {
	margin-bottom: 1em;
}

#join-modal .price-block {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .07);
	padding: 30px 30px 1em;
	margin-bottom: 1em;
	position: relative;
	min-height: 420px;
	height: 100%;
	border-radius: 10px;
}

#join-modal .price-block .title {
	display: block;
	font-size: 24px;
	font-weight: 700;
}

#join-modal .price-block .subtitle {
	display: block;
	font-size: 13px;
	line-height: 14px;
	color: #686868;
}

#join-modal .price-block .price {
	display: block;
	font-size: 36px;
	margin: 20px 0 5px;
	font-weight: 300;
	position: relative;
}

#join-modal .price-block .features ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#join-modal .price-block .features ul li {
	padding-left: 1.3em;
	border-bottom: 1px solid #e7e7e7;
	margin: 10px 0;
	padding: 3px 22px 10px;
	line-height: 1.3;
	display: block;
}

#join-modal .price-block .features ul li:last-child {
	border-bottom: 0;
}

#join-modal .price-block .features ul li:before {
	content: "\f05d";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
	color: #d3d3d3;
}

#join-modal .price-block .button {
	margin: 0;
	display: block;
	background: #a2a2a2;
	font-weight: 700;
	font-size: 15px;
	width: 100%;
}

#join-modal .price-block .button:hover {
	background-color: #818181;
}

#join-modal .price-block.featured .button {
	background: #8ecb0c;
}

#join-modal .price-block.featured .button:hover {
	background-color: #79ad0a;
}

#join-modal .price-block .price sup {
	font-size: 17px;
	top: -13px;
	font-weight: 600;
	margin-right: 2px;
}

#join-modal .price-block .has-account-block {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

.component-home-hero ~ .header-leaderboard {
	margin-top: -1.5em !important;
}

#top-bar-menu .top-bar-left, #top-bar-menu .top-bar-right
{
	-ms-flex: 0 0 22.5% !important;
	flex: 0 0 22.5% !important;
	max-width: 22.5% !important;
}

#top-bar-menu .top-bar-center {
	-ms-flex: 0 0 50% !important;
	flex: 0 0 50% !important;
	max-width: 50% !important;
}

.nav-pre-header {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

@media screen and (max-width: 63.9375em) {
	#top-bar-menu .top-bar-center, #top-bar-menu .top-bar-left, #top-bar-menu .top-bar-right {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
}

@media screen and (max-width: 39.9375em){
	#top-bar-menu .top-bar-right {
		max-width: 85% !important;
		width: 100% !important;
		-ms-flex: 0 0 85% !important;
		flex: 0 0 85% !important;
	}
	#top-bar-menu .top-bar-left {
		max-width: 15% !important;
		width: 100% !important;
		-ms-flex: 0 0 15% !important;
		flex: 0 0 15% !important;
	}
}

#top-bar-menu .top-bar-center {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.top-bar-login-btn {
	margin: 6px;
}

/* Mobile */
@media screen and (max-width: 426px) {
	#join-modal {
		padding: 8px;
	}

	#join-modal h1.title {
		margin-top: 1em;
	}

	#join-modal .price-block {
		padding: 15px;
	}
}

#mega-menu-wrap-main-nav #mega-menu-main-nav>li.mega-menu-item>a.mega-menu-link {
	padding: 0px 12px 0px 12px;
}

