/*!
Theme Name: diversity_theme
Theme URI: http://underscores.me/
Author: Underscores.me
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: diversity_theme
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.

diversity_theme 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

/* Links
--------------------------------------------- */

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	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%;
}

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/*--------------------------------------------------------------
## Custom CSS
--------------------------------------------------------------*/

:root {
    --black: #011313;
    --lightgreen: #CDE1E3;
    --green: #419FA4;
    --darkgreen: #056166;
    --lightpink: #FFD6E9;
    --pink: #E23484;
    --darkpink: #960C4B;
    --white: #FFFFFF;
    --lightgrey: #F8F8F8;
    --host-grotesk: "Host Grotesk", sans-serif;
}


*{
    margin: 0;
    padding:0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    margin: 0;
    padding: 0;
    margin: auto;
    font-family: var(--host-grotesk);
    background-color: #f4f4f4;
    color: var(--black);
    overflow: auto;
    overflow-x: hidden;
}

.post, .page {
    margin: 0;
}

#page{
    max-width:1800px;
    margin:auto;
    background-color:var(--white);
}

p {
    font-family: var(--host-grotesk);
    font-size: 1em;
    color: #393939;
    margin-bottom:15px;
    text-rendering: geometricPrecision;
    text-decoration: none;
	word-spacing: -0.1em;
    letter-spacing: 0.01em;
    line-height:1.5em;
    font-weight: 400;
}

h1, h2, h3, h4, h5 {
    font-family: var(--host-grotesk);
	word-spacing: -0.075em;
    letter-spacing: 0.0125em;
}

h1 {
    font-size: 2.8em;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0 0 5px 0;
}


h2 {
    font-size: 2.1em;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 5px 0;
}


h3 {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0 0 5px 0;
}


h4 {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0 0 5px 0;
}

h5 {
    font-size: 1em;
    line-height: 1.2em;
    margin: 0 0 5px 0;
}

h6 {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
}

p strong, p b, strong, b{
    font-family: var(--host-grotesk);
    text-rendering: geometricPrecision;
}


a { 
    text-decoration: none;
    cursor: pointer;
    transition:all 0.3s ease;
}

header#masthead a{  
    text-decoration:none;
}


li { 
    list-style-type: none;
	color: #393939;
}


section div ul,
section div ol{ 
    margin:0 0 15px 15px;
}

section div ul li { 
    color: #393939;
    list-style-type: disc;
    text-rendering: geometricPrecision;
}

section div ol li { 
    color: #393939;
    list-style-type: numbers;
    text-rendering: geometricPrecision;
}



header#masthead .main-navigation {
    width:auto;
}



/* ******************************************************
    Buttons
*********************************************************/

a button {
    border-radius: 30px;
    border: 0;
    padding: 6px 6px 5px 25px;
    cursor:pointer;
    transition:all 0.5s ease;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    transition: background-position 0.4s ease;
    background-position: 100% 0;
    background-size: 200% 100%;
}

a button span{
    text-rendering: geometricPrecision;
    font-family: var(--host-grotesk);
    font-weight: 600;
    color: var(--white);
    font-size: 1em;
    text-transform:capitalize;
    transition:all 0.5s ease;
    text-wrap: nowrap;
}

a button .wrapper{
    background-color: var(--white);
    border-radius: 20px;
    padding: 5px 4px 5px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a button svg{
    width: 20px;
}

a.pink-cta button {
background-image: linear-gradient(to right, var(--darkpink) 50%, var(--pink) 50%);
}
a.pink-cta button svg{
    stroke: var(--pink);
}

a.green-cta button {
	background-image: linear-gradient(to right, var(--darkgreen) 50%, var(--green) 50%);
}
a.green-cta button svg{
    stroke: var(--green);
}

a button:hover {
background-position: 0 0;
}



/* ******************************************************
    Header, Nav, Menus...
*********************************************************/

header#masthead div.menu-primary-menu-container {
    display:block;
}
    
header#masthead div.menu-mobile-menu-container {
    display:none;
}

header#masthead{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 80px;
    background: #fff;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    max-width:1800px;
    margin:auto;
}

header#masthead .main-navigation ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
}

header#masthead .main-navigation ul li {
    margin: 0 15px 0 15px;
    padding: 24px 0;
    transition: all 0.3s ease;
    position: relative;
}

header#masthead .main-navigation ul li::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 18px;
    height: 2px;
    width: 0;
    background-color: var(--green);
    transition: width 0.2s ease-in-out;
}

header#masthead .main-navigation ul li:hover::after  {
    width: 100%;
}

header#masthead .main-navigation ul li a{
    color: var(--black);
    font-size: 0.95em;
    font-family: var(--host-grotesk);
    transition: all 0.3s ease;
}

header#masthead .main-navigation ul li:hover a,
header#masthead .main-navigation ul li:focus a,
header#masthead .main-navigation ul li.current-menu-item a{
    color: var(--green);
    transition: all 0.3s ease;
}

header#masthead .main-navigation ul li.current-menu-item a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 18px;
    height: 2px;
    width: 100%;
    background-color: var(--green); 
}

header#masthead .main-navigation ul li.menu-item-has-children{
    padding-right: 15px;
}

header#masthead .main-navigation ul li.menu-item-has-children:after {
    content: " ";
    width: 8px;
    height: 8px;
    position: absolute;
    border: 2px solid var(--lightblue);
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    right: 0px;
    top: calc(50% - 6px);
}

header#masthead .main-navigation ul li ul li {
    padding: 5px 0;
    transition: all 0.3s ease;
}

header#masthead .main-navigation ul li ul li a,
header#masthead .main-navigation ul li:hover ul li a,
header#masthead .main-navigation ul li:focus ul li a{
    color: var(--black);
    font-size: 0.9em;
    transition: all 0.3s ease;
}

header#masthead .main-navigation ul li ul li:hover a,
header#masthead .main-navigation ul li ul li:focus a{
    color: var(--lightblue);
    transition: all 0.3s ease;
}


header#masthead .main-navigation ul ul {
    background: white;
    display:block;
    margin-left: -15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    padding: 0 0 10px;
}

header#masthead .main-navigation ul ul:before {
    content: " ";
    width: calc(100% + 10px);
    height: 12px;
    margin-left: -5px;
    background: #fff;
    position: absolute;
    margin-top: -12px;
}

header#masthead a.custom-logo-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header#masthead a.custom-logo-link img.custom-logo {
    width: auto;
    height: 50px;
    display: block;
}

header#masthead .nav-buttons{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

/* ******************************************************
    Content
*********************************************************/


/* general slider styles */

ul.glide__slides,
ul.glide__slides li{
    margin:0;
    list-style-type:none;
}

.glide__slide {
    box-shadow: none;
    border: 1px solid var(--lightgrey);
    background-color: var(--white);
    border-radius: 10px;
    list-style-type: none;
    padding: 20px;
    margin: 15px 0;
    text-align: start;
	min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.glide__arrows{
    width: 140px;
    position: absolute;
    top: -65px;
    right: 8%;
}

.glide__arrow {
    color: transparent;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: var(--lightblue) 3px solid;
    transition:all 0.3s ease;
}

.glide__arrow .wrapper{
    background-color: var(--white);
    width: 35px;
    height: 35px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease all;
}

.glide__arrow:hover .wrapper{
    background-color: var(--lightpink);
    transition: 0.3s ease all;
}

.glide__arrow--right {
    border-left: 0!important;
    border-bottom: 0!important;
}
.glide__arrow--right .wrapper{
    padding: 6px 5px 6px 7px;
}
.glide__arrow--left .wrapper{
    padding: 6px 7px 6px 5px;
}
.glide__arrow--left {
    border-right: 0!important;
    border-top: 0!important;
}

.glide__arrow svg{
    stroke: var(--darkgreen); 
    width: 30px;
}

.glide__arrow--right svg{
    transform: rotate(-45deg);
}

.glide__arrow--left svg{
    transform: rotate(135deg);
}

/* end of slider */



/* ******************************************************
    Home
*********************************************************/
section.home-hero{
    display: flex;
    overflow: hidden;
}

section.home-hero .text-wrapper{
    padding: 200px 70px 130px 12%;
    min-width: 600px;
    position: relative;
}

section.home-hero .text-wrapper svg#blob-5 {
    position: absolute;
    top: 79px;
    left: -49px;
    width: 20vw;
    height: auto;
    width: 150px;
    overflow: hidden;
}

section.home-hero svg#blob-6 {
    position: absolute;
    top: 243px;
    left: -4px;
    width: 20vw;
    height: auto;
    width: 110px;
    overflow: hidden;
}

section.home-hero .text-wrapper h1 span{
    color: var(--pink);
}

section.home-hero .text-wrapper p{
    margin-bottom: 20px;
}

section.home-hero .text-wrapper .button-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

section.home-hero .svg-wrapper{
    position: relative;
    width: 60%;
    margin-right: 5%;
}

section.home-hero svg#blob-1 {
    position: absolute;
    top: 250px;
    right: 0;
    width: 20vw;
    height: auto;
    width: 150px;
}

section.home-hero svg#blob-4 {
    position: absolute;
    top: 375px;
    right: 95px;
    width: 20vw;
    height: auto;
    width: 150px;
}

.blob-image-wrapper svg {
    width: 100%;
    height: 100%;
    display: block; 
}

.blob-image-wrapper {
    position: absolute;
    top: 72px;
    right: 75px;
    width: 40vw;
    aspect-ratio: 431 / 354;
    width: 300px;
}

.blob-image-wrapper.blob-image-2 {
    position: absolute;
    top: 300px;
    right: 203px;
    width: 40vw;
    aspect-ratio: 407 / 310;
    width: 300px;
}

.heading{
    max-width: 600px;
}

.page-template-about-tpl section.about-paragraphs{
	padding: 100px 8% 30px;
}

.page-template-about-tpl section.about-paragraphs .wrapper p {
    column-count: 1;
}

.page-template-about-tpl section.volunteer {
    padding: 0px 8%;
}

section.what-we-do .heading{
    position: relative;
    z-index: 1;
    padding: 70px 0 10px 8%;
}

section.what-we-do .heading h2,
section.what-we-do .heading p{
    color: var(--white);
}

section.what-we-do {
    padding: 70px 0 70px;
    position: relative;
}

section.what-we-do .green-background{
    position: absolute;
    background-color: var(--darkgreen);
    border-radius: 15px;
    height: 70%;
    width: calc(100% - 40px);
    z-index: 0;
    margin: 0 20px;
}

section.what-we-do .container {
    padding: 0 0 0 8%;
    position: relative;
}

section.what-we-do .glide__slide .image-wrapper{
    max-width: 260px;
    padding-bottom: 10px;
    width: 100%;
    margin: auto;
}


section.volunteer{
    padding: 70px 8%;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
}

section.volunteer .image-wrapper{
    width: calc(50% - 40px);
}

section.volunteer .text-wrapper{
    width: 50%;
}

section.volunteer .text-wrapper strong{
	color: var(--green);
}

section.volunteer .text-wrapper .icons-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    padding: 15px 0;
}

section.volunteer .text-wrapper .icons-wrapper .icon{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: calc(25% - 15px);
}

section.what-we-do.our-stories .green-background{
    background-color: var(--pink);
}

section.what-we-do.our-stories .container {
    padding: 0 8%
}

section.what-we-do.our-stories .container .glide__slide a.post{
    display: flex;
    flex-direction: row;
    gap: 40px;
    text-decoration: none;
}

section.what-we-do.our-stories .container .glide__slide img{
    width: calc(50% - 20px);
    border-radius: 15px;
    object-fit: cover;
}

section.what-we-do.our-stories .container .glide__slide .text-wrapper{
    width: calc(50% - 20px);
    padding: 40px 20px 40px 0;
}

section.what-we-do.our-stories .container .glide__slide .text-wrapper h3{
    font-size: 2.5em;
    color: var(--black);
    font-weight: 400;
}

section.what-we-do.our-stories .container .glide__slide .text-wrapper .quote p{
    color: var(--green);
    font-weight: 500;
}

section.what-we-do.our-stories .container .glide__slide .text-wrapper button.green-cta{
    background-color: var(--green);
    transition: 0.3s ease all;
    margin-top: 20px;
}

section.what-we-do.our-stories .container .glide__slide .text-wrapper button.green-cta:hover{
    transition: 0.3s ease all;
    background-color: var(--darkgreen);
}
section.what-we-do.our-stories .container .glide__slide .text-wrapper button.green-cta svg{
    stroke: var(--green);
    transition: 0.3s ease all;
}

section.what-we-do.our-stories  .glide__arrow svg {
    stroke: var(--pink);
}

section.donate-banner{
    margin: 70px 20px;
    background-color: var(--darkpink);
    padding: 40px 8%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

section.donate-banner .text{
    position: relative;
    z-index: 2;
}

.page-template-front-page-php section.volunteer {
    padding: 0px 8%;
}

section.donate-banner h2{
    color: var(--white);
    font-size: 2em;
}

section.donate-banner p{
    color: var(--white);
    max-width: 700px;
}

section.donate-banner svg.circles {
    position: absolute;
    top: -200px;
    right: -145px;
}

section.blocks{
	padding: 70px 8%;
}

section.blocks .green-text{
	max-width: 700px;
}

section.blocks .container{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
	margin-top: 30px;
}

section.blocks .container .block{
	background-color: #f4f9fa;
    width: calc((100% / 4) - 19px);
	padding: 30px;
    border-radius: 10px;
    position: relative;
}

section.blocks .container .block p{
	margin-bottom: 0;
}

section.meet-team{
    padding: 70px 8%;
    position: relative;
}

section.meet-team .wrapper{
	margin-top: 30px;
}

section.meet-team .container {
    padding: 50px 0 0;
}

section.meet-team .container img,
section.meet-team .wrapper .card img{
    border-radius: 100px;
    width: 170px;
    height: 170px;
    object-fit: cover;
    margin-bottom: 20px;
}

section.meet-team .container h3,
section.meet-team .wrapper .card h3 {
    line-height: 1.1em;
	font-size: 1.2em;
	font-weight: 500;
}

section.meet-team .container h3.role,
section.meet-team .wrapper .card h3.role{
    color: var(--green);
    font-size: 1em;
    font-weight: 300;
}

section.meet-team .glide__slide {
    border: none;
    padding: 0;
    align-items: center;
}

section.meet-team .glide__slide .text-wrapper{
	text-align: center;
}

section.meet-team .glide__arrows {
    width: calc(100% - 30px);
    top: calc(50% + 30px);
    left: 50%; 
    transform: translateX(-50%); 
}

section.meet-team .glide__arrow .wrapper {
    background-color: var(--pink);
		transition: 0.3s ease all;
}
section.meet-team .glide__arrow .wrapper:hover{
	background-color: var(--darkpink);
	transition: 0.3s ease all;
}
section.meet-team .glide__arrow svg {
    stroke: var(--white);
}

.centered-heading{
    text-align: center;
}

.centered-heading p{
    max-width: 600px;
    margin: auto;
}

section.join-team{
    padding: 70px 8%;
    position: relative;
}

section.join-team .text{
    background-color: var(--lightgreen);
    border-radius: 15px;
    padding: 40px 170px 40px 40px;
    width: calc(65% + 100px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.join-team .image-wrapper {
    width: 33%;
    max-width: 500px;
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
}

/* ******************************************************
    About
*********************************************************/
section.about-hero {
    position: relative;
    overflow-x: hidden;
    background-color: var(--darkgreen);
}

section.about-hero .text-wrapper{
    padding: 170px 8% 120px;
    text-align: center;
    position: relative;
	z-index: 3;
}
section.about-hero .text-wrapper h1,
section.about-hero .text-wrapper p{
    color: var(--white);
}
section.about-hero .text-wrapper p{
    max-width: 700px;
    margin: auto;
}

section.about-hero .image-wrapper{
    min-width: 700px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    bottom: -75px;
    left: 50%; 
    transform: translateX(-50%); 
    position: absolute;
    z-index: 2;
}

section.about-hero .image-wrapper img{
    width: calc(33% - 10px);
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

section.about-hero .shape {
    position: relative;
    overflow: hidden;
    height: 80px;
  }
  
  section.about-hero .shape::before {
    border-radius: 100%;
    position: absolute;
    background: var(--white);
    left: -200px;
    right: -200px;
    bottom: -200px;
    top: 0;
    content: '';
  }
  section.about-hero svg#blob-5 {
    position: absolute;
    top: 79px;
    left: -49px;
    width: 20vw;
    height: auto;
    width: 150px;
    overflow: hidden;
}

section.about-hero svg#blob-6 {
    position: absolute;
    top: 243px;
    left: -4px;
    width: 20vw;
    height: auto;
    width: 110px;
    overflow: hidden;
}
section.about-hero svg#blob-1 {
    position: absolute;
    top: 79px;
    right: -49px;
    width: 20vw;
    height: auto;
    width: 150px;
    overflow: hidden;
}

section.about-hero svg#blob-4 {
    position: absolute;
    top: 243px;
    right: -4px;
    width: 20vw;
    height: auto;
    width: 110px;
    overflow: hidden;
}

section.about-paragraphs{
    padding: 70px 8%;
}

section.about-paragraphs .wrapper::after{
    position: absolute;
    content: "";
    background-color: var(--pink);
    width: 3px;
    height: 100%;
    left:0;
    top: 50%;
    transform: translateY(-50%);
}

section.about-paragraphs .wrapper{
    padding-left: 30px;
    position: relative;
}
section.about-paragraphs .wrapper h2{
    width: 50%;
}

.page-template-about-tpl section.about-paragraphs .wrapper h2{
    width: 100%;
}

section.about-paragraphs .wrapper p{
    column-count: 2;
    column-gap: 40px;
}

section.volunteer .pink-text p{
    color: var(--pink);
}

section.about-icons{
    padding: 70px 8%;
}

section.about-icons .icons-wrapper{
    margin: 40px auto 0;
    display: flex;
    flex-direction: row;
    gap: 40px;
    max-width: 1200px;
    justify-content: center;
}

section.about-icons .icons-wrapper .card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 320px;
}

section.about-icons .icons-wrapper .card .wrapper{
    background-color: var(--lightgreen);
    border-radius: 50px;
    padding: 20px;
    margin-bottom: 15px;
}

section.about-icons .icons-wrapper .card .wrapper img{
    width: 50px;
}

section.meet-team .wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    gap: 30px;
}

section.meet-team .wrapper .card{
    width: 175px;
}


/* ******************************************************
    Single Resource
*********************************************************/
section.about-hero.resource-hero{
    padding-bottom: 238px;
    background: linear-gradient(to bottom, var(--darkgreen) 0%, var(--darkgreen) calc(100% - 242px), white calc(100% - 242px), white 100%)
}
section.about-hero.resource-hero .text-wrapper {
    padding: 150px 0 120px;
    max-width: 1000px;
    text-align: start;
    margin: auto;
}
section.about-hero.resource-hero .text-wrapper .back-news,
section.about-hero.event-hero .text-wrapper .back-news{
    color: #69bec3;
	    font-weight: 300;
	text-decoration: underline;
	font-size: 0.9em;
}
section.about-hero.resource-hero .text-wrapper .back-news:hover,
section.about-hero.event-hero .text-wrapper .back-news:hover{
	color: var(--lightpink);
}

section.about-hero.resource-hero .text-wrapper h1 {
    font-weight: 400;
    font-size: 2.6em;
}
section.about-hero.resource-hero .text-wrapper .wrapper{
    background-color: #347d80;
    border-radius: 25px;
    padding: 10px 18px;
    width: fit-content;
    margin-bottom: 10px;
	margin-top: 10px;
}

section.about-hero.resource-hero .text-wrapper .wrapper h6{
    color: #69bec3;
}
section.about-hero.resource-hero .image-wrapper{
    bottom: -320px;
    width: 1000px;
}
section.about-hero.resource-hero .image-wrapper img {
    width: 100%;
    height: 400px;
}
section.resource-content{
    padding: 70px 8%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

section.resource-content .wrapper{
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

/* ******************************************************
    Resource Archive
*********************************************************/
section.about-hero.resources-hero{
    background-color: var(--lightgreen);
    position: relative;
    overflow: hidden;
}
section.about-hero.resources-hero .text-wrapper h1, 
section.about-hero.resources-hero .text-wrapper p {
    color: var(--black);
}

section.about-hero.resources-hero svg.circles {
    position: absolute;
    top: -112px;
    right: -204px;
}

section.about-hero.resources-hero svg.circles2 {
    position: absolute;
    top: 120px;
    left: -209px;
    transform: scaleX(-1);
}

section.resources {
    padding: 70px 8%;
}

section.resources .wrapper{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 25px;
}

section.resources .wrapper a.post {
    width: calc(33.333% - 17px);
    padding: 10px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--white);
    border: 1px solid #979797;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    transition: 0.3s ease all;
}

section.resources .wrapper a.post:hover{
    background-color: var(--lightgreen);
    transition: 0.3s ease all;
}

section.resources .wrapper a.post img {
    border-radius: 12px 12px 0 0;
    width: 100%;
    height: 250px;
    display: block;
    object-fit: cover;
}

section.resources .wrapper a.post .text-content {
    padding: 20px 5px 10px;
    color: var(--black);
}

section.resources .wrapper a.post .text-content h3 {
    font-size: 1.3em;
    font-weight: 400;
}

section.resources .wrapper a.post .text-content h6{
    color: var(--green);
}
section.resources .wrapper a.post .text-content .wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

section.resources .wrapper a.post .text-content .wrapper .read-more{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: var(--pink);
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1em;
    transition: 0.3s ease all;
}

section.resources .wrapper a.post .text-content .wrapper .read-more:hover{
    color: var(--green);
    transition: 0.3s ease all;
}

section.resources .wrapper a.post .text-content .wrapper .read-more:hover .svg-wrapper{
    background-color: var(--green);
    transition: 0.3s ease all;
}

section.resources .wrapper a.post .text-content .wrapper .svg-wrapper{
    background-color: var(--pink);
    border-radius: 20px;
    padding: 5px 4px 5px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease all;
}

section.resources .wrapper a.post .text-content .wrapper .svg-wrapper svg {
    stroke: var(--white);
    width: 20px;
}


/* ******************************************************
    Single Event
*********************************************************/
section.about-hero.event-hero .wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 170px 8% 100px;
    gap: 20px;
}  

section.about-hero.event-hero .text-wrapper{
    padding: 0;
    text-align: start;
    width: 50%;
    position: relative;
    z-index: 2;
}

section.about-hero.event-hero .text-wrapper p {
    margin: unset;
}
section.about-hero.event-hero .rhs-wrapper {
    background-color: var(--white);
    padding: 30px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 2;
}

section.about-hero.event-hero .rhs-wrapper p{
    padding: 5px 0 0 29px;
    margin-bottom: 0;
}

section.about-hero.event-hero .rhs-wrapper h3{
    color: var(--pink);
    font-size: 1.2em;
    line-height: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

section.about-hero.event-hero .rhs-wrapper h3 img{
    height: 20px;
}

section.event-content{
    padding: 70px 8%;
    display: flex;
    flex-direction: row;
    gap: 70px;
}

section.event-content .lhs{
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

section.event-content .lhs p a{
    color: var(--green);
    font-weight: 500;
    transition: 0.3s ease all;
}

section.event-content .lhs p a:hover{
    color: var(--pink);
    transition: 0.3s ease all;
}

section.event-content .rhs{
    width: calc(45% - 70px);
    display: flex;
    flex-direction: column;
    gap: 30px;
}

section.event-content .rhs iframe{
    border-radius: 15px;
    margin-bottom: 30px;
}

section.event-content .rhs .post-tags{
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding-top: 8px;
}

section.event-content .rhs .post-tags .tag-item{
    background-color: var(--lightgreen);
    padding: 8px 16px;
    font-size: 0.9em;
    font-weight: 400;
    border-radius: 25px;
}

section.resources .heading-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 10px;
    padding-bottom: 30px;
}

section.resources .wrapper p.no-resource{
    padding-top: 10px;
}

/* ******************************************************
    Get in Touch
*********************************************************/
.page-template-form-tpl  section.about-hero .text-wrapper,
.page-template-basic-tpl section.about-hero .text-wrapper{
 padding: 70px 8% 30px;
}
.page-template-form-tpl section.about-hero .container,
.page-template-basic-tpl section.about-hero .container{
    padding: 0 8% 50px;
    display: flex;
    flex-direction: row;
    column-gap: 50px;
    row-gap: 10px;
    background: var(--lightgreen);
}

.page-template-form-tpl section.about-hero .container .lhs,
.page-template-form-tpl section.about-hero .container .rhs{
    background-color: var(--white);
    padding: 40px 30px 30px;
    border-radius: 15px;
}

.page-template-basic-tpl section.about-hero .container .lhs{
	    background-color: var(--white);
    padding: 40px 30px 30px;
    border-radius: 15px;
	width: 100%;
	max-width: 1000px;
    margin: auto;
}

section.about-hero .container .lhs{
    width: calc(50% - 25px);
}

section.about-hero .container .lhs .wrapper{
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    position: relative;
    padding-top: 30px;
}

section.about-hero .container .lhs .wrapper::after{
    position: absolute;
    content: "";
    background-color: var(--lightgreen);
    height: 2px;
    width: 100%;
    top: 0;
}

section.about-hero .container .lhs h1{
	    font-size: 2.5em;
    font-weight: 400;
}

section.about-hero .container .lhs h3{
    color: var(--pink);
}

section.about-hero .container .lhs p{
    margin-bottom: 20px;
}

section.about-hero .container .lhs a{
    color: var(--green);
    transition: 0.3s ease all;
}

section.about-hero .container .lhs a:hover{
    color: var(--black);
    transition: 0.3s ease all;
}

section.about-hero .container .rhs{
    width: calc(50% - 25px);
}

.page-template-form-tpl section.about-hero .shape::before,
.page-template-form-tpl footer#colophon .shape::before,
.page-template-basic-tpl section.about-hero .shape::before,
.page-template-basic-tpl footer#colophon .shape::before{
    background: var(--lightgreen);
}

section.about-hero .container .lhs .social-icons {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

section.about-hero .container .lhs .social-icons svg {
    height: 35px;
    width: 35px;
    fill: var(--darkgreen);
    transition: 0.3s ease all;
}

section.about-hero .container .lhs .social-icons svg:hover {
    fill: var(--pink);
    transition: 0.3s ease all;
}

.page-template-form-tpl .gform_wrapper.gravity-theme .gform_footer input {
    width: 100%;
    background: var(--green);
    transition: 0.3s ease all;
}

.page-template-form-tpl .gform_wrapper.gravity-theme .gform_footer input:hover {
    background: var(--pink); 
    transition: 0.3s ease all;
}

.page-template-form-tpl .gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large{
    background-color: var(--lightgrey);
}
.gform_wrapper.gravity-theme .gfield select.large{
	border-radius: 50px;
	border: none;
    padding: 9px 20px;
}

.page-template-form-tpl .gform_wrapper.gravity-theme .gfield textarea.large{
    background-color: var(--lightgrey);
    border: none;
    border-radius: 15px;
    height: 200px!important;
}

.gform_wrapper.gravity-theme .gfield_label {
    display: inline-block;
    font-size: 1em!important;
    font-weight: 400!important;
    margin-bottom: 7px;
}

.gform_wrapper.gravity-theme .gfield_required {
    color: var(--green)!important;
}

p.gform_required_legend{
    display: none;
}


/* ******************************************************
    Single Story
*********************************************************/
.single-stories section.about-hero .text-wrapper {
    padding: 70px 8% 30px;
}

section.single-story-hero .wrapper{
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding: 0 8% 70px;
}

section.single-story-hero .wrapper .text-side{
    width: 50%;
    padding: 40px;
    background-color: var(--lightgreen);
    border-radius: 15px;
    position: relative;
}

section.single-story-hero .wrapper .text-side .container{
    display: flex;
    flex-direction: row;
    gap: 15px; 
    align-items: center;
    justify-content: start;
    background-color: var(--white);
    border-radius: 50px;
    padding: 10px 20px;
    width: fit-content;
    position: absolute;
    top: -20px;
    left: 40px;
}

section.single-story-hero .wrapper .text-side .container h3{
    color: var(--pink);
    margin-bottom: 0;
}

section.single-story-hero .wrapper .text-side .container img{
    width: 25px;
}

section.single-story-hero .wrapper .image-side{
    width: 50%;
}

section.single-story-hero .wrapper .image-side img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

section.volunteer.reversed{
    flex-direction: row-reverse;
}

/* ******************************************************
    Stories
*********************************************************/
.post-type-archive-stories section.about-hero.resources-hero {
    background-color: var(--white);
}
.post-type-archive-stories section.about-hero.resources-hero svg.circles2 {
    top: 95px;
}
.post-type-archive-stories section.about-hero .text-wrapper {
    padding: 150px 8% 90px;
}
.post-type-archive-stories section.what-we-do {
    padding: 0px 0 70px;
}
.post-type-archive-stories section.what-we-do .green-background {
    height: 100%;
}
.post-type-archive-stories section.what-we-do.our-stories .container{
    padding: 70px 8% 0;
}

.post-type-archive-stories section.what-we-do.our-stories .container .stories-list{
    display: flex;
    flex-direction: column;
    gap: 70px;
	margin: 0;
}
.post-type-archive-stories section.what-we-do.our-stories .container .story-item {
    background-color: var(--white);
    border-radius: 10px;
    padding: 20px;
}

.post-type-archive-stories section.what-we-do.our-stories .container .story-item:hover  img {
    border-radius: 100px;
    transition: 0.3s ease all;
}

.post-type-archive-stories section.what-we-do.our-stories .container .story-item a.post {
    display: flex;
    flex-direction: row;
    gap: 40px;
    text-decoration: none;
}

.post-type-archive-stories section.what-we-do.our-stories .container .story-item  img {
    width: calc(50% - 20px);
    border-radius: 15px;
    object-fit: cover;
    transition: 0.3s ease all;
}
.post-type-archive-stories section.what-we-do.our-stories .container .story-item  .text-wrapper {
    width: calc(50% - 20px);
    padding: 40px 20px 40px 0;
}

.post-type-archive-stories section.what-we-do.our-stories .container .story-item  .text-wrapper h3 {
    font-size: 2.5em;
    color: var(--black);
    font-weight: 400;
}

.post-type-archive-stories section.what-we-do.our-stories .container .story-item  .text-wrapper .quote p{
    color: var(--green);
    font-weight: 500;
}

.post-type-archive-stories section.what-we-do.our-stories .container .story-item  .text-wrapper button.green-cta {
    background-color: var(--green);
    transition: 0.3s ease all;
    margin-top: 20px;
}
.post-type-archive-stories section.what-we-do.our-stories .container .story-item:hover  .text-wrapper button.green-cta {
    background-color: var(--darkgreen);
    transition: 0.3s ease all;
}

.post-type-archive-stories section.what-we-do.our-stories .container .story-item  .text-wrapper button.green-cta svg {
    stroke: var(--green);
    transition: 0.3s ease all;
}

/* ******************************************************
    What We Do
*********************************************************/
.page-template-what-we-do-tpl section.volunteer{
    position: relative;
    overflow: hidden;
}
section.volunteer .image-wrapper {
    width: calc(42% - 40px);
    max-width: 470px;
    position: relative;
    z-index: 4;
}
section.volunteer .text-wrapper {
    width: 58%;
    position: relative;
    z-index: 4;
    padding: 70px 0;
}
section.volunteer .text-wrapper h1 span{
    color: var(--pink);
}

.page-template-what-we-do-tpl section.volunteer svg.circles {
    position: absolute;
    top: -112px;
    right: -245px;
}

.page-template-what-we-do-tpl section.volunteer svg.circles2 {
    position: absolute;
    top: 80px;
    left: -225px;
    transform: scaleX(-1);
}

section.paragraph-image{
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding: 70px 8%;
}

section.paragraph-image.reversed{
    flex-direction: row-reverse; 
}

section.paragraph-image .image-side{
    width: 50%;
}

section.paragraph-image .image-side img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

section.paragraph-image .text-side{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.paragraph-image .text-side .green-text p{
    color: var(--green);
    font-weight: 500;
}

section.paragraph-image .text-side li strong{
	color: var(--pink);
}

.error404 section.about-hero .text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.error404 section.about-hero .text-wrapper .hero-text {
    padding-bottom: 12px;
}
.error404 footer#colophon .shape::before {
    background: var(--lightgreen);
}
/* ******************************************************
    Footer
*********************************************************/

footer#colophon ul li{
    list-style-type:none;
    margin-bottom: 3px;
}

footer#colophon a{
    text-decoration:none;
}
footer#colophon {
    position: relative;
    background: var(--darkgreen);
}

footer#colophon .shape {
    position: relative;
    overflow: hidden;
    height: 80px;
  }
  
  footer#colophon .shape::before {
    border-radius: 100%;
    position: absolute;
    background: var(--white);
    left: -200px;
    right: -200px;
    top: -200px;
    bottom: 0;
    content: '';
  }

.site-info, 
.terms-banner {
    position: relative;
    z-index: 1;
}

footer#colophon .site-info {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: space-between;
    padding: 70px 8%;
    row-gap: 50px;
    flex-wrap: wrap;
    width: 100%;
}

footer#colophon .site-info .widget-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: start;
    column-gap: 50px;
    row-gap: 50px;
    flex-wrap: wrap;
}

footer#colophon .site-info .image-wrapper{
    background-color: #ffffff;
    padding: 20px;
    border-radius: 15px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer#colophon .site-info .image-wrapper img{
    width: 200px;
    object-fit: contain;
}

footer#colophon .site-info .widget {
    margin: 0;
    padding: 0 20px 0 0;
    max-width: 33.333%;
	min-width: 200px;
}

footer#colophon .site-info .widget-title {
    font-size: 1.5em;
    font-weight: 500;
    color: var(--white);
}

footer#colophon .site-info a,
footer#colophon .site-info p,
footer#colophon .site-info li{
    color:var(--white);
    font-size: 1em;
    font-weight: 300;
    transition:all 0.3s ease;
}

footer#colophon .site-info ul{
    margin:0;
}

footer#colophon .site-info a:hover,
footer#colophon .site-info a:focus{
    color:var(--lightpink);
    transition:all 0.3s ease;
}
aside#custom_html-2 a.contact{
	color: var(--lightpink);
	margin-bottom: 5px;
	    transition:all 0.3s ease;
}
aside#custom_html-2 a.contact:hover{
	color: var(--darkpink);
	    transition:all 0.3s ease;
}
footer#colophon .terms-banner {
    background-color: #183D40;
    padding: 8px 8%;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 3px;
}

footer#colophon .terms-banner .copyright{
    color: var(--white);
    margin-bottom: 0;
    font-size: 0.8em;
}

footer#colophon .terms-banner a {
    color: var(--white);
    font-weight: 200;
    font-size: 0.8em;
    margin-left: 30px;
    margin-bottom: 0;
    transition:all 0.3s ease;
}

footer#colophon .terms-banner a:hover {
    color: var(--lightpink);
    transition:all 0.3s ease;
}

footer#colophon .textwidget .social-icons{
    display: flex;
    flex-direction: row;
    gap: 5px;
}

footer#colophon .textwidget .social-icons svg{
    height: 35px;
    width: 35px;
    fill: var(--white);
    transition:all 0.3s ease;
}

footer#colophon .textwidget .social-icons a:hover svg{
    fill: var(--pink);
    transition:all 0.3s ease;
}

form#gform_1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

form#gform_1 label.gfield_label.gform-field-label,
form#gform_1 legend.gfield_label.gform-field-label.gfield_label_before_complex{
    display: none!important;
}

fieldset#field_1_3 {
    position: absolute;
}

.gform_wrapper.gravity-theme .gfield input.large{
    border-radius: 25px;
    padding: 9px 20px;
    border: none;
}

.gform_wrapper.gravity-theme input[type=text]{
    font-family: var(--host-grotesk);
}

.gform_wrapper.gravity-theme .gform_footer input{
    border-radius: 30px;
    border: 0;
    padding: 13px 25px;
    cursor: pointer;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
    background:var(--pink);
    text-rendering: geometricPrecision;
    font-family: var(--host-grotesk);
    font-weight: 600;
    color: var(--white);
    font-size: 1em;
    text-transform: capitalize;
}

aside#gform_widget-2 {
    min-width: 300px;
}

/* ******************************************************
    Media Queries
*********************************************************/


@media screen and (max-width:1440px){
    
}

@media screen and (max-width:1300px){
    section.home-hero .svg-wrapper {
        margin-right: 0%;
    }
    section.home-hero .text-wrapper {
        padding: 200px 70px 130px 8%;
    }
    section.home-hero .text-wrapper svg#blob-5 {
        width: 120px;
    }
    section.home-hero svg#blob-6 {
        width: 80px;
        left: -15px;
    }
    .blob-image-wrapper{
        width: 270px;
        right: 38px;
    }

    .blob-image-wrapper.blob-image-2 {
        width: 270px;
        top: 290px;
        right: 100px;
    }
    section.home-hero svg#blob-1{
        width: 130px;
    }
    section.home-hero svg#blob-4 {
        width: 130px;
        right: 20px;   
    }
}

@media screen and (max-width:1200px){
    section.about-hero.resource-hero .text-wrapper {
        padding: 170px 8% 120px;
        max-width: unset;
    }
    section.about-hero.resource-hero .image-wrapper {
        padding: 0 8%;
        width: 100%;
    }
}
@media screen and (max-width:1170px){
	section.blocks .container .block {
    width: calc((100% / 3) - 17px);
	}
    header#masthead .nav-buttons {
        padding-right: 70px; 
        gap: 20px;
    }
    
	header#masthead div.menu-primary-menu-container {
		display: none;
	}
		
	header#masthead div.menu-mobile-menu-container {
		display: flex;
	}

header#masthead .main-navigation .menu-toggle {
        display: block;
        margin: auto;
    }
    
    header#masthead .main-navigation {
        display: flex;
        width: 50px;
        position: fixed;
        right: 5%;
        height:70px;
        flex-direction: column;
        justify-content: center;
        z-index: 9999;
    }
    
    
    header#masthead .main-navigation ul#mobile-menu {
        background: #f8f8f8;
        height: 100vh;
        top: 0;
        left: -500px;
        position: fixed;
        width: calc(100% - 85px);
        max-width:400px;
        min-width:150px;
        padding: 35px 20px 35px 5%!important;
        display: flex!important;
        flex-direction: column;
        justify-content: center;
        transition: all 1s ease;
    } 
    
    
    header#masthead .main-navigation.toggled ul#mobile-menu {
        background: #f8f8f8;
        z-index:9999;
        height: 100vh;
        top: 0;
        left: 0;
        position: fixed;
        width: calc(100% - 85px);
        max-width:400px;
        min-width:150px;
        padding: 35px 20px 35px 5%!important;
        display: flex!important;
        flex-direction: column;
        justify-content: center;
        transition: all 1s ease;
    } 
    
    header#masthead .main-navigation ul li {
        margin: 0;
        font-size: 1.25em;
    }
    
    header#masthead .main-navigation ul li a,
    header#masthead .main-navigation ul li:hover a,
    header#masthead .main-navigation ul li:focus a{
        margin: 0 0 15px;
        line-height: 1em;
        padding-bottom:3px;
    }
    
    header#masthead .main-navigation ul li.current_page_item a, 
    header#masthead .main-navigation ul li ul li.current_page_item a,
    header#masthead .main-navigation ul li.current_page_item:hover a,
    header#masthead .main-navigation ul li.current_page_item:focus a {
        margin: 0 0 7px;
        padding-bottom:3px;
    }

    
    header#masthead .main-navigation ul li {
        height: auto;
        padding: 16px 0;
    }
    
    header#masthead .main-navigation ul li:hover,
    header#masthead .main-navigation ul li:focus{
        margin:0;
        font-size: 1.25em;
    }
    
    header#masthead .main-navigation ul ul{
        box-shadow: none;
    }
    
    
    header#masthead button.menu-toggle div:first-child {
         margin: 0px 0 5px;
    }
    
    header#masthead button.menu-toggle div {
        height: 3px;
        width: 34px;
        background: var(--darkgreen);
         margin: 5px 0;
        transition: all 0.3s ease;
    }
    
    header#masthead button.menu-toggle:hover div,
header#masthead button.menu-toggle:focus div {
        background: var(--pink)0;
        transition: all 0.3s ease;
    }
    
    header#masthead button.menu-toggle div:last-child {
         margin: 5px 0 8px;
        transition: all 0.3s ease;
    }
    
    
    header#masthead nav#site-navigation.toggled button div:first-child {
        transform: rotate(45deg);
        width:34px;
        transform-origin: 6px 5px;
        transition: all 0.3s ease;
    }
    
    header#masthead nav#site-navigation.toggled button div {
        width:0;
        transition: all 0.3s ease;
    }
    
    header#masthead nav#site-navigation.toggled button div:last-child {
        transform: rotate(-45deg);
        width:34px;
        transform-origin: 8px -1px;
        transition: all 0.3s ease;
    }
    
    
    header#masthead .menu-toggle{
        background-color: transparent;
        color:var(--darkgreen);
        border:0;
        border-radius:0;
        font-size: 0.65em;
        cursor: pointer;
        padding: 0!important;
    }
    
    header#masthead .menu-toggle:hover,
header#masthead .menu-toggle:focus {
        color: var(--pink);
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    header#masthead .menu-toggle:focus {
        outline: 0;
    }
    
    header.active .menu-toggle{
        color:var(--darkgreen)!important;
        transition: all 0.3s ease;
    }
    
    header.active button div{
        background-color:var(--darkgreen)!important;
        transition: all 0.3s ease;
    }
    
    header.active .menu-toggle:hover,
header.active .menu-toggle:focus{
        color:var(--pink)!important;
        transition: all 0.3s ease;
    }
    
    header.active button:hover div,
header.active button:focus div{
        background-color:var(--pink)!important;
        transition: all 0.3s ease;
    }
}

@media screen and (max-width:1024px){
	section.about-hero .image-wrapper {
    width: 90%;
		min-width: unset;
		gap: 10px;
	}
	section.about-hero .image-wrapper img {
    width: calc(33% - 5px);
	}
	section.about-hero svg#blob-1 {
    width: 100px;
	}
	section.about-hero svg#blob-5 {
    left: -6px;
    width: 70px;
	}
	section.about-hero svg#blob-4 {
    top: 312px;
    width: 70px;
	}
	section.about-hero svg#blob-6 {
    left: -42px;
    width: 80px;
	}
	form#gform_1 {
    display: block;
	}
    section.paragraph-image,
    section.paragraph-image.reversed {
        flex-direction: column;
    }
    section.paragraph-image .text-side {
        width: 100%;
    }
    section.paragraph-image .image-side {
        width: 100%;
    }
    section.event-content {
        flex-direction: column;
        gap: 30px;
    }
    section.event-content .lhs,
    section.event-content .rhs {
        width: 100%;
    }
    section.about-hero.event-hero .wrapper {
        flex-direction: column;
        align-items: start;
    }
    section.about-hero.event-hero .text-wrapper {
        width: 100%;
    }
    section.resources .wrapper a.post {
        width: calc(50% - 13px);
    }
    section.about-paragraphs .wrapper h2 {
        width: 100%;
    }
    section.about-paragraphs .wrapper p {
        column-count: 1;
    }
    section.join-team {
        padding: 70px 20px;
    }
    section.join-team .image-wrapper {
        display: none;
    }
    section.join-team .text {
        padding: 40px 8%;
        width: 100%;
    }
    section.meet-team .glide__arrows {
        width: 100%;
    }
    section.what-we-do.our-stories .container .glide__slide a.post{
        flex-direction: column-reverse;
        gap: 0px;
    }
    section.what-we-do.our-stories .container .glide__slide img {
        width: 100%;
        height: 400px;
    }
    section.what-we-do.our-stories .container .glide__slide .text-wrapper {
        width: 100%;
        padding: 20px 0 40px;
    }
   section.volunteer,
   section.volunteer.reversed  {
        flex-direction: column-reverse;
    }
    section.volunteer .text-wrapper {
        width: 100%;
    }
    section.volunteer .image-wrapper {
        width: 100%;
        max-width: 600px;
    }
    section.home-hero .text-wrapper {
        padding: 200px 8% 180px;
        min-width: 100%;
    }
    section.home-hero svg#blob-4 {
        width: 61px;
        top: 218px;
        right: -14px;
    }
    section.home-hero svg#blob-1 {
        display: none;
    }
    section.home-hero svg#blob-6 {
        width: 70px;
        left: 60px;
        top: 76px;
    }
    .blob-image-wrapper {
        width: 220px;
        right: 230px;
        bottom: -340px;
    }
    .blob-image-wrapper.blob-image-2 {
        width: 250px;
        bottom: -130px;
        right: 10px;
    }
    section.home-hero .text-wrapper svg#blob-5 {
        width: 100px;
    }

    .page-template-form-tpl section.about-hero .container {
        flex-direction: column;
        row-gap: 40px;
    }
    .page-template-form-tpl section.about-hero .container .lhs,
    .page-template-form-tpl section.about-hero .container .rhs {
        width: 100%;
    }
	section.volunteer .text-wrapper{
		padding:0;
	}
	.page-template-what-we-do-tpl section.volunteer {
    padding: 140px 8% 70px;
    gap: 0;
}
	.page-template-what-we-do-tpl section.volunteer svg.circles,
	.post-type-archive-stories section.about-hero.resources-hero svg.circles,
	section.about-hero.resources-hero svg.circles{
    top: -115px;
    right: -130px;
    width: 220px;
}
	.page-template-what-we-do-tpl section.volunteer svg.circles2,
	.post-type-archive-stories section.about-hero.resources-hero svg.circles2,
	section.about-hero.resources-hero svg.circles2{
    top: 80px;
    left: -150px;
    width: 210px;
}
	.post-type-archive-stories section.about-hero .text-wrapper {
    padding: 150px 8% 90px;
    position: relative;
    z-index: 3;
}
	.post-type-archive-stories section.what-we-do.our-stories .container .story-item a.post{
		flex-direction: column-reverse;
        gap: 0px;
    }
	.post-type-archive-stories section.what-we-do.our-stories .container .story-item img{
		width: 100%;
		height: 400px;
	}
	.post-type-archive-stories section.what-we-do.our-stories .container .story-item .text-wrapper{
	width: 100%;
        padding: 20px 0 40px;
    }

}

@media screen and (max-width:840px){
    section.about-icons .icons-wrapper {
        flex-direction: column;
}
section.about-icons .icons-wrapper .card {
    flex-direction: row;
    justify-content: start;
    text-align: start;
    gap: 30px;
    max-width: 400px;
}
	section.blocks .container .block {
    width: calc((100% / 2) - 13px);
	}
}

@media screen and (max-width:768px){
    h1 {
        font-size: 2.5em;
        line-height: 1.15em;
    }
    .centered-heading {
        text-align: start;
    }
    .centered-heading p {
        max-width: 100%;
        margin: unset;
    }
    .page-template-form-tpl section.about-hero .container {
        padding: 0 5% 50px;
    }
    section.resources {
        padding: 70px 5%;
    }
    section.about-icons {
        padding: 70px 5%;
    }
    section.home-hero .text-wrapper {
        padding: 150px 5% 160px;
    }
    section.home-hero .text-wrapper svg#blob-5 {
        width: 75px;
        top: 79px;
        left: -50px;
    }
    section.home-hero svg#blob-6 {
        width: 60px;
        left: 35px;
    }
    .blob-image-wrapper.blob-image-2 {
        width: 220px;
        bottom: -130px;
        right: 0px;
    }
    .blob-image-wrapper {
        width: 150px;
        right: 200px;
        bottom: -340px;
    }
    section.what-we-do .heading {
        padding: 70px 0 50px 5%;
    }
    section.what-we-do .container {
        padding: 0 5%;
    }
    section.what-we-do .green-background {
        width: calc(100% - 20px);
        margin: 0 10px;
    }
    .glide__arrows {
        top: -55px;
        right: 5%;
    }
    section.volunteer {
        padding: 70px 5%;
    }
	section.blocks {
    padding: 70px 5%;
}
	.page-template-basic-tpl section.about-hero .container {
    padding: 0 5% 50px;
	}
    section.what-we-do.our-stories .container {
        padding: 0 5%;
    }
    section.donate-banner {
        padding: 35px 5%;
    }
    section.meet-team {
        padding: 70px 5%;
    }
    section.join-team .text {
        padding: 40px 5%;
    }
    section.about-paragraphs {
        padding: 70px 5%;
    }
    section.about-hero.resource-hero .text-wrapper {
        padding: 150px 5% 120px;
    }
    section.about-hero.resource-hero .image-wrapper {
        padding: 0 5%;
    }
    section.about-hero.event-hero .wrapper {
        padding: 170px 5% 100px;
    }
    section.event-content {
        padding: 70px 5%;
    }
	    section.about-hero .image-wrapper {
        width: 100%;
    }
	.post-type-archive section.about-hero .text-wrapper {
    padding: 170px 5% 100px;
	}
	.post-type-archive-stories section.what-we-do.our-stories .container {
    padding: 30px 5% 0;
}
	footer#colophon .terms-banner a {
    margin-left: 0;
    margin-right: 30px;
	}
}

@media screen and (max-width:640px){
    section.volunteer .text-wrapper .icons-wrapper .icon{
       width: calc(50% - 10px);
        }
	section.blocks .container .block {
    width: 100%;
	}
}

@media screen and (max-width:570px){
header#masthead .nav-buttons {
    display: none;
}
section.resources .wrapper a.post {
    width: 100%;
}
}

@media screen and (max-width:480px){
	.blob-image-wrapper {
        bottom: -470px;
	}
    .blob-image-wrapper.blob-image-2 {
        bottom: -260px;
	}
}

