@charset "UTF-8";
/******************************************************************
Site Name:  / www..com
Author: Be Better Studios
Author's Website: http://www.bebetterstudios.com

Stylesheet: Main Stylesheet

******************************************************************/
/*****************************************************************
MAP:

normalize-reset
globals
general
links
typography
header
post-content
page-navi
comments
sidebars
footer
media-queries
trumps

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

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

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address 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. Correct `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. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address 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 */ }

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve 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],
html input[disabled] {
  cursor: default; }

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `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; }

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf, .comment-respond {
  zoom: 1; }

.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table; }

.clearfix:after, .cf:after, .comment-respond:after {
  clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/* =============================================================================
   Colors & Globals
   ========================================================================== */
/******************************************************************
  Slick Slider Default Theme
******************************************************************/
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0px;
  outline: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  margin: 0 0px;
  height: 100%;
  min-height: 1px;
  outline: none; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

.slick-prev, .slick-next {
  width: 70px;
  height: 37px;
  margin: 0px 0px 0 0px;
  position: absolute;
  bottom: -20%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
  z-index: 9999999;
  border: none;
  outline: none;
  -webkit-transition: opacity 250ms ease-out 0s;
  -moz-transition: opacity 250ms ease-out 0s;
  -o-transition: opacity 250ms ease-out 0s;
  transition: opacity 250ms ease-out 0s; }
  .slick-prev:hover, .slick-next:hover {
    opacity: .7; }

.slick-prev {
  left: 42%;
  background: url(../img/left-arrow.svg) no-repeat 0 0; }

.slick-next {
  background-position: 100% 0;
  right: 42%;
  background: url(../img/right-arrow.svg) no-repeat 0 0; }

.project-slides .slick-prev {
  bottom: 50%;
  left: -90px;
  background: url(../img/left-arrow-grn.svg) no-repeat 0 0; }
.project-slides .slick-next {
  bottom: 50%;
  right: -90px;
  background: url(../img/right-arrow-grn.svg) no-repeat 0 0; }

.gallery-slides .slick-prev, .gallery-slides .slick-next {
  bottom: -8%; }

.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 10%;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 1.65em;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 15px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  color: #1A47C4; }

.slick-dots li button:before {
  font-family: serif;
  font-size: 1.25em;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #1A47C4; }

/*********************
GENERAL STYLES
*********************/
body {
  width: 100%;
  margin: 0px;
  padding: 0px 0 0px 0;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  color: #000000; }

img {
  max-width: 100%;
  outline: none;
  vertical-align: middle;
  display: block;
  margin-bottom: 25px; }

p img {
  width: auto !important;
  height: auto !important; }

iframe, object, embed {
  max-width: 100% !important;
  display: block;
  margin: 0 auto; }

iframe {
  margin: 25px auto; }

hr {
  margin: 25px 0; }

.overlay {
  background-color: rgba(77, 51, 51, 0.33);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.yellow-overlay {
  background-color: rgba(248, 215, 73, 0.94);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.yellow-diamond-pattern {
  background: linear-gradient(135deg, #ffffff 15%, transparent 16%, transparent 84%, #ffffff 85%), linear-gradient(225deg, #ffffff 15%, transparent 16%, transparent 84%, #ffffff 85%), linear-gradient(135deg, #F8D749 25%, transparent 25%), linear-gradient(225deg, #F8D749 25%, transparent 25%), linear-gradient(0deg, #F8D749 45%, transparent 25%);
  background-size: 3em 3em;
  background-color: #ffffff;
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #A4D0D6;
  color: #4D4D4D;
  text-shadow: none; }

::selection {
  background: #A4D0D6;
  color: #4D4D4D;
  text-shadow: none; }

/* Miminizes FOUT with typekit */
.wf-loading p, .wf-loading h6, .wf-loading h5, .wf-loading h4, .wf-loading h3, .wf-loading h2, .wf-loading h1, .wf-loading a {
  visibility: hidden; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
  list-style: initial; }
  ul li, ol li {
    margin-bottom: 15px;
    font-size: 1.25em; }
    ul li ul li, ol li ul li {
      font-size: 1em; }

ol {
  list-style: decimal; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol, ul.list, .footer ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }
  nav ul li, nav ol li, ul.list li, .footer ul li {
    font-size: 1em; }

strong {
  font-weight: 600; }

.content {
  padding: 0 0 0 0; }

span.anchor {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto; }

/*********************
LAYOUT & GRID STYLES
*********************/
.outer {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto; }

.inner {
  width: 85.625%;
  /*1644/1920*/
  margin: 0 auto; }

.wrap {
  width: 82.8467153284672%;
  /*1362/1644*/
  margin: 0 auto; }

.inner-wrap {
  width: 79.295154185022%;
  /*1080px/1362*/
  margin: 0 auto; }

.tiny-wrap {
  width: 73.88888888888888889%;
  /*798/1080*/
  margin: 0 auto; }

.big-column {
  float: left;
  width: 65.8986175115207%;
  /*858/1302*/ }
  .big-column .sub-column {
    width: 48.2517482517483%;
    /*414/858*/ }
  .big-column .sub-column-1 {
    float: left;
    clear: both; }
  .big-column .sub-column-2 {
    float: right; }

.small-column {
  float: right;
  width: 31.7972350230415%;
  /*414/1302*/ }

.small-column-left {
  float: left;
  width: 38.333333333333%;
  /*414/1080*/ }

.big-column-right {
  float: right;
  width: 58.888888889%;
  /*858/1080*/ }
  .big-column-right .sub-column {
    width: 48.2517482517483%;
    /*414/858*/ }
  .big-column-right .sub-column-1 {
    float: left;
    clear: both; }
  .big-column-right .sub-column-2 {
    float: right; }

.three-column {
  width: 31.3868613138686%;
  /*516/1644*/
  float: left;
  margin: 0 0 0px 2.9197080291971%;
  /*48/1644*/ }
  .three-column img {
    margin-bottom: 25px; }

.three-column-0 {
  margin-left: 0px;
  clear: both; }

.two-column {
  width: 48.5401459854015%;
  /*798/1644*/ }

.two-column-1 {
  float: left;
  clear: both; }

.two-column-2 {
  float: right; }

.four-column {
  width: 22.8102189781022%;
  /*375/1644*/
  margin: 0 0 0px 2.9197080291971%;
  /*48/1644*/
  float: left; }
  .four-column img {
    margin-bottom: 25px; }

.four-column-0 {
  margin-left: 0px;
  clear: both; }

.six-column {
  width: 14.2335766423358%;
  /*234/1644*/
  margin: 0 0 0px 2.9197080291971%;
  /*48/1644*/
  float: left; }

.six-column-0 {
  margin-left: 0px; }

.flush-column {
  width: 50%; }

.flush-column-1, .flush-column-2 {
  float: left; }

/*********************
04. LINK STYLES
*********************/
a {
  color: inherit;
  text-decoration: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-transition: color 250ms ease-out 0s;
  -moz-transition: color 250ms ease-out 0s;
  -o-transition: color 250ms ease-out 0s;
  transition: color 250ms ease-out 0s; }
  a:hover, a:focus {
    outline: 0; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0; }

h3.back-to-top {
  padding-top: 25px; }

.excerpt-read-more {
  display: block;
  margin-top: 10px;
  font-size: .9em;
  font-weight: 700; }

p.dark-green-button a, a.dark-green-button, span.dark-green-button {
  color: #F2A83B;
  background-color: #20472B;
  padding: 19px 48px 17px 48px;
  border-radius: 5px;
  -webkit-transition: background-color 250ms ease-out 0s;
  -moz-transition: background-color 250ms ease-out 0s;
  -o-transition: background-color 250ms ease-out 0s;
  transition: background-color 250ms ease-out 0s;
  display: inline-block;
  margin-top: 20px;
  font-weight: 400; }
  p.dark-green-button a:hover, a.dark-green-button:hover, span.dark-green-button:hover {
    background-color: #387148; }

p.orange-button, a.orange-button, span.orange-button {
  color: #20472B;
  border: none;
  background-color: #F2A83B;
  padding: 19px 48px 17px 48px;
  border-radius: 5px;
  -webkit-transition: background-color 250ms ease-out 0s;
  -moz-transition: background-color 250ms ease-out 0s;
  -o-transition: background-color 250ms ease-out 0s;
  transition: background-color 250ms ease-out 0s;
  display: inline-block;
  width: auto;
  margin-bottom: 20px;
  font-family: "indivisible", Helvetica Neue, Helvetica, Arial, sans-serif; }
  p.orange-button:hover, a.orange-button:hover, span.orange-button:hover {
    background-color: #FABE65; }

/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  display: block;
  font-size: 100%;
  margin: 0px 0 20px 0;
  padding: 0px;
  line-height: 140%;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  font-family: "richmond-text", Big Caslon, Book Antiqua, Palatino Linotype, Georgia, serif; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0px; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.1s ease-in-out;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      text-decoration: none;
      opacity: .8;
      border-bottom: none; }

h1, .h1 {
  font-size: 2.8125em; }

h2, .h2 {
  color: #6C8B3F;
  font-size: 2.25em; }

h3, .h3 {
  color: #1A47C4;
  font-size: 2.6875em; }

h4, .h4 {
  color: #20472B;
  font-size: 1.625em; }

h5, .h5 {
  color: #20472B;
  font-size: 1.4375em; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 25px; }
  h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
    margin-top: 0px; }

p.large {
  font-family: "richmond-text", Big Caslon, Book Antiqua, Palatino Linotype, Georgia, serif;
  font-size: 2.1875em;
  margin-bottom: 15px;
  font-weight: 300; }

p {
  margin: 0 0 20px 0;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  font-weight: 300;
  line-height: 150%;
  font-size: 1.25em; }
  p:last-child {
    margin-bottom: 0px; }

h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.white, .white {
  color: #FFFFFF; }

h1.dark-green, h2.dark-green, h3.dark-green, h4.dark-green, h5.dark-green, h6.dark-green, p.dark-green, .dark-green {
  color: #20472B; }

h1.green, h2.green, h3.green, h4.green, h5.green, h6.green, p.green, .green {
  color: #6C8B3F; }

h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue, p.blue, .blue {
  color: #1A47C4; }

/*********************
HEADER SYTLES
*********************/
.header {
  padding: 20px 0 2px 0;
  position: relative; }
  .header .headercol1, .header .headercol2 {
    float: left; }
  .header .headercol1 {
    width: 338px;
    position: relative; }
    .header .headercol1 #logo img {
      margin-bottom: 0px; }
    .header .headercol1 .mobile-switch {
      cursor: pointer;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      margin-top: 8px;
      display: none; }
      .header .headercol1 .mobile-switch:hover span.mobile-grab-bar {
        background: #f2a83b; }
      .header .headercol1 .mobile-switch .mobile-bars {
        margin-top: 0px;
        padding: 0px 0 0px 0;
        float: left;
        width: 40px; }
      .header .headercol1 .mobile-switch .mobile-grab-bar {
        display: block;
        margin: 0 auto 5px auto;
        width: 100%;
        height: 4px;
        background: #20472b;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-transition: background-color 250ms ease-out 0s;
        -moz-transition: background-color 250ms ease-out 0s;
        -o-transition: background-color 250ms ease-out 0s;
        transition: background-color 250ms ease-out 0s; }
  .header .headercol2 {
    float: right; }

ul.top-nav {
  padding: 0px 0 0 0;
  text-align: left; }
  ul.top-nav li {
    display: inline-block;
    position: relative;
    padding: 0px 0 20px 0;
    margin: 12px 84px 15px 0;
    font-family: "indivisible", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.0625em;
    color: #20472B;
    font-weight: 500; }
    ul.top-nav li:last-child {
      margin-right: 0px; }
    ul.top-nav li:hover a {
      border-bottom: 2px solid #20472B; }
    ul.top-nav li:hover ul.sub-menu {
      display: block; }
  ul.top-nav li.last {
    margin-right: 0px; }
  ul.top-nav li.donate-button {
    color: #F2A83B;
    background-color: #20472B;
    padding: 19px 48px 17px 48px;
    margin-top: 0px;
    border-radius: 5px;
    -webkit-transition: background-color 250ms ease-out 0s;
    -moz-transition: background-color 250ms ease-out 0s;
    -o-transition: background-color 250ms ease-out 0s;
    transition: background-color 250ms ease-out 0s;
    display: inline-block; }
    ul.top-nav li.donate-button:hover {
      background-color: #387148; }
      ul.top-nav li.donate-button:hover a {
        border: none; }
  ul.top-nav li.current-menu-item a {
    border-bottom: 2px solid #20472B; }
  ul.top-nav ul.sub-menu {
    display: none;
    position: absolute;
    top: 40px;
    left: -26px;
    height: auto;
    width: 100%;
    min-width: 275px;
    background-color: #FFFFFF;
    z-index: 3;
    box-sizing: border-box;
    padding: 26px 26px 24px 26px;
    box-shadow: 0px 4px 16px #00000029;
    border-radius: 5px;
    border: none; }
    ul.top-nav ul.sub-menu li {
      color: #20472B;
      font-size: 1em;
      margin-bottom: 15px;
      display: block;
      width: 100%;
      margin: 0px 0 10px 0;
      padding: 0px; }
      ul.top-nav ul.sub-menu li a {
        border: none; }
      ul.top-nav ul.sub-menu li:last-child {
        margin-bottom: 0px; }
      ul.top-nav ul.sub-menu li:hover a {
        border-bottom: 2px solid #20472B; }
    ul.top-nav ul.sub-menu li.current-menu-item a {
      border-bottom: 2px solid #20472B; }

.mobile-donate {
  display: none; }
  .mobile-donate ul.top-nav li {
    display: none; }
  .mobile-donate ul.top-nav li.donate-button {
    margin-top: 5px;
    display: block;
    padding: 5px 7px;
    font-size: 1em;
    text-align: center; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 2.2em; }

.content {
  overflow: hidden; }

.byline {
  color: #999; }

#post-not-found {
  min-height: 400px; }

.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em; }

.entry-content img {
  margin: 0 0 15px 0;
  max-width: 100%;
  height: auto; }

.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

/* end .entry-content */
.wp-caption {
  padding: 5px;
  /* images inside wp-caption */
  max-width: 100% !important;
  margin-bottom: 15px; }

.wp-caption img {
  margin-bottom: 0;
  width: 100%; }

.wp-caption p.wp-caption-text {
  font-size: 1em;
  margin: 10px 0 0px 0;
  text-align: center;
  font-style: italic; }

.top-banner {
  background-color: #D9E2DB;
  padding: 25px 0; }

/* entry content */
.entry-content .alignleft,
.entry-content img.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright,
.entry-content img.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter,
.entry-content img.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.page-template-default .content {
  padding: 100px 0; }

.default-content {
  min-height: 400px; }

.header-announcement {
  padding: 34px 0 29px 0; }

.banner-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 0px;
  display: block;
  position: relative;
  min-height: 696px;
  overflow: hidden;
  transition: all 3s; }
  .banner-section .overlay {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1; }
  .banner-section .banner-content {
    position: relative;
    margin-top: 141px;
    z-index: 3;
    visibility: hidden; }
    .banner-section .banner-content h1, .banner-section .banner-content h2, .banner-section .banner-content h3, .banner-section .banner-content h4, .banner-section .banner-content h5, .banner-section .banner-content h6, .banner-section .banner-content p, .banner-section .banner-content a, .banner-section .banner-content li {
      color: #FFFFFF; }
    .banner-section .banner-content p.dark-green-button a {
      color: #F2A83B; }
  .banner-section .banner-column-left {
    float: left;
    width: 10%; }
  .banner-section .banner-column-right {
    float: left;
    width: 85%;
    margin: 0 0 0px 2.9197080291971%;
    /*48/1644*/ }

.home-top-section .section-block, .home-middle-section .section-block {
  margin-top: 144px;
  position: relative; }
  .home-top-section .section-block .columns.center-align, .home-middle-section .section-block .columns.center-align {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 2; }
    .home-top-section .section-block .columns.center-align .two-column img:last-child, .home-middle-section .section-block .columns.center-align .two-column img:last-child {
      margin-bottom: 0px; }
    .home-top-section .section-block .columns.center-align .two-column-1, .home-middle-section .section-block .columns.center-align .two-column-1 {
      margin-right: auto; }
    .home-top-section .section-block .columns.center-align .two-column-2, .home-middle-section .section-block .columns.center-align .two-column-2 {
      margin-left: auto; }

.home-top-section .section-block.callout, .home-top-section .section-block.background-pattern {
  padding: 132px 0; }
.home-top-section .section-block .badge {
  position: absolute;
  width: 334px;
  height: 286px;
  top: 20px;
  left: -20px;
  z-index: 0; }
.home-top-section .section-block iframe {
  border: none; }

.inner-top-section .section-block.callout, .inner-top-section .section-block.background-pattern {
  padding: 132px 0; }
.inner-top-section .section-block {
  margin-top: 90px;
  position: relative; }
  .inner-top-section .section-block .yellow-diamond-pattern {
    z-index: 1; }
  .inner-top-section .section-block .callout-wrap {
    position: relative;
    z-index: 2; }
  .inner-top-section .section-block .columns.center-align {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 2; }
    .inner-top-section .section-block .columns.center-align .two-column img:last-child {
      margin-bottom: 0px; }
    .inner-top-section .section-block .columns.center-align .two-column-1 {
      margin-right: auto; }
    .inner-top-section .section-block .columns.center-align .two-column-2 {
      margin-left: auto; }
  .inner-top-section .section-block .columns {
    position: relative;
    z-index: 2; }
  .inner-top-section .section-block .badge {
    position: absolute;
    width: 303px;
    height: 286px;
    top: -60px;
    left: -20px;
    z-index: 0; }
  .inner-top-section .section-block iframe {
    border: none; }
  .inner-top-section .section-block:first-child {
    margin-top: 78px; }
    .inner-top-section .section-block:first-child .two-column-1 {
      max-width: 700px; }

.home-middle-section .section-block {
  padding: 57px 0 67px 0; }
  .home-middle-section .section-block iframe {
    border: none; }
.home-middle-section .white-text p, .home-middle-section .white-text h1, .home-middle-section .white-text h2, .home-middle-section .white-text h3, .home-middle-section .white-text h4, .home-middle-section .white-text h5, .home-middle-section .white-text h6, .home-middle-section .white-text li {
  color: #FFFFFF; }

.bottom-cards-section {
  padding: 132px 0 126px 0; }
  .bottom-cards-section .bottom-slides {
    margin-top: 83px;
    /* the slides */
    /* the parent */ }
    .bottom-cards-section .bottom-slides .slick-list {
      overflow: visible; }
    .bottom-cards-section .bottom-slides .slick-slide {
      margin: 0 22px; }
    .bottom-cards-section .bottom-slides .slick-list {
      margin: 0 -22px; }
      .bottom-cards-section .bottom-slides .slick-list .card-0 {
        clear: none; }
    .bottom-cards-section .bottom-slides div {
      display: block;
      visiblity: hidden; }
  .bottom-cards-section .outro {
    margin-top: 153px; }

.inner-bottom-cards-section {
  padding: 132px 0 156px 0; }

.card {
  width: 31.3868613138686%;
  margin-left: 1.8248175182482%;
  margin-bottom: 45px;
  float: left;
  background-color: #CCDAFF;
  display: block;
  -webkit-transition: background-color 250ms ease-out 0s;
  -moz-transition: background-color 250ms ease-out 0s;
  -o-transition: background-color 250ms ease-out 0s;
  transition: background-color 250ms ease-out 0s; }
  .card:hover {
    background-color: #DDE6FF;
    box-shadow: 5px 5px 14px -2px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 5px 5px 14px -2px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 5px 5px 14px -2px rgba(0, 0, 0, 0.27); }
  .card a {
    display: block; }
  .card .card-bottom {
    padding: 39px 0 30px 0; }
    .card .card-bottom .card-bottom-wrap {
      width: 90%;
      margin: 0 auto; }

.card-0 {
  clear: both;
  margin-left: 0px; }

.bottom-callout {
  padding: 56px 0; }
  .bottom-callout .columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    .bottom-callout .columns .big-column img:last-child {
      margin-bottom: 0px; }
    .bottom-callout .columns .big-column {
      margin-right: auto; }
    .bottom-callout .columns .small-column {
      margin-left: auto; }

.slider-section {
  position: relative;
  margin: 112px 0 0 0; }
  .slider-section .inner {
    padding: 126px 0 100px 0;
    position: relative;
    background-color: #F5F4DE; }
  .slider-section .yellow-background-pattern {
    z-index: 1; }
  .slider-section .intro, .slider-section .project-slides {
    position: relative;
    z-index: 2; }
  .slider-section .intro {
    margin-bottom: 43px; }
  .slider-section .project-slides .slide {
    display: none; }
  .slider-section .project-slides.slick-slider .slide {
    display: block; }

.tabs-section {
  padding: 116px 0;
  position: relative; }
  .tabs-section .intro {
    margin-bottom: 78px; }
  .tabs-section .tabs-navigation {
    margin-bottom: 78px; }
  .tabs-section .project-tabs .columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 2; }
    .tabs-section .project-tabs .columns .two-column img:last-child {
      margin-bottom: 0px; }
    .tabs-section .project-tabs .columns .two-column-1 {
      margin-right: auto; }
    .tabs-section .project-tabs .columns .two-column-2 {
      margin-left: auto; }
  .tabs-section .tab {
    display: none; }
  .tabs-section .tab.current {
    display: block; }

ul.tabs-nav {
  text-align: center; }
  ul.tabs-nav li {
    display: inline-block;
    padding: 0 21px;
    margin-bottom: 25px; }
    ul.tabs-nav li span {
      display: inline-block;
      font-weight: 500;
      font-family: "indivisible", Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 1.125em;
      color: #20472B;
      cursor: pointer; }
    ul.tabs-nav li:hover span {
      border-bottom: 6px solid #F2A83B; }
  ul.tabs-nav span.current {
    border-bottom: 6px solid #F2A83B; }

.inner-bottom-section {
  padding: 151px 0 89px 0; }
  .inner-bottom-section .intro {
    margin-bottom: 97px; }
  .inner-bottom-section .outro {
    margin-top: 97px; }
  .inner-bottom-section .bottom-card {
    max-width: 373px;
    margin: 0 auto 0px auto;
    background-color: #CCDAFF;
    display: block;
    -webkit-transition: background-color 250ms ease-out 0s;
    -moz-transition: background-color 250ms ease-out 0s;
    -o-transition: background-color 250ms ease-out 0s;
    transition: background-color 250ms ease-out 0s; }
    .inner-bottom-section .bottom-card:hover {
      background-color: #DDE6FF;
      box-shadow: 5px 5px 14px -2px rgba(0, 0, 0, 0.27);
      -webkit-box-shadow: 5px 5px 14px -2px rgba(0, 0, 0, 0.27);
      -moz-box-shadow: 5px 5px 14px -2px rgba(0, 0, 0, 0.27); }
    .inner-bottom-section .bottom-card img {
      margin-bottom: 0px; }
    .inner-bottom-section .bottom-card a {
      display: block; }
    .inner-bottom-section .bottom-card .bottom-card-bottom {
      padding: 39px 0 30px 0; }
      .inner-bottom-section .bottom-card .bottom-card-bottom .bottom-card-wrap {
        text-align: center;
        width: 90%;
        margin: 0 auto; }
  .inner-bottom-section .columns .inner-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    .inner-bottom-section .columns .inner-wrap .big-column img:last-child {
      margin-bottom: 0px; }
    .inner-bottom-section .columns .inner-wrap .big-column {
      margin-right: auto; }
    .inner-bottom-section .columns .inner-wrap .small-column {
      margin-left: auto; }

.middle-callout {
  padding: 77px 0; }
  .middle-callout p, .middle-callout h1, .middle-callout h2, .middle-callout h3, .middle-callout h4, .middle-callout h5, .middle-callout h6, .middle-callout a, .middle-callout span, .middle-callout li {
    color: #FFFFFF; }
  .middle-callout .columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 2; }
    .middle-callout .columns .big-column img:last-child {
      margin-bottom: 0px; }
    .middle-callout .columns .big-column {
      margin-right: auto; }
    .middle-callout .columns .small-column {
      margin-left: auto; }

.partners-section {
  padding: 157px 0 146px 0; }
  .partners-section .intro {
    margin-bottom: 77px; }
  .partners-section .outro {
    margin-top: 0px; }
  .partners-section .partners li {
    margin-bottom: 116px; }

.two-column-top-section {
  padding: 77px 0 157px 0; }

.wpcf7-form {
  max-width: 657px;
  margin-top: 25px; }
  .wpcf7-form p:first-of-type {
    margin-bottom: 0px; }
  .wpcf7-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    margin-bottom: 20px; }
  .wpcf7-form input, .wpcf7-form textarea {
    padding: 24px 17px 24px 17px;
    border: 1px solid #707070;
    max-width: 644px;
    margin: 0 auto 22px auto;
    width: 100%;
    font-family: "indivisible", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1em; }
  .wpcf7-form textarea {
    height: 131px;
    resize: none; }
  .wpcf7-form .wpcf7-submit {
    color: #F2A83B;
    background-color: #20472B;
    padding: 19px 48px 17px 48px;
    border-radius: 5px;
    -webkit-transition: background-color 250ms ease-out 0s;
    -moz-transition: background-color 250ms ease-out 0s;
    -o-transition: background-color 250ms ease-out 0s;
    transition: background-color 250ms ease-out 0s;
    display: inline-block;
    margin-top: 20px;
    font-weight: 400; }
    .wpcf7-form .wpcf7-submit:hover {
      background-color: #387148; }
  .wpcf7-form .wpcf7-form-control-wrap {
    text-align: left; }
    .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip, .wpcf7-form .wpcf7-form-control-wrap label.error {
      color: #F2A83B; }
  .wpcf7-form .interests {
    display: block;
    max-width: 360px; }
  .wpcf7-form .wpcf7-list-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 48%;
    margin: 0px; }
    .wpcf7-form .wpcf7-list-item input {
      width: 10px;
      float: left;
      padding: 0px;
      margin: 0px; }
    .wpcf7-form .wpcf7-list-item span.wpcf7-list-item-label {
      float: left;
      margin-left: 10px; }
  .wpcf7-form .wpcf7-list-item:nth-child(odd) {
    float: left;
    clear: both; }
  .wpcf7-form .wpcf7-list-item:nth-child(even) {
    float: right; }

button.DesignedButton__button {
  margin: 25px 0 45px 0 !important; }

.FeedHeader__info .FeedHeader__username {
  color: #20472B !important;
  font-family: "richmond-text", Big Caslon, Book Antiqua, Palatino Linotype, Georgia, serif !important;
  font-size: 1.125em !important;
  font-weight: 400 !important; }
.FeedHeader__info a {
  color: #20472B !important; }

.spotlight-instagram-feed {
  margin-bottom: 45px; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 0px 0 0 0; }
  .pagination .page-nav-col-1,
  .wp-prev-next .page-nav-col-1 {
    float: left;
    width: 20%; }
  .pagination .page-nav-col-2,
  .wp-prev-next .page-nav-col-2 {
    float: right;
    width: 80%; }
  .pagination ul.page-numbers,
  .wp-prev-next ul.page-numbers {
    margin-top: 5px; }
    .pagination ul.page-numbers li,
    .wp-prev-next ul.page-numbers li {
      padding: 0 8px;
      font-size: 1.875em; }
      .pagination ul.page-numbers li .page-numbers.current,
      .wp-prev-next ul.page-numbers li .page-numbers.current {
        color: #000000;
        text-decoration: underline; }
  .pagination .prev.page-numbers, .pagination .next.page-numbers,
  .wp-prev-next .prev.page-numbers,
  .wp-prev-next .next.page-numbers {
    display: none; }

nav.postnav {
  margin: 88px 0 120px 0;
  padding: 0px 0 4px 0; }

.pagination {
  padding: 12px 0 4px 0; }

.pagination ul.page-numbers li, nav.postnav ul li {
  display: inline; }

.pagination ul.page-numbers li.prev,
.pagination ul.page-numbers li.next {
  font-weight: 700; }

.pagination ul.page-numbers li a, nav.postnav ul li a {
  text-decoration: none; }

.pagination ul.page-numbers li a.prev, nav.postnav ul li.leftnav a {
  float: left;
  padding: 0px; }

.pagination ul.page-numbers li a.next, nav.postnav ul li.rightnav a {
  float: right;
  padding: 0px; }

.postnav a.brown-button {
  margin-top: 0px; }
.postnav .postnav-col-1 {
  float: left; }
.postnav .postnav-col-2 {
  float: right; }
  .postnav .postnav-col-2 .leftnav, .postnav .postnav-col-2 .rightnav {
    display: inline-block;
    margin-top: 14px; }
.postnav h3 {
  margin-top: 0px; }
.postnav .back-to-top {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0 10%; }
  .postnav .back-to-top a {
    display: inline-block;
    position: relative;
    top: 0px; }
.postnav .leftnav {
  margin: 0;
  display: inline-block; }
.postnav .rightnav {
  margin: 0 0 0 15px;
  display: inline-block; }

.pagination ul.page-numbers li a.prev,
.pagination ul.page-numbers li a.next, nav.postnav li.leftnav a, nav.postnav li.rightnav a {
  padding: 0;
  text-decoration: none; }

.pagination ul.page-numbers a.prev:hover,
.pagination ul.page-numbers li a.bpn-next:hover,
.pagination ul.page-numbers li a.first a:hover,
.pagination ul.page-numbers li a.last:hover {
  background: none;
  color: #F44931; }

nav.postnav ul li.back-to-main {
  text-align: center; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }

.wp-prev-next .next-link {
  float: right; }

/******************************************************************
10. COMMENT STYLES
******************************************************************/
#comments {
  margin-top: 35px; }

.commentlist {
  margin: 0px 0 30px 0;
  padding: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 20px;
  padding: 0px; }
  .commentlist li cite, .commentlist li time {
    font-size: 1.25em; }

.commentlist li.depth-1 {
  border-bottom: 1px solid blue; }

.commentlist li.depth-1 ul.children {
  margin: 0;
  width: 89%;
  max-width: 534px;
  padding: 0 0 0 11%; }

.commentlist li:not(.depth-1) ul.children {
  width: 89%;
  max-width: 534px;
  padding: 0 0 0 11%; }

.commentlist li[class*=depth-] {
  margin-top: 35px; }

.commentlist li.depth-4 ul.children, .commentlist li.depth-5 ul.children, .commentlist li.depth-6 ul.children, .commentlist li.depth-7 ul.children {
  width: 100%;
  max-width: 524px;
  padding: 0 0 0 0; }

.commentlist li:not(.depth-1) {
  margin-top: 0; }

.commentlist .odd {
  background: none; }

.commentlist .even {
  background: none; }

.commentcol1 {
  float: left;
  width: 7.666667%;
  /*46/600*/ }

.commentcol2 {
  float: right;
  width: 89%;
  /*534/600*/ }

.commentlist cite.fn {
  font-weight: 400;
  font-style: normal; }

.commentlist .commentcol2 time {
  float: right; }

.commentlist .commentcol2 time a {
  text-decoration: none; }

.commentlist .commentcol2 time a:hover {
  text-decoration: underline;
  color: blue; }

.commentcol2 p {
  margin: 10px 0; }

.red-alert p {
  margin: 10px 0;
  color: blue; }

#cancel-comment-reply-link {
  display: block;
  margin-bottom: 15px; }
  #cancel-comment-reply-link p {
    font-size: 1em; }

.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  margin-bottom: 15px;
  color: blue; }

.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
  color: blue; }

p.submit-holder {
  text-align: center;
  margin-top: 25px; }

#commentform #submit {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #ffffff;
  font-size: 1em;
  background-color: blue;
  padding: 16px 52px 10px 52px;
  text-decoration: none;
  -webkit-transition: background-color 250ms ease-out 0s;
  -moz-transition: background-color 250ms ease-out 0s;
  -o-transition: background-color 250ms ease-out 0s;
  transition: background-color 250ms ease-out 0s;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  border: none;
  margin-top: 25px;
  font-style: italic; }
  #commentform #submit:hover, #commentform #submit:active {
    background-color: blue;
    text-decoration: none; }

#commentform p {
  font-size: 1.125em; }

article.comment:last-child {
  margin-bottom: 0px; }

.comment-author {
  margin-bottom: 15px; }
  .comment-author img {
    margin-bottom: 10px;
    margin-right: 10px; }

/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
#respond {
  padding-top: 35px; }

.respond-form {
  padding: 30px 0 35px 0px; }
  .respond-form h4 {
    margin-bottom: 25px; }
  .respond-form form {
    width: 74.170616%;
    /*626/844*/
    margin: 0 auto; }

.comment .respond-form form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto; }

ul.children .respond-form {
  margin-bottom: 25px; }

.respond-wrap {
  width: 76.66666667%;
  /*460/600*/
  margin: 0 auto; }

ul#comment-form-elements {
  margin: 25px 0 0 0px;
  padding: 0px; }

ul#comment-form-elements li {
  font-size: 1.125em; }

.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
  font-size: 1.125em; }

.respond-form form li label,
.respond-form form li small {
  display: none; }

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 15px 12px 13px 12px;
  background: #FFFFFF;
  /* form validation */
  width: 100%;
  font-weight: 300;
  color: black;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  border: none;
  margin-bottom: 10px; }

.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff; }

.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  width: 100%;
  font-size: 1em; }

.respond-form form textarea {
  resize: none;
  width: 100%;
  height: 150px;
  font-size: 1em;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

li.depth-2 .respond-form form input[type=text],
li.depth-2 .respond-form form input[type=email],
li.depth-2 .respond-form form input[type=url] {
  width: 100%; }

li.depth-2 .respond-form form textarea {
  resize: none;
  width: 100%;
  height: 150px; }

li.depth-3 .respond-form form input[type=text],
li.depth-3 .respond-form form input[type=email],
li.depth-3 .respond-form form input[type=url] {
  width: 100%; }

li.depth-3 .respond-form form textarea {
  resize: none;
  width: 100%;
  height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 15px 0; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

#commentform label.error {
  display: block;
  color: blue;
  margin-top: 10px; }

/*********************
12. SIDEBARS & ASIDES
*********************/
/*********************
FOOTER STYLES
*********************/
.footer {
  padding: 56px 0 90px 0;
  background-color: #20472B;
  position: relative; }
  .footer .footer-pattern {
    z-index: 1;
    opacity: 0.2;
    background-image: radial-gradient(ellipse farthest-corner at 60px 60px, #6C8B3F, #6C8B3F 50%, #20472B 50%);
    background-size: 60px 60px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; }
  .footer .footer-content {
    position: relative;
    z-index: 2; }
  .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer p, .footer ul li, .footer ol li {
    color: #FFFFFF; }
  .footer .footer-top {
    margin-bottom: 91px; }
  .footer a:hover {
    color: #F2A83B; }
  .footer .footer-col-1 {
    width: 39.9635036496365%;
    /*657/1644*/
    float: left; }
    .footer .footer-col-1 .sub-col-1 {
      width: 57.0776255707763%;
      /*375/657*/
      float: left; }
    .footer .footer-col-1 .sub-col-2 {
      width: 35.6164383561644%;
      /*234/657*/
      float: right; }
    .footer .footer-col-1 .footer-col-1-bottom {
      margin-top: 123px; }
  .footer .footer-col-2 {
    width: 57.1167883211679%;
    /*939/1644*/
    float: right; }
    .footer .footer-col-2 .sub-col-1 {
      width: 39.9361022364217%;
      /*375/939*/
      float: left; }
    .footer .footer-col-2 .sub-col-2 {
      width: 54.9520766773163%;
      /*516/939*/
      float: right; }

ul.social-icons {
  text-align: left; }
  ul.social-icons li {
    display: inline-block;
    margin-right: 15px; }

ul.footer-list li {
  font-size: 1.25em;
  margin-bottom: 20px; }

#mc_embed_signup, #mc_embed_signup_callout, .footer-signup, .callout-signup {
  margin: 32px 0 28px 0; }
  #mc_embed_signup #mc-embedded-subscribe-form #mc-embedded-subscribe, #mc_embed_signup #mc-embedded-subscribe-form .btn-submit, #mc_embed_signup #mc-embedded-subscribe-form-callout #mc-embedded-subscribe, #mc_embed_signup #mc-embedded-subscribe-form-callout .btn-submit, #mc_embed_signup .email-registration-form #mc-embedded-subscribe, #mc_embed_signup .email-registration-form .btn-submit, #mc_embed_signup_callout #mc-embedded-subscribe-form #mc-embedded-subscribe, #mc_embed_signup_callout #mc-embedded-subscribe-form .btn-submit, #mc_embed_signup_callout #mc-embedded-subscribe-form-callout #mc-embedded-subscribe, #mc_embed_signup_callout #mc-embedded-subscribe-form-callout .btn-submit, #mc_embed_signup_callout .email-registration-form #mc-embedded-subscribe, #mc_embed_signup_callout .email-registration-form .btn-submit, .footer-signup #mc-embedded-subscribe-form #mc-embedded-subscribe, .footer-signup #mc-embedded-subscribe-form .btn-submit, .footer-signup #mc-embedded-subscribe-form-callout #mc-embedded-subscribe, .footer-signup #mc-embedded-subscribe-form-callout .btn-submit, .footer-signup .email-registration-form #mc-embedded-subscribe, .footer-signup .email-registration-form .btn-submit, .callout-signup #mc-embedded-subscribe-form #mc-embedded-subscribe, .callout-signup #mc-embedded-subscribe-form .btn-submit, .callout-signup #mc-embedded-subscribe-form-callout #mc-embedded-subscribe, .callout-signup #mc-embedded-subscribe-form-callout .btn-submit, .callout-signup .email-registration-form #mc-embedded-subscribe, .callout-signup .email-registration-form .btn-submit {
    color: #20472B;
    border: none;
    background-color: #F2A83B;
    padding: 19px 48px 17px 48px;
    border-radius: 5px;
    -webkit-transition: background-color 250ms ease-out 0s;
    -moz-transition: background-color 250ms ease-out 0s;
    -o-transition: background-color 250ms ease-out 0s;
    transition: background-color 250ms ease-out 0s;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    font-family: "indivisible", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.25em;
    font-weight: 400; }
    #mc_embed_signup #mc-embedded-subscribe-form #mc-embedded-subscribe:hover, #mc_embed_signup #mc-embedded-subscribe-form .btn-submit:hover, #mc_embed_signup #mc-embedded-subscribe-form-callout #mc-embedded-subscribe:hover, #mc_embed_signup #mc-embedded-subscribe-form-callout .btn-submit:hover, #mc_embed_signup .email-registration-form #mc-embedded-subscribe:hover, #mc_embed_signup .email-registration-form .btn-submit:hover, #mc_embed_signup_callout #mc-embedded-subscribe-form #mc-embedded-subscribe:hover, #mc_embed_signup_callout #mc-embedded-subscribe-form .btn-submit:hover, #mc_embed_signup_callout #mc-embedded-subscribe-form-callout #mc-embedded-subscribe:hover, #mc_embed_signup_callout #mc-embedded-subscribe-form-callout .btn-submit:hover, #mc_embed_signup_callout .email-registration-form #mc-embedded-subscribe:hover, #mc_embed_signup_callout .email-registration-form .btn-submit:hover, .footer-signup #mc-embedded-subscribe-form #mc-embedded-subscribe:hover, .footer-signup #mc-embedded-subscribe-form .btn-submit:hover, .footer-signup #mc-embedded-subscribe-form-callout #mc-embedded-subscribe:hover, .footer-signup #mc-embedded-subscribe-form-callout .btn-submit:hover, .footer-signup .email-registration-form #mc-embedded-subscribe:hover, .footer-signup .email-registration-form .btn-submit:hover, .callout-signup #mc-embedded-subscribe-form #mc-embedded-subscribe:hover, .callout-signup #mc-embedded-subscribe-form .btn-submit:hover, .callout-signup #mc-embedded-subscribe-form-callout #mc-embedded-subscribe:hover, .callout-signup #mc-embedded-subscribe-form-callout .btn-submit:hover, .callout-signup .email-registration-form #mc-embedded-subscribe:hover, .callout-signup .email-registration-form .btn-submit:hover {
      background-color: #FABE65; }
  #mc_embed_signup #mc-embedded-subscribe-form label.error, #mc_embed_signup #mc-embedded-subscribe-form-callout label.error, #mc_embed_signup .email-registration-form label.error, #mc_embed_signup_callout #mc-embedded-subscribe-form label.error, #mc_embed_signup_callout #mc-embedded-subscribe-form-callout label.error, #mc_embed_signup_callout .email-registration-form label.error, .footer-signup #mc-embedded-subscribe-form label.error, .footer-signup #mc-embedded-subscribe-form-callout label.error, .footer-signup .email-registration-form label.error, .callout-signup #mc-embedded-subscribe-form label.error, .callout-signup #mc-embedded-subscribe-form-callout label.error, .callout-signup .email-registration-form label.error {
    color: #F2A83B;
    margin-bottom: 20px;
    display: block; }
  #mc_embed_signup #mc-embedded-subscribe-form .fields, #mc_embed_signup #mc-embedded-subscribe-form-callout .fields, #mc_embed_signup .email-registration-form .fields, #mc_embed_signup_callout #mc-embedded-subscribe-form .fields, #mc_embed_signup_callout #mc-embedded-subscribe-form-callout .fields, #mc_embed_signup_callout .email-registration-form .fields, .footer-signup #mc-embedded-subscribe-form .fields, .footer-signup #mc-embedded-subscribe-form-callout .fields, .footer-signup .email-registration-form .fields, .callout-signup #mc-embedded-subscribe-form .fields, .callout-signup #mc-embedded-subscribe-form-callout .fields, .callout-signup .email-registration-form .fields {
    float: none;
    width: 100%; }
    #mc_embed_signup #mc-embedded-subscribe-form .fields .columns, #mc_embed_signup #mc-embedded-subscribe-form-callout .fields .columns, #mc_embed_signup .email-registration-form .fields .columns, #mc_embed_signup_callout #mc-embedded-subscribe-form .fields .columns, #mc_embed_signup_callout #mc-embedded-subscribe-form-callout .fields .columns, #mc_embed_signup_callout .email-registration-form .fields .columns, .footer-signup #mc-embedded-subscribe-form .fields .columns, .footer-signup #mc-embedded-subscribe-form-callout .fields .columns, .footer-signup .email-registration-form .fields .columns, .callout-signup #mc-embedded-subscribe-form .fields .columns, .callout-signup #mc-embedded-subscribe-form-callout .fields .columns, .callout-signup .email-registration-form .fields .columns {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      #mc_embed_signup #mc-embedded-subscribe-form .fields .columns .two-column img:last-child, #mc_embed_signup #mc-embedded-subscribe-form-callout .fields .columns .two-column img:last-child, #mc_embed_signup .email-registration-form .fields .columns .two-column img:last-child, #mc_embed_signup_callout #mc-embedded-subscribe-form .fields .columns .two-column img:last-child, #mc_embed_signup_callout #mc-embedded-subscribe-form-callout .fields .columns .two-column img:last-child, #mc_embed_signup_callout .email-registration-form .fields .columns .two-column img:last-child, .footer-signup #mc-embedded-subscribe-form .fields .columns .two-column img:last-child, .footer-signup #mc-embedded-subscribe-form-callout .fields .columns .two-column img:last-child, .footer-signup .email-registration-form .fields .columns .two-column img:last-child, .callout-signup #mc-embedded-subscribe-form .fields .columns .two-column img:last-child, .callout-signup #mc-embedded-subscribe-form-callout .fields .columns .two-column img:last-child, .callout-signup .email-registration-form .fields .columns .two-column img:last-child {
        margin-bottom: 0px; }
      #mc_embed_signup #mc-embedded-subscribe-form .fields .columns .two-column-1, #mc_embed_signup #mc-embedded-subscribe-form-callout .fields .columns .two-column-1, #mc_embed_signup .email-registration-form .fields .columns .two-column-1, #mc_embed_signup_callout #mc-embedded-subscribe-form .fields .columns .two-column-1, #mc_embed_signup_callout #mc-embedded-subscribe-form-callout .fields .columns .two-column-1, #mc_embed_signup_callout .email-registration-form .fields .columns .two-column-1, .footer-signup #mc-embedded-subscribe-form .fields .columns .two-column-1, .footer-signup #mc-embedded-subscribe-form-callout .fields .columns .two-column-1, .footer-signup .email-registration-form .fields .columns .two-column-1, .callout-signup #mc-embedded-subscribe-form .fields .columns .two-column-1, .callout-signup #mc-embedded-subscribe-form-callout .fields .columns .two-column-1, .callout-signup .email-registration-form .fields .columns .two-column-1 {
        margin-right: auto; }
      #mc_embed_signup #mc-embedded-subscribe-form .fields .columns .two-column-2, #mc_embed_signup #mc-embedded-subscribe-form-callout .fields .columns .two-column-2, #mc_embed_signup .email-registration-form .fields .columns .two-column-2, #mc_embed_signup_callout #mc-embedded-subscribe-form .fields .columns .two-column-2, #mc_embed_signup_callout #mc-embedded-subscribe-form-callout .fields .columns .two-column-2, #mc_embed_signup_callout .email-registration-form .fields .columns .two-column-2, .footer-signup #mc-embedded-subscribe-form .fields .columns .two-column-2, .footer-signup #mc-embedded-subscribe-form-callout .fields .columns .two-column-2, .footer-signup .email-registration-form .fields .columns .two-column-2, .callout-signup #mc-embedded-subscribe-form .fields .columns .two-column-2, .callout-signup #mc-embedded-subscribe-form-callout .fields .columns .two-column-2, .callout-signup .email-registration-form .fields .columns .two-column-2 {
        margin-left: auto; }
    #mc_embed_signup #mc-embedded-subscribe-form .fields input, #mc_embed_signup #mc-embedded-subscribe-form-callout .fields input, #mc_embed_signup .email-registration-form .fields input, #mc_embed_signup_callout #mc-embedded-subscribe-form .fields input, #mc_embed_signup_callout #mc-embedded-subscribe-form-callout .fields input, #mc_embed_signup_callout .email-registration-form .fields input, .footer-signup #mc-embedded-subscribe-form .fields input, .footer-signup #mc-embedded-subscribe-form-callout .fields input, .footer-signup .email-registration-form .fields input, .callout-signup #mc-embedded-subscribe-form .fields input, .callout-signup #mc-embedded-subscribe-form-callout .fields input, .callout-signup .email-registration-form .fields input {
      padding: 22px;
      border-radius: 0px;
      box-sizing: border-box;
      border: none;
      width: 100%;
      font-size: 1.125em;
      margin-bottom: 20px; }
  #mc_embed_signup #mc-embedded-subscribe-form .action, #mc_embed_signup #mc-embedded-subscribe-form-callout .action, #mc_embed_signup .email-registration-form .action, #mc_embed_signup_callout #mc-embedded-subscribe-form .action, #mc_embed_signup_callout #mc-embedded-subscribe-form-callout .action, #mc_embed_signup_callout .email-registration-form .action, .footer-signup #mc-embedded-subscribe-form .action, .footer-signup #mc-embedded-subscribe-form-callout .action, .footer-signup .email-registration-form .action, .callout-signup #mc-embedded-subscribe-form .action, .callout-signup #mc-embedded-subscribe-form-callout .action, .callout-signup .email-registration-form .action {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px; }

/*********************
Media Queries
*********************/
@media only screen and (min-width: 0px) {
  .wrap {
    width: 100%;
    margin: 0 auto; }

  .inner-wrap {
    width: 100%;
    margin: 0 auto; }

  .tiny-wrap {
    width: 92%;
    margin: 0 auto; }

  .two-column {
    width: 100%; }

  .two-column-1 {
    float: none;
    margin-bottom: 45px; }

  .two-column-2 {
    float: none; }

  .three-column {
    width: 100%;
    /*414/1302*/
    float: none;
    margin: 0 0 35px 0;
    /*30/1302*/ }
    .three-column img {
      margin-bottom: 25px; }

  .three-column-0 {
    margin-left: 0px; }

  .four-column {
    width: 100%;
    /*303/1280*/
    margin: 0 0 35px 0;
    /*30/1302*/
    float: none; }

  .four-column-0 {
    margin-left: 0px; }

  .big-column {
    float: none;
    width: 100%;
    margin-bottom: 35px; }

  .small-column {
    float: none;
    width: 100%; }
    .small-column .tertiary-nav {
      display: none; }

  .small-column-left {
    float: none;
    width: 100%;
    margin-bottom: 35px; }

  .home-top-section .small-column-left {
    margin-bottom: 85px; }

  .big-column-right {
    float: none;
    width: 100%; }

  .flush-column, .flush-three-column {
    width: 100%; }
    .flush-column .flush-column-wrap, .flush-three-column .flush-column-wrap {
      width: 90.78341%;
      margin: 0 auto;
      padding: 0 0 30px 0; }

  .flush-column-1, .flush-column-2 {
    float: none; }

  .flush-column-1 {
    margin-bottom: 35px; }

  .header {
    padding: 20px 0 2px 0;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: auto;
    background-color: #FFFFFF; }
    .header .headercol1, .header .headercol2 {
      float: none;
      width: 100%; }
    .header .headercol1 {
      width: 100%;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      .header .headercol1 .mobile-switch {
        display: block;
        float: left;
        width: 10.214953271028%;
        margin-top: 8px; }
      .header .headercol1 #logo {
        float: left;
        width: 48.7133956386293%;
        /*166/1644*/
        margin-left: 6.8535825545171%;
        max-width: 166px; }
        .header .headercol1 #logo img {
          max-width: 100%;
          margin: 0 auto; }
      .header .headercol1 .mobile-donate {
        display: block;
        float: left;
        width: 27.1339563862928%;
        margin-left: 6.8535825545171%; }
        .header .headercol1 .mobile-donate ul.top-nav li.donate-button {
          margin-top: -3px;
          margin-bottom: 0px; }
    .header .headercol2 {
      float: none;
      position: absolute;
      top: 70px;
      left: 0;
      width: 100%;
      height: auto;
      background-color: #6C8B3F;
      z-index: 4;
      padding: 42px 0 27px 0; }

  .headercol2 {
    display: none; }
    .headercol2 ul.top-nav {
      width: 85.625%;
      /*1644/1920*/
      margin: 0 auto;
      padding: 0px; }
      .headercol2 ul.top-nav li {
        display: block;
        border-bottom: 1px solid #20472B;
        padding: 5px 0 10px 0;
        margin: 0px 0 15px 0; }
        .headercol2 ul.top-nav li a {
          color: #FFFFFF; }
        .headercol2 ul.top-nav li:hover a {
          color: #F2A83B;
          border-bottom: none; }
        .headercol2 ul.top-nav li:hover ul.sub-menu li a {
          color: #FFFFFF; }
        .headercol2 ul.top-nav li ul.sub-menu {
          display: block;
          position: relative;
          top: 0px;
          left: 0px;
          background: transparent;
          box-shadow: none;
          padding: 10px 0 5px 10px; }
          .headercol2 ul.top-nav li ul.sub-menu li {
            display: block;
            border-bottom: none; }
            .headercol2 ul.top-nav li ul.sub-menu li:last-child {
              margin-bottom: 0px; }
            .headercol2 ul.top-nav li ul.sub-menu li:hover a {
              border-bottom: none;
              color: #F2A83B; }
          .headercol2 ul.top-nav li ul.sub-menu li.current-menu-item a {
            color: #F2A83B;
            border-bottom: none; }
      .headercol2 ul.top-nav li.current-menu-item a {
        color: #F2A83B;
        border-bottom: none; }
      .headercol2 ul.top-nav li.donate-button {
        background-color: transparent;
        border-radius: 0px;
        padding: 5px 0 10px 0;
        border-bottom: none; }
        .headercol2 ul.top-nav li.donate-button:hover {
          background-color: transparent; }

  .headercol2 ul.top-nav li {
    margin: 12px 84px 15px 0; }

  h1, .h1 {
    font-size: 1.875em; }

  h2, .h2 {
    font-size: 1.5em; }

  h3, .h3 {
    font-size: 1.75em; }

  h4, .h4 {
    font-size: 1.25em; }

  h5, .h5 {
    font-size: 1.25em; }

  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 25px; }

  p.large {
    font-size: 1.5em; }

  p {
    font-size: 1.0625em; }

  p.dark-green-button a, a.dark-green-button, span.dark-green-button {
    padding: 19px 22px 17px 22px;
    margin-top: 20px; }

  p.orange-button, a.orange-button, span.orange-button {
    padding: 19px 22px 17px 22px;
    margin-bottom: 20px; }

  .banner-section {
    min-height: 420px;
    margin-top: 71px; }
    .banner-section .two-column {
      width: 100%; }
    .banner-section p.dark-green-button a, .banner-section a.dark-green-button {
      padding: 19px 13px 17px 12px; }

  .home-top-section .section-block, .home-middle-section .section-block {
    margin-top: 54px; }

  .home-top-section .section-block.callout, .home-top-section .section-block.background-pattern {
    padding: 52px 20px; }

  .inner-top-section .section-block.callout, .inner-top-section .section-block.background-pattern {
    padding: 52px 20px; }
  .inner-top-section .section-block {
    margin-top: 40px;
    position: relative; }
    .inner-top-section .section-block .badge {
      position: absolute;
      width: 303px;
      height: 286px;
      top: -60px;
      left: -20px; }
    .inner-top-section .section-block:first-child {
      margin-top: 58px; }

  .bottom-cards-section {
    padding: 62px 0 96px 0; }
    .bottom-cards-section .bottom-slides {
      margin-top: 43px; }
    .bottom-cards-section .outro {
      margin-top: 93px; }

  .slick-prev {
    left: 22%; }

  .slick-next {
    right: 22%; }

  #mc_embed_signup, #mc_embed_signup_callout, .footer-signup, .callout-signup {
    margin: 32px 0 28px 0; }
    #mc_embed_signup:last-child, #mc_embed_signup_callout:last-child, .footer-signup:last-child, .callout-signup:last-child {
      margin-bottom: 0px; }
    #mc_embed_signup:first-child, #mc_embed_signup_callout:first-child, .footer-signup:first-child, .callout-signup:first-child {
      margin-top: 0px; }
    #mc_embed_signup #mc-embedded-subscribe-form .fields .two-column, #mc_embed_signup #mc-embedded-subscribe-form-callout .fields .two-column, #mc_embed_signup .email-registration-form .fields .two-column, #mc_embed_signup_callout #mc-embedded-subscribe-form .fields .two-column, #mc_embed_signup_callout #mc-embedded-subscribe-form-callout .fields .two-column, #mc_embed_signup_callout .email-registration-form .fields .two-column, .footer-signup #mc-embedded-subscribe-form .fields .two-column, .footer-signup #mc-embedded-subscribe-form-callout .fields .two-column, .footer-signup .email-registration-form .fields .two-column, .callout-signup #mc-embedded-subscribe-form .fields .two-column, .callout-signup #mc-embedded-subscribe-form-callout .fields .two-column, .callout-signup .email-registration-form .fields .two-column {
      margin-bottom: 0px; }

  .footer {
    padding: 56px 0 90px 0; }
    .footer .footer-top {
      margin-bottom: 0px; }
    .footer .footer-col-1 {
      width: 100%;
      float: none;
      margin-bottom: 54px; }
      .footer .footer-col-1 .sub-col-1 {
        width: 57.0776255707763%;
        /*375/657*/
        float: left; }
      .footer .footer-col-1 .sub-col-2 {
        width: 35.6164383561644%;
        /*234/657*/
        float: right; }
      .footer .footer-col-1 .footer-col-1-bottom {
        margin-top: 53px; }
    .footer .footer-col-2 {
      width: 100%;
      float: none;
      margin-bottom: 54px; }
      .footer .footer-col-2 .sub-col-1 {
        width: 100%;
        float: none;
        margin-bottom: 14px; }
      .footer .footer-col-2 .sub-col-2 {
        width: 100%;
        float: none; }

  .slider-section {
    margin: 52px 0 0 0; }
    .slider-section .inner {
      padding: 56px 30px 80px 30px; }
    .slider-section .intro {
      margin-bottom: 43px; }

  .project-slides .slick-prev {
    bottom: -20%;
    left: 20%; }
  .project-slides .slick-next {
    bottom: -20%;
    right: 20%; }

  .tabs-section {
    padding: 56px 0;
    position: relative; }
    .tabs-section .intro {
      margin-bottom: 48px; }
    .tabs-section .tabs-navigation {
      margin-bottom: 48px; }

  .mobile {
    display: block; }

  .desktop {
    display: none; }

  .inner-bottom-section {
    padding: 51px 0 49px 0; }
    .inner-bottom-section .intro {
      margin-bottom: 47px; }
    .inner-bottom-section .outro {
      margin-top: 47px; }
    .inner-bottom-section .bottom-card {
      max-width: 373px; }

  .partners-section {
    padding: 57px 0 56px 0; }
    .partners-section .intro {
      margin-bottom: 57px; }
    .partners-section .outro {
      margin-top: 0px; }
    .partners-section .partners li {
      margin-bottom: 56px; }

  .two-column-top-section {
    padding: 57px 0 57px 0; }

  .wpcf7-list-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 48%;
    margin: 0px; }
    .wpcf7-list-item input {
      width: 10px;
      float: left;
      padding: 0px;
      margin: 0px; }
    .wpcf7-list-item span.wpcf7-list-item-label {
      float: left;
      margin-left: 10px; }

  .wpcf7-list-item:nth-child(odd) {
    float: left;
    clear: both;
    width: 40%; }

  .wpcf7-list-item:nth-child(even) {
    float: right;
    width: 60%; } }
@media screen and (min-width: 500px) {
  h2, .h2 {
    font-size: 1.625em; }

  p.large {
    font-size: 1.875em; } }
@media screen and (min-width: 600px) {
  .header {
    padding: 20px 0 12px 0; }
    .header .headercol1 .mobile-switch {
      margin-top: 8px; }
    .header .headercol1 #logo {
      float: left;
      max-width: 338px; }
      .header .headercol1 #logo img {
        max-width: 100%;
        margin: 0 auto; }
    .header .headercol1 .mobile-donate {
      display: block;
      float: left;
      margin-top: -5px;
      max-wdith: 124px; }
    .header .headercol2 {
      top: 87px; }

  .headercol2 ul.top-nav {
    width: 85.625%;
    /*1644/1920*/ }

  .banner-section {
    min-height: 540px; }
    .banner-section p.dark-green-button a, .banner-section a.dark-green-button {
      padding: 19px 23px 17px 22px; }

  .banner-section {
    min-height: 420px;
    margin-top: 90px; }

  .project-slides .slick-prev {
    bottom: -20%;
    left: 30%; }
  .project-slides .slick-next {
    bottom: -20%;
    right: 30%; } }
@media screen and (min-width: 700px) {
  .wrap {
    width: 82.9493087557604%;
    /*1080/1302*/
    margin: 0 auto; }

  .inner-wrap {
    width: 100%;
    margin: 0 auto; }

  .two-column {
    width: 48.8479262672811%;
    /*636/1302*/ }

  .two-column-1 {
    float: left;
    margin-bottom: 0px; }

  .two-column-2 {
    float: right; }

  .inner-middle-section .two-column {
    width: 100%; }
  .inner-middle-section .two-column-1, .inner-middle-section .two-column-2 {
    float: none; }

  .three-column {
    width: 31.7972350230415%;
    /*414/1302*/
    float: left;
    margin: 0 0 0 2.3041474654378%;
    /*30/1302*/ }
    .three-column img {
      margin-bottom: 25px; }

  .three-column-0 {
    margin-left: 0px; }

  .four-column {
    width: 23.2718894009217%;
    /*303/1280*/
    margin: 0 0 0px 2.3041474654378%;
    /*30/1302*/
    float: left; }
    .four-column img {
      margin-bottom: 35px; }

  .four-column-0, .four-column-2 {
    clear: none; }

  .four-column-0 {
    margin-left: 0px;
    clear: both; }

  .small-column-left {
    float: left;
    width: 38.333333333333%;
    /*414/1080*/
    margin-bottom: 0px; }

  .big-column-right {
    float: right;
    width: 58.888888889%;
    /*858/1080*/ }

  .big-column {
    float: left;
    width: 65.8986175115207%;
    /*858/1302*/ }
    .big-column .sub-column {
      width: 48.2517482517483%;
      /*414/858*/ }
    .big-column .sub-column-1 {
      float: left;
      clear: both; }
    .big-column .sub-column-2 {
      float: right; }

  .small-column {
    float: right;
    width: 31.7972350230415%;
    /*414/1302*/ }

  .banner-section .banner-content .two-column {
    width: 70%; }

  .slick-prev {
    left: 32%; }

  .slick-next {
    right: 32%; }

  #mc_embed_signup #mc-embedded-subscribe-form .fields .two-column, #mc_embed_signup #mc-embedded-subscribe-form-callout .fields .two-column, #mc_embed_signup .email-registration-form .fields .two-column, #mc_embed_signup_callout #mc-embedded-subscribe-form .fields .two-column, #mc_embed_signup_callout #mc-embedded-subscribe-form-callout .fields .two-column, #mc_embed_signup_callout .email-registration-form .fields .two-column, .footer-signup #mc-embedded-subscribe-form .fields .two-column, .footer-signup #mc-embedded-subscribe-form-callout .fields .two-column, .footer-signup .email-registration-form .fields .two-column, .callout-signup #mc-embedded-subscribe-form .fields .two-column, .callout-signup #mc-embedded-subscribe-form-callout .fields .two-column, .callout-signup .email-registration-form .fields .two-column {
    margin-bottom: 0px;
    width: 100%; }

  .footer {
    padding: 56px 0 90px 0; }
    .footer .footer-top {
      margin-bottom: 91px; }
    .footer .footer-col-1 {
      width: 100%;
      float: none;
      margin-bottom: 54px; }
      .footer .footer-col-1 .sub-col-1 {
        width: 57.0776255707763%;
        /*375/657*/
        float: left; }
      .footer .footer-col-1 .sub-col-2 {
        width: 35.6164383561644%;
        /*234/657*/
        float: right; }
      .footer .footer-col-1 .footer-col-1-bottom {
        margin-top: 123px; }
    .footer .footer-col-2 {
      width: 100%;
      float: none;
      margin-bottom: 0px; }
      .footer .footer-col-2 .sub-col-1 {
        width: 39.9361022364217%;
        /*375/939*/
        float: left; }
      .footer .footer-col-2 .sub-col-2 {
        width: 54.9520766773163%;
        /*516/939*/
        float: right; }

  .project-slides .slick-prev {
    bottom: 50%;
    left: -72px; }
  .project-slides .slick-next {
    bottom: 50%;
    right: -76px; }

  .mobile {
    display: none; }

  .desktop {
    display: block; }

  .inner-bottom-section .wrap {
    width: 100%; }
    .inner-bottom-section .wrap .two-column-1 {
      width: 46%; }
  .inner-bottom-section .columns .inner-wrap {
    align-items: start; } }
@media screen and (min-width: 768px) {
  .four-column {
    width: 23.2718894009217%;
    /*303/1280*/
    margin: 0 0 0px 2.3041474654378%;
    /*30/1302*/
    float: left; }
    .four-column img {
      margin-bottom: 35px; }

  .four-column-0, .four-column-2 {
    clear: none; }

  .four-column-0 {
    margin-left: 0px;
    clear: both; }

  .small-column-left {
    float: left;
    width: 38.333333333333%;
    /*414/1080*/
    margin-bottom: 0px; }

  .big-column-right {
    float: right;
    width: 58.888888889%;
    /*858/1080*/ }

  .big-column {
    float: left;
    width: 65.8986175115207%;
    /*858/1302*/ }
    .big-column .sub-column {
      width: 48.2517482517483%;
      /*414/858*/ }
    .big-column .sub-column-1 {
      float: left;
      clear: both; }
    .big-column .sub-column-2 {
      float: right; }

  .small-column {
    float: right;
    width: 31.7972350230415%;
    /*414/1302*/ }

  .flush-column {
    width: 50%; }
    .flush-column .flush-column-wrap {
      width: 90.78341%;
      margin: 0 auto; }

  .flush-column-1, .flush-column-2 {
    float: left; }

  .flush-column-1 {
    margin-bottom: 0px; }

  .flush-column-2 {
    padding-top: 40px;
    padding-bottom: 0px; } }
@media only screen and (min-width: 940px) {
  .inner-wrap {
    width: 79.4444444444444%;
    /*858px/1080*/
    margin: 0 auto; }

  .tiny-wrap {
    width: 74.1258741258741%;
    /*636/858*/
    margin: 0 auto; }

  .footer {
    padding: 56px 0 90px 0; }
    .footer .footer-top {
      margin-bottom: 91px; }
    .footer .footer-col-1 {
      width: 39.9635036496365%;
      /*657/1644*/
      float: left; }
      .footer .footer-col-1 .sub-col-1 {
        width: 57.0776255707763%;
        /*375/657*/
        float: left; }
      .footer .footer-col-1 .sub-col-2 {
        width: 35.6164383561644%;
        /*234/657*/
        float: right; }
      .footer .footer-col-1 .footer-col-1-bottom {
        margin-top: 123px; }
    .footer .footer-col-2 {
      width: 57.1167883211679%;
      /*939/1644*/
      float: right;
      margin-bottom: 0px; }
      .footer .footer-col-2 .sub-col-1 {
        width: 39.9361022364217%;
        /*375/939*/
        float: left; }
      .footer .footer-col-2 .sub-col-2 {
        width: 54.9520766773163%;
        /*516/939*/
        float: right; }

  .project-slides .slick-prev {
    bottom: 50%;
    left: -86px; }
  .project-slides .slick-next {
    bottom: 50%;
    right: -90px; }

  .tabs-section {
    padding: 116px 0;
    position: relative; }
    .tabs-section .intro {
      margin-bottom: 78px; }
    .tabs-section .tabs-navigation {
      margin-bottom: 78px; }

  .inner-bottom-section {
    padding: 121px 0 69px 0; }
    .inner-bottom-section .intro {
      margin-bottom: 67px; }
    .inner-bottom-section .outro {
      margin-top: 67px; }
    .inner-bottom-section .bottom-card {
      max-width: 373px; }

  .partners-section {
    padding: 107px 0 106px 0; }
    .partners-section .intro {
      margin-bottom: 77px; }
    .partners-section .outro {
      margin-top: 0px; }
    .partners-section .partners li {
      margin-bottom: 96px; }

  .two-column-top-section {
    padding: 67px 0 107px 0; } }
@media only screen and (min-width: 1024px) {
  .header {
    padding: 20px 0 2px 0;
    position: relative;
    z-index: 10;
    width: 100%;
    height: auto;
    background-color: transparent; }
    .header .headercol1, .header .headercol2 {
      float: left;
      width: auto; }
    .header .headercol1 .mobile-switch {
      display: none;
      float: left;
      width: 12.214953271028%; }
    .header .headercol1 #logo {
      float: left;
      width: auto;
      margin-left: 0px; }
      .header .headercol1 #logo img {
        max-width: 200px;
        margin: 0px; }
    .header .headercol1 .mobile-donate {
      display: none;
      float: left;
      width: 22.1339563862928%;
      margin-left: 6.8535825545171%; }
    .header .headercol2 {
      float: right;
      position: relative;
      top: 0px;
      left: 0;
      width: auto;
      background-color: transparent;
      z-index: 4;
      padding: 0px; }

  .headercol2 {
    display: block !important; }
    .headercol2 ul.top-nav {
      width: 100%;
      /*1644/1920*/
      margin: 0px;
      padding: 0px 0 0 0; }
      .headercol2 ul.top-nav li {
        display: inline-block;
        border-bottom: none;
        padding: 0px 0 20px 0;
        margin: 12px 28px 15px 0; }
        .headercol2 ul.top-nav li a {
          color: #20472B; }
        .headercol2 ul.top-nav li:hover a {
          color: #20472B;
          border-bottom: 2px solid #20472B; }
        .headercol2 ul.top-nav li:hover ul.sub-menu {
          display: block; }
        .headercol2 ul.top-nav li:hover ul.sub-menu li a {
          color: #20472B;
          border-bottom: none; }
        .headercol2 ul.top-nav li ul.sub-menu {
          display: none;
          position: absolute;
          background-color: #FFFFFF;
          top: 40px;
          left: -26px;
          height: auto;
          width: 100%;
          min-width: 275px;
          background-color: #FFFFFF;
          z-index: 3;
          box-sizing: border-box;
          padding: 26px 26px 24px 26px;
          box-shadow: 0px 4px 16px #00000029;
          border-radius: 5px;
          border: none; }
          .headercol2 ul.top-nav li ul.sub-menu li {
            display: block;
            border-bottom: none; }
            .headercol2 ul.top-nav li ul.sub-menu li:last-child {
              margin-bottom: 0px; }
            .headercol2 ul.top-nav li ul.sub-menu li:hover a {
              border-bottom: 2px solid #20472B;
              color: #20472B; }
        .headercol2 ul.top-nav li:last-child {
          margin-right: 0px; }
      .headercol2 ul.top-nav li.current-menu-item a {
        color: #20472B;
        border-bottom: 2px solid #20472B; }
      .headercol2 ul.top-nav li.donate-button {
        color: #F2A83B;
        background-color: #20472B;
        padding: 14px 28px 12px 28px;
        margin-top: 0px;
        border-radius: 5px;
        -webkit-transition: background-color 250ms ease-out 0s;
        -moz-transition: background-color 250ms ease-out 0s;
        -o-transition: background-color 250ms ease-out 0s;
        transition: background-color 250ms ease-out 0s;
        display: inline-block; }
        .headercol2 ul.top-nav li.donate-button a {
          color: #F2A83B; }
        .headercol2 ul.top-nav li.donate-button:hover {
          background-color: #387148; }
          .headercol2 ul.top-nav li.donate-button:hover a {
            border: none; }

  .banner-section {
    margin-top: 0px; }

  .bottom-cards-section {
    padding: 132px 0 126px 0; }

  .slick-prev {
    left: 42%; }

  .slick-next {
    right: 42%; } }
@media only screen and (min-width: 1100px) {
  .header {
    padding: 20px 0 2px 0; }
    .header .headercol1, .header .headercol2 {
      float: left;
      width: auto; }
    .header .headercol1 .mobile-switch {
      display: none;
      float: left;
      width: 12.214953271028%; }
    .header .headercol1 #logo {
      float: left;
      width: auto;
      margin-left: 0px; }
      .header .headercol1 #logo img {
        max-width: 244px;
        margin: 0px; }
    .header .headercol2 {
      float: right; }

  .headercol2 ul.top-nav li {
    margin: 12px 38px 15px 0; }
  .headercol2 ul.top-nav li.donate-button {
    padding: 19px 28px 17px 28px; }

  .banner-section {
    min-height: 606px; }
    .banner-section p.dark-green-button a, .banner-section a.dark-green-button {
      padding: 19px 48px 17px 48px; }

  .home-top-section .section-block, .home-middle-section .section-block {
    margin-top: 104px; }

  .home-top-section .section-block.callout, .home-top-section .section-block.background-pattern {
    padding: 92px 0; }

  .inner-top-section .section-block.callout, .inner-top-section .section-block.background-pattern {
    padding: 102px 0; }
  .inner-top-section .section-block {
    margin-top: 90px;
    position: relative; }
    .inner-top-section .section-block:first-child {
      margin-top: 78px; }
      .inner-top-section .section-block:first-child .two-column-1 {
        max-width: 700px; }

  .slider-section {
    margin: 82px 0 0 0; }
    .slider-section .inner {
      padding: 86px 0 60px 0; }
    .slider-section .intro {
      margin-bottom: 43px; } }
@media only screen and (min-width: 1200px) {
  .headercol2 ul.top-nav li {
    margin: 12px 44px 15px 0; }
  .headercol2 ul.top-nav li.donate-button {
    padding: 19px 48px 17px 48px; }

  .banner-section {
    min-height: 696px; }

  p.dark-green-button a, a.dark-green-button, span.dark-green-button {
    padding: 19px 48px 17px 48px;
    margin-top: 20px; }

  p.orange-button, a.orange-button, span.orange-button {
    padding: 19px 48px 17px 48px;
    margin-bottom: 20px; }
    p.orange-button:hover, a.orange-button:hover, span.orange-button:hover {
      background-color: #FABE65; }

  .wpcf7-form .interests {
    display: block;
    max-width: 420px; } }
@media only screen and (min-width: 1300px) {
  .headercol2 ul.top-nav li {
    margin: 12px 54px 15px 0; }

  #mc_embed_signup #mc-embedded-subscribe-form .fields .two-column, #mc_embed_signup #mc-embedded-subscribe-form-callout .fields .two-column, #mc_embed_signup .email-registration-form .fields .two-column, #mc_embed_signup_callout #mc-embedded-subscribe-form .fields .two-column, #mc_embed_signup_callout #mc-embedded-subscribe-form-callout .fields .two-column, #mc_embed_signup_callout .email-registration-form .fields .two-column, .footer-signup #mc-embedded-subscribe-form .fields .two-column, .footer-signup #mc-embedded-subscribe-form-callout .fields .two-column, .footer-signup .email-registration-form .fields .two-column, .callout-signup #mc-embedded-subscribe-form .fields .two-column, .callout-signup #mc-embedded-subscribe-form-callout .fields .two-column, .callout-signup .email-registration-form .fields .two-column {
    margin-bottom: 0px;
    width: 48.5401459854015%;
    /*798/1644*/ }

  .inner-bottom-section .columns .inner-wrap {
    align-items: center; } }
@media only screen and (min-width: 1400px) {
  .headercol2 ul.top-nav li {
    margin: 12px 64px 15px 0; } }
@media only screen and (min-width: 1500px) {
  h1, .h1 {
    font-size: 2.8125em; }

  h2, .h2 {
    font-size: 2.25em; }

  h3, .h3 {
    font-size: 2.6875em; }

  h4, .h4 {
    font-size: 1.625em; }

  h5, .h5 {
    font-size: 1.4375em; }

  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 25px; }

  p.large {
    font-size: 2.1875em; }

  p {
    font-size: 1.25em; }

  .headercol2 ul.top-nav li {
    margin: 12px 84px 15px 0; }

  .banner-section {
    min-height: 696px; }
    .banner-section .banner-content .two-column {
      width: 48.5401459854015%;
      /*798/1644*/ }

  .home-top-section .section-block, .home-middle-section .section-block {
    margin-top: 144px; }

  .home-top-section .section-block.callout, .home-top-section .section-block.background-pattern {
    padding: 132px 0; }

  .inner-top-section .section-block.callout, .inner-top-section .section-block.background-pattern {
    padding: 132px 0; }
  .inner-top-section .section-block {
    margin-top: 90px;
    position: relative; }
    .inner-top-section .section-block:first-child {
      margin-top: 78px; }
      .inner-top-section .section-block:first-child .two-column-1 {
        max-width: 700px; }

  .slider-section {
    margin: 112px 0 0 0; }
    .slider-section .inner {
      padding: 126px 0 100px 0; }
    .slider-section .intro {
      margin-bottom: 43px; }
    .slider-section .project-slides.slick-slider .slide {
      display: block; }

  .inner-bottom-section {
    padding: 151px 0 89px 0; }
    .inner-bottom-section .intro {
      margin-bottom: 97px; }
    .inner-bottom-section .outro {
      margin-top: 97px; }
    .inner-bottom-section .bottom-card {
      max-width: 373px; }

  .partners-section {
    padding: 157px 0 146px 0; }
    .partners-section .intro {
      margin-bottom: 77px; }
    .partners-section .outro {
      margin-top: 0px; }
    .partners-section .partners li {
      margin-bottom: 116px; }

  .two-column-top-section {
    padding: 77px 0 157px 0; } }
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline; }

  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
/* ==|== Trumps =======================================================
	Trump styles
   ========================================================================== */
.left {
  float: left; }

.right {
  float: right; }

.all-caps {
  text-transform: uppercase; }

.center {
  display: block;
  margin: 0 auto !important; }

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

.italic {
  font-style: italic; }

.hidden {
  display: none; }

.not-visibile, .invisible {
  visibility: hidden; }

.no-border-top {
  border-top: none !important; }

.no-border-bottom {
  border-bottom: none !important; }

.no-boder-left {
  border-left: none !important; }

.no-border-right {
  border-right: none !important; }

.no-margin-top {
  margin-top: 0px !important; }

.no-margin-right {
  margin-right: 0px !important; }

.no-margin-bottom {
  margin-bottom: 0px !important; }

.no-margin-left {
  margin-left: 0px !important; }

.no-padding-top {
  padding-top: 0px !important; }

.no-padding-right {
  padding-right: 0px !important; }

.no-padding-bottom {
  padding-bottom: 0px !important; }

.no-padding-left {
  padding-left: 0px !important; }

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