@charset "UTF-8";
/*!
Theme Name: Look Outside The Box
Theme URI: http://underscores.me/
Author: Christina Leikam
Author URI: https://cyphondesign.com/
Description: Custom Wordpress Theme
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: lotb
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.

Look Outside The Box 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

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@800&family=Poppins:wght@300;400;500;600;700;900&family=Nunito:wght@300;400;500;600;700&family=Pridi:wght@600&display=swap");
@import url("https://use.typekit.net/cyj8lun.css");
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa);
}

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("webfonts/fa-regular-400.woff2") format("woff2"), url("webfonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("webfonts/fa-brands-400.woff2") format("woff2"), url("webfonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("webfonts/fa-solid-900.woff2") format("woff2"), url("webfonts/fa-solid-900.ttf") format("truetype");
}
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa);
}

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}

.fas,
.fa-solid {
  font-weight: 900;
}

.fa-bars {
  --fa: "";
}

.fa-instagram {
  --fa: "";
}

.fa-linkedin {
  --fa: "";
}

.fa-facebook {
  --fa: "";
}

.fa-x-twitter {
  --fa: "";
}

.fa-arrow-right {
  --fa: "";
}

.fa-arrow-left {
  --fa: "";
}

.fa-chevron-right {
  --fa: "";
}

.fa-chevron-left {
  --fa: "";
}

@-moz-document url-prefix() {
  .grid-margin-x > .cell {
    margin-right: 0.9374rem;
  }
}
.grid-container {
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1400px;
}
.grid-container.narrow {
  max-width: 1226px;
}

/*--------------------------------------------------------------
# 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;
  -webkit-text-decoration: underline dotted;
          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: #000;
  font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 h6,
.h6 {
  clear: both;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
.h1 {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
  color: #172a3a;
  margin: 0 0 25px;
}

h2,
.h2 {
  font-size: 30px;
  line-height: 1.25em;
  font-weight: 700;
  color: #172a3a;
  margin: 0 0 25px;
  font-weight: 600;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 1.25em;
  font-weight: 500;
  color: #172a3a;
  margin: 0 0 20px;
}

@media only screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 48px;
  }
  h2,
  .h2 {
    font-size: 36px;
  }
  h3,
  .h3 {
    font-size: 32px;
  }
}
p {
  margin-bottom: 25px;
}

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

@media only screen and (min-width: 1024px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 18px;
  }
}
/* 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 {
  color: #0595bc;
  transition: all 0.3s ease;
}
a:visited {
  color: #0595bc;
}
a:hover, a:focus, a:active {
  color: #c02543;
}
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;
}

.red-btn {
  background-color: #c02543;
  color: #fff;
  padding: 10px 25px;
  font-weight: 800;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: all 0.3s ease;
}
.red-btn:visited {
  color: #fff;
}
.red-btn:hover {
  background-color: #0595bc;
  color: #fff;
}
.red-btn .fa-solid {
  margin-left: 8px;
}

.btn-mrg {
  margin: 35px 0 15px;
}

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

.form-embed #can_embed_form {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.form-embed #can_embed_form .floatlabel-wrapper .floatlabel-label {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none !important;
  font-size: 13px !important;
  color: #0a2c49 !important;
}
.form-embed #can_embed_form .floatlabel-wrapper .floatlabel-label:after {
  background-color: transparent !important;
}
.form-embed #can_embed_form .floatlabel-wrapper .floatlabel-label.floatlabel-label-focus {
  color: #0a2c49 !important;
}
.form-embed #can_embed_form .floatlabel-wrapper .floatlabel-label-active,
.form-embed #can_embed_form .floatlabel-wrapper .floatlabel-label-focus {
  color: #0a2c49 !important;
}
.form-embed #can_embed_form .floatlabel-wrapper .floatlabel-wrapper-error .floatlabel-label {
  color: #c02543 !important;
}
.form-embed #can_embed_form .floatlabel-wrapper .floatlabel-label-active {
  top: -25px !important;
  color: #0a2c49 !important;
}
.form-embed #can_embed_form #logo_wrap,
.form-embed #can_embed_form #action_info {
  display: none !important;
}
.form-embed #can_embed_form input[type=text],
.form-embed #can_embed_form input[type=email],
.form-embed #can_embed_form input[type=url],
.form-embed #can_embed_form input[type=number],
.form-embed #can_embed_form input[type=tel] {
  height: 60px !important;
}
.form-embed #can_embed_form input[type=text],
.form-embed #can_embed_form input[type=email],
.form-embed #can_embed_form input[type=url],
.form-embed #can_embed_form input[type=number],
.form-embed #can_embed_form input[type=tel],
.form-embed #can_embed_form select,
.form-embed #can_embed_form textarea {
  border: none !important;
  border-radius: 20px !important;
  padding: 10px 15px !important;
}
.form-embed #can_embed_form input[type=submit] {
  padding: 10px 15px !important;
  width: auto !important;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700 !important;
  background-color: #c02543 !important;
}
.form-embed #can_embed_form input[type=submit]:hover {
  background-color: #0595bc !important;
}
.form-embed #can_embed_form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0a2c49;
}
.form-embed #can_embed_form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #0a2c49;
}
.form-embed #can_embed_form :-ms-input-placeholder {
  /* IE 10+ */
  color: #0a2c49;
}
.form-embed #can_embed_form :-moz-placeholder {
  /* Firefox 18- */
  color: #0a2c49;
}
.form-embed #can_embed_form .international_link-wrap {
  display: none !important;
}
.form-embed #can_embed_form form.js-letter-form.letter-form-v5 h4 {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  grid-column: span 2 !important;
  margin-top: 0 !important;
}
.form-embed #can_embed_form form.js-letter-form.letter-form-v5 .floatlabel-wrapper {
  margin-top: 45px !important;
}
.form-embed #can_embed_form #can_thank_you h1 {
  font-size: 28px !important;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  letter-spacing: 0 !important;
}
.form-embed #can_embed_form #can_thank_you h4 {
  display: block !important;
  max-width: 500px !important;
  margin: 0 auto !important;
}
.form-embed #can_embed_form .can_thank_you-block h4 {
  display: block !important;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}
.form-embed #can_embed_form .can_thank_you-block:first-child > label.graytext {
  top: 0 !important;
  margin-top: 15px !important;
}
.form-embed #can_embed_form .can_thank_you-block:first-child > label.graytext:after {
  background-color: transparent !important;
}
.form-embed #can_embed_form #embed_toggle-open,
.form-embed #can_embed_form #embed_toggle-close {
  margin-top: 15px !important;
}
.form-embed #form_col2 {
  margin-top: 15px !important;
}
.form-embed #form_col2 #can_embed_form .floatlabel-wrapper {
  margin-top: 35px !important;
}
.form-embed #can_embed_form_inner * {
  color: #0a2c49 !important;
}
.form-embed #can_embed_form #action_welcome_message #action_welcome_message_inner {
  background-color: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.form-embed #can-form-area-join-the-movement-to-eliminate-eps-plastic-foam h2,
.form-embed #can-form-area-join-the-movement-to-eliminate-eps-plastic-foam h4,
.form-embed #can-form-area-join-our-coalition-8 h2,
.form-embed #can-form-area-join-our-coalition-8 h4 {
  display: none !important;
}
.form-embed #can-letter-area-take-action-12 h2.line {
  display: none !important;
}
.form-embed #can-letter-area-take-action-12 h4.lined_after_title {
  display: none !important;
}
.form-embed #can-letter-area-take-action-12 h4.mt15.mb5 {
  font-weight: 700 !important;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  letter-spacing: 0 !important;
}
.form-embed #can-letter-area-take-action-12 h4.mt15.mb5 span {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}
.form-embed #can-letter-area-take-action-12 #action_welcome_message {
  grid-column: span 2 !important;
  padding-bottom: 0 !important;
}
.form-embed #can-letter-area-take-action-12 #can_embed_form #letter-form > div > h4:not(:first-child),
.form-embed #can-letter-area-take-action-12 #can_embed_form #letter-form #form_col1 > h4:not(:first-child),
.form-embed #can-letter-area-take-action-12 #can_embed_form #letter-form #form_col2 > h4:not(:first-child) {
  margin-top: 0 !important;
}
.form-embed .lined_after_title,
.form-embed #can_embed_form_inner > h2 + h4,
.form-embed #can_embed_form_inner > .last_line + h4,
.form-embed #can_embed_form .action_sidebar > h4:not(.sidebartitle),
.form-embed #can_embed_form #select_tickets > h4,
.form-embed #can_embed_form #letter-form > div > h4,
.form-embed #can_embed_form #letter-form #form_col1 > h4,
.form-embed #can_embed_form #letter-form #form_col2 > h4,
.form-embed #can_embed_form h3 + h4,
.form-embed .event_campaign #can_embed_form > h2 + h4,
.form-embed .letter #can_embed_form h2.line + h4 {
  letter-spacing: 0 !important;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
}

@media only screen and (max-width: 1023px) {
  #can_embed_form #form_col1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
  }
  #can_embed_form #form_col1 li {
    display: block !important;
  }
  #can_embed_form #form_col1,
  #can_embed_form #form_col2 {
    float: none !important;
    width: 100% !important;
    color: #0a2c49 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .form-embed #can_embed_form {
    color: #0a2c49 !important;
  }
  .form-embed #can_embed_form.can_float #form_col1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .form-embed #can_embed_form.can_float #form_col1 li:first-of-type {
    grid-column: span 2;
  }
  .form-embed #can_embed_form.can_float #form_col1,
  .form-embed #can_embed_form.can_float #form_col2 {
    float: none !important;
    width: 100% !important;
    color: #0a2c49 !important;
  }
  .form-embed #can_embed_form.can_thank_you_wrap .clearfix {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
  }
  .form-embed #can_embed_form .can_thank_you-block:first-of-type {
    grid-column: span 2 !important;
  }
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Slick Slider
--------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./webfonts/slick.eot");
  src: url("./webfonts/slick.eot?#iefix") format("embedded-opentype"), url("./webfonts/slick.woff") format("woff"), url("./webfonts/slick.ttf") format("truetype"), url("./webfonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.75;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -65px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.75;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #d9d9d9;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #3a7d44;
  opacity: 1;
}

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.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 li:hover > a, .main-navigation li.focus > a {
  color: #d9f7ad;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.main-navigation a:visited {
  color: #fff;
}
.main-navigation a:focus, .main-navigation a:active {
  outline: none;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #d9f7ad;
  font-weight: 700;
}

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

@media screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    justify-content: center;
  }
  .menu a {
    padding: 12px 25px;
  }
}
.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
--------------------------------------------- */
html,
body {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.sticky {
  display: block;
}

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

.custom-logo-link {
  max-height: 76px;
  width: auto;
  display: block;
}
.custom-logo-link img {
  max-height: 76px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

#masthead {
  z-index: 14;
  position: relative;
}
#masthead .site-branding {
  padding: 16px 0;
  background-color: #172a3a;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
#masthead .grid-x {
  align-items: center;
}
#masthead .small-2 {
  display: flex;
  justify-content: flex-end;
}

#main-nav {
  background-color: #0595bc;
}

.menu-toggle {
  z-index: 14;
  width: 2.5rem;
  height: 2.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: right 0.3s ease;
  padding: 0;
}
.menu-toggle[aria-expanded=true] {
  /* Active state turns it into a close icon */
}
.menu-toggle[aria-expanded=true] .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle[aria-expanded=true] .icon-bar:nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded=true] .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.menu-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 5px auto;
  transition: 0.4s;
}
.menu-toggle.active .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle.active .icon-bar:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

#offCanvas {
  background-color: #0595bc;
}
#offCanvas.position-top {
  padding: 175px 43px 75px;
}
#offCanvas.position-top.is-open {
  height: 100%;
}
#offCanvas .menu {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
#offCanvas .menu a {
  color: #fff;
  padding: 15px 0;
}
#offCanvas .menu a:visited {
  color: #fff;
}
#offCanvas .menu a:hover {
  color: #d9f7ad;
}
#offCanvas .menu a:focus {
  outline: none;
}
#offCanvas .menu .current_page_item > a,
#offCanvas .menu .current-menu-item > a,
#offCanvas .menu .current_page_ancestor > a,
#offCanvas .menu .current-menu-ancestor > a {
  color: #d9f7ad;
  font-weight: 700;
}
#offCanvas .header-logo-right {
  margin-top: 25px;
}
#offCanvas hr {
  background-color: rgba(255, 255, 255, 0.3);
  margin: 50px 0;
}
#offCanvas .social-icons a:hover {
  color: #d9f7ad;
}

.js-off-canvas-overlay {
  background-color: transparent;
}

.social-icons {
  font-size: 26px;
}
.social-icons a {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}
.social-icons a:visited {
  color: #fff;
}
.social-icons a:hover {
  color: #0595bc;
}
.social-icons a:last-child {
  margin-right: 0;
}

.header-logo-right a {
  display: inline-block;
}
.header-logo-right a:hover {
  background-color: #172a3a;
}
.header-logo-right .header-logo-right-link {
  background-color: #f25f5c;
  padding: 5px 10px;
  min-height: 44px;
}

.site-footer {
  background-color: #172a3a;
  padding: 30px 0;
  color: #fff;
}
.site-footer .footer-logo,
.site-footer .custom-logo-link {
  max-height: 123px;
  width: auto;
}
.site-footer .footer-logo img,
.site-footer .custom-logo-link img {
  max-height: 123px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer .large-4:first-of-type {
  text-align: center;
  margin-bottom: 50px;
}
.site-footer .large-4:nth-of-type(2) {
  order: 3;
  text-align: center;
}
.site-footer .large-4:last-of-type {
  order: 2;
}
.site-footer a {
  color: #fff;
}
.site-footer a:visited {
  color: #fff;
}
.site-footer a:hover {
  color: #0595bc;
}
.site-footer .red-btn {
  padding: 10px 15px;
}
.site-footer .red-btn:hover {
  color: #fff;
}

.paid-for-by {
  display: inline-flex;
  justify-content: center;
  text-align: center;
  padding: 5px 15px;
  border: 1px solid #fff;
  line-height: 1.3em;
  margin-top: 50px;
}

#footer-menu {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#footer-menu a {
  color: #fff;
  padding: 0 0 20px;
}
#footer-menu a:visited {
  color: #fff;
}
#footer-menu a:hover {
  color: #0595bc;
}

.foot-contact {
  margin: 50px 0 0;
  text-align: center;
}
.foot-contact .btn-mrg {
  margin: 0 0 25px;
}

.footer-email {
  margin-top: 10px;
}

.home-hero {
  background-size: 0;
}
.home-hero.hide-bg-mobile {
  padding-top: 50px;
}
.home-hero .mobile-hero-img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.home-hero .mobile-hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-hero h1 {
  text-shadow: 2px 2px 4px #fff;
}
.home-hero h1 strong {
  color: #c02543;
  font-weight: 900;
}
.home-hero .large-6 {
  padding: 35px 0;
}
.home-hero .grid-x {
  background-color: #fff;
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}
.home-hero .grid-x .large-6 {
  padding-left: 15px;
  padding-right: 15px;
}

.separator-block {
  height: 35px;
  width: 100%;
}
.separator-block.blue {
  background-color: #0595bc;
}
.separator-block.green {
  background-color: #3a7d44;
}

.three-column-image-text-block {
  padding: 40px 0;
  background-color: #eaf4f8;
}
.three-column-image-text-block h2 {
  text-align: center;
  margin: 0 0 35px;
}
.three-column-image-text-block .cell {
  margin-bottom: 35px;
}
.three-column-image-text-block .column-image {
  margin-bottom: 25px;
}
.three-column-image-text-block .column-content p:last-of-type {
  margin-bottom: 0;
}

.stories-carousel {
  padding: 40px 0 80px;
}
.stories-carousel h2 {
  text-align: center;
}
.stories-carousel .story {
  margin: 0 15px;
  background-color: #eaf4f8;
  padding: 35px 25px;
  color: #0a2c49;
  text-align: center;
}
.stories-carousel .story .story__headshot {
  width: 139px;
  height: 139px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #4a4e57;
  margin: 0 auto 35px;
}
.stories-carousel .story .story__headshot img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.stories-carousel .story .story__name {
  font-weight: bold;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.form-with-image {
  background-color: #eaf4f8;
}
.form-with-image.image-bottom-mobile {
  display: flex;
  flex-direction: column-reverse;
}
.form-with-image.bb-image.image-bottom-mobile .grid-x {
  display: flex;
  flex-direction: column-reverse;
}
.form-with-image.bb-image.image-bottom-mobile .form-image-wrap {
  margin-top: 35px;
}
.form-with-image.bb-image {
  overflow: hidden;
}
.form-with-image.bb-image .form-image-wrap {
  position: relative;
  margin-bottom: 35px;
  padding-top: 35px;
  padding-bottom: 35px;
}
.form-with-image.bb-image .form-image-wrap:before {
  content: "";
  background-color: #16254c;
  height: 100%;
  width: 85%;
  position: absolute;
  right: -25px;
  top: 0;
  display: block;
  z-index: 1;
}
.form-with-image.bb-image .form-image-wrap img {
  position: relative;
  z-index: 2;
  display: block;
  width: calc(100% + 25px);
  display: block;
  max-width: calc(100% + 25px);
  margin: 0 0 0 auto;
}
.form-with-image .grid-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-id-17 .form-image-wrap {
  aspect-ratio: 1/1.25;
}
.page-id-17 .form-image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.heading-intro-and-tabs {
  padding: 50px 0;
}
.heading-intro-and-tabs h1,
.heading-intro-and-tabs .h1 {
  text-align: center;
}
.heading-intro-and-tabs .intro {
  font-size: 1.11111em;
}

.tabs {
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 25px;
}

.tabs-title > a {
  padding: 13px 30px;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #172a3a;
  border-radius: 5px;
  margin-bottom: 15px;
}
.tabs-title > a:hover {
  background-color: #0595bc;
  color: #d9f7ad;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  outline: none;
  background-color: #0595bc;
  color: #d9f7ad;
}

.tabs-content {
  background-color: #fff;
  border: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  font-size: 1.11111em;
}

.tabs-panel {
  padding: 0;
}

.tabs-slick .slick-arrow {
  background-color: #172a3a;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
}
.tabs-slick .slick-prev,
.tabs-slick .slick-next {
  top: 30px;
  z-index: 10;
  width: 50px;
  height: 30px;
  font-size: 20px;
  font-weight: normal;
}
.tabs-slick .slick-prev:before,
.tabs-slick .slick-next:before {
  content: "";
}
.tabs-slick .slick-track {
  display: block !important;
}
.tabs-slick .slick-prev {
  left: 15px;
}
.tabs-slick .slick-next {
  right: 15px;
}
.tabs-slick .slick-dots {
  bottom: -35px;
}
.tabs-slick .slick-slide {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  margin-left: 4px;
  margin-right: 4px;
}

.tab-image {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
.tab-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px 20px 0 0;
}

.tab-text {
  padding: 35px 25px;
}

.tab-label {
  background-color: #ebf6eb;
  text-align: center;
  padding: 15px 70px;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.tab-label .h3 {
  font-weight: 600;
  font-size: 26px;
  margin: 0;
}

.tab-content {
  padding: 25px 15px;
}
.tab-content h2 {
  text-align: center;
}

.text-image-wrap img {
  float: left;
  margin: 0 15px 10px 0;
  max-width: 105px;
}

.tab-slide {
  margin-bottom: 15px;
}

.pioneers-vs-polluters {
  background-color: #eaf4f8;
  padding: 50px 0 0;
}
.pioneers-vs-polluters h2 {
  font-weight: 700;
}
.pioneers-vs-polluters .intro {
  margin-bottom: 35px;
}
.pioneers-vs-polluters .intro a {
  text-decoration: underline;
}

.pros-cons .grid-container {
  padding-left: 0;
  padding-right: 0;
}
.pros-cons h3 {
  text-align: center;
}
.pros-cons a {
  text-decoration: underline;
}
.pros-cons .pros ul,
.pros-cons .cons ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.pros-cons .pros li,
.pros-cons .cons li {
  margin-bottom: 35px;
}
.pros-cons .pros {
  background-color: #ebf6eb;
  border-top: 1px solid #3a7d44;
  border-bottom: 1px solid #3a7d44;
  padding: 35px 25px;
}
.pros-cons .pros h3 {
  font-family: "Pridi", "Georgia", Cambria, Times New Roman, Times, serif;
  color: #3a7d44;
  font-weight: 600;
  text-transform: uppercase;
}
.pros-cons .cons {
  background-color: rgba(192, 37, 67, 0.2);
  border-top: 1px solid #c02543;
  border-bottom: 1px solid #c02543;
  padding: 35px 25px;
}
.pros-cons .cons h3 {
  font-family: shlop, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #c02543;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 32px;
}
.pros-cons .list-item-wrap {
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  align-items: center;
}
.pros-cons .list-item-wrap .icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #494949;
}
.pros-cons .list-item-wrap .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
.pros-cons .list-item-wrap .content-text p:last-of-type {
  margin-bottom: 0;
}

.alternatives-carousel {
  padding: 35px 0 100px;
}
.alternatives-carousel h2 {
  margin-bottom: 50px;
}
.alternatives-carousel h2.mb {
  margin-bottom: 25px;
}
.alternatives-carousel .intro-text {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 35px;
}
.alternatives-carousel .slick-dots li.slick-active button:before {
  color: #0595bc;
}

.alt-carousel-item {
  display: block;
  height: 100%;
  background-color: #172a3a;
  color: #fff;
  padding: 33px 25px;
  margin: 0 15px;
  position: relative;
}
.alt-carousel-item.slick-current {
  background-color: #0595bc;
}
.alt-carousel-item h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.3em;
  margin: 0;
}
.alt-carousel-item h3:visited {
  color: #fff;
}
.alt-carousel-item p {
  color: #fff;
  font-weight: 300;
}

.heading-icon-wrap {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: 25px;
}

.heading-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  padding: 5px;
}
.heading-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}

.alt-carousel-image {
  aspect-ratio: 322/153;
  width: 100%;
  height: auto;
  margin-top: 25px;
}
.alt-carousel-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.resources-hero .heading-wrapper {
  padding: 50px 0 35px;
  background: linear-gradient(to bottom, #d9f7ad 0, #d9f7ad 50%, #fff 50%, #fff 100%);
}
.resources-hero .heading-wrapper .grid-container {
  max-width: 1306px;
}
.resources-hero .heading-wrapper .grid-container h1 {
  text-align: center;
  color: #fff;
  background-color: #16254c;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 0;
}
.resources-hero .intro {
  max-width: 1070px;
  margin: 0 auto 35px;
  text-align: center;
  color: #0f2538;
  font-size: 1.33em;
  line-height: 1.083em;
}
.resources-hero .intro p {
  line-height: 1.083em;
}

.resources-grid {
  padding: 25px 0 50px;
}

.resource-link {
  display: block;
  background-color: #eaf4f8;
  border: 1px solid #0595bc;
  border-radius: 20px;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.resource-link:hover {
  background-color: #ebf6eb;
  border-color: #3a7d44;
}
.resource-link:hover .resource-thumbnail img {
  transform: scale(1.05);
}

.resource-thumbnail {
  aspect-ratio: 372/484;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.resource-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px 20px 0 0;
  transform: scale(1);
  transition: all 0.3s ease;
}

.resource-name {
  font-size: 1.55em;
  font-weight: 600;
  color: #0f2538;
  padding: 25px;
  line-height: 1.08em;
}

.resource-grid-item {
  margin-bottom: 50px;
}

.about-us-hero {
  background-color: #ebf6eb;
  padding: 50px 0 25px;
}
.about-us-hero .intro {
  font-size: 1.11em;
}

.organizations-block {
  background-color: #ebf6eb;
  padding: 25px 0;
}
.organizations-block h3 {
  font-weight: 700;
  margin-bottom: 35px;
}
.organizations-block .logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}
.organizations-block .logos .logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.organizations-block .logos .logo-item img {
  width: 100%;
  max-height: 100px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.community-leaders {
  background-color: #ebf6eb;
  padding: 35px 0 65px;
}
.community-leaders h3 {
  font-weight: 700;
  margin-bottom: 35px;
}

.leaders-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 29px;
  grid-row-gap: 29px;
}
.leaders-grid .leader-item {
  text-align: center;
}

.leader-headshot {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  display: block;
  margin: 0 auto 15px;
}
.leader-headshot img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.error-404 {
  padding: 75px 25px;
}

/* Hide all the individual "Write To" recipient headings and default "Your Letter" heading */
#can-letter-area-take-action-12 h4.mt15.mb5.nobold:first-of-type,
#form_col1 h4.mt15.mb5.nobold,
#form_col2 h4.mt15.mb5.nobold:not(.custom-letter-heading) {
  display: none !important;
}

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

@media only screen and (min-width: 640px) {
  .home-hero .grid-x {
    top: -100px;
    margin-bottom: -100px;
  }
  .home-hero .grid-x .large-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .organizations-block h3 {
    margin-bottom: 50px;
  }
  .organizations-block .logos .logo-item img {
    max-height: 120px;
  }
  .leaders-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .form-with-image.bb-image .form-image-wrap {
    padding: 50px 0 50px 25px;
  }
  .three-column-image-text-block .cell {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .heading-intro-and-tabs .green-box {
    padding: 35px 50px;
  }
  .tabs {
    flex-direction: row;
  }
  .tabs-title > a {
    margin-right: 32px;
    margin-bottom: 0;
  }
  .tabs-title li:last-child a {
    margin-right: 0;
  }
  .tab-image {
    aspect-ratio: initial;
    width: 100%;
    height: 350px;
  }
  .pros-cons .pros h3 {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .pros-cons .cons h3 {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .resource-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
  .resource-grid-item {
    margin-bottom: 0;
  }
  .organizations-block .logos {
    grid-template-columns: repeat(4, 1fr);
  }
  .leaders-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .heading-icon-wrap {
    grid-column-gap: 23px;
    grid-template-columns: 75px 1fr;
  }
  .heading-icon {
    width: 75px;
    height: 75px;
  }
}
@media only screen and (min-width: 1024px) {
  #masthead {
    padding-bottom: 0;
  }
  #masthead .large-10 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header-logo-right {
    margin-left: 43px;
  }
  .header-logo-right a:hover {
    background-color: #0595bc;
  }
  .social-icons a {
    margin-right: 15px;
  }
  #main-nav {
    padding: 12px 0;
  }
  .site-footer .large-4:first-of-type {
    margin-bottom: 0;
    text-align: left;
    width: calc(50% - 1.875rem);
  }
  .site-footer .large-4:last-of-type {
    width: calc(50% - 1.875rem);
  }
  .site-footer .large-4:nth-of-type(2) {
    width: 100%;
  }
  .footer-links {
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    grid-template-rows: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 0px;
  }
  #footer-menu {
    align-items: flex-end;
  }
  .foot-contact {
    margin: 0;
  }
  .foot-contact .red-btn {
    display: block;
  }
  .foot-contact .btn-mrg {
    margin-bottom: 20px;
  }
  .paid-for-by {
    margin-top: 5px;
  }
  .home-hero {
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .home-hero h1 {
    max-width: 550px;
  }
  .home-hero__content {
    max-width: 575px;
  }
  .home-hero .grid-x {
    background-color: transparent;
    top: 0;
    margin-bottom: 0;
  }
  .home-hero .grid-x .large-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .three-column-image-text-block h2 {
    margin: 0 0 50px;
  }
  .three-column-image-text-block .column-content {
    font-size: 1.22em;
  }
  .stories-carousel h2 {
    margin-bottom: 60px;
  }
  .stories-carousel .slick-next,
  .stories-carousel .slick-prev {
    color: #fff;
    font-size: 30px;
    background-color: #0595bc;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    z-index: 2;
    transition: background-color 0.3s ease;
  }
  .stories-carousel .slick-next:before,
  .stories-carousel .slick-prev:before {
    display: none;
  }
  .stories-carousel .slick-next:hover,
  .stories-carousel .slick-prev:hover {
    background-color: rgb(4.3393782383, 129.3134715026, 163.1606217617);
  }
  .stories-carousel .slick-next {
    right: 25px;
  }
  .stories-carousel .slick-prev {
    left: 25px;
  }
  .story.slick-slide {
    padding: 55px 85px;
  }
  .form-with-image {
    position: relative;
  }
  .form-with-image.bb-image.image-bottom-mobile .grid-x {
    flex-direction: row-reverse;
  }
  .form-with-image.bb-image.image-bottom-mobile .form-image-wrap {
    margin-top: 0;
  }
  .form-with-image.image-bottom-mobile {
    display: block;
  }
  .form-with-image.bb-image .grid-x {
    flex-direction: row-reverse;
  }
  .form-with-image.bb-image .form-image-wrap {
    position: relative;
  }
  .form-with-image h2 {
    max-width: 550px;
  }
  .form-with-image .grid-container {
    min-height: 600px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .form-image-wrap {
    width: 45%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .form-image-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .heading-intro-and-tabs .green-box {
    padding: 35px 75px 79px;
  }
  .heading-intro-and-tabs .intro {
    max-width: 1000px;
    margin: 0 auto 15px;
  }
  .tab-content-wrap {
    display: grid;
    grid-template-columns: 304px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 0px;
  }
  .tab-image {
    aspect-ratio: initial;
    width: 100%;
    height: 100%;
  }
  .tab-image img {
    border-radius: 20px 0 0 20px;
  }
  .pioneers-vs-polluters .intro {
    margin-bottom: 50px;
  }
  .pros-cons {
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    border-left: 1px solid #3a7d44;
    border-right: 1px solid #c02543;
    background: linear-gradient(to right, #ebf6eb 0%, #ebf6eb 50%, rgba(192, 37, 67, 0.2) 50%, rgba(192, 37, 67, 0.2) 100%);
  }
  .pros-cons:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #3a7d44 0%, #3a7d44 50%, #c02543 50%, #c02543 100%);
  }
  .pros-cons:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #3a7d44 0%, #3a7d44 50%, #c02543 50%, #c02543 100%);
  }
  .pros-cons .pros,
  .pros-cons .cons {
    background-color: transparent;
    border-top: 0;
    border-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pros-cons .pros {
    border-right: 1px solid #3a7d44;
  }
  .pros-cons .pros h3 {
    font-size: 40px;
  }
  .pros-cons .cons {
    border-left: 1px solid #c02543;
  }
  .pros-cons .cons h3 {
    font-size: 48px;
  }
  .alternatives-carousel {
    padding: 75px 0 150px;
  }
  .alternatives-carousel h2 {
    margin-bottom: 80px;
  }
  .alternatives-carousel h2.mb {
    margin-bottom: 35px;
  }
  .alternatives-carousel .intro-text {
    margin-bottom: 50px;
  }
  .alternatives-carousel .slick-dots {
    bottom: -100px;
  }
  .alternatives-carousel .slick-next,
  .alternatives-carousel .slick-prev {
    color: #fff;
    font-size: 30px;
    background-color: #0595bc;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    z-index: 2;
    transition: background-color 0.3s ease;
  }
  .alternatives-carousel .slick-next:before,
  .alternatives-carousel .slick-prev:before {
    display: none;
  }
  .alternatives-carousel .slick-next:hover,
  .alternatives-carousel .slick-prev:hover {
    background-color: rgb(4.3393782383, 129.3134715026, 163.1606217617);
  }
  .alternatives-carousel .slick-next {
    right: 25px;
  }
  .alternatives-carousel .slick-prev {
    left: 25px;
  }
  .alt-carousel-item {
    padding: 35px 40px;
  }
  .resources-hero {
    margin-bottom: 35px;
  }
  .resources-grid {
    padding-bottom: 85px;
  }
  .resources-hero .heading-wrapper {
    padding: 94px 0 53px;
  }
  .organizations-block .logos .logo-item img {
    max-height: 100%;
  }
  .resource-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
  .community-leaders {
    padding-bottom: 115px;
  }
  .leaders-grid {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }
  .error-404 {
    padding: 100px 25px;
  }
  .heading-intro-and-tabs .green-box {
    background-color: #ebf6eb;
    padding: 35px 25px;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}
@media only screen and (min-width: 1366px) {
  .pros-cons .pros {
    padding-right: 100px;
  }
  .pros-cons .cons {
    padding-left: 70px;
  }
  .resource-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }
  .leaders-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
  .form-with-image.bb-image .form-image-wrap:before {
    right: -50px;
  }
  .form-with-image.bb-image .form-image-wrap img {
    width: 100%;
    max-width: 100%;
  }
  .form-image-wrap {
    width: 40%;
  }
}
@media only screen and (min-width: 1600px) {
  .site-footer {
    padding: 50px 0;
  }
  .site-footer .large-4:first-of-type {
    margin-bottom: 0;
    text-align: left;
    width: calc(33.3333333333% - 1.875rem);
  }
  .site-footer .large-4:last-of-type {
    order: 3;
    width: calc(33.3333333333% - 1.875rem);
  }
  .site-footer .large-4:nth-of-type(2) {
    order: 2;
    width: calc(33.3333333333% - 1.875rem);
    display: flex;
    align-items: flex-end;
  }
  #footer-menu li:last-child a {
    padding-bottom: 0;
  }
  .heading-intro-and-tabs .green-box {
    padding: 35px 100px 79px;
  }
  .form-with-image .grid-container {
    min-height: 800px;
  }
  .form-image-wrap {
    width: 39%;
  }
}
@media only screen and (min-width: 1920px) {
  .form-image-wrap {
    width: 30%;
  }
}
/*# sourceMappingURL=maps/style.css.map */
