@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: -462px;
	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;
}
.wrapper {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
/**** HEADER ****/
#mobile-header {
	display: none;
}
#main-header {
	height: 83px;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	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.active-nav {
	color: #13aca7;
}
#main-nav li.active-nav: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.second-nav.active-nav:after { border-bottom: solid 10px #4670A3; }
#main-nav li.third-nav.active-nav:after { border-bottom: solid 10px #4E67A2; }
#main-nav li.fourth-nav.active-nav:after { border-bottom: solid 10px #5262A2; }
#main-nav li.fifth-nav.active-nav:after { border-bottom: solid 10px #585CA2; }
.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 */
}

/**** MAIN CONTENT AREA AND PAGE SECTIONS ****/
.main-content {
	position: absolute;
	width: 100%;
	height: 100%;
}
.content {
	position: absolute;
	overflow: hidden;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	margin-left: 0;
	display: none;
	text-align: center;
}
.content .wrapper {
	padding: 310px 0 0;
}
.family-care.content {
	display: block;
}
.family-care {
	background: url('images/ofc-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top 80px 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 80px 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: 9;
	font-size: 18px;
	line-height:75px;
	text-transform: uppercase;
	font-weight: 700;
}
.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;
}
.left {
	width: 50%;
	float: left;
	position: relative;
	text-align: left;
}
.right-half {
	width: 50%;
	float: right;
	position: relative;
}
.slideOut {
  	animation: slideOut 1.3s forwards;
	z-index:999;
}
.slideIn {
  	animation: slideIn 0s forwards;
	z-index:99;
}

@keyframes slideOut {
	0% {
		transform: translateX(0);
		opacity:1;
	}
	100% {
		transform: translateX(-100%);
		opacity:1;
	}
}

@keyframes slideIn {
	0% {
		transform: translateX(100%);
		opacity:1;
	}
	100% {
		transform: translateX(0);
		opacity:1;
	}
}

/**** OPTIMA FAMILY CARE ****/
.family-care.content .wrapper {
	width: 840px;
	padding: 0;
    position: absolute;
    left: 50%;
    margin-left: -420px;
    top: 50%;
    height: 360px;
    margin-top: -180px;
}
/**** COMMUNITY OUTREACH ****/
.co-mobile {
	display: none;
}
.co-desktop {
	display: block;
}
.community-outreach .wrapper {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	width: 100%;
}
.community-outreach.content .left {
	padding: 390px 0 0 0;
}
.community-outreach.content #left1 {
	background: url('images/co1-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.community-outreach.content #left2, .community-outreach.content #left3, .community-outreach.content #left4, .community-outreach.content #left5, .community-outreach.content #left6, .community-outreach.content #left7, .community-outreach.content #left8, .community-outreach.content #left9, .community-outreach.content #left10, .community-outreach.content #left11, .community-outreach.content #left12, .community-outreach.content #left13 {
	background: #e7f7f6;
	text-align: right;
}
.community-outreach.content #left4 {
 background: #d1efee;
}
.co-graphic {
	position: relative;
	z-index: 9999;
	margin-right: -50px;
}
.community-outreach-content #right1 {
	background: #13aca7;
}
.community-outreach.content #right2 {
	background: url('images/co2-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding-left: 120px;
	text-align: left;
}
.community-outreach.content #right3 {
	background: url('images/co3-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding-left: 120px;
	text-align: left;
}
.community-outreach.content #right4 {
	background: url('images/co4-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding-left: 120px;
	text-align: left;
}
.community-outreach.content #right5 {
	background: url('images/co5-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding-left: 120px;
	text-align: left;
}
.community-outreach.content #right6 {
	background: url('images/co6-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding-left: 120px;
	text-align: left;
}
.community-outreach.content #right7 {
	background: url('images/co7-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding-left: 120px;
	text-align: left;
}
.community-outreach.content #right8 {
	background: url('images/co8-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding-left: 120px;
	text-align: left;
}
.community-outreach.content #right9 {
	background: url('images/co9-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding-left: 120px;
	text-align: left;
}
.community-outreach.content #right10 {
	background: url('images/co10-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding-left: 120px;
	text-align: left;
}
.community-outreach.content #right11 {
	background: url('images/co11-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding-left: 120px;
	text-align: left;
}
.community-outreach.content #right12 {
	background: url('images/co12-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding-left: 120px;
	text-align: left;
}
.community-outreach.content #right13 {
	background: url('images/co13-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding-left: 120px;
	text-align: left;
}
.community-outreach.content .left .inner {
	width:600px;
	float:right;
	padding-right: 200px;
}
.community-outreach.content .right-half {
	color: #fff;
	font-size: 18px;
	line-height: 33px;
	text-align: left;
	max-height: 100%;
	overflow: hidden;
	letter-spacing: 0;
}
.community-outreach.content .inner {
	width: 600px;
	float:left;
}
.community-outreach.content #right1 .inner {
	padding:0 100px 0 50px;
}
.community-outreach.content #right2 .inner, .community-outreach.content #right3 .inner, .community-outreach.content #right4 .inner, .community-outreach.content #right5 .inner, .community-outreach.content #right6 .inner, .community-outreach.content #right7 .inner, .community-outreach.content #right8 .inner, .community-outreach.content #right9 .inner, .community-outreach.content #right10 .inner, .community-outreach.content #right11 .inner, .community-outreach.content #right12 .inner, .community-outreach.content #right13 .inner {
	padding:0 40px 0 120px;
}
.community-outreach.content #right1 .inner  p {
	font-size: 14px;
	line-height: 22px;
}
.community-outreach.content .right-half .inner  h1 {
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 0;
}
.community-outreach.content .right-half .inner  h1:before {
	content:'';
}
.key {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 34px;
	margin-bottom: 60px;
	position: relative;
}
.key:before {
	content:url('images/dotted-line.png');
	position: absolute;
	top: -471px;
	left: 17px;
	margin-left: -1px;
}
.key .health {
	padding-left: 40px;
	background-image: url('images/health-icon-sm.png');
	background-repeat: no-repeat;
	background-size: 34px 34px;
	background-position: top left;
	height: 34px;
	display: inline-block;
	float: left;
	margin-right: 10px;
	position: relative;
}
.key .health.selected {
	background-image: url('images/health-icon-sm-green.png');
	color: #005b57;
}
.key .education.selected {
	background-image: url('images/education-icon-sm-green.png');
	color: #005b57;
}
.key .housing.selected {
	background-image: url('images/housing-icon-sm-green.png');
	color: #005b57;
}
.key .financial.selected {
	background-image: url('images/financial-icon-sm-green.png');
	color: #005b57;
}
.key .education {
	padding-left: 40px;
	background-image: url('images/education-icon-sm.png');
	background-repeat: no-repeat;
	background-size: 34px 34px;
	background-position: top left;
	height: 34px;
	display: inline-block;
	float: left;
	margin-right: 10px;
	position: relative;
}
.key .housing {
	padding-left: 40px;
	background-image: url('images/housing-icon-sm.png');
	background-repeat: no-repeat;
	background-size: 34px 34px;
	background-position: top left;
	height: 34px;
	display: inline-block;
	float: left;
	margin-right: 10px;
	position: relative;
}
.key .financial {
	padding-left: 40px;
	background-image: url('images/financial-icon-sm.png');
	background-repeat: no-repeat;
	background-size: 34px 34px;
	background-position: top left;
	height: 34px;
	line-height: 12px;
	padding-top: 5px;
	display: inline-block;
	float: left;
	margin-right: 10px;
	position: relative;
}
.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;
}
.community-outreach.content .left .btn, .co-mobile .btn {
	margin: 10px 0 0 0;
	background-color: #3B2D8A;
	border: 2px solid #3B2D8A;
}
.community-outreach.content .left .btn:hover, .co-mobile .btn:hover, .co-mobile .btn:active {
	color: #fff;
	background-color: rgba(0,0,0,0);
	border: 2px solid #3B2D8A;
}
/*.community-outreach.content .left .btn:before {
	background: #1ea2a6;
}*/
.community-outreach.content h1 {
	text-align: left;
}
.community-outreach.content h1:before {
	left: 14px;
	margin-left: 0;
}
.community-outreach.content h2 {
	text-align: left;
	margin-bottom: 0;
}
.community-outreach.content .wrapper hr {
	margin: 20px 0 15px 0;
}
.right {
	width: 20px;
	margin-right: -600px;
}
.location {
	border-top: 1px solid #4abdbd;
	border-bottom: 1px solid #4abdbd;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block; 
	font-size: 10px;
	line-height: 40px;
}
.community-outreach.content .wrapper .right-half hr {
	border-top: 2px dotted #1a9995;
	border-bottom: none;
	border-left: none;
	border-right: none;
	width: 100%;
	margin: 10px 0;
}
.ms-right {
	z-index: -1;
}
/**** EVENTS ****/
.events.content .wrapper {
	padding: 0;
	max-height: 100%;
	height: 100%;
	width: 100%;
}
.events.content .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.content .left {
	padding: 390px 0 0 0;
	height: 100%;
}
.events.content .left .inner {
	width:600px;
	position: absolute;
	padding-right: 160px;
	height: 220px;
	top: 50%;
	right: 0;
	margin-top: -110px;
}
.events.content .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.content .right-half .btn {
	margin: 10px 0 0 0;
	background-color: #3B2D8A;
	border: 2px solid #3B2D8A;
}
.events.content .right-half .btn:hover {
	color: #fff;
	background-color: rgba(0,0,0,0);
	border: 2px solid #3B2D8A;
}
/*.events.content .right-half .btn:before {
	background: #1ea2a6;
}*/
.events.content h1 {
	text-align: left;
}
.events.content h1:before {
	left: 14px;
	margin-left: 0;
}
.events.content .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 {
	background: #e8f7f6;
}
.stories.content .wrapper {
	padding: 86px 0 0;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
}
.stories.content .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.content .left {
	padding: 390px 0 0 0;
	height: 100%;
}
.stories.content .left .inner {
	width:600px;
	position: absolute;
	padding-right: 160px;
	height: 220px;
	top: 50%;
	right: 0;
	margin-top: -110px;
}
.stories.content .right-half {
	color: #3f3f3f;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
	line-height: 33px;
	font-style: italic;
	padding: 50px 0 0 0;
	position: absolute;
	left: 50%;
	float:none;
	height: 100%;
	max-height: 100%;
}
.stories.content h1 {
	text-align: left;
}
.stories.content h1:before {
	left: 14px;
	margin-left: 0;
}
.stories.content .wrapper hr {
	margin: 20px 0 15px 0;
}
.stories.content .right-half .unslider {
	top:50%;
	margin-top: -315px;
	position: absolute;
	width: 100%;
}
.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.content .wrapper {
	padding: 0 0 0 0;
    width: 600px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    height: 300px;
    margin-top: -150px;
}
.learn-more.content .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.content .left .inner {
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
		max-width: 100%;
	}
	.community-outreach.content .right-half .inner {
		padding:0 50px 0 30px !important;
		width: 100%;
		max-width: 100%;
	}
	.community-outreach.content #multiscroll-nav.right {
		right: 15px;
	}
	.right {
		margin-right: 0;
	}
	/**** EVENTS ****/
	.events.content .left .inner {
		width: 100%;
		padding: 0 30px;
	}
	.event-list {
		width: 100%;
		padding:0;
	}
	.events.content .right-half {
		padding: 50px 30px;
	}
	.events.content .background-half {
		display: none;
	}
	/**** STORIES ****/
	.stories.content .left .inner {
		width: 100%;
		padding: 0 30px;
	}
	.unslider-nav ol {
		right: 15px !important;
	}
}

@media screen and (max-width: 960px) {
	.content {
		overflow-y: scroll;
	}
	#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.content .wrapper {
		padding: 0 15px 100px;
		left: 0;
		margin-left: 0;
		top: 50%;
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	/**** COMMUNITY OUTREACH ****/
	.community-outreach.content #multiscroll-nav.right {
		display: none;
	}
	.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-outreach.content h1 {
		text-align: center;
	}
	.community-outreach.content h1:before {
		content: url(images/dotted-line.png);
		position: absolute;
		top: -462px;
		left: 50%;
		margin-left: -1px;
	}
	.community-outreach.content .wrapper hr {
		margin: 20px auto 15px;
	}
	.community-outreach.content .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.content 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.content .co-copy h1, .community-outreach.content .co-copy h2 {
		text-align: left;
	}
	.community-outreach.content .co-copy h1:before {
		content: '';
	}
	.key {
		height: 34px;
		margin-bottom: 20px;
	}
	.key:before {
		content: url(images/dotted-line-short.png);
		top: -154px;
	}
	.community-outreach.content .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.content h1 {
		text-align: center;
	}
	.events.content h1:before {
		left: 50%;
	}
	.events.content .wrapper hr {
		margin: 20px auto 15px;
	}
	.events.content .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.content .left .inner {
		position: relative;
		top: auto;
		height: auto;
		margin-top: 0;
	}
	.events.content .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.content .background-half {
		display: none;
	}
	.stories.content .wrapper  {
		padding: 0;
		overflow: visible;
	}
	.stories.content h1 {
		text-align: center;
	}
	.stories.content h1:before {
		left: 50%;
	}
	.stories.content .wrapper hr {
		margin: 20px auto 15px;
	}
	.stories.content .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.content .left .inner {
		position: relative;
		top: auto;
		height: auto;
		margin-top: 0;
	}
	.stories.content .right-half {
		width: 100%;
		float: none;
		overflow-y: visible;
		background: #e8f7f6;
		left: 0;
		position: relative;
		padding: 0 30px;
	}
	.stories.content .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.content .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) {
	.slideOut {
		animation: slideOut .6s forwards;
		z-index:999;
	}
	.slideIn {
		animation: slideIn 0s forwards;
		z-index:99;
	}
	.co-intro {
		padding:200px 30px 50px;
	}
}

@media screen and (max-width: 628px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		line-height: 24px;
	}
	.family-care.content .wrapper {
		position: relative;
		margin-top: 150px;
		top: auto;
	}
	.community-outreach .wrapper {
		position: relative;
	}
	.co-intro {
		padding: 150px 30px 50px;
	}
	.co-four-icons {
		padding: 50px 30px 50px;
	}
	.stories.content .left {
		padding: 150px 30px 50px;
	}
	.events.content .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;
	}
}
