@charset "UTF-8";
/*!
Theme Name: giraffepress
Theme URI: http://underscores.me/
Author: Giraffe
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: giraffepress
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

giraffepress is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  clear: both;
  font-family: "Aleo", serif;
  color: #0D4169;
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.02em;
  margin-bottom: 3rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.8rem;
  }
}

h2,
h3,
h5,
h6 {
  clear: both;
  font-family: "Aleo", serif;
  font-weight: 300;
}

h4 {
  clear: both;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  font-family: "Aleo", serif;
  font-weight: 300;
  color: #062D4A;
  font-size: 3.5rem;
  line-height: 1.5;
  margin: 0 0 3rem;
}
@media (max-width: 992px) {
  blockquote {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  blockquote {
    font-size: 2.1rem;
  }
}

address {
  margin: 0 0 1.5em;
}

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

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

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

mark,
ins {
  background: #fff9c0;
  font-family: "Aleo", serif;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
  font-size: 10px;
}

html::-webkit-scrollbar-thumb {
  scrollbar-color: red yellow;
}

body {
  background: #F7F0E7;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
}

@media (max-width: 576px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
section {
  overflow-x: hidden;
}

/* Body content lists */
.intro ul,
.entry-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.intro li,
.entry-content li {
  text-align: center;
  padding: 2.5rem 2rem;
  border-bottom: 1px solid #0D4169;
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
}
.intro li::before,
.entry-content li::before {
  content: "•";
  margin-right: 0.6rem;
}

/* Footer */
.site-footer {
  background-color: #0D4169;
  color: #FFFFFF;
  padding: 5rem 0;
  display: flex;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 100%;
  background-image: url("../images/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  z-index: 0;
  max-width: 700px;
}
.site-footer .container,
.site-footer .site-info {
  position: relative;
  z-index: 1;
}
.site-footer .site-info {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2rem;
  width: 100%;
}
.site-footer a {
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
}
.site-footer a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  transition: width 0.4s ease;
  transform-origin: right;
}
.site-footer a:hover::after {
  width: 0;
}
.site-footer a:visited {
  color: #FFFFFF;
}
.site-footer p {
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
  color: #FFFFFF;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .logo svg {
  width: 280px;
  height: auto;
}
.site-footer .links ul {
  display: grid;
  grid-template-columns: max-content max-content;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  gap: 1.75rem 4rem;
}
.site-footer .contact h4 {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
}
.site-footer .contact p {
  margin: 0 0 0.5rem;
}
.site-footer .last-column p {
  margin: 0 0 0.5rem;
}
@media (max-width: 1024px) {
  .site-footer .site-info {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 0rem;
  }
}
@media (max-width: 768px) {
  .site-footer .site-info .logo svg {
    width: 220px;
  }
}
@media (max-width: 500px) {
  .site-footer .site-info {
    grid-template-columns: 1fr;
    gap: 4rem 0rem;
  }
  .site-footer .logo svg {
    width: 200px;
  }
}

.s-padding {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.full_width_img {
  width: 100%;
  height: auto;
  display: block;
}

.short_img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.page-body,
.about {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

.contact-page__form-wrap .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  border: none;
  border-bottom: 1px solid #0D4169;
  border-radius: 0;
  background: 0;
  box-shadow: none;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 300;
  padding: 0;
}

.contact-page__form-wrap .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  border: none;
  border-bottom: 1px solid #0D4169;
  border-radius: 0;
  background: 0;
  box-shadow: none;
}

.contact-page__form-wrap .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
  outline: none;
}

.contact-page__form-wrap .gform-theme--foundation .gfield textarea.large {
  outline: none;
  padding: 0;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 300;
  padding: 0;
}

.contact-page__form-wrap .gform-field-label.gform-field-label--type-sub {
  display: none;
}

.contact-page__form-wrap .gform-theme--foundation .gform_footer {
  display: block;
}

.contact-page__form-wrap #gform_submit_button_1 {
  background: none;
  box-shadow: none;
  color: #0D4169;
  float: right;
}

/* Links
--------------------------------------------- */
a {
  color: #D5B06E;
}
a:visited {
  color: #0D4169;
}
a:hover, a:focus, a:active {
  color: #0D4169;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

.hero__cta {
  font-family: "Aleo", serif;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  background: none;
  border: none;
  padding: 0;
  color: #0D4169;
  position: relative;
  text-decoration: none;
}

.hero__cta::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 0.75px;
  background-color: #0D4169;
  transition: width 0.4s ease;
  transform-origin: right;
}

.hero__cta:hover::after {
  width: 0;
}

.hero__cta__white {
  font-family: "Aleo", serif;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  background: none;
  border: none;
  padding: 0;
  color: white;
  position: relative;
  text-decoration: none;
}

.hero__cta__white:hover {
  color: white;
}

.hero__cta__white::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 0.75px;
  background-color: white;
  transition: width 0.4s ease;
  transform-origin: right;
}

.hero__cta__white:hover::after {
  width: 0;
}

.hero__cta__white:visited {
  color: white;
}

/* Footer buttons */
.footer__link {
  font-family: "Aleo", serif;
  font-weight: normal;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  background: none;
  border: none;
  padding: 0;
  color: white;
  position: relative;
  text-decoration: none;
}

.footer__link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 0.75px;
  background-color: white;
  transition: width 0.4s ease;
  transform-origin: right;
}

.footer__link:hover {
  color: white;
}

.footer__link:hover::after {
  width: 0;
}

.footer__link:visited {
  color: white;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/* Animation
--------------------------------------------- */
@media (prefers-reduced-motion) {
  hidden {
    transition: none;
  }
}
.slide-up.hidden {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1ms, opacity 1ms;
}

.slide-up.show {
  opacity: 1;
  transform: translateY(0);
  transition: transform 700ms, opacity 700ms;
}

.slide-down.hidden {
  opacity: 0;
  transform: translateY(-50px);
  transition: transform 1ms, opacity 1ms;
}

.slide-down.show {
  opacity: 1;
  transform: translateY(0);
  transition: transform 700ms, opacity 700ms;
}

.slide-right.hidden {
  opacity: 0;
  transform: translateX(-50px);
  transition: transform 1ms, opacity 1ms;
}

.slide-right.show {
  opacity: 1;
  transform: translateX(0);
  transition: transform 700ms, opacity 700ms;
}

.slide-left.hidden {
  opacity: 0;
  transform: translateX(50px);
  transition: transform 1ms, opacity 1ms;
}

.slide-left.show {
  opacity: 1;
  transform: translateX(0);
  transition: transform 700ms, opacity 700ms;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Hero
--------------------------------------------- */
.home #masthead {
  display: none;
}

.hero, .home-section {
  height: 100vh;
  display: flex;
  align-items: stretch;
}
@media (max-width: 768px) {
  .hero, .home-section {
    height: auto;
  }
}
.hero .container, .home-section .container {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.hero__inner {
  display: flex;
  flex-direction: row;
  flex: 1;
}
@media (max-width: 768px) {
  .hero__inner {
    flex-direction: column;
  }
}

.hero__strips {
  display: flex;
  flex-direction: row;
  flex: 0 0 35%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero__strips {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    flex: none;
    height: 220px;
  }
}

.hero__strip {
  flex: 1;
  background-size: cover;
  background-position: center;
  background-color: #0D4169;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.hero__strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #918C8C;
  opacity: 0.61;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.hero__strip--active::after {
  display: none;
}
.hero__strip:hover .hero__strip-label {
  transform: rotate(180deg) translateY(1rem);
}
.hero__strip--placeholder {
  background-color: #0D4169;
}

.hero__strip-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #FFFFFF;
  font-family: "Aleo", serif;
  font-weight: 400;
  font-size: 2.6rem;
  padding: 2rem 1.2rem;
  letter-spacing: 0.05em;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .hero__strip-label {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .hero__strip-label {
    font-size: 3.2rem;
    padding: 1.5rem 0.8rem;
  }
}

.hero__page-icon {
  color: #FFFFFF;
}
.hero__page-icon svg {
  width: 60px;
  height: auto;
}
.hero__page-icon :visited {
  color: #FFFFFF;
}

.hero--our-work .hero__page-icon {
  color: #D5B06E;
}
.hero--our-work .hero__page-icon :visited {
  color: #D5B06E;
}

.hero--donate .hero__page-icon {
  color: #072D4A;
}
.hero--donate .hero__page-icon :visited {
  color: #072D4A;
}

.hero--subscribe .hero__page-icon {
  color: #D5B06E;
}
.hero--subscribe .hero__page-icon :visited {
  color: #D5B06E;
}

.hero--image-references .hero__page-icon {
  color: #D5B06E;
}
.hero--image-references .hero__page-icon :visited {
  color: #D5B06E;
}

.hero--about,
.hero--our-work,
.hero--donate,
.hero--subscribe,
.hero--home-extra,
.hero--image-references {
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero--about::before,
.hero--our-work::before,
.hero--donate::before,
.hero--subscribe::before,
.hero--home-extra::before,
.hero--image-references::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #918C8C;
  opacity: 1;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
.hero--about .container,
.hero--our-work .container,
.hero--donate .container,
.hero--subscribe .container,
.hero--home-extra .container,
.hero--image-references .container {
  position: relative;
  z-index: 1;
}
.hero--about .hero__content,
.hero--our-work .hero__content,
.hero--donate .hero__content,
.hero--subscribe .hero__content,
.hero--home-extra .hero__content,
.hero--image-references .hero__content {
  color: #FFFFFF;
}
.hero--about .hero__page-title,
.hero--our-work .hero__page-title,
.hero--donate .hero__page-title,
.hero--subscribe .hero__page-title,
.hero--home-extra .hero__page-title,
.hero--image-references .hero__page-title {
  color: #FFFFFF;
  font-size: 4rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .hero--about .hero__page-title,
  .hero--our-work .hero__page-title,
  .hero--donate .hero__page-title,
  .hero--subscribe .hero__page-title,
  .hero--home-extra .hero__page-title,
  .hero--image-references .hero__page-title {
    font-size: 2.8rem;
  }
}
.hero--about .hero__tagline,
.hero--our-work .hero__tagline,
.hero--donate .hero__tagline,
.hero--subscribe .hero__tagline,
.hero--home-extra .hero__tagline,
.hero--image-references .hero__tagline {
  color: #FFFFFF;
}
.hero--about .hero__page-icon,
.hero--our-work .hero__page-icon,
.hero--donate .hero__page-icon,
.hero--subscribe .hero__page-icon,
.hero--home-extra .hero__page-icon,
.hero--image-references .hero__page-icon {
  position: unset;
  padding-top: 30px;
  text-align: end;
}
.hero--about .hero__page-icon img,
.hero--our-work .hero__page-icon img,
.hero--donate .hero__page-icon img,
.hero--subscribe .hero__page-icon img,
.hero--home-extra .hero__page-icon img,
.hero--image-references .hero__page-icon img {
  max-width: 60px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .hero--about .hero__page-icon,
  .hero--our-work .hero__page-icon,
  .hero--donate .hero__page-icon,
  .hero--subscribe .hero__page-icon,
  .hero--home-extra .hero__page-icon,
  .hero--image-references .hero__page-icon {
    position: absolute;
    top: 3rem;
    right: 3rem;
    z-index: 1;
  }
  .hero--about .hero__page-icon img,
  .hero--our-work .hero__page-icon img,
  .hero--donate .hero__page-icon img,
  .hero--subscribe .hero__page-icon img,
  .hero--home-extra .hero__page-icon img,
  .hero--image-references .hero__page-icon img {
    max-width: 60px;
    height: auto;
  }
}

.hero--our-work::before,
.home--our-work::before {
  display: none;
}
.hero--our-work .hero__page-title,
.home--our-work .hero__page-title {
  color: #FFFFFF;
  font-size: 4rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .hero--our-work .hero__page-title,
  .home--our-work .hero__page-title {
    font-size: 2.8rem;
  }
}
.hero--our-work .hero__tagline,
.home--our-work .hero__tagline {
  color: #FFFFFF;
}
.hero--our-work .hero__page-icon,
.home--our-work .hero__page-icon {
  position: unset;
  padding-top: 30px;
  text-align: end;
}
.hero--our-work .hero__page-icon img,
.home--our-work .hero__page-icon img {
  max-width: 60px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .hero--our-work .hero__page-icon,
  .home--our-work .hero__page-icon {
    position: absolute;
    top: 3rem;
    right: 3rem;
    z-index: 1;
  }
  .hero--our-work .hero__page-icon img,
  .home--our-work .hero__page-icon img {
    max-width: 60px;
    height: auto;
  }
}

.hero--image-references::before {
  display: none;
}
.hero--image-references .hero__page-title {
  color: #D5B06E;
  font-size: 4rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .hero--image-references .hero__page-title {
    font-size: 2.8rem;
  }
}
.hero--image-references .hero__tagline {
  color: #FFFFFF;
}
.hero--image-references .hero__page-icon {
  position: unset;
  padding-top: 30px;
  text-align: end;
}
.hero--image-references .hero__page-icon img {
  max-width: 60px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .hero--image-references .hero__page-icon {
    position: absolute;
    top: 3rem;
    right: 3rem;
    z-index: 1;
  }
  .hero--image-references .hero__page-icon img {
    max-width: 60px;
    height: auto;
  }
}

.hero--donate::before,
.home--donate::before {
  display: none;
}
.hero--donate .hero__page-title,
.home--donate .hero__page-title {
  color: #D5B06E;
  font-size: 4rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .hero--donate .hero__page-title,
  .home--donate .hero__page-title {
    font-size: 2.8rem;
  }
}
.hero--donate .hero__tagline,
.home--donate .hero__tagline {
  color: #231F20;
}
.hero--donate .hero__page-icon,
.home--donate .hero__page-icon {
  position: unset;
  padding-top: 30px;
  text-align: end;
}
.hero--donate .hero__page-icon img,
.home--donate .hero__page-icon img {
  max-width: 60px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .hero--donate .hero__page-icon,
  .home--donate .hero__page-icon {
    position: absolute;
    top: 3rem;
    right: 3rem;
    z-index: 1;
  }
  .hero--donate .hero__page-icon img,
  .home--donate .hero__page-icon img {
    max-width: 60px;
    height: auto;
  }
}

.hero__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5rem 6rem;
  position: relative;
}
@media (max-width: 768px) {
  .hero__content {
    padding: 5rem 3rem;
  }
}

.hero__logo {
  margin-bottom: 3rem;
}
.hero__logo img {
  max-width: 120px;
  height: auto;
}

.hero__logo-placeholder {
  font-family: "Aleo", serif;
  color: #0D4169;
  font-size: 2rem;
}

.hero__tagline {
  font-family: "Aleo", serif;
  font-weight: 300;
  color: #062D4A;
  font-size: 3.5rem;
  line-height: 1.5;
  max-width: 650px;
  margin: 0 0 3rem;
}
@media (max-width: 992px) {
  .hero__tagline {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .hero__tagline {
    font-size: 2.1rem;
  }
}

.hero__divider {
  margin-bottom: 2rem;
}
.hero__divider img {
  max-width: 100px;
  height: auto;
  opacity: 0.6;
}

.hero__tagline-full-width {
  font-family: "Aleo", serif;
  font-weight: 300;
  color: white;
  font-size: 3.5rem;
  line-height: 1.5;
  max-width: 750px;
  margin: 0 0 3rem;
}
@media (max-width: 992px) {
  .hero__tagline-full-width {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .hero__tagline-full-width {
    font-size: 2.1rem;
  }
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  display: flex;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  line-height: 80px;
  height: 80px;
}

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

.post {
  margin: 0 0 1.5em;
}

.page {
  margin: 0;
}

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/* Home 
--------------------------------------------- */
.home--our-work {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  min-height: 500px;
  width: 100%;
}

.home--donate {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  min-height: 500px;
  width: 100%;
}

/* Left: image flush to screen edge */
/* The Work */
.home-work__image {
  overflow: hidden;
}

.home-work__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Donate */
.home-donate__image {
  overflow: hidden;
}

.home-donate__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Right content panel */
/* The Work */
.home-work__panel {
  background-color: #231F20;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 3rem;
}

.home-work__content {
  max-width: 500px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

/* Donate */
.home-donate__panel {
  background-color: #F7F0E7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 3rem;
}

.home-donate__content {
  max-width: 480px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

/* Read more CTA */
.home-work__cta {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  font-family: Georgia, serif;
  position: relative;
}

/* Responsive */
@media (max-width: 768px) {
  .home--our-work {
    grid-template-columns: 1fr;
  }
  .home-work__image {
    height: 360px;
  }
  .home-work__panel {
    padding: 5rem 1.5rem;
  }
  .home--donate {
    grid-template-columns: 1fr;
  }
  .home-donate__image {
    height: 360px;
  }
  .home-donate__panel {
    padding: 5rem 1.5rem;
  }
}
.home--about .hero__content, .home--subscribe .hero__content {
  color: #231F20;
}
.home--about .hero__page-title, .home--subscribe .hero__page-title {
  color: #0D4169;
  font-size: 4rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .home--about .hero__page-title, .home--subscribe .hero__page-title {
    font-size: 2.8rem;
  }
}
.home--about .hero__tagline-full-width, .home--subscribe .hero__tagline-full-width {
  color: #231F20;
}
.home--about .hero__cta__white, .home--subscribe .hero__cta__white {
  color: #0D4169;
}
.home--about .hero__cta__white::after, .home--subscribe .hero__cta__white::after {
  background-color: #0D4169;
}

.desktop-divider {
  display: none;
}

/* Mobile Banner */
@media screen and (min-width: 768px) {
  .mobile-banner {
    display: none;
  }
  .mobile-divider {
    display: none;
  }
  .desktop-divider {
    display: block;
  }
  .hero.home--about {
    background-image: url("/../wp-content/themes/humanities-for-life/images/background-about.jpg");
  }
  .hero.home--subscribe {
    background-image: url("/../wp-content/themes/humanities-for-life/images/background-subscribe.jpg");
  }
  .home--about, .home--subscribe {
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .home--about::before, .home--subscribe::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #918C8C;
    opacity: 1;
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 0;
  }
  .home--about .container, .home--subscribe .container {
    position: relative;
    z-index: 1;
  }
  .home--about .hero__content, .home--subscribe .hero__content {
    color: #FFFFFF;
  }
  .home--about .hero__page-title, .home--subscribe .hero__page-title {
    color: #FFFFFF;
  }
  .home--about .hero__tagline-full-width, .home--subscribe .hero__tagline-full-width {
    color: #FFFFFF;
  }
  .home--about .hero__cta__white, .home--subscribe .hero__cta__white {
    color: #FFFFFF;
  }
  .home--about .hero__cta__white::after, .home--subscribe .hero__cta__white::after {
    background-color: #FFFFFF;
  }
}
/* Founders
--------------------------------------------- */
.founders {
  background-color: #F7F0E7;
  padding: 0 0 6rem 0;
}
.founders__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .founders__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.founders__card {
  display: flex;
  flex-direction: column;
}
.founders__card-image {
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.founders__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 1px solid #D5B06E;
}
.founders__card-body {
  padding: 1.5rem;
  text-align: center;
}
.founders__card-position {
  font-size: 1.4rem;
  color: #404040;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.founders__card-name {
  font-family: "Aleo", serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #231F20;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.founders__card-btn {
  font-family: "Aleo", serif;
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  background: none;
  border: none;
  padding: 0;
  color: #0D4169;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.founders__card-btn::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 0.75px;
  background-color: #0D4169;
  transition: width 0.4s ease;
  transform-origin: right;
}
.founders__card-btn:hover::after {
  width: 0;
}

.founders__modal.fade .modal-dialog {
  transform: translateX(100px);
  transition: transform 0.4s ease-out;
}
.founders__modal.show .modal-dialog {
  transform: translateX(0);
}
.founders__modal .modal-content {
  border: none;
  border-radius: 0;
}
.founders__modal .modal-header {
  border-bottom: none;
  padding: 1.5rem 1.5rem 0;
}
.founders__modal .modal-body {
  padding: 0 2rem 2rem;
  text-align: center;
}
.founders__modal-image {
  width: 180px;
  height: 180px;
  overflow: hidden;
  margin: 0 auto 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.founders__modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.founders__modal-position {
  font-size: 1.4rem;
  color: #404040;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.founders__modal-name {
  font-family: "Aleo", serif;
  font-size: 3rem;
  font-weight: 400;
  color: #231F20;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.founders__modal-bio {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #404040;
  text-align: left;
}

.founding-statement {
  background-color: #FFFFFF;
  padding: 8rem 0;
}
.founding-statement__body {
  font-family: "Aleo", serif;
  font-weight: 300;
  color: #231F20;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 3rem;
}
.founding-statement__body p {
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .founding-statement__body {
    font-size: 1.9rem;
  }
}
.founding-statement__divider {
  text-align: center;
  margin-bottom: 2rem;
}
.founding-statement__divider img {
  max-width: 100px;
  height: auto;
  opacity: 0.6;
}
.founding-statement__cta {
  font-family: "Aleo", serif;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  background: none;
  border: none;
  padding: 0;
  color: #0D4169;
  position: relative;
  text-decoration: none;
  display: block;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.founding-statement__cta::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 0.75px;
  background-color: #0D4169;
  transition: width 0.4s ease;
  transform-origin: right;
}
.founding-statement__cta:hover::after {
  width: 0;
}

/* Works list
--------------------------------------------- */
.works-list {
  width: var(--section-width, 100%);
  background-color: #F7F0E7;
}
.works-list__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.works-list__title {
  font-family: "Aleo", serif;
  font-size: 3.2rem;
  font-weight: bold;
  color: #0D4169;
  margin: 0;
}
.works-list__view-all {
  font-family: "Aleo", serif;
  font-size: 1.6rem;
  color: #0D4169;
  text-decoration: none;
  position: relative;
}
.works-list__view-all::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 0.75px;
  background-color: #0D4169;
  transition: width 0.4s ease;
  transform-origin: right;
}
.works-list__view-all:hover::after {
  width: 0;
}
.works-list__grid {
  display: grid;
  border-top: 1px solid #0D4169;
  position: relative;
}
.works-list__grid::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.75px;
  background-color: #0D4169;
}
.works-list--card-cols-1 .works-list__grid {
  grid-template-columns: 1fr;
}
.works-list--card-cols-3 .works-list__grid {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .works-list--card-cols-3 .works-list__grid {
    grid-template-columns: 1fr;
  }
}
.works-list__card {
  padding: 3rem 2rem;
  border-right: 1px solid #0D4169;
  border-bottom: 1px solid #0D4169;
  background-color: #F7F0E7;
  display: flex;
  flex-direction: column;
}
.works-list__card:nth-child(3n) {
  border-right: none;
}
@media (max-width: 768px) {
  .works-list__card {
    border-right: none;
  }
}
.works-list__card-date {
  font-size: 1.4rem;
  color: #404040;
  margin-bottom: 0.8rem;
  display: block;
}
.works-list__card-title {
  font-family: "Aleo", serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #231F20;
  margin: 0 0 1.2rem;
  line-height: 1.3;
}
.works-list__card-location {
  font-size: 1.6rem;
  color: #404040;
  margin: 0 0 2rem;
  line-height: 1.5;
}
.works-list__card-link {
  font-family: "Aleo", serif;
  font-size: 1.6rem;
  color: #0D4169;
  text-decoration: none;
  position: relative;
  margin-top: auto;
  width: fit-content;
}
.works-list__card-link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 0.75px;
  background-color: #0D4169;
  transition: width 0.4s ease;
  transform-origin: right;
}
.works-list__card-link:hover::after {
  width: 0;
}

.events-page__title {
  font-family: "Aleo", serif;
  font-size: 4rem;
  font-weight: bold;
  color: #0D4169;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 2rem;
}
.events-page__divider {
  border-bottom: 1px solid #0D4169;
  margin-bottom: 2.2rem;
}
.events-page__section-title {
  font-family: "Aleo", serif;
  font-size: 2.6rem;
  font-weight: 400;
  color: #0D4169;
  margin: 0 0 2rem;
}
.events-page__grid {
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #0D4169;
  position: relative;
  margin-bottom: 2.2rem;
}
.events-page__grid::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.75px;
  background-color: #0D4169;
}
@media (max-width: 768px) {
  .events-page__grid {
    grid-template-columns: 1fr;
  }
}
.events-page__grid .works-list__card:nth-child(3n) {
  border-right: none;
}

.conversation-resources {
  background-color: #F7F0E7;
}
.conversation-resources__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #0D4169;
}
@media (max-width: 768px) {
  .conversation-resources__grid {
    grid-template-columns: 1fr;
  }
}
.conversation-resources__column:first-child {
  border-right: 1px solid #0D4169;
}
@media (max-width: 768px) {
  .conversation-resources__column:first-child {
    border-right: none;
    border-bottom: 1px solid #0D4169;
  }
}
.conversation-resources__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 3rem 2rem;
  border-bottom: 1px solid #0D4169;
}
.conversation-resources__title {
  font-family: "Aleo", serif;
  font-size: 2.6rem;
  font-weight: 400;
  color: #231F20;
  margin: 0;
}
.conversation-resources__view-all {
  font-family: "Aleo", serif;
  font-size: 1.6rem;
  color: #0D4169;
  text-decoration: none;
  position: relative;
}
.conversation-resources__view-all::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 0.75px;
  background-color: #0D4169;
  transition: width 0.4s ease;
  transform-origin: right;
}
.conversation-resources__view-all:hover::after {
  width: 0;
}
.conversation-resources__list {
  padding: 3rem 2rem;
}
.conversation-resources__item {
  margin-bottom: 3rem;
}
.conversation-resources__item:last-child {
  margin-bottom: 0;
}
.conversation-resources__item-meta {
  font-size: 1.4rem;
  color: #404040;
  margin-bottom: 0.5rem;
  display: block;
}
.conversation-resources__item-title {
  font-family: "Aleo", serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #231F20;
  margin: 0 0 1.5rem;
  line-height: 1.3;
}
.conversation-resources__item-link {
  font-family: "Aleo", serif;
  font-size: 1.6rem;
  color: #0D4169;
  text-decoration: none;
  position: relative;
  width: fit-content;
  display: block;
}
.conversation-resources__item-link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 0.75px;
  background-color: #0D4169;
  transition: width 0.4s ease;
  transform-origin: right;
}
.conversation-resources__item-link:hover::after {
  width: 0;
}

/* Button Light
--------------------------------------------- */
/* Button Light
--------------------------------------------- */
.button-light {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}
.button-light__icon {
  width: auto;
  height: 40px;
  display: block;
}
.button-light__label {
  font-family: "Aleo", serif;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #0D4169;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
}
.button-light__label::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0.75px;
  background-color: #0D4169;
  transition: width 0.4s ease;
  transform-origin: right;
}
.button-light__label:hover::after {
  width: 0;
}

/* Work Single
--------------------------------------------- */
/* Work Single
--------------------------------------------- */
.work-single {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.work-single__main {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 4rem;
  align-items: start;
}
@media (max-width: 768px) {
  .work-single__main {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.work-single__title {
  font-family: "Aleo", serif;
  font-size: 6rem;
  font-weight: 300;
  color: #0D4169;
  line-height: 1.1;
  margin: 0 0 80px;
  text-align: left;
}
@media (max-width: 768px) {
  .work-single__title {
    font-size: 4rem;
    margin-bottom: 40px;
  }
}
.work-single__meta {
  padding-top: 1rem;
  font-size: 1.8rem;
  line-height: 1.6;
}
.work-single__meta-item {
  margin: 0 0 1.5rem;
}
.work-single__register {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Aleo", serif;
  font-size: 1.8rem;
  color: #0D4169;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
}
.work-single__register::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0.75px;
  background-color: #0D4169;
  transition: width 0.4s ease;
  transform-origin: right;
}
.work-single__register:hover::after {
  width: 0;
}
.work-single__register span {
  transition: transform 0.3s ease;
}
.work-single__register:hover span {
  transform: translateX(4px);
}
.work-single__body {
  max-width: 800px;
  font-size: 1.8rem;
  line-height: 1.7;
}

/* Contact Page
--------------------------------------------- */
/* Contact Page
--------------------------------------------- */
.contact-page__header {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
  align-items: baseline;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .contact-page__header {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.contact-page__title {
  font-family: "Aleo", serif;
  font-size: 3.2rem;
  font-weight: bold;
  color: #0D4169;
  margin: 0;
}
.contact-page__tagline {
  font-family: "Aleo", serif;
  font-size: 2.4rem;
  font-style: italic;
  color: #231F20;
  margin: 0;
}
.contact-page__divider {
  border-bottom: 1px solid #0D4169;
  margin-bottom: 4rem;
}
.contact-page__main {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
}
@media (max-width: 768px) {
  .contact-page__main {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.contact-page__info {
  font-size: 1.6rem;
  line-height: 1.6;
}
.contact-page__email, .contact-page__phone {
  margin: 0 0 1rem;
}
.contact-page__email a, .contact-page__phone a {
  font-family: "Aleo", serif;
  font-size: 1.6rem;
  color: #0D4169;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
}
.contact-page__email a::after, .contact-page__phone a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0.75px;
  background-color: #0D4169;
  transition: width 0.4s ease;
  transform-origin: right;
}
.contact-page__email a:hover::after, .contact-page__phone a:hover::after {
  width: 0;
}
.contact-page__description {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #231F20;
}
.contact-page__form-wrap {
  max-width: 100%;
}
.contact-page__success, .contact-page__error {
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
.contact-page__success {
  background-color: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #2e7d32;
}
.contact-page__error {
  background-color: #ffebee;
  color: #c62828;
  border: 1px solid #c62828;
}
.contact-page__form {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.contact-page__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 768px) {
  .contact-page__form-row {
    grid-template-columns: 1fr;
  }
}
.contact-page__form-field {
  display: flex;
  flex-direction: column;
}
.contact-page__form-field label {
  font-size: 1.6rem;
  color: #231F20;
  margin-bottom: 0.5rem;
}
.contact-page__form-field input,
.contact-page__form-field textarea {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1.6rem;
  color: #231F20;
  background: transparent;
  border: none;
  border-bottom: 1px solid #231F20;
  padding: 0.8rem 0;
  outline: none;
  transition: border-color 0.3s ease;
  width: 100%;
}
.contact-page__form-field input:focus,
.contact-page__form-field textarea:focus {
  border-bottom-color: #0D4169;
}
.contact-page__form-field textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-page__form-submit {
  display: flex;
  justify-content: flex-end;
}
.contact-page__submit {
  font-family: "Aleo", serif;
  font-size: 1.6rem;
  color: #0D4169;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  padding-bottom: 2px;
}
.contact-page__submit::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0.75px;
  background-color: #0D4169;
  transition: width 0.4s ease;
  transform-origin: right;
}
.contact-page__submit:hover::after {
  width: 0;
}

/* Image References
--------------------------------------------- */
.image-references__item {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  padding: 3rem 0;
  border-bottom: 1px solid #0D4169;
}
.image-references__item--first {
  padding-top: 0;
}
.image-references__item:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .image-references__item {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.image-references__image {
  flex-shrink: 0;
  width: 180px;
  max-width: 100%;
}
.image-references__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .image-references__image {
    width: 150px;
  }
}
.image-references__text {
  flex: 1;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #404040;
}
.image-references__text p {
  margin: 0;
}

/* Subscription Tiers
--------------------------------------------- */
.subscription-tiers {
  background-color: #F7F0E7;
}
.subscription-tiers__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #0D4169;
  position: relative;
}
.subscription-tiers__grid::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.75px;
  background-color: #0D4169;
}
@media (max-width: 768px) {
  .subscription-tiers__grid {
    grid-template-columns: 1fr;
  }
}

.subscription-tier {
  padding: 4rem 3rem;
  border-right: 1px solid #0D4169;
  border-bottom: 1px solid #0D4169;
  background-color: #F7F0E7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 280px;
}
.subscription-tier:nth-child(3n) {
  border-right: none;
}
@media (max-width: 768px) {
  .subscription-tier {
    border-right: none;
    min-height: auto;
  }
}
.subscription-tier__title {
  font-family: "Aleo", serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #231F20;
  margin: 0 0 2rem;
  line-height: 1.3;
}
.subscription-tier__price {
  font-family: "Aleo", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #231F20;
  margin: 0 0 0.5rem;
}
.subscription-tier__terms {
  font-size: 1.6rem;
  color: #404040;
  margin: 0 0 3rem;
}
.subscription-tier__link {
  font-family: "Aleo", serif;
  font-size: 1.6rem;
  color: #0D4169;
  text-decoration: none;
  position: relative;
  width: fit-content;
  padding-bottom: 2px;
}
.subscription-tier__link::after {
  content: "";
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 100%;
  height: 0.75px;
  background-color: #0D4169;
  transition: width 0.4s ease;
  transform-origin: right;
}
.subscription-tier__link:hover::after {
  width: 0;
}

/* Home Extra
--------------------------------------------- */
.hero--home-extra {
  background-color: #D5B06E;
  position: relative;
}
.hero--home-extra::before {
  display: none;
}
.hero--home-extra .container {
  position: relative;
  z-index: 1;
}
.hero--home-extra .hero__content {
  text-align: center;
  padding: 5rem 6rem;
}
@media (max-width: 768px) {
  .hero--home-extra .hero__content {
    padding: 5rem 3rem;
  }
}
.hero--home-extra .hero__page-title {
  text-transform: none;
  letter-spacing: normal;
}
.hero--home-extra .hero__divider {
  margin-top: 3rem;
}
.hero--home-extra .hero__divider img {
  max-width: 100px;
  height: auto;
  opacity: 0.6;
}
.hero--home-extra .hero__page-title--quote {
  font-family: "Aleo", serif;
  font-size: 3.5rem;
  font-weight: 300;
  color: #0D4169;
  line-height: 1.5;
  max-width: 600px;
  margin: 0 0 3rem;
}
@media (max-width: 992px) {
  .hero--home-extra .hero__page-title--quote {
    font-size: 2.4rem;
  }
}

.home-extra__body {
  background-color: #FFFFFF;
  padding: 80px 0;
}
.home-extra__body p {
  line-height: 1.5;
  color: #404040;
  margin-bottom: 1.5em;
}
.home-extra__body .bird_img {
  max-width: 60px;
  height: auto;
  margin: 2rem auto;
  display: block;
}
.home-extra__body .intro_img {
  max-width: 40vw;
  height: auto;
  margin: 2rem auto;
  display: block;
}

.home-extra__bottom {
  background-color: #D5B06E;
  padding: 8rem 0;
}
.home-extra__bottom-text {
  margin: 0 auto;
}
.home-extra__bottom-text p {
  font-family: "Aleo", serif;
  font-size: 2.4rem;
  font-weight: 300;
  color: #0D4169;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .home-extra__bottom-text p {
    font-size: 1.9rem;
  }
}

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/*# sourceMappingURL=custom.css.map */
