@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   Additions
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
}

a, a img, img {
  text-decoration: none;
  outline: 0;
}

a img {
  border: none;
  outline: none;
}

ul {
  list-style: none;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*=====COLORS=====*/
/*ex: @include transition(color, 0.1s); */
/**
 * Start Vanilla CSS 1.0.2 
 */
em, i, dfn {
  font-style: italic;
}

dfn {
  font-weight: bold;
}

p, code, pre, kbd {
  margin: 0 0 1em 0;
}

blockquote {
  margin: 0 1em 1em 1em;
}

cite {
  font-style: italic;
}

li ul, li ol {
  margin: 0 1em;
}

ul, ol {
  margin: 0 1em 1em 2em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

dl {
  margin: 0 0 1em 0;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1em;
}

table {
  margin-bottom: 1.4em;
  width: 100%;
}

th {
  font-weight: bold;
}

th, td, caption {
  padding: 4px 10px 4px 5px;
}

tfoot {
  font-style: italic;
}

abbr, acronym {
  border-bottom: 1px dotted;
}

address {
  margin: 0 0 1em;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

pre {
  margin: 1em 0;
  white-space: pre;
}

img.centered, .aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  display: inline;
}

img.alignleft {
  display: inline;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.alignleft {
  float: left;
  margin-right: 10px;
}

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

* html .clearfix {
  height: 1%;
}

* + html .clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .group {
  height: 1%;
}

* + html .group {
  display: inline-block;
}

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
* End Vanilla CSS
*/
/*=======================
	CLEARS
=========================*/
.clear {
  clear: both;
}

/*=======================
	STRUCTURE
=========================*/
html, body {
  height: 100%;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -500px;
}

#page {
  height: 100%;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #2d2d2d;
}

#footer, #push {
  height: 500px;
}

.lower-header, .upper-header, .content-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  clear: both;
  display: block;
}

#main {
  padding-top: 140px;
  overflow: hidden;
  clear: both;
}

#primary {
  width: 100%;
  padding: 60px 0;
  float: left;
  overflow: hidden;
}

#secondary {
  width: 500px;
  float: right;
  padding: 60px 0 60px 80px;
  margin-right: -580px;
}

.primary-secondary-wrapper {
  margin-right: 580px;
}

/*=======================
	PAGE
=========================*/
/*=======================
	HEADER
=========================*/
#branding {
  padding: 20px 0;
  position: fixed;
  left: 0;
  right: 0;
  background-color: white;
  font-size: 0;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  z-index: 99999;
}
#branding .content-wrapper {
  overflow: visible;
  position: static;
}
#branding .site-logo {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
}
#branding .site-logo a {
  display: inline-block;
}
#branding .site-logo img {
  height: 100px;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
#branding.active .site-logo img {
  height: 70px;
}
#branding .mobile-menu-button-wrapper {
  width: 40%;
  vertical-align: middle;
  display: none;
  text-align: right;
}
#branding .mobile-menu-button-wrapper .mobile-menu-button {
  display: inline-block;
  cursor: pointer;
}
#branding .mobile-menu-button-wrapper .mobile-menu-button .menu-icon {
  margin-top: -1px;
  display: inline-block;
  vertical-align: middle;
}
#branding .mobile-menu-button-wrapper .mobile-menu-button .menu-icon div {
  height: 3px;
  width: 20px;
  background-color: #436026;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#branding .mobile-menu-button-wrapper .mobile-menu-button .menu-icon div:nth-child(2) {
  margin-top: 3px;
  margin-bottom: 3px;
}
#branding .mobile-menu-button-wrapper .mobile-menu-button span {
  margin-left: 5px;
  vertical-align: middle;
  color: #436026;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#branding .mobile-menu-button-wrapper .mobile-menu-button:hover .menu-icon div {
  background-color: #f7941e;
}
#branding .mobile-menu-button-wrapper .mobile-menu-button:hover span {
  color: #f7941e;
}

/*=======================
	NAV
=========================*/
#primary-nav {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
#primary-nav > div {
  display: inline-block;
  vertical-align: middle;
}
#primary-nav ul {
  margin: 0;
  text-align: left;
}
#primary-nav ul li {
  display: inline-block;
  vertical-align: middle;
}
#primary-nav ul li a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #436026;
  font-size: 18px;
  font-weight: bold;
  background-color: transparent;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#primary-nav ul li a:hover {
  color: #f7941e;
}
#primary-nav ul li.button {
  background-color: transparent;
  padding: 0;
  margin: 0 10px;
  cursor: default;
}
#primary-nav ul li.button:last-child {
  margin-right: 0;
}
#primary-nav ul li.button:hover > a {
  background-color: #eeb60d;
}
#primary-nav ul li.button > a {
  padding: 10px 15px;
  color: white;
  background-color: #f7941e;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#primary-nav ul li.button > a:hover {
  background-color: #eeb60d;
  color: white;
}
#primary-nav ul li.button .sub-menu {
  top: 100%;
}
#primary-nav ul li.current-menu-item > a, #primary-nav ul li.current_page_ancestor > a, #primary-nav ul li.current_page_parent > a, #primary-nav ul li.current-page-ancestor > a, #primary-nav ul li.current-page-item > a, #primary-nav ul li.current_page_item > a, #primary-nav ul li.current-menu-parent > a {
  color: #f7941e !important;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
#primary-nav ul li.current-menu-item.button > a, #primary-nav ul li.current_page_ancestor.button > a, #primary-nav ul li.current_page_parent.button > a, #primary-nav ul li.current-page-ancestor.button > a, #primary-nav ul li.current-page-item.button > a, #primary-nav ul li.current_page_item.button > a, #primary-nav ul li.current-menu-parent.button > a {
  color: white !important;
  background-color: #f7941e !important;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
#primary-nav ul li.current-menu-item.button > a:hover, #primary-nav ul li.current_page_ancestor.button > a:hover, #primary-nav ul li.current_page_parent.button > a:hover, #primary-nav ul li.current-page-ancestor.button > a:hover, #primary-nav ul li.current-page-item.button > a:hover, #primary-nav ul li.current_page_item.button > a:hover, #primary-nav ul li.current-menu-parent.button > a:hover {
  background-color: #f7941e !important;
  color: white !important;
}
#primary-nav ul li.menu-item-has-children {
  position: relative;
}
#primary-nav ul li.menu-item-has-children:hover > a {
  color: #f7941e;
}
#primary-nav ul li.menu-item-has-children .sub-menu {
  padding-top: 5px;
  position: absolute;
  opacity: 0;
  left: -99999px;
  z-index: 10000;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: opacity 0.3s, left 0s 0.3s;
  -moz-transition: opacity 0.3s, left 0s 0.3s;
  -o-transition: opacity 0.3s, left 0s 0.3s;
  transition: opacity 0.3s, left 0s 0.3s;
}
#primary-nav ul li.menu-item-has-children .sub-menu:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
#primary-nav ul li.menu-item-has-children .sub-menu li {
  min-width: 150px;
  position: relative;
  float: none;
  background-color: white;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  z-index: 3;
}
#primary-nav ul li.menu-item-has-children .sub-menu li a {
  padding: 6px 15px;
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
}
#primary-nav ul li.menu-item-has-children .sub-menu li:first-child {
  padding-top: 5px;
  border-top: 1px solid #e6e6e6;
}
#primary-nav ul li.menu-item-has-children .sub-menu li:last-child {
  padding-bottom: 5px;
  border-bottom: 1px solid #e6e6e6;
}
#primary-nav ul li.menu-item-has-children .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
  opacity: 0;
}
#primary-nav ul li.menu-item-has-children .sub-menu li:hover {
  opacity: 1;
}
#primary-nav ul li:hover .sub-menu {
  opacity: 1;
  left: 0;
  -webkit-transition: opacity 0.3s, left 0s 0s;
  -moz-transition: opacity 0.3s, left 0s 0s;
  -o-transition: opacity 0.3s, left 0s 0s;
  transition: opacity 0.3s, left 0s 0s;
}

/*=======================
	BANNER
=========================*/
/*=======================
	CONTENT
=========================*/
/*====TYPOGRAPHY====*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  color: #436026;
}

h1, h2 {
  margin-bottom: 30px;
  font-weight: bold;
}

h3, h4, h5, h6 {
  margin-top: 30px;
  margin-bottom: 12px;
}
h3.no-top-margin, h4.no-top-margin, h5.no-top-margin, h6.no-top-margin {
  margin-top: 0;
}
h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 28px;
  line-height: 1.2;
}

h5, h6 {
  font-size: 24px;
  color: #2d2d2d;
  line-height: 1.2;
}

hr {
  margin: 40px 0;
}

p.has-background {
  margin: 1em 0 2em;
  padding: 20px 30px;
}
p.has-background:first-child {
  margin-top: 0;
}
p.has-background:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

sub, sup {
  font-size: 50%;
}

.content-wrapper {
  overflow: hidden;
  position: relative;
}
.content-wrapper .wp-block-media-text .wp-block-media-text__content {
  padding: 0 40px;
}
.content-wrapper .wp-block-media-text .wp-block-media-text__content:last-child {
  padding-right: 0;
}
.content-wrapper .wp-block-media-text .wp-block-media-text__content:first-child {
  padding-left: 0;
}
.content-wrapper.no-overflow {
  overflow: visible;
}
.content-wrapper .attachment-featured {
  width: 100%;
}
.content-wrapper .post-thumbnail {
  max-width: 40%;
  margin-right: 40px;
  margin-bottom: 10px;
  float: left;
  font-size: 0;
}
.content-wrapper .entry-summary {
  overflow: hidden;
}
.content-wrapper .entry-date {
  font-size: 18px;
  color: #808080;
}
.content-wrapper .entry-content p:last-child, .content-wrapper .entry-content ol:last-child, .content-wrapper .entry-content ul:last-child, .content-wrapper .page-content p:last-child, .content-wrapper .page-content ol:last-child, .content-wrapper .page-content ul:last-child, .content-wrapper .contact-content p:last-child, .content-wrapper .contact-content ol:last-child, .content-wrapper .contact-content ul:last-child {
  margin-bottom: 0;
}
.content-wrapper .entry-content a, .content-wrapper .page-content a, .content-wrapper .contact-content a {
  color: #f7941e;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.content-wrapper .entry-content a:hover, .content-wrapper .page-content a:hover, .content-wrapper .contact-content a:hover {
  color: #436026;
}
.content-wrapper .entry-content a.button, .content-wrapper .page-content a.button, .content-wrapper .contact-content a.button {
  color: white;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.content-wrapper .entry-content a.button:hover, .content-wrapper .page-content a.button:hover, .content-wrapper .contact-content a.button:hover {
  color: white;
}
.content-wrapper .entry-content li, .content-wrapper .page-content li, .content-wrapper .contact-content li {
  padding-bottom: 10px;
}
.content-wrapper .entry-content li:last-child, .content-wrapper .page-content li:last-child, .content-wrapper .contact-content li:last-child {
  padding-bottom: 0;
}
.content-wrapper .entry-content ul, .content-wrapper .page-content ul, .content-wrapper .contact-content ul {
  margin-right: 0;
  list-style: none;
  /* Remove default bullets */
}
.content-wrapper .entry-content ul li::before, .content-wrapper .page-content ul li::before, .content-wrapper .contact-content ul li::before {
  content: "●";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  width: 24px;
  /* Also needed for space (tweak if needed) */
  margin-left: -24px;
  /* Also needed for space (tweak if needed) */
  font-size: 24px;
  line-height: 20px;
  color: #436026;
  /* Change the color */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
}
.content-wrapper .entry-content .wp-block-quote, .content-wrapper .page-content .wp-block-quote, .content-wrapper .contact-content .wp-block-quote {
  padding: 30px;
  margin: 30px 0;
  background-color: #2d2d2d;
  color: white;
}
.content-wrapper .entry-content .wp-block-quote:first-child, .content-wrapper .page-content .wp-block-quote:first-child, .content-wrapper .contact-content .wp-block-quote:first-child {
  margin-top: 0;
}
.content-wrapper .entry-content .wp-block-quote:last-child, .content-wrapper .page-content .wp-block-quote:last-child, .content-wrapper .contact-content .wp-block-quote:last-child {
  margin-bottom: 0;
}
.content-wrapper .article-wrapper article {
  margin-bottom: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
}
.content-wrapper .article-wrapper article .post-thumbnail {
  margin-bottom: 0;
}
.content-wrapper .article-wrapper article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0px solid white;
}
.content-wrapper .article-wrapper article p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-header {
  padding: 120px 0;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-color: #436026;
}
.page-header h1 {
  margin-bottom: 0;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

#secondary-content {
  padding: 60px 0;
  position: relative;
  background-color: #efefef;
  clear: both;
}

#tertiary-content {
  padding: 60px 0;
}

#home-slideshow {
  margin-bottom: 0;
}
#home-slideshow .slick-dots {
  bottom: 10px;
  z-index: 9999;
}
#home-slideshow .slick-dots li {
  margin: 0;
}
#home-slideshow .slick-dots li.slick-active button:before {
  color: #f7941e;
}
#home-slideshow .slick-dots li button:before {
  font-size: 16px;
  color: white;
  opacity: 1;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#home-slideshow .slick-dots li button:hover:before {
  color: #f7941e;
}
#home-slideshow .content-wrapper {
  height: 100%;
}
#home-slideshow .content-wrapper:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#home-slideshow .slick-list, #home-slideshow .slick-track {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
}
#home-slideshow .slide {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  font-size: 0;
}
#home-slideshow .slide.center {
  text-align: center;
}
#home-slideshow .slide.right {
  text-align: right;
}
#home-slideshow .slide .slide-content-wrapper {
  padding: 50px 0;
  display: inline-block;
  vertical-align: middle;
}
#home-slideshow .slide .slide-content-wrapper .slide-content {
  max-width: 700px;
  padding: 40px 60px;
  background-color: rgba(67, 97, 45, 0.89);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  color: white;
}
#home-slideshow .slide .slide-title {
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
#home-slideshow .slide .slide-title:last-child {
  margin-bottom: 0;
}
#home-slideshow .slide .slide-inner-content {
  margin-bottom: 20px;
  font-size: 20px;
}
#home-slideshow .slide .button {
  background-color: #f7941e;
}
#home-slideshow .slide .button:hover {
  background-color: #eeb60d;
}

#home-content {
  padding: 100px 0;
  font-size: 0;
}
#home-content .content-wrapper {
  overflow: visible;
}
#home-content .home-content-wrapper {
  width: 50%;
  padding-right: 40px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#home-content .home-map-wrapper {
  width: 50%;
  padding-left: 40px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#home-content .home-map-wrapper .map-icons {
  position: absolute;
  top: -20px;
  left: 40px;
  right: 0;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#home-content .home-map-wrapper .map-icons.active {
  opacity: 1;
  top: 0;
}

.home-secondary-content-wrapper {
  padding: 100px 0;
  background-color: #f1f1f1;
}
.home-secondary-content-wrapper #home-counters {
  width: 500px;
  padding: 20px 0;
  padding-right: 60px;
  margin-right: 60px;
  float: left;
  border-right: 1px solid #b5b5b5;
}
.home-secondary-content-wrapper #home-counters .home-counter {
  margin-bottom: 30px;
  overflow: hidden;
}
.home-secondary-content-wrapper #home-counters .home-counter:last-child {
  margin-bottom: 0;
}
.home-secondary-content-wrapper #home-counters .counter-icon {
  margin-top: 5px;
  margin-right: 20px;
  float: left;
}
.home-secondary-content-wrapper #home-counters .counter-content {
  overflow: hidden;
}
.home-secondary-content-wrapper #home-counters .counter-number {
  color: #f7941e;
  font-size: 36px;
  font-weight: bold;
}
.home-secondary-content-wrapper #home-counters .counter-text {
  font-size: 22px;
}
.home-secondary-content-wrapper #home-secondary-content {
  padding: 10px 0;
  overflow: hidden;
}

#home-news-social {
  padding: 140px 0;
  background-image: url("../images/food.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
#home-news-social .content-wrapper {
  overflow: visible;
}
#home-news-social .home-news-social-wrapper {
  position: relative;
  background-color: white;
  font-size: 0;
  overflow: hidden;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}
#home-news-social .home-news-social-wrapper:before {
  content: "";
  width: 640px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #f7941e;
  z-index: 2;
}
#home-news-social .home-news-social-wrapper:after {
  content: "";
  height: 258px;
  width: 144px;
  position: absolute;
  left: 10px;
  bottom: 0;
  background-image: url("../images/feeding-pa-grain.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: 3;
}
#home-news-social .home-news-social-selector-wrapper {
  width: 500px;
  padding: 40px;
  padding-left: 100px;
  float: left;
  position: relative;
  z-index: 5;
}
#home-news-social .home-news-social-selector-wrapper .home-news-social-selector-title {
  color: white;
}
#home-news-social .home-news-social-selector-wrapper .home-news-social-selector-title .selector-title-small-text {
  font-size: 20px;
}
#home-news-social .home-news-social-selector-wrapper .home-news-social-selector-title .selector-title-large-text {
  font-size: 44px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
#home-news-social .home-news-social-selector-wrapper .home-news-social-selector-buttons {
  margin-top: 30px;
}
#home-news-social .home-news-social-selector-wrapper .home-news-social-selector-buttons .selector-button {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
#home-news-social .home-news-social-selector-wrapper .home-news-social-selector-buttons .selector-button:last-child {
  margin-right: 0;
}
#home-news-social .home-news-social-selector-wrapper .home-news-social-selector-buttons .selector-button:hover .selector-button-icon, #home-news-social .home-news-social-selector-wrapper .home-news-social-selector-buttons .selector-button.active .selector-button-icon {
  opacity: 0;
}
#home-news-social .home-news-social-selector-wrapper .home-news-social-selector-buttons .selector-button:hover .selector-button-icon-hover, #home-news-social .home-news-social-selector-wrapper .home-news-social-selector-buttons .selector-button.active .selector-button-icon-hover {
  opacity: 1;
}
#home-news-social .home-news-social-selector-wrapper .home-news-social-selector-buttons .selector-button .selector-button-icon {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#home-news-social .home-news-social-selector-wrapper .home-news-social-selector-buttons .selector-button .selector-button-icon-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#home-news-social .home-news-social-content-wrapper {
  overflow: hidden;
}
#home-news-social .home-news-social-content-wrapper .home-news-social-content {
  padding: 40px;
}
#home-news-social .home-news-social-content-wrapper .home-news-social-content .home-news-date {
  font-size: 20px;
}
#home-news-social .home-news-social-content-wrapper .home-news-social-content .home-news-title {
  margin-bottom: 30px;
  font-size: 24px;
  color: #436026;
  font-weight: bold;
}
#home-news-social .home-news-social-content-wrapper .home-news-social-content .home-news-readmore a {
  font-size: 18px;
  color: #f7941e;
}
#home-news-social .home-news-social-content-wrapper .home-news-social-content .home-news-readmore a:hover {
  text-decoration: underline;
}

#legislators {
  margin: -10px;
  margin-top: 20px;
  font-size: 0;
}
#legislators .legislator {
  width: 50%;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#legislators .legislator .legislator-image {
  max-width: 40%;
  margin-right: 30px;
  float: left;
  font-size: 0;
}
#legislators .legislator .legislator-content {
  overflow: hidden;
  font-size: 20px;
}
#legislators .legislator .legislator-content h5 {
  margin-bottom: 1em;
}
#legislators .legislator .legislator-content :last-child {
  margin-bottom: 0;
}

#about-nav {
  padding: 5px 0;
  background-color: #436026;
  font-size: 0;
  text-align: center;
}
#about-nav .about-nav-wrapper {
  margin: 0 -20px;
}
#about-nav .about-nav-item {
  padding: 0 20px;
  margin: 5px 0;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #b2bbab;
}
#about-nav .about-nav-item:last-child {
  border-right: 0px solid white;
}
#about-nav .about-nav-item a {
  color: white;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#about-nav .about-nav-item a:hover {
  color: #f7941e;
}

.about-section {
  padding: 80px 0;
}
.about-section:nth-child(even) {
  background-color: #f2f2f2;
}
.about-section pre {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 8px 15px;
  color: #436026;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
  background-color: white;
  white-space: normal;
}
.about-section p:last-child, .about-section ul:last-child, .about-section ol:last-child {
  margin-bottom: 0;
}
.about-section a {
  color: #f7941e;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.about-section a:hover {
  color: #436026;
}
.about-section li {
  padding-bottom: 10px;
}
.about-section li:last-child {
  padding-bottom: 0;
}
.about-section ul {
  margin-right: 0;
  list-style: none;
  /* Remove default bullets */
}
.about-section ul li::before {
  content: "●";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  width: 24px;
  /* Also needed for space (tweak if needed) */
  margin-left: -24px;
  /* Also needed for space (tweak if needed) */
  font-size: 24px;
  line-height: 20px;
  color: #436026;
  /* Change the color */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
}

.section-3-image-logo-wrapper {
  font-size: 0;
}
.section-3-image-logo-wrapper .section-3-image-wrapper {
  width: 50%;
  padding-right: 20px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.section-3-image-logo-wrapper .section-3-logos-wrapper {
  width: 50%;
  padding-left: 20px;
  margin: -10px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.section-3-image-logo-wrapper .section-3-logos-wrapper .logo {
  width: 33.33%;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.section-3-image-logo-wrapper .section-3-logos-wrapper .logo:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.section-3-image-logo-wrapper .section-3-logos-wrapper .logo a {
  display: inline-block;
  vertical-align: middle;
}
.section-3-image-logo-wrapper .section-3-logos-wrapper .logo img {
  display: inline-block;
  vertical-align: middle;
}

.section-4-board-members-wrapper {
  margin: -20px;
  font-size: 0;
}
.section-4-board-members-wrapper .board-member {
  width: 33.33%;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.section-4-board-members-wrapper .board-member .board-member-name {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #436026;
}
.section-4-board-members-wrapper .board-member .board-member-name .board-member-position {
  display: inline;
  font-weight: normal;
}
.section-4-board-members-wrapper .board-member .board-member-details {
  font-size: 20px;
}

.section-5-team-members-wrapper {
  margin: -20px;
  font-size: 0;
}
.section-5-team-members-wrapper .team-member {
  width: 25%;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.section-5-team-members-wrapper .team-member .team-member-content-wrapper {
  cursor: pointer;
  text-align: center;
}
.section-5-team-members-wrapper .team-member .team-member-image {
  margin-bottom: 10px;
}
.section-5-team-members-wrapper .team-member .team-member-name {
  font-size: 24px;
  color: #436026;
  font-weight: bold;
}
.section-5-team-members-wrapper .team-member .team-member-position {
  font-size: 20px;
}
.section-5-team-members-wrapper .team-member .team-member-bio {
  margin-bottom: 40px;
  margin-top: 20px;
}
.section-5-team-members-wrapper .team-member .team-member-bio:last-child {
  margin-bottom: 0;
}
.section-5-team-members-wrapper .team-member .team-member-bio :last-child {
  margin-bottom: 0;
}
.section-5-team-members-wrapper .team-member .team-member-detail {
  margin-top: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
}
.section-5-team-members-wrapper .team-member .team-member-detail .team-member-detail-icon {
  position: relative;
  top: -5px;
  font-size: 0;
}

.charity-navigator-guide-star {
  margin-bottom: 20px;
}
.charity-navigator-guide-star img {
  max-width: 20%;
  margin: 10px 0;
  padding-right: 40px;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.charity-navigator-guide-star strong {
  max-width: 80%;
  display: inline-block;
  vertical-align: middle;
}

.accordion-wrapper {
  margin: 30px 0;
}
.accordion-wrapper:first-child {
  margin-top: 0;
}
.accordion-wrapper:last-child {
  margin-bottom: 0;
}
.accordion-wrapper .accordion {
  margin-bottom: 20px;
}
.accordion-wrapper .accordion:last-child {
  margin-bottom: 0;
}
.accordion-wrapper .accordion.active .accordion-title {
  background-color: #f7941e;
}
.accordion-wrapper .accordion.active .accordion-title:before {
  opacity: 0;
}
.accordion-wrapper .accordion.active .accordion-title:after {
  opacity: 1;
}
.accordion-wrapper .accordion .accordion-title {
  padding: 10px 50px 10px 20px;
  position: relative;
  color: white;
  font-size: 24px;
  font-weight: bold;
  background-color: #436026;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.accordion-wrapper .accordion .accordion-title:hover {
  background-color: #f7941e;
}
.accordion-wrapper .accordion .accordion-title:before, .accordion-wrapper .accordion .accordion-title:after {
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 20px;
  color: white;
  line-height: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.accordion-wrapper .accordion .accordion-title:before {
  content: "+";
  opacity: 1;
}
.accordion-wrapper .accordion .accordion-title:after {
  content: "-";
  opacity: 0;
}
.accordion-wrapper .accordion .accordion-content-wrapper {
  height: 0;
  overflow: hidden;
}
.accordion-wrapper .accordion .accordion-content-wrapper .accordion-content {
  padding: 30px;
  background-color: white;
  border: 1px solid #bfbfbf;
}

.mapselect-wrapper {
  max-width: 500px;
  margin: 30px auto 30px;
}

#mapinfo .info-block {
  margin-bottom: 30px;
  display: none;
  text-align: center;
}
#mapinfo .info-block.active {
  display: block;
}
#mapinfo .info-block .membinfo {
  max-width: 750px;
  margin: 20px auto;
  overflow: hidden;
}
#mapinfo .info-block .membinfo:last-child {
  margin-bottom: 0;
}
#mapinfo .info-block .membinfo img {
  max-width: 40%;
  float: left;
  margin-right: 30px;
}
#mapinfo .info-block .membinfo .membinfo-content {
  overflow: hidden;
  text-align: left;
}

.foodmap-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

#foodmap {
  padding-top: 60%;
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url("../images/find-your-food-bank/bg_comap.jpg");
}
#foodmap.centpa {
  background-image: url("../images/find-your-food-bank/bg_comap_centpa.jpg");
}
#foodmap.shlehi {
  background-image: url("../images/find-your-food-bank/bg_comap_shlehi.jpg");
}
#foodmap.westmo {
  background-image: url("../images/find-your-food-bank/bg_comap_westmo.jpg");
}
#foodmap.mercer {
  background-image: url("../images/find-your-food-bank/bg_comap_mercer.jpg");
}
#foodmap.shnwpa {
  background-image: url("../images/find-your-food-bank/bg_comap_shnwpa.jpg");
}
#foodmap.weinbr {
  background-image: url("../images/find-your-food-bank/bg_comap_weinbr.jpg");
}
#foodmap.grpitt {
  background-image: url("../images/find-your-food-bank/bg_comap_grpitt.jpg");
}
#foodmap.shcent {
  background-image: url("../images/find-your-food-bank/bg_comap_shcent.jpg");
}
#foodmap.gberks {
  background-image: url("../images/find-your-food-bank/bg_comap_gberks.jpg");
}
#foodmap.philab {
  background-image: url("../images/find-your-food-bank/bg_comap_philab.jpg");
}

.sponsor-group-wrapper .sponsor-group {
  margin-bottom: 40px;
}
.sponsor-group-wrapper .sponsor-group:last-child {
  margin-bottom: 8px;
}
.sponsor-group-wrapper .sponsor-group .sponsor-group-title {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
.sponsor-group-wrapper .sponsor-group .sponsor-wrapper {
  margin: -20px;
  text-align: center;
  font-size: 0;
}
.sponsor-group-wrapper .sponsor-group .sponsor-wrapper .sponsor {
  width: 33.33%;
  max-width: 280px;
  padding: 40px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.sponsor-group-wrapper .sponsor-group .sponsor-wrapper .sponsor:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
.sponsor-group-wrapper .sponsor-group .sponsor-wrapper .sponsor:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.sponsor-group-wrapper .sponsor-group .sponsor-wrapper .sponsor img {
  vertical-align: middle;
}

#sponsors {
  margin-top: 50px;
}
#sponsors .slick-prev,
#sponsors .slick-next {
  height: 30px;
  font-size: 0;
  position: absolute;
  border: 0;
  background: none;
  z-index: 1;
}
#sponsors .slick-prev:before,
#sponsors .slick-next:before {
  content: "";
  display: none;
}
#sponsors .slick-prev:after,
#sponsors .slick-next:after {
  color: #436026;
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#sponsors .slick-prev {
  left: 0px;
}
#sponsors .slick-prev:after {
  content: "";
}
#sponsors .slick-next {
  right: 0px;
  text-align: right;
}
#sponsors .slick-next:after {
  content: "";
}
#sponsors .slick-prev:hover:after,
#sponsors .slick-next:hover:after {
  color: #f7941e;
}
#sponsors .sponsor-wrapper {
  padding: 0 20px;
  text-align: center;
  font-size: 0;
}
#sponsors .sponsor-wrapper .sponsor {
  margin: 8px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
#sponsors .sponsor-wrapper .sponsor a {
  height: 100%;
  width: 100%;
}
#sponsors .sponsor-wrapper .sponsor a:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#sponsors .sponsor-wrapper .sponsor:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#sponsors .sponsor-wrapper .sponsor .sponsor-logo {
  padding: 20px;
  display: inline-block;
  vertical-align: middle;
}

#program-news {
  padding-bottom: 60px;
}
#program-news.no-border .content-wrapper {
  border-top: 0px solid white;
}
#program-news .content-wrapper {
  padding-top: 60px;
  border-top: 1px solid #bfbfbf;
}
#program-news .content-wrapper .program-news-wrapper {
  margin: -10px;
  font-size: 0;
}
#program-news .content-wrapper .news-article {
  width: 25%;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#program-news .content-wrapper .news-article a:hover .news-article-title {
  color: #f7941e;
}
#program-news .content-wrapper .news-article .news-article-thumbnail {
  margin-bottom: 10px;
}
#program-news .content-wrapper .news-article .news-article-date {
  font-size: 14px;
  color: #2d2d2d;
}
#program-news .content-wrapper .news-article .news-article-title {
  font-size: 18px;
  color: #436026;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.orange-box, p.orange-box {
  padding: 40px 50px;
  background-color: #f7941e;
  font-size: 30px;
  color: white;
  font-weight: bold;
  line-height: 1;
}
.orange-box strong, p.orange-box strong {
  font-size: 40px;
}

.contact-thumbnail {
  margin-right: 40px;
  float: left;
  font-size: 0;
}
.contact-thumbnail:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.contact-thumbnail img {
  vertical-align: middle;
}

.contact-content-wrapper {
  overflow: hidden;
  font-size: 0;
}
.contact-content-wrapper:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.contact-content {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.contact-content hr {
  border: 0px solid white;
  margin: 15px 0;
}

#media-kit {
  margin: -10px;
  text-align: center;
}
#media-kit .media-kit-item {
  display: inline-block;
  vertical-align: bottom;
  margin: 15px;
}
#media-kit .media-kit-item a {
  color: #436026;
  font-weight: bold;
}
#media-kit .media-kit-item a:hover {
  color: #f7941e;
}
#media-kit .media-kit-item img {
  margin-bottom: 5px;
  border: 1px solid #436026;
}

#sub-nav {
  padding: 10px 0;
  text-align: center;
  background-color: #436026;
}
#sub-nav ul {
  margin: 0;
  font-size: 0;
  list-style: none;
}
#sub-nav ul li {
  display: inline-block;
  vertical-align: middle;
}
#sub-nav ul li a {
  padding: 0px 15px;
  border-right: 1px solid white;
  font-size: 16px;
  font-weight: bold;
  color: white;
}
#sub-nav ul li a:hover {
  text-decoration: underline;
}
#sub-nav ul li:last-child a {
  border-right: 0px solid white;
}

.recipe-ingredient-search-wrapper {
  margin-bottom: 30px;
  text-align: right;
}
.recipe-ingredient-search-wrapper .recipe-ingredient-search {
  width: 250px;
  max-width: 100%;
  display: inline-block;
  text-align: left;
}

#contact {
  position: absolute;
  top: -100px;
}

#recipes {
  padding: 60px 0;
  clear: both;
}
#recipes.gray-background {
  background-color: #efefef;
}
#recipes h2 {
  position: relative;
  padding-right: 200px;
}
#recipes h2 .beside-title {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 18px;
  font-weight: normal;
}
#recipes h2 .beside-title a {
  color: #f7941e;
}
#recipes h2 .beside-title a:hover {
  text-decoration: underline;
}
#recipes .recipes-wrapper {
  margin: -25px;
  font-size: 0;
}
#recipes .recipes-wrapper .recipe {
  width: 33.33%;
  padding: 25px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}
#recipes .recipes-wrapper .recipe a {
  color: #436026;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#recipes .recipes-wrapper .recipe a:hover {
  color: #f7941e;
}
#recipes .recipes-wrapper .recipe .recipe-name {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}

#videos {
  padding: 60px 0;
}
#videos h2 {
  position: relative;
  padding-right: 200px;
}
#videos h2 .beside-title {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 18px;
  font-weight: normal;
}
#videos h2 .beside-title a {
  color: #f7941e;
}
#videos h2 .beside-title a:hover {
  text-decoration: underline;
}
#videos .videos-wrapper {
  margin: -25px;
  font-size: 0;
}
#videos .videos-wrapper .video {
  width: 33.33%;
  padding: 25px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}
#videos .videos-wrapper .video .video-title {
  margin-top: 10px;
  font-size: 18px;
  color: #436026;
  font-weight: bold;
}

#client-resources .client-resource {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #bfbfbf;
}
#client-resources .client-resource .client-resource-title {
  margin-bottom: 10px;
  font-weight: bold;
  color: #436026;
}
#client-resources .client-resource:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0px solid white;
}

#pantry-resources .resource-groups-wrapper .resource-group {
  margin-bottom: 60px;
}
#pantry-resources .resource-groups-wrapper .resource-group .resource-group-title {
  margin-bottom: 30px;
}
#pantry-resources .resource-groups-wrapper .resource-group .resources-wrapper {
  margin: -20px;
  font-size: 0;
}
#pantry-resources .resource-groups-wrapper .resource-group .resources-wrapper .resource {
  width: 25%;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}
#pantry-resources .resource-groups-wrapper .resource-group .resources-wrapper .resource .resource-image {
  height: 250px;
  width: 250px;
  max-width: 100%;
  margin: 0 auto 20px;
  background-color: #ebebeb;
  font-size: 0;
}
#pantry-resources .resource-groups-wrapper .resource-group .resources-wrapper .resource .resource-image:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#pantry-resources .resource-groups-wrapper .resource-group .resources-wrapper .resource .resource-image img {
  display: inline-block;
  vertical-align: middle;
}
#pantry-resources .resource-groups-wrapper .resource-group .resources-wrapper .resource .resource-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}

/*=======================
	SIDEBAR
=========================*/
#secondary #social-nav ul {
  margin: 0;
  font-size: 0;
}
#secondary #social-nav ul li {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
#secondary #social-nav ul li:first-child {
  margin-left: 0;
}
#secondary #social-nav ul li a {
  display: block;
  position: relative;
}
#secondary #social-nav ul li a .social-icon-contact {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#secondary #social-nav ul li a .social-icon {
  display: none;
}
#secondary #social-nav ul li a .social-icon-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#secondary #social-nav ul li a:hover .social-icon-contact {
  opacity: 0;
}
#secondary #social-nav ul li a:hover .social-icon-hover {
  opacity: 1;
}
#secondary .widget {
  margin-bottom: 20px;
}
#secondary .widget .widget-title {
  font-size: 26px;
  margin-bottom: 20px;
}
#secondary .widget .menu {
  list-style: none;
  margin-left: 0;
}
#secondary .widget .menu li {
  margin-bottom: 5px;
}
#secondary .widget .menu li a {
  display: inline-block;
  font-size: 26px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#secondary .widget .menu li a:before {
  content: "▶";
  width: 0;
  height: 18px;
  display: inline-block;
  overflow: hidden;
  font-size: 20px;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#secondary .widget .menu li a:hover {
  text-decoration: none;
}
#secondary .widget .menu li a:hover:before {
  width: 20px;
}
#secondary .widget .menu li.current-menu-item a:before {
  width: 20px;
}

/*=======================
	FOOTER
=========================*/
.footer-wrapper {
  overflow: hidden;
}

.upper-footer-wrapper {
  height: 200px;
  background-color: #e8d3a2;
  font-size: 0;
}
.upper-footer-wrapper:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.upper-footer-wrapper .upper-footer {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.upper-footer-wrapper .gform_wrapper {
  margin: 0;
  position: relative;
}
.upper-footer-wrapper .gform_wrapper .gform_heading {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: right;
}
.upper-footer-wrapper .gform_wrapper .gform_heading h3.gform_title {
  margin-top: 0;
  font-size: 40px;
}
.upper-footer-wrapper .gform_wrapper .gform_heading .gform_description {
  margin: 0;
  width: auto;
  color: #436026;
  font-size: 18px;
}
.upper-footer-wrapper .gform_wrapper form {
  width: 50%;
  padding-left: 40px;
  padding-right: 140px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.upper-footer-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  width: 100%;
  height: 38px;
  margin: 0;
  padding: 9px 20px;
  font-size: 18px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.upper-footer-wrapper .gform_wrapper ul.gform_fields li.gfield {
  margin-top: 0;
  padding-right: 0;
}
.upper-footer-wrapper .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}
.upper-footer-wrapper .gform_confirmation_wrapper {
  color: #436026;
  font-size: 20px;
}
.upper-footer-wrapper .gform_wrapper .gform_footer {
  width: 140px;
  padding: 0;
  margin: 0;
  margin-top: -19px;
  position: absolute;
  top: 50%;
  right: 0;
}
.upper-footer-wrapper .gform_wrapper .gform_footer .button {
  width: 140px;
  height: 38px;
  margin-right: 0;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.lower-footer-wrapper {
  height: 300px;
  background-color: #436026;
  font-size: 0;
}
.lower-footer-wrapper:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.lower-footer-wrapper .lower-footer {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.lower-footer-wrapper .content-wrapper {
  overflow: visible;
}
.lower-footer-wrapper .footer-logos {
  width: 30%;
  padding-right: 20px;
  margin-top: -10px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.lower-footer-wrapper .footer-logos .footer-logos-wrapper {
  max-width: 400px;
  position: relative;
}
.lower-footer-wrapper .footer-logos .footer-logos-wrapper:before {
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  background-color: #72885c;
}
.lower-footer-wrapper .footer-logos .footer-logo, .lower-footer-wrapper .footer-logos .footer-partner-logo {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.lower-footer-wrapper .footer-logos .footer-logo:first-child, .lower-footer-wrapper .footer-logos .footer-partner-logo:first-child {
  padding-right: 20px;
}
.lower-footer-wrapper .footer-logos .footer-logo:last-child, .lower-footer-wrapper .footer-logos .footer-partner-logo:last-child {
  padding-left: 20px;
}
.lower-footer-wrapper .footer-address {
  width: 25%;
  padding-right: 20px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}
.lower-footer-wrapper .footer-address a {
  padding-left: 40px;
  position: relative;
  display: inline-block;
  color: white;
  font-size: 20px;
  text-align: left;
}
.lower-footer-wrapper .footer-address a:before {
  content: "";
  height: 40px;
  width: 26px;
  margin-top: -20px;
  position: absolute;
  left: 0;
  top: 50%;
  background-image: url("../images/address-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.lower-footer-wrapper .footer-phone {
  width: 23%;
  padding-right: 20px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}
.lower-footer-wrapper .footer-phone a {
  padding-left: 36px;
  position: relative;
  display: inline-block;
  color: white;
  font-size: 26px;
  text-align: left;
}
.lower-footer-wrapper .footer-phone a:before {
  content: "";
  height: 40px;
  width: 22px;
  margin-top: -20px;
  position: absolute;
  left: 0;
  top: 50%;
  background-image: url("../images/phone-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.lower-footer-wrapper .footer-social {
  width: 22%;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: right;
}
.lower-footer-wrapper .footer-social ul {
  margin: 0;
}
.lower-footer-wrapper .footer-social ul li {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.lower-footer-wrapper .footer-social ul li:first-child {
  margin-left: 0;
}
.lower-footer-wrapper .footer-social ul li a {
  display: block;
  position: relative;
}
.lower-footer-wrapper .footer-social ul li a .social-icon-contact {
  display: none;
}
.lower-footer-wrapper .footer-social ul li a .social-icon {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lower-footer-wrapper .footer-social ul li a .social-icon-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lower-footer-wrapper .footer-social ul li a:hover .social-icon {
  opacity: 0;
}
.lower-footer-wrapper .footer-social ul li a:hover .social-icon-hover {
  opacity: 1;
}

/* =======================================
   WP EDITOR
======================================= */
/* =======================================
	Custom
======================================= */
#flip-buttons {
  margin: -20px;
  margin-top: 10px;
}
#flip-buttons .flip-button-wrapper {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding: 20px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#flip-buttons .flip-button-wrapper:nth-child(4n+3) .flip-button .flip-button-side, #flip-buttons .flip-button-wrapper:nth-child(4n+2) .flip-button .flip-button-side {
  background-color: #f68838;
}
#flip-buttons .flip-button-wrapper:nth-child(4n+3) .flip-button .flip-button-side .flip-button-content .button, #flip-buttons .flip-button-wrapper:nth-child(4n+2) .flip-button .flip-button-side .flip-button-content .button {
  color: #f68838;
}
#flip-buttons .flip-button-wrapper .flip-button {
  position: relative;
  font-size: 0;
  text-align: center;
  color: white;
  perspective: 1800px;
}
#flip-buttons .flip-button-wrapper .flip-button:hover .flip-button-front {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  z-index: -1;
}
#flip-buttons .flip-button-wrapper .flip-button:hover .flip-button-back {
  transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  z-index: 1;
}
#flip-buttons .flip-button-wrapper .flip-button .flip-button-icon {
  margin-bottom: 20px;
}
#flip-buttons .flip-button-wrapper .flip-button .flip-button-title {
  font-size: 26px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
#flip-buttons .flip-button-wrapper .flip-button .flip-button-side {
  padding: 30px;
  background-color: #436026;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  perspective: 1800px;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-clip: padding-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: transform 1s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  -moz-transition: transform 1s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  -o-transition: transform 1s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 1s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
#flip-buttons .flip-button-wrapper .flip-button .flip-button-side:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#flip-buttons .flip-button-wrapper .flip-button .flip-button-content {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
#flip-buttons .flip-button-wrapper .flip-button .flip-button-front {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}
#flip-buttons .flip-button-wrapper .flip-button .flip-button-back {
  position: relative;
  transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  z-index: -1;
}
#flip-buttons .flip-button-wrapper .flip-button .flip-button-back .flip-button-content {
  font-size: 18px;
}
#flip-buttons .flip-button-wrapper .flip-button .flip-button-back .flip-button-content .button {
  background-color: white;
  color: #436026;
}
#flip-buttons .flip-button-wrapper .flip-button .flip-button-back .flip-button-content .button:hover {
  background-color: rgba(255, 255, 255, 0.75);
}

.wp-caption {
  padding: 0;
}
.wp-caption img {
  margin: 0;
}
.wp-caption .wp-caption-text {
  margin: 0;
  margin-top: 5px;
  font-size: 14px;
  text-align: left;
}

.wp-block-column :last-child {
  margin-bottom: 0;
}

.popup-overlay {
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 100%;
  opacity: 0;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  -webkit-transition: opacity 0.3s, right 0s 0.3s;
  -moz-transition: opacity 0.3s, right 0s 0.3s;
  -o-transition: opacity 0.3s, right 0s 0.3s;
  transition: opacity 0.3s, right 0s 0.3s;
  z-index: 999999;
}
.popup-overlay:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.popup-overlay.active {
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s, right 0s 0s;
  -moz-transition: opacity 0.3s, right 0s 0s;
  -o-transition: opacity 0.3s, right 0s 0s;
  transition: opacity 0.3s, right 0s 0s;
}
.popup-overlay .popup-outer-content-wrapper {
  width: 1000px;
  max-width: 90%;
  max-height: 90%;
  display: inline-block;
  vertical-align: middle;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: white;
}
.popup-overlay .popup-outer-content-wrapper.home-popup-content {
  width: 500px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border: 4px solid #436026;
}
.popup-overlay .popup-outer-content-wrapper.home-popup-content .popup-content-wrapper .popup-close {
  right: 12px;
  color: #436026;
}
.popup-overlay .popup-outer-content-wrapper.home-popup-content .popup-content-wrapper .popup-close:hover {
  color: #f7941e;
}
.popup-overlay .popup-outer-content-wrapper.home-popup-content .popup-inner-content-wrapper {
  text-align: center;
}
.popup-overlay .popup-outer-content-wrapper.home-popup-content .popup-inner-content-wrapper span {
  font-size: 24px;
  color: #436026;
}
.popup-overlay .popup-outer-content-wrapper.home-popup-content .popup-inner-content-wrapper h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
  text-transform: uppercase;
}
.popup-overlay .popup-outer-content-wrapper .popup-content-wrapper {
  padding: 30px;
  position: relative;
  text-align: left;
}
.popup-overlay .popup-outer-content-wrapper .popup-content-wrapper .popup-close {
  position: absolute;
  top: 5px;
  right: 8px;
  color: #f7941e;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.popup-overlay .popup-outer-content-wrapper .popup-content-wrapper .popup-close:hover {
  color: #436026;
}
.popup-overlay .popup-outer-content-wrapper .popup-content-wrapper .popup-inner-content-wrapper {
  font-size: 20px;
}

.button {
  padding: 10px 20px;
  display: inline-block;
  background-color: #436026;
  color: white;
  cursor: pointer;
  border: 0px solid white;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.button:hover {
  background-color: #f7941e;
}
.button.nutrition-class-button {
  padding-left: 100px;
  position: relative;
  text-align: left;
  background-color: #90b740;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.button.nutrition-class-button:hover {
  background-color: #f7941e;
}
.button.nutrition-class-button img {
  margin-top: -24px;
  position: absolute;
  left: 20px;
  top: 50%;
}
.button.nutrition-class-button span {
  display: block;
  line-height: 1.2;
}
.button.nutrition-class-button span.small-text {
  margin-top: 5px;
  font-size: 15px;
  font-weight: normal;
}
.button.document span {
  padding-left: 30px;
  display: inline-block;
  position: relative;
}
.button.document span:before {
  content: "";
  height: 26px;
  width: 21px;
  margin-top: -13px;
  position: absolute;
  left: 0;
  top: 50%;
  background-image: url("../images/document-icon.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.button-wrapper {
  margin: 40px 0;
}
.button-wrapper.nutrition-class-button-wrapper {
  text-align: right;
}
.button-wrapper:first-child {
  margin-top: 0;
}
.button-wrapper:last-child {
  margin-bottom: 0;
}

.shadowbox {
  max-width: 240px;
  padding: 30px;
  margin-left: 30px;
  margin-right: 8px;
  margin-bottom: 20px;
  float: right;
  text-align: center;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
.shadowbox .button-wrapper {
  margin: 10px 0;
}
.shadowbox .button-wrapper:last-child {
  margin-bottom: 0;
}
.shadowbox .button-wrapper .button {
  display: block;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-size: 16px;
}

#pagination {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #dddddd;
  text-align: center;
  font-size: 0;
}
#pagination .page-numbers {
  min-width: 24px;
  padding: 3px;
  display: inline-block;
  vertical-align: middle;
  color: #2d2d2d;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#pagination .page-numbers:hover {
  color: #f7941e;
}
#pagination .page-numbers.current {
  color: white !important;
  background-color: #f7941e;
}
#pagination .page-numbers.prev {
  margin-right: 10px;
}
#pagination .page-numbers.next {
  margin-left: 10px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.alignleft, figure.alignleft {
  margin-right: 40px;
  max-width: 50%;
}

div.alignright, figure.alignright {
  margin-left: 40px;
  max-width: 50%;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 30px !important;
  padding-left: 10px !important;
  color: black !important;
  line-height: 40px !important;
  font-size: 18px !important;
}

.select2-container .select2-selection--single {
  height: 40px !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border: 1px solid #d9d9d9 !important;
  padding-left: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #d9d9d9 transparent transparent transparent !important;
  border-width: 8px 6px 0 6px !important;
  margin-left: -6px !important;
  margin-top: -4px !important;
  display: block !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  width: 30px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  display: none !important;
}

/* =======================================
	Gravity Forms
======================================= */
body img.gform_ajax_spinner {
  display: none !important;
}

.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.cke_reset_all input.cke_dialog_ui_input_text, .cke_reset_all input.cke_dialog_ui_input_password, .cke_reset_all textarea.cke_dialog_ui_input_textarea {
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}

#forgot-pass-link {
  margin-top: 10px;
}

body .gpnf-dialog .ui-dialog-content {
  overflow-x: hidden;
}

body .gpnf-dialog.ui-dialog {
  max-width: 100%;
  z-index: 1000000;
}

#main .gpnf-row-actions ul {
  margin-right: 0;
}
#main .gpnf-row-actions ul .edit {
  margin-right: 5px;
}
#main .gpnf-row-actions ul li {
  padding-left: 0;
}
#main .gpnf-row-actions ul li:before {
  display: none;
}

#main #secondary-content .gform_wrapper.bordered_wrapper, .gpnf-modal #secondary-content .gform_wrapper.bordered_wrapper, .gpnf-edit-form #secondary-content .gform_wrapper.bordered_wrapper {
  background-color: white;
}
#main #secondary-content .gform_confirmation_wrapper.bordered, .gpnf-modal #secondary-content .gform_confirmation_wrapper.bordered, .gpnf-edit-form #secondary-content .gform_confirmation_wrapper.bordered {
  background-color: white;
}
#main .gform_wrapper.gf_browser_chrome .gform_body, .gpnf-modal .gform_wrapper.gf_browser_chrome .gform_body, .gpnf-edit-form .gform_wrapper.gf_browser_chrome .gform_body {
  width: 100%;
}
#main .gform_wrapper li.gfield.gfield_creditcard_warning, .gpnf-modal .gform_wrapper li.gfield.gfield_creditcard_warning, .gpnf-edit-form .gform_wrapper li.gfield.gfield_creditcard_warning {
  width: 100%;
}
#main .gform_confirmation_wrapper, .gpnf-modal .gform_confirmation_wrapper, .gpnf-edit-form .gform_confirmation_wrapper {
  margin: 0;
  margin-top: 40px;
}
#main .gform_confirmation_wrapper:first-child, .gpnf-modal .gform_confirmation_wrapper:first-child, .gpnf-edit-form .gform_confirmation_wrapper:first-child {
  margin-top: 0;
}
#main .gform_confirmation_wrapper :last-child, .gpnf-modal .gform_confirmation_wrapper :last-child, .gpnf-edit-form .gform_confirmation_wrapper :last-child {
  margin-bottom: 0;
}
#main .gform_confirmation_wrapper.bordered, .gpnf-modal .gform_confirmation_wrapper.bordered, .gpnf-edit-form .gform_confirmation_wrapper.bordered {
  margin: 0 auto;
  margin-top: 30px;
  padding: 30px;
  border: 1px solid #b7b7b7;
  background-color: #f4f4f4;
}
#main .gform_confirmation_wrapper.bordered:first-child, .gpnf-modal .gform_confirmation_wrapper.bordered:first-child, .gpnf-edit-form .gform_confirmation_wrapper.bordered:first-child {
  margin-top: 0;
}
#main .gform_confirmation_wrapper.thin_form, .gpnf-modal .gform_confirmation_wrapper.thin_form, .gpnf-edit-form .gform_confirmation_wrapper.thin_form {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 30px;
  border: 1px solid #b7b7b7;
  background-color: #f4f4f4;
}
#main .gform_confirmation_wrapper.thin_form:first-child, .gpnf-modal .gform_confirmation_wrapper.thin_form:first-child, .gpnf-edit-form .gform_confirmation_wrapper.thin_form:first-child {
  margin-top: 0;
}
#main .gform_wrapper .gfield_checkbox li label, #main .gform_wrapper .gfield_radio li label, .gpnf-modal .gform_wrapper .gfield_checkbox li label, .gpnf-modal .gform_wrapper .gfield_radio li label, .gpnf-edit-form .gform_wrapper .gfield_checkbox li label, .gpnf-edit-form .gform_wrapper .gfield_radio li label {
  max-width: 100%;
}
#main .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label, #main .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label, #main .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label, #main .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label, #main .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label, #main .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label, .gpnf-modal .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label, .gpnf-modal .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label, .gpnf-modal .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label, .gpnf-modal .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label, .gpnf-modal .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label, .gpnf-modal .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label, .gpnf-edit-form .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label, .gpnf-edit-form .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label, .gpnf-edit-form .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label, .gpnf-edit-form .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label, .gpnf-edit-form .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label, .gpnf-edit-form .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
  white-space: normal;
}
#main .gform_wrapper .description, #main .gform_wrapper .gfield_description, #main .gform_wrapper .gsection_description, .gpnf-modal .gform_wrapper .description, .gpnf-modal .gform_wrapper .gfield_description, .gpnf-modal .gform_wrapper .gsection_description, .gpnf-edit-form .gform_wrapper .description, .gpnf-edit-form .gform_wrapper .gfield_description, .gpnf-edit-form .gform_wrapper .gsection_description {
  padding-right: 0;
  margin-bottom: 5px;
}
#main .gform_wrapper .description:last-child, #main .gform_wrapper .gfield_description:last-child, #main .gform_wrapper .gsection_description:last-child, .gpnf-modal .gform_wrapper .description:last-child, .gpnf-modal .gform_wrapper .gfield_description:last-child, .gpnf-modal .gform_wrapper .gsection_description:last-child, .gpnf-edit-form .gform_wrapper .description:last-child, .gpnf-edit-form .gform_wrapper .gfield_description:last-child, .gpnf-edit-form .gform_wrapper .gsection_description:last-child {
  margin-bottom: 0;
}
#main .gform_wrapper, .gpnf-modal .gform_wrapper, .gpnf-edit-form .gform_wrapper {
  margin: 0;
  margin-top: 40px;
  font-size: 18px;
}
#main .gform_wrapper:first-child, .gpnf-modal .gform_wrapper:first-child, .gpnf-edit-form .gform_wrapper:first-child {
  margin-top: 0;
}
#main .gform_wrapper.secure-form_wrapper, .gpnf-modal .gform_wrapper.secure-form_wrapper, .gpnf-edit-form .gform_wrapper.secure-form_wrapper {
  max-width: 1200px;
}
#main .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio, #main .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio, .gpnf-modal .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio, .gpnf-modal .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* Hide the radio */
  /* Prepare the label */
  /* radio aspect */
  /* :before is for the box */
  /* Check symbol aspect */
}
#main .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio .gfield_radio, #main .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio .gfield_radio, .gpnf-modal .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio .gfield_radio, .gpnf-modal .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio .gfield_radio, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio .gfield_radio, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio .gfield_radio {
  margin: -5px;
}
#main .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio .gfield_radio li, #main .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio .gfield_radio li, .gpnf-modal .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio .gfield_radio li, .gpnf-modal .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio .gfield_radio li, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio .gfield_radio li, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio .gfield_radio li {
  margin: 5px !important;
  display: inline-block;
  vertical-align: top;
}
#main .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:not(:checked),
#main .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:checked, #main .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:not(:checked),
#main .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:checked, .gpnf-modal .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:not(:checked),
.gpnf-modal .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:checked, .gpnf-modal .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:not(:checked),
.gpnf-modal .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:checked, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:not(:checked),
.gpnf-edit-form .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:checked, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:not(:checked),
.gpnf-edit-form .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:checked {
  position: absolute;
  left: -9999px;
}
#main .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:not(:checked) + label, #main .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:not(:checked) + label, .gpnf-modal .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:not(:checked) + label, .gpnf-modal .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:not(:checked) + label, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:not(:checked) + label, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:not(:checked) + label {
  height: 42px;
  width: 70px;
  margin-left: 0;
  padding-left: 0 !important;
  background-color: #dfdfdf;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 42px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:not(:checked) + label:hover, #main .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:not(:checked) + label:hover, .gpnf-modal .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:not(:checked) + label:hover, .gpnf-modal .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:not(:checked) + label:hover, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:not(:checked) + label:hover, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:not(:checked) + label:hover {
  background-color: #cacaca;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:checked + label, #main .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:checked + label, .gpnf-modal .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:checked + label, .gpnf-modal .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:checked + label, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:checked + label, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:checked + label {
  height: 42px;
  width: 70px;
  margin-left: 0;
  background-color: #f7941e;
  color: white;
  padding-left: 0 !important;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 42px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:not(:checked) + label:before,
#main .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:checked + label:before, #main .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:not(:checked) + label:before,
#main .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:checked + label:before, .gpnf-modal .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:not(:checked) + label:before,
.gpnf-modal .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:checked + label:before, .gpnf-modal .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:not(:checked) + label:before,
.gpnf-modal .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:checked + label:before, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:not(:checked) + label:before,
.gpnf-edit-form .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:checked + label:before, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:not(:checked) + label:before,
.gpnf-edit-form .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:checked + label:before {
  display: none;
}
#main .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:not(:checked) + label:after,
#main .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:checked + label:after, #main .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:not(:checked) + label:after,
#main .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:checked + label:after, .gpnf-modal .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:not(:checked) + label:after,
.gpnf-modal .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:checked + label:after, .gpnf-modal .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:not(:checked) + label:after,
.gpnf-modal .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:checked + label:after, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:not(:checked) + label:after,
.gpnf-edit-form .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:checked + label:after, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:not(:checked) + label:after,
.gpnf-edit-form .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:checked + label:after {
  display: none;
}
#main .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-user-defined, #main .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-user-defined, .gpnf-modal .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-user-defined, .gpnf-modal .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-user-defined, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-user-defined, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-user-defined {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-user-defined input, #main .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-user-defined input, .gpnf-modal .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-user-defined input, .gpnf-modal .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-user-defined input, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-user-defined input, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-user-defined input {
  width: 100%;
}
#main .gform_wrapper.secure-form_wrapper .gform_footer, .gpnf-modal .gform_wrapper.secure-form_wrapper .gform_footer, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .gform_footer {
  width: auto;
  padding-top: 0;
  margin-top: 40px;
  position: relative;
  text-align: center;
}
#main .gform_wrapper.secure-form_wrapper .gform_footer .button, .gpnf-modal .gform_wrapper.secure-form_wrapper .gform_footer .button, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .gform_footer .button {
  width: 100%;
  padding: 20px;
  padding-left: 50px;
  margin: 0;
  font-size: 30px;
  font-weight: normal;
}
#main .gform_wrapper.secure-form_wrapper .gform_footer:before, .gpnf-modal .gform_wrapper.secure-form_wrapper .gform_footer:before, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .gform_footer:before {
  content: "";
  height: 30px;
  width: 29px;
  margin-left: -155px;
  margin-top: -17px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../images/lock-icon-large.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
}
#main .gform_wrapper.thin_form_wrapper, .gpnf-modal .gform_wrapper.thin_form_wrapper, .gpnf-edit-form .gform_wrapper.thin_form_wrapper {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 30px;
  border: 1px solid #b7b7b7;
  background-color: #f4f4f4;
}
#main .gform_wrapper.thin_form_wrapper:first-child, .gpnf-modal .gform_wrapper.thin_form_wrapper:first-child, .gpnf-edit-form .gform_wrapper.thin_form_wrapper:first-child {
  margin-top: 0;
}
#main .gform_wrapper.thin_form_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #main .gform_wrapper.thin_form_wrapper .gform_body textarea, .gpnf-modal .gform_wrapper.thin_form_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gpnf-modal .gform_wrapper.thin_form_wrapper .gform_body textarea, .gpnf-edit-form .gform_wrapper.thin_form_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gpnf-edit-form .gform_wrapper.thin_form_wrapper .gform_body textarea {
  width: 100%;
  max-width: none;
  background-color: white;
}
#main .gform_wrapper.thin_form_wrapper .gform_body .select2-container .select2-selection--single, .gpnf-modal .gform_wrapper.thin_form_wrapper .gform_body .select2-container .select2-selection--single, .gpnf-edit-form .gform_wrapper.thin_form_wrapper .gform_body .select2-container .select2-selection--single {
  background-color: white !important;
}
#main .gform_wrapper.thin_form_wrapper .gform_body .beside-submit, .gpnf-modal .gform_wrapper.thin_form_wrapper .gform_body .beside-submit, .gpnf-edit-form .gform_wrapper.thin_form_wrapper .gform_body .beside-submit {
  margin: 0 !important;
  position: absolute;
  bottom: -54px;
  left: 200px;
}
#main .gform_wrapper.login_form_wrapper, .gpnf-modal .gform_wrapper.login_form_wrapper, .gpnf-edit-form .gform_wrapper.login_form_wrapper {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 30px;
  border: 1px solid #b7b7b7;
  background-color: #f4f4f4;
}
#main .gform_wrapper.login_form_wrapper:first-child, .gpnf-modal .gform_wrapper.login_form_wrapper:first-child, .gpnf-edit-form .gform_wrapper.login_form_wrapper:first-child {
  margin-top: 0;
}
#main .gform_wrapper.login_form_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #main .gform_wrapper.login_form_wrapper .gform_body textarea, .gpnf-modal .gform_wrapper.login_form_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gpnf-modal .gform_wrapper.login_form_wrapper .gform_body textarea, .gpnf-edit-form .gform_wrapper.login_form_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gpnf-edit-form .gform_wrapper.login_form_wrapper .gform_body textarea {
  width: 100%;
  max-width: none;
  background-color: white;
}
#main .gform_wrapper.login_form_wrapper .gform_body .select2-container .select2-selection--single, .gpnf-modal .gform_wrapper.login_form_wrapper .gform_body .select2-container .select2-selection--single, .gpnf-edit-form .gform_wrapper.login_form_wrapper .gform_body .select2-container .select2-selection--single {
  background-color: white !important;
}
#main .gform_wrapper.login_form_wrapper .gform_body .beside-submit, .gpnf-modal .gform_wrapper.login_form_wrapper .gform_body .beside-submit, .gpnf-edit-form .gform_wrapper.login_form_wrapper .gform_body .beside-submit {
  margin: 0 !important;
  position: absolute;
  bottom: -54px;
  left: 200px;
}
#main .gform_wrapper.login_form_wrapper .gform_footer, .gpnf-modal .gform_wrapper.login_form_wrapper .gform_footer, .gpnf-edit-form .gform_wrapper.login_form_wrapper .gform_footer {
  text-align: left !important;
}
#main .gform_wrapper.login_form_wrapper .gform_footer .button, .gpnf-modal .gform_wrapper.login_form_wrapper .gform_footer .button, .gpnf-edit-form .gform_wrapper.login_form_wrapper .gform_footer .button {
  width: 160px;
  text-align: center;
}
#main .gform_wrapper.bordered_wrapper, .gpnf-modal .gform_wrapper.bordered_wrapper, .gpnf-edit-form .gform_wrapper.bordered_wrapper {
  margin: 0 auto;
  margin-top: 30px;
  padding: 30px;
  border: 1px solid #b7b7b7;
  background-color: #f4f4f4;
}
#main .gform_wrapper.bordered_wrapper:first-child, .gpnf-modal .gform_wrapper.bordered_wrapper:first-child, .gpnf-edit-form .gform_wrapper.bordered_wrapper:first-child {
  margin-top: 0;
}
#main .gform_wrapper.bordered_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #main .gform_wrapper.bordered_wrapper .gform_body textarea, .gpnf-modal .gform_wrapper.bordered_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gpnf-modal .gform_wrapper.bordered_wrapper .gform_body textarea, .gpnf-edit-form .gform_wrapper.bordered_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gpnf-edit-form .gform_wrapper.bordered_wrapper .gform_body textarea {
  background-color: white;
}
#main .gform_wrapper.bordered_wrapper .gform_body .select2-container .select2-selection--single, .gpnf-modal .gform_wrapper.bordered_wrapper .gform_body .select2-container .select2-selection--single, .gpnf-edit-form .gform_wrapper.bordered_wrapper .gform_body .select2-container .select2-selection--single {
  background-color: white !important;
}
#main .gform_wrapper.captcha-beside-submit_wrapper .gform_footer, .gpnf-modal .gform_wrapper.captcha-beside-submit_wrapper .gform_footer, .gpnf-edit-form .gform_wrapper.captcha-beside-submit_wrapper .gform_footer {
  margin-top: 40px;
  margin-bottom: 10px;
  text-align: right;
}
#main .gform_wrapper.captcha-beside-submit_wrapper .gform_body .beside-submit, .gpnf-modal .gform_wrapper.captcha-beside-submit_wrapper .gform_body .beside-submit, .gpnf-edit-form .gform_wrapper.captcha-beside-submit_wrapper .gform_body .beside-submit {
  margin-bottom: 0 !important;
  bottom: -100px;
  left: auto;
  right: 150px;
}
#main .gform_wrapper hr, .gpnf-modal .gform_wrapper hr, .gpnf-edit-form .gform_wrapper hr {
  margin-top: 0;
  margin-bottom: 40px;
  border-top: 0px solid white;
  border-bottom: 1px solid #ccc;
  padding-top: 20px;
}
#main .gform_wrapper .gf_invisible, #main .gform_wrapper .gfield_visibility_hidden, .gpnf-modal .gform_wrapper .gf_invisible, .gpnf-modal .gform_wrapper .gfield_visibility_hidden, .gpnf-edit-form .gform_wrapper .gf_invisible, .gpnf-edit-form .gform_wrapper .gfield_visibility_hidden {
  position: absolute;
}
#main .gform_wrapper h3.gform_title, .gpnf-modal .gform_wrapper h3.gform_title, .gpnf-edit-form .gform_wrapper h3.gform_title {
  margin-top: 0;
  font-size: 36px;
  font-weight: normal;
}
#main .gform_wrapper .gform_body, .gpnf-modal .gform_wrapper .gform_body, .gpnf-edit-form .gform_wrapper .gform_body {
  position: relative;
  z-index: 100;
  /* Hide the checkbox */
  /* Prepare the label */
  /* Checkboxes aspect */
  /* :before is for the box */
  /* Check symbol aspect */
  /* if "not checked" */
  /* If "checked" */
  /* Hide the radio */
  /* Prepare the label */
  /* radios aspect */
  /* :before is for the box */
  /* Check symbol aspect */
  /* if "not checked" */
  /* If "checked" */
}
#main .gform_wrapper .gform_body label, .gpnf-modal .gform_wrapper .gform_body label, .gpnf-edit-form .gform_wrapper .gform_body label {
  font-weight: normal;
}
#main .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #main .gform_wrapper .gform_body textarea, .gpnf-modal .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gpnf-modal .gform_wrapper .gform_body textarea, .gpnf-edit-form .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gpnf-edit-form .gform_wrapper .gform_body textarea {
  padding: 8px 10px;
  margin-top: 0;
  background-color: #f7f7f4;
  border: 1px solid #d9d9d9;
}
#main .gform_wrapper .gform_body .ginput_container, .gpnf-modal .gform_wrapper .gform_body .ginput_container, .gpnf-edit-form .gform_wrapper .gform_body .ginput_container {
  margin-top: 0 !important;
}
#main .gform_wrapper .gform_body .ginput_recaptcha, .gpnf-modal .gform_wrapper .gform_body .ginput_recaptcha, .gpnf-edit-form .gform_wrapper .gform_body .ginput_recaptcha {
  overflow: hidden;
}
#main .gform_wrapper .gform_body ul.gform_fields li.gfield, .gpnf-modal .gform_wrapper .gform_body ul.gform_fields li.gfield, .gpnf-edit-form .gform_wrapper .gform_body ul.gform_fields li.gfield {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}
#main .gform_wrapper .gform_body ul.gform_fields li.gfield:before, .gpnf-modal .gform_wrapper .gform_body ul.gform_fields li.gfield:before, .gpnf-edit-form .gform_wrapper .gform_body ul.gform_fields li.gfield:before {
  display: none;
}
#main .gform_wrapper .gform_body ul.gform_fields li.gfield .select2-container, .gpnf-modal .gform_wrapper .gform_body ul.gform_fields li.gfield .select2-container, .gpnf-edit-form .gform_wrapper .gform_body ul.gform_fields li.gfield .select2-container {
  margin: 0;
}
#main .gform_wrapper .gform_body ul.gform_fields li.gfield li, .gpnf-modal .gform_wrapper .gform_body ul.gform_fields li.gfield li, .gpnf-edit-form .gform_wrapper .gform_body ul.gform_fields li.gfield li {
  overflow: visible;
}
#main .gform_wrapper .gform_body ul.gform_fields li.gfield.less-bottom-margin, .gpnf-modal .gform_wrapper .gform_body ul.gform_fields li.gfield.less-bottom-margin, .gpnf-edit-form .gform_wrapper .gform_body ul.gform_fields li.gfield.less-bottom-margin {
  margin-bottom: 10px;
}
#main .gform_wrapper .gform_body .centered, .gpnf-modal .gform_wrapper .gform_body .centered, .gpnf-edit-form .gform_wrapper .gform_body .centered {
  text-align: center;
}
#main .gform_wrapper .gform_body .half-width, .gpnf-modal .gform_wrapper .gform_body .half-width, .gpnf-edit-form .gform_wrapper .gform_body .half-width {
  width: 50%;
  display: inline-block;
}
#main .gform_wrapper .gform_body .left-align, .gpnf-modal .gform_wrapper .gform_body .left-align, .gpnf-edit-form .gform_wrapper .gform_body .left-align {
  text-align: left;
}
#main .gform_wrapper .gform_body .required-html-block, .gpnf-modal .gform_wrapper .gform_body .required-html-block, .gpnf-edit-form .gform_wrapper .gform_body .required-html-block {
  position: absolute;
  top: 0px;
  right: 0px;
}
#main .gform_wrapper .gform_body .extra-top-margin, .gpnf-modal .gform_wrapper .gform_body .extra-top-margin, .gpnf-edit-form .gform_wrapper .gform_body .extra-top-margin {
  padding-top: 20px;
}
#main .gform_wrapper .gform_body .hide-column-text table.gfield_list, .gpnf-modal .gform_wrapper .gform_body .hide-column-text table.gfield_list, .gpnf-edit-form .gform_wrapper .gform_body .hide-column-text table.gfield_list {
  margin-top: 0;
}
#main .gform_wrapper .gform_body .hide-column-text thead, .gpnf-modal .gform_wrapper .gform_body .hide-column-text thead, .gpnf-edit-form .gform_wrapper .gform_body .hide-column-text thead {
  display: none;
}
#main .gform_wrapper .gform_body .beside-submit, .gpnf-modal .gform_wrapper .gform_body .beside-submit, .gpnf-edit-form .gform_wrapper .gform_body .beside-submit {
  position: absolute;
  left: 0;
  bottom: -65px;
}
#main .gform_wrapper .gform_body table.gfield_list, .gpnf-modal .gform_wrapper .gform_body table.gfield_list, .gpnf-edit-form .gform_wrapper .gform_body table.gfield_list {
  margin-top: 10px;
}
#main .gform_wrapper .gform_body table.gfield_list textarea, #main .gform_wrapper .gform_body table.gfield_list input, .gpnf-modal .gform_wrapper .gform_body table.gfield_list textarea, .gpnf-modal .gform_wrapper .gform_body table.gfield_list input, .gpnf-edit-form .gform_wrapper .gform_body table.gfield_list textarea, .gpnf-edit-form .gform_wrapper .gform_body table.gfield_list input {
  vertical-align: top;
}
#main .gform_wrapper .gform_body table.gfield_list thead th, .gpnf-modal .gform_wrapper .gform_body table.gfield_list thead th, .gpnf-edit-form .gform_wrapper .gform_body table.gfield_list thead th {
  font-weight: normal;
}
#main .gform_wrapper .gform_body .gfield_radio li:before, .gpnf-modal .gform_wrapper .gform_body .gfield_radio li:before, .gpnf-edit-form .gform_wrapper .gform_body .gfield_radio li:before {
  display: none;
}
#main .gform_wrapper .gform_body .top_label input.large.datepicker, #main .gform_wrapper .gform_body .top_label input.medium.datepicker, #main .gform_wrapper .gform_body .top_label input.small.datepicker, .gpnf-modal .gform_wrapper .gform_body .top_label input.large.datepicker, .gpnf-modal .gform_wrapper .gform_body .top_label input.medium.datepicker, .gpnf-modal .gform_wrapper .gform_body .top_label input.small.datepicker, .gpnf-edit-form .gform_wrapper .gform_body .top_label input.large.datepicker, .gpnf-edit-form .gform_wrapper .gform_body .top_label input.medium.datepicker, .gpnf-edit-form .gform_wrapper .gform_body .top_label input.small.datepicker {
  width: 100%;
}
#main .gform_wrapper .gform_body .top_label li.gfield.gf_right_half, .gpnf-modal .gform_wrapper .gform_body .top_label li.gfield.gf_right_half, .gpnf-edit-form .gform_wrapper .gform_body .top_label li.gfield.gf_right_half {
  width: 50%;
  margin-top: 0;
  padding-left: 10px;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main .gform_wrapper .gform_body .top_label li.gfield.gf_left_half, .gpnf-modal .gform_wrapper .gform_body .top_label li.gfield.gf_left_half, .gpnf-edit-form .gform_wrapper .gform_body .top_label li.gfield.gf_left_half {
  width: 50%;
  margin-top: 0;
  padding-right: 10px;
  margin-right: 0;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main .gform_wrapper .gform_body .top_label li.gfield.gf_left_third, .gpnf-modal .gform_wrapper .gform_body .top_label li.gfield.gf_left_third, .gpnf-edit-form .gform_wrapper .gform_body .top_label li.gfield.gf_left_third {
  width: 33.33%;
  margin-top: 0;
  padding-right: 13px;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main .gform_wrapper .gform_body .top_label li.gfield.gf_middle_third, .gpnf-modal .gform_wrapper .gform_body .top_label li.gfield.gf_middle_third, .gpnf-edit-form .gform_wrapper .gform_body .top_label li.gfield.gf_middle_third {
  width: 33.33%;
  margin-top: 0;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main .gform_wrapper .gform_body .top_label li.gfield.gf_right_third, .gpnf-modal .gform_wrapper .gform_body .top_label li.gfield.gf_right_third, .gpnf-edit-form .gform_wrapper .gform_body .top_label li.gfield.gf_right_third {
  width: 33.33%;
  margin-top: 0;
  padding-left: 13px;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main .gform_wrapper .gform_body .address_line_1, #main .gform_wrapper .gform_body .address_line_2, .gpnf-modal .gform_wrapper .gform_body .address_line_1, .gpnf-modal .gform_wrapper .gform_body .address_line_2, .gpnf-edit-form .gform_wrapper .gform_body .address_line_1, .gpnf-edit-form .gform_wrapper .gform_body .address_line_2 {
  display: block;
  margin-bottom: 20px;
}
#main .gform_wrapper .gform_body .address_line_1 input, #main .gform_wrapper .gform_body .address_line_2 input, .gpnf-modal .gform_wrapper .gform_body .address_line_1 input, .gpnf-modal .gform_wrapper .gform_body .address_line_2 input, .gpnf-edit-form .gform_wrapper .gform_body .address_line_1 input, .gpnf-edit-form .gform_wrapper .gform_body .address_line_2 input {
  margin-bottom: 0;
}
#main .gform_wrapper .gform_body .address_city, .gpnf-modal .gform_wrapper .gform_body .address_city, .gpnf-edit-form .gform_wrapper .gform_body .address_city {
  padding-right: 10px;
  margin: 0 !important;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
#main .gform_wrapper .gform_body .address_city input, .gpnf-modal .gform_wrapper .gform_body .address_city input, .gpnf-edit-form .gform_wrapper .gform_body .address_city input {
  margin-bottom: 0;
}
#main .gform_wrapper .gform_body .address_state, .gpnf-modal .gform_wrapper .gform_body .address_state, .gpnf-edit-form .gform_wrapper .gform_body .address_state {
  width: 25%;
  margin: 0 !important;
  padding-right: 5px;
  padding-left: 10px;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
#main .gform_wrapper .gform_body .address_state input, .gpnf-modal .gform_wrapper .gform_body .address_state input, .gpnf-edit-form .gform_wrapper .gform_body .address_state input {
  margin-bottom: 0 !important;
}
#main .gform_wrapper .gform_body .address_zip, .gpnf-modal .gform_wrapper .gform_body .address_zip, .gpnf-edit-form .gform_wrapper .gform_body .address_zip {
  width: 25%;
  padding-left: 15px;
  padding-right: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
#main .gform_wrapper .gform_body .address_zip input, .gpnf-modal .gform_wrapper .gform_body .address_zip input, .gpnf-edit-form .gform_wrapper .gform_body .address_zip input {
  margin-bottom: 0;
}
#main .gform_wrapper .gform_body .gsection, .gpnf-modal .gform_wrapper .gform_body .gsection, .gpnf-edit-form .gform_wrapper .gform_body .gsection {
  width: 100%;
  margin-top: 24px !important;
  padding-top: 0px;
  display: inline-block;
}
#main .gform_wrapper .gform_body h2.gsection_title, .gpnf-modal .gform_wrapper .gform_body h2.gsection_title, .gpnf-edit-form .gform_wrapper .gform_body h2.gsection_title {
  font-weight: normal;
}
#main .gform_wrapper .gform_body .ginput_cardinfo_left, .gpnf-modal .gform_wrapper .gform_body .ginput_cardinfo_left, .gpnf-edit-form .gform_wrapper .gform_body .ginput_cardinfo_left {
  width: 65%;
  padding-right: 20px;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
#main .gform_wrapper .gform_body .ginput_cardinfo_right, .gpnf-modal .gform_wrapper .gform_body .ginput_cardinfo_right, .gpnf-edit-form .gform_wrapper .gform_body .ginput_cardinfo_right {
  width: 35%;
}
#main .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container, .gpnf-modal .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container, .gpnf-edit-form .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container {
  width: 49% !important;
  float: left;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
#main .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(2), .gpnf-modal .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(2), .gpnf-edit-form .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(2) {
  margin-right: 1% !important;
}
#main .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(4), .gpnf-modal .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(4), .gpnf-edit-form .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(4) {
  margin-left: 1% !important;
}
#main .gform_wrapper .gform_body .ginput_card_expiration_container label, .gpnf-modal .gform_wrapper .gform_body .ginput_card_expiration_container label, .gpnf-edit-form .gform_wrapper .gform_body .ginput_card_expiration_container label {
  clear: both;
}
#main .gform_wrapper .gform_body .ginput_container_creditcard, .gpnf-modal .gform_wrapper .gform_body .ginput_container_creditcard, .gpnf-edit-form .gform_wrapper .gform_body .ginput_container_creditcard {
  margin-bottom: 20px;
  display: block;
}
#main .gform_wrapper .gform_body .ginput_container_creditcard input, #main .gform_wrapper .gform_body .ginput_container_creditcard select, .gpnf-modal .gform_wrapper .gform_body .ginput_container_creditcard input, .gpnf-modal .gform_wrapper .gform_body .ginput_container_creditcard select, .gpnf-edit-form .gform_wrapper .gform_body .ginput_container_creditcard input, .gpnf-edit-form .gform_wrapper .gform_body .ginput_container_creditcard select {
  margin-bottom: 0px;
}
#main .gform_wrapper .gform_body .ginput_container_creditcard .ginput_full, .gpnf-modal .gform_wrapper .gform_body .ginput_container_creditcard .ginput_full, .gpnf-edit-form .gform_wrapper .gform_body .ginput_container_creditcard .ginput_full {
  margin-bottom: 20px;
  display: block;
}
#main .gform_wrapper .gform_body .ginput_container_creditcard .ginput_full:last-child, .gpnf-modal .gform_wrapper .gform_body .ginput_container_creditcard .ginput_full:last-child, .gpnf-edit-form .gform_wrapper .gform_body .ginput_container_creditcard .ginput_full:last-child {
  margin-bottom: 0;
}
#main .gform_wrapper .gform_body .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon, .gpnf-modal .gform_wrapper .gform_body .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon, .gpnf-edit-form .gform_wrapper .gform_body .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  top: -2px;
}
#main .gform_wrapper .gform_body .field_sublabel_below .ginput_complex.ginput_container label, #main .gform_wrapper .gform_body .field_sublabel_below div[class*=gfield_time_].ginput_container label, .gpnf-modal .gform_wrapper .gform_body .field_sublabel_below .ginput_complex.ginput_container label, .gpnf-modal .gform_wrapper .gform_body .field_sublabel_below div[class*=gfield_time_].ginput_container label, .gpnf-edit-form .gform_wrapper .gform_body .field_sublabel_below .ginput_complex.ginput_container label, .gpnf-edit-form .gform_wrapper .gform_body .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin-bottom: 0;
}
#main .gform_wrapper .gform_body .select2-container--default .select2-selection--single .select2-selection__rendered, .gpnf-modal .gform_wrapper .gform_body .select2-container--default .select2-selection--single .select2-selection__rendered, .gpnf-edit-form .gform_wrapper .gform_body .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 30px !important;
  padding-left: 10px !important;
  color: black !important;
  line-height: 40px !important;
  font-size: 18px !important;
}
#main .gform_wrapper .gform_body .select2-container .select2-selection--single, .gpnf-modal .gform_wrapper .gform_body .select2-container .select2-selection--single, .gpnf-edit-form .gform_wrapper .gform_body .select2-container .select2-selection--single {
  height: 40px !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border: 1px solid #d9d9d9 !important;
  padding-left: 0 !important;
  background-color: #f7f7f4 !important;
}
#main .gform_wrapper .gform_body .select2-container--default .select2-selection--single .select2-selection__arrow b, .gpnf-modal .gform_wrapper .gform_body .select2-container--default .select2-selection--single .select2-selection__arrow b, .gpnf-edit-form .gform_wrapper .gform_body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #d9d9d9 transparent transparent transparent !important;
  border-width: 8px 6px 0 6px !important;
  margin-left: -6px !important;
  margin-top: -4px !important;
  display: block !important;
}
#main .gform_wrapper .gform_body .select2-container--default .select2-selection--single .select2-selection__arrow, .gpnf-modal .gform_wrapper .gform_body .select2-container--default .select2-selection--single .select2-selection__arrow, .gpnf-edit-form .gform_wrapper .gform_body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  width: 30px !important;
}
#main .gform_wrapper .gform_body .select2-container--default .select2-selection--single .select2-selection__arrow:before, .gpnf-modal .gform_wrapper .gform_body .select2-container--default .select2-selection--single .select2-selection__arrow:before, .gpnf-edit-form .gform_wrapper .gform_body .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  display: none !important;
}
#main .gform_wrapper .gform_body [type=checkbox]:not(:checked),
#main .gform_wrapper .gform_body [type=checkbox]:checked, .gpnf-modal .gform_wrapper .gform_body [type=checkbox]:not(:checked),
.gpnf-modal .gform_wrapper .gform_body [type=checkbox]:checked, .gpnf-edit-form .gform_wrapper .gform_body [type=checkbox]:not(:checked),
.gpnf-edit-form .gform_wrapper .gform_body [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
#main .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label,
#main .gform_wrapper .gform_body [type=checkbox]:checked + label, .gpnf-modal .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label,
.gpnf-modal .gform_wrapper .gform_body [type=checkbox]:checked + label, .gpnf-edit-form .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label,
.gpnf-edit-form .gform_wrapper .gform_body [type=checkbox]:checked + label {
  position: relative;
  padding-left: 30px;
  margin-left: 4px;
  display: block;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
}
#main .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:before,
#main .gform_wrapper .gform_body [type=checkbox]:checked + label:before, .gpnf-modal .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:before,
.gpnf-modal .gform_wrapper .gform_body [type=checkbox]:checked + label:before, .gpnf-edit-form .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:before,
.gpnf-edit-form .gform_wrapper .gform_body [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #c3c3c3;
  background: #ffffff;
}
#main .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:after,
#main .gform_wrapper .gform_body [type=checkbox]:checked + label:after, .gpnf-modal .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:after,
.gpnf-modal .gform_wrapper .gform_body [type=checkbox]:checked + label:after, .gpnf-edit-form .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:after,
.gpnf-edit-form .gform_wrapper .gform_body [type=checkbox]:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: 4px;
  position: absolute;
  top: 0;
  left: 3px;
  font-size: 0px;
  background-color: #f7941e;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:after, .gpnf-modal .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:after, .gpnf-edit-form .gform_wrapper .gform_body [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  /* invisible */
}
#main .gform_wrapper .gform_body [type=checkbox]:checked + label:after, .gpnf-modal .gform_wrapper .gform_body [type=checkbox]:checked + label:after, .gpnf-edit-form .gform_wrapper .gform_body [type=checkbox]:checked + label:after {
  opacity: 1;
  /* visible */
}
#main .gform_wrapper .gform_body [type=radio]:not(:checked),
#main .gform_wrapper .gform_body [type=radio]:checked, .gpnf-modal .gform_wrapper .gform_body [type=radio]:not(:checked),
.gpnf-modal .gform_wrapper .gform_body [type=radio]:checked, .gpnf-edit-form .gform_wrapper .gform_body [type=radio]:not(:checked),
.gpnf-edit-form .gform_wrapper .gform_body [type=radio]:checked {
  position: absolute;
  left: -9999px;
}
#main .gform_wrapper .gform_body [type=radio]:not(:checked) + label,
#main .gform_wrapper .gform_body [type=radio]:checked + label, .gpnf-modal .gform_wrapper .gform_body [type=radio]:not(:checked) + label,
.gpnf-modal .gform_wrapper .gform_body [type=radio]:checked + label, .gpnf-edit-form .gform_wrapper .gform_body [type=radio]:not(:checked) + label,
.gpnf-edit-form .gform_wrapper .gform_body [type=radio]:checked + label {
  position: relative;
  padding-left: 30px;
  margin-left: 4px;
  display: block;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.2;
}
#main .gform_wrapper .gform_body [type=radio]:not(:checked) + label:before,
#main .gform_wrapper .gform_body [type=radio]:checked + label:before, .gpnf-modal .gform_wrapper .gform_body [type=radio]:not(:checked) + label:before,
.gpnf-modal .gform_wrapper .gform_body [type=radio]:checked + label:before, .gpnf-edit-form .gform_wrapper .gform_body [type=radio]:not(:checked) + label:before,
.gpnf-edit-form .gform_wrapper .gform_body [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #c3c3c3;
  background: #ffffff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#main .gform_wrapper .gform_body [type=radio]:not(:checked) + label:after,
#main .gform_wrapper .gform_body [type=radio]:checked + label:after, .gpnf-modal .gform_wrapper .gform_body [type=radio]:not(:checked) + label:after,
.gpnf-modal .gform_wrapper .gform_body [type=radio]:checked + label:after, .gpnf-edit-form .gform_wrapper .gform_body [type=radio]:not(:checked) + label:after,
.gpnf-edit-form .gform_wrapper .gform_body [type=radio]:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: 4px;
  position: absolute;
  top: 0;
  left: 3px;
  font-size: 0px;
  background-color: #f7941e;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .gform_wrapper .gform_body [type=radio]:not(:checked) + label:after, .gpnf-modal .gform_wrapper .gform_body [type=radio]:not(:checked) + label:after, .gpnf-edit-form .gform_wrapper .gform_body [type=radio]:not(:checked) + label:after {
  opacity: 0;
  /* invisible */
}
#main .gform_wrapper .gform_body [type=radio]:checked + label:after, .gpnf-modal .gform_wrapper .gform_body [type=radio]:checked + label:after, .gpnf-edit-form .gform_wrapper .gform_body [type=radio]:checked + label:after {
  opacity: 1;
  /* visible */
}
#main .gform_wrapper .gform_footer, .gpnf-modal .gform_wrapper .gform_footer, .gpnf-edit-form .gform_wrapper .gform_footer {
  padding: 0;
}
#main .gform_wrapper .gform_footer .button, .gpnf-modal .gform_wrapper .gform_footer .button, .gpnf-edit-form .gform_wrapper .gform_footer .button {
  min-width: 130px;
  margin-right: 0;
  margin-bottom: 0;
  font-size: 18px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#main .gform_wrapper .ginput_complex .ginput_full, #main .gform_wrapper .ginput_complex .ginput_left, #main .gform_wrapper .ginput_complex .ginput_right, .gpnf-modal .gform_wrapper .ginput_complex .ginput_full, .gpnf-modal .gform_wrapper .ginput_complex .ginput_left, .gpnf-modal .gform_wrapper .ginput_complex .ginput_right, .gpnf-edit-form .gform_wrapper .ginput_complex .ginput_full, .gpnf-edit-form .gform_wrapper .ginput_complex .ginput_left, .gpnf-edit-form .gform_wrapper .ginput_complex .ginput_right {
  min-height: 0px;
}

.gpnf-modal .gform_wrapper .gform_body, .gpnf-edit-form .gform_wrapper .gform_body {
  font-size: 18px;
}
.gpnf-modal .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gpnf-modal .gform_wrapper .gform_body textarea, .gpnf-edit-form .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gpnf-edit-form .gform_wrapper .gform_body textarea {
  background-color: white;
}
.gpnf-modal .gform_wrapper .gform_body .select2-container .select2-selection--single, .gpnf-edit-form .gform_wrapper .gform_body .select2-container .select2-selection--single {
  background-color: white !important;
}

/* =======================================
	Responsiveness
======================================= */
@media screen and (max-width: 1280px) {
  #branding .site-logo {
    width: 60%;
  }

  #branding .mobile-menu-button-wrapper {
    display: inline-block;
  }

  #primary-nav {
    width: 100%;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    right: 100%;
    opacity: 0;
    background-color: white;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: right 0s 0.3s, opacity 0.3s;
    -moz-transition: right 0s 0.3s, opacity 0.3s;
    -o-transition: right 0s 0.3s, opacity 0.3s;
    transition: right 0s 0.3s, opacity 0.3s;
  }
  #primary-nav.active {
    right: 0;
    opacity: 1;
    -webkit-transition: right 0s 0s, opacity 0.3s;
    -moz-transition: right 0s 0s, opacity 0.3s;
    -o-transition: right 0s 0s, opacity 0.3s;
    transition: right 0s 0s, opacity 0.3s;
  }
  #primary-nav ul li a {
    padding: 10px;
  }

  .home-secondary-content-wrapper #home-counters {
    width: 410px;
  }

  #home-news-social .home-news-social-selector-wrapper {
    width: 360px;
    padding: 20px;
  }

  #home-news-social .home-news-social-content-wrapper .home-news-social-content {
    padding: 20px;
  }

  #home-news-social .home-news-social-wrapper::before {
    width: 400px;
  }

  #home-news-social .home-news-social-selector-wrapper .home-news-social-selector-title .selector-title-large-text {
    font-size: 40px;
  }

  .charity-navigator-guide-star img {
    max-width: 30%;
  }
  .charity-navigator-guide-star strong {
    max-width: 70%;
  }

  .primary-secondary-wrapper {
    margin-right: 460px;
  }

  #secondary {
    width: 400px;
    padding-left: 60px;
    margin-right: -460px;
  }

  .lower-footer-wrapper .footer-logos {
    width: 50%;
  }

  .lower-footer-wrapper .footer-address {
    width: 50%;
    padding-right: 0;
    text-align: right;
  }

  .lower-footer-wrapper .footer-phone {
    width: 50%;
    margin-top: 40px;
    text-align: left;
  }

  .lower-footer-wrapper .footer-social {
    width: 50%;
    margin-top: 40px;
  }

  .section-5-team-members-wrapper .team-member {
    width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  #home-content .home-content-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  #home-content .home-map-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .home-secondary-content-wrapper #home-counters {
    width: 100%;
    padding: 0;
    margin: -20px;
    margin-bottom: 20px;
    border-right: 0px solid white;
    float: none;
    text-align: center;
  }

  .home-secondary-content-wrapper #home-counters .home-counter {
    display: inline-block;
    margin: 20px;
    text-align: left;
  }

  #home-news-social .home-news-social-selector-wrapper {
    width: auto;
    float: none;
    background-color: #f7941e;
  }

  #home-news-social .home-news-social-wrapper::before {
    display: none;
  }

  .section-5-team-members-wrapper .team-member {
    width: 33.33%;
  }

  #program-news .content-wrapper .news-article {
    width: 50%;
  }

  .primary-secondary-wrapper {
    margin-right: 0px;
  }

  #secondary {
    width: 100%;
    padding-top: 0;
    padding-left: 0px;
    margin-right: 0px;
    clear: both;
  }

  #pantry-resources .resource-groups-wrapper .resource-group .resources-wrapper .resource {
    width: 33.33%;
  }
}
@media screen and (max-width: 900px) {
  #home-slideshow .slide .slide-content-wrapper .slide-content {
    max-width: none;
    text-align: center;
  }

  #home-slideshow .slide .slide-title {
    font-size: 35px;
  }

  #home-content, .home-secondary-content-wrapper, #home-news-social, #home-slideshow .slide .slide-content-wrapper, .page-header, #primary, #secondary, .about-section, #secondary-content, #tertiary-content {
    padding: 40px 0;
  }

  #secondary {
    padding-bottom: 40px;
  }

  #program-news {
    padding-bottom: 40px;
  }
  #program-news .contnet-wrapper {
    padding-top: 40px;
  }

  div.alignleft, div.alignright, .wp-block-image figure.alignright, .wp-block-image figure.alignleft {
    max-width: 100%;
    display: block;
    float: none;
    margin: 30px auto;
  }
  div.alignleft:first-child, div.alignright:first-child, .wp-block-image figure.alignright:first-child, .wp-block-image figure.alignleft:first-child {
    margin-top: 0;
  }
  div.alignleft:last-child, div.alignright:last-child, .wp-block-image figure.alignright:last-child, .wp-block-image figure.alignleft:last-child {
    margin-bottom: 0;
  }

  #legislators .legislator {
    width: 100%;
  }

  #primary-nav {
    padding: 0;
    overflow: auto;
  }
  #primary-nav > div {
    padding-bottom: 10px;
    display: block;
  }
  #primary-nav ul li {
    display: block;
  }
  #primary-nav ul li a {
    padding: 5px 20px;
  }
  #primary-nav ul li.button {
    margin-top: 5px;
  }
  #primary-nav ul li.menu-item-has-children .sub-menu {
    width: 100%;
    height: 0;
    padding-top: 0;
    position: static;
    opacity: 1;
  }
  #primary-nav ul li.menu-item-has-children .sub-menu:before {
    display: none;
  }
  #primary-nav ul li.menu-item-has-children .sub-menu li {
    width: 100% !important;
  }

  .charity-navigator-guide-star img {
    max-width: 40%;
  }
  .charity-navigator-guide-star strong {
    max-width: 60%;
  }

  #videos .videos-wrapper {
    margin: -10px;
    text-align: center;
  }
  #videos .videos-wrapper .video {
    width: 50%;
    padding: 10px;
  }

  #recipes .recipes-wrapper {
    margin: -10px;
    text-align: center;
  }
  #recipes .recipes-wrapper .recipe {
    padding: 10px;
    width: 50%;
  }

  .upper-footer-wrapper .gform_wrapper .gform_heading {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
    text-align: left;
  }

  .upper-footer-wrapper .gform_wrapper form {
    width: 100%;
    padding-left: 0;
  }

  .upper-footer-wrapper .gform_wrapper .gform_footer {
    margin-top: 0;
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  #wrapper {
    margin-bottom: -600px;
  }

  .section-3-image-logo-wrapper .section-3-image-wrapper {
    width: auto;
    padding-right: 0;
    margin-bottom: 30px;
    display: block;
  }

  .section-3-image-logo-wrapper .section-3-logos-wrapper {
    width: auto;
    padding-left: 0;
    display: block;
  }
  .section-3-image-logo-wrapper .section-3-logos-wrapper .logo {
    text-align: center;
  }

  .section-4-board-members-wrapper .board-member {
    width: 50%;
  }

  .section-5-team-members-wrapper .team-member {
    width: 50%;
  }

  .accordion-wrapper .accordion .accordion-content-wrapper .accordion-content {
    padding: 20px;
  }

  .shadowbox {
    max-width: none;
    margin-left: 5px;
    padding: 20px;
    float: none;
  }

  .orange-box, p.orange-box {
    font-size: 24px;
  }

  .orange-box strong, p.orange-box strong {
    font-size: 30px;
  }

  .contact-thumbnail {
    height: auto !important;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }

  .contact-content-wrapper {
    height: auto !important;
  }

  .sponsor-group-wrapper .sponsor-group .sponsor-wrapper .sponsor {
    width: 50%;
  }

  #flip-buttons .flip-button-wrapper {
    width: 100%;
  }

  #flip-buttons .flip-button-wrapper:nth-child(2n) .flip-button .flip-button-side {
    background-color: #f68838;
  }
  #flip-buttons .flip-button-wrapper:nth-child(2n) .flip-button .flip-button-side .flip-button-content .button {
    color: #f68838;
  }

  #flip-buttons .flip-button-wrapper:nth-child(2n+1) .flip-button .flip-button-side {
    background-color: #436026;
  }
  #flip-buttons .flip-button-wrapper:nth-child(2n+1) .flip-button .flip-button-side .flip-button-content .button {
    color: #436026;
  }

  .content-wrapper .post-thumbnail, .content-wrapper .article-wrapper article .post-thumbnail {
    float: none;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  #main .gform_wrapper h3.gform_title, .gpnf-modal .gform_wrapper h3.gform_title, .gpnf-edit-form .gform_wrapper h3.gform_title {
    font-size: 30px;
  }

  #pantry-resources .resource-groups-wrapper .resource-group .resources-wrapper .resource {
    width: 50%;
  }

  #footer, #push {
    height: 600px;
  }

  .lower-footer-wrapper {
    height: 400px;
  }

  .lower-footer-wrapper .footer-logos {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .lower-footer-wrapper .footer-logos .footer-logos-wrapper {
    margin: 0 auto;
  }

  .lower-footer-wrapper .footer-address {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .lower-footer-wrapper .footer-phone {
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
    text-align: center;
  }

  .lower-footer-wrapper .footer-social {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 641px) {
  #main .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]), #footer .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1.2;
    min-height: 0;
  }

  #main .gform_wrapper .ginput_container span:not(.ginput_price), #footer .gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 0;
  }

  #main .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio .gfield_radio li, #main .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio .gfield_radio li, .gpnf-modal .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio .gfield_radio li, .gpnf-modal .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio .gfield_radio li, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio .gfield_radio li, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio .gfield_radio li {
    display: block;
  }

  #main .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:not(:checked) + label, #main .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:not(:checked) + label, .gpnf-modal .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:not(:checked) + label, .gpnf-modal .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:not(:checked) + label, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:not(:checked) + label, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:not(:checked) + label {
    width: 100%;
  }

  #main .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:checked + label, #main .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:checked + label, .gpnf-modal .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:checked + label, .gpnf-modal .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:checked + label, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio [type=radio]:checked + label, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio [type=radio]:checked + label {
    width: 100%;
  }

  #main .gform_wrapper .gform_footer input.button, #main .gform_wrapper .gform_footer input[type=submit], #main .gform_wrapper .gform_page_footer input.button, #main .gform_wrapper .gform_page_footer input[type=submit], #footer .gform_wrapper .gform_footer input.button, #footer .gform_wrapper .gform_footer input[type=submit], #footer .gform_wrapper .gform_page_footer input.button, #footer .gform_wrapper .gform_page_footer input[type=submit] {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  #main .gform_wrapper .gform_body .top_label li.gfield.gf_left_half, .gpnf-modal .gform_wrapper .gform_body .top_label li.gfield.gf_left_half, .gpnf-edit-form .gform_wrapper .gform_body .top_label li.gfield.gf_left_half {
    width: 100%;
    padding-right: 0;
  }

  #main .gform_wrapper .gform_body .top_label li.gfield.gf_right_half, .gpnf-modal .gform_wrapper .gform_body .top_label li.gfield.gf_right_half, .gpnf-edit-form .gform_wrapper .gform_body .top_label li.gfield.gf_right_half {
    width: 100%;
    padding-left: 0;
  }

  #main .gform_wrapper.login_form_wrapper .gform_footer, .gpnf-modal .gform_wrapper.login_form_wrapper .gform_footer, .gpnf-edit-form .gform_wrapper.login_form_wrapper .gform_footer {
    padding-bottom: 40px;
  }

  #main .gform_wrapper.login_form_wrapper .gform_body .beside-submit, .gpnf-modal .gform_wrapper.login_form_wrapper .gform_body .beside-submit, .gpnf-edit-form .gform_wrapper.login_form_wrapper .gform_body .beside-submit {
    bottom: -110px;
    left: 0;
  }

  #main .gform_wrapper.captcha-beside-submit_wrapper .gform_body .beside-submit, .gpnf-modal .gform_wrapper.captcha-beside-submit_wrapper .gform_body .beside-submit, .gpnf-edit-form .gform_wrapper.captcha-beside-submit_wrapper .gform_body .beside-submit {
    margin-bottom: 20px !important;
    position: relative;
    bottom: auto;
    right: auto;
  }

  #main .gform_wrapper.captcha-beside-submit_wrapper .gform_footer, .gpnf-modal .gform_wrapper.captcha-beside-submit_wrapper .gform_footer, .gpnf-edit-form .gform_wrapper.captcha-beside-submit_wrapper .gform_footer {
    margin-top: 0;
  }

  #main .gform_wrapper .gform_body .address_line_1, #main .gform_wrapper .gform_body .address_line_2, .gpnf-modal .gform_wrapper .gform_body .address_line_1, .gpnf-modal .gform_wrapper .gform_body .address_line_2, .gpnf-edit-form .gform_wrapper .gform_body .address_line_1, .gpnf-edit-form .gform_wrapper .gform_body .address_line_2 {
    margin-bottom: 20px !important;
  }

  #main .gform_wrapper li.gfield .address_city {
    padding-right: 0;
  }

  #main .gform_wrapper li.gfield .address_city, #main .gform_wrapper li.gfield .address_state {
    margin-bottom: 20px !important;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }

  #main .gform_wrapper li.gfield .address_zip {
    width: auto;
    padding-left: 0;
  }

  #main .gform_wrapper .gform_body .ginput_cardinfo_right, .gpnf-modal .gform_wrapper .gform_body .ginput_cardinfo_right, .gpnf-edit-form .gform_wrapper .gform_body .ginput_cardinfo_right {
    margin-bottom: 0;
  }

  #main .gform_wrapper li.gfield.auto-width input[type=email], #main .gform_wrapper li.gfield.auto-width input[type=number], #main .gform_wrapper li.gfield.auto-width input[type=password], #main .gform_wrapper li.gfield.auto-width input[type=tel], #main .gform_wrapper li.gfield.auto-width input[type=text], #main .gform_wrapper li.gfield.auto-width input[type=url], #main .gform_wrapper li.gfield.auto-width textarea {
    width: 100%;
  }

  #main .gform_wrapper .gfield_checkbox li, #main .gform_wrapper .gfield_radio li {
    margin-bottom: 8px;
  }

  #main .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container, .gpnf-modal .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container, .gpnf-edit-form .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container {
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  #main .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(2), .gpnf-modal .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(2), .gpnf-edit-form .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(2) {
    margin-right: 0 !important;
  }

  #main .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(4), .gpnf-modal .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(4), .gpnf-edit-form .gform_wrapper .gform_body .ginput_card_expiration_container .select2-container:nth-child(4) {
    margin-left: 0 !important;
  }

  #main .gform_wrapper .gform_body .ginput_cardinfo_left, .gpnf-modal .gform_wrapper .gform_body .ginput_cardinfo_left, .gpnf-edit-form .gform_wrapper .gform_body .ginput_cardinfo_left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }

  #main .gform_wrapper .gform_body .ginput_cardinfo_right, .gpnf-modal .gform_wrapper .gform_body .ginput_cardinfo_right, .gpnf-edit-form .gform_wrapper .gform_body .ginput_cardinfo_right {
    width: 100%;
    padding-left: 0;
  }

  #main .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio, #main .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio, .gpnf-modal .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio, .gpnf-modal .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-radio, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-radio {
    width: 100%;
    padding-right: 0;
  }

  #main .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-user-defined, #main .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-user-defined, .gpnf-modal .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-user-defined, .gpnf-modal .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-user-defined, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .top_label li.gfield.donation-user-defined, .gpnf-edit-form .gform_wrapper.secure-form_wrapper .bottom_label li.gfield.donation-user-defined {
    width: 100%;
    padding-left: 0;
  }

  #home-slideshow .slide .slide-content-wrapper .slide-content {
    padding: 20px;
  }

  .section-3-image-logo-wrapper .section-3-logos-wrapper .logo {
    width: 50%;
  }

  .charity-navigator-guide-star {
    text-align: center;
  }
  .charity-navigator-guide-star img {
    max-width: 100%;
    margin: 0 auto 20px;
    padding-right: 0;
  }
  .charity-navigator-guide-star strong {
    max-width: 100%;
  }

  .button-wrapper {
    margin: 30px 0;
  }
  .button-wrapper:first-child {
    margin-top: 0;
  }
  .button-wrapper:last-child {
    margin-bottom: 0;
  }

  .content-wrapper .entry-content ul li::before, .content-wrapper .page-content ul li::before, .content-wrapper .contact-content ul li::before, .about-section ul li::before {
    font-size: 14px;
    position: relative;
    top: -2px;
  }

  .content-wrapper .entry-content ul, .content-wrapper .page-content ul, .content-wrapper .contact-content ul, .about-section ul {
    margin-left: 34px;
  }
}
@media screen and (max-width: 600px) {
  .content-wrapper .wp-block-media-text .wp-block-media-text__content:last-child {
    padding-left: 0;
  }
  .content-wrapper .wp-block-media-text .wp-block-media-text__content:first-child {
    padding-right: 0;
  }

  .wp-block-column {
    margin-bottom: 30px;
  }
  .wp-block-column:last-child {
    margin-bottom: 0;
  }

  .button-wrapper.nutrition-class-button-wrapper {
    text-align: left;
  }
}
@media screen and (max-width: 580px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 26px;
  }

  #home-slideshow .slide .slide-title, #home-news-social .home-news-social-selector-wrapper .home-news-social-selector-title .selector-title-large-text {
    font-size: 30px;
  }

  .section-4-board-members-wrapper .board-member {
    width: 100%;
  }

  #legislators .legislator .legislator-image {
    max-width: none;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }

  #mapinfo .info-block .membinfo img {
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  #program-news .content-wrapper .news-article {
    width: 100%;
  }

  #videos .videos-wrapper .video {
    width: 100%;
  }

  #recipes .recipes-wrapper .recipe {
    width: 100%;
  }

  #videos h2 {
    padding-right: 0;
  }
  #videos h2 .beside-title {
    margin-top: 10px;
    position: relative;
  }

  .upper-footer-wrapper .gform_wrapper .gform_heading {
    margin-bottom: 20px;
  }

  .upper-footer-wrapper .gform_wrapper form {
    padding-right: 0;
  }

  .upper-footer-wrapper .gform_wrapper .gform_footer {
    margin-top: 10px;
    position: relative;
  }

  #wrapper {
    margin-bottom: 0;
  }

  #push, #footer {
    height: auto;
  }

  .upper-footer-wrapper {
    height: auto;
    padding: 20px 0;
  }

  .lower-footer-wrapper {
    height: auto;
    padding: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  #main .gform_wrapper.secure-form_wrapper .gform_footer:before {
    width: 18px;
    left: 15px;
    margin-left: 0;
  }
  #main .gform_wrapper.secure-form_wrapper .gform_footer .button {
    padding-left: 40px;
    white-space: normal;
    font-size: 24px;
  }

  .home-secondary-content-wrapper #home-counters {
    margin: -20px 0 20px;
  }

  .home-secondary-content-wrapper #home-counters .home-counter {
    margin: 20px 0;
    display: block;
    text-align: center;
  }

  .home-secondary-content-wrapper #home-counters .counter-icon {
    margin-right: 0;
    float: none;
  }

  .lower-footer-wrapper .footer-address a {
    font-size: 18px;
  }

  .lower-footer-wrapper .footer-phone a {
    font-size: 22px;
  }

  .section-3-image-logo-wrapper .section-3-logos-wrapper .logo {
    width: 100%;
    height: auto !important;
  }

  .section-5-team-members-wrapper .team-member {
    width: 100%;
  }

  #about-nav .about-nav-item {
    margin: 0;
    padding: 0;
    display: block;
    border-right: 0px solid white;
    border-bottom: 1px solid #b2b2b2;
  }
  #about-nav .about-nav-item a {
    padding: 5px 10px;
    display: block;
  }
  #about-nav .about-nav-item:last-child {
    border-bottom: 0px solid white;
  }

  .accordion-wrapper .accordion .accordion-title {
    font-size: 20px;
  }

  .sponsor-group-wrapper .sponsor-group .sponsor-wrapper .sponsor {
    width: 100%;
    height: auto !important;
  }

  #pantry-resources .resource-groups-wrapper .resource-group .resources-wrapper .resource {
    width: 100%;
  }
}
/* -- FreshySites CSS - Thank You Page -- */
@media (min-width: 1571px) {
  .page-id-4319 .page-content {
    max-width: 60%;
    margin: auto;
  }

  .thank-you-page-header {
    font-size: 80px;
    font-family: "Barlow Condensed Bold";
    text-transform: uppercase;
  }

  .thank-you-page-image {
    width: 160%;
    margin: -80px 0vw -6vw -8vw;
    padding-top: 30px;
  }
}
@media (min-width: 1460px) and (max-width: 1570px) {
  .page-id-4319 .page-content {
    max-width: 60%;
    margin: auto;
  }

  .thank-you-page-header {
    font-size: 80px;
    font-family: "Barlow Condensed Bold";
    text-transform: uppercase;
  }

  .thank-you-page-image {
    width: 160%;
    margin: -80px 0vw -6vw -2vw;
    padding-top: 30px;
  }
}
@media (min-width: 1396px) and (max-width: 1459px) {
  .page-id-4319 .page-content {
    max-width: 60%;
    margin: auto;
  }

  .thank-you-page-header {
    font-size: 70px;
    font-family: "Barlow Condensed Bold";
    text-transform: uppercase;
  }

  .thank-you-page-image {
    width: 150%;
    margin: -80px 0vw -2vw -8vw;
    padding-top: 20px;
  }
}
@media (min-width: 1281px) and (max-width: 1395px) {
  .page-id-4319 .page-content {
    max-width: 60%;
    margin: auto;
  }

  .thank-you-page-header {
    font-size: 70px;
    font-family: "Barlow Condensed Bold";
    text-transform: uppercase;
  }

  .thank-you-page-image {
    width: 150%;
    margin: -60px 0vw -2vw -4vw;
    padding-top: 20px;
  }
}
@media (min-width: 801px) and (max-width: 1280px) {
  .page-id-4319 .page-content {
    max-width: 90%;
    margin: auto;
  }

  .page-id-4319 .wp-block-columns {
    display: block;
  }

  .thank-you-page-header {
    font-size: 50px;
    font-family: "Barlow Condensed Bold";
    text-align: center;
    text-transform: uppercase;
  }

  .thank-you-page-image {
    width: 40%;
    margin: auto;
    padding-top: 20px;
  }
}
@media (min-width: 581px) and (max-width: 800px) {
  .page-id-4319 .page-content {
    max-width: 90%;
    margin: auto;
  }

  .page-id-4319 .wp-block-columns {
    display: block;
  }

  .thank-you-page-header {
    font-size: 50px;
    font-family: "Barlow Condensed Bold";
    text-align: center;
    text-transform: uppercase;
  }

  .thank-you-page-image {
    width: 80%;
    margin: auto;
    padding-top: 20px;
  }

  .page-id-4319 .foodmap-wrapper {
    background-color: #ffffff;
    max-width: 90%;
    margin: 0px auto 100px auto;
    padding-top: 0px;
  }
}
@media (max-width: 580px) {
  .page-id-4319 .page-content {
    max-width: 90%;
    margin: auto;
  }

  .page-id-4319 .wp-block-columns {
    display: block;
  }

  .thank-you-page-header {
    font-size: 50px;
    font-family: "Barlow Condensed Bold";
    text-align: center;
    text-transform: uppercase;
  }

  .thank-you-page-image {
    width: 80%;
    margin: auto;
    padding-top: 20px;
  }

  .page-id-4319 .foodmap-wrapper {
    background-color: #ffffff;
    max-width: 90%;
    margin: 0px auto 0px auto;
    padding-top: 0px;
  }

  .page-id-4319 #main {
    margin-bottom: -700px !important;
  }
}
@media (min-width: 421px) {
  .page-id-4319 #main {
    margin-bottom: -200px;
  }

  .page-id-4319 #footer,
.page-id-4319 #push {
    height: 300px;
    margin-top: 200px;
  }
}
@media (min-width: 318px) and (max-width: 420px) {
  .page-id-4319 #main {
    margin-bottom: -200px;
  }

  .page-id-4319 #footer,
.page-id-4319 #push {
    height: 270px;
    margin-top: 230px;
  }
}
/* -- END Thank You Page -- */
/* -- FreshySites CSS - Landing Page -- */
.page-id-4405 .page-header,
.page-id-4448 .page-header,
.page-id-4450 .page-header,
.page-id-4452 .page-header,
.page-id-4454 .page-header,
.page-id-4456 .page-header,
.page-id-4458 .page-header,
.page-id-4460 .page-header,
.page-id-4462 .page-header,
.page-id-4464 .page-header {
  padding: 10px;
}

.page-id-4405 .page-header h1,
.page-id-4448 .page-header h1,
.page-id-4450 .page-header h1,
.page-id-4452 .page-header h1,
.page-id-4454 .page-header h1,
.page-id-4456 .page-header h1,
.page-id-4458 .page-header h1,
.page-id-4460 .page-header h1,
.page-id-4462 .page-header h1,
.page-id-4464 .page-header h1 {
  display: none !important;
  font-size: 16px !important;
}

.page-id-4405 a.page-title,
.page-id-4448 a.page-title,
.page-id-4450 a.page-title,
.page-id-4452 a.page-title,
.page-id-4454 a.page-title,
.page-id-4456 a.page-title,
.page-id-4458 a.page-title,
.page-id-4460 a.page-title,
.page-id-4462 a.page-title,
.page-id-4464 a.page-title {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center !important;
  text-transform: uppercase !important;
  display: flex !important;
  justify-content: center !important;
}

@media (min-width: 1460px) {
  .page-id-4405 .page-content,
.page-id-4448 .page-content,
.page-id-4450 .page-content,
.page-id-4452 .page-content,
.page-id-4454 .page-content,
.page-id-4456 .page-content,
.page-id-4458 .page-content,
.page-id-4460 .page-content,
.page-id-4462 .page-content,
.page-id-4464 .page-content {
    max-width: 60%;
    margin: auto;
  }

  .landing-page-header {
    font-size: 80px;
    font-family: "Barlow Condensed Bold";
    text-transform: uppercase;
    margin-bottom: 30px;
  }

  .landing-page-subheader {
    font-size: 50px;
    font-family: "Barlow Condensed Bold";
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 40px;
  }

  .page-id-4405 .about-section,
.page-id-4448 .about-section,
.page-id-4450 .about-section,
.page-id-4452 .about-section,
.page-id-4454 .about-section,
.page-id-4456 .about-section,
.page-id-4458 .about-section,
.page-id-4460 .about-section,
.page-id-4462 .about-section,
.page-id-4464 .about-section {
    display: none;
  }

  #landing-page-secondary-content {
    background-color: #de7c00;
    padding-top: 80px;
    margin-bottom: -100px;
  }
}
@media (min-width: 1281px) and (max-width: 1459px) {
  .page-id-4405 .page-content,
.page-id-4448 .page-content,
.page-id-4450 .page-content,
.page-id-4452 .page-content,
.page-id-4454 .page-content,
.page-id-4456 .page-content,
.page-id-4458 .page-content,
.page-id-4460 .page-content,
.page-id-4462 .page-content,
.page-id-4464 .page-content {
    max-width: 60%;
    margin: auto;
  }

  .landing-page-header {
    font-size: 70px;
    font-family: "Barlow Condensed Bold";
    text-transform: uppercase;
    margin-bottom: 30px;
  }

  .landing-page-subheader {
    font-size: 40px;
    font-family: "Barlow Condensed Bold";
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 40px;
  }

  .page-id-4405 .about-section,
.page-id-4448 .about-section,
.page-id-4450 .about-section,
.page-id-4452 .about-section,
.page-id-4454 .about-section,
.page-id-4456 .about-section,
.page-id-4458 .about-section,
.page-id-4460 .about-section,
.page-id-4462 .about-section,
.page-id-4464 .about-section {
    display: none;
  }

  #landing-page-secondary-content {
    background-color: #de7c00;
    padding-top: 80px;
    margin-bottom: -100px;
  }
}
@media (min-width: 801px) and (max-width: 1280px) {
  .page-id-4405 .page-content,
.page-id-4448 .page-content,
.page-id-4450 .page-content,
.page-id-4452 .page-content,
.page-id-4454 .page-content,
.page-id-4456 .page-content,
.page-id-4458 .page-content,
.page-id-4460 .page-content,
.page-id-4462 .page-content,
.page-id-4464 .page-content {
    max-width: 90%;
    margin: auto;
  }

  .page-id-4405 .wp-block-columns {
    display: block;
  }

  .landing-page-header {
    font-size: 50px;
    font-family: "Barlow Condensed Bold";
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
  }

  .landing-page-subheader {
    font-size: 30px;
    font-family: "Barlow Condensed Bold";
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 40px;
  }

  .page-id-4405 .wp-block-image,
.page-id-4448 .wp-block-image,
.page-id-4450 .wp-block-image,
.page-id-4452 .wp-block-image,
.page-id-4454 .wp-block-image,
.page-id-4456 .wp-block-image,
.page-id-4458 .wp-block-image,
.page-id-4460 .wp-block-image,
.page-id-4462 .wp-block-image,
.page-id-4464 .wp-block-image {
    margin: 30px 0px 0px 0px !important;
  }

  .page-id-4405 .about-section,
.page-id-4448 .about-section,
.page-id-4450 .about-section,
.page-id-4452 .about-section,
.page-id-4454 .about-section,
.page-id-4456 .about-section,
.page-id-4458 .about-section,
.page-id-4460 .about-section,
.page-id-4462 .about-section,
.page-id-4464 .about-section {
    display: none;
  }

  #landing-page-secondary-content {
    background-color: #de7c00;
    padding-top: 80px;
    margin-bottom: -100px;
  }
}
@media (min-width: 801px) {
  .page-id-4405 #main,
.page-id-4448 #main,
.page-id-4450 #main,
.page-id-4452 #main,
.page-id-4454 #main,
.page-id-4456 #main,
.page-id-4458 #main,
.page-id-4460 #main,
.page-id-4462 #main,
.page-id-4464 #main {
    margin-bottom: -200px;
  }

  .page-id-4405 #footer,
.page-id-4448 #footer,
.page-id-4450 #footer,
.page-id-4452 #footer,
.page-id-4454 #footer,
.page-id-4456 #footer,
.page-id-4458 #footer,
.page-id-4460 #footer,
.page-id-4462 #footer,
.page-id-4464 #footer,
.page-id-4405 #push,
.page-id-4448 #push,
.page-id-4450 #push,
.page-id-4452 #push,
.page-id-4454 #push,
.page-id-4456 #push,
.page-id-4458 #push,
.page-id-4460 #push,
.page-id-4462 #push,
.page-id-4464 #push {
    height: 300px;
    margin-top: 200px;
  }
}
@media (min-width: 581px) and (max-width: 800px) {
  .page-id-4405 #main,
.page-id-4448 #main,
.page-id-4450 #main,
.page-id-4452 #main,
.page-id-4454 #main,
.page-id-4456 #main,
.page-id-4458 #main,
.page-id-4460 #main,
.page-id-4462 #main,
.page-id-4464 #main {
    margin-bottom: -320px;
  }

  .page-id-4405 #footer,
.page-id-4448 #footer,
.page-id-4450 #footer,
.page-id-4452 #footer,
.page-id-4454 #footer,
.page-id-4456 #footer,
.page-id-4458 #footer,
.page-id-4460 #footer,
.page-id-4462 #footer,
.page-id-4464 #footer,
.page-id-4405 #push,
.page-id-4448 #push,
.page-id-4450 #push,
.page-id-4452 #push,
.page-id-4454 #push,
.page-id-4456 #push,
.page-id-4458 #push,
.page-id-4460 #push,
.page-id-4462 #push,
.page-id-4464 #push {
    height: 300px;
    margin-top: 310px;
  }
}
@media (max-width: 800px) {
  .page-id-4405 .page-content,
.page-id-4448 .page-content,
.page-id-4450 .page-content,
.page-id-4452 .page-content,
.page-id-4454 .page-content,
.page-id-4456 .page-content,
.page-id-4458 .page-content,
.page-id-4460 .page-content,
.page-id-4462 .page-content,
.page-id-4464 .page-content {
    max-width: 90%;
    margin: auto;
  }

  .page-id-4405 .wp-block-columns,
.page-id-4448 .wp-block-columns,
.page-id-4450 .wp-block-columns,
.page-id-4452 .wp-block-columns,
.page-id-4454 .wp-block-columns,
.page-id-4456 .wp-block-columns,
.page-id-4458 .wp-block-columns,
.page-id-4460 .wp-block-columns,
.page-id-4462 .wp-block-columns,
.page-id-4464 .wp-block-columns {
    display: block;
  }

  .landing-page-header {
    font-size: 50px;
    font-family: "Barlow Condensed Bold";
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
  }

  .landing-page-subheader {
    font-size: 30px;
    font-family: "Barlow Condensed Bold";
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 40px;
  }

  .page-id-4405 .wp-block-image,
.page-id-4448 .wp-block-image,
.page-id-4450 .wp-block-image,
.page-id-4452 .wp-block-image,
.page-id-4454 .wp-block-image,
.page-id-4456 .wp-block-image,
.page-id-4458 .wp-block-image,
.page-id-4460 .wp-block-image,
.page-id-4462 .wp-block-image,
.page-id-4464 .wp-block-image {
    margin: 30px 0px 0px 0px !important;
  }

  .page-id-4405 .about-section,
.page-id-4448 .about-section,
.page-id-4450 .about-section,
.page-id-4452 .about-section,
.page-id-4454 .about-section,
.page-id-4456 .about-section,
.page-id-4458 .about-section,
.page-id-4460 .about-section,
.page-id-4462 .about-section,
.page-id-4464 .about-section {
    display: none;
  }

  #landing-page-secondary-content {
    background-color: #de7c00;
    padding-top: 80px;
    margin-bottom: 0px;
    min-height: 800px;
  }
}
@media (min-width: 400px) {
  iframe#advocates-iframe {
    min-height: 915px;
    margin-top: 10%;
  }
}
@media (max-width: 399px) {
  iframe#advocates-iframe {
    min-height: 980px;
  }
}

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