@charset "UTF-8";
/* Styles specific to table of contents page */
.landing h3 a, .landing a h3 {
	color: #000;
}
.landing h3 a:hover, .landing a h3:hover {
	color: #cc5831;
}
.section-title {
	position: relative;
	text-align: center;
}
.section-title:before {
	background: none;
}
.section-title1 {
    color: #cc5831;
}
.section-title2 {
    color: #2999b1;
    font-weight: 700;
}
.section-title3 {
    color: #42c4dd;
}
.select-display-title {
	padding: 5% 0 2% 0;
}
.news-1 {
    position: relative;
}
.news-1 img {
    backface-visibility: hidden;
    position: relative;
    transition: opacity 0.5s ease 0s;
    z-index: 1;
}
.news-1 h3 {
    left: 3%;
    opacity: 1;
    position: absolute;
    text-align: left;
    top: 22%;
    transform: translateY(-50%);
    transition: opacity 0.5s ease 0s;
    width: 32%;
    z-index: 2;
}
.news-1 .web-exclusive {
    bottom: 14%;
    left: 0;
    opacity: 1;
    position: absolute;
    text-align: left;
    transform: translateY(-50%);
    transition: opacity 0.5s ease 0s;
    width: 47%;
    z-index: 2;
}
.news-1 .btn {
    background-color: #ffffff;
    bottom: 2%;
    left: 2%;
    opacity: 1;
    position: absolute;
    text-align: left;
    transition: opacity 0.5s ease 0s;
    z-index: 2;
}
.news-1 .btn:hover, .btn:focus {
    background: #0b0b0b none repeat scroll 0 0;
    border-color: #0b0b0b;
    color: white;
}
.news-2 {
    text-align: center;
}
.news-2 img {
    padding: 0;
}
.news-2-sm {
    margin-top: 15px;
}
.news-2-sm-right {
    margin-bottom: 10%;
    margin-top: 20%;
}
.ImageWrapper a {
    color: #ffffff;
    font-size: 1.1em;
}
.ImageWrapperCircle a {
    color: #ffffff;
    font-size: 1.1em;
}
.ImageWrapperCircle .ImageOverlayB {
    background: rgba(31, 127, 156, 0.5) none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 100%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 0;
}
.ImageWrapperCircle:hover .ImageOverlayB {
    left: 0;
    opacity: 1;
    width: 100%;
}
.ImageWrapperCircle {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    display: block;
    overflow: hidden;
    position: relative;
}
.ImageWrapperCircle .StyleH {
    margin: -25px 0 0 2px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 95%;
}
.ImageWrapperCircle:hover .StyleH {
    opacity: 1;
    visibility: visible;
}
.ImageWrapper {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
    display: block;
    overflow: hidden;
    position: relative;
}
.ImageWrapper .ImageOverlayB {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 0;
}
.ImageWrapper:hover .ImageOverlayB {
    left: 0;
    opacity: 1;
    width: 100%;
}
.ImageWrapper .ImageOverlayBlue {
    background: rgba(31, 127, 156, 0.5) none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 0;
}
.ImageWrapper:hover .ImageOverlayBlue {
    left: 0;
    opacity: 1;
    width: 100%;
}
.ImageWrapper .ImageOverlayBKhaki {
    background: rgba(198, 191, 112, 0.5) none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 0;
}
.ImageWrapper:hover .ImageOverlayBKhaki {
    left: 0;
    opacity: 1;
    width: 100%;
}
.ImageWrapper .ImageOverlayOrange {
    background: rgba(214, 92, 38, 0.5) none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 0;
}
.ImageWrapper:hover .ImageOverlayOrange {
    left: 0;
    opacity: 1;
    width: 100%;
}
.ImageWrapper .StyleH {
    margin: -30px 0 0 2px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 95%;
}
.StyleH.showHeader {
    opacity: 1;
    visibility: visible;
}
.StyleH.showHeader a {
		color: #FFF;
}
.news-2-lg-right .StyleH {
    margin: -15% 0 0 15%;
    width: 75%;
}
.ImageWrapper:hover .StyleH {
    opacity: 1;
    visibility: visible;
}
#psoriasis-index h3 a {
	color: rgb(31,127,155);
}
#psoriasis-index h3:hover a {
	color: #000;
}
.newsListTitle {
	font-size: .9em;
}
.newsListTitle:hover .newsThumb {
	opacity: 1;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.newsThumb {
	max-width: 90px;
	position: absolute;
	left: -90px;
	margin-top: -25px;
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
#alumni-2 img {
    margin-bottom: 30px;
}
.classnotes {
    text-align: center;
}
.classnotes img {
    height: auto;
    padding: 0;
    width: 80%;
}
.classnotes h3 {
    text-align: left;
}
.toggle-list dt, .toggle-list dd {
	padding-top: 15px;
}
.toggle-list dt:first-child {
	padding-top: 0;
}
.toggle-closed {
	background: transparent url("../images/arrow-down-2x.png") no-repeat scroll right bottom;
}
.toggle-opened {
	background: transparent url("../images/arrow-up-2x.png") no-repeat scroll right bottom;
}
#support h3 {
    margin-bottom: 20px;
    margin-left: 5%;
    margin-top: 10px;
    text-align: center;
    width: 90%;
}
#support hr {
    margin: 15px 30px;
}
@-webkit-keyframes chart {
	0% {
		clip: rect(auto, 15px, auto, 15px);
		opacity: 0;
	}
	3% {opacity: .9;}
	75% {clip: rect(auto, 338px, auto, 1px);}
	95% {opacity: .9;}
	100% {
		clip: rect(auto, 338px, auto, 1px);
		opacity: 0;
	}
}
@-moz-keyframes chart {
	0% {
		clip: rect(auto, 15px, auto, 1px);
		opacity: 0;
	}
	3% {opacity: .9;}
	75% {clip: rect(auto, 338px, auto, 1px);}
	95% {opacity: .9;}
	100% {
		clip: rect(auto, 338px, auto, 1px);
		opacity: 0;
	}
}
@-o-keyframes chart {
	0% {
		clip: rect(auto, 15px, auto, 1px);
		opacity: 0;
	}
	3% {opacity: .9;}
	75% {clip: rect(auto, 338px, auto, 1px);}
	95% {opacity: .9;}
	100% {
		clip: rect(auto, 338px, auto, 1px);
		opacity: 0;
	}
}
@-ms-keyframes chart {
	0% {
		clip: rect(auto, 15px, auto, 1px);
		opacity: 0;
	}
	3% {opacity: .9;}
	75% {clip: rect(auto, 338px, auto, 1px);}
	95% {opacity: .9;}
	100% {
		clip: rect(auto, 338px, auto, 1px);
		opacity: 0;
	}
}
@keyframes chart {
	0% {
		clip: rect(auto, 15px, auto, 1px);
		opacity: 0;
	}
	3% {opacity: .9;}
	75% {clip: rect(auto, 338px, auto, 1px);}
	95% {opacity: .9;}
	100% {
		clip: rect(auto, 338px, auto, 1px);
		opacity: 0;
	}
}
.chart-animate {
	position: absolute;
	top: 6.5%;
	left: 0;
	opacity: .9;
	z-index: 1;
	-webkit-animation: chart 8s linear infinite;
	animation: chart 8s linear infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
.chart-animate:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}
.philOverlay:hover .chart-animate {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}
.philOverlay .StyleH.philHeader span a {
	color: #2999B1;
	font-weight: 600;
	transition: color 0.3s ease 0s;
}
.philOverlay:hover .StyleH.philHeader span a {
	color: #FFF;
	transition: color 0.3s ease 0s;
}
.philHeader {
	z-index: 3;
}
.StyleH.philHeader {
	opacity: 1;
	visibility: visible;
}
.StyleH.philHeader:hover a {
	color: #FFF;
}
.ContentWrapperH .ContentH {
    background: rgba(41,153,177,0.8) none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 70%;
    left: 12%;
    opacity: 0;
    position: absolute;
    top: 4%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 70%;
}
.ContentWrapperH:hover .ContentH {
    opacity: 1;
    visibility: visible;
}
.ContentWrapperH .ContentH .Content {
    padding: 0 10px;
    position: absolute;
    top: 30%;
}
.support-4 h3 {
    margin: 0 18%;
    text-align: center;
    width: 60%;
}
.support-4 {
    margin-left: -15px;
    margin-top: 30px;
}
#mystory {
    padding-top: 30px;
}
#mystory .bgimage {
    background-image: linear-gradient(#e6e0cb 0%, #f7f7ee 20%, #f7f7ee 80%, #e6e0cb 100%);
    background-size: 100% auto;
    padding: 3% 2% 13% 2%;
		margin-top: 20%;
}
.tagline {
    font-family: "jaf-bernino-sans-comp",sans-serif;
    font-size: 2em;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.tagline-link {
    position: absolute;
    right: 6%;
}
.inFocus {
	width: 45%;
	-webkit-filter: sepia(60%) grayscale(50%);
	filter: sepia(60%) grayscale(50%);
	-ms-transform-origin: none;
  -webkit-transform-origin: none;
  transform-origin: none;
	-webkit-transition: filter 1s, width 1s, transform 1s, transform-origin 1s;
	transition: filter 1s, width 1s, transform 1s, transform-origin 1s;
}
.inFocus:hover {
	-webkit-filter: none;
	filter: none;
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	-webkit-transition: filter 1s, width 1s, transform 1s;
	transition: filter 1s, width 1s, transform 1s;
}
.inFocus1 {
	-ms-transform: translate(8px,10px) scale(.9, .9);
	-webkit-transform: translate(8px,10px) scale(.9, .9);
	transform: translate(8px,10px) scale(.9, .9);
}
.inFocus4 {
	-ms-transform: translate(-10px,-10px) scale(.9, .9);
	-webkit-transform: translate(-10px,-10px) scale(.9, .9);
	transform: translate(-10px,-10px) scale(.9, .9);
}
.inFocus1:hover {
	-ms-transform: translate(-10px,-10px) scale(1.1, 1.1);
	-webkit-transform: translate(-10px,-10px) scale(1.1, 1.1);
	transform: translate(-10px,-10px) scale(1.1, 1.1);
}
.inFocus2:hover {
	-ms-transform: translate(10px,-10px) scale(1.1, 1.1);
	-webkit-transform: translate(10px,-10px) scale(1.1, 1.1);
	transform: translate(10px,-10px) scale(1.1, 1.1);
}
.inFocus3:hover {
	-ms-transform: translate(-10px,10px) scale(1.1, 1.1);
	-webkit-transform: translate(-10px,10px) scale(1.1, 1.1);
	transform: translate(-10px,10px) scale(1.1, 1.1);
}
.inFocus4:hover {
	-ms-transform: translate(10px,10px) scale(1.1, 1.1);
	-webkit-transform: translate(10px,10px) scale(1.1, 1.1);
	transform: translate(10px,10px) scale(1.1, 1.1);
}
#ad {
	padding-top: 5%;
}
@media (max-width: 400px) {
	.section-title {
		position: relative;
		text-align: center;
	}
	.section-title:before {
		background: none;
	}
	.news-1 h3 {
			width: 40%;
	}
	.newsList {
		padding-bottom: 10%;
	}
	.newsListTitle {
		font-size: .8em;
	}	
	.newsThumbLong {
		margin-top: -40px;
	}
	.newsThumb {
		max-width: 90px;
		left: -90px;
	}
}
@media (max-width: 600px) {
	.news-2 img {
			padding: 0;
	}
	.round {
			margin-top: 25px;
	}
	.news-2-title {
			margin-top: 5px;
			text-align: center;
	}
	.news-2-lg-right {
			margin-top: 10px;
	}
	.news-2-sm-right {
			margin-bottom: 10%;
			margin-top: 10%;
	}
	.news-3 {
		margin-top: 8%;
	}
	.ImageWrapperCircle .ImageOverlayB {
			height: 91%;
			top: 10px;
	}
	#alumni-2 h3 {
			margin-bottom: 20px;
			margin-left: 50px;
			margin-top: 130px;
			text-align: left;
			vertical-align: bottom;
			width: 85%;
	}
	#alumni-2 img {
			float: left;
			padding: 10px 10px 0 15px;
			width: 50%;
	}
}
@media (min-width: 768px) {
	.section-title {
		position: relative;
		text-align: left;
	}
	#inFocus .section-title {
		text-align: center;
	}
	.section-title:before {
		content: "";
		position: absolute;
		height: .04em;
		background: #737373;
		background: -webkit-linear-gradient(left, #FFF, #d1d1d1, #737373, #737373, #d1d1d1, #FFF);
		background: -o-linear-gradient(right, #FFF, #d1d1d1, #737373, #737373, #d1d1d1, #FFF);
		background: -moz-linear-gradient(right, #FFF, #d1d1d1, #737373, #737373, #d1d1d1, #FFF);
		background: linear-gradient(to right, #FFF, #d1d1d1, #737373, #737373, #d1d1d1, #FFF);
	}
	#news .section-title:before {
		top: 50%;
		right: 0;
		width: 70%;
	}
	#alumni .section-title:before {
		top: 50%;
		right: 0;
		width: 50%;
	}
	#support .section-title {
		-ms-transform: rotate(-90deg) translate(-550px, 310px);
		-webkit-transform: rotate(-90deg) translate(-550px, 310px);
		transform: rotate(-90deg) translate(-550px, 310px);
		-ms-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	#support .section-title:before {
		top: 50%;
		left: 200px;
		width: 50%;
	}
	#mystory .section-title {
		z-index: 2;
	}
	#mystory .section-title:before {
		top: 50%;
		right: 0;
		width: 75%;
	}
	#vital-stats {
			margin-top: 30px;
	}
	.vital-stats .section-title {
			left: 5px;
			opacity: 1;
			position: absolute;
			top: 1px;
			transform: translateY(-50%);
			transition: opacity 0.5s ease 0s;
			z-index: 3;
	}
	#vital-stats h3 {
			font-size: 1.3em;
			margin-left: 80px;
			margin-top: -50px;
			opacity: 1;
			text-align: left;
			z-index: 3;
	}
	.news-1 img {
			margin-top: 5%;
	}
	.news-1 h3 {
			top: 32%;
			width: 34%;
	}
	.news-2 img {
			padding: 0;
	}
	.news-2-lg-right {
			margin-bottom: 5%;
			margin-top: 40%;
	}
	.news-2-lg-left {
			margin-top: 5%;
	}
	.news-2-sm {
			margin-top: 15%;
	}
	.news-2-sm-right {
			margin-top: 20%;
	}
	#psoriasis-index:before {
		content: "";
		position: absolute;
		bottom: 8%;
		left: -2%;
		right: 8%;
		height: 75%;
		background: rgb(245,244,226);
	}
	#psoriasis-index h3 {
		text-align: right;
		margin: 75% 0 20% 0;
	}
	.hp-title {
		text-align: right;
	}
	#hiv:before {
		content: "";
		position: absolute;
		top: 5%;
		left: 15%;
		right: 50%;
		height: 32%;
		background: rgb(249, 231, 222);
	}
	#hiv h3 {
		padding-top: 15%;
	}
	#studentStories h4.web-exclusive {
		margin: 10% 0 -5% 0;
	}
	#marathon {
		padding-top: 12%;
	}
	news-3 {
			margin-top: 0;
	}
	.newsListTitle {
		font-size: .6em;
	}
	.newsThumb {
		left: -70px;
		margin-top: -25px;
		max-width: 70px;
	}
	#alumni-2 h3 {
			margin-bottom: 20px;
			margin-left: 50px;
			margin-top: 130px;
			text-align: left;
			vertical-align: bottom;
			width: 85%;
	}
	#alumni-2 img {
			float: left;
			padding: 10px 10px 0 15px;
			width: 50%;
	}
	#alumni-3 img {
			padding: 30px 60px 0;
			width: 97%;
	}	
	.art-title {
		text-align: right;
	}
	#support h3 {
			font-size: 1.2em;
			margin-bottom: 10px;
			margin-left: 0;
			text-align: start;
			width: 100%;
	}
	#support h4 {
			font-size: 1em;
			line-height: 1.22em;
	}
	#support-3 {
			margin-left: -10%;
			margin-top: 10%;
	}
	.support-3 {
			margin-left: -21%;
			margin-top: -33%;
	}
	.support-headshot {
			margin-bottom: 0;
			padding-top: 12px;
			width: 150%;
	}
	.support-caption1 {
			font-size: 1.2em;
			margin-bottom: 10px;
			margin-left: 20%;
			padding-top: 50%;
			text-align: right;
			width: 100%;
	}
	.support-caption2 {
			padding-top: 130px;
			text-align: left;
	}
	.support-3 figcaption {
			width: 100%;
	}
	#support hr {
			margin: 15px 10px 15px 0;
	}
	.support-4 {
			margin-top: 0;
	}
	#mystory .bgimage {
		padding-bottom: 8%;
		margin-top: 10%;
	}
	.tagline {
			font-size: 2.3em;
	}
	#infocussm {
			font-size: 1.35em;
			padding-left: 15px;
			text-align: left;
	}
}

@media (min-width: 992px) {
	
	.section-title {
		position: relative;
		text-align: left;
	}
	#inFocus .section-title {
		text-align: center;
	}
	.section-title:before {
		content: "";
		position: absolute;
		height: .04em;
		background: #737373;
		background: -webkit-linear-gradient(left, #FFF, #d1d1d1, #737373, #737373, #d1d1d1, #FFF);
		background: -o-linear-gradient(right, #FFF, #d1d1d1, #737373, #737373, #d1d1d1, #FFF);
		background: -moz-linear-gradient(right, #FFF, #d1d1d1, #737373, #737373, #d1d1d1, #FFF);
		background: linear-gradient(to right, #FFF, #d1d1d1, #737373, #737373, #d1d1d1, #FFF);
	}
	#infographic .section-title {
		-ms-transform: rotate(-90deg) translate(-800px, -110px);
		-webkit-transform: rotate(-90deg) translate(-800px, -110px);
		transform: rotate(-90deg) translate(-800px, -110px);
		-ms-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		text-align: right;
	}
	#infographic .section-title:before {
		top: 50%;
		right: 170px;
		width: 40%;
	}
	#news .section-title:before {
		top: 50%;
		right: 0;
		width: 70%;
	}
	#alumni .section-title {
			text-align: left;
	}
	#alumni .section-title:before {
		top: 50%;
		right: 0;
		width: 65%;
	}
	#support .section-title {
		-ms-transform: rotate(-90deg) translate(-650px, 400px);
		-webkit-transform: rotate(-90deg) translate(-650px, 400px);
		transform: rotate(-90deg) translate(-650px, 400px);
	}
	#support .section-title:before {
		top: 50%;
		left: 200px;
		width: 35%;
	}
	#mystory .section-title:before {
		top: 50%;
		right: 0;
		width: 75%;
	}
	#mystory .bgimage {
		margin-top: 0;
	}
	span.infographic-copy-overlay {
			left: 30px;
	}
	#news .section-title {
			margin-top: 9%;
	}
	span.infographic-copy-overlay {
			font-size: 1.5em;
			left: 0;
	}
	.news-2-lg-right {
			margin-bottom: 10%;
			margin-top: 43%;
	}
	.news-2-lg-left {
			margin-top: 0;
	}
	.news-2-sm-right.bottom {
			margin-top: 32px;
	}
	.news-2-sm-right {
			margin-bottom: 0;
			margin-top: 10px;
	}
	.news-2-lg-left .news-2-title {
			margin-bottom: 10px;
	}
	.ImageWrapperCircle .ImageOverlayB {
			height: 100%;
			top: 0;
	}
	.ImageWrapperCircle a {
			font-size: 1.3em;
	}
	.ImageWrapper a {
			font-size: 1.3em;
	}
	.ImageWrapper .StyleH {
			left: 0;
			margin-left: 10%;
			margin-top: -20%;
			right: 0;
			width: 80%;
	}
	.news-2-lg-left .StyleH {
			left: 0;
			margin-left: 17%;
			margin-top: -20%;
			right: 0;
			width: 65%;
	}
	.newsThumb {
		left: -150px;
		max-width: 150px;
	}
	#alumni-1 h3 {
			margin-top: 50px;
	}
	#alumni-3 img {
			margin-top: -150px;
			padding: 10px 10px 0;
			width: 100%;
	}
	#alumni-2 img {
			padding: 30px 10px 0 15px;
			width: 70%;
	}
	#alumni-2 h3 {
			font-size: 1.4em;
			line-height: 1.3em;
	}
	.support-2 img {
			padding-right: 0;
	}
	.support-left {
			margin-left: 0;
	}
	#support .support-caption1 {
			margin-left: 20%;
			padding-top: 70%;
			text-align: right !important;
	}
	.support-caption2 {
			padding-top: 145px;
			text-align: left;
	}
	#support h4 {
			font-size: 1.25em;
	}
	#mystory .bgimage {
			margin-left: 10%;
			padding-bottom: 2%;
			padding-right: 20%;
	}
	.tagline {
			position: absolute;
			right: 4%;
			text-align: center;
			top: 10%;
	}
	.tagline-link {
			bottom: 11%;
			right: 3%;
	}
	#inFocus {
			margin-top: 5%;
	}
}
@media (min-width: 1200px) {
	.section-title {
		position: relative;
		text-align: left;
	}
	#inFocus .section-title {
		text-align: center;
	}
	.section-title:before {
		content: "";
		position: absolute;
		height: .04em;
		background: #737373;
		background: -webkit-linear-gradient(left, #FFF, #d1d1d1, #737373, #737373, #d1d1d1, #FFF);
		background: -o-linear-gradient(right, #FFF, #d1d1d1, #737373, #737373, #d1d1d1, #FFF);
		background: -moz-linear-gradient(right, #FFF, #d1d1d1, #737373, #737373, #d1d1d1, #FFF);
		background: linear-gradient(to right, #FFF, #d1d1d1, #737373, #737373, #d1d1d1, #FFF);
	}
	#news .section-title:before {
		top: 50%;
		right: 0;
		width: 80%;
	}
	#alumni .section-title:before {
		top: 50%;
		right: 0;
		width: 70%;
	}
	#support .section-title {
		-ms-transform: rotate(-90deg) translate(-720px, 500px);
		-webkit-transform: rotate(-90deg) translate(-720px, 500px);
		transform: rotate(-90deg) translate(-720px, 500px);
	}
	#support .section-title:before {
		top: 50%;
		left: 200px;
		width: 35%;
	}
	#mystory .section-title:before {
		top: 50%;
		right: 0;
		width: 80%;
	}
	
	#news .section-title {
			margin-top: 9%;
	}
	.news-3 {
			margin-top: 8%;
	}
	.newsListTitle {
		font-size: .6em;
	}
	.ImageWrapperCircle a {
			font-size: 1.5em;
			line-height: 1.2em;
	}
	.ImageWrapper a {
			font-size: 1.5em;
			line-height: 1.2em;
	}
	.news-2-lg-right {
			margin-top: 40%;
	}
	.ContentWrapperH .ContentH {
			height: 65%;
			left: 12%;
			top: 6%;
			width: 60%;
	}
	.ContentWrapperH .ContentH .Content {
			padding: 0 10px;
			position: absolute;
			top: 50%;
	}
	.ContentWrapperH .ContentH .Content {
			left: 13%;
			top: 50%;
			width: 75%;
	}
	#mystory .bgimage {
			margin-left: 5%;
			padding-bottom: 2%;
			padding-right: 18%;
	}
	.tagline {
			right: 4%;
			top: 15%;
	}
	.tagline {
			font-size: 2.5em;
	}
	.tagline-link {
			bottom: 15%;
			right: 4%;
	}
	.support-caption1 {
			margin-right: -15px;
			padding-top: 200px;
			text-align: right;
	}
	.support-caption2 {
			margin-left: -45px;
			padding-top: 170px;
			text-align: left;
	}
}