#pmpro_pricing_fields {
	position: relative;
}
#pmpro_pricing_fields .oc-currency-switcher {
	position: absolute;
	top: 26px;
	right: 20px;
	margin-bottom: 0;
}
.corporate #pmpro_pricing_fields .oc-currency-switcher {
	top: 23px;
}
.oc-currency-switcher a.selected {
	color: #ffe500;
}
.pmpro-checkout .oc-currency-switcher a.selected {
	font-weight: bold;
}


form.pmpro_form .pmpro_checkout-fields div.pmprovp {
	background-color: transparent;
	margin-bottom: 0;
}
form.pmpro_form .pmpro_checkout-fields div.pmprovp .pmprovp_price_input {
	margin: 0;
}
form.pmpro_form .pmpro_checkout-fields div.pmprovp .pmprovp_price_text_description {
	display:  none;
}
.vprice-container {
	padding: 20px 0 0;
	background-color: #000;
	background: #54a6a6;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin:  0 !important;
}
.corporate .vprice-container {
	align-items: start;
	padding: 20px;
}
.corporate #pmpro_form .pmpro_checkout h2 {
	margin-top: 0;
	font-size: 1.8rem;
}
.vprice-desc {
	color: #fff;
	margin: 0;
}
body.pmpro-checkout form.pmpro_form .pmpro_checkout-fields div.vprice-container .period-selector, body.membership form.pmpro_form .pmpro_checkout-fields div.vprice-container .period-selector {
	position: absolute;
	top: -85px;
	right: 20px;
	display: flex;
	justify-content: space-between;
	min-width: 320px;
	width: calc(100% - 100px);
}
.box-minmax {
	margin-top: 30px;
	margin-bottom: 0 !important;
	width: 608px;
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	color: #FFFFFF;
}

.box-minmax span:first-child{
	margin-left: 10px;
}

body.membership .range-slider {
	margin-top: 2vh !important;
	margin-bottom: 2vh !important;
	width: 100%;
}
body.corporate .range-slider {
	margin-top: 0 !important;
	margin-bottom: 2vh !important;
	width: 100%;
	position: relative;
}
.rs-range {
	margin-top: 29px;
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	outline: none !important;
	height: 2px;
	cursor: pointer;
	position: relative;
	z-index: 99;
	background: #ffe500;
}

.rs-range:focus {
	outline: none;
}

.rs-range::-moz-focus-outer {
	border: 0;
}
.rs-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none;
	border: 0px solid #ffffff;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
	height: 42px;
	width: 22px;
	border-radius: 22px;
	background: rgba(255,255,255,1);
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -20px;
	margin-left: -3px;
	z-index: 100;
}
.rs-range::-moz-range-thumb {
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none;
	border: 0px solid #ffffff;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
	height: 42px;
	width: 22px;
	border-radius: 22px;
	background: rgba(255,255,255,1);
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -20px;
	z-index: 100;
}

.rs-range::-webkit-slider-runnable-track  {
	width: 100%;
	height: 1px;
	cursor: pointer;
	box-shadow: none;
	background-color: #ffe500;
	border-radius: 0px;
	border: 0px solid #010101;
}
.rs-range::-moz-range-track {
	width: 100%;
	height: 1px;
	cursor: pointer;
	box-shadow: none;
	background-color: #ffe500;
	border-radius: 0px;
	border: 0px solid #010101;

}

.rs-label {
	position: relative;
	transform-origin: center center;
	display: block;
	width: 98px;
	background: transparent;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	margin-left: -38px;
	left: 11.5034px;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 26px;
}
body.corporate .rs-label {
	width: 67px;
}

.rs-label::before {
	content: "\0024";
	display: inline-block;
	font-size: 18px;
	top: -1px;
	position: relative;
}
body.corporate .rs-label::before {
	content: "";
	display: none;
}
.fallback-pricing {
	color:  #fff;
	font-size: 16px!important;
	margin-bottom: 0;
}
.hidden {
	display: none;
}
body.membership #rs-bullet, body.membership .box-minmax {
	display: none;
}
.rs-marker {
	position: absolute;
}
.rs-marker:before {
	content: "";
	position: relative;
	top: -12px;
	top: 12px;
	width: 10px;
	left: -6px;
	height: 10px;
	border-radius: 10px;
	background-color: #ffe500;
	display: inline-block;
	border: 0px dashed #fff;
}
#rs-marker-supporter .rs-marker-label {
	position: absolute;
	top: -50px;
	left: -30px;
}
#rs-marker-supporter .rs-marker-price{
	position: absolute;
	bottom: -15px;
	left: -24px;
}
#rs-marker-member:before {
	*height:200px;
	top: -72px;
	top: 12px;
}
#rs-marker-member .rs-marker-label {
	position: absolute;
	top: -110px;
	left: -36px;
}
#rs-marker-member .rs-marker-price{
	position: absolute;
	bottom: 45px;
	left: -24px;
}
#rs-marker-patron .rs-marker-label {
	position: absolute;
	top: -50px;
	left: -40px;
}
#rs-marker-patron .rs-marker-price{
	position: absolute;
	bottom: -15px;
	left: -43px;
}
body.corporate .rs-marker:before {
	left: 0;
}
#rs-marker-min {
	left: 5px;
}
#rs-marker-max {
	right: 5px;
	left: auto;
}
.rs-marker .rs-marker-label,
.rs-marker .rs-marker-price {
	display: none;
}
.price-input-currency:before {
	content: "";
}
.join-corporate-block {
	width: fit-content;
	margin: 0 auto;
	border: 1px dashed #fff;
	padding: 20px;
	border-radius: 8px;
	background-color: #a65554;
	margin-top: 30px;
}
.join-corporate-block a {
	text-decoration: underline;
}
.join-corporate-block a, .join-corporate-block a:hover {
	color: #fff;
}
.join-corporate-block p:last-child {
	margin-bottom: 0;
}
.join-corporate-block + p {
	text-align: center;
}
.join-corporate-block + p > a, .join-corporate-block + p > a:hover {
	color: #fff;
}
.membership #pmpro_form .pmpro_submit,
.corporate #pmpro_form .pmpro_submit {
	background-color: #54a6a6;
	margin-top: 0!important;
	padding: 1em 0;
	text-align: center;
}
form.pmpro_form .pmpro_submit input {
    background: #54a6a6;
    display: inline-block;
    color: #fff;
    padding: 10px 40px;
    width: auto;
    text-transform: uppercase;
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .04em;
    border-radius: 10px;
    border: 2px solid #478787;
}
.membership form.pmpro_form .pmpro_submit input, 
.corporate form.pmpro_form .pmpro_submit input {
    border: 0;
    background-color: #ffe500;
    color: #3b3b3b;
}
.membership form.pmpro_form .pmpro_submit input:hover,
.corporate form.pmpro_form .pmpro_submit input:hover {
    background: #478787;
    border: 0;
    color: #fff;
}
.join-membership {
	display: flex;
}
.join-membership > div:first-child {
	width: 58%;
	margin-right: 5%;
}
.join-membership > div:last-child {
	width: 33.33%;
}
body.single .article-sidebar, body.single .wi-sidebar {
	max-height: none !important;
}
@media only screen and (max-width: 640px) {
	.join-membership {
		display: block;
	}
	.join-membership > div:first-child, .join-membership > div:last-child {
		width: 100%;
	}
	.join-membership > div:last-child h3 {
		margin-top: 20px;
	}
	#pmpro_pricing_fields .oc-currency-switcher {
		top: 60px;
	}
	body.membership form.pmpro_form .pmpro_checkout-fields div.vprice-container .period-selector {
		display: block !important;
	}
	.period-selector > span {
		display: block;
		margin-bottom: 10px;
	}
	body.membership .pmpro_level_description_text {
    width: 100%;
    padding-left: 0px !important;
	}
	#wpadminbar {
		max-width: 100%;
		overflow-x: hidden;
	}
}
