/*
Theme Name: Adopt a Love Story
Theme URI: http://adoptalovestory.com
Author: Bionic Giant
Author URI: http://bionicgiant.com
Description: A custom theme built for Adopt a Love Story
Version: 1.0.0
Text Domain: adopt-a-love-story
*/

/*
@media (max-width: 767px) {
@media (min-width: 768px) and (max-width: 991px) {
@media (min-width: 1200px) {
*/

/*--------------------------------------------------------------
# Web Fonts
--------------------------------------------------------------*/
@import url("https://hello.myfonts.net/count/324b22");

@font-face {font-family: 'BrushUp';src: url('fonts/324B22_0_0.eot');src: url('fonts/324B22_0_0.eot#iefix') format('embedded-opentype'),url('fonts/324B22_0_0.woff') format('woff2'),url('fonts/324B22_0_0.woff') format('woff'),url('fonts/324B22_0_0.ttf') format('truetype');}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

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

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

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

.hentry {
	margin: 0;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

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

.page-content img,
.entry-content img {
	max-width: 100%;
	height:auto;
}

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## 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;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/
body {
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-style: normal;
	font-size:18px;
	color:#45505f;
	font-weight: 300;
	line-height: 1.6;
}
.site-content p, .site-content ol, .site-content ul, .site-content blockquote {
	margin-bottom:25px;
}
.site {
	position: relative;
}
.container-fluid {
	padding-left:50px;
	padding-right:50px;
}
.site-content img {
	max-width:100%;
	height:auto;
}
.page-header {
	margin:0px;
	padding:0px;
	border:0px;
}
a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color:#70a4b4;
}
a:hover, a:focus, a:active, a:hover:focus, a:focus:active, a:active:hover {
	text-decoration: none;
	color:#9ed9d8;
}
@media (max-width: 767px) {
	body {
		font-size:16px;
	}
	.container-fluid {
	    padding-left: 15px;
	    padding-right: 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.container-fluid {
	    padding-left: 30px;
	    padding-right: 30px;
	}
}
@media (min-width: 1200px) {

}
.h1, h1 {
	font-size:3.8vw;
	font-weight: 700;
	margin:0px 0px 20px;
	letter-spacing: -.02em;
}
.h2, h2 {
	font-size:3.8vw;
	font-weight: 700;
	margin:0px 0px 20px;
	letter-spacing: -.02em;
}
.h3, h3 {
	font-size:3vw;
	font-weight: 700;
	margin:0px 0px 20px;
	letter-spacing: -.02em;
}
.h4, h4 {
	font-size:2.3vw;
	font-weight: 400;
	line-height: 1.3em;
	margin:0px 0px 20px;
	letter-spacing: -.02em;
}
.h5, h5 {
	font-size: 1.5vw;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0px 0px 20px;
    letter-spacing: -.01em;
}
@media (min-width: 551px) and (max-width: 768px) {
	.h1, h1 {
		font-size:34px;
		letter-spacing:normal;
	}
	.h2, h2 {
		font-size:34px;
		letter-spacing:normal;
	}
	.h3, h3 {
		font-size:24px;
		letter-spacing:normal;
	}
	.h4, h4 {
		font-size:20px;
		line-height: 1.3em;
		letter-spacing:normal;
	}
	.h5, h5 {
		font-size:20px;
		line-height: 1.3em;
		letter-spacing:normal;
	}
}
@media (max-width: 550px) {
	.h1, h1 {
		font-size:28px;
		letter-spacing:normal;
	}
	.h2, h2 {
		font-size:28px;
		letter-spacing:normal;
	}
	.h3, h3 {
		font-size:24px;
		letter-spacing:normal;
	}
	.h4, h4 {
		font-size:18px;
		line-height: 1.3em;
		letter-spacing:normal;
	}
	.h5, h5 {
		font-size:18px;
		line-height: 1.3em;
		letter-spacing:normal;
	}
}


/*--------------------------------------------------------------
## Colors
--------------------------------------------------------------*/
a.turquoise,
h1.turquoise,
h2.turquoise,
h3.turquoise,
h4.turquoise,
h5.turquoise,
h6.turquoise,
strong.turquoise,
em.turquoise {
	color:#9ed9d8;
}
a.blue,
h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue,
h6.blue,
strong.blue,
em.blue {
	color:#70a4b4;
}
a.yellow,
h1.yellow,
h2.yellow,
h3.yellow,
h4.yellow,
h5.yellow,
h6.yellow,
strong.yellow,
em.yellow {
	color:#eeeb65;
}
a.red,
h1.red,
h2.red,
h3.red,
h4.red,
h5.red,
h6.red,
strong.red,
em.red {
	color:#db765a;
}
a.green,
h1.green,
h2.green,
h3.green,
h4.green,
h5.green,
h6.green,
strong.green,
em.green {
	color:#64b473;
}
a.purple,
h1.purple,
h2.purple,
h3.purple,
h4.purple,
h5.purple,
h6.purple,
strong.purple,
em.purple {
	color:#6870b5;
}
a.white,
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
strong.white,
em.white {
	color:#FFFFFF;
}

a.hover-turquoise:hover, a.hover-turquoise:focus {
	color:#9ed9d8;
}
a.hover-blue:hover, a.hover-blue:focus {
	color:#70a4b4;
}
a.hover-yellow:hover, a.hover-yellow:focus {
	color:#eeeb65;
}
a.hover-red:hover, a.hover-red:focus {
	color:#db765a;
}
a.hover-green:hover, a.hover-green:focus {
	color:#64b473;
}
a.hover-purple:hover, a.hover-purple:focus {
	color:#6870b5;
}
a.hover-white:hover, a.hover-white:focus {
	color:#FFFFFF;
}

.flex.bg-turquoise {
	background-color:#9ed9d8;
	color:#FFF;
}
.flex.bg-blue {
	background-color:#70a4b4;
	color:#FFF;
}
.flex.bg-yellow {
	background-color:#eeeb65;
}
.flex.bg-ltgrey {
	background-color:#f3f3f3;
}


/*--------------------------------------------------------------
## Site Header & Navigation
--------------------------------------------------------------*/
.site-header {
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:300;
	/*background: rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 40px 40px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 40px 40px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 40px 40px rgba(0,0,0,0.1);*/
	-webkit-transition: all 0.8s ease; /* Changed here */
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.site-header.scrolled, .site-header.navopen {
	background:rgba(69,80,95,.8);
}
.admin-bar .site-header {
	top:32px;
}
.site-header .navbar {
    margin-bottom: 0px;
    border: 0px;
}
.site-header .navbar-brand {
	height:auto;
	padding-top: 31px;
    padding-bottom: 20px;
}
.site-header.scrolled .navbar-brand {
	padding-top:20px;
}
.site-header .navbar-brand img {
	width: 250px;
    height: 60px;
	-webkit-transition: all 0.8s ease; /* Changed here */
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.site-header.scrolled .navbar-brand img, .single-aals_staff .site-header .navbar-brand img {
	width:241px;
	height:57px;
}
.site-header .nav {
	list-style: none;
	padding:0px;
	margin:36px 0px 0px 0px;
	-webkit-transition: all 0.8s ease; /* Changed here */
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.site-header.scrolled .nav {
	margin-top:24px;
}
.site-header .nav li {
	display: inline-block;
	color:#FFF;
	font-size:20px;
	text-transform: uppercase;
	font-weight: 700;
	margin-left:8px;
}
.site-header .nav li a {
	display:block;
	color:#FFF;
}
.site-header .nav>li>a:focus, .site-header .nav>li>a:hover {
	background:transparent;
	color:#eeeb65;
}
.site-header .navbar-toggle {
	border-radius: 50%;
	width:46px;
	height:46px;
	background:transparent;
	border:0px;
	-webkit-transition: all 0.2s ease; /* Changed here */
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.site-header .navbar-toggle, body .site-header .navbar-toggle.hovered {
	background:#eeeb65;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.site-header .navbar-toggle.collapsed {
	background:transparent;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}
.site-header .navbar-toggle .icon-bar {
	width:6px;
	height:6px;
	border-radius: 50%;
	background:#FFF;
	margin-left: auto;
    margin-right: auto;
}
.site-header #secondary-menu-toggle-item .secondary-menu-toggle {
	display:block;
	margin:2px 0px;
}

.site-header .secondary-menu {
	display: none;
}
.site-header .secondary-menu.collapse.in {
	display:block;
}
.site-header .secondary-menu {
	position: fixed;
	top: 70px;
	right: 64px;
	background:#FFF;
	padding:10px;
	width:180px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
}
.admin-bar .site-header .secondary-menu {
	top: 100px;
}
.site-header .secondary-menu:before {
	content:"";
	display:block;
	width:24px;
	height:12px;
	position: absolute;
	top:-11px;
	right:12px;
	background:url("img/menu-up.svg");
	background-size:24px 12px;
}
.site-header .secondary-menu:after {
	content: "";
    display: block;
    width: 50%;
    height: 70px;
    position: absolute;
    top: -70px;
    right: 0px;
}
.site-header .secondary-menu li {
	display: block;
	margin:0px;
	text-align: center;
	float:none;
}
.site-header .secondary-menu li a {
	color:#9ed9d8;
}
.site-header .secondary-menu li a:hover, .site-header .secondary-menu li a:focus {
	color:#70a4b4;
}
.single-aals_families .site-header .menu-item-106 {
	display: none;
}
@media (max-width: 767px) {
	.navbar-toggle {
    	margin-top: 21px;
		margin-right:30px;
	}
	.site-header.scrolled .navbar-toggle, .single-aals_staff .site-header .navbar-toggle {
    	margin-top: 8px;
	}
	.site-header .navbar-brand {
		padding-left:30px;
		padding-left:30px;
		padding-top:20px;
	}
	.site-header .navbar-brand img {
		width:211px;
		height:50px;
	}
	.site-header.scrolled .navbar-brand img, .single-aals_staff .site-header .navbar-brand img {
		width: 152px;
    	height: 36px;
	}
	.site-header.scrolled .navbar-brand, .single-aals_staff .site-header .navbar-brand {
		padding-top:14px;
		padding-bottom:14px;
	}
	.site-header .nav li {
		display:block;
		float:none;
		margin:0px;
	}
	.site-header #secondary-menu-toggle-item {
		display:none;
	}
	.site-header .secondary-menu {
		display: block;
		position: relative;
	    top: 0px;
	    right: 0px;
	    background: transparent;
	    padding: 0px;
	    width: auto;
	    text-align: left;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
		margin:0px 0px 20px;
	}
	.admin-bar .site-header .secondary-menu {
		top: 0px;
	}
	.site-header .secondary-menu:before {
		content:"";
		display:none;
	}
	.site-header .secondary-menu li {
		text-align: left;
	}
	.site-header .secondary-menu li a {
		color:#FFF;
	}
	.site-header .secondary-menu li a:hover, .site-header .secondary-menu li a:focus {
		color:#eeeb65;
	}
}
@media (max-width: 450px) {
	.site-header .navbar-brand {
		padding-left:15px;
		padding-left:15px;
	}
	.navbar-toggle {
		margin-right:15px;
	}
}
@media screen and (max-width: 600px) {
	#wpadminbar {
	    position: fixed;
	}
}
@media (max-width: 782px) {
	.admin-bar .site-header {
		top:46px;
	}
}
@media (min-width: 768px) {
	.site-header .nav>li.donate-menu-item>a {
		color:#eeeb65;
	}
	.site-header .nav>li.donate-menu-item>a:focus, .site-header .nav>li.donate-menu-item>a:hover {
		color:#9ed9d8;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.site-header .navbar-brand img {
		width:200px;
		height:47px;
	}
	.site-header .navbar-brand {
		padding-top:20px;
	}
	.site-header.scrolled .navbar-brand img {
		width:200px;
		height:47px;
	}
	.site-header .nav {
		margin:18px 0px 0px 0px;
	}
	.site-header.scrolled .nav {
		margin-top: 18px;
	}
	.site-header .nav li {
		font-size:15px;
		margin-left:0px;
	}
	.site-header .secondary-menu {
		right:45px;
	}
	.site-header .secondary-menu li a {
		padding-top: 7px;
	    padding-bottom: 7px;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	.site-header .nav li {
		font-size:22px;
		margin-left:0px;
	}
}
@media (min-width: 1200px) {
	.site-header .navbar-brand img {
		width:355px;
		height:84px;
	}
	.site-header .nav li {
		font-size:24px;
	}
	.site-header .navbar-brand {
		padding-top:20px;
	}
}


/*--------------------------------------------------------------
## Site Footer
--------------------------------------------------------------*/
.site-footer {
	background:#45505f;
	color:#FFF;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-size:18px;
}
.site-footer .container-fluid {
	padding:0px;
}
.site-footer a {
	color:#FFF;
}
.site-footer a:hover, .site-footer a:focus {
	color:rgba(255,255,255,.7);
}
.site-footer .footer-menu {
	list-style: none;
	margin:0px 0px 40px;
	padding:0px;
	text-align: right;
}
.site-footer .footer-menu li {
	display: inline-block;
	font-size:20px;
	text-transform: uppercase;
	font-weight: 700;
	margin-left:8px;
}
.site-footer .footer-menu li a {
	color:#9ed9d8;
}
.site-footer .footer-menu li a:hover {
	color:#FFF;
}
.site-footer .social-menu {
	list-style: none;
	margin:11px 40px 11px 0px;
	padding:0px;
	float:right;
}
.site-footer .social-menu li {
	display: inline-block;
	margin-left:20px;
	width:40px;
	height:40px;
}
.site-footer .social-menu li a {
	display: block;
	width:40px;
	height:40px;
	background-position: center center;
	background-size:contain;
	background-repeat: no-repeat;
	position: relative;
	text-indent:-400%;
	overflow: hidden;
}
.site-footer .social-menu li a:hover {
	opacity:.3;
}
.site-footer .social-menu li a[href*="facebook.com"] {
	background-image: url("img/social-facebook.svg");
}
.site-footer .social-menu li a[href*="twitter.com"] {
	background-image: url("img/social-twitter.svg");
}
.site-footer .social-menu li a[href*="instagram.com"] {
	background-image: url("img/social-instagram.svg");
}
.site-footer .social-menu li a[href*="youtube.com"] {
	background-image: url("img/social-youtube.svg");
}
.site-footer .footer-single-button {
	float:right;
}
.site-footer a.footer-single-button {
	color:#45505f;
	padding: 15px 20px;
	min-width: 200px;
}
.site-footer .copyright {
	margin:25px 0px 0px;
	font-size:18px;
	color:rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
	.site-footer {
		text-align: center;
	}
	.site-footer.flex .inside-padding {
		padding-top:30px;
		padding-bottom:30px;
	}
	.site-footer .footer-address {
		display:none;
	}
	.site-footer .container-fluid {
		padding:0px 15px;
	}
	.site-footer .copyright {
		text-align: center;
		margin:0px 0px 10px;
		font-size: 16px;
	}
	.site-footer .footer-single-button {
		float:none;
	}
	.site-footer .footer-menu {
		display: none;
	}
	.site-footer .social-menu {
		margin:15px 0px 0px;
		text-align: center;
		float:none;
	}
	.site-footer .social-menu li {
		margin:0px 5px;
		width:35px;
		height:35px;
	}
	.site-footer .social-menu li a {
		width:35px;
		height:35px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.site-footer .inside-padding {
		padding:30px;
	}
	.site-footer {
		text-align: center;
	}
	.site-footer .footer-menu {
		display:none;
	}
	.site-footer .copyright {
		margin-bottom:30px;
	}
	.site-footer .footer-single-button {
		float:none;
		display:inline-block;
		vertical-align: top;
	}
	.site-footer .social-menu {
		float: none;
		display:inline-block;
		vertical-align: top;
	}
}
@media (min-width: 1200px) and (max-width: 1349px) {
	.site-footer .social-menu li {
		width:45px;
		height:45px;
	}
	.site-footer .social-menu li a {
		width:45px;
		height:45px;
	}
	.site-footer {
		font-size:20px;
	}
	.site-footer a.footer-single-button {
		padding: 20px 40px;
		min-width: 275px;
	}
}
@media (min-width: 1350px) {
	.site-footer {
		font-size:22px;
	}
	.site-footer .footer-menu li {
		font-size:22px;
		margin-left:10px;
	}
	.site-footer a.footer-single-button {
		padding: 20px 40px;
		min-width: 275px;
	}
}

/*--------------------------------------------------------------
## Flex Styles
--------------------------------------------------------------*/
.flex {
	padding:0px;
	position: relative;
}
.inside-padding {
	padding:60px;
	z-index:20;
}
.flex .topgradient {
	z-index: 200;
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:20%;
	background: rgba(0,0,0,0.1);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.2)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.flex.height-extra .inside-padding {
	padding:100px 60px;
}
.flex.width-thin .inside-padding {
	padding-left:15%;
	padding-right:15%;
}
.flex.bg-image, .flex.bg-video {
	background-color:#45505f;
	background-size:cover;
	background-position: center center;
	color:#FFF;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}
.flex.bg-video {
	overflow: hidden;
}
.flex.bg-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
}
.flex.text-dark {
	color:#45505f;
}
.flex.height-full {
	height:100vh;
	padding-top:97px;
}
.flex.height-full.fp-section {
	padding-top:0px;
}
.flex.height-full.fp-section .fp-tableCell {
	padding-top:97px;
}
/*.flex.height-full.bg-video, .flex.height-full.fp-section.bg-video .fp-tableCell {
	padding-top:0px;
}*/
.admin-bar .flex.height-full {
	height:calc(100vh - 32px);
}
.admin-bar #fullpage .flex.height-full {
	height:100vh;
}
.flex.height-tall {
    height: 610px;
}
.flex.height-tall.firstrow {
    padding-top:97px;
}
.height-full .inside-padding, .height-tall .inside-padding {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.bg-video {
	position: relative;
	background-position: center center;
	overflow: hidden;
	background-color:#000;
	padding:0px;
	color:#FFF;
}
.bg-video video {
	width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index:4;
    max-width: none;
    background:#000;
}
.bg-video .videoblocker {
	position: absolute;
	width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    z-index:5;
}
.bg-video .inside-padding {
	z-index: 10;
	position: relative;
}
.bg-video h1, .bg-video h2, .bg-image h1.white, .bg-image h2.white {
    text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
	.inside-padding {
		padding:30px 15px;
	}
	.flex .inside-padding {
		padding-bottom:5px;
	}
	.flex.height-extra .inside-padding {
		padding:60px 15px;
	}
	.flex.width-thin .inside-padding {
		padding-left:15px;
		padding-right:15px;
	}
	.flex.height-full {
		padding-top:64px;
	}
	.flex.height-full.fp-section .fp-tableCell {
		padding-top:64px;
	}
	.flex.height-tall.firstrow {
	    padding-top:64px;
	}
	.flex.height-tall {
	    height: 300px;
	}

}
@media (min-width: 768px) and (max-width: 991px) {
	.flex.height-tall {
	    height: 400px;
	}
	.flex.width-thin .inside-padding {
		padding-left:10%;
		padding-right:10%;
	}
}
@media (min-width: 768px) {
	.flex .content-here>*:first-child, .flex .inside-content-here>*:first-child {
		margin-top:0px;
	}
	.flex .content-here>*:last-child, .flex .inside-content-here>*:last-child {
		margin-bottom:0px;
	}
}
@media (min-width: 1200px) {

}

/*--------------------------------------------------------------
## Utility Styles
--------------------------------------------------------------*/
.no-bottom-margin .inside-padding {
	padding-bottom:0px;
}
.no-top-margin .inside-padding {
	padding-top:0px;
}
.margin-bottom {
	margin-bottom:30px;
}
.margin-top {
	margin-top:30px;
}

/*--------------------------------------------------------------
## Flex Home Stats
--------------------------------------------------------------*/
.home-stats {
	text-align: center;
}
.home-stats .textarea-left, .home-stats .textarea-right {
	font-family: "Gotham Cond SSm A", "Gotham Cond SSm B";
	font-weight: 300;
	text-transform: uppercase;
	font-size: 2.9vw;
    line-height: 1em;
	width:33%;
	display:inline-block;
}
.home-stats .textarea-left {
	margin-right:15%;
}
.home-stats .textarea-right {
	margin-left:15%;
}
.home-stats .container-fluid {
	padding-left:0px;
	padding-right:0px;
}
.home-stats .textarea-left strong, .home-stats .textarea-right strong {
	font-weight: 500;
}
.home-stats .home-graph-area {
	position: absolute;
    top: 50%;
	left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.home-stats .home-graph {
	text-align: center;
	width:21vw;
	height:21vw;
	border-radius: 50%;
	background:#eeeb65;
	color:#70a4b4;
	font-weight: 700;
	font-size:2.2vw;
	line-height: 1em;
	text-transform: uppercase;
}
.home-stats .home-graph span {
	display: block;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.home-stats .considered {
	width:9vw;
	height:9vw;
	border-radius: 50%;
	background:#70a4b4;
	color:#FFF;
	position: absolute;
	top:-5%;
	left:-5%;
	font-size:2.8vw;
	letter-spacing: -.05em;
}
.home-stats .actual {
	width:3.4vw;
	height:3.4vw;
	border-radius: 50%;
	background:#FFF;
	color:#70a4b4;
	position: absolute;
	top: -1%;
    right: -10%;
	font-size:1.3vw;
	letter-spacing:normal;
}
@media (max-width: 767px) {
	.home-stats .textarea-left, .home-stats .textarea-right {
		width:100%;
		display:block;
		font-size: 28px;
	}
	.home-stats .textarea-right {
		margin:0px;
	}
	.home-stats .container-fluid {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.home-stats .textarea-left p, .home-stats .textarea-right p {
		text-align: center !important;
		margin-bottom: 0px;
	}
	.home-stats .home-graph-area {
		position: relative;
	    top: 0px;
	    left: 0px;
	    transform: none;
	    margin: 30px auto;
	    width: 50vw;
	}
	.home-stats .home-graph {
		width: 50vw;
		height: 50vw;
		font-size: 5vw;
	}
	.home-stats .considered {
		width:12vw;
		height:12vw;
		top: 2vw;
	    left: 2vw;
		font-size: 3.6vw;
	}
	.home-stats .actual {
		width: 5vw;
		height: 5vw;
		top: -5%;
		right: -10%;
		font-size: 1.8vw;
	}
}

/*--------------------------------------------------------------
## Flex Big Image
--------------------------------------------------------------*/
.flex.big-image {
	background-size:cover;
	background-position: center center;
	color:#FFF;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	position: relative;
}
.flex.big-image:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 42%;
}
.flex.big-image .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-size:cover;
	background-repeat: no-repeat;
}

/*--------------------------------------------------------------
## Flex Side By Side
--------------------------------------------------------------*/
.flex.side-by-side {

}
.flex.side-by-side .container-fluid {
	padding-left:0px;
	padding-right:0px;
	overflow: hidden;
}
.flex.side-by-side .side-by-side-image {
	background-size:cover;
	background-position: center center;
}
.flex.side-by-side .side-by-side-image:before {
	content:"";
	display: block;
	position: relative;
	padding-top:60%;
}
.flex.side-by-side .side-by-side-image-area {
	padding-right:0px;
}
.flex.side-by-side .side-by-side-image-area.col-md-push-6 {
	padding-right:15px;
	padding-left:0px;
}
.flex.side-by-side .inside-content-here {
	padding:60px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	.flex.side-by-side .inside-content-here {
		padding:30px;
		position: relative;
		top: 0px;
		transform: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 1200px) {

}


/*--------------------------------------------------------------
## Flex Fact Area
--------------------------------------------------------------*/
.flex.fact-area {
	color:#FFF;
	text-align: center;
}
.flex.fact-area .inside-padding {
	padding-left:0px;
	padding-right:0px;
}
.flex.fact-area h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size:25px;
	color:#70a4b4;
	margin-bottom:0px;
	letter-spacing: 1px;
}
.flex.fact-area h5 {
	text-transform: uppercase;
	font-weight: bold;
	font-size:3.6vw;
	margin-bottom:0px;
	font-family: 'BrushUp';
	line-height: 1em;
}
@media (max-width: 767px) {
	.flex.fact-area .inside-padding {
		padding-bottom:15px;
	}
	.flex.fact-area h5 {
		margin-bottom:20px;
	}
}


/*--------------------------------------------------------------
## Flex Big Quote
--------------------------------------------------------------*/
.flex.big-quote {
	font-size:3.5vw;
	line-height: 1.2em;
	color:#db765a;
	font-weight: bold;
}
.flex.big-quote .inside-padding {
	padding:100px 80px 120px 140px;
}
.flex.big-quote .quote {
	position: relative;
}
.flex.big-quote .quote-mark {

}
.flex.big-quote .quote-mark svg {
	width:8vw;
	height:auto;
}
.flex.big-quote .quote-mark svg path {
	fill: #70a4b4;
}
.flex.big-quote .quote-left {
	position: absolute;
	top: 10px;
    left: -10vw;
}
.flex.big-quote .quote-right {
	position: relative;
	display:inline-block;
	vertical-align: top;
}
.flex.big-quote .quote-right .quote-inside {
	position: absolute;
	top:.2em;
	left:0px;
}
@media (max-width: 767px) {
	.flex.big-quote {
		font-size:28px;
		line-height: 1.2em;
		text-align: center;
		height:auto;
	}
	.flex.big-quote .inside-padding {
		padding:30px;
		top: 0px;
    	transform: none;
	}
	.flex.big-quote .quote-left {
		display: block;
		position: relative;
		top: 0px;
	    left: 0px;
	}
	.flex.big-quote .quote-right {
		position: relative;
		display:block;
		vertical-align: top;
		margin-top:5px;
	}
	.flex.big-quote .quote-right .quote-inside {
		position: relative;;
		top:0px;
		left:0px;
	}
}
@media (max-width: 500px) {
	.flex.big-quote .inside-padding {
		padding:15px;
	}
}
@media (min-width: 1200px) {
	.flex.big-quote .inside-padding {
		padding:100px 8% 140px 18%;
	}
}


/*--------------------------------------------------------------
## Flex Family Gallery
--------------------------------------------------------------*/
.flex.family-gallery {

}
.flex.family-gallery .family-gallery-inside {
	position: relative;
}
.flex.family-gallery .family-gallery-inside img {
	width:100%;
	height:auto;
}
.flex.family-gallery .slick-arrow {
	opacity: 0;
	position:absolute;
	top:50%;
	width:50px;
	height:50px;
	margin-top:-25px;
	border-radius: 50%;
	background:#db765a;
	border:0px;
	z-index: 100;
	text-indent: -500%;
	overflow: hidden;
	transition: all 0.3s ease;
	background-repeat:no-repeat;
}
.flex.family-gallery:hover .slick-arrow {
	opacity:1;
}
.flex.family-gallery .slick-arrow:hover {
	background-color:#9ed9d8;
}
.flex.family-gallery .slick-arrow:focus {
	background-color:#9ed9d8;
	outline:0;
}
.flex.family-gallery .slick-track .slick-slide a:focus {
	outline:0;
}
.flex.family-gallery .slick-prev {
	left:20px;
	background-image:url("img/arrow-left.svg");
	background-size:17px 20px;
	background-position: 42% 50%;
}
.flex.family-gallery .slick-next {
	right:20px;
	background-image:url("img/arrow-right.svg");
	background-size:17px 20px;
	background-position: 58% 50%;
}


/*--------------------------------------------------------------
## Mission Stats One
--------------------------------------------------------------*/
.flex.mission-stat-one {
	color:#FFF;
	font-family: "Gotham Cond SSm A", "Gotham Cond SSm B";
	font-weight: 300;
	text-transform: uppercase;
	font-size: 2.9vw;
    line-height: 1em;
}
.flex.mission-stat-one .column-1 {
	text-align: right;
	padding-right:100px;
}
.flex.mission-stat-one .column-2 {
	text-align: left;
	padding-right:100px;
}
.flex.mission-stat-one .content-here .inside-content-here {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	.flex.mission-stat-one {
		font-size: 24px;
	    line-height: 1em;
	}
	.flex.mission-stat-one .column-1 {
		text-align: center;
		padding-right:15px;
	}
	.flex.mission-stat-one .column-2 {
		text-align: center;
		padding-right:15px;
	}
	.flex.mission-stat-one .content-here .inside-content-here {
		position: relative;
		top: 0px;
		transform: none;
	}
	.flex.mission-stat-one img {
		max-width: 250px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

}

/*--------------------------------------------------------------
## Mission Stats Two
--------------------------------------------------------------*/
.flex.mission-stat-two {

}
.flex.mission-stat-two .inside-content-here {
	padding:0px 10%;
}
.flex.mission-stat-two h5 {
	font-size: 2.0vw;
	font-weight: 100;
	text-transform: uppercase;
	font-family: "Gotham Cond SSm A", "Gotham Cond SSm B";
    line-height: 1.1em;
	color:#5c6572;
	margin-top:20px;
}
@media (max-width: 767px) {
	.flex.mission-stat-two .inside-content-here {
		padding:0px 15px;
	}
	.flex.mission-stat-two h5 {
		font-size: 24px;
	}
	.flex.mission-stat-two img {
		max-width: 210px;
		height:auto;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (max-height: 800px) {
	.flex.mission-stat-two img {
		height: 44vh;
    	width: auto;
	}
}


/*--------------------------------------------------------------
## Featured Family Shortcode
--------------------------------------------------------------*/
ul.featured-family-shortcode {
	list-style: none;
	margin:0px;
	padding:0px;
	text-align: center;
	margin-top: 7vh;
	margin-bottom:7vh;
	margin-left: -50px;
	margin-right: -50px;
}
ul.featured-family-shortcode li {
	display: inline-block;
	margin:0px 10px;
	font-family: 'BrushUp';
	font-size: 2.4vw;
    line-height: 1em;
	vertical-align: top;
}
ul.featured-family-shortcode li a {
	display:block;
	width:18vw;
	height:18vw;
	border:solid 10px #FFF;
	background-position: center center;
	background-size:cover;
	border-radius:50%;
	position: relative;
	color:#FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
ul.featured-family-shortcode li a:hover, ul.featured-family-shortcode li a:focus {
	border-color:#eeeb65;
}
ul.featured-family-shortcode li a span {
	display:block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color:transparent;
}
ul.featured-family-shortcode li a:hover span, ul.featured-family-shortcode li a:focus span {
	color:#FFF;
}
@media (max-width: 767px) {
	ul.featured-family-shortcode {
		margin:15px 5%;
	}
	ul.featured-family-shortcode li {
		display: inline-block;
		margin:0px;
	}
	ul.featured-family-shortcode li a {
		width: 30vw;
    	height: 30vw;
		border-width:5px;
	}
	ul.featured-family-shortcode li a span {
		display:none;
	}
}

/*--------------------------------------------------------------
## Progress Bar and Family Numbers
--------------------------------------------------------------*/
.progressbar {
	background:rgba(255,255,255,.2);
	border-radius: 30px;
	height:30px;
}
.progressbar .progressbar-progress {
	background:#eeeb65;
	border-radius: 30px;
	height:30px;
}
.numbers {
	margin-top:30px;
	color:#FFF;
	font-size:20px;
}
.numbers .totals {
	float:left;
	text-align: left;
}
.numbers .daysleft {
	float:right;
	text-align: left;
}
@media (max-width: 767px) {
	.numbers {
		margin-top:15px;
		color:#FFF;
		font-size:16px;
	}
	.progressbar {
		border-radius: 20px;
		height:20px;
	}
	.progressbar .progressbar-progress {
		border-radius: 20px;
		height:20px;
	}
}
@media (max-width: 400px) {
	.numbers .totals {
		float:none;
		text-align: center;
	}
	.numbers .daysleft {
		float:none;
		text-align: center;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.numbers {
		font-size:16px;
	}
}
@media (min-width: 1200px) {
	.numbers {
		font-size:24px;
	}
}

/*--------------------------------------------------------------
## Family List
--------------------------------------------------------------*/
.family-list {
	padding:60px 40px;
	text-align: center;
}
.family-list .hentry {
	float:left;
	width:50%;
	text-align: left;
}
.family-list .hentry .inside-padding {
	padding:0px 30px 70px;
}
.family-list .hentry:nth-child(2n+3) {
	clear:left;
}
.family-list .hentry a {
	display: block;
	color:#45505f;
}
.family-list .entry-header {
	margin-bottom:30px;
}
.family-list .hentry a h2 {
	font-weight: 100;
	font-size:36px;
	margin:0px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.family-list .hentry a:hover h2 {
	color:#9ed9d8;
}
.family-list .hentry .post-thumbnail {
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
}
.family-list .hentry .post-thumbnail img {
	max-width: 100%;
}
.family-list .hentry .progressbar {
	background:rgba(0,0,0,.05);
	border-radius:20px;
	height:20px;
}
.family-list .hentry .progressbar .progressbar-progress {
	border-radius: 20px;
	height:20px;
}
.family-list .numbers {
	margin-top:30px;
	color:#70a4b4;
	font-size:17px;
}
@media (max-width: 767px) {
	.family-list {
		padding:60px 30px 0px;
	}
	.family-list .hentry {
		float:none;
		width:100%;
		text-align: left;
		margin-bottom:60px;
		max-width: 450px;
	    margin-right: auto;
	    margin-left: auto;
	}
	.family-list .hentry a h2 {
		font-size: 30px;
	}
	.family-list .entry-header {
		margin-bottom:15px;
	}
	.family-list .numbers {
		margin-top:15px;
	}
	.family-list .hentry .inside-padding {
		padding:0px 15px 0px 15px;
	}
}
@media (max-width: 400px) {
	.family-list {
		padding:30px 15px 0px;
	}
	.family-list .hentry a h2 {
		font-size: 26px;
		text-align: center;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 1200px) {
	.family-list .hentry {
		width:33.333%;
	}
	.family-list .hentry:nth-child(2n+3) {
		clear:none;
	}
	.family-list .hentry:nth-child(3n+4) {
		clear:left;
	}
}



/*--------------------------------------------------------------
## Family Top
--------------------------------------------------------------*/
body .flex.family-top {
	background-color:#9ed9d8;
	overflow: hidden;
	position: relative;
	height:50vw;
}
/*.family-top:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 50%;
}*/
/*.family-top .family-top-inside {
	position: absolute;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    width:100%;
}*/
.family-top .inside-padding {
    position: relative;
    top: 56%;
    transform: translateY(-50%);
}
.family-top h1 {
	font-weight: 100;
	margin-bottom:30px;
	line-height: 1.2;
}
.family-top .overlay-photo {
	position: absolute;
	top:-10px;
	right:-10px;
	bottom:-10px;
	left:-10px;
	background-size:cover;
	background-position: center center;
	-webkit-filter: blur(7px) grayscale(100%) opacity(15%);
	filter: blur(7px) grayscale(100%) opacity(15%);
}
.family-top .family-image-area {
	padding-right:30px;
}
.family-top .family-title-area {
	padding-left:30px;
}
.family-top .post-thumbnail .image {
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
	background-position: center center;
	background-size:cover;
	background-repeat: no-repeat;
}
.family-top .post-thumbnail img {
	max-width: 100%;
}
.family-top .play-family-video {
	display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0px 0px -40px;
	background:#db765a;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	border-radius: 50%;
	background-image:url("img/arrow-right.svg");
	background-position: 58% 50%;
	background-size:27px 30px;
	background-repeat:no-repeat;
}
.family-top .horz-left .play-family-video {
	left:25%;
}
.family-top .horz-right .play-family-video {
	left:75%;
}
.family-top .vert-top .play-family-video {
	top:25%;
}
.family-top .vert-bottom .play-family-video {
	top:75%;
}
.family-top .btn-row {
	margin-top:30px;
}
@media (max-width: 767px) {
	body .flex.family-top {
		padding-top:100px;
		height:auto;
	}
	.family-top h1 {
		text-align: center;
	}
	.family-top .inside-padding {
		position: relative;
	    top: 0;
	    transform: none;
		padding-left: 15px;
    	padding-right: 15px;
		padding-top:15px;
		padding-bottom:25px;
	}
	.family-top .family-image-area {
		padding-right:15px;
	}
	.family-top .family-title-area {
		margin-top:30px;
		padding-left:15px;
	}
	.family-top .btn-primary {
		display:block;
		padding-top:16px;
		padding-bottom:16px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.family-top {
		padding-top:100px;
		height:auto;
	}
	.family-top .inside-padding {
		position: relative;
		top: 0;
		transform: none;
		padding-left: 15px;
		padding-right: 15px;
		padding-top:15px;
	}
	.family-top .family-donate-btn {
		padding: 15px 20px;
	}
}
@media (min-width: 1200px) {

}

/*--------------------------------------------------------------
## Family Bottom
--------------------------------------------------------------*/
.family-bottom {
	text-align: center;
	color:#FFF;
}
.family-bottom h2 {
	font-weight: 100;
	margin-bottom:60px;
	line-height: 1.2;
}
.family-bottom .inside-padding {
	padding:80px 5%;
}
.family-bottom .numbers {
	margin-top:10px;
}
@media (max-width: 767px) {
	.family-bottom h2 {
		margin-bottom:15px;
	}
	.family-bottom .inside-padding {
		padding:30px;
	}
	.family-bottom .numbers {
		margin-top:10px;
	}
	.family-bottom .btn-row {
		margin-top:15px;
	}
	.family-bottom .btn-primary {
		display:block;
		padding-top:16px;
		padding-bottom:16px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.family-bottom h2 {
		margin-bottom:30px;
	}
	.family-bottom .inside-padding {
		padding:30px;
	}
	.family-bottom .numbers {
		margin-top:10px;
	}
	.family-bottom .btn-row {
		margin-top:30px;
	}
	.family-bottom .btn-primary {

	}
}
@media (min-width: 1200px) {
	.family-bottom .inside-padding {
		padding:80px 10%;
	}
}

/*--------------------------------------------------------------
## AALS Tabs
--------------------------------------------------------------*/
.aals-tabs {

}
.aals-tabs .inside-padding {
	padding-left:0px;
	padding-right:0px;
}
.aals-tabs ul {
	list-style: none;
	text-align: center;
	margin:0px;
	padding:0px;
}
.aals-tabs ul li {
	display:inline-block;
	margin:0px 10px;
	padding:0px;
}
.family-tabs.aals-tabs ul li {
	margin:0px 30px;
}
.aals-tabs ul li a {
	display:block;
	border:solid 2px transparent;
	border-radius: 0px;
	padding:20px 20px;
	min-width:200px;
	text-transform: uppercase;
	font-weight: 700;
	font-size:24px;
	color:#FFF;
	position: relative;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.family-tabs.aals-tabs ul li a {
	padding:20px 40px;
}
.aals-tabs ul li a:hover {
	border-color:rgba(0,0,0,.15);
}
.aals-tabs ul li.current a {
	border-color:#eeeb65;
	color:#eeeb65;
}
.aals-tabs ul li a:after {
	content:"";
	display:block;
	background:url("img/arrow-down.svg") 0px 0px no-repeat;
	width:40px;
	height:15px;
	background-size:40px 15px;
	position: absolute;
	bottom:-15px;
	left:50%;
	margin-left:-20px;
	opacity:0;
	-webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.aals-tabs ul li.current a:after {
	opacity:1;
}
@media (max-width: 767px) {
	.aals-tabs .inside-padding {
		padding-top:30px;
		padding-bottom:20px;
	}
	.aals-tabs ul li {
		margin:0px 0px 10px;
	}
	.family-tabs.aals-tabs ul li {
		margin:0px 0px 10px;
	}
	.aals-tabs ul li a {
		padding: 10px 13px;
		min-width:0px;
		font-size:18px;
	}
	.family-tabs.aals-tabs ul li a {
		padding: 10px 13px;
	}
	.aals-tabs ul li a:after {
		width:20px;
		height:8px;
		background-size:20px 8px;
		bottom:-8px;
		margin-left:-10px;
	}
	.aals-tabs ul li a span {
		display:none;
	}
}
@media (max-width: 374px) {
	.aals-tabs ul li a {
		padding: 10px 10px;
		font-size:16px;
	}
	.family-tabs.aals-tabs ul li a {
		padding: 10px 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.aals-tabs ul li a {
		padding: 15px 25px;
		min-width:0px;
		font-size:22px;
	}
	.family-tabs.aals-tabs ul li a {
		padding: 15px 25px;
	}
	.aals-tabs ul li a span {
		display:none;
	}
}
@media (min-width: 1200px) {
	.aals-tabs ul li {
		margin:0px 10px;
	}
	.family-tabs.aals-tabs ul li {
		margin:0px 60px;
	}
}

/*--------------------------------------------------------------
## Our Story Tab
--------------------------------------------------------------*/
.our-story-content .inside-padding {
	padding:100px 10%;
}
.our-story-content .extra-padding {
	padding-left:45px;
}
@media (max-width: 767px) {
	.our-story-content .inside-padding {
		padding-top:30px;
		padding-bottom:30px;
		padding-right: 15px;
    	padding-left: 15px;
	}
	.our-story-content .extra-padding {
		padding-right: 15px;
    	padding-left: 15px;
	}
}
@media (min-width: 1200px) {
	.our-story-content .inside-padding {
		padding:100px 10%;
	}
}

/*--------------------------------------------------------------
## Our Family Tab
--------------------------------------------------------------*/
.our-family-tab .inside-padding {
	padding:100px 10%;
}
.our-family-tab .excerpt {
	margin-bottom:60px;
}
@media (max-width: 767px) {
	.our-family-tab .inside-padding {
		padding:30px 30px;
	}
	.our-family-tab .excerpt {
		margin-bottom:30px;
	}
}
@media (min-width: 1200px) {
	.our-family-tab .inside-padding {
		padding:100px 15%;
	}
}

/*--------------------------------------------------------------
## Weekly Email Signup
--------------------------------------------------------------*/
.weekly-email-signup .gform_wrapper {
	margin:0px 20%;
}
.weekly-email-signup .gform_wrapper .top_label .gfield_label {
	display:none;
}
.weekly-email-signup .gform_wrapper .gform_body {
	float:left;
	width:70%;
}
.weekly-email-signup .gform_wrapper ul.gform_fields li.gfield {
	padding-right:0px;
}
.weekly-email-signup .gform_wrapper .gform_footer {
	float:left;
	width:30%;
	clear: none;
	margin:0px;
	padding:0px;
}
.weekly-email-signup .gform_wrapper .top_label div.ginput_container {
	margin:0px;
}
.weekly-email-signup .gform_wrapper ul li.gfield {
	margin:0px;
}
.weekly-email-signup .ginput_container_email input {
	width:100% !important;
	margin-right:0px;
	border:0px;
	height:68px;
	padding:15px !important;
}
.weekly-email-signup .gform_wrapper .gform_footer input.button,
.weekly-email-signup .gform_wrapper .gform_footer input[type=submit] {
	min-width: 0;
	margin-right:0px;
	line-height: 1.4em;
}

/*--------------------------------------------------------------
## Updates Tab
--------------------------------------------------------------*/
.updates-tab .inside-padding {
	padding:100px 10%;
}
.update.hentry {
	padding-left:170px;
	position: relative;
	margin-bottom:60px;
}
.update.hentry .date-area {
	width:140px;
	height:140px;
	position: absolute;
	top:0px;
	left:0px;
	border-radius: 50%;
	color:#FFF;
	background:#9ed9d8;
	text-align: center;
}
.update.hentry .date-area .month {
	font-size:20px;
	line-height: 20px;
	margin-bottom:1px;
	margin-top:30px;
	font-weight: bold;
	text-transform: uppercase;
}
.update.hentry .date-area .day {
	font-size:58px;
	line-height: 58px;
	font-weight: bold;
}
@media (max-width: 767px) {
	.updates-tab .inside-padding {
		padding:30px 15px;
	}
	.update.hentry {
		padding-left:0px;
		margin-bottom:30px;
	}
	.update.hentry .date-area {
		position: relative;
		margin: 0 auto 15px;
		padding-top: 1px;
	}
	.update.hentry .date-area .month {
		font-size:20px;
		line-height: 20px;
		margin-bottom:1px;
		margin-top:30px;
		font-weight: bold;
		text-transform: uppercase;
	}
	.update.hentry .date-area .day {
		font-size:58px;
		line-height: 58px;
		font-weight: bold;
	}
}
@media (min-width: 1200px) {
	.updates-tab .inside-padding {
		padding:100px 15%;
	}
}

/*--------------------------------------------------------------
## Blog Styles
--------------------------------------------------------------*/
.flex.blog-recent-post>.inside-padding {
	padding-left:10%;
	padding-right:10%;
}
.flex.blog-recent-post .excerpt.zebra {
	background:transparent;
}
.flex.blog-recent-post .excerpt .inside-padding {
	padding:0px;
    top: 0px;
    transform:none;
}
.excerpt .extra-padding {
	padding-left:40px;
}
.excerpt h2.no-content {
	margin-bottom:0px;
}
.circle-thumb .post-thumbnail {
	position: relative;
}
.circle-thumb .post-thumbnail:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 100%;
}
.circle-thumb .post-thumbnail .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-size:cover;
	background-repeat: no-repeat;
	border-radius: 50%;
}
.excerpt {

}
.excerpt .inside-padding {
	padding-left:8%;
	padding-right:8%;
}
.excerpt.zebra:nth-child(odd) {
	background:#f3f3f3;
}
.excerpt:last-of-type {
	margin-bottom: 0px;
}
.blog-top {
	height:650px;
	position: relative;
}
.blog-top .btn-row {
	position: absolute;
	bottom:0px;
	left:0px;
	width:100%;
	text-align: center;
	transform: translateY(50%);
}
.blog-header {
	text-align: center;
}
body .content-area .blog-header .inside-padding {
	padding:100px 10% 60px 10%;
}
.single-post .content-area .inside-padding {
	padding:60px 20% 60px 20%;
}
.blog-header .blog-header-excerpt {
	margin-top:30px;
	font-size:32px;
	line-height: 1.4;
}
.author-bio {
	margin-top:60px;
}
.author-bio .row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.author-bio .wp-post-image {
	border-radius: 50%;
}
.author-bio h6 {
	text-transform: uppercase;
    margin: 0px;
    font-size: 20px;
    font-weight: 200;
    line-height: 18px;
    color:#9fa8b4;
    font-family: "Gotham Cond SSm A", "Gotham Cond SSm B";
}
.author-bio h5 {
	margin: 0px;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    color:#9ed9d8;
}
.author-bio .content-here {
	font-size:16px;
	color:#666;
}
.author-bio .content-here *:last-child {
	margin-bottom:0px;
}
.entry-meta {
	font-family: "Gotham Cond SSm A", "Gotham Cond SSm B";
	font-weight: 300;
	text-transform: uppercase;
	font-size: 26px;
	color:#9fa8b4;
    line-height: 1em;
}
.excerpt .entry-meta {
	margin-bottom:20px;
}
.excerpt .btn-row {
	margin-top:20px;
}
.excerpt-content>*:first-child {
	margin-top:0px;
}
.excerpt-content>*:last-child,  .excerpt-content>*:last-child {
	margin-bottom:0px;
}
.site-content .blog-top .inside-padding {
	text-align: center;
	position: absolute;
	padding-bottom:0px;
	width:100%;
	bottom:100px;
	left:0px;
}
.blog-top .inside-padding .entry-meta {
	color:#FFF;
}
.blog-top h1 {
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
}
header.blog-header {
    display:none;
}
header.blog-header-home {
	display:block;
}
header.blog-header-home .blog-header-title-meta {
	display:none;
}
@media (max-width: 767px) {
	.blog-top .inside-padding {
	    display:none;
	}
	header.blog-header {
	    display:block;
	}
	header.blog-header-home .blog-header-title-meta {
		display:block;
	}
	.author-bio {
		text-align: center;
		padding:0px 10%;
		margin-top:30px;
	}
	.author-bio .row {
		display: block;
	}
	.author-bio .image-area {
		text-align: center;
	}
	.author-bio .wp-post-image {
		max-width:180px;
		margin:0 auto 15px;
	}
	.author-bio h5 {
	    font-size: 22px;
	    line-height: 26px;
	}
	.author-bio .content-here {
		font-size:14px;
	}
	.flex.blog-recent-post .excerpt-content {
		display:none;
	}
	.flex.blog-recent-post .inside-padding {
		padding-top:0px;
		padding-bottom:0px;
	}
	.excerpt .entry-header, .excerpt .btn-row {
		text-align: center;
	}
	.excerpt .extra-padding {
		padding-left:15px;
	}
	.entry-meta {
		font-size: 20px;
	}
	.circle-thumb .post-thumbnail {
		max-width: 150px;
		margin:0 auto 30px;
	}
	.blog-top {
		height:300px;
		position: relative;
	}
	body .content-area .blog-header .inside-padding {
		padding:50px 15px 30px 15px;
	}
	body.single-post .content-area .blog-header .inside-padding {
		padding-top:30px;
	}
	body.single-post .content-area .inside-padding {
		padding:0px 30px 30px 30px;
	}
	.blog-header .blog-header-excerpt {
		margin-top:15px;
		font-size:16px;
		line-height: 1.6;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.blog-top {
	    height: 400px;
	}
	body .site-content .content-area .blog-top .inside-padding {
		padding-bottom:0px;
		bottom:40px;
	}
	body.blog .site-content .content-area .blog-top .inside-padding {
		bottom:70px;
	}
	.blog-header .blog-header-excerpt {
		font-size:24px;
		line-height: 1.4;
	}
	.blog-header .blog-header-excerpt p {
		margin-bottom:0px;
	}
	body .content-area .blog-header-home .inside-padding {
		padding-top:60px;
	}
	body.single-post .content-area .inside-padding {
		padding:30px 10% 30px 10%;
	}
	body.single-post .entry-header .inside-padding {
		padding-top:60px;
	}
}
@media (min-width: 1200px) {
	.blog-header .inside-padding {
		padding:100px 10% 80px 10%;
	}
	.single-post .content-area .blog-header .inside-padding {
		padding-top:80px;
	}
}


/*--------------------------------------------------------------
# Staff Pages
--------------------------------------------------------------*/
/*.staff-header {
	margin:0px;
	height:400px;
	background-size: cover;
	background-position: center center;
	text-align: center;
	padding-top:82px;
	padding-right:30px;
	padding-left:30px;
}
.staff-header h1 {
	margin:0px;
	font-size:60px;
	font-weight: 300;
	color:#FFF;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.staff-header h1 strong {
	font-weight: 500;
}*/
.staff-list {
	list-style: none;
	margin:15px;
	padding:0px;
}
.staff-list a {
	display:block;
	text-align: center;
}
.staff-list .inside-padding {
	padding:60px;
}
.staff-list .col-md-4 {
	padding-left:30px;
	padding-right:30px;
}
.staff-list .flip-container {
    width:100%;
    margin-bottom:15px;
    position: relative;
}
html.preserve3d .staff-list .flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}
.staff-list .flip-container:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 100%;
}
.staff-list .flipper {
    position: absolute;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    width:100%;
/* 	height:362px; */
}
html.preserve3d .staff-list .flipper {
	-webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
}
.staff-list .front, .staff-list .back {
	position: absolute;
	top:0px;
    right:0px;
    bottom:0px;
    left:0px;
	width:100%;
}
.staff-list .back {
	display:none;
}
html.preserve3d .staff-list .front, html.preserve3d .staff-list .back {
	display:block;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-moz-transform: rotateY(0deg);
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	-o-transform: rotateY(0deg);
	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;
	-ms-transform: rotateY(0deg);
	transition: 0.6s;
	transform-style: preserve-3d;
	transform: rotateY(0deg);
}
.staff-list .front:before, .staff-list .back:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 100%;
}
.staff-list .front {
    z-index: 2;
}
html.preserve3d .staff-list .front {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
html.preserve3d .staff-list .back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.staff-list a:hover .flip-container .flipper .front {
	display:none;
}
html.preserve3d .staff-list a:hover .flip-container .flipper .front {
	display:block;
}
.staff-list a:hover .flip-container .flipper .back {
	display:block;
}
html.preserve3d .staff-list a:hover .flip-container .flipper {
	transform: rotateY(180deg);
}
.staff-list .post-thumbnail {
	background-size:cover;
	background-position: center center;
	top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    position: absolute;
	border-radius: 50%;
	background-color:#f3f3f3;
}
.staff-list .post-thumbnail img {
	width:100%;
	height:auto;
}
.staff-list a h2 {
	margin:10px 0px 0px;
	font-size:34px;
}
.staff-list a .position {
	color:#8f9090;
}
.staff-list a:hover, .staff-list li.active a {
	text-decoration: none;
}
.staff-header-bar {
	position: fixed;
	width:100%;
	height:97px;
	background:#45505f;
	z-index:20;
}
.staff-single:before {
	content:"";
	position: relative;
	width:100%;
	height:97px;
	background:#45505f;
}
.staff-single {
	background:#70a4b4;
	color:#FFF;
}
.staff-single-photo {
	float:left;
	width:65%;
	height:200px;
}
.staff-single-photo .staff-featured-image {
	background-size:cover;
	background-position: center center;
	position: fixed;
	width:65%;
}
.staff-single-content {
	float:left;
	width:35%;
	padding:60px;
	text-align: left;
}
.staff-single-content .entry-header {
	text-align: center;
	margin-bottom:30px;
}
.staff-single-content h1 {
	margin-bottom: 0px;
	margin-top:0px;
	font-size:40px;
}
.staff-single-content .position {
	color:rgba(255,255,255,.6);
}
.staff-single-content .bio-circle-area {
	text-align: center;
}
.staff-single-content .bio-circle-area .bio-circle {
	width:50%;
	margin:0px auto 30px;
	border-radius: 50%;
	background-size:cover;
	background-position: center center;
	max-width:200px;
	max-height:200px;
}
.staff-single-content .bio-circle-area .bio-circle img {
	width:100%;
	height:auto;
}
.staff-single-content .mom-photo {
	margin-top:20px;
}
.staff-list .excerpt-staff-area:nth-child(3n+4) {
	clear:left;
}
@media (max-width: 767px) {
	.staff-header-bar {
		height:64px;
	}
	.staff-single:before {
		height:64px;
	}
	.staff-list .inside-padding {
		padding:30px;
	}
	.staff-list .flip-container {
		max-width: 250px;
		margin-right:auto;
		margin-left:auto;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.staff-list .excerpt-staff-area:nth-child(3n+4) {
		clear:none;
	}
	.staff-list .excerpt-staff-area:nth-child(2n+3) {
		clear:left;
	}
}
@media (max-width: 991px) {
	.staff-header {
		height:300px;
		padding-right:15px;
		padding-left:15px;
	}
	.staff-header h1 {
		font-size: 40px;
	}
	.staff-single-photo {
		float:none;
		width:100%;
		height:auto;
	}
	.staff-single-photo .staff-featured-image {
		width:100%;
		position: relative !important;
		height:auto !important;
	}
	.staff-single-photo .staff-featured-image img {
		width:100%;
		height:auto;
	}
	.staff-single-content {
		float:none;
		width:100%;
		padding:30px;
	}
}

/*--------------------------------------------------------------
## Donate Area
--------------------------------------------------------------*/
#donate-suggested-amounts .btn-primary {
	width: 18%;
    margin-right: 1%;
	min-width: 1px;
	padding-left:20px;
	padding-right:20px;
}
#donate-suggested-amounts .btn-primary:hover {
	background:#eeeb65;
	color:#FFF;
}
.donate-area {
	position: fixed;
	top:0px;
	right:0px;
	bottom:0px;
	left:-100%;
	background:#45505f;
	color:#FFF;
	width:100%;
	height: 100vh;
	z-index:400;
	opacity:0;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.body-fixed {
    position: fixed;
    width: 100%;
}
.donate-area.revealed {
	opacity:1;
	left:0px;
}
.donate-area .form-control {
	border:solid 2px transparent;
	background:rgba(255,255,255,.05);
	color:#FFF;
	font-size: 18px;
    height: 50px;
    padding: 6px 17px;
	border-radius: 0px;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.donate-box h3 {
	text-align: center;
	margin-bottom:15px;
}
.donate-box h5 {
	text-align: center;
	margin-bottom:15px;
}
.donate-area select.form-control {
	-webkit-appearance:none;
}
.donate-area .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color:#eeeb65;
}
.donate-area .close-btn {
	width: 40px;
    height: 40px;
    background: url("img/close.svg") 0px 0px no-repeat;
    background-size: 40px 40px;
    position: absolute;
    top: 40px;
    right: 40px;
	overflow: hidden;
	text-indent:-9999px;
	border:0px;
	-webkit-appearance:none;
}
.donate-area .back-btn {
	width: 40px;
    height: 40px;
    background: url("img/back.svg") 0px 0px no-repeat;
    background-size: 20px 40px;
    position: absolute;
    top: 40px;
    left: 40px;
	text-indent:-9999px;
	border:0px;
	-webkit-appearance:none;
}
.donate-area .close-btn:hover, .donate-area .back-btn:hover {
	opacity:.4;
}
.admin-bar .donate-area .close-btn, .admin-bar .donate-area .back-btn {
	top:72px;
}
.donate-area .donate-box {
	position: relative;
    top: 52%;
    transform: translateY(-50%);
	width: 700px;
    margin: 0 auto;
}
.donate-area.notransform .donate-box {
    top: 0;
    transform: none;
	padding:30px 0px;
}
.donate-area .donate-box {
	/*position: absolute;
	bottom:70px;
	width:600px;
	left:50%;
	margin-left:-300px;
	z-index:10;*/
}
.donate-area .donate-box .top {
	/*padding:10px 44px;*/
	/*background:rgba(62,193,223,.85);*/
	color:rgba(255,255,255,.5);
	font-size:22px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
	position: relative;
	margin-bottom:20px;
}
.donate-area .donate-box .top .back-btn:focus {
	outline:0;
}
.donate-area .donate-box .white-area {
	/*padding:10px;
	background:rgba(255,255,255,.85);*/
}
.donate-area .donate-box .white-area label {
	display:none;
}
/* https://kyusuf.com/post/completely-css-custom-checkbox-radio-buttons-and-select-boxes */
.donate-area .donate-box .white-area label.checkbox-label {
	display:block;
	font-weight: 300;
	font-size:16px;
	position: relative;
	padding-left:30px;
}
.donate-area .donate-box .white-area label.checkbox-label input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.donate-area .donate-box .white-area label.checkbox-label .control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: rgba(255,255,255,.05);
}
/* Hover and focus states */
.donate-area .donate-box .white-area label.checkbox-label:hover .control__indicator,
.donate-area .donate-box .white-area label.checkbox-label input:focus ~ .control__indicator {

}
/* Checked state */
.donate-area .donate-box .white-area label.checkbox-label input:checked ~ .control__indicator {
	background: #eeeb65 url("img/check-mark-grey.svg");
	background-position: center center;
	background-repeat:no-repeat;
	background-size:14px 11px;
}
/* Hover state whilst checked */
.donate-area .donate-box .white-area label.checkbox-label:hover input:not([disabled]):checked ~ .control__indicator,
.donate-area .donate-box .white-area label.checkbox-label input:checked:focus ~ .control__indicator {

}
/* Disabled state */
.donate-area .donate-box .white-area label.checkbox-label input:disabled ~ .control__indicator {
	pointer-events: none;
	opacity: .6;
}
/* Check mark */
.donate-area .donate-box .white-area label.checkbox-label .control__indicator:after {
	position: absolute;
	display: none;
	content: '';
}
/* Show check mark */
.donate-area .donate-box .white-area label.checkbox-label input:checked ~ .control__indicator:after {
	display: block;
}
/* Checkbox tick */
.donate-area .donate-box .white-area label.checkbox-label .control__indicator:after {

}
/* Disabled tick colour */
.donate-area .donate-box .white-area label.checkbox-label input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}
/* Disabled circle colour */
.donate-area .donate-box .white-area label.checkbox-label input:disabled ~ .control__indicator:after {
	background: #7b7b7b;
}
.donate-area .donate-box .white-area .donation-amount {
	float:left;
	width: 32%;
    margin-right: 1.5%;
	background:rgba(255,255,255,.05) url("img/dollar-sign.svg") 20px center no-repeat;
	background-size:18px 40px;
	padding-left:50px;
	height:78px;
    color:#45505f;
    font-size: 40px;
/*     line-height: 45px; */
    padding-top:0px;
    padding-bottom:0px;
    font-weight: 200;
    letter-spacing: -3px;
    -webkit-appearance: none;
	border-radius: 0px;
	color:#FFF;
}
.donate-area .donate-box .white-area .donation-amount::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(255,255,255,.5);
	letter-spacing: -2px;
}
.donate-area .donate-box .white-area .donation-amount::-moz-placeholder { /* Firefox 19+ */
	color: rgba(255,255,255,.5);
	letter-spacing: -2px;
}
.donate-area .donate-box .white-area .donation-amount:-ms-input-placeholder { /* IE 10+ */
	color: rgba(255,255,255,.5);
	letter-spacing: -2px;
}
.donate-area .donate-box .white-area .donation-amount:-moz-placeholder { /* Firefox 18- */
	color: #rgba(255,255,255,.5);
	letter-spacing: -2px;
}
.donate-area .donate-box .white-area .donation-amount:focus {
	border-color: #eeeb65;
    -webkit-box-shadow: none;
    box-shadow: none
}
.donate-area .donate-box .white-area .donation-amount::-webkit-inner-spin-button,
.donate-area .donate-box .white-area .donation-amount::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.donate-area .donate-box .white-area .container-fluid {
	padding:0px;
}
.donate-area .donate-box .white-area .container-fluid .row {
	margin-left: -10px;
    margin-right: -10px;
}
.donate-area .donate-box .white-area .container-fluid div[class^="col-"] {
	padding-left:10px;
	padding-right:10px;
}
.donate-area .donate-box .white-area .container-fluid .form-group {
	margin-bottom: 20px;
}
.donate-area .donate-box .donate-intro .amount-suggestions {
	margin-bottom:20px;
}
.donate-area .donate-box .donate-intro .amount-suggestions .btn {
	display:block;
	width: 23.875%;
    margin-right: 1.5%;
	float:left;
	min-width:20px;
	/*height: 50px;*/
    /*line-height: 30px;*/
	background:#FFF;
	color:#45505f;
}
.donate-area .donate-box .donate-intro .amount-suggestions .btn:hover, .donate-area .donate-box .donate-intro .amount-suggestions .btn.selected {
	background:#eeeb65;
}
.donate-area .donate-box .donate-intro .amount-suggestions .btn:last-child {
	margin-right:0px;
}
.donate-area .donate-box .donate-intro .donation-amount-and-type {
	position: relative;
}
.donate-area .donate-box .donate-intro .donation-amount-and-type .btn {
	display:block;
	width: 32.5%;
    margin-right: 1.5%;
	float:left;
	line-height: 19px;
	min-width:20px;
	padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}
.donate-area .donate-box .donate-intro .donation-amount-and-type .btn:last-child {
	margin-right:0;
}
.donate-area .donate-box .donate-intro.onetime-options .donation-amount-and-type #give-bank-transfer {
	display:none;
}
.donate-area .donate-box .donate-intro.onetime-options .donation-amount-and-type .btn {
	width:66.5%;
	margin-right:0px;
}
.donate-area .donate-box .bottom {
	padding-top:20px;
	text-align: center;
}
.donate-area .donate-box .white-area .donate-credit textarea.form-control {
	height:60px;
}
.donate-area .donate-box .bottom .donation-type {
	height: auto;
	min-width: 50px;
	margin: 0 auto;
	padding-left:46px;
	background: transparent url("img/circle-empty-grey.svg") 10px center no-repeat;
	background-size:30px 30px;
	line-height: 34px;
}
.donate-area .donate-box .bottom .donation-type:focus {
	outline:0;
}
.donate-area .donate-box .bottom .donation-type:hover, .donate-area .donate-box .bottom .donation-type:active {
	background: transparent url("img/circle-check-mark-grey.svg") 10px center no-repeat;
	background-size:30px 30px;
	color:#FFF;
}
.donate-area .donate-box .bottom .donation-type.selected, .donate-area .donate-box .bottom .donation-type.selected:hover {
	background: transparent url("img/circle-check-mark-selected.svg") 10px center no-repeat;
	background-size:30px 30px;
	color:#FFF;
}
.donate-area .donate-box label.error {
	display:block;
	background-color: #db765a;
    color: #FFF;
    padding: 5px 12px;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: normal;
}
.donate-area .donate-box label.error.valid {
	display:none !important;
}
.donate-intro {
	position: relative;
}
.donate-area option {
  color: #45505f;
}
.donate-area .donation-type {
	border:0px;
	-webkit-appearance:none;
}
#donation-amount-error {
	position: absolute;
    top: 65px;
    left: 0px;
    width: 32%;
}
@media (max-height: 767px) {
	.donate-area .donate-box .white-area .donate-info .form-control,
	.donate-area .donate-box .white-area .donate-credit .form-control,
	.donate-area .donate-box .white-area .donate-banktransfer .form-control {
		font-size: 16px;
		height: 40px;
		padding: 6px 10px;
	}
}
@media (max-height: 570px) {
	.donate-area .donate-box .white-area .donate-info .form-control,
	.donate-area .donate-box .white-area .donate-credit .form-control,
	.donate-area .donate-box .white-area .donate-banktransfer .form-control {
		font-size: 16px;
		height: 34px;
		padding: 2px 6px;
	}
}
@media (max-height: 650px) {
	.donate-area .donate-box .white-area .container-fluid div[class^="col-"] {
		padding-left:3px;
		padding-right:3px;
	}
	.donate-area .donate-box .white-area .container-fluid .form-group {
		margin-bottom:6px;
	}
	.donate-area .donate-box .white-area .container-fluid .row {
		margin-left: -3px;
	    margin-right: -3px;
	}
	.donate-area .donate-box .white-area .donate-info .btn, .donate-area .donate-box .white-area .donate-credit .btn, .donate-area .donate-box .white-area .donate-banktransfer .btn {
		padding: 10px 20px;
		font-size: 18px;
	}
	.donate-box h3, .donate-area .donate-box .top {
		margin-bottom:15px;
	}
}
@media (max-width: 767px) {
	.page-id-103 .flex.textarea:first-child {
		height:500px;
	}
	#donate-suggested-amounts .btn-primary {
		padding-left:10px;
		padding-right:10px;
		width:auto;
	}
	.donate-area {
		overflow-y:auto !important;
	}
	.donate-area .donate-box {
	    width: 100%;
	    left: 0px;
	    margin-left: 0px;
	    padding:0px 30px;
	    bottom:30px;
	    top: 0;
	    transform: none;
	    margin: 70px auto 40px;
	}
	.donate-area .donate-box .top {
		line-height: 22px;
	}
	.donate-area .donate-box .bottom {
		padding-top:10px;
	}
	.donate-area .donate-box .white-area .form-control {
		float:none;
		width:100%;
		margin-bottom:6px;
		font-size:16px;
	}
	.donate-area .donate-box .white-area .donation-amount {
		font-size: 40px;
	}
	.donate-area .donate-box .white-area .container-fluid .form-group {
		margin-bottom:6px;
	}
	.donate-area .donate-box .white-area .container-fluid .row {
		margin-left: -3px;
	    margin-right: -3px;
	}
	.donate-area .donate-box .white-area .container-fluid div[class^="col-"] {
		padding-left:3px;
		padding-right:3px;
	}
	.donate-area .donate-box .donate-intro .donation-amount-and-type .btn {
		width: 49%;
		margin-right: 2%;
	}
	#donation-amount-error {
		width:100%;
	}
	.donate-area .donate-box .donate-intro .amount-suggestions {
		display:none;
	}
	.donate-area .donate-box .white-area .btn-area {
		float:none;
		width:100%;
	}
	.donate-area .donate-box .white-area .btn-area .btn {
		width:100%;
		float:none;
		min-width:20px;
	}
	.donate-area .donate-box .donate-intro.onetime-options .donation-amount-and-type .btn {
		width:100%;
	}
	.donate-area .donate-box .bottom .btn {
		font-size:13px;
		line-height: 16px;
		margin-bottom:4px;
		display: inline-block;
	}
	.donate-area .donate-box .bottom .btn span, .donate-area .donate-box .bottom .donation-type span {
		display: none;
	}
	.donate-area .donate-box .white-area .btn {
		min-width: 0;
		margin-bottom:0px;
	}
	.donate-area .donate-box .white-area .btn-area .btn:first-child {
		margin-right:0;
	}
	.donate-area .donate-box .col-sm-2, .donate-area .donate-box .col-sm-3, .donate-area .donate-box .col-sm-4, .donate-area .donate-box .col-sm-6 {
		padding-bottom:0px;
	}
	.donate-area .close-btn, .donate-area .back-btn {
		width: 20px;
	    height: 20px;
	    background-size: 20px 20px;
	    top: 20px;
	}
	.donate-area .close-btn {
		right: 20px;
	}
	.donate-area .back-btn {
		left:20px;

	}
}
@media (min-width: 430px) and (max-width: 520px) {
	.donate-area .donate-box .white-area .btn {
		font-size: 13px;
	    line-height: 14px;
	    padding: 12px 5px;
	}
}
@media (max-width: 429px) {
	.donate-area .donate-box .top {
		line-height: 15px;
		font-size: 14px;
	}
	.donate-area .donate-box .top .back-btn {
	    margin-top: -13px;
	    width: 26px;
	    height: 26px;
	    background-size: 8px 14px;
	}
	.flex-area.donate-area .donate-box .donate-intro .donation-amount-and-type .btn {
		width: 49%;
		margin-right: 2%;
		line-height: 16px;
	}
	.flex-area.donate-area .donate-box .donate-intro #give-bank-transfer {
		margin-right: 0px;
	}
	.donate-area .donate-box .white-area .btn {
		font-size: 13px;
	    line-height: 14px;
	    padding: 10px 5px;
	    width:100%;
	}
}
@media (max-width: 374px) {
	.flex-area.donate-area .donate-box .donate-intro .donation-amount-and-type .btn {
		padding-left:3px;
		padding-right:3px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 1200px) {

}

/*--------------------------------------------------------------
## Instagram Feed
--------------------------------------------------------------*/
.instagram-header {
	padding-top:30px;
	padding-bottom:30px;
	font-family: "Gotham Cond SSm A", "Gotham Cond SSm B";
    font-weight: 300;
    text-transform: uppercase;
    font-size: 40px;
	line-height: 70px;
}
.instagram-header a {
	color:#FFF;
}
.instagram-header .instagram-logo {
	width:70px;
	height:70px;
}
.site-content ul.instagram-feed {
	list-style: none;
	margin:0px;
	padding:0px;
}
.instagram-feed .instagram-photo {
	display: block;
	float:left;
	width:25%;
}
.instagram-feed .instagram-photo a {
	display:block;
	width:100%;
	height:25vw;
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
}
@media (max-width: 767px) {
	.instagram-header {
		padding-top:15px;
		padding-bottom:15px;
	    font-size: 20px;
		line-height: 20px;
		text-align: center;
	}
	.instagram-header .text-right {
		text-align: center;
	}
	.instagram-feed .instagram-photo {
		width:50%;
	}
	.instagram-feed .instagram-photo a {
		height:50vw;
	}
	.instagram-header .instagram-logo {
		width:30px;
		height:30px;
		margin-top:5px;
		margin-bottom:5px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

}

/*--------------------------------------------------------------
## Family Dashboard
--------------------------------------------------------------*/
.family-dashboard .blog-list .dash-blog-entry {
	margin-bottom:60px;
}
.family-dashboard #message.updated {
    color: #3c763d;
    background-color: #dff0d8;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #d6e9c6;
}
.family-dashboard #message p {
	margin:0px;
}
.family-dashboard .wp-editor-tabs, .family-dashboard .wp-media-buttons, .family-dashboard .mce-stack-layout-item.mce-last {
	display:none;
}
.family-dashboard .mce-btn[aria-label='Strikethrough'],
.family-dashboard .mce-btn[aria-label='Horizontal line'],
.family-dashboard .mce-btn[aria-label='Align left'],
.family-dashboard .mce-btn[aria-label='Align center'],
.family-dashboard .mce-btn[aria-label='Align right'],
.family-dashboard .mce-btn[aria-label='Insert Read More tag'],
.family-dashboard .mce-btn[aria-label='Fullscreen'],
.family-dashboard .mce-btn[aria-label='Toolbar Toggle'] {
	display:none;
}
.page-id-201 .admin-switch .inside-padding {
	padding-top:20px;
	padding-bottom:20px;
}
.page-id-201 .admin-switch .btn-small {
	padding-top:5px;
	padding-bottom:5px;
}
.page-id-201 .admin-switch h5 {
	float:left;
	margin:0px;
}
.page-id-201 .admin-switch .admin-switch-form {
	float:right;
}
.donations-table>tbody>tr>td, .donations-table>tbody>tr>th {
	vertical-align: middle;
}
.donations-table h4 {
	margin:0px;
}
.donations-table h4.donate-amount {
	font-weight: 700;
}



.family-dashboard .donation-list .donation {
	padding:25px;
	background:#f3f3f3;
	margin-bottom:30px;
	position: relative;
}
.family-dashboard .donation-list .donate-amount {
	position: absolute;
	top:25px;
	left:25px;
	margin:0px;
}
.family-dashboard .donation-list .donate-info-area {
	padding-left:14vw;
	min-height: 3em;
}
.family-dashboard .donation-list h4.donate-name {
	margin:0px;
	line-height: 53px;
}

.pagination>li>a, .pagination>li>span {
	color:#45505f;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color:#9ed9d8;
	border-color:#9ed9d8;
}


.family-login-area {
	max-width: 350px;
	margin:100px auto;
}
.family-login-area #user_pass, .family-login-area #user_login {
	display: block;
	width:100%;
}
.family-login-area .login-submit .button-primary {
	display: block;
	width: 100%;
}
@media (max-width: 767px) {
	.family-dashboard .donation-list .donation {
		padding:20px 10px;
		text-align: center;
		margin-bottom:15px;
	}
	.family-dashboard .donation-list .donate-amount {
		position: relative;;
		top:0px;
		left:0px;
	}
	.family-dashboard .donation-list .donate-info-area {
		padding-left:15px;
		min-height: 0px;
	}
	.family-dashboard .donation-list h4.donate-name {
		margin:0px;
		line-height: 1.4em;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.family-dashboard .donation-list .donate-info-area {
		min-height: 32px;
	}
	.family-dashboard .donation-list h4.donate-name {
		line-height: 32px;
	}
}


/*--------------------------------------------------------------
## ACF (Front end only) Styles
--------------------------------------------------------------*/
body .acf-fields > .acf-field {
	padding-left:0px;
	padding-right:0px;
	border-top:0px;
}
body .acf-field--post-title .acf-input input {
	font-size:30px;
	height: 60px;
}
@media (min-width: 768px) {
	.center-two-columns .column-1 {
		margin-left: 16.66666667%;
	}
	.center-two-columns .column-1, .center-two-columns .column-2 {
		width:33.33333333%;
	}
}

/*--------------------------------------------------------------
## Gravity Forms Styles
--------------------------------------------------------------*/
body .gform_wrapper .top_label .gfield_label {
	display:none;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #user_pass, #user_login {
	padding:6px 10px;
	border:solid 1px #ccc;
	border-radius: 0px;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
    box-shadow: none;
}
body .gform_wrapper .gfield textarea {
	border:solid 1px #ccc;
	border-radius: 0px;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
    box-shadow: none;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, #user_pass:focus, #user_login:focus {
	outline:none;
	border:solid 1px #45505f;
}
body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	display:none;
}
body .gform_wrapper .ginput_complex .ginput_full input, body .gform_wrapper .ginput_complex .ginput_full select {
	margin-top:16px;
}
body .gform_wrapper .ginput_complex .address_city, body .gform_wrapper .ginput_complex .address_state, body .gform_wrapper .ginput_complex .address_zip {
	width:33.333%;
	margin-top:16px;
}
#field_3_26 {
	margin-bottom:32px;
}
body .gform_wrapper .ginput_complex .address_zip {
	display: inline-block;
    margin-right: -8px !important;
    margin-left: 8px;
}
body .gform_wrapper .gfield textarea:focus {
	outline:none;
	border:solid 1px #45505f;
}
select {
	color:#45505f;
}
body .gform_wrapper .percentbar_blue {
	background:#9ed9d8;
}
body .gform_wrapper .gf_progressbar_percentage {
	text-shadow: none;
}
body .gform_wrapper .gf_progressbar {
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	background:#f3f3f3;
}
body .gform_wrapper .gf_progressbar_percentage {
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 767px) {
	body .gform_wrapper .ginput_complex .address_city, body .gform_wrapper .ginput_complex .address_state, body .gform_wrapper .ginput_complex .address_zip {
		width:100%;
		margin-top:16px;
	}
	body .gform_wrapper .ginput_complex .address_zip {
		display: block;
	    margin-right: 0px !important;
	    margin-left: 0px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 1200px) {

}


.page-id-484 section.firstrow .wp-image-761 {
	width:150px;
}
@media (max-width: 767px) {
	.page-id-484 section.firstrow h1 {
		font-size:26px;
	}
	.page-id-484 section.firstrow .wp-image-761 {
		width:125px;
	}
}
@media (max-width: 550px) {
	.page-id-484 section.firstrow h1 {
		font-size:18px;
	}
	.page-id-484 section.firstrow .wp-image-761 {
		width:100px;
	}
}


/*--------------------------------------------------------------
## Button Styles
--------------------------------------------------------------*/
.btn-primary, .gform_button, .gform_previous_button, .gform_next_button, .acf-form-submit .acf-button, .login-submit .button-primary {
	border:0px;
	border-radius: 0px;
	padding:20px 40px;
	min-width:275px;
	text-transform: uppercase;
	font-weight: 700;
	font-size:20px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background:#9ed9d8;
	color:#FFF;
}
.gform_button, .gform_previous_button, .gform_next_button, .acf-form-submit .acf-button {
	background:#9ed9d8;
	color:#FFF;
	font-size:20px !important;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.gform_button:hover,
.gform_button:focus,
.gform_previous_button:hover,
.gform_previous_button:focus,
.gform_next_button:hover,
.gform_next_button:focus,
.acf-form-submit .acf-button:hover,
.acf-form-submit .acf-button:focus {
	background:#70a4b4;
	color:#FFF;
}
.btn-small {
	padding: 10px 20px;
    min-width: 0px;
    font-size: 18px;
}
.btn.turquoise {
	background:#9ed9d8;
	color:#FFF;
}
.btn.blue {
	background:#70a4b4;
	color:#FFF;
}
.btn.yellow {
	background:#eeeb65;
	color:#FFF;
}
.btn.red {
	background:#db765a;
	color:#FFF;
}
.btn.green {
	background:#64b473;
	color:#FFF;
}
.btn.purple {
	background:#6870b5;
	color:#FFF;
}
.btn.white {
	background:#FFFFFF;
	color:#9ed9d8;
}

.btn.hover-turquoise:hover, .btn.hover-turquoise:focus {
	background:#9ed9d8;
	color:#FFF;
}
.btn.hover-blue:hover, .btn.hover-blue:focus {
	background:#70a4b4;
	color:#FFF;
}
.btn.hover-yellow:hover, .btn.hover-yellow:focus {
	background:#eeeb65;
	color:#FFF;
}
.btn.hover-red:hover, .btn.hover-red:focus {
	background:#db765a;
	color:#FFF;
}
.btn.hover-green:hover, .btn.hover-green:focus {
	background:#64b473;
	color:#FFF;
}
.btn.hover-purple:hover, .btn.hover-purple:focus {
	background:#6870b5;
	color:#FFF;
}
.btn.hover-white:hover, .btn.hover-white:focus {
	background:#FFFFFF;
}

@media (max-width: 767px) {
	.btn-primary, .gform_button, .acf-form-submit .acf-button {
		padding: 10px 20px;
	    min-width: 0px;
		font-size:18px;
		margin-bottom:5px;
	}
	.gform_button, .acf-form-submit .acf-button {
		font-size:20px !important;
	}
	.btn-small {
		padding: 10px 20px;
	    min-width: 0px;
	    font-size: 18px;
	}
}

/*--------------------------------------------------------------
## Fullpage Styles
--------------------------------------------------------------*/
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*--------------------------------------------------------------
## Colorbox Core Styles
--------------------------------------------------------------*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
}
#cboxWrapper {
	max-width:none;
}
#cboxOverlay{
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left;
}
#cboxContent{
	position:relative;
}
#cboxLoadedContent{
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}
#cboxTitle{
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{
	cursor:pointer;
}
.cboxPhoto{
	float:left;
	margin:auto;
	border:0;
	display:block;
	max-width:none;
	-ms-interpolation-mode:bicubic;
}
.cboxIframe{
	width:100%;
	height:100%;
	display:block;
	border:0;
	padding:0;
	margin:0;
}
#colorbox, #cboxContent, #cboxLoadedContent{
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}

/*--------------------------------------------------------------
## Colorbox Custom Styles
--------------------------------------------------------------*/
#colorbox.full-browser, .full-browser #cboxWrapper {
	overflow:visible;
}
#cboxOverlay{
	background:#000;
}
#cboxOverlay.full-browser {
	opacity: 1 !important;
}
#colorbox{
	outline:0;
}
#cboxContent{
	margin:20px;
	background:#000;
}
.full-browser #cboxContent {
	margin:0px !important;
}
.cboxIframe{
	background:#fff;
}
#cboxError{
	padding:50px;
	border:1px solid #ccc;
}
#cboxLoadedContent{
	border:solid 5px #FFF;
	background:#fff;
}
.full-browser #cboxLoadedContent{
	border:0px;
	background:#000;
}
.extraborder #cboxLoadedContent{
	border:solid 30px #FFF;
}
#cboxTitle{
	position:absolute;
	top:-20px;
	left:0;
	color:#ccc;
}
#cboxCurrent{
	position:absolute;
	top:-20px;
	right:0px;
	color:#ccc;
	display:none;
	visibility: hidden;
}
#cboxLoadingGraphic{
	background:url('https://www.adoptalovestory.com/wp-content/themes/adopt-a-love-story/img/loading.gif') no-repeat center center;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border:0;
	padding:0;
	margin:0;
	overflow:visible;
	width:auto;
	background:none;
}

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline:0;
}
#cboxSlideshow{
	position:absolute;
	top:-20px;
	right:90px;
	color:#fff;
}
#cboxPrevious, #cboxNext{
	position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    z-index: 1102;
    display: none;
    text-indent:-9999px;
    background:none;
}
#cboxPrevious{
	left: 0px;
}
#cboxPrevious:before{
	content:"";
	display:block;
	opacity:0;
	background-color:rgba(255,255,255,.3);
	background-image:url("img/arrow-left.svg");
	background-size:17px 20px;
	background-position: 42% 50%;
	background-repeat:no-repeat;
	width:50px;
	height:50px;
	margin-top:-25px;
	border-radius: 50%;
	position: absolute;
	top:50%;
	left:30px;
	transition: all 0.3s ease;
}
#cboxPrevious:hover:before{
	opacity:1;
}
#cboxNext{
	right: 0px;
}
#cboxNext:before{
	content:"";
	display:block;
	opacity:0;
	background-color:rgba(255,255,255,.3);
	background-image:url("img/arrow-right.svg");
	background-size:17px 20px;
	background-position: 58% 50%;
	background-repeat:no-repeat;
	width:50px;
	height:50px;
	margin-top:-25px;
	border-radius: 50%;
	position: absolute;
	top:50%;
	right:30px;
	transition: all 0.3s ease;
}
#cboxNext:hover:before{
	opacity:1;
}
#cboxClose {
	position:absolute;
	top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: #db765a url('img/close.png') no-repeat;
    background-size:30px 30px;
    border-radius: 50%;
	text-indent:-9999px;
	cursor: pointer;
	z-index: 9999;
}
.full-browser #cboxClose {
	position: fixed;
    top: 20px;
    right: 20px;
}
#cboxClose:hover, #cboxClose:focus{
	cursor: pointer;
	outline:0;
	background-color:#9ed9d8;
}