@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
div {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.clear {
	clear: both;
}
p {
	font-size: 18px;
	line-height: 31px;
	font-weight: 400;
	margin-bottom: 10px; 
}
a {
	text-decoration: none;
	color: #fff;
}
h1, h2, h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #fff;
	font-weight: 400;
}
h1 {
	font-size: 50px;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}
h2 {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: 700;
	margin-bottom: 20px;
} 
h3 {
	font-size: 24px;
	line-height: 42px;
}
h1:before {
	content:url('images/dotted-line.png');
	position: absolute;
	top: -170px;
	left:50%;
	margin-left: -1px;
}
hr {
	border-top: 1px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 0;
	border-right: 0;
	width: 54px;
	margin: 0 auto 20px;
}
#container {
}
.wrapper {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
/**** HEADER ****/
#mobile-header {
	display: none;
}
#main-header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 83px;
	width: 100%;
	background: #fff;
	z-index: 9999;
}
.logo {
	height: 50px;
	width: 225px;
	float: left;
	padding: 10px 0;
}
.logo {
	cursor: pointer;
}
#main-nav {
	float: right;
}
#main-nav li {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #404040;
	text-transform: uppercase;
	list-style: none;
	float: left;
	line-height: 83px;
	padding: 0 15px;
	letter-spacing: .05em;
	position: relative;
}
#main-nav li a {
	text-decoration: none;
	color: #404040;
	padding: 36px 0;
	-webkit-transition: .25s;
	transition: .25s;
}
#main-nav li:hover a {
	color: #606060;
	-webkit-transition: .25s;
	transition: .25s;
}
#main-nav li:hover {
	cursor: pointer;
}
#main-nav li a.active:after {
    content:'';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-bottom: solid 10px #3C7BA4;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
#main-nav li a.community-outreach-nav.active:after { border-bottom: solid 10px #486EA3; }
#main-nav li a.stories-nav.active:after { border-bottom: solid 10px #4E67A2; }
#main-nav li a.learn-more-nav.active:after { border-bottom: solid 10px #5361A2; }
.color-bar {
	height: 3px;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#13aca7+0,6052a1+100 */
	background: #13aca7; /* Old browsers */
	background: -moz-linear-gradient(left, #13aca7 0%, #6052a1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #13aca7 0%,#6052a1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #13aca7 0%,#6052a1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13aca7', endColorstr='#6052a1',GradientType=1 ); /* IE6-9 */
}
#mobile-nav {
	display: none;
}
/**** SECTION BACKGROUNDS ****/
#family-care {
	background: url('images/ofc-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	z-index: 9;
}
#community-outreach {
	background: #13aca7;
}
.events {
	background: url('images/events-pattern-bg.png');
	background-repeat: repeat;
	background-position: top center;
}
#stories {
	background: #666;
}
#learn-more {
	background: url('images/learn-more-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	z-index: 9;
}
#mobile-nav {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#23aca6+0,2d9dac+28,447aad+50,5c5ba2+71,6155a0+100 */
	background: #23aca6; /* Old browsers */
	background: -moz-linear-gradient(80deg, #23aca6 0%, #2d9dac 28%, #447aad 50%, #5c5ba2 71%, #6155a0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(80deg, #23aca6 0%,#2d9dac 28%,#447aad 50%,#5c5ba2 71%,#6155a0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(80deg, #23aca6 0%,#2d9dac 28%,#447aad 50%,#5c5ba2 71%,#6155a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23aca6', endColorstr='#6155a0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	text-align: center;
	z-index: 999;
	font-size: 18px;
	line-height:75px;
	text-transform: uppercase;
	font-weight: 700;
	position: fixed;
	display: block;
	top: 0;
	bottom: 0;
	left: -300px;
	width: 300px;
	height: 100%;
	transition: left .5s;
	list-style: none;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	padding-top: 100px;
}
#mobile-nav a {
	color: #fff;
}
#mobile-nav li {
	background: url('images/mobile-nav-divider.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 95px 3px;
}
#mobile-nav li:last-child {
	background: none;
}
.menuopen {
		left: -300px !important;
	}
.left {
	width: 50%;
	float: left;
	position: relative;
	text-align: left;
}
.right-half {
	width: 50%;
	float: right;
	position: relative;
}

/**** OPTIMA FAMILY CARE ****/
#family-care {
	position: relative;
}
#family-care .wrapper {
    position: relative;
	width: 840px;
	padding: 250px 0;
}
/**** COMMUNITY OUTREACH ****/
#community-outreach {
	position: relative;
}
#community-outreach .wrapper {
	width: 1200px;
	position: relative;
}
#community-outreach .background-half {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	background: url('images/co1-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}
#community-outreach .left {
	width: 50%;
	position:relative;
	padding: 170px 200px 170px 0;
}
#community-outreach .right-half {
	padding: 170px 0 170px 100px;
	background: #13aca7;
	width: 50%;
	position:relative;
	float:right;
	color: #fff;
	font-size: 18px;
	line-height: 33px;
	text-align: left;
}
#community-outreach .right-half p {
	font-size: 14px;
	line-height: 22px;
}
#community-outreach .right-half  h1 {
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 0;
}
#community-outreach .right-half .inner  h1:before {
	content:'';
}
#community-outreach .left .btn {
	margin: 10px 0 0 0;
	background-color: #3B2D8A;
	border: 2px solid #3B2D8A;
}
#community-outreach .left .btn:hover {
	color: #fff;
	background-color: rgba(0,0,0,0);
	border: 2px solid #3B2D8A;
}
#community-outreach h1 {
	text-align: left;
}
#community-outreach h1:before {
	left: 14px;
	margin-left: 0;
}
#community-outreach h2 {
	text-align: left;
	margin-bottom: 0;
}
#community-outreach .wrapper hr {
	margin: 20px 0 15px 0;
}
.co1-health, .co1-education, .co1-housing, .co1-financial {
	padding-left: 110px;
	background: url('images/health-icon.png');
	background-repeat: no-repeat;
	background-size: 90px 90px;
	background-position: top 10px left;
	padding-bottom:20px;
	letter-spacing: -.02em;
	height: 150px;
}
.co1-education{
	background: url('images/education-icon.png');
	background-repeat: no-repeat;
	background-size: 90px 90px;
	background-position: top 10px left;
}
.co1-housing {
	background: url('images/housing-icon.png');
	background-repeat: no-repeat;
	background-size: 90px 90px;
	background-position: top 10px left;
}
.co1-financial {
	background: url('images/financial-icon.png');
	background-repeat: no-repeat;
	background-size: 90px 90px;
	background-position: top 10px left;
}
/**** EVENTS ****/
.events .wrapper {
	padding: 0;
	max-height: 100%;
	height: 100%;
	width: 100%;
}
.events .background-half {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	background: url('images/events-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}
.events .left {
	padding: 390px 0 0 0;
	height: 100%;
}
.events .left .inner {
	width:600px;
	position: absolute;
	padding-right: 160px;
	height: 220px;
	top: 50%;
	right: 0;
	margin-top: -110px;
}
.events .right-half {
	color: #fff;
	font-size: 18px;
	line-height: 33px;
	text-align: left;
	padding: 50px 0 0 120px;
	max-height: 100%;
	overflow-y: scroll;
}
.events .right-half .btn {
	margin: 10px 0 0 0;
	background-color: #3B2D8A;
	border: 2px solid #3B2D8A;
}
.events .right-half .btn:hover {
	color: #fff;
	background-color: rgba(0,0,0,0);
	border: 2px solid #3B2D8A;
}
.events h1 {
	text-align: left;
}
.events h1:before {
	left: 14px;
	margin-left: 0;
}
.events .wrapper hr {
	margin: 20px 0 15px 0;
}
.event-list {
	width: 480px;
	margin: 100px 0 0 0;
}
.event-list li {
	margin-bottom: 30px;
}
.event-date {
	font-size: 10px;
	font-weight: 700;
	color: #322768;
	text-transform: uppercase;
}
.event-date:before {
	content:'';
	background:url('images/calendar-icon.png');
	background-size: 34px 34px;
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: -14px;
	margin-right: 10px;
}

/**** STORIES ****/
.stories-mobile {
	display: none;
}
#stories {
	position: relative;
	background: #e8f7f6;
}
#stories .wrapper {
	width: 1200px;
	position: inherit;
}
#stories .background-half {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	background: url('images/stories-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}
#stories .left {
	text-align: left;
	position: relative;
	float: left;
	width: 50%;
	padding: 170px 200px 170px 0;
}
#stories .right-half {
	color: #3f3f3f;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
	line-height: 33px;
	text-align: center;
	font-style: italic;
	position: relative;
	width: 50%;
	float:right;
	padding: 170px 0;
}
#stories .right-half .inner {
	position: relative;
	height: 650px;
}
#stories h1 {
	text-align: left;
}
#stories h1:before {
	left: 14px;
	margin-left: 0;
}
#stories .wrapper hr {
	margin: 20px 0 15px 0;
}
.my-slider {
	width: 420px;
	margin: 0 auto;
}
.my-slider.unslider-vertical {
	height: 660px !important;
}
.my-slider.unslider-vertical li {
	width: 420px;
}
.story-header, .story-footer {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-weight: 700;
	color: #005b57;
	font-style: normal;
	text-transform: uppercase;
	border-left: 3px solid #13aca7;
	border-right: 3px solid #13aca7;
	width: 288px;
	height: 90px;
	margin:0 auto;
	position: relative;
}
.story-header {
	border-top: 3px solid #13aca7;
	padding-top:48px;
	background:url(images/stories-icon.png);
	background-repeat:no-repeat;
	background-position: top 18px center;
	background-size: 35px 35px;
}
.story-header:before {
	content: '“';
	font-size: 120px;
	position: absolute;
	left: -70px;
	top: 70px;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #13aca7;
}
.story-footer {
	border-bottom: 3px solid #13aca7;
	line-height:16px;
	padding-top:24px;
}
.story-footer:after {
	content: '”';
	font-size: 120px;
	position: absolute;
	right: -70px;
	top: 45px;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #13aca7;
}
.story-footer .job-title {
	font-weight: 400;
	font-style: italic;
}
/**** LEARN MORE ****/
#learn-more {
	position: relative;
}
#learn-more .wrapper {
	padding: 170px 0 370px;
    width: 600px;
    position: relative;
}
#learn-more .wrapper hr {
	margin: 20px auto 20px;
}
.contact-us {
	margin: 40px auto 10px;
	width: 470px;
	line-height: 28px;
}
.contact-us h2 {
	letter-spacing: .05em;
}
.phone {
	font-size: 22px;
	font-weight: 600;
}
.eastern {
	width: 38%;
	float: left;
	border-top: 1px solid #7469b5;
	border-bottom: 1px solid #7469b5;
	padding: 7px 0;
}
.western {
	width: 49%;
	float: right;
	border-top: 1px solid #7469b5;
	border-bottom: 1px solid #7469b5;
	padding: 7px 0;
}
/* Form */
input[type=text], input[type=email], textarea {
    width: 390px;
	height: 50px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #fff;
    background-color: rgba(59,45,139,.7);
    resize: none;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	margin: 10px auto;
	-webkit-transition: .25s;
	transition: .25s;
}
textarea {
	height: 80px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 	color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
 	color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
 	color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
 	color: #fff;
}
input[type=text]:hover, input[type=email]:hover, textarea:hover {
	background-color: rgba(59,45,139,1);
	-webkit-transition: .25s;
	transition: .25s;
}
input[type=text]:focus, input[type=email]:focus, textarea:focus {
	outline: none;
	background-color: rgba(59,45,139,1);
	-webkit-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.5);
	-webkit-transition: .25s;
	transition: .25s;
}
.btn, input[type=submit] {
	display: block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
	height: 30px;
	width: 116px;
	line-height: 30px;
	background-color: #1ea2a6;
	color: #fff;
	margin: 10px auto;
	font-size: 10px;
	font-weight: 700;
	padding: 0 5px;
	text-align: center;
	text-transform: uppercase;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border-radius: 5px;
	border: 2px solid #1ea2a6;
	-webkit-transition: .25s;
	transition: .25s;
}
/*.btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #3B2D8A;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 5px;
} */
.btn:hover, input[type=submit]:hover, .btn:focus, .btn:active {
	color: #fff;
	background-color: rgba(0,0,0,0);
	border: 2px solid #1ea2a6;
}
/*.btn:hover:before, .btn:focus:before, .btn:active:before {
  	-webkit-transform: scaleX(1);
  	transform: scaleX(1);
	border-radius: 5px;
} */
@media screen and (max-width: 1200px) {
	.logo {
		padding: 10px 0 10px 30px;
	}
	#main-nav {
		margin-right: 30px;
	}
	/**** COMMUNITY OUTREACH ****/
	#community-outreach .left .inner {
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
		max-width: 100%;
	}
	#community-outreach .right-half .inner {
		padding:0 50px 0 30px !important;
		width: 100%;
		max-width: 100%;
	}
	#community-outreach #multiscroll-nav.right {
		right: 15px;
	}
	.right {
		margin-right: 0;
	}
	/**** EVENTS ****/
	.events .left .inner {
		width: 100%;
		padding: 0 30px;
	}
	.event-list {
		width: 100%;
		padding:0;
	}
	.events .right-half {
		padding: 50px 30px;
	}
	.events .background-half {
		display: none;
	}
	/**** STORIES ****/
	#stories .left .inner {
		width: 100%;
		padding: 0 30px;
	}
	.unslider-nav ol {
		right: 15px !important;
	}
}

@media screen and (max-width: 960px) {
	#main-header {
		display: none;
	}
	#mobile-header {
		display: block;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
	}
	.logo {
		height: 50px;
		width: 225px;
		float: none;
		margin:0 auto;
		padding: 10px 0;
		display: block;
	}
	#mobile-nav .wrapper {
		padding: 0;
		height: 340px;
		top: 50%;
		margin-top: -170px;
		width: 100%;
	}
	.mobile-nav-icon {
		position: absolute;
		top: 25px;
		left: 20px;
		width: 47px;
		height: 30px;
		background: url(images/mobile-nav-icon.png);
		background-repeat: no-repeat;
		background-size: 30px 19px;
	}
	.mobile-nav-icon:hover {
		cursor: pointer;
	}
	/**** OPTIMA FAMILY CARE ****/
	#family-care {
		background-position: top 73px center;
	}
	#family-care .wrapper {
		padding: 0 15px 100px;
		left: 0;
		margin-left: 0;
		top: 50%;
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	/**** COMMUNITY OUTREACH ****/
	#community-outreach .wrapper {
		padding: 0;
		top: 0;
		width: 100%;
		max-width: 100%;
		height: auto;
		margin-top: 0;
		overflow: visible;
	}
	.co-mobile {
		display: block;
		text-align: center;
	}
	.co-desktop {
		display: none;
	}
	#community-outreachh1 {
		text-align: center;
	}
	#community-outreach h1:before {
		content: url(images/dotted-line.png);
		position: absolute;
		top: -462px;
		left: 50%;
		margin-left: -1px;
	}
	#community-outreach .wrapper hr {
		margin: 20px auto 15px;
	}
	#community-outreach .btn {
		margin:30px auto;
		width: 195px;
		height: 38px;
		line-height: 38px;
		font-size: 13px;
	}
	.co-intro {
		background: url(images/co1-bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		padding:200px 100px 50px;
	}
	.co-four-icons {
		background: #23aca6;
		padding: 50px 100px 50px;
	}
	.co1-health, .co1-education, .co1-housing, .co1-financial {
		padding: 110px 0 30px;
		height: auto;
		background-position: top center;
	}
	#community-outreach h2 {
		text-align: center;
		margin-bottom: 10px;
	}
	.co-graphic-container {
		background: #fff;
		padding: 50px 0 0;
		margin-bottom: 0;
		height: 290px;
	}
	.co-graphic {
		margin: 0 auto;
	}
	.co-graphic-container img {
		max-height: 110%;
		width: auto;
		max-width: 98%;
		margin-bottom: -25px;
	}
	.co-copy {
		position: relative;
		padding:70px 30px 50px;
		text-align: left;
	}
	#co-copy-2 {
		background: url('images/co2-bg.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
	}
	#co-copy-3 {
		background: url('images/co3-bg.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
	}
	#co-copy-4 {
		background: url('images/co4-bg.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
	}
	#co-copy-5 {
		background: url('images/co5-bg.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
	}
	#co-copy-6 {
		background: url('images/co6-bg.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
	}
	#co-copy-7 {
		background: url('images/co7-bg.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
	}
	#co-copy-8 {
		background: url('images/co8-bg.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
	}
	#co-copy-9 {
		background: url('images/co9-bg.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
	}
	#co-copy-10 {
		background: url('images/co10-bg.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
	}
	#co-copy-11 {
		background: url('images/co11-bg.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
	}
	#co-copy-12 {
		background: url('images/co12-bg.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
	}
	#co-copy-13 {
		background: url('images/co13-bg.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
	}
	#community-outreach .co-copy h1, #community-outreach .co-copy h2 {
		text-align: left;
	}
	#community-outreach .co-copy h1:before {
		content: '';
	}
	.key {
		height: 34px;
		margin-bottom: 20px;
	}
	.key:before {
		content: url(images/dotted-line-short.png);
		top: -154px;
	}
	#community-outreach .wrapper .co-copy hr {
		border-top: 2px dotted #1a9995;
		border-bottom: none;
		border-left: none;
		border-right: none;
		width: 100%;
		margin: 10px 0;
	}
	.location {
		border-top: 2px solid #4abdbd;
		border-bottom: 2px solid #4abdbd;
		line-height: 30px;
	}
	/**** EVENTS ****/
	.events h1 {
		text-align: center;
	}
	.events h1:before {
		left: 50%;
	}
	.events .wrapper hr {
		margin: 20px auto 15px;
	}
	.events .left {
		width: 100%;
		float: none;
		height: auto;
		padding: 200px 100px 50px;
		text-align: center;
		background: url('images/events-bg.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top 70px center;
	}
	.events .left .inner {
		position: relative;
		top: auto;
		height: auto;
		margin-top: 0;
	}
	.events .right-half {
		width: 100%;
		float: none;
		overflow-y: visible;
		background: url(images/events-pattern-bg.png);
		background-repeat: repeat;
		background-position: top center;
	}
	/**** STORIES ****/
	.stories-mobile {
		display: block;
		text-align: center;
	}
	.my-slider {
		display: none;
	}
	#stories .background-half {
		display: none;
	}
	#stories .wrapper  {
		padding: 0;
		overflow: visible;
	}
	#stories h1 {
		text-align: center;
	}
	#stories h1:before {
		left: 50%;
	}
	#stories .wrapper hr {
		margin: 20px auto 15px;
	}
	#stories .left {
		width: 100%;
		float: none;
		height: auto;
		padding: 200px 100px 150px;
		text-align: center;
		background: url('images/stories-bg.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top 70px center;
	}
	#stories .left .inner {
		position: relative;
		top: auto;
		height: auto;
		margin-top: 0;
	}
	#stories .right-half {
		width: 100%;
		float: none;
		overflow-y: visible;
		background: #e8f7f6;
		left: 0;
		position: relative;
		padding: 0 30px;
	}
	#stories .right-half .unslider {
		top: 0;
		margin-top: 50px;
	}
	.story-header, .story-footer {
		width: 80%;
	}
	#stories-mobile li {
		margin: 50px auto;
	}
	/**** LEARN MORE ****/
	#learn-more {
		background-position: top 73px center;
	}
	#learn-more .wrapper {
		padding: 0 15px 100px;
		left: 0;
		margin-left: 0;
		top: 50%;
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.contact-us {
		width: 100%;
		padding: 0 60px;
	}
	.eastern, .western {
		width: 100%;
		float: none;
		margin: 25px 0;
		border-top: 2px solid #7469b5;
		border-bottom: 2px solid #7469b5;
	}
}
@media  screen and (max-width: 768px) {
	.co-intro {
		padding:200px 30px 50px;
	}
}

@media screen and (max-width: 628px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		line-height: 24px;
	}
	.co-intro {
		padding: 150px 30px 50px;
	}
	.co-four-icons {
		padding: 50px 30px 50px;
	}
	#stories .left {
		padding: 150px 30px 50px;
	}
	.events .left {
		padding: 200px 30px 200px;
	}
	.story-footer:after {
		font-size: 60px;
		right: -45px;
		top: 15px;
	}
	.story-header:before {
		font-size: 60px;
		left: -45px;
		top: 75px;
	}
}
