/* Profile Styling */
.profile blockquote p {
	font-style: italic;
	font-size: 20px;
}
.profile blockquote:before {
	content: "\f10d";
	position: absolute;
	top: 0.6em;
	left: 0;
	font-size: 2.5em;
	color: #999;
	color: rgba(0, 0, 0, 0.1);
	font-family: "FontAwesome";
	font-style: normal;
}

.profile footer {
	font-size: 17px;
	line-height: 1.3em;
	font-family:'Archer SSm A', 'Archer SSm B';
	margin-top:20px;
}

.profile .hf-text-left {
	position: relative;
	padding: 10px 20px 10px 50px;
	color: #444;
	width: 74%;
	float: left;
}

.profile .hf-text-right {
	position: relative;
	padding: 10px 20px 10px 50px;
	color: #444;
	width: 74%;
	float: right;
}
.profile .halfface {
	background: none;
	margin-right: -19px;
	margin-bottom: -94px;
	float: right;
	margin-left: -100px;
	position: absolute;
	right: 19px;
	bottom: 94px;
	max-height: 400px;
}
.halffaceright {
	background: none;
	margin-right: -19px;
	margin-bottom: -94px;
	float: right;
	margin-left: -100px;
	position: absolute;
	right: 19px;
	bottom: 94px;
}
.halffaceleft {
	background: none;
	margin-right: -19px;
	margin-bottom: -94px;
	float: left;
	margin-left: -19px;
	position: absolute;
	left: 19px;
	bottom: 94px;
}
@media only screen and (max-width: 767px) {
	img.halfface,
	img.halffaceleft,
	img.halffaceright{
		width: 30%;
	}
	
	.profile blockquote p {
		font-style: italic;
		font-size: 19px;
	}
}

@media only screen and (max-width: 767px) {
	blockquote:before {
		content: '';
		position: absolute;
		top: .5em;
		left: 0;
		font-size: 6em;
		color: #000000;
		font-family: Georgia, serif;
	}
	 blockquote.hfright {
		position: relative;
		padding: 10px 20px 10px 50px;
		color: #000000;
		width: 90%;
		float: right;
	}
	 blockquote.hfright {
		position: relative;
		padding: 10px 20px 10px 50px;
		color: #000000;
		width: 90%;
		float: right;
	}
}

@media only screen and (max-width: 980px) { 
	ol {
		margin: 0;
		padding: 0;
		width: 72%;
		margin-left: auto;
	}
}
@media only screen and (min-width: 800px) {
   blockquote.hf-text-left {
		min-height: 350px;
	}
}

.profile .content {
	min-height: 415px;
}
section.profile {
	margin-top: 6px;
	margin-bottom: 20px;
}
.profile span.name {font-weight:bold;}

.profile .content {
	position: relative;
	padding: 20px;
	padding-left: 30px;
	background: #E0E1E2;
}

.twocol-one .hf-text-left{
	width: 65%;
}

.twocol-one .hf-text-right{
	width: 70%;
}

.halffacebannerleft{
	background-color: #bdbebf; /* For browsers that don't support transparencies. If it does support them, the next Rule will be rendered */
	background-color: rgba(189,190,191,0.85); /* RGB of the color, followed by percentage of opacity */
	padding: 0.5rem; /* General padding on each side */
	padding-left: .75rem; /* Extra on the left for readability */
    margin-right: -2.35em; /* Creates right-edge of the banner */
}

.halffacebannerright{
	background-color: #bdbebf;
	background-color: rgba(189,190,191,0.85);
	padding: 0.5rem;
	margin-left: -4.7em;
	padding-left: 5.2em; /* Pushes text over after creating the left-edge of the banner */
	/* The extra padding matches the spacing of left-facing Half-Faces */
	padding-right: .75rem; /* Extra on the right for readability */
}

/*
*
	Admin Styles
*
*/

.requiredField{
  color: #ff0000;
}

div[class^="half-face"] input[type="text"]{
  width: 100%;
}

/*
*
	Program-specific fixes
*
*/

.enhanced-programs-top .profile blockquote:before{
	left: -1.2em;
	top: 0.35em;
}

.enhanced-programs-top .profile .hf-text-left{
	margin-left: 2.3em;
}	

.enhanced-programs-top .profile .hf-text-right, .enhanced-programs-top .profile .hf-text-left{
	padding: 0px;
}

.enhanced-programs-top .halffacebannerleft{
	margin-right: -1.1em;
}

.enhanced-programs-top .halffacebannerright{
	margin-left: -3.9em;
}

.enhanced-programs-top .twocol-one .hf-text-left{
	width: 60%;
}

/*
*
	Mobile
*
*/

@media only screen and (max-width: 40em) {

	.twocol-one .profile blockquote:before{
		
		content: none;
		
	}
	
	.twocol-one .profile blockquote, .twocol-one .profile blockquote p, .enhanced-programs-top .twocol-one .hf-text-left{
	
		width: 100%;
		
	}	

	.enhanced-programs-top .profile .hf-text-left{
	
		margin-left: 0px;
		
	}

	.enhanced-programs-top .halffacebannerright {
	
		margin-left: -1.75em;
		
	}
	
	.twocol-one .halffacebannerright{
		padding-left: 1em;
	}
	
}