@charset "UTF-8";
/*
Theme Name: GP USA
Theme URI: https://greenpeace.org/usa/
Author: GPUSA
Author URI: https://greenpeace.org/usa/
Description: GPUSA Wordpress theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: gpusa
Text Domain: gptheme
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.nobr {
  white-space: nowrap;
}

audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}

img,
.wp-caption {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

iframe {
  width: 100%;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.nocontent {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6 & 7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.clearfix:before, .homeExplainerSingle:before, .footerbar3 .constrained:before, .footerarea1 .footerbar1:before, .primaryDonate .inputGroup:before, .submenuGroup .submenu:before, .authorTeaser:before, .teaser:before,
.clearfix:after,
.homeExplainerSingle:after,
.footerbar3 .constrained:after,
.footerarea1 .footerbar1:after,
.primaryDonate .inputGroup:after,
.submenuGroup .submenu:after,
.authorTeaser:after,
.teaser:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after, .homeExplainerSingle:after, .footerbar3 .constrained:after, .footerarea1 .footerbar1:after, .primaryDonate .inputGroup:after, .submenuGroup .submenu:after, .authorTeaser:after, .teaser:after {
  clear: both;
}

.clearfix, .homeExplainerSingle, .footerbar3 .constrained, .footerarea1 .footerbar1, .primaryDonate .inputGroup, .submenuGroup .submenu, .authorTeaser, .teaser {
  *zoom: 1;
}

input[type=checkbox] + span:after,
input[type=radio] + span:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.galleryTeaser.video a:before, input[type=radio]:checked + span:after, input[type=checkbox]:checked + span:after, .select:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.alignment-right {
  text-align: right;
}

.alignment-left {
  text-align: left;
}

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

.variables {
  display: none;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.remove-top {
  margin-top: 0 !important;
}

.remove-bottom {
  margin-bottom: 0 !important;
}

.image-fit {
  overflow: hidden;
}
.image-fit img {
  max-width: none;
}

.wh {
  height: 100% !important;
}

.ww {
  width: 100% !important;
}

.round-corners {
  border-radius: 4px;
  overflow: hidden;
}

.gradient-loader > img {
  opacity: 0;
}

.gradient-loader {
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: gradientShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #fafafa 8%, #f4f4f4 38%, #fafafa 54%);
  background-size: 1000px 640px;
  position: relative;
}

@keyframes gradientShimmer {
  from {
    background-position: -500px 0;
  }
  to {
    background-position: 500px 0;
  }
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.browsehappy {
  background: #6a8d9c;
  padding: 20px;
  color: #575757;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.browsehappy a {
  color: #FFF;
}
.browsehappy p {
  margin: 0;
}

.alm-listing.grid, .grid {
  min-width: 100%;
  text-align: center;
}
@media (min-width: 37.5em) {
  .alm-listing.grid, .grid {
    margin-left: -60px;
  }
}
.alm-listing.grid .grid-col, .grid .grid-col {
  display: inline-block;
  margin-right: -0.25em;
  min-height: 1px;
  vertical-align: top;
  text-align: left;
}
@media (min-width: 37.5em) {
  .alm-listing.grid .grid-col, .grid .grid-col {
    padding-left: 60px;
  }
}

.grid--3up .grid-col {
  max-width: 405px;
  margin-bottom: 60px;
}
@media (min-width: 48em) {
  .grid--3up .grid-col {
    width: 50%;
  }
}
@media (min-width: 67.5em) {
  .grid--3up .grid-col {
    width: 33.333333%;
  }
}
.grid--3up .grid-col img {
  width: 100%;
}

.grid--3up--noImage {
  text-align: left;
}
.grid--3up--noImage .grid-col {
  margin-bottom: 60px;
}
@media (min-width: 48em) {
  .grid--3up--noImage .grid-col {
    width: 33.333333%;
  }
}
.grid--2up {
  text-align: left;
}
.grid--2up .grid-col {
  margin-bottom: 46px;
  width: 100%;
  max-width: 370px;
}
@media (min-width: 48em) {
  .grid--2up .grid-col {
    width: 50%;
    max-width: none;
  }
}

@media (min-width: 37.5em) {
  .grid--noGutter {
    margin-left: -0.1em;
  }
}
@media (min-width: 37.5em) {
  .grid--noGutter .grid-col {
    padding-left: 0;
  }
}

.grid--4up {
  text-align: left;
}
.grid--4up .grid-col {
  margin: 0 30px 30px;
  max-width: 400px;
}
@media (min-width: 37.5em) {
  .grid--4up .grid-col {
    width: 50%;
    margin: 0 -0.25em 40px 0;
    max-width: none;
  }
}
@media (min-width: 53.125em) {
  .grid--4up .grid-col {
    width: 33.33%;
  }
}
@media (min-width: 71.875em) {
  .grid--4up .grid-col {
    width: 25%;
  }
}

.color-green {
  color: #66cc00;
}

.color-blue {
  color: #6a8d9c;
}

.color-red {
  color: #f15206;
}

.wp-caption-text, .color-black {
  color: #000;
}

.color-white {
  color: #fff;
}

.bg-green {
  background: #66cc00;
  color: #000;
}

.bg-greenpeace, .bg-darkgray {
  background: #343434;
  color: #fff;
}
.bg-greenpeace .ultimateTitle, .bg-darkgray .ultimateTitle,
.bg-greenpeace .giantTitle,
.bg-darkgray .giantTitle,
.bg-greenpeace .largeTitle,
.bg-darkgray .largeTitle {
  color: #fff;
}

.bg-lightgray {
  background: #efefef;
  color: #575757;
}

.bg-blue {
  background: #6a8d9c;
  color: #fff;
}
.bg-blue .ultimateTitle,
.bg-blue .giantTitle,
.bg-blue .largeTitle {
  color: #fff;
}

.bg-red {
  background: #f15206;
  color: #fff;
}
.bg-red .ultimateTitle,
.bg-red .giantTitle,
.bg-red .largeTitle {
  color: #fff;
}

.bg-texture {
  background: url("img/texture.jpg");
  color: #575757;
}

.bg-greenpeace {
  position: relative;
  overflow: hidden;
  z-index: 0;
  text-align: center;
  padding: 40px 60px;
}
.bg-greenpeace p:last-child {
  margin-bottom: 0;
}
.bg-greenpeace:before {
  content: "";
  background: transparent url("img/bg-greenpeace.png") no-repeat center center;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translatex(-50%);
  width: 1096px;
  height: 250px;
  z-index: -1;
  margin-left: 202px;
}

.logo {
  display: block;
  position: relative;
  background: transparent url("img/svg/greenpeace-logo.svg") center center no-repeat;
  width: 205px;
  height: 33px;
  background-size: 205px 33px;
}
@media (min-width: 57.5em) {
  .logo {
    width: 266px;
    height: 42px;
    background-size: 266px 42px;
  }
}
.no-svg .logo {
  background-image: url("img/svg/greenpeace-logo.png");
}

.logo-smallblack {
  display: block;
  position: relative;
  background: transparent url("img/svg/greenpeace-logo_smallblack.svg") center center no-repeat;
  width: 204px;
  height: 32px;
  background-size: 204px 32px;
}
.no-svg .logo-smallblack {
  background-image: url("img/svg/greenpeace-logo_smallblack.png");
}

a,
.fakeLink {
  color: #6a8d9c;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover,
.fakeLink:hover {
  text-decoration: none;
  cursor: pointer;
  color: #575757;
}

blockquote cite, .normalText {
  font: 500 17px/30px "clear_sans_mediumregular", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.pageNav .submenu a, .teenText {
  font: normal 16px/24px "clear_sans_mediumregular", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.pageNav .submenu .submenu a, body ul.search_results li a,
body ul.search_results li a:visited, .wp-caption-text, .tag, .smallText, .subduedText {
  font: normal 15px/18px "clear_sansbold";
}

.pageNav .submenu .submenu .submenu a, .breadcrumb, .formDescription, .tinyText {
  font: normal 14px/17px "clear_sansbold";
  -webkit-font-smoothing: antialiased;
}

.pum-content .modalSubtitle, .descriptiveParagraph, .largeText {
  font: normal 22px/36px "clear_sansbold";
}

.subduedText {
  color: #787878;
}

blockquote cite, .highlightedText {
  font-family: "clear_sansbold";
  color: #6a8d9c;
}

.strong {
  font-family: "clear_sansbold";
}

.pageNav .menu > li > a, .articleBody h3, .title {
  font: 500 22px/24px "liberation_sansbold";
  color: #000;
}

.pageBanner-title, blockquote, .articleBody h2, .largeTitle {
  font: normal 28px/32px "liberation_sansbold";
  color: #000;
}

.pum-content .modalTitle, .articleBody h1, .giantTitle {
  font: normal 34px/38px "liberation_sansbold";
  color: #000;
}
@media (min-width: 48em) {
  .pum-content .modalTitle, .articleBody h1, .giantTitle {
    font-size: 45px;
    line-height: 52px;
  }
}

.ultimateTitle {
  font: normal 65px/65px "liberation_sansbold";
  color: #000;
}

.articleBody h4, .smallTitle {
  font: 500 18px/21px "liberation_sansbold";
  color: #000;
}

label, .articleBody h6, .articleBody h5, .tinyTitle {
  font: 700 15px/18px "liberation_sansbold";
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
}

.articleBody h1, .articleBody h2 {
  margin-top: 70px;
  margin-bottom: 30px;
}
.articleBody h3, .articleBody h4, .articleBody h5, .articleBody h6 {
  margin-top: 40px;
}

.pum-content .modalLink a, button, input[type=submit], .btn-v2, .btn {
  font-family: "montserratblack";
  font-size: 20px;
  line-height: 20px;
  padding: 20px 32px;
  background: #66cc00;
  color: #000;
  display: inline-block;
  transition: color 0.2s ease, background 0.2s ease;
  /* text-transform: lowercase; */
  border: none;
}
.pum-content .modalLink a:hover, button:hover, input[type=submit]:hover, .btn-v2:hover, .btn:hover {
  background: #a7e36c;
  cursor: pointer;
  color: #000;
}

.btn-v2 {
  border-radius: 4px;
  padding: 18px 28px;
}
.btn-v2.donation-btn {
  background: #f15206;
  color: white;
}
.btn-v2.donation-btn:hover {
  background: #e86f33;
  color: white;
}
.btn-v2.-small {
  font-size: 16px;
  padding: 10px 20px;
}

a:hover .btn {
  background: #a7e36c;
  cursor: pointer;
  color: #000;
}

.btn--red {
  background: #f15206;
  color: #fff;
}
.btn--red:hover {
  background: #e86f33;
  color: #fff;
}

.btn--large {
  font-size: 28px;
  line-height: 32px;
  padding: 30px 40px;
}

.subtleBtn {
  font-family: "clear_sansbold";
  display: inline-block;
  color: #6a8d9c;
  padding: 13px 28px;
  background: transparent;
  border: 1px solid #efefef;
  transition: border-color 0.2s ease, color 0.2s ease;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 17px;
}
.subtleBtn:hover {
  cursor: pointer;
  border-color: #dbdbdb;
  color: #5c808e;
}

.subtleBtn--icon {
  position: relative;
  padding-left: 46px;
}
.subtleBtn--icon i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translatey(-50%);
  font-size: 20px;
}

.btn-secondary {
  font-family: "montserratblack";
  font-size: 20px;
  line-height: 20px;
  padding: 14px 25px;
  background: transparent;
  color: #093944;
  display: inline-block;
  transition: color 0.2s ease, background 0.2s ease;
  text-transform: lowercase;
  border: 3px solid #093944;
}
.btn-secondary:hover {
  background: #093944;
  cursor: pointer;
  color: white;
}
.btn-secondary:hover .fa {
  color: white;
}
.btn-secondary .fa {
  transition: color 0.2s ease, background 0.2s ease;
  color: #093944;
}
.btn-secondary.-reverse {
  border: 3px solid white;
  color: white;
}
.btn-secondary.-reverse:hover {
  background: white;
  color: #093944;
}
.btn-secondary.-reverse:hover .fa {
  color: #093944;
}
.btn-secondary.-reverse .fa {
  color: white;
}

.btn-v2.-small,
.btn-secondary.-small {
  font-size: 16px;
  padding: 10px 20px;
}

.tag {
  color: #848484;
  background: #efefef;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 12px;
}

blockquote {
  line-height: 38px;
  color: #000;
  position: relative;
  padding-left: 30px;
  color: #000;
  border-left: 4px solid #efefef;
}
@media (min-width: 48em) {
  blockquote {
    padding-left: 90px;
  }
}
blockquote p {
  margin: 0 0 9px;
}
blockquote cite {
  margin-top: 20px;
  display: block;
}
.articleBody blockquote {
  margin: 80px 0;
}

table {
  background: #dbdbdb;
}

th,
td {
  padding: 8px 18px;
  border: 2px solid #fff;
}

th {
  background: #66cc00;
  color: #fff;
}

hr {
  border: none;
  height: 1px;
  background: #efefef;
}

input,
textarea {
  background: none;
  border: 1px solid #787878;
  padding: 8px 16px 9px;
  -webkit-appearance: none;
  width: 100%;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #575757;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #575757;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #575757;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #575757;
}
input:focus,
textarea:focus {
  outline: none;
  border: 1px solid #66cc00;
}

input[type=submit] {
  width: auto;
  border: none;
}

.select {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  background: #fff;
  border: 1px solid #787878;
  padding: 5px 16px 6px;
  font-size: 14px;
  line-height: 26px;
  -webkit-appearance: none;
  width: 100%;
}
.select:after {
  background: none;
  content: "\f107";
  font-size: 17px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -1px;
  transform: translatey(-50%);
  z-index: 1;
  pointer-events: none;
}
.select:hover, .select:focus {
  border-color: #6a8d9c;
}

select {
  width: 110%;
  max-width: 110%;
  min-width: 110%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: window;
  text-indent: 0.01px;
  text-overflow: "";
  font-size: 15px;
  background: none;
  border: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

select:focus {
  outline: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

label input[type=checkbox] + span,
label input[type=radio] + span {
  position: relative;
  padding-left: 31px;
  display: block;
  margin-bottom: 7px;
  padding-top: 4px;
  font-family: "clear_sansbold";
  -webkit-font-smoothing: antialiased;
  color: #575757;
  font-weight: normal;
}

input[type=checkbox] + span:after,
input[type=radio] + span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  text-align: center;
  border: 1px solid #d1d1d1;
  background: transparent;
  margin-right: 8px;
  width: 18px;
  height: 18px;
  color: #6a8d9c;
  box-sizing: content-box;
}

input[type=checkbox]:checked + span,
input[type=radio]:checked + span {
  color: #000;
}

input[type=checkbox]:checked + span:after {
  content: "\f00c";
  color: #000;
  font-size: 14px;
  border-color: #000;
  border-width: 2px;
  padding: 1px 1px 0 1px;
  width: 14px;
  height: 15px;
}

input[type=radio] + span:after {
  border-radius: 50%;
}

input[type=radio]:checked + span:after {
  content: "\f111";
  color: #000;
  font-size: 11px;
  border-color: #000;
  border-width: 2px;
  padding: 3px 0 0 1px;
  width: 15px;
  height: 13px;
}

.formLayout--search {
  position: relative;
}
.formLayout--search .inputGroup input {
  padding-right: 40px;
}
.formLayout--search .btn {
  border: none;
  background: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 14px;
  padding: 0;
  color: #6a8d9c;
}

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

.formDescription.birdseed {
  font-size: 10px;
}

html {
  height: 100%;
}

div.list-body {
  position: relative;
  min-height: 320px;
}

.user-notifications {
  background-color: #fff;
  border: 1px solid #66cc00;
  color: #66cc00;
  height: 52px;
  left: 50%;
  margin-left: -150px;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 300px;
  display: none;
  z-index: 23;
}

body {
  background: #fff;
  color: #575757;
  font-family: "clear_sans_mediumregular", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  max-width: 1588px;
  margin: 0 auto;
  position: relative;
  min-height: 100%;
}
@media (min-width: 1588px) {
  body {
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
  }
}

.nolist ul,
.nolist,
.menu,
.submenu,
.componentList,
.grid {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inlineList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.inlineList > li {
  display: inline-block;
  vertical-align: top;
}

.post ul {
  list-style: none;
}
.post li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  background: #575757;
  margin: 0 9px 0 0;
  position: relative;
  top: -4px;
}

.inlineList--bordered > li {
  border-right: 2px solid #575757;
  padding-right: 14px;
  margin-right: 14px;
}
.high-contrast .inlineList--bordered > li {
  border-right-color: #fff;
}
.inlineList--bordered > li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
  margin: 0 0 20px;
}

.island {
  margin-bottom: 20px;
}
.island > :last-child {
  margin-bottom: 0;
}

.constrained {
  max-width: 1195px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 24.375em) {
  .constrained {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1235px;
  }
}
@media (min-width: 48em) {
  .constrained {
    padding-right: 100px;
    padding-left: 100px;
    max-width: 1355px;
  }
}

.mainConstrained {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media (min-width: 37.5em) {
  .mainConstrained {
    margin-bottom: 128px;
    margin-top: 80px;
  }
}

.mainGrid {
  max-width: 970px;
  margin: 0 auto;
}

.has-sidebar .mainGrid,
.page-template-gpusa-article .mainGrid,
.page-template-gpusa-topic .mainGrid,
.page-template-gpusa-filteredlist .mainGrid,
.post-type-archive .mainGrid,
.single-stories .mainGrid {
  min-width: 100%;
}
@media (min-width: 67.5em) {
  .has-sidebar .mainGrid,
.page-template-gpusa-article .mainGrid,
.page-template-gpusa-topic .mainGrid,
.page-template-gpusa-filteredlist .mainGrid,
.post-type-archive .mainGrid,
.single-stories .mainGrid {
    margin-left: -0.1em;
  }
}
@media (min-width: 67.5em) {
  .has-sidebar .sidebar,
.has-sidebar .mainColumn,
.page-template-gpusa-article .sidebar,
.page-template-gpusa-article .mainColumn,
.page-template-gpusa-topic .sidebar,
.page-template-gpusa-topic .mainColumn,
.page-template-gpusa-filteredlist .sidebar,
.page-template-gpusa-filteredlist .mainColumn,
.post-type-archive .sidebar,
.post-type-archive .mainColumn,
.single-stories .sidebar,
.single-stories .mainColumn {
    display: inline-block;
    margin-right: -0.25em;
    min-height: 1px;
    vertical-align: top;
    text-align: left;
  }
}
@media (min-width: 67.5em) {
  .has-sidebar .mainColumn,
.page-template-gpusa-article .mainColumn,
.page-template-gpusa-topic .mainColumn,
.page-template-gpusa-filteredlist .mainColumn,
.post-type-archive .mainColumn,
.single-stories .mainColumn {
    width: 70%;
    margin-left: 10%;
  }
}
@media (min-width: 75em) {
  .has-sidebar .mainColumn,
.page-template-gpusa-article .mainColumn,
.page-template-gpusa-topic .mainColumn,
.page-template-gpusa-filteredlist .mainColumn,
.post-type-archive .mainColumn,
.single-stories .mainColumn {
    width: 74%;
  }
}
@media (min-width: 67.5em) {
  .has-sidebar .sidebar,
.page-template-gpusa-article .sidebar,
.page-template-gpusa-topic .sidebar,
.page-template-gpusa-filteredlist .sidebar,
.post-type-archive .sidebar,
.single-stories .sidebar {
    width: 20%;
  }
}
@media (min-width: 75em) {
  .has-sidebar .sidebar,
.page-template-gpusa-article .sidebar,
.page-template-gpusa-topic .sidebar,
.page-template-gpusa-filteredlist .sidebar,
.post-type-archive .sidebar,
.single-stories .sidebar {
    width: 16%;
  }
}
.has-sidebar .sidebar.hidden,
.page-template-gpusa-article .sidebar.hidden,
.page-template-gpusa-topic .sidebar.hidden,
.page-template-gpusa-filteredlist .sidebar.hidden,
.post-type-archive .sidebar.hidden,
.single-stories .sidebar.hidden {
  width: 0;
}
@media (min-width: 71.875em) {
  .has-sidebar .joinUsRibbon-title,
.page-template-gpusa-article .joinUsRibbon-title,
.page-template-gpusa-topic .joinUsRibbon-title,
.page-template-gpusa-filteredlist .joinUsRibbon-title,
.post-type-archive .joinUsRibbon-title,
.single-stories .joinUsRibbon-title {
    font-size: 41px;
  }
}

.overlay {
  position: relative;
}
.overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.8;
}

.overlay-hover a,
.overlay-hover .overlay-container {
  display: block;
  position: relative;
  z-index: 1;
}
.overlay-hover a:after,
.overlay-hover .overlay-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3e5560;
  z-index: 0;
  display: none;
}
@media (min-width: 37.5em) {
  .overlay-hover a:after,
.overlay-hover .overlay-container:after {
    display: block;
  }
}
.overlay-hover a:hover:after,
.overlay-hover .overlay-container:hover:after {
  opacity: 0.78;
}
.overlay-hover a:hover .textGroup,
.overlay-hover .overlay-container:hover .textGroup {
  background: #7b9dab;
  opacity: 1;
}
@media (min-width: 37.5em) {
  .overlay-hover a:hover .textGroup,
.overlay-hover .overlay-container:hover .textGroup {
    background: none;
  }
}
.overlay-hover .textGroup,
.overlay-hover a:after,
.overlay-hover .overlay-container:after {
  transition: opacity 0.4s ease;
}
@media (min-width: 37.5em) {
  .overlay-hover .textGroup,
.overlay-hover a:after,
.overlay-hover .overlay-container:after {
    opacity: 0;
  }
}
.overlay-hover .textGroup {
  background: #6a8d9c;
  transition: background 0.2s ease, opacity 0.4s ease;
  padding: 30px;
  border-bottom: 4px solid #66cc00;
  color: white;
}
@media (min-width: 37.5em) {
  .overlay-hover .textGroup {
    padding: 0;
    background: none;
    border: none;
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
  }
}

.alm-listing.grid, .grid {
  min-width: 100%;
  text-align: center;
}
@media (min-width: 37.5em) {
  .alm-listing.grid, .grid {
    margin-left: -60px;
  }
}
.alm-listing.grid .grid-col, .grid .grid-col {
  display: inline-block;
  margin-right: -0.25em;
  min-height: 1px;
  vertical-align: top;
  text-align: left;
}
@media (min-width: 37.5em) {
  .alm-listing.grid .grid-col, .grid .grid-col {
    padding-left: 60px;
  }
}

.grid--3up .grid-col {
  max-width: 405px;
  margin-bottom: 60px;
}
@media (min-width: 48em) {
  .grid--3up .grid-col {
    width: 50%;
  }
}
@media (min-width: 67.5em) {
  .grid--3up .grid-col {
    width: 33.333333%;
  }
}
.grid--3up .grid-col img {
  width: 100%;
}

.grid--3up--noImage {
  text-align: left;
}
.grid--3up--noImage .grid-col {
  margin-bottom: 60px;
}
@media (min-width: 48em) {
  .grid--3up--noImage .grid-col {
    width: 33.333333%;
  }
}
.grid--2up {
  text-align: left;
}
.grid--2up .grid-col {
  margin-bottom: 46px;
  width: 100%;
  max-width: 370px;
}
@media (min-width: 48em) {
  .grid--2up .grid-col {
    width: 50%;
    max-width: none;
  }
}

@media (min-width: 37.5em) {
  .grid--noGutter {
    margin-left: -0.1em;
  }
}
@media (min-width: 37.5em) {
  .grid--noGutter .grid-col {
    padding-left: 0;
  }
}

.grid--4up {
  text-align: left;
}
.grid--4up .grid-col {
  margin: 0 30px 30px;
  max-width: 400px;
}
@media (min-width: 37.5em) {
  .grid--4up .grid-col {
    width: 50%;
    margin: 0 -0.25em 40px 0;
    max-width: none;
  }
}
@media (min-width: 53.125em) {
  .grid--4up .grid-col {
    width: 33.33%;
  }
}
@media (min-width: 71.875em) {
  .grid--4up .grid-col {
    width: 25%;
  }
}

.nubtop:before, .nubafter:after {
  width: 29px;
  height: 4px;
  background: #000;
}

.wp-caption-text:before, .nubLeft:before {
  width: 4px;
  height: 13px;
  background: #000;
}

.nubafter {
  position: relative;
  padding-bottom: 30px;
}
.nubafter:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.nubtop {
  position: relative;
}
.nubtop:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
}

.wp-caption-text, .nubLeft {
  position: relative;
  padding-left: 27px;
}
.wp-caption-text:before, .nubLeft:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
}

.teaser .imageGroup {
  float: right;
  max-width: 250px;
  width: 30%;
  display: none;
  margin: 0 0 30px 40px;
}
@media (min-width: 37.5em) {
  .teaser .imageGroup {
    display: block;
  }
}
.teaser .metaGroup > div {
  display: inline-block;
  vertical-align: top;
}
.teaser .metaGroup > div:after {
  content: "|";
  padding: 0 9px 0 14px;
}
.teaser .metaGroup > div:last-child:after {
  display: none;
}
.teaser .metaGroup.has-summary {
  margin-bottom: 27px;
}

.teaser-title {
  margin-bottom: 10px;
}

.teaser-category {
  margin-top: 30px;
}

.teaser-summary p {
  margin-bottom: 0;
}

.teaser.imageTop .imageGroup {
  float: none;
  margin-bottom: 46px;
  margin-left: 0;
  max-width: none;
  width: auto;
}
.teaser.imageTop .textGroup {
  margin-right: 0;
}

.teaser-v2 {
  margin: 20px 0px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.teaser-v2 .teaser-image-link {
  max-width: 600px;
  width: 100%;
  display: block;
}
.teaser-v2 .teaser-image-wrapper {
  background-image: url("/usa/wp-content/themes/greenpeace/img/article-place-holder.png");
  background-image: url("/usa/wp-content/themes/greenpeace/img/article-place-holder.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 75%;
  height: 0;
  width: 100%;
  position: relative;
}
.teaser-v2 .teaser-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.teaser-v2 .teaser-text-group {
  padding-top: 9px;
}
.teaser-v2 .post-type p {
  font-family: "montserrat";
  font-weight: 700;
  color: #212121;
  font-size: 16px;
  margin-top: 6px;
  line-height: 1em;
  margin-bottom: 0px;
}
.teaser-v2 .post-info-group {
  font-size: 14px;
  line-height: 1.3em;
  font-family: "montserrat";
}
.teaser-v2 .post-author-date {
  margin-bottom: 0px;
  font-weight: 700;
}
.teaser-v2 .description {
  display: none;
}
.teaser-v2 .post-title {
  color: #093944;
  font-family: "montserrat";
  font-size: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
  display: inline-block;
  line-height: 1.2em;
  font-weight: 700;
}
.teaser-v2 .post-title:hover {
  opacity: 0.8;
}
@media all and (min-width: 600px) {
  .teaser-v2 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .teaser-v2 .post-type p {
    margin-top: 0px;
  }
  .teaser-v2 .teaser-image-link {
    width: 20%;
    max-width: 320px;
  }
  .teaser-v2 .teaser-text-group {
    padding: 0px;
    width: 75%;
  }
  .teaser-v2 .post-title {
    margin-top: 6px;
    margin-bottom: 0px;
  }
}
@media all and (min-width: 800px) {
  .teaser-v2 .teaser-image-link {
    width: 40%;
    transition: all 0.1s cubic-bezier(0, 0, 0.2, 1);
  }
  .teaser-v2 .teaser-image-link:hover {
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    transform: scale(1.05);
  }
  .teaser-v2 .teaser-text-group {
    padding: 0px;
    padding-top: 10px;
    width: 55%;
    max-width: 490px;
  }
  .teaser-v2 .description {
    display: block;
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #093944;
  }
  .teaser-v2 .post-title {
    margin-top: 5px;
  }
  .teaser-v2 .post-info-group {
    margin-bottom: 9px;
    margin-top: 5px;
  }
}
@media all and (min-width: 1000px) {
  .teaser-v2 {
    justify-content: flex-start;
  }
  .teaser-v2 .teaser-text-group {
    margin-left: 40px;
  }
}

.socialList {
  font-size: 20px;
  line-height: 26px;
}
.socialList li {
  margin: 0 -3px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 14px;
}
.socialList li:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.socialList a {
  display: block;
  text-align: center;
  color: #4b4b4b;
  padding: 13px;
  transition: color 0.2s ease, background 0.2s ease;
  width: 70px;
}
.socialList a:hover {
  color: #fff;
}
.socialList .facebook a:hover {
  background: #3B5998;
}
.socialList .twitter a:hover {
  background: #33CCFF;
}
.socialList .youtube a:hover {
  background: #e62117;
}
.socialList .instagram a:hover {
  background: #4E433C;
}
.socialList .mail a:hover {
  background: #6a8d9c;
}

#offcanvas-wrapper1 {
  overflow: hidden;
  position: relative;
}

#offcanvas-wrapper2 {
  transition: 0.4s ease;
}
.js.is-offcanvas #offcanvas-wrapper2 {
  transform: translate(-230px, 0px);
}
@media (min-width: 57.5em) {
  .js.is-offcanvas #offcanvas-wrapper2 {
    transform: none;
  }
}

#offcanvas-content {
  background: #efefef;
}
@media (min-width: 57.5em) {
  #offcanvas-content {
    background: none;
  }
}
.js #offcanvas-content {
  height: 100%;
  z-index: 500;
  position: absolute;
  right: 0;
  top: 0;
  width: 230px;
  transform: translate(100%, 0px);
}
@media (min-width: 57.5em) {
  .js #offcanvas-content {
    height: auto;
    width: auto;
    right: auto;
    top: auto;
    position: relative;
    transform: translate(0, 0);
  }
}
#offcanvas-content:before {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  border-left: 1px solid #dbdbdb;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0) 91%);
}

@media (min-width: 57.5em) {
  .offcanvas-trigger,
#offcanvas-content:before {
    display: none;
  }
}

.breadcrumb {
  position: relative;
  line-height: 26px;
  display: none;
}
@media (min-width: 57.5em) {
  .breadcrumb {
    display: block;
  }
}
.breadcrumb strong {
  -webkit-font-smoothing: antialiased;
}
.breadcrumb span {
  display: inline-block;
}
.breadcrumb > span > span > a {
  margin-left: 0;
}
.breadcrumb a {
  position: relative;
  display: inline-block;
  margin: 0 7px 7px;
}
.breadcrumb .breadcrumb_last {
  margin-left: 7px;
}

.ajax-load-more-wrap.paging-blue ul.alm-paging li.active a {
  background-color: #5c808e;
  border-color: #5c808e;
}

.alm-paging {
  text-align: left !important;
}

.pagination label,
.pagination ul,
.pagination li {
  display: inline-block;
  vertical-align: top;
}
.pagination label {
  margin-right: 7px;
}
.pagination ul {
  margin: 0;
  padding: 0;
  font: normal 15px/18px "liberation_sansbold";
}
.pagination li {
  margin: 0 11px 20px;
}
.pagination .active {
  position: relative;
}
.pagination .active a {
  color: #5c808e;
}
.pagination .active:after {
  content: "";
  background: #dbdbdb;
  height: 5px;
  width: 16px;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translatex(-50%);
}

.articleBody {
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
  padding-bottom: 65px;
}

.backlink {
  margin-bottom: 30px;
}

.titleGroup {
  margin-bottom: 45px;
}

.titleGroup-title {
  margin-bottom: 0;
}

.page-social {
  margin-bottom: 35px;
}
.page-social a {
  padding: 17px;
  display: block;
}
.page-social li {
  margin-bottom: 0;
  width: 80px;
}
.page-social .mail {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.descriptiveParagraph {
  margin-bottom: 30px;
}

.descriptiveParagraph--featured {
  padding: 40px 50px;
}
.descriptiveParagraph--featured p {
  margin-bottom: 0;
}

.featuredAction {
  margin-bottom: 60px;
}
@media (min-width: 37.5em) {
  .featuredAction {
    margin-bottom: 72px;
  }
}

.featuredImage {
  margin-bottom: 40px;
}
@media (min-width: 37.5em) {
  .featuredImage {
    margin-bottom: 50px;
  }
}

.articleBody img {
  display: block;
  margin: 20px 0;
}

.wp-caption.aligncenter {
  margin: 0 auto;
}
.wp-caption a {
  display: block;
}

img.aligncenter {
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignright img,
.alignleft img {
  margin-top: 0;
}

.fluid-width-video-wrapper {
  margin: 40px 0;
}

.download {
  position: relative;
  padding-left: 46px;
  margin-bottom: 20px;
}
.download .fa {
  color: #fff;
  background: #6a8d9c;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  padding-top: 8px;
  padding-left: 1px;
  font-size: 16px;
  margin-right: 12px;
  transition: background 0.2s ease;
  position: absolute;
  top: -4px;
  left: 0;
}
.download a:hover .fa {
  background: #575757;
}

.articleFooter {
  margin-top: 60px;
}
@media (min-width: 48em) {
  .articleFooter {
    margin-top: 90px;
  }
}
.articleFooter > section {
  border-bottom: 1px solid #efefef;
  padding-bottom: 30px;
  margin-bottom: 54px;
}
@media (min-width: 48em) {
  .articleFooter > section {
    margin-bottom: 84px;
    padding-bottom: 50px;
  }
}
.articleFooter > section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.articleFooter > section > .largeTitle {
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 48em) {
  .articleFooter > section > .largeTitle {
    text-align: left;
  }
}

.hero {
  text-align: center;
  background-position: center center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
@media (min-width: 37.5em) {
  .hero {
    margin-bottom: 97px;
  }
}
.hero:after {
  content: "";
  width: 100%;
  height: 17px;
  background: transparent url("img/rough-texture.png") no-repeat top center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
}
@media (min-width: 57.5em) {
  .hero {
    height: 667px;
  }
}
.hero:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 57.5em) {
  .hero:before {
    background: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7));
  }
}
.hero .textGroup {
  padding: 80px 40px 60px;
  position: relative;
}
@media (min-width: 57.5em) {
  .hero .textGroup {
    padding: 0 20px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translatex(-50%);
    width: 100%;
    max-width: 710px;
  }
}

.videoBlock {
  display: none;
}

.hero.-video .textGroup,
.textImageBanner.-video .textGroup {
  z-index: 11;
}
@media (min-width: 980px) {
  .hero.-video,
.textImageBanner.-video {
    width: 100%;
  }
  .hero.-video .hero-title,
.textImageBanner.-video .hero-title {
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  }
  .hero.-video .videoBlock,
.textImageBanner.-video .videoBlock {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  .hero.-video .videoBlock video,
.textImageBanner.-video .videoBlock video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
  }
}
.hero.-video:before,
.textImageBanner.-video:before {
  z-index: 9;
}
@media (min-width: 57.5em) {
  .hero.-video:before,
.textImageBanner.-video:before {
    background: rgba(0, 0, 0, 0.3);
  }
}
.hero.-video:after,
.textImageBanner.-video:after {
  z-index: 10;
}

.hero-title {
  color: #fff;
  margin-bottom: 30px;
}

.action {
  max-width: 340px;
  position: relative;
}
@media (min-width: 37.5em) {
  .action {
    padding-top: 160px;
  }
}
.action .textGroup {
  border-top: 4px solid #66cc00;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 37.5em) {
  .action .textGroup {
    position: absolute;
  }
}

.action-link {
  text-align: center;
  text-transform: lowercase;
}
@media (min-width: 24.375em) {
  .action-link {
    position: absolute;
    bottom: 0;
    right: -30px;
    transform: translatey(100%);
  }
}
.action-link .btn {
  display: block;
}
@media (min-width: 24.375em) {
  .action-link .btn {
    display: inline-block;
  }
}

.action-title {
  background: #6a8d9c;
  color: #fff;
  padding: 40px 20px;
  margin: 0;
}
@media (min-width: 37.5em) {
  .action-title {
    min-height: 160px;
  }
}

.action-v2 {
  display: flex;
  position: relative;
  flex-direction: column;
  transition: transform 0.1s cubic-bezier(0, 0, 0.2, 1);
  height: 100%;
  overflow: hidden;
  border-radius: 2px;
}
.action-v2:hover .action-card-content {
  background: #007793;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.action-v2 .action-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.action-v2 .action-card-hero {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  margin-bottom: -1px;
}
.action-v2 .action-card-hero img {
  position: absolute;
  top: 0;
}
.action-v2 .action-card-content {
  transition: all 0.1s cubic-bezier(0, 0, 0.2, 1);
  padding: 15px 20px 20px 20px;
  width: 100%;
  min-height: 106px;
  position: relative;
  background: #007793;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
}
.action-v2 .action-card-content h3 {
  margin-bottom: 30px;
}
.action-v2 .action-card-content .action-card-title {
  color: white;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.3em;
  min-height: 54px;
  font-family: "montserrat";
}
@media all and (max-width: 699px) {
  .action-v2.slim {
    flex-direction: row;
  }
  .action-v2.slim .action-card-link {
    width: 100%;
    flex-direction: row;
    position: relative;
    overflow: hidden;
  }
  .action-v2.slim .action-card-hero {
    width: 34%;
    padding-top: 0;
    margin-bottom: 0;
  }
  .action-v2.slim .action-card-hero img {
    left: -25%;
    top: -25%;
  }
  .action-v2.slim .action-card-content {
    min-height: 0px;
    width: 66%;
  }
}

@media all and (min-width: 900px) {
  .action-v2:hover {
    transform: scale(1.05);
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
}
.featuredAction {
  padding-bottom: 30px;
}
@media (min-width: 75em) {
  .featuredAction {
    padding-bottom: 85px;
  }
}
.featuredAction a {
  position: relative;
  display: block;
}
.featuredAction .titleGroup {
  margin: 0 auto;
  padding: 40px 30px 60px;
}
@media (min-width: 37.5em) {
  .featuredAction .titleGroup {
    padding: 60px 70px;
  }
}
@media (min-width: 37.5em) {
  .featuredAction .textGroup {
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    margin-top: -165px;
    width: 450px;
  }
}
@media (min-width: 75em) {
  .featuredAction .textGroup {
    position: absolute;
    margin-top: 0;
    bottom: -85px;
  }
}
.featuredAction.is-smallImage {
  max-width: 600px;
}
@media (min-width: 75em) {
  .featuredAction.is-smallImage {
    padding-bottom: 50px;
  }
}
@media (min-width: 75em) {
  .featuredAction.is-smallImage {
    max-width: 100%;
  }
}
@media (min-width: 37.5em) {
  .featuredAction.is-smallImage .textGroup {
    left: auto;
    right: 0;
    transform: none;
    margin: 0 auto;
    bottom: 0;
    width: 100%;
    max-width: 600px;
  }
}
@media (min-width: 75em) {
  .featuredAction.is-smallImage .textGroup {
    width: 450px;
  }
}
@media (min-width: 37.5em) {
  .featuredAction.is-smallImage .featuredAction-link {
    right: 0;
  }
}
@media (min-width: 75em) {
  .featuredAction.is-smallImage .featuredAction-link {
    right: 30px;
    top: -30px;
    transform: translatey(100%);
  }
}

.featuredAction-title {
  color: #fff;
  margin-bottom: 0;
}

.featuredAction-subtitle {
  margin-top: 20px;
}

.featuredAction-link {
  position: relative;
  text-align: right;
}
@media (min-width: 37.5em) {
  .featuredAction-link {
    right: -30px;
  }
}
@media (min-width: 75em) {
  .featuredAction-link {
    position: absolute;
    right: -142px;
    bottom: 20px;
    min-width: 180px;
    max-width: 220px;
    text-align: center;
  }
}
.featuredAction-link .btn {
  line-height: 25px;
}

/*
 * Theme Name: Shiver Me Timber
 * Description: Test space
 * Author: Upstatement and Jacob
*/
.featuredEvents .constrained {
  padding-top: 40px;
  padding-bottom: 60px;
  border-bottom: 2px solid lightgray;
}

.archive-event .ife_event {
  height: auto !important;
}

.event-grid {
  padding-left: 0px;
}

.event-grid * {
  font-family: "clear_sans_mediumregular";
  color: white !important;
}

.ife_event .event_desc .event_address,
.ife_event .event_desc .event_title {
  height: auto !important;
  white-space: normal !important;
  text-overflow: inherit !important;
}

.ife_event .event_desc .event_title {
  font-size: 18px !important;
  line-height: 1.3em !important;
}

.wepa_event {
  font-family: sans-serif;
  border-top: 4px solid #6c0;
  border-radius: 2px;
}

.wepa_event:hover .img_placeholder::after {
  opacity: 0;
}

.event_address {
  font-size: 13px;
  line-height: 1.2em;
  padding-top: 8px;
}

.event_details {
  background-color: #6a8d9c !important;
  color: white;
  border-top: 3px solid white;
  height: auto !important;
}

.ife_event > a::after {
  position: absolute;
  content: "RSVP";
  letter-spacing: 0.1em;
  font-size: 1.2em;
  background-color: #6c0;
  color: white;
  font-family: "montserratblack";
  z-index: 2;
  top: 100%;
  width: 107px;
  height: 54px;
  box-shadow: 0px 5px white, -5px 0px white, -5px 5px white !important;
  left: calc(100% - 122px);
  padding: 13px 0px 13px 17px;
}

.event_details a,
.event_details a:active,
.event_details a:hover,
.event_details a:focus {
  text-decoration: none;
  color: white;
}

.event_desc a {
  font-size: 1.2em;
}

.event_desc {
  width: auto !important;
  padding: 15px !important;
  min-height: 100px;
}

.event_desc::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 15px;
  right: 15px;
  height: 54px;
  padding: 0px;
  z-index: -1;
  background-color: #6c0;
}

.img_placeholder {
  position: relative;
}

/*
.img_placeholder::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  opacity: .2;
  z-index: 2;
  transition: all .15s ease-in-out;
}
*/
.event_date {
  background-color: #6c0 !important;
  position: absolute;
  top: 100%;
  height: auto !important;
  width: auto !important;
  padding: 10px 20px !important;
}
.event_date .month,
.event_date .date {
  display: inline !important;
  font-size: 1.2em !important;
  font-family: "montserratblack";
}

.ife_event .img_placeholder {
  height: 190px !important;
  background-position: center center !important;
}

.col-ife-xs-1, .col-ife-sm-1, .col-ife-md-1, .col-ife-lg-1,
.col-ife-xs-2, .col-ife-sm-2, .col-ife-md-2, .col-ife-lg-2,
.col-ife-xs-3, .col-ife-sm-3, .col-ife-md-3, .col-ife-lg-3,
.col-ife-xs-4, .col-ife-sm-4, .col-ife-md-4, .col-ife-lg-4,
.col-ife-xs-5, .col-ife-sm-5, .col-ife-md-5, .col-ife-lg-5,
.col-ife-xs-6, .col-ife-sm-6, .col-ife-md-6, .col-ife-lg-6,
.col-ife-xs-7, .col-ife-sm-7, .col-ife-md-7, .col-ife-lg-7,
.col-ife-xs-8, .col-ife-sm-8, .col-ife-md-8, .col-ife-lg-8,
.col-ife-xs-9, .col-ife-sm-9, .col-ife-md-9, .col-ife-lg-9,
.col-ife-xs-10, .col-ife-sm-10, .col-ife-md-10, .col-ife-lg-10,
.col-ife-xs-11, .col-ife-sm-11, .col-ife-md-11, .col-ife-lg-11,
.col-ife-xs-12, .col-ife-sm-12, .col-ife-md-12, .col-ife-lg-12 {
  margin-bottom: 80px !important;
}

.page-template-gpusa-home .teaser-stories .imageGroup,
.page-template-gpusa-event .teaser-stories .imageGroup,
.page-template-gpusa-simple-builder .teaser-stories .imageGroup {
  width: 148px;
  margin: 0 auto 40px;
}
@media (min-width: 37.5em) {
  .page-template-gpusa-home .teaser-stories .imageGroup,
.page-template-gpusa-event .teaser-stories .imageGroup,
.page-template-gpusa-simple-builder .teaser-stories .imageGroup {
    float: left;
    margin: 0;
    width: 100px;
  }
}
@media (min-width: 67.5em) {
  .page-template-gpusa-home .teaser-stories .imageGroup,
.page-template-gpusa-event .teaser-stories .imageGroup,
.page-template-gpusa-simple-builder .teaser-stories .imageGroup {
    width: 30%;
    max-width: 30%;
  }
}
.page-template-gpusa-home .teaser-stories .textGroup,
.page-template-gpusa-event .teaser-stories .textGroup,
.page-template-gpusa-simple-builder .teaser-stories .textGroup {
  margin-right: 0;
}
@media (min-width: 37.5em) {
  .page-template-gpusa-home .teaser-stories .textGroup,
.page-template-gpusa-event .teaser-stories .textGroup,
.page-template-gpusa-simple-builder .teaser-stories .textGroup {
    margin-left: 124px;
  }
}
@media (min-width: 67.5em) {
  .page-template-gpusa-home .teaser-stories .textGroup,
.page-template-gpusa-event .teaser-stories .textGroup,
.page-template-gpusa-simple-builder .teaser-stories .textGroup {
    margin-left: 40%;
  }
}
.page-template-gpusa-home .teaser-stories blockquote,
.page-template-gpusa-event .teaser-stories blockquote,
.page-template-gpusa-simple-builder .teaser-stories blockquote {
  border-left: none;
  margin-bottom: 33px;
  padding-left: 40px;
}
@media (min-width: 67.5em) {
  .page-template-gpusa-home .teaser-stories blockquote,
.page-template-gpusa-event .teaser-stories blockquote,
.page-template-gpusa-simple-builder .teaser-stories blockquote {
    padding-left: 0;
  }
}
.page-template-gpusa-home .teaser-stories blockquote:before,
.page-template-gpusa-event .teaser-stories blockquote:before,
.page-template-gpusa-simple-builder .teaser-stories blockquote:before {
  content: "“";
  font-family: "liberation_sansbold";
  font-size: 60px;
  position: absolute;
  top: 5px;
  left: 0px;
}
@media (min-width: 67.5em) {
  .page-template-gpusa-home .teaser-stories blockquote:before,
.page-template-gpusa-event .teaser-stories blockquote:before,
.page-template-gpusa-simple-builder .teaser-stories blockquote:before {
    top: 16px;
    left: -70px;
    font-size: 90px;
  }
}
.page-template-gpusa-home .teaser-stories .socialList,
.page-template-gpusa-event .teaser-stories .socialList,
.page-template-gpusa-simple-builder .teaser-stories .socialList {
  margin: 40px 0 0 3px;
}
.page-template-gpusa-home .teaser-stories .socialList li,
.page-template-gpusa-event .teaser-stories .socialList li,
.page-template-gpusa-simple-builder .teaser-stories .socialList li {
  border-left: 1px solid #efefef;
  width: 50%;
  margin: 0 -2px;
}
.page-template-gpusa-home .teaser-stories .socialList li:last-child,
.page-template-gpusa-event .teaser-stories .socialList li:last-child,
.page-template-gpusa-simple-builder .teaser-stories .socialList li:last-child {
  border-right: 1px solid #efefef;
}
.page-template-gpusa-home .teaser-stories .socialList a,
.page-template-gpusa-event .teaser-stories .socialList a,
.page-template-gpusa-simple-builder .teaser-stories .socialList a {
  width: auto;
}

.storyTeaser-summary,
.storyTeaser-summary p,
.storyTeaser-link {
  display: inline;
}

.storyTeaser-link a {
  background: #6a8d9c;
  color: #fff;
  font-family: "clear_sansbold";
  padding: 0 3px;
  transition: background 0.2s ease;
}
.storyTeaser-link a:hover {
  background: #7b9dab;
}

.galleryTeaser {
  position: relative;
  margin-bottom: 0;
}
.galleryTeaser .textGroup {
  text-align: center;
}
@media (max-width: 85em) {
  .galleryTeaser .textGroup {
    padding-right: 20px;
    padding-left: 20px;
    line-height: 25px;
  }
}
@media (min-width: 85em) {
  .galleryTeaser .textGroup {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.galleryTeaser .imageGroup img {
  width: 100%;
}
.galleryTeaser.video a:before {
  content: "\f04b";
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 63px;
  z-index: 3;
  color: #fff;
  opacity: 0.9;
  text-align: center;
  width: 100%;
  transform: translatey(-50%);
}

.galleryTeaser-summary {
  font-family: "clear_sansbold";
  margin-bottom: 0;
}

.authorTeaser {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  margin-bottom: 80px;
}
@media (min-width: 37.5em) {
  .authorTeaser {
    padding-left: 0;
  }
}
.authorTeaser .imageGroup {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 37.5em) {
  .authorTeaser .imageGroup {
    float: left;
    margin-bottom: 0;
  }
}
.authorTeaser .textGroup {
  padding: 0 20px 20px;
}
@media (min-width: 37.5em) {
  .authorTeaser .textGroup {
    padding: 0 40px 20px;
  }
}
.authorTeaser .textGroup.has-image {
  padding: 0 0 10px;
}
@media (min-width: 37.5em) {
  .authorTeaser .textGroup.has-image {
    margin-left: 200px;
  }
}

.authorTeaser-title {
  margin-bottom: 13px;
}

.projectTeaser {
  margin-right: 10%;
}
.projectTeaser .imageGroup {
  float: left;
  width: 150px;
  margin: 0 10% 0 0;
  max-width: none;
  max-width: 45%;
}

.projectTeaser-title {
  color: #6a8d9c;
  transition: color 0.2s ease;
}
a:hover .projectTeaser-title {
  color: #575757;
}

.ajax-load-more-wrap.loading, .alm-paging-wrap .alm-paging-loading {
  background-position: top center !important;
}

.alm-listing {
  height: auto !important;
}

.alm-listing .grid-col {
  padding: 0 0 0 0;
}

.alm-listing li h3.title {
  margin: 0;
}

.alm-listing li .imageGroup img {
  position: static;
}

.alm-listing .grid-col {
  overflow: visible;
}

.list {
  margin-top: 80px;
}

.list-nav {
  border-bottom: 2px solid #efefef;
  margin-bottom: 50px;
}
.list-nav a {
  font-family: "clear_sansbold";
  padding: 0 3px;
  font-size: 16px;
}
.list-nav li {
  display: inline-block;
  margin-right: 35px;
  padding-bottom: 20px;
}
.list-nav .active {
  border-bottom: 3px solid #efefef;
}
.list-nav .active a {
  background: #6a8d9c;
  color: #fff;
  font-size: 18px;
  transition: background 0.2s ease;
}
.list-nav .active a:hover {
  background: #575757;
}

.list-footer {
  margin-top: 50px;
}

.underlineList .teaser {
  border-bottom: 1px solid #efefef;
  padding-bottom: 47px;
  margin-bottom: 40px;
}

.filters {
  margin-bottom: 40px;
}

.filters-clear {
  margin-bottom: 42px;
}
@media (min-width: 67.5em) {
  .filters-clear .subtleBtn {
    padding-right: 0;
    display: block;
  }
}

.filters-title {
  margin-bottom: 10px;
}

.filters-group {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #efefef;
}
.filters-group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.filters-group-title {
  margin-bottom: 13px;
  display: block;
}

.filters-wrapper {
  display: none;
  padding-bottom: 30px;
}
@media (min-width: 67.5em) {
  .filters-wrapper {
    display: block !important;
  }
}

@media (min-width: 67.5em) {
  .filters-mobileTrigger {
    display: none;
  }
}

.featuredImage .textGroup {
  margin-top: 20px;
}

.featuredImage-caption p {
  margin-bottom: 8px;
}

.featuredImage-credit p {
  margin-bottom: 0;
}

.bioImage {
  max-width: 340px;
  margin: 0 auto 20px;
}
@media (min-width: 37.5em) {
  .bioImage {
    width: 35%;
    float: right;
    margin: 0 0 40px 80px;
  }
}
.bioImage .imageGroup {
  margin-bottom: 20px;
}

.contactInfo {
  margin-top: 40px;
}
.contactInfo li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 9px;
}
.contactInfo .fa {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 19px;
}

.page-template-gpusa-simple-builder .link-card,
.page-template-gpusa-page-builder .link-card .vc_column-inner,
.page-template-gpusa-simple-builder .event-card {
  border-top: 3px solid #66cc00;
  width: 100%;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
  border-radius: 3px;
}
.page-template-gpusa-simple-builder .link-card:hover,
.page-template-gpusa-page-builder .link-card .vc_column-inner:hover,
.page-template-gpusa-simple-builder .event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}
.page-template-gpusa-simple-builder .link-card .link-card-description,
.page-template-gpusa-simple-builder .link-card .event-card-text,
.page-template-gpusa-page-builder .link-card .vc_column-inner .link-card-description,
.page-template-gpusa-page-builder .link-card .vc_column-inner .event-card-text,
.page-template-gpusa-simple-builder .event-card .link-card-description,
.page-template-gpusa-simple-builder .event-card .event-card-text {
  background: white;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 15px 20px 15px;
}
.page-template-gpusa-simple-builder .link-card .event-card-description,
.page-template-gpusa-page-builder .link-card .vc_column-inner .event-card-description,
.page-template-gpusa-simple-builder .event-card .event-card-description {
  color: #646464;
}
.page-template-gpusa-simple-builder .link-card .link-card-headline,
.page-template-gpusa-simple-builder .link-card .event-card-headline,
.page-template-gpusa-page-builder .link-card .vc_column-inner .link-card-headline,
.page-template-gpusa-page-builder .link-card .vc_column-inner .event-card-headline,
.page-template-gpusa-simple-builder .event-card .link-card-headline,
.page-template-gpusa-simple-builder .event-card .event-card-headline {
  margin: 0;
  margin-bottom: 10px;
}
.page-template-gpusa-simple-builder .link-card .link-card a,
.page-template-gpusa-simple-builder .link-card .event-card a,
.page-template-gpusa-simple-builder .link-card .link-card a:link,
.page-template-gpusa-simple-builder .link-card .event-card a:link,
.page-template-gpusa-simple-builder .link-card .link-card a:visited,
.page-template-gpusa-simple-builder .link-card .event-card a:visited,
.page-template-gpusa-page-builder .link-card .vc_column-inner .link-card a,
.page-template-gpusa-page-builder .link-card .vc_column-inner .event-card a,
.page-template-gpusa-page-builder .link-card .vc_column-inner .link-card a:link,
.page-template-gpusa-page-builder .link-card .vc_column-inner .event-card a:link,
.page-template-gpusa-page-builder .link-card .vc_column-inner .link-card a:visited,
.page-template-gpusa-page-builder .link-card .vc_column-inner .event-card a:visited,
.page-template-gpusa-simple-builder .event-card .link-card a,
.page-template-gpusa-simple-builder .event-card .event-card a,
.page-template-gpusa-simple-builder .event-card .link-card a:link,
.page-template-gpusa-simple-builder .event-card .event-card a:link,
.page-template-gpusa-simple-builder .event-card .link-card a:visited,
.page-template-gpusa-simple-builder .event-card .event-card a:visited {
  color: black;
  text-decoration: none;
  margin: 0;
}
.page-template-gpusa-simple-builder .link-card .link-card-source,
.page-template-gpusa-simple-builder .link-card .event-card-date,
.page-template-gpusa-page-builder .link-card .vc_column-inner .link-card-source,
.page-template-gpusa-page-builder .link-card .vc_column-inner .event-card-date,
.page-template-gpusa-simple-builder .event-card .link-card-source,
.page-template-gpusa-simple-builder .event-card .event-card-date {
  font-style: italic;
  color: gray;
  font-size: 0.85em;
  font-weight: 500;
  margin: 0;
}

.poll-wrapper {
  margin: 50px -25px 0px -25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.poll-wrapper > * {
  padding: 25px;
}
@media screen and (min-width: 1000px) {
  .poll-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    max-width: 800px;
  }
}
.poll-wrapper .poll-hero {
  margin: -25px;
  margin-bottom: 45px;
  max-width: calc(100% + 50px);
}
.poll-wrapper div.gp-options label {
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.2s ease-in-out;
}
.poll-wrapper div.gp-options label:hover {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.poll-wrapper div.gp-options label img {
  max-width: calc(100% + 20px);
  margin: -10px -10px 10px -10px;
}
@media screen and (min-width: 495px) {
  .poll-wrapper div.gp-options {
    margin: 0px;
  }
  .poll-wrapper div.gp-options label {
    width: 48%;
    margin: 0px;
    margin-bottom: 30px;
  }
}
.poll-wrapper h1 {
  font-size: 2em;
  line-height: 1.2em;
  color: white;
  margin-top: 0px;
  margin-bottom: 0px;
  background: #66cc00;
  /* Old browsers */
  background: -moz-linear-gradient(left, #66cc00 0%, #29b7b5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #66cc00 0%, #29b7b5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #66cc00 0%, #29b7b5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#66cc00", endColorstr="#29b7b5",GradientType=1 );
  /* IE6-9 */
}
.poll-wrapper .ngp-form {
  padding: 0px !important;
}
.poll-wrapper .at-title {
  display: none;
}
.poll-wrapper .FooterHtml {
  font-size: 0.8em;
  color: gray;
}
.poll-wrapper .gp-answers img {
  max-width: 50%;
}
.poll-wrapper .answer_counts {
  margin-top: 50px;
}
.poll-wrapper .gp-poll button {
  margin-top: 10px;
  width: 100%;
}
.poll-wrapper .cta-wrapper .cta-intro {
  margin-bottom: 30px;
}
.poll-wrapper .cta-wrapper .cta-action {
  margin-bottom: 40px;
}
.poll-wrapper .cta-wrapper button {
  display: block;
}
.poll-wrapper .cta-wrapper button.cta-continue {
  background: transparent;
  font-family: "montserrat";
  opacity: 0.4;
  padding-left: 0px;
}
.poll-wrapper .cta-wrapper button.cta-continue i {
  margin-left: 5px;
}

.poll-social-sharing {
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
  position: relative;
  background-color: #fbfbfb;
  border: 1px solid whitesmoke;
  border-top: none;
  z-index: 0;
  max-width: 770px;
}
@media screen and (min-width: 1000px) {
  .poll-social-sharing {
    margin-left: 15px;
  }
}
.poll-social-sharing .share-ask {
  display: none;
}
@media screen and (min-width: 465px) {
  .poll-social-sharing .share-ask {
    margin: 0px;
    padding-top: 13px;
    padding-right: 10px;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: top;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 13px;
  }
}
.poll-social-sharing .socialList {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.poll-social-sharing .socialList li {
  border: none;
}

.tp-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0.4;
  z-index: 20;
}

.tp-popup-window {
  padding-top: 20px;
  padding-bottom: 60px;
  overflow: auto;
  text-align: center;
  position: fixed;
  top: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 21;
  pointer-events: none;
}
@media (min-width: 400px) {
  .tp-popup-window {
    padding-top: 100px;
  }
}
.tp-popup-window .window-wrapper {
  pointer-events: all;
  background-image: url("img/patterns/white-wave-60.png");
}
@media (min-width: 700px) {
  .tp-popup-window .window-wrapper {
    max-width: 650px;
    margin: 0 auto;
  }
}
.tp-popup-window .body-content {
  padding: 30px 20px 30px 20px;
}
@media (min-width: 700px) {
  .tp-popup-window .body-content {
    padding: 20px 30px 30px 30px;
  }
}
.tp-popup-window .body-content h2 {
  font-family: "Roboto Slab", serif;
  font-size: 23px;
  line-height: 1.3em;
  margin-bottom: 20px;
  color: #969696;
  letter-spacing: 0.03em;
}
@media (min-width: 700px) {
  .tp-popup-window .body-content h2 {
    margin-bottom: 15px;
    font-size: 32px;
  }
}
.tp-popup-window .body-content p {
  line-height: 1.4em;
  color: #c8c8c8;
  letter-spacing: 0.03em;
}
@media (min-width: 700px) {
  .tp-popup-window .body-content p {
    font-size: 18px;
    max-width: 440px;
    margin: 0 auto;
  }
}
.tp-popup-window img {
  width: 100%;
}
.tp-popup-window .float-button {
  margin-bottom: -25px;
  background-image: url("img/patterns/woven-green.png");
}
.tp-popup-window .collapse-x {
  position: absolute;
  padding: 10px 13px;
  font-weight: 700;
  color: gray;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  background-color: #f0f0f0;
}
.tp-popup-window .collapse-x:hover {
  background-color: #fafafa;
}
@media (min-width: 440px) and (max-width: 599px), (min-width: 900px) {
  .tp-popup-window .collapse-x {
    padding: 10px 20px;
  }
}

.texture-header {
  background-color: #093944;
  padding: 80px 0;
  position: relative;
}
.texture-header * {
  z-index: 2;
  position: relative;
}
.texture-header .texture-header-background {
  opacity: 0.5;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/wp-content/themes/greenpeace/img/topography-background.png");
  background-image: url("/usa/wp-content/themes/greenpeace/img/topography-background.png");
}
.texture-header h1 {
  font-family: "montserrat";
  font-weight: 700;
  color: white;
  text-align: center;
  line-height: 1em;
  margin: 0px;
  padding: 0 30px;
}

@media all and (min-width: 48em) {
  .texture-header {
    padding: 110px 30px;
  }
  .texture-header h1 {
    font-size: 60px;
    line-height: 1em;
    margin: 0px;
  }
}
.campaign-card {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #093944;
  position: relative;
  height: 200px;
}
.campaign-card .card-content {
  height: 100%;
}
.campaign-card .title-container {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: white;
  padding: 10px 20px;
}
.campaign-card .title-container .campaign-title {
  color: #093944;
  margin: 0px;
  font-size: 24px;
  font-family: "montserrat";
  font-weight: 700;
}
.campaign-card .card-cover,
.campaign-card .campaign-description,
.campaign-card .btn-secondary {
  display: block;
  visibility: hidden;
  height: 0;
  opacity: 0;
}
.campaign-card .btn-secondary {
  display: inline-block;
  top: 20px;
  right: 20px;
}
.campaign-card .campaign-description {
  color: white;
  font-family: "montserrat";
  font-size: 500;
  width: 80%;
  line-height: 1.4em;
  left: 60px;
  margin: 0px;
  top: 70px;
}

@media all and (min-width: 900px) {
  .campaign-card {
    height: 320px;
  }
  .campaign-card .card-content {
    position: relative;
    z-index: 2;
  }
  .campaign-card .title-container {
    padding: 20px;
  }
  .campaign-card .title-container .campaign-title {
    font-size: 33px;
  }
  .campaign-card:hover .title-container {
    background: transparent;
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .campaign-card:hover .title-container .campaign-title {
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    color: white;
  }
  .campaign-card:hover .card-cover,
.campaign-card:hover .campaign-description,
.campaign-card:hover .btn-secondary {
    position: absolute;
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .campaign-card:hover .card-cover {
    z-index: 1;
    background: #093944;
    opacity: 0.7;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .campaign-card:hover .campaign-description {
    top: 100px;
  }
}
.project-card {
  display: flex;
  position: relative;
  flex-direction: column;
  transition: transform 0.1s cubic-bezier(0, 0, 0.2, 1);
  height: 100%;
}
.project-card .card-hero {
  width: 100%;
  height: 200px;
  min-height: 200px;
  background-position: center;
  background-size: cover;
}
.project-card .card-content {
  padding: 10px 20px;
  width: 100%;
  min-height: 106px;
  position: relative;
  font-family: "montserrat";
  background: #85c649;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.project-card .card-content .associated-campaigns {
  font-weight: 700;
  color: #093944;
  margin-bottom: 0px;
  font-size: 14px;
  position: absolute;
  top: -15px;
  line-height: 1em;
  background: white;
  padding: 5px;
  left: 15px;
}
.project-card .card-content .project-title {
  color: white;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.3em;
  margin-top: 12px;
}
.project-card .card-content .btn-secondary {
  position: absolute;
  bottom: 20px;
  right: 20px;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.project-card .card-content .btn-secondary.-arrow {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  color: inherit;
}

@media all and (min-width: 900px) {
  .project-card .card-hero {
    height: 170px;
    min-height: 170px;
  }
  .project-card .card-content {
    margin-top: -20px;
  }
  .project-card:hover {
    transform: scale(1.05);
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .project-card:hover .card-content .btn-secondary {
    visibility: visible;
    opacity: 1;
  }
  .project-card:hover .card-content .btn-secondary.-arrow {
    visibility: hidden;
    opacity: 0;
  }
}
.single-featured-action-section .action-wrapper {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.single-featured-action-section .action-text-group {
  background-color: #007793;
  z-index: 2;
  padding: 40px;
  position: relative;
}
.single-featured-action-section .action-text-group .featured-action-header {
  font-family: "montserrat";
  font-size: 30px;
  font-weight: 700;
  color: white;
}
.single-featured-action-section .action-text-group .featured-action-title {
  color: white;
  font-family: "montserrat";
  font-weight: 500;
  margin-bottom: 30px;
}
.single-featured-action-section .action-text-group .btn.-new {
  text-align: center;
}
.single-featured-action-section .action-image-container {
  min-height: 350px;
  background-position: center 30px;
  background-repeat: no-repeat;
  position: relative;
  margin-top: -60px;
  z-index: 0;
  background-size: cover;
}
.single-featured-action-section .action-text-group,
.single-featured-action-section .action-image-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media all and (min-width: 48em) {
  .single-featured-action-section .action-text-group,
.single-featured-action-section .action-image-container {
    width: 50%;
  }
  .single-featured-action-section .action-image-container {
    margin-top: 0px;
    background-position: left top;
  }
  .single-featured-action-section .featured-action-title {
    transition: all 0.1s cubic-bezier(0, 0, 0.2, 1);
  }
  .single-featured-action-section .action-text-group {
    box-sizing: border-box;
    padding: 40px 70px;
    transition: all 0.1s cubic-bezier(0, 0, 0.2, 1);
    width: 51%;
    margin-left: -1%;
  }
  .single-featured-action-section .action-text-group:hover {
    transform: scale(1.07);
    background-color: #007793;
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .single-featured-action-section .action-text-group:hover .featured-action-title {
    color: white;
  }
  .single-featured-action-section .action-wrapper {
    flex-wrap: nowrap;
    flex-direction: row-reverse;
  }
}
.external-link-card {
  border-top: 3px solid #093944;
  width: 100%;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
  box-sizing: border-box;
  display: flex;
  position: relative;
  flex-direction: column;
  transition: transform 0.1s cubic-bezier(0, 0, 0.2, 1);
  height: 100%;
  overflow: hidden;
  border-radius: 2px;
  font-family: "montserrat";
}
.external-link-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}
.external-link-card .link-card-content {
  background: white;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  padding: 15px 15px 10px 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.external-link-card .link-card-headline {
  margin: 0;
  margin-bottom: 0;
}
.external-link-card a,
.external-link-card a:link,
.external-link-card a:visited {
  color: #093944;
  text-decoration: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.external-link-card .link-card-source {
  font-style: italic;
  color: black;
  opacity: 0.4;
  font-size: 0.75em;
  font-weight: 500;
  margin: 0;
}
.external-link-card .external-link-icon {
  background: white;
  position: absolute;
  top: -24px;
  left: 0px;
  padding: 7px 9px;
  border-radius: 0 2px 0 0;
}

.split-header {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  position: relative;
  z-index: 1;
}
.split-header .print-only {
  display: none !important;
}
@media print {
  .split-header .print-only {
    display: block !important;
  }
}
.split-header .text-area-container {
  background: #85c649;
  position: relative;
  left: 0;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 2;
  margin-top: -30px;
}
.split-header .text-area-container .associated-tags {
  display: block;
  margin-bottom: 30px;
  margin-top: -46px;
}
.split-header .text-area-container .associated-tag {
  background: white;
  font-weight: 700;
  color: #093944;
  font-family: "montserrat";
  padding: 5px 8px;
  font-size: 14px;
  display: inline-block;
  margin: 0px 5px;
  line-height: 1em;
}
.split-header .text-area-container .text-area {
  text-align: left;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.split-header .text-area-container .text-area h1 {
  color: white;
  line-height: 1em;
  font-size: 33px;
  font-family: "montserrat";
  font-weight: 700;
  margin-bottom: 10px;
}
.split-header .text-area-container .text-area .hero-subtitle {
  color: white;
  font-weight: 700;
  font-family: "montserrat";
  line-height: 1.4em;
}
.split-header .hero-container {
  position: relative;
  width: 100%;
  min-height: 240px;
}
.split-header .hero-container .split-header-hero {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.split-header .texture-background {
  opacity: 0.16;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/wp-content/themes/greenpeace/img/topography-background.png");
  background-image: url("/usa/wp-content/themes/greenpeace/img/topography-background.png");
}

@media all and (min-width: 650px) {
  .split-header .hero-container {
    min-height: 300px;
  }
}
@media all and (min-width: 800px) {
  .split-header {
    flex-direction: row;
  }
  .split-header .text-area-container {
    left: 0;
    width: 50%;
    padding-top: 80px;
    padding-bottom: 110px;
    margin-top: 0;
    padding-right: 40px;
  }
  .split-header .text-area-container .associated-tags {
    margin-top: 0px;
  }
  .split-header .text-area-container .text-area {
    text-align: left;
    min-height: 189px;
  }
  .split-header .text-area-container .text-area h1 {
    font-size: 43px;
  }
  .split-header .hero-container {
    position: relative;
    width: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    min-height: 0px;
  }
}
@media all and (min-width: 1050px) {
  .split-header .text-area-container {
    width: 40%;
  }
  .split-header .hero-container {
    width: 60%;
  }
}
@media all and (min-width: 1250px) {
  .split-header .text-area-container .text-area h1 {
    font-size: 50px;
  }
}
@media all and (min-width: 1330px) {
  .split-header .text-area-container {
    width: 45%;
  }
  .split-header .hero-container {
    width: 55%;
  }
}
@media all and (min-width: 1355px) {
  .split-header .text-area-container .text-area {
    max-width: 440px;
    margin-left: auto;
  }
}
.raised-content-section.constrained {
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
.raised-content-section.constrained p:empty {
  display: none;
}
.raised-content-section.constrained .primary-content {
  max-width: 900px;
  color: #575757;
  line-height: 1.9em;
}
.raised-content-section.constrained .primary-content h1, .raised-content-section.constrained .primary-content h2, .raised-content-section.constrained .primary-content h3, .raised-content-section.constrained .primary-content h4, .raised-content-section.constrained .primary-content h5, .raised-content-section.constrained .primary-content h6 {
  font-family: "montserrat";
  font-weight: 700;
}
.raised-content-section.constrained .primary-content h2 {
  margin-top: 40px;
}
.raised-content-section.constrained .primary-content h2:first-child {
  margin-top: 0px;
}
.raised-content-section.constrained .primary-content a,
.raised-content-section.constrained .body-content a {
  color: inherit;
  box-shadow: 0px 3px 0px -1px #28b7b5;
}
.raised-content-section.constrained .more-description-container {
  margin-bottom: 20px;
  height: 70px;
  position: relative;
  overflow: hidden;
}
.raised-content-section.constrained .more-description-container.expanded {
  height: auto;
}
.raised-content-section.constrained .more-description-container.expanded .more-description-gradient {
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  opacity: 0;
  visibility: hidden;
}
.raised-content-section.constrained .more-description-gradient {
  transition: all 0.1s cubic-bezier(0, 0, 0.2, 1);
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+83 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 83%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 83%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 83%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}
.raised-content-section.constrained .social-sharing-wrapper {
  margin-top: 50px;
  text-align: left;
}
.raised-content-section.constrained .social-sharing-wrapper .page-social {
  margin-bottom: 0px;
}
.raised-content-section.constrained .social-sharing-wrapper .page-social > li,
.raised-content-section.constrained .social-sharing-wrapper .page-social > .mail {
  width: 60px;
  border: none;
  margin: 0;
}
.raised-content-section.constrained .social-sharing-wrapper .page-social > li a {
  margin-bottom: 0;
  padding: 17px;
  color: white;
  background: #093944;
}
.raised-content-section.constrained .social-sharing-wrapper .page-social > li a:hover {
  background: white;
  color: #093944;
}

@media all and (min-width: 800px) {
  .raised-content-section.constrained.--not-raised {
    background: transparent;
  }
  .raised-content-section.constrained.--not-raised .primary-content-wrapper {
    margin-top: 0;
  }

  .raised-content-section.constrained {
    padding-top: 0px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 0px;
    background: white;
  }
  .raised-content-section.constrained .primary-content-wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    padding: 50px;
    padding-top: 40px;
    padding-right: 30px;
    margin-top: -50px;
    position: relative;
    z-index: 5;
  }
  .raised-content-section.constrained .primary-content {
    margin-right: 30px;
  }
  .raised-content-section.constrained .social-sharing-wrapper {
    margin-top: 0px;
    width: 60px;
    min-width: 60px;
    margin-left: auto;
  }
  .raised-content-section.constrained .social-sharing-wrapper .page-social {
    padding-top: 0px;
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .raised-content-section.constrained .social-sharing-wrapper .page-social > li,
.raised-content-section.constrained .social-sharing-wrapper .page-social > .mail {
    width: 100%;
  }
  .raised-content-section.constrained .social-sharing-wrapper .page-social > li a {
    padding: 8px 17px;
    color: #093944;
    background: white;
  }
  .raised-content-section.constrained .social-sharing-wrapper .page-social > li a:hover {
    background: #093944;
    color: white;
  }
}
@media all and (min-width: 1050px) {
  .raised-content-section .primary-content-wrapper {
    padding-top: 40px;
  }
}
@media all and (min-width: 1250px) {
  .raised-content-section.constrained .primary-content-wrapper {
    padding: 50px 60px 50px 70px;
  }
}
.action-v3 .action-card-link {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 325px;
}
.action-v3 .action-card-text {
  background-color: #093944;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 90%;
  align-self: flex-end;
}
.action-v3 .action-card-title {
  font-family: "montserrat";
  color: white;
  position: relative;
  padding-bottom: 20px;
  padding-left: 35%;
  padding-top: 30px;
  padding-right: 16px;
  margin: 0;
  font-size: 13px;
  line-height: 1.5em;
  min-height: 150px;
  z-index: 1;
}
.action-v3 .btn-v2 {
  position: relative;
  align-self: flex-start;
  right: -41%;
  top: -24px;
  margin-bottom: -24px;
  z-index: 2;
}
.action-v3 .action-card-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 34%;
  height: 145px;
  position: relative;
  top: -145px;
  margin-bottom: -145px;
  z-index: 1;
  border-radius: 4px;
}
@media screen and (min-width: 620px) {
  .action-v3 .action-card-link {
    max-width: 375px;
  }
  .action-v3 .action-card-hero {
    width: 34%;
    height: 165px;
    top: -165px;
    margin-bottom: -165px;
  }
  .action-v3 .btn-v2 {
    right: -135px;
  }
  .action-v3 .action-card-title {
    padding: 40px 20px 30px 35%;
    font-size: 15px;
    min-height: 180px;
  }
}

.issue-list-item .issue-card-link {
  display: block;
}
.issue-list-item .issue-card {
  height: 220px;
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  border-radius: 4px;
  overflow: hidden;
}
.issue-list-item .issue-card .card-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.issue-list-item .issue-card h3 {
  background-color: #f0f0f0;
  background-image: url("/wp-content/themes/greenpeace/img/topography-background-white.png");
  background-image: url("/usa/wp-content/themes/greenpeace/img/topography-background-white.png");
  padding: 15px 20px;
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: "montserrat";
  color: #093944;
  font-size: 20px;
}
@media screen and (min-width: 1355px) {
  .issue-list-item .issue-card-link {
    display: block;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.1s cubic-bezier(0, 0, 0.2, 1);
  }
  .issue-list-item .issue-card-link:hover {
    transform: scale(1.05);
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
}

.article-card .teaser-image-link {
  height: 160px;
  max-width: 600px;
  width: 100%;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.article-card .teaser-text-group {
  padding: 10px;
  padding-bottom: 0;
}
.article-card .post-title {
  font-size: 20px;
  font-family: "montserrat";
  font-weight: 600;
  line-height: 1.3em;
  line-height: 1.2em;
}
.article-card .description {
  font-size: 16px;
  color: #343434;
  line-height: 1.4em;
  margin: 0;
  margin-top: 5px;
}
@media screen and (min-width: 1200px) {
  .article-card .teaser-text-group {
    padding: 15px 4px 0;
  }
  .article-card .post-title {
    margin-top: 10px;
  }
  .article-card .description {
    display: none;
  }
}

/**
 * Very general header styles and the styles of header groups
 */
.mainHeader {
  border-top: 4px solid #66cc00;
}

.headerprimary {
  margin-top: 17px;
}
@media (min-width: 37.5em) {
  .headerprimary {
    margin-top: 10px;
    float: left;
    width: 240px;
  }
}
@media (min-width: 57.5em) {
  .headerprimary {
    background: #fff;
    position: absolute;
    top: 4px;
    left: 0;
    width: 313px;
    z-index: 10;
    margin-top: 0;
  }
}

/**
 *
 */
.headerbar1 {
  text-align: center;
  position: relative;
  margin-top: 18px;
}
@media (min-width: 37.5em) {
  .headerbar1 {
    text-align: right;
    margin-top: 0;
  }
}
@media (min-width: 57.5em) {
  .headerbar1 {
    height: 84px;
    border-bottom: 1px solid #dbdbdb;
    box-sizing: content-box;
  }
}
.headerbar1 .btn-signup {
  background-color: #000;
  /* height: 100%; */
}
.headerbar1 .greenpeaceNav,
.headerbar1 .headerbar1-donate,
.headerbar1 .headerbar1-signup,
.headerbar1 .offcanvas-trigger {
  display: block;
}
@media (min-width: 37.5em) {
  .headerbar1 .greenpeaceNav,
.headerbar1 .headerbar1-donate,
.headerbar1 .headerbar1-signup,
.headerbar1 .offcanvas-trigger {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 -2px;
  }
}
.headerbar1 .offcanvas-trigger {
  /* width: 158px; */
  width: 34%;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  height: 100%;
}
@media (min-width: 37.5em) {
  .headerbar1 .offcanvas-trigger {
    width: auto;
    position: relative;
    top: auto;
    right: auto;
  }
}
@media (min-width: 57.5em) {
  .headerbar1 .offcanvas-trigger {
    display: none;
  }
}
.headerbar1 .headerbar1-donate {
  margin-right: 158px;
}
@media (min-width: 37.5em) {
  .headerbar1 .headerbar1-donate {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .headerbar1 .headerbar1-donate {
    position: absolute;
    width: 33%;
    font-size: 10px;
  }
}
.headerbar1 .headerbar1-signup {
  margin-right: 158px;
  height: 100%;
}
@media (min-width: 37.5em) {
  .headerbar1 .headerbar1-signup {
    margin-right: 0px;
  }
}
@media screen and (max-width: 500px) {
  .headerbar1 .headerbar1-signup {
    position: absolute;
    width: 33%;
    margin-left: 33%;
    /* height: 100px; */
  }
}
@media (min-width: 57.5em) {
  .headerbar1 .greenpeaceNav {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.headerbar-wrapper {
  height: 50px;
  position: abolute;
  display: inline;
}
@media screen and (max-width: 500px) {
  .headerbar-wrapper {
    display: block;
  }
}

.headerbar2 {
  height: 115px;
  background: #efefef;
  padding-top: 28px;
  position: relative;
}
.headerbar2 .institutionalNav {
  margin-left: 70px;
}
.headerbar2 .primarySearch {
  position: relative;
  height: 54px;
  margin: 0;
}
@media all and (min-width: 1300px) {
  .headerbar2 .primarySearch {
    margin-left: auto;
    margin-right: 30px;
  }
}

@media (min-width: 57.5em) {
  .headerbar1,
.headerbar2 {
    padding-left: 313px;
  }
}

body.-dark .mainHeader {
  background: #093944;
}
body.-dark .mainHeader .headerprimary {
  background: #093944;
}
@media (min-width: 57.5em) {
  body.-dark .mainHeader .headerprimary {
    background: #093944;
  }
}
body.-dark .mainHeader .headerbar1 {
  background: #093944;
  border-bottom: none;
}
body.-dark .mainHeader .headerbar1 .socialList a {
  color: white;
}
body.-dark .mainHeader .headerbar1 .socialList a:hover {
  color: #fff;
}
body.-dark .mainHeader .headerbar2 {
  background: #05242b;
}
body.-dark .mainHeader .primaryDonate {
  background: #163339;
}
body.-dark .mainHeader .siteTitle {
  background: transparent;
  border-bottom: none;
}
body.-dark .mainHeader .offcanvas-trigger {
  background: transparent;
  color: white;
}
body.-dark .mainHeader .upperNav .menu > li {
  border-right-color: rgba(255, 255, 255, 0.1);
}
body.-dark .mainHeader .upperNav .menu > li > a {
  color: white;
}
body.-dark .mainHeader .upperNav .menu > li > a:hover {
  color: #28b7b5;
}
body.-dark .mainHeader .upperNav .menu > li > a:visited, body.-dark .mainHeader .upperNav .menu > li > a:active {
  color: white;
}
body.-dark .mainHeader .primaryDonate .inputGroup {
  background: white;
}
body.-dark .mainHeader .primaryDonate label {
  color: white;
}
body.-dark .mainHeader .primaryDonate input[type=submit] {
  background: #f15206;
  border: 2px solid #f15206;
  padding: 7px 8px 6px;
  border: none;
  color: white;
}
body.-dark .mainHeader .primaryDonate input[type=submit]:hover {
  background: white;
  border-color: white;
  color: #f15206;
}
body.-dark .mainHeader .primaryDonate input[type=text] {
  border-right-color: #dbdbdb;
}
body.-dark .mainHeader .not-offcanvas .institutionalNav a,
body.-dark .mainHeader .not-offcanvas .institutionalNav a:visited {
  color: white;
  opacity: 1;
  transition: opacity 0.2s ease;
}
body.-dark .mainHeader .not-offcanvas .institutionalNav a:hover,
body.-dark .mainHeader .not-offcanvas .institutionalNav a:visited:hover {
  opacity: 0.7;
}

.not-offcanvas .primaryNav,
.not-offcanvas .primaryDonate,
.not-offcanvas .primarySocial {
  display: none;
}
.not-offcanvas .greenpeaceNav,
.not-offcanvas .headerbar2,
.not-offcanvas .upperNav {
  display: none;
}
@media (min-width: 57.5em) {
  .not-offcanvas .primaryDonate {
    display: block;
  }
}
@media (min-width: 57.5em) {
  .not-offcanvas .headerbar2 {
    display: flex;
    flex-wrap: nowrap;
  }
}
@media (min-width: 57.5em) {
  .not-offcanvas .greenpeaceNav,
.not-offcanvas .upperNav {
    display: inline-block;
  }
}
@media (min-width: 1260px) {
  .not-offcanvas .primarySocial {
    display: inline-flex;
    flex-wrap: nowrap;
    width: 170px;
    height: 100%;
    align-items: center;
    margin-right: 20px;
  }
}

.siteTitle {
  margin: 0;
  background: #fff;
  position: relative;
  z-index: 100;
}
@media (min-width: 57.5em) {
  .siteTitle {
    border-bottom: 1px solid #dbdbdb;
  }
}
.siteTitle a {
  width: 100%;
}
@media (min-width: 57.5em) {
  .siteTitle a {
    padding: 42px 0 42px 0;
    background-position: 41% center;
  }
}

.primaryNav .menu > li {
  border-bottom: 1px solid #dbdbdb;
}
.primaryNav .menu > li > a {
  font-size: 20px;
  line-height: 24px;
  font-family: "montserrat";
  font-weight: 700;
  color: #093944;
  padding: 14px 20px;
  display: block;
  background: #fff;
}
.offcanvas-content .primaryNav .menu > li > a {
  font-size: 18px;
  padding-right: 50px;
}
.primaryNav .menu > li > a:hover {
  color: #007793;
}
@media (min-width: 57.5em) {
  .primaryNav .menu > li.is-hover .submenuGroup {
    display: block;
    transform: translate(0, 0);
  }
}
.primaryNav .fa {
  display: none;
}
.offcanvas-content .primaryNav {
  border-bottom: 2px solid #66cc00;
  border-top: 4px solid #6a8d9c;
}
.offcanvas-content .primaryNav .menu li {
  position: relative;
}
.offcanvas-content .primaryNav a {
  background: #fff;
}
.offcanvas-content .primaryNav .fa {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 23px;
  text-align: center;
  width: 50px;
  height: 53px;
  padding: 13px 0 0;
  color: #6a8d9c;
}
.offcanvas-content .primaryNav .fa:hover {
  color: #575757;
  cursor: pointer;
}
.offcanvas-content .primaryNav .fa.is-open {
  transform: rotate(180deg);
  padding-top: 16px;
}
.offcanvas-content .primaryNav .submenu .submenu {
  padding-bottom: 0;
}
.offcanvas-content .primaryNav .submenu .submenu a {
  padding-left: 40px;
}
.offcanvas-content .primaryNav .submenu .submenu .submenu a {
  padding-left: 55px;
}

.submenuGroup {
  animation-direction: alternate;
  transition: transform 0.6s ease;
  background: #fff;
  line-height: 26px;
}
@media (min-width: 57.5em) {
  .submenuGroup {
    background: #e8e8e8;
    padding: 0 30px 0 0;
    z-index: -1;
    display: none;
    top: 85px;
    position: absolute;
    left: 100%;
    width: 590px;
  }
}
@media (min-width: 80em) {
  .submenuGroup {
    display: block;
    width: 300%;
    transform: translate(-100%, 0);
  }
}
.offcanvas-content .submenuGroup {
  display: none;
}
.offcanvas-content .submenuGroup .submenu {
  padding-bottom: 10px;
}
.submenuGroup .submenu li {
  border-top: 1px solid #dbdbdb;
}
.submenuGroup .submenu .fa {
  padding-top: 8px;
}
.submenuGroup .submenu .fa.is-open {
  padding-top: 20px;
}
.submenuGroup .submenu a {
  color: #000;
  display: block;
}
@media (min-width: 57.5em) {
  .submenuGroup .submenu a {
    padding: 18px 0;
  }
}
.offcanvas-content .submenuGroup .submenu a {
  padding: 10px 50px 10px 25px;
  font-size: 15px;
  line-height: 20px;
}
.submenuGroup .submenu a:hover {
  color: #6a8d9c;
}

@media (min-width: 57.5em) {
  .submenuGroup .submenu {
    margin: 43px 0 0 280px;
  }
}
@media (min-width: 80em) {
  .submenuGroup .submenu {
    width: 632px;
  }
}
@media (min-width: 80em) {
  .submenuGroup .submenu > li {
    width: 301px;
    float: left;
  }
}
@media (min-width: 80em) {
  .submenuGroup .submenu > li:nth-child(odd) {
    margin-right: 30px;
  }
}
@media (min-width: 80em) {
  .submenuGroup .submenu > li:nth-child(even) {
    clear: right;
  }
}
@media (min-width: 80em) {
  .submenuGroup .submenu > li:last-child {
    margin-bottom: 11px;
  }
}

.submenuAction {
  display: none;
  width: 196px;
  position: relative;
  float: left;
}
@media (min-width: 57.5em) {
  .submenuAction {
    display: block;
  }
}
.submenuAction .object-title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  padding: 50px 30px 0;
  font-size: 18px;
  line-height: 24px;
}
.submenuAction .object-link {
  position: absolute;
  bottom: 0;
  right: -34px;
}

.submenuClose {
  position: absolute;
  top: 10px;
  right: 30px;
  color: #66cc00;
  font-size: 12px;
  font-family: "clear_sansbold";
  display: none;
}
@media (min-width: 57.5em) {
  .submenuClose {
    display: block;
  }
}
.submenuClose:hover {
  cursor: pointer;
  text-decoration: underline;
}

.primaryDonate {
  padding: 15px 21px 29px 19px;
  background: #fff;
}
.primaryDonate label {
  font-size: 14px;
  color: #787878;
  font-family: "montserrat";
  display: block;
  margin-bottom: 18px;
  -webkit-font-smoothing: antialiased;
}
.primaryDonate .inputGroup {
  background: #efefef;
  padding: 3px;
}
.primaryDonate .inputGroup input,
.primaryDonate .inputGroup .select {
  border: none;
  background: none;
  width: 50%;
  float: left;
}
.primaryDonate .select {
  padding: 1px 14px;
  color: #787878;
}
.primaryDonate input[type=text] {
  font-family: "liberation_sansbold";
  color: #4b4b4b;
  font-size: 20px;
  padding: 1px 14px;
  border-right: 2px solid #fff;
}
.primaryDonate input[type=text]::-webkit-input-placeholder {
  color: #4b4b4b;
}
.primaryDonate input[type=text]::-moz-placeholder {
  color: #4b4b4b;
  opacity: 1;
}
.primaryDonate input[type=text]::-moz-placeholder {
  color: #4b4b4b;
  opacity: 1;
}
.primaryDonate input[type=text]:-ms-input-placeholder {
  color: #4b4b4b;
}
.primaryDonate input[type=submit] {
  background: #fff;
  border: 2px solid #f15206;
  color: #f15206;
  text-transform: uppercase;
  font-family: "liberation_sansbold";
  font-size: 20px;
  line-height: 22px;
  padding: 5px 8px 4px;
}
.primaryDonate input[type=submit]:hover {
  background: #e86f33;
  border-color: #e86f33;
  color: #fff;
}
.primaryDonate .formlayout {
  position: relative;
  max-width: 100%;
}
@media (min-width: 37.5em) {
  .primaryDonate .formlayout .inputGroup {
    margin-right: 76px;
  }
}
.primaryDonate .formlayout .btn {
  margin-top: 10px;
}
@media (min-width: 37.5em) {
  .primaryDonate .formlayout .btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin-top: 0;
  }
}

.primarySocial {
  display: inline-flex;
  flex-wrap: nowrap;
  width: 100%;
}
.primarySocial li {
  width: 25%;
  margin: 0;
}
.primarySocial li a {
  width: 100%;
}
.primarySocial li:last-child {
  border-right: none;
}
@media all and (min-width: 57.5em) {
  .primarySocial li {
    width: 25%;
    display: flex;
    height: 50%;
    margin: 0;
    border-left: none;
  }
  .primarySocial li:last-child {
    border-right: none;
  }
  .primarySocial li a {
    padding-top: 9px;
  }
  .offcanvas-content .primarySocial {
    text-align: center;
  }
  .offcanvas-content .primarySocial li:first-child {
    border-left: none;
  }
  .primarySocial a {
    width: 50px;
  }
}
@media (min-width: 57.5em) and (min-width: 73.75em) {
  .primarySocial a {
    width: 73px;
  }
}

.upperNav {
  vertical-align: top;
  position: absolute;
  left: 383px;
  height: 100%;
  min-height: 100%;
}
.upperNav .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  align-items: center;
  font-weight: 700;
}
.upperNav .menu > li {
  margin-right: 20px;
  font-family: "montserrat";
  padding-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 20px;
}
.upperNav .menu > li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.upperNav .menu > li > a {
  color: #093944;
}
.upperNav .menu > li > a:hover {
  color: #007793;
}
.upperNav .menu > li > a:visited, .upperNav .menu > li > a:active {
  color: #093944;
}

.greenpeaceNav .select {
  border: none;
  background: none;
  color: #4b4b4b;
  padding: 13px 20px 13px 68px;
  max-width: 220px;
}
.greenpeaceNav .select:after {
  right: 5px;
  background: #dbdbdb;
  padding: 5px 20px 5px 10px;
}
@media (min-width: 57.5em) {
  .greenpeaceNav .select:before {
    content: "";
    width: 21px;
    height: 13px;
    position: absolute;
    top: 19px;
    left: 37px;
    background: url("img/usflag.svg") no-repeat;
    background-size: 21px 13px;
  }
}
.no-svg .greenpeaceNav select:before {
  background-image: url("img/usflag.png");
}
.offcanvas-content .greenpeaceNav {
  padding: 20px 25px;
  margin-bottom: 2px;
}
.offcanvas-content .greenpeaceNav .select {
  border: 1px solid #dbdbdb;
  padding: 5px 13px;
}
.offcanvas-content .greenpeaceNav .select:after {
  right: 0;
  background: #efefef;
}

.headerbar1-donate .btn {
  background: #f15206;
  font-size: 25px;
  font-family: "montserrat";
  font-weight: 700;
  display: block;
  padding: 16px 29px;
  color: #fff;
  text-transform: none;
}
@media (min-width: 57.5em) {
  .headerbar1-donate .btn {
    padding: 32px 29px;
  }
}
@media screen and (max-width: 500px) {
  .headerbar1-donate .btn {
    font-size: 15px;
    padding: 15px;
  }
}
.headerbar1-donate .btn:hover {
  background: #e86f33;
}

.headerbar1-signup .btn {
  background: #007793;
  font-size: 25px;
  font-family: "montserrat";
  font-weight: 700;
  display: block;
  padding: 16px 29px;
  margin-left: -5px;
  color: #fff;
  text-transform: none;
}
@media (min-width: 57.5em) {
  .headerbar1-signup .btn {
    padding: 32px 29px;
  }
}
@media screen and (max-width: 500px) {
  .headerbar1-signup .btn {
    font-size: 15px;
    padding: 15px;
  }
}
.headerbar1-signup .btn:hover {
  background: #008793;
}
.headerbar1-signup .btn a {
  color: #FFF;
}

.institutionalNav {
  line-height: 26px;
}
.not-offcanvas .institutionalNav > .menu {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.not-offcanvas .institutionalNav > .menu .menu-column {
  margin-right: 40px;
}
.not-offcanvas .institutionalNav > .menu > li:nth-child(4n) {
  margin-top: -78px;
}
.not-offcanvas .institutionalNav > .menu > li:nth-child(n+4) {
  margin-left: 190px;
}
.offcanvas-content .institutionalNav a {
  padding: 13px 25px;
  display: block;
  border-bottom: 1px solid #dbdbdb;
}
.institutionalNav a {
  font-family: "montserrat";
  font-size: 15px;
  line-height: 18px;
  color: #093944;
}
.institutionalNav a:hover {
  color: #007793;
}

.headerbar2 .primarySearch .expand-search-button {
  z-index: 2;
  background: white;
  height: 54px;
  font-size: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.1s ease;
  color: #007793;
}
.headerbar2 .primarySearch .expand-search-button:hover {
  font-size: 26px;
}
.headerbar2 .primarySearch .search-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  width: 480px;
  z-index: 1;
  pointer-events: none;
}
.headerbar2 .primarySearch .search-container.-open {
  pointer-events: all;
}
.headerbar2 .primarySearch .search-container.-open .formLayout--search {
  transform: translateX(0px);
  transition: none;
}
.headerbar2 .primarySearch .close-search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  z-index: 10;
  top: 0;
  padding: 14px 20px;
  font-size: 24px;
  position: absolute;
  background: rgba(0, 0, 0, 0.15);
  cursor: pointer;
  color: dimgray;
}
.headerbar2 .primarySearch .formLayout--search {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transform: translateX(480px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.15s ease;
}
.headerbar2 .primarySearch input[type=text] {
  border: none;
  padding: 14px 40px 14px 20px;
  width: 400px;
}
.headerbar2 .primarySearch .btn {
  color: #007793;
  right: 58px;
  padding: 14px 20px 14px 14px;
  margin-top: 0;
}
.headerbar2 .primarySearch .btn:hover .fa {
  transform: translateX(5px);
}
.headerbar2 .primarySearch .btn .fa {
  transform: translateX(0px);
  transition: all 0.1s ease;
}

.primarySearch .formLayout--search {
  position: relative;
}
.primarySearch input[type=text] {
  font-family: "liberation_sansregular";
  border: none;
  border-bottom: 2px solid #dbdbdb;
  padding: 18px 30px 18px 0;
  font-size: 20px;
  transition: border-color 0.2s ease;
}
.primarySearch input[type=text]::-webkit-input-placeholder {
  color: #787878;
}
.primarySearch input[type=text]:-moz-placeholder {
  color: #787878;
}
.primarySearch input[type=text]::-moz-placeholder {
  color: #787878;
}
.primarySearch input[type=text]:-ms-input-placeholder {
  color: #787878;
}
.primarySearch input[type=text]:focus {
  border-color: #6a8d9c;
}
.primarySearch .btn {
  background: none;
  border: none;
  color: #787878;
  font-size: 24px;
  position: absolute;
  right: 0;
  padding: 0;
  margin-top: -4px;
}
.primarySearch .btn:hover {
  color: #6a8d9c;
}
.offcanvas-content .primarySearch {
  background: #fff;
  padding: 7px 25px 20px;
  border-bottom: 1px solid #dbdbdb;
}

@media all and (min-width: 57.5em) {
  body.-dark ul.search_results {
    margin-left: -1px;
    width: 420px;
  }
}

body ul.search_results {
  background: #fff;
  box-shadow: none;
  font-family: "montserrat";
  margin-top: 62px;
  width: 205px;
}
body ul.search_results li {
  background: none;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  margin: 0;
}
body ul.search_results li a,
body ul.search_results li a:visited {
  color: #007793;
}
body ul.search_results li a:hover,
body ul.search_results li a:visited:hover {
  color: #093944;
}
body ul.search_results .search_footer {
  background-color: #093944;
}
@media all and (min-width: 57.5em) {
  body ul.search_results {
    margin-top: 1px;
    width: 419px;
  }
}

#search_results_activity_indicator {
  margin: 12px 0 0 -30px;
}

.offcanvas-trigger {
  background: #efefef;
  font-size: 25px;
  font-family: "liberation_sansbold";
  display: block;
  padding: 16px 29px 16px 60px;
  position: relative;
}
.offcanvas-trigger:hover {
  color: #6a8d9c;
  background: #efefef;
}
.offcanvas-trigger .fa {
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translatey(-50%);
}
.is-offcanvas .offcanvas-trigger {
  padding: 26px 36px;
}
@media (min-width: 23.75em) {
  .is-offcanvas .offcanvas-trigger {
    padding: 16px 29px 16px 60px;
  }
}
.is-offcanvas .offcanvas-trigger .text {
  display: none;
}
@media (min-width: 23.75em) {
  .is-offcanvas .offcanvas-trigger .text {
    display: block;
  }
}
.is-offcanvas .offcanvas-trigger .fa {
  left: 111px;
}
@media (min-width: 23.75em) {
  .is-offcanvas .offcanvas-trigger .fa {
    left: 26px;
  }
}

@media (min-width: 57.5em) {
  .offcanvas-content {
    display: none;
  }
}

.primarySocial {
  display: none;
}
@media (min-width: 1370px) {
  .primarySocial {
    display: none;
  }
}

.pageBanner {
  background: #787878;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (min-width: 57.5em) {
  .pageBanner {
    height: 250px;
    padding-left: 313px;
    text-align: left;
  }
}
.pageBanner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: -1;
}

.pageBanner-title {
  color: #fff;
  padding: 40px 0;
  text-shadow: 0 0 50px #000, 0 0 10px #000;
  margin-bottom: 0;
}
@media (min-width: 57.5em) {
  .pageBanner-title {
    margin-left: 8%;
    padding-top: 88px;
  }
}

.pageNav {
  border-top: 1px solid #efefef;
  padding-top: 30px;
  display: none;
}
@media (min-width: 67.5em) {
  .pageNav {
    display: block !important;
  }
}
.pageNav .submenu .submenu {
  display: none;
}
.pageNav .submenu.showme {
  display: block;
}
.pageNav .menu > li {
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
  margin-bottom: 23px;
}
.pageNav .menu > li > a {
  background: #efefef;
  padding: 0 3px;
  margin-bottom: 0;
  transition: color 0.2s ease, background 0.2s ease;
}
.pageNav .menu > li > a:hover {
  background: #6a8d9c;
  color: #fff;
}
.pageNav .menu > li.current-menu-ancestor > a, .pageNav .menu > li.current-menu-item > a {
  background: #6a8d9c;
  color: #fff;
}
.pageNav .menu > li.current-menu-ancestor > a:hover, .pageNav .menu > li.current-menu-item > a:hover {
  background: #575757;
}
.pageNav .menu > li.current-menu-ancestor > .submenu, .pageNav .menu > li.current-menu-item > .submenu {
  display: block;
}
.pageNav .menu > li > .submenu {
  display: none;
}
.pageNav .submenu {
  margin-top: 23px;
  margin-left: 23px;
}
.pageNav .submenu li {
  line-height: 20px;
  margin-bottom: 12px;
}
.pageNav .submenu a {
  line-height: 18px;
  font-family: "clear_sansbold";
  color: #575757;
  margin-bottom: 0;
  display: inline;
}
.pageNav .submenu a:hover {
  color: #6a8d9c;
}
.pageNav .submenu > .current-menu-ancestor > a, .pageNav .submenu > .current-menu-item > a {
  background: #6a8d9c;
  color: #fff;
  padding: 0 3px;
}
.pageNav .submenu > .current-menu-ancestor > .submenu, .pageNav .submenu > .current-menu-item > .submenu {
  display: block;
}
.pageNav .submenu .submenu {
  margin: 16px 0 25px 20px;
}
.pageNav .submenu .submenu a {
  color: #717171;
}
.pageNav .submenu .submenu a:hover {
  color: #6a8d9c;
}
.pageNav .submenu .submenu > .current-menu-ancestor > a, .pageNav .submenu .submenu > .current-menu-item > a {
  background: #6a8d9c;
  color: #fff;
  padding: 0 3px;
}
.pageNav .submenu .submenu > .current-menu-ancestor > .submenu, .pageNav .submenu .submenu > .current-menu-item > .submenu {
  display: block;
}
.pageNav .submenu .submenu .submenu {
  margin: 12px 0 12px 20px;
}
.pageNav .submenu .submenu .submenu a {
  color: #717171;
}
.pageNav .submenu .submenu .submenu a:hover {
  color: #6a8d9c;
}
.pageNav .submenu .submenu .submenu > .current-menu-ancestor > a, .pageNav .submenu .submenu .submenu > .current-menu-item > a {
  background: #6a8d9c;
  color: #fff;
  padding: 0 3px;
}
.pageNav .submenu .submenu .submenu > .current-menu-ancestor > .submenu, .pageNav .submenu .submenu .submenu > .current-menu-item > .submenu {
  display: block;
}

.mainFooter {
  text-align: center;
}
@media (min-width: 57.5em) {
  .mainFooter {
    text-align: left;
  }
}

.footerarea1 {
  background: #efefef;
  padding: 47px 0 47px;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 81.25em) {
  .footerarea1 {
    padding-bottom: 110px;
  }
}

.footerarea1 .footerbar1 {
  border-bottom: 2px solid rgba(0, 0, 0, 0.03);
  padding-bottom: 45px;
  margin-bottom: 45px;
}

.footerarea1 .footerbar2 {
  position: relative;
}

@media (min-width: 81.25em) {
  .footerLogo,
.footerAddress {
    display: inline-block;
    vertical-align: top;
  }
}

@media (min-width: 81.25em) {
  .footerNav {
    margin-right: 150px;
  }
}

@media (min-width: 81.25em) {
  .primaryNav-lastColumn {
    width: 150px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.footerLogoAddressGroup {
  margin-bottom: 30px;
}
@media (min-width: 57.5em) {
  .footerLogoAddressGroup {
    width: 50%;
    float: left;
    padding-top: 3px;
    padding-right: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 81.25em) {
  .footerLogoAddressGroup {
    padding-top: 19px;
    width: 730px;
    padding-right: 0;
  }
}

.footerLogo {
  margin-bottom: 18px;
}
@media (min-width: 81.25em) {
  .footerLogo {
    margin: 0;
  }
}
.footerLogo .logo-smallblack {
  margin: 0 auto;
}
@media (min-width: 57.5em) {
  .footerLogo .logo-smallblack {
    margin: 0;
  }
}

@media (min-width: 81.25em) {
  .footerAddress {
    margin: 5px 0 0 35px;
  }
}
.footerAddress p {
  margin: 0;
}

@media (min-width: 57.5em) {
  .footerButtonGroup {
    text-align: right;
  }
}
.footerButtonGroup a {
  margin: 0 8px 12px;
}
@media (min-width: 81.25em) {
  .footerButtonGroup a {
    margin: 0 0 0 16px;
  }
}

@media (min-width: 57.5em) {
  .footerNav {
    margin-bottom: 30px;
  }
}
.footerNav li {
  margin-bottom: 9px;
}
.footerNav a {
  display: block;
}
@media (min-width: 57.5em) {
  .footerNav .menu {
    display: table;
    width: 100%;
  }
}
@media (min-width: 57.5em) {
  .footerNav .menu > li {
    display: table-cell;
    padding-right: 6%;
  }
}
@media (min-width: 57.5em) {
  .footerNav .menu > li:nth-child(1) {
    width: 25%;
  }
}
@media (min-width: 57.5em) {
  .footerNav .menu > li:nth-child(3) {
    width: 20%;
  }
}
@media (min-width: 57.5em) and (max-width: 81.25em) {
  .footerNav .menu > li:nth-child(5) {
    padding-right: 0;
  }
}
.footerNav .menu > li > a {
  margin-bottom: 9px;
  font-family: "clear_sansbold";
  color: #000;
}
.footerNav .menu > li > a:hover {
  color: #6a8d9c;
}
.footerNav .submenu {
  display: none;
}
@media (min-width: 57.5em) {
  .footerNav .submenu {
    display: block;
  }
}
.footerNav .submenu a {
  color: #595959;
}
.footerNav .submenu a:hover {
  color: #6a8d9c;
}

.footerNav2 {
  margin-bottom: 30px;
}
@media (min-width: 57.5em) {
  .footerNav2 {
    float: left;
    width: 25%;
  }
}
@media (min-width: 81.25em) {
  .footerNav2 {
    float: none;
    width: 100%;
  }
}
.footerNav2 li {
  margin-bottom: 9px;
}
.footerNav2 a {
  display: block;
  font-family: "clear_sansbold";
  color: #000;
}
.footerNav2 a:hover {
  color: #6a8d9c;
}

@media (min-width: 81.25em) {
  .footerSocial li:nth-child(2) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.footerSocial li a {
  padding: 19px;
}

.footerbar3 {
  font-size: 14px;
  padding: 13px 0 15px;
}
.footerbar3 a {
  color: #ababab;
  text-decoration: underline;
}
.footerbar3 a:hover {
  color: #6a8d9c;
}
.footerbar3 .inlineList {
  margin-bottom: 10px;
}
.footerbar3 .inlineList a {
  margin-right: 23px;
}
@media (min-width: 40.625em) {
  .footerbar3 .footerbar3-group1 {
    float: left;
  }
}
@media (min-width: 40.625em) {
  .footerbar3 .footerbar3-group2 {
    float: right;
  }
}
.footerbar3 .select {
  border: none;
  color: #ababab;
  padding: 0 32px 0 0;
  max-width: 285px;
  margin: 0 auto;
}
.footerbar3 .select:after {
  transform: rotate(180deg);
  margin-top: -9px;
}

#offcanvas-wrapper2 > img,
#offcanvas-wrapper2 > iframe[name=google_conversion_frame] {
  display: none;
}

.page-pl .mainConstrained {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.patternLibrary > li {
  margin-bottom: 60px;
}
.patternLibrary > li > ul > li {
  margin-bottom: 30px;
}
.patternLibrary > li > ul > li > label:first-child {
  display: block;
  padding-bottom: 15px;
}
.patternLibrary > li > label, .patternLibrary > li > .constrained > label {
  border-bottom: 1px solid #efefef;
  display: block;
  text-align: center;
  padding: 0 0 10px;
  margin: 0 0 30px;
}

.patternLibrary-grid .grid__col span {
  display: block;
  padding: 3px 0;
  text-align: center;
  background: #efefef;
  margin: 0 0 4px;
}

.page-template-gpusa-simple-builder main, .page-template-gpusa-microsite-builder main, .page-template-gpusa-page-builder main, .single-microsite main {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.page-template-gpusa-simple-builder .mainConstrained, .page-template-gpusa-microsite-builder .mainConstrained, .page-template-gpusa-page-builder .mainConstrained, .single-microsite .mainConstrained {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0px;
}
.page-template-gpusa-simple-builder .mainGrid, .page-template-gpusa-microsite-builder .mainGrid, .page-template-gpusa-page-builder .mainGrid, .single-microsite .mainGrid {
  max-width: 1355px;
}

body.page-template-gpusa-microsite-builder,
body.single-microsite.blank {
  border: none;
}

.page-template-gpusa-simple-builder .mainConstrained {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
}
.page-template-gpusa-simple-builder .pageBanner {
  margin-bottom: 0;
}
.page-template-gpusa-simple-builder .hero {
  margin-bottom: 0px;
}
.page-template-gpusa-simple-builder .hero.-no-tear::after {
  display: none;
}
.page-template-gpusa-simple-builder .mainGrid {
  max-width: 100%;
  margin: 0;
}
.page-template-gpusa-simple-builder .tweetGrid {
  padding-top: 80px;
  padding-bottom: 70px;
}
.page-template-gpusa-simple-builder .homeInfographic {
  padding-top: 40px;
}
@media (min-width: 48em) {
  .page-template-gpusa-simple-builder .homeInfographic {
    padding-top: 80px;
  }
}
.page-template-gpusa-simple-builder .embeddedEAForm {
  padding: 80px 0px 30px 0px;
  position: relative;
  overflow: hidden;
  background-image: url("img/angle-background-form-embed.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-gpusa-simple-builder .embeddedEAForm.-contribution .sign-up-arrow {
  left: 18%;
}
@media (min-width: 67.5em) {
  .page-template-gpusa-simple-builder .embeddedEAForm.-contribution .sign-up-arrow {
    left: 45%;
  }
}
@media (min-width: 48em) {
  .page-template-gpusa-simple-builder .embeddedEAForm.-contribution .grid-col:first-child {
    width: 38%;
  }
}
@media (min-width: 48em) {
  .page-template-gpusa-simple-builder .embeddedEAForm.-contribution .grid-col:nth-child(2) {
    width: 62%;
  }
}
.page-template-gpusa-simple-builder .embeddedEAForm .sign-up-arrow {
  display: none;
}
@media (min-width: 48em) {
  .page-template-gpusa-simple-builder .embeddedEAForm .sign-up-arrow {
    display: block;
    background: transparent url("img/arrow-right-lighter.png");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.3;
    width: 250px;
    height: 100px;
    position: relative;
    left: 18%;
    z-index: -1;
    top: -39px;
  }
}
@media (min-width: 53.125em) {
  .page-template-gpusa-simple-builder .embeddedEAForm .sign-up-arrow {
    left: 45%;
  }
}
@media (min-width: 67.5em) {
  .page-template-gpusa-simple-builder .embeddedEAForm .sign-up-arrow {
    left: 57%;
  }
}
.page-template-gpusa-simple-builder .embeddedEAForm .shader {
  position: absolute;
  top: 100%;
  bottom: -200px;
  right: -100px;
  left: -100px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.03);
}
.page-template-gpusa-simple-builder .embeddedEAForm .shader:first-child {
  transform: rotate(-10deg);
  top: 19%;
}
.page-template-gpusa-simple-builder .embeddedEAForm .shader:nth-child(2) {
  transform: rotate(15deg);
  top: 39%;
}
.page-template-gpusa-simple-builder .embeddedEAForm .shader:nth-child(3) {
  transform: rotate(-15deg);
}
.page-template-gpusa-simple-builder .embeddedEAForm .grid-col:first-child {
  margin-bottom: 0px;
}
.page-template-gpusa-simple-builder .embeddedEAForm .builder-embedded-form {
  margin-left: -0.625rem;
}
.page-template-gpusa-simple-builder .embeddedEAForm .builder-embedded-form .at-title,
.page-template-gpusa-simple-builder .embeddedEAForm .builder-embedded-form .at-markup.HeaderHtml,
.page-template-gpusa-simple-builder .embeddedEAForm .builder-embedded-form .at-legend,
.page-template-gpusa-simple-builder .embeddedEAForm .builder-embedded-form .at-markup.FooterHtml {
  display: none;
}
.page-template-gpusa-simple-builder .embeddedEAForm .builder-embedded-form input[type=submit] {
  font-family: "montserratblack" !important;
  width: auto;
  color: black;
  text-transform: lowercase;
}
.page-template-gpusa-simple-builder .embeddedEAForm .builder-embedded-form .ngp-form,
.page-template-gpusa-simple-builder .embeddedEAForm .builder-embedded-form .at-fieldset.ContactInformation {
  padding: 0px;
}
.page-template-gpusa-simple-builder .embeddedEAForm .builder-embedded-form .ngp-form .at-inner {
  background: transparent;
}
.page-template-gpusa-simple-builder .featuredLinks {
  padding: 80px 0px 50px 0px;
}
.page-template-gpusa-simple-builder .featuredLinks .linksRibbon-header {
  margin-bottom: 40px;
}
.page-template-gpusa-simple-builder .eventsSection {
  padding: 80px 0px 30px 0px;
}
.page-template-gpusa-simple-builder .eventsSection .eventsSection-header {
  margin-bottom: 40px;
}
.page-template-gpusa-simple-builder .textColumnsSection {
  padding: 80px 0px 70px 0px;
}
.page-template-gpusa-simple-builder .textColumnsSection .single-column-text {
  max-width: 800px;
  margin: 0 auto;
}
.page-template-gpusa-simple-builder .textColumnsSection .grid--2up .grid-col,
.page-template-gpusa-simple-builder .embeddedEAForm .grid--2up .grid-col {
  max-width: none;
}
.page-template-gpusa-simple-builder .textImageBanner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.page-template-gpusa-simple-builder .textImageBanner.-bottom-tear:after {
  content: "";
  width: 100%;
  height: 17px;
  background: transparent url("img/rough-texture.png") no-repeat top center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
}
.page-template-gpusa-simple-builder .textImageBanner.-top-tear:before {
  content: "";
  width: 100%;
  height: 17px;
  background: transparent url("img/rough-texture.png") no-repeat top center;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 50%;
  transform: translatex(-50%) rotate(180deg);
}
.page-template-gpusa-simple-builder .textImageBanner .textImageBanner-wrapper {
  padding: 70px 0px;
}
@media screen and (min-width: 53.125em) {
  .page-template-gpusa-simple-builder .textImageBanner .textImageBanner-wrapper {
    padding: 110px 0px;
  }
}
.page-template-gpusa-simple-builder .textImageBanner.-button .textImageBanner-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 53.125em) {
  .page-template-gpusa-simple-builder .textImageBanner.-button .textImageBanner-wrapper {
    margin-right: -60px;
    flex-wrap: nowrap;
  }
}
.page-template-gpusa-simple-builder .textImageBanner.-button .textImageBanner-header {
  width: 100%;
}
.page-template-gpusa-simple-builder .textImageBanner.-button .textImageBanner-button {
  white-space: nowrap;
  margin: 0 auto;
}
.page-template-gpusa-simple-builder .textImageBanner.-button .textImageBanner-header,
.page-template-gpusa-simple-builder .textImageBanner.-button .textImageBanner-button {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: top;
}
.page-template-gpusa-simple-builder .textImageBanner.-button .textImageBanner-header.-first,
.page-template-gpusa-simple-builder .textImageBanner.-button .textImageBanner-button.-first {
  margin-bottom: 35px;
}
.page-template-gpusa-simple-builder .textImageBanner.-button h2 {
  padding-bottom: 30px;
}
@media screen and (min-width: 53.125em) {
  .page-template-gpusa-simple-builder .textImageBanner.-button .textImageBanner-wrapper {
    padding: 110px 0px;
  }
  .page-template-gpusa-simple-builder .textImageBanner.-button .textImageBanner-wrapper h2 {
    padding-bottom: 0px;
    text-align: left;
  }
  .page-template-gpusa-simple-builder .textImageBanner.-button .textImageBanner-wrapper .textImageBanner-header,
.page-template-gpusa-simple-builder .textImageBanner.-button .textImageBanner-wrapper .textImageBanner-button {
    padding-right: 60px;
    width: auto;
  }
}
.page-template-gpusa-simple-builder .textImageBanner h2 {
  font-size: 1.4em;
  color: white;
  line-height: 1.4em;
  text-align: center;
  margin: 0px;
}
@media (min-width: 48em) {
  .page-template-gpusa-simple-builder .textImageBanner h2 {
    font-size: 2.5em;
  }
}
.page-template-gpusa-simple-builder .textImageBanner .shader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-template-gpusa-simple-builder .textImageBanner.-no-overlay .shader {
  display: none;
}

.tweet-section-header {
  margin-bottom: 30px;
}
@media (min-width: 37.5em) {
  .tweet-section-header {
    margin-bottom: 37px;
  }
}
@media (min-width: 37.5em) {
  .tweet-section-header h2, .tweet-section-header a {
    display: inline-block;
  }
}
.tweet-section-header h2 {
  margin-right: 42px;
}
.tweet-section-header a {
  margin-top: -2px;
}

.tweetGrid .m-grid {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.tweetGrid .m-grid-item {
  padding: 0 0.5em;
  width: 100%;
}
@media (min-width: 37.5em) {
  .tweetGrid .m-grid-item {
    width: 50%;
  }
}
@media (min-width: 53.125em) {
  .tweetGrid .m-grid-item {
    width: 33%;
  }
}

.contentSlider {
  padding-top: 80px;
  padding-bottom: 50px;
}
.contentSlider .content-slider-wrapper {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 53.125em) {
  .contentSlider .content-slider-wrapper {
    margin-right: -60px;
    flex-wrap: nowrap;
  }
}
.contentSlider h2 {
  text-align: center;
}
.contentSlider .slide-text,
.contentSlider .slide-image {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: top;
  margin: 0 auto;
}
.contentSlider .slide-text h1, .contentSlider .slide-text h2, .contentSlider .slide-text h3, .contentSlider .slide-text h4, .contentSlider .slide-text h5, .contentSlider .slide-text h6, .contentSlider .slide-text p {
  margin-top: 0px;
  padding-top: 0px;
}
.contentSlider .slide-image img {
  max-height: 360px;
  align-self: center;
  margin-bottom: 30px;
}
.contentSlider .slick-track {
  display: flex;
}
.contentSlider .gp-slide {
  align-self: center;
  padding: 0px 2px;
}
.contentSlider .gp-slide:focus {
  outline: none;
}
.contentSlider .slick-dots li.slick-active button:before,
.contentSlider .slick-dots li button:before {
  font-size: 16px;
  color: #66cc00;
}

@media screen and (min-width: 53.125em) {
  .content-slider-wrapper .slide-text,
.content-slider-wrapper .slide-image {
    padding-right: 60px;
    width: 50%;
  }
  .content-slider-wrapper .slide-text.-first,
.content-slider-wrapper .slide-image.-first {
    margin-bottom: 0px;
  }
  .content-slider-wrapper .slide-text {
    width: 70%;
  }
  .content-slider-wrapper .slide-image {
    width: 30%;
  }
}
@media (min-width: 48em) {
  .constrained.-slim {
    padding-right: 20px;
    padding-left: 40px;
  }
}
@media (min-width: 67.5em) {
  .constrained.-slim {
    padding-right: 40px;
  }
}
@media (min-width: 71.875em) {
  .constrained.-slim {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.page-template-gpusa-event .mainConstrained {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0px;
}
.page-template-gpusa-event .pageBanner {
  margin-bottom: 0;
}
.page-template-gpusa-event .hero {
  height: 580px;
}
.page-template-gpusa-event .mainGrid {
  max-width: 100%;
  margin: 0;
}
.page-template-gpusa-event .event-bg {
  width: 100%;
  height: 270px;
  background-size: cover;
  background-position: center center;
}
.page-template-gpusa-event .joinUsRibbon {
  margin-top: 100px !important;
}
@media (min-width: 69.375em) {
  .page-template-gpusa-event .event-bg {
    height: 180px;
    width: 280px;
    left: 100px;
    bottom: 80px;
  }
}
.page-template-gpusa-event .linksRibbon-header {
  margin-top: 60px;
  margin-bottom: 40px;
}
.page-template-gpusa-event .featuredLinks {
  margin-top: 30px;
  margin-bottom: 60px;
}
.page-template-gpusa-event .featuredLinks .grid--4up .grid-col {
  margin-bottom: 40px;
}
@media (min-width: 71.875em) {
  .page-template-gpusa-event .featuredLinks .grid--4up .grid-col {
    margin-bottom: 40px;
  }
}
@media (min-width: 51.125) {
  .page-template-gpusa-event .featuredLinks .grid--4up .grid-col {
    margin-bottom: 40px;
  }
}

.page-template-gpusa-event .homeGallery .textGroup {
  display: none;
}
.page-template-gpusa-event .homeExplainer .constrained:before {
  display: none;
}
.page-template-gpusa-event .homeExplainer:before {
  display: none;
}
.page-template-gpusa-event .gradient-background {
  background: linear-gradient(to bottom, #6a8d9c 0%, #6a8d9c 20%, #6a8d9c 62%, rgba(106, 141, 156, 0) 100%);
}
@media (min-width: 81.25em) {
  .page-template-gpusa-event .environmentalistRibbon-header p {
    width: auto;
    margin-left: 25px;
    position: relative;
    top: 17px;
  }
}
@media (min-width: 37.5em) {
  .page-template-gpusa-event .hero {
    margin-bottom: 0px;
  }
  .page-template-gpusa-event .featuredStoriesVictories-header {
    margin-bottom: 0px;
  }
}
@media (min-width: 69.375em) {
  .page-template-gpusa-event .homeInfographic-group1 .homeInfographic-data {
    margin-top: -50px !important;
  }
}
@media (min-width: 71.875em) {
  .page-template-gpusa-event .homeExplainer-title {
    width: 40%;
  }
}

.home .mainConstrained {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.home .pageBanner {
  margin-bottom: 0;
}
.home .mainGrid {
  max-width: 100%;
  margin: 0;
}

.home .gp-notice-banner {
  background: #3a3a3a;
  color: white;
  font-family: "Montserrat";
  font-size: 14px;
  padding: 12px 20px;
  letter-spacing: 0.01em;
  line-height: 1.5em;
}
.home .gp-notice-banner a:link,
.home .gp-notice-banner a:visited {
  color: #6c0;
}
.home .gp-notice-banner a:link:hover,
.home .gp-notice-banner a:visited:hover {
  color: #6c0;
  opacity: 0.9;
}

.homeInfographic {
  padding-bottom: 80px;
}
@media (min-width: 46.25em) {
  .homeInfographic {
    padding-bottom: 118px;
  }
}

.homeInfographic-text {
  padding-top: 25px;
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 69.375em) {
  .homeInfographic-text {
    float: right;
    width: 41.5%;
    text-align: left;
    margin-bottom: 0;
  }
}

.homeInfographic-group1 {
  position: relative;
  z-index: 2;
}
@media (min-width: 80em) {
  .homeInfographic-group1 {
    margin-bottom: 79px;
  }
}
.homeInfographic-group1 .homeInfographic-data {
  margin: 0 auto 40px;
  position: relative;
}
@media (min-width: 32.5em) {
  .homeInfographic-group1 .homeInfographic-data {
    margin-top: -50px;
    max-width: 350px;
  }
}
@media (min-width: 69.375em) {
  .homeInfographic-group1 .homeInfographic-data {
    margin-top: -100px;
    margin-bottom: 0;
  }
}
@media (min-width: 80em) {
  .homeInfographic-group1 .homeInfographic-data {
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translatex(-50%);
    margin-left: 46px;
  }
}

.homeInfographic-image1 {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 69.375em) {
  .homeInfographic-image1 {
    width: 49%;
    margin: 0;
  }
}

.homeInfograpic-dataGroup {
  max-width: 460px;
  margin: 40px auto 40px;
}
@media (min-width: 46.25em) {
  .homeInfograpic-dataGroup {
    max-width: 630px;
    margin: 80px auto 80px;
  }
}
@media (min-width: 69.375em) {
  .homeInfograpic-dataGroup {
    margin-bottom: 0;
    margin-top: -20px;
    width: auto;
    max-width: none;
  }
}
@media (min-width: 80em) {
  .homeInfograpic-dataGroup {
    margin-top: 0;
  }
}
.homeInfograpic-dataGroup .homeInfographic-data {
  text-align: center;
}
@media (min-width: 46.25em) {
  .homeInfograpic-dataGroup .homeInfographic-data {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: auto;
    width: 50%;
    margin: 0 -2px;
  }
}
@media (min-width: 69.375em) {
  .homeInfograpic-dataGroup .homeInfographic-data {
    display: block;
    max-width: none;
    padding-right: 0;
  }
}
@media (min-width: 80em) {
  .homeInfograpic-dataGroup .homeInfographic-data {
    max-width: 296px;
    display: inline-block;
  }
}
.homeInfograpic-dataGroup .homeInfographic-data:first-child {
  border-bottom: 4px solid #efefef;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (min-width: 46.25em) {
  .homeInfograpic-dataGroup .homeInfographic-data:first-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    border-right: 4px solid #efefef;
    padding-right: 60px;
  }
}
@media (min-width: 69.375em) {
  .homeInfograpic-dataGroup .homeInfographic-data:first-child {
    border-right: none;
    margin-right: none;
    border-bottom: 4px solid #efefef;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 80em) {
  .homeInfograpic-dataGroup .homeInfographic-data:first-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    border-right: 4px solid #efefef;
    padding-right: 60px;
  }
}
@media (min-width: 46.25em) {
  .homeInfograpic-dataGroup .homeInfographic-data:last-child {
    padding-left: 60px;
  }
}
@media (min-width: 69.375em) {
  .homeInfograpic-dataGroup .homeInfographic-data:last-child {
    padding-left: 0;
  }
}
@media (min-width: 80em) {
  .homeInfograpic-dataGroup .homeInfographic-data:last-child {
    padding-left: 60px;
  }
}

.homeInfographic-data .data {
  margin-bottom: 9px;
}
.homeInfographic-data .datalabel {
  margin-bottom: 0;
}

.homeInfographic-group2 {
  position: relative;
  padding-bottom: 9px;
}

.homeInfographic-image2 {
  text-align: center;
}
@media (min-width: 69.375em) {
  .homeInfographic-image2 {
    position: absolute;
    right: 0;
    bottom: -4px;
    width: 40.4%;
  }
}

.homeFeaturedActions {
  background: #171e21 url("img/featuredActionsBg.jpg") no-repeat center top;
  background-size: 1588px auto;
  padding: 80px 0 22px;
}

.homeExplainer {
  padding: 87px 0 460px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #466674;
  color: #fff;
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 37.5em) {
  .homeExplainer {
    text-align: left;
    padding-top: 137px;
    padding-bottom: 500px;
  }
}
.homeExplainer:after {
  content: "";
  width: 100%;
  height: 17px;
  background: transparent url("img/rough-texture.png") no-repeat top center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
}
.homeExplainer:before {
  content: "";
  height: 1218px;
  background: transparent url("img/homeExplainer-gradient.png") center center;
  width: 100%;
  position: absolute;
  bottom: 460px;
  left: 0;
  z-index: -1;
}
.homeExplainer .constrained:before {
  content: "";
  height: 1595px;
  background: transparent url("img/homeExplainer-map.png") center center;
  width: 1247px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.homeExplainer-title {
  margin-bottom: 40px;
  color: white;
}
@media (min-width: 71.875em) {
  .homeExplainer-title {
    float: left;
    margin-top: 11px;
  }
}

.gradient-background {
  content: "";
  height: 1218px;
  background: none;
  width: 100%;
  position: absolute;
  bottom: 460px;
  left: 0;
  z-index: -1;
}

.homeExplainer-list > li {
  margin-bottom: 40px;
}
@media (min-width: 67.5em) {
  .homeExplainer-list > li {
    width: 70%;
  }
}
@media (min-width: 71.875em) {
  .homeExplainer-list > li {
    width: 60%;
  }
}
@media (min-width: 67.5em) {
  .homeExplainer-list > li:nth-child(odd) {
    margin-left: 30%;
    margin-bottom: 0;
  }
}
@media (min-width: 71.875em) {
  .homeExplainer-list > li:nth-child(odd) {
    margin-bottom: 40px;
  }
}
@media (min-width: 71.875em) {
  .homeExplainer-list > li:nth-child(1) {
    margin-left: 45%;
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 71.875em) {
  .homeExplainer-list > li:nth-child(2) {
    margin-left: 3%;
    width: 54%;
    margin-top: -30px;
    margin-bottom: 90px;
  }
}
@media (min-width: 71.875em) {
  .homeExplainer-list > li:nth-child(3) {
    margin-left: 29%;
  }
}
@media (min-width: 71.875em) {
  .homeExplainer-list > li:nth-child(4) {
    margin-left: 55%;
    width: 45%;
    margin-bottom: -10px;
  }
}
@media (min-width: 71.875em) {
  .homeExplainer-list > li:nth-child(5) {
    margin-left: 20%;
  }
}

.homeExplainerSingle .homeExplainerSingle-title {
  margin: 0 0 3px;
}
.homeExplainerSingle .homeExplainerSingle-title a {
  display: inline-block;
  background: #66cc00;
  padding: 1px 4px 4px;
  color: #000;
  transition: background 0.2s ease;
}
.homeExplainerSingle .homeExplainerSingle-title a:hover {
  background: #bbcbae;
}
.homeExplainerSingle .homeExplainerSingle-summary {
  font-family: "clear_sansbold";
}
.homeExplainerSingle .imageGroup {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  overflow: hidden;
  margin: 0 auto 20px;
}
@media (min-width: 37.5em) {
  .homeExplainerSingle .imageGroup {
    float: left;
    margin: 0;
  }
}
@media (min-width: 37.5em) {
  .homeExplainerSingle .textGroup {
    margin-left: 188px;
    padding-top: 20px;
  }
}

.featuredStoriesVictories {
  padding: 60px 0 100px;
}
@media (min-width: 37.5em) {
  .featuredStoriesVictories {
    padding-top: 95px;
  }
}

.featuredStoriesVictories-header {
  margin-bottom: 60px;
}
@media (min-width: 37.5em) {
  .featuredStoriesVictories-header {
    margin-bottom: 67px;
  }
}
@media (min-width: 37.5em) {
  .featuredStoriesVictories-header h2, .featuredStoriesVictories-header a {
    display: inline-block;
  }
}
.featuredStoriesVictories-header h2 {
  margin-right: 42px;
}
.featuredStoriesVictories-header a {
  margin-top: -2px;
}

.environmentalistRibbon {
  padding: 60px 0 40px;
}
@media (min-width: 37.5em) {
  .environmentalistRibbon {
    padding-top: 87px;
  }
}

.environmentalistRibbon-header {
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}
@media (min-width: 37.5em) {
  .environmentalistRibbon-header {
    margin-bottom: 67px;
  }
}
@media (min-width: 67.5em) {
  .environmentalistRibbon-header {
    text-align: left;
  }
}
.environmentalistRibbon-header p {
  font-family: "clear_sansbold";
}
@media (min-width: 81.25em) {
  .environmentalistRibbon-header p {
    width: 270px;
    margin-left: 25px;
  }
}
@media (min-width: 81.25em) {
  .environmentalistRibbon-header h2, .environmentalistRibbon-header p {
    display: inline-block;
    vertical-align: top;
  }
}
.environmentalistRibbon-header h2 {
  margin-bottom: 0;
}
@media (min-width: 67.5em) {
  .environmentalistRibbon-header .btn {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.homeGallery {
  padding: 34px 0 0;
  overflow: hidden;
}
@media (min-width: 37.5em) {
  .homeGallery {
    border-bottom: 4px solid #66cc00;
    padding: 0;
    background: #66cc00;
  }
}
.homeGallery a {
  color: #fff;
}

.homeGallery-list {
  padding: 0px 40px;
}
@media (min-width: 37.5em) {
  .homeGallery-list {
    padding: 0px;
  }
  .homeGallery-list .grid-col {
    margin-bottom: 0px;
  }
}

.homeGallery-link {
  position: relative;
  height: 100%;
  width: 100%;
  background: #66cc00;
}
.homeGallery-link a {
  display: block;
  width: 100%;
  color: #000;
  text-align: center;
}
@media (min-width: 37.5em) {
  .homeGallery-link a {
    position: absolute;
    text-align: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 280px;
  }
}
@media (min-width: 37.5em) {
  .homeGallery-link a:hover {
    background: #66cc00;
    color: #fff;
  }
}

.joinUsRibbon {
  /* EA related signup form styling 2016 */
  /* End EA related style changes, the below css will be overridden once the EA form is live */
}
.joinUsRibbon .ngp-form {
  max-width: none !important;
}
.joinUsRibbon .ngp-form input[type=tel], .joinUsRibbon .ngp-form input[type=text], .joinUsRibbon .ngp-form input[type=email] {
  font-family: "clear_sans_mediumregular", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-size: 18px !important;
  line-height: 30px !important;
  border: none !important;
  background: #575757 !important;
  padding: 17px 24px 18px !important;
  height: inherit !important;
  border-radius: 0px !important;
  color: white !important;
  transition: background 0.2s ease !important;
}
.joinUsRibbon .ngp-form input[type=tel]:hover, .joinUsRibbon .ngp-form input[type=text]:hover, .joinUsRibbon .ngp-form input[type=email]:hover {
  background: #787878 !important;
  border: none !important;
}
.joinUsRibbon .ngp-form input[type=tel]::-webkit-input-placeholder, .joinUsRibbon .ngp-form input[type=text]::-webkit-input-placeholder, .joinUsRibbon .ngp-form input[type=email]::-webkit-input-placeholder {
  color: #efefef;
}
.joinUsRibbon .ngp-form input[type=tel]:-moz-placeholder, .joinUsRibbon .ngp-form input[type=text]:-moz-placeholder, .joinUsRibbon .ngp-form input[type=email]:-moz-placeholder {
  color: #efefef;
}
.joinUsRibbon .ngp-form input[type=tel]::-moz-placeholder, .joinUsRibbon .ngp-form input[type=text]::-moz-placeholder, .joinUsRibbon .ngp-form input[type=email]::-moz-placeholder {
  color: #efefef;
}
.joinUsRibbon .ngp-form input[type=tel]:-ms-input-placeholder, .joinUsRibbon .ngp-form input[type=text]:-ms-input-placeholder, .joinUsRibbon .ngp-form input[type=email]:-ms-input-placeholder {
  color: #efefef;
}
.joinUsRibbon .at {
  overflow: visible !important;
  width: 60%;
  margin-top: -30px;
}
.joinUsRibbon .at-submit {
  background: #6c0 none repeat scroll 0 0 !important;
  font-family: "montserratblack" !important;
  font-size: 20px !important;
  padding: 20px 32px !important;
  color: black !important;
  transition: color 0.2s ease, background 0.2s ease !important;
  text-transform: lowercase !important;
  width: auto !important;
}
.joinUsRibbon .at-submit:hover {
  background: #a7e36c !important;
  cursor: pointer !important;
}
.joinUsRibbon .at .at-fieldset {
  min-width: 0 !important;
  padding: 0 !important;
  margin-top: -10px !important;
}
.joinUsRibbon .at h1 {
  color: #fff !important;
  display: none !important;
}
.joinUsRibbon .headerHtml {
  display: none !important;
}
.joinUsRibbon .at-title {
  display: none;
}
.joinUsRibbon .at-inner {
  border: none !important;
  background: transparent !important;
  color: #fff;
}
.joinUsRibbon .at fieldset legend {
  display: none;
}
.joinUsRibbon .PostalCode {
  width: 100% !important;
  transition: color 0.2 ease, background 0.2s ease;
}
@media (min-width: 34.375em) {
  .joinUsRibbon .PostalCode {
    width: 50% !important;
  }
}

.joinUsRibbon {
  position: relative;
  padding: 30px 24px 30px;
  margin-top: 60px;
}
@media (min-width: 34.375em) {
  .joinUsRibbon {
    padding: 57px 50px 39px;
  }
}
@media (min-width: 48em) {
  .joinUsRibbon {
    margin-right: -60px;
    margin-left: -60px;
  }
}
.joinUsRibbon.is-fullWidth {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}
.joinUsRibbon .constrained {
  position: relative;
}
.joinUsRibbon:before {
  content: "";
  width: 100%;
  height: 17px;
  background: transparent url("img/rough-texture-darkgray.png") no-repeat top center;
  position: absolute;
  top: -12px;
  left: 0;
}
.joinUsRibbon a {
  color: #66cc00;
}
.joinUsRibbon a:hover {
  color: #a7e36c;
}
.joinUsRibbon.-v2 .joinUsRibbon-title {
  font-family: "montserrat";
  font-size: 33px;
  font-weight: 700;
}
.joinUsRibbon.-v2 .ngp-form input[type=email],
.joinUsRibbon.-v2 .ngp-form input[type=tel],
.joinUsRibbon.-v2 .ngp-form input[type=text] {
  font-family: "montserrat" !important;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.joinUsRibbon.-v2 .at {
  width: 100%;
}
@media (min-width: 48em) {
  .joinUsRibbon.-v2 .at {
    width: 60%;
  }
}
.joinUsRibbon.-v2 .joinUsRibbon-footer p {
  font-family: "montserrat";
}
.joinUsRibbon.-v2 .at-markup.FooterHtml {
  display: none;
}

.joinUsRibbon-group1 {
  position: relative;
}
@media (min-width: 48em) {
  .joinUsRibbon-group1 {
    padding-top: 11px;
  }
}

.joinUsRibbon-title {
  text-align: center;
  line-height: 48px;
}
@media (min-width: 34.375em) {
  .joinUsRibbon-title {
    margin-bottom: 40px;
  }
}
@media (min-width: 71.875em) {
  .joinUsRibbon-title {
    text-align: left;
    width: 270px;
    float: left;
    bottom: 0;
    line-height: 45px;
  }
}

.joinUsRibbon-form {
  text-align: left;
}
@media (min-width: 71.875em) {
  .joinUsRibbon-form {
    margin-left: 270px;
  }
}
@media (min-width: 81.25em) {
  .has-footer .joinUsRibbon-form {
    margin-right: 174px;
  }
}
.joinUsRibbon-form input {
  border: none;
  background: #575757;
  padding: 17px 24px 18px;
  transition: background 0.2s ease;
}
.joinUsRibbon-form input::-webkit-input-placeholder {
  color: #efefef;
}
.joinUsRibbon-form input:-moz-placeholder {
  color: #efefef;
}
.joinUsRibbon-form input::-moz-placeholder {
  color: #efefef;
}
.joinUsRibbon-form input:-ms-input-placeholder {
  color: #efefef;
}
.joinUsRibbon-form input:focus {
  background: #787878;
}
.joinUsRibbon-form .inputGroup {
  margin: 0 0 20px;
}
@media (min-width: 34.375em) {
  .joinUsRibbon-form .inputGroup {
    display: inline-block;
    vertical-align: top;
    margin-right: -2px;
    margin-left: -2px;
    width: 50%;
    padding-right: 10px;
  }
}
@media (min-width: 56.25em) {
  .joinUsRibbon-form .inputGroup {
    width: 33%;
    vertical-align: top;
  }
}
@media (min-width: 34.375em) {
  .joinUsRibbon-form .inputGroup:last-child {
    padding-right: 0;
  }
}
@media (min-width: 56.25em) {
  .joinUsRibbon-form .inputGroup--submit {
    width: 20%;
  }
}
.joinUsRibbon-form .formDescription {
  color: #787878;
  margin-bottom: 0;
}
.joinUsRibbon-form .inputGroup-header {
  margin-bottom: 8px;
}
.joinUsRibbon-form .btn {
  border: none;
}
@media (min-width: 56.25em) {
  .joinUsRibbon-form .btn {
    display: block;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.joinUsRibbon-form .fa {
  color: #343434;
  background: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  padding-top: 8px;
  font-size: 16px;
  margin-bottom: 12px;
  display: none;
}
@media (min-width: 34.375em) {
  .joinUsRibbon-form .fa {
    display: block;
  }
}
.joinUsRibbon-form .fa-mobile {
  padding-top: 0px;
  font-size: 33px;
}

.joinUsRibbon-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 34.375em) {
  .joinUsRibbon-footer {
    margin-top: 20px;
  }
}
.joinUsRibbon-footer p {
  margin-bottom: 0;
  font-family: "clear_sansbold";
  line-height: 24px;
}
@media (min-width: 81.25em) {
  .joinUsRibbon-footer {
    position: absolute;
    top: 0;
    right: 100px;
    width: 140px;
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 30px;
    text-align: left;
  }
}

.mission {
  background: #007793;
  color: #fff;
  padding: 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media (min-width: 67.5em) {
  .mission {
    text-align: left;
  }
}
.mission p {
  font-family: "clear_sansbold";
}
.mission a {
  margin-right: 2px;
  color: #000;
  background: #66cc00;
  padding: 0 5px;
  transition: background 0.2s ease;
  border-radius: 4px;
}
.mission a:hover {
  background: #bbcbae;
}
.mission h2 {
  font-family: "montserrat";
  font-weight: 600;
  color: white;
  font-size: 26px;
}
.mission h2,
.mission p {
  margin-bottom: 0;
}

.mission-group1,
.mission-group2 {
  padding: 43px 0;
}
@media (min-width: 67.5em) {
  .mission-group1,
.mission-group2 {
    display: inline-block;
    margin-right: -0.25em;
    vertical-align: top;
  }
}

.mission-group1 {
  background: #093944;
  position: relative;
  z-index: 1;
}
@media (min-width: 67.5em) {
  .mission-group1 {
    width: 37%;
    padding-right: 10px;
    height: 100%;
  }
}
.mission-group1:before {
  content: "";
  background: #093944;
  position: absolute;
  height: 100%;
  width: 300%;
  top: 0;
  left: -100%;
  z-index: -1;
}
@media (min-width: 67.5em) {
  .mission-group1:before {
    width: 200%;
    height: 200%;
    right: 62%;
  }
}
.mission-group1:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 25px solid #093944;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -50px;
  z-index: 2;
}
@media (min-width: 67.5em) {
  .mission-group1:after {
    border: 130px solid transparent;
    border-right: none;
    border-left: 65px solid #093944;
    left: auto;
    right: -65px;
    bottom: auto;
    top: 50%;
    margin-left: 0;
    margin-top: -130px;
  }
}

@media (min-width: 67.5em) {
  .mission-group2 {
    width: 52%;
    margin-left: 10%;
    margin-top: 7px;
  }
}
.searchform {
  margin-bottom: 50px;
  position: relative;
}
.searchform label {
  display: block;
  margin-bottom: 3px;
}
.searchform input[type=text] {
  margin-bottom: 10px;
  padding: 16px 16px 17px;
}
@media (min-width: 24.375em) {
  .searchform input[type=text] {
    display: inline-block;
    width: auto;
    margin-right: 6px;
  }
}
@media (min-width: 67.5em) {
  .searchform input[type=text] {
    width: 400px;
  }
}
@media (min-width: 85em) {
  .searchform input[type=text] {
    width: 600px;
  }
}
.modal {
  pointer-events: all;
  position: relative;
  border-top: 3px solid #66cc00;
  width: 40%;
  max-width: 800px;
  margin: 80px auto 40px auto;
}
@media (max-width: 37.5em) {
  .modal {
    width: 90%;
  }
}

.modalImage {
  position: relative;
}

.modal-textGroup {
  text-align: center;
  background: #fff;
  position: relative;
  padding: 25px 30px 35px;
}
@media (max-width: 37.5em) {
  .modal-textGroup {
    padding: 20px;
  }
}
.modal-textGroup:after {
  content: "";
  width: 100%;
  height: 17px;
  background: transparent url("img/rough-texture.png") no-repeat top center;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translatex(-50%);
}

.pum-title.popmake-title {
  display: none !important;
}

.pum-container {
  max-width: 500px !important;
}

.pum-content.popmake-content > p {
  display: none;
}

.pum-content {
  border-top: 4px solid #6c0 !important;
}
.pum-content .modalTitle {
  margin-bottom: 10px;
  padding: 0px 30px;
}
@media (max-width: 37.5em) {
  .pum-content .modalTitle {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px !important;
  }
}
.pum-content .modalSubtitle {
  margin-bottom: 30px !important;
  padding: 0px 30px;
}
@media (max-width: 37.5em) {
  .pum-content .modalSubtitle {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 10px !important;
  }
}
.pum-content .modalLink {
  margin-bottom: 0;
}
.pum-content .wpb_content_element {
  margin-bottom: 15px;
}
.pum-content .modalLink {
  margin-bottom: 22px !important;
}
.pum-content .vc_column-inner {
  padding-top: 0px !important;
}

/*
.popmake {
	box-shadow: none !important;
	background: none !important;
	border: none !important;
	padding: 0 !important;

	@media (max-width: $bp-middleschool) {
		top: 20px;
		left: 5%;
		width: 90%;
		position: absolute;
	}
}

.popmake-overlay {
	background-color: rgba(0,0,0,.8) !important;
}

.popmake.fixed {
	position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0;
  bottom: 0;
  width: 100% !important;
  overflow: scroll !important;
  pointer-events: none;
  @media (max-width: $bp-middleschool) {
		position: fixed !important;
	}
}

.popmake-close {
	@extend %smallText;
	position: absolute;
	right: 0;
	top: -22px;
	color: $green;

	&:hover {
		cursor: pointer;
		text-decoration: underline;
		color: $green-light;
	}
}
*/
.password-required .popmake,
.password-required .popmake-overlay,
.password-required .pum,
.password-required .pum-overlay {
  display: none !important;
}

.page-template-gpusa-author-pledge #content {
  margin-bottom: 0;
  margin-top: 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.page-template-gpusa-author-pledge .mainGrid {
  margin: 0;
  max-width: 100%;
}

.author_pledge--hero::before {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
}
@media (min-width: 57.5em) {
  .author_pledge--hero .textGroup {
    bottom: 200px;
  }
}
.author_pledge--hero--text {
  color: #fff;
  font-size: 16px;
}
@media (min-width: 37.5em) {
  .author_pledge--hero--text {
    font-size: 24px;
  }
}
.author_pledge--intro {
  margin-bottom: 30px;
}
@media (min-width: 37.5em) {
  .author_pledge--intro {
    margin-bottom: 97px;
  }
}
@media (min-width: 53.125em) {
  .author_pledge--intro--header, .author_pledge--intro--content {
    float: left;
  }
}
.author_pledge--intro--header {
  margin-bottom: 1em;
}
@media (min-width: 53.125em) {
  .author_pledge--intro--header {
    margin-bottom: 2rem;
    padding-right: 1rem;
    width: 33.3333%;
  }
}
.author_pledge--intro--content {
  font-size: 18px;
}
@media (min-width: 53.125em) {
  .author_pledge--intro--content {
    padding-left: 1rem;
    width: 66.6666%;
  }
}
.author_pledge--intro--content-large {
  font-size: 1.5em;
}
.author_pledge--intro--content ul {
  font-style: italic;
  padding-left: 1rem;
}
@media (min-width: 37.5em) {
  .author_pledge--intro--content ul {
    margin-left: 0;
    padding-left: 0;
  }
}
.author_pledge--intro--headline {
  font-size: 32px;
  color: #6c0;
}
@media (min-width: 37.5em) {
  .author_pledge--intro--headline {
    font-size: 45px;
  }
}
.author_pledge--list {
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 2rem 0;
}
.author_pledge--list--item {
  margin-bottom: 4rem;
  padding: 0 1rem;
  width: 100%;
}
@media (min-width: 37.5em) {
  .author_pledge--list--item {
    width: 50%;
  }
}
@media (min-width: 53.125em) {
  .author_pledge--list--item {
    width: 33.3333%;
  }
}
.author_pledge--pledges {
  background: rgba(102, 204, 0, 0.15);
  padding: 6rem 0 3rem;
}
.author_pledge--pledges--header {
  margin-bottom: 2rem;
}
.author_pledge--pledges--headline {
  font-size: 32px;
  color: #6c0;
}
@media (min-width: 37.5em) {
  .author_pledge--pledges--headline {
    font-size: 45px;
  }
}

.pledge {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.pledge_text {
  background: #005A70;
  border-top: 4px solid #6c0;
  color: #fff;
  font-size: 22px;
  padding: 40px 20px;
}
@media (min-width: 53.125em) {
  .pledge_text {
    font-size: 18px;
  }
}
@media (min-width: 67.5em) {
  .pledge_text {
    font-size: 22px;
  }
}
.pledge_headline {
  color: inherit;
  margin-bottom: 0;
}
.pledge_image {
  position: relative;
}
.pledge_image img {
  width: 100%;
}
.pledge_quote {
  padding-top: 20px;
}
.pledge_byline {
  display: block;
  color: inherit;
  font-size: 0.5em;
  font-style: italic;
  line-height: 1;
  margin-top: 0.5em;
}
.pledge_share {
  bottom: 0;
  left: 0;
  height: 48px;
  position: absolute;
  text-align: center;
  transform: translate3d(0, 50%, 0);
  width: 100%;
}
@media (min-width: 53.125em) {
  .pledge_share {
    height: 32px;
  }
}
@media (min-width: 67.5em) {
  .pledge_share {
    height: 48px;
  }
}
.pledge_share--link,
.pledge_share .addtoany_shortcode {
  display: inline-block;
  vertical-align: top;
}
.pledge_share--link {
  cursor: default;
  left: 50%;
  padding: 0 4px;
  position: absolute;
  transform: translate3d(-50%, 0, 0);
  transition: left 400ms ease, transform 400ms ease;
  z-index: 2;
}
.pledge_share a {
  height: 48px;
  width: 56px;
}
@media (min-width: 53.125em) {
  .pledge_share a {
    height: 32px;
    width: 40px;
  }
}
@media (min-width: 67.5em) {
  .pledge_share a {
    height: 48px;
    width: 56px;
  }
}
.pledge_share a img {
  height: 48px;
  transition: transform 300ms ease;
  width: 48px;
}
@media (min-width: 53.125em) {
  .pledge_share a img {
    height: 32px;
    width: 32px;
  }
}
@media (min-width: 67.5em) {
  .pledge_share a img {
    height: 48px;
    width: 48px;
  }
}
.pledge_share a:hover img {
  transform: scale(1.1);
}
.pledge_share .addtoany_shortcode {
  height: 48px;
  opacity: 0;
  position: absolute;
  right: 33.3333%;
  top: 0;
  transition: all 400ms ease;
  visibility: hidden;
  width: 169px;
}
@media (min-width: 53.125em) {
  .pledge_share .addtoany_shortcode {
    height: 32px;
    width: 120px;
  }
}
@media (min-width: 67.5em) {
  .pledge_share .addtoany_shortcode {
    height: 48px;
    width: 169px;
  }
}
.pledge_share .addtoany_shortcode a {
  position: absolute;
  top: 0;
}
.pledge_share .addtoany_shortcode a:nth-of-type(1) {
  left: 0;
}
.pledge_share .addtoany_shortcode a:nth-of-type(2) {
  left: 56px;
}
@media (min-width: 53.125em) {
  .pledge_share .addtoany_shortcode a:nth-of-type(2) {
    left: 40px;
  }
}
@media (min-width: 67.5em) {
  .pledge_share .addtoany_shortcode a:nth-of-type(2) {
    left: 56px;
  }
}
.pledge_share .addtoany_shortcode a:nth-of-type(3) {
  left: 112px;
}
@media (min-width: 53.125em) {
  .pledge_share .addtoany_shortcode a:nth-of-type(3) {
    left: 80px;
  }
}
@media (min-width: 67.5em) {
  .pledge_share .addtoany_shortcode a:nth-of-type(3) {
    left: 112px;
  }
}
.pledge_share .addtoany_shortcode a img {
  display: block;
}
.pledge_share .addtoany_shortcode a:hover img {
  opacity: 1;
}
.pledge_share--wrap {
  display: inline-block;
  height: 48px;
  max-width: 95%;
  position: relative;
  width: 228px;
}
@media (min-width: 53.125em) {
  .pledge_share--wrap {
    height: 32px;
    width: 160px;
  }
}
@media (min-width: 67.5em) {
  .pledge_share--wrap {
    height: 48px;
    width: 228px;
  }
}
.pledge_share--wrap.show-share > a {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.pledge_share--wrap.show-share .addtoany_shortcode {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.single-pledge .articleFooter {
  text-align: center;
}

body.single-stories #story-banner {
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 17px solid transparent;
  border-image: url(img/rough-texture.png) 30 round;
}
body.single-stories .pageBanner {
  height: 300px;
}
body.single-stories .pageBanner:before {
  background: transparent;
}
body.single-stories .storyBannerCredit {
  float: right;
  margin: 10px;
  color: white;
  text-shadow: 1px 1px black;
  font-size: 10px;
  opacity: 0.7;
}
body.single-stories .titleGroup .giantTitle,
body.single-stories .titleGroup .modalTitle,
body.single-stories .titleGroup .largeText,
body.single-stories .titleGroup blockquote,
body.single-stories .titleGroup .wp-caption-text h1,
body.single-stories .titleGroup h2,
body.single-stories .titleGroup h3,
body.single-stories .titleGroup h4,
body.single-stories .titleGroup h5,
body.single-stories .titleGroup h6,
body.single-stories .titleGroup p,
body.single-stories .titleGroup blockquote cite,
body.single-stories .descriptiveParagraph .giantTitle,
body.single-stories .descriptiveParagraph .modalTitle,
body.single-stories .descriptiveParagraph .largeText,
body.single-stories .descriptiveParagraph blockquote,
body.single-stories .descriptiveParagraph .wp-caption-text h1,
body.single-stories .descriptiveParagraph h2,
body.single-stories .descriptiveParagraph h3,
body.single-stories .descriptiveParagraph h4,
body.single-stories .descriptiveParagraph h5,
body.single-stories .descriptiveParagraph h6,
body.single-stories .descriptiveParagraph p,
body.single-stories .descriptiveParagraph blockquote cite,
body.single-stories .articleBody .giantTitle,
body.single-stories .articleBody .modalTitle,
body.single-stories .articleBody .largeText,
body.single-stories .articleBody blockquote,
body.single-stories .articleBody .wp-caption-text h1,
body.single-stories .articleBody h2,
body.single-stories .articleBody h3,
body.single-stories .articleBody h4,
body.single-stories .articleBody h5,
body.single-stories .articleBody h6,
body.single-stories .articleBody p,
body.single-stories .articleBody blockquote cite {
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
}
body.single-stories .titleGroup .giantTitle,
body.single-stories .descriptiveParagraph .giantTitle,
body.single-stories .articleBody .giantTitle {
  font-weight: 700;
  margin-bottom: 20px;
  color: #505050;
}
body.single-stories .titleGroup .largeText,
body.single-stories .descriptiveParagraph .largeText,
body.single-stories .articleBody .largeText {
  font-weight: 300;
  font-style: italic;
}
body.single-stories .titleGroup blockquote,
body.single-stories .descriptiveParagraph blockquote,
body.single-stories .articleBody blockquote {
  font-style: italic;
}
body.single-stories .titleGroup blockquote cite,
body.single-stories .descriptiveParagraph blockquote cite,
body.single-stories .articleBody blockquote cite {
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
}

@media screen and (min-width: 37.5em) {
  body.single-stories .pageBanner {
    height: 400px;
  }
}
@media screen and (min-width: 920px) {
  body.single-stories .pageBanner {
    height: 600px;
  }
}
body.single-gp_poll {
  /*.constrained {
    padding-right: 0px;
    padding-left: 0px;

    @media (min-width: $bp-elementary) {
      padding-right: 0px;
      padding-left: 0px;
    }

    @media (min-width: $bp-highschool) {
      padding-right: $cspace_large;
      padding-left: $cspace_large;
    }
  }*/
}
@media screen and (min-width: 1000px) {
  body.single-gp_poll .poll-wrapper {
    margin: 0 auto;
  }
}
body.single-gp_poll header.mainHeader {
  background-color: white;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
body.single-gp_poll #offcanvas-wrapper1 {
  background-image: url("img/poll-background.png");
  background-repeat: repeat;
  background-size: auto;
}
body.single-gp_poll .poll-social-sharing {
  margin: 0 auto;
  background: white;
}

.page-template-gpusa-mega-hub .fa {
  font-family: "FontAwesome";
  font-style: normal;
}
.page-template-gpusa-mega-hub .mainConstrained {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-gpusa-mega-hub .pageBanner {
  margin-bottom: 0;
}
.page-template-gpusa-mega-hub .mainGrid {
  max-width: 100%;
  margin: 0;
}
.page-template-gpusa-mega-hub .lede-text-wrapper {
  padding-bottom: 40px;
  padding-top: 50px;
}
.page-template-gpusa-mega-hub .lede-text {
  max-width: 800px;
  margin: 0 auto;
  border-left-style: solid;
  border-left-width: 10px;
  border-left-color: #28b7b5;
  margin-left: -40px;
  padding-left: 40px;
  font-family: "montserrat";
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #093944;
}
.page-template-gpusa-mega-hub .single-featured-action-section {
  z-index: 5;
  position: relative;
}

@media all and (min-width: 48em) {
  .page-template-gpusa-mega-hub .lede-text {
    border-left-width: 5px;
    margin-left: auto;
  }
}
.constrained.-slim {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 48em) {
  .constrained.-slim {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 67.5em) {
  .constrained.-slim {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 71.875em) {
  .constrained.-slim {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.featured-campaigns-section {
  margin-bottom: 60px;
}
.featured-campaigns-section .campaigns-header {
  position: relative;
  margin-top: -160px;
  margin-bottom: -130px;
  padding: 240px 0px 140px 0px;
  background: #212121;
  z-index: 1;
}
.featured-campaigns-section .campaigns-header .header-text {
  position: relative;
  z-index: 3;
  padding-bottom: 20px;
}
.featured-campaigns-section .campaigns-header .header-text h2 {
  color: white;
  font-family: "montserrat";
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 8px;
  padding-bottom: 0px;
}
.featured-campaigns-section .campaigns-header .header-text .sub-head {
  color: white;
  font-family: "montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5em;
}
.featured-campaigns-section .campaigns-header .header-background {
  z-index: 2;
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  background-image: url("/wp-content/themes/greenpeace/img/topography-background.png");
  background-image: url("/usa/wp-content/themes/greenpeace/img/topography-background.png");
  opacity: 0.5;
}
.featured-campaigns-section .campaign-grid {
  display: flex;
  flex-direction: column;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
  position: relative;
  z-index: 3;
}
.featured-campaigns-section .campaign-grid.-expanded .campaign-grid-item:nth-child(5), .featured-campaigns-section .campaign-grid.-expanded .campaign-grid-item:nth-child(6), .featured-campaigns-section .campaign-grid.-expanded .campaign-grid-item:nth-child(7), .featured-campaigns-section .campaign-grid.-expanded .campaign-grid-item:nth-child(8), .featured-campaigns-section .campaign-grid.-expanded .campaign-grid-item:nth-child(9), .featured-campaigns-section .campaign-grid.-expanded .campaign-grid-item:nth-child(10) {
  display: block;
}
.featured-campaigns-section .campaign-grid-item {
  width: 100%;
  margin-bottom: 20px;
  list-style: none;
}
.featured-campaigns-section .campaign-grid-item:nth-child(5), .featured-campaigns-section .campaign-grid-item:nth-child(6), .featured-campaigns-section .campaign-grid-item:nth-child(7), .featured-campaigns-section .campaign-grid-item:nth-child(8), .featured-campaigns-section .campaign-grid-item:nth-child(9), .featured-campaigns-section .campaign-grid-item:nth-child(10) {
  display: none;
}

@media all and (min-width: 740px) {
  .featured-campaigns-section .campaign-grid {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .featured-campaigns-section .campaign-grid-item {
    width: 48%;
  }
}
@media all and (min-width: 900px) {
  .featured-campaigns-section .campaigns-header .header-text h2 {
    font-size: 2em;
    padding-bottom: 0px;
  }
  .featured-campaigns-section .campaigns-header .header-text .sub-head {
    margin-left: 10px;
  }
}
@media all and (min-width: 1360px) {
  .featured-campaigns-section .campaigns-header .header-text h2 {
    font-size: 2.4em;
  }
}
@media (min-width: 71.875em) {
  .featured-campaigns-section .campaign-grid-item {
    width: 49%;
  }
}
.featured-projects-section {
  padding-bottom: 60px;
  position: relative;
}
.featured-projects-section .section-background {
  z-index: 1;
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  background-image: url("/wp-content/themes/greenpeace/img/topography-background.png");
  background-image: url("/usa/wp-content/themes/greenpeace/img/topography-background.png");
  opacity: 0.5;
}
.featured-projects-section .constrained.-slim.sliding {
  padding: 0px;
}
.featured-projects-section .projects-header {
  position: relative;
  margin-top: 50px;
  margin-bottom: -110px;
  padding: 60px 0px 120px 0px;
  z-index: 1;
}
.featured-projects-section .projects-header .header-text {
  position: relative;
  z-index: 3;
  padding-bottom: 20px;
  padding-top: 20px;
}
.featured-projects-section .projects-header .header-text h2 {
  color: white;
  font-family: "montserrat";
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 8px;
}
.featured-projects-section .projects-header .header-text .sub-head {
  color: white;
  font-family: "montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5em;
}
.featured-projects-section .projects-header .header-background {
  display: none;
  z-index: 2;
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  background-image: url("/wp-content/themes/greenpeace/img/topography-background.png");
  background-image: url("/usa/wp-content/themes/greenpeace/img/topography-background.png");
  opacity: 0.5;
}
.featured-projects-section .project-grid {
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 3;
}
.featured-projects-section .project-grid-item {
  width: 300px;
  margin-bottom: 20px;
  list-style: none;
  margin: 0 10px;
  margin-bottom: 20px;
}
.featured-projects-section .slick-dots li button::before {
  font-size: 16px;
  color: #4a4a4a;
  opacity: 0.75;
}
.featured-projects-section .slick-dots li:hover button::before {
  opacity: 1;
}
.featured-projects-section .slick-dots li.slick-active button::before {
  font-size: 36px;
  content: "○";
  color: black;
  top: -5px;
  opacity: 1;
}

@media all and (min-width: 900px) {
  .featured-projects-section .section-background {
    display: none;
  }
  .featured-projects-section .projects-header {
    background: #212121;
  }
  .featured-projects-section .projects-header .header-background {
    display: block;
  }
  .featured-projects-section .projects-header .header-text h2 {
    font-size: 2em;
    padding-bottom: 0px;
  }
  .featured-projects-section .projects-header .header-text .sub-head {
    margin-left: 10px;
  }
  .featured-projects-section .project-grid {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .featured-projects-section .project-grid-item {
    margin: 0;
    margin-bottom: 20px;
    width: 33.33333%;
  }
  .featured-projects-section .project-card {
    margin: 0px 10px;
  }
}
@media all and (min-width: 1360px) {
  .featured-projects-section .project-grid-item {
    width: 25%;
  }
  .featured-projects-section .projects-header .header-text h2 {
    font-size: 2.4em;
  }
}
.single-greenpeace_project .mainConstrained,
.single-greenpeace_campaign .mainConstrained {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.single-greenpeace_project .pageBanner,
.single-greenpeace_campaign .pageBanner {
  margin-bottom: 0;
}
.single-greenpeace_project .mainGrid,
.single-greenpeace_campaign .mainGrid {
  max-width: 100%;
  margin: 0;
}
.single-greenpeace_project .slick-slide,
.single-greenpeace_campaign .slick-slide {
  outline: none !important;
}
.single-greenpeace_project .slick-slide:focus,
.single-greenpeace_campaign .slick-slide:focus {
  outline: none;
}
.single-greenpeace_project .campaign .campaign-project-header .text-area-container .text-area,
.single-greenpeace_campaign .campaign .campaign-project-header .text-area-container .text-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-greenpeace_project .campaign-project-header,
.single-greenpeace_campaign .campaign-project-header {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
}
.single-greenpeace_project .campaign-project-header .text-area-container,
.single-greenpeace_campaign .campaign-project-header .text-area-container {
  background: #85c649;
  position: relative;
  left: 0;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 2;
  margin-top: -30px;
}
.single-greenpeace_project .campaign-project-header .text-area-container .associated-campaigns,
.single-greenpeace_campaign .campaign-project-header .text-area-container .associated-campaigns {
  display: block;
  margin-bottom: 30px;
  margin-top: -46px;
}
.single-greenpeace_project .campaign-project-header .text-area-container .associated-campaign,
.single-greenpeace_campaign .campaign-project-header .text-area-container .associated-campaign {
  background: white;
  font-weight: 700;
  color: #093944;
  font-family: "montserrat";
  padding: 5px 8px;
  font-size: 14px;
  display: inline-block;
  margin: 0px 5px;
  line-height: 1em;
}
.single-greenpeace_project .campaign-project-header .text-area-container .text-area,
.single-greenpeace_campaign .campaign-project-header .text-area-container .text-area {
  text-align: left;
  z-index: 2;
  position: relative;
}
.single-greenpeace_project .campaign-project-header .text-area-container .text-area h1,
.single-greenpeace_campaign .campaign-project-header .text-area-container .text-area h1 {
  color: white;
  line-height: 1em;
  font-size: 33px;
  font-family: "montserrat";
  font-weight: 700;
  margin-bottom: 10px;
}
.single-greenpeace_project .campaign-project-header .text-area-container .text-area .campaign-subtitle,
.single-greenpeace_campaign .campaign-project-header .text-area-container .text-area .campaign-subtitle {
  color: white;
  font-weight: 700;
  font-family: "montserrat";
  line-height: 1.4em;
}
.single-greenpeace_project .campaign-project-header .hero-container,
.single-greenpeace_campaign .campaign-project-header .hero-container {
  position: relative;
  width: 100%;
  min-height: 240px;
}
.single-greenpeace_project .campaign-project-header .hero-container .campaign-project-hero,
.single-greenpeace_campaign .campaign-project-header .hero-container .campaign-project-hero {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.single-greenpeace_project .campaign-project-header .texture-background,
.single-greenpeace_campaign .campaign-project-header .texture-background {
  opacity: 0.16;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/wp-content/themes/greenpeace/img/topography-background.png");
  background-image: url("/usa/wp-content/themes/greenpeace/img/topography-background.png");
}
.single-greenpeace_project .campaign-project-description-section.constrained,
.single-greenpeace_campaign .campaign-project-description-section.constrained {
  padding-top: 30px;
  padding-bottom: 50px;
}
.single-greenpeace_project .campaign-project-description-section.constrained p:empty,
.single-greenpeace_campaign .campaign-project-description-section.constrained p:empty {
  display: none;
}
.single-greenpeace_project .campaign-project-description-section.constrained .campaign-project-description,
.single-greenpeace_campaign .campaign-project-description-section.constrained .campaign-project-description {
  max-width: 900px;
  color: #575757;
  line-height: 1.9em;
}
.single-greenpeace_project .campaign-project-description-section.constrained .campaign-project-description h1, .single-greenpeace_project .campaign-project-description-section.constrained .campaign-project-description h2, .single-greenpeace_project .campaign-project-description-section.constrained .campaign-project-description h3, .single-greenpeace_project .campaign-project-description-section.constrained .campaign-project-description h4, .single-greenpeace_project .campaign-project-description-section.constrained .campaign-project-description h5, .single-greenpeace_project .campaign-project-description-section.constrained .campaign-project-description h6,
.single-greenpeace_campaign .campaign-project-description-section.constrained .campaign-project-description h1,
.single-greenpeace_campaign .campaign-project-description-section.constrained .campaign-project-description h2,
.single-greenpeace_campaign .campaign-project-description-section.constrained .campaign-project-description h3,
.single-greenpeace_campaign .campaign-project-description-section.constrained .campaign-project-description h4,
.single-greenpeace_campaign .campaign-project-description-section.constrained .campaign-project-description h5,
.single-greenpeace_campaign .campaign-project-description-section.constrained .campaign-project-description h6 {
  font-family: "montserrat";
  font-weight: 700;
}
.single-greenpeace_project .campaign-project-description-section.constrained .campaign-project-description h2,
.single-greenpeace_campaign .campaign-project-description-section.constrained .campaign-project-description h2 {
  margin-top: 40px;
}
.single-greenpeace_project .campaign-project-description-section.constrained .campaign-project-description h2:first-child,
.single-greenpeace_campaign .campaign-project-description-section.constrained .campaign-project-description h2:first-child {
  margin-top: 0px;
}
.single-greenpeace_project .campaign-project-description-section.constrained .campaign-project-description a,
.single-greenpeace_campaign .campaign-project-description-section.constrained .campaign-project-description a {
  color: inherit;
  box-shadow: 0px 3px 0px -1px #28b7b5;
}
.single-greenpeace_project .campaign-project-description-section.constrained .more-description-container,
.single-greenpeace_campaign .campaign-project-description-section.constrained .more-description-container {
  margin-bottom: 20px;
  height: 70px;
  position: relative;
  overflow: hidden;
}
.single-greenpeace_project .campaign-project-description-section.constrained .more-description-container.expanded,
.single-greenpeace_campaign .campaign-project-description-section.constrained .more-description-container.expanded {
  height: auto;
}
.single-greenpeace_project .campaign-project-description-section.constrained .more-description-container.expanded .more-description-gradient,
.single-greenpeace_campaign .campaign-project-description-section.constrained .more-description-container.expanded .more-description-gradient {
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  opacity: 0;
  visibility: hidden;
}
.single-greenpeace_project .campaign-project-description-section.constrained .more-description-gradient,
.single-greenpeace_campaign .campaign-project-description-section.constrained .more-description-gradient {
  transition: all 0.1s cubic-bezier(0, 0, 0.2, 1);
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+83 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 83%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 83%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 83%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}
.single-greenpeace_project .campaign-project-description-section.constrained .social-sharing-wrapper,
.single-greenpeace_campaign .campaign-project-description-section.constrained .social-sharing-wrapper {
  margin-top: 50px;
  text-align: left;
}
.single-greenpeace_project .campaign-project-description-section.constrained .social-sharing-wrapper .page-social,
.single-greenpeace_campaign .campaign-project-description-section.constrained .social-sharing-wrapper .page-social {
  margin-bottom: 0px;
}
.single-greenpeace_project .campaign-project-description-section.constrained .social-sharing-wrapper .page-social > li,
.single-greenpeace_project .campaign-project-description-section.constrained .social-sharing-wrapper .page-social > .mail,
.single-greenpeace_campaign .campaign-project-description-section.constrained .social-sharing-wrapper .page-social > li,
.single-greenpeace_campaign .campaign-project-description-section.constrained .social-sharing-wrapper .page-social > .mail {
  width: 60px;
  border: none;
  margin: 0;
}
.single-greenpeace_project .campaign-project-description-section.constrained .social-sharing-wrapper .page-social > li a,
.single-greenpeace_campaign .campaign-project-description-section.constrained .social-sharing-wrapper .page-social > li a {
  margin-bottom: 0;
  padding: 17px;
  color: white;
  background: #093944;
}
.single-greenpeace_project .campaign-project-description-section.constrained .social-sharing-wrapper .page-social > li a:hover,
.single-greenpeace_campaign .campaign-project-description-section.constrained .social-sharing-wrapper .page-social > li a:hover {
  background: white;
  color: #093944;
}
.single-greenpeace_project .single-featured-action-section,
.single-greenpeace_campaign .single-featured-action-section {
  position: relative;
  z-index: 5;
  margin-bottom: 50px;
}
.single-greenpeace_project .videoFeature,
.single-greenpeace_campaign .videoFeature {
  background: url("/wp-content/themes/greenpeace/img/texture.jpg");
  background: url("/usa/wp-content/themes/greenpeace/img/texture.jpg");
  position: relative;
}
.single-greenpeace_project .videoFeature.bg-darkgray,
.single-greenpeace_campaign .videoFeature.bg-darkgray {
  background: #093944;
}
.single-greenpeace_project .videoFeature.bg-darkgray:before,
.single-greenpeace_campaign .videoFeature.bg-darkgray:before {
  content: "";
  background-image: url("/wp-content/themes/greenpeace/img/topography-background.png");
  background-image: url("/usa/wp-content/themes/greenpeace/img/topography-background.png");
  position: absolute;
  background-repeat: repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
}
.single-greenpeace_project .videoFeature.bg-darkgray .video-description,
.single-greenpeace_campaign .videoFeature.bg-darkgray .video-description {
  color: white;
}
.single-greenpeace_project .videoFeature .video-section-wrapper,
.single-greenpeace_campaign .videoFeature .video-section-wrapper {
  position: relative;
}
.single-greenpeace_project .videoFeature .video-description,
.single-greenpeace_campaign .videoFeature .video-description {
  color: #093944;
}
.single-greenpeace_project .videoFeature h2, .single-greenpeace_project .videoFeature h3, .single-greenpeace_project .videoFeature h4, .single-greenpeace_project .videoFeature p,
.single-greenpeace_campaign .videoFeature h2,
.single-greenpeace_campaign .videoFeature h3,
.single-greenpeace_campaign .videoFeature h4,
.single-greenpeace_campaign .videoFeature p {
  font-family: "montserrat";
}
.single-greenpeace_project .videoFeature .video-wrap,
.single-greenpeace_campaign .videoFeature .video-wrap {
  box-shadow: none;
}
.single-greenpeace_project blockquote,
.single-greenpeace_campaign blockquote {
  border-left-color: #28b7b5;
  font-family: "montserrat";
  font-weight: 700;
  color: #093944;
  margin: 30px 0px;
}
.single-greenpeace_project blockquote p,
.single-greenpeace_campaign blockquote p {
  font-size: 22px;
  line-height: 1.4em;
}
.single-greenpeace_project blockquote footer cite,
.single-greenpeace_campaign blockquote footer cite {
  font-family: "montserrat";
  color: #28b7b5;
  font-weight: 700;
}
@media all and (min-width: 650px) {
  .single-greenpeace_project blockquote p,
.single-greenpeace_campaign blockquote p {
    font-size: 28px;
  }
}
@media all and (min-width: 900px) {
  .single-greenpeace_project .joinUsRibbon-title,
.single-greenpeace_campaign .joinUsRibbon-title {
    font-size: 2em;
  }
}
@media all and (min-width: 1050px) {
  .single-greenpeace_project blockquote,
.single-greenpeace_campaign blockquote {
    margin: 40px 0px;
    max-width: 85%;
  }
}
@media all and (min-width: 1150px) {
  .single-greenpeace_project .joinUsRibbon-title,
.single-greenpeace_campaign .joinUsRibbon-title {
    margin-right: 20px;
  }
}
@media all and (min-width: 1250px) {
  .single-greenpeace_project .joinUsRibbon .at,
.single-greenpeace_campaign .joinUsRibbon .at {
    margin-right: 0px;
  }
}
@media all and (min-width: 1300px) {
  .single-greenpeace_project .joinUsRibbon .at,
.single-greenpeace_campaign .joinUsRibbon .at {
    width: 60%;
    margin-right: auto;
  }
}
@media all and (min-width: 1330px) {
  .single-greenpeace_project .joinUsRibbon-title,
.single-greenpeace_campaign .joinUsRibbon-title {
    font-size: 2.4em;
  }
}

.new-featured-actions-section {
  padding-bottom: 60px;
  position: relative;
  background-color: #212121;
  padding-top: 30px;
  margin-top: 0px;
}
.new-featured-actions-section .section-background {
  z-index: 1;
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  background-image: url("/wp-content/themes/greenpeace/img/topography-background.png");
  background-image: url("/usa/wp-content/themes/greenpeace/img/topography-background.png");
  opacity: 0.5;
}
.new-featured-actions-section .constrained.-slim.sliding {
  padding: 0px;
}
.new-featured-actions-section .featured-actions-header {
  position: relative;
  padding-bottom: 10px;
  z-index: 1;
  text-align: center;
}
.new-featured-actions-section .featured-actions-header .header-text {
  position: relative;
  z-index: 3;
  padding-bottom: 20px;
  padding-top: 20px;
}
.new-featured-actions-section .featured-actions-header .header-text h2 {
  color: white;
  font-family: "montserrat";
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 18px;
}
.new-featured-actions-section .more-actions {
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 3;
}
.new-featured-actions-section .action-card-grid-item {
  width: 70%;
  margin-bottom: 20px;
  list-style: none;
  margin: 0 10px;
  margin-bottom: 20px;
}
.new-featured-actions-section .slick-dots li button::before {
  font-size: 16px;
  color: lightgray;
  opacity: 0.75;
}
.new-featured-actions-section .slick-dots li:hover button::before {
  opacity: 1;
}
.new-featured-actions-section .slick-dots li.slick-active button::before {
  font-size: 36px;
  content: "○";
  color: white;
  top: -5px;
  opacity: 1;
}
.new-featured-actions-section .action-card-grid-item {
  max-width: 400px;
}
.new-featured-actions-section .action-v2 {
  max-width: 100%;
}

.has-featured-action .new-featured-actions-section {
  padding-top: 490px;
  margin-top: -500px;
}
.has-featured-action .new-featured-actions-section .featured-actions-header .header-text h2 {
  margin-bottom: 8px;
}

@media all and (min-width: 768px) {
  .has-featured-action .new-featured-actions-section {
    padding-top: 250px;
    margin-top: -250px;
  }
}
@media all and (min-width: 820px) {
  .new-featured-actions-section {
    padding-top: 90px;
    margin-top: -50px;
  }
  .new-featured-actions-section .featured-actions-header .header-text h2 {
    font-size: 2em;
    padding-bottom: 20px;
  }
  .new-featured-actions-section .featured-actions-header .header-text .sub-head {
    margin-left: 10px;
  }
  .new-featured-actions-section .more-actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px -10px;
  }
  .new-featured-actions-section .action-card-grid-item {
    margin: 0;
    margin-bottom: 20px;
    max-width: none;
    width: 33.33333%;
  }
  .new-featured-actions-section .action-v2 {
    margin: 0px 10px;
    max-width: none;
  }
  .new-featured-actions-section .slick-dots li button::before {
    font-size: 16px;
    color: #4a4a4a;
    opacity: 0.75;
  }
  .new-featured-actions-section .slick-dots li:hover button::before {
    opacity: 1;
  }
  .new-featured-actions-section .slick-dots li.slick-active button::before {
    font-size: 36px;
    content: "○";
    color: black;
    top: -5px;
    opacity: 1;
  }
}
.content-teaser-section {
  margin-bottom: 50px;
  margin-top: 20px;
}
.content-teaser-section .header-text {
  padding: 30px 0 10px 0;
  border-top: none;
}
.content-teaser-section .header-text h2 {
  color: #093944;
  font-family: "montserrat";
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 18px;
  margin-bottom: 0px;
}
@media all and (min-width: 900px) {
  .content-teaser-section .header-text h2 {
    font-size: 2em;
    padding-bottom: 20px;
  }
}
@media all and (min-width: 1000px) {
  .content-teaser-section .post-title {
    font-size: 24px;
  }
  .content-teaser-section .description {
    font-size: 16px;
  }
}
@media all and (min-width: 1360px) {
  .content-teaser-section .header-text h2 {
    font-size: 2.4em;
  }
}

.scrolling-gallery-section {
  padding: 30px 0px 40px 0px;
}
.scrolling-gallery-section .gallery-images {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  position: relative;
}
.scrolling-gallery-section .gallery-image {
  padding: 0px 10px;
  max-width: 300px;
  min-width: 0px;
  width: 100%;
  position: relative;
}
.scrolling-gallery-section .image-ratio-wrapper {
  margin: 0 auto;
  padding-top: 56.25%;
  height: 0;
  position: relative;
}
.scrolling-gallery-section .image-ratio-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}
.scrolling-gallery-section .image-credit-container {
  transition: all 0.1s cubic-bezier(0, 0, 0.2, 1);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  position: absolute;
  background: #093944;
  padding: 20px;
  font-size: 14px;
  line-height: 1.4em;
  bottom: 0px;
  right: 10px;
  left: 10px;
  color: white;
}
.scrolling-gallery-section .image-credit-container p {
  margin-bottom: 0px;
}
.scrolling-gallery-section .slick-prev, .scrolling-gallery-section .slick-next {
  top: auto;
  bottom: -55px;
  z-index: 1;
  opacity: 0.75;
  width: 20px;
  height: 20px;
  transition: opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
}
.scrolling-gallery-section .slick-prev:hover, .scrolling-gallery-section .slick-next:hover {
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
  opacity: 1;
}
.scrolling-gallery-section .slick-prev:before, .scrolling-gallery-section .slick-next:before {
  font-size: 20px;
  position: relative;
  color: #4a4a4a;
  font-family: "FontAwesome";
}
.scrolling-gallery-section .slick-prev {
  z-index: 1;
}
.scrolling-gallery-section .slick-prev:before {
  content: "\f053";
}
.scrolling-gallery-section .slick-next {
  z-index: 1;
}
.scrolling-gallery-section .slick-next:before {
  content: "\f054";
}
.scrolling-gallery-section .slick-dots {
  bottom: -37px;
}
.scrolling-gallery-section .slick-dots li button::before {
  font-size: 16px;
  color: #4a4a4a;
  opacity: 0.75;
}
.scrolling-gallery-section .slick-dots li:hover button::before {
  opacity: 1;
}
.scrolling-gallery-section .slick-dots li.slick-active button::before {
  font-size: 36px;
  content: "○";
  color: black;
  top: -5px;
  opacity: 1;
}
@media all and (min-width: 500px) {
  .scrolling-gallery-section .gallery-image {
    max-width: 500px;
  }
}
@media all and (min-width: 700px) {
  .scrolling-gallery-section {
    padding: 50px 0px 60px 0px;
  }
  .scrolling-gallery-section .gallery-image {
    max-width: 700px;
  }
  .scrolling-gallery-section .gallery-image:hover .image-credit-container {
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
}
@media all and (min-width: 800px) {
  .scrolling-gallery-section .gallery-image {
    max-width: 800px;
  }
  .scrolling-gallery-section .slick-prev {
    left: 45%;
  }
  .scrolling-gallery-section .slick-next {
    right: 45%;
  }
}

.scrolling-projects-section {
  padding-bottom: 60px;
  position: relative;
  padding-top: 30px;
  margin-top: 0px;
  background: url("/wp-content/themes/greenpeace/img/texture.jpg");
  background: url("/usa/wp-content/themes/greenpeace/img/texture.jpg");
}
.scrolling-projects-section .header-section {
  position: relative;
  padding-bottom: 10px;
  z-index: 1;
  text-align: center;
}
.scrolling-projects-section .header-section .header-text {
  position: relative;
  z-index: 3;
  padding-bottom: 20px;
  padding-top: 20px;
}
.scrolling-projects-section .header-section .header-text h2 {
  color: #093944;
  font-family: "montserrat";
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 18px;
}
.scrolling-projects-section .project-slider {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  position: relative;
}
.scrolling-projects-section .project-slider-item {
  width: 300px;
  margin-bottom: 20px;
  list-style: none;
  margin: 0 10px;
  margin-bottom: 20px;
}
.scrolling-projects-section .project-slider-wrapper {
  padding: 0px;
  max-width: none;
}
.scrolling-projects-section .slick-prev, .scrolling-projects-section .slick-next {
  top: auto;
  bottom: -50px;
  z-index: 1;
  opacity: 0.75;
  width: 20px;
  height: 20px;
  transition: opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
}
.scrolling-projects-section .slick-prev:hover, .scrolling-projects-section .slick-next:hover {
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
  opacity: 1;
}
.scrolling-projects-section .slick-prev:before, .scrolling-projects-section .slick-next:before {
  font-size: 20px;
  position: relative;
  color: #4a4a4a;
  font-family: "FontAwesome";
}
.scrolling-projects-section .slick-prev {
  z-index: 1;
}
.scrolling-projects-section .slick-prev:before {
  content: "\f053";
}
.scrolling-projects-section .slick-next {
  z-index: 1;
}
.scrolling-projects-section .slick-next:before {
  content: "\f054";
}
.scrolling-projects-section .slick-dots li button::before {
  font-size: 16px;
  color: #4a4a4a;
  opacity: 0.75;
}
.scrolling-projects-section .slick-dots li:hover button::before {
  opacity: 1;
}
.scrolling-projects-section .slick-dots li.slick-active button::before {
  font-size: 36px;
  content: "○";
  color: black;
  top: -5px;
  opacity: 1;
}
.scrolling-projects-section .slick-dots {
  bottom: -35px;
}
.scrolling-projects-section .slick-list {
  overflow: visible;
}
.scrolling-projects-section .project-slider[data-num-slides="1"] {
  max-width: 405px;
  margin: 0 auto;
}
@media all and (min-width: 581px) {
  .scrolling-projects-section .project-slider[data-num-slides="2"] {
    max-width: 670px;
    margin: 0 auto;
  }
}
@media all and (min-width: 800px) {
  .scrolling-projects-section {
    padding-bottom: 80px;
  }
  .scrolling-projects-section .slick-prev {
    left: 45%;
  }
  .scrolling-projects-section .slick-next {
    right: 45%;
  }
}
@media all and (min-width: 867px) {
  .scrolling-projects-section .project-slider[data-num-slides="3"] {
    max-width: 860px;
    margin: 0 auto;
  }
}
@media all and (min-width: 900px) {
  .scrolling-projects-section .header-section .header-text h2 {
    font-size: 2em;
    padding-bottom: 20px;
  }
  .scrolling-projects-section .project-slider-item {
    margin: 0 10px;
    margin-bottom: 20px;
    width: 33.33333%;
  }
}
@media all and (min-width: 1201px) {
  .scrolling-projects-section .project-slider[data-num-slides="4"] {
    max-width: 1150px;
    margin: 0 auto;
  }
}

.page-template-gpusa-volunteer-homepage main {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.page-template-gpusa-volunteer-homepage .mainConstrained {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-gpusa-volunteer-homepage .mainGrid {
  max-width: 100%;
  margin: 0;
}
.page-template-gpusa-volunteer-homepage .content-wrapper {
  font-family: "montserrat";
  color: white;
  background: #093944;
}
.page-template-gpusa-volunteer-homepage ul, .page-template-gpusa-volunteer-homepage ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-template-gpusa-volunteer-homepage .tab_container > section {
  padding-top: 30px;
}
.page-template-gpusa-volunteer-homepage .tab-header {
  margin-bottom: 30px;
}
.page-template-gpusa-volunteer-homepage .single-featured-action-section .grit-texture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/greenpeace/img/grit-texture-dark.png");
  background-image: url("/usa/wp-content/themes/greenpeace/img/grit-texture-dark.png");
}
.page-template-gpusa-volunteer-homepage .single-featured-action-section .action-text-group {
  background: #007799;
}
.page-template-gpusa-volunteer-homepage .single-featured-action-section .action-text-group:hover {
  background: #007799;
}
.page-template-gpusa-volunteer-homepage .single-featured-action-section .action-text-group .featured-action-title {
  color: white;
}
.page-template-gpusa-volunteer-homepage .single-featured-action-section .action-image-filter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #007799;
  opacity: 0.4;
  filter: contrast(100%);
}
.page-template-gpusa-volunteer-homepage .single-featured-action-section .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  filter: grayscale(100%) contrast(130%);
}
.page-template-gpusa-volunteer-homepage .page-tabs {
  width: 100%;
  height: auto;
  position: relative;
}
.page-template-gpusa-volunteer-homepage .page-tabs > li {
  width: 100%;
  display: none;
  list-style: none;
}
.page-template-gpusa-volunteer-homepage .page-tabs > li:before {
  display: none;
}
.page-template-gpusa-volunteer-homepage .resources-tab-content {
  padding-bottom: 30px;
}
.page-template-gpusa-volunteer-homepage .filter-label {
  margin-bottom: 10px;
}
.page-template-gpusa-volunteer-homepage .resource-filter-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.page-template-gpusa-volunteer-homepage .resource-filter-buttons .filter-button {
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
  padding: 5px 10px;
  color: #093944;
  background: #28b7b5;
  font-weight: 700;
  font-size: 14px;
  border: 3px solid #28b7b5;
  width: 32%;
}
.page-template-gpusa-volunteer-homepage .resource-filter-buttons .filter-button.-selected {
  background: #093944;
  color: #28b7b5;
}
.page-template-gpusa-volunteer-homepage .resource-filter-buttons .filter-button.view-all {
  width: 100%;
}
.page-template-gpusa-volunteer-homepage .resource-grid {
  margin-bottom: 50px;
}
.page-template-gpusa-volunteer-homepage .resource-grid .resource-card {
  width: 100%;
  margin-bottom: 20px;
}
.page-template-gpusa-volunteer-homepage .become-volunteer-tab-content {
  padding-bottom: 30px;
}
.page-template-gpusa-volunteer-homepage .become-volunteer-tab-content .volunteer-form-wrapper {
  max-width: 840px !important;
  min-height: 1000px;
}
.page-template-gpusa-volunteer-homepage .become-volunteer-tab-content .tab-header {
  margin-bottom: 50px;
}
@media all and (min-width: 675px) {
  .page-template-gpusa-volunteer-homepage .resource-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: -10px;
    margin-bottom: 50px;
    margin-right: -25px;
  }
  .page-template-gpusa-volunteer-homepage .resource-grid .resource-card {
    width: 49%;
    padding: 10px;
    margin-bottom: 0;
  }
}
@media all and (min-width: 675px) and (min-width: 800px) {
  .page-template-gpusa-volunteer-homepage .tab_container > section {
    padding-top: 50px;
  }
  .page-template-gpusa-volunteer-homepage .tab-header {
    font-size: 2em;
    margin-bottom: 30px;
  }
  .page-template-gpusa-volunteer-homepage .resource-filter-buttons {
    max-width: 600px;
  }
  .page-template-gpusa-volunteer-homepage .resource-filter-buttons .filter-button,
.page-template-gpusa-volunteer-homepage .resource-filter-buttons .filter-button.view-all {
    width: 24%;
  }
}
@media all and (min-width: 675px) and (min-width: 1040px) {
  .page-template-gpusa-volunteer-homepage .resource-grid {
    margin-right: -55px;
  }
  .page-template-gpusa-volunteer-homepage .resource-grid .resource-card {
    width: 32%;
  }
}
@media all and (min-width: 675px) and (min-width: 1355px) {
  .page-template-gpusa-volunteer-homepage .resource-grid .resource-card {
    width: 24%;
  }
}

.resource-card {
  position: relative;
}
.resource-card .resource {
  background: #007799;
  position: relative;
  padding: 30px 25px;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  text-align: center;
}
.resource-card .resource * {
  color: white;
  position: relative;
}
.resource-card .card-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/greenpeace/img/grit-texture-dark.png");
  background-image: url("/usa/wp-content/themes/greenpeace/img/grit-texture-dark.png");
}
.resource-card .resource-type-group .svg-slide,
.resource-card .resource-type-group .svg-video,
.resource-card .resource-type-group .svg-toolkit {
  fill: #093944;
}
.resource-card .resource-type-group p {
  font-size: 14px;
}
.resource-card .resource-title {
  line-height: 1.2em;
}
@media all and (min-width: 800px) {
  .resource-card .resource {
    transition: all 0.1s cubic-bezier(0, 0, 0.2, 1);
  }
  .resource-card .resource:hover {
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    transform: scale(1.07);
  }
}

.guided-prompt {
  padding-top: 60px;
  padding-bottom: 60px;
}
.guided-prompt .step > h3 {
  font-size: 16px;
  color: #28b7b5;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}
.guided-prompt .step-one .action-prompt {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.guided-prompt #step-three,
.guided-prompt #step-two,
.guided-prompt #step-one {
  position: absolute;
  visibility: hidden;
  top: 0;
  transform: translateX(2000px);
  pointer-events: none;
  width: 100%;
}
.guided-prompt #step-three.active,
.guided-prompt #step-two.active,
.guided-prompt #step-one.active {
  position: relative;
  display: block;
  pointer-events: all;
  transform: translateX(0px);
  visibility: visible;
}
.guided-prompt .method-radio-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.guided-prompt .radio-button-group {
  width: 49%;
  margin-bottom: 10px;
}
.guided-prompt .radio-button-group label {
  background: #66cc00;
  display: flex;
  min-height: 100%;
  height: 100%;
  width: 100%;
  display: block;
  align-items: center;
  cursor: pointer;
}
.guided-prompt .radio-button-group .label-text {
  padding: 20px;
  color: black;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.1em;
  font-size: 18px;
  font-family: "montserratblack";
  margin: 0;
}
.guided-prompt .method-actions {
  display: none;
}
.guided-prompt .method-actions.-visible {
  display: block;
}
.guided-prompt .method-actions ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.guided-prompt .method-actions ul .method-action {
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: black;
  text-align: center;
  font-size: 18px;
  font-family: "montserratblack";
  margin-bottom: 10px;
  line-height: 1.1em;
  width: 100%;
  background: #66cc00;
}
.guided-prompt .single-actions {
  position: relative;
}
.guided-prompt .single-action {
  visibility: hidden;
  position: absolute;
  top: 0;
  transform: translateX(2000px);
  pointer-events: none;
  width: 100%;
}
.guided-prompt .single-action.-visible {
  position: relative;
  display: block;
  pointer-events: all;
  transform: translateX(0px);
  visibility: visible;
}
.guided-prompt .single-action.-nm .newmode-form {
  margin: -30px;
}
.guided-prompt .single-action > h4 {
  font-size: 22px;
  line-height: 1.3em;
  margin-bottom: 40px;
}
.guided-prompt .btn-secondary {
  margin-top: 30px;
}
@media all and (min-width: 400px) {
  .guided-prompt .method-actions ul .method-action {
    width: 48%;
    margin-right: 2%;
  }
}
@media all and (min-width: 660px) {
  .guided-prompt .method-actions ul .method-action {
    width: 31%;
  }
}
@media all and (min-width: 800px) {
  .guided-prompt .single-action > h4 {
    font-size: 34px;
    line-height: 1.2em;
    max-width: 800px;
  }
}
@media all and (min-width: 940px) {
  .guided-prompt .back-button {
    display: none;
  }
  .guided-prompt .step {
    margin-bottom: 40px;
  }
  .guided-prompt .method-actions ul .method-action {
    width: 23.5%;
    transition: transform 0.1s cubic-bezier(0, 0, 0.2, 1);
  }
  .guided-prompt .method-actions ul .method-action:hover {
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    transform: scale(1.05);
  }
  .guided-prompt .method-actions ul .method-action:nth-of-type(4) {
    margin-right: 0;
  }
  .guided-prompt .method-actions ul .method-action.-selected {
    transform: scale(1.07);
  }
  .guided-prompt .method-radio-buttons {
    flex-direction: column;
  }
  .guided-prompt .radio-button-group {
    margin-bottom: 0px;
  }
  .guided-prompt .radio-button-group.-checked label:hover .fake-radio-button:before {
    background: #85c649;
  }
  .guided-prompt .radio-button-group.-checked .fake-radio-button {
    border-color: #85c649;
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .guided-prompt .radio-button-group.-checked .fake-radio-button:before {
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    content: "";
    width: 10px;
    height: 10px;
    background: #85c649;
    border-radius: 100%;
  }
  .guided-prompt .radio-button-group.-checked .label-text {
    color: #85c649;
  }
  .guided-prompt .radio-button-group label {
    background: transparent;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .guided-prompt .radio-button-group label:hover .fake-radio-button:before {
    content: "";
    width: 10px;
    height: 10px;
    background: lightgray;
    border-radius: 100%;
  }
  .guided-prompt .radio-button-group .fake-radio-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 29px;
    height: 28px;
    border-radius: 100%;
    border: 4px solid lightgray;
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .guided-prompt .radio-button-group .fake-radio-button:before {
    width: 0px;
    height: 0px;
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .guided-prompt .radio-button-group .label-text {
    text-align: left;
    color: white;
    font-family: "montserrat";
    font-weight: 700;
    padding: 14px 20px;
  }
  .guided-prompt .step-one .action-prompt {
    font-size: 32px;
  }
  .guided-prompt .step > h3 {
    font-size: 18px;
    letter-spacing: 0.02em;
  }
}

.page-template-gpusa-volunteer-homepage .content-wrapper footer {
  position: relative;
}
.page-template-gpusa-volunteer-homepage .content-wrapper footer * {
  position: relative;
}
.page-template-gpusa-volunteer-homepage .content-wrapper footer .footer-background,
.page-template-gpusa-volunteer-homepage .content-wrapper footer .background-image,
.page-template-gpusa-volunteer-homepage .content-wrapper footer .image-filter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-template-gpusa-volunteer-homepage .content-wrapper footer .footer-background {
  z-index: 0;
}
.page-template-gpusa-volunteer-homepage .content-wrapper footer .background-image {
  filter: grayscale(100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-template-gpusa-volunteer-homepage .content-wrapper footer .image-filter {
  background: #093944;
  opacity: 0.8;
  z-index: 2;
}
.page-template-gpusa-volunteer-homepage .content-wrapper footer .footer-content > h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1em;
  padding: 30px 0;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.page-template-gpusa-volunteer-homepage .content-wrapper footer .footer-content > h3:before {
  content: "";
  width: 80px;
  height: 5px;
  background: white;
  display: block;
  position: absolute;
  left: calc(50% - 40px);
  bottom: 8px;
}
.page-template-gpusa-volunteer-homepage .content-wrapper footer .footer-ctas {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.page-template-gpusa-volunteer-homepage .content-wrapper footer .footer-ctas > li {
  width: 100%;
  margin-bottom: 30px;
}
.page-template-gpusa-volunteer-homepage .content-wrapper footer .footer-ctas > li h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.page-template-gpusa-volunteer-homepage .content-wrapper footer .footer-ctas > li .cta-description {
  margin-bottom: 15px;
  max-width: 400px;
}
.page-template-gpusa-volunteer-homepage .content-wrapper footer .footer-ctas > li .btn-secondary {
  border-color: white;
  color: white;
  font-size: 15px;
}
.page-template-gpusa-volunteer-homepage .content-wrapper footer .footer-ctas > li .btn-secondary .fa {
  color: white;
}
.page-template-gpusa-volunteer-homepage .content-wrapper footer .footer-ctas > li .btn-secondary:hover {
  background: white;
  color: #093944;
}
.page-template-gpusa-volunteer-homepage .content-wrapper footer .footer-ctas > li .btn-secondary:hover .fa {
  color: #093944;
}
@media all and (min-width: 870px) {
  .page-template-gpusa-volunteer-homepage .content-wrapper footer .footer-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-template-gpusa-volunteer-homepage .content-wrapper footer .footer-ctas {
    flex-direction: row;
    justify-content: space-around;
  }
  .page-template-gpusa-volunteer-homepage .content-wrapper footer .footer-ctas > li {
    width: 46%;
  }
}
@media all and (min-width: 1100px) {
  .page-template-gpusa-volunteer-homepage .content-wrapper footer .footer-content > h3 {
    margin-bottom: 40px;
  }
  .page-template-gpusa-volunteer-homepage .content-wrapper footer .footer-ctas {
    justify-content: center;
  }
  .page-template-gpusa-volunteer-homepage .content-wrapper footer .footer-ctas > li {
    width: 36%;
  }
  .page-template-gpusa-volunteer-homepage .content-wrapper footer .footer-ctas > li:first-child {
    margin-right: 40px;
  }
}

.volunteer-groups-tab-content {
  padding-bottom: 10px;
}
.volunteer-groups-tab-content .volunteer-groups-description {
  margin-bottom: 40px;
  max-width: 950px;
}
.volunteer-groups-tab-content .group-link-cards {
  margin-bottom: 50px;
}
.volunteer-groups-tab-content .group-link-card {
  margin-bottom: 30px;
  position: relative;
  transition: all 0.1s cubic-bezier(0, 0, 0.2, 1);
}
.volunteer-groups-tab-content .group-link-card:hover {
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  transform: scale(1.07);
}
.volunteer-groups-tab-content .group-link-card * {
  position: relative;
}
.volunteer-groups-tab-content .group-link-card .group-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 170px;
  padding: 40px;
  color: inherit;
}
.volunteer-groups-tab-content .group-link-card .group-link h3 {
  font-size: 38px;
  font-weight: 700;
  color: white;
  margin: 0px;
  line-height: 1.1em;
}
.volunteer-groups-tab-content .group-link-card .card-background {
  z-index: 0;
}
.volunteer-groups-tab-content .group-link-card .card-background,
.volunteer-groups-tab-content .group-link-card .image-filter,
.volunteer-groups-tab-content .group-link-card .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.volunteer-groups-tab-content .group-link-card .image-filter {
  background: #007799;
  opacity: 0.6;
}
.volunteer-groups-tab-content .group-link-card .background-image {
  filter: grayscale(100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.volunteer-groups-tab-content .group-link-card button {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.volunteer-groups-tab-content .group-link-card .btn-secondary {
  border: none;
  color: white;
  font-size: 16px;
}
.volunteer-groups-tab-content .group-link-card .btn-secondary:hover {
  border: none;
  color: white;
  background: transparent;
}
.volunteer-groups-tab-content .group-link-card .btn-secondary:hover .fa {
  color: white;
}
.volunteer-groups-tab-content .group-link-card .btn-secondary .fa {
  color: white;
}
@media all and (min-width: 700px) {
  .volunteer-groups-tab-content .group-link-card .group-link {
    min-height: 200px;
  }
  .volunteer-groups-tab-content .group-link-card .group-link h3 {
    font-size: 55px;
  }
}
@media all and (min-width: 860px) {
  .volunteer-groups-tab-content .group-link-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    justify-content: space-between;
  }
  .volunteer-groups-tab-content .group-link-card {
    width: 32%;
  }
  .volunteer-groups-tab-content .group-link-card .group-link {
    justify-content: flex-start;
    padding: 40px 20px;
  }
  .volunteer-groups-tab-content .group-link-card .group-link h3 {
    font-size: 26px;
  }
}
@media all and (min-width: 1200px) {
  .volunteer-groups-tab-content .group-link-card .group-link {
    padding: 40px;
  }
  .volunteer-groups-tab-content .group-link-card .group-link h3 {
    font-size: 34px;
  }
}
@media all and (min-width: 1350px) {
  .volunteer-groups-tab-content .group-link-card .group-link h3 {
    font-size: 43px;
  }
}

.page-template-gpusa-volunteer-homepage .video-header-section {
  position: relative;
}
.page-template-gpusa-volunteer-homepage .video-header-section > * {
  position: relative;
}
.page-template-gpusa-volunteer-homepage .video-header-section .hero-video,
.page-template-gpusa-volunteer-homepage .video-header-section .hero-background-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.page-template-gpusa-volunteer-homepage .video-header-section .hero-background-image-wrapper {
  background: #6bb123;
}
.page-template-gpusa-volunteer-homepage .video-header-section .hero-video {
  display: none;
}
.page-template-gpusa-volunteer-homepage .video-header-section .hero-video video,
.page-template-gpusa-volunteer-homepage .video-header-section .hero-background-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}
.page-template-gpusa-volunteer-homepage .video-header-section .hero-background-image {
  filter: grayscale(100%) contrast(130%);
  opacity: 0.4;
}
.page-template-gpusa-volunteer-homepage .video-header-section .header-text h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1em;
  color: white;
  padding: 30px 0;
  margin-bottom: 0;
  text-align: center;
}
.page-template-gpusa-volunteer-homepage .video-header-section nav {
  background: rgba(139, 204, 73, 0.6);
}
.page-template-gpusa-volunteer-homepage .video-header-section .nav-items {
  display: flex;
  flex-direction: column;
  align-items: left;
  padding-top: 14px;
  padding-bottom: 14px;
}
.page-template-gpusa-volunteer-homepage .video-header-section .nav-items > .nav-button {
  font-family: "montserratblack";
  color: black;
  padding: 5px 0;
  letter-spacing: 0.04em;
  position: relative;
  overflow: hidden;
}
.page-template-gpusa-volunteer-homepage .video-header-section .nav-items > .nav-button.-active {
  color: white;
}
.page-template-gpusa-volunteer-homepage .video-header-section .nav-items > .nav-button:hover {
  cursor: pointer;
}
@media all and (min-width: 678px) {
  .page-template-gpusa-volunteer-homepage .video-header-section .header-text h1 {
    padding: 60px 0;
    font-size: 40px;
  }
}
@media all and (min-width: 910px) {
  .page-template-gpusa-volunteer-homepage .video-header-section .hero-video {
    display: block;
  }
  .page-template-gpusa-volunteer-homepage .video-header-section .nav-items {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-template-gpusa-volunteer-homepage .video-header-section .nav-items > .nav-button {
    font-size: 16px;
    padding: 20px 0;
  }
  .page-template-gpusa-volunteer-homepage .video-header-section .nav-items > .nav-button.-active:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #093944;
    display: block;
    position: absolute;
    left: calc(50% - 10px);
    transform: rotate(45deg);
    top: calc(100% - 9px);
  }
  .page-template-gpusa-volunteer-homepage .video-header-section .header-text h1 {
    padding: 80px 0 70px 0;
    font-size: 50px;
  }
}
@media all and (min-width: 1010px) {
  .page-template-gpusa-volunteer-homepage .video-header-section .nav-items > .nav-button {
    font-size: 18px;
  }
}
@media all and (min-width: 1250px) {
  .page-template-gpusa-volunteer-homepage .video-header-section .header-text h1 {
    padding: 100px 0 90px 0;
    max-width: 800px;
    margin: 0 auto;
  }
}

.page-template-gpusa-volunteer-homepage .ngp-form {
  margin: 0;
  width: 100% !important;
  padding: 0 !important;
}
.page-template-gpusa-volunteer-homepage .ngp-form,
.page-template-gpusa-volunteer-homepage .newmode-form {
  max-width: 800px !important;
  margin: 0;
}
.page-template-gpusa-volunteer-homepage .ngp-form input[type=tel], .page-template-gpusa-volunteer-homepage .ngp-form input[type=text], .page-template-gpusa-volunteer-homepage .ngp-form input[type=email] {
  font-family: "montserrat" !important;
  font-size: 18px !important;
  line-height: 30px !important;
  border: none !important;
  background: white !important;
  padding: 17px 24px 18px !important;
  height: inherit !important;
  border-radius: 0px !important;
  color: #093944 !important;
  transition: background 0.2s ease !important;
}
.page-template-gpusa-volunteer-homepage .ngp-form input[type=tel]:hover, .page-template-gpusa-volunteer-homepage .ngp-form input[type=text]:hover, .page-template-gpusa-volunteer-homepage .ngp-form input[type=email]:hover {
  background: white !important;
  border: none !important;
}
.page-template-gpusa-volunteer-homepage .ngp-form input[type=tel]::-webkit-input-placeholder, .page-template-gpusa-volunteer-homepage .ngp-form input[type=text]::-webkit-input-placeholder, .page-template-gpusa-volunteer-homepage .ngp-form input[type=email]::-webkit-input-placeholder {
  color: #6a8186;
}
.page-template-gpusa-volunteer-homepage .ngp-form input[type=tel]:-moz-placeholder, .page-template-gpusa-volunteer-homepage .ngp-form input[type=text]:-moz-placeholder, .page-template-gpusa-volunteer-homepage .ngp-form input[type=email]:-moz-placeholder {
  color: #6a8186;
}
.page-template-gpusa-volunteer-homepage .ngp-form input[type=tel]::-moz-placeholder, .page-template-gpusa-volunteer-homepage .ngp-form input[type=text]::-moz-placeholder, .page-template-gpusa-volunteer-homepage .ngp-form input[type=email]::-moz-placeholder {
  color: #6a8186;
}
.page-template-gpusa-volunteer-homepage .ngp-form input[type=tel]:-ms-input-placeholder, .page-template-gpusa-volunteer-homepage .ngp-form input[type=text]:-ms-input-placeholder, .page-template-gpusa-volunteer-homepage .ngp-form input[type=email]:-ms-input-placeholder {
  color: #6a8186;
}
.page-template-gpusa-volunteer-homepage .at-markup {
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 16px !important;
  font-family: "montserrat" !important;
  font-weight: 500 !important;
  color: white !important;
}
.page-template-gpusa-volunteer-homepage .at-markup a {
  color: #28b7b5;
}
.page-template-gpusa-volunteer-homepage .at-markup a:hover {
  color: #007793;
}
.page-template-gpusa-volunteer-homepage .at {
  overflow: visible !important;
  width: 60%;
  margin-top: -30px;
}
.page-template-gpusa-volunteer-homepage .at-submit {
  background: #6c0 none repeat scroll 0 0 !important;
  font-family: "montserratblack" !important;
  font-size: 20px !important;
  padding: 20px 32px !important;
  color: black !important;
  transition: color 0.2s ease, background 0.2s ease !important;
  text-transform: lowercase !important;
  width: 100% !important;
  margin-top: 10px;
}
.page-template-gpusa-volunteer-homepage .at-submit:hover {
  background: #a7e36c !important;
  cursor: pointer !important;
}
.page-template-gpusa-volunteer-homepage .at .at-form-submit {
  padding: 0;
}
.page-template-gpusa-volunteer-homepage .at .at-row.at-row-full.Message0 textarea {
  margin-top: 15px;
}
.page-template-gpusa-volunteer-homepage .at .at-row.SmsSubscribeMobilePhone {
  margin-bottom: 1.25em;
}
.page-template-gpusa-volunteer-homepage .at .at-fieldset.AdvocacyFields {
  margin-bottom: 20px !important;
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.page-template-gpusa-volunteer-homepage .at .at-fieldset {
  min-width: 0 !important;
  padding: 0 !important;
  margin-top: -10px !important;
}
.page-template-gpusa-volunteer-homepage .at h1 {
  color: #fff !important;
  display: none !important;
}
.page-template-gpusa-volunteer-homepage .headerHtml {
  display: none !important;
}
.page-template-gpusa-volunteer-homepage .at-title {
  display: none;
}
.page-template-gpusa-volunteer-homepage .at-inner {
  border: none !important;
  background: transparent !important;
  color: #fff;
}
.page-template-gpusa-volunteer-homepage .at label,
.page-template-gpusa-volunteer-homepage .at label span {
  color: white !important;
  font-family: "montserrat" !important;
  font-weight: 500 !important;
}
.page-template-gpusa-volunteer-homepage .at .at-markup.FooterHtml,
.page-template-gpusa-volunteer-homepage .at-markup.SmsLegalDisclaimer.at-legal {
  font-size: 12px !important;
  margin-left: 10px !important;
}
.page-template-gpusa-volunteer-homepage .at input[type=checkbox] + span:before {
  top: 5px !important;
}
.page-template-gpusa-volunteer-homepage div.at input[type=checkbox]:checked + span:after {
  top: 7px;
  color: #28b7b5;
}
.page-template-gpusa-volunteer-homepage .at-fieldset.AdditionalInformation {
  margin: 0 -10px;
}
.page-template-gpusa-volunteer-homepage .at-fieldset.AdditionalInformation > legend {
  color: white !important;
  font-family: "montserrat" !important;
  font-size: 22px !important;
}
.page-template-gpusa-volunteer-homepage .at-fieldset.ContactInformation {
  margin: 0px -10px;
}
.page-template-gpusa-volunteer-homepage .at-fieldset.ContactInformation > legend {
  display: none !important;
}

.page.take-action .fa {
  font-family: "FontAwesome";
  font-style: normal;
}
.page.take-action .mainConstrained {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.page.take-action .mainGrid {
  max-width: 100%;
  margin: 0;
}
.page.take-action .single-featured-action-section {
  margin-top: 70px;
}
.page.take-action .action-filter {
  margin-top: 40px;
  margin-bottom: -40px;
}
.page.take-action .action-filter .filter-label {
  color: white;
  font-family: "montserrat";
  margin-bottom: 14px;
}
.page.take-action .action-filter .filter-module {
  width: 100%;
}
.page.take-action .action-filter .filter-box {
  justify-content: space-between;
}
.page.take-action .action-filter .filter-box p {
  font-family: "montserrat";
  display: inline;
  margin: 0;
}
.page.take-action .action-filter .filter-box i {
  display: inline;
}
.page.take-action .action-filter .filter-box,
.page.take-action .action-filter .filter-select li {
  cursor: pointer;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  background: white;
  box-sizing: border-box;
  border: 1px solid #093944;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  color: #093944;
}
.page.take-action .action-filter .filter-select li:last-child {
  border-bottom: none;
}
.page.take-action .action-filter .filter-select {
  border-bottom: 1px solid #093944;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  list-style: none;
  font-family: "montserrat";
  margin: 0;
  padding: 0;
  max-height: 225px;
  overflow: auto;
  transition: all 0.2s ease;
}
.page.take-action .action-filter .filter-select.-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.page.take-action .action-filter .filter-select li {
  border-top: none;
}
.page.take-action .action-filter .filter-select li:hover {
  background: #fafafa;
}
.page.take-action .action-filter .filter-select .item-project.-selected {
  background: #093944;
  color: white;
}
@media all and (min-width: 768px) {
  .page.take-action .action-filter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    max-width: 600px;
    padding: 0;
    margin-top: 70px;
  }
  .page.take-action .action-filter .filter-label {
    margin-bottom: 0;
    margin-right: 25px;
    font-size: 26px;
    letter-spacing: 0.02em;
  }
}
.page.take-action .all-actions {
  padding: 30px 20px;
}
.page.take-action .actions-grid {
  transition: all 0.3s ease;
}
.page.take-action .actions-grid.-faded {
  visibility: hidden;
  opacity: 0;
}

.tile-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media all and (min-width: 700px) {
  .tile-grid.grid-four {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .tile-grid.grid-four .tile-grid-item {
    width: 48%;
  }
}
@media all and (min-width: 900px) {
  .tile-grid.grid-four .tile-grid-item {
    width: 31.5%;
  }
}
@media all and (min-width: 1260px) {
  .tile-grid.grid-four .tile-grid-item {
    width: 23.5%;
  }
}
.tile-grid .tile-grid-item {
  margin-bottom: 20px;
}

.external-links-section {
  margin-bottom: 50px;
  margin-top: 20px;
  position: relative;
}
.external-links-section .header-text {
  padding: 30px 0 10px 0;
  border-top: none;
}
.external-links-section .header-text h2 {
  color: #093944;
  font-family: "montserrat";
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 18px;
  margin-bottom: 0px;
}
.external-links-section .external-links {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.external-links-section .external-link-list-item {
  width: 100%;
  margin: 20px 0;
}
@media all and (min-width: 650px) {
  .external-links-section .external-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .external-links-section .external-link-list-item {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .external-links-section .external-link-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 900px) {
  .external-links-section .header-text h2 {
    font-size: 2em;
    padding-bottom: 20px;
  }
}
@media all and (min-width: 1150px) {
  .external-links-section .external-link-list-item,
.external-links-section .external-link-list-item:nth-child(2n) {
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 0;
  }
  .external-links-section .external-link-list-item:nth-child(4n),
.external-links-section .external-link-list-item:nth-child(2n):nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1360px) {
  .external-links-section .header-text h2 {
    font-size: 2.4em;
  }
}

.page-template-gpusa-tunabuilder-v2 main {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.page-template-gpusa-tunabuilder-v2 .mainConstrained {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0px;
}
.page-template-gpusa-tunabuilder-v2 .mainGrid {
  max-width: 100%;
  margin: 0;
}
.page-template-gpusa-tunabuilder-v2 .content-wrapper {
  margin-bottom: -1px;
  padding-bottom: 1px;
  position: relative;
}
.page-template-gpusa-tunabuilder-v2 .topo-bg-right,
.page-template-gpusa-tunabuilder-v2 .topo-bg-left {
  position: absolute;
  left: -150px;
  top: 0;
  bottom: 0;
  width: 350px;
  background-image: url("/wp-content/themes/greenpeace/img/topography-half-background.png");
  background-image: url("/usa/wp-content/themes/greenpeace/img/topography-half-background.png");
  background-repeat: repeat-y;
  z-index: -1;
}
.page-template-gpusa-tunabuilder-v2 .topo-bg-right {
  right: 0;
  left: auto;
  transform: scaleX(-1);
  right: -150px;
}
@media screen and (min-width: 768px) {
  .page-template-gpusa-tunabuilder-v2 .topo-bg-right {
    right: 0;
  }
  .page-template-gpusa-tunabuilder-v2 .topo-bg-left {
    left: 0;
  }
}
.page-template-gpusa-tunabuilder-v2 svg path {
  width: 100%;
  height: 100%;
}
.page-template-gpusa-tunabuilder-v2 .texture-background {
  opacity: 0.2;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/wp-content/themes/greenpeace/img/topography-background.png");
  background-image: url("/usa/wp-content/themes/greenpeace/img/topography-background.png");
}
.page-template-gpusa-tunabuilder-v2 .path,
.page-template-gpusa-tunabuilder-v2 .solid-path {
  fill: none;
  stroke: white;
  stroke-miterlimit: 10;
  stroke-dasharray: 13, 13;
}
.page-template-gpusa-tunabuilder-v2 .path {
  transition: none;
  stroke: white;
  stroke-width: 4;
}
.page-template-gpusa-tunabuilder-v2 .solid-path {
  stroke: #093944;
  stroke-width: 2;
}
.page-template-gpusa-tunabuilder-v2 .path.-animated {
  transition: stroke-dashoffset 1s linear;
}
.page-template-gpusa-tunabuilder-v2 .circle.-animated {
  opacity: 1;
  transition: opacity 0.3s 1.05s ease;
}
.page-template-gpusa-tunabuilder-v2 .circle {
  fill: #093944;
  opacity: 0;
  transition: none;
}
.page-template-gpusa-tunabuilder-v2 .btn-secondary {
  border-radius: 4px;
}
.page-template-gpusa-tunabuilder-v2 .section-title,
.page-template-gpusa-tunabuilder-v2 .videoFeature h2 {
  font-family: "montserrat";
  font-size: 30px;
  line-height: 1.2em;
  margin: 0;
  margin-bottom: 20px;
  color: #343434;
}
@media screen and (min-width: 700px) {
  .page-template-gpusa-tunabuilder-v2 .section-title,
.page-template-gpusa-tunabuilder-v2 .videoFeature h2 {
    font-size: 36px;
    margin-bottom: 25px;
  }
}
.page-template-gpusa-tunabuilder-v2 .section-subhead {
  margin-top: -16px;
  font-family: "montserrat";
  font-size: 14px;
  color: #343434;
  line-height: 1.4em;
  font-style: italic;
}
.page-template-gpusa-tunabuilder-v2 .flickity-button {
  padding: 0;
}
.page-template-gpusa-tunabuilder-v2 .flickity-page-dots {
  text-align: left;
  padding-left: 20px;
  bottom: -35px;
}
@media screen and (min-width: 390px) {
  .page-template-gpusa-tunabuilder-v2 .flickity-page-dots {
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-gpusa-tunabuilder-v2 .flickity-page-dots {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1100px) {
  .page-template-gpusa-tunabuilder-v2 .flickity-page-dots {
    padding-left: 190px;
    bottom: -45px;
  }
}
.page-template-gpusa-tunabuilder-v2 .flickity-prev-next-button {
  display: none;
  z-index: 2;
}
@media screen and (min-width: 1100px) {
  .page-template-gpusa-tunabuilder-v2 .flickity-prev-next-button {
    display: block;
    bottom: -81px;
    top: auto;
  }
  .page-template-gpusa-tunabuilder-v2 .flickity-prev-next-button.previous {
    left: 100px;
  }
  .page-template-gpusa-tunabuilder-v2 .flickity-prev-next-button.next {
    right: auto;
    left: 140px;
  }
}
.page-template-gpusa-tunabuilder-v2 .teal-link {
  color: #007793;
}
.page-template-gpusa-tunabuilder-v2 .teal-link:link, .page-template-gpusa-tunabuilder-v2 .teal-link:visited {
  color: #007793;
}
.page-template-gpusa-tunabuilder-v2 .teal-link:hover, .page-template-gpusa-tunabuilder-v2 .teal-link:active {
  opacity: 0.8;
}
.page-template-gpusa-tunabuilder-v2 .aqua-link {
  color: #093944;
}
.page-template-gpusa-tunabuilder-v2 .aqua-link:link, .page-template-gpusa-tunabuilder-v2 .aqua-link:visited {
  color: #093944;
}
.page-template-gpusa-tunabuilder-v2 .aqua-link:hover, .page-template-gpusa-tunabuilder-v2 .aqua-link:active {
  color: #007793;
}
.page-template-gpusa-tunabuilder-v2 .hero-v2 + .tunabuilder-body-section {
  margin-top: 40px;
}
@media screen and (min-width: 800px) {
  .page-template-gpusa-tunabuilder-v2 .hero-v2 + .tunabuilder-body-section {
    margin-top: 60px;
  }
}
.page-template-gpusa-tunabuilder-v2 .tunabuilder-body-section {
  margin-top: 65px;
  margin-bottom: 65px;
  padding-top: 0;
  padding-bottom: 1px;
}
@media screen and (min-width: 768px) {
  .page-template-gpusa-tunabuilder-v2 .tunabuilder-body-section:last-child {
    margin-bottom: 85px;
  }
}
@media screen and (min-width: 800px) {
  .page-template-gpusa-tunabuilder-v2 .tunabuilder-body-section {
    margin-top: 95px;
    margin-bottom: 95px;
  }
}
@media screen and (min-width: 1355px) {
  .page-template-gpusa-tunabuilder-v2 .featured-issues-section {
    margin-top: 120px;
  }
}
.page-template-gpusa-tunabuilder-v2 .videoFeature .video-wrap {
  border-radius: 4px;
  overflow: hidden;
}
.page-template-gpusa-tunabuilder-v2 .videoFeature .video-description {
  color: #343434;
}
.page-template-gpusa-tunabuilder-v2 .videoFeature .video-description h1, .page-template-gpusa-tunabuilder-v2 .videoFeature .video-description h2, .page-template-gpusa-tunabuilder-v2 .videoFeature .video-description h3, .page-template-gpusa-tunabuilder-v2 .videoFeature .video-description h4, .page-template-gpusa-tunabuilder-v2 .videoFeature .video-description h5 {
  font-family: "montserrat";
}
.page-template-gpusa-tunabuilder-v2 .videoFeature .video-description p {
  font-size: 16px;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  .page-template-gpusa-tunabuilder-v2 .animate-in {
    visibility: hidden;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.8s ease-out;
  }
  .page-template-gpusa-tunabuilder-v2 .animate-in.-visible {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-v2 .text-area {
  position: relative;
  background-color: #093944;
}
.hero-v2 .hero-title {
  font-family: "montserrat";
  line-height: 1.3em;
}
@media screen and (min-width: 500px) and (max-width: 849px) {
  .hero-v2 .hero-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .hero-v2 .hero-title {
    font-size: 26px;
  }
}
@media screen and (min-width: 1260px) {
  .hero-v2 .hero-title {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1330px) {
  .hero-v2 .hero-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .hero-v2 .hero-title {
    line-height: 1.2em;
    font-size: 36px;
    margin-bottom: 60px;
  }
}
.hero-v2 .hero-link {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.hero-v2 .hero-link .btn-v2,
.hero-v2 .hero-link .btn-secondary {
  flex-shrink: 0;
}
.hero-v2 .text-wrapper {
  padding: 30px 0 40px;
  z-index: 1;
  position: relative;
}
.hero-v2 .paper-tear {
  display: none;
}
.hero-v2 .paper-tear {
  display: block;
  position: absolute;
  top: 0;
  left: -13px;
  right: 100%;
  bottom: 0;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/greenpeace/img/paper-tear-vertical-aqua.png");
  background-image: url("/usa/wp-content/themes/greenpeace/img/paper-tear-vertical-aqua.png");
}
.hero-v2 .text-wrapper {
  padding: 40px 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (min-width: 850px) {
  .hero-v2 {
    display: flex;
    flex-direction: row;
  }
  .hero-v2 .hero-image-container {
    width: 55%;
  }
  .hero-v2 .text-area {
    width: 45%;
  }
  .hero-v2 .text-area.constrained {
    padding: 0 50px 0;
  }
  .hero-v2 .text-wrapper {
    max-width: 400px;
    padding: 30px 0 30px;
  }
}
@media screen and (min-width: 1110px) {
  .hero-v2 .text-area.constrained {
    padding: 0 50px 0 80px;
  }
}

.featured-article {
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
}
.featured-article .svg-animation-container {
  display: none;
}
.featured-article .teaser-image-link {
  border: 4px;
  overflow: hidden;
  max-width: 600px;
  width: 100%;
  display: block;
}
.featured-article .teaser-image-wrapper {
  background-image: url("/usa/wp-content/themes/greenpeace/img/article-place-holder.png");
  background-image: url("/usa/wp-content/themes/greenpeace/img/article-place-holder.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 75%;
  height: 0;
  width: 100%;
  position: relative;
}
.featured-article .teaser-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
}
.featured-article .teaser-text-group {
  padding-top: 9px;
}
.featured-article .post-type p {
  font-family: "montserrat";
  font-weight: 700;
  color: #212121;
  font-size: 16px;
  margin-top: 6px;
  line-height: 1em;
  margin-bottom: 0px;
}
.featured-article .post-info-group {
  font-size: 14px;
  line-height: 1.3em;
  font-family: "montserrat";
  letter-spacing: 0.015em;
}
.featured-article .post-author-date {
  margin-bottom: 0px;
  font-weight: 700;
}
.featured-article .description {
  display: none;
  color: #343434;
}
.featured-article .post-title {
  color: #093944;
  font-family: "montserrat";
  font-size: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
  display: inline-block;
  line-height: 1.2em;
  font-weight: 700;
}
.featured-article .post-title:hover {
  opacity: 0.8;
}
.featured-article .article-cta {
  display: none;
}
@media all and (min-width: 600px) {
  .featured-article {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .featured-article .post-type p {
    margin-top: 0px;
  }
  .featured-article .teaser-image-link {
    width: 20%;
    max-width: 320px;
  }
  .featured-article .teaser-text-group {
    padding: 0px;
    width: 75%;
  }
  .featured-article .post-title {
    margin-top: 6px;
    margin-bottom: 0px;
  }
}
@media all and (min-width: 800px) {
  .featured-article {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .featured-article .teaser-image-link {
    width: 40%;
    transition: all 0.1s cubic-bezier(0, 0, 0.2, 1);
  }
  .featured-article .teaser-image-link:hover {
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    transform: scale(1.05);
  }
  .featured-article .teaser-text-group {
    padding: 0px;
    padding-top: 0;
    width: 55%;
    max-width: 490px;
  }
  .featured-article .description {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  .featured-article .post-title {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .featured-article .post-info-group {
    margin-bottom: 9px;
    margin-top: 5px;
  }
}
@media all and (min-width: 920px) {
  .featured-article {
    align-items: center;
  }
  .featured-article .teaser-text-group {
    margin-left: 40px;
    margin-bottom: 10px;
  }
  .featured-article .post-title {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .featured-article .description {
    margin-bottom: 10px;
  }
  .featured-article .article-cta .btn-secondary {
    margin-right: 10px;
  }
}
@media all and (min-width: 950px) {
  .featured-article .article-cta {
    display: block;
  }
  .featured-article .svg-animation-container {
    display: inline-block;
    left: 10px;
    position: relative;
    max-width: 285px;
  }
  .featured-article .article-cta {
    display: flex;
    align-items: center;
    position: relative;
  }
  .featured-article .article-cta > a {
    flex-shrink: 0;
  }
}
@media all and (min-width: 1000px) {
  .featured-article {
    justify-content: flex-start;
    align-items: center;
  }
  .featured-article .teaser-text-group {
    max-width: none;
    margin-left: 60px;
  }
  .featured-article .description {
    font-size: 16px;
  }
  .featured-article .post-info-group {
    margin-bottom: 18px;
  }
}

.featured-issues-section {
  margin-bottom: 70px;
}
.featured-issues-section .svg-animation-container {
  display: none;
}
.featured-issues-section .issues-list {
  margin: 0;
  margin-left: -20px;
  margin-bottom: 45px;
  width: calc(100% + 40px);
  padding: 0;
  padding-bottom: 1px;
  list-style: none;
}
.featured-issues-section .issues-list:after {
  content: "flickity";
  display: none;
  /* hide :after */
}
.featured-issues-section .issue-list-item {
  width: calc(100% - 50px);
  margin-right: 10px;
  margin-bottom: 0;
}
.featured-issues-section .issue-list-item:first-child, .featured-issues-section .issue-list-item:last-child {
  width: calc(100% + 20px - 50px);
}
.featured-issues-section .issue-list-item:first-child > a,
.featured-issues-section .issue-list-item:first-child > .more-issues-card, .featured-issues-section .issue-list-item:last-child > a,
.featured-issues-section .issue-list-item:last-child > .more-issues-card {
  width: calc(100% - 20px);
}
.featured-issues-section .issue-list-item:first-child > a {
  margin-left: auto;
}
.featured-issues-section .view-more-issues-item {
  height: 100%;
}
.featured-issues-section .more-issues-card {
  background: #093944;
  border-radius: 4px;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-issues-section .more-issues-card > a {
  z-index: 1;
  position: relative;
}
.featured-issues-section .issues-description {
  padding-top: 10px;
  margin-bottom: 20px;
  line-height: 1.4em;
  color: #343434;
}
@media screen and (min-width: 390px) {
  .featured-issues-section .issues-list {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
  .featured-issues-section .issue-list-item {
    margin-right: 20px;
  }
  .featured-issues-section .issue-list-item:first-child > a,
.featured-issues-section .issue-list-item:first-child > .more-issues-card, .featured-issues-section .issue-list-item:last-child > a,
.featured-issues-section .issue-list-item:last-child > .more-issues-card {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 400px) {
  .featured-issues-section .issue-list-item {
    width: 320px;
  }
  .featured-issues-section .issue-list-item:first-child, .featured-issues-section .issue-list-item:last-child {
    width: 360px;
  }
}
@media screen and (min-width: 768px) {
  .featured-issues-section .issues-list {
    width: calc(100% + 200px);
    margin-left: -100px;
  }
  .featured-issues-section .issue-list-item {
    width: 350px;
  }
  .featured-issues-section .issue-list-item:first-child, .featured-issues-section .issue-list-item:last-child {
    width: 450px;
  }
  .featured-issues-section .issue-list-item:first-child > a,
.featured-issues-section .issue-list-item:first-child > .more-issues-card, .featured-issues-section .issue-list-item:last-child > a,
.featured-issues-section .issue-list-item:last-child > .more-issues-card {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1080px) {
  .featured-issues-section .issues-description {
    width: 65%;
  }
  .featured-issues-section .issues-list {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1355px) {
  .featured-issues-section {
    margin-top: 100px;
  }
  .featured-issues-section .issues-list {
    margin: 0;
    margin-top: -100px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    float: right;
    width: 770px;
  }
  .featured-issues-section .issues-list:after {
    content: "";
  }
  .featured-issues-section .view-more-issues-item {
    display: none;
  }
  .featured-issues-section .issue-list-item {
    position: relative;
    z-index: 1;
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .featured-issues-section .issue-list-item:nth-child(2n) {
    margin-right: 0px;
  }
  .featured-issues-section .issue-list-item:nth-child(3), .featured-issues-section .issue-list-item:nth-child(4) {
    margin-bottom: 0;
  }
  .featured-issues-section .issue-list-item:first-child, .featured-issues-section .issue-list-item:last-child {
    width: calc(50% - 10px);
  }
  .featured-issues-section .issue-list-item:first-child > a, .featured-issues-section .issue-list-item:last-child > a {
    width: 100%;
  }
  .featured-issues-section .issues-description {
    width: 40%;
    max-width: 320px;
  }
  .featured-issues-section .issues-description {
    margin-bottom: 30px;
  }
  .featured-issues-section .svg-animation-container {
    display: block;
    position: absolute;
    width: 100px;
    height: 270px;
  }
  .featured-issues-section .svg-animation-container:nth-child(4) {
    right: 60px;
    top: 40px;
  }
  .featured-issues-section .svg-animation-container:nth-child(5) {
    right: 810px;
    top: 40px;
    transform: rotate(180deg);
  }
}

.featured-actions-v2 {
  padding-bottom: 1px;
  margin-bottom: 80px;
}
.featured-actions-v2 .action-list {
  margin: 0;
  margin-left: -20px;
  margin-bottom: 35px;
  width: calc(100% + 40px);
  padding: 0;
  list-style: none;
}
.featured-actions-v2 .action-list:after {
  content: "flickity";
  display: none;
  /* hide :after */
}
.featured-actions-v2 .action-list-item {
  width: calc(100% - 50px);
  margin-right: 10px;
}
.featured-actions-v2 .action-list-item:first-child, .featured-actions-v2 .action-list-item:last-child {
  width: calc(100% + 20px - 50px);
}
.featured-actions-v2 .action-list-item:first-child > article, .featured-actions-v2 .action-list-item:last-child > article {
  width: calc(100% - 20px);
}
.featured-actions-v2 .action-list-item:first-child > article {
  margin-left: auto;
}
.featured-actions-v2 .svg-animation-container {
  display: none;
}
@media screen and (min-width: 390px) {
  .featured-actions-v2 .action-list {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
  .featured-actions-v2 .action-list-item {
    margin-right: 20px;
    width: 325px;
  }
  .featured-actions-v2 .action-list-item:first-child, .featured-actions-v2 .action-list-item:last-child {
    width: 365px;
  }
  .featured-actions-v2 .action-list-item:first-child > article, .featured-actions-v2 .action-list-item:last-child > article {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 620px) {
  .featured-actions-v2 .action-list-item {
    margin-right: 35px;
    width: 375px;
  }
  .featured-actions-v2 .action-list-item:first-child, .featured-actions-v2 .action-list-item:last-child {
    width: 415px;
  }
}
@media screen and (min-width: 768px) {
  .featured-actions-v2 .action-list {
    width: calc(100% + 200px);
    margin-left: -100px;
  }
  .featured-actions-v2 .action-list-item {
    width: 325px;
  }
  .featured-actions-v2 .action-list-item:first-child, .featured-actions-v2 .action-list-item:last-child {
    width: 425px;
  }
  .featured-actions-v2 .action-list-item:first-child > article, .featured-actions-v2 .action-list-item:last-child > article {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 950px) {
  .featured-actions-v2 .title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .featured-actions-v2 .section-title {
    flex-shrink: 0;
  }
  .featured-actions-v2 .svg-animation-container {
    display: block;
    position: relative;
    bottom: 10px;
    left: 20px;
  }
}

.featured-articles-feed .secondary-articles-feed,
.featured-articles-feed .tertiary-articles-feed {
  position: relative;
}
.featured-articles-feed .secondary-articles-feed .post-title,
.featured-articles-feed .tertiary-articles-feed .post-title {
  font-size: 18px;
  font-family: "montserrat";
  font-weight: 600;
}
.featured-articles-feed .primary-articles-feed {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 1px;
}
.featured-articles-feed .secondary-articles-feed {
  margin-bottom: 40px;
}
.featured-articles-feed .view-more-articles-link {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.03em;
}
.featured-articles-feed .primary-articles-feed .view-more-articles-link {
  display: none;
}
.featured-articles-feed .simple-article-list {
  list-style: none;
  padding: 0;
  margin-top: -5px;
  margin-bottom: 12px;
}
.featured-articles-feed .simple-article-list .simple-article-list-item {
  margin-bottom: 15px;
  width: 85%;
}
.featured-articles-feed .simple-article-list .simple-article-list-item:last-child() {
  margin-bottom: 0;
}
.featured-articles-feed .view-more-articles-item {
  height: 100%;
}
.featured-articles-feed .more-articles-card {
  background: #093944;
  border-radius: 4px;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-articles-feed .more-articles-card > a {
  z-index: 1;
  position: relative;
}
.featured-articles-feed .view-more-articles-link {
  font-family: "montserrat";
}
.featured-articles-feed .article-list-item,
.featured-articles-feed .simple-article-list-item {
  line-height: 1.2em;
}
.featured-articles-feed .article-list {
  margin: 0;
  margin-left: -20px;
  margin-bottom: 30px;
  width: calc(100% + 40px);
  padding: 0;
  list-style: none;
}
.featured-articles-feed .article-list:after {
  content: "flickity";
  display: none;
  /* hide :after */
}
.featured-articles-feed .article-list-item {
  width: calc(100% - 50px);
  margin-right: 10px;
}
.featured-articles-feed .article-list-item:first-child, .featured-articles-feed .article-list-item:last-child {
  width: calc(100% + 20px - 50px);
}
.featured-articles-feed .article-list-item:first-child > article,
.featured-articles-feed .article-list-item:first-child > .more-articles-card, .featured-articles-feed .article-list-item:last-child > article,
.featured-articles-feed .article-list-item:last-child > .more-articles-card {
  width: calc(100% - 20px);
}
.featured-articles-feed .article-list-item:first-child > article {
  margin-left: auto;
}
.featured-articles-feed .svg-animation-container {
  display: none;
}
@media screen and (min-width: 390px) {
  .featured-articles-feed .article-list {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
  .featured-articles-feed .article-list-item {
    margin-right: 20px;
    width: 325px;
  }
  .featured-articles-feed .article-list-item:first-child, .featured-articles-feed .article-list-item:last-child {
    width: 365px;
  }
  .featured-articles-feed .article-list-item:first-child > article,
.featured-articles-feed .article-list-item:first-child > .more-articles-card, .featured-articles-feed .article-list-item:last-child > article,
.featured-articles-feed .article-list-item:last-child > .more-articles-card {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 620px) {
  .featured-articles-feed .article-list-item {
    margin-right: 35px;
    width: 375px;
  }
  .featured-articles-feed .article-list-item:first-child, .featured-articles-feed .article-list-item:last-child {
    width: 415px;
  }
}
@media screen and (min-width: 700px) {
  .featured-articles-feed .secondary-articles-feed .section-title,
.featured-articles-feed .tertiary-articles-feed .section-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .featured-articles-feed .simple-article-list .simple-article-list-item {
    width: 100%;
  }
  .featured-articles-feed .article-sidebar {
    display: flex;
    flex-direction: row;
  }
  .featured-articles-feed .secondary-articles-feed,
.featured-articles-feed .tertiary-articles-feed {
    width: calc(50% - 20px);
  }
  .featured-articles-feed .secondary-articles-feed {
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .featured-articles-feed .article-list {
    width: calc(100% + 200px);
    margin-left: -100px;
  }
  .featured-articles-feed .article-list-item {
    width: 325px;
  }
  .featured-articles-feed .article-list-item:first-child, .featured-articles-feed .article-list-item:last-child {
    width: 425px;
  }
  .featured-articles-feed .article-list-item:first-child > article,
.featured-articles-feed .article-list-item:first-child > .more-articles-card, .featured-articles-feed .article-list-item:last-child > article,
.featured-articles-feed .article-list-item:last-child > .more-articles-card {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1200px) {
  .featured-articles-feed .article-sections-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .featured-articles-feed .primary-articles-feed {
    width: calc(60% - 10px);
    margin-right: auto;
    margin-bottom: 0;
  }
  .featured-articles-feed .primary-articles-feed .view-more-articles-link {
    display: block;
    margin-top: 22px;
  }
  .featured-articles-feed .article-sidebar {
    width: calc(40% - 40px);
  }
  .featured-articles-feed .article-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
  }
  .featured-articles-feed .article-list:after {
    content: "";
  }
  .featured-articles-feed .article-list .view-more-articles-item {
    display: none;
  }
  .featured-articles-feed .article-list-item {
    width: calc(50% - 10px);
    margin: 0;
    margin-right: 20px;
    margin-bottom: 32px;
  }
  .featured-articles-feed .article-list-item:first-child, .featured-articles-feed .article-list-item:last-child {
    width: calc(50% - 10px);
  }
  .featured-articles-feed .article-list-item:first-child > article, .featured-articles-feed .article-list-item:last-child > article {
    width: 100%;
  }
  .featured-articles-feed .article-list-item:nth-child(2n) {
    margin-right: 0px;
  }
  .featured-articles-feed .article-list-item:nth-child(3), .featured-articles-feed .article-list-item:nth-child(4) {
    margin-bottom: 0;
  }
  .featured-articles-feed .article-list-item:first-child, .featured-articles-feed .article-list-item:last-child {
    width: calc(50% - 10px);
  }
  .featured-articles-feed .article-list-item:first-child > a, .featured-articles-feed .article-list-item:last-child > a {
    width: 100%;
  }
  .featured-articles-feed .article-sidebar {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .featured-articles-feed .secondary-articles-feed,
.featured-articles-feed .tertiary-articles-feed {
    width: 100%;
  }
}
@media screen and (min-width: 1300px) {
  .featured-articles-feed .article-list-item {
    width: calc(50% - 20px);
    margin-right: 30px;
  }
  .featured-articles-feed .primary-articles-feed {
    width: calc(60% - 20px);
    margin-right: auto;
  }
  .featured-articles-feed .primary-articles-feed .section-title {
    max-width: 510px;
  }
  .featured-articles-feed .article-sidebar {
    width: calc(40% - 60px);
  }
  .featured-articles-feed .svg-animation-container {
    display: block;
    position: absolute;
    top: 11px;
    height: 160px;
  }
  .featured-articles-feed .secondary-articles-feed .svg-animation-container {
    width: 200px;
    left: -206px;
  }
  .featured-articles-feed .tertiary-articles-feed .svg-animation-container {
    width: 30px;
    left: -50px;
  }
}

.gallery-section {
  /* Full Screen styles */
  /* End Full Screen styles */
}
.gallery-section > .constrained {
  padding-bottom: 1px;
}
.gallery-section .flick-slider.is-fullscreen {
  z-index: 2;
  margin: 0;
}
.gallery-section .flick-slider.is-fullscreen .flick-slide,
.gallery-section .flick-slider.is-fullscreen .flick-slide > article {
  width: 100%;
  height: 100%;
}
.gallery-section .flick-slider.is-fullscreen .flick-slide:hover .flickity-fullscreen-button {
  display: none;
}
.gallery-section .flick-slider.is-fullscreen .flickity-prev-next-button {
  display: block;
}
.gallery-section .flick-slider.is-fullscreen .flickity-page-dots {
  padding: 0;
  text-align: center;
}
.gallery-section .flick-slider.is-fullscreen .image-fit {
  position: relative;
}
.gallery-section .flick-slider.is-fullscreen .image-fit img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto auto !important;
  max-width: 10%;
  max-height: 10%;
  -webkit-transform: scale(10);
  transform: scale(10);
  height: auto !important;
  width: auto !important;
}
.gallery-section .flick-slide .flickity-fullscreen-button {
  display: none;
}
.gallery-section .flick-slide:last-child .flickity-fullscreen-button {
  right: 30px;
}
.gallery-section .flick-slide:hover .flickity-fullscreen-button {
  display: block;
}
@media screen and (min-width: 1100px) {
  .gallery-section .flickity-enabled.is-fullscreen .flickity-page-dots {
    width: 80%;
  }
  .gallery-section .flick-slider.is-fullscreen {
    padding: 10% !important;
    box-sizing: border-box;
  }
}
.gallery-section .flick-slider {
  margin: 0;
  margin-left: -20px;
  margin-bottom: 50px;
  width: calc(100% + 40px);
  padding: 0;
  list-style: none;
}
.gallery-section .flick-slider:after {
  content: "flickity";
  display: none;
  /* hide :after */
}
.gallery-section .flick-slider > .flickity-fullscreen-button-view {
  top: auto;
  bottom: -40px;
}
.gallery-section .flick-slider .flickity-page-dots {
  padding-left: 20px;
}
.gallery-section .flick-slide {
  height: 200px;
  width: 200px;
  margin-right: 10px;
}
.gallery-section .flick-slide:first-child, .gallery-section .flick-slide:last-child {
  width: 220px;
}
.gallery-section .flick-slide:first-child > article, .gallery-section .flick-slide:last-child > article {
  width: 200px;
}
.gallery-section .flick-slide:first-child > article {
  margin-left: auto;
}
.gallery-section .flick-slide > article {
  border-radius: 20px;
  height: 100%;
}
@media screen and (min-width: 390px) {
  .gallery-section .flickity-fullscreen-button:not(.gp-flickity-fullscreen-button) {
    right: 40px;
  }
  .gallery-section .flick-slider.is-fullscreen .flickity-fullscreen-button:not(.gp-flickity-fullscreen-button) {
    top: 20px;
    right: 20px;
  }
  .gallery-section .flick-slider {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
  .gallery-section .flick-slider .flickity-page-dots {
    padding-left: 40px;
  }
  .gallery-section .flick-slide {
    margin-right: 20px;
  }
  .gallery-section .flick-slide:first-child, .gallery-section .flick-slide:last-child {
    width: 240px;
  }
  .gallery-section .flick-slide:last-child .flickity-fullscreen-button {
    right: 50px;
  }
}
@media screen and (min-width: 768px) {
  .gallery-section .flickity-fullscreen-button:not(.gp-flickity-fullscreen-button) {
    right: 100px;
  }
  .gallery-section .flick-slider.is-fullscreen .flickity-fullscreen-button:not(.gp-flickity-fullscreen-button) {
    top: 40px;
    right: 40px;
  }
  .gallery-section .flick-slider {
    width: calc(100% + 200px);
    margin-left: -100px;
  }
  .gallery-section .flick-slider .flickity-page-dots {
    padding-left: 100px;
  }
  .gallery-section .flick-slide {
    margin-right: 20px;
  }
  .gallery-section .flick-slide:first-child, .gallery-section .flick-slide:last-child {
    width: 300px;
  }
  .gallery-section .flick-slide:last-child .flickity-fullscreen-button {
    right: 110px;
  }
}
@media screen and (min-width: 1100px) {
  .gallery-section .flick-slider .flickity-page-dots {
    padding-left: 190px;
  }
  .gallery-section .flick-slider.is-fullscreen .flickity-prev-next-button {
    bottom: calc(50% - 20px);
  }
  .gallery-section .flick-slider.is-fullscreen .flickity-prev-next-button.next {
    right: 100px;
    left: auto;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper object, .videoWrapper iframe, .videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoFeature {
  padding-top: 80px;
  padding-bottom: 70px;
}
.videoFeature .svg-animation-container {
  display: none;
}
.videoFeature.gradient.textFirst {
  background: -moz-radial-gradient(bottom, ellipse cover, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(bottom, ellipse cover, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#33000000", endColorstr="#00000000",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
@media screen and (min-width: 53.125em) {
  .videoFeature.gradient.textFirst {
    background: -moz-radial-gradient(right, ellipse cover, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(right, ellipse cover, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#33000000", endColorstr="#00000000",GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
  }
}
.videoFeature.gradient.videoFirst {
  background: -moz-radial-gradient(top, ellipse cover, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(top, ellipse cover, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#33000000", endColorstr="#00000000",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
@media screen and (min-width: 53.125em) {
  .videoFeature.gradient.videoFirst {
    background: -moz-radial-gradient(left, ellipse cover, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(left, ellipse cover, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#33000000", endColorstr="#00000000",GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
  }
}
.videoFeature.gradient.bg-darkgray.textFirst {
  background: -moz-radial-gradient(bottom, ellipse cover, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #212121;
  /* FF3.6-15 */
  background: -webkit-radial-gradient(bottom, ellipse cover, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #212121;
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #212121;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#33ffffff", endColorstr="#00ffffff",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
@media screen and (min-width: 53.125em) {
  .videoFeature.gradient.bg-darkgray.textFirst {
    background: -moz-radial-gradient(right, ellipse cover, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #212121;
    /* FF3.6-15 */
    background: -webkit-radial-gradient(right, ellipse cover, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #212121;
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #212121;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#33ffffff", endColorstr="#00ffffff",GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
  }
}
.videoFeature.gradient.bg-darkgray.videoFirst {
  background: -moz-radial-gradient(top, ellipse cover, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #212121;
  /* FF3.6-15 */
  background: -webkit-radial-gradient(top, ellipse cover, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #212121;
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #212121;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#33ffffff", endColorstr="#00ffffff",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
@media screen and (min-width: 53.125em) {
  .videoFeature.gradient.bg-darkgray.videoFirst {
    background: -moz-radial-gradient(left, ellipse cover, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #212121;
    /* FF3.6-15 */
    background: -webkit-radial-gradient(left, ellipse cover, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #212121;
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #212121;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#33ffffff", endColorstr="#00ffffff",GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
  }
}
.videoFeature .video-section-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 53.125em) {
  .videoFeature .video-section-wrapper {
    margin-right: -60px;
    flex-wrap: nowrap;
  }
}
.videoFeature .video-description,
.videoFeature .video-area {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: top;
}
.videoFeature .video-description.-first,
.videoFeature .video-area.-first {
  margin-bottom: 35px;
}
.videoFeature .video-wrap {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}
.videoFeature .video-description p:last-child {
  margin-bottom: 0;
}
.videoFeature .fluid-width-video-wrapper {
  margin: 0px;
}
@media screen and (min-width: 1300px) {
  .videoFeature.tunabuilder-body-section .svg-animation-container {
    display: block;
    position: absolute;
    top: 10px;
  }
  .videoFeature.tunabuilder-body-section .video-description {
    padding-top: 50px;
  }
}

@media screen and (min-width: 53.125em) {
  .video-section-wrapper .video-description,
.video-section-wrapper .video-area {
    padding-right: 60px;
    width: 50%;
  }
  .video-section-wrapper .video-description.-first,
.video-section-wrapper .video-area.-first {
    margin-bottom: 0px;
  }
}
.donation-form-section .svg-animation-container,
.donation-form-section .donate-image {
  display: none;
}
.donation-form-section .donate-image {
  visibility: hidden;
  opacity: 0;
  transform: translateX(50px);
  transition: all 1s 2s ease;
}
.donation-form-section .form-description {
  font-size: 16px;
  line-height: 1.4em;
  max-width: 700px;
}
.donation-form-section .ngp-form {
  max-width: none;
}
.donation-form-section .at .at-title,
.donation-form-section .at .at-steps {
  display: none;
}
.donation-form-section .at .at-radio-set-buttons.at-align-flex-right {
  justify-content: flex-start;
}
.donation-form-section .at .ContributionInformation {
  padding: 0;
  padding-top: 0 !important;
}
.donation-form-section .at .at-inner {
  background: transparent;
}
.donation-form-section .at .at-recurring {
  margin-bottom: -10px;
  margin-top: -10px;
}
.donation-form-section .at .at-recurring .at-check input[type=checkbox] + span:before {
  top: 13px;
  background-color: white;
}
.donation-form-section .at .at-recurring .at-check input[type=checkbox]:checked + span:before {
  background-color: #093944;
}
.donation-form-section .at .at-recurring .at-check input[type=checkbox] + span:after {
  top: 13px;
  left: 0;
  border-color: transparent;
}
.donation-form-section .SelectAmount > .at-radio {
  margin: 0;
}
.donation-form-section .SelectAmount > .at-radio .at-radios {
  display: flex;
  flex-wrap: wrap;
}
.donation-form-section .SelectAmount > .at-radio .at-radios .label-amount {
  text-shadow: none;
  width: calc(50% - 5px);
  margin-right: 10px;
}
.donation-form-section .SelectAmount > .at-radio .at-radios .label-amount:nth-child(2n) {
  margin-right: 0;
}
.donation-form-section .SelectAmount > .at-radio .at-radios .label-amount input[type=radio]:checked + a {
  background-color: #f15206;
}
.donation-form-section .SelectAmount > .at-radio .at-radios .label-amount input[type=radio]:checked + a:hover {
  background-color: #f15206;
}
@media screen and (min-width: 950px) {
  .donation-form-section .SelectAmount > .at-radio .at-radios .label-amount {
    width: calc(20% - 10px);
    max-width: 150px;
  }
  .donation-form-section .SelectAmount > .at-radio .at-radios .label-amount:nth-child(2n) {
    margin-right: 10px;
  }
}
.donation-form-section .PaymentMethodSection {
  padding: 0 !important;
  padding-top: 10px !important;
  position: relative;
  left: -10px;
}
@media screen and (min-width: 950px) {
  .donation-form-section .title-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .donation-form-section .section-title {
    flex-shrink: 0;
    max-width: 510px;
  }
  .donation-form-section .svg-animation-container {
    display: block;
    position: relative;
    top: 10px;
    left: 20px;
  }
}
@media screen and (min-width: 1135px) {
  .donation-form-section.-visible .donate-image {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
  }
  .donation-form-section .donate-image {
    width: 20%;
  }
  .donation-form-section .constrained {
    position: relative;
  }
  .donation-form-section .donate-image {
    display: block;
    position: absolute;
    right: 100px;
    height: 100%;
  }
  .donation-form-section .donate-image img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
  }
  .donation-form-section .SelectAmount > .at-radio .at-radios {
    width: 800px;
    margin-bottom: 15px;
    padding: 10px 0;
    background: white;
    border-radius: 8px;
  }
  .donation-form-section .SelectAmount > .at-radio .at-radios .label-amount {
    margin-bottom: 0;
  }
  .donation-form-section .at .ContactInformation .at-fields,
.donation-form-section .at .at-form-submit,
.donation-form-section .at .PaymentInformation .at-fields {
    max-width: 700px;
    left: -19px;
  }
  .donation-form-section .at .content .thankYou {
    max-width: 700px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1220px) {
  .donation-form-section .donate-image {
    width: 25%;
  }
}
@media screen and (min-width: 1260px) {
  .donation-form-section .donate-image {
    width: 26%;
  }
}
@media screen and (min-width: 1300px) {
  .donation-form-section .donate-image {
    width: 28%;
  }
}
@media screen and (min-width: 1335px) {
  .donation-form-section .donate-image {
    width: auto;
  }
}

.external-links-section {
  margin-bottom: 50px;
  margin-top: 20px;
  position: relative;
}
.external-links-section .header-text {
  padding: 30px 0 10px 0;
  border-top: none;
}
.external-links-section .header-text h2 {
  color: #093944;
  font-family: "montserrat";
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 18px;
  margin-bottom: 0px;
}
.external-links-section .external-links {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.external-links-section .external-link-list-item {
  width: 100%;
  margin: 20px 0;
}
@media all and (min-width: 650px) {
  .external-links-section .external-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .external-links-section .external-link-list-item {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .external-links-section .external-link-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 900px) {
  .external-links-section .header-text h2 {
    font-size: 2em;
    padding-bottom: 20px;
  }
}
@media all and (min-width: 1150px) {
  .external-links-section .external-link-list-item,
.external-links-section .external-link-list-item:nth-child(2n) {
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 0;
  }
  .external-links-section .external-link-list-item:nth-child(4n),
.external-links-section .external-link-list-item:nth-child(2n):nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1360px) {
  .external-links-section .header-text h2 {
    font-size: 2.4em;
  }
}

.single-toolkit .primary-content-wrapper {
  font-family: "Source Sans Pro";
  color: #787878;
  font-size: 16px;
}
.single-toolkit .primary-content-wrapper h1, .single-toolkit .primary-content-wrapper h2, .single-toolkit .primary-content-wrapper h3, .single-toolkit .primary-content-wrapper h4, .single-toolkit .primary-content-wrapper h5, .single-toolkit .primary-content-wrapper h6 {
  font-family: "montserrat", serif;
  font-weight: 700;
  line-height: 1.3em;
  color: #4b4b4b;
}
.single-toolkit .primary-content-wrapper h4, .single-toolkit .primary-content-wrapper h5 {
  color: #575757;
}
.single-toolkit .primary-content-wrapper h3, .single-toolkit .primary-content-wrapper h4, .single-toolkit .primary-content-wrapper h5, .single-toolkit .primary-content-wrapper h6 {
  margin-bottom: 0.8em;
  margin-top: 1.6em;
}
.single-toolkit .primary-content-wrapper h5, .single-toolkit .primary-content-wrapper h6 {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.single-toolkit .primary-content-wrapper h1, .single-toolkit .primary-content-wrapper h2 {
  font-size: 1.7em;
  margin-bottom: 0.8em;
  padding-top: 1.6em;
}
.single-toolkit .primary-content-wrapper h1.section-title, .single-toolkit .primary-content-wrapper h2.section-title {
  padding-top: 20px;
  margin-top: -20px;
}
.single-toolkit .primary-content-wrapper h3 {
  font-size: 1.3em;
  font-weight: 500;
}
.single-toolkit .primary-content-wrapper h4 {
  font-size: 1.2em;
}
.single-toolkit .primary-content-wrapper h5 {
  font-size: 0.9em;
}
.single-toolkit .primary-content-wrapper h6 {
  font-size: 0.7em;
  font-weight: 500;
  color: #093944;
}
.single-toolkit .primary-content-wrapper p {
  font-size: 1em;
  line-height: 1.8em;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-bottom: 1.2em;
}
.single-toolkit .primary-content-wrapper strong {
  font-weight: 700;
  color: dimgrey;
}
.single-toolkit .primary-content-wrapper em {
  font-style: italic;
}
.single-toolkit .primary-content-wrapper .body-content a:link,
.single-toolkit .primary-content-wrapper .body-content a:visited,
.single-toolkit .primary-content-wrapper .body-content a:hover,
.single-toolkit .primary-content-wrapper .body-content a:active {
  text-decoration: none;
  color: inherit;
}
.single-toolkit .primary-content-wrapper .body-content .tweetable,
.single-toolkit .primary-content-wrapper .body-content .tweetable:link,
.single-toolkit .primary-content-wrapper .body-content .tweetable:visited,
.single-toolkit .primary-content-wrapper .body-content .tweetable:active,
.single-toolkit .primary-content-wrapper .body-content .tweetable:hover {
  color: #00aced;
  box-shadow: none;
}
.single-toolkit .primary-content-wrapper .toc-header {
  margin: 0 0 20px 20px;
  padding-top: 1em;
  color: white;
}
.single-toolkit .primary-content-wrapper .wp-caption-text {
  font-weight: 400;
  font-family: "Source Sans Pro";
  font-size: 0.9em;
  line-height: 1.5em;
  padding-top: 8px;
}
.single-toolkit .primary-content-wrapper .wp-caption-text:before {
  top: 12px;
  background: #093944;
}
.single-toolkit .primary-content-wrapper blockquote {
  font-family: "montserrat";
  margin-top: 30px;
  font-size: 1.4em;
  color: #4b4b4b;
}
.single-toolkit .primary-content-wrapper blockquote p {
  line-height: 1.6em;
}
.single-toolkit .primary-content-wrapper cite {
  display: block;
  font-weight: 400;
  font-size: 0.6em;
  margin-top: 14px;
  line-height: 0.7em;
}
.single-toolkit .primary-content-wrapper .wp-caption,
.single-toolkit .primary-content-wrapper img,
.single-toolkit .primary-content-wrapper figure {
  max-width: 100%;
  height: auto;
  width: auto;
}
.single-toolkit .primary-content-wrapper .wp-caption,
.single-toolkit .primary-content-wrapper .wp-caption img {
  width: auto !important;
}
.single-toolkit .primary-content-wrapper img[src=""] {
  display: none;
}
.single-toolkit .primary-content-wrapper figure {
  margin-bottom: 20px;
}
.single-toolkit .primary-content-wrapper figcaption {
  position: relative;
  color: dimgray;
  padding-left: 18px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid lightgray;
}
.single-toolkit .primary-content-wrapper figcaption::before {
  position: absolute;
  content: "";
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 99%;
  background-color: lightgray;
}
.single-toolkit .primary-content-wrapper sup {
  font-size: 0.5em;
  position: relative;
  bottom: 10px;
  padding-left: 4px;
}
.single-toolkit .primary-content-wrapper .body-content ol,
.single-toolkit .primary-content-wrapper .body-content ul {
  font-size: inherit;
  padding-left: 22px;
  margin-bottom: 1.5em;
  list-style: none;
}
.single-toolkit .primary-content-wrapper .body-content ol {
  counter-reset: item;
}
.single-toolkit .primary-content-wrapper .body-content ol li {
  display: block;
}
.single-toolkit .primary-content-wrapper .body-content ol li::before {
  content: counter(item) ". ";
  counter-increment: item;
  position: relative;
  left: -3px;
  color: #007793;
}
.single-toolkit .primary-content-wrapper .body-content ul li::before {
  content: "⚬";
  position: relative;
  left: -11px;
  top: -1px;
  color: #007793;
}
.single-toolkit .primary-content-wrapper .body-content ol li {
  margin-left: -8px;
}
.single-toolkit .primary-content-wrapper .body-content ol li,
.single-toolkit .primary-content-wrapper .body-content ul li {
  line-height: 1.7em;
  font-size: inherit;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 750px) {
  .single-toolkit .primary-content-wrapper p,
.single-toolkit .primary-content-wrapper .body-content ol,
.single-toolkit .primary-content-wrapper .body-content ul {
    font-size: 1.2em;
  }
  .single-toolkit .primary-content-wrapper h1, .single-toolkit .primary-content-wrapper h2 {
    font-size: 1.7em;
  }
  .single-toolkit .primary-content-wrapper h3 {
    font-size: 1.5em;
  }
  .single-toolkit .primary-content-wrapper h4 {
    font-size: 1.2em;
  }
  .single-toolkit .primary-content-wrapper h5 {
    font-size: 0.85em;
  }
  .single-toolkit .primary-content-wrapper h6 {
    font-size: 0.7em;
  }
}
@media screen and (min-width: 960px) {
  .single-toolkit .primary-content-wrapper h1, .single-toolkit .primary-content-wrapper h2 {
    font-size: 2em;
  }
  .single-toolkit .primary-content-wrapper p,
.single-toolkit .primary-content-wrapper .body-content ol,
.single-toolkit .primary-content-wrapper .body-content ul {
    font-size: 1em;
  }
  .single-toolkit .primary-content-wrapper .toc-header {
    margin: 0 0 10px 0;
    padding-top: 0;
    font-size: 18px;
    color: #093944;
  }
}
@media screen and (min-width: 1300px) {
  .single-toolkit .primary-content-wrapper article h2 {
    font-size: 2.5em;
  }
  .single-toolkit .primary-content-wrapper article h2.section-title {
    padding-top: 15px;
  }
  .single-toolkit .primary-content-wrapper article h3 {
    font-size: 2em;
  }
  .single-toolkit .primary-content-wrapper article h4 {
    font-size: 1.5em;
  }
  .single-toolkit .primary-content-wrapper article h5 {
    font-size: 1.2em;
  }
  .single-toolkit .primary-content-wrapper article h6 {
    font-size: 1em;
  }
  .single-toolkit .primary-content-wrapper article p,
.single-toolkit .primary-content-wrapper article .body-content ol,
.single-toolkit .primary-content-wrapper article .body-content ul {
    font-size: 1.2em;
    line-height: 2em;
  }
}

.single-toolkit {
  color: #6e6e6e;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
  background-color: white;
}
.single-toolkit main {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.single-toolkit main#content {
  position: relative;
  z-index: 100;
}
.single-toolkit .primary-content-wrapper {
  align-items: stretch !important;
}
.single-toolkit .primary-content-wrapper > aside {
  position: relative;
  z-index: 1;
}
.single-toolkit .mainConstrained {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.single-toolkit .mainGrid {
  max-width: 100%;
  margin: 0;
}
.single-toolkit .content-section {
  margin-bottom: 40px;
}
@media screen and (min-width: 750px) {
  .single-toolkit footer {
    padding-top: 0px;
  }
  .single-toolkit .footer-content {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .single-toolkit .primary-content-wrapper {
    display: flex;
  }
  .single-toolkit .primary-content-wrapper article {
    max-width: 900px;
    padding-left: 43px;
    position: relative;
  }
  .single-toolkit aside a {
    box-shadow: none !important;
  }
  .single-toolkit aside .contents {
    width: 200px;
    height: 220px;
    overflow-y: auto;
  }
}

.single-toolkit .menu-button {
  cursor: pointer;
  z-index: 999;
  background-size: 30px 30px;
  background-position: center center;
  background-image: url(/usa/wp-content/themes/greenpeace/img/greenpeace-reports/menu-icon.png);
  background-repeat: no-repeat;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.15s 0.2s ease-in-out;
}
.single-toolkit .menu-background {
  content: "";
  z-index: 990;
  transition: all 0.2s ease-in-out;
  background-color: #093944;
  opacity: 0.65;
}
.single-toolkit .menu-button,
.single-toolkit .menu-background {
  width: 65px;
  height: 65px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
}
.single-toolkit .nav-menu.-open .menu-button {
  box-shadow: none;
  transition-delay: 0s;
  background-image: url(/usa/wp-content/themes/greenpeace/img/greenpeace-reports/x-icon.png);
  transform: rotate(180deg);
}
.single-toolkit .nav-menu.-open .menu-background {
  transform: scale(49);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.single-toolkit .nav-menu.-open .sidebar-nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.single-toolkit body .sidebar-nav .page-info p {
  color: white;
  text-align: left;
  font-weight: 400;
}
.single-toolkit .toolkit-cta {
  display: none;
}
.single-toolkit .sidebar-nav {
  color: white;
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 20px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: visibility 0s, opacity 0.3s 0.2s linear, transform 0.5s 0.1s ease-in-out;
  overflow-y: auto;
}
.single-toolkit .sidebar-nav .page-info {
  padding-left: 20px;
  margin-bottom: 20px;
  padding-top: 40px;
}
.single-toolkit .sidebar-nav .page-info .pageTitle {
  font-size: 20px;
  font-family: "montserrat";
}
.single-toolkit .sidebar-nav .hr {
  display: block;
  border-bottom: 1px solid white;
  width: 100%;
  margin-bottom: 20px;
}
.single-toolkit .sidebar-nav .download-button {
  padding: 5px 11px 5px 14px;
  background: white;
  color: #093944;
  border-radius: 3px;
  display: inline-block;
  margin: 5px 0 40px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.single-toolkit .sidebar-nav .download-button:link, .single-toolkit .sidebar-nav .download-button:hover, .single-toolkit .sidebar-nav .download-button:active, .single-toolkit .sidebar-nav .download-button:visited {
  color: #093944;
}
.single-toolkit .sidebar-nav .download-button i {
  margin-left: 5px;
}
.single-toolkit .noSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.single-toolkit .article-menu ul.menu {
  text-align: left;
  padding: 0px 20px;
}
.single-toolkit .article-menu .menu-item a {
  font-family: "montserrat", sans-serif;
  padding: 0.2em;
  font-weight: 700;
  display: inline-block;
  font-size: 1.4em;
  color: white;
}
.single-toolkit .article-menu .sub-menu {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .single-toolkit .menu-button,
.single-toolkit .menu-background,
.single-toolkit .sidebar-nav .page-info,
.single-toolkit .sidebar-nav .hr {
    display: none;
  }
  .single-toolkit .toolkit-cta {
    display: block;
    margin-top: 40px;
    font-family: "montserrat";
  }
  .single-toolkit .toolkit-cta .cta-headline {
    line-height: 1.4em;
    font-size: 1em;
    margin-bottom: 20px;
    display: inline-block;
    border-top: 1px solid gainsboro;
    padding-top: 15px;
    font-weight: 700;
  }
  .single-toolkit .toolkit-cta .cta-button {
    font-size: 1em;
  }
  .single-toolkit .sidebar-nav {
    color: dimgray;
    position: relative;
    z-index: 991;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    visibility: visible;
    opacity: 1;
    padding-bottom: 0px;
    transform: none;
    transition: none;
    overflow-y: auto;
    transition: opacity 2s ease-in-out;
  }
  .single-toolkit .sidebar-nav .download-button {
    margin-left: 0;
    background: #093944;
    color: white;
  }
  .single-toolkit .sidebar-nav .download-button:link, .single-toolkit .sidebar-nav .download-button:hover, .single-toolkit .sidebar-nav .download-button:active, .single-toolkit .sidebar-nav .download-button:visited {
    color: white;
  }
  .single-toolkit .is_stuck .sidebar-nav {
    opacity: 0.5;
  }
  .single-toolkit aside .is_stuck .nav-menu.-open .sidebar-nav {
    opacity: 0.5;
  }
  .single-toolkit aside:hover .nav-menu.-open .sidebar-nav {
    opacity: 1;
    transition-duration: 0.15s;
  }
  .single-toolkit aside:hover .is_stuck .sidebar-nav {
    opacity: 1;
    transition-duration: 0.15s;
  }
  .single-toolkit .article-menu ul.menu {
    opacity: 0.8;
    padding: 0px;
  }
  .single-toolkit .article-menu .menu-item a {
    font-weight: 400;
    line-height: 1.2em;
    display: inline-block;
    font-size: 1em;
    transition: transform 0.2s ease-in-out;
    color: inherit;
  }
  .single-toolkit .sub-menu {
    height: 0px;
    overflow: hidden;
  }
  .single-toolkit .article-menu .menu-item.current > a {
    transform: translateX(12px);
  }
  .single-toolkit .article-menu .sub-menu {
    margin-bottom: 0px;
  }
  .single-toolkit .sidebar-nav .menu > .menu-item {
    transition: all 0.1s ease-in-out;
    margin-bottom: 0.4em;
  }
  .single-toolkit .sidebar-nav .menu > .menu-item a:before {
    content: "\f0da";
    font-family: "FontAwesome";
    position: absolute;
    left: -10px;
  }
  .single-toolkit .sub-menu .menu-item a {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.8em;
    line-height: 1.2em;
    font-weight: 400;
  }
}
@media screen and (min-width: 960px) and (min-height: 300px) {
  .single-toolkit aside .contents {
    height: 220px;
  }
}
@media screen and (min-width: 960px) and (min-height: 400px) {
  .single-toolkit aside .contents {
    height: 320px;
  }
}
@media screen and (min-width: 960px) and (min-height: 500px) {
  .single-toolkit aside .contents {
    height: 420px;
  }
}
@media screen and (min-width: 960px) and (min-height: 600px) {
  .single-toolkit aside .contents {
    height: 520px;
  }
}
@media screen and (min-width: 960px) and (min-height: 700px) {
  .single-toolkit aside .contents {
    height: 620px;
  }
}
@media screen and (min-width: 960px) and (min-height: 800px) {
  .single-toolkit aside .contents {
    height: 720px;
  }
}
@media screen and (min-width: 960px) and (min-height: 900px) {
  .single-toolkit aside .contents {
    height: 820px;
  }
}
@media screen and (min-width: 960px) and (min-height: 1000px) {
  .single-toolkit aside .contents {
    height: 920px;
  }
}
@media screen and (min-width: 960px) and (min-height: 1100px) {
  .single-toolkit aside .contents {
    height: 1020px;
  }
}
@media screen and (min-width: 960px) and (min-height: 1200px) {
  .single-toolkit aside .contents {
    height: 1120px;
  }
}
@media screen and (min-width: 960px) and (min-height: 1300px) {
  .single-toolkit aside .contents {
    height: 1220px;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    filter: none !important;
    text-shadow: none !important;
  }

  @page {
    margin: 0.5cm;
  }
  thead {
    display: table-header-group;
  }

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

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

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

  a, a:visited {
    text-decoration: underline;
  }

  /*
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after { content: ""; }
  */
  .visible-print {
    display: inherit !important;
  }

  .hidden-print {
    display: none !important;
  }
}

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