fbp/*
Theme Name: Family Builders
Theme URI: http://wordpress.org/themes/familybuilders
Author: the WordPress team
Author URI: http://wordpress.org/
Description: A custom made theme for Family Builders.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: familybuilders
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Open+Sans:ital,wght@0,700;0,800;1,400&family=Raleway:ital,wght@0,400;0,500;0,700;0,800;0,900;1,600&display=swap');
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	background: #e2e2e2;
}
#page {
	background: #fff;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: -2px 0 0 -2px;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}

/* =Media
-------------------------------------------------------------- */

audio,
video {
	display: inline-block;
	max-width: 100%;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/* =Comments
----------------------------------------------- */

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

/* ------------------------------------------------- CUSTOM STYLES FROM THIS POINT ON ----------------------------------------- */

/* ---------- GLOBAL STYLES AND SET UP --------------- */

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('fonts/ACaslonPro-Semibold.eot');
    src: url('fonts/ACaslonPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ACaslonPro-Semibold.woff2') format('woff2'),
        url('fonts/ACaslonPro-Semibold.woff') format('woff'),
        url('fonts/ACaslonPro-Semibold.ttf') format('truetype'),
        url('fonts/ACaslonPro-Semibold.svg#ACaslonPro-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

* {
	box-sizing: border-box;
}

html {
	font-size:62.5%; 
}

body {
	padding:0px 0px 0px 0px;
	margin:0;
	background-color:#fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*color:#656b6f;*/
	color:#2d3133;
  font-family: 'Cormorant Garamond', serif;
	font-size:20px;
	line-height:normal;
	font-weight:600;
}

html, body, .container, .hero, .slide, .hero .bx-wrapper, .hero .bx-viewport, .slide .inside, #hero {
	height:100% !important;
}

.hero {
	overflow:hidden;
}

.container {
	float:left;
	width:100%;
	height:auto;
}

.inside {
	margin:0px auto;
	width:1400px;
	height:auto;
	max-width:100%;
}

.inside-inside {
	float:left;
	width:100%;
	height:auto;
}

.row {
	float:left;
	width:100%;
	height:auto;
}

.header-bar {
	padding:2rem;
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	-webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;  
}

.header-bar.small {
	padding:2.4rem 2rem .5rem;
	background-color: #466066;
	-webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;  
}

.header-bar.small .head-lang-switch {
	top:.5rem;
}

.logo.small .logo-red {
	opacity:0;
	width:13rem;
	transition: all .3s ease;
}

.logo.small .logo-white {
	opacity:1;
	width:13rem;
	transition: all .3s ease;
}

.logo.needs-w .logo-red {
	opacity:0;	
	transition: all .3s ease;
}

.logo.needs-w .logo-white {
	opacity:1;	
	transition: all .3s ease;
}

.logo.small {
	top:1.5rem;
}
.logo.small.move {
	top:1.7rem;
	left:4.5rem;
}

.logo {
	float:left;
	position:fixed;
	top:2rem;
	left:2rem;
	transition: all .3s ease;
	z-index:1002;
}

.logo.small {
	transition: all .3s ease;
}

.logo img {
	width:20rem;
	float:left;
	transition: all .3s ease;
}

.logo-white {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}

.menu {
	float:right;
}

#menu-h {
	display:none;
}

.menu ul {
	float:left;
	width:auto;
	list-style: none;
	margin:0;
	padding:3rem 0 0;
	transition: all .3s ease;
}

.header-bar.small .menu ul {
	padding:2rem 0 0;
	transition: all .3s ease;
}

.menu ul li {
	float:left;
	margin:0 0 0 5rem;
	position:relative;
	padding:0 0 1rem;
}

.menu ul li ul.sub-menu {
	position:absolute;
	top:100%;
	left:0;
	padding:0 !important;
	margin:0;
	width:27rem;
	background-color: #cb32b0;
	float:left;
	display:none;
	transition:0s;
}

.menu ul li ul.sub-menu li {
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

.menu ul li ul.sub-menu li a {
	padding:1rem 2rem 1rem 2rem;
	float:left;
	width:100%;
}

.menu ul li ul.sub-menu li a:hover:after, .menu ul li .sub-menu li.current_page_item a:after {
	display:none;
}

.menu ul li .sub-menu li a:hover {
		background-color:#ae17d4;
}

.menu ul li a {
	color:#fff;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	text-transform: uppercase;
	font-size:1.5rem;
	line-height:1.8rem;
	text-decoration: none;
	position:relative;
	float:left;
	padding:0 0 .4rem;
}

.menu ul li a:after {
	content:'';
	position:absolute;
	bottom:0;
	width:0;
	height:1px;
	background-color: #fff;
	left:0;
	transition: all .3s ease;
}

.menu ul li a:hover:after, .menu ul li.current_page_item > a:after, .menu ul li.current-menu-parent > a:after, .menu ul li.parent-hovered > a:after, .menu ul li.current_page_parent > a:after {
	width:100%;
	transition: all .3s ease;
}

.menu ul li.menu-item-has-children >  a span:after {
	display: inline-block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 10px; 
	height: 10px;
  transform: rotate(45deg);
	margin:-.9rem 0 0 .8rem;
	content:'';
	vertical-align: middle;
}

.hero {
	background-image: -webkit-gradient(
	linear,
	left top,
	right bottom,
	color-stop(0, #A79A88),
	color-stop(1, #C1B4A2)
	);
	background-image: -o-linear-gradient(right bottom, #A79A88 0%, #C1B4A2 100%);
	background-image: -moz-linear-gradient(right bottom, #A79A88 0%, #C1B4A2 100%);
	background-image: -webkit-linear-gradient(right bottom, #A79A88 0%, #C1B4A2 100%);
	background-image: -ms-linear-gradient(right bottom, #A79A88 0%, #C1B4A2 100%);
	background-image: linear-gradient(to right bottom, #A79A88 0%, #C1B4A2 100%);
}

.mobile-menu-icon {
  width: 3rem;
  height: 3rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
	position:fixed;
	right:2rem;
	top:4.5rem;
	display:none;
	z-index:1002;
}

.mobile-menu-icon.small {
	top:3.5rem;
}

.mobile-menu-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.mobile-menu-icon span:nth-child(1) {
  top: 0px;
}

.mobile-menu-icon span:nth-child(2),.mobile-menu-icon span:nth-child(3) {
  top: 8px;
}

.mobile-menu-icon span:nth-child(4) {
  top: 16px;
}

.mobile-menu-icon.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.mobile-menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-menu-icon.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.slide {
	padding:0;
	color:#fff;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 68% auto;
	box-shadow: inset 0px 80px 80px -80px rgba(0,0,0,0.5),inset 0px -80px 80px -80px rgba(0,0,0,0.5);
}

.slide h1, .slide h2, .page-header h1, .page-header h2 {
	font-family: 'Raleway', sans-serif;
}

.slide .inside {
	display:flex;
	align-items: center;
	flex-wrap: wrap;
}

.slide img {
	align-self:flex-end;
	max-width:35%;
}

.slide-text {
	display:inline-block;
	width:65%;
}

h2, h2 a {
	color:#3b3d40 !important;
}

h2 a:hover {
	color:#ae17d4 !important;
}

h2.smaller {
	font-size:3rem;
	margin-bottom:1.5rem;
}

.video-area h2, .footer-donate h2 {
	color:#fff;
}

.slide h1 {
	font-weight:800;
	font-size:5.2rem;
	line-height:5.5rem;
	margin:0 0 1.5rem;
	color:#fff;
}

.donate-wrap {
	margin-top:-1.55rem !important;
}

.donate, .button, .half input[type="submit"] {
	background-color:#ae17d4;
	color:#fff !important;
	padding:1.3rem 4.5rem !important;
	float:left !important;
	border-radius:2.4rem;
	transition: all .3s ease;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	text-transform: uppercase;
	font-size:1.6rem;
	line-height:1.8rem;
	text-decoration: none;
	border:0;
	cursor:pointer;
	-webkit-appearance: none;
}

.row.center-row {
	text-align: center;
	margin:3rem 0 0;
}

.button.center {
	float:none !important;
	display:inline-block;
}

.home-stnd-bg {
	background-image: url(images/LogoScreened.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.purple-bg {
	background-color:#7642c1;
	position:relative;
}

.purple-inner {
	background-image: url(images/LogoScreened.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	mix-blend-mode: screen;
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	top:0;
	z-index:10;
}

.purple-bg .inner {
	position:relative;
	z-index:11;
}

.wrap-subs {
	padding:8rem 0 16rem;
}

.button.right {
	float:right !important;
}

.button.brown {
	background-color:#a79a88;
}

.button.brown:hover {
	background-color: #c7b69b;
}

.hero .button {
	margin:0 2rem 1rem 0;
}

.donate:after {
	display:none;
}

.donate:hover, .button.purple:hover, .half input[type="submit"]:hover, #mc_embed_signup input[type="submit"]:hover {
	background-color:#d01cb4;
	transition: all .3s ease;
}

.marg {
	margin:0 -6rem;
	width:calc(100% + 12rem);
}

.marg-10 {
	margin:0 -.5rem;
}

.flex {
	display:flex;
	flex-wrap:wrap;
}

.flex-c {
	justify-content: center;
}

.purple-link {
	float:left;
	width:100%;
	background-color: #6a39b1;
	padding:8rem 4rem;
	color:#fff !important;
	text-decoration: none;
	text-align: center;
	position:relative;
	display:flex;
  justify-content: center;
  flex-direction: column;
}

.wrap-purp {
	display:inline-block;
	width:100%;
}

.purple-link span.title {
	font-weight: 700;
  font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing:1px;
	width:100%;
	float:left;
}

.purple-link p {
	width:30rem;
	max-width:100%;
	display:inline-block;
	margin:.7rem 0 0;
}

.purple-link:hover {
	background-color: #6720b3;
}
	
.purple-link img {
	margin:0 0 2rem;
}

.third-10 {
	width:33.333333333%;
	padding:0 .5rem;
	position: relative;
	z-index:11;
	margin:0 0 1rem;
	display:flex;
}

.third {
	width:33.333333333%;
	float:left;
	padding:6rem;
	position: relative;
	z-index:11;
}
.quart {
	width:25% !important;
	float:left;
	padding:2rem 1rem !important;
	position: relative;
	z-index:11;
}
.home-cta {
	overflow:hidden;
	color:#fff;
}
.grid-item .person-image {
	display:inline-block;
	vertical-align: top;
	transition: all .3s ease;
	border-radius:50%;
	padding-top: 90%;
	width:90%;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	margin:0 0 2rem;
}
.grid-item .person-image:hover {
	opacity:0.8;
	transition: all .3s ease;
	cursor:pointer;
}
.home-cta img {
	height:6.5rem;
}
.populate-pop {
	display:none;
}
.home-cta h3 {
	font-weight:800;
	font-size:1.5rem;
	margin:1rem 0 .7rem;
	line-height:2rem;
	font-family: 'Raleway', sans-serif;
}
#team-pop {
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	float:left;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.7);
	z-index:10000;
	display:none;
	align-items: center;
	overflow:auto;
}
#team-pop-overflow {
	position:absolute;
	min-height:100%;
	width:100%;
	display:flex;
	align-items: center;
}
.team-area-wrap {
	text-align: center;
	padding:10rem 2rem;
	width:100%;
}
#close-team-pop {
	position:absolute;
	z-index:10001;
	height:100%;
	width:100%;
	float:left;
}
.team-area-fill .person-image {
	width:30rem;
	padding-top: 30rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	border-radius:50%;
	height:30rem;
	float:left;
}
.pop-info {
	display:block;
	padding:0 0 0 32rem;
	text-align: left;
}
.sub-t {
	margin:0 0 2rem;
	display:inline-block;
}
.team-area {
	display:inline-block;
	width:100rem;
	max-width:100%;
	background-color: #fff;
	padding:3rem;
	position:relative;
	z-index:10002;
}
.close-pop {
	position:absolute;
	right:0;
	top:-4rem;
	font-size:3rem;
	color:#fff;
	cursor:pointer;
}
.home-cta a {
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.05rem;
	font-size:.9rem;
}
.info-grid {
	margin:0 -1rem;
  width: calc(100% + 2rem);
}
.home-cta .inside {
	position:relative;
	overflow:visible;
}

.home-cta .inside:before {
	content:'';
	float:left;
	width:100%;
	height:100%;
	position:absolute;
	background-color: #a79a88;
	top:0;
	right:100%;
	margin-right:-2rem;
}

.home-cta .inside:after {
	content:'';
	float:left;
	width:100%;
	height:100%;
	position:absolute;
	background-color: #d8c8b3;
	top:0;
	left:100%;
	margin-left:-2rem;
}

.dark-b {
	background-color: #a79a88;
}

.med-b {
	background-color: #c7b69b;
}

.light-b {
	background-color: #d8c8b3;
}

.extra-padd {
	width:1250px;
	max-width:100%;
}

.marg-2 {
	margin:0 -6rem;
	display:flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.marg-4 {
	margin:0 -4rem;
	display:flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.half {
	float:left;
	width:50%;
	padding:0 6rem;
}

.half.bottom {
	align-self:flex-end;
}

.white-h2-and-href h2, .white-h2-and-href a {
	color:#fff !important;
}

.stdn-content {
	padding:4rem 0;
  overflow: hidden;
}

.page-content {
	padding:8rem 0;
}

img {
	max-width:100%;
}

.two-column-intro .half, .two-column-intros .half {
	margin-bottom:3rem;
}

.video-area {
	padding:8rem 0;
	background-color: #666;
	color:#fff;
	text-align: center;
	position:relative;
}

.video-kid {
	position:absolute;
	bottom:0;
	right:6rem;
}

.wrap-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin:0 auto;
	border:8px solid #5f868e;
}

.contain-video {
	width:100rem;
	max-width:100%;
	margin:0 auto;
}

.wrap-video iframe, .wrap-video object, .wrap-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

h2 {
	font-size:5.2rem;
	line-height:5.5rem;
	font-weight:800;
	font-family: 'Raleway', sans-serif;
	margin:0 0 3rem;
}

.stnd-area h3 {
	font-weight:800 !important;
	font-size:3.2rem !important;
	line-height:3.5rem !important;
	font-family: 'Raleway', sans-serif;
	margin:0 0 3rem;
	color:#5da8a3;
}

.stnd-area a {
	color:#ae17d4;
	text-decoration: none;
}

.accord-item {
	background-color:#f6f6f6;
	border-bottom:1px solid #d4d4d4;
}

.accord-title, .accord-content {
	padding:1.5rem;
	color:#474747;
}

.accord-content {
	display:none;
}

.accord-content.start-open {
	display:block;
}

.accord-title {
	cursor: pointer;
	position:relative;
	transition: all .3s ease;
	padding:1.5rem 5rem 1.5rem 1.5rem;
}

.accord-title:after {
	display: inline-block;
  border-right: 2px solid #818181;
  border-bottom: 2px solid #818181;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  margin: -.9rem 0 0 3rem;
  content: '';
  vertical-align: middle;
	position:absolute;
	right:20px;
	top:28px;
	transition: all .3s ease;
}

.accord-title:hover:after {
	border-color: #fff;
	transition: all .3s ease;
}

.accord-title.active, .accord-title:hover {
	background-color: #466066;
	color:#fff;
	transition: all .3s ease;
}

.accord-title.active:after {
	transform: rotate(-135deg);
	transition: all .3s ease;
	border-color:#fff;
}

.accord-content {
	padding-top:2.5rem;
}

.accord-content p:last-child {
	margin-bottom:1rem;
}

.stnd-area ul {
	margin-left:17px;
	list-style: disc;
}

.stnd-area ul li {
	margin:0 0 1rem;
}

.stnd-area ul li ul {
	margin:1rem 0 0 2rem;
}

.donate-text-wrap {
	width:70rem;
	color:#fff;
	max-width: 100%;
	display: inline-block;
	line-height:3rem;
	font-size:24px;
}

.donate-text-wrap .donate {
	float:none !important;
	display:inline-block;
}

.donate-text-wrap h2 {
	text-transform: uppercase;
}

.footer-bar {
	background-color: #3b3d40;
	padding:4rem 0;
	font-size:15px;
}

.home-bottom {
	text-align: center;
}

.footer-wrap {
	/*padding:6rem 0 0;*/
	position:relative;
}

.footer-bg {
	height:auto;
	width:45rem;
	float:left;
	position:absolute;
	left:0;
	bottom:0;
	z-index:10;
}

.footer-donate {
	background-color: #5f868e;
	padding:10rem 0;
	text-align: center;
}

.red {
	background-color: #ff0000;
}

.footer-bar .inside {
	display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.footer-left {
	width:33.333333333%;
	vertical-align: bottom;
	color:rgba(255,255,255, 0.3);
}

.footer-middle {
	width:33.333333333%;
	vertical-align: bottom;
	color:rgba(255,255,255, 0.3);
	text-align:center;
}

.footer-middle li {
	display:inline-block;
	margin:0 0 5px 5px;
	list-style: none;
	border-left:1px solid rgba(255,255,255, 0.3);
	padding:0 0 0 10px;
}

.footer-middle li a {
	text-decoration: underline;
}

.footer-middle a {
	color:rgba(255,255,255, 0.3);
	text-decoration: none;
}

.footer-middle a:hover {
	color:#fff;
}

.footer-right {
	width:33.333333333%;
	vertical-align: bottom;
	color:rgba(255,255,255, 0.3);
	text-align: right;
}

.footer-right a {
	color:rgba(255,255,255, 0.3);
	display:inline-block;
	margin:0 0 .5rem;
}

.social {
	margin:0 0 2rem;
}

.social i {
	font-family: "Font Awesome 5 Brands" !important;
}

.social a {
	color:#fff;
}

.social a:hover {
	color:#5f868e;
}

a, a:hover {
	transition: all .3s ease;
}

.only-mob {
	display:none;
}

.hero {
	position:relative;
}

.bx-pager {
	position:absolute;
	bottom:4rem;
	float:left;
	width:100%;
	text-align:center;
	z-index:100;
}

.bx-pager .bx-pager-item {
	display:inline-block;
}

.bx-pager .bx-pager-item a {
	font-size:0;
	width:1.4rem;
	height:1.4rem;
	border-radius:50%;
	margin:0 1rem;
	background-color:#fff;
	display:inline-block;
}

.bx-pager-item a.active {
	background-color:#ae17d4;
}

.container {
 	float:left;
	width:100%;
	height:auto;
	position:relative;
	-webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;  
}

.page-header {
	color:#fff;
	background-image: -webkit-gradient( linear, left top, right bottom, color-stop(0, #A79A88), color-stop(1, #C1B4A2) );
  background-image: -o-linear-gradient(right bottom, #A79A88 0%, #C1B4A2 100%);
  background-image: -moz-linear-gradient(right bottom, #A79A88 0%, #C1B4A2 100%);
  background-image: -webkit-linear-gradient(right bottom, #A79A88 0%, #C1B4A2 100%);
  background-image: -ms-linear-gradient(right bottom, #A79A88 0%, #C1B4A2 100%);
  background-image: linear-gradient(to right bottom, #A79A88 0%, #C1B4A2 100%);
}

.page-header-inner.stnd {
	background-image: url(images/page-head.png);
	background-position: right -22rem;
  background-repeat: no-repeat;
  background-size: 82% auto;
}

.page-header-inner.pg {
	background-image: url(images/purple-page-head.png);
	background-position: right -30rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.page-header-inner.pi {
	background-image: url(images/pink-page-head.png);
	background-position: right -5rem;
  background-repeat: no-repeat;
  background-size: 70% auto;
}

.page-header-inner {
	padding:42rem 0 0;
	background-position: right -30rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.page-header-inner .inside {
	position:relative;
}

.header-image {
	position:absolute;
	bottom:1rem;
	right:0;
	max-width:60%;
	max-height:36rem;
}

.page-header h1 {
	font-weight: 800;
  font-size: 5.2rem;
  line-height: 5.5rem;
  margin: 0 0 -1rem;
	max-width:50%;
  position: relative;
  z-index: 12;
}

.less-top-padd {
	padding-top:0 !important;
	margin-top:-5.5rem;
}

.slider {
	background-color:#ed7b00;
	color:#fff;
	padding:25rem 0;
	background-image: url(images/LogoScreened-reversed.png);
	background-repeat: no-repeat;
  background-position: right bottom;
	position:relative;
}

.slider .bx-prev {
	position:absolute;
	top:50%;
	left:4rem;
	font-size:0;
	display: inline-block;
  border-right: 2px solid rgba(255,255,255,0.5);
  border-bottom: 2px solid rgba(255,255,255,0.5);
  width: 20px; 
	height: 20px;
  transform: translateY(-50%) rotate(135deg);
}

.slider .bx-next {
	position:absolute;
	top:50%;
	right:4rem;
	font-size:0;
	display: inline-block;
  border-right: 2px solid rgba(255,255,255,0.5);
  border-bottom: 2px solid rgba(255,255,255,0.5);
  width: 20px; 
	height: 20px;
  transform: translateY(-50%) rotate(-45deg);
}

.slider .bx-next:hover, .slider .bx-prev:hover {
  border-right: 2px solid rgba(255,255,255,1);
  border-bottom: 2px solid rgba(255,255,255,1);
}

.text-slide {
	font-size:3rem;
	line-height:4.6rem;
	font-weight:600;
}

.text-slide p:last-of-type {
	margin-bottom:0;
}

.two-column-intro, .two-column-intros {
	padding:8rem 0;
	background-color: #f9f9f9;
}

.half a {
	color:#ae17d4;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.slider-intro {
	padding:8rem 0;
	background-color: #f9f9f9;
}

.intro-cols {
	text-align: center;
	margin:0 0 6rem;
}

.two-column-intro .half p:last-of-type, .two-column-intros .half p:last-of-type {
	margin-bottom:0;
}

.two-column-intro .half p:last-of-type img, .two-column-intros .half p:last-of-type img {
	margin-bottom:-110px;
	display: inline-block;
	vertical-align: bottom;
}

h2.center {
	text-align: center;
}

.mailing-area {
	background-color: #666;
	color:#fff;
	text-align: center; 
}

.mailing-area h2, .footer-donate h2, .video-area h2 {
	color:#fff !important;
}

.half form input[type="text"], .half form input[type="email"] {
	background-color: #ececec;
	border:0;
	border-radius:4px;
	padding:10px;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	color:#484848;
	float:left;
	width:100%;
	margin:0 0 1rem;
	-webkit-appearance: none;
}

.pager {
	margin:0 0 4rem;
}

.pager a, .pager span {
	float:left;
	margin:0 1rem 0 0;
	width:4.5rem;
	height:4.5rem;
	line-height:4.5rem;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	color:#fff !important;
}

.pager span, .pager a:hover {
	background-color: #ae17d4;
}

.pager a {
	background-color: #3c3d41;
}

.post-item {
	margin:0 0 6rem;
}

.seventy {
	float:left;
	width:70%;
	padding:0 4rem;
}

.seventy img {
	margin:0 0 2rem;
}

.thirty {
	float:left;
	width:30%;
	padding:0 4rem;
}

.thirty ul {
	margin:0;
	padding-left:0;
	list-style: none;
	font-weight:700;
}

.comiseo-daterangepicker-presets ul {
	margin:0;
	padding:0;
	list-style:none;
}

.thirty ul li {
	margin:0 0 2rem;
	font-family: 'Raleway', sans-serif;
	font-size:16px;
}

.half form textarea {
	background-color: #ececec;
	border:0;
	border-radius:4px;
	padding:10px;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	color:#484848;
	float:left;
	width:100%;
	margin:0 0 1rem;
	height:14rem;
	resize:none;
}

.two-column-intro h3, .two-column-intros h3 {
	font-weight:600;
	color:#5da8a3;
	margin:0 0 3rem;
}

h3 {
	font-weight:normal;
	font-size:2.4rem;
	margin:0 0 2rem;
}

h4 {
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	margin:0 0 6px;
}

.info-slide {
	width:33.333333333%;
	float:left;
	padding:0 7.5rem;
	text-align: center;
}

.info-slider {
	position:relative;
}

.info-slider .bx-prev {
	position:absolute;
	top:50%;
	left:4rem;
	font-size:0;
	display: inline-block;
  border-right: 2px solid rgba(99,107,110,0.5);
  border-bottom: 2px solid rgba(99,107,110,0.5);
  width: 20px; 
	height: 20px;
  transform: translateY(-50%) rotate(135deg);
}

.info-slider .bx-next {
	position:absolute;
	top:50%;
	right:4rem;
	font-size:0;
	display: inline-block;
  border-right: 2px solid rgba(99,107,110,0.5);
  border-bottom: 2px solid rgba(99,107,110,0.5);
  width: 20px; 
	height: 20px;
  transform: translateY(-50%) rotate(-45deg);
}

.info-slider .bx-next:hover, .info-slider .bx-prev:hover {
  border-right: 2px solid rgba(99,107,110,1);
  border-bottom: 2px solid rgba(99,107,110,1);
}

.info-slide img {
	margin:0 0 3rem;
	border-radius: 50%;
	width:30rem;
	height:30rem;
}
.flex {
	display:flex;
	flex-wrap:wrap;
}
.info-grid .third {
	margin:2rem 0;
}
#mc_embed_signup {
	width:70rem;
	max-width: 100%;
	margin:0 auto;
	text-align: center;
}

#mc_embed_signup input[type="submit"] {
	float:none;
	display:inline-block;
}

#mc_embed_signup input[type="email"] {
	background-color: #7d7d7d;
  border: 0;
  border-radius: 4px;
  padding: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #fff;
  float: left;
  width: 100%;
  margin: 0 0 1rem;
  -webkit-appearance: none;
}

#mc_embed_signup input[type="email"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

#mc_embed_signup input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

#mc_embed_signup input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

#mc-embedded-subscribe {
	float:none !important;
	margin:1.5rem 0 0;
}

.head-lang-switch {
	color:#fff;
	text-decoration: underline;
	position:absolute;
	top:1rem;
	right:2rem;
	font-size:1.3rem;
	-webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;  
	font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

@media(max-width:1900px) {
	.footer-bar .inside {
		padding-left:10rem;
	}
}

@media(max-width:1670px) {
	.footer-bar .inside {
		padding-left:20rem;
	}
	.video-kid {
		right:2rem;	
	}
}

@media(max-width:1480px) {
	.footer-bar .inside {
		padding-left:30rem;
	}
	.video-area {
		padding-right:10rem;
	}
	.video-kid {
		width:30rem;
	}
}

@media(max-width:1420px) {
	.inside {
		padding:0 2rem;
	}
	.med-b, .light-b, .dark-b {
		padding:6rem 2rem;
	}
	.home-cta .flex {
		margin:0 -2rem;
		width:calc(100% + 4rem);
	}
}

@media(max-width:1320px) {
.text-slide {
	padding:0 4rem;
}
.slider .bx-prev, .info-slider .bx-prev {
	left:2rem;
}
.slider .bx-next, .info-slider .bx-next {
	right:2rem;
}
	.menu {
		display:none;
	}
	#menu-h ul li.menu-item-has-children a {
		position:relative
	}
	#menu-h ul li.menu-item-has-children > a:after {
    content: '';
    position: absolute;
    right: 2rem;
    top: 1.2rem;
    border-right: .1rem solid #33c47d;
    border-bottom: .1rem solid #33c47d;
    width: 1rem;
    height: 1rem;
    transform: rotate(45deg);
	}
	#menu-h {
  	position: fixed;
    top: 0;
    bottom: 0;
    width: 240px;
    left: -240px;
    height: 100%;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
		float:left;
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #3F5861),
			color-stop(1, #2D3C42)
		);
		background-image: -o-linear-gradient(bottom, #3F5861 0%, #2D3C42 100%);
		background-image: -moz-linear-gradient(bottom, #3F5861 0%, #2D3C42 100%);
		background-image: -webkit-linear-gradient(bottom, #3F5861 0%, #2D3C42 100%);
		background-image: -ms-linear-gradient(bottom, #3F5861 0%, #2D3C42 100%);
		background-image: linear-gradient(to bottom, #3F5861 0%, #2D3C42 100%);
		z-index:1001;
		box-sizing: border-box;
		display:block;
		padding:14rem 0 2rem;
}
	#menu-h ul {
		list-style:none;
		padding:0;
		margin:0;
		overflow-y: scroll;
		max-height:100%;
	}
	#menu-h ul li {
		float:left;
		width:100%;
		height:auto;
	}
	#menu-h ul li a {
		float:left;
		width:100%;
		padding:1.3rem 2rem 2.3rem;
		font-weight:800;
		color:#33c47d;
		font-size:1.2rem;
		text-decoration: none;
		text-transform: uppercase;
		font-family: 'Raleway', sans-serif;
	}
	#menu-h .donate-wrap {
		margin:2rem 0 0 !important;
		text-align: center !important;
		padding:0 3rem;
	}
	#menu-h .donate-wrap a {
		color:#fff !important;
	}
	#menu-h ul li:nth-of-type(1) a {
		background-color: #405a62;
	}
	#menu-h ul li:nth-of-type(2) a {
		background-color: #3c525a;
	}
	#menu-h ul li:nth-of-type(3) a {
		background-color: #374c54;
	}
	#menu-h ul li:nth-of-type(4) a {
		background-color: #35484e;
	}
	#menu-h ul li:nth-of-type(5) a {
		background-color: #2f4145;
	}
	#menu-h ul li:nth-of-type(6) a {
		background-color: #374c54;
	}
	#menu-h ul li .sub-menu li a {
		background-color: transparent;
		color:#fff;
	}
	#menu-h ul li .sub-menu {
		background-color: #d01cb4;
		float:left;
		width:100%;
		display:none;
	}
	#menu-h ul li .sub-menu li a {
		padding:.7rem 0 .7rem 3rem;
		font-size:1.05rem;
	}
	#menu-h ul li .sub-menu li a:hover {
		background-color:#ae17d4;
	}
#mobile-logo {
	float:left;
	width:100%;
	height:auto;
	background-color:#000;
	text-align:center;
	padding:10px 0px;
}
#mobile-logo a {
	display:inline-block;
}
#mobile-logo img {
	display:inline-block;
	max-width:80%;
}
#menu-h.active {
	box-shadow: 5px 0 5px -2px #666;
  -webkit-transform: translate(240px, 0px);
  -moz-transform: translate(240px, 0px);
  -o-transform: translate(240px, 0px);
  -ms-transform: translate(240px, 0px);
  transform: translate(240px, 0px);
}

.container {
	   height:240px;
	   position:relative;
}

.container.active {
       -webkit-transform: translate(240px, 0px);
       -moz-transform: translate(240px, 0px);
       -o-transform: translate(240px, 0px);
       -ms-transform: translate(240px, 0px);
       transform: translate(240px, 0px);
}

.close-menu-overlay {
	display:none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	padding:0px 240px 0px 0px;
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0,0.2);
	box-sizing: border-box;
	z-index:1000;
	cursor:pointer;
}

.close-menu-overlay.active {
	display:block;
}

body.active, html.active {
    overflow: hidden;
	height:100%;
    position: relative;
}
.mobile-menu-icon {
		display:block;
	}
}
@media(max-width:1180px) {
.quart {
	width:33.333333333% !important;
}
.info-slide {
	padding:0 4rem;
}
.page-header-inner {
	background-position: right top !important;
	background-size: 72% auto !important;
}
	.slide {
		background-size: auto 130%;
	}
	.header-bar.small {
		padding-bottom:6.3rem;
	}
	.footer-bg {
		width:35rem;
	}
	.footer-bar .inside {
		padding-left:20rem;
	}
}

@media(max-width:1000px) {
	.footer-middle {
		width:23.333333333%;
	}
	.footer-right {
		width:43.333333333%;
	}
	.text-slide {
		font-size:2rem;
		line-height:3rem;
	}
	.slider {
		padding:15rem 0;
	}
}

@media(max-width:880px) {
.third-10 {
	width:50%;
}
.quart {
	width:50% !important;
}
	.video-kid {
		width:20rem;
	}
.hero {
	height:75% !important;
	min-height:65rem;
}
	.footer-left, .footer-middle, .footer-right {
		width:100%;
		text-align: right;
	}
	.footer-middle {
		margin:0 0 3rem;
	}
	.team-area-fill img {
		width:20rem;
		float:left;
	}
	.pop-info {
		display:block;
		padding:0;
		width:100%;
		margin:2rem 0 0;
		float:left;
	}
}

@media(max-width:820px) {
	.grid-item .person-image {
	display:inline-block;
	vertical-align: top;
	transition: all .3s ease;
	border-radius:50%;
	padding-top: 60%;
	width:60%;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	margin:0 0 2rem;
}

.seventy, .thirty {
	float:left;
	width:100%;
}
	.post-item {
		margin:0 0 2rem;
	}
	.rev-on-mob {
		flex-direction: column-reverse;
	}
	.only-mob.on-page {
		margin-bottom: 1.625em;
	}
	.work-with-fb {
		background-color: #aba397;
		margin:0 -2rem;
		width:calc(100% + 4rem);
		color:#fff;
		padding:4rem 2rem;
	}
	.work-with-fb h2 {
		color:#fff !important;
	}
	.only-mob {
		display:block;
	}
	.only-mob, .only-mob p {
		text-align: center !important;
	}
	.not-mob {
		display:none;
	}
	.home-stnd-bg {
		padding-bottom:0;
	}
	.footer-bg {
		width:25rem;
	}
	.half {
		width:100%;
		text-align: center;
	}
	.half p {
		text-align: left;
	}
	.half .button {
		float:none !important;
		display:inline-block;
	}
	.third {
		width:100%;
		display:flex;
		flex-wrap: wrap;
		align-items:center;
		padding:2rem 6rem;
	}
	.cta-image {
		width:10rem;
		margin:0 4rem 0 0;
		text-align: center;
	}
	.third img {
		height:4rem;
		margin:0;
	}
	.med-b, .light-b, .dark-b {
		padding:2rem;
	}
	.slide h1 {
		font-size:3.2rem;
		line-height:3.5rem;
	}
	.button {
		font-size:1.4rem;
		line-height:1.6rem;
	}
	.hero .button {
		text-align: center;
		width:80%;
		padding: 1.3rem .5rem !important;
	}
	.slide img {
		max-width:50%;
	}
	.slide-text {
		width:50%;
	}
	.logo-red {
		opacity:0;
	}
	.logo-white {
		opacity:1;
	}
}

@media(max-width:540px) {
.logo img {
	width:16rem;
}
.third-10 {
	width:100%;
}
.quart {
	width:100% !important;
}
.video-kid {
	width:15rem;
}
.video-area {
	padding-right:5rem;
}
}