/*!
Theme Name: Impact
Author: Eric Brill
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: impact
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@font-face {
	font-family: Classic;
	src: url(fonts/Times.woff);
}
@font-face {
	font-family: Regular;
	src: url(fonts/futura-book.woff);
}

@font-face {
	font-family: Bold;
	src: url(fonts/futura-bold.woff);
}

@font-face {
	font-family: Light;
	src: url(fonts/futura-light.woff);
}

@font-face {
	font-family: Condensed;
	src: url(fonts/Futura-CondensedLight.otf);
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	clear: both;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	margin-top: 0px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	font-family: Regular;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0;
	padding-inline-start: 18px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #4169e1;
}

a:hover,
a:focus,
a:active {
	color: #4169e1;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	float: right;
	display: block;
    margin-top: 154px;
    font-size: 18px;
}
.main-navigation a {
    padding: 0px 8px;
    line-height: .85;
    border-right: 1px solid black;
    color: black;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 721px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.site-branding, .site-width {
	width: 1310px;
	margin: auto;
	position: relative;
}

.site-title {
	width: 325px;
    padding: 60px 0 30px;
	float: left;
}
.menu-item-317 a {
	border-right: 0px;
    background-color: #f26531;
    color: #ffffff!important;
    padding: 12px 11px!important;
    margin-top: -12px;
    margin-left: 15px;
}
.menu-item-263 a {
	border-right: 0px;
}
.become-member-mobile {
	display: none;
}
#couple-with-baby {
	background-image: url(/wp-content/uploads/couple-with-baby.png);
	background-position: bottom;
}
#mother-and-child {
	background-image: url(/wp-content/uploads/mother-and-childv2.png);
	background-position: bottom;
}
#contact-image {
	background-image: url(/wp-content/uploads/contact.jpg);
	background-position: center;
}
#members-top-image {
    background-image: url(/wp-content/uploads/members-top.jpg);
    background-position: bottom;
}
#about-top-image {
    background-image: url(/wp-content/uploads/about-us-top.jpg);
    background-position: bottom;
}
#how-top-image {
    background-image: url(/wp-content/uploads/how-it-works-top-image.jpg);
    background-position: bottom;
}
#become-a-member-image {
    background-image: url(/wp-content/uploads/become-a-member-header.jpg);
    background-position: bottom;
}
.top-image {
    height: 650px;
    background-size: cover;
}
.home-top-l1 {
    float: right;
    margin-top: 154px;
    color: #243b81;
    font-size: 45px;
    font-family: Classic;
}
.home-top-l2 {
    clear: right;
    float: right;
    line-height: 0.65;
    color: #243b81;
    font-size: 79px;
    font-family: Classic;
}
.home-top-l3 {
	clear: right;
    float: right;
    color: #f26531;
    font-size: 20px;
    font-family: Light;
    margin-right: 40px;
    font-weight: 900;
    margin-top: 34px;
}
.whole-person-care {
	padding-top: 60px;
}
.logo-back {
	/*background: url(/wp-content/uploads/how-back.jpg);*/
	background-color: #e7e4e1;
    height: 454px;
    background-size: cover;
    margin-top: -30px;
    background-position: center;
    position: relative;
    z-index: -2;
}
.become-a-member-1 {
    color: #000000;
    width: 1063px;
    margin: 0px auto;
    font-size: 24px;
    text-align: center;
    padding-top: 80px;
    line-height: 1.8;
}
.become-a-member-2 {
    margin: -117px auto 51px auto;
    width: 237px;
    padding: 7px 14px;
    background-color: #ffffff;
    color: #f26531;
    font-size: 19px;
}
.orange-title {
    color: #f26531;
    margin: 0px auto;
    font-size: 32px;
    font-weight: 600;
    font-family: Regular;
}
.home .orange-title {
	font-size: 46px;
}
.page-template-what-we-do-page .logo-back .orange-title {
	padding-top: 60px;
}
.whole-person-care-2 {
    color: #243b81;
    margin: auto;
    text-align: center;
    font-size: 25px;
    font-family: 'Regular';
    line-height: 1.3;
    font-weight: bold;
}
img.person-split {
	width: 335px; 
	top: 25px; 
	left: 90px; 
	position: absolute; 
	z-index: -1;
}
.lword1, .lword2, .lword3, .lword4 {
    float: left;
    color: #ffffff;
    font-family: Condensed;
    font-size: 18px;
}
.lnum1, .lnum2, .lnum3, .lnum4 {
    float: left;
    color: #f26531;
    font-size: 23px;
}
.lnum1 {
    padding-top: 203px;
    
}
.lword1 {
    padding-top: 205px;
    padding-left: 44px;
}
.lnum2 {
	clear: left;
	float: left;
	color: #f26531;
}
.lword2 {
    padding-top: 17px;
    padding-left: 40px;
}
.lnum2 {
	clear: left;
	padding-top: 15px;
	padding-left: 10px;
}
.lword3 {
	padding-top: 48px;
    width: 108px;
    padding-left: 38px;
    text-align: center;
    line-height: 1.3;
}
.lnum3 {
    clear: left;
    padding-top: 51px;
    padding-left: 25px;
}
.lword4 {
	padding-top: 55px;
    width: 20px;
    padding-left: 36px;
}
.lnum4 {
	clear: left;
    padding-top: 78px;
    padding-left: 20px;
}
.person {
	float: left;
	padding-left: 190px;
}
.person-divider {
    float: left;
    color: #c4beb6;
    font-size: 250px;
    padding: 6px 0 0 57px;
    font-family: 'Condensed';
}
.person-icons {
    float: left;
    margin: 92px 0 0 20px;
    font-family: 'Condensed';
    color: black;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}
.pi {
	text-align: center;
	float: left;
	width: 96px;
	height: 125px;
}
.person-icons img {
	width: 70px;
}
.person-lowertext {
	width: 723px;
    float: left;
    margin-top: 30px;
    margin-left: -66px;
    font-size: 23px;
    text-align: center;
    color: #000000;
}
.real-time {
	background: url(/wp-content/uploads/real-time.png);
    height: 875px;
    background-size: cover;
    margin-top: 100px;
    text-align: center;
    position: relative;
    background-position: top center;
}
.real1 {
    color: #002f65;
    font-size: 35px;
    font-family: Regular;
    width: 700px;
    margin: auto;
    padding: 60px 0 25px;
    line-height: 1.2;
}
.real2 {
    color: #000000;
    font-size: 26px;
    width: 1100px;
    margin: auto;
    padding-top: 40px;
}
.real-time-hug {
    position: absolute;
    top: 55%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 231px;
}
.real-time-graphic {
	width: 800px;
}
.real-time-graphic-mobile {
	display: none;
}
.connect-empowers {
	height: 540px;
	color: #54514e;
}
.empower-image {
	float: left;
	width: 450px;
	padding-top: 40px
}
.empowers1 {
	float: right;
	padding-top: 155px;
	font-size: 27px;
	text-align: center;
	width: 806px;
}
.button1 {
    margin: 30px auto 0px;
    width: 224px;
    padding: 7px 14px;
    background-color: #ffffff;
    color: #f26531;
    font-size: 19px;
}
.button1 img {
	width: 40px; 
	margin-right: 6px; 
	float: left;
}
.button1 div {
	margin-top: 7px; 
	margin-left: 6px; 
	float: left; 
	color: #f26531;
	font-family: Regular;
}
.partners {
	background-color: #ffffff;
	height: 540px;
}
.partners-inner {
	background-color: #ffffff; 
	height: 493px;
}
.partner1 {
	text-align: center;
	font-family: Regular;
	color: #f26532;
	font-size: 34px;
	padding: 25px 0 20px;
}
.sp1 {
	float: left; 
	width: 410px; 
	margin: 40px 0 0 142px;
}
.sp2 {
	float: left; 
	width: 244px;
	margin: 30px 0 0 79px;
}
.sp3 {
	float: left; 
	width: 293px;        
	margin: 55px 0 0 345px;
}
.sp4 {
	float: left; 
	width: 288px;
	margin: 0px 0 0 223px;
}
.footer-curve {
	margin-top: -5.9vw; 
	position: absolute;
}
.foot {
	background-color: #243b81;
	height: 331px;
	color: #ffffff;
    margin-bottom: -25px;
}
.lower-logo {
	float: left; 
	width: 300px; 
	margin-top: 200px;
}
.quick-links {
	float: left;
	margin: 40px 0 0 150px;
}
.quick-links a {
	display: block;
	text-decoration: none;
	color: #ffffff;
}
.social {
	float: left;
	margin: -10px 0 0 286px;
}
.social img {
	float: left;
	width: 40px;
	margin: 0px 10px;
}
.keep-in-touch {
    float: right;
    background-color: #e8e6e4;
    margin-top: 22px;
    margin-right: 40px;
    width: 500px;
    height: 217px;
}
div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
	font-family: Regular!important;
}
div.ctct-form-embed div.ctct-form-defaults {
	padding: 11px!important;
    border-radius: 0px!important;
}
div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
	margin-bottom: 14px!important;
}
div.ctct-form-embed div.ctct-form-defaults p.ctct-form-footer {
	padding: 0!important;
}
.ctct-form-text, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label {
	display: none;
}
.intouch1 {
	text-align: center;
    margin-top: 10px;
    color: #000000;
}
.intouch1 span {
	font-weight: 900;
	color: #f26531;
}
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
	background-color: #243b81!important;
	border: 1px solid #243b81!important;
	font-weight: 600;
	padding: 12px!important;
}
#last_name_field_0 {
	width: 48%;
	float: left;
	margin-left: 4%;
}
#first_name_field_0 {
	width: 48%;
	float: left;
}
div.ctct-form-embed form.ctct-form-custom .ctct-form-errorMessage {
	text-align: right!important;
    position: absolute!important;
    margin-left: 9%!important;
    margin-top: 2%!important;
    font-size: 11px!important;
}
#email_address_field_0 .ctct-form-errorMessage {
	margin-left: 13%!important;
}
.ctct-form-error {
	clear: left;
}
#gdpr_text {
	display: none!important;
}
.copyright {
    clear: right;
    text-align: right;
    margin-right: 60px;
    padding-top: 17px;
    margin-top: 14px;
    font-style: italic;
}
.two-thirds-left {
	width: 66%;
	float: left;
	font-size: 20px;
}
.one-third-right {
	float: left;
	width: 33%;
	padding: 5% 3% 3%;
}
.measurable-results {
	padding: 70px 0 30px;
	font-size: 20px;
}
.one-eight-left {
	width: 18%;
	padding: 0% 2.5% 0% 0;
	float: left;
}
.seven-eight-right {
	width: 82%;
	float: left;
}
.classic-blue {
	color: #243b81;
	font-family: Classic;
	font-size: 23px;
}
.bold-orange-title {
	font-size: 39px;
	font-family: Regular;
	font-weight: bold;
	color: #f26531;
}
.crisis-management {
	background-color: #e9e6e3;
	height: 450px;
    overflow: hidden;
    position: relative;
}
.crisis-management-image {
    float: left;
    width: 50%;
    background: url(/wp-content/uploads/crisis-management.jpg);
    background-size: cover;
    height: 450px;
    background-position: center;
}
.crisis-management-1 {
    float: left;
    width: 50%;
    font-size: 25px;
    padding: 0% 3.5%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 75%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.crisis-width {
    width: 500px;
}
.crisis-2 {
	padding-top: 20px;
    font-size: 20px;
}
.blue-title {
	font-size: 33px;
	color: #243b81;
	font-family: Classic;
	margin-bottom: 12px;
}
.how-it-began-image {
    width: 96px;
    margin: 55px 0 0px;
}
.how-it-began {
	font-size: 22px;
	text-align: center;
}
.how-it-began-divider {
	border-bottom: 2px solid #f26531;
    padding-top: 39px;
    width: 400px;
    margin: 0 auto 35px;
}
.bold-black {
	font-family: Regular;
	font-weight: bold;
	font-size: 21px;
	width: 900px;
    margin: auto;
}
.achieve-together {
	background: rgb(239,237,235);
	background: linear-gradient(90deg, rgba(239,237,235,1) 0%, rgba(233,230,227,1) 100%);
		height: 326px;
}
.last-what-we-do {
    padding-top: 50px;
    text-align: center;
    height: 300px;
}
.achieve-together1 {
	margin-top: 40px;
	background-color: #f26531;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    font-family: 'Regular';
    font-weight: 900;
}
.achieve-together-item {
	float: left;
    width: 16.66%;
    font-size: 20px;
    padding: 33px;
    text-align: center;
    line-height: 1.3;
    height: 280px;
}
.achieve-together-item:nth-child(odd) {
	background-color: #e9e6e3;
}
.achieve-together-item:nth-child(even) {
	background-color: #efedeb;
}
.contact-logo-back {
	background-image: url(/wp-content/uploads/contact-logo-back.png);
	height: 1500px;
	background-size: cover;
	background-position: center;
	margin-top: -35px;
}
.contact1 {
	color: #243b81;
    font-family: Classic;
    font-size: 32px;
    width: 720px;
    margin: auto;
    padding-top: 90px;
    text-align: center;
}
.contact2 {
	text-align: center;
	color: #f26531;
	font-family: Classic;
    font-size: 40px;
    font-weight: 900;
    margin: 10px 0 15px;
}
.contact3 {
	text-align: center;
	font-size: 21px;
}
.wpcf7 {
	padding-top: 40px;
	width: 450px;
	margin: auto;
}

.wpcf7 input, .wpcf7 textarea {
	width: 100%;
	padding: 20px;
	border-radius: 28px;
	border: 2px solid #243b81;
}
.checkbox-995 input, .checkbox-996 input {
	width: unset!important;
	margin: unset!important;
    display: inherit!important;
}
.wpcf7 select {
	width: 100%;
	padding: 20px;
	border-radius: 28px;
	border: 2px solid #243b81;
}
.wpcf7-submit {
    background-color: #f26531!important;
    width: 200px!important;
    border: none!important;
    margin-left: 126px;
    color: #ffffff!important;
    font-size: 24px;
    font-weight: 500;
    padding: 10px!important;
}
::placeholder {
  color: #000000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #000000;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #000000;
}
.members1 {
    color: #f26531;
    font-size: 35px;
    padding-top: 60px;
    text-align: center
}
.members2 {
    color: #58585a;
    font-family: Classic;
    font-size: 28px;
    padding-top: 12px;
    text-align: center;
    width: 78%;
    margin: auto;
}
.member-benefits1 {
    padding: 0 273px;
}
.members-page {
	padding-bottom: 160px;
}
.members3 {
    color: #f26532;
    font-size: 32px;
    padding: 30px 0 20px;
    text-align: center
}
.members4 {
	color: #002f87;
	text-align: center;
	font-size: 30px;
    width: 700px;
    margin: auto;
}
.members4 a {
	color: #0085cd;
	text-decoration: none;
}
.about-page {
	padding: 50px 0;
}
.about1 {
	color: #f26531;
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 10px;
}
.about2 {
	color: #58585a;
	font-size: 21px;
}
.about-left {
	float: left;
	width: 30%;
	margin-right: 3%;
}
.about-right {
	float: left;
	width: 67%;
}
.about-right a {
	text-decoration: none;
    color: #0085cd;
}
.about-left div {
	text-align: center;
	font-family: Regular;
	font-size: 21px;
	padding: 20px;
	color: #000000;
}
.about-bottom-left {
	float: left;
	width: 47%;
	margin-right: 3%;
}
.about-bottom-left img {
	width: 160px;
    display: block;
    margin: 64px auto 30px;
}
.about-bottom-right img {
    width: 103px;
    display: block;
    margin: 47px auto 22px;
}
.about-bottom-right {
	float: left;
	width: 47%;
	margin-left: 3%;
}
.about-bottom a {
	text-decoration: none;
	color: #0085cd;
}
.about-bottom {
	background: rgb(221,218,213);
	background: linear-gradient(90deg, rgba(221,218,213,1) 0%, rgba(221,218,213,1) 50%, rgba(238,236,234,1) 50%, rgba(238,236,234,1) 100%);
	height: 600px;
	font-size: 23px;
}
.about-divider {
	border-bottom: 2px solid #002f87;
	margin-bottom: 24px;
}
.how-top1 {
	text-align: center;
    padding: 33px;
    font-size: 58px;
    font-family: 'Classic';
    color: #ffffff;
}
.how1 .two-thirds-left {
    font-family: Regular;
    padding-top: 48px;
    font-size: 21px;
}
.how2 {
	background-color: #dfdcd7;
	font-size: 18px;
	line-height: 1.5;
}
.how2-white {
	width: 50%;
	position: absolute;
	background-color: #ffffff;
	margin-top: 20px;
	height: 340px;
}
.how2-left {
	color: #58585a;
    float: right;
    width: 48%;
    margin-right: 2%;
    padding: 60px 0 57px;
}
.how2-right {
	color: #231f20;
	float: right;
	width: 47%;
	margin-left: 3%;
	margin-top: 61px;
}
.how2-right a {
	text-decoration: none;
	font-weight: 600;
	color: #002f87;
}
.how2-right ul, ol {
	margin: 0;
	padding-inline-start: 18px;
}
.how2-right-title {
    font-size: 24px;
    color: #f26531;
    font-family: Bold;
}
.how2-right span {
	font-style: italic;
}
.how3 {
	background-color: #e7e4e1;
    height: 417px;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 40px;
}
.how3-images {
    width: 775px;
    margin: 20px auto 0;
}
.how3-images img {

}
.howsit {
	width: 21.2%;
    float: left;
    font-family: 'Condensed';
    color: black;
    font-size: 23px;
    font-weight: 600;
}
.how3-images span {
    width: 5%;
    float: left;
    font-size: 49px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-top: 6%;
    color: #f26531;
}
.how4 {
    height: 257px;
    text-align: center;
    font-family: 'Regular';
    font-size: 27px;
    width: 876px;
    padding: 56px 0 20px;
    margin: auto;
}
.how5 {
	background-color: #e7e4e1;
    height: 472px;
    background-size: cover;
    background-position: center;
	text-align: center;
	padding: 40px;
}
.how5-images {
    width: 360px;
    margin: 20px auto 0;
}
.how5-images span {
    width: 10%;
    float: left;
    font-size: 49px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-top: 12%;
    color: #f26531;
}
.howsit5 {
	width: 44.9%;
    float: left;
    font-family: 'Condensed';
    color: black;
    font-size: 23px;
    font-weight: 600;
}
.page-template-become-a-member-page .wpcf7 {
	padding-bottom: 100px;
}
.become-a-member1 {
	color: #243b81;
    font-family: Classic;
    font-size: 24px;
    width: 720px;
    margin: auto;
    padding-top: 0px;
    text-align: center;
}
.become-a-member1 a {
    color: #0085cd;
    text-decoration: none;
}
.edit-link {
	display: none;
}

.page-template-elementor-page main {
	padding-bottom: 75px;
}
.elementor-button-wrapper i {
	font-size: 40px;
}
.elementor-button-text {
	padding-top: 9px;
}
.current-menu-item a {
	color: #0085cd
}


@media screen and (max-width: 1350px) {
	.site-branding, .site-width {
		width: 900px;
	}
	.real2 {
	    font-size: 22px;
	    width: 900px;
	}
	.site-title {
    	width: 220px;
        padding: 40px 0 30px;
    }
    .main-navigation {
    	font-size: 15px;
    	margin-top: 100px;
    }
    .home-top-l1 {
	    margin-top: 125px;
	    font-size: 32px;
	}
	.home-top-l2 {
		font-size: 57px;
	}
	.home-top-l3 {
		font-size: 18px;
		margin-top: 25px;
		margin-right: 25px;
	}
	.home-top-l3 div {
		margin-top: 2px!important;
		margin-right: 2px!important;
	}
	.home-top-l3 img {
		width: 30px!important;
	}
	.home-top-image {
		height: 600px;
	}
	.become-a-member-1 {
		width: 893px;
		font-size: 22px;
		padding-top: 119px;
	}
	.become-a-member-2 {
    	margin: -136px auto 59px auto;
	}
	.orange-title {
		font-size: 32px;
	}
	.home .orange-title {
		font-size: 38px;
	}
	.whole-person-care-2 {
		font-size: 20px;
	}
	img.person-split {
		width: 264px;
		left: 0;
	}
	.person {
    	padding-left: 63px;
    }
    .lnum1 {
	    padding-top: 157px;
	}
	.lword1 {
	    padding-top: 162px;
	    padding-left: 32px;
	}
	.lword1, .lword2, .lword3, .lword4 {
	    font-size: 17px;
	}
	.lnum1, .lnum2, .lnum3, .lnum4 {
		font-size: 22px;
	}
	.lword2 {
    	padding-top: 14px;
    	padding-left: 29px;
	}
	.lnum3 {
    	padding-top: 33px;
    	padding-left: 30px;
	}
	.lword3 {
	    padding-top: 24px;
	    width: 97px;
	    padding-left: 19px;
	}
	.lnum4 {
	    padding-top: 54px;
	    padding-left: 26px;
	}
	.lword4 {
	    padding-top: 44px;
	    width: 20px;
	    padding-left: 26px;
	    line-height: 1.2;
	}
	.person-divider {
	    font-size: 187px;
	    padding: 6px 0 0 44px;
	}
	.pi {
	    width: 76px;
	    height: 90px;
	}
	.person-icons img {
	    width: 53px;
	}
	.person-icons {
    	margin: 68px 0 0 20px;
    	font-size: 14px;
	}
	.person-lowertext {
	    width: 623px;
	    margin-top: 4px;
	    margin-left: 16px;
	    font-size: 20px;
	}
	.real1 {
    	font-size: 35px;
	}
	.real-time-graphic {
		width: 750px;
	}
	.real-time-hug {
	    top: 59%;
	    width: 234px;
	}
	.real2 {
	    font-size: 21px;
	}
	.real-time {
    	height: 797px;
	}
	.empower-image {
    	width: 290px;
    }
	.empowers1 {
	    font-size: 20px;
	    padding-top: 111px;
	    width: 597px;
	}
	.button1 {
	    margin: 15px auto 0px;
	}
	.connect-empowers {
    	height: 370px;
    }
    .partner1 {
    	font-size: 27px;
    }
    .sp1 {
		float: left; 
		width: 340px; 
		margin: 20px 0 0 50px;
	}
	.sp2 {
		float: left; 
		width: 184px;
		margin: 15px 0 0 79px;
	}
	.sp3 {
		float: left; 
		width: 263px;        
		margin: 40px 0 0 200px;
	}
	.sp4 {
		float: left; 
		width: 228px;
		margin: 10px 0 0 112px;
	}
	.lower-logo {
		width: 200px;
	}
	.quick-links {
		margin: 40px 0 0 45px;
		font-size: 14px;
	}
	.keep-in-touch {
	    margin-top: 22px;
	    margin-right: 0px;
	    width: 439px;
	    height: 172px;
	}
	.partners {
		height: 430px;
	}
	.partners-inner {
		height: 384px;
	}
	.social {
		float: right;
		margin: 0px 150px 0 0px;
	}
	.social img {
	    width: 32px;
	    margin: 0px 7px;
	}
	.copyright {
	    float: right;
	    margin-right: 20px;
	    margin-top: 45px;
	    font-size: 12px;
	}
	.two-thirds-left {
		width: 56%;
    	float: left;
    	font-size: 18px;
	}
	.one-third-right {
		float: left;
    	width: 40%;
    	padding: 10% 0% 2% 3%;
	}
	.logo-back {
	    height: 481px;
	}
	.orange-title {
    	font-size: 32px;
	}
	.home .orange-title {
		font-size: 33px;
	}
	.classic-blue {
		font-size: 21px;
	}
	.bold-orange-title {
		font-size: 36px;
	}
	.one-eight-left {
	    width: 24%;
	    padding: 3.5% 2.5% 0% 0;
	    float: left;
	}
	.seven-eight-right {
	    width: 76%;
	}
	.measurable-results {
	    padding: 60px 0 35px;
	}
	.crisis-management-1 {
    	padding: 0% 4.5%;
    }
	.crisis-width {
	    width: 408px;
	    font-size: 23px;
	}
	.blue-title {
    	font-size: 30px;
	}
	.achieve-together-item {
	    font-size: 18px;
	    padding: 40px 9px;
	}
	.how1 .two-thirds-left {
    	width: 74%;
    	padding-top: 75px;
    	font-size: 18px;
	}
	.how1 .one-third-right {
		width: 26%;
	    padding: 9% 2% 2% 0%;
	}
	.how2-left {
	    width: 54%;
	}
	.how2-white {
	    width: 54%;
	    height: 420px;
	}
	.how2-right {
	    width: 41%;
	    margin-top: 57px;
	}
	.about1 {
		font-size: 33px;
	}
	.about2 {
		font-size: 19px;
	}
	.about-bottom {
		height: 550px;
    	font-size: 19px;
	}
	.main-navigation ul {
	    flex-flow: row wrap;
		width: 473px;
	}
	.main-navigation a {
		padding: 0px 5px;
	}
	#menu-item-33 {
		order: 2;
	    margin-top: -10px;
	}
	#menu-item-263 {
		order: 2;
		margin-top: -10px;
	}
	#menu-item-370 {
		order: 2;
		margin-top: -10px;
		margin-left: 24px;
	}
	#menu-item-213 a {
		border-right: 0;
	}
	.main-navigation {
		margin-top: 75px;
	}
	.menu-item-317 a {
		margin-top: -4px;
	}
}
@media screen and (max-width: 910px) {
	.site-branding, .site-width {
		width: 700px;
	}
	.become-a-member-1 {
    	width: 680px;
    	font-size: 19px;
    	padding-top: 76px;
	}
	.real2 {
    	font-size: 18px;
    	width: 715px;
	}
	
	.top-image {
    	height: 465px;
    }
    .home-top-l1 {
	    margin-top: 110px;
	    font-size: 29px;
	}
	.home-top-l2 {
		font-size: 53px;
	}
	.become-a-member-1 {
		width: 680px;
	}
	.become-a-member-2 {
    	margin: -120px auto 40px auto;
	}
	.whole-person-care .orange-title {
		width: 474px;
	}
	.whole-person-care-2 {
		width: 474px;
		line-height: 1.6;
	    margin-bottom: 45px;
	}
	.person-divider {
        font-size: 199px;
    	padding: 29px 0 0 44px;
	}
	.person-icons {
		margin-top: 0px;
	}
	.pi {
		height: 98px;
	}
	.pi:nth-child(4), .pi:nth-child(9), .pi:nth-child(13) {
		clear: left;
	}
	.pi:nth-child(1), .pi:nth-child(13) {
		margin-left: 37px;
	}
	.person-lowertext {
	    width: 508px;
	    margin-top: 15px;
	    margin-left: 0px;
	    font-size: 17px;
	    float: right;
	}
	.real1 {
		padding-top: 38px;
	}
	.real-time {
	    height: 760px;
	    margin-top: 64px;
	}
	.empower-image {
	    margin: auto;
	    float: none;
	    display: block;
	    padding-top: 60px;
	}
	.empowers1 {
		float: none;
		padding-top: 35px;
		margin: auto;
	}
	.connect-empowers {
    	height: 620px;
	}
	.sp1 {
	    margin: 4px 0 0 4px;
	}
	.sp2 {
	    margin: 15px 0 0 112px;
	}
	.sp3 {
	    margin: 26px 0 0 54px;
	}
	.sp4 {
	    margin: 47px 0 0 45px;
	}
	.social {
	    margin: 0px 100px 0 0px;
	}
	.quick-links div {
		font-size: 19px;
	}
	.quick-links {
    	margin: 55px 0 0 18px;
    	font-size: 12px;
	}
	.lower-logo {
	    width: 180px;
	}
	.keep-in-touch {
	    width: 335px;
	}
	.copyright {
	    margin-top: 64px;
	    font-size: 12px;
	}
	.orange-title {
	    font-size: 30px;
	}
	.crisis-management .orange-title {
		font-size: 26px;
	}
	.two-thirds-left {
    	width: 65%;
    	font-size: 16px;
	}
	.one-third-right {
	    width: 35%;
	    padding: 14% 0% 2% 0%;
	}
	.logo-back {
	    height: 424px;
	}
	.one-eight-left {
	    width: 140px;
	    padding: 30px 0 0px;
	    float: none;
	    margin: auto;
	}
	.seven-eight-right {
    	width: 100%;
    	float: none;
	}
	.measurable-results {
	    padding: 18px 0 43px;
	    text-align: center;
	}
	.bold-orange-title {
	    font-size: 31px;
	}
	.classic-blue {
	    font-size: 18px;
	}
	.crisis-width {
	    width: 310px;
	    font-size: 20px;
	}
	.blue-title {
	    font-size: 27px;
	}
	.crisis-management, .crisis-management-image {
    	height: 370px;
	}
	.bold-black {
	    font-size: 21px;
	    width: 670px;
	}
	.achieve-together-item:nth-child(7) {
		display: none;
	}
	.achieve-together-item {
		font-size: 18px;
		width: 20%;
	}
	.achieve-together {
		background: unset;
		background-color: #efedeb;
	}
	.how1 .two-thirds-left {
	    font-size: 19px;
	    padding-top: 55px;	
	}
	.how2-right {
		float: none;
		width: 100%;
		margin-top: 0px;
		padding: 30px 0;
	}
	.how2-left {
		float: none;
		width: 100%;
	}
	.how2-white {
	    width: 100%;
		margin-top: 295px;
	    padding: 30px 0;
	    height: 340px;
	}
	.how3 {
		height: 350px;
	}
	.how3-images {
    	width: 660px;
    }
    .howsit {
    	font-size: 21px;
    }
    .how4 {
    	height: 305px;
    	width: 692px;
    	font-size: 30px;
    }
    .how5-images {
    	width: 310px;
    }
    .howsit5 {
    	font-size: 21px;
    }
    .how-top1 {
		font-size: 52px;
	}
	.members2 {
		font-size: 24px;
	}
	.members1 {
		font-size: 31px;
	}
	.members3 {
		font-size: 30px;
	}
	.members4 {
		font-size: 28px;
	}
	.members-page {
		padding-bottom: 100px;
	}
	.about-left {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.about-left div {
	    margin-top: -476px;
	    float: left;
	}
	.about-right {
		float: none;
		width: 100%;
	}
	.about-left img {
	    width: 400px;
	    display: block;
	    margin: auto;
	    padding-top: 165px;
	}
	.about-page {
		padding: 50px 0 0;
	}
	.about-bottom-left {
		width: 100%;
		float: none;
		margin: 0;
	    padding: 1px 0 65px;
		background-color: rgb(221,218,213, 1);
	}
	.about-bottom-right {
		width: 100%;
		float: none;
		margin: 0;
		padding: 1px 0 96px;
		background-color: rgba(238,236,234,1);
	}
	.about-bottom {
		background: unset;
		height: 815px;
	}
	.about-bottom .site-width {
		width: 100%;
	}
	.about-bottom-left div, .about-bottom-right div {
		width: 700px;
		margin: auto;
	}
	.contact1 {
		font-size: 28px;
	}
	.contact2 {
		font-size: 36px;
	}
	.become-a-member1 {
		font-size: 20px;
    	width: 595px;
	}
}
@media screen and (max-width: 720px) {
	#site-navigation .menu-menu-1-container {
	    position: absolute;
	    z-index: 1000;
	    background-color: #ffffff;
	    width: 100%;
	    margin: 0;
	    top: 221px;
	    left: 0;
	    box-shadow: 0 0 10px 0 rgba(0,0,0,.3)!important;
	}
	.main-navigation li {
	    display: block;
	    float: none;
	    width: 260px;
	    text-align: center;
	    margin: auto;
	}
	.main-navigation a {
	    margin: 20px 20px 27px;
	    border: none;
	}
	.main-navigation {
	    margin: -28px 0 22px;
	}
	.main-navigation ul {
	    flex-flow: unset; 
	    width: unset;
	}
	#menu-item-33 {
	    margin: auto;
	}
	#menu-item-317 {
		display: none;
	}
	#menu-item-263 {
	    margin-top: 0px;
	}
	#menu-item-370 {
		margin: auto;
	}
	.become-member-mobile {
		display: block!important;
		margin-left: 55px;
	}
	.menu-item-317 a {
		text-decoration: none;
		padding: 9px;
	}
	.menu-toggle {
		border: none;
		background-color: #ffffff;
		font-family: Regular;
		font-weight: 900;
		color: #000000;
	}
	.site-title {
    	width: 300px;
    	padding: 40px 0 30px;
    	float: none;
    	margin: auto;
	}
	.site-branding, .site-width {
		width: 320px;
	}
	.top-image {
	    height: 340px;
	}
	.home-top-l1 {
    	margin-top: 362px;
    	font-size: 24px;
	}
	.home-top-l2 {
	    font-size: 42px;
	}
	.home .logo-back {
	    margin-top: 165px;
	    height: 650px;
	}
	.home-top-l3 {
	    margin-top: 18px;
	    margin-right: 5px;
	}
	.become-a-member-1 {
		width: 320px;
	    font-size: 20px;
	    padding-top: 40px;
	}
	.become-a-member-2 {
	    margin: -80px auto 23px;
	}
	.whole-person-care .orange-title {
    	width: 320px;
    	font-size: 25px;
	}
	.whole-person-care-2 {
	    width: 320px;
	    line-height: 1.6;
	    margin-bottom: 45px;
	    font-size: 20px;
	}
	.whole-person-care-2 {
	    width: 320px;
	    margin: 7px auto 0px;
	    font-size: 19px;
	}
	.person-divider, .person-icons {
		display: none;
	}
	.person-lowertext {
		width: 320px;
		font-size: 20px;
		margin-top: 98px;
	}
	.real1 {
		width: 320px;
	    font-size: 31px;
	}
	.real2 {
	    width: 305px;
	}
	.real-time-graphic {
		display: none;
	}
	.real-time-graphic-mobile  {
		width: 320px;
		display: block;
		margin: auto;
	}
	.real-time-hug {
	    top: 47%;
	    width: 140px;
	}
	.real-time {
	    height: 891px;
	    margin-top: 64px;
	}
	.empowers1 {
		width: 306px;
	    margin: auto;
	    font-size: 19px;
	}
	.connect-empowers {
    	height: 727px;
	}
	.sp1, .sp2, .sp3, .sp4 {
		width: 300px;
	    margin: 10px 0px;
	    float: none;
	    margin: 0 auto 25px;
	    display: block;
	}
	.sp2 {
		width: 170px
	}
	.sp3 {
		width: 230px;
	}
	.sp4 {
		width: 250px;
	}
	.partners-inner {
	    height: 550px;
	}
	.partners {
	    height: 592px;
	}
	.lower-logo {
	    width: 250px;
	    margin: auto;
	    padding-top: 43px;
	    display: block;
	    float: none;
	}
	.quick-links {
		display: none;
	}
	.foot {
    	height: 562px;
	}
	.social {
		float: none;
	    margin: auto;
	    width: 148px;
	    padding-top: 50px;
	}
	.social img {
	    float: none;
	}
	.keep-in-touch {
	    width: 320px;
	    margin-bottom: 10px;
	    float: none;
	}
	.intouch1 {
	    width: 225px;
	    margin: auto;
	    padding-top: 12px;
	}
	.copyright {
	    font-size: 9px;
	    float: none;
	    margin: 70px auto 0;
	    width: 301px;
	}
	.bold-black {
	    font-size: 20px;
	    width: 320px;
	}
	.how-it-began .button1 {
		width: 303px!important;
		font-size: 16px;
		padding: 7px 0px;
	}
	.button1 div {
		margin-left: 1px;
	}
	.button1 img {
	    width: 33px;
	    margin-right: 8px;
	}
	.page-template-what-we-do-page .two-thirds-left {
	    width: 320px;
	    font-size: 16px;
	    float: none;
	}
	.page-template-what-we-do-page .one-third-right {
	    width: 192px;
	    padding: 0;
	    float: none;
	    margin: auto;
	    margin-top: -450px;
	}
	.page-template-what-we-do-page .logo-back {
		height: 797px;
	}
	.orange-title {
		width: 320px;
		text-align: center;
	}
	.page-template-what-we-do-page .two-thirds-left p:nth-child(3) {
		margin-top: 220px;
	}
	.one-eight-left {
    	width: 111px;
    	padding: 10px 0 0px;
	}
	.crisis-management-image {
		float: none;
		width: 100%;
	}
	.how-it-began-divider {
		width: 320px;
	}
	.crisis-management {
		overflow: visible
	}
	.crisis-management-1 {
		float: none;
		width: 100%;
		padding: 0;
		position: relative;
		transform: unset;
		left: unset;
		top: unset;
	    background-color: #e9e6e3;
	}
	.crisis-width {
    	width: 320px;
    	margin: 30px auto;
    }
    .crisis-management {
    	height: 700px;
    }
    .classic-blue {
	    font-size: 17px;
	    width: 320px!important;
	}
	.achieve-together1 {
		font-size: 20px;
    	padding: 10px 0;
	}
	.achieve-together-item {
		width: 320px;
    	float: none;
    	height: unset;
    	font-weight: 900;
    	padding: 20px 9px;
    	font-size: 17px;
	}
	.achieve-together-item:nth-child(7) {
		display: block
	}
	.achieve-together {
		height: 619px;
	}
	.how1 .one-third-right {
		width: 170px;
		padding: 20px 0 0px;
		margin: auto;
		float: none;
	}
	.how1 .two-thirds-left {
		float: none;
		width: 320px;
		padding: 25px 0;
    	font-size: 16px;
	}
	.how2-right {
		font-size: 14px;
	    padding: 20px 0;
	    margin: 0;
	}
	.how2-left {
		font-size: 14px;
		margin: 0;
		padding: 25px 0;
		background-color: white;
	}
	.how2-right-title {
		font-size: 20px;
	}
	.how2-white {
		display: none;
		margin-top: 282px;
		height: 360px;
	}
	.how2 .site-width {
		width: 100%;
	}
	.how2-inner {
		width: 320px;
		margin: auto;
	}
	.how3-images span {
		display: none;
	}
	.how3-images {
		width: 320px;
	}
	.how5-images {
	    width: 299px;
	}
	.howsit {
	    margin-bottom: 24px;
	    width: 50%;
	    padding: 0 4%;
	    font-size: 19px;
	}
	.howsit5 {
		font-size: 19px;
	}
	.how3 {
	    height: 600px;
		padding: 40px 0;
	}
	.bold-orange-title {
		width: 320px;
	    margin: auto;
	}
	.how4 {
	    height: 250px;
	    width: 320px;
	    font-size: 20px;
	    padding: 22px 0;
	}
	.how5 {
		padding: 40px 0;
		height: 379px;
	}

	.how4 .button1 {
		width: 320px!important;
		font-size: 15px;
	}
	.how5-images span {
	    margin-top: 13%;	
	    font-size: 40px;
	}
	.how-top1 {
    	font-size: 20px;
	}
	.how2-right ul, ol {
		padding-inline-start: 13px;
	}
	.members1 {
		font-size: 24px;
	    width: 290px;
	    padding-top: 22px;
	    margin: auto;
	}
	.members2 {
	    font-size: 16px;
	    width: 310px;
	}
	.members3 {
	    font-size: 20px;
	}
	.members4 {
    	font-size: 15px;
    	width: 320px;
    	margin: auto;
	}
	.members-page .button1 {
		font-size: 17px;
	}
	.members-page .button1 img {
    	width: 28px;
    }
    .members-page .button1 div {
    	margin-top: 2px;
    }
    .members-page {
	    padding-bottom: 60px;
	}
	.about-left img {
	    width: 320px;
	    display: block;
	    margin: auto;
	    padding-top: 215px;
	}
	.about-left div {
	    margin-top: -459px;
	    padding: 0;
	    font-size: 18px;
	}
	.about1 {
	    font-size: 25px;
	}
	.about2 {
	    font-size: 18px;
	}
	.about-bottom-left div, .about-bottom-right div {
		width: 320px;
	}
	.about-bottom {
	    height: 1179px;
	}
	.contact1 {
    	font-size: 21px;
    	width: 320px;
	}
	.contact2 {
	    font-size: 27px;
	}
	.contact3 {
	    text-align: center;
	    font-size: 17px;
	}
	.wpcf7 input, .wpcf7 textarea, .wpcf7 {
		width: 320px;
		margin: auto;
    	display: block;
	}
	.contact-logo-back {
		height: 1522px;
	}
	.become-a-member1 {
	    font-size: 18px;
	    width: 320px;
	}
}
@media screen and (max-width: 600px) {
	.top-image {
    	height: 56vw;
	}
	.home-top-l1 {
    	margin-top: 61vw;
    }
}