#man_page_head {
	font-family: cabins_ketch_bold;
	border: 5px solid #3399FF;
	padding: 5px;
	font-size: 30px;
	margin-top: 15px;
	margin-bottom: 10px;
	box-shadow: 0 6px 4px -4px black;
	cursor: pointer;
}

#heart_holder {
	display: inline-block;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}

#heart_holder_to {
	position: absolute;
	left: 6px;
	top: 2px;
	z-index: 100;
	font-size: 28px;
	color: white;
}

/*  Mar/18/20  */



#page_intro {  /* has font-family: economica_bold; set in news/style_base_new_pub.css */
	font-family: dosis_med;
}



.psc_wrap_nc {
	margin-top: 25px;
	margin-bottom: 5px;
}

.pse_sub_head {
	display: inline-block;
	background: #00bfb5;
	color: white;
	padding: 5px;
	padding-left: 50px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

.psc_wrap_body {
	border: 1px solid #d3d3d3;
	padding: 5px;
	font-size: 16px;
}

.psc_wrap_center {
	text-align: center;
	margin-top: 50px;
}

.psc_wrap_closing {
	display: inline-block;
	width: 90%;
	padding: 10px;
	font-size: 1.15rem;
	color: #50667e;
	text-align: left;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),
                          0 1px 5px 0 rgba(0,0,0,0.12),
                          0 3px 1px -2px rgba(0,0,0,0.2);
}

.circle-text {
	display: table-cell;
	height: 34px; /*change this and the width for the size of your initial circle*/
	width: 34px;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	/*make it pretty*/
	background: #50667e;
	color: #fff;
	font-family: cabins_ketch_bold;
	font-size: 1.25em;
	position: absolute;
	left: 0px;
	top: 1px;
}

.good_under, .good_under_big, .good_under_xl, .not_under_big {
	display: inline-block;
	border-bottom: 2px solid  #4ECB4A;
	margin-left: 3px;
	margin-right: 3px;
}

.good_under_big {
	border-bottom: 4px solid  #4ECB4A;
}

.not_under_big {
	border-bottom: 2px solid  red;
}

.good_under_xl {
	border-bottom: 8px solid  #4ECB4A;
}

.more_holder {
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
	border-bottom: 1px solid blue;
	cursor: pointer;
}

.more_holder:hover {
	border-bottom: 1px solid #4ECB4A;
}

.more_holder_body {
	background: #e3f7e2;
	padding: 5px;
	margin-top: 5px;
	margin-left: 15px;
	display: none;
}

#m-Director {
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 5px;
}

.written_hand {
	font-family: hand_writing;
}