@charset "UTF-8";

/*

Theme Name: FORTERRA 2015
Theme URI: http://forterra.org
Author: CIVILIZATION
Author URI: http://builtbycivilization.com


Typekit Info:
font-family: "museo-sans"
font-weight: 300 (regular & italic)
font-weight: 700 (bold & bold italic)
font-family: "museo-slab"
font-weight: 700 (bold)
font-family: "league-gothic"
font-weight: 400 (regular)

 Table of Contents  1.0 - Reset 1.1 - SCSS Mixins 1.2 - Genericons 1.3 - Loading 2.0 - Elements 2.1 - Basic Grids 3.0 - Header, Menus 4.0 - Body: Hero & Sidebar 4.1 - Body: Content Area 5.0 - Footer 6.0 - Multipurpose

*/


/** 1.0 - Reset  Resetting and rebuilding styles have been helped along thanks to the fine work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/ and Blueprint http://www.blueprintcss.org/ */

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, body div, span, object, iframe, h1, h2, h3, h4, .disqus_thread .show-comments, .filter-list li, .layout-section.tribe-events-list .tribe-events-footer, h5, .layout-section.signup .inline-links, .layout-section.join-the-forterra-team .section-embedded-content .resumator-job .resumator-job-title, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, input, select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

a:hover, :active, :focus {
  outline: none;
}

small {
  font-size: 85%;
}

strong, th {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

.clickable, label, input[type=button], input[type=submit], button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

button {
  width: auto;
  overflow: visible;
  border: 0;
  background: transparent;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}


/** 1.1 - SCSS Mixins */


/** 1.2 - Genericons */

.social-navigation a:before, .secondary-toggle:before, .dropdown-toggle:after, .bypostauthor > article .fn:after, .comment-reply-title small a:before, .comment-navigation .nav-next a:after, .comment-navigation .nav-previous a:before, .posted-on:before, .byline:before, .cat-links:before, .tags-links:before, .comments-link:before, .entry-format:before, .edit-link:before, .full-size-link:before, .pagination .prev:before, .pagination .next:before, .image-navigation a:before, .image-navigation a:after, .format-link .entry-title a:after, .entry-content .more-link:after, .entry-summary .more-link:after, .author-link:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}


/** 2.0 - Elements */

::-moz-selection {
  background: #EA5E46;
  color: #fff;
}

::selection {
  background: #EA5E46;
  color: #fff;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  /* fixes FF over-bolding */
  font-size: 62.5%;
  /* 10px reset */
  position: relative;
  min-height: 100%;
  background: #fff;
  overflow-y: auto;
}

html:not([data-class="ie9"]) body.home:not(.iOS7), html:not([data-class="ie9"]) body.page-template-page-our-approach:not(.iOS7) {
  overflow-y: hidden;
}

html:not([data-class="mobile"]):not([data-class="ie9"]) body.page-template-page-our-history {
  overflow-y: hidden;
}

body {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #38434A;
  min-height: 100%;
  overflow-x: hidden;
}

@media only screen and (min-width: 420px) {
  body {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

body:before {
  content: '';
  background: url(i/forterra-logo.png), url(i/forterra-logo-poppy.png), url(i/button-bg-light.png), url(i/button-sides-light.png), url(i/button-bg-light-fill.png), url(i/button-sides-light-fill.png), url(i/button-bg-dark.png), url(i/button-sides-dark.png), url(i/button-bg-dark-fill.png), url(i/button-sides-dark-fill.png), url(i/button-bg-poppy-fill.png), url(i/button-sides-poppy-fill.png);
  width: 0;
  height: 0;
  visibility: hidden;
  display: none;
}

body.page-template-page-our-approach:before {
  background: url(i/button-bg-grass.png), url(i/button-sides-grass.png), url(i/button-bg-grass-fill.png), url(i/button-sides-grass-fill.png), url(i/button-bg-ocean.png), url(i/button-sides-ocean.png), url(i/button-bg-ocean-fill.png), url(i/button-sides-ocean-fill.png), url(i/button-bg-poppy.png), url(i/button-sides-poppy.png), url(i/button-bg-poppy-fill.png), url(i/button-sides-poppy-fill.png);
}

img {
  max-width: 100%;
}

a:not(.button) {
  color: #2A2B2A;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  transition: all 0.125s;
}

input[type="email"], input[type="text"] {
  background: #fff;
  padding: 0 12px;
  border: 1px solid #EFEFED;
  text-decoration: none;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

::-webkit-input-placeholder {
  font-weight: 400;
}

::-moz-placeholder {
  font-weight: 400;
}

::-ms-input-placeholder {
  font-weight: 400;
}

textarea {
  padding: 10px;
  background: #fff;
  border: 1px solid #38434A;
  text-decoration: none;
  font-size: 1.6rem;
}

iframe {
  max-width: 100%;
}

button, .button {
  padding: 0;
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "museo-sans", sans-serif;
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: inherit;
  text-transform: uppercase;
  line-height: 3.2rem;
  background: url(i/button-bg-light.png) 50% 50% repeat-x;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  position: relative;
  color: inherit;
  font-weight: 700;
}

button:before, button:after, .button:before, .button:after {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  width: 1.5rem;
  height: 100%;
  background: url(i/button-sides-light.png) no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

button:before, .button:before {
  background-position: 0 0;
  left: -1.5rem;
}

button:after, .button:after {
  background-position: 100% 0;
  right: -1.5rem;
}

button:hover, .button:hover {
  background-image: url(i/button-bg-light-fill.png);
  color: #EA5E46;
}

button:hover:before, button:hover:after, .button:hover:before, .button:hover:after {
  background-image: url(i/button-sides-light-fill.png);
}

button.dark, .button.dark {
  background-image: url(i/button-bg-dark.png);
}

button.dark:before, button.dark:after, .button.dark:before, .button.dark:after {
  background-image: url(i/button-sides-dark.png);
}

button.dark:hover, .button.dark:hover {
  background-image: url(i/button-bg-dark-fill.png);
  color: #fff;
}

button.dark:hover:before, button.dark:hover:after, .button.dark:hover:before, .button.dark:hover:after {
  background-image: url(i/button-sides-dark-fill.png);
}

button.donate-button, .button.donate-button {
  background-image: url(i/button-bg-poppy-fill.png);
  color: #fff;
}

button.donate-button:before, button.donate-button:after, .button.donate-button:before, .button.donate-button:after {
  background-image: url(i/button-sides-poppy-fill.png);
}

button.donate-button:hover, .button.donate-button:hover {
  background-image: url(i/button-bg-dark.png);
  color: #38434A;
}

button.donate-button:hover:before, button.donate-button:hover:after, .button.donate-button:hover:before, .button.donate-button:hover:after {
  background-image: url(i/button-sides-dark.png);
}

button.large, .button.large {
  font-size: 3.2rem;
  line-height: 6.4rem;
  font-weight: 700;
  padding: 0 1.5rem;
}

p .button:only-child {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 auto;
}

ol {
  margin-left: 2rem;
}

ul.inline-links {
  letter-spacing: -0.65em;
  text-rendering: optimizeLegibility;
}

ul.inline-links li {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

ul.inline-links li:not(:first-child):before {
  content: "|";
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 6px;
}

h1:not(.site-title) {
  font-size: 2rem;
  line-height: 2.8rem;
  font-family: "museo-slab", serif;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

@media only screen and (min-width: 420px) {
  h1:not(.site-title) {
    font-size: 3.6rem;
    line-height: 4.2rem;
    font-family: "museo-slab", serif;
    font-weight: 700;
    text-rendering: optimizeLegibility;
  }
}

h1:not(.site-title).entry-title, h1:not(.site-title).article-title {
  text-align: center;
  border-bottom: 2px solid #38434A;
  padding-bottom: 2rem;
  margin: 0 auto 2rem;
  text-transform: none;
}

h2 {
  font-size: 2rem;
  line-height: 2.8rem;
  font-family: "museo-sans", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
}

@media only screen and (min-width: 420px) {
  h2 {
    font-size: 3rem;
    line-height: 4.2rem;
    font-family: "museo-sans", serif;
    font-weight: 700;
    text-rendering: optimizeLegibility;
  }
}

h2.section-title {
  font-size: 2.8rem;
  line-height: 1.15;
  font-family: "league-gothic", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  margin-top: 3.4rem;
  padding: 3.4rem 2rem 0;
}

@media only screen and (min-width: 420px) {
  h2.section-title {
    font-size: 3.5rem;
  }
}

@media only screen and (min-width: 769px) {
  h2.section-title {
    font-size: 4.2rem;
  }
}

@media only screen and (min-width: 1025px) {
  h2.section-title {
    font-size: 4.8rem;
  }
}

@media only screen and (min-width: 420px) {
  h2.section-title {
    letter-spacing: normal;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-align: center;
    margin-top: -3.4rem;
    background: #fff;
    padding: 2rem 4rem;
    position: relative;
  }
  h2.section-title:before, h2.section-title:after {
    content: "";
    display: block;
    width: 4rem;
    height: 86%;
    position: absolute;
    top: 0;
    background: inherit;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 0;
  }
  h2.section-title:before {
    left: 0;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* FF Hack for sharper renders */
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  h2.section-title:after {
    right: 0;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* FF Hack for sharper renders */
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  h2.section-title.invert {
    position: absolute;
    top: 1.4rem;
    left: 0;
    width: 900%;
    margin-left: -400%;
    background: transparent;
  }
  h2.section-title.invert:before, h2.section-title.invert:after {
    display: none;
  }
  h2.section-title.invert svg, h2.section-title.invert span {
    letter-spacing: normal;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    margin-top: -1rem;
  }
  h2.section-title.invert span {
    padding: 2rem 4rem;
  }
}

h2.single-entry-title {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: center;
  border-bottom: 2px solid #38434A;
  padding: 6px 0 14px;
  margin: 0 auto 14px;
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h2.single-entry-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 4px;
  background: #2A2B2A;
}

h2.single-entry-title.event-title {
  text-transform: none;
  line-height: 1.3;
  padding-bottom: 20px;
}

h3 {
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

h3 a {
  color: inherit;
  border-bottom: 1px solid inherit;
}

h3 + p {
  margin-top: 1rem;
}

@media only screen and (min-width: 420px) {
  h3 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 1.4rem;
  }
}

h4, .disqus_thread .show-comments, .filter-list li, .layout-section.tribe-events-list .tribe-events-footer {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-family: "museo-slab", serif;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  letter-spacing: 1px;
}

h4 + p, .disqus_thread .show-comments + p, .filter-list li + p, .layout-section.tribe-events-list .tribe-events-footer + p {
  margin-top: 1rem;
}

h4 + h5, .disqus_thread .show-comments + h5, .filter-list li + h5, .layout-section.tribe-events-list .tribe-events-footer + h5, .layout-section.signup h4 + .inline-links, .disqus_thread .layout-section.signup .show-comments + .inline-links, .layout-section.signup .disqus_thread .show-comments + .inline-links, .filter-list .layout-section.signup li + .inline-links, .layout-section.signup .filter-list li + .inline-links, .layout-section.tribe-events-list .layout-section.signup .tribe-events-footer + .inline-links, .layout-section.signup .layout-section.tribe-events-list .tribe-events-footer + .inline-links, .layout-section.join-the-forterra-team .section-embedded-content .resumator-job h4 + .resumator-job-title, .disqus_thread .layout-section.join-the-forterra-team .section-embedded-content .resumator-job .show-comments + .resumator-job-title, .layout-section.join-the-forterra-team .section-embedded-content .resumator-job .disqus_thread .show-comments + .resumator-job-title, .filter-list .layout-section.join-the-forterra-team .section-embedded-content .resumator-job li + .resumator-job-title, .layout-section.join-the-forterra-team .section-embedded-content .resumator-job .filter-list li + .resumator-job-title, .layout-section.tribe-events-list .layout-section.join-the-forterra-team .section-embedded-content .resumator-job .tribe-events-footer + .resumator-job-title, .layout-section.join-the-forterra-team .section-embedded-content .resumator-job .layout-section.tribe-events-list .tribe-events-footer + .resumator-job-title {
  margin-top: 8px;
}

h5, .layout-section.signup .inline-links, .layout-section.join-the-forterra-team .section-embedded-content .resumator-job .resumator-job-title {
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
}

h5 + div, .layout-section.signup .inline-links + div, .layout-section.join-the-forterra-team .section-embedded-content .resumator-job .resumator-job-title + div, h5 + p, .layout-section.signup .inline-links + p, .layout-section.join-the-forterra-team .section-embedded-content .resumator-job .resumator-job-title + p {
  margin-top: 8px;
}

h5 + div + p, .layout-section.signup .inline-links + div + p, .layout-section.join-the-forterra-team .section-embedded-content .resumator-job .resumator-job-title + div + p {
  margin-top: 8px;
}

h6 {
  padding: 42px 0;
}

h6 + h6 {
  padding-top: 0;
  margin-top: -22px;
}

h6:last-child {
  padding-bottom: 0;
}

h3 + h6 {
  padding-top: 0;
}

h6 a:not(.button) {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0;
  text-decoration: none;
  font-size: 1.4rem;
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
  line-height: 3.2rem;
  text-transform: uppercase;
  color: #EA5E46 !important;
  background: url(i/button-bg-poppy.png) 50% 50% repeat-x;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  position: relative;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

h6 a:not(.button):before, h6 a:not(.button):after {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  width: 1.5rem;
  height: 100%;
  background: url(i/button-sides-poppy.png) no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

h6 a:not(.button):before {
  background-position: 0 0;
  left: -1.5rem;
}

h6 a:not(.button):after {
  background-position: 100% 0;
  right: -1.5rem;
}

h6 a:not(.button):hover {
  background-image: url(i/button-bg-poppy-fill.png);
  text-decoration: none !important;
  color: #fff !important;
}

h6 a:not(.button):hover:before, h6 a:not(.button):hover:after {
  background-image: url(i/button-sides-poppy-fill.png);
}

hr {
  width: 100%;
  height: 0;
  border-top: 2px solid #38434A;
}

em {
  font-weight: inherit;
}

small {
  font-size: 1.1rem;
}

p + h3, p + h4, .disqus_thread p + .show-comments, .filter-list p + li, .layout-section.tribe-events-list p + .tribe-events-footer, p + h5, .layout-section.signup p + .inline-links, .layout-section.join-the-forterra-team .section-embedded-content .resumator-job p + .resumator-job-title, p + hr {
  margin-top: 3.4rem;
}

blockquote {
  font-size: 2.8rem;
  line-height: 1.15;
  font-family: "league-gothic", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  margin: 0 auto;
  quotes: "\201C" "\201D";
}

@media only screen and (min-width: 420px) {
  blockquote {
    font-size: 3.5rem;
  }
}

@media only screen and (min-width: 769px) {
  blockquote {
    font-size: 4.2rem;
  }
}

@media only screen and (min-width: 1025px) {
  blockquote {
    font-size: 4.8rem;
  }
}

blockquote:before {
  content: open-quote;
  margin: 15px 0 0 -8px;
}

blockquote:after {
  content: close-quote;
  margin: 23px 0 0;
}

blockquote.without-quotes {
  quotes: none;
}

blockquote p {
  display: inline;
}


/** 2.1 - Basic Grids */

@media only screen and (min-width: 420px) {
  .grid {
    letter-spacing: -0.65em;
    text-rendering: optimizeLegibility;
  }
  .grid > div {
    letter-spacing: normal;
    letter-spacing: normal;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    position: relative;
  }
  .grid .quarter {
    width: 24.99999%;
  }
  .grid .quarter.two {
    width: 49.99999%;
  }
  .grid .quarter.three {
    width: 74.99999%;
  }
  .grid .third {
    width: 33.33333%;
  }
  .grid .third.two {
    width: 66.66666%;
  }
}

.four-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

@media only screen and (min-width: 769px) {
  .four-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

@media only screen and (min-width: 930px) {
  .four-col {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

.three-col {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

@media only screen and (min-width: 769px) {
  .three-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 42px;
    -moz-column-gap: 42px;
    column-gap: 42px;
  }
}

@media only screen and (min-width: 930px) {
  .three-col {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 42px;
    -moz-column-gap: 42px;
    column-gap: 42px;
  }
}

.multi-column-text, .two-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 42px;
  -moz-column-gap: 42px;
  column-gap: 42px;
}

.multi-column-text > div, .two-col > div {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}


/** 3.0 - Header, Menus */

.skip-link {
  display: none;
}

.site-header {
  z-index: 99;
  width: 100%;
  background: #2A2B2A;
  color: #fff;
  -webkit-transition: all 0.875s;
  -moz-transition: all 0.875s;
  -o-transition: all 0.875s;
  transition: all 0.875s;
  position: fixed;
  top: 0;
}

.site-header .header-wrap {
  position: relative;
  width: 100%;
  height: 48px;
}

.site-header a {
  color: #fff;
}

.site-header h1 {
  position: absolute;
  left: 20px;
  bottom: 0;
  z-index: 10;
}

@media only screen and (min-width: 420px) {
  .site-header h1 {
    left: 42px;
  }
}

.site-header h1 a {
  display: block;
  width: 120px;
  height: 48px;
  background-color: transparent;
  background: url(i/forterra-logo.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  text-indent: 1500%;
  white-space: nowrap;
  overflow: hidden;
}

.site-header h1 a:hover {
  background-image: url(i/forterra-logo-poppy.png);
}

.site-header .donate-button {
  display: none;
  position: absolute;
  right: calc(42px + 1.5rem);
  bottom: 13px;
  z-index: 9999;
}

@media only screen and (min-width: 420px) {
  .site-header .donate-button {
    display: block;
    z-index: 99;
  }
}

.site-header .donate-button a {
  display: block;
  font-size: 1.2rem;
  line-height: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  background-image: url(i/button-bg-poppy-fill.png);
  color: #fff;
}

.site-header .donate-button a:before, .site-header .donate-button a:after {
  background-image: url(i/button-sides-poppy-fill.png);
}

.site-header .donate-button a:hover {
  background-image: url(i/button-bg-light-fill.png);
  color: #38434A;
}

.site-header .donate-button a:hover:before, .site-header .donate-button a:hover:after {
  background-image: url(i/button-sides-light-fill.png);
}

.site-header .mobile-menu-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 48px;
  background: url(i/mobile-menu-icon.png) 50% 50% no-repeat;
  -webkit-background-size: auto 16px;
  -moz-background-size: auto 16px;
  -o-background-size: auto 16px;
  background-size: auto 16px;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 6;
}

.site-header .mobile-menu-icon.x {
  background-image: url(i/mobile-menu-icon-x.png);
}

@media only screen and (min-width: 420px) {
  .site-header .mobile-menu-icon {
    right: 50%;
    margin-right: -24px;
  }
}

@media only screen and (min-width: 1025px) {
  .site-header .mobile-menu-icon {
    display: none;
  }
}

.site-header nav {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  /* jquery height */
  overflow: auto;
  padding-bottom: 48px;
  background: #EFEFED;
  z-index: 1;
}

.site-header nav .menu {
  width: 100%;
  text-align: center;
}

.site-header nav .menu > li {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "museo-slab", serif;
  background: #fff;
}

.site-header nav .menu > li > a {
  display: block;
  line-height: 4.8rem;
  border-bottom: 1px solid #2A2B2A;
  color: #2A2B2A;
}

.site-header nav .sub-menu {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-header nav .sub-menu.expand {
  /* jquery height on .menu click */
}

.site-header nav .sub-menu > li {
  display: block;
  font-size: 1.8rem;
  line-height: 3.4rem;
  text-transform: lowercase;
  font-family: "museo-sans", sans-serif;
  border-bottom: 1px solid #2A2B2A;
  background: #EFEFED;
}

.site-header nav .sub-menu > li a {
  display: block;
  color: #2A2B2A;
}

@media only screen and (min-width: 420px) {
  .site-header nav .mobile-donate {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .site-header {
    position: relative;
  }
  .site-header nav {
    display: block !important;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
    background: transparent;
    padding-bottom: 0;
    overflow: visible;
  }
  .site-header nav .menu {
    width: 100%;
    text-align: center;
    letter-spacing: -0.65em;
    text-rendering: optimizeLegibility;
  }
  .site-header nav .menu > li {
    letter-spacing: normal;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "museo-slab", serif;
    font-size: 1.2rem;
    background: transparent;
  }
  .site-header nav .menu > li > a {
    display: block;
    line-height: 48px;
    border: 0;
    padding: 0 1rem;
    color: #fff;
  }
  .site-header nav .menu > li.hover > a {
    color: #EA5E46;
  }
  .site-header nav .menu > li.has-sub-menu.hover > a {
    background: #38434A;
  }
  .site-header nav .menu > li.current-menu-item > a {
    cursor: default;
    color: #EA5E46;
  }
  .site-header nav .menu > li:not(.hover) ul.sub-menu {
    display: none;
  }
  .site-header nav .sub-menu {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    width: 100%;
    height: 32px;
    text-align: center;
    background: #38434A;
    overflow: visible;
    letter-spacing: -0.65em;
    text-rendering: optimizeLegibility;
    z-index: -1;
  }
  .site-header nav .sub-menu > li {
    letter-spacing: normal;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-size: 1.25rem;
    line-height: 3.2rem;
    border-bottom: 0;
    background: transparent;
  }
  .site-header nav .sub-menu > li a {
    letter-spacing: normal;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #fff;
  }
  .site-header nav .sub-menu > li a:hover {
    color: #EA5E46;
  }
  .site-header nav .sub-menu > li:not(:last-child):after {
    letter-spacing: normal;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    content: "—";
    vertical-align: middle;
    margin: 0 6px;
  }
  .site-header nav .sub-menu:before {
    /* hover-intent dropdown margins */
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -24px;
    z-index: -1;
  }
  .site-header.home-header {
    position: absolute;
    top: calc(100vh - 48px);
  }
  .site-header.home-header.bottom nav {
    overflow: visible;
  }
  .site-header.home-header.bottom nav .sub-menu {
    top: auto;
    bottom: 48px;
    overflow: hidden;
  }
  .site-header.home-header.bottom nav .sub-menu:before {
    /* hover-intent dropdown margins */
    top: -12px;
    bottom: 0;
  }
  .site-header.fixed {
    position: fixed;
    top: 0;
  }
}

body.iOS7 .home-header {
  position: relative !important;
}


/**** SEARCH ****/

.forterra-search .search-trigger {
  display: block;
  position: absolute;
  right: 50px;
  top: 14px;
  font-size: 2.2rem;
  z-index: 99;
}

@media only screen and (min-width: 420px) {
  .forterra-search .search-trigger {
    right: 130px;
  }
}

.search-trigger:before, .search-wrapper-close:before {
  font-family: "Genericons";
  content: '\f400';
  color: #fff;
}

.search-trigger:before:hover, .search-wrapper-close:before:hover {
  color: #EA5E46;
  cursor: pointer;
}

.search-wrapper-close:before {
  content: '\f405';
  font-size: 3rem;
}

.search-wrapper-close {
  position: absolute;
  top: 15px;
  right: 13px;
  display: block;
}

.search-wrapper {
  display: none;
  position: fixed;
  top: 48px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #38434A;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}

.search-wrapper.show {
  display: table;
}

.search-wrapper .search-form {
  display: table-cell;
  vertical-align: middle;
  max-width: 300px;
  margin: auto;
  color: #FFF;
  padding-bottom: 3.4rem;
}

.search-wrapper .search-form input.search-field {
  color: #FFF;
  border: 1px solid #FFF;
  font-family: "league-gothic", Arial, Helvetica, sans-serif;
  padding: 5px;
  font-size: 3.4rem;
  width: 29.8rem;
}

.search-wrapper .search-form input.search-submit {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  cursor: pointer !important;
  font-size: 1.4rem !important;
  display: block;
  width: 100%;
  line-height: 2.4rem;
  margin: 2rem auto 0;
  font-family: inherit;
  text-transform: uppercase;
  font-weight: 700;
  background: url(i/button-sides-light.png) 50% 50% no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

.search-wrapper .search-form input.search-submit:hover {
  color: #EA5E46 !important;
  background-image: url(i/button-sides-light-fill.png);
}


/**** SEARCH RESULTS ****/

.page-template-search-php .intro-section-text {
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 50px;
  display: block;
  border-bottom: 2px solid #454948;
  max-width: 100rem;
}

.page-template-search-php .section-wrap .section-wrap-inner {
  max-width: none;
}

.page-template-search-php .section-wrap .section-wrap-inner h2.page-title {
  text-align: center;
  margin-bottom: 0;
}

.page-template-search-php .posts-nav, .page-template-index-php .posts-nav, .page-template-archive-php .posts-nav {
  padding-bottom: 60px;
}

.page-template-search-php .layout-section.open-list.news-posts {
  padding-bottom: 0;
}

.news-item .description {
  margin-top: 1rem;
}

.news-item .description p.read-more {
  margin-top: 2.2rem;
}


/** SEARCH FIELD MOBILE **/

.search-form input.search-field {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}


/** homepage search **/

@media only screen and (min-width: 930px) {
  .viewing-page-1 .search-wrapper.home-search {
    height: calc(100vh - 48px);
    top: 0px;
  }
  body.home:not(.viewing-page-1) .search-wrapper.home-search {
    top: 48px;
    height: 100%;
  }
}

@media only screen and (max-width: 929px) {
  .search-wrapper.home-search {
    top: 48px;
  }
}

.pace .pace-progress {
  /* header loading bar */
  position: fixed;
  z-index: 99;
  background: #EA5E46;
  height: 4px;
  left: 0;
  right: 0;
  top: 48px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pace.pace-inactive {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

body.loaded .pace-progress {
  top: 0;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

@media only screen and (min-width: 1025px) {
  body.home:not(.loaded) .pace-progress {
    top: auto;
    bottom: 48px;
  }
  body.home:not(.loaded) .pace-progress.push {
    top: 0;
    bottom: auto;
  }
}

.site-content {
  width: 100%;
  position: relative;
  z-index: 0;
}

.site-content p + p {
  margin-top: 2.2rem;
}

html[data-class="ie9"] .pace {
  opacity: 0;
}


/** 4.1 - Body: Content Area */

.image-wrapper {
  position: relative;
}

.image-info {
  position: absolute;
  top: 48px;
  right: 0;
  width: 36px;
  height: 36px;
  padding: 18px;
  overflow: hidden;
  background: url(i/camera-icon2.png) no-repeat 0 100%;
  -webkit-background-size: auto 20px;
  -moz-background-size: auto 20px;
  -o-background-size: auto 20px;
  background-size: auto 20px;
  z-index: 10;
  display: none;
}

.image-info .image-caption, .image-info .image-description {
  font-size: 1.1rem;
  line-height: 1.1;
  color: #fff;
  opacity: 0;
  text-align: right;
}

.image-info .image-caption + div, .image-info .image-description + div {
  padding-top: 4px;
}

.image-info:focus, .image-info:hover, .image-info:active {
  width: auto;
  max-width: 33.33333%;
  height: auto;
  padding: 18px 42px;
  background: rgba(56, 67, 74, 0.85);
  /*
    // folded corner option
    background: linear-gradient(45deg, transparent 12px, $color-carbon85 12px);
    background-position: bottom left;
    background-repeat: no-repeat;
    @include background-size(cover);
*/
}

.image-info:focus .image-caption, .image-info:focus .image-description, .image-info:hover .image-caption, .image-info:hover .image-description, .image-info:active .image-caption, .image-info:active .image-description {
  opacity: 0.99999;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

@media only screen and (min-width: 420px) {
  .image-info {
    display: block;
  }
}

.in-sub-nav:not(:first-child) .image-info {
  top: 38px;
}

.image-text .image-info, .image-only:not(:first-child) .image-info {
  top: 0;
}

.image-only.display-center .image-info, .slideshow:not(.full-screen) .image-info {
  top: 0;
}

.image-only.display-center .image-info:hover, .slideshow:not(.full-screen) .image-info:hover {
  max-width: 50%;
  padding: 18px;
}

.bgvideo {
  position: absolute;
  top: 58px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 68px);
  z-index: 0;
  overflow: hidden;
}

.bgvideo:after, .bgvideo .video-wrap, .bgvideo video, .bgvideo iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bgvideo:after {
  content: '';
  background: #2A2B2A url(i/washington.svg) 50% 50% no-repeat;
  -webkit-background-size: auto 25%;
  -moz-background-size: auto 25%;
  -o-background-size: auto 25%;
  background-size: auto 25%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

@media only screen and (min-width: 420px) {
  .bgvideo {
    top: 68px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 88px);
  }
}

@media only screen and (min-width: 1025px) {
  .bgvideo {
    top: 20px;
    bottom: 68px;
  }
}

body.loaded .bgvideo:after {
  opacity: 0;
}

.ie9 .bgvideo {
  z-index: -1;
}

.layout-section {
  width: 100%;
  position: relative;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
}

.layout-section.move-down {
  z-index: -1;
}

.layout-section .section-wrap {
  width: 100%;
}

.layout-section .section-wrap .section-wrap-inner {
  width: 100%;
  max-width: 634px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.layout-section .section-wrap .section-wrap-inner .section-block + .section-block {
  margin-top: 60px;
}

@media only screen and (min-width: 420px) {
  .layout-section .section-wrap .section-wrap-inner {
    padding-left: 42px;
    padding-right: 42px;
  }
}

.layout-section .section-wrap .section-wrap-inner figure, .layout-section .section-wrap .section-wrap-inner img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.layout-section .section-wrap .section-wrap-inner figcaption {
  font-size: 1.1rem;
  line-height: 1.1;
  color: rgba(56, 67, 74, 0.45);
}

.layout-section .section-wrap .section-wrap-inner img.aligncenter {
  display: block;
  margin: 0 auto;
}

.layout-section .section-wrap .section-wrap-inner figure {
  margin: 42px auto;
  position: relative;
}

.layout-section .section-wrap .section-wrap-inner figure:first-child {
  margin-top: 0;
}

.layout-section .section-wrap .section-wrap-inner figure:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(i/trans-1px.png);
}

.layout-section .section-wrap .section-wrap-inner figure:last-child {
  margin-bottom: 0;
}

.layout-section .section-wrap.two-col {
  padding: 0 42px;
}

.layout-section .section-wrap.two-col .section-wrap-inner {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  max-width: 504px;
  text-align: left;
  font-size: 1.4rem;
  margin: 0 auto 42px;
}

.layout-section .section-wrap.two-col .section-wrap-inner p {
  font-weight: 400;
}

.layout-section .section-wrap > button {
  display: block;
  margin: 0 auto;
}

.layout-section .arrows-down {
  position: absolute;
  left: 0;
  bottom: 1rem;
  display: block;
  width: 100%;
  height: 40px;
  background: url(i/arrows-down.png) 50% 50% no-repeat;
  -webkit-background-size: auto 66%;
  -moz-background-size: auto 66%;
  -o-background-size: auto 66%;
  background-size: auto 66%;
  z-index: 3;
  cursor: pointer;
  display: none;
}

@media only screen and (min-width: 420px) {
  .layout-section .arrows-down {
    height: 75px;
  }
}

@media only screen and (min-height: 540px) {
  .layout-section .arrows-down {
    display: block;
  }
}

.layout-section.section-triggers, .layout-section.donation-intro, .layout-section.with-image:not(.display-center), .layout-section.home-hero, .layout-section.home-section, .layout-section.home-intro {
  display: table;
  height: 100vh;
}

.layout-section.section-triggers .section-wrap, .layout-section.donation-intro .section-wrap, .layout-section.with-image:not(.display-center) .section-wrap, .layout-section.home-hero .section-wrap, .layout-section.home-section .section-wrap, .layout-section.home-intro .section-wrap {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding-bottom: 0;
}

.layout-section.section-triggers.extended, .layout-section.donation-intro.extended, .layout-section.with-image:not(.display-center).extended, .layout-section.home-hero.extended, .layout-section.home-section.extended, .layout-section.home-intro.extended {
  min-height: calc(100vh + 6.8rem);
}

.layout-section.section-triggers.extended .arrows-down, .layout-section.donation-intro.extended .arrows-down, .layout-section.with-image:not(.display-center).extended .arrows-down, .layout-section.home-hero.extended .arrows-down, .layout-section.home-section.extended .arrows-down, .layout-section.home-intro.extended .arrows-down {
  bottom: 6.8rem;
}

.layout-section.section-triggers.extended + .intro-section, .layout-section.donation-intro.extended + .intro-section, .layout-section.with-image:not(.display-center).extended + .intro-section, .layout-section.home-hero.extended + .intro-section, .layout-section.home-section.extended + .intro-section, .layout-section.home-intro.extended + .intro-section {
  padding-top: 0;
}

.layout-section.section-triggers.auto-height, .layout-section.donation-intro.auto-height, .layout-section.with-image:not(.display-center).auto-height, .layout-section.home-hero.auto-height, .layout-section.home-section.auto-height, .layout-section.home-intro.auto-height {
  min-height: initial;
}

.layout-section.in-sub-nav .anchor-push {
  display: block;
  position: relative;
  top: -112px;
  /* header + subnav*2 */
  visibility: hidden;
}

.layout-section.in-sub-nav .anchor-push.with-invert {
  top: -80px;
}

.layout-section.title-area {
  padding-top: 48px;
  text-align: center;
}

.layout-section.home-hero {
  width: 100%;
  min-height: initial;
  padding-top: 48px;
}

@media only screen and (min-width: 1025px) {
  .layout-section.home-hero {
    padding-top: 0;
    padding-bottom: 48px;
    letter-spacing: -0.65em;
    text-rendering: optimizeLegibility;
  }
}

.layout-section.home-hero .washington {
  position: absolute;
  top: 4rem;
  left: 0;
  width: 100%;
  height: 30px;
  margin-bottom: 6rem;
  background: url(i/home-washington.png?v=2) 50% 50% no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: all 0.375s;
  -moz-transition: all 0.375s;
  -o-transition: all 0.375s;
  transition: all 0.375s;
  z-index: 2;
  opacity: 0;
  display: none;
}

@media only screen and (min-height: 540px) {
  .layout-section.home-hero .washington {
    display: block;
  }
}

@media only screen and (min-width: 420px) {
  .layout-section.home-hero .washington {
    height: 50px;
  }
}

.layout-section.home-hero .arrows-down {
  -webkit-transition: all 0.375s;
  -moz-transition: all 0.375s;
  -o-transition: all 0.375s;
  transition: all 0.375s;
  opacity: 0;
  display: none;
}

@media only screen and (min-height: 540px) {
  .layout-section.home-hero .arrows-down {
    display: block;
  }
}

.layout-section.home-hero .home-hero-wrap {
  color: #fff;
  text-align: center;
  position: relative;
  padding: 2rem;
  border: 10px solid #fff;
}

@media only screen and (min-width: 420px) {
  .layout-section.home-hero .home-hero-wrap {
    border-width: 20px;
  }
}

.layout-section.home-hero .home-hero-wrap .stand-up {
  font-size: 2.4rem;
  font-family: "museo-sans", sans-serif;
  line-height: 3.6rem;
  text-transform: uppercase;
  margin: 0 auto;
  font-weight: 700;
  letter-spacing: normal;
  -webkit-transition: all 0.375s;
  -moz-transition: all 0.375s;
  -o-transition: all 0.375s;
  transition: all 0.375s;
  opacity: 0;
}

.layout-section.home-hero .home-hero-wrap .stand-up div {
  position: relative;
  height: 2.8rem;
  overflow: hidden;
  padding-top: 2.8rem;
  background: linear-gradient(to bottom, transparent, transparent 72%, #fff 72%, #fff calc(72% + 3px), transparent calc(72% + 3px), transparent);
  background-size: 100% 3.6rem;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}

.layout-section.home-hero .home-hero-wrap .stand-up div span {
  display: block;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
  text-rendering: optimizeLegibility;
}

.layout-section.home-hero .home-hero-wrap .stand-up div + div {
  margin-top: 1.8rem;
}

@media only screen and (min-width: 420px) {
  .layout-section.home-hero .home-hero-wrap .stand-up {
    font-size: 3.6rem;
    line-height: 5.4rem;
  }
  .layout-section.home-hero .home-hero-wrap .stand-up div {
    height: 4.2rem;
    padding-top: 4.2rem;
    background-size: 100% 5.4rem;
  }
  .layout-section.home-hero .home-hero-wrap .stand-up div + div {
    margin-top: 2.7rem;
  }
}

@media only screen and (min-width: 600px) {
  .layout-section.home-hero .home-hero-wrap .stand-up {
    font-size: 4.8rem;
    line-height: 7.2rem;
  }
  .layout-section.home-hero .home-hero-wrap .stand-up div {
    height: 5.6rem;
    padding-top: 5.6rem;
    background-size: 100% 7.2rem;
  }
  .layout-section.home-hero .home-hero-wrap .stand-up div + div {
    margin-top: 4.8rem;
  }
}

@media only screen and (min-width: 769px) {
  .layout-section.home-hero .home-hero-wrap .stand-up {
    font-size: 7.2rem;
    line-height: 10.8rem;
    max-width: 700px;
    padding: 0 0 2rem;
  }
  .layout-section.home-hero .home-hero-wrap .stand-up div {
    height: 8rem;
    padding-top: 8rem;
    background-size: 100% 10.8rem;
  }
  .layout-section.home-hero .home-hero-wrap .stand-up div + div {
    margin-top: 2.85rem;
  }
}

.layout-section.home-hero.show .arrows-down, .layout-section.home-hero.show .washington {
  opacity: 0.99999;
}

.layout-section.home-hero.show .home-hero-wrap .stand-up {
  opacity: 0.99999;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.layout-section.home-hero.show .home-hero-wrap .stand-up div {
  padding-top: 0;
}

.layout-section.home-hero.show .home-hero-wrap .stand-up div span {
  padding-top: 8rem;
}

.layout-section.home-hero.show .home-hero-wrap .stand-up div span.up {
  padding-top: 0;
}

.iOS7 .home-hero {
  padding-top: 0 !important;
}

.iOS7 .home-intro .section-wrap p {
  margin-top: 2.2rem;
}

.layout-section.home-intro {
  background: #FAAF40;
  color: #fff;
  padding: 7rem 0.5rem 2rem;
  text-align: center;
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .layout-section.home-intro {
    padding: 7rem 0 2rem;
  }
}

.layout-section.home-intro .section-wrap p {
  font-weight: 700;
}

@media only screen and (min-width: 1025px) {
  .layout-section.home-intro .section-wrap {
    opacity: 0;
    -webkit-transition: all 0;
    -moz-transition: all 0;
    -o-transition: all 0;
    transition: all 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
  }
  .layout-section.home-intro.active .section-wrap {
    opacity: 0.99999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.625s;
    -moz-transition-delay: 0.625s;
    -o-transition-delay: 0.625s;
    transition-delay: 0.625s;
  }
}

.layout-section.home-intro .image-wrapper {
  display: block;
  width: 27.5rem;
  height: auto;
  margin: 0 auto 32px;
}

.layout-section.home-intro .image-wrapper img {
  width: 100%;
}

.layout-section.home-intro .button:hover {
  color: #FAAF40;
}

@media only screen and (min-width: 1025px) {
  body.iOS7 .layout-section.home-intro .section-wrap {
    opacity: 1 !important;
  }
}

.layout-section.home-section {
  background: #00706F;
  color: #fff;
  padding: 7rem 0 2rem;
  text-align: center;
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .layout-section.home-section {
    padding: 7rem 0 2rem;
  }
}

.layout-section.home-section .section-wrap {
  background: transparent;
}

.layout-section.home-section .section-wrap-inner {
  max-width: 100rem;
  color: #fff;
  text-align: center;
}

.layout-section.home-section .section-wrap-inner h2 {
  font-size: 2.8rem;
  line-height: 1.15;
  font-family: "league-gothic", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-size: 2.2rem;
  line-height: 1.1;
  padding: 0 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 420px) {
  .layout-section.home-section .section-wrap-inner h2 {
    font-size: 3.5rem;
  }
}

@media only screen and (min-width: 769px) {
  .layout-section.home-section .section-wrap-inner h2 {
    font-size: 4.2rem;
  }
}

@media only screen and (min-width: 1025px) {
  .layout-section.home-section .section-wrap-inner h2 {
    font-size: 4.8rem;
  }
}

.layout-section.home-section .section-wrap-inner .half + .half {
  margin-top: 2rem;
}

.layout-section.home-section .section-wrap-inner .half div {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 2rem;
}

.layout-section.home-section .section-wrap-inner .button {
  margin-top: 1rem;
  width: 180px;
}

.layout-section.home-section .section-wrap-inner .button:hover {
  color: #00706F;
}

@media only screen and (min-width: 420px) {
  .layout-section.home-section .section-wrap-inner h2 {
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 769px) {
  .layout-section.home-section .section-wrap-inner {
    letter-spacing: -0.65em;
    text-rendering: optimizeLegibility;
  }
  .layout-section.home-section .section-wrap-inner .half {
    letter-spacing: normal;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 50%;
    padding: 2rem 42px 2rem 0;
  }
  .layout-section.home-section .section-wrap-inner .half + .half {
    margin: 0;
    padding: 2rem 0 2rem 42px;
    border-left: 2px solid #fff;
  }
  .layout-section.home-section .section-wrap-inner h2 {
    font-size: 4.8rem;
    margin-bottom: 4rem;
  }
  .layout-section.home-section .section-wrap-inner .button {
    margin-top: 2rem;
  }
}

.layout-section.home-full-footer .section-wrap {
  background: rgba(56, 67, 74, 0.45) url(i/trans-1px.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  color: #fff;
}

.layout-section.home-full-footer .section-wrap:before, .layout-section.home-full-footer .section-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 10px;
  background: inherit;
}

.layout-section.home-full-footer .section-wrap:after {
  left: auto;
  right: 100%;
}

.layout-section.home-full-footer .section-wrap-inner {
  text-align: center;
}

.layout-section.home-full-footer .section-wrap-inner .tagline {
  font-size: 2.8rem;
  line-height: 1.15;
  font-family: "league-gothic", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-size: 2.4rem;
  line-height: 1.1;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 420px) {
  .layout-section.home-full-footer .section-wrap-inner .tagline {
    font-size: 3.5rem;
  }
}

@media only screen and (min-width: 769px) {
  .layout-section.home-full-footer .section-wrap-inner .tagline {
    font-size: 4.2rem;
  }
}

@media only screen and (min-width: 1025px) {
  .layout-section.home-full-footer .section-wrap-inner .tagline {
    font-size: 4.8rem;
  }
}

.layout-section.home-full-footer .section-wrap-inner .icon-list {
  margin: 0 auto;
}

@media only screen and (max-width: 419px) {
  .layout-section.home-full-footer .section-wrap-inner .icon-list li {
    margin: 1rem auto 2rem;
    padding: 0 1rem;
    width: 50%;
  }
  .layout-section.home-full-footer .section-wrap-inner .icon-list li:first-child:nth-last-child(3), .layout-section.home-full-footer .section-wrap-inner .icon-list li:first-child:nth-last-child(3) ~ li {
    margin: .2rem auto .2rem;
    width: 28%;
  }
}

.layout-section.home-full-footer .section-wrap-inner .civilization a {
  display: block;
  width: 80px;
  height: 40px;
  margin: 0 auto;
  background-image: url(i/civilization-logo.png);
}

@media only screen and (min-width: 420px) {
  .layout-section.home-full-footer .section-wrap-inner {
    padding: 42px;
    background: rgba(56, 67, 74, 0.45);
    max-width: 650px;
  }
  .layout-section.home-full-footer .section-wrap-inner .tagline {
    font-size: 2.8rem;
    line-height: 1.15;
    font-family: "league-gothic", sans-serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    margin-bottom: 3.4rem;
  }
}

@media only screen and (min-width: 420px) and (min-width: 420px) {
  .layout-section.home-full-footer .section-wrap-inner .tagline {
    font-size: 3.5rem;
  }
}

@media only screen and (min-width: 420px) and (min-width: 769px) {
  .layout-section.home-full-footer .section-wrap-inner .tagline {
    font-size: 4.2rem;
  }
}

@media only screen and (min-width: 420px) and (min-width: 1025px) {
  .layout-section.home-full-footer .section-wrap-inner .tagline {
    font-size: 4.8rem;
  }
}

@media only screen and (min-width: 420px) {
  .layout-section.home-full-footer .section-wrap-inner .icon-list {
    margin: 2rem auto 3.4rem;
  }
  .layout-section.home-full-footer .section-wrap-inner .icon-list li {
    padding: 0 2rem;
  }
  .layout-section.home-full-footer .section-wrap-inner .icon-list li:first-child:nth-last-child(3), .layout-section.home-full-footer .section-wrap-inner .icon-list li:first-child:nth-last-child(3) ~ li {
    margin: .2rem auto .2rem;
    width: 28%;
  }
  .layout-section.home-full-footer .section-wrap-inner .icon-list li + li {
    border-left: 2px solid #fff;
  }
  .layout-section.home-full-footer .section-wrap-inner .civilization a {
    width: 120px;
    height: 60px;
  }
}

.layout-section.home-full-footer footer {
  position: absolute;
  bottom: 3.4rem;
  left: 0;
  z-index: 9;
  background: transparent;
  color: #fff;
}

@media only screen and (min-width: 600px) {
  .layout-section.home-full-footer footer {
    bottom: 0;
  }
}

.layout-section.home-full-footer footer a {
  color: #fff;
}

.layout-section.home-full-footer footer a:hover {
  color: #EA5E46;
}

.layout-section.home-full-footer footer .footer-top, .layout-section.home-full-footer footer .footer-bottom {
  border-color: #fff;
}

@media only screen and (max-width: 419px) {
  .layout-section.home-full-footer footer .footer-bottom {
    min-height: initial;
    height: 12px;
    padding: 0;
  }
  .layout-section.home-full-footer footer .layout-section.home-full-footer footer {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    background: transparent;
    color: #fff;
    display: block;
  }
  .layout-section.home-full-footer footer fr .layout-section.home-full-footer footer .grid > div {
    display: block;
    width: auto;
  }
  .layout-section.home-full-footer footer .layout-section.home-full-footer footer .footer-top, .layout-section.home-full-footer footer .layout-section.home-full-footer footer .footer-bottom {
    border-top: 2px solid #fff;
  }
  .layout-section.home-full-footer footer .layout-section.home-full-footer footer a {
    color: #fff;
  }
}


/*** make landing logos smaller... since there are now 3 ***/

@media (max-width: 419px) {
  .layout-section.home-full-footer ul.icon-list li .icon-img {
    width: 80px;
    height: 40px;
  }
  .layout-section.home-full-footer .section-wrap-inner .icon-list {
    margin: 1rem auto 1rem;
  }
}

@media (max-width: 800px) {
  .layout-section.home-full-footer .section-wrap-inner .icon-list li {
    margin: .2rem auto .2rem;
    padding: 0 1rem;
    width: 28%;
  }
  .layout-section.home-full-footer ul.icon-list li .icon-img {
    width: 80px;
    height: 40px;
  }
  .layout-section.home-full-footer .section-wrap-inner .icon-list {
    margin: 1rem auto 1rem;
  }
  .layout-section.home-full-footer .section-wrap-inner .icon-list li + li {
    border-left: 0;
  }
  .layout-section.home-full-footer .section-wrap-inner .tagline {
    font-size: 2.4rem;
    line-height: 1.1;
    margin-bottom: 1rem;
  }
  .layout-section.home-full-footer .section-wrap-inner .civilization a {
    width: 70px;
    height: 30px;
  }
  .layout-section.home-full-footer footer {
    bottom: 10px;
  }
}

.introduction-line {
  display: inline;
}

@media only screen and (min-height: 720px) {
  .introduction-line {
    display: block;
  }
}

.large-number-statistic {
  display: inline;
  /*
  @include responsive(min420) {
    font-size: 8vw;
  }
*/
}

@media only screen and (min-height: 720px) {
  .large-number-statistic {
    display: block;
    font-size: 6rem;
    line-height: 1.1;
    font-family: "league-gothic", sans-serif;
    font-weight: 400;
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 769px) {
  .large-number-statistic {
    display: block;
    font-size: 6rem;
    line-height: 1.1;
    font-family: "league-gothic", sans-serif;
    font-weight: 400;
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 1025px) {
  .large-number-statistic {
    font-size: 11vw;
  }
}

.introduction-line-large {
  display: inline;
}

@media only screen and (min-width: 420px) {
  .introduction-line-large {
    display: block;
    font-size: 2.8rem;
    line-height: 1.15;
    font-family: "league-gothic", sans-serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    line-height: 1.1;
  }
}

@media only screen and (min-width: 420px) and (min-width: 420px) {
  .introduction-line-large {
    font-size: 3.5rem;
  }
}

@media only screen and (min-width: 420px) and (min-width: 769px) {
  .introduction-line-large {
    font-size: 4.2rem;
  }
}

@media only screen and (min-width: 420px) and (min-width: 1025px) {
  .introduction-line-large {
    font-size: 4.8rem;
  }
}

.layout-section.features {
  text-align: center;
  background: #38434A;
  padding-top: 6rem;
  color: #fff;
}

.layout-section.features:first-child {
  padding-top: 10rem;
}

.layout-section.features.main-features {
  background: #EFEFED;
  color: #38434A;
}

.layout-section.features.main-features .filter-list {
  color: #38434A;
}

.layout-section.features.main-features .filter-list a {
  color: #38434A;
}

.layout-section.features.main-features .filter-list a:hover, .layout-section.features.main-features .filter-list a.current-cat, .layout-section.features.main-features .filter-list a.selected {
  color: #EA5E46;
}

.layout-section.features.main-features .features-wrap {
  max-width: 100%;
}

.layout-section.features.main-features .features-wrap .section-wrap-inner {
  color: #38434A;
  max-width: 100%;
}

@media only screen and (min-width: 420px) {
  .layout-section.features.main-features .features-wrap .section-wrap-inner {
    padding: 2.5rem 3.2rem;
  }
}

.layout-section.features.main-features .features-wrap .section-wrap-inner h2 {
  margin-bottom: 0;
}

.layout-section.features:not(.main-features) {
  padding-bottom: 42px;
}

@media only screen and (min-width: 420px) {
  .layout-section.features:not(.main-features) {
    padding-bottom: 100px;
  }
}

.layout-section.features:not(.main-features) .section-title {
  background: #38434A;
  margin-bottom: 0;
}

.layout-section.features:not(.main-features) .features-wrap {
  margin: 0 auto;
  max-width: 72rem;
}

@media only screen and (min-width: 1364px) {
  .layout-section.features:not(.main-features) .features-wrap {
    max-width: 140rem;
  }
}

.layout-section.features:not(.main-features) .features-wrap .section-wrap-inner {
  color: #38434A;
  max-width: 100%;
  padding: 2.5rem 3.2rem;
}

.layout-section.features:not(.main-features) .features-wrap .section-wrap-inner + .section-wrap-inner {
  padding-top: 0;
  margin-top: -4rem;
}

.layout-section.features.event-features {
  background: #EFEFED;
  padding: 48px 10px 0;
}

@media only screen and (min-width: 420px) {
  .layout-section.features.event-features {
    padding: 48px 3.2rem 0;
  }
}

.layout-section.features.event-features .features-wrap {
  padding: 0;
}

.layout-section.features.event-features .features-wrap .section-wrap-inner {
  padding: 3.4rem 0;
}

.layout-section.features.event-features .features-wrap .section-wrap-inner .feature-grid {
  margin-top: 0;
}

.layout-section.features.event-features .recurringinfo {
  display: none;
}

.layout-section.features .pagination a {
  color: #38434A;
}

.recurringinfo {
  display: none !important;
}


/**** RELATED PERSPECTIVES CATEGORY DESCRIPTIONS ****/

.related-perspectives .category-description {
  margin-bottom: 30px;
}

.related-perspectives .filter-list li a {
  color: #fff;
}

.feature-grid, .three-up {
  letter-spacing: -0.65em;
  text-rendering: optimizeLegibility;
  text-align: center;
  margin: 2rem auto 0;
}

.feature-grid .col, .three-up .col {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 100%;
  max-width: 30.5rem;
  text-align: left;
  background: #fff;
  margin: 10px;
}

.feature-grid .spacing-fix, .three-up .spacing-fix {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100%;
  margin-bottom: 3.4rem;
}

.three-up h3 {
  padding-bottom: 12px;
  border-bottom: 2px solid #38434A;
}

.feature-grid .col-cat {
  display: block;
  padding: 2px 20px;
  background: rgba(56, 67, 74, 0.45);
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
}

.feature-grid .col-image {
  display: block;
  height: 19rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-color: #00AA76;
}

.feature-grid .col-image .col-cat {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.feature-grid .col-image a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.feature-grid .col-body {
  display: block;
  padding: 20px;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.feature-grid .col-body p + p {
  margin-top: 1.6rem;
}

.feature-grid .col-body .col-body-reset {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.layout-section.medium-boxes-section {
  padding: 2rem;
}

@media only screen and (min-width: 420px) {
  .layout-section.medium-boxes-section {
    padding: 48px 0;
  }
}

.layout-section.medium-boxes-section .medium-boxes {
  letter-spacing: -0.65em;
  text-rendering: optimizeLegibility;
  text-align: center;
  max-width: 96rem;
  margin: 0 auto 6.4rem;
}

.layout-section.medium-boxes-section .medium-boxes .medium-box {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 100%;
  max-width: 46.2rem;
  text-align: left;
  background: #fff;
  margin: 6px;
}

.layout-section.medium-boxes-section .medium-boxes .medium-box-header {
  display: block;
  font-family: "museo-slab", serif;
  font-size: 1.2rem;
  line-height: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 56px;
  -webkit-background-size: auto 1.7rem;
  -moz-background-size: auto 1.7rem;
  -o-background-size: auto 1.7rem;
  background-size: auto 1.7rem;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}

.layout-section.medium-boxes-section .medium-boxes .medium-box-image {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 61.81818%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

.layout-section.medium-boxes-section .medium-boxes .medium-box-image a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.layout-section.medium-boxes-section .medium-boxes .medium-box-info {
  display: block;
  padding: 20px;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.layout-section.medium-boxes-section .medium-boxes .medium-box-info p + p {
  margin-top: 1.6rem;
}

.layout-section.intro-section {
  /*
  &:last-child {
    padding-bottom: 6rem;
  }
*/
}

.layout-section.intro-section .section-wrap {
  text-align: center;
  padding-bottom: 3.4rem;
}

.layout-section.intro-section.with-image .section-wrap {
  background: rgba(56, 67, 74, 0.45) url(i/trans-1px.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  color: #fff;
  font-weight: 700;
  padding: 68px 0 3.4rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.layout-section.intro-section.with-image .section-wrap:before, .layout-section.intro-section.with-image .section-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 10px;
  background: inherit;
}

.layout-section.intro-section.with-image .section-wrap:after {
  left: auto;
  right: 100%;
}

@media only screen and (min-width: 420px) {
  .layout-section.intro-section.with-image .section-wrap {
    padding: 0;
  }
}

.layout-section.intro-section.with-image .section-wrap h2:not(.section-title) {
  font-size: 2rem;
  line-height: 2.8rem;
  font-family: "museo-slab", serif;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  margin-bottom: 2rem;
}

.layout-section.intro-section.with-image .section-wrap a {
  color: #fff;
}

.layout-section.intro-section.with-image .section-wrap a:hover {
  color: #EA5E46;
}

.layout-section.intro-section.with-image p .button:only-child {
  margin-top: 0;
}

@media only screen and (min-height: 540px) {
  .layout-section.intro-section.with-image p .button:only-child {
    margin-top: 60px;
  }
}

.layout-section.intro-section.with-image:not(:first-child) .section-wrap {
  padding-top: 0;
}

.layout-section.intro-section.with-image:not(:first-child) .section-wrap-inner {
  margin-bottom: 0;
}

.layout-section.intro-section:first-child .section-wrap h2:not(.section-title) {
  font-size: 2.8rem;
  line-height: 1.15;
  font-family: "league-gothic", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  text-transform: none;
}

@media only screen and (min-width: 420px) {
  .layout-section.intro-section:first-child .section-wrap h2:not(.section-title) {
    font-size: 3.5rem;
  }
}

@media only screen and (min-width: 769px) {
  .layout-section.intro-section:first-child .section-wrap h2:not(.section-title) {
    font-size: 4.2rem;
  }
}

@media only screen and (min-width: 1025px) {
  .layout-section.intro-section:first-child .section-wrap h2:not(.section-title) {
    font-size: 4.8rem;
  }
}

.layout-section.intro-section:first-child .section-title {
  display: none;
}

.layout-section.intro-section .arrows-down {
  display: none;
}

@media only screen and (min-width: 420px) and (min-height: 540px) {
  .layout-section.intro-section .arrows-down {
    display: block;
  }
}

.layout-section.intro-section:not(:first-child) .arrows-down {
  left: -200vw;
}

.layout-section.intro-section.in-sub-nav:not(.with-image) .section-introduction p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-family: "museo-slab", serif;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

@media only screen and (min-width: 420px) {
  .layout-section.intro-section.in-sub-nav:not(.with-image) .section-introduction p {
    font-size: 2rem;
    line-height: 2.8rem;
    font-family: "museo-slab", serif;
    font-weight: 700;
    text-rendering: optimizeLegibility;
  }
}

.layout-section.intro-section + .intro-section:not(.fullpage-scroll) {
  padding-top: 6rem;
}

article.editorial .layout-section.intro-section.with-image .section-wrap {
  background-color: transparent;
}

.layout-section.image-only .section-wrap {
  background-color: transparent;
}

.layout-section.image-only.display-center {
  width: 100%;
  max-width: 85rem;
  height: auto;
  margin: 0 auto;
  background: #fff;
}

.layout-section.image-only.display-center .section-wrap {
  position: relative;
}

.layout-section.image-only.display-center .section-wrap:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(i/trans-1px.png);
}

.layout-section.image-only.display-center img {
  display: block;
  margin: 0 auto;
}

.layout-section.signup .section-introduction {
  margin-bottom: 60px;
}

.layout-section.signup #bbox-msg-wrapper img {
  display: none !important;
}

.layout-section.signup .BBFormContainer {
  font-size: inherit !important;
  margin: 0 auto !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.layout-section.signup .BBFormFieldLabelEdit {
  display: none !important;
}

.layout-section.signup .BBFormTextbox, .layout-section.signup .BBFormTextbox:not(:focus), .layout-section.signup .BBFormTextbox:focus {
  opacity: 1 !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #EFEFED !important;
  box-shadow: none !important;
}

.layout-section.signup .BBFormSignupFieldWide {
  float: none !important;
  margin: 0 !important;
}

.layout-section.signup .BBFormFieldContainer {
  margin: 0 !important;
}

.layout-section.signup .BBFormSubmitbutton {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  cursor: pointer !important;
  font-size: 1.4rem !important;
  display: block;
  width: 100%;
  line-height: 2.4rem;
  margin: 2rem auto 0;
  font-family: inherit;
  text-transform: uppercase;
  font-weight: 700;
  background: url(i/button-sides-light.png) 50% 50% no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

.layout-section.signup .BBFormSubmitbutton:hover {
  color: #EA5E46 !important;
  background-image: url(i/button-sides-light-fill.png);
}

.layout-section.signup .BBFormSignupFieldRequired {
  background: #fff !important;
}

.layout-section.signup input[type="text"], .layout-section.signup input[type="email"] {
  padding: 0 12px;
  height: 5rem;
  line-height: 5rem;
  width: 100%;
  max-width: 350px;
}

.layout-section.signup button {
  margin-top: 2rem;
  font-weight: 700;
}

.layout-section.signup .inline-links {
  margin-top: 4.5rem;
}

.layout-section.program-boxes-section {
  background: #EFEFED;
  padding: 48px 20px;
}

@media only screen and (min-width: 420px) {
  .layout-section.program-boxes-section {
    padding: 45px;
  }
}

.layout-section.program-boxes-section ul.programs {
  display: block;
}

.layout-section.program-boxes-section ul.programs li {
  display: block;
  height: auto;
  margin-bottom: 3.4rem;
}

.layout-section.program-boxes-section ul.programs li.clear {
  margin: 0;
}

.layout-section.program-boxes-section ul.programs li .image-wrapper {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #3E3D73;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 2rem;
}

.layout-section.program-boxes-section ul.programs li .program-link {
  margin-top: 1em;
}

@media only screen and (min-width: 600px) {
  .layout-section.program-boxes-section ul.programs {
    display: table;
    width: 100%;
    max-width: 850px;
    margin: 0 auto 6.4rem;
  }
  .layout-section.program-boxes-section ul.programs li {
    display: table-row;
    background: #fff;
  }
  .layout-section.program-boxes-section ul.programs li .image-wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 35.8823529%;
    padding: 0;
    margin: 0;
  }
  .layout-section.program-boxes-section ul.programs li .image-wrapper a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .layout-section.program-boxes-section ul.programs li .program-info {
    display: table-cell;
    vertical-align: middle;
    width: 64.1176371%;
    padding: 12px 16px;
  }
  .layout-section.program-boxes-section ul.programs li .program-info h3 {
    margin-bottom: 1.4rem;
    font-size: 2rem;
    line-height: 2.8rem;
    font-family: "museo-slab", serif;
    font-weight: 700;
    text-rendering: optimizeLegibility;
  }
  .layout-section.program-boxes-section ul.programs li .program-info div {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .layout-section.program-boxes-section ul.programs li .program-info div + div {
    margin-top: 1.4rem;
  }
  .layout-section.program-boxes-section ul.programs li .program-info div.program-link a {
    color: #EA5E46;
    font-weight: 700;
  }
  .layout-section.program-boxes-section ul.programs li.clear {
    height: 20px;
  }
}

.layout-section.our-services {
  background: #fff;
}

.layout-section.services-section {
  background: #fff;
  padding: 0 5px 6rem;
}

.layout-section.services-section ul.services {
  max-width: 984px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -0.65em;
  text-rendering: optimizeLegibility;
}

.layout-section.services-section ul.services .service-item {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 100%;
  max-width: 256px;
  margin: 0 0 3.4rem;
}

.layout-section.services-section ul.services .service-item .service-icon {
  display: block;
  width: 10rem;
  height: 10rem;
  margin: 0 auto 2rem;
}

@media only screen and (min-width: 420px) {
  .layout-section.services-section ul.services .service-item {
    margin: 0 3rem 6rem;
  }
}

.layout-section.services-section + .layout-section .section-title.invert .invert-color {
  fill: #fff;
}

.layout-section.where-we-work .section-title:not(.invert) {
  background: #38434A;
}

.layout-section.newsroom {
  background: #fff;
}

.layout-section.newsroom-section {
  background: #fff;
  margin-top: -6rem;
}

@media only screen and (min-width: 420px) {
  .layout-section.newsroom-section {
    margin: 0;
    padding: 0 0 100px;
  }
}

.layout-section.newsroom-section .newsroom-block {
  text-align: center;
}

.layout-section.newsroom-section .newsroom-block div {
  margin-bottom: 2rem;
}

.layout-section.newsroom-section .newsroom-block h4 + p.read-more, .layout-section.newsroom-section .newsroom-block .disqus_thread .show-comments + p.read-more, .disqus_thread .layout-section.newsroom-section .newsroom-block .show-comments + p.read-more, .layout-section.newsroom-section .newsroom-block .filter-list li + p.read-more, .filter-list .layout-section.newsroom-section .newsroom-block li + p.read-more, .layout-section.newsroom-section .newsroom-block .layout-section.tribe-events-list .tribe-events-footer + p.read-more, .layout-section.tribe-events-list .layout-section.newsroom-section .newsroom-block .tribe-events-footer + p.read-more {
  margin-top: 1rem;
}

.layout-section.our-publications {
  background: #EFEFED;
}

.layout-section.our-publications .section-title:not(.invert) {
  background: #EFEFED;
  padding-top: 3.4rem;
}

@media only screen and (min-width: 420px) {
  .layout-section.our-publications .section-title:not(.invert) {
    padding-top: 2rem;
  }
}

.layout-section.publications-section {
  background: #EFEFED;
  padding: 0 0 100px;
}

.layout-section.publications-section ul.publications {
  max-width: 984px;
  margin: 0 auto;
  letter-spacing: -0.65em;
  text-rendering: optimizeLegibility;
  text-align: center;
}

.layout-section.publications-section ul.publications li.publication {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 100%;
  max-width: 225px;
  margin: 10px;
  text-align: left;
  position: relative;
  z-index: 1;
}

.layout-section.publications-section ul.publications li.publication a {
  padding: 20px;
  z-index: 1;
  border: 1px solid #38434A;
}

.layout-section.publications-section ul.publications li.publication a, .layout-section.publications-section ul.publications li.publication:before, .layout-section.publications-section ul.publications li.publication:after {
  display: block;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.layout-section.publications-section ul.publications li.publication:before, .layout-section.publications-section ul.publications li.publication:after {
  content: "";
  border: 1px solid #EFEFED;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  position: absolute;
  z-index: -1;
}

.layout-section.publications-section ul.publications li.publication:hover:before {
  border: 1px solid #38434A;
  top: -10px;
  left: -10px;
  right: 10px;
  bottom: 10px;
}

.layout-section.publications-section ul.publications li.publication:hover:after {
  border: 1px solid #38434A;
  top: -5px;
  left: -5px;
  right: 5px;
  bottom: 5px;
}

.layout-section.publications-section ul.publications li.publication .publication-info div {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.layout-section.publications-section ul.publications li.publication .publication-info div p {
  margin-top: 1rem;
}

.layout-section.mitigate-your-carbon-footprint {
  background: #EFEFED;
}

.layout-section.mitigate-your-carbon-footprint .section-title:not(.invert) {
  background: #EFEFED;
}

.layout-section.take-action-items {
  background: #EFEFED;
}

.layout-section.take-action-items + .layout-section .section-title.invert .invert-color {
  fill: #EFEFED;
}

.layout-section.donate {
  background: #fff;
  padding: 0 20px 6rem;
}

@media only screen and (min-width: 420px) {
  .layout-section.donate {
    padding: 60px 128px;
  }
}


/**DONATE FORM OVERRIDES**/

@media only screen and (min-width: 420px) {
  .page-template-page-donate .layout-section {
    margin: 0px;
    /*remove the -5px weirdness */
  }
}

#bbox-root .BBFormFieldContainerGivingLevels, #bbox-root .BBFormSectionRecurrenceInfo, #bbox-root .BBFormSectionHeading {
  margin-left: 175px;
}

.carbon-offset, .donation-form-message {
  margin-left: 175px;
  text-align: left;
}

@media (max-width: 930px) {
  #bbox-root .BBFormFieldContainerGivingLevels, #bbox-root .BBFormSectionRecurrenceInfo, #bbox-root .BBFormSectionHeading, .carbon-offset {
    margin-left: 15px;
  }
  .donation-form-message, #bbox-root .BBFormSectionRecurrenceInfo {
    margin-left: 0px;
    padding-left: 15px;
  }
  #bbox-root .BBFormSection {
    margin-left: auto;
    margin-right: auto;
  }
  .layout-section.donation-intro {
    margin-top: 42px;
    padding: 6rem 3rem;
    height: auto !important;
    min-height: 0 !important;
  }
}

#bbox-root .BBFormFieldRecurrenceInfo {
  padding-left: 18px;
}

#bbox-root #bbox-msg-wrapper img {
  margin: 0 auto;
  width: 30px;
  display: block;
}

#bbox-root input.BBFormSubmitbutton {
  font-family: "museo-sans", Arial, Helvetica, sans-serif;
}

.donation-form {
  background-color: #FFF;
  width: 70vw;
  margin-left: 0;
}

.donation-intro-layout {
  background-color: #d75e46;
  width: 30vw;
  /*   height: 100vh; */
  margin-left: 70vw;
}

.donation-form .layout-section {
  width: 65vw;
}

.donation-intro-layout .layout-section {
  width: 30vw;
}

.donation-form .section-wrap .section-wrap-inner {
  width: 100%;
  max-width: 800px;
}

.donation-form .section-wrap .section-wrap-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.donation-intro-layout .section-wrap .section-wrap-inner {
  padding-left: 20px;
  padding-right: 20px;
}

.donation-intro-layout .sub-headline p {
  font-size: 4.8rem;
  line-height: 5.4rem;
  font-family: "league-gothic", sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
}

.dontation-intro-content p {
  font-weight: bold;
}

@media (max-width: 900px) {
  .donation-form, .donation-intro-layout {
    width: auto;
    height: auto;
    margin-left: 0px;
    display: block;
    position: relative;
    min-height: initial;
  }
  .donation-form .layout-section, .donation-intro-layout .layout-section {
    width: auto;
    min-height: initial;
  }
  .donation-form .layout-section:first-child, .donation-intro-layout .layout-section:first-child {
    width: auto;
    height: auto;
    min-height: initial;
  }
  .donation-form .section-wrap .section-wrap-inner, .donation-intro-layout .section-wrap .section-wrap-inner {
    max-width: initial;
  }
}

.donation-form .donation-form-message {
  width: auto;
}

#bboxdonation_gift_rdlstGivingLevels {
  text-align: left;
}


/** fixing FF bug... footer is transparent on donate pages **/

.page-template-page-donate #site-footer {
  background-color: #FFF !important;
}


/*** DONATION CONFIRMATION ***/

#main .donation-form-message {
  margin-bottom: 15px;
}

#bboxdonation_divThanks .BBFormConfirmationTransactionDetails, #bboxdonation_divThanks p {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 2rem;
}

#bboxdonation_divThanks .BBFormConfirmationTransactionDetails span {
  margin-right: 7px;
}

.layout-section.collapse-list {
  background: #fff;
  padding: 0 0 3.4rem;
}

@media only screen and (min-width: 420px) {
  .layout-section.collapse-list {
    padding: 0 0 128px;
  }
}

.layout-section.collapse-list .list + .list {
  margin-top: -2px;
}

.layout-section.collapse-list .trigger {
  width: 100%;
  border-top: 2px solid #38434A;
  border-bottom: 2px solid #38434A;
  line-height: 4.5rem;
  padding: 0 12px;
  text-align: center;
  position: relative;
}

.layout-section.collapse-list .trigger:after {
  content: "+";
  font-size: 1.8rem;
  position: absolute;
  top: 0;
  right: 12px;
}

.layout-section.collapse-list .trigger:hover {
  background: #EFEFED;
  cursor: s-resize;
}

.layout-section.collapse-list .trigger.selected {
  background: #EFEFED;
}

.layout-section.collapse-list .trigger.selected:after {
  content: "–";
}

.layout-section.collapse-list .trigger.selected:hover {
  cursor: n-resize;
}

.layout-section.collapse-list .list-items {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.layout-section.collapse-list .list-items li {
  display: block;
  border-bottom: 2px solid #EFEFED;
}

.layout-section.collapse-list .list-items li h4, .layout-section.collapse-list .list-items li .disqus_thread .show-comments, .disqus_thread .layout-section.collapse-list .list-items li .show-comments, .layout-section.collapse-list .list-items li .filter-list li, .filter-list .layout-section.collapse-list .list-items li li, .layout-section.collapse-list .list-items li .layout-section.tribe-events-list .tribe-events-footer, .layout-section.tribe-events-list .layout-section.collapse-list .list-items li .tribe-events-footer, .layout-section.collapse-list .list-items li a {
  display: block;
  line-height: 4.5rem;
  padding: 0 12px;
  text-align: center;
}

.layout-section.collapse-list .list-items li a:hover {
  background: #EFEFED;
  color: #EA5E46;
}

.layout-section.collapse-list .list-items li h4 span, .layout-section.collapse-list .list-items li .disqus_thread .show-comments span, .disqus_thread .layout-section.collapse-list .list-items li .show-comments span, .layout-section.collapse-list .list-items li .filter-list li span, .filter-list .layout-section.collapse-list .list-items li li span, .layout-section.collapse-list .list-items li .layout-section.tribe-events-list .tribe-events-footer span, .layout-section.tribe-events-list .layout-section.collapse-list .list-items li .tribe-events-footer span {
  display: block;
  font-size: 1.2rem;
  color: #38434A;
  text-transform: uppercase;
  margin-left: 1.2rem;
}

@media only screen and (min-width: 420px) {
  .layout-section.collapse-list .list-items li h4 span, .layout-section.collapse-list .list-items li .disqus_thread .show-comments span, .disqus_thread .layout-section.collapse-list .list-items li .show-comments span, .layout-section.collapse-list .list-items li .filter-list li span, .filter-list .layout-section.collapse-list .list-items li li span, .layout-section.collapse-list .list-items li .layout-section.tribe-events-list .tribe-events-footer span, .layout-section.tribe-events-list .layout-section.collapse-list .list-items li .tribe-events-footer span {
    display: inline;
  }
}

.history-wrap {
  background: #38434A;
}

.history-wrap-close {
  position: absolute;
  top: 63px;
  right: 13px;
  display: block;
  z-index: 99;
}

.history-wrap-close:before {
  font-family: "Genericons";
  content: '\f405';
  font-size: 3rem;
  color: #fff;
}

.history-wrap-close:before:hover {
  color: #EA5E46;
  cursor: pointer;
}

.history-layouts {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

body.loaded .history-layouts {
  opacity: 0.99999;
}

.history-layouts .layout-section {
  position: relative;
  overflow: hidden;
}

.history-layouts .layout-section .slide-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  display: table;
  padding: 48px 64px 0;
  color: #fff;
  background-color: #38434A;
}

@media only screen and (min-width: 930px) {
  .history-layouts .layout-section .slide-text {
    padding: 0 128px;
  }
}

.history-layouts .layout-section .slide-text.intro-slide-text {
  width: 100%;
}

.history-layouts .layout-section .slide-text .slide-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  background-color: rgba(56, 67, 74, 0.45);
  padding: 0 64px;
}

@media only screen and (min-width: 930px) {
  .history-layouts .layout-section .slide-text .slide-wrap {
    padding: 0 128px;
  }
}

.history-layouts .layout-section .slide-text h2 {
  font: 30px/40px "museo-slab", serif !important;
  text-transform: none;
}

.history-layouts .layout-section .slide-text.secondary-text {
  left: 50%;
  right: 0;
  /*
      @include responsive(max420) {
        font-size: 1.1rem !important;
        line-height: 1.1;
      }
*/
}

.history-layouts .layout-section .slide-text .section-wrap-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.history-layouts .layout-section .slide-text .section-wrap-inner h2, .history-layouts .layout-section .slide-text .section-wrap-inner div {
  width: 100%;
  max-width: 70rem;
  text-align: center;
  margin: 0 auto;
}

.history-layouts .layout-section .slide-text.intro-slide-text .intro-body {
  margin-bottom: 3rem;
  font-weight: 600;
}

.history-layouts .layout-section .with-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}

.date-circle {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
}

.date-circle span {
  position: absolute;
  top: -6rem;
  left: calc(50% - 6rem);
  display: block;
  width: 12rem;
  height: 12rem;
  line-height: 12rem;
  font-size: 5.4rem;
  font-family: 'league-gothic', sans-serif;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  cursor: default;
  color: #fff;
  -webkit-transition: color 1s;
  -moz-transition: color 1s;
  -o-transition: color 1s;
  transition: color 1s;
}

@media only screen and (min-width: 930px) {
  .date-circle span {
    top: -8rem;
    left: calc(50% - 8rem);
    display: block;
    width: 16rem;
    height: 16rem;
    line-height: 16rem;
    font-size: 6.8rem;
  }
}

.date-circle span:before, .date-circle span:after {
  content: '';
  display: block;
  width: 8px;
  height: 2000px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  z-index: -1;
}

.date-circle span:before {
  bottom: 50%;
}

.date-circle span:after {
  top: 50%;
}

.date-circle.play-arrow span {
  background: #fff url(i/arrows-down-carbon.png) 50% -50% no-repeat;
  -webkit-background-size: 50% auto;
  -moz-background-size: 50% auto;
  -o-background-size: 50% auto;
  background-size: 50% auto;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.history-layouts .slide:nth-child(2) .date-circle span:before {
  content: none;
}

.closing-slide .date-circle span:after {
  content: none;
}

.slide.active .slide-text .section-wrap-inner {
  opacity: 0.99999;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.slide.active .date-circle span {
  color: #38434A;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.slide.active .date-circle.play-arrow span {
  background-position: 50% 55%;
}

.closing-slide .layout-section .slide-text.secondary-text {
  font: 30px/40px "museo-slab", serif !important;
  text-transform: none;
  font-weight: 700;
}

.mobile-history-slides {
  padding-top: 48px;
  background: #38434A;
  color: #fff;
}

.mobile-history-slides .slide-hero {
  width: 100%;
  height: 240px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}

@media only screen and (min-width: 600px) {
  .mobile-history-slides .slide-hero {
    height: 420px;
  }
}

.mobile-history-slides .section-wrap-inner {
  position: relative;
  padding: 18px 18px 42px;
}

@media only screen and (min-width: 600px) {
  .mobile-history-slides .section-wrap-inner {
    padding: 42px 42px 6rem;
    max-width: 600px;
    margin: 0 auto;
  }
}

.mobile-history-slides h2, .mobile-history-slides .section-wrap-inner:last-child {
  font: 2rem/1.25 "museo-slab", serif;
  text-transform: none;
  font-weight: 700;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .mobile-history-slides h2, .mobile-history-slides .section-wrap-inner:last-child {
    font-size: 3.4rem;
  }
}

.mobile-history-slides .date-circle {
  position: relative;
  top: -18px;
  margin-bottom: 6rem;
}

@media only screen and (min-width: 600px) {
  .mobile-history-slides .date-circle {
    top: -42px;
  }
}

.mobile-history-slides .date-circle span {
  color: #38434A;
}

.mobile-history-slides .date-circle span:after, .mobile-history-slides .date-circle span:before {
  content: none;
}

.layout-section.icon-grid {
  padding-bottom: 10rem;
}

.layout-section.open-list {
  padding: 6rem 42px 10rem;
}

.layout-section.open-list ul {
  display: block;
  margin: 3.4rem auto;
  text-align: center;
  letter-spacing: -0.65em;
  text-rendering: optimizeLegibility;
}

.layout-section.open-list ul li {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  text-align: left;
  width: 18rem;
  margin: 2.5rem;
  padding: 0;
}

.layout-section.open-list ul li .description {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.layout-section.open-list ul.list-bios {
  display: none;
}

ul.icon-list {
  display: block;
  max-width: 100rem;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -0.65em;
  text-rendering: optimizeLegibility;
}

ul.icon-list li {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  max-width: 22.5rem;
  padding: 32px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

ul.icon-list li:first-child {
  border-color: transparent;
}

ul.icon-list li .icon-img {
  display: block;
  width: 130px;
  height: 70px;
  margin: 0 auto;
  text-indent: 1500%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

ul.icon-list li p {
  margin-top: 2rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.layout-section.icon-grid.awards-section, .layout-section.open-list.list-of-efforts {
  padding: 2rem 0 3.4rem;
}

@media only screen and (min-width: 420px) {
  .layout-section.icon-grid.awards-section, .layout-section.open-list.list-of-efforts {
    padding: 2rem 0 10rem;
  }
}

.layout-section.icon-grid.awards-section ul, .layout-section.open-list.list-of-efforts ul {
  max-width: 550px;
  border-top: 2px solid #38434A;
}

.layout-section.icon-grid.awards-section ul li, .layout-section.open-list.list-of-efforts ul li {
  display: block;
  width: 100%;
  max-width: 100% !important;
  margin: 0;
  padding: 2rem 0;
  border-bottom: 2px solid #38434A;
}

.layout-section.icon-grid.awards-section ul li .description, .layout-section.open-list.list-of-efforts ul li .description {
  font-size: inherit;
  line-height: inherit;
}

.layout-section.icon-grid.awards-section + .text-only, .layout-section.open-list.list-of-efforts + .text-only {
  padding-top: 0;
}

.layout-section.icon-grid.awards-section + .text-only + .block-quote, .layout-section.open-list.list-of-efforts + .text-only + .block-quote {
  padding-top: 10rem;
}

.layout-section.working-partners {
  background: #EFEFED;
}

.layout-section.working-partners .section-title:not(.invert) {
  background: #EFEFED;
}

.layout-section.working-partners + .open-list {
  background: #EFEFED;
  padding-top: 0;
}

.layout-section.working-partners + .open-list li {
  vertical-align: middle;
  text-align: center;
}

.layout-section.working-partners + .open-list li:hover > h4, .layout-section.working-partners + .open-list .disqus_thread li:hover > .show-comments, .disqus_thread .layout-section.working-partners + .open-list li:hover > .show-comments, .layout-section.working-partners + .open-list .filter-list li:hover > li, .filter-list .layout-section.working-partners + .open-list li:hover > li, .layout-section.working-partners + .open-list .layout-section.tribe-events-list li:hover > .tribe-events-footer, .layout-section.tribe-events-list .layout-section.working-partners + .open-list li:hover > .tribe-events-footer {
  color: #EA5E46;
  cursor: pointer;
}

.working-partners.open-list {
  background: #fff;
  padding-top: 0;
}

.working-partners.open-list .list-bios li {
  vertical-align: middle;
  text-align: center;
}

.working-partners.open-list .list-bios li:hover > h4, .working-partners.open-list .list-bios .disqus_thread li:hover > .show-comments, .disqus_thread .working-partners.open-list .list-bios li:hover > .show-comments, .working-partners.open-list .list-bios .filter-list li:hover > li, .filter-list .working-partners.open-list .list-bios li:hover > li, .working-partners.open-list .list-bios .layout-section.tribe-events-list li:hover > .tribe-events-footer, .layout-section.tribe-events-list .working-partners.open-list .list-bios li:hover > .tribe-events-footer {
  color: #EA5E46;
  cursor: pointer;
}

.layout-section.staff-bios-section {
  padding: 0 42px 10rem;
}

.layout-section.staff-bios-section ul.staff-bios-list {
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -0.65em;
  text-rendering: optimizeLegibility;
  z-index: 1;
}

.layout-section.staff-bios-section ul.staff-bios-list > li {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  text-align: left;
  width: 22.5rem;
  cursor: pointer;
}

.layout-section.staff-bios-section ul.staff-bios-list > li .image-wrapper {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
}

.layout-section.staff-bios-section ul.staff-bios-list > li .image-wrapper i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #EA5E46;
  opacity: 0;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  transition: all 0.125s;
}

.layout-section.staff-bios-section ul.staff-bios-list > li .staff-name-title {
  padding: 1rem;
  min-height: 7rem;
}

.layout-section.staff-bios-section ul.staff-bios-list > li .staff-name-title h4, .layout-section.staff-bios-section ul.staff-bios-list > li .staff-name-title .disqus_thread .show-comments, .disqus_thread .layout-section.staff-bios-section ul.staff-bios-list > li .staff-name-title .show-comments, .layout-section.staff-bios-section ul.staff-bios-list > li .staff-name-title .filter-list li, .filter-list .layout-section.staff-bios-section ul.staff-bios-list > li .staff-name-title li, .layout-section.staff-bios-section ul.staff-bios-list > li .staff-name-title .layout-section.tribe-events-list .tribe-events-footer, .layout-section.tribe-events-list .layout-section.staff-bios-section ul.staff-bios-list > li .staff-name-title .tribe-events-footer {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.layout-section.staff-bios-section ul.staff-bios-list > li .staff-name-title p {
  margin-top: 0;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.layout-section.staff-bios-section ul.staff-bios-list > li:hover .image-wrapper i {
  opacity: 0.25;
}

.layout-section.staff-bios-section.board-members ul.staff-bios-list > li .image-wrapper {
  width: 125px;
  height: 125px;
  padding-bottom: 0;
  border-radius: 50%;
  margin: 0 auto;
}

.layout-section.staff-bios-section.board-members ul.staff-bios-list > li .image-wrapper i {
  border-radius: 50%;
}

.layout-section.staff-bios-section.board-members ul.staff-bios-list > li .staff-name-title {
  text-align: center;
}

.partners-button, .all-members-button {
  text-align: center;
}

.single-staff-board-wrap {
  padding: 60px 20px 60px 20px;
  max-width: 550px;
  margin: 0 auto;
}

.single-staff-board-wrap .modal-blurb {
  padding-top: 20px;
}

.back-link {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.single-staff-board-wrap ul.modal-icons li span {
  color: #EA5E46;
  font-size: 2.4rem;
  margin-right: 1rem;
}

.single-staff-board-wrap ul.modal-icons li {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  margin-top: 15px;
}

.single-staff-board-wrap .modal-title {
  text-align: center;
}

.layout-section.careers {
  background: #38434A;
  color: #fff;
}

.layout-section.careers .section-title:not(.invert) {
  background: #38434A;
}

.layout-section.careers + .intro-section {
  background: #38434A;
  color: #fff;
}

.layout-section.careers + .intro-section + .additional-content-blocks {
  background: #38434A;
  color: #fff;
}

.layout-section.join-the-forterra-team .section-embedded-content {
  padding-top: 60px;
  text-align: left;
  color: #fff;
}

.layout-section.join-the-forterra-team .section-embedded-content a {
  color: #fff;
}

.layout-section.join-the-forterra-team .section-embedded-content .resumator-job {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 1.2rem;
  position: relative;
}

.layout-section.join-the-forterra-team .section-embedded-content .resumator-job + .resumator-job {
  margin-top: -2px;
}

.layout-section.join-the-forterra-team .section-embedded-content .resumator-job .resumator-job-title, .layout-section.join-the-forterra-team .section-embedded-content .resumator-job .resumator-jobs-text {
  color: #fff;
}

.layout-section.join-the-forterra-team .section-embedded-content .resumator-job .resumator-job-info, .layout-section.join-the-forterra-team .section-embedded-content .resumator-job .resumator-job-info-details {
  padding-right: 8rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.layout-section.join-the-forterra-team .section-embedded-content .resumator-job .resumator-job-info span, .layout-section.join-the-forterra-team .section-embedded-content .resumator-job .resumator-job-info-details span {
  font-weight: 700;
}

.layout-section.join-the-forterra-team .section-embedded-content .resumator-job .resumator-job-info span + span, .layout-section.join-the-forterra-team .section-embedded-content .resumator-job .resumator-job-info-details span + span {
  margin-left: 1rem;
}

.layout-section.join-the-forterra-team .section-embedded-content .resumator-job .resumator-job-link {
  position: absolute;
  right: 1.2rem;
  top: 3.4rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
  background: #38434A;
}

.layout-section.join-the-forterra-team .section-embedded-content .resumator-job .resumator-job-description-text {
  padding-top: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.layout-section.join-the-forterra-team .section-embedded-content .resumator-job .resumator-job-description-text ul {
  margin: 1.5rem;
}

.layout-section.join-the-forterra-team .section-embedded-content .resumator-job .resumator-buttons input[type="button"] {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

.layout-section.join-the-forterra-team .section-embedded-content .resumator-job .resumator-buttons a {
  display: none;
}

.layout-section.join-the-forterra-team .section-embedded-content #resumator-logo a:before {
  content: "Powered by Resumator";
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1rem;
}

.layout-section.join-the-forterra-team .section-embedded-content #resumator-logo img {
  display: none !important;
}

.layout-section.additional-content-blocks {
  padding-bottom: 10rem;
}

.layout-section.additional-content-blocks .section-wrap-inner {
  padding-top: 6rem;
  text-align: center;
}

.layout-section.single-column-text ul:not(.share-menu), .layout-section.text-only ul:not(.share-menu) {
  list-style-type: disc;
  margin: 2rem;
}

.layout-section.single-column-text ul:not(.share-menu) ul, .layout-section.text-only ul:not(.share-menu) ul {
  list-style-type: circle;
  margin: 1rem 2rem;
}

.intro-section-text.followed-by-image .section-wrap-inner, .single-column-text.followed-by-image .section-wrap-inner {
  padding-bottom: 42px !important;
}

.single-column-text.followed-by-features .section-wrap-inner {
  padding-bottom: 10rem !important;
}

.single-column-text .section-text h1, .single-column-text .section-text h2, .single-column-text .section-text h3, .single-column-text .section-text h4, .single-column-text .section-text .disqus_thread .show-comments, .disqus_thread .single-column-text .section-text .show-comments, .single-column-text .section-text .filter-list li, .filter-list .single-column-text .section-text li, .single-column-text .section-text .layout-section.tribe-events-list .tribe-events-footer, .layout-section.tribe-events-list .single-column-text .section-text .tribe-events-footer, .single-column-text .section-text h5, .single-column-text .section-text .layout-section.signup .inline-links, .layout-section.signup .single-column-text .section-text .inline-links, .single-column-text .section-text .layout-section.join-the-forterra-team .section-embedded-content .resumator-job .resumator-job-title, .layout-section.join-the-forterra-team .section-embedded-content .resumator-job .single-column-text .section-text .resumator-job-title {
  font-family: "museo-slab", serif;
  font-weight: 700;
  text-transform: none;
}

.single-column-text .section-text h1 {
  padding-top: 35px;
  margin-bottom: 20px;
  margin-top: 0px;
  font-size: 3rem;
}

.single-column-text .section-text h2 {
  padding-top: 25px;
  margin-bottom: 15px;
  margin-top: 0px;
  font-size: 2.5rem;
}

.single-column-text .section-text h3 {
  padding-top: 25px;
  margin-bottom: 12px;
  margin-top: 0px;
  font-size: 2.0rem;
}

.single-column-text .section-text h4, .single-column-text .section-text .disqus_thread .show-comments, .disqus_thread .single-column-text .section-text .show-comments, .single-column-text .section-text .filter-list li, .filter-list .single-column-text .section-text li, .single-column-text .section-text .layout-section.tribe-events-list .tribe-events-footer, .layout-section.tribe-events-list .single-column-text .section-text .tribe-events-footer {
  padding-top: 25px;
  margin-bottom: 12px;
  margin-top: 0px;
}

.single-column-text .section-text h5, .single-column-text .section-text .layout-section.signup .inline-links, .layout-section.signup .single-column-text .section-text .inline-links, .single-column-text .section-text .layout-section.join-the-forterra-team .section-embedded-content .resumator-job .resumator-job-title, .layout-section.join-the-forterra-team .section-embedded-content .resumator-job .single-column-text .section-text .resumator-job-title {
  padding-top: 25px;
  margin-bottom: 12px;
  margin-top: 0px;
}

.layout-section.block-quote {
  padding: 3.4rem 20px;
  text-align: center;
  /*
  &.followed-by-image {
    .section-wrap-inner {
      padding: 0 0 6rem !important;
    }
  }
*/
}

@media only screen and (min-width: 420px) {
  .layout-section.block-quote {
    padding: 60px 128px;
  }
}

.layout-section.block-quote .blockquote-wrap {
  border-top: 2px solid #38434A;
  padding: 3rem 0;
  border-bottom: 2px solid #38434A;
}

.layout-section.block-quote .donate-button {
  margin-top: 6rem;
}

.layout-section.block-quote .source {
  display: block;
  margin-top: 2rem;
  font-style: italic;
}

.layout-section.block-quote .source:before {
  content: '– ';
}

.layout-section.block-quote + .single-column-text .section-wrap-inner {
  padding-top: 0;
}

.layout-section.block-quote + .single-column-text .section-wrap-inner h6:first-child {
  padding-top: 0;
}

.layout-section.block-quote.followed-by-image .section-wrap-inner, .layout-section.block-quote.followed-by-text .section-wrap-inner {
  padding-bottom: 0 !important;
}

.layout-section.image-text .section-wrap {
  vertical-align: center;
}

.layout-section.image-text .section-wrap-inner {
  background: rgba(255, 255, 255, 0.85);
  padding: 42px;
  float: right;
  width: 50%;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 2.8rem;
  font-family: "museo-sans", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: none;
  margin: 0;
  line-height: 1.2;
}

.layout-section.image-gallery {
  padding: 6rem 42px;
}

.layout-section.image-gallery h3 + .section-text {
  padding-top: 2rem;
}

.layout-section.image-gallery .section-wrap-inner {
  padding: 0 0 2rem !important;
}

.layout-section.image-gallery .gallery-thumbs {
  position: relative;
  width: 100%;
  max-width: 85rem;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  padding: 0 10px 42px;
}

.layout-section.image-gallery .gallery-thumbs .col {
  max-width: 24rem;
}

.layout-section.image-gallery + .single-column-text .section-wrap-inner {
  padding-top: 42px;
}

.slideshow {
  position: relative;
  width: 100%;
  max-width: 85rem;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
}

.slideshow.with-slider {
  padding-bottom: 5rem;
}

.slideshow .slick-track {
  display: table;
  height: 100%;
}

.slideshow .slide {
  display: table-cell;
  width: 100%;
  height: 53rem;
  vertical-align: middle;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.slideshow .slick-prev, .slideshow .slick-next {
  position: absolute;
  top: 64px;
  left: 0;
  bottom: 114px;
  display: block;
  width: 75px;
  height: auto;
  background: transparent url(i/arrows-prev_next.png) no-repeat 2rem 50%;
  -webkit-background-size: auto 72px;
  -moz-background-size: auto 72px;
  -o-background-size: auto 72px;
  background-size: auto 72px;
  text-indent: 1500%;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.slideshow .slick-prev.slick-disabled, .slideshow .slick-next.slick-disabled {
  cursor: default;
  opacity: 0;
}

.slideshow .slick-next {
  left: auto;
  right: 0;
  background-position: calc(100% - 2rem) 50%;
}

.slideshow:hover .slick-prev:not(.slick-disabled), .slideshow:hover .slick-next:not(.slick-disabled) {
  opacity: 0.99999;
}

.slideshow .slick-dots {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 2rem;
  text-align: right;
}

.slideshow .slick-dots li {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 0 0 6px;
}

.slideshow .slick-dots li button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  background: transparent;
  border: 1px solid #38434A;
  border-radius: 50%;
  text-indent: 1500%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.slideshow .slick-dots li.slick-active button {
  background: #38434A;
}

.slideshow.perspectives-intro {
  margin-top: 48px;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.slideshow.perspectives-intro .slick-prev, .slideshow.perspectives-intro .slick-next, .slideshow.perspectives-intro .slick-dots {
  z-index: 1000;
}

.slideshow.perspectives-intro .slide {
  width: 100%;
  width: 100vw;
}

.slideshow.perspectives-intro .section-wrap-inner {
  padding: 0 75px;
}

@media only screen and (max-width: 419px) {
  .slideshow.perspectives-intro .section-wrap-inner {
    padding: 0 20px;
  }
}

.slideshow.perspectives-intro .slick-prev, .slideshow.perspectives-intro .slick-next {
  top: 114px;
  bottom: 164px;
}

@media only screen and (max-width: 419px) {
  .slideshow.perspectives-intro .slick-prev, .slideshow.perspectives-intro .slick-next {
    display: none !important;
  }
}

.slideshow.perspectives-intro .slick-dots {
  left: auto;
  right: 2rem;
}

.slideshow.perspectives-intro .slick-dots li button {
  border-color: #fff;
}

.slideshow.perspectives-intro .slick-dots li.slick-active button {
  background: #fff;
}


/* Magnific Popup CSS */

.mfp-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1042;
  overflow: hidden;
  background: rgba(56, 67, 74, 0.85);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  background: url(i/ampersand.svg) 50% 50% no-repeat;
  -webkit-background-size: auto 48px;
  -moz-background-size: auto 48px;
  -o-background-size: auto 48px;
  background-size: auto 48px;
  position: absolute;
  text-indent: 1500%;
  white-space: nowrap;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1044;
}

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  z-index: 1046;
}

button:before, button:after {
  display: none;
}

.mfp-close {
  position: fixed;
  top: 13px;
  right: 13px;
  display: block;
  z-index: 100;
  color: #fff;
  background: transparent;
}

.mfp-close:before {
  font-family: "Genericons";
  content: '\f405';
  font-size: 3rem;
}

.mfp-close:hover {
  background: transparent;
  color: #EA5E46;
  cursor: pointer;
}

.mfp-arrow {
  position: absolute;
  top: 50%;
  margin-top: -100px;
  width: 75px;
  height: 200px;
  background: url(i/arrows-prev_next.png) no-repeat 2rem 50%;
  -webkit-background-size: auto 72px;
  -moz-background-size: auto 72px;
  -o-background-size: auto 72px;
  background-size: auto 72px;
}

.mfp-arrow:hover {
  background-image: url(i/arrows-prev_next.png);
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-right {
  right: 0;
  background-position: calc(100% - 2rem) 50%;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}


/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  padding: 40px 0;
  margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
  position: relative;
}

.mfp-figure small {
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  cursor: auto;
  font-size: 1.1rem;
  padding: 1rem 2rem;
  background: rgba(56, 67, 74, 0.85);
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #fff;
  word-wrap: break-word;
  padding-right: 6rem;
}

.mfp-counter {
  position: absolute;
  top: 1rem;
  right: 2rem;
  color: #EFEFED;
  font-size: 1.1rem;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-bottom-bar, .mfp-counter {
  display: none;
}

@media only screen and (min-width: 600px) {
  .mfp-bottom-bar, .mfp-counter {
    display: block;
  }
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /** 		 * Remove all paddings around the image on small screen 		 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.layout-section.media-embed {
  padding: 6rem 0 42px;
  background: #fff;
  max-width: 85rem;
  margin: 0 auto;
}

.layout-section.media-embed .embed-wrap {
  max-width: 85rem;
  height: 53rem;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.layout-section.media-embed .embed-wrap embed, .layout-section.media-embed .embed-wrap object, .layout-section.media-embed .embed-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.layout-section.media-embed .embed-description {
  margin-top: 1rem;
  font-size: 1.2rem;
  text-align: center;
}

.layout-section.media-embed.followed-by-authors {
  padding-bottom: 0;
}

.perspectives-intro h3 {
  margin: 6rem 0 0;
}

.perspectives-intro h3 + p {
  margin-top: 0;
}

.perspectives-intro p + p {
  margin-top: 0;
}

.category-description {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 419px) {
  .category-description {
    margin-bottom: 25px;
  }
}

.tagboard-embed {
  max-width: 100%;
}

.page-template-page-for-this-place .section-text a.genericon {
  font-size: 4rem;
  text-align: center;
}

.page-template-page-for-this-place .section-text a.genericon:hover {
  text-decoration: none;
  color: #38434A;
}

.page-template-page-for-this-place, .page-template-page-for-this-place .layout-section.embed {
  height: auto !important;
  /** OVERRIDING JS THAT IS FORCING A HEIGHT ON THE BODY AND EMBED SECTIONS **/
}

.page-template-page-for-this-place, .page-template-page-flex, .type-post, .tribe-events-single, article.subpage, article.editorial {
  background: #EFEFED;
}

.page-template-page-for-this-place .intro-section.with-image, .page-template-page-flex .intro-section.with-image, .type-post .intro-section.with-image, .tribe-events-single .intro-section.with-image, article.subpage .intro-section.with-image, article.editorial .intro-section.with-image {
  min-height: initial;
  height: 53rem;
}

.page-template-page-for-this-place .intro-section.with-image + .intro-section-text, .page-template-page-flex .intro-section.with-image + .intro-section-text, .type-post .intro-section.with-image + .intro-section-text, .tribe-events-single .intro-section.with-image + .intro-section-text, article.subpage .intro-section.with-image + .intro-section-text, article.editorial .intro-section.with-image + .intro-section-text {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.page-template-page-for-this-place .intro-section.with-image + .intro-section-text .section-wrap, .page-template-page-flex .intro-section.with-image + .intro-section-text .section-wrap, .type-post .intro-section.with-image + .intro-section-text .section-wrap, .tribe-events-single .intro-section.with-image + .intro-section-text .section-wrap, article.subpage .intro-section.with-image + .intro-section-text .section-wrap, article.editorial .intro-section.with-image + .intro-section-text .section-wrap {
  margin-top: -3rem;
}

@media only screen and (min-width: 769px) {
  .page-template-page-for-this-place .intro-section.with-image + .intro-section-text .section-wrap, .page-template-page-flex .intro-section.with-image + .intro-section-text .section-wrap, .type-post .intro-section.with-image + .intro-section-text .section-wrap, .tribe-events-single .intro-section.with-image + .intro-section-text .section-wrap, article.subpage .intro-section.with-image + .intro-section-text .section-wrap, article.editorial .intro-section.with-image + .intro-section-text .section-wrap {
    margin-top: -13rem;
  }
}

.page-template-page-for-this-place .layout-section.image-only, .page-template-page-for-this-place .layout-section.image-gallery, .page-template-page-for-this-place .layout-section.text-only, .page-template-page-flex .layout-section.image-only, .page-template-page-flex .layout-section.image-gallery, .page-template-page-flex .layout-section.text-only, .type-post .layout-section.image-only, .type-post .layout-section.image-gallery, .type-post .layout-section.text-only, .tribe-events-single .layout-section.image-only, .tribe-events-single .layout-section.image-gallery, .tribe-events-single .layout-section.text-only, article.subpage .layout-section.image-only, article.subpage .layout-section.image-gallery, article.subpage .layout-section.text-only, article.editorial .layout-section.image-only, article.editorial .layout-section.image-gallery, article.editorial .layout-section.text-only {
  padding: 0;
}

.page-template-page-for-this-place .layout-section.image-only .section-wrap, .page-template-page-for-this-place .layout-section.image-gallery .section-wrap, .page-template-page-for-this-place .layout-section.text-only .section-wrap, .page-template-page-flex .layout-section.image-only .section-wrap, .page-template-page-flex .layout-section.image-gallery .section-wrap, .page-template-page-flex .layout-section.text-only .section-wrap, .type-post .layout-section.image-only .section-wrap, .type-post .layout-section.image-gallery .section-wrap, .type-post .layout-section.text-only .section-wrap, .tribe-events-single .layout-section.image-only .section-wrap, .tribe-events-single .layout-section.image-gallery .section-wrap, .tribe-events-single .layout-section.text-only .section-wrap, article.subpage .layout-section.image-only .section-wrap, article.subpage .layout-section.image-gallery .section-wrap, article.subpage .layout-section.text-only .section-wrap, article.editorial .layout-section.image-only .section-wrap, article.editorial .layout-section.image-gallery .section-wrap, article.editorial .layout-section.text-only .section-wrap {
  padding-bottom: 0;
}

.page-template-page-for-this-place .layout-section.image-only .section-wrap .section-wrap-inner, .page-template-page-for-this-place .layout-section.image-gallery .section-wrap .section-wrap-inner, .page-template-page-for-this-place .layout-section.text-only .section-wrap .section-wrap-inner, .page-template-page-flex .layout-section.image-only .section-wrap .section-wrap-inner, .page-template-page-flex .layout-section.image-gallery .section-wrap .section-wrap-inner, .page-template-page-flex .layout-section.text-only .section-wrap .section-wrap-inner, .type-post .layout-section.image-only .section-wrap .section-wrap-inner, .type-post .layout-section.image-gallery .section-wrap .section-wrap-inner, .type-post .layout-section.text-only .section-wrap .section-wrap-inner, .tribe-events-single .layout-section.image-only .section-wrap .section-wrap-inner, .tribe-events-single .layout-section.image-gallery .section-wrap .section-wrap-inner, .tribe-events-single .layout-section.text-only .section-wrap .section-wrap-inner, article.subpage .layout-section.image-only .section-wrap .section-wrap-inner, article.subpage .layout-section.image-gallery .section-wrap .section-wrap-inner, article.subpage .layout-section.text-only .section-wrap .section-wrap-inner, article.editorial .layout-section.image-only .section-wrap .section-wrap-inner, article.editorial .layout-section.image-gallery .section-wrap .section-wrap-inner, article.editorial .layout-section.text-only .section-wrap .section-wrap-inner {
  background: #fff;
  max-width: 85rem;
  padding: 2rem 0 6rem;
}

.page-template-page-for-this-place .layout-section.image-only .section-wrap .section-wrap-inner > *, .page-template-page-for-this-place .layout-section.image-gallery .section-wrap .section-wrap-inner > *, .page-template-page-for-this-place .layout-section.text-only .section-wrap .section-wrap-inner > *, .page-template-page-flex .layout-section.image-only .section-wrap .section-wrap-inner > *, .page-template-page-flex .layout-section.image-gallery .section-wrap .section-wrap-inner > *, .page-template-page-flex .layout-section.text-only .section-wrap .section-wrap-inner > *, .type-post .layout-section.image-only .section-wrap .section-wrap-inner > *, .type-post .layout-section.image-gallery .section-wrap .section-wrap-inner > *, .type-post .layout-section.text-only .section-wrap .section-wrap-inner > *, .tribe-events-single .layout-section.image-only .section-wrap .section-wrap-inner > *, .tribe-events-single .layout-section.image-gallery .section-wrap .section-wrap-inner > *, .tribe-events-single .layout-section.text-only .section-wrap .section-wrap-inner > *, article.subpage .layout-section.image-only .section-wrap .section-wrap-inner > *, article.subpage .layout-section.image-gallery .section-wrap .section-wrap-inner > *, article.subpage .layout-section.text-only .section-wrap .section-wrap-inner > *, article.editorial .layout-section.image-only .section-wrap .section-wrap-inner > *, article.editorial .layout-section.image-gallery .section-wrap .section-wrap-inner > *, article.editorial .layout-section.text-only .section-wrap .section-wrap-inner > * {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-page-for-this-place .layout-section.image-only.block-quote .section-wrap .section-wrap-inner, .page-template-page-for-this-place .layout-section.image-gallery.block-quote .section-wrap .section-wrap-inner, .page-template-page-for-this-place .layout-section.text-only.block-quote .section-wrap .section-wrap-inner, .page-template-page-flex .layout-section.image-only.block-quote .section-wrap .section-wrap-inner, .page-template-page-flex .layout-section.image-gallery.block-quote .section-wrap .section-wrap-inner, .page-template-page-flex .layout-section.text-only.block-quote .section-wrap .section-wrap-inner, .type-post .layout-section.image-only.block-quote .section-wrap .section-wrap-inner, .type-post .layout-section.image-gallery.block-quote .section-wrap .section-wrap-inner, .type-post .layout-section.text-only.block-quote .section-wrap .section-wrap-inner, .tribe-events-single .layout-section.image-only.block-quote .section-wrap .section-wrap-inner, .tribe-events-single .layout-section.image-gallery.block-quote .section-wrap .section-wrap-inner, .tribe-events-single .layout-section.text-only.block-quote .section-wrap .section-wrap-inner, article.subpage .layout-section.image-only.block-quote .section-wrap .section-wrap-inner, article.subpage .layout-section.image-gallery.block-quote .section-wrap .section-wrap-inner, article.subpage .layout-section.text-only.block-quote .section-wrap .section-wrap-inner, article.editorial .layout-section.image-only.block-quote .section-wrap .section-wrap-inner, article.editorial .layout-section.image-gallery.block-quote .section-wrap .section-wrap-inner, article.editorial .layout-section.text-only.block-quote .section-wrap .section-wrap-inner {
  padding-top: 0;
}

@media only screen and (min-width: 420px) {
  .page-template-page-for-this-place .layout-section.image-only.intro-section-text .section-wrap .section-wrap-inner, .page-template-page-for-this-place .layout-section.image-gallery.intro-section-text .section-wrap .section-wrap-inner, .page-template-page-for-this-place .layout-section.text-only.intro-section-text .section-wrap .section-wrap-inner, .page-template-page-flex .layout-section.image-only.intro-section-text .section-wrap .section-wrap-inner, .page-template-page-flex .layout-section.image-gallery.intro-section-text .section-wrap .section-wrap-inner, .page-template-page-flex .layout-section.text-only.intro-section-text .section-wrap .section-wrap-inner, .type-post .layout-section.image-only.intro-section-text .section-wrap .section-wrap-inner, .type-post .layout-section.image-gallery.intro-section-text .section-wrap .section-wrap-inner, .type-post .layout-section.text-only.intro-section-text .section-wrap .section-wrap-inner, .tribe-events-single .layout-section.image-only.intro-section-text .section-wrap .section-wrap-inner, .tribe-events-single .layout-section.image-gallery.intro-section-text .section-wrap .section-wrap-inner, .tribe-events-single .layout-section.text-only.intro-section-text .section-wrap .section-wrap-inner, article.subpage .layout-section.image-only.intro-section-text .section-wrap .section-wrap-inner, article.subpage .layout-section.image-gallery.intro-section-text .section-wrap .section-wrap-inner, article.subpage .layout-section.text-only.intro-section-text .section-wrap .section-wrap-inner, article.editorial .layout-section.image-only.intro-section-text .section-wrap .section-wrap-inner, article.editorial .layout-section.image-gallery.intro-section-text .section-wrap .section-wrap-inner, article.editorial .layout-section.text-only.intro-section-text .section-wrap .section-wrap-inner {
    padding-top: 6rem;
  }
}

.page-template-page-for-this-place .intro-section-text .section-wrap, .page-template-page-flex .intro-section-text .section-wrap, .type-post .intro-section-text .section-wrap, .tribe-events-single .intro-section-text .section-wrap, article.subpage .intro-section-text .section-wrap, article.editorial .intro-section-text .section-wrap {
  display: block;
  max-width: 85rem;
  margin: 48px auto 0;
  padding: 2rem;
  background: #fff;
  color: #38434A;
  position: relative;
}

.page-template-page-for-this-place .intro-section-text .section-wrap .section-wrap-inner .article-meta, .page-template-page-flex .intro-section-text .section-wrap .section-wrap-inner .article-meta, .type-post .intro-section-text .section-wrap .section-wrap-inner .article-meta, .tribe-events-single .intro-section-text .section-wrap .section-wrap-inner .article-meta, article.subpage .intro-section-text .section-wrap .section-wrap-inner .article-meta, article.editorial .intro-section-text .section-wrap .section-wrap-inner .article-meta {
  font-size: 1.2rem;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
}

@media only screen and (max-width: 419px) {
  .page-template-page-for-this-place .intro-section-text .section-wrap .section-wrap-inner .article-meta, .page-template-page-flex .intro-section-text .section-wrap .section-wrap-inner .article-meta, .type-post .intro-section-text .section-wrap .section-wrap-inner .article-meta, .tribe-events-single .intro-section-text .section-wrap .section-wrap-inner .article-meta, article.subpage .intro-section-text .section-wrap .section-wrap-inner .article-meta, article.editorial .intro-section-text .section-wrap .section-wrap-inner .article-meta {
    position: relative;
    text-align: center;
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 420px) {
  .page-template-page-for-this-place .intro-section-text .section-wrap .section-wrap-inner, .page-template-page-flex .intro-section-text .section-wrap .section-wrap-inner, .type-post .intro-section-text .section-wrap .section-wrap-inner, .tribe-events-single .intro-section-text .section-wrap .section-wrap-inner, article.subpage .intro-section-text .section-wrap .section-wrap-inner, article.editorial .intro-section-text .section-wrap .section-wrap-inner {
    padding-top: 6rem;
  }
  .page-template-page-for-this-place .intro-section-text .section-wrap .section-wrap-inner .article-date, .page-template-page-flex .intro-section-text .section-wrap .section-wrap-inner .article-date, .type-post .intro-section-text .section-wrap .section-wrap-inner .article-date, .tribe-events-single .intro-section-text .section-wrap .section-wrap-inner .article-date, article.subpage .intro-section-text .section-wrap .section-wrap-inner .article-date, article.editorial .intro-section-text .section-wrap .section-wrap-inner .article-date {
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 1;
  }
  .page-template-page-for-this-place .intro-section-text .section-wrap .section-wrap-inner .article-cat, .page-template-page-flex .intro-section-text .section-wrap .section-wrap-inner .article-cat, .type-post .intro-section-text .section-wrap .section-wrap-inner .article-cat, .tribe-events-single .intro-section-text .section-wrap .section-wrap-inner .article-cat, article.subpage .intro-section-text .section-wrap .section-wrap-inner .article-cat, article.editorial .intro-section-text .section-wrap .section-wrap-inner .article-cat {
    position: absolute;
    top: 2rem;
    left: 2rem;
    right: 2rem;
    text-align: center;
    z-index: 0;
  }
  .page-template-page-for-this-place .intro-section-text .section-wrap .section-wrap-inner .article-share, .page-template-page-flex .intro-section-text .section-wrap .section-wrap-inner .article-share, .type-post .intro-section-text .section-wrap .section-wrap-inner .article-share, .tribe-events-single .intro-section-text .section-wrap .section-wrap-inner .article-share, article.subpage .intro-section-text .section-wrap .section-wrap-inner .article-share, article.editorial .intro-section-text .section-wrap .section-wrap-inner .article-share {
    position: absolute;
    top: 2rem;
    right: 2rem;
  }
}

.page-template-page-for-this-place .intro-section-text .section-wrap .section-wrap-inner .share-label:hover, .page-template-page-flex .intro-section-text .section-wrap .section-wrap-inner .share-label:hover, .type-post .intro-section-text .section-wrap .section-wrap-inner .share-label:hover, .tribe-events-single .intro-section-text .section-wrap .section-wrap-inner .share-label:hover, article.subpage .intro-section-text .section-wrap .section-wrap-inner .share-label:hover, article.editorial .intro-section-text .section-wrap .section-wrap-inner .share-label:hover {
  cursor: pointer;
  color: #EA5E46;
}

@media only screen and (max-width: 419px) {
  .page-template-page-for-this-place .intro-section-text .section-wrap .section-wrap-inner .share-label, .page-template-page-flex .intro-section-text .section-wrap .section-wrap-inner .share-label, .type-post .intro-section-text .section-wrap .section-wrap-inner .share-label, .tribe-events-single .intro-section-text .section-wrap .section-wrap-inner .share-label, article.subpage .intro-section-text .section-wrap .section-wrap-inner .share-label, article.editorial .intro-section-text .section-wrap .section-wrap-inner .share-label {
    margin-bottom: 3.4rem;
  }
}

.page-template-page-for-this-place .intro-section-text .section-wrap .section-wrap-inner .share-menu, .page-template-page-flex .intro-section-text .section-wrap .section-wrap-inner .share-menu, .type-post .intro-section-text .section-wrap .section-wrap-inner .share-menu, .tribe-events-single .intro-section-text .section-wrap .section-wrap-inner .share-menu, article.subpage .intro-section-text .section-wrap .section-wrap-inner .share-menu, article.editorial .intro-section-text .section-wrap .section-wrap-inner .share-menu {
  display: none;
}

@media only screen and (max-width: 419px) {
  .page-template-page-for-this-place .intro-section-text .section-wrap .section-wrap-inner .share-menu, .page-template-page-flex .intro-section-text .section-wrap .section-wrap-inner .share-menu, .type-post .intro-section-text .section-wrap .section-wrap-inner .share-menu, .tribe-events-single .intro-section-text .section-wrap .section-wrap-inner .share-menu, article.subpage .intro-section-text .section-wrap .section-wrap-inner .share-menu, article.editorial .intro-section-text .section-wrap .section-wrap-inner .share-menu {
    text-align: center;
    margin-bottom: 3.4rem;
  }
}

.page-template-page-for-this-place .intro-section-text .section-wrap .section-wrap-inner .share-menu li, .page-template-page-flex .intro-section-text .section-wrap .section-wrap-inner .share-menu li, .type-post .intro-section-text .section-wrap .section-wrap-inner .share-menu li, .tribe-events-single .intro-section-text .section-wrap .section-wrap-inner .share-menu li, article.subpage .intro-section-text .section-wrap .section-wrap-inner .share-menu li, article.editorial .intro-section-text .section-wrap .section-wrap-inner .share-menu li {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 1rem;
}

.page-template-page-for-this-place .intro-section-text .section-wrap .section-wrap-inner .share-menu li a:hover, .page-template-page-flex .intro-section-text .section-wrap .section-wrap-inner .share-menu li a:hover, .type-post .intro-section-text .section-wrap .section-wrap-inner .share-menu li a:hover, .tribe-events-single .intro-section-text .section-wrap .section-wrap-inner .share-menu li a:hover, article.subpage .intro-section-text .section-wrap .section-wrap-inner .share-menu li a:hover, article.editorial .intro-section-text .section-wrap .section-wrap-inner .share-menu li a:hover {
  color: #EA5E46;
}

.page-template-page-for-this-place .intro-section-text .section-wrap .section-wrap-inner h3, .page-template-page-flex .intro-section-text .section-wrap .section-wrap-inner h3, .type-post .intro-section-text .section-wrap .section-wrap-inner h3, .tribe-events-single .intro-section-text .section-wrap .section-wrap-inner h3, article.subpage .intro-section-text .section-wrap .section-wrap-inner h3, article.editorial .intro-section-text .section-wrap .section-wrap-inner h3 {
  text-transform: none;
  text-align: center;
}

.page-template-page-for-this-place .intro-section-text .section-wrap .section-wrap-inner .section-introduction, .page-template-page-flex .intro-section-text .section-wrap .section-wrap-inner .section-introduction, .type-post .intro-section-text .section-wrap .section-wrap-inner .section-introduction, .tribe-events-single .intro-section-text .section-wrap .section-wrap-inner .section-introduction, article.subpage .intro-section-text .section-wrap .section-wrap-inner .section-introduction, article.editorial .intro-section-text .section-wrap .section-wrap-inner .section-introduction {
  margin-top: 3.4rem;
}

.page-template-page-for-this-place .intro-section-text.extended, .page-template-page-flex .intro-section-text.extended, .type-post .intro-section-text.extended, .tribe-events-single .intro-section-text.extended, article.subpage .intro-section-text.extended, article.editorial .intro-section-text.extended {
  min-height: 90rem;
}

.page-template-page-for-this-place .intro-section-text.extended .arrows-down, .page-template-page-flex .intro-section-text.extended .arrows-down, .type-post .intro-section-text.extended .arrows-down, .tribe-events-single .intro-section-text.extended .arrows-down, article.subpage .intro-section-text.extended .arrows-down, article.editorial .intro-section-text.extended .arrows-down {
  bottom: 0;
}

.page-template-page-for-this-place .intro-section-text.extended + .intro-section, .page-template-page-flex .intro-section-text.extended + .intro-section, .type-post .intro-section-text.extended + .intro-section, .tribe-events-single .intro-section-text.extended + .intro-section, article.subpage .intro-section-text.extended + .intro-section, article.editorial .intro-section-text.extended + .intro-section {
  padding-top: 0;
}

.layout-section.sponsors-introduction, .layout-section.icon-grid.sponsors {
  max-width: 850px;
  margin: 6rem auto 0;
  background: #fff;
  padding: 42px 42px 0;
  text-align: center;
}

.layout-section.sponsors-introduction .section-wrap-inner, .layout-section.icon-grid.sponsors .section-wrap-inner {
  padding: 4rem 0 0 !important;
}

.sponsors-introduction + .icon-grid.sponsors {
  margin-top: 0;
  padding: 0 0 3.4rem;
}

.sponsors-introduction + .icon-grid.sponsors + .layout-section.sponsors-introduction {
  margin-top: -6rem;
  padding-top: 0;
}

.page-template-page-php .additional-sponsors {
  margin-bottom: 50px;
}

.additional-sponsors {
  padding: 3.4rem 3.4rem 6rem;
  font-size: 1.2rem;
}

.layout-section.authors {
  margin: 6rem 0;
}

.layout-section.authors .section-wrap {
  padding: 0;
}

.layout-section.authors ul {
  display: block;
  width: 100%;
  max-width: 85rem;
  padding: 42px;
  margin: 0 auto;
  background: #fff;
}

.layout-section.authors ul li {
  background: #fff;
  letter-spacing: -0.65em;
  text-rendering: optimizeLegibility;
}

.layout-section.authors ul li > div {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  padding: 1rem;
}

.layout-section.authors ul li > div.image-wrapper {
  width: 20rem;
}

.layout-section.authors ul li > div.image-wrapper .author-image {
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}

.layout-section.authors ul li > div.image-wrapper.no-image .author-image {
  background-color: #EFEFED;
  background-image: url(i/profile-circle.png);
}

.layout-section.authors ul li > div.author-info {
  width: calc(100% - 20rem);
  padding-left: 3.4rem;
  margin: 0;
}

.layout-section.authors ul li > div.author-info h3 {
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}

.layout-section.authors ul li > div.author-info div {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.layout-section.authors ul li > div.author-info div + div {
  margin-top: 1.4rem;
}

.layout-section.authors ul li > div.author-info div a {
  color: #EA5E46;
  font-weight: 700;
}

.image-only + .single-column-text .section-wrap-inner, .image-only + .block-quote .section-wrap-inner {
  padding-top: 6rem !important;
}

article:not(.editorial) .intro-section.with-image:first-child .section-wrap {
  background-color: #2A2B2A;
}

body.loaded article:not(.editorial) .intro-section.with-image .section-wrap, body.loaded .history-slides .with-image .section-wrap {
  background-color: rgba(56, 67, 74, 0.45);
}

.disqus_thread {
  max-width: 850px;
  margin: 6rem auto;
  background: #fff;
  padding: 42px;
}

.disqus_thread .show-comments {
  text-align: center;
}

.disqus_thread .show-comments:hover {
  cursor: pointer;
  color: #EA5E46;
}

.with-image + .block-quote:not(.donate) .section-wrap-inner {
  padding-top: 10rem !important;
}

.with-image + .single-column-text .section-wrap-inner {
  padding-top: 6rem !important;
}

.intro-section-text + .single-column-text .section-wrap-inner, .single-column-text + .media-embed .section-wrap-inner, .block-quote + .media-embed .section-wrap-inner, .block-quote + .single-column-text .section-wrap-inner, .block-quote + .single-column-text .section-wrap-inner {
  padding-top: 0 !important;
}

.single-column-text + .media-embed {
  padding-top: 2rem !important;
}

article.program .blockquote-wrap, article.service .blockquote-wrap, article.subpage .blockquote-wrap {
  border: 0 !important;
  padding: 0 0 6rem !important;
}

.page-template-page-flex .article-date, .page-template-page-flex .article-share, .page-template-page-flex .disqus_thread {
  display: none;
}

.layout-section.fixed {
  position: fixed;
  z-index: -1;
}

.approach-triggers {
  display: none;
}

@media only screen and (min-width: 769px) {
  .approach-triggers {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    min-height: 100vh;
    background: url(i/trans-1px.png) rgba(56, 67, 74, 0.45);
    color: #fff;
    -webkit-transition: all 0.625s;
    -moz-transition: all 0.625s;
    -o-transition: all 0.625s;
    transition: all 0.625s;
    opacity: 0;
  }
  .approach-triggers .layout-section {
    width: 100%;
    padding: 90px 42px 0;
    position: relative;
  }
  .approach-triggers .approach-buttons {
    width: 100%;
    background: url(i/approach-triangle-lines.png) 50% 50% no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: all 0.625s;
    -moz-transition: all 0.625s;
    -o-transition: all 0.625s;
    transition: all 0.625s;
    position: relative;
  }
  .approach-triggers .approach-buttons a {
    display: block;
    width: 12vw;
    height: 12vw;
    padding: 0;
    line-height: 12vw;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #38434A;
    font-size: 2.5vw;
    font-family: 'league-gothic', sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.625s;
    -moz-transition: all 0.625s;
    -o-transition: all 0.625s;
    transition: all 0.625s;
    position: absolute;
    border: 2px solid #fff;
  }
}

@media only screen and (min-width: 769px) and (min-width: 930px) {
  .approach-triggers .approach-buttons a {
    border-width: 3px;
  }
}

@media only screen and (min-width: 769px) and (min-width: 1400px) {
  .approach-triggers .approach-buttons a {
    border-width: 4px;
  }
}

@media only screen and (min-width: 769px) {
  .approach-triggers .approach-buttons a[href="#natural"] {
    top: 3vw;
    left: 50%;
    margin-left: -6vw;
  }
  .approach-triggers .approach-buttons a[href="#built"] {
    bottom: 9.5vw;
    right: 4.7vw;
  }
  .approach-triggers .approach-buttons a[href="#social"] {
    bottom: 9.5vw;
    left: 4.7vw;
  }
  .approach-triggers.natural {
    background: #00AA76;
  }
  .approach-triggers.natural .approach-buttons {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* FF Hack for sharper renders */
  }
  .approach-triggers.natural .approach-buttons a {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* FF Hack for sharper renders */
  }
  .approach-triggers.natural .approach-buttons a[href="#natural"] {
    color: #00AA76;
  }
  .approach-triggers.natural .approach-buttons a[href="#built"], .approach-triggers.natural .approach-buttons a[href="#social"] {
    background: #00AA76;
    color: #fff;
  }
  .approach-triggers.built {
    background: #EA5E46;
  }
  .approach-triggers.built .approach-buttons {
    -webkit-transform: rotate(-120deg);
    -moz-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    -o-transform: rotate(-120deg);
    transform: rotate(-120deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* FF Hack for sharper renders */
  }
  .approach-triggers.built .approach-buttons a {
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* FF Hack for sharper renders */
  }
  .approach-triggers.built .approach-buttons a[href="#built"] {
    color: #EA5E46;
  }
  .approach-triggers.built .approach-buttons a[href="#natural"], .approach-triggers.built .approach-buttons a[href="#social"] {
    background: #EA5E46;
    color: #fff;
  }
  .approach-triggers.social {
    background: #31a8ed;
  }
  .approach-triggers.social .approach-buttons {
    -webkit-transform: rotate(-240deg);
    -moz-transform: rotate(-240deg);
    -ms-transform: rotate(-240deg);
    -o-transform: rotate(-240deg);
    transform: rotate(-240deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* FF Hack for sharper renders */
  }
  .approach-triggers.social .approach-buttons a {
    -webkit-transform: rotate(240deg);
    -moz-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    -o-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* FF Hack for sharper renders */
  }
  .approach-triggers.social .approach-buttons a[href="#social"] {
    color: #31a8ed;
  }
  .approach-triggers.social .approach-buttons a[href="#natural"], .approach-triggers.social .approach-buttons a[href="#built"] {
    background: #31a8ed;
    color: #fff;
  }
  .approach-triggers .section-content {
    position: absolute;
    bottom: 42px;
    left: 42px;
    right: 42px;
    text-align: center;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.4rem;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .approach-triggers .section-content.current {
    opacity: 0.99999;
  }
}

.approach-layouts {
  width: 100%;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.625s;
  -moz-transition: all 0.625s;
  -o-transition: all 0.625s;
  transition: all 0.625s;
}

.approach-layouts .approach-wrap {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .approach-layouts .approach-wrap {
    width: 50%;
    margin-left: 50%;
  }
}

.approach-layouts .layout-section {
  display: table;
  min-height: 100vh;
  width: 100%;
  text-align: center;
  color: #fff;
  background: rgba(56, 67, 74, 0.45) url(i/trans-1px.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.approach-layouts .layout-section:before, .approach-layouts .layout-section:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 10px;
  background: inherit;
}

.approach-layouts .layout-section:after {
  left: auto;
  right: 100%;
}

.approach-layouts .layout-section .section-wrap {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding-bottom: 0;
}

@media only screen and (min-width: 769px) {
  .approach-layouts .layout-section {
    background: rgba(56, 67, 74, 0.85);
  }
  .approach-layouts .layout-section:before, .approach-layouts .layout-section:after {
    content: none;
  }
  .approach-layouts .layout-section.intro-section:first-child {
    padding: 68px 0 95px;
  }
}

@media only screen and (max-width: 419px) {
  .approach-layouts .layout-section.intro-section .section-wrap h2, .approach-layouts .layout-section.intro-section:first-child .section-wrap h2 {
    font-size: 2.4rem;
    line-height: 1.1;
  }
  .approach-layouts .layout-section.intro-section .section-wrap p, .approach-layouts .layout-section.intro-section:first-child .section-wrap p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.approach-layouts .layout-section.intro-section:not(:first-child) h2 {
  display: none;
}

.approach-layouts .layout-section.intro-section:not(:first-child) .section-intro {
  font-size: 2rem;
  line-height: 2.8rem;
  font-family: "museo-slab", serif;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

@media only screen and (max-width: 419px) {
  .approach-layouts .layout-section.intro-section:not(:first-child) .section-intro {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-family: "museo-slab", serif;
    font-weight: 700;
    text-rendering: optimizeLegibility;
  }
}

.approach-layouts .layout-section.opaque {
  background: #fff;
}

.approach-layouts .layout-section.opaque .button {
  margin-top: 2rem;
  color: #fff;
}

.approach-layouts .layout-section.opaque.natural {
  color: #00AA76;
}

.approach-layouts .layout-section.opaque.natural .button {
  background-image: url(i/button-bg-grass.png);
  color: #00AA76;
}

.approach-layouts .layout-section.opaque.natural .button:before, .approach-layouts .layout-section.opaque.natural .button:after {
  background-image: url(i/button-sides-grass.png);
}

.approach-layouts .layout-section.opaque.natural .button:hover {
  background-image: url(i/button-bg-grass-fill.png);
  color: #fff;
}

.approach-layouts .layout-section.opaque.natural .button:hover:before, .approach-layouts .layout-section.opaque.natural .button:hover:after {
  background-image: url(i/button-sides-grass-fill.png);
}

.approach-layouts .layout-section.opaque.built {
  color: #EA5E46;
}

.approach-layouts .layout-section.opaque.built .button {
  background-image: url(i/button-bg-poppy.png);
  color: #EA5E46;
}

.approach-layouts .layout-section.opaque.built .button:before, .approach-layouts .layout-section.opaque.built .button:after {
  background-image: url(i/button-sides-poppy.png);
}

.approach-layouts .layout-section.opaque.built .button:hover {
  background-image: url(i/button-bg-poppy-fill.png);
  color: #fff;
}

.approach-layouts .layout-section.opaque.built .button:hover:before, .approach-layouts .layout-section.opaque.built .button:hover:after {
  background-image: url(i/button-sides-poppy-fill.png);
}

.approach-layouts .layout-section.opaque.social {
  color: #31a8ed;
}

.approach-layouts .layout-section.opaque.social .button {
  background-image: url(i/button-bg-ocean.png);
  color: #31a8ed;
}

.approach-layouts .layout-section.opaque.social .button:before, .approach-layouts .layout-section.opaque.social .button:after {
  background-image: url(i/button-sides-ocean.png);
}

.approach-layouts .layout-section.opaque.social .button:hover {
  background-image: url(i/button-bg-ocean-fill.png);
  color: #fff;
}

.approach-layouts .layout-section.opaque.social .button:hover:before, .approach-layouts .layout-section.opaque.social .button:hover:after {
  background-image: url(i/button-sides-ocean-fill.png);
}

.approach-layouts .layout-section .image-wrapper {
  display: block;
  width: 27.5rem;
  height: auto;
  margin: 0 auto 32px;
}

.approach-layouts .layout-section .image-wrapper img {
  width: 100%;
}

.approach-layouts .layout-section img {
  max-width: 100%;
}

body.loaded .approach-triggers, body.loaded .approach-layouts {
  opacity: 0.99999;
}

body.ios7 .approach-layouts {
  background: rgba(56, 67, 74, 0.85);
}


/**** NEED TO DISPLAY h2's in OUR APPROACH ON MOBILE ***/

@media only screen and (max-width: 768px) {
  .approach-layouts .layout-section.intro-section:not(:first-child) h2 {
    display: block;
  }
}

.pagination {
  margin-top: 3.4rem;
  padding-bottom: 3.8rem;
  text-align: center;
  font-size: 2rem;
  line-height: 2.8rem;
  font-family: "museo-slab", serif;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.65em;
  text-rendering: optimizeLegibility;
}

.pagination span, .pagination a {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 6px;
}

.pagination a:hover, .pagination .current {
  color: #EA5E46;
}

.pagination .current {
  cursor: default;
}

.pagination h2 {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(56, 67, 74, 0.85);
  cursor: default;
  display: none;
  z-index: 99;
}

.modal.show {
  display: block;
}

.modal .modal-wrap {
  width: 100%;
  max-width: 67rem;
  background: #fff;
  padding: 2rem;
  text-align: left;
  background: #fff;
  position: absolute;
  letter-spacing: -0.65em;
  text-rendering: optimizeLegibility;
}

.modal .modal-wrap > div {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}

.modal .modal-wrap .modal-image-wrapper {
  width: 27.5rem;
  height: 15.5rem;
  text-indent: 1500%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 2rem;
  margin-bottom: 2rem;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.modal .modal-wrap .modal-title {
  width: calc(100% - 29.5rem);
}

.modal .modal-wrap ul.modal-icons {
  margin-top: 2rem;
  letter-spacing: -0.65em;
  text-rendering: optimizeLegibility;
}

.modal .modal-wrap ul.modal-icons li {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.modal .modal-wrap ul.modal-icons li span {
  color: #EA5E46;
  font-size: 2.4rem;
  margin-right: 1rem;
}

.modal .modal-wrap .modal-blurb {
  display: block;
}

.modal .modal-wrap .modal-close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 2.4rem;
  cursor: pointer;
}

.modal .modal-wrap blockquote {
  font: inherit;
  quotes: none;
  text-align: center;
  margin-bottom: 1rem;
}

.modal .modal-wrap p + p {
  margin-top: 1rem;
}

.feature-grid .issue-cover {
  display: table;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  margin: 3.4rem -2rem;
}

@media only screen and (min-width: 420px) {
  .feature-grid .issue-cover {
    margin: 3.4rem -3.2rem;
  }
}

.feature-grid .issue-cover .section-wrap {
  display: table-cell;
  padding: 0 3.4rem;
  vertical-align: middle;
  padding-bottom: 0;
  background: rgba(56, 67, 74, 0.45);
}

.feature-grid .issue-cover .section-wrap .section-wrap-inner {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100%;
  max-width: 630px !important;
  padding: 6.4rem 3.4rem !important;
  margin: 6rem auto !important;
  background: rgba(255, 255, 255, 0.82) !important;
}

@media only screen and (min-width: 420px) {
  .feature-grid .issue-cover .section-wrap .section-wrap-inner {
    padding: 6.4rem 8rem !important;
  }
}

.feature-grid .issue-cover .section-wrap .section-wrap-inner h2 {
  margin-bottom: 1rem !important;
}

#tribe-events-bar {
  display: none;
}

.filters {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}

.filter-list {
  letter-spacing: -0.65em;
  text-rendering: optimizeLegibility;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}

.filter-list li {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.filter-list li:not(:first-child):before {
  content: "|";
  margin: 0 1rem;
}

.filter-list li a {
  color: #38434A;
}

.filter-list li a.selected {
  color: #EA5E46;
}

.layout-section.tribe-events-list {
  width: auto;
}

.layout-section.tribe-events-list .section-wrap {
  padding: 3.4rem 32px;
}

.layout-section.tribe-events-list .tribe-events-loop {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
}

.layout-section.tribe-events-list .tribe-events-list-separator-month {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 2rem;
  line-height: 2.8rem;
  font-family: "museo-sans", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  width: 100%;
  margin: 2rem auto;
  padding: 0;
  border: 0;
}

.layout-section.tribe-events-list .tribe-events-list-separator-month:after {
  content: none;
}

@media only screen and (min-width: 420px) {
  .layout-section.tribe-events-list .tribe-events-list-separator-month {
    font-size: 3rem;
    line-height: 4.2rem;
    font-family: "museo-sans", serif;
    font-weight: 700;
    text-rendering: optimizeLegibility;
  }
}

.layout-section.tribe-events-list .col {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 100%;
  max-width: 30.5rem;
  height: auto;
  min-height: initial;
  margin: 10px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.layout-section.tribe-events-list .col a {
  display: block;
  min-height: 200px;
  background: #fff;
  padding: 20px;
  border: 1px solid #38434A;
}

.layout-section.tribe-events-list .col a h4, .layout-section.tribe-events-list .col a .disqus_thread .show-comments, .disqus_thread .layout-section.tribe-events-list .col a .show-comments, .layout-section.tribe-events-list .col a .filter-list li, .filter-list .layout-section.tribe-events-list .col a li, .layout-section.tribe-events-list .col a .tribe-events-footer, .layout-section.tribe-events-list .col a .read-more {
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  transition: all 0.125s;
}

.layout-section.tribe-events-list .col a:hover {
  background: #EA5E46;
  border-color: #EA5E46;
  color: #fff;
}

.layout-section.tribe-events-list .col a:hover h4, .layout-section.tribe-events-list .col a:hover .disqus_thread .show-comments, .disqus_thread .layout-section.tribe-events-list .col a:hover .show-comments, .layout-section.tribe-events-list .col a:hover .filter-list li, .filter-list .layout-section.tribe-events-list .col a:hover li, .layout-section.tribe-events-list .col a:hover .tribe-events-footer, .layout-section.tribe-events-list .col a:hover .read-more {
  color: #fff;
}

.layout-section.tribe-events-list .col .big-day-number {
  font-size: 7.7rem;
  line-height: 0.88;
  font-weight: 700;
  float: left;
  padding: 0 1rem 1rem 0;
}

.layout-section.tribe-events-list .col .day-times {
  font-weight: 700;
}

.layout-section.tribe-events-list .col p {
  margin-top: 1rem;
}

.layout-section.tribe-events-list .col + .tribe-events-list-separator-month {
  margin-top: 6rem;
}

.layout-section.tribe-events-list .tribe-events-ical {
  display: none;
}

.layout-section.single-event .section-wrap-inner {
  padding: 0 0 6rem;
}

.tribe-events-single {
  margin-bottom: 0 !important;
}

.events-nav, #tribe-events-header {
  display: none;
}

.event-is-recurring .tribe-events-divider {
  display: none;
}

#forterra-events-nav {
  max-width: 100rem;
  margin: 40px auto;
}

#events-footer {
  max-width: 100rem;
  margin: 40px auto;
  text-align: center;
}

.tribe-events-back a {
  display: inline-block;
  padding-left: 25px;
  background: url(../i/arrows-left.png) left center no-repeat;
  background-size: contain;
  padding-top: 1px;
}

.tribe-events-event-meta {
  letter-spacing: -0.65em;
  text-rendering: optimizeLegibility;
}

.tribe-events-event-meta .tribe-events-meta-group {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 50%;
}

article.program .layout-section.intro-section:first-child .section-wrap h2:not(.section-title), article.service .layout-section.intro-section:first-child .section-wrap h2:not(.section-title) {
  font-size: 3.6rem;
  line-height: 4.2rem;
  font-family: "museo-slab", serif;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

.subpage p .button:only-child, .subpage p .button:before, .subpage p .button:after, .subpage .button.dark:hover:before, .subpage .button.dark:hover:after {
  background: none;
  text-transform: none;
  color: #EA5E46;
}

.tribe-events-event-meta .column {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
  display: block;
}

.single-tribe_events .tribe-events-event-meta {
  background: transparent;
  border: none;
  margin: 30px 0;
}

.single-tribe_events .tribe-events-venue-map {
  width: 100%;
  margin: 20px 4% 2% 0;
  padding: 0px;
  float: none;
  background: transparent;
  border: none;
  border-radius: 0px;
  display: block;
}

.tribe-events-event-meta .tribe-events-venue-map {
  letter-spacing: normal;
  text-rendering: auto;
}

.tribe-events-event-meta .tribe-events-venue-map img {
  max-width: inherit !important;
}

.tax-tribe_events_cat .tribe-events-page-title {
  margin-top: 40px;
}

.tax-tribe_events_cat .tribe-events-page-title.venue-title {
  margin-top: 7.4rem;
  margin-bottom: -6.4rem;
}

#embedded-form {
  margin-top: 3.4rem;
}

#embedded-form .BBFormSectionPriceSelect {
  margin: 0;
}

#embedded-form .BBTableRowCellFinePrint {
  display: none;
}

#embedded-form .BBFormPricingTable {
  border-radius: 0px;
  border: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background: none;
}

#embedded-form .BBFormContainer {
  padding: 0px;
}

#embedded-form .BBFormTableHeader {
  border-bottom: 2px #454948 solid;
}

#embedded-form #BBPanelRegistrants .BBFormSectionHeading {
  margin-left: 0px;
}

#embedded-form .BBFormFieldContainer {
  margin-left: 0px;
  margin-right: 0px;
}

#embedded-form .BBFormTitle label {
  font-size: 2.5rem;
  line-height: 2.8rem;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
  font-weight: bold;
}

.page-template-archive-php #news-filters .filters-wrap, .page-template-index-php #news-filters .filters-wrap {
  margin: 40px auto 0 auto;
  padding-bottom: 50px;
  /* background-color:#FFF; */
  display: block;
  border-bottom: 2px solid #454948;
  max-width: 100rem;
}

.layout-section.open-list.news-posts {
  max-width: 100rem;
  padding: 2rem 2rem 6rem;
  margin: auto;
}

.news-item h4, .news-item .disqus_thread .show-comments, .disqus_thread .news-item .show-comments, .news-item .filter-list li, .filter-list .news-item li, .news-item .layout-section.tribe-events-list .tribe-events-footer, .layout-section.tribe-events-list .news-item .tribe-events-footer, .news-item h5, .news-item .layout-section.signup .inline-links, .layout-section.signup .news-item .inline-links, .news-item .layout-section.join-the-forterra-team .section-embedded-content .resumator-job .resumator-job-title, .layout-section.join-the-forterra-team .section-embedded-content .resumator-job .news-item .resumator-job-title, .news-item div {
  line-height: 1.25;
}

.news-item .subhead {
  text-transform: none;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 1rem;
}


/**** 404 STYLES ****/

.error-404 #main {
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
}

.error-404 {
  padding-top: 8rem;
  min-height: 100vh;
  background: rgba(56, 67, 74, 0.45);
}

.error-404 h1:not(.site-title).article-title {
  text-align: center;
  color: #FFF;
  border-bottom: 2px solid #FFF;
  padding-bottom: 2rem;
  margin: 0 auto 2rem;
  text-transform: uppercase;
  font-size: 8rem;
  line-height: 8rem;
  font-family: "league-gothic", sans-serif;
  font-weight: 400;
}

.error-404 h2 {
  text-align: center;
  color: #FFF;
}

.error-404 .search .section-wrap-inner {
  color: #FFF;
}

.error-404 .search .section-wrap-inner .section-text {
  text-align: center;
  padding: 3rem 0rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2rem;
}

.error-404 .search .search-form {
  margin-top: 2rem;
}

.error-404 .search .search-form input.search-field {
  font-family: "museo-sans";
  display: block;
  opacity: 1 !important;
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 12px;
  line-height: 5rem;
  width: 100%;
  max-width: 350px;
  margin: 1rem auto;
  background-color: rgba(255, 255, 255, 0.85);
}

input.search-submit {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  cursor: pointer !important;
  font-size: 1.4rem !important;
  display: block;
  width: 100%;
  line-height: 2.4rem;
  margin: 2rem auto 0;
  font-family: inherit;
  text-transform: uppercase;
  font-weight: 700;
  background: url(i/button-sides-light.png) 50% 50% no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

input.search-submit:hover {
  color: #EA5E46 !important;
  background-image: url(i/button-sides-light-fill.png);
}

.donation-intro {
  background-color: #EA5E46;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 33.33333vw;
  height: 100vh;
  color: #fff;
}

.donation-form {
  padding: 10rem 0;
  width: 66.66666vw;
  min-height: 100vh;
  position: relative;
}

.donation-form .layout-section {
  max-width: 100%;
}

.donation-form .layout-section .section-wrap .section-wrap-inner {
  max-width: 750px;
  margin: 0 auto;
}

.donation-form .donation-form-message {
  text-align: left;
  max-width: 750px;
}

.donation-form .donation-form-message a {
  color: #EA5E46;
}

#bbox-root .BBFormContainer {
  padding: 0;
}

#bbox-root .BBFormSectionRecurrenceInfo .BBFormSectionHeading {
  display: none;
}

#bbox-root .BBFormRadioLabelGivingLevel {
  font-size: 1.5em;
  min-width: 80px;
  transition: .4s ease all;
  border: 2px solid #EA5E46;
  border-radius: 3px;
  padding: 10px;
  text-align: center;
  line-height: 1em;
  background-color: #EA5E46;
  color: #FFF;
}

#bbox-root .BBFormRadioLabelGivingLevelNotSelected {
  background-color: #EA5E46;
  color: #FFF;
  border: 2px solid #EA5E46;
}

#bbox-root .BBFormRadioLabelGivingLevelSelected {
  background-color: #FFF;
  color: #EA5E46;
  border: 2px solid #EA5E46;
}

#bbox-root .BBFormRadioLabelGivingLevel .BBFormRadioAmount {
  font-weight: bold;
}

#bbox-root .BBFormFieldContainerGivingLevels {
  text-align: center;
  margin-top: 0;
  padding-top: 2rem;
}

#bbox-root .BBFormFieldContainer {
  margin-bottom: 15px;
}

#bbox-root .BBFormIndivFields {
  margin-top: 3.4rem;
}

#bbox-root .BBFormSectionRecurrenceInfo .BBFormFieldContainer {
  margin-left: 0px;
}

#bbox-root input[type="text"], #bbox-root input[type="email"], #bbox-root input[type="tel"], #bbox-root select, #bbox-root textarea {
  border-radius: 0;
  border-shadow: 0;
  background-color: #FFF;
  border: 1px solid #38434A;
  -webkit-appearance: none;
}

#bbox-root #bboxdonation_billing_txtLastName {
  margin-right: 0;
}

#bbox-root .BBFormErrorBlock {
  background-color: #FFF;
  color: #000;
  border: 2px solid #FF0000;
  padding: 10px;
  max-width: 700px;
  margin-bottom: 10px;
  border-radius: 0px;
}

#bbox-root .BBFormSubmitbutton {
  background-color: #EA5E46;
  border: 0 solid #EA5E46;
  box-shadow: 1px 1px 1px #CCC;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 1.4em;
  padding: 15px 20px 12px 20px;
  text-transform: uppercase;
}

#bbox-root .BBFormFieldRecurrenceInfo {
  padding-left: 18px;
}

#bbox-root .BBFormSectionHeading {
  padding: 10px 10px 10px 0px;
  margin-right: 15px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px #454948 solid;
}

.carbon-offset {
  margin-left: 190px;
  text-align: left;
}

.donation-form-wrapper {
  color: #454948;
}

.calculator-form {
  margin: 0 auto;
  max-width: 750px;
}


/********FORM PAGE LAYOUTS ******/

.dontation-intro-content p {
  font-weight: bold;
}

@media (max-width: 900px) {
  .donation-form, .donation-intro {
    width: auto;
    height: auto;
    margin-left: 0px;
    display: block;
    position: relative;
    height: auto;
    min-height: initial;
  }
  .donation-form .layout-section, .donation-intro .layout-section {
    width: auto;
    height: auto;
    min-height: initial;
  }
  .donation-form .layout-section:first-child, .donation-intro .layout-section:first-child {
    width: auto;
    height: auto;
    min-height: initial;
  }
  .donation-form .section-wrap .section-wrap-inner, .donation-intro .section-wrap .section-wrap-inner {
    max-width: initial;
  }
}


/******* CALCULATOR FORMS ********/

.page-template-page-calculator-php .intro-section a:hover {
  text-decoration: underline;
}

.calculator-form {
  max-height: 1040px;
  overflow: hidden;
}

.donation-calc-form {
  margin-top: 20px;
}

.donation-calc-form input, .donation-calc-form label {
  display: block;
}

.donation-calc-form input {
  margin: 5px auto 15px;
}

.donation-calc-form#bbox-root .BBFormSubmitbutton {
  background: #FFF url(i/button-sides-light-fill.png) 50% 50% no-repeat;
  background-size: contain;
  color: #EA5E46;
  font-weight: bold;
}

.donation-calc-form#bbox-root .BBFormSubmitbutton:hover {
  color: #EA5E46 !important;
}

.onepage-pagination {
  position: fixed;
  top: 53px;
  right: 5px;
  bottom: auto;
  left: auto;
  z-index: 99;
  list-style: none;
  opacity: 0;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  transition: all 0.125s;
}

.onepage-pagination.show {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.99999;
}

.onepage-pagination li {
  display: block;
  margin: 4px 0;
}

.onepage-pagination li a {
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.onepage-pagination li a.active {
  background: #fff;
}

@media only screen and (min-width: 769px) {
  .onepage-pagination {
    top: auto;
    right: auto;
    bottom: 1rem;
    left: 50%;
  }
  .onepage-pagination li {
    letter-spacing: normal;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 4px;
  }
}

body.page-template-page-our-approach .onepage-pagination li a {
  border-color: #38434A;
}

body.page-template-page-our-approach .onepage-pagination li a.active {
  background: #38434A;
}

@media only screen and (min-width: 769px) {
  body.page-template-page-our-approach .onepage-pagination {
    left: 25%;
  }
  body.page-template-page-our-approach .onepage-pagination li a {
    border-color: #fff;
  }
  body.page-template-page-our-approach .onepage-pagination li a.active {
    background: #fff;
  }
}

body.page-template-page-our-history .onepage-pagination {
  left: 25%;
}

body.page-template-page-our-history .onepage-pagination:not(.show) {
  bottom: -10%;
}

body.page-template-page-our-history .onepage-pagination li a {
  background: #38434A;
  border-color: #fff;
}

body.page-template-page-our-history .onepage-pagination li a.active {
  background: #fff;
}


/** 5.0 - Footer */

.entry-footer {
  position: absolute;
  text-align: center;
  width: 100px;
  margin: 0 auto;
  z-index: 99;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 4rem;
}

.site-footer {
  position: relative;
  z-index: 1;
  width: 100%;
  color: #2A2B2A;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  background: #EFEFED;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.site-footer a {
  color: #2A2B2A;
}

.site-footer a:hover {
  color: #EA5E46;
}

.site-footer .footer-top, .site-footer .footer-bottom {
  border-top: 2px solid #38434A;
  text-align: center;
  line-height: 3rem;
  padding: 0 2rem;
}

.site-footer .footer-top ul, .site-footer .footer-bottom ul {
  letter-spacing: -0.65em;
  text-rendering: optimizeLegibility;
}

.site-footer .footer-top ul li, .site-footer .footer-bottom ul li {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 8px;
}

.site-footer .third {
  width: 100%;
}

.site-footer .tagline {
  display: none;
}

@media only screen and (min-width: 420px) {
  .site-footer .third {
    width: 49.99999%;
  }
  .site-footer .footer-top {
    text-align: left;
    position: relative;
    padding: 0 42px;
    line-height: 4rem;
  }
  .site-footer .footer-top .contact li {
    margin-right: 12px;
  }
  .site-footer .footer-top .sponsors {
    text-align: center;
  }
  .site-footer .footer-top .social {
    text-align: right;
  }
  .site-footer .footer-top .social li {
    margin-left: 12px;
  }
  .site-footer .footer-top .social li .genericon {
    vertical-align: middle;
  }
}

@media only screen and (min-width: 1025px) {
  .site-footer .third {
    width: 33.33333%;
  }
  .site-footer .tagline {
    letter-spacing: normal;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-align: center;
  }
}

.site-footer .footer-bottom {
  text-align: center;
  min-height: 40px;
}

.site-footer.dark {
  color: #fff;
}

.site-footer.dark a {
  color: #fff;
}

.site-footer.dark a:hover {
  color: #EA5E46;
}

.site-footer.dark .footer-top, .site-footer.dark .footer-bottom {
  border-color: #fff;
}

.site-footer.hide-footer {
  display: none;
}

body.loaded .site-footer {
  opacity: 0.99999;
}

body.page-template-page-our-approach .site-footer {
  display: none;
}


/** 6.0 - Multipurpose */

.inline {
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.read-more {
  display: block;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #EA5E46;
}

.read-more a {
  color: #EA5E46;
}

.slick-track {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hidden {
  display: none;
}

.hidden.not {
  display: block;
}

.icon {
  text-indent: 1500%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.clear {
  clear: both;
}

.cf {
  *zoom: 1;
}

.cf:before {
  content: " ";
  display: table;
}

.cf:after {
  content: " ";
  display: table;
  clear: both;
}


/**** NEW BOARD AND STAFF ...AND WORKING PARTNERS ****/

.page-template-page-staff .intro-section-text .section-wrap, .page-template-page-board .intro-section-text .section-wrap, .page-template-page-working-partners .intro-section-text .section-wrap {
  display: block;
  max-width: 85rem;
  margin: 42px auto 0;
  padding: 6rem 0 1.2rem 0;
  background: #fff;
  color: #38434A;
  position: relative;
}

.page-template-page-staff .layout-section.single-column-text, .page-template-page-board .layout-section.single-column-text, .page-template-page-working-partners .layout-section.single-column-text {
  padding-top: 0px;
  padding-bottom: 1.6rem;
}

.page-template-page-working-partners .layout-section.open-list ul.list-bios {
  display: block;
  margin-top: 0px;
}

.page-template-page-working-partners .layout-section.open-list {
  padding-top: 0px;
}

.staff-bios-section {
  margin-top: 2.8rem;
}

#working-partners-list.layout-section.open-list ul li {
  text-align: center;
}

@media only screen and (max-width: 580px) {
  #working-partners-list.layout-section.open-list ul li {
    display: block;
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
  }
  .page-template-page-staff .single-column-text .section-text, .page-template-page-board .single-column-text .section-text, .page-template-page-working-partners .single-column-text .section-text {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 420px) {
  .page-template-page-working-partners .layout-section.open-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}


/***ORANGE LINKS ***/

.single-column-text a, .newsroom-blocks p a, .additional-content-block p a, .service-item a:hover, #news-filters .filter-list .current-cat a, .filter-list a.current-cat, #forterra-event a, #events-footer a, .open-list a, .read-more a {
  color: #EA5E46;
}


/*** UNDERLINE HOVERS ***/

.single-column-text a:hover, .newsroom-blocks p a:hover, .additional-content-block p a:hover, .service-item a:hover, #forterra-event a:hover, #events-footer a:hover, .filter-list .current-cat a:hover, .filter-list a.current-cat:hover, .open-list a:hover, .read-more a:hover, .page-template-page-donate-php .intro-section a:hover, .page-template-page-calculator-php .intro-section a:hover, .program-link a:hover, .publication .read-more:hover {
  text-decoration: underline;
}


/****MAKING LINKS ORANGE (some are gray and turn orange on hover)
some are nav items that need to stay their color on landing ****/

a.read-more, .program-info h3 a:hover, .service-item a:hover, .newsroom-block h4 a:hover, .newsroom-block .disqus_thread .show-comments a:hover, .disqus_thread .newsroom-block .show-comments a:hover, .newsroom-block .filter-list li a:hover, .filter-list .newsroom-block li a:hover, .newsroom-block .layout-section.tribe-events-list .tribe-events-footer a:hover, .layout-section.tribe-events-list .newsroom-block .tribe-events-footer a:hover, .medium-box .box-content p a, .filter-list li a:hover, .tribe-events-sub-nav li a:hover, #featured-events h4 a:hover, #featured-events .disqus_thread .show-comments a:hover, .disqus_thread #featured-events .show-comments a:hover, #featured-events .filter-list li a:hover, .filter-list #featured-events li a:hover, #featured-events .layout-section.tribe-events-list .tribe-events-footer a:hover, .layout-section.tribe-events-list #featured-events .tribe-events-footer a:hover, .single-tribe_events li#events > a, .sponsors-introduction a, #related-events h4 a:hover, #related-events .disqus_thread .show-comments a:hover, .disqus_thread #related-events .show-comments a:hover, #related-events .filter-list li a:hover, .filter-list #related-events li a:hover, #related-events .layout-section.tribe-events-list .tribe-events-footer a:hover, .layout-section.tribe-events-list #related-events .tribe-events-footer a:hover, .event-is-recurring a, .site-header nav .menu #perspectives.current-menu-item > a, #editorial-grid h4 a:hover, #editorial-grid .disqus_thread .show-comments a:hover, .disqus_thread #editorial-grid .show-comments a:hover, #editorial-grid .filter-list li a:hover, .filter-list #editorial-grid li a:hover, #editorial-grid .layout-section.tribe-events-list .tribe-events-footer a:hover, .layout-section.tribe-events-list #editorial-grid .tribe-events-footer a:hover, #editorial-grid a.read-more, .tax-editorials li#perspectives > a, .single-editorial li#perspectives > a, #article-intro-section p a, .single-column-text p a, .feature h4 a:hover, .feature .disqus_thread .show-comments a:hover, .disqus_thread .feature .show-comments a:hover, .feature .filter-list li a:hover, .filter-list .feature li a:hover, .feature .layout-section.tribe-events-list .tribe-events-footer a:hover, .layout-section.tribe-events-list .feature .tribe-events-footer a:hover, a.category-link:hover, .related-perspectives .filter-list li a:hover, .related-perspectives .filter-list li a.current-cat, .news-posts h4 a:hover, .news-posts .disqus_thread .show-comments a:hover, .disqus_thread .news-posts .show-comments a:hover, .news-posts .filter-list li a:hover, .filter-list .news-posts li a:hover, .news-posts .layout-section.tribe-events-list .tribe-events-footer a:hover, .layout-section.tribe-events-list .news-posts .tribe-events-footer a:hover, .page-template-page-staff .menu #our-story > a, .page-template-page-board .menu #our-story > a, .page-template-page-working-partners-php .menu #our-story > a, .single-staff-board-wrap a, .back-link a, .page-id-1610 .menu #our-story > a, .page-template-index-php .menu #our-work > a, .page-template-archive-php .menu #our-work > a, .page-template-page-donate-php .menu #take-action > a, .page-template-page-calculator-php .menu #take-action > a, #working-partners-list h4 a:hover, #working-partners-list .disqus_thread .show-comments a:hover, .disqus_thread #working-partners-list .show-comments a:hover, #working-partners-list .filter-list li a:hover, .filter-list #working-partners-list li a:hover, #working-partners-list .layout-section.tribe-events-list .tribe-events-footer a:hover, .layout-section.tribe-events-list #working-partners-list .tribe-events-footer a:hover, .forterra-search a.search-trigger:hover::before {
  color: #EA5E46;
}


/** SOME LINKS ARE GRAY**/

.news-posts h4 a, .news-posts .disqus_thread .show-comments a, .disqus_thread .news-posts .show-comments a, .news-posts .filter-list li a, .filter-list .news-posts li a, .news-posts .layout-section.tribe-events-list .tribe-events-footer a, .layout-section.tribe-events-list .news-posts .tribe-events-footer a, .partners-button a, #working-partners-list h4 a, #working-partners-list .disqus_thread .show-comments a, .disqus_thread #working-partners-list .show-comments a, #working-partners-list .filter-list li a, .filter-list #working-partners-list li a, #working-partners-list .layout-section.tribe-events-list .tribe-events-footer a, .layout-section.tribe-events-list #working-partners-list .tribe-events-footer a, .newsroom-blocks p a.button {
  color: #38434A;
}


/**** UNDERLINES ON SOME LINKS ON HOVER... NO UNDERLINE ON OTHERS****/


/**take-action**/

.medium-box .box-content p a:hover, #editorial-grid a.read-more:hover, .author a.read-more:hover, #article-intro-section p a:hover, .single-column-text p a:hover, .sponsors-introduction a:hover, .event-is-recurring a:hover, a.category-link, h4.share-label, .disqus_thread .share-label.show-comments, .filter-list li.share-label, .layout-section.tribe-events-list .share-label.tribe-events-footer {
  text-decoration: underline;
}


/**our-work**/

.service-item a:hover, .news-posts h4 a:hover, .news-posts .disqus_thread .show-comments a:hover, .disqus_thread .news-posts .show-comments a:hover, .news-posts .filter-list li a:hover, .filter-list .news-posts li a:hover, .news-posts .layout-section.tribe-events-list .tribe-events-footer a:hover, .layout-section.tribe-events-list .news-posts .tribe-events-footer a:hover, #working-partners-list h4 a:hover, #working-partners-list .disqus_thread .show-comments a:hover, .disqus_thread #working-partners-list .show-comments a:hover, #working-partners-list .filter-list li a:hover, .filter-list #working-partners-list li a:hover, #working-partners-list .layout-section.tribe-events-list .tribe-events-footer a:hover, .layout-section.tribe-events-list #working-partners-list .tribe-events-footer a:hover, .newsroom-blocks p a.button:hover, .related-perspectives .filter-list li a.current-cat:hover {
  text-decoration: none;
}


/** SOME BUTTON TWEAKS **/

#events-footer a.button:hover, .partners-button a:hover, .related-perspectives .filter-list li a {
  text-decoration: none;
  color: #FFF;
}


/** edit links **/

.edit-link {
  text-align: center;
  display: block;
  padding: 20px;
}

.post-edit-link {
  font-weight: bold;
}

.post-edit-link:hover {
  color: #EA5E46;
}


/** QUICK MOBILE TWEAKS **/

@media (max-width: 580px) {
  /** left/right padding on text sections and inconsistent left-right margins on .cols **/
  .intro-section-text .section-text, .single-column-text .section-text, .tribe-events-single #forterra-event.layout-section.single-event-content .section-wrap .section-wrap-inner, .block-quote .section-wrap .section-wrap-inner .blockquote-wrap, .list-of-efforts .section-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  /*** MAKE AUTHORS BLOCK-LEVEL ON MOBILE (TASKS LINE***/
  .layout-section.authors ul li > div.image-wrapper, .layout-section.authors ul li > div.image-wrapper .author-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .layout-section.authors ul li > div.image-wrapper + .author-info {
    padding-left: 1.4rem;
    width: auto;
  }
  .layout-section.authors ul {
    padding: 15px;
  }
  .layout-section.medium-boxes-section .medium-boxes .medium-box, .layout-section.tribe-events-list .col, .layout-section .feature-grid .col {
    margin-left: 0px;
    margin-right: 0px;
  }
  .layout-section.features.event-features {
    padding-left: 0px;
    padding-right: 0px;
  }
  /**** center the footer nav ****/
  .site-footer .third {
    margin-left: auto;
    margin-right: auto;
  }
}


/*** SPU MODAL PLUGIN ***/

.spu-box {
  border-radius: 0 !important;
}

.spu-box h2 {
  margin-bottom: 0 !important;
}

.spu-box h6 {
  padding-top: 1.4rem !important;
}

.spu-box [class^="spu-icon-"], .spu-box [class*=" spu-icon-"] {
  font-family: 'genericons';
  font-size: 18px;
}

.spu-box .spu-icon-close:before {
  content: "\f406";
}

.spu-box .gform_wrapper {
  margin: 0;
  max-width: 100%;
}

.spu-box .gform_wrapper form {
  text-align: center;
}

.spu-box .gform_wrapper .gform_footer {
  padding: 0;
}

.spu-box #bbox-msg-wrapper {
  text-align: center;
}

.spu-box #bbox-msg-wrapper img {
  display: none !important;
}

.spu-box .BBFormContainer {
  font-size: inherit !important;
  margin: 0 auto !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.spu-box #bboxsignup-18e668ed-f3bd-41bd-a794-cc6d99728f83_divFields {
  border: solid #EFEFED;
  max-width: 350px;
  margin: 0 auto;
  border-width: 1px 1px 0 1px;
}

.spu-box .BBFormFieldLabelEdit {
  display: none !important;
}

.spu-box .BBFormTextbox, .spu-box .BBFormTextbox:not(:focus), .spu-box .BBFormTextbox:focus {
  opacity: 1 !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #EFEFED !important;
  box-shadow: none !important;
}

.spu-box .BBFormSignupFieldWide {
  float: none !important;
  margin: 0 !important;
}

.spu-box .BBFormFieldContainer {
  margin: 0 !important;
}

.spu-box .BBFormSubmitbutton {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-size: 1.4rem !important;
  display: block;
  width: 100%;
  line-height: 2.4rem;
  margin: 2rem auto 0;
  font-family: inherit;
  text-transform: uppercase;
  font-weight: 700;
}

.spu-box .BBFormSignupFieldRequired {
  background: #fff !important;
}

.spu-box input[type="text"], .spu-box input[type="email"] {
  padding: 0 12px;
  height: 3rem;
  line-height: 3rem;
  width: 100% !important;
  max-width: 350px !important;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.spu-box button {
  margin-top: 2rem;
  font-weight: 700;
}

input[type="submit"] {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: #EA5E46 !important;
  cursor: pointer !important;
  font-size: 1.4rem !important;
  display: block;
  width: 100%;
  line-height: 2.4rem;
  margin: 2rem auto 0;
  font-family: inherit;
  text-transform: uppercase;
  font-weight: 700;
  background: url(i/button-sides-poppy.png) 50% 50% no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

input[type="submit"]:hover {
  color: #fff !important;
  background-image: url(i/button-sides-poppy-fill.png);
}


/**** MAKE MEDIA COVERAGE AND OTHER POSTS MINIMUM HEIGHT TO PUSH FOOTER DOWN ****/

.page-template-single-php .post {
  min-height: calc(100vh - 124px);
}

.page-template-search-php .content-area {
  min-height: calc(100vh - 84px);
}

.page-template-single-working-partner-php .content-area, .page-template-single-staff-members-php .content-area, .page-template-single-board-members-php .content-area {
  min-height: calc(100vh - 84px);
}

.page-template-single-php .type-post {
  padding-bottom: 6rem;
}


/**** FIX/STYLE ORDERED AND UNORDERED LISTS IN TEXT SECTIONS ****/

.layout-section.single-column-text .section-text ol, .layout-section.single-column-text .section-text ul:not(.share-menu), .layout-section.text-only ul:not(.share-menu), .layout-section.text-only ol, .tribe-events-content ol, .tribe-events-content ul:not(.share-menu) {
  margin-top: 2.2rem;
  margin-left: 4rem;
  margin-bottom: 2.2rem;
  list-style: inherit;
}

.layout-section.single-column-text .section-text ol ol, .layout-section.single-column-text .section-text ul ul, .layout-section.text-only ul ul, .layout-section.text-only ol ol, .tribe-events-content ol ol, .tribe-events-content ul ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 2.2rem;
}

.layout-section.single-column-text .section-text ol li, .layout-section.single-column-text .section-text ul li, .layout-section.text-only .section-text ol li, .layout-section.text-only .section-text ul li, .tribe-events-content ol li, .tribe-events-content ul li {
  margin-bottom: 1rem;
}


/** OL bullets **/

.layout-section.single-column-text .section-text ol li, .layout-section.text-only .section-text ol li, .tribe-events-content ol li, .layout-section.single-column-text .section-text ol li ol li ol li ol li ol li ol li, .layout-section.text-only .section-text ol li ol li ol li ol li ol li ol li, .tribe-events-content ol li ol li ol li ol li ol li ol li {
  list-style-type: upper-roman;
}

.layout-section.single-column-text .section-text ol li ol li, .layout-section.text-only .section-text ol li ol li, .tribe-events-content ol li ol li {
  list-style-type: upper-alpha;
}

.layout-section.single-column-text .section-text ol li ol li ol li, .layout-section.text-only .section-text ol li ol li ol li, .tribe-events-content ol li ol li ol li {
  list-style-type: lower-roman;
}

.layout-section.single-column-text .section-text ol li ol li ol li ol li, .layout-section.text-only .section-text ol li ol li ol li ol li, .tribe-events-content ol li ol li ol li ol li {
  list-style-type: lower-alpha;
}

.layout-section.single-column-text .section-text ol li ol li ol li ol li ol li, .layout-section.text-only .section-text ol li ol li ol li ol li ol li, .tribe-events-content ol li ol li ol li ol li ol li {
  list-style-type: decimal;
}


/** UL bullets **/

.layout-section.single-column-text .section-text ul li, .layout-section.text-only .section-text ul li, .tribe-events-content ul li, .layout-section.single-column-text .section-text ul li ul li ul li ul li, .layout-section.text-only .section-text ul li ul li ul li ul li, .tribe-events-content ul li ul li ul li ul li {
  list-style-type: disc;
}

.layout-section.single-column-text .section-text ul li ul li, .layout-section.text-only .section-text ul li ul li, .tribe-events-content ul li ul li, .layout-section.single-column-text .section-text ul li ul li ul li ul li ul li, .layout-section.text-only .section-text ul li ul li ul li ul li ul li, .tribe-events-content ul li ul li ul li ul li ul li {
  list-style-type: circle;
}

.layout-section.single-column-text .section-text ul li ul li ul li, .layout-section.text-only .section-text ul li ul li ul li, .tribe-events-content ul li ul li ul li {
  list-style-type: square;
}


/** toggle map size or open in new window on mobile **/

.map-toggle {
  display: block;
  padding: 5px;
  font-size: 2.8rem;
  background-color: rgba(255, 255, 255, 0.65);
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999;
}

.map-toggle:hover {
  color: #d75e46;
}

.layout-section.media-embed .embed-wrap.full-screen-map {
  position: fixed;
  top: 48px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 50;
  height: auto !important;
  max-width: none;
  background-color: #FFF;
}

.buorg {
  border-bottom: 1px solid #fff !important;
  background: #EA5E46 !important;
  font-family: inherit !important;
  color: #fff !important;
  font-size: 1.2rem !important;
}

.buorg div {
  padding: 12px !important;
}

.buorg a {
  color: #fff !important;
  text-decoration: none !important;
  border-bottom: 1px solid #fff !important;
}

.buorg #buorgclose {
  position: absolute !important;
  right: 12px !important;
  top: 0 !important;
  height: auto !important;
  font-size: inherit !important;
}


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