/*
Theme Name: Humanitri
Theme URI: http://underscores.me/
Author: Amanda Schoedel
Author URI: http://amandaschoedel.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: humanitri
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Humanitri is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Layout
# Typography
# Elements
# Forms
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.wrapper {
  padding-top: 90px;
  margin: 0;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 1200px) {
  .container {
    padding: 0 10px;
  }
}

@media (max-width: 550px) {
  .wrapper {
    margin: 0;
  }
}

/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .column,
  .columns {
    margin-left: 2%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }

  .one.column,
  .one.columns {
    width: 5.66666666667%;
  }
  .two.columns {
    width: 14.3333333333%;
  }
  .three.columns {
    width: 23.5%;
  }
  .four.columns {
    width: 31.9666666667%;
  }
  .five.columns {
    width: 40.3333333333%;
  }
  .six.columns {
    width: 49%;
  }
  .seven.columns {
    width: 57.6666666667%;
  }
  .eight.columns {
    width: 66.3333333333%;
  }
  .nine.columns {
    width: 75%;
  }
  .ten.columns {
    width: 83.6666666667%;
  }
  .eleven.columns {
    width: 92.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }

  .one-third.column {
    width: 31.6666666667%;
  }
  .two-thirds.column {
    width: 66.3333333333%;
  }

  .one-half.column {
    width: 49%;
  }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 9.66666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 18.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 27%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 35.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 44.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 53%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 61.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 70.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 79%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 87.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 96.3333333333%;
  }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 35.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 70.3333333333%;
  }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 53%;
  }

  .six.columns:nth-of-type(odd) {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Lato");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");

html {
  font-size: 100%;
}

@media (max-width: 920px) {
  html {
    font-size: 85%;
  }
}

@media (max-width: 760px) {
  html {
    font-size: 75%;
  }
}

@media (max-width: 550px) {
  html {
  }
}

body,
button,
input,
select,
textarea {
  color: #111;
  font-family: "Lato", sans-serif;
  /*font-size: 100%;
	font-size: 1.063rem;
	line-height: 1.5;
	font-size: 1.15rem;*/
  line-height: 1.75;
  /*font-family: Georgia,Times,Times New Roman,serif;*/
  line-height: 1.5;
  font-size: 1.05em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Lato", sans-serif;
}

h2 {
  font-size: 2.25rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #0f3652;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 80px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 30px;
  font-size: 1.5rem;
}

section.problem h2,
section.about h2,
section.contact h2 {
  font-size: 1.25rem;
}

h2:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  bottom: 0;
  left: calc(50% - 50px);
  background: #6da341;
  clear: both;
}

h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #1b3039;
  font-weight: 600;
  margin: 0 0 0.5em;
  color: #6da341;
}

p + h3 {
  margin-top: 50px;
}

h4 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

p {
  margin-bottom: 2em;
  /*font-size: 1.1em;*/
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

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

ul,
ol {
  margin: 0 0 1.5em 2em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
  display: block;
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

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

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

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

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

select {
  border: 1px solid #ccc;
}

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

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

header.header {
  background: #0f3652;
  position: fixed;
  width: 100%;
  z-index: 99;
  height: 96px;
}

#logo {
  float: left;
  padding: 5px 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #6da341;
  text-decoration: none;
}

a:visited {
}

a:hover,
a:focus,
a:active {
}

a:focus {
}

a:hover,
a:active {
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-menu {
  float: right;
  text-transform: uppercase;
  font-size: 0.941rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  cursor: pointer;
}

.main-menu ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-menu li {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  padding: 30px 0;
}

.main-menu a {
  display: block;
  color: #fff;
  padding: 5px 18px;
}

.main-menu a:hover {
  color: #6da341;
}

.main-menu ul.menu > li:last-of-type a {
  background: #6da341;
  padding: 5px 18px;
}

.main-menu ul.menu > li:last-of-type a:hover {
  background: #fff;
}

.main-menu ul ul {
  /*float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;*/
  background: #f5f5f5;
  float: left;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 97px;
  visibility: hidden;
  z-index: 1;
  transition: all 0.25s ease;
  width: 12em;
  padding: 9px 18px;
}

.main-menu ul ul li {
  padding: 5px 0;
}

.main-menu ul li:hover ul {
  opacity: 1;
  visibility: visible;
}

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

.main-menu ul ul a {
  position: relative;
  color: #0f3652;
  padding: 0.5em 0;
  font-size: 0.875em;
  line-height: 1.5em;
}

.main-menu ul ul a:hover {
  color: #6da341;
}

.main-menu ul ul li {
  display: block;
}

.main-menu li:hover > a,
.main-menu li.focus > a {
}

.main-menu ul ul :hover > a,
.main-menu ul ul .focus > a {
}

.main-menu ul ul a:hover,
.main-menu ul ul a.focus {
}

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

.main-menu ul ul li:hover > ul,
.main-menu ul ul li.focus > ul {
  left: 100%;
}

.main-menu .current_page_item > a,
.main-menu .current-menu-item > a,
.main-menu .current_page_ancestor > a,
.main-menu .current-menu-ancestor > a {
  color: #6da341;
}

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-menu ul {
		display: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}*/

/*Style 'show menu' label button and hide it by default*/
.show-menu {
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 22px 0;
  display: none;
  font-size: 1.75em;
  cursor: pointer;
  float: right;
}
/*Hide checkbox*/
input[type="checkbox"] {
  display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type="checkbox"]:checked ~ .main-menu ul.menu {
  display: block;
  margin-top: 5px;
}

@media (max-width: 1080px) {
  .main-menu {
    position: absolute;
    right: 0;
    top: 91px;
  }
  /*Make dropdown links appear inline*/
  .main-menu ul {
    position: static;
    display: none;
  }
  /*Create vertical spacing*/
  .main-menu li {
    /*margin-bottom: 1px;*/
    padding: 0;
  }
  /*Make all menu links full width*/
  .main-menu ul li,
  .main-menu li a {
    width: 100%;
  }

  .main-menu li a {
    background: #0f3652;
    padding: 15px;
  }

  .main-menu ul ul {
    padding: 0 15px 15px;
    background: #0f3652;
    opacity: 1;
    visibility: visible;
    float: none;
    position: static;
    top: 0;
    width: 100%;
    display: block;
  }

  .main-menu ul ul li {
    padding: 0;
  }

  .main-menu ul ul li:nth-of-type(1) {
    border-top: 1px solid #fff;
    padding-top: 8px;
  }

  .main-menu ul ul a {
    color: #fff;
  }

  /*Display 'show menu' link*/
  .show-menu {
    display: block;
  }
}

/*--------------------------------------------------------------
# HOME PAGE
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Hero Image
--------------------------------------------------------------*/

.hero-image {
  border-bottom: 8px solid #6da341;
  margin-bottom: 1rem;
  height: 650px;
  min-height: 260px;
  background-image: url(images/hero-image-3.jpg);
  background-image: url(images/child-homelessness.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image .container {
  position: relative;
  top: 36%;
  transform: translateY(-36%);
  max-width: 1450px;
  padding: 0 30px;
}

.hero-image h1 {
  margin: 0;
  color: #fff;
  /*text-transform: uppercase;*/
  font-weight: 300;
  font-size: 3.5rem;
  line-height: 1.2em;
  width: 70%;
  width: 44%;
  letter-spacing: -1px;
  color: #0f3652;
  width: 45%;
}

@media (max-width: 1200px) {
  .hero-image {
    height: 60vw;
    height: 50vw;
  }

  .hero-image h1 {
    /*width: 100%;
	    font-size: 2rem;
    	text-align: center;*/
    font-size: 3rem;
  }
}

@media (max-width: 600px) {
  .hero-image .container {
    top: 50%;
    transform: translateY(-50%);
  }

  .hero-image h1 {
    font-size: 2.5rem;
    width: 100%;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Home News
--------------------------------------------------------------*/

.news {
  background: #0f3652;
  margin: 20px 0;
  /*padding-bottom: 25px;
	border-bottom: 2px solid #6da341;
	margin-bottom: 50px;*/
}

.news .container {
  padding: 0 20px;
  background: #fff;
}

.news-item {
  position: relative;
}

.news-image {
}

.news-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #333;
  padding: 30px 80px 50px 40px;
}

.news-line {
  width: 100px;
  height: 2px;
  background-color: #6da341;
}

h3.news-title {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2em;
  margin: 0.5em 0 1em;
  font-style: normal;
  text-transform: none;
  font-weight: 400;
  font-size: 1.75rem;
}

h3.news-title a {
  color: #fff;
}

.see-more {
  background-color: #0f3652;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  padding: 10px 20px;
  letter-spacing: 1px;
  font-size: 0.8rem;
  font-family: "Lato", sans-serif;
  background: none;
  border: 2px solid #fff;
  cursor: pointer;
}

@media (max-width: 550px) {
  .news-overlay {
    padding: 35px;
  }
}

/*--------------------------------------------------------------
# Home Work
--------------------------------------------------------------*/

.work-happens {
  padding: 100px 0 40px;
}

.work-happens h2 {
  margin-bottom: 90px;
}

.work {
  margin: 0 50px;
}

.work-icon {
  float: left;
  border-bottom: 2px solid #6da341;
  width: 12%;
  margin-right: 3%;
  padding-bottom: 3px;
}

.work-content {
  float: left;
  width: 85%;
  font-size: 1.1rem;
}

.work-content h3 {
  font-size: 1.25rem;
  /*text-transform: uppercase;
	font-style: italic;*/
  text-transform: none;
  color: #1b3039;
  width: 80%;
  font-weight: 600;
  margin: 0 0 0.5em;
}

.work-item.six.columns {
  width: 45%;
  margin-left: 10%;
  margin-bottom: 25px;
}

.work-item.six.columns:nth-of-type(odd) {
  margin-left: 0;
  clear: both;
}

.work ul {
  margin-left: 25px;
  margin-left: 0;
  font-weight: 300;
}

.work ul li {
  list-style: none;
}

.work ul li:before {
  content: "✓";
  content: "\2713\0020";
  color: #6da341;
  font-size: 1.6rem;
}

@media (max-width: 550px) {
  .work {
    margin: 0;
  }

  .work-item.six.columns {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
# Partners
--------------------------------------------------------------*/

ul.partners {
  display: table;
  margin: 0 auto;
}

ul.partners li {
  list-style: none;
  display: inline-block;
  margin: 25px 15px;
}

@media (max-width: 550px) {
  ul.partners li {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  ul.partners li img {
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
# Styles
--------------------------------------------------------------*/

section.page-title {
  padding: 200px 0;
  text-align: center;
}

section.problem,
section.about,
section.contact {
  padding: 125px 0;
  text-align: center;
}

section.content {
  padding: 100px 0;
}

section.help {
  padding: 100px 0;
  text-align: center;
}

section.problem img {
  display: block;
  margin: 0 auto;
}

section.pattern {
  background-image: url(images/maze-bg@2X.png);
}

section .container {
  padding: 0 20px;
}

.bluebg {
  background: #0f3652;
  color: #fff;
}

.bluebg h2 {
  color: #fff;
}

.greenbg {
  color: #fff;
}

.greenbg h2 {
  color: #fff;
}

.greenbg h2:after {
  background: #0f3652;
}

.page-title .subtitle {
  font-size: 1.8rem;
  /* text-transform: uppercase; */
  text-align: center;
  font-weight: 300;
  letter-spacing: 4px;
  color: #fff;
  font-family: "Lato", sans-serif;
  text-shadow: 1px 1px 5px #000000;
}

.page-title h1.title {
  font-size: 4rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  color: #fff;
  line-height: 5rem;
}

.pattern h1.title {
  color: #0f3652;
}

@media (max-width: 550px) {
  section.problem,
  section.about,
  section.contact,
  section.help,
  section.content {
    padding: 50px 0;
  }

  .page-title h1.title {
    /*font-size: 3.5rem;
	    line-height: 3.5rem;*/
  }
}

/*--------------------------------------------------------------
# Problem
--------------------------------------------------------------*/

.style-1 .one {
  font-size: 200px;
  font-weight: 900;
  text-transform: uppercase;
  color: #0f3652;
  letter-spacing: 2px;
}

.style-1 .two {
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  color: #0f3652;
  letter-spacing: 2px;
}

.style-1 .three {
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  color: #79a137;
  letter-spacing: 2px;
}

.style-2 {
  font-family: "Lato", sans-serif;
}

.style-2 .one {
  font-size: 7.75rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #0f3652;
  text-align: center;
  line-height: 10rem;
  font-size: 7.5rem;
}

.style-2 .two {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  /* letter-spacing: 1px; */
  text-align: center;
}

.style-2 h2 + .two {
  /*font-family: Georgia,Times,Times New Roman,serif;*/
}

.pattern.style-2 .two {
  color: #6da341;
}

.style-2.right .one {
  text-align: right;
  line-height: 9rem;
  line-height: 7rem;
}

.style-2.right .two {
  text-align: right;
  width: 35%;
  float: right;
  line-height: 2.25rem;
  font-size: 2rem;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 1.75rem;
}

.style-2.left .one {
  text-align: left;
  line-height: 9rem;
}

.style-2.left .two {
  text-align: left;
  width: 40%;
  float: left;
  line-height: 2.5rem;
  font-size: 1.75rem;
  font-weight: 400;
  text-transform: lowercase;
}

@media (max-width: 760px) {
  .style-2 {
    text-align: center !important;
  }

  .style-2.right .two,
  .style-2.left .two {
    width: 100%;
    float: none;
  }
}

.style-3 .one {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #0f3652;
  text-align: center;
  font-family: "Lato", sans-serif;
}

.problem.style-3 h2 {
  margin-bottom: 3em;
}

.style-3 .one span {
  color: #79a137;
}

.style-3 .columns img {
  margin-bottom: 0.5em;
  width: 55px;
}

.style-3 .two {
  font-size: 18px;
  color: #0f3652;
  text-align: center;
  padding: 0 10px;
}

.style-3 .three {
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  color: #0f3652;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  color: #6da341;
  margin-bottom: 10px;
}

@media (max-width: 760px) {
  .style-3 .four.columns {
    margin-bottom: 2rem;
  }
}

.style-4.bluebg .one {
  color: #fff;
}

.style-4 .one {
  font-size: 2.5rem;
  text-transform: none;
  letter-spacing: 0;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
  color: #0f3652;
  font-style: normal;
  font-weight: 300;
  font-size: 2rem;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 1rem;
  line-height: 3rem;
  line-height: 2.5rem;
  margin-top: 1rem;
  font-size: 1.75rem;
}

.style-4 .two {
  text-transform: uppercase;
  text-align: center;
  color: #6da341;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 2rem;
}

.style-4 .three {
  color: #6da341;
  width: 75%;
  margin: 0 auto;
  margin-top: 2em;
  font-style: italic;
}

.solution {
  background: linear-gradient(90deg, #0f3652 50%, #ffffff 50%);
  padding: 100px 0 80px;
}

@media (max-width: 760px) {
  .style-4 .one {
    width: 100% "";
  }
}

@media (min-width: 550px) {
  .solution .half:nth-of-type(1) h2,
  .solution .half:nth-of-type(1) h3,
  .solution .half:nth-of-type(1) {
    color: #fff;
  }
}

/*@media (max-width: 760px) {
	.solution {
		background: linear-gradient(180deg, #0f3652 50%, #ffffff 50%);
	}
}*/

@media (min-width: 550px) {
  .solution .container {
    display: flex;
  }

  .solution .half {
    width: 45%;
    float: left;
  }

  .solution .half + .half {
    margin-left: 10%;
  }

  .solution .half h2 {
    width: 75%;
  }
}

.solution h2,
.how-to-volunteer h3 {
  text-align: left;
}

.solution h2:after {
  left: 0;
}

@media (max-width: 550px) {
  .solution {
    background: #fff;
    padding: 50px 0;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about.page-title h1.title {
  font-size: 4rem;
}

.about.page-title .subtitle {
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  line-height: 2.25rem;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}

.about.style-1 .one {
  color: #0f3652;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0;
  width: 85%;
  margin: 0 auto;
  font-size: 1.5rem;
  margin-bottom: 50px;
  font-family: "Lato", sans-serif;
  line-height: 2.25rem;
}

.about.style-1 p {
  font-size: 1.3rem;
  margin: 0 150px;
  font-style: italic;
  /* color: #222; */
  font-weight: 300;
}

.about.style-2 {
  text-align: left;
}

.about.style-2 .two {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-weight: normal;
  width: 90%;
  margin: 0 auto;
  width: 85%;
  font-weight: 300;
}

.about.style-1 .four {
  font-family: "Lato", sans-serif;
  text-transform: none;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  /*color: #0f3652;*/
  font-size: 1.75rem;
  margin-bottom: 0;
  width: 85%;
  margin: 0 auto;
}

.home .about.style-1 .four {
  font-size: 1.75rem;
}

.about.one-two-thirds {
  padding: 0;
  /*background: linear-gradient(90deg, #0f3652 33%, #ffffff 33%);*/
  text-align: left !important;
}

.about.one-two-thirds .container {
  display: flex;
}

.about .one-third img {
  object-fit: cover;
}

.inception .text {
  color: #fff;
  margin-bottom: 0;
  float: left;
  text-align: left;
  width: 45%;
  font-size: 1.5rem;
}

.inception .photo {
  float: right;
  width: 40%;
}

@media (max-width: 760px) {
  .about.page-title .subtitle {
    width: 100%;
  }

  .about.style-1 .one,
  .about.style-2 .two {
    width: 100%;
  }

  .about.row {
    padding: 20px;
  }

  .inception .text {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .about.page-title h1.title {
    /*font-size: 3rem;
    	line-height: 4rem;*/
    font-size: 4.5rem;
  }

  .about.style-1 p {
    margin: 0;
  }
}

@media (min-width: 550px) {
  .about .one-third {
    padding: 0;
    display: flex;
  }

  .about .one-third h2 {
    text-align: right;
    color: #fff;
  }

  .about .one-third h2:after {
    left: auto;
    right: 0;
  }

  .about .two-thirds {
    padding: 100px 60px 60px;
  }
}

.about .two-thirds h3 {
  font-weight: bold;
  text-transform: uppercase;
  color: #0f3652;
  position: relative;
  padding-bottom: 20px;
  font-size: 1.6rem;
  margin-bottom: 40px;
  font-style: italic;
}

.about .two-thirds h3:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #6da341;
  clear: both;
}

/*--------------------------------------------------------------
# Help
--------------------------------------------------------------*/

.help.solution {
  text-align: left;
}

.help.solution h2,
.how-to-volunteer h2 {
  margin-bottom: 40px;
  font-size: 1.25rem;
}

.help.solution h3 {
  color: #6da341;
  margin-bottom: 20px;
}

section.volunteer {
  text-align: left;
}

.panels {
  margin-bottom: 50px;
  margin-top: 70px;
}

.flip-title {
  padding: 0 20px 20px 0;
}

.flip-title p {
  font-size: 1rem;
  font-style: italic;
}

.panel {
  margin: 0 auto;
  height: 270px;
  position: relative;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  color: #fff;
}

.panel h4 {
  font-size: 1.25rem;
  text-transform: none;
  letter-spacing: 0;
}

.panel .front,
.panel .back {
  text-align: center;
  width: 100%;
  height: 100%;
}

.panel .front {
  height: inherit;
  position: absolute;
  top: 0;
  z-index: 900;
  text-align: center;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.panel .back {
  height: inherit;
  position: absolute;
  top: 0;
  z-index: 1000;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.panel.flip .front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.panel.flip .back {
  z-index: 1000;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
}
.box1 {
  background-color: #6da341;
  /*width: 380px;
	height: 250px;*/
  margin: 0 auto;
  padding: 70px 20px 60px;
}

.box1 img {
  margin: 0 auto;
  margin-bottom: 1em;
}

.box2 {
  background-color: #0f3652;
  /*width: 380px;*/
  height: 250px;
  margin: 0 auto;
  padding: 25px 20px;
  font-size: 1rem;
}

.box2 ul {
  margin: 0;
  list-style: none;
  line-height: 1.3rem;
}

.box2 ul li {
  margin-bottom: 1rem;
}

.how-to-volunteer h3 {
  font-weight: bold;
  text-transform: uppercase;
  color: #0f3652;
  position: relative;
  padding-bottom: 20px;
  font-size: 1.6rem;
  margin-bottom: 40px;
  font-style: italic;
}

.how-to-volunteer h3:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #6da341;
  clear: both;
}

.gifts {
  margin-bottom: 50px;
}

.gift {
  background: #fff;
  padding: 40px 30px 5px;
  border-top: 3px solid #0f3652;
  height: 243px;
  text-align: center;
  margin-bottom: 1rem;
}

.gift h4 {
  text-align: center;
  margin-bottom: 15px;
  color: #6da341;
  font-weight: 900;
  font-size: 1.2rem;
}

.gift p {
  font-size: 1rem;
}

.remember {
  background: #e9e9e9;
  padding: 15px 20px;
  font-size: 1rem;
  display: table;
  margin: 0 auto;
  color: #444;
}

.financials {
  text-align: left;
}

@media (max-width: 760px) {
  .panel .front,
  .box1 {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

@media (min-width: 760px) {
  .contact.one-two-thirds {
    padding: 0;
    /*background: linear-gradient(90deg, #0f3652 33%, #ffffff 33%);*/
    display: flex;
  }

  .contact.one-two-thirds .container {
    display: flex;
  }

  .one-third {
    width: 33%;
    float: left;
    padding: 100px 60px;
    background: #0f3652;
    color: #fff;
    text-align: right;
  }

  .one-third h2 {
    text-align: right;
    color: #fff;
  }

  .one-third h2:after {
    left: auto;
    right: 0;
  }

  .two-thirds {
    width: 67%;
    float: left;
  }
}

@media (max-width: 760px) {
  .contact.one-two-thirds {
    padding-bottom: 0;
  }
}

.two-thirds {
  display: flex;
}

.two-thirds img {
  object-fit: cover;
  width: 2000px;
}

.contact .contact-form {
  width: 75%;
  margin: 0 auto;
}

.contact .gform_wrapper textarea,
.contact .gform_wrapper input[type="text"] {
  border-radius: 0;
}

.contact .gform_wrapper .gform_footer input[type="submit"] {
  background: #6da341;
  border: none;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  float: right;
}

/*--------------------------------------------------------------
# Left Align Section
--------------------------------------------------------------*/
section.left h2 {
  text-align: left;
}

section.left {
  text-align: left;
}

section.left h2:after {
  left: 0;
}

/*--------------------------------------------------------------
# Opt-In
--------------------------------------------------------------*/
footer .optin {
  background: #6da341;
  color: #fff;
  padding: 20px 0;
}

footer .optin h4 {
  float: left;
  margin-top: 0.35em;
  width: 30%;
}

.optin .gform_wrapper {
  float: right;
  margin: 0;
  width: 70%;
}

body .optin .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0;
}

.optin .gform_wrapper .gform_footer {
  display: inline-block;
  padding: 0.8em 0 0.625em;
  width: 20%;
  margin: 0;
}

.optin .gform_wrapper .gform_body {
  display: inline-block !important;
  float: left;
  width: 80% !important;
}

.optin .gform_wrapper .gform_body input,
.optin .gform_wrapper .gform_body textarea {
  border-radius: 0;
  height: 40px;
  box-sizing: border-box;
  margin-top: 0;
}

.optin .gform_wrapper .gform_footer input[type="submit"] {
  background: #0f3652;
  border: none;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
}

@media (max-width: 550px) {
  footer .optin h4 {
    float: none;
    width: 100%;
  }

  .optin .gform_wrapper {
    float: none;
    width: 100%;
  }

  .optin .gform_wrapper .gform_body {
    float: none;
    width: 100% !important;
  }

  .optin .gform_wrapper .gform_footer {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
}

footer .foot {
  background: #0f3652;
  padding: 35px 0;
  color: #fff;
}

ul.social {
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
}

ul.social li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}

ul.social li a {
  color: #fff;
}

ul.social li a::before {
  font-family: "FontAwesome";
  font-size: 1.35rem;
}

ul.social li a[href*="facebook.com"]::before {
  content: "\f09a";
}

ul.social li a[href*="twitter.com"]::before {
  content: "\f099";
}

ul.social li a[href*="youtube.com"]::before {
  content: "\f16a";
}

ul.social li a[href*="amazon.com"]::before {
  content: "\f270";
}

ul.social li a span {
  left: -999em;
  position: absolute;
}

.foot-menu {
  font-family: "Lato", sans-serif;
}

.foot-menu ul {
  text-align: center;
  display: table;
  margin: 0 auto;
  border-top: 1px solid #fff;
  padding-top: 20px;
}

.foot-menu ul li {
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.824rem;
  margin: 0 10px;
  letter-spacing: 1px;
}

.foot-menu ul li a {
  color: #fff;
}

.copyright {
  text-align: center;
  font-size: 0.8rem;
  margin-top: 30px;
}

.copyright a {
  color: #fff;
}

.copyright a:hover {
  color: #6da341;
}

/*--------------------------------------------------------------
# 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;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

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

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

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

.hentry {
  margin: 0 0 1.5em;
}

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

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

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

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

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  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;
}

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery:after {
  content: "";
  display: table;
  clear: both;
}

.gallery img.aligncenter,
.gallery div.aligncenter,
.gallery figure.aligncenter,
.gallery img.wp-post-image {
  display: block;
  margin: 1em auto;
}

img.alignright,
div.alignright,
figure.alignright {
  float: right;
  margin: 1em 0 1em 2em;
}
img.alignleft,
div.alignleft,
figure.alignleft,
img.wp-post-image.attachment-thumb {
  float: left;
  margin: 1em 1em 2em 0;
}
figure {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}
p img.alignright,
p img.alignleft {
  margin-top: 0;
}

.gallery figure img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.gallery figure {
  float: left;
  margin: 0 2% 1em 0;
}

.gallery.gallery-columns-1 figure {
  width: 100%;
  margin: 0 0 1em 0;
  float: none;
}

.gallery.gallery-columns-3 figure {
  width: 32%;
}
.gallery.gallery-columns-3 figure:nth-of-type(3n + 3) {
  margin-right: 0;
}
.gallery.gallery-columns-3 figure:nth-of-type(3n + 4) {
  clear: left;
}

.gallery.gallery-columns-2 figure {
  width: 49%;
}
.gallery.gallery-columns-2 figure:nth-of-type(even) {
  margin-right: 0;
}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {
  clear: left;
}

.gallery.gallery-columns-4 figure {
  width: 23.25%;
}
.gallery.gallery-columns-4 figure:nth-of-type(4n + 4) {
  margin-right: 0;
}
.gallery.gallery-columns-4 figure:nth-of-type(4n + 5) {
  clear: left;
}

.gallery.gallery-columns-5 figure {
  width: 18%;
}
.gallery.gallery-columns-5 figure:nth-of-type(5n + 5) {
  margin-right: 0;
}
.gallery.gallery-columns-5 figure:nth-of-type(5n + 6) {
  clear: left;
}

.gallery.gallery-columns-6 figure {
  width: 14.2%;
}
.gallery.gallery-columns-6 figure:nth-of-type(6n + 6) {
  margin-right: 0;
}
.gallery.gallery-columns-6 figure:nth-of-type(6n + 7) {
  clear: left;
}

.gallery.gallery-columns-7 figure {
  width: 12%;
}
.gallery.gallery-columns-7 figure:nth-of-type(7n + 7) {
  margin-right: 0;
}
.gallery.gallery-columns-7 figure:nth-of-type(7n + 8) {
  clear: left;
}

.gallery.gallery-columns-8 figure {
  width: 10.2%;
}
.gallery.gallery-columns-8 figure:nth-of-type(8n + 8) {
  margin-right: 0;
}
.gallery.gallery-columns-8 figure:nth-of-type(8n + 9) {
  clear: left;
}

.gallery.gallery-columns-9 figure {
  width: 8.85%;
}
.gallery.gallery-columns-9 figure:nth-of-type(9n + 9) {
  margin-right: 0;
}
.gallery.gallery-columns-9 figure:nth-of-type(9n + 10) {
  clear: left;
}

@media (max-width: 767px) {
  img.alignright,
  div.alignright,
  figure.alignright,
  img.alignleft,
  div.alignleft,
  figure.alignleft,
  img.wp-post-image.attachment-thumb {
    display: block;
    margin: 1em auto;
    float: none;
  }
  .gallery.gallery-columns-4 figure,
  .gallery.gallery-columns-5 figure,
  .gallery.gallery-columns-6 figure,
  .gallery.gallery-columns-7 figure,
  .gallery.gallery-columns-8 figure,
  .gallery.gallery-columns-9 figure {
    width: 100%;
    margin: 0 0 1em 0;
    float: none;
  }
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #444;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #444;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #444;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #444;
}

/*--------------------------------------------------------------
## Get to Know Us
--------------------------------------------------------------*/

.team {
  background: #0f3652;
  color: #fff;
  font-size: 1.5rem;
  font-style: italic;
  padding: 150px 0;
}

.team p {
  margin-bottom: 0;
  padding: 0 80px;
}

.bios .bio {
  display: inline-block;
  margin-right: -4px;
  text-align: center;
  vertical-align: middle;
}

.bio .bio-wrap {
  position: relative;
}

.bio .panel {
  margin: 0 auto;
  height: 300px;
  position: relative;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  color: #fff;
}

.bio .panel h4 {
  font-size: 1.25rem;
  text-transform: none;
  letter-spacing: 0;
}

.bio .front,
.bio .back {
  text-align: center;
}

.bio .front {
}

.bio .front img {
  display: block;
}

.bio .back {
  padding: 0;
  text-align: center;
  overflow: hidden;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: none;
  background: rgba(244, 244, 244, 0.7);
}

.bio .back .title {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
}

.bio h2 {
  font-size: 1.75rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.bio h2:after {
  height: 1px;
}

.bio h3 {
  font-style: normal;
  text-transform: none;
}

.bio:hover .back {
  display: block;
}

.lightbox h2 {
  float: left;
  margin-bottom: 0;
  padding-bottom: 0;
}

.lightbox h2:after {
  display: none;
}

.lightbox h3 {
  text-transform: none;
  margin-bottom: 2em;
  color: #6da341;
}

.lightbox img {
  float: left;
  margin: 0 20px 20px 0;
}

.lightbox p {
  color: #000;
  font-size: 1.2rem;
}

@media (max-width: 550px) {
  .bios .bio {
    width: 50%;
  }
}

.button,
button,
input,
select,
textarea {
  font-family: "Lato", sans-serif;
}

.clearfix {
  clear: both;
}

/* EVENT ESPRESSO */

.ee-event-datetimes-ul {
  list-style: none;
  margin: 0;
  display: table;
  margin: 0 auto;
  margin-bottom: 2em;
}

.ee-event-datetimes-ul .ee-event-datetimes-li {
  text-align: center;
  width: auto !important;
}

.event-content,
.event-tickets,
.espresso-venue-dv {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.tckt-slctr-tbl-td-name {
  text-align: left;
}

.ee-ticket-selector-ticket-price-th,
.ee-ticket-selector-ticket-qty-th,
.tckt-slctr-tbl-td-price,
.tckt-slctr-tbl-td-qty {
  text-align: right !important;
}

.ticket-selector-submit-btn,
input[type="submit"] {
  background: #6da341;
  padding: 10px 18px;
  border: none;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
}

.espresso-venue-dv h4 {
  text-transform: none;
  letter-spacing: 0;
}

.ee-gmap {
  margin: 0 auto;
}

thead th {
  font-weight: bold;
  text-align: left;
}

tr td {
  padding: 0.25em 0;
}

h2#spco-steps-big-hdr:after {
  display: none;
}

#ee-single-page-checkout-dv p {
  margin-bottom: 0;
}

input[type="submit"].view-details-btn {
  margin: 0 auto;
  float: none;
}

.espresso_event_type-single-event {
  background: #f3f3f3;
  padding: 0 40px 40px;
}

.espresso_events p {
  margin-bottom: 0;
}

.ee-event-img {
  margin: 0 auto;
}

h2 a {
  color: #0f3652;
}

.post-content h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #6da341;
}

/*--------------------------------------------------------------
## Adopt a House and Room Graphics
--------------------------------------------------------------*/

.adopt {
  background-color: #6da341;
  color: #fff;
}

.adopt h2 {
  color: #fff;
}

.adopt h2:after {
  background: #0f3552;
}

.adopt .house {
  background-color: #0f3552;
  padding: 40px 40px;
}

.adopt .room {
  background-color: #fff;
  padding: 40px 60px;
}

.adopt .house .icon,
.adopt .room .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3%;
  max-width: 27%;
}

.adopt .house .text,
.adopt .room .text {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  max-width: 70%;
}

.adopt .house p,
.adopt .room p {
  margin-bottom: 1rem;
}

.adopt .room p {
  color: #111;
}

#adopthouse,
#adoptroom {
  background-image: url("http://humanitri.org/wp-content/themes/humanitri/images/maze-bg@2X.png");
  padding: 1rem;
  display: none;
}

#adopthouse .roof {
  background: ;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

#adopthouse .shape-left {
  background: ;
  float: left;
  shape-outside: polygon(0% 0, 100% 0%, 0% 100%);
}

#adopthouse .shape-right {
  background: ;
  float: right;
  shape-outside: polygon(0% 0, 100% 0%, 100% 100%);
}

#adopthouse .container,
#adoptroom .container {
  max-width: 900px;
}

#adopthouse .row,
#adoptroom .row {
  margin-bottom: 0.9rem;
}

#adopthouse p {
  margin-bottom: 1.5rem;
  line-height: 1.1rem;
  font-size: 0.8rem;
}

#adoptroom p {
  margin-bottom: 1.5rem;
  line-height: 1.1rem;
}

#adopthouse .button,
#adoptroom .button,
.adopt .button {
  background: #6da341;
  padding: 8px 16px;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8rem;
  text-decoration: none;
}

#adopthouse .panel,
#adopthouse .four .panel {
  height: 275px;
  height: 21vw;
  /**/
  height: auto;
  margin-bottom: 15px;
}

#adopthouse .panel .front,
#adopthouse .four .panel .front {
  background-color: #6da341;
  padding: 40px 20px;
  /*height: 21vw;*/
  width: 100%;
  /**/
  position: static;
}

#adopthouse .panel .back,
#adopthouse .four .panel .back {
  background-color: #0f3652;
  margin: 0 auto;
  padding: 25px 20px;
  font-size: 1rem;
  /**/
  height: 100%;
}

#adopthouse .three .panel {
  height: 275px;
  height: 15vw;
  /**/
  height: auto;
}

#adopthouse .three .panel .front {
  background-color: #9e228b;
  padding: 50px 20px;
  /**/
  position: static;
}

#adopthouse .three .panel .front img {
  margin-bottom: 12px;
}

#adopthouse .three .panel .back {
  padding: 10px;
}

/*#adopthouse .box1 {
			padding: 20px;
			height: 275px;
			height: 21vw;
			width: 100%;
		}

		#adopthouse .box1 img {
			max-height: 200px;
		}

		#adopthouse . {
			height: 100%;
		}*/

/*#adopthouse .box3,
		#adopthouse .three .box1 {
			width: 285px;
			height: 200px;
			padding: 30px 0;
		}

		#adopthouse .box4,
		#adopthouse .three . {
			width: 285px;
    		height: 200px;
    		padding: 20px 0;
		}*/

#adopthouse .house-type {
  margin-bottom: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
}

#adopthouse .price {
  margin-bottom: 1rem;
}

#adoptroom .panel {
  margin-bottom: 0.9rem;
}

#adoptroom .hover img {
  border: 5px solid #103552;
  width: 100%;
  height: auto;
}

#adoptroom .front {
  width: 100%;
  height: 100%;
  /**/
  position: static;
}

#adoptroom .back {
  background-color: #0f3652;
  padding: 25px 20px;
  width: 100%;
  height: 100%;
}

#adoptroom .six .panel {
  height: 382px;
  height: 21.8vw;
  /**/
  height: auto;
}

#adoptroom .four .panel {
  height: 278px;
  height: 14.2vw;
  /**/
  height: auto;
}

#adoptroom .price {
  font-style: italic;
  margin-bottom: 1rem;
}

.featherlight #adopthouse,
.featherlight #adoptroom {
  display: block;
}

.featherlight .featherlight-content {
  overflow-y: scroll;
  background-image: url(images/maze-bg@2X.png);
}

.disclaimer {
  font-style: italic;
  font-size: 0.9rem !important;
}

.disclaimer p {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

@media (max-width: 1000px) {
  .adopt .house,
  .adopt .room {
    padding: 40px 20px;
  }

  .adopt .house .text,
  .adopt .room .text {
    text-align: center;
  }
}

@media (max-width: 750px) {
  .three.columns {
    width: 48.5%;
    margin: 0 0.5%;
  }
}

@media (max-width: 550px) {
  .three.columns,
  .four.columns {
  }

  #adopthouse .panel,
  #adopthouse .four .panel,
  #adopthouse .three .panel {
    height: 60vw;
    margin-bottom: 1em;
  }

  #adoptroom .six .panel,
  #adoptroom .four .panel {
    height: 62vw;
  }

  p {
    font-size: 1.1em;
  }
}
