#client_plans_wrapper{
	/*height: 440px;
    overflow-y: scroll;*/
    width: 100%;
    margin: 0 auto;
    margin-top: 55px;
}
.client_plan{
    display: inline-block;
    padding: 20px 27px;
    font-size: 20px;
    width: 100%;
    text-align: left;
    border: 1px solid #f1f1f1;
    border-bottom: none;
	text-align: left;
	color: #a5a5a5;
}
.client_plan:last-of-type {
	border-bottom: 1px solid #f1f1f1!important;
	font-size: 16px;
}
.client_plan:last-of-type .btn_wrapper {
	font-size: 16px;
}

.client_plan .btn_wrapper{
	display: inline-block;
    float: right;
    text-align: center;
	/*margin-bottom: 10px;*/
}
.client_plan .btn_wrapper .btn{
	display: block;
	border-radius: 5px;
	border-bottom: none;
	box-shadow: none;
	font-size: 13px;
    padding: 10px 20px;
    min-width: 132px;
    font-weight: bold;
}
.client_plan .btn_wrapper small{
	font-size: 13px;
    margin-top: 2px;
    display: block;
}
/*.client_plan .btn:before{
	content: "Choose Plan";
}*/

/*.client_plan.update .btn:before{
	content: "Change Plan";
}*/

.client_plan .btn:hover{
	border: 0.5px solid #31abc3;
	color: #31abc3;
	background: #fff;
}
.client_plan.update .btn{
	background: #31abc3;
	color: #fff;
	text-decoration: none;
}

/*.client_plan.update .btn:hover{
	border: 0.5px solid #31abc3;
	color: #31abc3;
}*/

.client_plan.active .btn{
	background: #209b60;
	box-shadow: none;
	/*border: none;*/
	cursor: default;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.client_plan.active .btn:hover{
	border: 0.5px solid #209b60;
	color: #209b60;
	background: #fff;
}

/*.client_plan.active .btn:before{
	content: "Your Current Plan";
}*/

.client_plan.downgrade .btn{
	background: #fafafa;
	color: #bababa;
}

.client_plan.downgrade .btn:hover{
	border: 0.5px solid #fafafa;
	color: #fafafa;
	background: #fff;
}

.client_plan.on-hold .btn{
	background: #E66F00;
	color: #fff;
}
.client_plan.on-hold .btn:hover{
	border: 0.5px solid #E66F00;
	color: #E66F00;
	background: #fff;
}

.client_plan .btn.contact{
	background: none;
    border: none;
    color: #31abc3;
	font-weight: 400;
    font-size: 14px;
    margin-top: -7px;
    margin-bottom: 10px;
}

/*.client_plan.downgrade .btn:before{
	content: "Contact Us to Downgrade a Plan";
}*/
.client_plan.downgrade{
	pointer-events: none;
}
.client_plan.downgrade:after{
	content: "  Contact Us";
	cursor: pointer;
	border-left: 2px solid #e6e6e6;
    font-size: 14px;
    margin-left: 20px;
	color: #31abc3;
	pointer-events: all;
	padding-left: 24px;
}
.client_plan.update.processing .btn, #update_now.processing{
	background-image: url(/wp-content/uploads/2019/04/rolling_The_Health_Sciences_Academy.gif);
    background-size: 21px;
    background-position: center right 6px;
    background-repeat: no-repeat;
}
.client_plan.update .btn:hover{
	text-decoration: none;
	font-weight: bold;
	color: #31abc3;
	background: #fff;
}

/*.client_plan.on-hold:after, .client_plan.active:after{
	cursor: pointer;
	border-left: 2px solid #e6e6e6;
    font-size: 14px;
    margin-left: 20px;
	color: #000;
    font-weight: bold;
	padding-left: 24px;
}
.client_plan.on-hold:after{
	content: "  Subscription is ON HOLD";
}*/
/*JP's code*/

#post-17041 .entry-title,
#post-17075 .entry-title,
.entry-content h4 {
	display: none;
}

.po-header {
	background-color: #f9f9f9;
	color: #636363;
	text-align: center;
	padding: 33px 0;
	font-weight: 400;
	line-height: 53.33px;
	margin-bottom: 0px!important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
#client_plan small.no_more_seats{
	display: block;
	text-align: center;
}
.entry-content {
	text-align: center;
}

div#client_plans_wrapper .client_plans_more_info {
    text-align: left;
    display: block;
    padding: 20px 20px 20px 25px;
    color: #8fc261;
    border: 1px solid #f1f1f1;
	font-size: 18px;
}

/*div#client_plans_wrapper.with_coupon:before {
    content: "Start your 30 Days Free Trial now or choose a paid plan and get up to 50% OFF of your first 3 months:";
}

div#client_plans_wrapper.paid:before {
    content: "You can switch to another paid plan here:";
}

div#client_plans_wrapper.on-hold:before {
    content: "You can visit your My Account page to re-activate subscription:";
}

div#client_plans_wrapper.trial_ended:before {
    content: "Your trial period has ended. Please choose your plan now:";
}

div#client_plans_wrapper.trial_ended.with_coupon:before {
    content: "Your trial period has ended. Please choose your plan now and get up to 50% OFF during your first 3 months:";
}

div#client_plans_wrapper.on_trial_period:before, div#client_plans_wrapper.on_trial_period.with_coupon:before {
    content: "Your trial period has started.";
	display: none;
}*/

#client_plans_wrapper .client_plan label.plan-type {
    margin-top: 8px!important;
    display: inline-block !important;
    font-size: 15px;
}

.po-alert {
    display: block;
    background-color: #cce1ae;
    font-size: 15px;
    padding: 15px;
    color: #ffffff;
	text-align: center;
}
.po-alert a{
	color: #E66F00;
    text-decoration: none !important;
    font-weight: bold;
}
.subcription-tag {
    text-align: right;
    margin: 50px 20px;
}
.subcription-tag label:first-child {
	color: #cccccc;
	font-size: 16px;
}

.subcription-tag .seats {
	color: #31abc3;
	font-weight: bold;
}

#reviews{
	display: none;
}

/*Hide Invitation Code has been added in the checkout*/
.woocommerce-notices-wrapper .woocommerce-message {
    display: none;
}

/*Woocommerce Specific Edits*/

.product.type-product .summary .price, .product.type-product .summary .cart.grouped_form{
	display: none;
}