/* Main Profile */

.full-profile {
	background: #7fef7f;
	background: linear-gradient(#acf5ac, #7fef7f 40%, #7fef7f 97%, #68ec68);
	border: 2px solid #7fef7f;
	border-radius: 0.5em;
	box-shadow: 0 1em 1em 0 rgba(0,0,0,0.05);
	margin: 1em auto 2em;
	text-align: center;
	padding: 0.75em;
}

.full-profile h2 {
	margin-top: 0;
}

.full-profile-picture {
	width: 158px;
	margin: 1em auto;
}

.full-profile-picture img {
	border: 4px solid #68ec68;
	border-radius: 1em;
}

.full-profile-information {
	margin: 0.5em auto 0;
}

.full-profile-information table {
	display: inline-block;
	font-size: 1.1em;
}

.full-profile-information table,
.full-profile-information table td {
	border: 0 none;
}

.full-profile-information table td {
	display: block;
	font-weight: bold;
	text-align: left;
}

.full-profile-information table td + td {
	font-weight: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
}

.contact-links {
	-ms-word-break: break-all;
	word-break: break-all;
}

@media screen and (min-width:37.5em) {
	.full-profile {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-content: space-between;
		-ms-flex-line-pack: justify;
		align-content: space-between;
		
		text-align: left;
	}
	
	.full-profile h2 { padding-left: 0.25em; }
	
	.full-profile-picture {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
		-webkit-flex: 0 0 158px;
		-ms-flex: 0 0 158px;
		flex: 0 0 158px;
	}

	.full-profile-information {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	.full-profile-information table td {
		display: table-cell;
	}
}

/* Auto-inserted Chunks */

.chunk-insert {
	padding-bottom: 2em;
	border-bottom: 1px solid #eee;	
	margin: 0 auto;
	max-width: 50em;
}

.chunk-insert + .chunk-insert {
	padding-top: 2em;
}

.chunk-insert-image { text-align: center; }

.chunk-highlight {
	background: #eee;
	background: linear-gradient(#fff, #eee 40%, #eee 97%, #ddd);
	border: 2px solid #eee;
	border-radius: 0.5em;
	box-shadow: 0 1em 1em 0 rgba(0,0,0,0.05);
	margin: 1em auto 2em;
	padding: 1em 0.75em;
}

.chunk-highlight + .chunk-insert {
	padding: 1em 0 2em;
}

@media screen and (min-width:37.5em) {
	.chunk-insert {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: space-between;
		-ms-flex-line-pack: justify;
		align-content: space-between;
		-webkit-box-align: center;
		-moz-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;	
	}
	
	.chunk-insert-image {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
		-webkit-flex: 0 0 220px;
		-ms-flex: 0 0 220px;
		flex: 0 0 220px;
	}
	
	.chunk-insert-image img {
		display: block;
		margin: 0 auto 0 0;
	}
	
	.chunk-insert:nth-of-type(even) .chunk-insert-image {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.chunk-insert:nth-of-type(even) .chunk-insert-image img {
		margin: 0 0 0 auto;
	}
	
	.chunk-insert-copy {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	
	.chunk-insert-copy > :first-child { margin-top: 0; }
	
	.chunk-insert-copy > :last-child { margin-bottom: 0; }
}

/* Misc. Styles */

.a11y-content {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#TB_ajaxContent .content {
	width:95%;
}	-->
