/*--------------------------------------------------------------
# My Account
--------------------------------------------------------------*/
.tgwc-user-info .button {
	min-height: 45px;
	height: 45px;
}

.prco-dashboard-heading {
	border-bottom: 1px solid var(--prcoBorder);
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.woocommerce-MyAccount-content, .woocommerce-content-box {
    border: 1px solid var(--prcoBorder);
    padding: 30px !important;
}

.woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content h4,
.woocommerce-MyAccount-content h5,
.woocommerce-MyAccount-content h6 {
	font-family:  var(--prcoBodyFont);
}

.woocommerce-MyAccount-content h3 {
	font-size: 32px;
}

.woocommerce-account .bbp-breadcrumb {
    display: none !important;
}

.hh-dash-section__header {
	margin-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid var(--prcoBorder);
}


.hh-forum-box {
	border: 2px solid #D8D8D8;
    border-radius: 6px;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 12px;
}

	.is-bootcamp.hh-forum-box {
		border-color: #EA9A3C;
	}

	.is-program.hh-forum-box {
		border-color: #93b4bf;
	}

	.is-herbal.hh-forum-box {
		border-color: #CED0DC;
	}

	.is-holistic.hh-forum-box {
		border-color: #CAD7C5;
	}


.hh-forum-box_heading {
    content: "Program";
    background: #D8D8D8;
    display: block;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
}

.is-bootcamp .hh-forum-box_heading {
	background: #EA9A3C;
	color: #fff;
}

.is-program .hh-forum-box_heading {
	background: #93b4bf;
	color: #fff;
}

.is-herbal .hh-forum-box_heading {
	background: #CED0DC;
	color: #6A6A6A;
}

.is-holistic .hh-forum-box_heading {
	background: #CAD7C5;
	color: #6A6A6A;
}

.hh-forum-box_content {
    font-weight: 400;
    padding: 1em;
    background: #fff;
    margin: 0;
}

.hh-forum-box_content a {
	font-weight: bold;
	text-decoration: underline;
	color: #86a846;
}

@media screen and (min-width: 768px ) {
.hh-forum-box_content {
	    display: flex;
	    -webkit-box-pack: justify;
    justify-content: space-between;
	}
}

.hh-forum-box_content-2 {
	padding: 1em;
	font-size: 12px;
	text-align: right;
	border-top: 1px solid #d8d8d8
}