.infoPage #PageContent {
	padding: 1em 1.5em;
	font: 100%/1.5em Calibri,Arial,sans-serif;
	background-color: #FFF;
}
.infoPage #MainContent {
	padding-bottom: 1.5em;
	font: 1.143em/1.52em Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.infoPage #PageContent .registered.symbol {
	font-size: 120%;
}
@media screen and (min-width: 1024px) {
	.infoPage #MainContent {
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
}
.infoPage #MainContent p, .infoPage #MainContent h1, .infoPage #MainContent h2, .infoPage #MainContent h3, .infoPage #MainContent h4, .infoPage #MainContent h5, .infoPage #MainContent h6, .infoPage #MainContent ol, .infoPage #MainContent ul {
	padding: .35em 0;
	max-width: 900px;
}
.infoPage #MainContent p a { border-bottom: 1px solid transparent; }
.infoPage #MainContent p a:hover { border-bottom: 1px solid; }
.infoPage #MainContent ul {
	list-style: disc;
	padding: 0 10%;
}
.infoPage #MainContent ol {
	list-style-type: decimal;
	padding: 0 10%;
} 
.infoPage #MainContent ul li, .infoPage #MainContent ol li {
	margin-bottom: .7em;	
}
.infoPage #pageTitle {
	margin-bottom: .5em;
	color: #222;
}
.infoPage h4 {
	font-family: Cambria,Georgia,Serif;
	font-size: 1em;
	color: #222;
	margin-top: 1em;
}
#page-558151.infoPage #MainContent { max-width: 750px; }
@media screen and (min-width: 600px) {
	.infoPage #MainContent ul, .infoPage #MainContent ol {
		padding: 0 2.5em;
	}	
}
@media screen and (min-width: 1024px) {
	.infoPage #pageTitle { text-align: left; }
}

/* Images */
.infoGraphic {
	margin: 1em auto;
	width: auto;
	max-width: 100%;
	border: 1px solid #444;
	background: #FFF;
	display: block;
}
.infoGraphic.plain {
	border: 0 none;
	background: transparent;
}
@media screen and (min-width: 600px) {
	.infoGraphic {
		float: right;
		margin-left: 2em;
		margin-right: 1em;
		margin-top: 1em;
		margin-bottom: 3px;
	}
	.infoGraphic.plain {
		margin-left: .75em;
	}
	.infoGraphic.full {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		clear: both;
		float: none;
	}
}

/* Tooltips */
@media screen and (min-width: 900px) {
	a.outsideLink {
		position: relative;
	}
	a.outsideLink:hover .toolTip {
		opacity: 1;
		-moz-transition: opacity .75s ease .15s;
		-webkit-transition: opacity .75s ease .15s;
		-o-transition: opacity .75s ease .15s;
		transition: opacity .75s ease .15s;
		visibility: visible;
		top: -2.75em;
		min-width: 100px;
		line-height: 1.4em;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ WHO IS DCP? ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
#aboutVideo_wrapper {
	margin-bottom: 1.25em;
}
.bioContainer {
	clear: left;
	width: 100%;
	padding: 1em 0;
	-moz-transition: background .5s ease, border-color 0.5s ease;
	-webkit-transition: background .5s ease, border-color 0.5s ease;
	-o-transition: background .5s ease, border-color 0.5s ease;
	transition: background .5s ease, border-color 0.5s ease;
}
.bioContainer:hover {
	background: #FEFEFE;
	-moz-transition: background .5s ease, border-color 0.5s ease;
	-webkit-transition: background .5s ease, border-color 0.5s ease;
	-o-transition: background .5s ease, border-color 0.5s ease;
	transition: background .5s ease, border-color 0.5s ease;
}
.bioContainer span {
	display: inline !important;
}
.bioContainer img {
	display: block;
	border: 1px solid hsl(0, 0%, 27%);
	margin-left: auto;
    margin-right: auto;
    padding: 0;
	width: 65%;
	max-width: 175px;
	-moz-transition: box-shadow 0.5s ease 0.1s, border-color 0.5s ease 0.1s;
	-webkit-transition: box-shadow 0.5s ease 0.1s, border-color 0.5s ease 0.1s;
	-o-transition: box-shadow 0.5s ease 0.1s, border-color 0.5s ease 0.1s;
	transition: box-shadow 0.5s ease 0.1s, border-color 0.5s ease 0.1s;
}
.bioContainer:hover img {
	border-color: hsl(0, 0%, 0%);
    box-shadow: 0 0 6px hsl(0, 0%, 33%);
	-moz-transition: box-shadow 0.5s ease 0.1s, border-color 0.5s ease 0.1s;
	-webkit-transition: box-shadow 0.5s ease 0.1s, border-color 0.5s ease 0.1s;
	-o-transition: box-shadow 0.5s ease 0.1s, border-color 0.5s ease 0.1s;
	transition: box-shadow 0.5s ease 0.1s, border-color 0.5s ease 0.1s;
}
#bioVol1.bioContainer {
	border-bottom: 1px solid #999;
	padding-bottom: 1.5em;
}
#bioVol2.bioContainer {
	border-top: 1px solid #FEFEFE;
	padding-top: 1.75em;
}
.bioContainer .bioTitle {
	font-size: 90%;
	display: block;
	clear: both;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.bioContainer, #bioVol1.bioContainer, #bioVol2.bioContainer {
		display: inline-block;
		margin-bottom: 2em;
		margin-right: 2.5em;
		margin-top: 0;
		width: 14em;
		clear: none;
		border: 1px solid transparent;
		padding-top: 1.25em;
		padding-bottom: .75em;
	}
	.bioContainer:hover, #bioVol1.bioContainer:hover, #bioVol2.bioContainer:hover {
		border: 1px solid #999;	
		background-color: #F1F1F1;
	}
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ HELP ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.helpSection {
	border-bottom: 1px solid #AAA;
	border-top: 1px solid #FEFEFE;
	padding: .5em 0;
	max-width: 900px;
	position: relative;
}
.helpSection.first {
	border-top: 0 none;
}
.helpSection h4 {
	color: #444;
	position: relative;
	cursor: pointer;	
}
.helpSection h4:hover {
	color: hsl(233, 47%, 42%);	
}
.helpSection h4 .icon {
	position: absolute;
	height: 100%;
	width: 35px;	
	right: 0;
	opacity: .88;
	background: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_black.png") no-repeat scroll center -67px transparent;
}
.helpSection h4:hover .icon {
	opacity: 1;
	background-image: url("https://images.azureedge.net/wtc/images/interface/sprite_hallow_arrows_violet.png");
}
.helpSection p {
	margin-bottom: .5em;
	font-size: 95%;
}
.helpSection p.disclaimer {
	font-size: 82%;
	color: #555;	
}
.helpSection img {
	max-width: 81ch;
}
@media screen and (max-width: 400px) {
	.helpSection {
		left: -5%;
		width: 110%;
	}
}
@media screen and (max-width: 767px) {
	.infoPage #MainContent .helpSection h4 {
		padding: 0.35em 40px .35em 0;
	}
	.helpSection img {
		margin-bottom: .5em;
		max-width: 95%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
@media scree and (min-width: 768px) {
	.helpSection {
		width: 100%;
		left: auto;
	}	
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ BUTTONS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */
.infoPage .button.grey, .infoPage a.grey.button {
	box-shadow: 0 0 0 transparent;
}
.infoPage .button.grey {
	margin-bottom: 1em;
}
.infoPage #MainContent a.button:hover {
	text-shadow: none;
}

.infoPage .actionContainer {
	margin-top: 1.5em;
	text-align: center;
}
.infoPage .actionContainer .button {
	font-size: 1.25em;
	width: 90%;
	max-width: 400px;
	display: block;
	padding: 0.42em 0 0.4em;
	margin: 0 auto;
	font-family: Cambria, Georgia, serif;
	-moz-transition: .3s color ease;
	-webkit-transition: .3s color ease;
	-o-transition: .3s color ease;
	transition: .3s color ease;
	box-shadow: none;
}
.infoPage .actionContainer .button .targetSiteName {
	clear: both;
	display: block;
	font-size: 78%;
	color: #ebf4d1;
	margin-top: -.2em;
}
.infoPage .actionContainer .button:hover, .infoPage .actionContainer .button:hover .targetSiteName {
	color: #FFF;
	-moz-transition: .3s color ease;
	-webkit-transition: .3s color ease;
	-o-transition: .3s color ease;
	transition: .3s color ease;
}

