@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;
	font-size: 18px;
	line-height: 31px;
	font-weight: 400;
	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;
}
* {
	-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;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
section {
	clear: both;
}
p {
	margin-bottom: 28px;
}
a {
	text-decoration: none;
	color: #fff;
}
h1, h2 {
	position: relative;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 50px;
	line-height: 60px;
	font-weight: 400;
	text-align: center;
	padding-bottom: 28px;
	margin-bottom: 28px;
}
h3 {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: .06em;
	font-weight: 700;
}
h1:before {
	content:url('images/dotted-line.png');
	position: absolute;
	top: -170px;
	left:50%;
	margin-left: -1px;
}
h1:after, h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 54px;
	margin-left: -26px;
	height: 3px;
	background: #fff;
	opacity: .5;
}
hr {
	border-top: 1px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 0;
	border-right: 0;
	width: 54px;
	margin: 0 auto 20px;
}
.vert-title {
	position: absolute;
	left: -60px;
	font-size: 18px;
	line-height: 60px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .14em;
	text-align: left;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: 2;
}
.vert-title-spin {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.vert-icon {
	position: relative;
	display: inline-block;
	height: 60px;
	width: 60px;
	border-radius: 30px;
	-ms-behavior: url(js/PIE.htc);
	background: #3a3089;
	text-align: center;
	margin-left: 12px;
	padding: 13px;
	vertical-align: middle;
}
.vert-icon img {
	display: block;
	height: 34px;
	width: auto;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.whitebg .vert-icon {
	background-color: #29aca6;
}
#all-initiatives .vert-icon {
	height: 44px;
	width: 44px;
	border-radius: 22px;
	background-color: #29aca6;
	padding: 9px;
	margin-left: 8px;
}
#all-initiatives .vert-icon img {
	height: 26px;
}
.green {
	color: #29aca6;
}
.darkgreen {
	color: #0d5b57;
}
#container {
	padding-top: 123px;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.left {
	width: 50%;
	float: left;
	position: relative;
	text-align: left;
}
.right-half {
	width: 50%;
	float: right;
	position: relative;
}
/**** HEADER ****/
#mobile-header, #mobile-nav {
	display: none;
}
#main-header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 123px;
	width: 100%;
	background: #fff;
	z-index: 9999;
}
#main-header.headerfixed {
	position: fixed;
	top: -40px;
}
#aux-header {
	height: 40px;
	font-size: 12px;
	letter-spacing: .06em;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 40px;
	text-align: right;
	background: #29aca6; /* Old browsers */
	background: -moz-linear-gradient(left, #29aca6 0%, #388db8 50%, #6055a0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #29aca6 0%,#388db8 50%,#6055a0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #29aca6 0%,#388db8 50%,#6055a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29aca6', endColorstr='#6055a0',GradientType=1 ); /* IE6-9 */
}
#aux-header a {
	background: url('images/arrow-right.png') center right no-repeat;
	padding-right: 20px;
	margin-right: 15px;
	transition: color .25s;
}
#aux-header a:hover {
	color: #b0a4f1;
}
.logo {
	height: 50px;
	width: 225px;
	float: left;
	margin-top: 10px;
}
.logo {
	cursor: pointer;
}
#main-nav {
	float: right;
}
#main-nav li {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #444;
	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: #444;
	padding: 33px 0;
	-webkit-transition: .25s;
	transition: .25s;
}
#main-nav li:hover a {
	color: #29aca6;
}
#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 #388eb8;
  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 {
	position: absolute;
	bottom: 0;
	height: 3px;
	width: 100%;
	background: #29aca6; /* Old browsers */
	background: -moz-linear-gradient(left, #29aca6 0%, #388db8 50%, #6055a0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #29aca6 0%,#388db8 50%,#6055a0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #29aca6 0%,#388db8 50%,#6055a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29aca6', endColorstr='#6055a0',GradientType=1 ); /* IE6-9 */
}

/**** OPTIMA FAMILY CARE ****/
#family-care {
	position: relative;
	font-weight: 600;
	letter-spacing: -.04em;
	background: url('images/ofc-bg.jpg');
	background-size: cover;
	-ms-behavior: url(js/backgroundsize.min.htc);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	overflow: hidden;
}
#family-care .wrapper {
  position: relative;
	width: 960px;
	padding: 150px 0;
}
.subhead {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: 700;
}
.scroll-down {
	position: relative;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .24em;
	text-transform: uppercase;
	background: url('images/scroll-down.png') top center no-repeat;
	padding-top: 30px;
	margin-top: 60px;
	margin-bottom: 0;
}
.scroll-down:before {
	content:url('images/dotted-line.png');
	position: absolute;
	top: 60px;
	left:50%;
	margin-left: -1px;
}
/**** COMMUNITY OUTREACH ****/
#community-outreach {
	background: #29aca6;
	text-align: left;
	padding: 0 0 40px 0;
}
#community-outreach-main {
	position: relative;
	overflow: auto;
	padding-bottom: 40px;
}
#community-outreach-main .background-half {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	background: url('images/co1-bg.jpg');
	background-size: cover;
	-ms-behavior: url(js/backgroundsize.min.htc);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}
#community-outreach .left {
	width: 50%;
	position:relative;
	padding: 130px 120px 100px 0;
}
#community-outreach .left p {
	font-weight: 600;
}
#community-outreach .right-half {
	padding: 100px 0 0 60px;
	width: 50%;
}
#community-outreach h2 {
	text-align: left;
}
/* #community-outreach h2:before {
	left: 14px;
	margin-left: 0;
} */
#community-outreach h2:after {
	left: 0;
	margin-left: 0;
}
.bigblue {
	clear: both;
	font-size: 21px;
	color: #3a3089;
	font-weight: 700;
	margin-bottom: 0;
}
.co1 {
	position: relative;
	padding-left: 110px;
	margin-bottom: 50px;
	letter-spacing: -.02em;
	cursor: pointer;
	z-index: 1;
}
.co1 p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0;
}
.co1:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -45px;
	left: 0;
	height: 84px;
	width: 84px;
	border: 3px solid #6ac5c1;
	border-radius: 45px;
	background-position: center;
	background-size: 50px 50px;
	background-repeat: no-repeat;
	transition: .25s;
}
.co1:hover:before {
	background-color: #6ac5c1;
}
.health:before {
	background-image: url('images/icon-health.png');
}
.housing:before {
	background-image: url('images/icon-house.png');
}
.education:before {
	background-image: url('images/icon-education.png');
}
.finance:before {
	background-image: url('images/icon-finance.png');
}
.community-outreach-sub {
	position: relative;
	padding: 60px 0 250px;
}
.community-outreach-sub:before {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -590px;
	content: '';
	width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #e9f7f6;
}
.community-outreach-sub-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 300px;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.community-outreach-sub-leftbg {
	position: absolute;
	left: 0;
}
.community-outreach-sub-rightbg {
	position: absolute;
	right: 0;
}
#community-outreach-health .community-outreach-sub-leftbg {
	bottom: 400px;
}
#community-outreach-health .community-outreach-sub-rightbg {
	bottom: 800px;
}
#community-outreach-education .community-outreach-sub-leftbg {
	bottom: 600px;
}
#community-outreach-education .community-outreach-sub-rightbg {
	bottom: 700px;
}
#community-outreach-housing .community-outreach-sub-leftbg {
	bottom: 300px;
}
#community-outreach-housing .community-outreach-sub-rightbg {
	bottom: 400px;
}
#community-outreach-health .community-outreach-sub-bg {
	background-image: url('images/co-health-bg.png');
}
#community-outreach-education .community-outreach-sub-bg {
	background-image: url('images/co-education-bg.png');
}
#community-outreach-housing .community-outreach-sub-bg {
	background-image: url('images/co-housing-bg.png');
}
#community-outreach-finance {
	padding-bottom: 130px;
}
#community-outreach-finance .community-outreach-sub-bg {
	background-image: url('images/handshake.png');
	bottom: -150px;
	left: 60%;
	right: 0;
}
.community-outreach-sub .wrapper {
	width: 960px;
	padding-left: 120px;
}
.community-outreach-sub h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 30px;
	line-height: 38px;
	letter-spacing: normal;
	text-transform: none;
	font-weight: 400;
}
.date {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 18px;
	margin-bottom: 18px;
	background: url('images/dark-green-dot.gif') bottom repeat-x;
}
.location {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	border-top: 1px solid #54bdb8;
	border-bottom: 1px solid #54bdb8;
}
.whitebg {
	border-left: 15px solid #29aca6;
	border-right: 15px solid #29aca6;
	background: #e9f7f6;
	color: #000;
}
.community-outreach-sub.whitebg:before {
	border-top: 20px solid #29aca6;
}
.whitebg h3 {
	color: #29aca6;
}
.whitebg .date {
	color: #0d5b57;
	background-image: url('images/green-dot.gif');
}
.whitebg .location {
	color: #0d5b57;
	border-color: #c3e8e6;
}

/**** STORIES ****/
#stories {
	background: #6153a2;
	padding: 80px 0;
	text-align: center;
}
#stories .wrapper {
	width: 720px;
}
#stories hr {
	margin: 20px 0 15px 0;
}
.quotes {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	line-height: 28px;
	position: relative;
}
.quotes li {
	margin-bottom: 40px;
}
.quotes p {
	margin: 5px 0;
}
.story-header, .story-footer {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-weight: 700;
	color: #13aca7;
	font-style: normal;
	text-transform: uppercase;
	border-left: 3px solid #13aca7;
	border-right: 3px solid #13aca7;
	width: 360px;
	height: 60px;
	margin:0 auto;
	position: relative;
}
.story-header {
	border-top: 3px solid #13aca7;
	padding-top: 18px;
}
.story-header:before {
	content: '“';
	font-size: 100px;
	position: absolute;
	left: -70px;
	top: 40px;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #13aca7;
}
.story-footer {
	border-bottom: 3px solid #13aca7;
	line-height: 16px;
	padding-top: 12px;
}
.story-footer:after {
	content: '”';
	font-size: 100px;
	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;
}
.quotes li:nth-child(3n-1) .story-header, .quotes li:nth-child(3n-1) .story-footer, .quotes li:nth-child(3n-1) .story-header:before, .quotes li:nth-child(3n-1) .story-footer:after {
	color: #1696e5;
	border-color: #1696e5;
}
.quotes li:nth-child(3n) .story-header, .quotes li:nth-child(3n) .story-footer, .quotes li:nth-child(3n) .story-header:before, .quotes li:nth-child(3n) .story-footer:after {
	color: #3a2d87;
	border-color: #3a2d87;
}
#stories .story-header:before, #stories .story-footer:after {
	display: none;
}
.story-quote {
	font-size: 20px;
}
/**** TESTIMONIALS ****/
#testimonials {
	background: #e9f7f6;
	padding: 80px 0;
	text-align: center;
	color: #000;
}
#testimonials .wrapper {
	width: 720px;
}
#testimonials h2 {
	color: #29aca6;
}
#testimonials h2:after {
	background-color: #29aca6;
}
/**** LEARN MORE ****/
#learn-more .wrapper {
	width: 960px;
}
#learn-more-main {
	position: relative;
	background: url('images/learn-more-bg.jpg');
	background-size: cover;
	-ms-behavior: url(js/backgroundsize.min.htc);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	z-index: 9;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
}
#learn-more-main .wrapper {
	padding: 80px 0;
}
#learn-more-main h3 {
	margin-bottom: 28px;
}
#learn-more-main .half-col {
	float: left;
	width: 50%;
	padding: 0 30px 0 0;
}
#learn-more-main .half-col.last {
	padding: 0 0 0 30px;
}
#learn-more-main .half-col a {
	text-decoration: underline;
	color: #30cac3;
	font-weight: 700;
}
/* 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: inline-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;
	line-height: 26px;
	background-color: #3a3089;
	color: #fff;
	margin: 10px auto;
	font-size: 10px;
	font-weight: 700;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border-radius: 5px;
	border: 2px solid #3a3089;
	-webkit-transition: .25s;
	transition: .25s;
}
.btn:hover, input[type=submit]:hover, .btn:focus, .btn:active {
	color: #fff;
	background-color: transparent;
	border: 2px solid #3a3089;
}
.contact-us {
	background: url('images/purple-dot.gif') top left repeat-x;
	padding-top: 28px;
	clear: both;
}
.contact-us-location {
	float: left;
	letter-spacing: -.02em;
	width: 240px;
	padding: 14px 0;
	border-top: 1px solid #9d96c3;
	border-bottom: 1px solid #9d96c3;
	margin-right: 120px;
}
.contact-us-location.east {
	padding: 29px 0;
}
.contact-us-location.west {
	margin-right: 0;
}
.phone {
	font-size: 22px;
}
#all-initiatives {
	background: #6153a2;
	padding: 60px 0;
}
#all-initiatives ul {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
	-webkit-column-gap: 120px; /* Chrome, Safari, Opera */
  -moz-column-gap: 120px; /* Firefox */
  column-gap: 120px;
}
#all-initiatives ul li {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 20px;
	line-height: 26px;
	padding-bottom: 28px;
	letter-spacing: -.02em;
	-webkit-column-break-inside: avoid;
  page-break-inside: avoid;
	break-inside: avoid;
}
#all-initiatives ul li .init-info {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}
@media screen and (max-width: 1239px) {
	.wrapper {
		width: 960px;
	}
	#main-nav li {
		padding: 0 10px;
	}
	#community-outreach .left {
		padding-right: 60px;
	}
	.whitebg {
		border-left-width: 10px;
		border-right-width: 10px;
	}
	.vert-title {
		left: 60px;
	}
	.community-outreach-sub {
		padding-bottom: 150px;
	}
	.community-outreach-sub:before {
		margin-left: -470px;
	}
	.community-outreach-sub-bg {
		background-size: contain;
		-ms-behavior: url(js/backgroundsize.min.htc);
	}
	.community-outreach-sub-leftbg, .community-outreach-sub-rightbg {
		display: none;
	}
	#community-outreach-finance {
		padding-bottom: 40px;
	}
	#community-outreach-finance .community-outreach-sub-bg {
		display: none;
	}
	#all-initiatives .wrapper {
		padding-left: 120px;
	}
	#all-initiatives ul {
		-webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
	}
}
@media screen and (max-width: 999px) {
	body {
		position: relative;
		z-index: -2;
	}
	.menuopen {
		transform: translateX(280px);
	}
	#container {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 50px;
		transition: transform .5s;
		box-shadow: 0 0 0 4px rgba(0,0,0,.1);
		overflow: hidden;
	}
	#main-header {
		display: none;
	}
	#mobile-header {
		display: block;
		position: fixed;
		height: 50px;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		box-shadow: none;
		z-index: 998;
		padding-top: 0;
	}
	#mobile-header .logo {
		display: block;
		float: none;
		width: 150px;
		height: auto;
		margin: 5px auto 0;
	}

	#menu-btn {
		position: absolute;
		height: 28px;
		width: 28px;
		top: 12px;
		left: 10px;
		z-index: 10;
		font-size: 12px;
		font-weight: 700;
		line-height: 24px;
		text-transform: uppercase;
		color: #23aca6;
		cursor: pointer;
		-webkit-transition: opacity 750ms;
		-moz-transition: opacity 750ms;
		transition: opacity 750ms;
	}
	#menu-btn span {
		margin: 0 auto;
		position: absolute;
		top: 10px;
		left: 0;
	}
	#menu-btn span:before, #menu-btn span:after {
		position: absolute;
		content: '';
	}
	#menu-btn span, #menu-btn span:before, #menu-btn span:after {
		width: 25px;
		height: 3px;
		background-color: #23aca6;
		display: block;
	}
	#menu-btn span:before {
		margin-top: -7px;
	}
	#menu-btn span:after {
		margin-top: 7px;
	}
	#menu-btn span {
		-moz-transition: 0s background-color .2s;
		-webkit-transition: 0s background-color .2s;
		transition: 0s background-color .2s;
	}
	#menu-btn.active span {
		background-color: rgba(0,0,0,0.0);
	}
	#menu-btn span:before {
		-moz-transition: margin .2s .2s, -moz-transform .2s 0s;
		-webkit-transition: margin .2s .2s, -webkit-transform .2s 0s;
		transition: margin .2s ease .2s, transform .2s ease 0s;
	}
	#menu-btn.active span:before {
		margin-top: 0;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-moz-transition: margin .2s ease 0s, -moz-transform .2s ease .2s;
		-webkit-transition: margin .2s ease 0s, -webkit-transform .2s ease .2s;
		transition: margin .2s ease 0, transform .2s ease .2s;
	}
	#menu-btn span:after {
		-moz-transition: margin .2s .2s, -moz-transform .2s 0s;
		-webkit-transition: margin .2s .2s, -webkit-transform .2s 0s;
		transition: margin .2s ease .2s, transform .2s ease 0s;
	}
	#menu-btn.active span:after {
		margin-top: 0;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-moz-transition: margin .2s ease 0s, -moz-transform .2s ease .2s;
		-webkit-transition: margin .2s ease 0s, -webkit-transform .2s ease .2s;
		transition: margin .2s ease 0, transform .2s ease .2s;
	}

	#mobile-nav {
		display: block;
		position: fixed;
		color: #666;
		padding-top: 80px;
		top: 0;
		left: -280px;
		width: 280px;
		height: 100%;
		transition: transform .5s;
		background: #29aca6; /* Old browsers */
		background: -moz-linear-gradient(45deg, #29aca6 0%, #388db8 50%, #6055a0 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(45deg, #29aca6 0%,#388db8 50%,#6055a0 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg, #29aca6 0%,#388db8 50%,#6055a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29aca6', endColorstr='#6055a0',GradientType=1 ); /* IE6-9 */
		list-style: none;
		z-index: -1;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#mobile-nav > ul > li {
		width: 100%;
		font-weight: 600;
		font-size: 18px;
		line-height: 20px;
		font-weight: 700;
		text-transform: uppercase;
		text-align: center;
		padding: 20px 0 22px;
		letter-spacing: .06em;
		overflow: hidden;
		position: relative;
		background: url('images/mobile-nav-divider.png') bottom center no-repeat;
	}
	#mobile-nav > ul > li:last-child {
		background: none;
	}
	#mobile-nav li a {
		display: block;
		color: #fff;
		height: 100%;
		width: 100%;
	}
	#mobile-nav li a.back-family-care {
		font-size: 12px;
		letter-spacing: auto;
	}
	#main-nav {
		display: none;
	}

	.wrapper {
		max-width: 100%;
	}
	.wrapper, #family-care .wrapper, #learn-more .wrapper {
		width: 720px;
	}
	#community-outreach .left {
		float: none;
		width: 100%;
		padding: 60px 0 30px;
		text-align: center;
	}
	#community-outreach h2 {
		text-align: center;
	}
	#community-outreach h2:after {
		left: 50%;
		margin-left: -26px;
	}
	#community-outreach .right-half {
		float: none;
		width: 100%;
		padding: 0;
	}
	#community-outreach-main .background-half {
		width: 100%;
	}
	.bigblue {
		text-align: center;
		font-size: 18px;
	}
	.community-outreach-sub {
		padding-top: 40px;
	}
	.community-outreach-sub .wrapper {
		width: 720px;
		padding-left: 0;
	}
	#community-outreach-health .community-outreach-sub-bg {
		background-image: url('images/co-health-bg-mobile.png');
	}
	#community-outreach-education .community-outreach-sub-bg {
		background-image: url('images/co-education-bg-mobile.png');
	}
	#community-outreach-housing .community-outreach-sub-bg {
		background-image: url('images/co-housing-bg-mobile.png');
	}
	.vert-title {
		position: initial;
		-ms-transform: none;
		transform: none;
		text-align: left;
		margin-bottom: 40px;
		line-height: 24px;
		letter-spacing: .06em;
	}
	.vert-title-spin {
		-ms-transform: none;
		transform: none;
	}
	.vert-icon {
		display: none;
	}
	#learn-more-main .half-col {
		float: none;
		width: 100%;
		padding: 0;
	}
	#learn-more-main .half-col.last {
		padding: 0;
	}
	.contact-us-location {
    float: none;
    border: none;
    margin: 0 auto;
		padding: 0 0 30px;
	}
	.contact-us-location.east {
		padding: 0 0 30px;
	}
	.contact-us-location.west {
		margin: 0 auto;
		padding: 0;
	}
	#all-initiatives .wrapper {
		padding-left: 0;
	}
	#all-initiatives ul {
		-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	}
}
@media screen and (max-width: 767px) {
	.wrapper {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	#family-care {
		background: #6055a0; /* Old browsers */
		background: -moz-linear-gradient(-45deg, #6055a0 0%, #388db8 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg, #6055a0 0%, #388db8 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(-45deg, #6055a0 0%, #388db8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
	#family-care .wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.subhead {
		font-size: 14px;
		letter-spacing: .08em;
	}
	#community-outreach-main .background-half {
		background-image: none;
	}
	.co1 {
		padding-left: 80px;
	}
	.co1:before {
		height: 60px;
		width: 60px;
		margin-top: -36px;
		background-size: 36px 36px;
		-ms-behavior: url(js/backgroundsize.min.htc);
	}
	.community-outreach-sub {
    padding-bottom: 80px;
	}
	.community-outreach-sub h3 {
		font-size: 24px;
    line-height: 32px;
	}
	.vert-title {
		font-size: 14px;
	}
	.story-header, .story-footer {
		width: 240px;
	}
	.story-header:before {
		font-size: 50px;
		left: -35px;
	}
	.story-footer:after {
		font-size: 50px;
		right: -35px;
    top: 20px;
	}
	#learn-more-main {
		background: #3a2d87;
	}
	#all-initiatives ul {
		-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
	}
	#all-initiatives ul li {
		padding-bottom: 18px;
	}
}
@media screen and (max-width: 413px) {
	body {
		font-size: 16px;
	  line-height: 28px;
	}
	.wrapper {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	h1, h2 {
		font-size: 40px;
		line-height: 50px;
	}
	#family-care .wrapper, #community-outreach .left, #stories, #testimonials, #learn-more-main .wrapper, #all-initiatives {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.community-outreach-sub {
		padding-top: 30px;
	}
	.whitebg {
    border-left-width: 5px;
    border-right-width: 5px;
	}
	.vert-title {
		margin-bottom: 30px;
	}
	.bigblue {
    font-size: 14px;
    line-height: 24px;
	}
}
