/*!
Theme Name: FreeFrom
Theme URI: http://freefrom.org/
Author: RagTag
Author URI: https://ragtag.org/
Description: Custom theme for FreeFrom.org
Version: 1.6.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: freefrom
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.

FreeFrom 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

--------------------------------------------------------------*/
@font-face {
  font-family: 'poppins';
  src: url("fonts/poppins-bold-webfont.woff2") format("woff2"), url("fonts/poppins-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'poppins';
  src: url("fonts/poppins-regular-webfont.woff2") format("woff2"), url("fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'poppins';
  src: url("fonts/poppins-semibold-webfont.woff2") format("woff2"), url("fonts/poppins-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

/*--------------------------------------------------------------
# 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: #000000;
  font-family: "poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

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

h1 {
  font-weight: 600;
  font-size: 72px;
  line-height: 1.2;
  letter-spacing: 0.05em; }

h2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: 0.05em; }

h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0.05em; }

h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2; }

h5 {
  text-transform: uppercase; }

h6 {
  font-weight: 600;
  font-size: 21px;
  line-height: 1.2; }

@media screen and (max-width: 652px) {
  h1 {
    font-size: 64px;
    line-height: 96px; }
  h2 {
    font-size: 42px;
    line-height: 63px; }
  h3 {
    font-size: 32px;
    line-height: 48px; } }

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

.site {
  max-width: 100%;
  overflow-y: hidden; }

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

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

ul {
  list-style: disc; }

ol.big-numbers {
  list-style: none;
  counter-reset: freefrom-counter; }
  ol.big-numbers li {
    counter-increment: freefrom-counter;
    min-height: 75px;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 36px;
    position: relative;
    padding-left: 45px; }
    ol.big-numbers li strong {
      display: inline; }
    ol.big-numbers li:before {
      content: counter(freefrom-counter);
      color: #F06449;
      font-weight: 700;
      font-size: 50px;
      line-height: 70px;
      position: absolute;
      left: 0;
      top: 0; }
  @media screen and (min-width: 652px) {
    ol.big-numbers li {
      min-height: 125px;
      margin-bottom: 60px;
      font-size: 24px;
      line-height: 36px;
      padding-left: 175px; }
      ol.big-numbers li:before {
        font-size: 125px;
        line-height: 130px; } }

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

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

@media screen and (max-width: 652px) {
  ul {
    margin: 0;
    padding-left: 60px; }
  ol {
    margin: 0;
    padding: 0; }
    ol li {
      padding-left: 60px; }
      ol li:before {
        font-size: 60px;
        line-height: 65px; } }

/* 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: #000000; }
  a:visited {
    color: #000000; }
  a:hover, a:focus, a:active {
    color: #00000; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }
  a.no-underline {
    text-decoration: none; }
  a.underline {
    text-decoration: underline; }

.no-underline a {
  text-decoration: none; }

.underline a {
  text-decoration: underline; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #FFB600;
  border-radius: 3px;
  background: #FFB600;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  font-weight: 700;
  text-transform: uppercase; }
  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
--------------------------------------------------------------*/
body.post, body.page {
  margin: 0; }

.width-wrapper,
.alignfull .wp-block-group__inner-container,
.alignwide .wp-block-group__inner-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%; }

@media screen and (max-width: 822px) {
  .width-wrapper,
  .alignfull > .wp-block-group__inner-container,
  .alignwide > .wp-block-group__inner-container {
    max-width: calc(100vw - 2rem); } }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#masthead {
  padding: 30px 0; }
  #masthead .header-content {
    display: flex;
    justify-content: space-between; }
  #masthead .custom-logo-link {
    width: 168px; }

.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 35px 0 0 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;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    padding: 0 20px;
    /*
		Removing this for now to see if flex-wrap: wrap; on main-navigation ul is best.
		&:last-child {
			padding-right: 0;
		}
		*/ }
    .main-navigation li:hover > a,
    .main-navigation li.focus > a {
      text-decoration: underline;
      color: #F06449; }
    .main-navigation li.donate a {
      color: #47CCCC; }
      .main-navigation li.donate a:hover {
        color: #F06449; }
    .main-navigation li.exit a {
      color: #F06449; }
      .main-navigation li.exit a:hover {
        color: #47CCCC; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    color: #000000; }

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

.menu-toggle {
  background: #F5F6F4;
  color: #000000;
  border-color: #F5F6F4; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap; } }

.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 {
  margin: 0 0 1.5em; }

.page {
  margin: 0; }

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

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

.entry-title {
  font-weight: bold;
  font-size: 42px;
  line-height: 63px;
  text-transform: uppercase; }
  @media screen and (min-width: 652px) {
    .entry-title {
      font-size: 72px;
      line-height: 108px; } }

.post-thumbnail {
  width: 100%; }
  .post-thumbnail img {
    display: block;
    width: 100%;
    height: auto; }

.has-back-link .navigation-link a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px; }

@media screen and (min-width: 652px) {
  .has-back-link {
    display: flex; }
    .has-back-link .navigation-link {
      width: 225px; }
    .has-back-link article {
      width: calc( 100% - 225px); } }

.posted-on {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #989898;
  display: block;
  margin-top: 15px; }

.single .entry-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 63px;
  text-transform: none;
  margin-top: 20px; }

@media screen and (min-width: 652px) {
  .posts-feed {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap; }
    .posts-feed article {
      width: 30%; } }

.posts-feed .entry-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  text-transform: none;
  letter-spacing: 0px; }
  .posts-feed .entry-title a {
    text-decoration: none;
    color: #000000; }

.site-main .posts-navigation {
  width: 100%;
  margin: 1em 0 2em 0;
  display: block;
  font-weight: 700; }

@media screen and (min-width: 822px) {
  .single.single-team_member article {
    display: flex;
    justify-content: space-between; }
  .single.single-team_member .post-thumbnail {
    width: 40%; }
    .single.single-team_member .post-thumbnail img {
      border-radius: 50%; }
  .single.single-team_member .team-member {
    width: 55%;
    padding-bottom: 100px; } }

.single.single-team_member .entry-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px; }

.single.single-team_member .post-thumbnail img {
  border-radius: 50%; }

@media screen and (max-width: 652px) {
  .wp-block-group.topic-detail-panel .wp-block-columns.has-background {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-top: 0; }
  .wp-block-group.topic-detail-panel .wp-block-columns.has-background:first-child figure.wp-block-image {
    margin: 0 calc(50% - 50vw); } }

/* Footer
--------------------------------------------- */
#colophon {
  background: #000;
  color: #fff;
  width: 100%;
  padding: 60px; }
  @media screen and (min-width: 822px) {
    #colophon .footer-content {
      display: flex;
      justify-content: space-between; } }
  #colophon .footer-content .widget {
    margin-bottom: 3em; }
  #colophon .footer-content .gform_widget .widget-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #FF9797;
    margin: 0 0 10px 0; }
  #colophon .footer-content .gform_widget .gform-body {
    width: 400px;
    max-width: 100%; }
  #colophon .footer-content .gform_widget label {
    display: none; }
  #colophon .footer-content .gform_widget input {
    border-radius: 0;
    height: 50px;
    padding: 0 14px; }
    #colophon .footer-content .gform_widget input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-weight: 600;
      color: #000000; }
    #colophon .footer-content .gform_widget input::-moz-placeholder {
      /* Firefox 19+ */
      font-weight: 600;
      color: #000000; }
    #colophon .footer-content .gform_widget input:-ms-input-placeholder {
      /* IE 10+ */
      font-weight: 600;
      color: #000000; }
    #colophon .footer-content .gform_widget input:-moz-placeholder {
      /* Firefox 18- */
      font-weight: 600;
      color: #000000; }
    #colophon .footer-content .gform_widget input.button {
      background: #47CCCC;
      font-weight: 700;
      font-size: 24px;
      text-transform: uppercase;
      color: #000000;
      border: none;
      padding: 5px 20px; }
      @media screen and (min-width: 482px) {
        #colophon .footer-content .gform_widget input.button {
          padding: 16px 20px; } }
  #colophon .footer-content .gform_widget form {
    max-width: 375px; }
    #colophon .footer-content .gform_widget form .gform_footer {
      margin: 0;
      padding: 0; }
    @media screen and (min-width: 482px) {
      #colophon .footer-content .gform_widget form {
        display: flex; } }
  #colophon .footer-content .jetpack_widget_social_icons h3 {
    font-size: 36px;
    line-height: 54px;
    margin: 0; }
  #colophon .footer-content .jetpack_widget_social_icons svg {
    color: #fff; }
  @media screen and (min-width: 482px) {
    #colophon .footer-content .jetpack_widget_social_icons a {
      height: 55px;
      width: 70px; }
    #colophon .footer-content .jetpack_widget_social_icons svg {
      height: 55px;
      width: 55px; } }
  #colophon .footer-content .widget_nav_menu ul {
    margin: 0;
    padding: 0; }
    #colophon .footer-content .widget_nav_menu ul li {
      list-style: none;
      margin: 0;
      padding: 0; }
      #colophon .footer-content .widget_nav_menu ul li a {
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        font-size: 18px;
        line-height: 27px; }
  @media screen and (min-width: 482px) {
    #colophon .footer-content .widget_nav_menu ul {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2;
      column-gap: 4em; } }
  #colophon .footer-content .footer-3 {
    max-width: 300px; }
  #colophon .footer-content .textwidget p:first-child {
    margin-top: 0; }

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

/* Gutenberg
--------------------------------------------- */
/* Color Options
--------------------------------------------- */
.has-black-color {
  color: #000000 !important; }

.has-black-background-color {
  background-color: #000000 !important; }

.has-white-color {
  color: #fff !important; }

.has-white-background-color {
  background-color: #fff !important; }

.has-yellow-color {
  color: #FFB600 !important; }

.has-yellow-background-color {
  background-color: #FFB600 !important; }

.has-pink-color {
  color: #FF9797 !important; }

.has-pink-background-color {
  background-color: #FF9797 !important; }

.has-orange-color {
  color: #F06449 !important; }

.has-orange-background-color {
  background-color: #F06449 !important; }

.has-teal-color {
  color: #47CCCC !important; }

.has-teal-background-color {
  background-color: #47CCCC !important; }

.has-grey-color {
  color: #404040 !important; }

.has-grey-background-color {
  background-color: #404040 !important; }

.has-steelgrey-color {
  color: #6E7E91 !important; }

.has-steelgrey-background-color {
  background-color: #6E7E91 !important; }

.has-offwhite-color {
  color: #F5F6F4 !important; }

.has-offwhite-background-color {
  background-color: #F5F6F4 !important; }

.has-off-white-color {
  color: #F5F6F4 !important; }

.has-off-white-background-color {
  background-color: #F5F6F4 !important; }

.wp-block-group.image-cta {
  padding: 0; }
  .wp-block-group.image-cta .wp-block-columns.has-background {
    padding: 0; }
    .wp-block-group.image-cta .wp-block-columns.has-background figure {
      margin: 0;
      position: relative;
      height: 100%;
      line-height: 0; }
      .wp-block-group.image-cta .wp-block-columns.has-background figure img {
        display: block !important;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center center; }
  .wp-block-group.image-cta a {
    text-decoration: none;
    font-weight: 700; }
  .wp-block-group.image-cta p {
    font-weight: 700;
    font-size: 24px !important;
    line-height: 36px;
    margin: 1em 0; }
  @media screen and (max-width: 652px) {
    .wp-block-group.image-cta .wp-block-columns.has-background figure {
      text-align: center; }
      .wp-block-group.image-cta .wp-block-columns.has-background figure img {
        display: inline; }
    .wp-block-group.image-cta p {
      margin: 25px; } }

.wp-block-group.featured-cta-bottom .has-background {
  padding: 25px; }
  .wp-block-group.featured-cta-bottom .has-background figure {
    margin: -25px -25px 0 -25px; }

.wp-block-group.featured-cta-bottom h3 {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  letter-spacing: 0; }

.wp-block-group.featured-cta-bottom p {
  font-size: 21px;
  line-height: 31px;
  font-weight: 600;
  margin: 1em 0; }

.wp-block-group.featured-cta-bottom a {
  color: #000000; }

.wp-block-group.featured-cta-bottom .has-white-color a {
  color: #fff; }

.wp-block-group.featured-cta-bottom .wp-block-button.is-style-outline {
  position: relative;
  top: 25px;
  margin-bottom: 0; }
  .wp-block-group.featured-cta-bottom .wp-block-button.is-style-outline a {
    border: none;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    padding-left: 0;
    text-align: left; }

.wp-block-group.featured-cta-bottom a {
  color: #000000;
  text-decoration: none; }

.wp-block-group.image-w-cta {
  padding-bottom: 32px; }
  .wp-block-group.image-w-cta .has-background {
    padding: 25px; }
    .wp-block-group.image-w-cta .has-background figure {
      margin: -25px -25px 0 -25px; }
  .wp-block-group.image-w-cta figure {
    line-height: 0; }
    .wp-block-group.image-w-cta figure img {
      width: 100%; }
  .wp-block-group.image-w-cta a {
    color: #000000;
    text-decoration: none; }
  .wp-block-group.image-w-cta p {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin: 0; }

.wp-block-group.two-column-call-outs {
  margin: 60px 0;
  padding: 0; }
  .wp-block-group.two-column-call-outs .wp-block-group {
    padding: 0; }
  .wp-block-group.two-column-call-outs .wp-block-column {
    background: #F5F6F4;
    padding: 45px; }
    @media screen and (max-width: 599px) {
      .wp-block-group.two-column-call-outs .wp-block-column:not(:first-child) {
        margin-top: 60px; } }
  .wp-block-group.two-column-call-outs h3 {
    font-weight: 700;
    font-size: 42px;
    line-height: 63px;
    text-transform: uppercase;
    margin: 0; }
  .wp-block-group.two-column-call-outs p {
    font-weight: 600;
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 0; }
  .wp-block-group.two-column-call-outs p.has-background {
    font-weight: bold;
    position: relative;
    font-size: 22px;
    line-height: 32px;
    margin: 60px 0;
    padding-left: 60px; }
    .wp-block-group.two-column-call-outs p.has-background:before {
      content: '\2192';
      position: absolute;
      left: 25px;
      top: 0;
      font-size: 30px;
      height: 100%;
      align-items: center;
      display: flex; }
    @media screen and (min-width: 652px) {
      .wp-block-group.two-column-call-outs p.has-background {
        font-size: 30px;
        line-height: 45px;
        padding-left: 120px; }
        .wp-block-group.two-column-call-outs p.has-background:before {
          left: 40px;
          font-size: 60px; } }

.wp-block-group.featured-cta-top .has-background {
  padding: 25px; }
  .wp-block-group.featured-cta-top .has-background figure {
    margin: -25px -25px 0 -25px; }

.wp-block-group.featured-cta-top h3 {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px; }

.wp-block-group.featured-cta-top p {
  font-weight: 600;
  font-size: 21px;
  line-height: 31px; }

.wp-block-group.stats {
  padding: 0; }
  .wp-block-group.stats .wp-block-group {
    padding: 0; }
  .wp-block-group.stats p {
    margin: 0; }
    .wp-block-group.stats p.has-text-color {
      font-size: 86px; }
      @media screen and (max-width: 822px) {
        .wp-block-group.stats p.has-text-color {
          font-size: 60px !important; } }
      @media screen and (max-width: 652px) {
        .wp-block-group.stats p.has-text-color {
          text-align: left !important; } }
  .wp-block-group.stats .wp-block-columns .wp-block-column:last-child p {
    font-size: 21px;
    line-height: 31px; }

.wp-block-group.video-w-statement h2 {
  font-weight: 700;
  font-size: 72px;
  line-height: 100px;
  text-align: right;
  position: relative; }
  @media screen and (max-width: 652px) {
    .wp-block-group.video-w-statement h2 {
      font-size: 42px;
      line-height: 1.5; } }
  .wp-block-group.video-w-statement h2:after {
    content: '';
    display: block;
    width: 58%;
    height: 10px;
    background: #47CCCC;
    position: absolute;
    right: 0;
    bottom: -30px; }

.wp-block-button__link.has-background {
  text-transform: uppercase;
  padding: 10px 30px 0px 30px;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.02em; }

.wp-block-group.impact-statement .wp-block-group__inner-container .wp-block-group__inner-container {
  width: 100%; }

.wp-block-group.impact-statement .wp-block-group.has-background {
  padding: 0; }

.wp-block-group.impact-statement .wp-block-column:first-child p {
  font-weight: 700;
  font-size: 52px;
  line-height: 78px;
  text-transform: uppercase; }
  @media screen and (max-width: 592px) {
    .wp-block-group.impact-statement .wp-block-column:first-child p {
      font-size: 36px;
      line-height: 50px; } }

.wp-block-group.impact-statement .wp-block-column:first-child .wp-block-button__link.has-background {
  font-size: 40px; }

.wp-block-group.impact-statement .wp-block-column:nth-child(2) p {
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  padding-left: 110px;
  position: relative;
  margin-bottom: 0; }
  @media screen and (max-width: 592px) {
    .wp-block-group.impact-statement .wp-block-column:nth-child(2) p {
      font-size: 24px;
      line-height: 38px; } }
  .wp-block-group.impact-statement .wp-block-column:nth-child(2) p:before {
    content: '';
    background: url("images/quote.svg") center center no-repeat;
    position: absolute;
    left: 0;
    background-size: contain;
    width: 75px;
    height: 75px; }
  @media screen and (max-width: 652px) {
    .wp-block-group.impact-statement .wp-block-column:nth-child(2) p {
      padding-left: 50px; }
      .wp-block-group.impact-statement .wp-block-column:nth-child(2) p:before {
        top: 0;
        width: 30px;
        height: 30px; } }

.wp-block-group.featured-media-panel h2 {
  font-weight: 700; }

.wp-block-group.featured-media-panel .wp-block-embed__wrapper {
  text-align: center; }
  .wp-block-group.featured-media-panel .wp-block-embed__wrapper iframe {
    width: 100%;
    height: 480px; }

.wp-block-group.featured-media-panel .wp-block-button__link:hover {
  color: #47CCCC !important; }

.wp-block-group.featured-media-panel .wp-block-columns .wp-block-column:first-child h2 {
  margin-top: 0; }

.wp-block-group.image-w-paragraph .wp-block-button__link, .wp-block-group.image-w-paragraph .wp-block-button {
  background: transparent !important;
  border: none !important;
  padding-left: 0; }

.wp-block-group.image-w-paragraph h3 {
  font-weight: bold; }

.wp-block-group.image-w-paragraph .wp-block-button__link:hover {
  color: #000000 !important; }

.wp-block-group.detailed-image-grid .wp-block-column p {
  margin-top: 0;
  color: #6E7E91; }

.wp-block-group.detailed-image-grid .wp-block-column strong {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 18px;
  color: #000000; }

.wp-block-group.detailed-image-grid .is-style-outline .wp-block-button__link {
  padding-left: 0;
  font-weight: 600;
  border: none !important; }
  .wp-block-group.detailed-image-grid .is-style-outline .wp-block-button__link:hover {
    color: #000000 !important; }

.wp-block-group.preview-cta .wp-block-button__link, .wp-block-group.preview-cta .wp-block-button {
  background: transparent !important;
  border: none !important;
  padding-left: 0; }

.wp-block-group.copy-grid .wp-block-column p:nth-of-type(1) {
  margin-top: 0;
  color: #6E7E91; }

.wp-block-group.copy-grid .wp-block-column strong {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 18px;
  color: #000000; }

.wp-block-group.three-column-call-outs .wp-block-column p {
  margin-top: 0;
  color: #6E7E91; }

.wp-block-group.three-column-call-outs h5 {
  margin-bottom: 0; }

.wp-block-group.topic-detail-panel .wp-block-columns:first-child .wp-block-column:nth-child(1) {
  margin: -1.25em 0 -1.25em -2.25em; }
  .wp-block-group.topic-detail-panel .wp-block-columns:first-child .wp-block-column:nth-child(1) figure {
    width: 100%;
    height: 100%; }
  .wp-block-group.topic-detail-panel .wp-block-columns:first-child .wp-block-column:nth-child(1) img {
    display: block !important;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center; }

.wp-block-group.topic-detail-panel .wp-block-columns:first-child .wp-block-column:nth-child(2) {
  margin-left: 0;
  padding-left: 2em;
  background: #F5F6F4; }
  .wp-block-group.topic-detail-panel .wp-block-columns:first-child .wp-block-column:nth-child(2) p:first-child {
    margin-bottom: 0; }
    .wp-block-group.topic-detail-panel .wp-block-columns:first-child .wp-block-column:nth-child(2) p:first-child strong {
      font-size: 1em; }

.wp-block-group.topic-detail-panel .wp-block-columns:first-child figure {
  margin: 0;
  line-height: 0; }
  .wp-block-group.topic-detail-panel .wp-block-columns:first-child figure img {
    width: 100%; }

@media screen and (max-width: 652px) {
  .alignwide .wp-block-column {
    flex-basis: 50% !important; }
  .alignwide .wp-block-image .size-large {
    max-width: 85%; } }

.home-jumbotron .wp-block-group {
  padding: 30px 0; }

.home-jumbotron p {
  font-size: 72px;
  padding: 0;
  margin: 0 2rem; }
  @media screen and (max-width: 652px) {
    .home-jumbotron p {
      font-size: 30px !important;
      margin: 0; } }

.home-top-ctas > .wp-block-column:first-child {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 500px; }

.home-top-ctas .wp-block-group.featured-cta-bottom p {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  margin: 0; }

.home-top-ctas .wp-block-group {
  padding-top: 0; }

.home-learn-more-cta p, .home-learn-more-cta .wp-block-columns {
  margin: 0; }

@media screen and (max-width: 592px) {
  .home-learn-more-cta .wp-block-buttons {
    margin-top: 2em; } }

.home-strategy h2 {
  margin: 0; }

.home-strategy .wp-block-group.featured-cta-bottom {
  padding-top: 0;
  margin: 30px 0; }
  .home-strategy .wp-block-group.featured-cta-bottom .wp-block-group__inner-container {
    width: 100%;
    padding: 0 30px; }
    .home-strategy .wp-block-group.featured-cta-bottom .wp-block-group__inner-container figure {
      margin: 0 -30px; }

.wp-block-group.four-column-call-outs {
  padding-top: 0; }
  .wp-block-group.four-column-call-outs > .wp-block-group__inner-container > .wp-block-columns {
    justify-content: space-around; }
    .wp-block-group.four-column-call-outs > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column {
      flex-basis: 45% !important;
      flex-grow: 0; }

p.has-steelgrey-color strong {
  color: #000000; }

.wp-block-group {
  padding: 50px 0; }

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-weight: 700;
  font-size: 30px;
  line-height: 48px;
  font-style: normal; }
  @media screen and (min-width: 652px) {
    .wp-block-quote.is-large p,
    .wp-block-quote.is-style-large p {
      font-size: 48px;
      line-height: 72px; } }

figure.aligncenter iframe[style] {
  margin: 0 auto !important; }

figure.aligncenter .wp-block-embed__wrapper {
  text-align: center; }

.wp-block-button.is-style-small .wp-block-button__link {
  font-size: 18px; }
  .wp-block-button.is-style-small .wp-block-button__link.has-background {
    padding: 4px 20px 0 20px; }

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

.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw; }

@media screen and (min-width: 1200) {
  .alignwide {
    margin-left: -4em;
    margin-right: -4em;
    width: calc( 100% + 8em);
    max-width: 96vw; } }
