/*!
Theme Name: _s
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
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: _s
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.

_s 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: martin;
  src: url(/wp-content/themes/panzi/static/fonts/MARTIN-Regular.woff); }

@font-face {
  font-family: "NeueHaasGroteskText";
  src: url("/wp-content/themes/panzi/static/fonts/NeueHaasGroteskText.eot");
  /* IE9*/
  src: url("/wp-content/themes/panzi/static/fonts/NeueHaasGroteskText.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/panzi/static/fonts/NeueHaasGroteskText.woff2") format("woff2"), url("/wp-content/themes/panzi/static/fonts/NeueHaasGroteskText.woff") format("woff"), url("/wp-content/themes/panzi/static/fonts/NeueHaasGroteskText.ttf") format("truetype"), url("/wp-content/themes/panzi/static/fonts/NeueHaasGroteskText.svg#NeueHaasGroteskText W02 Md") format("svg");
  /* iOS 4.1- */ }

@font-face {
  font-family: 'NeueHaasGroteskDispProLt';
  src: url("/wp-content/themes/panzi/static/fonts/NHaasGroteskDSPro-45Lt.woff2") format("woff2"), url("/wp-content/themes/panzi/static/fonts/NHaasGroteskDSPro-45Lt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

/*--------------------------------------------------------------
# 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
--------------------------------------------- */
@font-face {
  font-family: martin, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  src: url(/wp-content/themes/panzi/static/fonts/MARTIN-Regular.woff); }

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "NeueHaasGroteskDispProLt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: martin;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-weight: 500; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

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

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

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

big {
  font-size: 125%; }

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

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

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

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

figure {
  margin: 1em 0; }

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1; }
  a:visited {
    color: #800080; }
  a:hover, a:focus, a:active {
    color: #191970; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

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

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

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.header-wrapper {
  position: fixed;
  width: 100%;
  z-index: 10000;
  transition: top 200ms linear; }

.site-header {
  width: 100%;
  background-color: #528feb;
  color: #fff;
  float: left;
  margin: 0px;
  padding: 0px;
  z-index: 1000; }
  .site-header .content {
    position: relative; }
  .site-header .hamburger {
    float: right;
    font-size: 25px;
    padding: 10px;
    margin-right: 30px; }
    .site-header .hamburger .nav_click, .site-header .hamburger .nav_click:visited, .site-header .hamburger .nav_click:active {
      text-decoration: none;
      color: #fff; }

.subhead.nonav .custom-logo-link {
  top: 30px; }

.subhead.nonav .donate {
  top: 50px; }

.subhead .content {
  position: relative; }

.subhead .custom-logo-link {
  float: left;
  position: absolute;
  top: 70px;
  left: 20px;
  max-height: 120px;
  padding: 10px 20px;
  z-index: 3; }
  .subhead .custom-logo-link img {
    height: 90px;
    width: 150px; }

.subhead .donate {
  position: absolute;
  top: 100px;
  z-index: 2;
  right: 40px; }
  .subhead .donate a {
    color: #528feb;
    background-color: #fff;
    display: block;
    padding: 5px 25px;
    text-decoration: none;
    font-family: martin;
    font-size: 30px;
    text-transform: uppercase; }

.subhead.blue .donate a {
  background-color: #528feb;
  color: #fff; }

.main_nav.active {
  display: block; }

.main_nav {
  display: none;
  position: absolute;
  z-index: 10;
  background-color: #528feb;
  top: 56px;
  width: 100%;
  height: 0px;
  overflow: hidden;
  transition: height ease-in-out 250ms; }
  .main_nav a, .main_nav a:visited, .main_nav a:active {
    color: #fff;
    padding: 10px; }
  .main_nav .float_contain {
    position: relative;
    max-width: 1200px; }
  .main_nav .donate {
    position: absolute;
    z-index: 2;
    right: 40px;
    top: 14px; }
    .main_nav .donate a {
      color: #528feb;
      background-color: #fff;
      display: block;
      padding: 5px 25px;
      text-decoration: none;
      font-family: martin;
      font-size: 30px;
      text-transform: uppercase; }
  .main_nav .nav_logo {
    max-height: 120px;
    position: absolute;
    top: -16px;
    left: 30px; }
    .main_nav .nav_logo img {
      height: 90px;
      width: 150px; }
  .main_nav .main-navigation ul {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px; }
    .main_nav .main-navigation ul .mobile-toggle {
      display: none; }
    .main_nav .main-navigation ul .sub-menu {
      display: none; }
    .main_nav .main-navigation ul .sub-menu.active {
      position: absolute;
      left: 0px;
      width: 100%;
      background: #a7c2d0;
      display: flex;
      min-height: 95px;
      top: 100px; }
  .main_nav li {
    width: 170px; }
    .main_nav li a {
      font-size: 36px;
      text-align: center;
      font-family: martin;
      text-transform: uppercase;
      line-height: 28px; }
      .main_nav li a:lang(zh) {
        font-size: 26px; }

.main_nav.expanded {
  height: 150px; }

@media screen and (min-width: 801px) and (max-width: 1000px) {
  .main_nav li {
    width: 120px;
    margin-top: 13px; }
    .main_nav li a {
      font-size: 24px; } }

@media screen and (max-width: 800px) {
  .site-header .hamburger {
    margin-right: 10px; }
  .subhead .custom-logo-link {
    left: 0px; }
  .subhead .donate {
    right: 20px; }
  .main_nav {
    transition: height ease-in-out 500ms; }
    .main_nav .nav_logo {
      display: none; }
    .main_nav .main-navigation {
      padding: 20px; }
    .main_nav .main-navigation ul {
      display: block;
      margin-top: 20px; }
      .main_nav .main-navigation ul .mobile-toggle {
        display: block;
        position: absolute;
        color: #fff;
        top: 10px;
        right: 10px;
        font-size: 25px;
        font-weight: bold;
        padding: 5px 30px;
        font-family: Arial, Helvetica, sans-serif; }
      .main_nav .main-navigation ul > li {
        border-bottom: 1px solid #fff;
        position: relative; }
      .main_nav .main-navigation ul li {
        width: 100%; }
        .main_nav .main-navigation ul li a {
          text-align: left; }
      .main_nav .main-navigation ul .sub-menu {
        margin-top: 0px; }
        .main_nav .main-navigation ul .sub-menu li {
          border-bottom: 0px; }
        .main_nav .main-navigation ul .sub-menu a {
          font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
          font-size: 20px; }
      .main_nav .main-navigation ul .sub-menu.active {
        position: inherit;
        left: 0px;
        width: 100%;
        background: #528feb;
        display: flex;
        flex-wrap: wrap;
        top: 0px; }
    .main_nav .donate {
      right: 40px; }
    .main_nav .nav_logo {
      left: 10px; }
    .main_nav .float_contain {
      bottom: 0px;
      position: absolute;
      height: 100px;
      width: 100%; }
  .main_nav.expanded {
    height: 600px; } }

.site-footer {
  background-color: #528feb;
  color: #fff; }
  .site-footer h1, .site-footer h2, .site-footer h3 {
    color: #fff; }
  .site-footer h3 {
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 40px; }
  .site-footer .site-info .row {
    display: flex;
    padding: 0 20px; }
  .site-footer .menu ul {
    margin: 0 0 40px 0px;
    padding: 0;
    list-style: none; }
    .site-footer .menu ul a {
      text-decoration: none;
      color: #fff; }
  .site-footer ul.menu {
    margin: 0 0 40px 0px;
    padding: 0;
    list-style: none; }
    .site-footer ul.menu a {
      text-decoration: none;
      color: #fff; }
  .site-footer .footer-crm, .site-footer .footer-nav {
    width: 50%;
    border-bottom: 1px solid #fff; }
  .site-footer .footer-crm {
    padding: 20px; }
    .site-footer .footer-crm input {
      background-color: transparent;
      width: 100%;
      padding: 10px;
      color: #fff;
      border: 0px;
      border-radius: 0px;
      border-bottom: 1px solid #fff; }
    .site-footer .footer-crm input::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #fff;
      opacity: 1;
      /* Firefox */ }
    .site-footer .footer-crm input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #fff; }
    .site-footer .footer-crm input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #fff; }
  .site-footer .footer-nav .navs {
    display: flex; }
  .site-footer .footer-nav h3 {
    margin-bottom: 5px; }
  .site-footer .footer-nav .fnav {
    width: 100%;
    padding: 20px; }
  .site-footer .footer-bottom {
    width: 100%;
    font-size: .75em; }
  .site-footer .copy {
    width: 50%;
    padding: 20px; }
  .site-footer .address {
    flex: 16.6665%;
    padding: 20px; }

@media screen and (max-width: 800px) {
  .site-footer h3 {
    font-size: 21px;
    line-height: 24px; }
  .site-footer .site-info .row {
    flex-wrap: wrap-reverse;
    padding: 0px; }
  .site-footer .footer-crm, .site-footer .footer-nav {
    width: 100%;
    border-right: 0px; }
  .site-footer .footer-nav {
    font-size: .75em; }
  .site-footer .copy {
    width: 100%; } }

html, body {
  margin: 0px;
  padding: 0px; }

main {
  display: inline-block;
  width: 100%; }

a:visited {
  color: #528feb; }

.content h1, h2, h3 {
  color: #528feb; }

.site {
  padding: 0px;
  margin: 0px;
  position: relative; }

.content {
  max-width: 1200px;
  margin: auto; }

.site-main h1, .block-editor-writing-flow h1 {
  font-size: 80px;
  line-height: 62px; }

.site-main p.big a {
  font-size: 38px;
  font-family: martin; }

.site-main p a {
  transition: transform ease-in-out 150ms, opacity ease-in-out 150ms;
  display: inline-block;
  font-size: inherit;
  font-family: inherit; }

.site-main p a:active {
  transform: scale(1.1, 1.1); }

.site-main p a:hover {
  opacity: 0.7; }

.site-main {
  margin-top: 57px; }

.site-main.blue {
  margin-top: 180px; }

.nav_active header {
  position: relative;
  z-index: 100; }

.nav_active footer {
  z-index: -1; }

.nav_active article {
  z-index: -1;
  top: 0px; }

.site-main .content {
  margin-top: 0px;
  padding-top: 0px; }
  .site-main .content a.button, .site-main .content p.button a {
    color: #528feb;
    border: 2px solid #528feb;
    padding: 10px;
    font-family: martin;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 22px;
    margin-top: 17px;
    background-color: #fff;
    transition: background-color ease-in-out 250ms;
    min-width: 250px;
    text-align: center; }
  .site-main .content p.button a:hover, .site-main .content a.button:hover {
    color: #FFF;
    background-color: #528feb; }

.site-main .entry-title.survivor {
  margin-bottom: 0px;
  padding-bottom: 10px; }

.site-main .survivor-header {
  text-align: center;
  color: #528feb;
  margin-bottom: 40px;
  font-size: 24px;
  margin-top: 0px; }

.custom-select {
  position: relative;
  display: inline-block; }

.custom-select select {
  display: none;
  /*hide original SELECT element: */ }

.select-selected {
  background-color: transparent;
  padding: 0 40px; }

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 30px;
  right: 0px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent; }

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 24px; }

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: #ffffff;
  padding: 0px 20px;
  border-bottom: 3px solid transparent;
  border-color: #fff;
  cursor: pointer; }

.select-items div {
  border-bottom: 0px; }

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #528feb;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  width: 200%; }

/* Hide the items when the select box is closed: */
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1); }

.flex-container {
  display: flex;
  flex-wrap: wrap; }
  .flex-container .flex-item-one-third {
    width: 33%;
    padding: 20px; }
  .flex-container .flex-item-one-half {
    width: 50%;
    padding: 20px; }
  .flex-container .flex-item-two-third {
    width: 66%;
    padding: 20px; }
  .flex-container .flex-item-full {
    width: 100%;
    padding: 20px; }

/* Handle Animations */
.site-main .content .entry-content > * {
  opacity: 0;
  transition: opacity 450ms ease-in-out; }
  .site-main .content .entry-content > * > .wp-block-column {
    opacity: 0;
    transition: opacity 450ms ease-in-out; }

@media screen and (max-width: 800px) {
  .flex-container .flex-item-one-third, .flex-container .flex-item-one-half, .flex-container .flex-item-two-third, .flex-container .flex-item-full {
    width: 100%; }
  .site-main .wp-block-cover {
    padding: 20px 20px 0px 20px !important; }
    .site-main .wp-block-cover p {
      padding: 20px 0px !important; }
  .site-main .content {
    padding: 0px; }
    .site-main .content > h1, .site-main .content > h2, .site-main .content > h3 {
      padding: 0px 20px; }
    .site-main .content h1 {
      font-size: 50px;
      line-height: 40px; }
    .site-main .content > p {
      padding: 0px 20px; } }

.wp-block-column .wp-block-cb-carousel {
  margin: 30px; }

.wp-block-column.pad_left {
  padding-left: 20px; }

.site-main .wp-block-columns.yellow .slick-slide figure img, .site-main .wp-block-columns.steel .slick-slide figure img {
  width: auto;
  height: auto;
  min-width: auto;
  min-height: auto; }

.site-main .content-warning {
  position: relative; }

.site-main .warning-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #000;
  text-align: center;
  padding-bottom: 120px;
  padding-top: 20px;
  color: #000; }
  .site-main .warning-overlay a, .site-main .warning-overlay a:visited {
    color: #528feb !important; }
  .site-main .warning-overlay a:hover {
    color: #fff !important; }

.site-main .content-warning .warning-overlay {
  display: block; }

.post-thumbnail-image {
  width: 100%;
  min-height: 150px;
  background-size: cover;
  background-position: center; }

.content.news {
  padding: 20px; }
  .content.news h1 {
    text-align: center; }
  .content.news .categories {
    list-style: none;
    margin: 0;
    padding: 0; }
    .content.news .categories li {
      display: inline-block;
      padding-right: 20px; }
  .content.news h2 a {
    text-decoration: none;
    font-size: 1em; }
  .content.news .news-item.first-news article {
    display: flex;
    flex-wrap: wrap; }
    .content.news .news-item.first-news article .entry-header {
      padding: 20px; }
    .content.news .news-item.first-news article p {
      padding-right: 50px; }
  .content.news .news-item.first-news .post-thumbnail-image {
    min-height: 300px; }
  .content.news .news-item.first-news header {
    width: 50%;
    display: block;
    padding: 0px; }
  .content.news .news-item.first-news .thumbnail {
    width: 50%;
    display: block; }

.single-news .content header.cover-image {
  padding-top: 120px;
  padding-bottom: 50px;
  background-size: cover;
  background-position: center; }
  .single-news .content header.cover-image .entry-title {
    color: #fff;
    text-align: left; }

.single-news .content .entry-title {
  padding: 20px;
  text-align: center; }

.single-news .content .cat-links a {
  display: inline-block;
  padding: 10px;
  background-color: #528feb;
  color: #fff;
  margin-right: 10px; }

.single-news .content .nav-links {
  clear: both; }
  .single-news .content .nav-links a {
    display: inline-block;
    padding: 5px 15px;
    border: 3px solid #528feb;
    color: #528feb;
    font-family: martin;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 2em;
    text-transform: uppercase; }

.news-item.flex-item-full-width {
  width: 100%; }

.newsitems .one-third {
  width: 33%;
  float: left;
  padding: 10px; }

.newsitems .one-third a.post-thumbnail {
  display: block; }
  .newsitems .one-third a.post-thumbnail div {
    height: 250px;
    width: 100%;
    min-height: 250px; }

.posts-navigation {
  width: 100%;
  padding-top: 30px; }

.news-item.flex-item-one-third .entry-header p {
  min-height: 75px; }

.navigation .nav-links .nav-previous {
  float: left; }

.navigation .nav-links .nav-next {
  float: right; }

.navigation .nav-links a {
  border: 2px solid #528feb;
  padding: 5px 20px; }

.survivor .post-thumbnail-image {
  height: 450px; }

@media screen and (max-width: 800px) {
  .newsitems .one-third {
    width: 100%;
    padding: 10px; }
  .content.news .news-item {
    width: 100%; }
  .content.news .news-item.first-news article {
    flex-wrap: wrap-reverse; }
  .content.news .news-item.first-news .post-thumbnail-image, .content.news .news-item.first-news .thumbnail, .content.news .news-item.first-news header {
    width: 100%; }
  .content.news .entry-header p {
    display: none; }
  .single-news .content {
    padding: 0px; }
    .single-news .content .entry-content {
      padding: 0px; }
    .single-news .content .entry-meta {
      padding: 20px; } }

.realted-content {
  border-top: 2px solid #000;
  padding: 20px; }
  .realted-content h2 {
    font-size: 40px;
    line-height: 31px;
    padding: 0 20px; }
    .realted-content h2 a {
      text-decoration: none;
      line-height: 25px; }
  .realted-content > h2 {
    color: #000; }
  .realted-content .entry-header h2 {
    padding: 0px; }

@media screen and (max-width: 800px) {
  .realted-content {
    padding: 0px; } }

.block-editor-writing-flow .button {
  display: block !important;
  color: #528feb !important;
  border: 2px solid #528feb !important;
  padding: 10px !important;
  font-family: martin !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  font-size: 22px !important;
  margin-top: 17px !important;
  background-color: #fff !important;
  width: 250px !important; }

.site-main h1, .site-main h2, .site-main h3, .block-editor-writing-flow h1, .block-editor-writing-flow h2, .block-editor-writing-flow h3 {
  color: #528feb; }

.site-main .survivor header img, .block-editor-writing-flow .survivor header img {
  max-width: 812px;
  display: block;
  margin: auto; }

.site-main a.inline, .site-main p.inline a, .block-editor-writing-flow a.inline, .block-editor-writing-flow p.inline a {
  font-size: 10px; }
  .site-main a.inline:active, .site-main p.inline a:active, .block-editor-writing-flow a.inline:active, .block-editor-writing-flow p.inline a:active {
    transform: scale(1, 1); }

.site-main a:hover, .block-editor-writing-flow a:hover {
  opacity: 0.7; }

.site-main a.button:hover, .block-editor-writing-flow a.button:hover {
  opacity: 1; }

.site-main h1, .site-main h2, .block-editor-writing-flow h1, .block-editor-writing-flow h2 {
  text-transform: uppercase; }

.site-main .wp-block-cover__inner-container h2, .site-main .wp-block-cover__inner-container h1.home_page, .block-editor-writing-flow .wp-block-cover__inner-container h2, .block-editor-writing-flow .wp-block-cover__inner-container h1.home_page {
  font-size: 72px;
  margin: 10px 0px;
  padding: 10px 0px;
  line-height: .80;
  max-width: 500px;
  width: 35%;
  color: #fff; }
  .site-main .wp-block-cover__inner-container h2:lang(zh), .site-main .wp-block-cover__inner-container h1.home_page:lang(zh), .block-editor-writing-flow .wp-block-cover__inner-container h2:lang(zh), .block-editor-writing-flow .wp-block-cover__inner-container h1.home_page:lang(zh) {
    line-height: 1; }

.site-main .wp-block-cover__inner-container .wp-block-column h2, .site-main .wp-block-cover__inner-container .wp-block-column h1.home_page, .block-editor-writing-flow .wp-block-cover__inner-container .wp-block-column h2, .block-editor-writing-flow .wp-block-cover__inner-container .wp-block-column h1.home_page {
  width: 100%;
  margin-top: 100px;
  color: #fff;
  font-size: 72px; }

.site-main .wp-block-cover__inner-container .wp-block-column h1, .block-editor-writing-flow .wp-block-cover__inner-container .wp-block-column h1 {
  margin-bottom: 20px;
  font-size: 72px; }

.site-main h2, .block-editor-writing-flow h2 {
  font-size: 42px;
  line-height: 36px;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 10px 0;
  letter-spacing: 0px; }
  .site-main h2:lang(zh), .block-editor-writing-flow h2:lang(zh) {
    line-height: 48px; }

.site-main p, .block-editor-writing-flow p {
  font-size: 16px;
  letter-spacing: 0.025em; }

.site-main a, .block-editor-writing-flow a {
  color: #528feb;
  font-family: martin;
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: 0; }

.site-main .panzi-spacer, .block-editor-writing-flow .panzi-spacer {
  border-top: 2px solid #000;
  margin-top: 20px;
  padding-top: 70px !important; }

.site-main .wp-block-embed__wrapper iframe, .block-editor-writing-flow .wp-block-embed__wrapper iframe {
  margin: auto;
  display: block; }

.site-main figure.wp-block-image {
  margin: 0px; }

.site-main .wp-block-gallery {
  margin: 70px 0px; }

.site-main .wp-block-cover {
  width: 100vw;
  transform: translate(-50%, 0);
  left: 50%;
  min-height: 650px;
  padding: 37px 37px 0px 37px; }
  .site-main .wp-block-cover .wp-block-cover__inner-container .wp-block-columns p {
    max-width: 400px; }
    .site-main .wp-block-cover .wp-block-cover__inner-container .wp-block-columns p.button a {
      background-color: #528feb;
      color: #fff;
      font-size: 26px;
      padding: 10px 40px; }
  .site-main .wp-block-cover .wp-block-cover__inner-container {
    max-width: 1120px; }

.site-main .wp-block-columns {
  margin: 75px 0; }

.site-main .entry-content > .asrpb-wrap {
  margin: 0px 16px; }

.site-main .entry-content > p, .site-main .entry-content > h1, .site-main .entry-content > h2, .site-main .entry-content > h3, .site-main .entry-content > figure, .site-main .entry-content > img, .site-main .entry-content > .wp-block-image {
  padding: 0 37px; }

.site-main .entry-content > .wp-block-columns {
  margin: 75px 37px; }

.site-main .entry-content .hero.wp-block-columns {
  margin: 0px 0px; }

.site-main .entry-content > p, .site-main .entry-content > ul {
  max-width: 700px;
  margin: 20px auto; }

.site-main .entry-content > figure > img {
  width: 100%;
  margin: 40px 0px; }

.wp-block-contact-form-7-contact-form-selector {
  padding: 10px;
  max-width: 600px;
  margin: auto;
  background-color: #fff;
  color: #528feb; }
  .wp-block-contact-form-7-contact-form-selector label {
    margin-top: 20px;
    display: block;
    color: #999; }
  .wp-block-contact-form-7-contact-form-selector input {
    font-family: martin;
    color: #528feb;
    background-color: transparent;
    width: 100%;
    font-size: 1.5em;
    border: 0px;
    border-bottom: 2px solid #528feb;
    border-radius: 0px;
    background-color: #fcfcfc; }
  .wp-block-contact-form-7-contact-form-selector textarea {
    color: #528feb;
    background-color: transparent;
    border: 2px solid #528feb;
    background-color: #fcfcfc; }
  .wp-block-contact-form-7-contact-form-selector input[type=submit] {
    border: 2px solid #528feb;
    color: #fff;
    background-color: #528feb;
    cursor: pointer; }
    .wp-block-contact-form-7-contact-form-selector input[type=submit]:hover {
      color: #528feb;
      background-color: #fff; }

@media screen and (max-width: 800px) {
  .site-main .wp-block-cover__inner-container .wp-block-column h1, .site-main .block-editor-writing-flow .wp-block-cover__inner-container .wp-block-column h1, .site-main .wp-block-cover__inner-container .wp-block-column h1.home_page {
    font-size: 62px;
    line-height: 48px; }
  .site-main .panzi-spacer {
    padding-top: 40px !important; }
  .site-main .wp-block-column h2 {
    padding: 0px; }
  .site-main .wp-block-column p {
    padding: 0px; }
  .site-main .entry-content figure.wp-block-image {
    width: 100%; }
    .site-main .entry-content figure.wp-block-image img {
      width: 100%; }
  .site-main .entry-content > .asrpb-wrap {
    margin: 0px 0px; }
  .site-main .entry-content > p, .site-main .entry-content > h1, .site-main .entry-content > h2, .site-main .entry-content > h3, .site-main .entry-content > figure, .site-main .entry-content > img, .site-main .entry-content > .wp-block-image {
    padding: 0 20px; }
  .site-main .entry-content > .wp-block-columns {
    margin: 75px 20px; }
  .site-main .entry-content .hero.wp-block-columns {
    margin: 0px 0px; } }

.block-editor-writing-flow .donate_text_area .custom-select {
  display: inline-block; }
  .block-editor-writing-flow .donate_text_area .custom-select select {
    line-height: 1; }

.block-editor-writing-flow .donate_text_area a {
  font-size: .5em; }

.site-main .wp-block-cover .donate_text_area, .block-editor-writing-flow .wp-block-cover .donate_text_area {
  color: #fff; }

.site-main .wp-block-create-block-donationform.centered .donate_text_area, .block-editor-writing-flow .wp-block-create-block-donationform.centered .donate_text_area {
  margin: auto !important; }

.site-main .donate_text_area, .block-editor-writing-flow .donate_text_area {
  font-family: martin;
  font-size: 56px;
  line-height: 56px;
  text-transform: uppercase;
  padding: 20px;
  max-width: 380px;
  background: #a7c2d088;
  margin: 50px auto 0px;
  color: #fff; }
  .site-main .donate_text_area select, .block-editor-writing-flow .donate_text_area select {
    background: transparent;
    font-family: martin;
    border: 0px;
    border-bottom: 2px solid #fff;
    border-radius: 0px;
    font-size: 56px;
    color: #fff;
    text-transform: uppercase;
    -webkit-appearance: none;
    appearance: none;
    padding: 0px;
    line-height: 50px; }
  .site-main .donate_text_area a.button, .block-editor-writing-flow .donate_text_area a.button {
    width: 100%;
    padding: 0px 10px;
    font-size: 26px;
    display: block;
    text-align: center;
    background-color: #528feb;
    margin-top: 20px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #528feb; }
    .site-main .donate_text_area a.button:hover, .block-editor-writing-flow .donate_text_area a.button:hover {
      background: #fff;
      color: #528feb; }
  .site-main .donate_text_area .result, .block-editor-writing-flow .donate_text_area .result {
    text-decoration: underline;
    opacity: 1;
    transition: opacity 250ms linear; }

@media screen and (min-width: 801px) {
  .site-main .content .donate_text_area {
    float: right; } }

@media screen and (max-width: 800px) {
  .site-main .content .donate_text_area {
    margin: 0px;
    width: 100%;
    max-width: 500px;
    margin-top: 200px;
    font-size: 47px;
    line-height: 43px; }
  .wp-block-cover__inner-container .wp-block-columns {
    margin-bottom: 0px; }
    .wp-block-cover__inner-container .wp-block-columns h1.hero {
      text-align: center;
      max-width: 400px;
      margin: 100px auto 0 0; } }

@media screen and (max-width: 800px) and (min-width: 501px) {
  .site-main .wp-block-cover.home-page .wp-block-cover__inner-container .wp-block-columns h1, .site-main .wp-block-cover.home-page .wp-block-cover__inner-container .wp-block-columns p {
    margin: 0 auto 0;
    text-align: center; }
  .site-main .wp-block-cover.home-page .wp-block-cover__inner-container .wp-block-columns h1 {
    margin-top: 100px; }
  .site-main .wp-block-cover.home-page .wp-block-cover__inner-container .wp-block-columns p {
    margin-bottom: 100px; }
  .site-main .wp-block-cover.home-page .donate_text_area {
    margin: auto; } }

@media screen and (max-width: 500px) {
  .donate_text_area {
    max-width: 500px; } }

.wp-block-create-block-virtuousform {
  max-width: 700px;
  margin: auto; }
  .wp-block-create-block-virtuousform .first-header {
    margin-top: 0px !important; }
  .wp-block-create-block-virtuousform .Select-control {
    border: 0px;
    border-bottom: 2px solid #528feb; }
  .wp-block-create-block-virtuousform h2 {
    margin-top: 75px;
    margin-bottom: 10px; }
  .wp-block-create-block-virtuousform .virtuous-form h2 {
    margin-bottom: 0px; }
  .wp-block-create-block-virtuousform form[id*="vcrm"] .v_mt_2 {
    margin-top: 15px; }
  .wp-block-create-block-virtuousform form[id*="vcrm"] .v_ig input:not([type]) {
    background-color: #fcfcfc; }

.wp-block-column .wp-block-create-block-virtuousform {
  margin: initial; }

.StripeElement {
  border: 0px !important;
  border-bottom: 2px solid #528feb !important;
  border-radius: 0;
  background-color: #fcfcfc; }

.virtuous-form-donation-amount .amount:hover {
  background-color: #a7c2d0;
  color: #fff; }

.virtuous-form-donation-frequency .button {
  cursor: pointer; }

.virtuous-form-donation-frequency .button:hover {
  background-color: #a7c2d0;
  color: #fff; }

.wp-block-create-block-virtuousform form[id*="vcrm"] .v_fw .v_fr + .v_fr {
  margin-top: 0px !important; }

form[id*="vcrm"] .v_fw .v_gaw {
  flex-wrap: wrap; }

form[id*="vcrm"] .v_fw label {
  color: #999; }

form[id*="vcrm"] .v_fw input[type=text], form[id*="vcrm"] .v_fw input[type=email], form[id*="vcrm"] .v_fw input[type=tel] {
  border: 0px;
  border-radius: 0px;
  border-bottom: 2px solid #528feb;
  font-family: martin;
  color: #528feb;
  font-size: 25px;
  text-transform: uppercase;
  padding: 5px;
  margin-top: 6px;
  background: #fcfcfc; }

form[id*="vcrm"] .v_fw .v_ig__cb__v .v_cbw {
  margin-bottom: 0px;
  margin-top: 30px; }

form[id*="vcrm"] .v_fw input[type=select], form[id*="vcrm"] .v_fw input[type=checkbox] {
  border: 2px solid #528feb; }

form[id*="vcrm"] .v_fw .Select-control {
  border: 0px;
  border-bottom: 2px solid #528feb;
  margin-top: 6px;
  border-radius: 0px;
  background-color: #fcfcfc;
  padding-top: 7px; }

form[id*="vcrm"] .v_fw input[type=checkbox] {
  outline: 2px solid #528feb; }

form[id*="vcrm"] .v_fw .v_gao {
  border: 2px solid #528feb;
  font-size: 2em;
  background-color: #fff;
  color: #528feb;
  padding: 5px 40px;
  border-radius: 0;
  font-weight: normal; }

form[id*="vcrm"] .v_fw .v_ig .v_lw label {
  font-weight: normal;
  margin-top: 20px; }

form[id*="vcrm"] .v_fw .v_gao.active {
  color: #fff;
  background-color: #528feb; }

form[id*="vcrm"] .v_fw button {
  background-color: #528feb;
  color: #fff;
  width: 100%;
  padding: 20px;
  font-family: martin;
  font-size: 2em;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 40px;
  border: 1px solid #528feb; }
  form[id*="vcrm"] .v_fw button:hover {
    background: #fff;
    color: #528feb; }

footer form[id*="vcrm"] .v_fw label {
  color: #fff; }

footer button {
  text-decoration: underline; }
  footer button:hover {
    color: #fff !important; }

.wp-block-columns.yellow .wp-block-column form[id*="vcrm"] {
  width: 93%; }
  .wp-block-columns.yellow .wp-block-column form[id*="vcrm"] .v_fw input[type=text], .wp-block-columns.yellow .wp-block-column form[id*="vcrm"] .v_fw input[type=email], .wp-block-columns.yellow .wp-block-column form[id*="vcrm"] .v_fw input[type=tel] {
    background-color: #f5bf60;
    color: #fff; }

@media screen and (max-width: 800px) {
  .wp-block-column .wp-block-create-block-virtuousform h2, .wp-block-create-block-virtuousform h2 {
    padding: 10px 0px; } }

.asrpb-list-item a {
  font-family: martin;
  font-size: 38px;
  text-transform: uppercase;
  line-height: 32px;
  letter-spacing: 2px; }

.asrpb-wrap .asrpb-list .asrpb-list-item {
  padding: 20px; }
  .asrpb-wrap .asrpb-list .asrpb-list-item .post-image {
    margin-bottom: 20px;
    height: 400px; }

.post-thumbnail {
  height: 400px;
  width: 100%;
  overflow: hidden;
  display: block; }
  .post-thumbnail .post-thumbnail-image {
    transition: transform ease-in-out 500ms; }
    .post-thumbnail .post-thumbnail-image:hover {
      transform: scale(1.03, 1.03); }

.asrpb-wrap.alt-layout li.asrpb-list-item {
  border-top: 2px solid #000;
  padding: 37px;
  width: 100%;
  min-height: 275px; }
  .asrpb-wrap.alt-layout li.asrpb-list-item .post-image-a {
    float: right;
    width: 33%;
    display: block;
    height: auto; }
    .asrpb-wrap.alt-layout li.asrpb-list-item .post-image-a .post-image {
      height: 300px;
      background-color: #fff; }
  .asrpb-wrap.alt-layout li.asrpb-list-item .wrapper {
    width: 33%;
    float: left;
    display: block;
    padding-top: 40px;
    padding-right: 37px; }
    .asrpb-wrap.alt-layout li.asrpb-list-item .wrapper p {
      margin-top: 0px; }
    .asrpb-wrap.alt-layout li.asrpb-list-item .wrapper a {
      text-decoration: none; }

@media screen and (max-width: 800px) {
  .asrpb-wrap .asrpb-list .asrpb-list-item {
    width: 100%; }
  .asrpb-wrap.alt-layout li.asrpb-list-item .wrapper {
    width: 100%; }
  .asrpb-wrap.alt-layout li.asrpb-list-item .post-image-a {
    display: none; } }

.site-main blockquote.wp-block-quote, .block-editor-writing-flow blockquote.wp-block-quote {
  color: #528feb;
  font-family: martin;
  text-transform: uppercase;
  margin: 50px auto; }
  .site-main blockquote.wp-block-quote p, .block-editor-writing-flow blockquote.wp-block-quote p {
    font-style: normal;
    font-size: 2em;
    line-height: 1em;
    margin: 0px; }
  .site-main blockquote.wp-block-quote.is-style-large p, .block-editor-writing-flow blockquote.wp-block-quote.is-style-large p {
    font-size: 3.75em;
    line-height: 1em;
    text-align: center;
    margin-left: 72px;
    margin-right: 72px; }

.site-main blockquote.wp-block-quote.yellow-text, .block-editor-writing-flow blockquote.wp-block-quote.yellow-text {
  color: #f5bf60; }

.block-editor-writing-flow .wp-block-columns.yellow, .site-main .wp-block-columns.yellow {
  background-color: #f5bf60; }

.block-editor-writing-flow .wp-block-columns.steel, .site-main .wp-block-columns.steel {
  background-color: #a7c2d0; }

.block-editor-writing-flow .wp-block-columns.blue, .site-main .wp-block-columns.blue {
  background-color: #528feb; }

.block-editor-writing-flow .wp-block-columns.yellow .wp-block-column, .block-editor-writing-flow .wp-block-columns.steel .wp-block-column, .block-editor-writing-flow .wp-block-columns.blue .wp-block-column, .site-main .wp-block-columns.yellow .wp-block-column, .site-main .wp-block-columns.steel .wp-block-column, .site-main .wp-block-columns.blue .wp-block-column {
  color: #fff; }
  .block-editor-writing-flow .wp-block-columns.yellow .wp-block-column p, .block-editor-writing-flow .wp-block-columns.yellow .wp-block-column h1, .block-editor-writing-flow .wp-block-columns.yellow .wp-block-column h2, .block-editor-writing-flow .wp-block-columns.yellow .wp-block-column a, .block-editor-writing-flow .wp-block-columns.yellow .wp-block-column a:visited, .block-editor-writing-flow .wp-block-columns.steel .wp-block-column p, .block-editor-writing-flow .wp-block-columns.steel .wp-block-column h1, .block-editor-writing-flow .wp-block-columns.steel .wp-block-column h2, .block-editor-writing-flow .wp-block-columns.steel .wp-block-column a, .block-editor-writing-flow .wp-block-columns.steel .wp-block-column a:visited, .block-editor-writing-flow .wp-block-columns.blue .wp-block-column p, .block-editor-writing-flow .wp-block-columns.blue .wp-block-column h1, .block-editor-writing-flow .wp-block-columns.blue .wp-block-column h2, .block-editor-writing-flow .wp-block-columns.blue .wp-block-column a, .block-editor-writing-flow .wp-block-columns.blue .wp-block-column a:visited, .site-main .wp-block-columns.yellow .wp-block-column p, .site-main .wp-block-columns.yellow .wp-block-column h1, .site-main .wp-block-columns.yellow .wp-block-column h2, .site-main .wp-block-columns.yellow .wp-block-column a, .site-main .wp-block-columns.yellow .wp-block-column a:visited, .site-main .wp-block-columns.steel .wp-block-column p, .site-main .wp-block-columns.steel .wp-block-column h1, .site-main .wp-block-columns.steel .wp-block-column h2, .site-main .wp-block-columns.steel .wp-block-column a, .site-main .wp-block-columns.steel .wp-block-column a:visited, .site-main .wp-block-columns.blue .wp-block-column p, .site-main .wp-block-columns.blue .wp-block-column h1, .site-main .wp-block-columns.blue .wp-block-column h2, .site-main .wp-block-columns.blue .wp-block-column a, .site-main .wp-block-columns.blue .wp-block-column a:visited {
    color: #fff; }
  .block-editor-writing-flow .wp-block-columns.yellow .wp-block-column figure, .block-editor-writing-flow .wp-block-columns.steel .wp-block-column figure, .block-editor-writing-flow .wp-block-columns.blue .wp-block-column figure, .site-main .wp-block-columns.yellow .wp-block-column figure, .site-main .wp-block-columns.steel .wp-block-column figure, .site-main .wp-block-columns.blue .wp-block-column figure {
    margin: 0px;
    padding: 0px;
    line-height: 0; }
  .block-editor-writing-flow .wp-block-columns.yellow .wp-block-column:last-child p, .block-editor-writing-flow .wp-block-columns.steel .wp-block-column:last-child p, .block-editor-writing-flow .wp-block-columns.blue .wp-block-column:last-child p, .site-main .wp-block-columns.yellow .wp-block-column:last-child p, .site-main .wp-block-columns.steel .wp-block-column:last-child p, .site-main .wp-block-columns.blue .wp-block-column:last-child p {
    margin-right: 20px; }

.block-editor-writing-flow .wp-block-columns.hero figure, .block-editor-writing-flow .wp-block-columns.steel figure, .block-editor-writing-flow .wp-block-columns.yellow figure, .block-editor-writing-flow .wp-block-columns.blue figure, .site-main .wp-block-columns.hero figure, .site-main .wp-block-columns.steel figure, .site-main .wp-block-columns.yellow figure, .site-main .wp-block-columns.blue figure {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
  width: 100%; }
  .block-editor-writing-flow .wp-block-columns.hero figure img, .block-editor-writing-flow .wp-block-columns.steel figure img, .block-editor-writing-flow .wp-block-columns.yellow figure img, .block-editor-writing-flow .wp-block-columns.blue figure img, .site-main .wp-block-columns.hero figure img, .site-main .wp-block-columns.steel figure img, .site-main .wp-block-columns.yellow figure img, .site-main .wp-block-columns.blue figure img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; }

.block-editor-writing-flow .wp-block-columns .wp-block-column.stat h2, .site-main .wp-block-columns .wp-block-column.stat h2 {
  font-size: 5em; }

.block-editor-writing-flow .wp-block-columns .wp-block-column.stat p, .site-main .wp-block-columns .wp-block-column.stat p {
  max-width: 250px;
  margin: auto;
  font-size: 16px; }

.block-editor-writing-flow .wp-block-columns .wp-block-column.border, .site-main .wp-block-columns .wp-block-column.border {
  border-right: 2px solid #000; }

.block-editor-writing-flow .stat.wp-block-column:not(:first-child), .site-main .stat.wp-block-column:not(:first-child) {
  margin-left: 0px; }

@media screen and (max-width: 1200px) and (min-width: 800px) {
  .site-main .wp-block-columns.hero .wp-block-column:first-child {
    flex-basis: 50%  !important; } }

@media (max-width: 800px) {
  .block-editor-writing-flow .wp-block-columns.yellow, .block-editor-writing-flow .wp-block-columns.steel, .block-editor-writing-flow .wp-block-columns.blue, .site-main .wp-block-columns.yellow, .site-main .wp-block-columns.steel, .site-main .wp-block-columns.blue {
    margin: 60px 0px; }
    .block-editor-writing-flow .wp-block-columns.yellow h1, .block-editor-writing-flow .wp-block-columns.yellow h2, .block-editor-writing-flow .wp-block-columns.yellow p, .block-editor-writing-flow .wp-block-columns.steel h1, .block-editor-writing-flow .wp-block-columns.steel h2, .block-editor-writing-flow .wp-block-columns.steel p, .block-editor-writing-flow .wp-block-columns.blue h1, .block-editor-writing-flow .wp-block-columns.blue h2, .block-editor-writing-flow .wp-block-columns.blue p, .site-main .wp-block-columns.yellow h1, .site-main .wp-block-columns.yellow h2, .site-main .wp-block-columns.yellow p, .site-main .wp-block-columns.steel h1, .site-main .wp-block-columns.steel h2, .site-main .wp-block-columns.steel p, .site-main .wp-block-columns.blue h1, .site-main .wp-block-columns.blue h2, .site-main .wp-block-columns.blue p {
      padding: 10px 20px; }
  .block-editor-writing-flow .wp-block-columns.no-bottom, .site-main .wp-block-columns.no-bottom {
    margin-bottom: 0px; }
  .block-editor-writing-flow .wp-block-columns .wp-block-column.border, .site-main .wp-block-columns .wp-block-column.border {
    border-right: 0px;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
    padding-bottom: 40px; }
  .site-main .wp-block-column:not(:first-child) {
    margin-left: 0px; }
  .site-main .wp-block-column:not(:only-child) {
    width: 100%;
    flex-basis: 100% !important; }
  .site-main .wp-block-column:nth-child(2n) {
    margin-left: 0px; }
  .site-main .reverse {
    flex-wrap: wrap-reverse; } }

.block-editor-writing-flow .wp-block-columns.hero, .site-main .wp-block-columns.hero {
  margin-top: 0px;
  padding: 0px; }
  .block-editor-writing-flow .wp-block-columns.hero h1, .site-main .wp-block-columns.hero h1 {
    font-size: 54px;
    line-height: 38px;
    margin-bottom: 20px !important; }
  .block-editor-writing-flow .wp-block-columns.hero h1, .block-editor-writing-flow .wp-block-columns.hero h2, .block-editor-writing-flow .wp-block-columns.hero p, .site-main .wp-block-columns.hero h1, .site-main .wp-block-columns.hero h2, .site-main .wp-block-columns.hero p {
    padding: 5px 5px 5px 37px;
    margin: 0px; }

.site-main .wp-block-columns.hero .wp-block-column:first-child {
  padding-top: 157px; }

@media (min-width: 801px) {
  .block-editor-writing-flow .wp-block-columns.hero h1, .site-main .wp-block-columns.hero h1 {
    padding: 0 0 0 37px !important; }
  .block-editor-writing-flow .wp-block-columns.hero p, .site-main .wp-block-columns.hero p {
    padding: 0px 0px 20px 37px !important; } }

@media (max-width: 800px) {
  .site-main .entry-content .wp-block-columns.hero .wp-block-column:first-child {
    padding-bottom: 40px; }
  .site-main .entry-content .wp-block-columns.hero h1, .site-main .entry-content .wp-block-columns.hero h2, .site-main .entry-content .wp-block-columns.hero p {
    padding: 20px;
    margin: 0px;
    margin-bottom: 20px; } }

.site-main .classy-org-overview {
  margin: 37px;
  flex-wrap: wrap;
  display: flex; }
  .site-main .classy-org-overview .classy-org-overview_item {
    min-height: 120px;
    border-radius: 0px;
    background-color: #528feb;
    color: #fff;
    width: 25%;
    flex-basis: 0;
    flex-grow: 1; }
    .site-main .classy-org-overview .classy-org-overview_item .classy-org-overview_item-stat {
      font-family: martin;
      font-size: 30px; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

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

.main-navigation ul {
  display: block; }

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

footer form[id*="vcrm"] .v_ig input[type=text],
footer form[id*="vcrm"] .v_ig input[type=email],
footer form[id*="vcrm"] .v_fw input[type=text],
footer form[id*="vcrm"] .v_fw input[type=email],
footer form[id*="vcrm"] .v_fw input[type=text]:focus,
footer form[id*="vcrm"] .v_fw input[type=email]:focus {
  background-color: transparent;
  border-bottom: solid 1px #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-transform: none;
  color: #fff; }

footer form[id*="vcrm"] .v_ig.v_error input[type=text],
footer form[id*="vcrm"] .v_ig.v_error input[type=email] {
  background-color: transparent; }

footer form[id*="vcrm"] .v_em {
  line-height: 1.0rem; }
  footer form[id*="vcrm"] .v_em span.v_m {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; }

footer form[id*="vcrm"] .v_fw button {
  font-size: 1.5rem;
  color: #fff;
  width: 25%;
  margin: 0 auto;
  background: transparent url(/wp-content/themes/panzi/static/images/envelope-white.png) no-repeat right 55%; }
  footer form[id*="vcrm"] .v_fw button:hover {
    background: transparent url(/wp-content/themes/panzi/static/images/envelope-white.png) no-repeat right 55%;
    text-decoration: underline; }

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

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

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

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

.bypostauthor {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/*--------------------------------------------------------------
# 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; }

/* ------------------------------------------- */

