@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700&subset=latin-ext");

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  hyphens: none;
  font-family: "Lora", serif;
  font-size: 1rem;
  line-height: 22px;
}

@media (min-width: 768px) {
  p {
    font-size: 1.0625rem;
    line-height: 26px;
  }
}

@media (min-width: 992px) {
  p {
    font-size: 1.25rem;
    line-height: 32px;
  }
}

@media (min-width: 1480px) {
  p {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
}

h1,
h2 {
  font-weight: bold;
}

h1 {
  font-size: 2rem;
  line-height: 1.225;
  margin-bottom: 1.875rem;
  text-transform: uppercase; 
  font-family: 'Jost'; 
  text-shadow: 2px 3px 0px #000000; 
  color: white;
}

@media (min-width: 992px) {
  h1 {
    font-size: 3.5rem;
    margin-bottom: 2.2rem;
  }
}

h2 {
  font-size: 1.625rem;
  line-height: 1.38;
  margin-bottom: 26px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.875rem;
  }
}

h3, .page-header h3 {
	font-family: 'Jost';
	font-weight: bold;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.8rem;
}

.white-text {
  color: #fff;
}

.en__component--column--2 {
	background-color: white;
	box-shadow: 0 2px 5px rgba(0,0,0,.25);
}

.en__component--column--1 {
	color: white;
}

.pb-5 {
	background-color: #262626;
}

.screen-reader-text,
.navbar-dropdown-toggle[aria-expanded="true"] span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

@font-face {
  font-family: "greenpeace-icon";
  src: url("fonts/greenpeace-icon.eot?x1zqe3");
  src: url("fonts/greenpeace-icon.eot?x1zqe3#iefix") format("embedded-opentype"),
  url("fonts/greenpeace-icon.ttf?x1zqe3") format("truetype"),
  url("fonts/greenpeace-icon.woff?x1zqe3") format("woff"),
  url("fonts/greenpeace-icon.svg?x1zqe3#greenpeace-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "greenpeace-icon" !important;
  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;
}

.icon-ar
-marker .path1:before {
  content: "\e905";
  color: black;
  opacity: 0.25;
}

.icon-arrow-marker .path2:before {
  content: "\e906";
  margin-left: -1em;
  color: black;
}

.icon-doc-ic:before {
  content: "\e900";
}

.icon-arrow-icon:before {
  content: "\e901";
}

.icon-filter:before {
  content: "\e902";
}

.icon-search:before {
  content: "\e903";
}

.icon-cross:before {
  content: "\e904";
}

.btn,
.post-content .more-link,
.post-content .page-links a {
  display: inline-block;
  position: relative;
  font-family: "Roboto", sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: 3;
  padding: 0 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.btn {
  border-radius: 0;
}

.btn:hover,
.post-content .more-link:hover,
.post-content .page-links a:hover,
.btn:focus,
.post-content .more-link:focus,
.post-content .page-links a:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}

.btn:disabled,
.post-content .more-link:disabled,
.post-content .page-links a:disabled {
  opacity: 0.5;
}

.btn-small,
.post-content .page-links a {
  font-size: 0.875rem;
  line-height: 2.8;
}

.btn-medium {
  font-size: 1rem;
  line-height: 3;
}

.btn-large,
.post-content .more-link {
  font-size: 1.125rem;
  line-height: 3.1;
}

/** Primary, orange button. */

.btn-primary {
  background-color: #f36d3a;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #ee562d;
  border-color: #ee562d;
}

.btn-primary:active {
  background-color: #7a1805;
  border-color: #7a1805;
}

/** Secondary, semi-transparent button. Most buttons are this button. */

.btn-secondary,
.post-content .more-link,
.post-content .page-links a {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #074365;
  color: #074365;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-secondary:hover,
.post-content .more-link:hover,
.post-content .page-links a:hover,
.btn-secondary:focus,
.post-content .more-link:focus,
.post-content .page-links a:focus {
  background-color: #074365;
  border-color: #074365;
}

.btn-secondary:active,
.post-content .more-link:active,
.post-content .page-links a:active {
  background-color: #042233;
  border-color: #042233;
}

/** Similar to the primary button, but transparent by default. */

.btn-action {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.btn-action:hover,
.btn-action:focus {
  background-color: #f36d3a;
  border-color: #f36d3a;
}

.btn-action:active {
  background-color: #ee562d;
  border-color: #ee562d;
}

.btn-default {
    background-color: #074365;
    width: 100%;
}

/** Donate button used in the navbar. */

.btn-donate {
  background-color: #68dfde;
  color: #333;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: color background-color font-weight 100ms;
  transition: color background-color font-weight 100ms;
  min-width: 180px;
  margin: 0;
  padding: 2px 30px;
  border-radius: 0;
}

.btn-donate:hover,
.btn-donate:focus {
  background-color: #86eee7;
  color: #000;
}

.btn-donate:active {
  background-color: #21cbca;
}

@media (min-width: 992px) {
  .btn-donate {
    font-size: 1.125rem;
  }
}

.btn-navbar-toggle {
  cursor: pointer;
  color: #66cc00;
  background-color: transparent;
  -webkit-transition: background-color color font-weight 100ms;
  transition: background-color color font-weight 100ms;
  display: inline-block;
}

.btn-navbar-toggle:hover,
.btn-navbar-toggle:focus,
.btn-navbar-toggle:active {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-navbar-toggle:hover,
.btn-navbar-toggle:focus,
.btn-navbar-toggle:active {
  background-color: #042233;
  border: 1px solid transparent;
}

@media (min-width: 575px) {
  .btn-navbar-toggle {
    background-color: #074365;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  }
}

.btn-filter-item {
  background-color: transparent;
  border-color: #093944;
  color: #093944;
  padding: 0 50px 0 30px;
  position: relative;
  font-weight: 400;
}

.btn-filter-item:hover,
.btn-filter-item:focus {
  background-color: #093944;
  border-color: #093944;
}

.btn-filter-item:active {
  background-color: #052a30;
  border-color: #052a30;
}

.btn-filter-item i {
  position: absolute;
  font-size: 0.7em;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -40%);
  -ms-transform: translate(0, -40%);
  transform: translate(0, -40%);
}

.btn-filter-item-solid {
  background-color: #093944;
  border-color: #093944;
  padding: 0 50px 0 30px;
  position: relative;
  text-transform: none;
}

.btn-filter-item-solid:hover,
.btn-filter-item-solid:focus {
  background-color: #186a70;
  border-color: #186a70;
}

.btn-filter-item-solid:active {
  background-color: #052a30;
  border-color: #052a30;
}

.btn-filter-item-solid i {
  position: absolute;
  font-size: 0.6em;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -40%);
  -ms-transform: translate(0, -40%);
  transform: translate(0, -40%);
}

.no-btn {
  background: transparent;
  border: transparent;
  padding: 0;
  cursor: pointer;
}

.no-btn:focus {
  outline: none;
}

.top-navigation {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 5;
  padding: 0;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: rgba(07, 67, 101, 0.8);
  height: 3.375rem;
  align-items: center;
}

@media screen and (min-width: 783px) {
  .top-navigation {
    height: 3.8125rem;
  }
}

.top-navigation a {
  color: #fff;
}

.top-navigation .btn-donate {
  color: #333;
}

.admin-bar .top-navigation {
  top: 46px;
}

@media screen and (min-width: 783px) {
  .admin-bar .top-navigation {
    top: 32px;
  }
}

.site-logo,
.btn-navbar-toggle,
.navbar-search-toggle,
.country-dropdown-toggle,
.nav-item,
.nav-link {
  line-height: 3.375rem;
  padding: 0 15px;
}

@media screen and (min-width: 783px) {
  .site-logo,
  .btn-navbar-toggle,
  .navbar-search-toggle,
  .country-dropdown-toggle,
  .nav-item,
  .nav-link {
    line-height: 3.75rem;
    font-size: 1.125rem;
  }
}

.btn-navbar-toggle.active,
.btn-navbar-toggle:hover,
.btn-navbar-toggle:focus,
.btn-navbar-toggle:active,
.country-dropdown-toggle.active,
.country-dropdown-toggle:hover,
.country-dropdown-toggle:focus,
.country-dropdown-toggle:active,
.nav-link.active,
.nav-link:hover,
.nav-link:focus,
.nav-link:active {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.navbar-search-toggle,
.btn-navbar-toggle {
  line-height: 2rem;
  margin: 11px;
  color: #fff;
  z-index: 1;
}

.navbar-search-toggle fa,
.btn-navbar-toggle fa {
  font-size: 1.125rem;
}

.navbar-dropdown-toggle[aria-expanded="true"] {
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 992px) {
  .navbar-dropdown-toggle {
    display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-dropdown {
    padding: 0 15px;
  }
}

@media (max-width: 992px) {
  .site-logo {
    position: absolute;
    width: 100%;
    text-align: center;
  }
}

.site-logo:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-logo img {
  height: 1.25rem;
}

@media (min-width: 575px) {
  .site-logo img {
    height: 1.5rem;
  }
}

@media (min-width: 992px) {
  .site-logo img {
    height: 1.875rem;
  }
}

.navbar-dropdown-toggle {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.navbar-dropdown {
  display: none;
  margin: 0;
  list-style-type: none;
}

.navbar-dropdown.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .navbar-dropdown li:first-child {
    z-index: 10;
  }
}

@media screen and (max-width: 575px) {
  .navbar-dropdown {
    height: 100vh;
    width: 300px;
  }
}

@media screen and (min-width: 575px) and (max-width: 782px) {
  .navbar-dropdown {
    height: 100vh;
    width: 375px;
  }
}

@media screen and (min-width: 783px) and (max-width: 992px) {
  .navbar-dropdown {
    width: 400px;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .navbar-dropdown {
    height: calc(100vh - 46px);
  }
}

@media screen and (min-width: 783px) and (max-width: 992px) {
  .admin-bar .navbar-dropdown {
    height: calc(100vh - 32px);
  }
}

@media (max-width: 992px) {
  .navbar-dropdown {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    background: #0a4f45 url("images/dropdown-gradient.svg") no-repeat;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2;
  }
  .navbar-dropdown .close-navbar-dropdown {
    cursor: pointer;
    position: absolute;
    right: 0;
    height: 3.375rem;
    width: 3.375rem;
    background: url("images/close-icon.svg") center center no-repeat;
    z-index: 2;
    border: 0;
  }
}

@media (max-width: 992px) and (min-width: 783px) and (max-width: 992px) {
  .navbar-dropdown .close-navbar-dropdown {
    height: 3.75rem;
  }
}

@media (max-width: 992px) {
  .navbar-dropdown .close-navbar-dropdown:focus,
  .navbar-dropdown .close-navbar-dropdown:hover {
    border: 1px dotted rgba(255, 255, 255, 0.5);
  }
  .navbar-dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    background: rgba(0, 0, 0, 0.1);
    z-index: 0;
  }
  .navbar-dropdown .country-dropdown-toggle {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 0 70px 0 67px;
  }
  .navbar-dropdown .country-dropdown-toggle::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    height: 1.75em;
    width: 50px;
    display: inline-block;
    background: url("images/country-icon.svg") center center no-repeat;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    background-size: contain;
  }
}

@media screen and (max-width: 992px) and (min-width: 783px) {
  .navbar-dropdown .country-dropdown-toggle::before {
    top: 17px;
  }
}

@media (max-width: 992px) {
  .navbar-dropdown .nav-item {
    z-index: 1;
  }
  .navbar-dropdown .nav-item:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .navbar-dropdown .nav-link {
    padding: 0 40px 0 50px;
    display: block;
    line-height: 2.8125rem;
    font-size: 1rem;
    margin: 0.5em 0;
  }
  .navbar-dropdown .active .nav-link,
  .navbar-dropdown .nav-link:focus,
  .navbar-dropdown .nav-link:hover {
    position: relative;
    z-index: 2;
    color: #042233;
  }
  .navbar-dropdown .active .nav-link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: #042233;
    width: 8px;
    margin-left: -50px;
    z-index: 2;
  }
  .navbar-dropdown .btn-donate {
    display: block;
    width: 200px;
    margin: 1.5em auto;
    padding: 5px 30px;
  }
}

@media (max-width: 768px) {
  .navbar-dropdown {
    background-position: right 3.375rem;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .navbar-dropdown {
    background-position: right 3.75rem;
  }
}

@media (min-width: 992px) {
  .navbar-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
  }
  .navbar-dropdown .close-navbar-dropdown,
  .navbar-dropdown .nav-item-dropdown {
    display: none;
  }
  .navbar-dropdown .nav-link {
    padding: 0 20px;
    min-width: 20%;
    text-align: center;
    border-bottom: 2px solid transparent;
  }
  .navbar-dropdown .nav-link:hover,
  .navbar-dropdown .nav-link:focus,
  .navbar-dropdown .nav-link:active {
    border-bottom: 2px solid #fff;
  }
  .navbar-dropdown .active .nav-link {
    color: #86eee7;
    border-bottom: 2px solid #86eee7;
  }
}

.navbar-dropdown .nav-item {
  margin: 0;
  padding: 0;
}

.nav-search-wrap {
  display: none;
}

.country-dropdown-toggle {
  cursor: pointer;
  font-size: 1rem;
  border: 0;
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color 100ms;
  transition: color 100ms;
  background-color: #052a30;
}

@media (min-width: 992px) {
  .country-dropdown-toggle {
    background-color: transparent;
  }
}

.country-dropdown-toggle::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url("images/down-arrow-green.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 300ms linear;
  transition: -webkit-transform 300ms linear;
  transition: transform 300ms linear;
  transition: transform 300ms linear, -webkit-transform 300ms linear;
}

.country-dropdown-toggle:focus,
.country-dropdown-toggle:hover {
  color: #fff;
}

.country-dropdown-toggle:focus::after,
.country-dropdown-toggle:hover::after {
  background-image: url("images/down-arrow-white.svg");
}

.country-dropdown-toggle[aria-expanded="true"] {
  background-color: #052a30;
}

.country-dropdown-toggle[aria-expanded="true"]::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.country-list {
  display: none;
  text-transform: none;
  background: #052a30;
  line-height: 1.5;
  padding: 1.4em 0;
  margin-top: -1px;
  overflow-y: hidden;
}

.country-list.open {
  display: block;
  overflow-y: scroll !important;
}

.country-list a {
  display: block;
  color: #fff;
}

.country-list a:hover,
.country-list .active a {
  color: #86eee7;
  text-decoration: none;
}

.country-list .country-group-letter {
  font-size: 1rem;
  position: absolute;
  line-height: 1.5;
  font-weight: bold;
  color: #999;
  margin-left: -1.5em;
}

@media (min-width: 992px) {
  .country-list .country-group-letter {
    margin-left: -2em;
  }
}

.country-list>ul {
  padding: 0 0 2em;
  margin-top: 1.5em;
}

.country-list>a,
.country-list li {
  position: relative;
  list-style: none;
  padding-left: 50px;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .country-list>a,
  .country-list li {
    padding-left: 2em;
  }
}

.country-list>a ul,
.country-list li ul {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  padding: 0;
  margin: 0 1em 1.2em 0;
}

.country-list>a li,
.country-list li li {
  padding-left: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .country-list {
    position: absolute;
    height: 344px;
    max-height: 344px;
    width: 90%;
    padding: 2em;
    left: 10%;
    overflow-x: hidden;
    overflow-y: hidden !important;
    max-height: calc(100vh - 3.75rem);
  }
  .admin-bar .country-list {
    max-height: calc(100vh - 3.75rem - 32px);
  }
  .country-list>ul {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media screen and (min-width: 1024px) {
  .country-list {
    padding: 2em 4em 4em;
    width: 80%;
    left: 10%;
  }
}

.navbar-dropdown ::-webkit-scrollbar {
  width: 9px;
}

.navbar-dropdown ::-webkit-scrollbar-track {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
}

.navbar-dropdown ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
}

.navbar-dropdown ::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.4);
}

.navbar-dropdown ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.05);
}

.site-footer {
  font-family: "Roboto", sans-serif;
  padding: 45px 0 25px;
  background: #074365;
  position: relative;
  z-index: 2;
  text-align: center;
}

@media (min-width: 768px) {
  .site-footer {
    padding: 25px 0 20px;
  }
}

@media (min-width: 992px) {
  .site-footer {
    padding: 55px 0 25px;
  }
}

.site-footer p {
  font-family: "Roboto", sans-serif;
}

.site-footer a {
  color: #e5e5e5;
}

.footer-social-media {
  color: #ccc;
  font-size: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  margin: auto;
}

.footer-social-media li {
  display: inline-block;
}

.footer-social-media a {
  -webkit-transition: color 100ms linear;
  transition: color 100ms linear;
}

.footer-social-media a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .footer-links li,
  .footer-links-secondary li {
    display: inline-block;
  }
  .footer-links li:after,
  .footer-links-secondary li:after {
    content: "\002F";
    display: inline-block;
    margin: 0 16px;
  }
  .footer-links li:last-of-type:after,
  .footer-links-secondary li:last-of-type:after {
    display: none;
  }
}

@media (min-width: 992px) {
  .footer-links li:after,
  .footer-links-secondary li:after {
    margin: 0 24px 0;
  }
}

.footer-links {
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 3;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .footer-links {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .footer-links {
    font-size: 1.125rem;
  }
}

.footer-links-secondary {
  color: #e5e5e5;
  line-height: 2.5;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .footer-links-secondary {
    font-size: 0.875rem;
  }
}

@media (min-width: 992px) {
  .footer-links-secondary {
    font-size: 1rem;
  }
}

.copyright-text {
  color: #e5e5e5;
  font-size: 0.75rem;
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
  word-break: keep-all;
}

@media (min-width: 768px) {
  .copyright-text {
    line-height: 1;
  }
}

.copyright-text i {
  display: block;
  font-size: 1.5625rem;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .copyright-text i {
    display: inline-block;
    position: relative;
    font-size: 1.5em;
    bottom: -0.15em;
    margin-right: 5px;
  }
}

.copyright-text a {
  color: white;
}

.gp-year {
  color: #fff;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .gp-year {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  .gp-year {
    margin-top: 15px;
  }
}

.header-wrapper {
  height: 0;
}

.page-header {
  color: #000;
  padding: 90px 0 30px 0;
  position: relative;
  min-height: 650px;
}

@media (min-width: 768px) {
  .page-header {
    padding: 104px 0 40px;
  }
}

@media (min-width: 992px) {
  .page-header {
    padding: 144px 0 60px;
  }
}

@media (min-width: 1480px) {
  .page-header {
    padding: 144px 0 80px;
  }
}

.page-header h3 {
  margin-bottom: 30px;
}

.page-header-background {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
}

.page-header-background:before {content: "";
    display: block;
    position: absolute;
    z-index: 0;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    background: linear-gradient(60deg, rgba(255, 0, 0, 0.7) 20%, transparent 100%);}

.page-header-background:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    height: 55%;
    bottom: -0.5%;
    left: 0;
    right: 0;
    background: #ffffff;
    background: linear-gradient(360deg, #262626 0%, transparent 100%);
}


.page-header-image {
  max-width: 100%;
  display: block;
  margin: auto;
  width: 100%;
}

.page-header-title {
  font-size: 1.75rem;
  line-height: 1.2;
  max-width: 80%;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header-title {
    font-size: 2.5rem;
    margin-bottom: 12px;
  }
}

@media (min-width: 992px) {
  .page-header-title {
    margin-bottom: 20px;
  }
}

@media (min-width: 1480px) {
  .page-header-title {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 20px;
  }
}

.page-header-subtitle {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 300;
  max-width: 80%;
  margin: 0;
}

@media (min-width: 768px) {
  .page-header-subtitle {
    font-size: 1.5rem;
    margin: 0 0 22px 0;
  }
}

@media (min-width: 992px) {
  .page-header-subtitle {
    font-size: 1.875rem;
  }
}

@media (min-width: 1480px) {
  .page-header-subtitle {
    font-size: 2.25rem;
  }
}

.page-header-btn {
  display: block;
  width: 100%;
  margin-top: 40px;
}

@media (min-width: 992px) {
  .page-header-btn {
    margin-top: 50px;
  }
}

@media (min-width: 1480px) {
  .page-header-btn {
    margin-top: 36px;
  }
}

.page-header-content {
  display: none;
}

@media (min-width: 768px) {
  .page-header-content {
    display: block;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
  }
}

@media (min-width: 1480px) {
  .page-header-content {
    font-size: 1.125rem;
  }
}

.page-section {
  margin: 0 auto 40px auto;
}

@media (min-width: 768px) {
  .page-section {
    margin: 0 auto 40px auto;
  }
}

@media (min-width: 992px) {
  .page-section {
    margin: 0 auto 60px auto;
  }
}

@media (min-width: 1480px) {
  .page-section {
    margin: 0 auto 80px auto;
  }
}

.page-section-header {
  font-family: "Roboto", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .page-section-header {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

@media (min-width: 992px) {
  .page-section-header {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
}

@media (min-width: 1480px) {
  .page-section-header {
    font-size: 1.875rem;
  }
}

.page-section-description {
  font-size: 1rem;
  line-height: 1.6;
  margin: 1em 0 2.5em;
}

@media (min-width: 768px) {
  .page-section-description {
    font-size: 1.125rem;
    width: 80%;
  }
}

@media (min-width: 992px) {
  .page-section-description {
    font-size: 1.25rem;
  }
}

@media (min-width: 1480px) {
  .page-section-description {
    font-size: 1.125rem;
    margin: 20px 0;
  }
}

.light-blue-bg {
  background: #d6e6f2;
}

.video-block h2 {
  padding-left: 15px;
}

@media (min-width: 575px) {
  .video-block h2 {
    padding-left: 0;
  }
}

.video-block .video-section {
  height: 240px;
  margin-bottom: 40px;
}

@media (min-width: 575px) {
  .video-block .video-section {
    height: 240px;
  }
}

@media (min-width: 768px) {
  .video-block .video-section {
    height: 400px;
  }
}

@media (min-width: 992px) {
  .video-block .video-section {
    height: 530px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1480px) {
  .video-block .video-section {
    height: 630px;
    margin-bottom: 80px;
  }
}

.video-block .container {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .video-block .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

blockquote.twitter-tweet {
  margin: 60px 0;
  padding-left: 30px;
  border-left: 4px solid #ccc;
  display: inline-block;
}

@media (min-width: 768px) {
  blockquote.twitter-tweet {
    padding-left: 70px;
  }
}

blockquote.twitter-tweet p {
  font-size: 1.375rem;
  line-height: 1.6;
  margin: 0;
}

blockquote.twitter-tweet p:first-child {
  margin-bottom: 10px;
}

blockquote.twitter-tweet a {
  text-decoration: none;
  outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}


@media (max-width: 575px) {
  .skewed-overlay {
    max-height: 4500px;
  }
}

@media (min-width: 768px) {
  .skewed-overlay {
    max-height: 9000px;
  }
}

.tags-list {
  padding-left: 0;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}

.tag-item {
  list-style-type: none;
  display: inline-block;
  font-weight: 300;
  font-size: 0.875rem;
  color: #2980b9;
}

.tag-item a {
  color: inherit;
}

.tag-item a:hover,
.tag-item a:active {
  color: inherit;
  text-decoration: underline;
}

.tag-item--main {
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 20px;
  position: relative;
}

.tag-item--main:after {
  content: "\2022";
  pointer-events: none;
  display: inline-block;
  position: absolute;
  right: -15px;
}

@media (max-width: 575px) {
  .tag-item--main:after {
    display: none;
  }
}

.page-template {
  width: 540px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .page-template {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .page-template {
    width: 960px;
  }
}

@media (min-width: 1480px) {
  .page-template {
    width: 1140px;
  }
}

.page-template .container {
  padding-left: 0;
  padding-right: 0;
}

.page-content-wrap {
  padding-top: 100px;
}

@media (min-width: 575px) {
  .page-content-wrap {
    padding-top: 80px;
  }
}

@media (min-width: 768px) {
  .page-content-wrap {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .page-content-wrap {
    margin-top: -7px;
  }
}

@media (min-width: 1480px) {
  .page-content-wrap {
    padding-top: 200px;
  }
}

@media (min-width: 575px) {
  .page-content-wrap h2 {
    font-size: 1.5625rem;
    font-weight: 500;
    margin-top: 20px;
  }
}

.page-content-wrap .fixed-element {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.page-content-wrap .fixed-element h1 {
  color: #004950;
}

@media (min-width: 575px) {
  .page-content-wrap .fixed-element h1 {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 40px;
  }
}

.page-content-wrap .fixed-element.sticky {
  position: fixed;
  font-size: 1.5rem;
  width: 100%;
  text-align: left;
  z-index: 500;
  top: 0;
  background: #247670;
  opacity: 0.95;
  padding: 5px 0;
}

@media (min-width: 768px) {
  .page-content-wrap .fixed-element.sticky {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .page-content-wrap .fixed-element.sticky {
    top: 0;
  }
}

.page-content-wrap .fixed-element.sticky h1 {
  display: inline-block;
  font-size: 2.1875rem;
  color: #fff;
}

@media (min-width: 768px) {
  .page-content-wrap .fixed-element.sticky h1 {
    font-size: 1.5625rem;
  }
}

.page-content-wrap .fixed-element.sticky .top-tags-wrap span {
  color: #fff;
  display: none;
}

.page-content-wrap .top-tags-wrap {
  font-size: 0.875rem;
  line-height: 1.05rem;
  color: #004950;
}

@media (min-width: 768px) {
  .page-content-wrap .top-tags-wrap {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

@media (min-width: 992px) {
  .page-content-wrap .top-tags-wrap {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

@media (min-width: 1480px) {
  .page-content-wrap .top-tags-wrap {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

.page-content-wrap .top-tags-wrap .category-topic-title {
  font-weight: bold;
  margin-right: 5px;
}

.page-content-wrap .top-tags-wrap .category-topic-title-seprater {
  background: #017e7a;
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 5px;
  vertical-align: middle;
  margin-right: 5px;
}

@media (min-width: 1480px) {
  .page-content-wrap .about-info {
    margin-bottom: 72px;
  }
}

.page-content-wrap .about-info h2 {
  margin-top: 30px;
  color: #004950;
}

.page-content-wrap .about-info p {
  font-size: 1.0625rem;
  line-height: 1.80625rem;
}

@media (min-width: 768px) {
  .page-content-wrap .about-info p {
    font-size: 1.1875rem;
    line-height: 2.0625rem;
  }
}

@media (min-width: 992px) {
  .page-content-wrap .about-info p {
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
}

@media (min-width: 1480px) {
  .page-content-wrap .about-info p {
    font-size: 1.375rem;
    line-height: 2.375rem;
  }
}

.friends-take-action-button {
  width: 100%;
  padding: 20px 0;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .friends-take-action-button {
    width: 100%;
    padding: 20px 0;
  }
}

.friends-take-action-button .btn-primary {
  display: block;
}

@media (min-width: 992px) {
  .sub-navigation-md {
    width: 100%;
    background: #247670;
    opacity: 0.8;
    text-align: center;
    padding: 12px 0;
  }
  .sub-navigation-md ul {
    margin: 0;
  }
  .sub-navigation-md li {
    width: 33.33%;
    float: left;
    line-height: 38px;
  }
  .sub-navigation-md li:first-child {
    border-right: solid 2px #07403a;
  }
  .sub-navigation-md li a {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
  }
  .sub-navigation-md.sticky {
    position: fixed;
    top: 0;
    opacity: 0.8;
    z-index: 500;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #1e5f65;
  }
}

.page-sign-petition-page.page-header {
  padding-top: 61px;
  padding-bottom: 0;
}

.page-sign-petition-page.page-header .custom-title {
  max-width: 90%;
  font-size: 1.75rem;
  margin: 20px 0 10px 0;
}

@media (min-width: 575px) {
  .page-sign-petition-page.page-header .custom-title {
    font-size: 2.5rem;
    max-width: 100%;
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .page-sign-petition-page.page-header .custom-title {
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .page-sign-petition-page.page-header .custom-title {
    font-size: 3rem;
  }
}

@media (min-width: 1480px) {
  .page-sign-petition-page.page-header .custom-title {
    font-size: 4.125rem;
    margin-top: 90px;
  }
}

.page-sign-petition-page.page-header .subhead-custom-title.normaltxt {
  font-weight: normal;
}

.page-sign-petition-page.page-header .subhead-custom-title.normaltxt span {
  font-weight: bold;
}

div[class*="component-formblock"] {
  background-color: #698da2;
}

@media (min-width: 768px) {
  div[class*="component-formblock"] {
    background-color: transparent;
  }
}

form ul,
form ol {
  font-family: "Lora";
  font-size: 1rem;
  line-height: 22px;
}

@media (min-width: 768px) {
  form ul,
  form ol {
    font-size: 1.0625rem;
    line-height: 26px;
  }
}

@media (min-width: 992px) {
  form ul,
  form ol {
    font-size: 1.25rem;
    line-height: 32px;
  }
}

@media (min-width: 1480px) {
  form ul,
  form ol {
    font-size: 1.25rem;
    line-height: 34px;
  }
}

.form-group {
  margin-bottom: 12px;
}

.form-group .form-control {
  height: 48px !important;
  border-radius: 0;
  color: #001317;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
}

@media (min-width: 992px) {
  .form-group .form-control {
    height: 56px !important;
    font-size: 1.125rem;
  }
}

.form-group .form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
  color: #001317;
}

.form-group .form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  color: #001317;
}

.form-group .form-control::placeholder,
input[type="text"]::placeholder {
  font-family: "Roboto", sans-serif;
  color: #001317;
}

.form-group .form-check-label {
  font-size: 0.875rem;
  font-style: italic;
}

@media (min-width: 992px) {
  .form-group .form-check-label {
    font-size: 1rem;
  }
}

textarea {
    padding: 16px !important;
}

.en__field__element--select .en__field__input--select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 40px 6px 16px !important;
  min-width: auto;
  background: #fff url("data:image/png;base64,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") no-repeat right 8px center;
  background-size: 20px;
}

.en__field__input--text {
  padding: 6px 16px !important;
}

.en__field__input--text,
.en__field__input--email,
.en__field__input--number,
.en__field__input--telephone,
.en__field__input--textarea,
.en__field__input--password,
.en__field__input--calendar {
  width: 100% !important;
}

@media (min-width: 992px) {
  .en__field__element--select:after {
    margin-top: -54px;
  }
}

div[class*=__field--checkbox] {
  color: rgba(07, 67, 101, 1);
}

div[class*=__field__element--checkbox],
div[class$="__contactDetails"] {
  margin: 20px 0;
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

input[type="checkbox"] + label,
input[type="checkbox"] + div[class*="__contactDetails__rows"] {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-left: 42px !important;
  margin-top: 0 !important;
  font-style: italic;
  font-size: 0.8em;
}

@media (min-width: 992px) {
  input[type="checkbox"] + label,
  input[type="checkbox"] + div[class*="__contactDetails__rows"] {
    font-size: 1em;
  }
}

input[type="checkbox"] + label:before,
input[type="checkbox"] + div[class*="__contactDetails__rows"]:before {
  content: "";
  margin-right: 20px;
  margin-left: -42px;
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  background: white;
  border: 3px solid #0a3351;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:checked + div[class*="__contactDetails__rows"]:before {
  background: #0a3351;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:checked + div[class*="__contactDetails__rows"]:after {
  content: "";
  position: absolute;
  left: -5px;
  top: 9px;
  background: white;
  width: 3px;
  height: 3px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
  4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
  margin-left: -32px;
}

input[type="radio"] {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

input[type="radio"] + label {
  float: left;
  width: 100%;
  background-color: #084365;
  color: white;
  text-align: center;
  padding: 16px 24px;
  transition: 0.1s ease-in-out;
  margin-bottom: 0;
}

input[type="radio"] + label:hover {
  cursor: pointer;
  background-color: #01223d;
}

input[type="radio"]:checked + label {
  background-color: #85eee7;
  color: black;
  font-weight: bold;
}

div[class*=__field__element--radio] {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
  margin-left: -5px;
  margin-right: -5px;
}

div[class*=__field__element--radio] > div[class*=__field__item] {
  padding: 5px;
  flex-grow: 1;
  margin: 0;
}

input[class*=__field__input--other] {
  margin: 0;
  width: 100%;
}

div[class*="__contactDetails__row"]:first-child {
  display: inline-block;
  margin-top: -5px;
}

div[class*="__contactDetails__row"]:not(:first-child) {
  margin-left: 5px;
}

.message-box {
  max-height: 350px;
  overflow-y: scroll;
  background: #fff;
  margin-bottom: 20px;
  color: #333;
  padding: 16px;
}

.message-box p {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 20px;
}

@media (min-width: 992px) {
  .message-box p {
    font-size: 1.125rem;
    line-height: 22px;
  }
}

.message-box .message-label {
  color: #999;
  font-size: 0.75rem;
}

.customselect-country {
  position: relative;
}

.customselect-country .select-gred {
  color: #fff;
  background: #00636e;
  background: -webkit-gradient( left top,
  right top,
  color-stop(0%, #00636e),
  color-stop(100%, #2c94ab));
  background: -webkit-gradient( linear,
  left top,
  right top,
  from(#00636e),
  to(#2c94ab));
  background: linear-gradient(to right, #00636e 0%, #2c94ab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00636e', endColorstr='#2c94ab', GradientType=1);
  height: 48px;
  width: 100%;
  display: block;
  padding: 0 16px;
  margin-bottom: 32px;
  cursor: pointer;
}

.customselect-country .select-gred span {
  line-height: 48px;
}

.customselect-country .select-gred.active .arrow-selected {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.customselect-country .select-gred .arrow-selected {
  background: url(images/selectarrow.png);
  width: 18px;
  height: 18px;
  float: right;
  margin-top: 14px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.customselect-country .option-contry {
  background: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 48px;
  height: 200px;
  z-index: 2;
  overflow-y: auto;
  display: none;
  -webkit-box-shadow: 0px 1px #ccc;
  box-shadow: 0px 1px #ccc;
}

.customselect-country .option-contry.active {
  display: block;
}

.customselect-country .option-contry ul li a {
  text-decoration: none;
  padding: 8px 16px;
  color: #000;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  display: block;
}

.page-sign-petition-page.page-header p.thankmsg {
  margin-bottom: 36px;
}

.page-sign-petition-page.page-header p.thankmsg {
  max-width: 100%;
}

@media (min-width: 992px) {
  .page-sign-petition-page.page-header p.thankmsg {
    max-width: 40%;
  }
}

.en__shares {
  justify-content: left !important;
}

.page-sign-petition-page.page-header .socialshare {
  margin-bottom: 120px;
  clear: both;
  height: auto;
}

.page-sign-petition-page.page-header .socialshare a {
  width: 40%;
  display: block;
  text-decoration: none;
  margin-right: 20px;
  float: left;
}

.page-sign-petition-page.page-header .socialshare a img {
  width: 100%;
}

.subscribe-form {
  margin: -15px;
  position: relative;
}

.subscribe-form label {
  display: none;
}

.subscribe-form .en__field {
  width: 100%;
  float: left;
  padding: 0 15px;
  margin-bottom: 10px;
}

.subscribe-form .en__field__input {
  width: 100%;
  height: 42px;
  border-radius: 0;
  border: 0;
  padding: 10px;
}

.subscribe-form .en__field--select {
  float: left;
  padding: 0 15px;
}

.subscribe-form .en__submit {
  width: 25%;
  float: left;
  padding: 0 15px;
}

.subscribe-form .en__submit button {
  background-color: #f36d3a;
  height: 42px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  font-size: 16px;
  border: 1px solid transparent;
  padding: 0 15px;
  border-radius: 5px;
}

.subscribe-form .en__submit button:hover {
  background-color: #e02d00;
}

.subscribe-text {
  float: right;
  padding-left: 15px;
}

@media (max-width: 575px) {
  .subscribe-form .en__submit {
    width: 100%;
    margin-bottom: 10px;
  }
  .subscribe-form .en__submit button {
    width: 100%;
  }
  .subscribe-text {
    float: unset;
    width: 94%;
    padding-right: 15px;
  }
}

@media (min-width: 576px) {
  .subscribe-form .en__submit {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .subscribe-form .en__field {
    width: 50%;
    margin-bottom: 16px;
  }
  .subscribe-form .en__submit button {
    width: 330px;
  }
  .subscribe-text {
    margin: 0 auto;
    width: 330px;
    float: unset;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .subscribe-form .en__field {
    width: 41%;
  }
  .subscribe-form .en__field--select {
    width: 33%;
  }
  .subscribe-form .en__submit {
    width: 25%;
    margin-bottom: 10px;
  }
  .subscribe-form .en__submit button {
    width: 100%;
  }
  .subscribe-text {
    float: right;
    width: 24%;
    padding-right: 15px;
  }
}

body {
  color: #1a1a1a;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  position: relative;
}

body.white-bg {
  background-color: #262626;
}

body.brown-bg {
  background: #262626;
}

.container>* {
  position: relative;
  z-index: 2;
}

.en__field {
  padding-bottom: 0px;
}

@media (max-width: 992px) {
  .navbar-dropdown {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    background: #074365 url("https://www.greenpeace.org/international/wp-content/themes/planet4-master-theme/images/dropdown-gradient.svg") no-repeat;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2;
  }

  .navbar-dropdown .close-navbar-dropdown {
    cursor: pointer;
    position: absolute;
    right: 0;
    height: 3.375rem;
    width: 3.375rem;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy4zNTQiIGhlaWdodD0iMjMuMzU0IiB2aWV3Qm94PSIwIDAgNi4xNzkgNi4xNzkiPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZD0iTTAgNzY4aDcyMFYwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIiB0cmFuc2Zvcm09Im1hdHJpeCguMzUyNzggMCAwIC0uMzUyNzggLTExOS41NjcgMjY0LjQ5NykiPjxwYXRoIGQ9Ik0zMzkuNjg5IDczMi45OThsMTYgMTZNMzU1LjY4OSA3MzIuOTk4bC0xNiAxNiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZTVlNWU1IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48L2c+PC9zdmc+") center center no-repeat;
    z-index: 2;
    border: 0;
  }
}

.en__field__element--select {
  width: 100%;
}

.en__component--row {
  display: flex !important;
}

.en__component--row .en__component--column {
  min-width: auto;
}

@media only screen and (min-width: 575px) {
  .en__component--row .en__component--column {
    min-width: 300px;
  }
}


div[class*="component--column--1"] {
  width: 100%;
  position: relative;
  order: 2;
}

@media (min-width: 768px) {
  div[class*="component--column--1"] {
    padding-right: 3rem;
  }
}

@media (min-width: 768px) {
  div[class*="component--column--1"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    order: 1;
  }
}

@media (min-width: 992px) {
  div[class*="component--column--1"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

div[class*="component--column--2"] {
  width: 100%;
  position: relative;
  padding: 16px;
  order: 1;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  div[class*="component--column--2"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    order: 2;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  div[class*="component--column--2"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

.share-buttons {
  margin: -50px 0 10px 0;
}

@media (min-width: 992px) {
  .share-buttons {
    margin: -50px 0 0 0;
  }
}

.share-btn {
  border: none;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  opacity: 0.9;
  outline: none;
  padding: 5px 0;
  width: 4rem;
  text-align: center;
  line-height: 1.2;
}

.share-btn:hover {
  color: #e5e5e5;
}

.share-btn:active {
  position: relative;
  top: 2px;
  box-shadow: none;
  color: #e5e5e5;
  outline: none;
}

.twitter {
  background: #55acee none repeat scroll 0 0;
}

.facebook {
  background: #3b5998 none repeat scroll 0 0;
}

.accordion {
  margin-bottom: 20px;
}

.accordion > .btn {
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .accordion {
    margin-top: 24px;
  }
}

.collapse,
.collapsing {
  padding: 20px;
  background-color: white;
  margin-top: -20px;
  z-index: -1;
}

div[class*="--contactblock"] {
  background-color: transparent;
  padding: 0;
}

div[class*="__singleMessage"] {
  background-color: transparent;
  padding: 0;
}

div[class*="__contact__detail"] {
  padding: 0;
  background-color: transparent;
}

div[class*="__contactDetails"] {
  align-items: baseline;
}

.sticky {
  position: --webkit-sticky !important;
  position: sticky !important;
  top: 80px;
  z-index: 1020;
}

@media (max-width: 768px) {
  .sticky {
    top: 0;
  }
}

.ccvv {
  width: 170px !important;
}

.en__field--ccexpire {
  display: inline-block;
}

.en__field--ccvv {
  display: inline-block;
}

.dark-blue {
  background: rgba(07, 67, 101, 0.6);
  color: white;
  padding: 15px;
}

.dark-blue div[class*=__field--checkbox] {
	color: white;
}
   
.dark-blue a {
	color: #cccccc;
}

@media (min-width: 1480px) {
	.page-height-fix {
		min-height: 350px;
	}
}

label[for=en__field_supporter_questions_22783] {
    width: 100%;
    font-style: italic;
    display: block !important;
}

.optOutMessage {
	font-style: normal;
	margin-top: 15px;
}

.enWidget--progressBar p {
	font-size: 1rem;
}
    
.enWidget__copy--below {
	margin-top: 10px !important;
}
   
.en__field--cc-activist {
	display: none;
}
  
.scrollbox {
	height: 220px;
	width: 100%;
	border: 1px solid #ccc;
	overflow: auto;
	padding: 10px;
	font-size: 1rem;
	background-color: white;
	margin-bottom: 15px;
}
  
.scrollbox p {
	font-size: 1rem;
	line-height: 1.4;
	font-family: Roboto;
}

.alairok {
	background-color: rgba(255,255,255,0.1);
	padding:1em;
	border: 1px solid white;
}

.alairok h3 {
	color: white;
	margin-bottom:15px;
	}