/**
 * Author(s): Wes West
 *
 * VARIABLES
 *
 * Variable have a naming convention for easy identification and reuse across projects
 *
 * Prefixes:
 * --------
 * colour: @color,
 * transparent colour: @color[variant]T[percent num],
 * font: @font,
 * font-size: @size, (mixin if rems in use)
 * zindex: @zIndex,
 * spacings: @spacing,
 * line height: @lineHeight,
 */
/**
 * $Paths
 */
/**
 * $Colours
 */
/* $Font family */
/* $Font sizes */
/* $Spacings */
/* $Line heights */
/* $Media Queries */
/**
* Author(s): Wes West
*
* MIXINS
*
* Includes all mixins both parametric (function) mixins and standard mixins.
*
*/
/**
 * Author(s): Wes West
 *
 * VARIABLES
 *
 * Variable have a naming convention for easy identification and reuse across projects
 *
 * Prefixes:
 * --------
 * colour: @color,
 * transparent colour: @color[variant]T[percent num],
 * font: @font,
 * font-size: @size, (mixin if rems in use)
 * zindex: @zIndex,
 * spacings: @spacing,
 * line height: @lineHeight,
 */
/**
 * $Paths
 */
/**
 * $Colours
 */
/* $Font family */
/* $Font sizes */
/* $Spacings */
/* $Line heights */
/* $Media Queries */
/**
* $CONTENTS
*/
/**
* CONTENTS.....................You’re reading it!
* RETINA IMAGES................So you and just specify the standard image the rest is magic
* FONTS..........................To add local fonts
* BOOTSTRAP HELPER MIXINS
* * Clearfix.....................For clearing floats via the parent
* * Hide text....................For image replacement
* * Tab focus....................
* * Place holder text............
* * Border radius................
* * Drop shadow..................
* * Text shadow..................
* * Transitions..................
* * Animations...................
* * Transformations..............
* * Backface.....................
* * Background clip..............
* * Background size..............
* * Box sizing...................
* * CSS3 Content cols............
* * Optional hyphenation.........
* * Opacity......................
* * Translucent..................
* * Gradients....................
* * Centering....................
* * Listings.....................
* * Buttons......................
* * Grids........................
* * Person.......................
* CUSTOM
* * Layout
*/
@font-face {
  font-family: 'veneerregular';
  src: url(/sites/all/themes/custom/plantheme/css/fonts/veneer-webfont.eot);
  src: url(/sites/all/themes/custom/plantheme/css/fonts/veneer-webfont.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/custom/plantheme/css/fonts/veneer-webfont.woff2) format('woff2'), url(/sites/all/themes/custom/plantheme/css/fonts/veneer-webfont.woff) format('woff'), url(/sites/all/themes/custom/plantheme/css/fonts/veneer-webfont.ttf) format('truetype'), url(/sites/all/themes/custom/plantheme/css/fonts/veneer-webfont.svg#veneerregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hidden {
  height: 1px;
  /* Some older browsers don't support 0px high block elements */
  height: 0px;
  overflow: hidden;
  text-indent: -9999%;
}
/**
* CSS3 Properties
*/
.border-top-light {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.border-bottom-light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.vertical-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.listing-grid h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .listing-grid h2 {
    font-size: 2rem;
  }
}
.listing-compressed {
  *zoom: 1;
}
.listing-compressed:before,
.listing-compressed:after {
  display: table;
  content: "";
  line-height: 0;
}
.listing-compressed:after {
  clear: both;
}
.listing-compressed a {
  color: #0072ce;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.listing-compressed a:hover {
  color: #58cae7;
}
.listing-compressed h2 {
  font-size: 1.5rem;
}
.listing-compressed p {
  margin-bottom: 0;
}
.listing-compressed li {
  position: relative;
  padding: 4% 0;
}
.listing-compressed li > div {
  margin-left: 30%;
  padding-left: 4%;
}
.listing-compressed li > img {
  width: 30%;
  position: absolute;
  left: 0;
  margin-top: 0.75rem;
}
.listing-panels li {
  position: relative;
}
@media only screen and (max-width: 576px) {
  .listing-panels li {
    margin-bottom: 4%;
  }
}
.listing-panels li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3333);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.listing-panels li a:hover:before {
  background-color: #0072ce;
}
.listing-panels li a > div {
  color: #ffffff;
  padding: 2%;
  top: 0;
  right: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.listing-panels li h2,
.listing-panels li h3 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.listing-overlay li {
  position: relative;
}
.listing-overlay li img {
  margin: 0;
  padding: 0;
  display: block;
}
.listing-overlay li .wrapper {
  background-color: rgba(88, 202, 231, 0.9);
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem 1rem;
}
.listing-overlay li .wrapper h2 {
  margin: 0;
  color: #ffffff;
  font-weight: bold;
  padding: 0.25rem 0;
  font-size: 1.25rem;
}
.listing-blocks li {
  background-color: #ffffff;
  color: #000000;
}
.listing-blocks li h2 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.listing-blocks li:hover {
  cursor: pointer;
}
.listing-blocks li:hover h2 {
  color: #58cae7;
}
.listing-blocks a {
  display: block;
}
.listing-blocks .date {
  margin-bottom: 1rem;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.listing-blocks .wrapper {
  padding: 4%;
}
.listing-blocks h2 {
  color: #0072ce;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 0.9em;
}
@media only screen and (min-width: 576px) {
  .listing-blocks h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1152px) {
  .listing-blocks h2 {
    font-size: 3rem;
  }
}
.listing-blocks p {
  font-size: 1.25rem;
  line-height: 1.5em;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.listing-person {
  padding: 1rem 0;
}
.listing-person li {
  padding: 1rem 0;
}
@media only screen and (max-width: 576px) {
  .listing-person li {
    margin: 2rem 0;
  }
}
.text-widget-option > * {
  padding: 20px;
}
.button {
  background-color: #0072ce;
  color: #ffffff;
  border: none;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0.5em;
  line-height: 1em;
  position: relative;
  top: 0.125em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 2rem;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  text-transform: uppercase;
}
.button:hover {
  background-color: #028eff;
}
@media only screen and (max-width: 576px) {
  .button {
    font-size: 1.5rem;
  }
}
.button-large {
  background-color: #0072ce;
  color: #ffffff;
  border: none;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0.5em;
  line-height: 1em;
  position: relative;
  top: 0.125em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  text-transform: uppercase;
  font-size: 2rem;
  padding: 0.75em;
}
.button-large:hover {
  background-color: #028eff;
}
@media only screen and (max-width: 576px) {
  .button-large {
    font-size: 1.5rem;
  }
}
.button-large:hover {
  background-color: #028eff;
}
@media only screen and (max-width: 576px) {
  .button-large {
    font-size: 1.5rem;
  }
}
.text-links a {
  color: #0072ce;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.text-links a:hover {
  color: #58cae7;
}
.clear-grid:nth-child(1n+1) li {
  margin-right: 4%;
}
.grid {
  *zoom: 1;
}
.grid:before,
.grid:after {
  display: table;
  content: "";
  line-height: 0;
}
.grid:after {
  clear: both;
}
.grid:nth-child(1n+1) li {
  margin-right: 4%;
}
.grid-01 > li {
  margin-bottom: 8%;
}
.grid-02 {
  *zoom: 1;
}
.grid-02:before,
.grid-02:after {
  display: table;
  content: "";
  line-height: 0;
}
.grid-02:after {
  clear: both;
}
.grid-02:nth-child(1n+1) li {
  margin-right: 4%;
}
.grid-02 > li {
  float: left;
  width: 50%;
}
.grid-02-gutters {
  *zoom: 1;
}
.grid-02-gutters:before,
.grid-02-gutters:after {
  display: table;
  content: "";
  line-height: 0;
}
.grid-02-gutters:after {
  clear: both;
}
.grid-02-gutters:nth-child(1n+1) li {
  margin-right: 4%;
}
.grid-02-gutters > li {
  float: left;
  width: 50%;
}
.grid-02-gutters > li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.grid-02-gutters > li:nth-child(2n+2) {
  margin-right: 0;
}
.grid-03 {
  *zoom: 1;
}
.grid-03:before,
.grid-03:after {
  display: table;
  content: "";
  line-height: 0;
}
.grid-03:after {
  clear: both;
}
.grid-03:nth-child(1n+1) li {
  margin-right: 4%;
}
.grid-03 > li {
  float: left;
  width: 33.33%;
}
.grid-03-gutters {
  *zoom: 1;
}
.grid-03-gutters:before,
.grid-03-gutters:after {
  display: table;
  content: "";
  line-height: 0;
}
.grid-03-gutters:after {
  clear: both;
}
.grid-03-gutters:nth-child(1n+1) li {
  margin-right: 4%;
}
.grid-03-gutters > li {
  float: left;
  width: 33.33%;
}
.grid-03-gutters > li {
  width: 30.66%;
  margin-bottom: 4%;
}
.grid-03-gutters > li:nth-child(3n+3) {
  margin-right: 0;
}
.grid-04 {
  *zoom: 1;
}
.grid-04:before,
.grid-04:after {
  display: table;
  content: "";
  line-height: 0;
}
.grid-04:after {
  clear: both;
}
.grid-04:nth-child(1n+1) li {
  margin-right: 4%;
}
.grid-04 > li {
  float: left;
  width: 25%;
}
.grid-04-gutters {
  *zoom: 1;
}
.grid-04-gutters:before,
.grid-04-gutters:after {
  display: table;
  content: "";
  line-height: 0;
}
.grid-04-gutters:after {
  clear: both;
}
.grid-04-gutters:nth-child(1n+1) li {
  margin-right: 4%;
}
.grid-04-gutters > li {
  float: left;
  width: 25%;
}
.grid-04-gutters > li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.grid-04-gutters > li:nth-child(4n+4) {
  margin-right: 0;
}
.cover {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.negative {
  color: #ffffff;
}
.negative a {
  color: #f1c400;
}
.negative .button {
  color: #fff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.add-ragged-top {
  position: relative;
}
.add-ragged-top:before {
  content: "";
  width: 100%;
  height: 11px;
  background-image: url(/sites/all/themes/custom/img/ragged-edge-top.png);
  background-size: 50% 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.add-ragged-bottom {
  position: relative;
}
.add-ragged-bottom:after {
  content: "";
  width: 100%;
  height: 11px;
  background-image: url(/sites/all/themes/custom/img/ragged-edge-bottom.png);
  background-size: 50% 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1344px) {
  .position-right-column {
    position: absolute;
    right: 0;
    padding-left: 36rem;
    padding-right: 4%;
    width: 50%;
  }
}
@media only screen and (min-width: 1344px) {
  .position-break-right {
    width: 128%;
  }
}
@media only screen and (min-width: 1344px) {
  .position-break-right-half {
    float: right;
    width: 70%;
    margin-right: -10rem;
    margin-left: 4%;
  }
}
.send-to-left-column {
  position: absolute;
  left: 0;
  padding-right: 50%;
  margin-right: 36rem;
  margin-left: 4%;
}
.send-to-right-column {
  position: absolute;
  right: 0;
  padding-left: 50%;
  margin-left: 36rem;
  margin-right: 4%;
}
.center-in-full-width {
  max-width: 148rem;
  margin: 0 auto;
  padding: 0 4%;
}
@media only screen and (min-width: 576px) {
  .center-in-full-width {
    padding: 0 6%;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
#cookie-notice {
  z-index: 15;
}
.drop-down-wrap {
  z-index: 7;
}
.top-bar,
.navigation {
  z-index: 8;
}
.overlay-trigger .content {
  z-index: 9;
}
.overlay-close {
  z-index: 10;
}
#mfPreviewBar {
  position: fixed !important;
  z-index: 9 !important;
}
#toolbar {
  z-index: 9999;
}
h1,
.node-type-girls-get-equal .pseudo-h1 {
  margin-bottom: 4%;
  font-size: 2.5rem;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 0.9;
  text-transform: uppercase;
  color: #243c4b;
}
@media only screen and (min-width: 576px) {
  h1,
  .node-type-girls-get-equal .pseudo-h1 {
    font-size: 8rem;
  }
}
h1.page-title .main-title-highlight-word {
  padding: 0.1em 0.1em 0 0.1em;
  background: transparent url(/sites/all/themes/custom/plantheme/img/highlight-purple.svg) 50% 50% no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
}
.colour-biaag-pink h1.page-title .main-title-highlight-word {
  background-image: url(/sites/all/themes/custom/plantheme/img/highlight-pink.svg);
}
.colour-regular h1.page-title .main-title-highlight-word {
  background-color: #0172CE;
}
.colour-emergency-red h1.page-title .main-title-highlight-word {
  background-image: url(/sites/all/themes/custom/plantheme/img/highlight-red.svg);
}
.ie9 h1.page-title .main-title-highlight-word {
  padding-top: 0;
  background-size: 100% 87.5%;
}
@media only screen and (min-width: 576px) {
  .node-type-country-office-homepage .content-top .smaller-1 h1,
  .node-type-new-country-office-homepage .content-top .smaller-1 h1,
  .node-type-national-office-homepage .content-top .smaller-1 h1,
  .node-type-intl-homepage .content-top .smaller-1 h1,
  .node-type-campaign .content-top .smaller-1 h1 {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-country-office-homepage .content-top .smaller-1 h1,
  .node-type-new-country-office-homepage .content-top .smaller-1 h1,
  .node-type-national-office-homepage .content-top .smaller-1 h1,
  .node-type-intl-homepage .content-top .smaller-1 h1,
  .node-type-campaign .content-top .smaller-1 h1 {
    font-size: 9rem;
  }
}
@media only screen and (min-width: 768px) {
  .domain-plan-ih.i18n-en.node-type-country-office-homepage .content-top .smaller-1 h1,
  .domain-plan-ih.i18n-en.node-type-new-country-office-homepage .content-top .smaller-1 h1,
  .domain-plan-ih.i18n-en.node-type-national-office-homepage .content-top .smaller-1 h1,
  .domain-plan-ih.i18n-en.node-type-intl-homepage .content-top .smaller-1 h1,
  .domain-plan-ih.i18n-en.node-type-campaign .content-top .smaller-1 h1 {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1152px) {
  .domain-plan-ih.i18n-en.node-type-country-office-homepage .content-top .smaller-1 h1,
  .domain-plan-ih.i18n-en.node-type-new-country-office-homepage .content-top .smaller-1 h1,
  .domain-plan-ih.i18n-en.node-type-national-office-homepage .content-top .smaller-1 h1,
  .domain-plan-ih.i18n-en.node-type-intl-homepage .content-top .smaller-1 h1,
  .domain-plan-ih.i18n-en.node-type-campaign .content-top .smaller-1 h1 {
    font-size: 9rem;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-issue-page .content-top .smaller-1 h1,
  .node-type-rpi .content-top .smaller-1 h1,
  .smaller-1 h1 {
    font-size: 6rem;
  }
}
.node-type-blog h1 {
  color: #ffffff;
}
.node-type-section-index h1 {
  max-width: none;
  margin-bottom: 0;
}
.node-contact.view-mode-teaser h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.node-contact.view-mode-teaser .author-bio h1 {
  font-size: 1.5rem;
}
.related-pages h1 {
  font-size: 3rem;
  color: #243c4b;
}
footer h1 {
  margin-top: 0;
  margin-bottom: 4%;
  font-size: 4rem;
  color: #ffffff;
}
@media only screen and (min-width: 576px) {
  footer h1 {
    font-size: 7rem;
  }
}
h2 {
  margin-bottom: 1rem;
  font-size: 3.5rem;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  h2 {
    font-size: 2rem;
  }
}
.sidebar h2 {
  margin-top: 1rem;
  font-size: 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}
.overlay-content-visible h2 {
  color: #ffffff;
}
.author-bio h2,
.field-collection-item-field-guest-authors h2 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #243c4b;
}
.field-section-highlights-id h2 {
  padding: 2.5% 4% 0 4%;
}
.field-featured-highlight-id h2 {
  padding: 2.5% 4% 0 4%;
}
.related-pages .node.view-mode-teaser h2,
.related-pages .node.view-mode-teaser_no_listing_image h2 {
  margin-bottom: 0;
  padding: 0 4% 4% 4%;
  font-size: 2rem;
}
@media only screen and (min-width: 1344px) {
  .related-pages .node.view-mode-teaser h2,
  .related-pages .node.view-mode-teaser_no_listing_image h2 {
    font-size: 3rem;
  }
}
.related-pages .node.node-issues-landing-page.view-mode-teaser h2 {
  padding-top: 4%;
}
.related-pages .node.view-mode-teaser.node-section-index h2 {
  padding-top: 4%;
}
.related-pages .node.view-mode-teaser .author-bio h2,
.related-pages .node.view-mode-teaser_no_listing_image .author-bio h2 {
  font-size: 1.5rem;
  color: #000000;
}
.follow-us h2 {
  color: #0072ce;
  display: inline-block;
  margin: 0;
  font-size: 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  vertical-align: middle;
}
.field-footer-call-to-action h2 {
  font-size: 2rem;
}
h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) {
  h3 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 2.5rem;
  }
}
.field-document h3,
.field-contact-id h3 {
  margin-top: 4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f1f1f0;
}
h4 {
  margin-bottom: 1rem;
  font-size: 1.33rem;
  font-weight: bold;
  text-transform: uppercase;
}
.core-content p,
.core-content ul,
.core-content ol,
.node-type-girls-get-equal #cboxLoadedContent p {
  font-size: 1.25rem;
  margin-bottom: 3rem;
  line-height: 2rem;
  opacity: 0.85;
}
.core-content p:last-child,
.core-content ul:last-child,
.core-content ol:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) {
  .core-content p,
  .core-content ul,
  .core-content ol,
  .node-type-girls-get-equal #cboxLoadedContent p {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}
.main-body ul {
  padding-left: 1.7rem;
}
.main-body ul li {
  list-style-type: disc;
}
.main-body ol {
  padding-left: 2rem;
}
.main-body ol li {
  list-style-type: decimal;
}
li {
  margin-bottom: 0;
}
a {
  color: #0072ce;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
blockquote {
  padding: 4%;
  margin: 0 0 3rem 0;
  font-size: 2rem;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #e17800;
  background-image: url(/sites/all/themes/custom/plantheme/img/distressed-box-grey.png);
  background-size: cover;
}
blockquote:before,
blockquote:after {
  color: rgba(225, 120, 0, 0.5);
  content: "\201C ";
  font: bold 200%/1 "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 0;
  vertical-align: middle;
}
blockquote:after {
  content: "\201D ";
}
@media only screen and (min-width: 1152px) {
  blockquote {
    font-size: 3.5rem;
    margin-left: -4%;
    float: right;
    width: 75%;
    margin-right: -10rem;
    margin-left: 4%;
  }
}
@media only screen and (min-width: 1344px) {
  blockquote {
    margin-left: 3rem;
  }
}
.core-content blockquote p {
  line-height: normal;
  font-size: 2rem;
  margin: 0;
  padding: 0;
  display: inline;
}
.core-content blockquote p:before,
.core-content blockquote p:after {
  color: rgba(225, 120, 0, 0.5);
}
@media only screen and (min-width: 768px) {
  .core-content blockquote p {
    font-size: 3.5rem;
  }
}
form {
  font-size: 1.25rem;
}
form .description {
  width: 100%;
  color: #666666;
  margin-top: 0.5rem;
}
.form-actions {
  text-align: left;
}
.form-item {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.form-item.form-type-checkbox,
.form-item.form-type-radio {
  margin-bottom: 0;
  margin-top: 0;
}
.select-or-other {
  width: 100%;
  margin-bottom: 2.5rem;
}
.select-or-other .form-item {
  margin-bottom: 0;
}
.select-or-other .form-type-textfield {
  margin-top: 1rem;
}
.form-radios,
.form-checkboxes {
  width: 100%;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
fieldset {
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  margin-bottom: 2.5rem;
}
.fieldset-legend {
  padding: 0 0.5rem;
  font-size: 2rem;
  font-weight: bold;
  color: #666666;
}
.fieldset-legend:after {
  content: '\f35f';
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.fieldset-legend:after {
  margin-left: 0.75rem;
}
fieldset.collapsed .fieldset-legend:after {
  content: '\f363';
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
fieldset.collapsed .fieldset-legend:after {
  margin-left: 1rem;
}
label {
  display: block;
  margin-bottom: 1rem;
  font-weight: bold;
  padding-right: 1rem;
  color: #666666;
}
.form-type-radio label,
.form-type-checkbox label {
  display: inline;
  margin-left: 0.8rem;
  font-weight: normal;
  font-size: 1.5rem;
}
.form-type-checkbox label {
  margin: 0.5rem;
}
.field-prefix,
.field-suffix {
  margin-right: 0.5rem;
  text-align: right;
}
.field-suffix {
  margin-right: 0;
  margin-left: 0.5rem;
  text-align: left;
}
input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]),
textarea,
select {
  width: 100%;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #ffffff;
  color: #000000;
}
@media only screen and (min-width: 576px) {
  input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]),
  textarea,
  select {
    font-size: 1.25rem;
  }
}
.webform-container-inline {
  width: 100%;
  *zoom: 1;
}
.webform-container-inline:before,
.webform-container-inline:after {
  display: table;
  content: "";
  line-height: 0;
}
.webform-container-inline:after {
  clear: both;
}
.webform-container-inline label {
  width: 20%;
  float: left;
  margin-right: 0;
  margin-bottom: 0;
}
.webform-container-inline input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]),
.webform-container-inline textarea,
.webform-container-inline select {
  width: 50%;
  float: none;
}
.webform-container-inline input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox])[type=image],
.webform-container-inline textarea[type=image],
.webform-container-inline select[type=image] {
  width: auto;
}
.webform-container-inline .field-prefix,
.webform-container-inline .field-suffix {
  max-width: 15%;
  display: inline-block;
}
.webform-container-inline .form-radios {
  border: 0;
  padding-top: 0;
}
.webform-container-inline .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.webform-container-inline .form-item.form-type-radio {
  display: inline;
  border: 0;
}
.webform-container-inline.webform-datepicker .form-item {
  margin-top: 0;
}
@media only screen and (min-width: 576px) {
  .webform-container-inline.webform-datepicker .form-item {
    width: 29%;
    margin-right: 1%;
    float: left;
  }
}
@media only screen and (min-width: 576px) {
  input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]).webform-calendar {
    padding: 1.15rem 1rem;
    float: right;
  }
}
.webform-component-date select {
  width: 100%;
}
.webform-component-time select.hour {
  width: 25%;
  margin-right: 1rem;
}
.webform-component-time select.minute {
  width: 25%;
  margin-right: 1rem;
  margin-left: 1rem;
}
table.webform-grid .form-item,
.form-radios .form-item {
  display: block;
}
input:focus {
  outline: none;
}
input[type=checkbox] {
  border-radius: 0;
}
input[type=submit],
.content-middle .links a,
button[type=submit] {
  border: none;
  background-color: #0072ce;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  padding: 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type=submit]:hover,
.content-middle .links a:hover,
button[type=submit]:hover {
  background-color: #028eff;
  color: #ffffff;
}
.content-middle .links a {
  display: inline-block;
  margin-top: 2rem;
}
select:not([multiple=multiple]) {
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  background-image: url(/sites/all/themes/custom/plantheme/img/icon-select-btn.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 43px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
  select:not([multiple=multiple]) {
    background-image: url(/sites/all/themes/custom/plantheme/img/icon-select-btn@2x.png);
  }
}
select:not([multiple=multiple]):focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.4);
}
::-moz-fade {
  /* Firefox 19+ */
  color: #666666;
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-additional-link {
  padding-left: 1.5rem;
}
.form-item-error label {
  color: #d22630;
}
.form-item-error:after {
  position: absolute;
  right: 1rem;
  display: inline-block;
  font-family: "Ionicons";
  color: rgba(210, 38, 48, 0.6);
  content: '\f100';
  font-size: 1.8rem;
}
.form-item-error.webform-component-textfield:after,
.form-item-error.webform-component-textarea:after {
  top: 3.2rem;
}
.form-item-error.webform-component-radios:after,
.form-item-error.webform-component-checkboxes:after,
.form-item-error.webform-component-select:after,
.form-item-error.select-or-other:after {
  top: 0;
}
.form-item-error input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]),
.form-item-error textarea,
.form-item-error select:not(.select-or-other-select),
.form-item-error select.select-or-other-select.error {
  border-color: #d22630;
  color: #d22630;
}
.form-item-error ::-webkit-input-placeholder {
  color: rgba(210, 38, 48, 0.6);
}
.form-item-error :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(210, 38, 48, 0.6);
}
.form-item-error ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(210, 38, 48, 0.6);
}
.form-item-error :-ms-input-placeholder {
  color: rgba(210, 38, 48, 0.6);
}
label ~ br {
  display: none;
}
form p label {
  font-size: 1.25rem;
  line-height: 2rem;
}
input[type=checkbox] ~ label {
  display: inline;
}
table {
  width: 100%;
  font-size: 1.25rem;
  margin-bottom: 3rem;
  line-height: 2rem;
}
tr:nth-child(2n) td {
  background-color: #effafd;
}
th,
td {
  border: 1px solid #f1f1f0;
  text-align: left;
  padding: 0.25rem 1rem;
}
th.webform-grid-question,
td.webform-grid-question {
  text-align: left;
}
address {
  font-style: normal;
  line-height: 1.5;
}
.tel:before {
  content: "\f4b9";
  font-family: "Ionicons";
  margin-right: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.tel:before {
  margin-right: 0.5em;
}
.information {
  background-color: rgba(241, 241, 240, 0.65);
}
.tabs {
  margin: 0 -4% 0 -4%;
  padding: 1% 4% 0 4%;
  overflow: auto;
}
.tabs li {
  float: left;
  margin-right: 2px;
}
.tabs a {
  display: block;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #0072ce;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tabs a:hover {
  background-color: rgba(241, 241, 240, 0.85);
}
.tabs a.active {
  background-color: #ffffff;
  color: #000000;
}
div.messages,
div.workbench-info-block {
  padding: 1em;
  color: white;
  margin: 2em 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.5rem;
  background: #c8993c;
  -webkit-box-shadow: inset 0 0 60px 0 #9f7a2f;
  -moz-box-shadow: inset 0 0 60px 0 #9f7a2f;
  box-shadow: inset 0 0 60px 0 #9f7a2f;
  border: none;
}
div.messages form,
div.workbench-info-block form {
  background: none;
}
div.messages a,
div.workbench-info-block a {
  color: white;
  opacity: 0.7;
}
div.messages a:hover,
div.workbench-info-block a:hover {
  opacity: 1;
}
div.messages .krumo-root,
div.workbench-info-block .krumo-root,
div.messages .krumo-root a,
div.workbench-info-block .krumo-root a {
  color: #000;
}
div.alert-success,
div.status {
  background: #a8b443;
  -webkit-box-shadow: inset 0 0 60px 0 #879135;
  -moz-box-shadow: inset 0 0 60px 0 #879135;
  box-shadow: inset 0 0 60px 0 #879135;
}
div.alert-error,
div.error {
  background: #9e2c2d;
  -webkit-box-shadow: inset 0 0 60px 0 #772122;
  -moz-box-shadow: inset 0 0 60px 0 #772122;
  box-shadow: inset 0 0 60px 0 #772122;
}
.field-collection-container,
.field-collection-view {
  margin: 0;
  padding: 0;
  border: 0;
}
.field-collection-view .field-collection-view-links {
  display: none;
}
#disqus_thread {
  margin-top: 4rem;
}
.top-bar {
  background-color: #ffffff;
  position: relative;
}
header.global {
  position: relative;
}
header.global .navigation {
  top: 0;
  -webkit-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  transition: top 0.2s ease;
}
header.global.header-fixed .navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header.global.slide-off .navigation {
  top: -80px;
}
.skip-to-content {
  background-color: rgba(241, 241, 240, 0.35);
  display: block;
  text-align: center;
  padding: 0.5rem 0;
}
.logo {
  height: 5rem;
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .logo {
    height: 7rem;
  }
}
.logo.logo-secondary {
  border-right: 1px solid #c4c4c4;
  padding-right: 1rem;
}
.logo.logo-primary {
  width: 13rem;
}
@media only screen and (min-width: 768px) {
  .logo.logo-primary {
    width: 222px;
  }
}
.context-country {
  font-weight: bold;
  height: 5rem;
  line-height: 5rem;
  white-space: nowrap;
  float: left;
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-transform: uppercase;
  font-size: 1.25rem;
  padding-top: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .context-country {
    height: 7rem;
    line-height: 7rem;
    font-size: 1.5rem;
    margin-left: 1rem;
    float: left;
    padding-top: 0;
    clear: none;
  }
}
.overlay-trigger h3,
.block-plan-countrylangmenu h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: none;
}
.overlay-trigger > h3,
.block-plan-countrylangmenu > h3 {
  font-weight: bold;
  font-size: 1.5rem;
  display: inline-block;
  padding: 1rem;
  margin: 0;
  line-height: 0.5rem;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #0072ce;
}
.overlay-trigger > h3:after,
.block-plan-countrylangmenu > h3:after {
  content: "\f35f";
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.overlay-trigger > h3:hover,
.block-plan-countrylangmenu > h3:hover {
  color: #58cae7;
}
.overlay-trigger > h3:after,
.block-plan-countrylangmenu > h3:after {
  font-size: 1.75rem;
  top: -0.05rem;
}
.block-plan-countrylangmenu {
  margin-top: -1rem;
}
.block-plan-countrylangmenu > h3 {
  padding-right: 0.5rem;
}
.block-plan-countrylangmenu > h3:after {
  content: "";
}
.block-plan-countrylangmenu > h3 a:before {
  content: "\f2ca";
  font-family: "Ionicons";
  margin-right: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.block-plan-countrylangmenu > h3 a:hover {
  color: #58cae7;
}
@media only screen and (min-width: 768px) {
  .block-plan-countrylangmenu {
    margin-top: -1.5rem;
  }
}
@media only screen and (min-width: 1152px) {
  .block-plan-countrylangmenu {
    margin-top: 0;
    float: left;
    height: 7rem;
    line-height: 7rem;
  }
}
.overlay-content h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.overlay-content .column-span-two h4 {
  margin-top: 1.5rem;
}
.overlay-content a {
  color: #ffffff;
  padding: 0.25em 0;
}
.select-country > h3:before {
  content: "\f4d2";
  font-family: "Ionicons";
  margin-right: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.select-country > h3:before {
  font-size: 1.75rem;
}
.select-country.content {
  background-image: url(/sites/all/themes/custom/plantheme/img/map.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 6%;
  z-index: 10;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .select-country.content {
    padding: 6rem 10rem;
  }
}
.select-country.content li {
  line-height: 1;
  font-size: 1.25rem;
  padding: 0.25rem 0;
}
.select-country.content li a {
  position: relative;
}
.select-country.content li a:hover:before {
  content: "\f3d1";
  font-family: "Ionicons";
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: absolute;
  margin-left: -1rem;
}
.select-country.content li > ul {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .select-country.content li > ul {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.select-country.content h1 {
  font-size: 3.5rem;
  color: #ffffff;
  margin: 0;
}
.select-country.content h2 {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: none;
}
.select-country.content .international {
  font-size: 1.5rem;
  margin: 6% 0;
  display: block;
}
.select-country.content .international:before {
  content: "\f38c";
  font-family: "Ionicons";
  margin-right: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .select-country.content .international {
    margin: 2% 0;
  }
}
.select-country.content .columns {
  margin-top: -2%;
}
.select-country.content .columns .column {
  margin-top: 2%;
}
.language-switcher {
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #cccccc;
  font-size: 1.75rem;
  float: right;
  clear: right;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .language-switcher {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 1152px) {
  .language-switcher {
    float: left;
    margin-bottom: 0;
    margin-top: 2.35rem;
  }
}
.language-switcher > h3:before {
  content: "\f3fb";
  font-family: "Ionicons";
  margin-right: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.language-switcher > h3:before {
  font-size: 1.75rem;
}
.language-switcher li {
  display: inline-block;
  border-left: 1px solid #b3b3b3;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  padding-left: 0.5rem;
}
.language-switcher li:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
.language-switcher a:hover {
  color: #58cae7;
}
.navigation {
  background-color: #0072ce;
  position: relative;
}
.navigation .primary li {
  float: left;
  position: relative;
}
.navigation .primary a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  display: block;
  font-size: 1.15rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1.25rem;
  color: #ffffff;
}
.navigation .primary a:hover {
  background-color: #243c4b;
}
.navigation .primary a.pink-menu-background:hover {
  background-color: #ee008b;
}
.navigation .primary li.hovered a {
  background-color: #243c4b;
}
.navigation .primary li.hovered-text a {
  color: #f1c400;
}
.navigation .primary li.hovered a.pink-menu-background {
  background-color: #ee008b;
}
.navigation .primary li.hovered-text a.pink-menu-background {
  color: #f1c400;
}
.navigation .primary li a.pink-menu-background {
  color: #ffffff;
}
.navigation .primary li.expanded.show-arrow > a:after {
  content: "\f35f";
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.navigation .primary li.expanded.show-arrow > a:after {
  margin-left: 0.75rem;
}
@media screen and (min-width: 1025px) {
  .navigation .primary {
    float: left;
  }
}
.drop-down-wrap {
  background-color: transparent;
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -50000px;
  -webkit-transition: margin 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: margin 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: margin 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: margin 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.drop-down-wrap.drop-down-wrap-open {
  background-color: #243c4b;
  margin-top: 0px !important;
}
.drop-down-wrap.drop-down-wrap-open a {
  opacity: 1;
}
.drop-down-wrap.pink-menu-background.drop-down-wrap-open {
  background-color: #ee008b;
  border-bottom: 1px solid white;
  box-shadow: 0px 5px 25px black;
}
.drop-down-wrap ul {
  overflow: auto;
  padding: 0.75rem 0;
}
.drop-down-wrap ul li {
  float: left;
  width: 100%;
  padding: 2rem 0;
}
.drop-down-wrap ul.two-in-row > li {
  width: 47.5%;
  margin-right: 5%;
}
.drop-down-wrap ul.two-in-row > li:nth-child(2n+2) {
  margin-right: 0;
}
.drop-down-wrap ul.two-in-row > li:nth-child(3n+0) {
  clear: left;
}
.drop-down-wrap ul.three-in-row > li {
  width: 30%;
  margin-right: 5%;
}
.drop-down-wrap ul.three-in-row > li:nth-child(3n+3) {
  margin-right: 0;
}
.drop-down-wrap ul.three-in-row > li:nth-child(4n+0) {
  clear: left;
}
.drop-down-wrap ul.four-in-row > li {
  width: 21.25%;
  margin-right: 5%;
}
.drop-down-wrap ul.four-in-row > li:nth-child(4n+4) {
  margin-right: 0;
}
.drop-down-wrap ul.four-in-row > li:nth-child(5n+0) {
  clear: left;
}
.drop-down-wrap ul li.last {
  margin-right: 0;
}
.drop-down-wrap ul a {
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2rem;
  display: block;
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  line-height: 0.8;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.drop-down-wrap ul a:hover,
.drop-down-wrap ul a:hover ~ a span {
  color: #f1c400;
}
.drop-down-wrap ul li.print_subtitle {
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.drop-down-wrap ul li.print_subtitle:hover a,
.drop-down-wrap ul li.print_subtitle:hover span {
  color: #f1c400;
}
@media only screen and (max-width: 1152px) {
  .drop-down-wrap ul li.print_subtitle a.menu-subtitle-class {
    display: none;
  }
}
.drop-down-wrap ul span {
  font-size: 14px;
  color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: none;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
@media only screen and (max-width: 1152px) {
  .drop-down-wrap ul span {
    display: none;
  }
}
.drop-down-wrap ul ul li {
  padding: 0;
}
.drop-down-wrap ul ul li:first-child a {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.drop-down-wrap ul ul a {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: none;
  font-size: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 9px 0 10px 0;
  position: relative;
  padding-left: 14px;
}
.drop-down-wrap ul ul a:before {
  content: '\f125';
  font-family: "Ionicons";
  margin-right: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.drop-down-wrap ul ul a:before {
  color: rgba(255, 255, 255, 0.25);
  font-size: 14px;
  margin-left: -14px;
  margin-right: 8px;
}
header.global.header-fixed .drop-down-wrap {
  position: fixed;
}
.navigation .overlay-content-visible > ul,
.navigation .overlay-content-visible .menu-block-wrapper > ul {
  margin-top: 2rem;
}
.navigation .overlay-content-visible > ul li,
.navigation .overlay-content-visible .menu-block-wrapper > ul li {
  float: none;
}
.navigation .overlay-content-visible > ul li a,
.navigation .overlay-content-visible .menu-block-wrapper > ul li a {
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 2.5rem;
  line-height: 1;
  padding: 1.25rem 28px 0.75rem 0;
}
.navigation .overlay-content-visible > ul li a:after,
.navigation .overlay-content-visible .menu-block-wrapper > ul li a:after {
  content: "";
}
.navigation .overlay-content-visible > ul li a:hover,
.navigation .overlay-content-visible .menu-block-wrapper > ul li a:hover {
  background-color: transparent;
  color: #f1c400;
}
.navigation .overlay-content-visible > ul li:hover a,
.navigation .overlay-content-visible .menu-block-wrapper > ul li:hover a,
.navigation .overlay-content-visible > ul li.hovered a,
.navigation .overlay-content-visible .menu-block-wrapper > ul li.hovered a {
  background-color: transparent;
}
.navigation .overlay-content-visible > ul li ul,
.navigation .overlay-content-visible .menu-block-wrapper > ul li ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative;
  top: auto;
}
.navigation .overlay-content-visible > ul li ul li a,
.navigation .overlay-content-visible .menu-block-wrapper > ul li ul li a {
  font-size: 1.5rem;
  padding: 0.75rem 0;
}
.navigation .overlay-content-visible > ul li ul li a:hover,
.navigation .overlay-content-visible .menu-block-wrapper > ul li ul li a:hover {
  background-color: transparent;
}
.navigation .overlay-content-visible > ul li ul li ul a,
.navigation .overlay-content-visible .menu-block-wrapper > ul li ul li ul a {
  padding-left: 1.25rem;
}
@media only screen and (max-width: 1152px) {
  .navigation .overlay-content-visible > ul li.pink-menu-background a.menu-subtitle-class,
  .navigation .overlay-content-visible .menu-block-wrapper > ul li.pink-menu-background a.menu-subtitle-class {
    display: none;
  }
}
.navigation .overlay-content-visible .menu-child-trigger,
.navigation .overlay-content-visible .menu-block-wrapper .menu-child-trigger {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 0;
  top: 21px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navigation .overlay-content-visible .menu-child-trigger:after,
.navigation .overlay-content-visible .menu-block-wrapper .menu-child-trigger:after {
  content: '\f125';
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.navigation .overlay-content-visible .menu-child-trigger:after,
.navigation .overlay-content-visible .menu-block-wrapper .menu-child-trigger:after {
  font-size: 2rem;
}
.navigation .overlay-content-visible .menu-child-trigger:hover,
.navigation .overlay-content-visible .menu-block-wrapper .menu-child-trigger:hover {
  color: #f1c400;
}
.navigation .overlay-content-visible .menu-child-trigger.menu-child-trigger-open:after,
.navigation .overlay-content-visible .menu-block-wrapper .menu-child-trigger.menu-child-trigger-open:after {
  content: '\f123';
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.navigation .overlay-content-visible .menu-child-trigger.menu-child-trigger-open:after,
.navigation .overlay-content-visible .menu-block-wrapper .menu-child-trigger.menu-child-trigger-open:after {
  font-size: 2.1rem;
  left: -6px;
}
.navigation .overlay-content-visible ul ul .menu-child-trigger,
.navigation .overlay-content-visible .menu-block-wrapper ul ul .menu-child-trigger {
  top: 9px;
}
.navigation .overlay-content-visible ul ul .menu-child-trigger:after,
.navigation .overlay-content-visible .menu-block-wrapper ul ul .menu-child-trigger:after {
  font-size: 1.6rem;
  left: 3px;
}
.navigation .overlay-content-visible ul ul .menu-child-trigger.menu-child-trigger-open:after,
.navigation .overlay-content-visible .menu-block-wrapper ul ul .menu-child-trigger.menu-child-trigger-open:after {
  font-size: 1.7rem;
  left: -3px;
}
nav.local-navigation {
  background-color: #0072ce;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 1;
}
nav.local-navigation.in-front {
  z-index: 2;
}
.local-navigation-hidden {
  display: none;
}
.menu-block-plan_campaign_navigation ul,
.menu-block-plan_country_office_homepage_navigation ul {
  margin: 0 auto;
  *zoom: 1;
  line-height: 1rem;
}
.menu-block-plan_campaign_navigation ul:before,
.menu-block-plan_country_office_homepage_navigation ul:before,
.menu-block-plan_campaign_navigation ul:after,
.menu-block-plan_country_office_homepage_navigation ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.menu-block-plan_campaign_navigation ul:after,
.menu-block-plan_country_office_homepage_navigation ul:after {
  clear: both;
}
.menu-block-plan_campaign_navigation ul li a,
.menu-block-plan_country_office_homepage_navigation ul li a {
  padding: 1.25rem 1rem;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.15rem;
  color: #ffffff;
  text-align: center;
}
.menu-block-plan_campaign_navigation ul li a:hover,
.menu-block-plan_country_office_homepage_navigation ul li a:hover {
  color: #ffffff;
}
.menu-block-plan_campaign_navigation ul li a.menu-subtitle-class,
.menu-block-plan_country_office_homepage_navigation ul li a.menu-subtitle-class {
  display: none;
}
@media only screen and (min-width: 768px) {
  .menu-block-plan_campaign_navigation ul li a,
  .menu-block-plan_country_office_homepage_navigation ul li a {
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.menu-block-plan_campaign_navigation ul.local-navigation-trigger li,
.menu-block-plan_country_office_homepage_navigation ul.local-navigation-trigger li {
  float: none;
}
.menu-block-plan_campaign_navigation ul.local-navigation-trigger li a,
.menu-block-plan_country_office_homepage_navigation ul.local-navigation-trigger li a {
  text-transform: none;
  font-weight: normal;
  border: none;
  font-size: 1.5rem;
  outline: none;
}
.menu-block-plan_campaign_navigation ul.local-navigation-trigger li a:after,
.menu-block-plan_country_office_homepage_navigation ul.local-navigation-trigger li a:after {
  content: "\f363";
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.menu-block-plan_campaign_navigation ul.local-navigation-trigger-open li a:after,
.menu-block-plan_country_office_homepage_navigation ul.local-navigation-trigger-open li a:after {
  content: "\f35f";
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.campaign-cta nav {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  position: relative;
}
.campaign-cta nav .menu-block-plan_campaign_navigation {
  background-color: transparent;
}
.campaign-cta nav .menu-block-plan_campaign_navigation ul {
  padding: 0;
  max-width: none;
  margin: 0;
}
nav.local-navigation-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
#myplan-button {
  display: none;
  float: left;
}
#myplan-button a {
  display: block;
  padding: 1.25rem;
  line-height: 1.25rem;
  font-size: 1.15rem;
  font-weight: bold;
  text-transform: uppercase;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #f5db37;
  color: #000000;
}
#myplan-button a:hover {
  background-color: #edce0c;
}
.overlay-content #myplan-button {
  display: block;
  float: none;
  margin-bottom: 25px;
  text-align: center;
}
.overlay-content #myplan-button a {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1025px) {
  #myplan-button {
    display: block;
  }
}
.donate,
.search,
.primary.overlay-trigger {
  float: right;
}
.donate a,
.search a,
.primary.overlay-trigger a,
.donate h3,
.search h3,
.primary.overlay-trigger h3 {
  display: block;
  padding: 1.25rem;
  line-height: 1.25rem;
  font-size: 1.15rem;
  font-weight: bold;
  text-transform: uppercase;
  background-color: transparent;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.donate {
  display: none;
}
.primary.overlay-trigger .donate {
  display: block;
  float: none;
  text-align: center;
  margin-top: 2rem;
}
.primary.overlay-trigger .donate a {
  margin-top: 1.5rem;
}
.donate a,
.primary.overlay-trigger .donate a {
  background-color: #f5db37;
  color: #000000;
}
.donate a:hover,
.primary.overlay-trigger .donate a:hover {
  background-color: #edce0c;
}
.donate.donate-colour-pink a,
.primary.overlay-trigger .donate.donate-colour-pink a {
  background-color: #ee008b;
  color: #ffffff;
}
.donate.donate-colour-pink a:hover,
.primary.overlay-trigger .donate.donate-colour-pink a:hover {
  background-color: #bb006d;
}
.donate.donate-colour-blue a,
.primary.overlay-trigger .donate.donate-colour-blue a {
  background-color: #243c4b;
  color: #ffffff;
}
.donate.donate-colour-blue a:hover,
.primary.overlay-trigger .donate.donate-colour-blue a:hover {
  background-color: #132029;
}
.donate.donate-colour-emergency a,
.primary.overlay-trigger .donate.donate-colour-emergency a {
  background-color: #d22630;
  color: #ffffff;
}
.donate.donate-colour-emergency a:hover,
.primary.overlay-trigger .donate.donate-colour-emergency a:hover {
  background-color: #a71e26;
}
@media screen and (min-width: 1025px) {
  .donate,
  .primary.overlay-trigger .donate {
    display: block;
  }
}
.search h3,
.overlay-content-visible h3 {
  background-color: transparent;
  color: #ffffff;
  font-size: 0;
  padding-top: 1rem;
  padding-bottom: 0;
  padding-right: 1rem;
  margin-bottom: 0;
}
.search h3:after,
.overlay-content-visible h3:after {
  content: "\f4a4";
  font-size: 1rem;
  font-family: "Ionicons";
  vertical-align: middle;
  font-weight: normal;
  position: relative;
  top: -0.05em;
  line-height: 1em;
}
.search h3:after,
.overlay-content-visible h3:after {
  color: #ffffff;
  font-size: 2rem;
}
.search h3:hover,
.overlay-content-visible h3:hover {
  background-color: #0072ce;
  color: #ffffff;
}
.search h3:hover:after,
.overlay-content-visible h3:hover:after {
  color: #ffffff;
}
.search form,
.overlay-content-visible form {
  padding-left: 4.5rem;
  padding-right: 6rem;
  padding-top: 4.5rem;
}
@media only screen and (min-width: 768px) {
  .search form,
  .overlay-content-visible form {
    padding-left: 24rem;
    padding-right: 24rem;
    padding-top: 18rem;
  }
}
@media only screen and (max-width: 576px) {
  .search form,
  .overlay-content-visible form {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 8rem;
  }
}
.search form form,
.overlay-content-visible form form {
  position: relative;
}
.search form form:before,
.overlay-content-visible form form:before {
  content: "\f4a4";
  font-family: "Ionicons";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3.5rem;
}
.search .donate,
.overlay-content-visible .donate {
  display: block;
}
.search h3 {
  padding-left: 0.25rem;
  padding-bottom: 0;
}
.search.content {
  color: #ffffff;
}
.search.content input:not([type=submit]):not([type=file]) {
  line-height: 1;
  width: 100%;
  margin: 0;
  padding: 0 5rem 0.5rem 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  font-size: 3em;
  color: #ffffff;
  text-transform: none;
}
.search.content input:not([type=submit]):not([type=file]):-moz-placeholder {
  color: #ffffff;
}
.search.content input:not([type=submit]):not([type=file]):-ms-input-placeholder {
  color: #ffffff;
}
.search.content input:not([type=submit]):not([type=file])::-webkit-input-placeholder {
  color: #ffffff;
}
@media only screen and (max-width: 576px) {
  .search.content input:not([type=submit]):not([type=file]) {
    font-size: inherit;
    background-color: white;
    line-height: 2rem;
    padding-left: 0.5rem;
    padding-top: 0.5rem;
    border-bottom: none;
    color: #243c4b;
  }
  .search.content input:not([type=submit]):not([type=file]):-moz-placeholder {
    color: #243c4b;
  }
  .search.content input:not([type=submit]):not([type=file]):-ms-input-placeholder {
    color: #243c4b;
  }
  .search.content input:not([type=submit]):not([type=file])::-webkit-input-placeholder {
    color: #243c4b;
  }
}
.search.overlay-content-visible h3 {
  display: none;
}
.search.overlay-content-visible form {
  max-width: 100%;
}
.search.overlay-content-visible form:before {
  content: "";
}
.search.overlay-content-visible .form-item-search-block-form,
.search.overlay-content-visible .form-actions {
  display: inline-block;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.search.overlay-content-visible .form-item-search-block-form {
  width: 100%;
  position: relative;
}
.search.overlay-content-visible .search-overlay-form-submit {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.1rem 0.75rem;
  font-size: 3.5rem;
  color: #000000;
  background-color: #f5db37;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
}
.search.overlay-content-visible .search-overlay-form-submit:hover {
  cursor: pointer;
}
.search.overlay-content-visible .search-overlay-form-submit:after {
  display: inline-block;
  content: "\f4a4";
  font-family: "Ionicons";
}
@media only screen and (max-width: 576px) {
  .search.overlay-content-visible .search-overlay-form-submit {
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
    border-radius: 0;
    padding: 0.3rem 0.75rem;
  }
}
.search.overlay-content-visible .form-actions {
  position: absolute;
  bottom: 0;
  right: 0;
}
.search.overlay-content-visible .content input:not([type=submit]):not([type=file]) {
  background-color: #0072ce;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 5rem;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.search.overlay-content-visible ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  padding: 0;
  margin: 0;
}
.search.overlay-content-visible :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.4);
}
.search.overlay-content-visible ::-moz-fade {
  /* Firefox 19+ */
  color: #ffffff;
}
.search.overlay-content-visible :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.search.overlay-content-visible .adv-search {
  margin-top: 3rem;
}
@media only screen and (max-width: 576px) {
  .search.overlay-content-visible .adv-search {
    margin-top: 0;
  }
}
.search.overlay-content-visible .adv-search a {
  float: left;
}
@media only screen and (max-width: 576px) {
  .search.overlay-content-visible .adv-search a {
    padding: 0;
  }
}
.search.overlay-content-visible .view-all-results {
  float: right;
}
@media only screen and (max-width: 576px) {
  .search.overlay-content-visible .view-all-results {
    float: left;
  }
}
@media only screen and (max-width: 576px) {
  .search.overlay-content-visible {
    padding: 0;
  }
}
.search-overlay ul.ui-autocomplete {
  background: #0072ce;
  border: none;
  color: #ffffff;
  position: relative;
  top: 0 !important;
}
.search-overlay ul.ui-autocomplete li {
  background-color: rgba(26, 129, 212, 0.85);
  margin: 0.5rem 0;
  padding: 0;
}
.search-overlay ul.ui-autocomplete li a {
  color: #ffffff;
  margin: 0;
  padding: 1rem;
  text-transform: none;
}
.search-overlay ul.ui-autocomplete li a.ui-state-focus {
  color: inherit;
  margin: 0;
  font-weight: normal;
  padding: 1rem;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.search-overlay ul.ui-autocomplete li:hover {
  cursor: pointer;
}
.search-overlay ul.ui-autocomplete .title {
  font-size: 2rem;
}
@media only screen and (max-width: 576px) {
  .search-overlay ul.ui-autocomplete .title {
    font-size: 1rem;
  }
}
.search-overlay ul.ui-autocomplete .path {
  opacity: 0.6;
}
.ui-autocomplete {
  z-index: 9999;
  display: block;
}
.primary.overlay-trigger h3 {
  font-size: 0;
}
.primary.overlay-trigger h3:after {
  content: "\f394";
  font-size: 1rem;
  font-family: "Ionicons";
  vertical-align: middle;
  font-weight: normal;
  position: relative;
  top: -0.05em;
  line-height: 1em;
}
.primary.overlay-trigger h3:after {
  font-size: 2rem;
}
.page-search .core-content,
.page-search .sidebar > * {
  clear: both;
}
@media only screen and (min-width: 1344px) {
  .page-search .core-content,
  .page-search .sidebar > * {
    clear: none;
  }
}
.page-search .form-wrapper {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.page-search .form-wrapper.container-inline > div {
  display: block;
}
.page-search .form-item {
  margin: 0;
}
.page-search .search-form input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]) {
  opacity: 0.5;
  font-size: 2rem;
  padding: 1rem 3rem 1rem 1rem;
  border: 0;
  margin: 0;
}
.page-search input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 4rem;
  line-height: 1;
  font-size: 3rem;
  padding: 0;
  vertical-align: top;
  font-weight: bold;
  border-radius: 0;
}
.page-search .block-facetapi,
.page-search .block-apachesolr-search {
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0.5rem 0 3rem 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-search .block-facetapi,
  .page-search .block-apachesolr-search {
    width: 30%;
    float: left;
    min-width: 9em;
  }
}
@media only screen and (min-width: 1344px) {
  .page-search .block-facetapi,
  .page-search .block-apachesolr-search {
    width: 100%;
  }
}
.page-search .block-facetapi h3,
.page-search .block-apachesolr-search h3 {
  display: block;
  padding: 0.55rem 0.5rem;
  color: #243c4b;
  text-transform: uppercase;
  margin: 0;
  cursor: pointer;
  font-size: 1.5rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-search .block-facetapi h3,
  .page-search .block-apachesolr-search h3 {
    padding: 1rem 1.5rem;
  }
}
.page-search .block-facetapi h3:hover,
.page-search .block-apachesolr-search h3:hover {
  background-color: rgba(88, 202, 231, 0.1);
}
.page-search .block-facetapi h3:after,
.page-search .block-apachesolr-search h3:after {
  content: "\f35f";
  font-family: "Ionicons";
  font-size: 1.5em;
  font-weight: normal;
  position: absolute;
  line-height: 0.75rem;
  right: 0.5rem;
  top: 1.2rem;
}
@media only screen and (min-width: 1344px) {
  .page-search .block-facetapi h3,
  .page-search .block-apachesolr-search h3 {
    cursor: default;
  }
  .page-search .block-facetapi h3:hover,
  .page-search .block-apachesolr-search h3:hover {
    background-color: transparent;
  }
  .page-search .block-facetapi h3:after,
  .page-search .block-apachesolr-search h3:after {
    content: '';
  }
}
.page-search .block-facetapi .content,
.page-search .block-apachesolr-search .content {
  display: none;
  min-width: 100%;
  position: absolute;
  background-color: #fff;
  border: 1px solid #f1f1f0;
  z-index: 1;
}
@media only screen and (min-width: 1344px) {
  .page-search .block-facetapi .content,
  .page-search .block-apachesolr-search .content {
    display: block;
    position: relative;
  }
}
.page-search .block-facetapi li,
.page-search .block-apachesolr-search li {
  display: block;
  width: 100%;
}
.page-search .block-facetapi li li a,
.page-search .block-apachesolr-search li li a {
  padding-left: 2rem;
}
.page-search .block-facetapi li li li a,
.page-search .block-apachesolr-search li li li a {
  padding-left: 3rem;
}
.page-search .block-facetapi li li li li a,
.page-search .block-apachesolr-search li li li li a {
  padding-left: 4rem;
}
.page-search .block-facetapi li li li li li a,
.page-search .block-apachesolr-search li li li li li a {
  padding-left: 5rem;
}
.page-search .block-facetapi li a,
.page-search .block-apachesolr-search li a {
  color: #0072ce;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 0.55rem 0.5rem;
}
@media only screen and (min-width: 768px) {
  .page-search .block-facetapi li a,
  .page-search .block-apachesolr-search li a {
    padding: 1rem 1.5rem;
  }
}
.page-search .block-facetapi li a:hover,
.page-search .block-apachesolr-search li a:hover {
  background-color: #f1f1f0;
}
.page-search .block-facetapi li a.facetapi-active,
.page-search .block-apachesolr-search li a.facetapi-active {
  display: inline;
}
.page-search .block-facetapi:hover .content,
.page-search .block-apachesolr-search:hover .content {
  display: block;
}
.page-search .spelling-suggestions p,
.page-search .spelling-suggestions ul,
.page-search .spelling-suggestions li {
  margin: 0;
  padding: 0;
  display: inline;
}
.results-count {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  margin: 2rem 0;
  font-size: 1.25rem;
  display: block;
}
.search-results {
  border-bottom: 1px solid #f1f1f0;
  padding: 0;
  font-size: 1.25rem;
}
.search-results li {
  border-top: 1px solid #f1f1f0;
}
.search-results li a {
  padding: 1rem 0;
  display: block;
  color: #000000;
}
.search-results .title {
  font-size: 2.25rem;
  color: #0072ce;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: none;
  font-weight: bold;
}
.search-results .type {
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.search-results .date {
  font-size: 0.85em;
  margin-top: 1.5rem;
  color: rgba(0, 0, 0, 0.75);
}
.spelling-suggestions {
  font-size: 1.5rem;
  font-weight: bold;
}
.spelling-suggestions li {
  display: inline;
}
.search-form label {
  font-size: 2.5rem;
  display: block;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.header-breadcrumb {
  position: relative;
}
.breadcrumb {
  background-color: #ffffff;
  display: inline-block;
  font-size: 1rem;
  margin: 1rem 0 1.5rem 0;
  padding-right: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
}
.breadcrumb a {
  color: #0072ce;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.breadcrumb a:hover {
  color: #58cae7;
}
.breadcrumb.reversed {
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
.breadcrumb.reversed a {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .breadcrumb {
    font-size: 1.25rem;
  }
}
.breadcrumb a {
  padding: 0.125rem 0.5rem;
  display: inline-block;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .breadcrumb a {
    font-size: 1.25rem;
  }
}
.breadcrumb ul {
  margin-bottom: 0;
  line-height: 1;
}
.breadcrumb li {
  padding-top: 0.25rem;
  display: inline-block;
}
.breadcrumb li:after {
  content: "/";
  color: #0072ce;
}
.breadcrumb li.breadcrumb-first a {
  position: relative;
  top: -6px;
  font-size: 0;
}
.breadcrumb li.breadcrumb-first a:before {
  content: "\f38f";
  font-family: "Ionicons";
  margin-right: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.breadcrumb li.breadcrumb-first a:before {
  margin: 0;
  padding: 0;
  font-size: 15px;
}
main .core-content .breadcrumb {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.menu-secondary .menu:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.menu-secondary .menu {
  font-size: 1.25rem;
  padding: 0;
  margin: 0;
  display: block;
}
.menu-secondary .menu li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.menu-secondary .menu a {
  display: block;
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  font-weight: bold;
}
@media screen and (max-width: 1343px) {
  .menu-secondary .menu a {
    color: #ffffff;
    background-color: #243c4b;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}
@media only screen and (min-width: 36rem) and (max-width: 1343px) {
  .menu-secondary .menu a {
    padding: 1rem 7%;
  }
}
.menu-secondary li.active > a {
  color: #000000;
}
@media screen and (max-width: 1343px) {
  .menu-secondary li.active > a {
    color: #ffffff;
    background-color: #0072ce;
  }
}
.menu-secondary .menu-block-wrapper ul > li li.active-trail > ul {
  background-color: rgba(0, 0, 0, 0.05);
}
.menu-secondary li.active-trail li {
  padding-left: 1rem;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 1343px) {
  .menu-secondary li.active-trail li {
    font-weight: normal;
    border-bottom: 0;
    padding-left: 0;
  }
}
.menu-secondary li.active-trail a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.menu-secondary li.active-trail a:last-child {
  font-weight: normal;
}
@media screen and (max-width: 1343px) {
  .menu-secondary li.active-trail .menu a {
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 36rem) and (max-width: 1343px) {
  .menu-secondary li.active-trail .menu a {
    padding-left: 9%;
  }
}
@media only screen and (min-width: 576px) {
  .toggle-container {
    padding: 0 6%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
}
.menu-toggle {
  display: block;
  padding: 1rem 2.5rem 1rem 1rem;
  font-weight: bold;
  font-size: 1.5rem;
  color: #0072ce;
}
.menu-toggle:after {
  content: "\f218";
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.menu-toggle:after {
  float: right;
  top: 8px;
}
.menu-toggle.selected {
  border-bottom: 0;
}
.menu-toggle.selected:after {
  content: "\f209";
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
@media only screen and (min-width: 576px) {
  .menu-toggle {
    padding: 1rem;
  }
}
iframe {
  padding-bottom: 2%;
}
@media only screen and (min-width: 1344px) {
  iframe {
    padding-bottom: 4%;
  }
}
/* Content type-specific styling */
.node-type-country-office-homepage .priority-item {
  text-align: center;
}
.node-type-country-office-homepage .field-expert-id .field-contact-telephone {
  display: none;
}
.node-type-country-office-homepage .field-expert-id .field-contact-email {
  display: none;
}
.node-type-country-office-homepage .content-top,
.node-type-new-country-office-homepage .content-top,
.node-type-enhanced-listing .content-top,
.node-type-issue-page .content-top,
.node-type-national-office-homepage .content-top,
.node-type-rpi .content-top,
.node-type-intl-homepage .content-top,
.node-type-plansys-form .content-top,
.node-type-project .content-top {
  padding: 0;
  margin: 0;
  position: relative;
  text-align: left;
  color: #ffffff;
}
.node-type-country-office-homepage .content-top .header-background-image,
.node-type-new-country-office-homepage .content-top .header-background-image,
.node-type-enhanced-listing .content-top .header-background-image,
.node-type-issue-page .content-top .header-background-image,
.node-type-national-office-homepage .content-top .header-background-image,
.node-type-rpi .content-top .header-background-image,
.node-type-intl-homepage .content-top .header-background-image,
.node-type-plansys-form .content-top .header-background-image,
.node-type-project .content-top .header-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.node-type-country-office-homepage .content-top .header-background-image:after,
.node-type-new-country-office-homepage .content-top .header-background-image:after,
.node-type-enhanced-listing .content-top .header-background-image:after,
.node-type-issue-page .content-top .header-background-image:after,
.node-type-national-office-homepage .content-top .header-background-image:after,
.node-type-rpi .content-top .header-background-image:after,
.node-type-intl-homepage .content-top .header-background-image:after,
.node-type-plansys-form .content-top .header-background-image:after,
.node-type-project .content-top .header-background-image:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.node-type-country-office-homepage .content-top h1,
.node-type-new-country-office-homepage .content-top h1,
.node-type-enhanced-listing .content-top h1,
.node-type-issue-page .content-top h1,
.node-type-national-office-homepage .content-top h1,
.node-type-rpi .content-top h1,
.node-type-intl-homepage .content-top h1,
.node-type-plansys-form .content-top h1,
.node-type-project .content-top h1 {
  font-size: 3.5rem;
  color: #ffffff;
  margin-bottom: 0;
  width: 70%;
  max-width: 48rem;
  margin-top: 10rem;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .node-type-country-office-homepage .content-top h1,
  .node-type-new-country-office-homepage .content-top h1,
  .node-type-enhanced-listing .content-top h1,
  .node-type-issue-page .content-top h1,
  .node-type-national-office-homepage .content-top h1,
  .node-type-rpi .content-top h1,
  .node-type-intl-homepage .content-top h1,
  .node-type-plansys-form .content-top h1,
  .node-type-project .content-top h1 {
    font-size: 9rem;
    max-width: 60%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-country-office-homepage .content-top h1,
  .node-type-new-country-office-homepage .content-top h1,
  .node-type-enhanced-listing .content-top h1,
  .node-type-issue-page .content-top h1,
  .node-type-national-office-homepage .content-top h1,
  .node-type-rpi .content-top h1,
  .node-type-intl-homepage .content-top h1,
  .node-type-plansys-form .content-top h1,
  .node-type-project .content-top h1 {
    font-size: 12rem;
  }
}
@media only screen and (min-width: 576px) {
  .domain-plan-ih.i18n-en.node-type-country-office-homepage .content-top h1,
  .domain-plan-ih.i18n-en.node-type-new-country-office-homepage .content-top h1,
  .domain-plan-ih.i18n-en.node-type-enhanced-listing .content-top h1,
  .domain-plan-ih.i18n-en.node-type-issue-page .content-top h1,
  .domain-plan-ih.i18n-en.node-type-national-office-homepage .content-top h1,
  .domain-plan-ih.i18n-en.node-type-rpi .content-top h1,
  .domain-plan-ih.i18n-en.node-type-intl-homepage .content-top h1,
  .domain-plan-ih.i18n-en.node-type-plansys-form .content-top h1,
  .domain-plan-ih.i18n-en.node-type-project .content-top h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .domain-plan-ih.i18n-en.node-type-country-office-homepage .content-top h1,
  .domain-plan-ih.i18n-en.node-type-new-country-office-homepage .content-top h1,
  .domain-plan-ih.i18n-en.node-type-enhanced-listing .content-top h1,
  .domain-plan-ih.i18n-en.node-type-issue-page .content-top h1,
  .domain-plan-ih.i18n-en.node-type-national-office-homepage .content-top h1,
  .domain-plan-ih.i18n-en.node-type-rpi .content-top h1,
  .domain-plan-ih.i18n-en.node-type-intl-homepage .content-top h1,
  .domain-plan-ih.i18n-en.node-type-plansys-form .content-top h1,
  .domain-plan-ih.i18n-en.node-type-project .content-top h1 {
    font-size: 9rem;
  }
}
.node-type-country-office-homepage .content-top h1 a,
.node-type-new-country-office-homepage .content-top h1 a,
.node-type-enhanced-listing .content-top h1 a,
.node-type-issue-page .content-top h1 a,
.node-type-national-office-homepage .content-top h1 a,
.node-type-rpi .content-top h1 a,
.node-type-intl-homepage .content-top h1 a,
.node-type-plansys-form .content-top h1 a,
.node-type-project .content-top h1 a {
  color: #ffffff;
}
.node-type-country-office-homepage .content-top .introduction,
.node-type-new-country-office-homepage .content-top .introduction,
.node-type-enhanced-listing .content-top .introduction,
.node-type-issue-page .content-top .introduction,
.node-type-national-office-homepage .content-top .introduction,
.node-type-rpi .content-top .introduction,
.node-type-intl-homepage .content-top .introduction,
.node-type-plansys-form .content-top .introduction,
.node-type-project .content-top .introduction {
  font-size: 2.25rem;
  line-height: 1.1;
  margin: 3rem 0 1rem 0;
  padding: 0;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.node-type-country-office-homepage .content-top .field-header-subheading,
.node-type-new-country-office-homepage .content-top .field-header-subheading,
.node-type-enhanced-listing .content-top .field-header-subheading,
.node-type-issue-page .content-top .field-header-subheading,
.node-type-national-office-homepage .content-top .field-header-subheading,
.node-type-rpi .content-top .field-header-subheading,
.node-type-intl-homepage .content-top .field-header-subheading,
.node-type-plansys-form .content-top .field-header-subheading,
.node-type-project .content-top .field-header-subheading,
.node-type-country-office-homepage .content-top .field-header-feature-text,
.node-type-new-country-office-homepage .content-top .field-header-feature-text,
.node-type-enhanced-listing .content-top .field-header-feature-text,
.node-type-issue-page .content-top .field-header-feature-text,
.node-type-national-office-homepage .content-top .field-header-feature-text,
.node-type-rpi .content-top .field-header-feature-text,
.node-type-intl-homepage .content-top .field-header-feature-text,
.node-type-plansys-form .content-top .field-header-feature-text,
.node-type-project .content-top .field-header-feature-text,
.node-type-country-office-homepage .content-top .field-header-feature-body,
.node-type-new-country-office-homepage .content-top .field-header-feature-body,
.node-type-enhanced-listing .content-top .field-header-feature-body,
.node-type-issue-page .content-top .field-header-feature-body,
.node-type-national-office-homepage .content-top .field-header-feature-body,
.node-type-rpi .content-top .field-header-feature-body,
.node-type-intl-homepage .content-top .field-header-feature-body,
.node-type-plansys-form .content-top .field-header-feature-body,
.node-type-project .content-top .field-header-feature-body {
  position: relative;
  font-size: 1.5rem;
  margin-top: 1.5rem;
  font-weight: bold;
  width: 70%;
  max-width: 48rem;
}
@media only screen and (min-width: 576px) {
  .node-type-country-office-homepage .content-top .field-header-subheading,
  .node-type-new-country-office-homepage .content-top .field-header-subheading,
  .node-type-enhanced-listing .content-top .field-header-subheading,
  .node-type-issue-page .content-top .field-header-subheading,
  .node-type-national-office-homepage .content-top .field-header-subheading,
  .node-type-rpi .content-top .field-header-subheading,
  .node-type-intl-homepage .content-top .field-header-subheading,
  .node-type-plansys-form .content-top .field-header-subheading,
  .node-type-project .content-top .field-header-subheading,
  .node-type-country-office-homepage .content-top .field-header-feature-text,
  .node-type-new-country-office-homepage .content-top .field-header-feature-text,
  .node-type-enhanced-listing .content-top .field-header-feature-text,
  .node-type-issue-page .content-top .field-header-feature-text,
  .node-type-national-office-homepage .content-top .field-header-feature-text,
  .node-type-rpi .content-top .field-header-feature-text,
  .node-type-intl-homepage .content-top .field-header-feature-text,
  .node-type-plansys-form .content-top .field-header-feature-text,
  .node-type-project .content-top .field-header-feature-text,
  .node-type-country-office-homepage .content-top .field-header-feature-body,
  .node-type-new-country-office-homepage .content-top .field-header-feature-body,
  .node-type-enhanced-listing .content-top .field-header-feature-body,
  .node-type-issue-page .content-top .field-header-feature-body,
  .node-type-national-office-homepage .content-top .field-header-feature-body,
  .node-type-rpi .content-top .field-header-feature-body,
  .node-type-intl-homepage .content-top .field-header-feature-body,
  .node-type-plansys-form .content-top .field-header-feature-body,
  .node-type-project .content-top .field-header-feature-body {
    max-width: 85%;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 576px) {
  .node-type-country-office-homepage .content-top .field-header-subheading,
  .node-type-new-country-office-homepage .content-top .field-header-subheading,
  .node-type-enhanced-listing .content-top .field-header-subheading,
  .node-type-issue-page .content-top .field-header-subheading,
  .node-type-national-office-homepage .content-top .field-header-subheading,
  .node-type-rpi .content-top .field-header-subheading,
  .node-type-intl-homepage .content-top .field-header-subheading,
  .node-type-plansys-form .content-top .field-header-subheading,
  .node-type-project .content-top .field-header-subheading {
    max-width: 60%;
  }
}
.node-type-country-office-homepage .content-top .field-header-feature-body,
.node-type-new-country-office-homepage .content-top .field-header-feature-body,
.node-type-enhanced-listing .content-top .field-header-feature-body,
.node-type-issue-page .content-top .field-header-feature-body,
.node-type-national-office-homepage .content-top .field-header-feature-body,
.node-type-rpi .content-top .field-header-feature-body,
.node-type-intl-homepage .content-top .field-header-feature-body,
.node-type-plansys-form .content-top .field-header-feature-body,
.node-type-project .content-top .field-header-feature-body {
  font-size: 1rem;
}
@media only screen and (min-width: 576px) {
  .node-type-country-office-homepage .content-top .field-header-feature-body,
  .node-type-new-country-office-homepage .content-top .field-header-feature-body,
  .node-type-enhanced-listing .content-top .field-header-feature-body,
  .node-type-issue-page .content-top .field-header-feature-body,
  .node-type-national-office-homepage .content-top .field-header-feature-body,
  .node-type-rpi .content-top .field-header-feature-body,
  .node-type-intl-homepage .content-top .field-header-feature-body,
  .node-type-plansys-form .content-top .field-header-feature-body,
  .node-type-project .content-top .field-header-feature-body {
    font-size: 1.2rem;
  }
}
.node-type-country-office-homepage .content-top .field-header-link,
.node-type-new-country-office-homepage .content-top .field-header-link,
.node-type-enhanced-listing .content-top .field-header-link,
.node-type-issue-page .content-top .field-header-link,
.node-type-national-office-homepage .content-top .field-header-link,
.node-type-rpi .content-top .field-header-link,
.node-type-intl-homepage .content-top .field-header-link,
.node-type-plansys-form .content-top .field-header-link,
.node-type-project .content-top .field-header-link {
  position: relative;
  margin-top: 1.5rem;
  width: 70%;
  max-width: 48rem;
}
@media only screen and (min-width: 576px) {
  .node-type-country-office-homepage .content-top .field-header-link,
  .node-type-new-country-office-homepage .content-top .field-header-link,
  .node-type-enhanced-listing .content-top .field-header-link,
  .node-type-issue-page .content-top .field-header-link,
  .node-type-national-office-homepage .content-top .field-header-link,
  .node-type-rpi .content-top .field-header-link,
  .node-type-intl-homepage .content-top .field-header-link,
  .node-type-plansys-form .content-top .field-header-link,
  .node-type-project .content-top .field-header-link {
    max-width: 85%;
  }
}
.node-type-country-office-homepage .content-top .field-header-link a,
.node-type-new-country-office-homepage .content-top .field-header-link a,
.node-type-enhanced-listing .content-top .field-header-link a,
.node-type-issue-page .content-top .field-header-link a,
.node-type-national-office-homepage .content-top .field-header-link a,
.node-type-rpi .content-top .field-header-link a,
.node-type-intl-homepage .content-top .field-header-link a,
.node-type-plansys-form .content-top .field-header-link a,
.node-type-project .content-top .field-header-link a {
  background-color: #0072ce;
  color: #ffffff;
  border: none;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0.5em;
  line-height: 1em;
  position: relative;
  top: 0.125em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 2rem;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  text-transform: uppercase;
  background-color: #f1c400;
  color: #000000;
}
.node-type-country-office-homepage .content-top .field-header-link a:hover,
.node-type-new-country-office-homepage .content-top .field-header-link a:hover,
.node-type-enhanced-listing .content-top .field-header-link a:hover,
.node-type-issue-page .content-top .field-header-link a:hover,
.node-type-national-office-homepage .content-top .field-header-link a:hover,
.node-type-rpi .content-top .field-header-link a:hover,
.node-type-intl-homepage .content-top .field-header-link a:hover,
.node-type-plansys-form .content-top .field-header-link a:hover,
.node-type-project .content-top .field-header-link a:hover {
  background-color: #028eff;
}
@media only screen and (max-width: 576px) {
  .node-type-country-office-homepage .content-top .field-header-link a,
  .node-type-new-country-office-homepage .content-top .field-header-link a,
  .node-type-enhanced-listing .content-top .field-header-link a,
  .node-type-issue-page .content-top .field-header-link a,
  .node-type-national-office-homepage .content-top .field-header-link a,
  .node-type-rpi .content-top .field-header-link a,
  .node-type-intl-homepage .content-top .field-header-link a,
  .node-type-plansys-form .content-top .field-header-link a,
  .node-type-project .content-top .field-header-link a {
    font-size: 1.5rem;
  }
}
.node-type-country-office-homepage .content-top .field-header-link a:hover,
.node-type-new-country-office-homepage .content-top .field-header-link a:hover,
.node-type-enhanced-listing .content-top .field-header-link a:hover,
.node-type-issue-page .content-top .field-header-link a:hover,
.node-type-national-office-homepage .content-top .field-header-link a:hover,
.node-type-rpi .content-top .field-header-link a:hover,
.node-type-intl-homepage .content-top .field-header-link a:hover,
.node-type-plansys-form .content-top .field-header-link a:hover,
.node-type-project .content-top .field-header-link a:hover {
  background-color: #028eff;
}
@media only screen and (max-width: 576px) {
  .node-type-country-office-homepage .content-top .field-header-link a,
  .node-type-new-country-office-homepage .content-top .field-header-link a,
  .node-type-enhanced-listing .content-top .field-header-link a,
  .node-type-issue-page .content-top .field-header-link a,
  .node-type-national-office-homepage .content-top .field-header-link a,
  .node-type-rpi .content-top .field-header-link a,
  .node-type-intl-homepage .content-top .field-header-link a,
  .node-type-plansys-form .content-top .field-header-link a,
  .node-type-project .content-top .field-header-link a {
    font-size: 1.5rem;
  }
}
.node-type-country-office-homepage .content-top .field-header-link a:after,
.node-type-new-country-office-homepage .content-top .field-header-link a:after,
.node-type-enhanced-listing .content-top .field-header-link a:after,
.node-type-issue-page .content-top .field-header-link a:after,
.node-type-national-office-homepage .content-top .field-header-link a:after,
.node-type-rpi .content-top .field-header-link a:after,
.node-type-intl-homepage .content-top .field-header-link a:after,
.node-type-plansys-form .content-top .field-header-link a:after,
.node-type-project .content-top .field-header-link a:after {
  content: '\f125';
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.node-type-country-office-homepage .content-top .field-header-link a:after,
.node-type-new-country-office-homepage .content-top .field-header-link a:after,
.node-type-enhanced-listing .content-top .field-header-link a:after,
.node-type-issue-page .content-top .field-header-link a:after,
.node-type-national-office-homepage .content-top .field-header-link a:after,
.node-type-rpi .content-top .field-header-link a:after,
.node-type-intl-homepage .content-top .field-header-link a:after,
.node-type-plansys-form .content-top .field-header-link a:after,
.node-type-project .content-top .field-header-link a:after {
  font-size: 2.25rem;
  margin-left: 1rem;
}
.node-type-country-office-homepage .content-top .field-header-link a:hover,
.node-type-new-country-office-homepage .content-top .field-header-link a:hover,
.node-type-enhanced-listing .content-top .field-header-link a:hover,
.node-type-issue-page .content-top .field-header-link a:hover,
.node-type-national-office-homepage .content-top .field-header-link a:hover,
.node-type-rpi .content-top .field-header-link a:hover,
.node-type-intl-homepage .content-top .field-header-link a:hover,
.node-type-plansys-form .content-top .field-header-link a:hover,
.node-type-project .content-top .field-header-link a:hover {
  background-color: #e17800;
  color: #ffffff;
}
.node-type-country-office-homepage .content-top .header-feature,
.node-type-new-country-office-homepage .content-top .header-feature,
.node-type-enhanced-listing .content-top .header-feature,
.node-type-issue-page .content-top .header-feature,
.node-type-national-office-homepage .content-top .header-feature,
.node-type-rpi .content-top .header-feature,
.node-type-intl-homepage .content-top .header-feature,
.node-type-plansys-form .content-top .header-feature,
.node-type-project .content-top .header-feature {
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 6rem -7% 0 -7%;
  padding: 1.5rem 7% 3rem 7%;
}
@media only screen and (min-width: 576px) {
  .node-type-country-office-homepage .content-top .header-feature,
  .node-type-new-country-office-homepage .content-top .header-feature,
  .node-type-enhanced-listing .content-top .header-feature,
  .node-type-issue-page .content-top .header-feature,
  .node-type-national-office-homepage .content-top .header-feature,
  .node-type-rpi .content-top .header-feature,
  .node-type-intl-homepage .content-top .header-feature,
  .node-type-plansys-form .content-top .header-feature,
  .node-type-project .content-top .header-feature {
    margin-top: 8.5rem;
  }
}
.node-type-country-office-homepage .content-top .header-feature:before,
.node-type-new-country-office-homepage .content-top .header-feature:before,
.node-type-enhanced-listing .content-top .header-feature:before,
.node-type-issue-page .content-top .header-feature:before,
.node-type-national-office-homepage .content-top .header-feature:before,
.node-type-rpi .content-top .header-feature:before,
.node-type-intl-homepage .content-top .header-feature:before,
.node-type-plansys-form .content-top .header-feature:before,
.node-type-project .content-top .header-feature:before,
.node-type-country-office-homepage .content-top .header-feature:after,
.node-type-new-country-office-homepage .content-top .header-feature:after,
.node-type-enhanced-listing .content-top .header-feature:after,
.node-type-issue-page .content-top .header-feature:after,
.node-type-national-office-homepage .content-top .header-feature:after,
.node-type-rpi .content-top .header-feature:after,
.node-type-intl-homepage .content-top .header-feature:after,
.node-type-plansys-form .content-top .header-feature:after,
.node-type-project .content-top .header-feature:after {
  content: '';
  position: absolute;
  top: -40px;
  width: 50%;
  box-sizing: border-box;
}
.node-type-country-office-homepage .content-top .header-feature:before,
.node-type-new-country-office-homepage .content-top .header-feature:before,
.node-type-enhanced-listing .content-top .header-feature:before,
.node-type-issue-page .content-top .header-feature:before,
.node-type-national-office-homepage .content-top .header-feature:before,
.node-type-rpi .content-top .header-feature:before,
.node-type-intl-homepage .content-top .header-feature:before,
.node-type-plansys-form .content-top .header-feature:before,
.node-type-project .content-top .header-feature:before {
  right: 50%;
  border-bottom: 40px solid rgba(255, 255, 255, 0.6);
  border-right: 40px solid transparent;
}
.node-type-country-office-homepage .content-top .header-feature:after,
.node-type-new-country-office-homepage .content-top .header-feature:after,
.node-type-enhanced-listing .content-top .header-feature:after,
.node-type-issue-page .content-top .header-feature:after,
.node-type-national-office-homepage .content-top .header-feature:after,
.node-type-rpi .content-top .header-feature:after,
.node-type-intl-homepage .content-top .header-feature:after,
.node-type-plansys-form .content-top .header-feature:after,
.node-type-project .content-top .header-feature:after {
  left: 50%;
  border-bottom: 40px solid rgba(255, 255, 255, 0.6);
  border-left: 40px solid transparent;
}
.node-type-country-office-homepage .content-top .header-feature .field-header-feature-text,
.node-type-new-country-office-homepage .content-top .header-feature .field-header-feature-text,
.node-type-enhanced-listing .content-top .header-feature .field-header-feature-text,
.node-type-issue-page .content-top .header-feature .field-header-feature-text,
.node-type-national-office-homepage .content-top .header-feature .field-header-feature-text,
.node-type-rpi .content-top .header-feature .field-header-feature-text,
.node-type-intl-homepage .content-top .header-feature .field-header-feature-text,
.node-type-plansys-form .content-top .header-feature .field-header-feature-text,
.node-type-project .content-top .header-feature .field-header-feature-text,
.node-type-country-office-homepage .content-top .header-feature .field-header-subheading,
.node-type-new-country-office-homepage .content-top .header-feature .field-header-subheading,
.node-type-enhanced-listing .content-top .header-feature .field-header-subheading,
.node-type-issue-page .content-top .header-feature .field-header-subheading,
.node-type-national-office-homepage .content-top .header-feature .field-header-subheading,
.node-type-rpi .content-top .header-feature .field-header-subheading,
.node-type-intl-homepage .content-top .header-feature .field-header-subheading,
.node-type-plansys-form .content-top .header-feature .field-header-subheading,
.node-type-project .content-top .header-feature .field-header-subheading {
  color: #000000;
}
.node-type-country-office-homepage .content-top .header-feature .field-header-subheading,
.node-type-new-country-office-homepage .content-top .header-feature .field-header-subheading,
.node-type-enhanced-listing .content-top .header-feature .field-header-subheading,
.node-type-issue-page .content-top .header-feature .field-header-subheading,
.node-type-national-office-homepage .content-top .header-feature .field-header-subheading,
.node-type-rpi .content-top .header-feature .field-header-subheading,
.node-type-intl-homepage .content-top .header-feature .field-header-subheading,
.node-type-plansys-form .content-top .header-feature .field-header-subheading,
.node-type-project .content-top .header-feature .field-header-subheading {
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
}
@media only screen and (min-width: 576px) {
  .node-type-country-office-homepage .content-top .header-feature .field-header-subheading,
  .node-type-new-country-office-homepage .content-top .header-feature .field-header-subheading,
  .node-type-enhanced-listing .content-top .header-feature .field-header-subheading,
  .node-type-issue-page .content-top .header-feature .field-header-subheading,
  .node-type-national-office-homepage .content-top .header-feature .field-header-subheading,
  .node-type-rpi .content-top .header-feature .field-header-subheading,
  .node-type-intl-homepage .content-top .header-feature .field-header-subheading,
  .node-type-plansys-form .content-top .header-feature .field-header-subheading,
  .node-type-project .content-top .header-feature .field-header-subheading {
    font-size: 2.25rem;
  }
}
.node-type-country-office-homepage .content-top .layout-right h1,
.node-type-new-country-office-homepage .content-top .layout-right h1,
.node-type-enhanced-listing .content-top .layout-right h1,
.node-type-issue-page .content-top .layout-right h1,
.node-type-national-office-homepage .content-top .layout-right h1,
.node-type-rpi .content-top .layout-right h1,
.node-type-intl-homepage .content-top .layout-right h1,
.node-type-plansys-form .content-top .layout-right h1,
.node-type-project .content-top .layout-right h1,
.node-type-country-office-homepage .content-top .layout-right .field-header-feature-text,
.node-type-new-country-office-homepage .content-top .layout-right .field-header-feature-text,
.node-type-enhanced-listing .content-top .layout-right .field-header-feature-text,
.node-type-issue-page .content-top .layout-right .field-header-feature-text,
.node-type-national-office-homepage .content-top .layout-right .field-header-feature-text,
.node-type-rpi .content-top .layout-right .field-header-feature-text,
.node-type-intl-homepage .content-top .layout-right .field-header-feature-text,
.node-type-plansys-form .content-top .layout-right .field-header-feature-text,
.node-type-project .content-top .layout-right .field-header-feature-text,
.node-type-country-office-homepage .content-top .layout-right .field-header-subheading,
.node-type-new-country-office-homepage .content-top .layout-right .field-header-subheading,
.node-type-enhanced-listing .content-top .layout-right .field-header-subheading,
.node-type-issue-page .content-top .layout-right .field-header-subheading,
.node-type-national-office-homepage .content-top .layout-right .field-header-subheading,
.node-type-rpi .content-top .layout-right .field-header-subheading,
.node-type-intl-homepage .content-top .layout-right .field-header-subheading,
.node-type-plansys-form .content-top .layout-right .field-header-subheading,
.node-type-project .content-top .layout-right .field-header-subheading,
.node-type-country-office-homepage .content-top .layout-right .field-header-link,
.node-type-new-country-office-homepage .content-top .layout-right .field-header-link,
.node-type-enhanced-listing .content-top .layout-right .field-header-link,
.node-type-issue-page .content-top .layout-right .field-header-link,
.node-type-national-office-homepage .content-top .layout-right .field-header-link,
.node-type-rpi .content-top .layout-right .field-header-link,
.node-type-intl-homepage .content-top .layout-right .field-header-link,
.node-type-plansys-form .content-top .layout-right .field-header-link,
.node-type-project .content-top .layout-right .field-header-link {
  margin-left: 30%;
  word-wrap: break-word;
}
@media only screen and (min-width: 576px) {
  .node-type-country-office-homepage .content-top .layout-right h1,
  .node-type-new-country-office-homepage .content-top .layout-right h1,
  .node-type-enhanced-listing .content-top .layout-right h1,
  .node-type-issue-page .content-top .layout-right h1,
  .node-type-national-office-homepage .content-top .layout-right h1,
  .node-type-rpi .content-top .layout-right h1,
  .node-type-intl-homepage .content-top .layout-right h1,
  .node-type-plansys-form .content-top .layout-right h1,
  .node-type-project .content-top .layout-right h1,
  .node-type-country-office-homepage .content-top .layout-right .field-header-feature-text,
  .node-type-new-country-office-homepage .content-top .layout-right .field-header-feature-text,
  .node-type-enhanced-listing .content-top .layout-right .field-header-feature-text,
  .node-type-issue-page .content-top .layout-right .field-header-feature-text,
  .node-type-national-office-homepage .content-top .layout-right .field-header-feature-text,
  .node-type-rpi .content-top .layout-right .field-header-feature-text,
  .node-type-intl-homepage .content-top .layout-right .field-header-feature-text,
  .node-type-plansys-form .content-top .layout-right .field-header-feature-text,
  .node-type-project .content-top .layout-right .field-header-feature-text,
  .node-type-country-office-homepage .content-top .layout-right .field-header-subheading,
  .node-type-new-country-office-homepage .content-top .layout-right .field-header-subheading,
  .node-type-enhanced-listing .content-top .layout-right .field-header-subheading,
  .node-type-issue-page .content-top .layout-right .field-header-subheading,
  .node-type-national-office-homepage .content-top .layout-right .field-header-subheading,
  .node-type-rpi .content-top .layout-right .field-header-subheading,
  .node-type-intl-homepage .content-top .layout-right .field-header-subheading,
  .node-type-plansys-form .content-top .layout-right .field-header-subheading,
  .node-type-project .content-top .layout-right .field-header-subheading,
  .node-type-country-office-homepage .content-top .layout-right .field-header-link,
  .node-type-new-country-office-homepage .content-top .layout-right .field-header-link,
  .node-type-enhanced-listing .content-top .layout-right .field-header-link,
  .node-type-issue-page .content-top .layout-right .field-header-link,
  .node-type-national-office-homepage .content-top .layout-right .field-header-link,
  .node-type-rpi .content-top .layout-right .field-header-link,
  .node-type-intl-homepage .content-top .layout-right .field-header-link,
  .node-type-plansys-form .content-top .layout-right .field-header-link,
  .node-type-project .content-top .layout-right .field-header-link {
    margin-left: 40%;
  }
}
.node-type-country-office-homepage .content-top .layout-centre h1,
.node-type-new-country-office-homepage .content-top .layout-centre h1,
.node-type-enhanced-listing .content-top .layout-centre h1,
.node-type-issue-page .content-top .layout-centre h1,
.node-type-national-office-homepage .content-top .layout-centre h1,
.node-type-rpi .content-top .layout-centre h1,
.node-type-intl-homepage .content-top .layout-centre h1,
.node-type-plansys-form .content-top .layout-centre h1,
.node-type-project .content-top .layout-centre h1 {
  text-align: center;
  margin: 1.5rem auto 0 auto;
}
.node-type-country-office-homepage .content-top .layout-centre .field-header-feature-text,
.node-type-new-country-office-homepage .content-top .layout-centre .field-header-feature-text,
.node-type-enhanced-listing .content-top .layout-centre .field-header-feature-text,
.node-type-issue-page .content-top .layout-centre .field-header-feature-text,
.node-type-national-office-homepage .content-top .layout-centre .field-header-feature-text,
.node-type-rpi .content-top .layout-centre .field-header-feature-text,
.node-type-intl-homepage .content-top .layout-centre .field-header-feature-text,
.node-type-plansys-form .content-top .layout-centre .field-header-feature-text,
.node-type-project .content-top .layout-centre .field-header-feature-text,
.node-type-country-office-homepage .content-top .layout-left.header-breadcrumb-has-feature-box .field-header-feature-text,
.node-type-new-country-office-homepage .content-top .layout-left.header-breadcrumb-has-feature-box .field-header-feature-text,
.node-type-enhanced-listing .content-top .layout-left.header-breadcrumb-has-feature-box .field-header-feature-text,
.node-type-issue-page .content-top .layout-left.header-breadcrumb-has-feature-box .field-header-feature-text,
.node-type-national-office-homepage .content-top .layout-left.header-breadcrumb-has-feature-box .field-header-feature-text,
.node-type-rpi .content-top .layout-left.header-breadcrumb-has-feature-box .field-header-feature-text,
.node-type-intl-homepage .content-top .layout-left.header-breadcrumb-has-feature-box .field-header-feature-text,
.node-type-plansys-form .content-top .layout-left.header-breadcrumb-has-feature-box .field-header-feature-text,
.node-type-project .content-top .layout-left.header-breadcrumb-has-feature-box .field-header-feature-text,
.node-type-country-office-homepage .content-top .layout-right.header-breadcrumb-has-feature-box .field-header-feature-text,
.node-type-new-country-office-homepage .content-top .layout-right.header-breadcrumb-has-feature-box .field-header-feature-text,
.node-type-enhanced-listing .content-top .layout-right.header-breadcrumb-has-feature-box .field-header-feature-text,
.node-type-issue-page .content-top .layout-right.header-breadcrumb-has-feature-box .field-header-feature-text,
.node-type-national-office-homepage .content-top .layout-right.header-breadcrumb-has-feature-box .field-header-feature-text,
.node-type-rpi .content-top .layout-right.header-breadcrumb-has-feature-box .field-header-feature-text,
.node-type-intl-homepage .content-top .layout-right.header-breadcrumb-has-feature-box .field-header-feature-text,
.node-type-plansys-form .content-top .layout-right.header-breadcrumb-has-feature-box .field-header-feature-text,
.node-type-project .content-top .layout-right.header-breadcrumb-has-feature-box .field-header-feature-text,
.node-type-country-office-homepage .content-top .layout-centre .field-header-subheading,
.node-type-new-country-office-homepage .content-top .layout-centre .field-header-subheading,
.node-type-enhanced-listing .content-top .layout-centre .field-header-subheading,
.node-type-issue-page .content-top .layout-centre .field-header-subheading,
.node-type-national-office-homepage .content-top .layout-centre .field-header-subheading,
.node-type-rpi .content-top .layout-centre .field-header-subheading,
.node-type-intl-homepage .content-top .layout-centre .field-header-subheading,
.node-type-plansys-form .content-top .layout-centre .field-header-subheading,
.node-type-project .content-top .layout-centre .field-header-subheading,
.node-type-country-office-homepage .content-top .layout-left.header-breadcrumb-has-feature-box .field-header-subheading,
.node-type-new-country-office-homepage .content-top .layout-left.header-breadcrumb-has-feature-box .field-header-subheading,
.node-type-enhanced-listing .content-top .layout-left.header-breadcrumb-has-feature-box .field-header-subheading,
.node-type-issue-page .content-top .layout-left.header-breadcrumb-has-feature-box .field-header-subheading,
.node-type-national-office-homepage .content-top .layout-left.header-breadcrumb-has-feature-box .field-header-subheading,
.node-type-rpi .content-top .layout-left.header-breadcrumb-has-feature-box .field-header-subheading,
.node-type-intl-homepage .content-top .layout-left.header-breadcrumb-has-feature-box .field-header-subheading,
.node-type-plansys-form .content-top .layout-left.header-breadcrumb-has-feature-box .field-header-subheading,
.node-type-project .content-top .layout-left.header-breadcrumb-has-feature-box .field-header-subheading,
.node-type-country-office-homepage .content-top .layout-right.header-breadcrumb-has-feature-box .field-header-subheading,
.node-type-new-country-office-homepage .content-top .layout-right.header-breadcrumb-has-feature-box .field-header-subheading,
.node-type-enhanced-listing .content-top .layout-right.header-breadcrumb-has-feature-box .field-header-subheading,
.node-type-issue-page .content-top .layout-right.header-breadcrumb-has-feature-box .field-header-subheading,
.node-type-national-office-homepage .content-top .layout-right.header-breadcrumb-has-feature-box .field-header-subheading,
.node-type-rpi .content-top .layout-right.header-breadcrumb-has-feature-box .field-header-subheading,
.node-type-intl-homepage .content-top .layout-right.header-breadcrumb-has-feature-box .field-header-subheading,
.node-type-plansys-form .content-top .layout-right.header-breadcrumb-has-feature-box .field-header-subheading,
.node-type-project .content-top .layout-right.header-breadcrumb-has-feature-box .field-header-subheading,
.node-type-country-office-homepage .content-top .layout-centre .field-header-link,
.node-type-new-country-office-homepage .content-top .layout-centre .field-header-link,
.node-type-enhanced-listing .content-top .layout-centre .field-header-link,
.node-type-issue-page .content-top .layout-centre .field-header-link,
.node-type-national-office-homepage .content-top .layout-centre .field-header-link,
.node-type-rpi .content-top .layout-centre .field-header-link,
.node-type-intl-homepage .content-top .layout-centre .field-header-link,
.node-type-plansys-form .content-top .layout-centre .field-header-link,
.node-type-project .content-top .layout-centre .field-header-link,
.node-type-country-office-homepage .content-top .layout-left.header-breadcrumb-has-feature-box .field-header-link,
.node-type-new-country-office-homepage .content-top .layout-left.header-breadcrumb-has-feature-box .field-header-link,
.node-type-enhanced-listing .content-top .layout-left.header-breadcrumb-has-feature-box .field-header-link,
.node-type-issue-page .content-top .layout-left.header-breadcrumb-has-feature-box .field-header-link,
.node-type-national-office-homepage .content-top .layout-left.header-breadcrumb-has-feature-box .field-header-link,
.node-type-rpi .content-top .layout-left.header-breadcrumb-has-feature-box .field-header-link,
.node-type-intl-homepage .content-top .layout-left.header-breadcrumb-has-feature-box .field-header-link,
.node-type-plansys-form .content-top .layout-left.header-breadcrumb-has-feature-box .field-header-link,
.node-type-project .content-top .layout-left.header-breadcrumb-has-feature-box .field-header-link,
.node-type-country-office-homepage .content-top .layout-right.header-breadcrumb-has-feature-box .field-header-link,
.node-type-new-country-office-homepage .content-top .layout-right.header-breadcrumb-has-feature-box .field-header-link,
.node-type-enhanced-listing .content-top .layout-right.header-breadcrumb-has-feature-box .field-header-link,
.node-type-issue-page .content-top .layout-right.header-breadcrumb-has-feature-box .field-header-link,
.node-type-national-office-homepage .content-top .layout-right.header-breadcrumb-has-feature-box .field-header-link,
.node-type-rpi .content-top .layout-right.header-breadcrumb-has-feature-box .field-header-link,
.node-type-intl-homepage .content-top .layout-right.header-breadcrumb-has-feature-box .field-header-link,
.node-type-plansys-form .content-top .layout-right.header-breadcrumb-has-feature-box .field-header-link,
.node-type-project .content-top .layout-right.header-breadcrumb-has-feature-box .field-header-link {
  text-align: center;
  margin: 1.5rem auto 0 auto;
}
.node-type-country-office-homepage .content-top .main-title-highlight-word,
.node-type-new-country-office-homepage .content-top .main-title-highlight-word,
.node-type-enhanced-listing .content-top .main-title-highlight-word,
.node-type-issue-page .content-top .main-title-highlight-word,
.node-type-national-office-homepage .content-top .main-title-highlight-word,
.node-type-rpi .content-top .main-title-highlight-word,
.node-type-intl-homepage .content-top .main-title-highlight-word,
.node-type-plansys-form .content-top .main-title-highlight-word,
.node-type-project .content-top .main-title-highlight-word {
  background: transparent url(/sites/all/themes/custom/plantheme/img/highlight-blue-bright.svg) 50% 50% no-repeat;
  background-size: 100% 100%;
}
.node-type-country-office-homepage .cta .button,
.node-type-new-country-office-homepage .cta .button,
.node-type-enhanced-listing .cta .button,
.node-type-issue-page .cta .button,
.node-type-national-office-homepage .cta .button,
.node-type-rpi .cta .button,
.node-type-intl-homepage .cta .button,
.node-type-plansys-form .cta .button,
.node-type-project .cta .button {
  background-color: transparent;
  margin-bottom: 3rem;
  padding-left: 0;
}
.node-type-country-office-homepage .cta a,
.node-type-new-country-office-homepage .cta a,
.node-type-enhanced-listing .cta a,
.node-type-issue-page .cta a,
.node-type-national-office-homepage .cta a,
.node-type-rpi .cta a,
.node-type-intl-homepage .cta a,
.node-type-plansys-form .cta a,
.node-type-project .cta a {
  background-color: #f1c400;
  color: #000000;
  line-height: 1;
  padding: 1rem;
  display: inline-block;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  position: relative;
  z-index: 1;
}
.node-type-country-office-homepage .cta a:after,
.node-type-new-country-office-homepage .cta a:after,
.node-type-enhanced-listing .cta a:after,
.node-type-issue-page .cta a:after,
.node-type-national-office-homepage .cta a:after,
.node-type-rpi .cta a:after,
.node-type-intl-homepage .cta a:after,
.node-type-plansys-form .cta a:after,
.node-type-project .cta a:after {
  content: " >";
}
.node-type-country-office-homepage .cta a:hover,
.node-type-new-country-office-homepage .cta a:hover,
.node-type-enhanced-listing .cta a:hover,
.node-type-issue-page .cta a:hover,
.node-type-national-office-homepage .cta a:hover,
.node-type-rpi .cta a:hover,
.node-type-intl-homepage .cta a:hover,
.node-type-plansys-form .cta a:hover,
.node-type-project .cta a:hover {
  color: #ffffff;
  background-color: #e17800;
}
@media only screen and (min-width: 576px) {
  .node-type-country-office-homepage .cta a,
  .node-type-new-country-office-homepage .cta a,
  .node-type-enhanced-listing .cta a,
  .node-type-issue-page .cta a,
  .node-type-national-office-homepage .cta a,
  .node-type-rpi .cta a,
  .node-type-intl-homepage .cta a,
  .node-type-plansys-form .cta a,
  .node-type-project .cta a {
    font-size: 2rem;
  }
}
.node-type-country-office-homepage .header-breadcrumb,
.node-type-new-country-office-homepage .header-breadcrumb,
.node-type-enhanced-listing .header-breadcrumb,
.node-type-issue-page .header-breadcrumb,
.node-type-national-office-homepage .header-breadcrumb,
.node-type-rpi .header-breadcrumb,
.node-type-intl-homepage .header-breadcrumb,
.node-type-plansys-form .header-breadcrumb,
.node-type-project .header-breadcrumb {
  max-width: 100%;
  padding: 6% 6% 20% 6%;
  overflow: hidden;
  clear: both;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.node-type-country-office-homepage .header-breadcrumb.header-breadcrumb-has-feature-box,
.node-type-new-country-office-homepage .header-breadcrumb.header-breadcrumb-has-feature-box,
.node-type-enhanced-listing .header-breadcrumb.header-breadcrumb-has-feature-box,
.node-type-issue-page .header-breadcrumb.header-breadcrumb-has-feature-box,
.node-type-national-office-homepage .header-breadcrumb.header-breadcrumb-has-feature-box,
.node-type-rpi .header-breadcrumb.header-breadcrumb-has-feature-box,
.node-type-intl-homepage .header-breadcrumb.header-breadcrumb-has-feature-box,
.node-type-plansys-form .header-breadcrumb.header-breadcrumb-has-feature-box,
.node-type-project .header-breadcrumb.header-breadcrumb-has-feature-box {
  padding-bottom: 0;
}
.node-type-country-office-homepage .header-breadcrumb img,
.node-type-new-country-office-homepage .header-breadcrumb img,
.node-type-enhanced-listing .header-breadcrumb img,
.node-type-issue-page .header-breadcrumb img,
.node-type-national-office-homepage .header-breadcrumb img,
.node-type-rpi .header-breadcrumb img,
.node-type-intl-homepage .header-breadcrumb img,
.node-type-plansys-form .header-breadcrumb img,
.node-type-project .header-breadcrumb img {
  width: 100%;
}
.node-type-country-office-homepage .header-breadcrumb iframe,
.node-type-new-country-office-homepage .header-breadcrumb iframe,
.node-type-enhanced-listing .header-breadcrumb iframe,
.node-type-issue-page .header-breadcrumb iframe,
.node-type-national-office-homepage .header-breadcrumb iframe,
.node-type-rpi .header-breadcrumb iframe,
.node-type-intl-homepage .header-breadcrumb iframe,
.node-type-plansys-form .header-breadcrumb iframe,
.node-type-project .header-breadcrumb iframe {
  margin-top: 6%;
}
@media only screen and (min-width: 1152px) {
  .node-type-country-office-homepage .header-breadcrumb iframe,
  .node-type-new-country-office-homepage .header-breadcrumb iframe,
  .node-type-enhanced-listing .header-breadcrumb iframe,
  .node-type-issue-page .header-breadcrumb iframe,
  .node-type-national-office-homepage .header-breadcrumb iframe,
  .node-type-rpi .header-breadcrumb iframe,
  .node-type-intl-homepage .header-breadcrumb iframe,
  .node-type-plansys-form .header-breadcrumb iframe,
  .node-type-project .header-breadcrumb iframe {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-country-office-homepage .header-breadcrumb,
  .node-type-new-country-office-homepage .header-breadcrumb,
  .node-type-enhanced-listing .header-breadcrumb,
  .node-type-issue-page .header-breadcrumb,
  .node-type-national-office-homepage .header-breadcrumb,
  .node-type-rpi .header-breadcrumb,
  .node-type-intl-homepage .header-breadcrumb,
  .node-type-plansys-form .header-breadcrumb,
  .node-type-project .header-breadcrumb {
    padding-bottom: 10%;
  }
}
.node-type-country-office-homepage .content-middle,
.node-type-new-country-office-homepage .content-middle,
.node-type-enhanced-listing .content-middle,
.node-type-issue-page .content-middle,
.node-type-national-office-homepage .content-middle,
.node-type-rpi .content-middle,
.node-type-intl-homepage .content-middle,
.node-type-plansys-form .content-middle,
.node-type-project .content-middle {
  background-color: #f1f1f0;
  padding: 4% 0 0 0;
}
.node-type-country-office-homepage .core-content,
.node-type-new-country-office-homepage .core-content,
.node-type-enhanced-listing .core-content,
.node-type-issue-page .core-content,
.node-type-national-office-homepage .core-content,
.node-type-rpi .core-content,
.node-type-intl-homepage .core-content,
.node-type-plansys-form .core-content,
.node-type-project .core-content {
  max-width: 100%;
  padding: 0;
}
.node-type-country-office-homepage .core-content > *,
.node-type-new-country-office-homepage .core-content > *,
.node-type-enhanced-listing .core-content > *,
.node-type-issue-page .core-content > *,
.node-type-national-office-homepage .core-content > *,
.node-type-rpi .core-content > *,
.node-type-intl-homepage .core-content > *,
.node-type-plansys-form .core-content > *,
.node-type-project .core-content > * {
  padding: 0;
}
.node-type-country-office-homepage .field-areas-of-priority-id .field-label,
.node-type-new-country-office-homepage .field-areas-of-priority-id .field-label,
.node-type-enhanced-listing .field-areas-of-priority-id .field-label,
.node-type-issue-page .field-areas-of-priority-id .field-label,
.node-type-national-office-homepage .field-areas-of-priority-id .field-label,
.node-type-rpi .field-areas-of-priority-id .field-label,
.node-type-intl-homepage .field-areas-of-priority-id .field-label,
.node-type-plansys-form .field-areas-of-priority-id .field-label,
.node-type-project .field-areas-of-priority-id .field-label,
.node-type-country-office-homepage .field-campaign-id .field-label,
.node-type-new-country-office-homepage .field-campaign-id .field-label,
.node-type-enhanced-listing .field-campaign-id .field-label,
.node-type-issue-page .field-campaign-id .field-label,
.node-type-national-office-homepage .field-campaign-id .field-label,
.node-type-rpi .field-campaign-id .field-label,
.node-type-intl-homepage .field-campaign-id .field-label,
.node-type-plansys-form .field-campaign-id .field-label,
.node-type-project .field-campaign-id .field-label,
.node-type-country-office-homepage .country-news .field-label,
.node-type-new-country-office-homepage .country-news .field-label,
.node-type-enhanced-listing .country-news .field-label,
.node-type-issue-page .country-news .field-label,
.node-type-national-office-homepage .country-news .field-label,
.node-type-rpi .country-news .field-label,
.node-type-intl-homepage .country-news .field-label,
.node-type-plansys-form .country-news .field-label,
.node-type-project .country-news .field-label,
.node-type-country-office-homepage .field-impact-highlight-id .field-label,
.node-type-new-country-office-homepage .field-impact-highlight-id .field-label,
.node-type-enhanced-listing .field-impact-highlight-id .field-label,
.node-type-issue-page .field-impact-highlight-id .field-label,
.node-type-national-office-homepage .field-impact-highlight-id .field-label,
.node-type-rpi .field-impact-highlight-id .field-label,
.node-type-intl-homepage .field-impact-highlight-id .field-label,
.node-type-plansys-form .field-impact-highlight-id .field-label,
.node-type-project .field-impact-highlight-id .field-label,
.node-type-country-office-homepage .facts-stats .field-label,
.node-type-new-country-office-homepage .facts-stats .field-label,
.node-type-enhanced-listing .facts-stats .field-label,
.node-type-issue-page .facts-stats .field-label,
.node-type-national-office-homepage .facts-stats .field-label,
.node-type-rpi .facts-stats .field-label,
.node-type-intl-homepage .facts-stats .field-label,
.node-type-plansys-form .facts-stats .field-label,
.node-type-project .facts-stats .field-label,
.node-type-country-office-homepage .field-publication-id .field-label,
.node-type-new-country-office-homepage .field-publication-id .field-label,
.node-type-enhanced-listing .field-publication-id .field-label,
.node-type-issue-page .field-publication-id .field-label,
.node-type-national-office-homepage .field-publication-id .field-label,
.node-type-rpi .field-publication-id .field-label,
.node-type-intl-homepage .field-publication-id .field-label,
.node-type-plansys-form .field-publication-id .field-label,
.node-type-project .field-publication-id .field-label,
.node-type-country-office-homepage .get-social .field-label,
.node-type-new-country-office-homepage .get-social .field-label,
.node-type-enhanced-listing .get-social .field-label,
.node-type-issue-page .get-social .field-label,
.node-type-national-office-homepage .get-social .field-label,
.node-type-rpi .get-social .field-label,
.node-type-intl-homepage .get-social .field-label,
.node-type-plansys-form .get-social .field-label,
.node-type-project .get-social .field-label,
.node-type-country-office-homepage .field-expert-id .field-label,
.node-type-new-country-office-homepage .field-expert-id .field-label,
.node-type-enhanced-listing .field-expert-id .field-label,
.node-type-issue-page .field-expert-id .field-label,
.node-type-national-office-homepage .field-expert-id .field-label,
.node-type-rpi .field-expert-id .field-label,
.node-type-intl-homepage .field-expert-id .field-label,
.node-type-plansys-form .field-expert-id .field-label,
.node-type-project .field-expert-id .field-label,
.node-type-country-office-homepage .field-address .field-label,
.node-type-new-country-office-homepage .field-address .field-label,
.node-type-enhanced-listing .field-address .field-label,
.node-type-issue-page .field-address .field-label,
.node-type-national-office-homepage .field-address .field-label,
.node-type-rpi .field-address .field-label,
.node-type-intl-homepage .field-address .field-label,
.node-type-plansys-form .field-address .field-label,
.node-type-project .field-address .field-label,
.node-type-country-office-homepage .co-address > .field-label,
.node-type-new-country-office-homepage .co-address > .field-label,
.node-type-enhanced-listing .co-address > .field-label,
.node-type-issue-page .co-address > .field-label,
.node-type-national-office-homepage .co-address > .field-label,
.node-type-rpi .co-address > .field-label,
.node-type-intl-homepage .co-address > .field-label,
.node-type-plansys-form .co-address > .field-label,
.node-type-project .co-address > .field-label,
.node-type-country-office-homepage .field-featured-article .field-label,
.node-type-new-country-office-homepage .field-featured-article .field-label,
.node-type-enhanced-listing .field-featured-article .field-label,
.node-type-issue-page .field-featured-article .field-label,
.node-type-national-office-homepage .field-featured-article .field-label,
.node-type-rpi .field-featured-article .field-label,
.node-type-intl-homepage .field-featured-article .field-label,
.node-type-plansys-form .field-featured-article .field-label,
.node-type-project .field-featured-article .field-label,
.node-type-country-office-homepage .country-news .field-label,
.node-type-new-country-office-homepage .country-news .field-label,
.node-type-enhanced-listing .country-news .field-label,
.node-type-issue-page .country-news .field-label,
.node-type-national-office-homepage .country-news .field-label,
.node-type-rpi .country-news .field-label,
.node-type-intl-homepage .country-news .field-label,
.node-type-plansys-form .country-news .field-label,
.node-type-project .country-news .field-label,
.node-type-country-office-homepage .field-no-news-heading,
.node-type-new-country-office-homepage .field-no-news-heading,
.node-type-enhanced-listing .field-no-news-heading,
.node-type-issue-page .field-no-news-heading,
.node-type-national-office-homepage .field-no-news-heading,
.node-type-rpi .field-no-news-heading,
.node-type-intl-homepage .field-no-news-heading,
.node-type-plansys-form .field-no-news-heading,
.node-type-project .field-no-news-heading {
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1rem;
  padding-top: 4%;
  margin-bottom: 4%;
  text-align: left;
  color: #243c4b;
  font-size: 2rem;
}
@media only screen and (min-width: 576px) {
  .node-type-country-office-homepage .field-areas-of-priority-id .field-label,
  .node-type-new-country-office-homepage .field-areas-of-priority-id .field-label,
  .node-type-enhanced-listing .field-areas-of-priority-id .field-label,
  .node-type-issue-page .field-areas-of-priority-id .field-label,
  .node-type-national-office-homepage .field-areas-of-priority-id .field-label,
  .node-type-rpi .field-areas-of-priority-id .field-label,
  .node-type-intl-homepage .field-areas-of-priority-id .field-label,
  .node-type-plansys-form .field-areas-of-priority-id .field-label,
  .node-type-project .field-areas-of-priority-id .field-label,
  .node-type-country-office-homepage .field-campaign-id .field-label,
  .node-type-new-country-office-homepage .field-campaign-id .field-label,
  .node-type-enhanced-listing .field-campaign-id .field-label,
  .node-type-issue-page .field-campaign-id .field-label,
  .node-type-national-office-homepage .field-campaign-id .field-label,
  .node-type-rpi .field-campaign-id .field-label,
  .node-type-intl-homepage .field-campaign-id .field-label,
  .node-type-plansys-form .field-campaign-id .field-label,
  .node-type-project .field-campaign-id .field-label,
  .node-type-country-office-homepage .country-news .field-label,
  .node-type-new-country-office-homepage .country-news .field-label,
  .node-type-enhanced-listing .country-news .field-label,
  .node-type-issue-page .country-news .field-label,
  .node-type-national-office-homepage .country-news .field-label,
  .node-type-rpi .country-news .field-label,
  .node-type-intl-homepage .country-news .field-label,
  .node-type-plansys-form .country-news .field-label,
  .node-type-project .country-news .field-label,
  .node-type-country-office-homepage .field-impact-highlight-id .field-label,
  .node-type-new-country-office-homepage .field-impact-highlight-id .field-label,
  .node-type-enhanced-listing .field-impact-highlight-id .field-label,
  .node-type-issue-page .field-impact-highlight-id .field-label,
  .node-type-national-office-homepage .field-impact-highlight-id .field-label,
  .node-type-rpi .field-impact-highlight-id .field-label,
  .node-type-intl-homepage .field-impact-highlight-id .field-label,
  .node-type-plansys-form .field-impact-highlight-id .field-label,
  .node-type-project .field-impact-highlight-id .field-label,
  .node-type-country-office-homepage .facts-stats .field-label,
  .node-type-new-country-office-homepage .facts-stats .field-label,
  .node-type-enhanced-listing .facts-stats .field-label,
  .node-type-issue-page .facts-stats .field-label,
  .node-type-national-office-homepage .facts-stats .field-label,
  .node-type-rpi .facts-stats .field-label,
  .node-type-intl-homepage .facts-stats .field-label,
  .node-type-plansys-form .facts-stats .field-label,
  .node-type-project .facts-stats .field-label,
  .node-type-country-office-homepage .field-publication-id .field-label,
  .node-type-new-country-office-homepage .field-publication-id .field-label,
  .node-type-enhanced-listing .field-publication-id .field-label,
  .node-type-issue-page .field-publication-id .field-label,
  .node-type-national-office-homepage .field-publication-id .field-label,
  .node-type-rpi .field-publication-id .field-label,
  .node-type-intl-homepage .field-publication-id .field-label,
  .node-type-plansys-form .field-publication-id .field-label,
  .node-type-project .field-publication-id .field-label,
  .node-type-country-office-homepage .get-social .field-label,
  .node-type-new-country-office-homepage .get-social .field-label,
  .node-type-enhanced-listing .get-social .field-label,
  .node-type-issue-page .get-social .field-label,
  .node-type-national-office-homepage .get-social .field-label,
  .node-type-rpi .get-social .field-label,
  .node-type-intl-homepage .get-social .field-label,
  .node-type-plansys-form .get-social .field-label,
  .node-type-project .get-social .field-label,
  .node-type-country-office-homepage .field-expert-id .field-label,
  .node-type-new-country-office-homepage .field-expert-id .field-label,
  .node-type-enhanced-listing .field-expert-id .field-label,
  .node-type-issue-page .field-expert-id .field-label,
  .node-type-national-office-homepage .field-expert-id .field-label,
  .node-type-rpi .field-expert-id .field-label,
  .node-type-intl-homepage .field-expert-id .field-label,
  .node-type-plansys-form .field-expert-id .field-label,
  .node-type-project .field-expert-id .field-label,
  .node-type-country-office-homepage .field-address .field-label,
  .node-type-new-country-office-homepage .field-address .field-label,
  .node-type-enhanced-listing .field-address .field-label,
  .node-type-issue-page .field-address .field-label,
  .node-type-national-office-homepage .field-address .field-label,
  .node-type-rpi .field-address .field-label,
  .node-type-intl-homepage .field-address .field-label,
  .node-type-plansys-form .field-address .field-label,
  .node-type-project .field-address .field-label,
  .node-type-country-office-homepage .co-address > .field-label,
  .node-type-new-country-office-homepage .co-address > .field-label,
  .node-type-enhanced-listing .co-address > .field-label,
  .node-type-issue-page .co-address > .field-label,
  .node-type-national-office-homepage .co-address > .field-label,
  .node-type-rpi .co-address > .field-label,
  .node-type-intl-homepage .co-address > .field-label,
  .node-type-plansys-form .co-address > .field-label,
  .node-type-project .co-address > .field-label,
  .node-type-country-office-homepage .field-featured-article .field-label,
  .node-type-new-country-office-homepage .field-featured-article .field-label,
  .node-type-enhanced-listing .field-featured-article .field-label,
  .node-type-issue-page .field-featured-article .field-label,
  .node-type-national-office-homepage .field-featured-article .field-label,
  .node-type-rpi .field-featured-article .field-label,
  .node-type-intl-homepage .field-featured-article .field-label,
  .node-type-plansys-form .field-featured-article .field-label,
  .node-type-project .field-featured-article .field-label,
  .node-type-country-office-homepage .country-news .field-label,
  .node-type-new-country-office-homepage .country-news .field-label,
  .node-type-enhanced-listing .country-news .field-label,
  .node-type-issue-page .country-news .field-label,
  .node-type-national-office-homepage .country-news .field-label,
  .node-type-rpi .country-news .field-label,
  .node-type-intl-homepage .country-news .field-label,
  .node-type-plansys-form .country-news .field-label,
  .node-type-project .country-news .field-label,
  .node-type-country-office-homepage .field-no-news-heading,
  .node-type-new-country-office-homepage .field-no-news-heading,
  .node-type-enhanced-listing .field-no-news-heading,
  .node-type-issue-page .field-no-news-heading,
  .node-type-national-office-homepage .field-no-news-heading,
  .node-type-rpi .field-no-news-heading,
  .node-type-intl-homepage .field-no-news-heading,
  .node-type-plansys-form .field-no-news-heading,
  .node-type-project .field-no-news-heading {
    font-size: 2.5rem;
  }
}
.node-type-country-office-homepage .field-areas-of-priority-id .field-label,
.node-type-new-country-office-homepage .field-areas-of-priority-id .field-label,
.node-type-enhanced-listing .field-areas-of-priority-id .field-label,
.node-type-issue-page .field-areas-of-priority-id .field-label,
.node-type-national-office-homepage .field-areas-of-priority-id .field-label,
.node-type-rpi .field-areas-of-priority-id .field-label,
.node-type-intl-homepage .field-areas-of-priority-id .field-label,
.node-type-plansys-form .field-areas-of-priority-id .field-label,
.node-type-project .field-areas-of-priority-id .field-label,
.node-type-country-office-homepage .facts-stats .field-label,
.node-type-new-country-office-homepage .facts-stats .field-label,
.node-type-enhanced-listing .facts-stats .field-label,
.node-type-issue-page .facts-stats .field-label,
.node-type-national-office-homepage .facts-stats .field-label,
.node-type-rpi .facts-stats .field-label,
.node-type-intl-homepage .facts-stats .field-label,
.node-type-plansys-form .facts-stats .field-label,
.node-type-project .facts-stats .field-label,
.node-type-country-office-homepage .field-no-news-heading,
.node-type-new-country-office-homepage .field-no-news-heading,
.node-type-enhanced-listing .field-no-news-heading,
.node-type-issue-page .field-no-news-heading,
.node-type-national-office-homepage .field-no-news-heading,
.node-type-rpi .field-no-news-heading,
.node-type-intl-homepage .field-no-news-heading,
.node-type-plansys-form .field-no-news-heading,
.node-type-project .field-no-news-heading {
  padding-top: 0;
}
.node-type-country-office-homepage .field-areas-of-priority-id,
.node-type-new-country-office-homepage .field-areas-of-priority-id,
.node-type-enhanced-listing .field-areas-of-priority-id,
.node-type-issue-page .field-areas-of-priority-id,
.node-type-national-office-homepage .field-areas-of-priority-id,
.node-type-rpi .field-areas-of-priority-id,
.node-type-intl-homepage .field-areas-of-priority-id,
.node-type-plansys-form .field-areas-of-priority-id,
.node-type-project .field-areas-of-priority-id,
.node-type-country-office-homepage .field-campaign-id,
.node-type-new-country-office-homepage .field-campaign-id,
.node-type-enhanced-listing .field-campaign-id,
.node-type-issue-page .field-campaign-id,
.node-type-national-office-homepage .field-campaign-id,
.node-type-rpi .field-campaign-id,
.node-type-intl-homepage .field-campaign-id,
.node-type-plansys-form .field-campaign-id,
.node-type-project .field-campaign-id,
.node-type-country-office-homepage .field-impact-highlight-id,
.node-type-new-country-office-homepage .field-impact-highlight-id,
.node-type-enhanced-listing .field-impact-highlight-id,
.node-type-issue-page .field-impact-highlight-id,
.node-type-national-office-homepage .field-impact-highlight-id,
.node-type-rpi .field-impact-highlight-id,
.node-type-intl-homepage .field-impact-highlight-id,
.node-type-plansys-form .field-impact-highlight-id,
.node-type-project .field-impact-highlight-id,
.node-type-country-office-homepage .get-social,
.node-type-new-country-office-homepage .get-social,
.node-type-enhanced-listing .get-social,
.node-type-issue-page .get-social,
.node-type-national-office-homepage .get-social,
.node-type-rpi .get-social,
.node-type-intl-homepage .get-social,
.node-type-plansys-form .get-social,
.node-type-project .get-social,
.node-type-country-office-homepage .field-expert-id,
.node-type-new-country-office-homepage .field-expert-id,
.node-type-enhanced-listing .field-expert-id,
.node-type-issue-page .field-expert-id,
.node-type-national-office-homepage .field-expert-id,
.node-type-rpi .field-expert-id,
.node-type-intl-homepage .field-expert-id,
.node-type-plansys-form .field-expert-id,
.node-type-project .field-expert-id,
.node-type-country-office-homepage .content-middle .contact-details,
.node-type-new-country-office-homepage .content-middle .contact-details,
.node-type-enhanced-listing .content-middle .contact-details,
.node-type-issue-page .content-middle .contact-details,
.node-type-national-office-homepage .content-middle .contact-details,
.node-type-rpi .content-middle .contact-details,
.node-type-intl-homepage .content-middle .contact-details,
.node-type-plansys-form .content-middle .contact-details,
.node-type-project .content-middle .contact-details,
.node-type-country-office-homepage .field-featured-article,
.node-type-new-country-office-homepage .field-featured-article,
.node-type-enhanced-listing .field-featured-article,
.node-type-issue-page .field-featured-article,
.node-type-national-office-homepage .field-featured-article,
.node-type-rpi .field-featured-article,
.node-type-intl-homepage .field-featured-article,
.node-type-plansys-form .field-featured-article,
.node-type-project .field-featured-article,
.node-type-country-office-homepage .issue-page-news,
.node-type-new-country-office-homepage .issue-page-news,
.node-type-enhanced-listing .issue-page-news,
.node-type-issue-page .issue-page-news,
.node-type-national-office-homepage .issue-page-news,
.node-type-rpi .issue-page-news,
.node-type-intl-homepage .issue-page-news,
.node-type-plansys-form .issue-page-news,
.node-type-project .issue-page-news,
.node-type-country-office-homepage .field-publication-id,
.node-type-new-country-office-homepage .field-publication-id,
.node-type-enhanced-listing .field-publication-id,
.node-type-issue-page .field-publication-id,
.node-type-national-office-homepage .field-publication-id,
.node-type-rpi .field-publication-id,
.node-type-intl-homepage .field-publication-id,
.node-type-plansys-form .field-publication-id,
.node-type-project .field-publication-id,
.node-type-country-office-homepage .country-news,
.node-type-new-country-office-homepage .country-news,
.node-type-enhanced-listing .country-news,
.node-type-issue-page .country-news,
.node-type-national-office-homepage .country-news,
.node-type-rpi .country-news,
.node-type-intl-homepage .country-news,
.node-type-plansys-form .country-news,
.node-type-project .country-news {
  padding: 0 6%;
}
.node-type-country-office-homepage .field-impact-highlight-id,
.node-type-new-country-office-homepage .field-impact-highlight-id,
.node-type-enhanced-listing .field-impact-highlight-id,
.node-type-issue-page .field-impact-highlight-id,
.node-type-national-office-homepage .field-impact-highlight-id,
.node-type-rpi .field-impact-highlight-id,
.node-type-intl-homepage .field-impact-highlight-id,
.node-type-plansys-form .field-impact-highlight-id,
.node-type-project .field-impact-highlight-id,
.node-type-country-office-homepage .field-publication-id,
.node-type-new-country-office-homepage .field-publication-id,
.node-type-enhanced-listing .field-publication-id,
.node-type-issue-page .field-publication-id,
.node-type-national-office-homepage .field-publication-id,
.node-type-rpi .field-publication-id,
.node-type-intl-homepage .field-publication-id,
.node-type-plansys-form .field-publication-id,
.node-type-project .field-publication-id {
  background-color: #58cae7;
  padding-top: 2%;
  padding-bottom: 6%;
}
.node-type-country-office-homepage .field-impact-highlight-id .field-label,
.node-type-new-country-office-homepage .field-impact-highlight-id .field-label,
.node-type-enhanced-listing .field-impact-highlight-id .field-label,
.node-type-issue-page .field-impact-highlight-id .field-label,
.node-type-national-office-homepage .field-impact-highlight-id .field-label,
.node-type-rpi .field-impact-highlight-id .field-label,
.node-type-intl-homepage .field-impact-highlight-id .field-label,
.node-type-plansys-form .field-impact-highlight-id .field-label,
.node-type-project .field-impact-highlight-id .field-label,
.node-type-country-office-homepage .field-publication-id .field-label,
.node-type-new-country-office-homepage .field-publication-id .field-label,
.node-type-enhanced-listing .field-publication-id .field-label,
.node-type-issue-page .field-publication-id .field-label,
.node-type-national-office-homepage .field-publication-id .field-label,
.node-type-rpi .field-publication-id .field-label,
.node-type-intl-homepage .field-publication-id .field-label,
.node-type-plansys-form .field-publication-id .field-label,
.node-type-project .field-publication-id .field-label {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: 2% 0 4% 0;
  padding: 0;
}
.node-type-country-office-homepage .field-publication-id,
.node-type-new-country-office-homepage .field-publication-id,
.node-type-enhanced-listing .field-publication-id,
.node-type-issue-page .field-publication-id,
.node-type-national-office-homepage .field-publication-id,
.node-type-rpi .field-publication-id,
.node-type-intl-homepage .field-publication-id,
.node-type-plansys-form .field-publication-id,
.node-type-project .field-publication-id {
  position: relative;
  overflow: auto;
}
@media only screen and (min-width: 576px) {
  .node-type-country-office-homepage .field-publication-id .field-items .even,
  .node-type-new-country-office-homepage .field-publication-id .field-items .even,
  .node-type-enhanced-listing .field-publication-id .field-items .even,
  .node-type-issue-page .field-publication-id .field-items .even,
  .node-type-national-office-homepage .field-publication-id .field-items .even,
  .node-type-rpi .field-publication-id .field-items .even,
  .node-type-intl-homepage .field-publication-id .field-items .even,
  .node-type-plansys-form .field-publication-id .field-items .even,
  .node-type-project .field-publication-id .field-items .even,
  .node-type-country-office-homepage .field-publication-id .field-items .odd,
  .node-type-new-country-office-homepage .field-publication-id .field-items .odd,
  .node-type-enhanced-listing .field-publication-id .field-items .odd,
  .node-type-issue-page .field-publication-id .field-items .odd,
  .node-type-national-office-homepage .field-publication-id .field-items .odd,
  .node-type-rpi .field-publication-id .field-items .odd,
  .node-type-intl-homepage .field-publication-id .field-items .odd,
  .node-type-plansys-form .field-publication-id .field-items .odd,
  .node-type-project .field-publication-id .field-items .odd {
    margin-top: 0;
    width: 50%;
    float: left;
  }
  .node-type-country-office-homepage .field-publication-id .field-items .even:nth-child(odd):last-child,
  .node-type-new-country-office-homepage .field-publication-id .field-items .even:nth-child(odd):last-child,
  .node-type-enhanced-listing .field-publication-id .field-items .even:nth-child(odd):last-child,
  .node-type-issue-page .field-publication-id .field-items .even:nth-child(odd):last-child,
  .node-type-national-office-homepage .field-publication-id .field-items .even:nth-child(odd):last-child,
  .node-type-rpi .field-publication-id .field-items .even:nth-child(odd):last-child,
  .node-type-intl-homepage .field-publication-id .field-items .even:nth-child(odd):last-child,
  .node-type-plansys-form .field-publication-id .field-items .even:nth-child(odd):last-child,
  .node-type-project .field-publication-id .field-items .even:nth-child(odd):last-child,
  .node-type-country-office-homepage .field-publication-id .field-items .odd:nth-child(odd):last-child,
  .node-type-new-country-office-homepage .field-publication-id .field-items .odd:nth-child(odd):last-child,
  .node-type-enhanced-listing .field-publication-id .field-items .odd:nth-child(odd):last-child,
  .node-type-issue-page .field-publication-id .field-items .odd:nth-child(odd):last-child,
  .node-type-national-office-homepage .field-publication-id .field-items .odd:nth-child(odd):last-child,
  .node-type-rpi .field-publication-id .field-items .odd:nth-child(odd):last-child,
  .node-type-intl-homepage .field-publication-id .field-items .odd:nth-child(odd):last-child,
  .node-type-plansys-form .field-publication-id .field-items .odd:nth-child(odd):last-child,
  .node-type-project .field-publication-id .field-items .odd:nth-child(odd):last-child {
    margin: 0 auto 4% auto;
    float: none;
    clear: both;
  }
}
.node-type-country-office-homepage .field-publication-id a,
.node-type-new-country-office-homepage .field-publication-id a,
.node-type-enhanced-listing .field-publication-id a,
.node-type-issue-page .field-publication-id a,
.node-type-national-office-homepage .field-publication-id a,
.node-type-rpi .field-publication-id a,
.node-type-intl-homepage .field-publication-id a,
.node-type-plansys-form .field-publication-id a,
.node-type-project .field-publication-id a {
  background-color: #ffffff;
  margin: 4%;
  min-height: 350px;
  position: relative;
  display: block;
}
@media only screen and (min-width: 768px) {
  .node-type-country-office-homepage .field-publication-id a,
  .node-type-new-country-office-homepage .field-publication-id a,
  .node-type-enhanced-listing .field-publication-id a,
  .node-type-issue-page .field-publication-id a,
  .node-type-national-office-homepage .field-publication-id a,
  .node-type-rpi .field-publication-id a,
  .node-type-intl-homepage .field-publication-id a,
  .node-type-plansys-form .field-publication-id a,
  .node-type-project .field-publication-id a {
    min-height: 500px;
  }
}
.node-type-country-office-homepage .field-publication-id a:hover,
.node-type-new-country-office-homepage .field-publication-id a:hover,
.node-type-enhanced-listing .field-publication-id a:hover,
.node-type-issue-page .field-publication-id a:hover,
.node-type-national-office-homepage .field-publication-id a:hover,
.node-type-rpi .field-publication-id a:hover,
.node-type-intl-homepage .field-publication-id a:hover,
.node-type-plansys-form .field-publication-id a:hover,
.node-type-project .field-publication-id a:hover {
  color: #0072ce;
}
.node-type-country-office-homepage .field-publication-id a h2,
.node-type-new-country-office-homepage .field-publication-id a h2,
.node-type-enhanced-listing .field-publication-id a h2,
.node-type-issue-page .field-publication-id a h2,
.node-type-national-office-homepage .field-publication-id a h2,
.node-type-rpi .field-publication-id a h2,
.node-type-intl-homepage .field-publication-id a h2,
.node-type-plansys-form .field-publication-id a h2,
.node-type-project .field-publication-id a h2 {
  padding: 2rem 4rem 0 2rem;
  font-size: 3rem;
}
@media only screen and (min-width: 1152px) {
  .node-type-country-office-homepage .field-publication-id a h2,
  .node-type-new-country-office-homepage .field-publication-id a h2,
  .node-type-enhanced-listing .field-publication-id a h2,
  .node-type-issue-page .field-publication-id a h2,
  .node-type-national-office-homepage .field-publication-id a h2,
  .node-type-rpi .field-publication-id a h2,
  .node-type-intl-homepage .field-publication-id a h2,
  .node-type-plansys-form .field-publication-id a h2,
  .node-type-project .field-publication-id a h2 {
    font-size: 6rem;
    padding: 4rem 4rem 0 4rem;
  }
}
.node-type-country-office-homepage .field-publication-id a .field-publication-intro,
.node-type-new-country-office-homepage .field-publication-id a .field-publication-intro,
.node-type-enhanced-listing .field-publication-id a .field-publication-intro,
.node-type-issue-page .field-publication-id a .field-publication-intro,
.node-type-national-office-homepage .field-publication-id a .field-publication-intro,
.node-type-rpi .field-publication-id a .field-publication-intro,
.node-type-intl-homepage .field-publication-id a .field-publication-intro,
.node-type-plansys-form .field-publication-id a .field-publication-intro,
.node-type-project .field-publication-id a .field-publication-intro,
.node-type-country-office-homepage .field-publication-id a .field-body,
.node-type-new-country-office-homepage .field-publication-id a .field-body,
.node-type-enhanced-listing .field-publication-id a .field-body,
.node-type-issue-page .field-publication-id a .field-body,
.node-type-national-office-homepage .field-publication-id a .field-body,
.node-type-rpi .field-publication-id a .field-body,
.node-type-intl-homepage .field-publication-id a .field-body,
.node-type-plansys-form .field-publication-id a .field-body,
.node-type-project .field-publication-id a .field-body {
  padding: 0 4rem 2rem 2rem;
  color: #000000;
}
.node-type-country-office-homepage .field-publication-id a .field-publication-intro p,
.node-type-new-country-office-homepage .field-publication-id a .field-publication-intro p,
.node-type-enhanced-listing .field-publication-id a .field-publication-intro p,
.node-type-issue-page .field-publication-id a .field-publication-intro p,
.node-type-national-office-homepage .field-publication-id a .field-publication-intro p,
.node-type-rpi .field-publication-id a .field-publication-intro p,
.node-type-intl-homepage .field-publication-id a .field-publication-intro p,
.node-type-plansys-form .field-publication-id a .field-publication-intro p,
.node-type-project .field-publication-id a .field-publication-intro p,
.node-type-country-office-homepage .field-publication-id a .field-body p,
.node-type-new-country-office-homepage .field-publication-id a .field-body p,
.node-type-enhanced-listing .field-publication-id a .field-body p,
.node-type-issue-page .field-publication-id a .field-body p,
.node-type-national-office-homepage .field-publication-id a .field-body p,
.node-type-rpi .field-publication-id a .field-body p,
.node-type-intl-homepage .field-publication-id a .field-body p,
.node-type-plansys-form .field-publication-id a .field-body p,
.node-type-project .field-publication-id a .field-body p {
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 1rem 0 0 0;
}
@media only screen and (min-width: 1152px) {
  .node-type-country-office-homepage .field-publication-id a .field-publication-intro,
  .node-type-new-country-office-homepage .field-publication-id a .field-publication-intro,
  .node-type-enhanced-listing .field-publication-id a .field-publication-intro,
  .node-type-issue-page .field-publication-id a .field-publication-intro,
  .node-type-national-office-homepage .field-publication-id a .field-publication-intro,
  .node-type-rpi .field-publication-id a .field-publication-intro,
  .node-type-intl-homepage .field-publication-id a .field-publication-intro,
  .node-type-plansys-form .field-publication-id a .field-publication-intro,
  .node-type-project .field-publication-id a .field-publication-intro,
  .node-type-country-office-homepage .field-publication-id a .field-body,
  .node-type-new-country-office-homepage .field-publication-id a .field-body,
  .node-type-enhanced-listing .field-publication-id a .field-body,
  .node-type-issue-page .field-publication-id a .field-body,
  .node-type-national-office-homepage .field-publication-id a .field-body,
  .node-type-rpi .field-publication-id a .field-body,
  .node-type-intl-homepage .field-publication-id a .field-body,
  .node-type-plansys-form .field-publication-id a .field-body,
  .node-type-project .field-publication-id a .field-body {
    padding: 0 4rem 4rem 4rem;
  }
}
.node-type-country-office-homepage .field-publication-id a .page-turn,
.node-type-new-country-office-homepage .field-publication-id a .page-turn,
.node-type-enhanced-listing .field-publication-id a .page-turn,
.node-type-issue-page .field-publication-id a .page-turn,
.node-type-national-office-homepage .field-publication-id a .page-turn,
.node-type-rpi .field-publication-id a .page-turn,
.node-type-intl-homepage .field-publication-id a .page-turn,
.node-type-plansys-form .field-publication-id a .page-turn,
.node-type-project .field-publication-id a .page-turn {
  height: 3rem;
  width: 3rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #0072ce;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.node-type-country-office-homepage .field-publication-id a .page-turn:before,
.node-type-new-country-office-homepage .field-publication-id a .page-turn:before,
.node-type-enhanced-listing .field-publication-id a .page-turn:before,
.node-type-issue-page .field-publication-id a .page-turn:before,
.node-type-national-office-homepage .field-publication-id a .page-turn:before,
.node-type-rpi .field-publication-id a .page-turn:before,
.node-type-intl-homepage .field-publication-id a .page-turn:before,
.node-type-plansys-form .field-publication-id a .page-turn:before,
.node-type-project .field-publication-id a .page-turn:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3rem 3rem 0 0;
  position: absolute;
  border-color: #f1f1f0 transparent transparent transparent;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.node-type-country-office-homepage .field-publication-id a:hover .page-turn,
.node-type-new-country-office-homepage .field-publication-id a:hover .page-turn,
.node-type-enhanced-listing .field-publication-id a:hover .page-turn,
.node-type-issue-page .field-publication-id a:hover .page-turn,
.node-type-national-office-homepage .field-publication-id a:hover .page-turn,
.node-type-rpi .field-publication-id a:hover .page-turn,
.node-type-intl-homepage .field-publication-id a:hover .page-turn,
.node-type-plansys-form .field-publication-id a:hover .page-turn,
.node-type-project .field-publication-id a:hover .page-turn {
  height: 5rem;
  width: 5rem;
}
.node-type-country-office-homepage .field-publication-id a:hover .page-turn:before,
.node-type-new-country-office-homepage .field-publication-id a:hover .page-turn:before,
.node-type-enhanced-listing .field-publication-id a:hover .page-turn:before,
.node-type-issue-page .field-publication-id a:hover .page-turn:before,
.node-type-national-office-homepage .field-publication-id a:hover .page-turn:before,
.node-type-rpi .field-publication-id a:hover .page-turn:before,
.node-type-intl-homepage .field-publication-id a:hover .page-turn:before,
.node-type-plansys-form .field-publication-id a:hover .page-turn:before,
.node-type-project .field-publication-id a:hover .page-turn:before {
  border-width: 5rem 5rem 0 0;
}
.node-type-country-office-homepage .facts-stats ul,
.node-type-new-country-office-homepage .facts-stats ul,
.node-type-enhanced-listing .facts-stats ul,
.node-type-issue-page .facts-stats ul,
.node-type-national-office-homepage .facts-stats ul,
.node-type-rpi .facts-stats ul,
.node-type-intl-homepage .facts-stats ul,
.node-type-plansys-form .facts-stats ul,
.node-type-project .facts-stats ul {
  padding: 0;
}
.node-type-country-office-homepage .facts-stats .field-label,
.node-type-new-country-office-homepage .facts-stats .field-label,
.node-type-enhanced-listing .facts-stats .field-label,
.node-type-issue-page .facts-stats .field-label,
.node-type-national-office-homepage .facts-stats .field-label,
.node-type-rpi .facts-stats .field-label,
.node-type-intl-homepage .facts-stats .field-label,
.node-type-plansys-form .facts-stats .field-label,
.node-type-project .facts-stats .field-label {
  text-align: center;
  color: #ffffff;
  border: 0;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .node-type-country-office-homepage .facts-stats .field-label,
  .node-type-new-country-office-homepage .facts-stats .field-label,
  .node-type-enhanced-listing .facts-stats .field-label,
  .node-type-issue-page .facts-stats .field-label,
  .node-type-national-office-homepage .facts-stats .field-label,
  .node-type-rpi .facts-stats .field-label,
  .node-type-intl-homepage .facts-stats .field-label,
  .node-type-plansys-form .facts-stats .field-label,
  .node-type-project .facts-stats .field-label {
    font-size: 3.5rem;
  }
}
.node-type-country-office-homepage .field-campaign-id .field-label,
.node-type-new-country-office-homepage .field-campaign-id .field-label,
.node-type-enhanced-listing .field-campaign-id .field-label,
.node-type-issue-page .field-campaign-id .field-label,
.node-type-national-office-homepage .field-campaign-id .field-label,
.node-type-rpi .field-campaign-id .field-label,
.node-type-intl-homepage .field-campaign-id .field-label,
.node-type-plansys-form .field-campaign-id .field-label,
.node-type-project .field-campaign-id .field-label {
  margin-bottom: 0;
}
.node-type-country-office-homepage .contacts-strip,
.node-type-new-country-office-homepage .contacts-strip,
.node-type-enhanced-listing .contacts-strip,
.node-type-issue-page .contacts-strip,
.node-type-national-office-homepage .contacts-strip,
.node-type-rpi .contacts-strip,
.node-type-intl-homepage .contacts-strip,
.node-type-plansys-form .contacts-strip,
.node-type-project .contacts-strip {
  clear: both;
  background-color: #ffffff;
  overflow: auto;
}
.node-type-country-office-homepage .field-expert-id,
.node-type-new-country-office-homepage .field-expert-id,
.node-type-enhanced-listing .field-expert-id,
.node-type-issue-page .field-expert-id,
.node-type-national-office-homepage .field-expert-id,
.node-type-rpi .field-expert-id,
.node-type-intl-homepage .field-expert-id,
.node-type-plansys-form .field-expert-id,
.node-type-project .field-expert-id {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .node-type-country-office-homepage .field-expert-id,
  .node-type-new-country-office-homepage .field-expert-id,
  .node-type-enhanced-listing .field-expert-id,
  .node-type-issue-page .field-expert-id,
  .node-type-national-office-homepage .field-expert-id,
  .node-type-rpi .field-expert-id,
  .node-type-intl-homepage .field-expert-id,
  .node-type-plansys-form .field-expert-id,
  .node-type-project .field-expert-id {
    width: 54%;
    float: left;
    padding-right: 0;
    padding-top: 2rem;
  }
}
.node-type-country-office-homepage .field-expert-id a,
.node-type-new-country-office-homepage .field-expert-id a,
.node-type-enhanced-listing .field-expert-id a,
.node-type-issue-page .field-expert-id a,
.node-type-national-office-homepage .field-expert-id a,
.node-type-rpi .field-expert-id a,
.node-type-intl-homepage .field-expert-id a,
.node-type-plansys-form .field-expert-id a,
.node-type-project .field-expert-id a {
  color: #000000;
  opacity: 0.5;
}
.node-type-country-office-homepage .field-expert-id a:hover,
.node-type-new-country-office-homepage .field-expert-id a:hover,
.node-type-enhanced-listing .field-expert-id a:hover,
.node-type-issue-page .field-expert-id a:hover,
.node-type-national-office-homepage .field-expert-id a:hover,
.node-type-rpi .field-expert-id a:hover,
.node-type-intl-homepage .field-expert-id a:hover,
.node-type-plansys-form .field-expert-id a:hover,
.node-type-project .field-expert-id a:hover {
  color: inherit;
}
.node-type-country-office-homepage .field-expert-id .field-label,
.node-type-new-country-office-homepage .field-expert-id .field-label,
.node-type-enhanced-listing .field-expert-id .field-label,
.node-type-issue-page .field-expert-id .field-label,
.node-type-national-office-homepage .field-expert-id .field-label,
.node-type-rpi .field-expert-id .field-label,
.node-type-intl-homepage .field-expert-id .field-label,
.node-type-plansys-form .field-expert-id .field-label,
.node-type-project .field-expert-id .field-label {
  padding: 0 0 1rem 0;
  text-align: center;
  border: 0;
}
.node-type-country-office-homepage .field-expert-id .field-items,
.node-type-new-country-office-homepage .field-expert-id .field-items,
.node-type-enhanced-listing .field-expert-id .field-items,
.node-type-issue-page .field-expert-id .field-items,
.node-type-national-office-homepage .field-expert-id .field-items,
.node-type-rpi .field-expert-id .field-items,
.node-type-intl-homepage .field-expert-id .field-items,
.node-type-plansys-form .field-expert-id .field-items,
.node-type-project .field-expert-id .field-items {
  position: relative;
}
.node-type-country-office-homepage .field-expert-id .field-items > *,
.node-type-new-country-office-homepage .field-expert-id .field-items > *,
.node-type-enhanced-listing .field-expert-id .field-items > *,
.node-type-issue-page .field-expert-id .field-items > *,
.node-type-national-office-homepage .field-expert-id .field-items > *,
.node-type-rpi .field-expert-id .field-items > *,
.node-type-intl-homepage .field-expert-id .field-items > *,
.node-type-plansys-form .field-expert-id .field-items > *,
.node-type-project .field-expert-id .field-items > * {
  display: inline-block;
  width: 50%;
  text-align: center;
  float: left;
}
.node-type-country-office-homepage .field-expert-id .field-items > *.even,
.node-type-new-country-office-homepage .field-expert-id .field-items > *.even,
.node-type-enhanced-listing .field-expert-id .field-items > *.even,
.node-type-issue-page .field-expert-id .field-items > *.even,
.node-type-national-office-homepage .field-expert-id .field-items > *.even,
.node-type-rpi .field-expert-id .field-items > *.even,
.node-type-intl-homepage .field-expert-id .field-items > *.even,
.node-type-plansys-form .field-expert-id .field-items > *.even,
.node-type-project .field-expert-id .field-items > *.even {
  clear: left;
}
.node-type-country-office-homepage .field-expert-id .author-bio,
.node-type-new-country-office-homepage .field-expert-id .author-bio,
.node-type-enhanced-listing .field-expert-id .author-bio,
.node-type-issue-page .field-expert-id .author-bio,
.node-type-national-office-homepage .field-expert-id .author-bio,
.node-type-rpi .field-expert-id .author-bio,
.node-type-intl-homepage .field-expert-id .author-bio,
.node-type-plansys-form .field-expert-id .author-bio,
.node-type-project .field-expert-id .author-bio {
  border-bottom: 0;
}
.node-type-country-office-homepage .field-expert-id .author-bio .entity-field-collection-item,
.node-type-new-country-office-homepage .field-expert-id .author-bio .entity-field-collection-item,
.node-type-enhanced-listing .field-expert-id .author-bio .entity-field-collection-item,
.node-type-issue-page .field-expert-id .author-bio .entity-field-collection-item,
.node-type-national-office-homepage .field-expert-id .author-bio .entity-field-collection-item,
.node-type-rpi .field-expert-id .author-bio .entity-field-collection-item,
.node-type-intl-homepage .field-expert-id .author-bio .entity-field-collection-item,
.node-type-plansys-form .field-expert-id .author-bio .entity-field-collection-item,
.node-type-project .field-expert-id .author-bio .entity-field-collection-item {
  padding-bottom: 0;
}
.node-type-country-office-homepage .field-expert-id .author-bio img,
.node-type-new-country-office-homepage .field-expert-id .author-bio img,
.node-type-enhanced-listing .field-expert-id .author-bio img,
.node-type-issue-page .field-expert-id .author-bio img,
.node-type-national-office-homepage .field-expert-id .author-bio img,
.node-type-rpi .field-expert-id .author-bio img,
.node-type-intl-homepage .field-expert-id .author-bio img,
.node-type-plansys-form .field-expert-id .author-bio img,
.node-type-project .field-expert-id .author-bio img {
  float: none;
  width: 12rem;
  height: 12rem;
  margin-bottom: 2rem;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.node-type-country-office-homepage .field-expert-id .role,
.node-type-new-country-office-homepage .field-expert-id .role,
.node-type-enhanced-listing .field-expert-id .role,
.node-type-issue-page .field-expert-id .role,
.node-type-national-office-homepage .field-expert-id .role,
.node-type-rpi .field-expert-id .role,
.node-type-intl-homepage .field-expert-id .role,
.node-type-plansys-form .field-expert-id .role,
.node-type-project .field-expert-id .role,
.node-type-country-office-homepage .field-expert-id .field-job-title,
.node-type-new-country-office-homepage .field-expert-id .field-job-title,
.node-type-enhanced-listing .field-expert-id .field-job-title,
.node-type-issue-page .field-expert-id .field-job-title,
.node-type-national-office-homepage .field-expert-id .field-job-title,
.node-type-rpi .field-expert-id .field-job-title,
.node-type-intl-homepage .field-expert-id .field-job-title,
.node-type-plansys-form .field-expert-id .field-job-title,
.node-type-project .field-expert-id .field-job-title {
  font-style: italic;
  font-size: 1.25rem;
  margin: 0 1rem 0.5rem 1rem;
  opacity: 0.5;
  line-height: 1.3;
}
.node-type-country-office-homepage .content-middle .contact-details,
.node-type-new-country-office-homepage .content-middle .contact-details,
.node-type-enhanced-listing .content-middle .contact-details,
.node-type-issue-page .content-middle .contact-details,
.node-type-national-office-homepage .content-middle .contact-details,
.node-type-rpi .content-middle .contact-details,
.node-type-intl-homepage .content-middle .contact-details,
.node-type-plansys-form .content-middle .contact-details,
.node-type-project .content-middle .contact-details {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .node-type-country-office-homepage .content-middle .contact-details,
  .node-type-new-country-office-homepage .content-middle .contact-details,
  .node-type-enhanced-listing .content-middle .contact-details,
  .node-type-issue-page .content-middle .contact-details,
  .node-type-national-office-homepage .content-middle .contact-details,
  .node-type-rpi .content-middle .contact-details,
  .node-type-intl-homepage .content-middle .contact-details,
  .node-type-plansys-form .content-middle .contact-details,
  .node-type-project .content-middle .contact-details {
    width: 36%;
    padding-left: 0;
    padding-top: 2rem;
    float: right;
  }
}
.node-type-country-office-homepage .field-address,
.node-type-new-country-office-homepage .field-address,
.node-type-enhanced-listing .field-address,
.node-type-issue-page .field-address,
.node-type-national-office-homepage .field-address,
.node-type-rpi .field-address,
.node-type-intl-homepage .field-address,
.node-type-plansys-form .field-address,
.node-type-project .field-address {
  clear: both;
  display: block;
  vertical-align: top;
}
.node-type-country-office-homepage .field-address .field-label,
.node-type-new-country-office-homepage .field-address .field-label,
.node-type-enhanced-listing .field-address .field-label,
.node-type-issue-page .field-address .field-label,
.node-type-national-office-homepage .field-address .field-label,
.node-type-rpi .field-address .field-label,
.node-type-intl-homepage .field-address .field-label,
.node-type-plansys-form .field-address .field-label,
.node-type-project .field-address .field-label {
  line-height: 1;
}
.node-type-country-office-homepage .field-address > *,
.node-type-new-country-office-homepage .field-address > *,
.node-type-enhanced-listing .field-address > *,
.node-type-issue-page .field-address > *,
.node-type-national-office-homepage .field-address > *,
.node-type-rpi .field-address > *,
.node-type-intl-homepage .field-address > *,
.node-type-plansys-form .field-address > *,
.node-type-project .field-address > * {
  padding: 0;
  font-size: 1.33rem;
  font-weight: normal;
  line-height: 1.5;
}
.node-type-country-office-homepage .field-contact-telephone,
.node-type-new-country-office-homepage .field-contact-telephone,
.node-type-enhanced-listing .field-contact-telephone,
.node-type-issue-page .field-contact-telephone,
.node-type-national-office-homepage .field-contact-telephone,
.node-type-rpi .field-contact-telephone,
.node-type-intl-homepage .field-contact-telephone,
.node-type-plansys-form .field-contact-telephone,
.node-type-project .field-contact-telephone {
  display: block;
  font-size: 1.33rem;
  margin: 1rem 0 0 0;
}
.node-type-country-office-homepage .field-contact-telephone:before,
.node-type-new-country-office-homepage .field-contact-telephone:before,
.node-type-enhanced-listing .field-contact-telephone:before,
.node-type-issue-page .field-contact-telephone:before,
.node-type-national-office-homepage .field-contact-telephone:before,
.node-type-rpi .field-contact-telephone:before,
.node-type-intl-homepage .field-contact-telephone:before,
.node-type-plansys-form .field-contact-telephone:before,
.node-type-project .field-contact-telephone:before {
  content: "\f4b9";
  font-family: "Ionicons";
}
.node-type-country-office-homepage .field-contact-email,
.node-type-new-country-office-homepage .field-contact-email,
.node-type-enhanced-listing .field-contact-email,
.node-type-issue-page .field-contact-email,
.node-type-national-office-homepage .field-contact-email,
.node-type-rpi .field-contact-email,
.node-type-intl-homepage .field-contact-email,
.node-type-plansys-form .field-contact-email,
.node-type-project .field-contact-email {
  display: block;
  font-size: 1.33rem;
  margin: 1rem 0 0 0;
}
.node-type-country-office-homepage .field-contact-email:before,
.node-type-new-country-office-homepage .field-contact-email:before,
.node-type-enhanced-listing .field-contact-email:before,
.node-type-issue-page .field-contact-email:before,
.node-type-national-office-homepage .field-contact-email:before,
.node-type-rpi .field-contact-email:before,
.node-type-intl-homepage .field-contact-email:before,
.node-type-plansys-form .field-contact-email:before,
.node-type-project .field-contact-email:before {
  content: "\f132";
  font-family: "Ionicons";
}
.node-type-new-country-office-homepage .priority-item {
  text-align: center;
}
.node-type-new-country-office-homepage .content-middle {
  padding: 0;
}
.node-type-new-country-office-homepage .content-top .header-background-image::after {
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.node-type-new-country-office-homepage .header-top .language-switcher {
  margin-right: 0.5rem;
}
@media only screen and (min-width: 576px) {
  .node-type-new-country-office-homepage .header-top .language-switcher {
    float: left;
    clear: both;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 1152px) {
  .node-type-new-country-office-homepage .header-top .language-switcher {
    margin-top: 0;
  }
}
@media only screen and (min-width: 576px) {
  .node-type-new-country-office-homepage .header-top .overlay-trigger {
    float: right;
    clear: right;
  }
}
.node-type-new-country-office-homepage .header-top .overlay-trigger > h3 {
  padding: 0.8rem;
}
@media only screen and (min-width: 1152px) {
  .node-type-new-country-office-homepage .header-top .overlay-trigger {
    height: auto;
    line-height: normal;
  }
}
.node-type-new-country-office-homepage .header-top .block-plan-new-co-homepage {
  float: right;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  padding-right: 0.8rem;
  font-weight: 600;
  display: none;
}
@media only screen and (min-width: 576px) {
  .node-type-new-country-office-homepage .header-top .block-plan-new-co-homepage {
    display: block;
  }
}
.node-type-new-country-office-homepage .header-top .block-plan-new-co-homepage a:after {
  content: "\f363";
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.node-type-new-country-office-homepage .header-top .block-plan-new-co-homepage a:after {
  font-size: 1.75rem;
  top: -0.05rem;
}
.node-type-new-country-office-homepage .header-top .block-plan-new-co-homepage a:hover {
  color: #58cae7;
}
.node-type-new-country-office-homepage .header-breadcrumb {
  padding: 0 0 4% 0;
  min-height: 60vh;
}
.node-type-new-country-office-homepage .header-breadcrumb .inner {
  padding: 0 6%;
}
.node-type-new-country-office-homepage .header-breadcrumb h1 {
  margin-top: 0;
  max-width: 100%;
  width: 100%;
  padding: 1% 6%;
  background-color: rgba(88, 202, 231, 0.85);
}
@media only screen and (min-width: 768px) {
  .node-type-new-country-office-homepage .header-breadcrumb h1 {
    font-size: 5rem !important;
  }
}
.node-type-new-country-office-homepage .header-breadcrumb .main-title-highlight-word {
  background: transparent;
  padding: 0;
  line-height: 1;
}
.node-type-new-country-office-homepage .header-breadcrumb .introduction {
  padding: 4rem 0 2rem 0;
}
@media only screen and (min-width: 576px) {
  .node-type-new-country-office-homepage .header-breadcrumb .introduction {
    padding-top: 6rem;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-new-country-office-homepage .header-breadcrumb .introduction {
    padding-top: 9rem;
    max-width: 50%;
  }
}
.node-type-new-country-office-homepage .header-breadcrumb .button {
  background: transparent;
  padding: 0;
}
.node-type-new-country-office-homepage .co-homepage-editor {
  padding: 0 6%;
  margin: 4% 0;
}
.node-type-new-country-office-homepage .co-homepage-editor .main-body {
  background-color: #ffffff;
  padding: 4%;
  max-width: 1300px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .node-type-new-country-office-homepage .co-homepage-location .co-address {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
}
.node-type-new-country-office-homepage .co-homepage-location .co-address > .field-label {
  padding-top: 0;
  border-bottom: none;
}
.node-type-new-country-office-homepage .co-homepage-location .co-map {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .node-type-new-country-office-homepage .co-homepage-location .co-map {
    float: right;
    max-width: 48%;
  }
}
.node-type-new-country-office-homepage .co-homepage-location .co-map img {
  vertical-align: bottom;
  width: 100%;
}
.node-type-new-country-office-homepage .co-homepage-location .co-map .map-expand-wrapper {
  width: 100%;
  background-color: #cccccc;
  padding: 0 1rem;
}
.node-type-new-country-office-homepage .co-homepage-location .co-map .expand-title {
  margin-right: 1rem;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.node-type-new-country-office-homepage .co-homepage-location .co-map .map-expand {
  display: flex;
  align-items: center;
  float: right;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #000000;
}
.node-type-new-country-office-homepage .co-homepage-location .co-map .expand-icon {
  color: #000000;
  font-size: 3.5rem;
  line-height: 1;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.node-type-new-country-office-homepage .co-homepage-location .co-map::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.node-type-new-country-office-homepage .co-homepage-location .co-map:hover::after,
.node-type-new-country-office-homepage .co-homepage-location .co-map.map-shadow::after {
  opacity: 1;
}
.node-type-new-country-office-homepage .co-homepage-location .co-map:hover .expand-icon,
.node-type-new-country-office-homepage .co-homepage-location .co-map.map-shadow .expand-icon,
.node-type-new-country-office-homepage .co-homepage-location .co-map:hover .expand-title,
.node-type-new-country-office-homepage .co-homepage-location .co-map.map-shadow .expand-title {
  color: #0072ce;
}
.node-type-new-country-office-homepage .field-address .field-label {
  border-bottom: none;
  padding: 0;
  font-size: 1.3rem;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.node-type-new-country-office-homepage .follow-us .field-footer-social-links {
  background: none;
  background-color: #f1c400;
  margin: 2rem 0 0 0;
  padding: 1rem;
  text-align: center;
  max-width: 30rem;
}
.node-type-new-country-office-homepage .follow-us .field-footer-social-links h2 {
  display: block;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0.3rem;
  vertical-align: initial;
}
.node-type-new-country-office-homepage .follow-us .field-footer-social-links h2:after {
  content: ':';
  margin-left: -4px;
}
.node-type-new-country-office-homepage .follow-us .field-footer-social-links a {
  width: 3rem;
  padding: 0;
}
.node-type-new-country-office-homepage .follow-us .field-footer-social-links a::after {
  font-size: 2.3rem;
  margin-left: 0;
}
.node-type-new-country-office-homepage .follow-us .field-footer-social-links a:hover {
  color: #ffffff;
}
.node-type-new-country-office-homepage .field-expert-id {
  width: 100%;
  float: none;
  padding: 0;
  text-align: left;
}
.node-type-new-country-office-homepage .field-expert-id .field-label {
  text-align: left;
  margin-bottom: 0;
}
.node-type-new-country-office-homepage .field-expert-id .field-contact-email,
.node-type-new-country-office-homepage .field-expert-id .field-contact-telephone {
  line-height: 1.2;
}
.node-type-new-country-office-homepage .field-expert-id .field-contact-email .field-label,
.node-type-new-country-office-homepage .field-expert-id .field-contact-telephone .field-label {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: inline-block;
  font-size: 1.33rem;
  padding: 0;
}
.node-type-new-country-office-homepage .field-expert-id .field-items > * {
  text-align: left;
  width: 100%;
  margin-bottom: 4%;
}
@media only screen and (min-width: 768px) {
  .node-type-new-country-office-homepage .field-expert-id .field-items > * {
    margin-bottom: 2rem;
  }
  .node-type-new-country-office-homepage .field-expert-id .field-items > *.even {
    width: 48%;
    margin-right: 4%;
  }
  .node-type-new-country-office-homepage .field-expert-id .field-items > *.odd {
    width: 48%;
  }
}
.node-type-new-country-office-homepage .field-expert-id .role {
  margin: 0;
  opacity: 1.0;
  font-style: normal;
  line-height: 1.5;
}
.node-type-new-country-office-homepage .field-expert-id .author-bio h2 {
  font-size: 1.3rem;
}
.node-type-new-country-office-homepage .field-expert-id .author-bio img {
  width: auto;
  height: auto;
}
.node-type-new-country-office-homepage .field-contact-telephone:before,
.node-type-new-country-office-homepage .field-contact-email:before {
  display: none;
}
.node-type-new-country-office-homepage .co-homepage-contacts,
.node-type-new-country-office-homepage .co-homepage-location {
  padding: 0 6%;
  margin: 2rem 0;
}
.node-type-new-country-office-homepage .co-homepage-contacts .inner,
.node-type-new-country-office-homepage .co-homepage-location .inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 4%;
  background-color: #ffffff;
}
.node-type-new-country-office-homepage .co-homepage-promo {
  padding: 2rem 6% 4rem;
  position: relative;
}
.node-type-new-country-office-homepage .co-homepage-promo .promo-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.node-type-new-country-office-homepage .co-homepage-promo .promo-panel {
  padding: 4%;
  background-color: #0072ce;
  color: #ffffff;
  position: relative;
  float: left;
}
.node-type-new-country-office-homepage .co-homepage-promo .promo-panel .field-promo-title {
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.node-type-new-country-office-homepage .co-homepage-promo .promo-panel .field-promo-text {
  font-size: 1.33rem;
  margin-bottom: 4rem;
}
.node-type-new-country-office-homepage .co-homepage-promo .promo-panel.panel-right {
  float: right;
}
@media only screen and (min-width: 576px) {
  .node-type-new-country-office-homepage .co-homepage-promo .promo-panel {
    max-width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-new-country-office-homepage .co-homepage-promo .promo-panel {
    max-width: 50%;
  }
}
.node-type-new-country-office-homepage .co-homepage-latest {
  padding: 0 6%;
}
.node-type-new-country-office-homepage .co-homepage-latest .field-image-listing img {
  width: 100%;
}
.node-type-new-country-office-homepage .co-homepage-latest .latest-slot {
  max-width: 470px;
  position: relative;
  width: 100%;
  margin: 0 auto 3rem auto;
  height: auto;
  padding: 0;
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.node-type-new-country-office-homepage .co-homepage-latest .latest-slot .node a {
  background-color: #ffffff;
  display: block;
}
.node-type-new-country-office-homepage .co-homepage-latest .latest-slot h2 {
  padding: 1rem 1rem 0 1rem;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.5rem;
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
  text-transform: none;
  line-height: 1.2;
}
.node-type-new-country-office-homepage .co-homepage-latest .latest-slot .field-body {
  padding: 0 1rem 1rem 1rem;
  color: #000000;
}
.node-type-new-country-office-homepage .co-homepage-latest .latest-slot .field-body p {
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 1rem 0 0 0;
}
.node-type-new-country-office-homepage .co-homepage-latest .latest-slot .label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.8rem 1.5rem;
  background-color: #243c4b;
  color: #ffffff;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 768px) {
  .node-type-new-country-office-homepage .co-homepage-latest .latest-slot {
    float: left;
  }
  .node-type-new-country-office-homepage .co-homepage-latest .latest-slot h2 {
    font-size: 1.8rem;
  }
}
.node-type-new-country-office-homepage .co-homepage-latest .latest-slot .all-link {
  text-align: right;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.node-type-new-country-office-homepage .co-homepage-latest .latest-slot .all-link a::after {
  content: "\f125";
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  color: #0072ce;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.node-type-new-country-office-homepage .co-homepage-latest .latest-slot .all-link a:hover::after {
  color: #58cae7;
}
@media only screen and (min-width: 768px) {
  .node-type-new-country-office-homepage .co-homepage-latest .slots-3 .latest-slot {
    width: 46.154%;
    margin-right: 7.692%;
  }
  .node-type-new-country-office-homepage .co-homepage-latest .slots-3 .latest-slot:nth-child(2) {
    margin-right: 0;
  }
  .node-type-new-country-office-homepage .co-homepage-latest .slots-3 .latest-slot:nth-child(3) {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1152px) {
  .node-type-new-country-office-homepage .co-homepage-latest .slots-3 .latest-slot {
    width: 30%;
    margin-right: 5%;
  }
  .node-type-new-country-office-homepage .co-homepage-latest .slots-3 .latest-slot:nth-child(2) {
    margin-right: 5%;
  }
  .node-type-new-country-office-homepage .co-homepage-latest .slots-3 .latest-slot:nth-child(3) {
    margin-right: 0;
    margin-left: 0;
    clear: none;
    float: left;
  }
}
@media only screen and (min-width: 1152px) {
  .node-type-new-country-office-homepage .co-homepage-latest .slots-2 {
    margin: 0 17.5%;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-new-country-office-homepage .co-homepage-latest .slots-2 .latest-slot {
    width: 46.154%;
    margin-right: 7.692%;
  }
  .node-type-new-country-office-homepage .co-homepage-latest .slots-2 .latest-slot:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-new-country-office-homepage .co-homepage-latest .slots-1 {
    margin: 0 27%;
  }
  .node-type-new-country-office-homepage .co-homepage-latest .slots-1 .latest-slot {
    width: 100%;
  }
}
@media only screen and (min-width: 1152px) {
  .node-type-new-country-office-homepage .co-homepage-latest .slots-1 {
    margin: 0 35%;
  }
}
.node-type-new-country-office-homepage .co-homepage-latest .field-publication-cover {
  width: 100%;
  background-color: #58cae7;
}
.node-type-new-country-office-homepage .co-homepage-latest .field-publication-cover .field-inner-wrapper {
  text-align: center;
}
.node-type-new-country-office-homepage .co-homepage-latest .field-publication-cover .field-inner-wrapper img {
  width: auto;
  min-height: 12em;
  max-height: 23em;
  margin: 1em 0;
}
@media only screen and (min-width: 576px) {
  .node-type-new-country-office-homepage .co-homepage-latest .field-publication-cover .field-inner-wrapper img {
    min-height: 8em;
    max-height: 16em;
  }
}
@media only screen and (min-width: 1152px) {
  .node-type-new-country-office-homepage .co-homepage-latest .field-publication-cover .field-inner-wrapper img {
    min-height: 12em;
    max-height: 23em;
  }
}
.co-theme-default .co-homepage-latest .latest-slot .node a:hover,
.co-theme-emergency .co-homepage-latest .latest-slot .node a:hover {
  background-color: #0072ce;
  color: #ffffff;
}
.co-theme-default .co-homepage-latest .latest-slot .node a:hover h2,
.co-theme-emergency .co-homepage-latest .latest-slot .node a:hover h2 {
  color: #ffffff;
}
.co-theme-default .co-homepage-latest .latest-slot .node a:hover .label,
.co-theme-emergency .co-homepage-latest .latest-slot .node a:hover .label {
  background-color: #0072ce;
}
.co-theme-default .co-homepage-latest .latest-slot .node a:hover .field-body,
.co-theme-emergency .co-homepage-latest .latest-slot .node a:hover .field-body {
  color: #ffffff;
}
.co-theme-emergency .donate a {
  background-color: #d22630;
  color: #ffffff;
}
.co-theme-emergency .donate a:hover {
  background-color: #a71e26;
}
.co-theme-pink .donate a {
  background-color: #ee008b;
  color: #ffffff;
}
.co-theme-pink .donate a:hover {
  background-color: #bb006d;
}
.co-theme-pink .co-homepage-latest .latest-slot .node a:hover {
  background-color: #ee008b;
  color: #ffffff;
}
.co-theme-pink .co-homepage-latest .latest-slot .node a:hover h2 {
  color: #ffffff;
}
.co-theme-pink .co-homepage-latest .latest-slot .node a:hover .label {
  background-color: #ee008b;
}
.co-theme-pink .co-homepage-latest .latest-slot .node a:hover .field-body {
  color: #ffffff;
}
.co-theme-pink .follow-us .field-footer-social-links {
  background-color: #ee008b;
}
.co-theme-pink .follow-us .field-footer-social-links h2 {
  color: #ffffff;
}
.co-theme-pink .follow-us .field-footer-social-links a {
  color: #ffffff;
}
.co-theme-pink .follow-us .field-footer-social-links a:hover {
  color: #000000;
}
.node-type-enhanced-listing .content-top {
  max-width: 148rem;
  margin: 0 auto;
}
.node-type-enhanced-listing .language-switcher {
  display: none;
}
.node-type-project .content-top .arrow-cutout:before,
.node-type-project .content-top .arrow-cutout:after {
  border-bottom-color: #ffffff;
}
.node-type-project .content-middle {
  background-color: #ffffff;
}
.node-type-project .core-content {
  max-width: 72rem;
  padding: 0 6% 6% 6%;
}
.node-type-project .core-content input[type='submit'] {
  margin-top: 2rem;
}
.node-type-project .core-content fieldset {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.node-type-project .core-content fieldset .fieldset-legend {
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
  color: #666666;
}
.node-type-project .core-content fieldset .fieldset-legend:after {
  content: "";
}
.node-type-project .core-content fieldset .fieldset-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 0.5rem;
}
.node-plansys-form {
  padding: 0 6%;
}
.node-plansys-form .webform-client-form {
  padding-bottom: 3rem;
}
.node-type-enhanced-listing .field-view {
  padding: 0 6%;
}
/* National Office / International homepage overrides */
.node-type-national-office-homepage .content-top .header-background-image:after {
  display: none;
}
.node-type-national-office-homepage .content-top .arrow-cutout:before,
.node-type-national-office-homepage .content-top .arrow-cutout:after {
  border-bottom-color: #f1f1f0;
}
.node-type-national-office-homepage .content-middle {
  padding-top: 0;
}
.node-type-national-office-homepage .field-no-features {
  padding: 2rem 6%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .node-type-national-office-homepage .field-no-features {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.node-type-national-office-homepage .field-no-features + .national-office-homepage-news {
  padding-top: 6rem;
}
.node-type-national-office-homepage .field-no-features:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(193, 193, 193, 0);
  border-top-color: #f1f1f0;
  border-width: 40px;
  margin-left: -40px;
  z-index: 1;
}
.node-type-national-office-homepage .field-no-features .field-items {
  *zoom: 1;
}
.node-type-national-office-homepage .field-no-features .field-items:before,
.node-type-national-office-homepage .field-no-features .field-items:after {
  display: table;
  content: "";
  line-height: 0;
}
.node-type-national-office-homepage .field-no-features .field-items:after {
  clear: both;
}
.node-type-national-office-homepage .field-no-features .field-items .odd,
.node-type-national-office-homepage .field-no-features .field-items .even {
  background-color: #ffffff;
  margin-bottom: 2rem;
}
.node-type-national-office-homepage .field-no-features .field-items .odd a,
.node-type-national-office-homepage .field-no-features .field-items .even a {
  display: block;
}
.node-type-national-office-homepage .field-no-features .field-items .odd a h2:after,
.node-type-national-office-homepage .field-no-features .field-items .even a h2:after {
  content: "\f3d1";
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.node-type-national-office-homepage .field-no-features .field-items .odd a h2:after,
.node-type-national-office-homepage .field-no-features .field-items .even a h2:after {
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .node-type-national-office-homepage .field-no-features .field-items .odd a h2:after,
  .node-type-national-office-homepage .field-no-features .field-items .even a h2:after {
    font-size: 3.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-national-office-homepage .field-no-features .field-items .odd,
  .node-type-national-office-homepage .field-no-features .field-items .even {
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    float: left;
    margin-bottom: 3rem;
  }
}
.node-type-national-office-homepage .field-no-features .field-items .odd:last-child,
.node-type-national-office-homepage .field-no-features .field-items .even:last-child {
  margin-bottom: 0;
}
.node-type-national-office-homepage .field-no-features .field-items .odd img,
.node-type-national-office-homepage .field-no-features .field-items .even img {
  width: 100%;
}
.node-type-national-office-homepage .field-no-features .field-items .odd h2,
.node-type-national-office-homepage .field-no-features .field-items .even h2 {
  padding: 1rem;
  margin: 0;
}
.node-type-national-office-homepage .field-no-features .field-items .odd .field-intro,
.node-type-national-office-homepage .field-no-features .field-items .even .field-intro {
  padding: 0 1rem 1rem 1rem;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.5;
  opacity: 0.7;
  color: #000000;
}
.node-type-national-office-homepage .national-office-primary-cta {
  background-color: #0072ce;
  position: relative;
  padding: 6rem 6% 0 6%;
}
.node-type-national-office-homepage .national-office-primary-cta:before {
  content: "";
  display: block;
  background-image: url(/sites/all/themes/custom/plantheme/img/texture-white.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}
.node-type-national-office-homepage .national-office-primary-cta .field-no-cta-title {
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.node-type-national-office-homepage .national-office-primary-cta .field-no-cta > .field-inner-wrapper {
  margin: 0 5%;
}
.node-type-national-office-homepage .national-office-primary-cta .field-no-cta .field-items {
  overflow: auto;
}
.node-type-national-office-homepage .national-office-primary-cta .field-no-cta .field-items .odd,
.node-type-national-office-homepage .national-office-primary-cta .field-no-cta .field-items .even {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .node-type-national-office-homepage .national-office-primary-cta .field-no-cta .field-items .odd,
  .node-type-national-office-homepage .national-office-primary-cta .field-no-cta .field-items .even {
    margin-bottom: 3rem;
    width: 45%;
    margin-left: 5%;
    margin-right: 5%;
    float: left;
  }
  .node-type-national-office-homepage .national-office-primary-cta .field-no-cta .field-items .odd:first-child,
  .node-type-national-office-homepage .national-office-primary-cta .field-no-cta .field-items .even:first-child {
    margin-left: 0;
  }
  .node-type-national-office-homepage .national-office-primary-cta .field-no-cta .field-items .odd:last-child,
  .node-type-national-office-homepage .national-office-primary-cta .field-no-cta .field-items .even:last-child {
    margin-right: 0;
  }
  .node-type-national-office-homepage .national-office-primary-cta .field-no-cta .field-items .odd .node,
  .node-type-national-office-homepage .national-office-primary-cta .field-no-cta .field-items .even .node {
    padding: 1.5rem;
    position: relative;
  }
}
.node-type-national-office-homepage .national-office-homepage-news {
  background-color: #f1f1f0;
  padding: 3rem 6% 0 6%;
}
.node-type-national-office-homepage .national-office-homepage-news .field-featured-article {
  background-color: #ffffff;
  padding: 0;
}
.node-type-national-office-homepage .national-office-homepage-news .field-featured-article h2 {
  padding: 1rem;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .node-type-national-office-homepage .national-office-homepage-news .field-featured-article h2 {
    padding: 3rem 3rem 1rem 3rem;
  }
}
.node-type-national-office-homepage .national-office-homepage-news .field-featured-article .field-intro,
.node-type-national-office-homepage .national-office-homepage-news .field-featured-article .display-date {
  padding: 0 1rem 1rem 1rem;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.5;
  opacity: 0.7;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .node-type-national-office-homepage .national-office-homepage-news .field-featured-article .field-intro,
  .node-type-national-office-homepage .national-office-homepage-news .field-featured-article .display-date {
    padding: 0 3rem 3rem 3rem;
  }
}
.node-type-national-office-homepage .national-office-homepage-news .field-featured-article .display-date {
  padding-bottom: 0;
  border: none;
}
@media only screen and (min-width: 768px) {
  .node-type-national-office-homepage .national-office-homepage-news .field-featured-article {
    overflow: auto;
  }
  .node-type-national-office-homepage .national-office-homepage-news .field-featured-article .field-image-listing {
    width: 55%;
    float: left;
  }
  .node-type-national-office-homepage .national-office-homepage-news .field-featured-article .field-image-listing img {
    float: left;
  }
  .node-type-national-office-homepage .national-office-homepage-news .field-featured-article .content-group {
    width: 45%;
    float: left;
  }
}
.node-type-national-office-homepage .no-homepage-news .views-listing-page .views-row {
  margin-top: 3rem;
  padding: 0 0 2rem 0;
}
.node-type-national-office-homepage .no-homepage-news .views-listing-page .views-row a {
  display: block;
  padding: 0;
  max-width: 100%;
}
.node-type-national-office-homepage .no-homepage-news .views-listing-page .views-row a img {
  margin: 0 0 1rem 0;
  max-width: 100%;
  width: 100%;
  float: none;
}
@media only screen and (min-width: 768px) {
  .node-type-national-office-homepage .no-homepage-news .views-listing-page .views-row a img {
    margin-bottom: 2rem;
  }
}
.node-type-national-office-homepage .no-homepage-news .views-listing-page .views-row a h2,
.node-type-national-office-homepage .no-homepage-news .views-listing-page .views-row a .date,
.node-type-national-office-homepage .no-homepage-news .views-listing-page .views-row a p {
  margin: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .node-type-national-office-homepage .no-homepage-news .views-listing-page .views-row a h2,
  .node-type-national-office-homepage .no-homepage-news .views-listing-page .views-row a .date,
  .node-type-national-office-homepage .no-homepage-news .views-listing-page .views-row a p {
    margin: 0 2rem;
  }
}
.node-type-national-office-homepage .no-homepage-news .views-listing-page .views-row a h2 {
  font-size: 2rem;
}
@media only screen and (min-width: 576px) {
  .node-type-national-office-homepage .no-homepage-news .views-listing-page .views-row a h2 {
    font-size: 3.5rem;
  }
}
.node-type-national-office-homepage .no-homepage-news .views-listing-page .views-row a .date {
  font-size: 1.25rem;
}
.node-type-national-office-homepage .no-homepage-news .views-listing-page .views-row a p {
  font-size: 1.25rem;
}
.node-type-national-office-homepage .field-no-features .introduction,
.node-type-national-office-homepage .national-office-homepage-news .introduction {
  padding-bottom: 0;
  margin-bottom: 0;
}
/* International homepage overrides */
.node-type-intl-homepage .node-campaign.view-mode-intl_homepage_teaser h2 span {
  padding: 6px 6px 0 6px;
}
.node-type-intl-homepage .content-top .header-background-image:after {
  display: none;
}
.node-type-intl-homepage .content-top .arrow-cutout:before,
.node-type-intl-homepage .content-top .arrow-cutout:after {
  border-bottom-color: #f1f1f0;
}
.node-type-intl-homepage .content-middle {
  padding-top: 0;
}
.node-type-intl-homepage .content-middle .core-content > * {
  max-width: none;
}
.node-type-intl-homepage .ih-homepage-purpose {
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 1rem 2rem 0.5rem 2rem;
}
.node-type-intl-homepage .ih-homepage-purpose.pink {
  background-color: #ee008b;
}
.node-type-intl-homepage .ih-homepage-purpose.lightblue {
  background-color: #58cae7;
}
.node-type-intl-homepage .ih-homepage-purpose.darkblue {
  background-color: #243c4b;
}
.node-type-intl-homepage .ih-homepage-purpose .field-purpose-bar-title {
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2.5rem;
}
.node-type-intl-homepage .ih-homepage-purpose .field-purpose-bar-sub-title {
  font-size: 1rem;
}
@media only screen and (min-width: 576px) {
  .node-type-intl-homepage .ih-homepage-purpose {
    padding: 1.5rem 2rem 0.75rem 2rem;
  }
  .node-type-intl-homepage .ih-homepage-purpose .field-purpose-bar-title {
    font-size: 3.2rem;
  }
  .node-type-intl-homepage .ih-homepage-purpose .field-purpose-bar-sub-title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-intl-homepage .ih-homepage-purpose {
    padding: 2rem 2rem 1rem 2rem;
  }
  .node-type-intl-homepage .ih-homepage-purpose .field-purpose-bar-title {
    font-size: 4rem;
  }
  .node-type-intl-homepage .ih-homepage-purpose .field-purpose-bar-sub-title {
    font-size: 1.5rem;
  }
}
.node-type-intl-homepage .ih-homepage-purpose .purpose-scroll {
  display: inline-block;
  height: 2rem;
  overflow: hidden;
  position: relative;
  width: 4rem;
  margin-top: 0.5rem;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 5rem;
  line-height: 2rem;
  cursor: pointer;
}
.node-type-intl-homepage .ih-homepage-purpose .purpose-scroll:hover {
  font-size: 7rem;
}
.node-type-intl-homepage .ih-homepage-purpose .purpose-scroll::before {
  display: block;
  font-family: "Ionicons";
  content: '\f35f';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .node-type-intl-homepage .ih-homepage-purpose .purpose-scroll {
    margin-top: 1.2rem;
  }
}
.node-type-intl-homepage .ih-homepage-news {
  padding: 3rem 0;
}
.node-type-intl-homepage .ih-homepage-news .container {
  padding: 0 2%;
}
.node-type-intl-homepage .ih-homepage-news.news1 .news-main-story {
  width: 100%;
  margin: 0 auto;
  max-width: 100rem;
}
.node-type-intl-homepage .ih-homepage-news.news1 .news-main-story .field-collection-item-field-news-main-story {
  padding-top: 94%;
}
.node-type-intl-homepage .ih-homepage-news.news1 .news-main-story .field-collection-item-field-news-main-story .field-news-title {
  font-size: 1.5rem;
  top: 64%;
}
.node-type-intl-homepage .ih-homepage-news.news1 .news-main-story .field-collection-item-field-news-main-story .field-news-quote p {
  font-size: 3rem;
}
@media only screen and (min-width: 576px) {
  .node-type-intl-homepage .ih-homepage-news.news1 .news-main-story .field-collection-item-field-news-main-story {
    padding-top: 84%;
  }
  .node-type-intl-homepage .ih-homepage-news.news1 .news-main-story .field-collection-item-field-news-main-story .field-news-title {
    font-size: 2rem;
    top: 70%;
  }
  .node-type-intl-homepage .ih-homepage-news.news1 .news-main-story .field-collection-item-field-news-main-story .field-news-quote p {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-intl-homepage .ih-homepage-news.news1 .news-main-story .field-collection-item-field-news-main-story .field-news-title {
    font-size: 2.5rem;
  }
  .node-type-intl-homepage .ih-homepage-news.news1 .news-main-story .field-collection-item-field-news-main-story .field-news-quote p {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1152px) {
  .node-type-intl-homepage .ih-homepage-news.news1 .news-main-story .field-collection-item-field-news-main-story .field-news-title {
    font-size: 3rem;
  }
  .node-type-intl-homepage .ih-homepage-news.news1 .news-main-story .field-collection-item-field-news-main-story .field-news-quote p {
    font-size: 6rem;
  }
}
.node-type-intl-homepage .ih-homepage-news.news1 .news-stories {
  display: none;
}
.node-type-intl-homepage .ih-homepage-news.news12 .news-main-story {
  width: 100%;
  margin-bottom: 5.23%;
}
.node-type-intl-homepage .ih-homepage-news.news12 .news-main-story .field-collection-item-field-news-main-story {
  padding-top: 94%;
}
.node-type-intl-homepage .ih-homepage-news.news12 .news-main-story .field-collection-item-field-news-main-story .field-news-title {
  font-size: 1.5rem;
  top: 64%;
}
.node-type-intl-homepage .ih-homepage-news.news12 .news-main-story .field-collection-item-field-news-main-story .field-news-quote {
  top: 25%;
  bottom: 35%;
}
.node-type-intl-homepage .ih-homepage-news.news12 .news-main-story .field-collection-item-field-news-main-story .field-news-quote p {
  font-size: 2.5rem;
}
@media only screen and (min-width: 576px) {
  .node-type-intl-homepage .ih-homepage-news.news12 .news-main-story {
    margin-bottom: 2%;
  }
  .node-type-intl-homepage .ih-homepage-news.news12 .news-main-story .field-collection-item-field-news-main-story {
    padding-top: 84%;
  }
  .node-type-intl-homepage .ih-homepage-news.news12 .news-main-story .field-collection-item-field-news-main-story .field-news-title {
    top: 70%;
  }
  .node-type-intl-homepage .ih-homepage-news.news12 .news-main-story .field-collection-item-field-news-main-story .field-news-quote p {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-intl-homepage .ih-homepage-news.news12 .news-main-story .field-collection-item-field-news-main-story {
    padding-top: 78.4810%;
  }
  .node-type-intl-homepage .ih-homepage-news.news12 .news-main-story .field-collection-item-field-news-main-story .field-news-title {
    font-size: 2rem;
    top: 74%;
  }
  .node-type-intl-homepage .ih-homepage-news.news12 .news-main-story .field-collection-item-field-news-main-story .field-news-quote p {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1152px) {
  .node-type-intl-homepage .ih-homepage-news.news12 .news-main-story {
    width: 65.7%;
    margin-right: 1.7%;
    float: left;
    margin-bottom: 0;
  }
  .node-type-intl-homepage .ih-homepage-news.news12 .news-main-story .field-collection-item-field-news-main-story .field-news-quote p {
    font-size: 5rem;
  }
}
.node-type-intl-homepage .ih-homepage-news.news12 .news-stories {
  width: 100%;
}
.node-type-intl-homepage .ih-homepage-news.news12 .news-stories .field-collection-item-field-news-story {
  width: 100%;
  padding-top: 76.9230%;
  padding-top: 90%;
  margin-bottom: 5.23%;
}
.node-type-intl-homepage .ih-homepage-news.news12 .news-stories .field-collection-item-field-news-story:last-child {
  margin-bottom: 0;
}
.node-type-intl-homepage .ih-homepage-news.news12 .news-stories .field-collection-item-field-news-story .field-news-title {
  font-size: 1.5rem;
  top: 60%;
}
@media only screen and (min-width: 576px) {
  .node-type-intl-homepage .ih-homepage-news.news12 .news-stories .field-collection-item-field-news-story {
    width: 49%;
    float: left;
    margin-right: 2%;
    padding-top: 38.4615%;
    margin-bottom: 0;
  }
  .node-type-intl-homepage .ih-homepage-news.news12 .news-stories .field-collection-item-field-news-story:last-child {
    margin-right: 0;
  }
  .node-type-intl-homepage .ih-homepage-news.news12 .news-stories .field-collection-item-field-news-story .field-news-title {
    top: 68%;
    font-size: 1.2rem;
  }
  .node-type-intl-homepage .ih-homepage-news.news12 .news-stories .field-collection-item-field-news-story .field-news-eyebrow {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-intl-homepage .ih-homepage-news.news12 .news-stories .field-collection-item-field-news-story .field-news-title {
    font-size: 1.3rem;
  }
  .node-type-intl-homepage .ih-homepage-news.news12 .news-stories .field-collection-item-field-news-story .field-news-eyebrow {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 1152px) {
  .node-type-intl-homepage .ih-homepage-news.news12 .news-stories {
    width: 32.4%;
    float: right;
  }
  .node-type-intl-homepage .ih-homepage-news.news12 .news-stories .field-collection-item-field-news-story {
    width: 100%;
    float: none;
    margin-right: 0;
    padding-top: 76.9230%;
    margin-bottom: 5.23%;
  }
  .node-type-intl-homepage .ih-homepage-news.news12 .news-stories .field-collection-item-field-news-story:last-child {
    margin-bottom: 0;
  }
  .node-type-intl-homepage .ih-homepage-news.news12 .news-stories .field-collection-item-field-news-story .field-news-title {
    font-size: 1.5rem;
  }
  .node-type-intl-homepage .ih-homepage-news.news12 .news-stories .field-collection-item-field-news-story .field-news-eyebrow {
    font-size: 2rem;
  }
}
.node-type-intl-homepage .ih-homepage-news.news14 .news-main-story {
  width: 100%;
  margin-bottom: 5.23%;
}
.node-type-intl-homepage .ih-homepage-news.news14 .news-main-story .field-collection-item-field-news-main-story {
  padding-top: 94%;
}
.node-type-intl-homepage .ih-homepage-news.news14 .news-main-story .field-collection-item-field-news-main-story .field-news-title {
  font-size: 1.5rem;
  top: 64%;
}
.node-type-intl-homepage .ih-homepage-news.news14 .news-main-story .field-collection-item-field-news-main-story .field-news-quote {
  top: 20%;
  bottom: 40%;
}
.node-type-intl-homepage .ih-homepage-news.news14 .news-main-story .field-collection-item-field-news-main-story .field-news-quote p {
  font-size: 2.5rem;
}
@media only screen and (min-width: 576px) {
  .node-type-intl-homepage .ih-homepage-news.news14 .news-main-story {
    margin-bottom: 2%;
  }
  .node-type-intl-homepage .ih-homepage-news.news14 .news-main-story .field-collection-item-field-news-main-story {
    padding-top: 84%;
  }
  .node-type-intl-homepage .ih-homepage-news.news14 .news-main-story .field-collection-item-field-news-main-story .field-news-title {
    top: 70%;
  }
  .node-type-intl-homepage .ih-homepage-news.news14 .news-main-story .field-collection-item-field-news-main-story .field-news-quote p {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-intl-homepage .ih-homepage-news.news14 .news-main-story .field-collection-item-field-news-main-story {
    padding-top: 78.4810%;
  }
  .node-type-intl-homepage .ih-homepage-news.news14 .news-main-story .field-collection-item-field-news-main-story .field-news-title {
    font-size: 2rem;
    top: 74%;
  }
  .node-type-intl-homepage .ih-homepage-news.news14 .news-main-story .field-collection-item-field-news-main-story .field-news-quote p {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1152px) {
  .node-type-intl-homepage .ih-homepage-news.news14 .news-main-story {
    width: 49.1%;
    margin-right: 1.6%;
    float: left;
    margin-bottom: 0;
  }
  .node-type-intl-homepage .ih-homepage-news.news14 .news-main-story .field-collection-item-field-news-main-story {
    padding-top: 94.915254%;
  }
  .node-type-intl-homepage .ih-homepage-news.news14 .news-main-story .field-collection-item-field-news-main-story .field-news-title {
    font-size: 2rem;
    top: 62%;
  }
  .node-type-intl-homepage .ih-homepage-news.news14 .news-main-story .field-collection-item-field-news-main-story .field-news-quote p {
    font-size: 4rem;
  }
}
.node-type-intl-homepage .ih-homepage-news.news14 .news-stories {
  width: 100%;
}
.node-type-intl-homepage .ih-homepage-news.news14 .news-stories .field-collection-item-field-news-story {
  padding-top: 90%;
  margin-bottom: 5.23%;
}
.node-type-intl-homepage .ih-homepage-news.news14 .news-stories .field-collection-item-field-news-story:last-child {
  margin-bottom: 0;
}
.node-type-intl-homepage .ih-homepage-news.news14 .news-stories .field-collection-item-field-news-story .field-news-title {
  font-size: 1.5rem;
  top: 68%;
  top: 60%;
}
@media only screen and (min-width: 576px) {
  .node-type-intl-homepage .ih-homepage-news.news14 .news-stories .field-collection-item-field-news-story {
    width: 49%;
    float: left;
    margin-right: 2%;
    padding-top: 38.4615%;
    margin-bottom: 2%;
  }
  .node-type-intl-homepage .ih-homepage-news.news14 .news-stories .field-collection-item-field-news-story:nth-child(2n) {
    margin-right: 0;
  }
  .node-type-intl-homepage .ih-homepage-news.news14 .news-stories .field-collection-item-field-news-story:nth-child(3),
  .node-type-intl-homepage .ih-homepage-news.news14 .news-stories .field-collection-item-field-news-story:nth-child(4) {
    margin-bottom: 0;
  }
  .node-type-intl-homepage .ih-homepage-news.news14 .news-stories .field-collection-item-field-news-story .field-news-title {
    top: 68%;
    font-size: 1.2rem;
  }
  .node-type-intl-homepage .ih-homepage-news.news14 .news-stories .field-collection-item-field-news-story .field-news-eyebrow {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-intl-homepage .ih-homepage-news.news14 .news-stories .field-collection-item-field-news-story .field-news-title {
    font-size: 1.5rem;
  }
  .node-type-intl-homepage .ih-homepage-news.news14 .news-stories .field-collection-item-field-news-story .field-news-eyebrow {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 1152px) {
  .node-type-intl-homepage .ih-homepage-news.news14 .news-stories {
    width: 49.2%;
    float: right;
  }
  .node-type-intl-homepage .ih-homepage-news.news14 .news-stories .field-collection-item-field-news-story {
    float: left;
    width: 48.39255%;
    margin-right: 3.21489%;
    margin-bottom: 3.21489%;
    padding-top: 45.685279%;
  }
  .node-type-intl-homepage .ih-homepage-news.news14 .news-stories .field-collection-item-field-news-story:nth-child(2n) {
    margin-right: 0;
  }
  .node-type-intl-homepage .ih-homepage-news.news14 .news-stories .field-collection-item-field-news-story:nth-child(3),
  .node-type-intl-homepage .ih-homepage-news.news14 .news-stories .field-collection-item-field-news-story:nth-child(4) {
    margin-bottom: 0;
  }
  .node-type-intl-homepage .ih-homepage-news.news14 .news-stories .field-collection-item-field-news-story .field-news-title {
    font-size: 1.5rem;
    top: 59%;
  }
  .node-type-intl-homepage .ih-homepage-news.news14 .news-stories .field-collection-item-field-news-story .field-news-eyebrow {
    font-size: 2rem;
  }
}
.node-type-intl-homepage .ih-homepage-news .news-main-story.default .field-collection-item-field-news-main-story {
  background-color: #ffffff;
  color: #000000;
}
.node-type-intl-homepage .ih-homepage-news .news-main-story.campaign .field-collection-item-field-news-main-story {
  background-color: #ee008b;
  color: #ffffff;
}
.node-type-intl-homepage .ih-homepage-news .news-main-story.campaign .field-collection-item-field-news-main-story .field-news-eyebrow {
  color: #ffffff;
}
.node-type-intl-homepage .ih-homepage-news .news-main-story.campaign .field-collection-item-field-news-main-story .field-news-title {
  color: #ffffff;
}
.node-type-intl-homepage .ih-homepage-news .news-main-story.campaign .field-collection-item-field-news-main-story .field-news-quote {
  color: #ee008b;
}
.node-type-intl-homepage .ih-homepage-news .news-main-story.campaign .field-collection-item-field-news-main-story:hover .field-news-title {
  color: #ffffff;
}
.node-type-intl-homepage .ih-homepage-news .news-main-story.emergency .field-collection-item-field-news-main-story {
  background-color: #f1c400;
  color: #000000;
}
.node-type-intl-homepage .ih-homepage-news .news-main-story.emergency .field-collection-item-field-news-main-story .field-news-eyebrow {
  color: #000000;
}
.node-type-intl-homepage .ih-homepage-news .news-main-story.emergency .field-collection-item-field-news-main-story .field-news-quote {
  color: #f1c400;
}
.node-type-intl-homepage .ih-homepage-news .news-main-story.emergency .field-collection-item-field-news-main-story:hover .field-news-title {
  color: #000000;
}
.node-type-intl-homepage .ih-homepage-news .news-main-story .field-collection-item-field-news-main-story {
  position: relative;
  cursor: pointer;
}
.node-type-intl-homepage .ih-homepage-news .news-main-story .field-collection-item-field-news-main-story .field-news-image picture:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '\A';
  background-color: #243c4b;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.node-type-intl-homepage .ih-homepage-news .news-main-story .field-collection-item-field-news-main-story .field-news-quote {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
}
.node-type-intl-homepage .ih-homepage-news .news-main-story .field-collection-item-field-news-main-story .field-news-quote p {
  line-height: 1.2;
}
.node-type-intl-homepage .ih-homepage-news .news-main-story .field-collection-item-field-news-main-story .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.node-type-intl-homepage .ih-homepage-news .news-main-story .field-collection-item-field-news-main-story .content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.node-type-intl-homepage .ih-homepage-news .news-main-story .field-collection-item-field-news-main-story:hover .field-news-quote {
  opacity: 1;
}
.node-type-intl-homepage .ih-homepage-news .news-main-story .field-collection-item-field-news-main-story:hover .field-news-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.node-type-intl-homepage .ih-homepage-news .news-main-story .field-collection-item-field-news-main-story:hover .field-news-image picture:after {
  opacity: 0.8;
}
.node-type-intl-homepage .ih-homepage-news .news-main-story .field-collection-item-field-news-main-story:hover .field-news-title {
  color: #0072ce;
}
.node-type-intl-homepage .ih-homepage-news .news-main-story .field-collection-item-field-news-main-story:hover .content::after {
  opacity: 1;
}
.node-type-intl-homepage .ih-homepage-news .news-stories .field-collection-item-field-news-story {
  position: relative;
  background-color: #ffffff;
  cursor: pointer;
}
.node-type-intl-homepage .ih-homepage-news .news-stories .field-collection-item-field-news-story .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.node-type-intl-homepage .ih-homepage-news .news-stories .field-collection-item-field-news-story .content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.node-type-intl-homepage .ih-homepage-news .news-stories .field-collection-item-field-news-story:hover .field-news-quote {
  opacity: 1;
}
.node-type-intl-homepage .ih-homepage-news .news-stories .field-collection-item-field-news-story:hover .field-news-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.node-type-intl-homepage .ih-homepage-news .news-stories .field-collection-item-field-news-story:hover .field-news-title {
  color: #0072ce;
}
.node-type-intl-homepage .ih-homepage-news .news-stories .field-collection-item-field-news-story:hover .content::after {
  opacity: 1;
}
.node-type-intl-homepage .ih-homepage-news .field-news-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.node-type-intl-homepage .ih-homepage-news .field-news-image img {
  vertical-align: bottom;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.node-type-intl-homepage .ih-homepage-news .field-news-title {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  color: #000000;
  position: absolute;
  left: 15px;
  right: 15px;
}
.node-type-intl-homepage .ih-homepage-news .field-news-eyebrow {
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2rem;
  color: #666666;
  position: absolute;
  bottom: 10px;
  left: 15px;
}
.node-type-intl-homepage .ih-homepage-news .field-news-quote {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  bottom: 24%;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #ffffff;
}
.node-type-intl-homepage .ih-homepage-news .field-news-quote .field-inner-wrapper {
  padding: 0 5%;
}
@media only screen and (min-width: 576px) {
  .node-type-intl-homepage .ih-homepage-news .field-news-quote {
    top: 30%;
  }
}
.node-type-intl-homepage .ih-homepage-quiz {
  background-color: #58cae7;
  padding: 4rem 2rem;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.node-type-intl-homepage .ih-homepage-quiz.long .quiz-answer {
  min-width: 100%;
}
.node-type-intl-homepage .ih-homepage-quiz.long .quiz-answer .quiz-label {
  line-height: 1;
  margin-right: 5px;
}
.node-type-intl-homepage .ih-homepage-quiz.long .quiz-answer .field-inner-wrapper {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: none;
  line-height: 1.3;
}
.node-type-intl-homepage .ih-homepage-quiz .three-columns .column {
  width: 100%;
  margin-bottom: 2%;
}
@media only screen and (min-width: 768px) {
  .node-type-intl-homepage .ih-homepage-quiz .three-columns .column {
    width: 32%;
    margin-bottom: 0;
  }
}
.node-type-intl-homepage .ih-homepage-quiz .columns {
  margin-bottom: 5rem;
  max-width: 148rem;
  margin-left: auto;
  margin-right: auto;
}
.node-type-intl-homepage .ih-homepage-quiz .quiz-qestion-wrapper {
  display: inline-block;
  max-width: 90%;
  margin-bottom: 2rem;
  font-size: 3rem;
  line-height: 1.1;
}
.node-type-intl-homepage .ih-homepage-quiz .quiz-qestion-wrapper div {
  display: inline;
}
@media only screen and (min-width: 768px) {
  .node-type-intl-homepage .ih-homepage-quiz .quiz-qestion-wrapper {
    max-width: 75%;
    font-size: 4rem;
  }
  .node-type-intl-homepage .ih-homepage-quiz .quiz-qestion-wrapper .quiz-label {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1152px) {
  .node-type-intl-homepage .ih-homepage-quiz .quiz-qestion-wrapper {
    max-width: 60%;
  }
}
.node-type-intl-homepage .ih-homepage-quiz .quiz-answer {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #ffffff;
  padding: 1rem 2rem;
  display: inline-block;
  cursor: pointer;
  min-width: 300px;
}
.node-type-intl-homepage .ih-homepage-quiz .quiz-answer div {
  display: inline;
}
.node-type-intl-homepage .ih-homepage-quiz .quiz-answer .field-inner-wrapper {
  font-size: 3rem;
  line-height: 1.1;
}
.node-type-intl-homepage .ih-homepage-quiz .quiz-answer.fade-out {
  opacity: 0.5;
}
.node-type-intl-homepage .ih-homepage-quiz .quiz-answer:hover {
  opacity: 1;
  background-color: #243c4b;
}
.node-type-intl-homepage .ih-homepage-quiz .quiz-answer:hover .quiz-label {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .node-type-intl-homepage .ih-homepage-quiz .quiz-answer {
    min-width: 0;
  }
}
.node-type-intl-homepage .ih-homepage-quiz .quiz-answer.show-answer {
  opacity: 1;
  background-color: #d22630;
  border-color: #d22630;
  color: #ffffff;
  cursor: default;
}
.node-type-intl-homepage .ih-homepage-quiz .quiz-answer.show-answer.correct {
  background-color: #00843d;
  border-color: #00843d;
}
.node-type-intl-homepage .ih-homepage-quiz .quiz-answer.show-answer .quiz-label {
  color: #ffffff;
}
.node-type-intl-homepage .ih-homepage-quiz .quiz-label {
  font-size: 3rem;
  line-height: 1.1;
  color: #243c4b;
}
.node-type-intl-homepage .ih-homepage-quiz .field-quiz-link a {
  opacity: 0;
  background-color: #0072ce;
  color: #ffffff;
  border: none;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0.5em;
  line-height: 1em;
  position: relative;
  top: 0.125em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 2rem;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  text-transform: uppercase;
  -webkit-transition: 0.2s color ease, 0.2s background-color ease, 0.2s opacity ease 0.75s;
  -moz-transition: 0.2s color ease, 0.2s background-color ease, 0.2s opacity ease 0.75s;
  -o-transition: 0.2s color ease, 0.2s background-color ease, 0.2s opacity ease 0.75s;
  transition: 0.2s color ease, 0.2s background-color ease, 0.2s opacity ease 0.75s;
  background-color: #f1c400;
  color: #000000;
}
.node-type-intl-homepage .ih-homepage-quiz .field-quiz-link a:hover {
  background-color: #028eff;
}
@media only screen and (max-width: 576px) {
  .node-type-intl-homepage .ih-homepage-quiz .field-quiz-link a {
    font-size: 1.5rem;
  }
}
.node-type-intl-homepage .ih-homepage-quiz .field-quiz-link a:hover {
  background-color: #028eff;
}
@media only screen and (max-width: 576px) {
  .node-type-intl-homepage .ih-homepage-quiz .field-quiz-link a {
    font-size: 1.5rem;
  }
}
.node-type-intl-homepage .ih-homepage-quiz .field-quiz-link a:hover {
  background-color: #e17800;
  color: #ffffff;
}
.node-type-intl-homepage .ih-homepage-quiz .field-quiz-link.show-answer a {
  opacity: 1;
}
.node-type-intl-homepage .ih-homepage-newsletter {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #444;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .node-type-intl-homepage .ih-homepage-newsletter {
    padding: 6rem 4%;
  }
}
@media only screen and (min-width: 1152px) {
  .node-type-intl-homepage .ih-homepage-newsletter {
    padding: 12.5rem 4%;
  }
}
.node-type-intl-homepage .ih-homepage-newsletter .newsletter-wrapper {
  width: 100%;
  text-align: left;
  background-color: #ee008b;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .node-type-intl-homepage .ih-homepage-newsletter .newsletter-wrapper {
    width: auto;
    display: inline-block;
  }
}
.node-type-intl-homepage .ih-homepage-newsletter .field-newsletter-foreground {
  display: none;
  float: left;
}
.node-type-intl-homepage .ih-homepage-newsletter .field-newsletter-foreground img {
  vertical-align: bottom;
}
@media only screen and (min-width: 576px) {
  .node-type-intl-homepage .ih-homepage-newsletter .field-newsletter-foreground {
    max-width: 33%;
    display: block;
  }
}
.node-type-intl-homepage .ih-homepage-newsletter .field-newsletter-introduction {
  font-size: 2rem;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.node-type-intl-homepage .ih-homepage-newsletter .newsletter-form {
  padding: 2rem 4%;
  float: left;
}
@media only screen and (min-width: 576px) {
  .node-type-intl-homepage .ih-homepage-newsletter .newsletter-form {
    padding: 1.5rem 4%;
    max-width: 67%;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-intl-homepage .ih-homepage-newsletter .newsletter-form {
    padding: 2rem 3rem;
  }
}
@media only screen and (min-width: 1152px) {
  .node-type-intl-homepage .ih-homepage-newsletter .newsletter-form {
    padding: 4rem 6rem;
  }
}
.node-type-intl-homepage .ih-homepage-newsletter form .form-item-email {
  margin: 1.5rem 0;
}
.node-type-intl-homepage .ih-homepage-newsletter form .form-item-email label {
  display: none;
}
@media only screen and (min-width: 576px) {
  .node-type-intl-homepage .ih-homepage-newsletter form .form-item-email {
    margin: 1rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-intl-homepage .ih-homepage-newsletter form .form-item-email {
    margin: 1.5rem 0;
  }
}
.node-type-intl-homepage .ih-homepage-newsletter form input.form-submit {
  float: left;
  background-color: #0072ce;
  color: #ffffff;
  border: none;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0.5em;
  line-height: 1em;
  position: relative;
  top: 0.125em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 2rem;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  text-transform: uppercase;
  background-color: #f1c400;
  color: #000000;
  font-weight: normal;
  font-size: 1.5rem;
}
.node-type-intl-homepage .ih-homepage-newsletter form input.form-submit:hover {
  background-color: #028eff;
}
@media only screen and (max-width: 576px) {
  .node-type-intl-homepage .ih-homepage-newsletter form input.form-submit {
    font-size: 1.5rem;
  }
}
.node-type-intl-homepage .ih-homepage-newsletter form input.form-submit:hover {
  background-color: #028eff;
}
@media only screen and (max-width: 576px) {
  .node-type-intl-homepage .ih-homepage-newsletter form input.form-submit {
    font-size: 1.5rem;
  }
}
.node-type-intl-homepage .ih-homepage-newsletter form input.form-submit:hover {
  color: #ffffff;
  background-color: #e17800;
}
@media only screen and (min-width: 768px) {
  .node-type-intl-homepage .ih-homepage-newsletter form input.form-submit {
    font-size: 2rem;
  }
}
.node-type-intl-homepage .ih-homepage-newsletter form input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]).form-text {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.1rem 1rem;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .node-type-intl-homepage .ih-homepage-newsletter form input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]).form-text {
    width: 36rem;
  }
}
.node-type-intl-homepage .ih-homepage-newsletter .field-cta-secondary-links {
  float: left;
}
.node-type-intl-homepage .ih-homepage-newsletter .field-cta-secondary-links .field-items {
  opacity: 1;
}
.node-type-intl-homepage .ih-homepage-newsletter .field-cta-secondary-links .field-items a {
  font-size: 0;
}
.node-type-intl-homepage .ih-homepage-newsletter .field-cta-secondary-links .field-items a:after {
  content: '\f149';
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.node-type-intl-homepage .ih-homepage-newsletter .field-cta-secondary-links .field-items a:after {
  font-size: 2.5rem;
  line-height: 3.5rem;
  margin-left: 2rem;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .node-type-intl-homepage .ih-homepage-newsletter .field-cta-secondary-links .field-items a:after {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}
.node-type-intl-homepage.ih-new-footer footer .footer-first {
  *zoom: 1;
  text-align: left;
  margin-bottom: 2rem;
}
.node-type-intl-homepage.ih-new-footer footer .footer-first:before,
.node-type-intl-homepage.ih-new-footer footer .footer-first:after {
  display: table;
  content: "";
  line-height: 0;
}
.node-type-intl-homepage.ih-new-footer footer .footer-first:after {
  clear: both;
}
.node-type-intl-homepage.ih-new-footer footer .footer-first-left,
.node-type-intl-homepage.ih-new-footer footer .footer-first-right {
  *zoom: 1;
}
.node-type-intl-homepage.ih-new-footer footer .footer-first-left:before,
.node-type-intl-homepage.ih-new-footer footer .footer-first-right:before,
.node-type-intl-homepage.ih-new-footer footer .footer-first-left:after,
.node-type-intl-homepage.ih-new-footer footer .footer-first-right:after {
  display: table;
  content: "";
  line-height: 0;
}
.node-type-intl-homepage.ih-new-footer footer .footer-first-left:after,
.node-type-intl-homepage.ih-new-footer footer .footer-first-right:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .node-type-intl-homepage.ih-new-footer footer .footer-first-left,
  .node-type-intl-homepage.ih-new-footer footer .footer-first-right {
    width: 49.9%;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-intl-homepage.ih-new-footer footer .footer-first-left {
    float: left;
  }
}
@media only screen and (min-width: 576px) {
  .node-type-intl-homepage.ih-new-footer footer .footer-first-right .footer-take-action,
  .node-type-intl-homepage.ih-new-footer footer .footer-first-right .follow-us {
    width: 50%;
    float: left;
  }
  .node-type-intl-homepage.ih-new-footer footer .footer-first-right .footer-take-action {
    padding-right: 2%;
  }
  .node-type-intl-homepage.ih-new-footer footer .footer-first-right .follow-us {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-intl-homepage.ih-new-footer footer .footer-first-right {
    padding-left: 1%;
    float: right;
  }
  .node-type-intl-homepage.ih-new-footer footer .footer-first-right .footer-take-action,
  .node-type-intl-homepage.ih-new-footer footer .footer-first-right .follow-us {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.node-type-intl-homepage.ih-new-footer footer .footer-first-left .field-collection-container {
  width: 50%;
  float: left;
  padding: 0 5% 0 0;
  margin-bottom: 4rem;
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .node-type-intl-homepage.ih-new-footer footer .footer-first-left .field-collection-container {
    margin-bottom: 2rem;
    margin-top: 0;
  }
}
.node-type-intl-homepage.ih-new-footer footer .field-footer-links .field-items > div:first-child .field-footer-heading,
.node-type-intl-homepage.ih-new-footer footer .field-footer-links-2 .field-items > div:first-child .field-footer-heading {
  margin-top: 0;
}
.node-type-intl-homepage.ih-new-footer footer .field-footer-links .field-footer-heading,
.node-type-intl-homepage.ih-new-footer footer .field-footer-links-2 .field-footer-heading {
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 2rem;
}
.node-type-intl-homepage.ih-new-footer footer .field-footer-links .field-collection-view .entity-field-collection-item,
.node-type-intl-homepage.ih-new-footer footer .field-footer-links-2 .field-collection-view .entity-field-collection-item {
  float: none;
  display: inline-block;
  width: 100%;
}
.node-type-intl-homepage.ih-new-footer footer .field-footer-links a,
.node-type-intl-homepage.ih-new-footer footer .field-footer-links-2 a {
  padding: 0.5rem 0;
}
.node-type-intl-homepage.ih-new-footer footer .field-footer-links a:hover,
.node-type-intl-homepage.ih-new-footer footer .field-footer-links-2 a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.node-type-intl-homepage.ih-new-footer footer .field-footer-logos {
  clear: both;
}
.node-type-intl-homepage.ih-new-footer footer .footer-heading {
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.node-type-intl-homepage.ih-new-footer footer .footer-take-action {
  margin-bottom: 2rem;
}
.node-type-intl-homepage.ih-new-footer footer .footer-take-action a {
  padding: 0;
}
.node-type-intl-homepage.ih-new-footer footer .footer-take-action img {
  vertical-align: bottom;
  width: 100%;
}
.node-type-intl-homepage.ih-new-footer footer .block-menu {
  margin-bottom: 0;
}
.node-type-intl-homepage.ih-new-footer footer .block-menu li {
  display: inline-block;
}
.node-type-intl-homepage.ih-new-footer footer .block-menu li a {
  padding: 0.75rem 1rem;
}
.node-type-intl-homepage.ih-new-footer footer .block-menu li:first-child a {
  border-top: none;
}
.node-type-intl-homepage.ih-new-footer footer .follow-us {
  text-transform: none;
  margin-bottom: 10px;
}
.node-type-intl-homepage.ih-new-footer footer .follow-us .field-footer-social-links {
  *zoom: 1;
  text-align: left;
  background-image: none;
  background-size: auto;
  padding: 0;
  margin: 0;
  max-width: none;
}
.node-type-intl-homepage.ih-new-footer footer .follow-us .field-footer-social-links:before,
.node-type-intl-homepage.ih-new-footer footer .follow-us .field-footer-social-links:after {
  display: table;
  content: "";
  line-height: 0;
}
.node-type-intl-homepage.ih-new-footer footer .follow-us .field-footer-social-links:after {
  clear: both;
}
.node-type-intl-homepage.ih-new-footer footer .follow-us .field-footer-social-links ul {
  display: block;
}
.node-type-intl-homepage.ih-new-footer footer .follow-us .field-footer-social-links ul li a:after {
  margin-left: 0;
}
.node-type-intl-homepage.ih-new-footer footer .follow-us h2 {
  display: block;
  color: #ffffff;
  text-transform: none;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 0 5px 0;
}
.node-type-intl-homepage.ih-new-footer footer .follow-us a {
  color: #ffffff;
}
@media only screen and (min-width: 576px) {
  .node-type-intl-homepage.ih-new-footer footer .take-action,
  .node-type-intl-homepage.ih-new-footer footer .follow-us {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-intl-homepage.ih-new-footer footer .take-action,
  .node-type-intl-homepage.ih-new-footer footer .follow-us {
    width: 100%;
    float: none;
  }
}
.paragraphs-item-header-with-background h2,
.paragraphs-item-pledge h2 {
  color: #ffffff !important;
}
.node-type-girls-get-equal .content-middle {
  padding: 0;
}
.node-type-girls-get-equal #cboxContent {
  border-radius: 0;
}
.node-type-girls-get-equal #cboxLoadedContent {
  background-color: #ffffff;
}
.node-type-girls-get-equal #cboxLoadedContent .paragraphs-popup-wrapper {
  padding: 20px;
}
.node-type-girls-get-equal #cboxLoadedContent p:last-child {
  margin-bottom: 0;
}
.node-type-girls-get-equal #cboxClose.cbox-close-plain {
  opacity: 1 !important;
  color: #000000;
  background-color: transparent;
}
.node-type-girls-get-equal .pseudo-h1 {
  color: #000000;
}
.node-type-girls-get-equal .blue-bg .pseudo-h1,
.node-type-girls-get-equal .pink-bg .pseudo-h1,
.node-type-girls-get-equal .dark-blue-bg .pseudo-h1,
.node-type-girls-get-equal .red-bg .pseudo-h1 {
  color: #ffffff;
}
.hidden-page-title .page-title {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.show-more {
  text-align: center;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
  position: relative;
  clear: both;
  margin-top: 1.5rem;
  overflow: hidden;
}
.show-more a {
  background-color: #f1f1f0;
  display: inline-block;
  position: relative;
}
.show-more a:before,
.show-more a:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #0072ce;
  top: 11px;
  width: 500%;
}
.show-more a:before {
  right: 100%;
  margin-right: 15px;
}
.show-more a:after {
  left: 100%;
  margin-left: 15px;
}
.jscroll-added {
  margin-top: 3%;
}
/* Issue page specific styling */
.node-type-issue-page .content-top {
  color: #ffffff;
  background-color: #243c4b;
  position: relative;
}
.node-type-issue-page .content-top:before {
  content: "";
  display: block;
  background-image: url(/sites/all/themes/custom/plantheme/img/texture-white.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}
.node-type-issue-page .content-top h1 {
  max-width: none;
  width: auto;
}
@media only screen and (min-width: 576px) {
  .node-type-issue-page .content-top h1 {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 576px) {
  .node-type-issue-page .content-top h1 {
    margin-top: 0;
  }
}
.node-type-issue-page .content-top .introduction {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0;
}
.node-type-issue-page .content-middle {
  background-color: #ffffff;
}
.node-type-issue-page .header-breadcrumb {
  *zoom: 1;
}
.node-type-issue-page .header-breadcrumb:before,
.node-type-issue-page .header-breadcrumb:after {
  display: table;
  content: "";
  line-height: 0;
}
.node-type-issue-page .header-breadcrumb:after {
  clear: both;
}
@media only screen and (min-width: 1152px) {
  .node-type-issue-page .header-breadcrumb > div {
    width: 47.5%;
    float: left;
  }
  .node-type-issue-page .header-breadcrumb > div:first-child {
    margin-right: 5%;
  }
}
.node-type-issue-page .header-breadcrumb iframe {
  max-width: 100%;
}
.node-type-issue-page .arrow-cutout:before,
.node-type-issue-page .arrow-cutout:after {
  border-bottom-color: #ffffff;
}
.node-type-issue-page .core-content {
  max-width: none;
}
.node-type-issue-page .core-content > * {
  padding: 0;
}
.node-type-issue-page .field-areas-of-priority-id .field-label,
.node-type-issue-page .field-featured-article .field-label,
.node-type-issue-page .field-impact-highlight-id .field-label,
.node-type-issue-page .facts-stats .field-label {
  padding-bottom: 1rem;
  margin-bottom: 4%;
  text-align: center;
  font-size: 3rem;
}
.node-type-issue-page .field-areas-of-priority-id li,
.node-type-issue-page .field-featured-article li,
.node-type-issue-page .field-impact-highlight-id li,
.node-type-issue-page .facts-stats li {
  background-image: url(/sites/all/themes/custom/plantheme/img/distressed-box-white.png);
  background-size: 100% 100%;
  background-color: transparent;
}
.node-type-issue-page .facts-stats {
  background-color: #0072ce;
}
.node-type-issue-page .facts-stats ul {
  opacity: 1;
}
.node-type-issue-page .facts-stats .field-label {
  color: #ffffff;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.node-type-issue-page .facts-stats .field-fact-title {
  color: #0072ce;
  word-break: break-word;
}
.node-type-issue-page .field-areas-of-priority-id {
  background-color: transparent;
  margin-bottom: 3em;
}
.node-type-issue-page .field-areas-of-priority-id .field-label {
  margin-bottom: 0.5em;
  border-bottom: 0;
}
.node-type-issue-page .field-areas-of-priority-id .field-items {
  display: block;
  *zoom: 1;
}
.node-type-issue-page .field-areas-of-priority-id .field-items:before,
.node-type-issue-page .field-areas-of-priority-id .field-items:after {
  display: table;
  content: "";
  line-height: 0;
}
.node-type-issue-page .field-areas-of-priority-id .field-items:after {
  clear: both;
}
.node-type-issue-page .field-areas-of-priority-id .field-items h2 {
  top: 0;
  left: 0;
  font-size: 2.5rem;
  padding-bottom: 0.25em;
  background-color: #243c4b;
  color: #ffffff;
}
.node-type-issue-page .field-areas-of-priority-id .field-items h2:after {
  content: '\f125';
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .node-type-issue-page .field-areas-of-priority-id .field-items h2 {
    position: absolute;
    padding: 0.25em;
  }
}
.node-type-issue-page .field-areas-of-priority-id .field-items h2:after {
  font-size: 0.9em;
  margin-left: 0.5em;
}
.node-type-issue-page .field-areas-of-priority-id .field-items > * {
  padding: 0 0 1em 0;
  margin: 0 0 2em 0;
  background-color: #243c4b;
  text-align: left;
  width: 100%;
  opacity: 1;
  display: block;
  position: relative;
}
.node-type-issue-page .field-areas-of-priority-id .field-items > *:before {
  content: "";
  display: block;
  background-image: url(/sites/all/themes/custom/plantheme/img/texture-white.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
}
@media only screen and (min-width: 768px) {
  .node-type-issue-page .field-areas-of-priority-id .field-items > * {
    width: 47.5%;
    float: left;
    margin-right: 5%;
    padding: 0;
  }
  .node-type-issue-page .field-areas-of-priority-id .field-items > *:nth-child(2n+2) {
    margin-right: 0;
  }
  .node-type-issue-page .field-areas-of-priority-id .field-items > *:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-issue-page .field-areas-of-priority-id.children-1 .field-items > * {
    float: none;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-issue-page .field-areas-of-priority-id.children-3 .field-items > *,
  .node-type-issue-page .field-areas-of-priority-id.children-6 .field-items > * {
    width: 30%;
  }
  .node-type-issue-page .field-areas-of-priority-id.children-3 .field-items > *:nth-child(2n+2),
  .node-type-issue-page .field-areas-of-priority-id.children-6 .field-items > *:nth-child(2n+2) {
    margin-right: 5%;
  }
  .node-type-issue-page .field-areas-of-priority-id.children-3 .field-items > *:nth-child(2n+1),
  .node-type-issue-page .field-areas-of-priority-id.children-6 .field-items > *:nth-child(2n+1) {
    clear: none;
  }
  .node-type-issue-page .field-areas-of-priority-id.children-3 .field-items > *:nth-child(3n+3),
  .node-type-issue-page .field-areas-of-priority-id.children-6 .field-items > *:nth-child(3n+3) {
    margin-right: 0;
  }
  .node-type-issue-page .field-areas-of-priority-id.children-3 .field-items > *:nth-child(3n+1),
  .node-type-issue-page .field-areas-of-priority-id.children-6 .field-items > *:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-issue-page .field-areas-of-priority-id.children-5 .field-items > div:nth-child(3),
  .node-type-issue-page .field-areas-of-priority-id.children-5 .field-items > div:nth-child(4),
  .node-type-issue-page .field-areas-of-priority-id.children-5 .field-items > div:nth-child(5) {
    width: 30%;
  }
  .node-type-issue-page .field-areas-of-priority-id.children-5 .field-items > div:nth-child(4) {
    margin-right: 5%;
  }
  .node-type-issue-page .field-areas-of-priority-id.children-5 .field-items > div:nth-child(5) {
    clear: none;
    margin-right: 0;
  }
}
.node-type-issue-page .field-areas-of-priority-id .priority-item:nth-child(4n) .field-image-highlight,
.node-type-issue-page .field-areas-of-priority-id .priority-item:nth-child(4n+2) .field-image-highlight {
  background-color: #58cae7;
}
.node-type-issue-page .field-areas-of-priority-id .priority-item:nth-child(4n+1) .field-image-highlight,
.node-type-issue-page .field-areas-of-priority-id .priority-item:nth-child(4n+3) .field-image-highlight {
  background-color: #f5db37;
}
@media only screen and (min-width: 768px) {
  .node-type-issue-page .field-areas-of-priority-id .priority-item:nth-child(4n) .field-image-highlight,
  .node-type-issue-page .field-areas-of-priority-id .priority-item:nth-child(4n+1) .field-image-highlight {
    background-color: #58cae7;
  }
  .node-type-issue-page .field-areas-of-priority-id .priority-item:nth-child(4n+2) .field-image-highlight,
  .node-type-issue-page .field-areas-of-priority-id .priority-item:nth-child(4n+3) .field-image-highlight {
    background-color: #f5db37;
  }
}
.node-type-issue-page .field-areas-of-priority-id .section-highlight-content .introduction,
.node-type-issue-page .field-areas-of-priority-id .field-fact-caption {
  font-size: 1.5rem;
  color: #ffffff;
}
.node-type-issue-page .field-areas-of-priority-id .field-image-highlight {
  position: relative;
  text-align: center;
  padding: 3rem 0;
}
.node-type-issue-page .field-areas-of-priority-id .field-fact-caption {
  margin-bottom: 1.5rem;
  color: #f1c400;
  font-weight: bold;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 1.5rem;
}
.node-type-issue-page .field-impact-highlight-id {
  background-color: #58cae7;
}
.node-type-issue-page .field-impact-highlight-id .field-label {
  color: #ffffff;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.node-type-issue-page .field-featured-article {
  *zoom: 1;
  padding-top: 2%;
  padding-bottom: 2%;
}
.node-type-issue-page .field-featured-article:before,
.node-type-issue-page .field-featured-article:after {
  display: table;
  content: "";
  line-height: 0;
}
.node-type-issue-page .field-featured-article:after {
  clear: both;
}
.node-type-issue-page .field-featured-article .field-label {
  text-align: left;
  margin: 2% 0 4% 0;
}
.node-type-issue-page .field-featured-article .date,
.node-type-issue-page .field-featured-article .introduction {
  color: #000000;
  font-weight: normal;
}
.node-type-issue-page .field-featured-article .introduction {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
}
.node-type-issue-page .field-featured-article .content-group {
  padding: 4% 0 0;
}
@media only screen and (min-width: 768px) {
  .node-type-issue-page .field-featured-article .field-image-listing,
  .node-type-issue-page .field-featured-article .content-group {
    width: 47.5%;
    float: left;
    padding: 0;
  }
  .node-type-issue-page .field-featured-article .field-image-listing {
    margin-right: 5%;
  }
}
.node-type-issue-page .field-expert-id {
  width: auto;
  padding-right: 6%;
  float: none;
  padding-top: 2rem;
}
.node-type-issue-page .field-expert-id .field-items > * {
  display: inline-block;
  width: 100%;
  text-align: center;
  float: none;
  vertical-align: top;
  border-bottom: 1px solid #f1f1f0;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .node-type-issue-page .field-expert-id .field-items > * {
    width: 25%;
    border: 0;
  }
}
.node-type-issue-page .issue-page-news {
  padding-top: 2em;
  *zoom: 1;
}
.node-type-issue-page .issue-page-news:before,
.node-type-issue-page .issue-page-news:after {
  display: table;
  content: "";
  line-height: 0;
}
.node-type-issue-page .issue-page-news:after {
  clear: both;
}
.node-type-issue-page .issue-page-news li {
  margin-bottom: 6%;
}
@media only screen and (min-width: 768px) {
  .node-type-issue-page .issue-page-news li {
    width: 47.5%;
    margin-right: 5%;
    float: left;
  }
  .node-type-issue-page .issue-page-news li:nth-child(2n+2) {
    margin-right: 0;
  }
  .node-type-issue-page .issue-page-news li:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1152px) {
  .node-type-issue-page .issue-page-news li {
    width: 21.25%;
  }
  .node-type-issue-page .issue-page-news li:nth-child(4n+2) {
    margin-right: 5%;
  }
  .node-type-issue-page .issue-page-news li:nth-child(4n+3) {
    clear: none;
  }
}
.node-type-issue-page .issue-page-news .introduction {
  font-weight: normal;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
}
.node-type-issue-page .related-pages h1 {
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(102, 102, 102, 0.3);
}
.node-type-issue-page .author-bio h2 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #0072ce;
}
.node-type-issue-page .author-bio .field-person-photo {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.75;
}
.node-type-issue-page .author-bio img {
  margin: 0 auto;
}
.node-type-issue-page .author-bio:hover .field-person-photo {
  opacity: 1;
}
.node-type-issue-page .author-bio:hover h2 {
  color: #58cae7;
}
.node-type-rpi .node-rpi {
  background-color: #f1f1f0;
}
.node-type-rpi .content-top {
  color: #ffffff;
  background-color: #243c4b;
  position: relative;
}
.node-type-rpi .content-top:before {
  content: "";
  display: block;
  background-image: url(/sites/all/themes/custom/plantheme/img/texture-white.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}
.node-type-rpi .content-top h1 {
  max-width: none;
  width: auto;
}
@media only screen and (min-width: 576px) {
  .node-type-rpi .content-top h1 {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 576px) {
  .node-type-rpi .content-top h1 {
    margin-top: 0;
  }
}
.node-type-rpi .content-top .introduction {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 1152px) {
  .node-type-rpi .content-top .introduction {
    margin-bottom: 0;
  }
}
.node-type-rpi .content-top .field-rpi-feature p {
  font-size: 1.25rem;
}
@media only screen and (min-width: 576px) {
  .node-type-rpi .content-top .field-rpi-feature p {
    font-size: 1.5rem;
  }
}
.node-type-rpi .header-breadcrumb {
  *zoom: 1;
}
.node-type-rpi .header-breadcrumb:before,
.node-type-rpi .header-breadcrumb:after {
  display: table;
  content: "";
  line-height: 0;
}
.node-type-rpi .header-breadcrumb:after {
  clear: both;
}
.node-type-rpi .header-breadcrumb img {
  padding: 1rem 1rem 0;
}
@media only screen and (min-width: 576px) {
  .node-type-rpi .header-breadcrumb img {
    padding: 0;
  }
}
@media only screen and (min-width: 1152px) {
  .node-type-rpi .header-breadcrumb > div {
    width: 47.5%;
    float: left;
  }
  .node-type-rpi .header-breadcrumb > div:first-child {
    margin-right: 5%;
  }
}
.node-type-rpi .arrow-cutout:before,
.node-type-rpi .arrow-cutout:after {
  border-bottom-color: #58cae7;
}
.node-type-rpi .content-middle {
  background-color: #ffffff;
  padding: 0;
  position: relative;
  overflow: inherit;
}
.node-type-rpi .block-views {
  padding: 50px 4% 0;
  background-color: #58cae7;
}
.node-type-rpi .block-views .block-title {
  color: #ffffff;
}
.node-type-rpi .block-views--blog {
  background-color: #f1f1f0;
}
.node-type-rpi .block-views--blog .block-title {
  color: #0072ce;
}
.node-type-rpi .block-views .views-row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .node-type-rpi .block-views {
    float: left;
    width: 60%;
  }
  .node-type-rpi .block-views--blog {
    width: 40%;
    margin-top: -40px;
    padding-top: 90px;
  }
}
.node-type-rpi .button {
  background-color: #f1c400;
  color: #243c4b;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}
.node-type-rpi .button:hover {
  background-color: #f5db37;
  color: #243c4b;
}
.field-impact-highlight-id {
  overflow: auto;
}
.field-impact-highlight-id > .field-items .field-image-listing img {
  width: 100%;
}
.field-impact-highlight-id > .field-items > .impact-item {
  background-color: #ffffff;
  opacity: 0.9;
  width: 100%;
  margin: 0 auto 3rem auto;
  height: auto;
  padding: 0;
  display: block;
}
.field-impact-highlight-id > .field-items > .impact-item h2 {
  padding: 1rem 1rem 0 1rem;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 2.5rem;
}
.field-impact-highlight-id > .field-items > .impact-item .field-body {
  padding: 0 1rem 1rem 1rem;
  color: #000;
}
.field-impact-highlight-id > .field-items > .impact-item .field-body p {
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 1rem 0 0 0;
}
.field-impact-highlight-id > .field-items > .impact-item:hover h2 {
  color: #58cae7;
}
@media only screen and (min-width: 768px) {
  .field-impact-highlight-id > .field-items > .impact-item {
    width: 30%;
    margin-right: 5%;
    float: left;
  }
  .field-impact-highlight-id > .field-items > .impact-item h2 {
    font-size: 3rem;
  }
  .field-impact-highlight-id > .field-items > .impact-item a {
    display: block;
  }
  .field-impact-highlight-id > .field-items > .impact-item:nth-child(3n+3) {
    margin-right: 0;
  }
}
.field-impact-highlight-id > .field-items h2 {
  color: #0072ce;
}
.field-impact-highlight-id > .field-items .section-highlight-content {
  padding: 4%;
}
.field-impact-highlight-id > .field-items .introduction {
  font-weight: normal;
  padding-bottom: 0;
  font-size: 1.25rem;
  color: #000000;
}
.facts-stats {
  /* cf. type-campaign.less which may well duplicate some of this stuff */
  padding: 6%;
  background-color: #58cae7;
  position: relative;
  color: #ffffff;
}
.facts-stats:before {
  content: "";
  display: block;
  background-image: url(/sites/all/themes/custom/plantheme/img/texture-white.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.facts-stats:before {
  opacity: 0.4;
}
.facts-stats .field-label {
  text-align: center;
  color: #ffffff;
  border: 0;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.facts-stats ul {
  padding: 0;
  opacity: 1;
  overflow: auto;
}
.facts-stats li {
  width: 100%;
  margin: 0 auto 2rem auto;
  height: auto;
  padding: 3% 4% 4% 4%;
  opacity: 1;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-image: url(/sites/all/themes/custom/plantheme/img/distressed-box-white.png);
}
@media only screen and (min-width: 1152px) {
  .facts-stats li {
    width: 31.3333%;
    margin: 0 3% 0 0;
    float: left;
  }
  .facts-stats li:nth-child(3n+3) {
    margin-right: 0;
  }
}
.facts-stats .field-fact-title {
  color: #58cae7;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1;
  font-size: 5rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 1152px) {
  .facts-stats .field-fact-title {
    font-size: 4vw;
  }
}
.facts-stats .field-fact-caption {
  color: #243c4b;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2.25rem;
  padding-bottom: 2rem;
}
.facts-stats .field-call-to-action-link {
  background-color: #f1c400;
}
.facts-stats .field-call-to-action-link a {
  color: #000000;
}
.facts-stats .field-call-to-action-link:hover {
  background-color: #e17800;
}
.facts-stats .field-call-to-action-link:hover a {
  color: #ffffff;
}
.field-areas-of-priority-id {
  background-color: #f1f1f0;
  position: relative;
}
.field-areas-of-priority-id a.flex-prev:before,
.field-areas-of-priority-id a.flex-next:before {
  font-size: 26px;
  margin-top: 8px;
}
.field-areas-of-priority-id a.flex-prev {
  left: auto;
}
.field-areas-of-priority-id a.flex-next {
  margin-right: -21px;
  right: 6%;
}
.field-areas-of-priority-id .flex-nav-prev {
  margin-left: -21px;
}
.field-areas-of-priority-id .flex-direction-nav a {
  opacity: 1;
}
.field-areas-of-priority-id .field-items {
  overflow: auto;
}
.field-areas-of-priority-id .field-items h2 {
  font-size: 2.5rem;
}
.field-areas-of-priority-id .field-items img {
  max-width: 50%;
}
.field-areas-of-priority-id .field-items > .impact-item {
  opacity: 0.9;
  text-align: center;
}
.field-areas-of-priority-id .field-items .introduction {
  max-width: none;
  color: #000000;
}
@media only screen and (min-width: 576px) {
  .field-areas-of-priority-id .field-items h2 {
    font-size: 3rem;
  }
}
.field-areas-of-priority-id .section-highlight-content {
  padding: 2rem 2rem 0 2rem;
}
.field-areas-of-priority-id .introduction {
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: 0;
  margin-bottom: 1.5rem;
}
.field-campaign-id {
  background-color: #f1f1f0;
}
.field-campaign-id .field-items {
  padding: 4% 0;
  overflow: auto;
}
.field-campaign-id .field-items h2 {
  color: #0072ce;
  font-size: 4rem;
}
@media only screen and (min-width: 768px) {
  .field-campaign-id .field-items h2 {
    font-size: 8rem;
  }
}
.field-campaign-id .field-items > div {
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-image: url(/sites/all/themes/custom/plantheme/img/distressed-box-white.png);
  margin: 0 auto 4% auto;
  height: auto;
  padding: 3%;
  opacity: 0.9;
  transition: all 0.2s ease;
}
.field-campaign-id .field-items > div .button {
  background-color: #e17800;
}
@media only screen and (min-width: 768px) {
  .field-campaign-id .field-items > div {
    width: 47.5%;
    margin-right: 2.5%;
    float: left;
  }
  .field-campaign-id .field-items > div .introduction {
    max-width: 100%;
  }
  .field-campaign-id .field-items > div:nth-child(even) {
    margin-right: 0;
    margin-left: 2.5%;
  }
  .field-campaign-id .field-items > div:nth-child(odd) {
    clear: left;
  }
  .field-campaign-id .field-items > div:nth-child(2n+3):last-child {
    margin: 0 auto;
  }
  .field-campaign-id .field-items > div:first-child:last-child {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .field-campaign-id .field-items > div:first-child:last-child .introduction {
    max-width: 60%;
  }
}
.field-campaign-id .field-items > div:hover {
  background-image: url(/sites/all/themes/custom/plantheme/img/distressed-box-blue.png);
  color: #ffffff;
}
.field-campaign-id .field-items > div:hover a,
.field-campaign-id .field-items > div:hover h2 {
  color: #ffffff;
}
.field-campaign-id .introduction {
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.field-campaign-id .button a {
  color: #ffffff;
}
.country-news {
  background-color: #ffffff;
  padding: 4% 0;
}
.country-news .field-label {
  font-size: 3rem;
}
.country-news .field-label:after {
  content: "\f3d1";
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.country-news .field-label:after {
  font-size: inherit;
}
.country-news ul {
  overflow: auto;
}
.country-news li {
  width: auto;
  margin: 0 auto;
  height: auto;
  margin: 1rem 0 3rem 0;
}
@media only screen and (min-width: 576px) {
  .country-news li {
    max-width: 45%;
    margin-right: 5%;
    float: left;
  }
  .country-news li h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1152px) {
  .country-news li {
    max-width: 20%;
  }
  .country-news li h2 {
    font-size: 3rem;
  }
}
.country-news li h2 {
  border-bottom: none;
  padding-bottom: 0;
}
.country-news li h2:after {
  content: "";
}
.country-news .body-summary {
  font-size: 1.25rem;
  line-height: 1.5em;
  opacity: 0.5;
}
.enhanced-listing-listing.node-type-enhanced-listing .content-top h1,
.enhanced-listing-listing-two-per-row.node-type-enhanced-listing .content-top h1 {
  margin-top: 0;
}
@media only screen and (min-width: 576px) {
  .enhanced-listing-listing.node-type-enhanced-listing .content-top h1,
  .enhanced-listing-listing-two-per-row.node-type-enhanced-listing .content-top h1 {
    font-size: 7rem;
  }
}
.enhanced-listing-listing.node-type-enhanced-listing .content-top .field-header-subheading,
.enhanced-listing-listing-two-per-row.node-type-enhanced-listing .content-top .field-header-subheading,
.enhanced-listing-listing.node-type-enhanced-listing .content-top .field-header-feature-body,
.enhanced-listing-listing-two-per-row.node-type-enhanced-listing .content-top .field-header-feature-body {
  width: auto;
}
.enhanced-listing-listing.node-type-enhanced-listing .content-top .arrow-cutout:before,
.enhanced-listing-listing-two-per-row.node-type-enhanced-listing .content-top .arrow-cutout:before,
.enhanced-listing-listing.node-type-enhanced-listing .content-top .arrow-cutout:after,
.enhanced-listing-listing-two-per-row.node-type-enhanced-listing .content-top .arrow-cutout:after {
  border-bottom-color: #58cae7;
}
.enhanced-listing-listing.node-type-enhanced-listing .content-middle,
.enhanced-listing-listing-two-per-row.node-type-enhanced-listing .content-middle {
  background-color: transparent;
  padding-bottom: 4%;
  padding-top: 2%;
}
.node-type-country-office-homepage .get-social {
  background-color: #f1f1f0;
  padding-top: 4%;
  padding-bottom: 4%;
  overflow: auto;
}
.node-type-country-office-homepage .get-social .field-socialmedia-desc {
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .node-type-country-office-homepage .get-social .field-socialmedia-desc {
    float: left;
    max-width: 48%;
    margin-bottom: 0;
    text-align: left;
    margin-right: 2%;
  }
  .node-type-country-office-homepage .get-social .field-socialmedia-desc h2 {
    font-size: 6rem;
  }
}
.node-type-country-office-homepage .get-social .field-socialmedia-embed-block {
  width: 100%;
}
.node-type-country-office-homepage .get-social .field-socialmedia-embed-block iframe {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .node-type-country-office-homepage .get-social .field-socialmedia-embed-block {
    width: 50%;
    display: inline-block;
    float: right;
  }
}
.node-type-country-office-homepage .get-social .social a {
  color: #0072ce;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.node-type-country-office-homepage .get-social .social a:hover {
  color: #58cae7;
}
.node-type-country-office-homepage .get-social .social ul,
.node-type-country-office-homepage .get-social .social li {
  display: inline-block;
}
.node-type-country-office-homepage .get-social .social a {
  display: inline-block;
  padding: 0.5em;
  text-transform: uppercase;
  margin: 0;
}
.node-type-country-office-homepage .get-social .social li a {
  position: relative;
  width: 4rem;
  text-align: center;
  font-size: 0;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.node-type-country-office-homepage .get-social .social li a:hover {
  color: #0072ce;
}
.node-type-country-office-homepage .get-social .social li a:before {
  font-family: "Ionicons";
  font-size: 4rem;
}
.node-type-country-office-homepage .get-social .social li.twitter a:before {
  content: "\f243";
  color: #00aced;
}
.node-type-country-office-homepage .get-social .social li.facebook a:before {
  content: "\f231";
  color: #3b5998;
}
.node-type-country-office-homepage .get-social .social li.linkedin a:before {
  content: "\f239";
  color: #007bb6;
}
.node-type-country-office-homepage .get-social .social li.email a:before {
  content: "\f423";
}
.node-type-blog .content-top,
.node-type-gift-of-hope .content-top,
.node-type-section-index .content-top {
  background-color: #58cae7;
  position: relative;
  padding: 3% 0 3.5% 0;
}
.node-type-blog .content-top:before,
.node-type-gift-of-hope .content-top:before,
.node-type-section-index .content-top:before {
  content: "";
  display: block;
  background-image: url(/sites/all/themes/custom/plantheme/img/texture-white.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.node-type-blog .content-top:before,
.node-type-gift-of-hope .content-top:before,
.node-type-section-index .content-top:before {
  opacity: 0.4;
}
@media only screen and (max-width: 576px) {
  .node-type-blog .content-top,
  .node-type-gift-of-hope .content-top,
  .node-type-section-index .content-top {
    padding-top: 1.6rem;
  }
}
.node-type-gift-of-hope .content-middle {
  background-color: #f1f1f0;
}
.node-type-section-index .header-breadcrumb {
  text-align: center;
  padding: 0 6% 1.5rem 6%;
}
@media only screen and (min-width: 768px) {
  .node-type-section-index .header-breadcrumb {
    padding-left: 12%;
    padding-right: 12%;
  }
}
.node-type-section-index .core-content {
  max-width: 148rem;
}
.node-type-section-index #main-content {
  background-color: #f1f1f0;
}
.node-type-section-index .field-body {
  max-width: 72rem;
  margin: 0 auto;
}
.arrow-cutout {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding: 0;
  max-width: none;
}
.arrow-cutout:before,
.arrow-cutout:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 50%;
  box-sizing: border-box;
}
.arrow-cutout:before {
  right: 50%;
  border-bottom: 40px solid #f1f1f0;
  border-right: 40px solid transparent;
}
.arrow-cutout:after {
  left: 50%;
  border-bottom: 40px solid #f1f1f0;
  border-left: 40px solid transparent;
}
.header-breadcrumb.has-arrow-cutout {
  padding-bottom: 40px;
}
@media only screen and (min-width: 576px) {
  .header-breadcrumb.has-arrow-cutout {
    padding-bottom: 0;
  }
}
.content-top-body-trigger {
  text-align: center;
  margin: 2rem 0 5rem;
}
@media only screen and (min-width: 576px) {
  .content-top-body-trigger {
    margin-bottom: 3rem;
  }
}
.content-top-body-trigger a {
  cursor: pointer;
  position: relative;
  color: #000000;
  font-size: 1.25rem;
}
.content-top-body-trigger a:before {
  content: '\f216';
  font-family: "Ionicons";
  margin-right: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
@media only screen and (min-width: 576px) {
  .content-top-body-trigger a {
    font-size: 1.5rem;
  }
}
.content-top-body-trigger.content-top-body-trigger-open a:before {
  content: '\f207';
  font-family: "Ionicons";
  margin-right: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
/* Trigger correct layout of components within element */
.view-mode-teaser {
  position: relative;
}
.content-middle {
  /* Apply mixin on links within content-middle region */
  padding: 4% 0;
}
.content-middle a {
  color: #0072ce;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.content-middle a:hover {
  color: #58cae7;
}
/* Styling of various sidebar fields and their labels */
.field-location-text,
.field-job-salary,
.field-job-closing-date,
.field-job-reference,
.field-display-date,
.field-contact-telephone,
.field-contact-email {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f1f1f0;
}
.field-location-text .field-label,
.field-job-salary .field-label,
.field-job-closing-date .field-label,
.field-job-reference .field-label,
.field-display-date .field-label,
.field-contact-telephone .field-label,
.field-contact-email .field-label {
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
}
.field-location-text .field-label:after,
.field-job-salary .field-label:after,
.field-job-closing-date .field-label:after,
.field-job-reference .field-label:after,
.field-display-date .field-label:after,
.field-contact-telephone .field-label:after,
.field-contact-email .field-label:after {
  content: ": ";
}
/* Telephone/email fields are output in both sidebar and content */
.field-contact-telephone,
.field-contact-email {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 1rem;
  line-height: 2;
}
/* If contact portrait present, clear above */
.field-contact-portrait ~ .field-contact-telephone,
.field-contact-portrait ~ .field-contact-email {
  clear: left;
}
/* Author biography/byline component */
.author-bio .field-contact-portrait,
.author-bio .contact-info {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 1344px) {
  .author-bio .field-contact-portrait,
  .author-bio .contact-info {
    display: block;
  }
}
.author-bio,
.field-guest-authors .entity {
  *zoom: 1;
  border-bottom: 1px solid #f1f1f0;
  line-height: 1;
  margin-bottom: 10px;
}
.author-bio:before,
.field-guest-authors .entity:before,
.author-bio:after,
.field-guest-authors .entity:after {
  display: table;
  content: "";
  line-height: 0;
}
.author-bio:after,
.field-guest-authors .entity:after {
  clear: both;
}
.field-guest-authors .entity {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.author-bio .field-job-title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.views-listing-page .author-bio .field-job-title {
  color: #666666;
}
.field-guest-author {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #243c4b;
  line-height: 1;
}
.field-guest-author-role,
.views-listing-page .author-bio .role {
  font-style: italic;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #666666;
}
.field-guest-author-role {
  line-height: 1;
}
.article-meta .field-guest-author-role {
  font-style: inherit;
}
.job-vacancy-contact img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin-right: 1rem;
  width: 4rem;
  height: 4rem;
  float: left;
}
.views-listing-page .author-bio img,
.field-author-id img,
.field-guest-authors img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin-right: 1rem;
  width: 4rem;
  height: 4rem;
  float: left;
}
@media only screen and (min-width: 576px) {
  .views-listing-page .author-bio img,
  .field-author-id img,
  .field-guest-authors img {
    max-width: inherit;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .views-listing-page .author-bio img,
  .field-author-id img,
  .field-guest-authors img {
    width: inherit;
  }
}
@media only screen and (min-width: 1344px) {
  .views-listing-page .author-bio img,
  .field-author-id img,
  .field-guest-authors img {
    width: 9rem;
    height: 9rem;
    margin-bottom: 1rem;
  }
}
.views-listing-page .author-bio {
  border: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.views-listing-page .author-bio h3 {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #243c4b;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.article-meta .author-bio {
  padding-bottom: 1rem;
}
/* Date component */
.date {
  margin-bottom: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #f1f1f0;
  text-transform: uppercase;
  opacity: 0.8;
  font-size: 1rem;
}
/* Tags (taxonomy etc) component */
.tags {
  *zoom: 1;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f1f1f0;
  text-transform: uppercase;
  font-size: 1.125rem;
}
.tags:before,
.tags:after {
  display: table;
  content: "";
  line-height: 0;
}
.tags:after {
  clear: both;
}
.tags li {
  float: left;
  opacity: 1;
  margin: 0 1rem;
}
@media only screen and (min-width: 1344px) {
  .tags li {
    float: none;
    margin: 0;
  }
}
.tags a {
  padding: 0.5rem 0;
  display: block;
}
.tags a:before {
  content: "\f48d";
  font-family: "Ionicons";
  margin-right: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.tags a:before {
  color: #243c4b;
  font-size: 1.33rem;
}
/* Related content components */
.documents ul {
  font-size: 2rem;
}
.documents li {
  margin-bottom: 1rem;
}
.documents .file-type {
  float: right;
  font-size: 1.25rem;
  text-transform: uppercase;
}
/* Related files/file downloads component */
.field-document a {
  display: block;
  font-size: 1.2rem;
  padding: 1rem 0;
}
@media only screen and (min-width: 576px) {
  .field-document a {
    font-size: 1.6rem;
  }
}
.field-document .file-meta {
  float: right;
  color: #666666;
  font-size: 1.1rem;
  margin-top: 0.2rem;
  padding-right: 2.2rem;
  position: relative;
}
.field-document .file-meta:after {
  content: "\f103";
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.field-document .file-meta:after {
  color: #0072ce;
  font-size: 2.1rem;
  position: absolute;
  right: 0;
  top: 3px;
}
.field-document .file-meta-type {
  text-transform: uppercase;
}
/* Introduction content field */
.introduction {
  font-weight: bold;
  padding-bottom: 4%;
  font-size: 1.5rem;
  margin-bottom: 3rem;
  line-height: 1.95rem;
}
.node-type-section-index .introduction {
  padding: 0 3%;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-align: center;
  max-width: 52rem;
}
@media only screen and (min-width: 576px) {
  .node-type-section-index .introduction {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-country-office-homepage .introduction {
    max-width: 50%;
  }
}
.field-section-highlights-id .introduction,
.field-featured-highlight-id .introduction {
  margin-bottom: 0;
  text-align: left;
  padding: 0 2.5% 2.5%;
  color: #000000;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: normal;
}
@media only screen and (min-width: 576px) {
  .field-section-highlights-id .introduction,
  .field-featured-highlight-id .introduction {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.field-featured-highlight-id .introduction {
  padding-left: 4%;
  padding-right: 4%;
}
@media only screen and (min-width: 576px) {
  .field-featured-highlight-id .introduction {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
}
/* Main image field */
.field-image-main {
  padding-bottom: 4%;
}
/* Main body content field */
.main-body,
.field-intro-text,
.body,
#paragraphs-section .field-paragraph-description,
#paragraphs-section .field-side-box-description,
.field-paragraph-description {
  padding-bottom: 4%;
}
.main-body .file-portrait-style-image,
.field-intro-text .file-portrait-style-image,
.body .file-portrait-style-image,
#paragraphs-section .field-paragraph-description .file-portrait-style-image,
#paragraphs-section .field-side-box-description .file-portrait-style-image,
.field-paragraph-description .file-portrait-style-image,
.main-body .file-portrait-style-image-noborder,
.field-intro-text .file-portrait-style-image-noborder,
.body .file-portrait-style-image-noborder,
#paragraphs-section .field-paragraph-description .file-portrait-style-image-noborder,
#paragraphs-section .field-side-box-description .file-portrait-style-image-noborder,
.field-paragraph-description .file-portrait-style-image-noborder,
.main-body .file-image-float-right,
.field-intro-text .file-image-float-right,
.body .file-image-float-right,
#paragraphs-section .field-paragraph-description .file-image-float-right,
#paragraphs-section .field-side-box-description .file-image-float-right,
.field-paragraph-description .file-image-float-right {
  max-width: 50%;
  margin-left: 2rem;
  float: right;
}
.main-body .file-portrait-style-image img.file-portrait-style-image,
.field-intro-text .file-portrait-style-image img.file-portrait-style-image,
.body .file-portrait-style-image img.file-portrait-style-image,
#paragraphs-section .field-paragraph-description .file-portrait-style-image img.file-portrait-style-image,
#paragraphs-section .field-side-box-description .file-portrait-style-image img.file-portrait-style-image,
.field-paragraph-description .file-portrait-style-image img.file-portrait-style-image,
.main-body .file-portrait-style-image-noborder img.file-portrait-style-image,
.field-intro-text .file-portrait-style-image-noborder img.file-portrait-style-image,
.body .file-portrait-style-image-noborder img.file-portrait-style-image,
#paragraphs-section .field-paragraph-description .file-portrait-style-image-noborder img.file-portrait-style-image,
#paragraphs-section .field-side-box-description .file-portrait-style-image-noborder img.file-portrait-style-image,
.field-paragraph-description .file-portrait-style-image-noborder img.file-portrait-style-image,
.main-body .file-image-float-right img.file-portrait-style-image,
.field-intro-text .file-image-float-right img.file-portrait-style-image,
.body .file-image-float-right img.file-portrait-style-image,
#paragraphs-section .field-paragraph-description .file-image-float-right img.file-portrait-style-image,
#paragraphs-section .field-side-box-description .file-image-float-right img.file-portrait-style-image,
.field-paragraph-description .file-image-float-right img.file-portrait-style-image,
.main-body .file-portrait-style-image img.file-portrait-style-image-noborder,
.field-intro-text .file-portrait-style-image img.file-portrait-style-image-noborder,
.body .file-portrait-style-image img.file-portrait-style-image-noborder,
#paragraphs-section .field-paragraph-description .file-portrait-style-image img.file-portrait-style-image-noborder,
#paragraphs-section .field-side-box-description .file-portrait-style-image img.file-portrait-style-image-noborder,
.field-paragraph-description .file-portrait-style-image img.file-portrait-style-image-noborder,
.main-body .file-portrait-style-image-noborder img.file-portrait-style-image-noborder,
.field-intro-text .file-portrait-style-image-noborder img.file-portrait-style-image-noborder,
.body .file-portrait-style-image-noborder img.file-portrait-style-image-noborder,
#paragraphs-section .field-paragraph-description .file-portrait-style-image-noborder img.file-portrait-style-image-noborder,
#paragraphs-section .field-side-box-description .file-portrait-style-image-noborder img.file-portrait-style-image-noborder,
.field-paragraph-description .file-portrait-style-image-noborder img.file-portrait-style-image-noborder,
.main-body .file-image-float-right img.file-portrait-style-image-noborder,
.field-intro-text .file-image-float-right img.file-portrait-style-image-noborder,
.body .file-image-float-right img.file-portrait-style-image-noborder,
#paragraphs-section .field-paragraph-description .file-image-float-right img.file-portrait-style-image-noborder,
#paragraphs-section .field-side-box-description .file-image-float-right img.file-portrait-style-image-noborder,
.field-paragraph-description .file-image-float-right img.file-portrait-style-image-noborder,
.main-body .file-portrait-style-image img.file-image-float-right,
.field-intro-text .file-portrait-style-image img.file-image-float-right,
.body .file-portrait-style-image img.file-image-float-right,
#paragraphs-section .field-paragraph-description .file-portrait-style-image img.file-image-float-right,
#paragraphs-section .field-side-box-description .file-portrait-style-image img.file-image-float-right,
.field-paragraph-description .file-portrait-style-image img.file-image-float-right,
.main-body .file-portrait-style-image-noborder img.file-image-float-right,
.field-intro-text .file-portrait-style-image-noborder img.file-image-float-right,
.body .file-portrait-style-image-noborder img.file-image-float-right,
#paragraphs-section .field-paragraph-description .file-portrait-style-image-noborder img.file-image-float-right,
#paragraphs-section .field-side-box-description .file-portrait-style-image-noborder img.file-image-float-right,
.field-paragraph-description .file-portrait-style-image-noborder img.file-image-float-right,
.main-body .file-image-float-right img.file-image-float-right,
.field-intro-text .file-image-float-right img.file-image-float-right,
.body .file-image-float-right img.file-image-float-right,
#paragraphs-section .field-paragraph-description .file-image-float-right img.file-image-float-right,
#paragraphs-section .field-side-box-description .file-image-float-right img.file-image-float-right,
.field-paragraph-description .file-image-float-right img.file-image-float-right {
  max-width: 100%;
  margin-left: 0;
  float: none;
}
.main-body .file-image-float-left,
.field-intro-text .file-image-float-left,
.body .file-image-float-left,
#paragraphs-section .field-paragraph-description .file-image-float-left,
#paragraphs-section .field-side-box-description .file-image-float-left,
.field-paragraph-description .file-image-float-left {
  max-width: 50%;
  margin-right: 2rem;
  float: left;
}
.main-body .file-image-float-left img.file-image-float-left,
.field-intro-text .file-image-float-left img.file-image-float-left,
.body .file-image-float-left img.file-image-float-left,
#paragraphs-section .field-paragraph-description .file-image-float-left img.file-image-float-left,
#paragraphs-section .field-side-box-description .file-image-float-left img.file-image-float-left,
.field-paragraph-description .file-image-float-left img.file-image-float-left {
  max-width: 100%;
  margin-left: 0;
  float: none;
}
@media only screen and (min-width: 1344px) {
  .main-body .file-portrait-style-image,
  .field-intro-text .file-portrait-style-image,
  .body .file-portrait-style-image,
  #paragraphs-section .field-paragraph-description .file-portrait-style-image,
  #paragraphs-section .field-side-box-description .file-portrait-style-image,
  .field-paragraph-description .file-portrait-style-image,
  .main-body .file-portrait-style-image-noborder,
  .field-intro-text .file-portrait-style-image-noborder,
  .body .file-portrait-style-image-noborder,
  #paragraphs-section .field-paragraph-description .file-portrait-style-image-noborder,
  #paragraphs-section .field-side-box-description .file-portrait-style-image-noborder,
  .field-paragraph-description .file-portrait-style-image-noborder {
    max-width: 60%;
    margin-right: -10rem;
  }
}
.main-body .media-portrait_style_image,
.field-intro-text .media-portrait_style_image,
.body .media-portrait_style_image,
#paragraphs-section .field-paragraph-description .media-portrait_style_image,
#paragraphs-section .field-side-box-description .media-portrait_style_image,
.field-paragraph-description .media-portrait_style_image,
.main-body .media-portrait_style_image_noborder,
.field-intro-text .media-portrait_style_image_noborder,
.body .media-portrait_style_image_noborder,
#paragraphs-section .field-paragraph-description .media-portrait_style_image_noborder,
#paragraphs-section .field-side-box-description .media-portrait_style_image_noborder,
.field-paragraph-description .media-portrait_style_image_noborder,
.main-body .media-image_float_right,
.field-intro-text .media-image_float_right,
.body .media-image_float_right,
#paragraphs-section .field-paragraph-description .media-image_float_right,
#paragraphs-section .field-side-box-description .media-image_float_right,
.field-paragraph-description .media-image_float_right {
  max-width: 50%;
  margin-left: 2rem;
  float: right;
}
.main-body .media-portrait_style_image .file-portrait-style-image,
.field-intro-text .media-portrait_style_image .file-portrait-style-image,
.body .media-portrait_style_image .file-portrait-style-image,
#paragraphs-section .field-paragraph-description .media-portrait_style_image .file-portrait-style-image,
#paragraphs-section .field-side-box-description .media-portrait_style_image .file-portrait-style-image,
.field-paragraph-description .media-portrait_style_image .file-portrait-style-image,
.main-body .media-portrait_style_image_noborder .file-portrait-style-image,
.field-intro-text .media-portrait_style_image_noborder .file-portrait-style-image,
.body .media-portrait_style_image_noborder .file-portrait-style-image,
#paragraphs-section .field-paragraph-description .media-portrait_style_image_noborder .file-portrait-style-image,
#paragraphs-section .field-side-box-description .media-portrait_style_image_noborder .file-portrait-style-image,
.field-paragraph-description .media-portrait_style_image_noborder .file-portrait-style-image,
.main-body .media-image_float_right .file-portrait-style-image,
.field-intro-text .media-image_float_right .file-portrait-style-image,
.body .media-image_float_right .file-portrait-style-image,
#paragraphs-section .field-paragraph-description .media-image_float_right .file-portrait-style-image,
#paragraphs-section .field-side-box-description .media-image_float_right .file-portrait-style-image,
.field-paragraph-description .media-image_float_right .file-portrait-style-image,
.main-body .media-portrait_style_image .file-portrait-style-image-noborder,
.field-intro-text .media-portrait_style_image .file-portrait-style-image-noborder,
.body .media-portrait_style_image .file-portrait-style-image-noborder,
#paragraphs-section .field-paragraph-description .media-portrait_style_image .file-portrait-style-image-noborder,
#paragraphs-section .field-side-box-description .media-portrait_style_image .file-portrait-style-image-noborder,
.field-paragraph-description .media-portrait_style_image .file-portrait-style-image-noborder,
.main-body .media-portrait_style_image_noborder .file-portrait-style-image-noborder,
.field-intro-text .media-portrait_style_image_noborder .file-portrait-style-image-noborder,
.body .media-portrait_style_image_noborder .file-portrait-style-image-noborder,
#paragraphs-section .field-paragraph-description .media-portrait_style_image_noborder .file-portrait-style-image-noborder,
#paragraphs-section .field-side-box-description .media-portrait_style_image_noborder .file-portrait-style-image-noborder,
.field-paragraph-description .media-portrait_style_image_noborder .file-portrait-style-image-noborder,
.main-body .media-image_float_right .file-portrait-style-image-noborder,
.field-intro-text .media-image_float_right .file-portrait-style-image-noborder,
.body .media-image_float_right .file-portrait-style-image-noborder,
#paragraphs-section .field-paragraph-description .media-image_float_right .file-portrait-style-image-noborder,
#paragraphs-section .field-side-box-description .media-image_float_right .file-portrait-style-image-noborder,
.field-paragraph-description .media-image_float_right .file-portrait-style-image-noborder,
.main-body .media-portrait_style_image .file-image-float-right,
.field-intro-text .media-portrait_style_image .file-image-float-right,
.body .media-portrait_style_image .file-image-float-right,
#paragraphs-section .field-paragraph-description .media-portrait_style_image .file-image-float-right,
#paragraphs-section .field-side-box-description .media-portrait_style_image .file-image-float-right,
.field-paragraph-description .media-portrait_style_image .file-image-float-right,
.main-body .media-portrait_style_image_noborder .file-image-float-right,
.field-intro-text .media-portrait_style_image_noborder .file-image-float-right,
.body .media-portrait_style_image_noborder .file-image-float-right,
#paragraphs-section .field-paragraph-description .media-portrait_style_image_noborder .file-image-float-right,
#paragraphs-section .field-side-box-description .media-portrait_style_image_noborder .file-image-float-right,
.field-paragraph-description .media-portrait_style_image_noborder .file-image-float-right,
.main-body .media-image_float_right .file-image-float-right,
.field-intro-text .media-image_float_right .file-image-float-right,
.body .media-image_float_right .file-image-float-right,
#paragraphs-section .field-paragraph-description .media-image_float_right .file-image-float-right,
#paragraphs-section .field-side-box-description .media-image_float_right .file-image-float-right,
.field-paragraph-description .media-image_float_right .file-image-float-right {
  max-width: 100%;
  margin-left: 0;
  float: none;
}
.main-body .media-portrait_style_image .file-portrait-style-image.main-body-image-wrap,
.field-intro-text .media-portrait_style_image .file-portrait-style-image.main-body-image-wrap,
.body .media-portrait_style_image .file-portrait-style-image.main-body-image-wrap,
#paragraphs-section .field-paragraph-description .media-portrait_style_image .file-portrait-style-image.main-body-image-wrap,
#paragraphs-section .field-side-box-description .media-portrait_style_image .file-portrait-style-image.main-body-image-wrap,
.field-paragraph-description .media-portrait_style_image .file-portrait-style-image.main-body-image-wrap,
.main-body .media-portrait_style_image_noborder .file-portrait-style-image.main-body-image-wrap,
.field-intro-text .media-portrait_style_image_noborder .file-portrait-style-image.main-body-image-wrap,
.body .media-portrait_style_image_noborder .file-portrait-style-image.main-body-image-wrap,
#paragraphs-section .field-paragraph-description .media-portrait_style_image_noborder .file-portrait-style-image.main-body-image-wrap,
#paragraphs-section .field-side-box-description .media-portrait_style_image_noborder .file-portrait-style-image.main-body-image-wrap,
.field-paragraph-description .media-portrait_style_image_noborder .file-portrait-style-image.main-body-image-wrap,
.main-body .media-image_float_right .file-portrait-style-image.main-body-image-wrap,
.field-intro-text .media-image_float_right .file-portrait-style-image.main-body-image-wrap,
.body .media-image_float_right .file-portrait-style-image.main-body-image-wrap,
#paragraphs-section .field-paragraph-description .media-image_float_right .file-portrait-style-image.main-body-image-wrap,
#paragraphs-section .field-side-box-description .media-image_float_right .file-portrait-style-image.main-body-image-wrap,
.field-paragraph-description .media-image_float_right .file-portrait-style-image.main-body-image-wrap,
.main-body .media-portrait_style_image .file-portrait-style-image-noborder.main-body-image-wrap,
.field-intro-text .media-portrait_style_image .file-portrait-style-image-noborder.main-body-image-wrap,
.body .media-portrait_style_image .file-portrait-style-image-noborder.main-body-image-wrap,
#paragraphs-section .field-paragraph-description .media-portrait_style_image .file-portrait-style-image-noborder.main-body-image-wrap,
#paragraphs-section .field-side-box-description .media-portrait_style_image .file-portrait-style-image-noborder.main-body-image-wrap,
.field-paragraph-description .media-portrait_style_image .file-portrait-style-image-noborder.main-body-image-wrap,
.main-body .media-portrait_style_image_noborder .file-portrait-style-image-noborder.main-body-image-wrap,
.field-intro-text .media-portrait_style_image_noborder .file-portrait-style-image-noborder.main-body-image-wrap,
.body .media-portrait_style_image_noborder .file-portrait-style-image-noborder.main-body-image-wrap,
#paragraphs-section .field-paragraph-description .media-portrait_style_image_noborder .file-portrait-style-image-noborder.main-body-image-wrap,
#paragraphs-section .field-side-box-description .media-portrait_style_image_noborder .file-portrait-style-image-noborder.main-body-image-wrap,
.field-paragraph-description .media-portrait_style_image_noborder .file-portrait-style-image-noborder.main-body-image-wrap,
.main-body .media-image_float_right .file-portrait-style-image-noborder.main-body-image-wrap,
.field-intro-text .media-image_float_right .file-portrait-style-image-noborder.main-body-image-wrap,
.body .media-image_float_right .file-portrait-style-image-noborder.main-body-image-wrap,
#paragraphs-section .field-paragraph-description .media-image_float_right .file-portrait-style-image-noborder.main-body-image-wrap,
#paragraphs-section .field-side-box-description .media-image_float_right .file-portrait-style-image-noborder.main-body-image-wrap,
.field-paragraph-description .media-image_float_right .file-portrait-style-image-noborder.main-body-image-wrap,
.main-body .media-portrait_style_image .file-image-float-right.main-body-image-wrap,
.field-intro-text .media-portrait_style_image .file-image-float-right.main-body-image-wrap,
.body .media-portrait_style_image .file-image-float-right.main-body-image-wrap,
#paragraphs-section .field-paragraph-description .media-portrait_style_image .file-image-float-right.main-body-image-wrap,
#paragraphs-section .field-side-box-description .media-portrait_style_image .file-image-float-right.main-body-image-wrap,
.field-paragraph-description .media-portrait_style_image .file-image-float-right.main-body-image-wrap,
.main-body .media-portrait_style_image_noborder .file-image-float-right.main-body-image-wrap,
.field-intro-text .media-portrait_style_image_noborder .file-image-float-right.main-body-image-wrap,
.body .media-portrait_style_image_noborder .file-image-float-right.main-body-image-wrap,
#paragraphs-section .field-paragraph-description .media-portrait_style_image_noborder .file-image-float-right.main-body-image-wrap,
#paragraphs-section .field-side-box-description .media-portrait_style_image_noborder .file-image-float-right.main-body-image-wrap,
.field-paragraph-description .media-portrait_style_image_noborder .file-image-float-right.main-body-image-wrap,
.main-body .media-image_float_right .file-image-float-right.main-body-image-wrap,
.field-intro-text .media-image_float_right .file-image-float-right.main-body-image-wrap,
.body .media-image_float_right .file-image-float-right.main-body-image-wrap,
#paragraphs-section .field-paragraph-description .media-image_float_right .file-image-float-right.main-body-image-wrap,
#paragraphs-section .field-side-box-description .media-image_float_right .file-image-float-right.main-body-image-wrap,
.field-paragraph-description .media-image_float_right .file-image-float-right.main-body-image-wrap {
  margin-bottom: 0;
}
.main-body .media-portrait_style_image .field-media-description,
.field-intro-text .media-portrait_style_image .field-media-description,
.body .media-portrait_style_image .field-media-description,
#paragraphs-section .field-paragraph-description .media-portrait_style_image .field-media-description,
#paragraphs-section .field-side-box-description .media-portrait_style_image .field-media-description,
.field-paragraph-description .media-portrait_style_image .field-media-description,
.main-body .media-portrait_style_image_noborder .field-media-description,
.field-intro-text .media-portrait_style_image_noborder .field-media-description,
.body .media-portrait_style_image_noborder .field-media-description,
#paragraphs-section .field-paragraph-description .media-portrait_style_image_noborder .field-media-description,
#paragraphs-section .field-side-box-description .media-portrait_style_image_noborder .field-media-description,
.field-paragraph-description .media-portrait_style_image_noborder .field-media-description,
.main-body .media-image_float_right .field-media-description,
.field-intro-text .media-image_float_right .field-media-description,
.body .media-image_float_right .field-media-description,
#paragraphs-section .field-paragraph-description .media-image_float_right .field-media-description,
#paragraphs-section .field-side-box-description .media-image_float_right .field-media-description,
.field-paragraph-description .media-image_float_right .field-media-description {
  margin-top: 0;
}
.main-body .media-image_float_left,
.field-intro-text .media-image_float_left,
.body .media-image_float_left,
#paragraphs-section .field-paragraph-description .media-image_float_left,
#paragraphs-section .field-side-box-description .media-image_float_left,
.field-paragraph-description .media-image_float_left {
  max-width: 50%;
  margin-right: 2rem;
  float: left;
}
.main-body .media-image_float_left .file-portrait-style-image,
.field-intro-text .media-image_float_left .file-portrait-style-image,
.body .media-image_float_left .file-portrait-style-image,
#paragraphs-section .field-paragraph-description .media-image_float_left .file-portrait-style-image,
#paragraphs-section .field-side-box-description .media-image_float_left .file-portrait-style-image,
.field-paragraph-description .media-image_float_left .file-portrait-style-image,
.main-body .media-image_float_left .file-portrait-style-image-noborder,
.field-intro-text .media-image_float_left .file-portrait-style-image-noborder,
.body .media-image_float_left .file-portrait-style-image-noborder,
#paragraphs-section .field-paragraph-description .media-image_float_left .file-portrait-style-image-noborder,
#paragraphs-section .field-side-box-description .media-image_float_left .file-portrait-style-image-noborder,
.field-paragraph-description .media-image_float_left .file-portrait-style-image-noborder,
.main-body .media-image_float_left .file-image-float-left,
.field-intro-text .media-image_float_left .file-image-float-left,
.body .media-image_float_left .file-image-float-left,
#paragraphs-section .field-paragraph-description .media-image_float_left .file-image-float-left,
#paragraphs-section .field-side-box-description .media-image_float_left .file-image-float-left,
.field-paragraph-description .media-image_float_left .file-image-float-left {
  max-width: 100%;
  margin-left: 0;
  float: none;
}
.main-body .media-image_float_left .file-portrait-style-image.main-body-image-wrap,
.field-intro-text .media-image_float_left .file-portrait-style-image.main-body-image-wrap,
.body .media-image_float_left .file-portrait-style-image.main-body-image-wrap,
#paragraphs-section .field-paragraph-description .media-image_float_left .file-portrait-style-image.main-body-image-wrap,
#paragraphs-section .field-side-box-description .media-image_float_left .file-portrait-style-image.main-body-image-wrap,
.field-paragraph-description .media-image_float_left .file-portrait-style-image.main-body-image-wrap,
.main-body .media-image_float_left .file-portrait-style-image-noborder.main-body-image-wrap,
.field-intro-text .media-image_float_left .file-portrait-style-image-noborder.main-body-image-wrap,
.body .media-image_float_left .file-portrait-style-image-noborder.main-body-image-wrap,
#paragraphs-section .field-paragraph-description .media-image_float_left .file-portrait-style-image-noborder.main-body-image-wrap,
#paragraphs-section .field-side-box-description .media-image_float_left .file-portrait-style-image-noborder.main-body-image-wrap,
.field-paragraph-description .media-image_float_left .file-portrait-style-image-noborder.main-body-image-wrap,
.main-body .media-image_float_left .file-image-float-left.main-body-image-wrap,
.field-intro-text .media-image_float_left .file-image-float-left.main-body-image-wrap,
.body .media-image_float_left .file-image-float-left.main-body-image-wrap,
#paragraphs-section .field-paragraph-description .media-image_float_left .file-image-float-left.main-body-image-wrap,
#paragraphs-section .field-side-box-description .media-image_float_left .file-image-float-left.main-body-image-wrap,
.field-paragraph-description .media-image_float_left .file-image-float-left.main-body-image-wrap {
  margin-bottom: 0;
}
.main-body .media-image_float_left .field-media-description,
.field-intro-text .media-image_float_left .field-media-description,
.body .media-image_float_left .field-media-description,
#paragraphs-section .field-paragraph-description .media-image_float_left .field-media-description,
#paragraphs-section .field-side-box-description .media-image_float_left .field-media-description,
.field-paragraph-description .media-image_float_left .field-media-description {
  margin-top: 0;
}
@media only screen and (min-width: 1344px) {
  .main-body .media-portrait_style_image,
  .field-intro-text .media-portrait_style_image,
  .body .media-portrait_style_image,
  #paragraphs-section .field-paragraph-description .media-portrait_style_image,
  #paragraphs-section .field-side-box-description .media-portrait_style_image,
  .field-paragraph-description .media-portrait_style_image,
  .main-body .media-portrait_style_image_noborder,
  .field-intro-text .media-portrait_style_image_noborder,
  .body .media-portrait_style_image_noborder,
  #paragraphs-section .field-paragraph-description .media-portrait_style_image_noborder,
  #paragraphs-section .field-side-box-description .media-portrait_style_image_noborder,
  .field-paragraph-description .media-portrait_style_image_noborder {
    max-width: 60%;
    margin-right: -10rem;
  }
  .main-body .media-portrait_style_image .file-portrait-style-image,
  .field-intro-text .media-portrait_style_image .file-portrait-style-image,
  .body .media-portrait_style_image .file-portrait-style-image,
  #paragraphs-section .field-paragraph-description .media-portrait_style_image .file-portrait-style-image,
  #paragraphs-section .field-side-box-description .media-portrait_style_image .file-portrait-style-image,
  .field-paragraph-description .media-portrait_style_image .file-portrait-style-image,
  .main-body .media-portrait_style_image_noborder .file-portrait-style-image,
  .field-intro-text .media-portrait_style_image_noborder .file-portrait-style-image,
  .body .media-portrait_style_image_noborder .file-portrait-style-image,
  #paragraphs-section .field-paragraph-description .media-portrait_style_image_noborder .file-portrait-style-image,
  #paragraphs-section .field-side-box-description .media-portrait_style_image_noborder .file-portrait-style-image,
  .field-paragraph-description .media-portrait_style_image_noborder .file-portrait-style-image,
  .main-body .media-portrait_style_image .file-portrait-style-image-noborder,
  .field-intro-text .media-portrait_style_image .file-portrait-style-image-noborder,
  .body .media-portrait_style_image .file-portrait-style-image-noborder,
  #paragraphs-section .field-paragraph-description .media-portrait_style_image .file-portrait-style-image-noborder,
  #paragraphs-section .field-side-box-description .media-portrait_style_image .file-portrait-style-image-noborder,
  .field-paragraph-description .media-portrait_style_image .file-portrait-style-image-noborder,
  .main-body .media-portrait_style_image_noborder .file-portrait-style-image-noborder,
  .field-intro-text .media-portrait_style_image_noborder .file-portrait-style-image-noborder,
  .body .media-portrait_style_image_noborder .file-portrait-style-image-noborder,
  #paragraphs-section .field-paragraph-description .media-portrait_style_image_noborder .file-portrait-style-image-noborder,
  #paragraphs-section .field-side-box-description .media-portrait_style_image_noborder .file-portrait-style-image-noborder,
  .field-paragraph-description .media-portrait_style_image_noborder .file-portrait-style-image-noborder {
    max-width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1344px) {
  .main-body .file-image-with-caption,
  .field-intro-text .file-image-with-caption,
  .body .file-image-with-caption,
  #paragraphs-section .field-paragraph-description .file-image-with-caption,
  #paragraphs-section .field-side-box-description .file-image-with-caption,
  .field-paragraph-description .file-image-with-caption,
  .main-body .media-image_with_caption,
  .field-intro-text .media-image_with_caption,
  .body .media-image_with_caption,
  #paragraphs-section .field-paragraph-description .media-image_with_caption,
  #paragraphs-section .field-side-box-description .media-image_with_caption,
  .field-paragraph-description .media-image_with_caption,
  .main-body .file-image-with-caption-noborder,
  .field-intro-text .file-image-with-caption-noborder,
  .body .file-image-with-caption-noborder,
  #paragraphs-section .field-paragraph-description .file-image-with-caption-noborder,
  #paragraphs-section .field-side-box-description .file-image-with-caption-noborder,
  .field-paragraph-description .file-image-with-caption-noborder,
  .main-body .media-image_with_caption_noborder,
  .field-intro-text .media-image_with_caption_noborder,
  .body .media-image_with_caption_noborder,
  #paragraphs-section .field-paragraph-description .media-image_with_caption_noborder,
  #paragraphs-section .field-side-box-description .media-image_with_caption_noborder,
  .field-paragraph-description .media-image_with_caption_noborder {
    max-width: 80rem;
    margin-right: -10rem;
  }
  .main-body .file-image-with-caption img,
  .field-intro-text .file-image-with-caption img,
  .body .file-image-with-caption img,
  #paragraphs-section .field-paragraph-description .file-image-with-caption img,
  #paragraphs-section .field-side-box-description .file-image-with-caption img,
  .field-paragraph-description .file-image-with-caption img,
  .main-body .media-image_with_caption img,
  .field-intro-text .media-image_with_caption img,
  .body .media-image_with_caption img,
  #paragraphs-section .field-paragraph-description .media-image_with_caption img,
  #paragraphs-section .field-side-box-description .media-image_with_caption img,
  .field-paragraph-description .media-image_with_caption img,
  .main-body .file-image-with-caption-noborder img,
  .field-intro-text .file-image-with-caption-noborder img,
  .body .file-image-with-caption-noborder img,
  #paragraphs-section .field-paragraph-description .file-image-with-caption-noborder img,
  #paragraphs-section .field-side-box-description .file-image-with-caption-noborder img,
  .field-paragraph-description .file-image-with-caption-noborder img,
  .main-body .media-image_with_caption_noborder img,
  .field-intro-text .media-image_with_caption_noborder img,
  .body .media-image_with_caption_noborder img,
  #paragraphs-section .field-paragraph-description .media-image_with_caption_noborder img,
  #paragraphs-section .field-side-box-description .media-image_with_caption_noborder img,
  .field-paragraph-description .media-image_with_caption_noborder img {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1344px) {
  .main-body table .file-image-with-caption,
  .field-intro-text table .file-image-with-caption,
  .body table .file-image-with-caption,
  #paragraphs-section .field-paragraph-description table .file-image-with-caption,
  #paragraphs-section .field-side-box-description table .file-image-with-caption,
  .field-paragraph-description table .file-image-with-caption,
  .main-body table .media-image_with_caption,
  .field-intro-text table .media-image_with_caption,
  .body table .media-image_with_caption,
  #paragraphs-section .field-paragraph-description table .media-image_with_caption,
  #paragraphs-section .field-side-box-description table .media-image_with_caption,
  .field-paragraph-description table .media-image_with_caption {
    margin-right: 0;
  }
}
/* JS adds .main-body-image-wrap around images in the main body area, */
/* as :after doesn't work on image elements themselves.               */
.main-body-image-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 4%;
  max-width: 100%;
}
.main-body-image-wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  display: block;
  background-image: url(/sites/all/themes/custom/plantheme/img/frame-white.png);
  position: absolute;
  top: 0;
  left: 0;
}
/* Section index nodes have a grey background colour so need a different image */
.node-type-section-index .main-body-image-wrap:after {
  background-image: url(/sites/all/themes/custom/plantheme/img/frame-grey.png);
}
/* Images within main content area are pulled out to the right of the reading line. */
@media only screen and (min-width: 1344px) {
  .field-image-main,
  .main-body img {
    margin-right: -10rem;
  }
}
.media-image_with_caption img {
  margin-bottom: 0;
}
.field-media-description {
  /* Negative top margin to pull caption up under the image, which itself */
  /* has .main-body-image-wrap around it with margin at its bottom.       */
  margin-top: -4%;
  margin-bottom: 4%;
  display: block;
  font-size: 1.25rem;
  padding: 0.5rem;
  color: rgba(0, 0, 0, 0.7);
}
.field-media-description:before {
  content: "\f2d3";
  font-family: "Ionicons";
  margin-right: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.field-media-description:before {
  opacity: 0.3;
  filter: alpha(opacity=30);
  font-size: 1.5rem;
  position: relative;
  top: -0.125rem;
}
.field-media-description div {
  display: inline;
}
.media-image_with_caption_noborder .field-media-description,
.media-image_constrained_noborder .field-media-description {
  margin-top: 0;
}
.sidebar ul.contacts {
  margin-bottom: 0;
}
.node-contact.view-mode-teaser {
  overflow: auto;
}
.node-contact.view-mode-teaser .wrapper {
  padding-top: 0;
  float: left;
}
.field-section-highlights-id {
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  .field-section-highlights-id .field-items {
    width: 100%;
  }
}
.field-section-highlights-id .field-items > div {
  background-color: #ffffff;
  margin-bottom: 5%;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .field-section-highlights-id .field-items > div {
    width: 50%;
    float: left;
  }
  .field-section-highlights-id .field-items > div:nth-child(even) {
    border-left: 2rem solid #f1f1f0;
  }
  .field-section-highlights-id .field-items > div.odd-even-reversed:nth-child(even) {
    border-left: 0;
    border-right: 2rem solid #f1f1f0;
  }
  .field-section-highlights-id .field-items > div:nth-child(odd) {
    border-right: 2rem solid #f1f1f0;
  }
  .field-section-highlights-id .field-items > div.odd-even-reversed:nth-child(odd) {
    border-left: 2rem solid #f1f1f0;
    border-right: 0;
  }
  .field-section-highlights-id .field-items > div.first-item:nth-child(odd) {
    width: 100%;
    border-left: 0;
    border-right: 0;
  }
  .field-section-highlights-id .field-items > div.first-item:nth-child(odd) img {
    width: 60%;
    float: left;
  }
  .field-section-highlights-id .field-items > div.first-item:nth-child(odd) .section-highlight-content {
    width: 40%;
    padding: 1%;
    float: right;
  }
}
.field-featured-highlight-id {
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  .field-featured-highlight-id .field-items {
    width: 100%;
  }
}
.field-featured-highlight-id .field-items > div {
  background-color: #ffffff;
  margin-bottom: 5%;
  display: block;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .field-featured-highlight-id .field-items > div {
    width: 31%;
    margin-right: 3.5%;
    float: left;
  }
  .field-featured-highlight-id .field-items > div:nth-child(3n+3) {
    margin-right: 0;
  }
}
.node-image-slideshow ul {
  padding: 0;
  opacity: 1;
}
.node-image-slideshow ul li {
  list-style-type: none;
}
.node-image-slideshow .main-body-image-wrap {
  margin-bottom: 0;
}
.node-image-slideshow .flexslider {
  background-color: #243c4b;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 0 3rem 0;
}
.node-image-slideshow .flex-caption {
  padding: 15px 50px;
  color: #ffffff;
  font-weight: bold;
}
.node-image-slideshow .flex-caption .caption-text {
  float: left;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 2px;
}
.node-image-slideshow .flex-caption .slide-number {
  float: right;
  margin-left: 35px;
  font-size: 2.25rem;
}
.node-image-slideshow .flex-direction-nav {
  overflow: auto;
  position: absolute;
  top: 0;
  width: 100%;
}
.node-image-slideshow .flex-direction-nav a {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 18px;
  float: left;
  font-size: 0;
  line-height: 1;
  opacity: 0.7;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.node-image-slideshow .flex-direction-nav a:before {
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  color: #ffffff;
  font-size: 2rem;
}
.node-image-slideshow .flex-direction-nav a:hover {
  opacity: 1;
}
.node-image-slideshow .flex-direction-nav .flex-next {
  right: 0;
  float: right;
  padding-right: 1.5rem;
}
.node-image-slideshow .flex-direction-nav .flex-prev {
  left: 0;
  padding-left: 1.5rem;
}
.node-image-slideshow .flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
}
.node-image-slideshow .flexslider:hover .flex-direction-nav .flex-prev {
  left: 0;
}
.content-bottom {
  /* Apply mixin on links within content-bottom region */
}
.content-bottom a {
  color: #0072ce;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.content-bottom a:hover {
  color: #58cae7;
}
.related-pages {
  background-color: #f1f1f0;
  padding-top: 4%;
  padding-bottom: 4%;
  position: relative;
}
.related-pages li {
  background-color: #ffffff;
  color: #000000;
}
.related-pages li h2 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.related-pages li:hover {
  cursor: pointer;
}
.related-pages li:hover h2 {
  color: #58cae7;
}
.related-pages a {
  display: block;
}
.related-pages .date {
  margin-bottom: 1rem;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.related-pages .wrapper {
  padding: 4%;
}
.related-pages h2 {
  color: #0072ce;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 0.9em;
}
@media only screen and (min-width: 576px) {
  .related-pages h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1152px) {
  .related-pages h2 {
    font-size: 3rem;
  }
}
.related-pages p {
  font-size: 1.25rem;
  line-height: 1.5em;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.related-pages .display-date {
  padding: 4% 4% 0 4%;
  border: 0;
  color: #000000;
}
.issues-landing-page .date-display-single,
.node-issues-landing-page .date-display-single,
.node-issues-landing-page .display-date,
.publication .date-display-single,
.node-publication .date-display-single,
.node-case-study .date-display-single,
.case-study .date-display-single,
.node-page .date-display-single {
  display: none;
}
@media only screen and (max-width: 576px) {
  .related-pages ul > li {
    margin-bottom: 8%;
  }
}
@media only screen and (min-width: 576px) {
  .related-pages ul {
    *zoom: 1;
  }
  .related-pages ul:before,
  .related-pages ul:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .related-pages ul:after {
    clear: both;
  }
  .related-pages ul:nth-child(1n+1) li {
    margin-right: 4%;
  }
  .related-pages ul > li {
    float: left;
    width: 33.33%;
  }
  .related-pages ul > li {
    width: 30.66%;
    margin-bottom: 4%;
  }
  .related-pages ul > li:nth-child(3n+3) {
    margin-right: 0;
  }
}
.related-pages .node.view-mode-teaser {
  padding-bottom: 1rem;
}
.related-pages .node.view-mode-teaser .contacts {
  padding: 0 4%;
}
.related-pages .node.view-mode-teaser .contacts li {
  width: 100%;
  margin: 0;
}
.related-pages .node.view-mode-teaser .wrapper {
  float: none;
}
.related-pages .node.view-mode-teaser .main-body {
  padding: 0 4%;
  color: #000000;
}
.related-pages .node.view-mode-teaser .field-publication-cover {
  width: 100%;
  background-color: #243c4b;
}
.related-pages .node.view-mode-teaser .field-publication-cover .field-inner-wrapper {
  text-align: center;
}
.related-pages .node.view-mode-teaser .field-publication-cover .field-inner-wrapper img {
  width: auto;
  min-height: 12em;
  max-height: 23em;
  margin: 1em 0;
}
@media only screen and (min-width: 576px) {
  .related-pages .node.view-mode-teaser .field-publication-cover .field-inner-wrapper img {
    min-height: 8em;
    max-height: 16em;
  }
}
@media only screen and (min-width: 1152px) {
  .related-pages .node.view-mode-teaser .field-publication-cover .field-inner-wrapper img {
    min-height: 12em;
    max-height: 23em;
  }
}
.related-pages .node.view-mode-teaser .field-author-id {
  padding-top: 1em;
}
.related-pages .node.view-mode-teaser .field-guest-author {
  color: #000000;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 0.9em;
}
.related-pages .node.view-mode-teaser .author-bio,
.related-pages .node.view-mode-teaser .field-collection-item-field-guest-authors {
  border-bottom: 0;
  padding: 0 4%;
}
.related-pages .node.view-mode-teaser .author-bio .field-job-title,
.related-pages .node.view-mode-teaser .field-collection-item-field-guest-authors .field-job-title {
  font-size: 1.125rem;
  font-style: italic;
  color: #666666;
}
.related-pages .node.view-mode-teaser .author-bio .field-person-photo,
.related-pages .node.view-mode-teaser .field-collection-item-field-guest-authors .field-person-photo,
.related-pages .node.view-mode-teaser .author-bio .field-contact-portrait,
.related-pages .node.view-mode-teaser .field-collection-item-field-guest-authors .field-contact-portrait {
  margin-right: 4%;
  width: 8rem;
}
@media only screen and (min-width: 576px) {
  .related-pages .node.view-mode-teaser .author-bio .field-person-photo,
  .related-pages .node.view-mode-teaser .field-collection-item-field-guest-authors .field-person-photo,
  .related-pages .node.view-mode-teaser .author-bio .field-contact-portrait,
  .related-pages .node.view-mode-teaser .field-collection-item-field-guest-authors .field-contact-portrait {
    float: left;
    width: 4rem;
  }
}
.related-pages .node.view-mode-teaser .author-bio .field-guest-author-portrait img,
.related-pages .node.view-mode-teaser .field-collection-item-field-guest-authors .field-guest-author-portrait img,
.related-pages .node.view-mode-teaser .author-bio .field-person-photo img,
.related-pages .node.view-mode-teaser .field-collection-item-field-guest-authors .field-person-photo img,
.related-pages .node.view-mode-teaser .author-bio .field-contact-portrait img,
.related-pages .node.view-mode-teaser .field-collection-item-field-guest-authors .field-contact-portrait img {
  width: 8rem;
  height: 8rem;
  float: left;
}
@media only screen and (min-width: 576px) {
  .related-pages .node.view-mode-teaser .author-bio .field-guest-author-portrait img,
  .related-pages .node.view-mode-teaser .field-collection-item-field-guest-authors .field-guest-author-portrait img,
  .related-pages .node.view-mode-teaser .author-bio .field-person-photo img,
  .related-pages .node.view-mode-teaser .field-collection-item-field-guest-authors .field-person-photo img,
  .related-pages .node.view-mode-teaser .author-bio .field-contact-portrait img,
  .related-pages .node.view-mode-teaser .field-collection-item-field-guest-authors .field-contact-portrait img {
    width: 4rem;
    height: 4rem;
  }
}
.related-pages .node.view-mode-teaser .author-bio > *,
.related-pages .node.view-mode-teaser .field-collection-item-field-guest-authors > * {
  display: block;
  margin-left: 0;
  padding-left: 0;
}
.related-pages .node.view-mode-teaser .field-collection-item-field-guest-authors .role {
  font-size: 1.125rem;
  font-style: italic;
  color: #666666;
}
.related-pages .node.view-mode-teaser.no-date h2 {
  padding: 4%;
}
footer {
  background-color: #0072ce;
  color: #ffffff;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.6rem;
}
footer a {
  color: #ffffff;
  display: block;
  padding: 0.75rem 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
footer a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
footer .block-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  overflow: auto;
}
footer .block-menu li:first-child a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 576px) {
  footer .block-menu {
    width: 100%;
  }
  footer .block-menu li {
    display: inline-block;
  }
  footer .block-menu a {
    display: block;
    padding: 0.75rem 1rem;
    border: none;
  }
  footer .block-menu li:first-child a {
    border: none;
  }
}
.follow-us,
.field-footer-call-to-action,
.contact-details,
footer .block-menu {
  margin-bottom: 4%;
}
.follow-us {
  text-transform: uppercase;
}
.follow-us .field-footer-social-links {
  padding: 1em 0;
  background-image: url(/sites/all/themes/custom/plantheme/img/distressed-box-white.png);
  background-size: 100.1% 100%;
  max-width: 700px;
  margin: 0 auto;
}
.follow-us ul {
  display: inline-block;
  vertical-align: middle;
}
.follow-us ul:before,
.follow-us ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.follow-us li {
  float: left;
}
.follow-us a {
  display: block;
  width: 4rem;
  text-align: center;
  padding: 0.5rem 0;
  font-size: 0;
  color: #0072ce;
}
.follow-us a.facebook:after {
  content: "\f231";
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.follow-us a.google:after {
  content: "\f234";
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.follow-us a.instagram:after {
  content: "\f351";
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.follow-us a.linkedin:after {
  content: "\f239";
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.follow-us a.snapchat:after {
  content: "\f4ec";
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.follow-us a.tumblr:after {
  content: "\f241";
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.follow-us a.twitter:after {
  content: "\f243";
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.follow-us a.pinterest:after {
  content: "\f2b1";
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.follow-us a.weibo {
  display: block;
  height: 2.5rem;
  background-image: url(/sites/default/themes/custom/plantheme/img/icon-weibo.svg);
  background-size: 100% 100%;
  margin: 0.5rem 0 0.5rem 1rem;
}
.follow-us a.weibo:hover {
  background-image: url(/sites/default/themes/custom/plantheme/img/icon-weibo-black.svg);
}
.follow-us a.tiktok {
  display: inline-block;
  height: 4rem;
  width: 4rem;
  background-image: url(/sites/default/themes/custom/plantheme/img/icon-tiktok.png);
  background-size: 58% 53%;
  padding: 0.7rem 0 0.5rem 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
}
.follow-us a.tiktok-blue {
  display: inline-block;
  height: 4rem;
  width: 4rem;
  background-image: url(/sites/default/themes/custom/plantheme/img/icon-tiktok-blue.png);
  background-size: 58% 53%;
  padding: 0.7rem 0 0.5rem 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
}
.follow-us a.tiktok-blue:hover {
  background-image: url(/sites/default/themes/custom/plantheme/img/icon-tiktok-black.png);
}
.follow-us a.youtube:after {
  content: "\f24d";
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.follow-us a.facebook:after,
.follow-us a.google:after,
.follow-us a.instagram:after,
.follow-us a.linkedin:after,
.follow-us a.snapchat:after,
.follow-us a.tumblr:after,
.follow-us a.twitter:after,
.follow-us a.pinterest:after,
.follow-us a.weibo:after,
.follow-us a.tiktok:after,
.follow-us a.youtube:after {
  font-size: 3rem;
  line-height: 1;
}
.follow-us a.facebook:hover,
.follow-us a.google:hover,
.follow-us a.instagram:hover,
.follow-us a.linkedin:hover,
.follow-us a.snapchat:hover,
.follow-us a.tumblr:hover,
.follow-us a.twitter:hover,
.follow-us a.pinterest:hover,
.follow-us a.weibo:hover,
.follow-us a.tiktok:hover,
.follow-us a.youtube:hover {
  color: #000000;
}
.sharebar-set {
  clear: both;
  font-size: 1.5rem;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #0072ce;
  margin: 4rem 0 2rem 0;
}
.sharebar-set a {
  color: #0072ce;
}
.sharebar-set span[class*="social-button-facebook"] a {
  width: 24%;
  display: inline-block;
  margin-right: -4px;
}
.sharebar-set span[class*="social-button-facebook"] a:before {
  content: "\f231";
  font-family: "Ionicons";
  margin-right: 0.75rem;
  vertical-align: middle;
  font-size: 4rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.sharebar-set span[class*="social-button-facebook"] a:before {
  font-size: 2rem;
  vertical-align: baseline;
  display: block;
  margin-right: 0;
  line-height: 1;
}
.sharebar-set span[class*="social-button-twitter"] a {
  width: 24%;
  display: inline-block;
  margin-right: -4px;
}
.sharebar-set span[class*="social-button-twitter"] a:before {
  content: "\f243";
  font-family: "Ionicons";
  margin-right: 0.75rem;
  vertical-align: middle;
  font-size: 4rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.sharebar-set span[class*="social-button-twitter"] a:before {
  font-size: 2rem;
  vertical-align: baseline;
  display: block;
  margin-right: 0;
  line-height: 1;
}
.sharebar-set span[class*="social-button-linkedin"] a {
  width: 24%;
  display: inline-block;
  margin-right: -4px;
}
.sharebar-set span[class*="social-button-linkedin"] a:before {
  content: "\f239";
  font-family: "Ionicons";
  margin-right: 0.75rem;
  vertical-align: middle;
  font-size: 4rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.sharebar-set span[class*="social-button-linkedin"] a:before {
  font-size: 2rem;
  vertical-align: baseline;
  display: block;
  margin-right: 0;
  line-height: 1;
}
.sharebar-set span[class*="social-button-mail"] a {
  width: 24%;
  display: inline-block;
  margin-right: -4px;
}
.sharebar-set span[class*="social-button-mail"] a:before {
  content: "\f132";
  font-family: "Ionicons";
  margin-right: 0.75rem;
  vertical-align: middle;
  font-size: 4rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.sharebar-set span[class*="social-button-mail"] a:before {
  font-size: 2rem;
  vertical-align: baseline;
  display: block;
  margin-right: 0;
  line-height: 1;
}
@media only screen and (min-width: 576px) {
  .sharebar-set span[class*="social-button-linkedin"] a:before,
  .sharebar-set span[class*="social-button-twitter"] a:before,
  .sharebar-set span[class*="social-button-facebook"] a:before,
  .sharebar-set span[class*="social-button-mail"] a:before {
    display: inline;
    margin-right: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .sharebar-set {
    font-size: 3rem;
  }
  .sharebar-set span[class*="social-button-linkedin"] a:before,
  .sharebar-set span[class*="social-button-twitter"] a:before,
  .sharebar-set span[class*="social-button-facebook"] a:before,
  .sharebar-set span[class*="social-button-mail"] a:before {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1152px) {
  .node-type-issue-page .sharebar-set span a:before {
    display: block;
    margin-bottom: 0.75rem;
  }
}
@media only screen and (min-width: 1344px) {
  .node-type-issue-page .sharebar-set span a:before {
    display: inline;
    margin-bottom: 0;
  }
}
.header-content .sharebar-set {
  color: white;
  margin: 4rem 0 0 0;
}
.header-content .sharebar-set a {
  color: white;
}
@media only screen and (min-width: 1344px) {
  .field-collection-container + .sharebar-set {
    padding-left: 21rem;
  }
}
.contact-details {
  text-align: left;
}
@media only screen and (min-width: 576px) {
  .contact-details {
    text-align: center;
  }
  .contact-details address {
    max-width: 36rem;
    margin: 0 auto;
  }
  .contact-details address div {
    display: inline-block;
  }
  .contact-details address div:after {
    content: ",\00a0";
  }
  .contact-details address div:last-child:after {
    content: "";
  }
}
.contact-details address {
  margin-bottom: 1rem;
}
.contact-details address :first-child {
  font-weight: bold;
}
.field-footer-text {
  font-size: 1rem;
}
.field-footer-text a {
  display: inline;
}
/**
 * Cookie Notice
 */
#cookie-notice {
  background: rgba(0, 114, 206, 0.88);
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-text-shadow: 0px 0px 1px #00569b;
  -moz-text-shadow: 0px 0px 1px #00569b;
  text-shadow: 0px 0px 1px #00569b;
  border-top: 1px solid #00569b;
  padding: 1.6em 0;
  position: fixed;
  bottom: 0;
}
#cookie-notice #cookie-notice-close {
  top: 0;
  margin: 0;
  padding: 0.5em 1em;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.5em;
  border: none;
  text-transform: none;
  background: #0072ce;
  border: 1px solid #00569b;
}
#cookie-notice #cookie-notice-close:hover {
  background: #028eff;
  border: 1px solid #002b4f;
  -webkit-box-shadow: 0px 0px 8px #00569b;
  -moz-box-shadow: 0px 0px 8px #00569b;
  box-shadow: 0px 0px 8px #00569b;
}
#cookie-notice #cookie-notice-close:active {
  border: 1px solid #002b4f;
  -webkit-box-shadow: inset 0px 0px 10px #000f1c;
  -moz-box-shadow: inset 0px 0px 10px #000f1c;
  box-shadow: inset 0px 0px 10px #000f1c;
}
@media only screen and (min-width: 36rem) {
  .page-user .core-content {
    width: 40rem;
  }
}
.page-user .core-content input:not([type=submit]):not([type=file]) {
  border: none;
  background-color: #f1f1f0;
  width: 30rem;
}
@media only screen and (min-width: 36rem) {
  .page-user .core-content input:not([type=submit]):not([type=file]) {
    width: 35.2rem;
  }
}
.feed-icons img {
  width: auto;
}
.node-type-person .core-content {
  position: relative;
}
.node-type-person .breadcrumb {
  background-color: transparent;
}
.node-type-person .content-middle {
  background-color: #f1f1f0;
  margin-bottom: 4%;
}
.node-type-person .content-bottom {
  background-color: #ffffff;
}
.node-type-person .content-bottom .core-content {
  padding: 0;
}
.node-type-person .content-bottom .core-content > * {
  max-width: 148rem;
  margin: 0 auto;
  padding: 0 4%;
  margin-bottom: 4%;
}
@media only screen and (min-width: 576px) {
  .node-type-person .content-bottom .core-content > * {
    padding: 0 6%;
  }
}
.node-type-person .content-bottom .related-pages {
  background-color: transparent;
}
.node-type-person .content-bottom .related-pages li {
  background-color: #f1f1f0;
}
.node-type-person .content-bottom .related-pages li {
  margin: 0 0 1px 0;
  float: none;
  width: auto;
}
.node-type-person .content-bottom .related-pages h1,
.node-type-person .content-bottom .related-pages h2 {
  font-size: 1.5rem;
}
@media only screen and (min-width: 576px) {
  .node-type-person .content-bottom .related-pages h1,
  .node-type-person .content-bottom .related-pages h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-person .content-bottom .related-pages h1,
  .node-type-person .content-bottom .related-pages h2 {
    font-size: 2.5rem;
  }
}
.node-type-person .content-bottom .related-pages h1 {
  margin-bottom: 1rem;
}
.node-type-person .field-job-title {
  font-size: 1.5rem;
  color: #666666;
  margin-bottom: 1.5em;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .node-type-person .field-job-title {
    font-size: 2rem;
  }
}
.node-type-person .field-person-photo {
  width: 50%;
}
.node-type-person .field-person-photo img {
  width: auto;
  border-radius: 50%;
  max-width: 180px;
}
@media only screen and (min-width: 576px) {
  .node-type-person .field-person-photo {
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-person .field-person-photo {
    width: 33%;
  }
}
@media only screen and (min-width: 1344px) {
  .node-type-person .field-person-photo {
    position: absolute;
    top: 40px;
    left: -180px;
  }
}
.node-type-person .field-contact-email {
  line-height: inherit;
  margin-left: 0;
  font-size: inherit;
}
.node-type-person .group-links {
  font-size: 1.3rem;
  float: left;
}
.node-type-person .group-links .field-contact-email a:before {
  content: '\f132';
  font-family: "Ionicons";
  margin-right: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.node-type-person .group-links .field-twitter a:before {
  content: '\f243';
  font-family: "Ionicons";
  margin-right: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.node-type-person .group-links .field-website a:before {
  content: '\f3fc';
  font-family: "Ionicons";
  margin-right: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.node-type-person .group-links .field-linkedin a:before {
  content: '\f239';
  font-family: "Ionicons";
  margin-right: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.node-type-person .group-links .field-skype a:before {
  content: '\f23f';
  font-family: "Ionicons";
  margin-right: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.node-type-person .group-links.group-links a {
  position: relative;
  display: block;
  padding: 1rem 1rem 1rem 3rem;
}
.node-type-person .group-links.group-links a:before {
  line-height: 1.5;
  font-size: 2em;
  color: #000000;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .node-type-person .group-links {
    width: 65%;
  }
  .node-type-person .group-links > div {
    float: left;
    width: 50%;
  }
}
.field-call-to-action,
.field-footer-call-to-action,
.field-no-cta,
.node-call-to-action.view-mode-intl_homepage_teaser {
  max-width: none;
  text-align: center;
}
.field-call-to-action:not(.field-footer-call-to-action),
.field-footer-call-to-action:not(.field-footer-call-to-action),
.field-no-cta:not(.field-footer-call-to-action),
.node-call-to-action.view-mode-intl_homepage_teaser:not(.field-footer-call-to-action) {
  padding: 3em 0;
}
.field-call-to-action:not(.field-call-to-action):not(.field-footer-call-to-action):not(.field-no-cta),
.field-footer-call-to-action:not(.field-call-to-action):not(.field-footer-call-to-action):not(.field-no-cta),
.field-no-cta:not(.field-call-to-action):not(.field-footer-call-to-action):not(.field-no-cta),
.node-call-to-action.view-mode-intl_homepage_teaser:not(.field-call-to-action):not(.field-footer-call-to-action):not(.field-no-cta) {
  padding: 1.5em;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.field-call-to-action > .field-inner-wrapper,
.field-footer-call-to-action > .field-inner-wrapper,
.field-no-cta > .field-inner-wrapper,
.node-call-to-action.view-mode-intl_homepage_teaser > .field-inner-wrapper {
  margin: 0 4%;
  max-width: 148rem;
}
@media only screen and (min-width: 576px) {
  .field-call-to-action > .field-inner-wrapper,
  .field-footer-call-to-action > .field-inner-wrapper,
  .field-no-cta > .field-inner-wrapper,
  .node-call-to-action.view-mode-intl_homepage_teaser > .field-inner-wrapper {
    margin: 0 6%;
  }
}
.field-call-to-action:not(.field-no-cta):not(.field-footer-call-to-action),
.field-footer-call-to-action:not(.field-no-cta):not(.field-footer-call-to-action),
.field-no-cta:not(.field-no-cta):not(.field-footer-call-to-action),
.node-call-to-action.view-mode-intl_homepage_teaser:not(.field-no-cta):not(.field-footer-call-to-action) {
  background-color: #58cae7;
}
.field-call-to-action:not(.field-no-cta):not(.field-footer-call-to-action):not(.node-call-to-action.view-mode-intl_homepage_teaser),
.field-footer-call-to-action:not(.field-no-cta):not(.field-footer-call-to-action):not(.node-call-to-action.view-mode-intl_homepage_teaser),
.field-no-cta:not(.field-no-cta):not(.field-footer-call-to-action):not(.node-call-to-action.view-mode-intl_homepage_teaser),
.node-call-to-action.view-mode-intl_homepage_teaser:not(.field-no-cta):not(.field-footer-call-to-action):not(.node-call-to-action.view-mode-intl_homepage_teaser) {
  position: relative;
}
.field-call-to-action:not(.field-no-cta):not(.field-footer-call-to-action):not(.node-call-to-action.view-mode-intl_homepage_teaser):before,
.field-footer-call-to-action:not(.field-no-cta):not(.field-footer-call-to-action):not(.node-call-to-action.view-mode-intl_homepage_teaser):before,
.field-no-cta:not(.field-no-cta):not(.field-footer-call-to-action):not(.node-call-to-action.view-mode-intl_homepage_teaser):before,
.node-call-to-action.view-mode-intl_homepage_teaser:not(.field-no-cta):not(.field-footer-call-to-action):not(.node-call-to-action.view-mode-intl_homepage_teaser):before {
  content: "";
  display: block;
  background-image: url(/sites/all/themes/custom/plantheme/img/texture-white.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}
.field-call-to-action article,
.field-footer-call-to-action article,
.field-no-cta article,
.node-call-to-action.view-mode-intl_homepage_teaser article {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.field-call-to-action:not(.field-footer-call-to-action) article,
.field-footer-call-to-action:not(.field-footer-call-to-action) article,
.field-no-cta:not(.field-footer-call-to-action) article,
.node-call-to-action.view-mode-intl_homepage_teaser:not(.field-footer-call-to-action) article {
  padding: 3em;
}
.field-call-to-action.field-no-cta article,
.field-footer-call-to-action.field-no-cta article,
.field-no-cta.field-no-cta article,
.node-call-to-action.view-mode-intl_homepage_teaser.field-no-cta article {
  position: relative;
  background-color: rgba(36, 60, 75, 0.5);
}
.field-call-to-action h2,
.field-footer-call-to-action h2,
.field-no-cta h2,
.node-call-to-action.view-mode-intl_homepage_teaser h2 {
  color: #ffffff;
  margin-bottom: 0;
}
.field-call-to-action form,
.field-footer-call-to-action form,
.field-no-cta form,
.node-call-to-action.view-mode-intl_homepage_teaser form {
  position: relative;
}
.field-call-to-action form label,
.field-footer-call-to-action form label,
.field-no-cta form label,
.node-call-to-action.view-mode-intl_homepage_teaser form label {
  display: none;
}
.field-call-to-action form .form-item,
.field-footer-call-to-action form .form-item,
.field-no-cta form .form-item,
.node-call-to-action.view-mode-intl_homepage_teaser form .form-item {
  margin-bottom: 1rem;
  display: inline-block;
  max-width: 100%;
}
.field-call-to-action form input.form-submit,
.field-footer-call-to-action form input.form-submit,
.field-no-cta form input.form-submit,
.node-call-to-action.view-mode-intl_homepage_teaser form input.form-submit {
  background-color: #0072ce;
  color: #ffffff;
  border: none;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0.5em;
  line-height: 1em;
  position: relative;
  top: 0.125em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 2rem;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  text-transform: uppercase;
  background-color: #f1c400;
  color: #000000;
  font-weight: normal;
}
.field-call-to-action form input.form-submit:hover,
.field-footer-call-to-action form input.form-submit:hover,
.field-no-cta form input.form-submit:hover,
.node-call-to-action.view-mode-intl_homepage_teaser form input.form-submit:hover {
  background-color: #028eff;
}
@media only screen and (max-width: 576px) {
  .field-call-to-action form input.form-submit,
  .field-footer-call-to-action form input.form-submit,
  .field-no-cta form input.form-submit,
  .node-call-to-action.view-mode-intl_homepage_teaser form input.form-submit {
    font-size: 1.5rem;
  }
}
.field-call-to-action form input.form-submit:hover,
.field-footer-call-to-action form input.form-submit:hover,
.field-no-cta form input.form-submit:hover,
.node-call-to-action.view-mode-intl_homepage_teaser form input.form-submit:hover {
  background-color: #028eff;
}
@media only screen and (max-width: 576px) {
  .field-call-to-action form input.form-submit,
  .field-footer-call-to-action form input.form-submit,
  .field-no-cta form input.form-submit,
  .node-call-to-action.view-mode-intl_homepage_teaser form input.form-submit {
    font-size: 1.5rem;
  }
}
.field-call-to-action form input.form-submit:hover,
.field-footer-call-to-action form input.form-submit:hover,
.field-no-cta form input.form-submit:hover,
.node-call-to-action.view-mode-intl_homepage_teaser form input.form-submit:hover {
  background-color: #ffffff;
}
.field-call-to-action form input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]).form-text,
.field-footer-call-to-action form input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]).form-text,
.field-no-cta form input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]).form-text,
.node-call-to-action.view-mode-intl_homepage_teaser form input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]).form-text {
  width: 36rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.1rem 1rem;
  margin: 0 1rem 0 0;
}
.field-call-to-action .field-cta-subheading,
.field-footer-call-to-action .field-cta-subheading,
.field-no-cta .field-cta-subheading,
.node-call-to-action.view-mode-intl_homepage_teaser .field-cta-subheading {
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 576px) {
  .field-call-to-action .field-cta-subheading,
  .field-footer-call-to-action .field-cta-subheading,
  .field-no-cta .field-cta-subheading,
  .node-call-to-action.view-mode-intl_homepage_teaser .field-cta-subheading {
    font-size: 2.5rem;
  }
}
.field-call-to-action .field-cta-primary-link,
.field-footer-call-to-action .field-cta-primary-link,
.field-no-cta .field-cta-primary-link,
.node-call-to-action.view-mode-intl_homepage_teaser .field-cta-primary-link {
  position: relative;
  clear: both;
  margin: 2rem 0 2.5rem 0;
}
.field-call-to-action .field-cta-primary-link a,
.field-footer-call-to-action .field-cta-primary-link a,
.field-no-cta .field-cta-primary-link a,
.node-call-to-action.view-mode-intl_homepage_teaser .field-cta-primary-link a {
  background-color: #0072ce;
  color: #ffffff;
  border: none;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0.5em;
  line-height: 1em;
  position: relative;
  top: 0.125em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 2rem;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  text-transform: uppercase;
  background-color: #f1c400;
  color: #000000;
}
.field-call-to-action .field-cta-primary-link a:hover,
.field-footer-call-to-action .field-cta-primary-link a:hover,
.field-no-cta .field-cta-primary-link a:hover,
.node-call-to-action.view-mode-intl_homepage_teaser .field-cta-primary-link a:hover {
  background-color: #028eff;
}
@media only screen and (max-width: 576px) {
  .field-call-to-action .field-cta-primary-link a,
  .field-footer-call-to-action .field-cta-primary-link a,
  .field-no-cta .field-cta-primary-link a,
  .node-call-to-action.view-mode-intl_homepage_teaser .field-cta-primary-link a {
    font-size: 1.5rem;
  }
}
.field-call-to-action .field-cta-primary-link a:hover,
.field-footer-call-to-action .field-cta-primary-link a:hover,
.field-no-cta .field-cta-primary-link a:hover,
.node-call-to-action.view-mode-intl_homepage_teaser .field-cta-primary-link a:hover {
  background-color: #028eff;
}
@media only screen and (max-width: 576px) {
  .field-call-to-action .field-cta-primary-link a,
  .field-footer-call-to-action .field-cta-primary-link a,
  .field-no-cta .field-cta-primary-link a,
  .node-call-to-action.view-mode-intl_homepage_teaser .field-cta-primary-link a {
    font-size: 1.5rem;
  }
}
.field-call-to-action .field-cta-primary-link a:hover,
.field-footer-call-to-action .field-cta-primary-link a:hover,
.field-no-cta .field-cta-primary-link a:hover,
.node-call-to-action.view-mode-intl_homepage_teaser .field-cta-primary-link a:hover {
  background-color: #ffffff;
}
.field-call-to-action .field-cta-secondary-links,
.field-footer-call-to-action .field-cta-secondary-links,
.field-no-cta .field-cta-secondary-links,
.node-call-to-action.view-mode-intl_homepage_teaser .field-cta-secondary-links {
  position: relative;
}
.field-call-to-action .field-cta-secondary-links a,
.field-footer-call-to-action .field-cta-secondary-links a,
.field-no-cta .field-cta-secondary-links a,
.node-call-to-action.view-mode-intl_homepage_teaser .field-cta-secondary-links a {
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #000000;
  font-size: 1.5rem;
  border-right: 1px solid #ffffff;
  padding: 0 1rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.field-call-to-action .field-cta-secondary-links a:last-child,
.field-footer-call-to-action .field-cta-secondary-links a:last-child,
.field-no-cta .field-cta-secondary-links a:last-child,
.node-call-to-action.view-mode-intl_homepage_teaser .field-cta-secondary-links a:last-child {
  border-right: none;
}
.field-call-to-action .field-cta-secondary-links a:hover,
.field-footer-call-to-action .field-cta-secondary-links a:hover,
.field-no-cta .field-cta-secondary-links a:hover,
.node-call-to-action.view-mode-intl_homepage_teaser .field-cta-secondary-links a:hover {
  color: #243c4b;
}
.field-call-to-action.call-to-action-with-image,
.field-footer-call-to-action.call-to-action-with-image,
.field-no-cta.call-to-action-with-image,
.node-call-to-action.view-mode-intl_homepage_teaser.call-to-action-with-image,
.field-call-to-action.field-no-cta,
.field-footer-call-to-action.field-no-cta,
.field-no-cta.field-no-cta,
.node-call-to-action.view-mode-intl_homepage_teaser.field-no-cta {
  text-align: left;
}
.field-call-to-action.call-to-action-with-image.call-to-action-with-image,
.field-footer-call-to-action.call-to-action-with-image.call-to-action-with-image,
.field-no-cta.call-to-action-with-image.call-to-action-with-image,
.node-call-to-action.view-mode-intl_homepage_teaser.call-to-action-with-image.call-to-action-with-image,
.field-call-to-action.field-no-cta.call-to-action-with-image,
.field-footer-call-to-action.field-no-cta.call-to-action-with-image,
.field-no-cta.field-no-cta.call-to-action-with-image,
.node-call-to-action.view-mode-intl_homepage_teaser.field-no-cta.call-to-action-with-image {
  background-color: #ffffff;
  position: relative;
}
.field-call-to-action.call-to-action-with-image.call-to-action-with-image:before,
.field-footer-call-to-action.call-to-action-with-image.call-to-action-with-image:before,
.field-no-cta.call-to-action-with-image.call-to-action-with-image:before,
.node-call-to-action.view-mode-intl_homepage_teaser.call-to-action-with-image.call-to-action-with-image:before,
.field-call-to-action.field-no-cta.call-to-action-with-image:before,
.field-footer-call-to-action.field-no-cta.call-to-action-with-image:before,
.field-no-cta.field-no-cta.call-to-action-with-image:before,
.node-call-to-action.view-mode-intl_homepage_teaser.field-no-cta.call-to-action-with-image:before {
  content: "";
  display: block;
  background-image: url(/sites/all/themes/custom/plantheme/img/texture-white.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.field-call-to-action.call-to-action-with-image article,
.field-footer-call-to-action.call-to-action-with-image article,
.field-no-cta.call-to-action-with-image article,
.node-call-to-action.view-mode-intl_homepage_teaser.call-to-action-with-image article,
.field-call-to-action.field-no-cta article,
.field-footer-call-to-action.field-no-cta article,
.field-no-cta.field-no-cta article,
.node-call-to-action.view-mode-intl_homepage_teaser.field-no-cta article {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 1em;
}
@media only screen and (min-width: 768px) {
  .field-call-to-action.call-to-action-with-image article,
  .field-footer-call-to-action.call-to-action-with-image article,
  .field-no-cta.call-to-action-with-image article,
  .node-call-to-action.view-mode-intl_homepage_teaser.call-to-action-with-image article,
  .field-call-to-action.field-no-cta article,
  .field-footer-call-to-action.field-no-cta article,
  .field-no-cta.field-no-cta article,
  .node-call-to-action.view-mode-intl_homepage_teaser.field-no-cta article {
    padding: 3em;
  }
}
.field-call-to-action.call-to-action-with-image article:before,
.field-footer-call-to-action.call-to-action-with-image article:before,
.field-no-cta.call-to-action-with-image article:before,
.node-call-to-action.view-mode-intl_homepage_teaser.call-to-action-with-image article:before,
.field-call-to-action.field-no-cta article:before,
.field-footer-call-to-action.field-no-cta article:before,
.field-no-cta.field-no-cta article:before,
.node-call-to-action.view-mode-intl_homepage_teaser.field-no-cta article:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  background-image: url(/sites/all/themes/custom/plantheme/img/frame-white.png);
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.field-call-to-action.call-to-action-with-image.call-to-action-with-image h2,
.field-footer-call-to-action.call-to-action-with-image.call-to-action-with-image h2,
.field-no-cta.call-to-action-with-image.call-to-action-with-image h2,
.node-call-to-action.view-mode-intl_homepage_teaser.call-to-action-with-image.call-to-action-with-image h2,
.field-call-to-action.field-no-cta.call-to-action-with-image h2,
.field-footer-call-to-action.field-no-cta.call-to-action-with-image h2,
.field-no-cta.field-no-cta.call-to-action-with-image h2,
.node-call-to-action.view-mode-intl_homepage_teaser.field-no-cta.call-to-action-with-image h2,
.field-call-to-action.call-to-action-with-image .call-to-action-with-image h2,
.field-footer-call-to-action.call-to-action-with-image .call-to-action-with-image h2,
.field-no-cta.call-to-action-with-image .call-to-action-with-image h2,
.node-call-to-action.view-mode-intl_homepage_teaser.call-to-action-with-image .call-to-action-with-image h2,
.field-call-to-action.field-no-cta .call-to-action-with-image h2,
.field-footer-call-to-action.field-no-cta .call-to-action-with-image h2,
.field-no-cta.field-no-cta .call-to-action-with-image h2,
.node-call-to-action.view-mode-intl_homepage_teaser.field-no-cta .call-to-action-with-image h2,
.field-call-to-action.call-to-action-with-image.call-to-action-with-image form,
.field-footer-call-to-action.call-to-action-with-image.call-to-action-with-image form,
.field-no-cta.call-to-action-with-image.call-to-action-with-image form,
.node-call-to-action.view-mode-intl_homepage_teaser.call-to-action-with-image.call-to-action-with-image form,
.field-call-to-action.field-no-cta.call-to-action-with-image form,
.field-footer-call-to-action.field-no-cta.call-to-action-with-image form,
.field-no-cta.field-no-cta.call-to-action-with-image form,
.node-call-to-action.view-mode-intl_homepage_teaser.field-no-cta.call-to-action-with-image form,
.field-call-to-action.call-to-action-with-image .call-to-action-with-image form,
.field-footer-call-to-action.call-to-action-with-image .call-to-action-with-image form,
.field-no-cta.call-to-action-with-image .call-to-action-with-image form,
.node-call-to-action.view-mode-intl_homepage_teaser.call-to-action-with-image .call-to-action-with-image form,
.field-call-to-action.field-no-cta .call-to-action-with-image form,
.field-footer-call-to-action.field-no-cta .call-to-action-with-image form,
.field-no-cta.field-no-cta .call-to-action-with-image form,
.node-call-to-action.view-mode-intl_homepage_teaser.field-no-cta .call-to-action-with-image form,
.field-call-to-action.call-to-action-with-image.call-to-action-with-image .field-cta-subheading,
.field-footer-call-to-action.call-to-action-with-image.call-to-action-with-image .field-cta-subheading,
.field-no-cta.call-to-action-with-image.call-to-action-with-image .field-cta-subheading,
.node-call-to-action.view-mode-intl_homepage_teaser.call-to-action-with-image.call-to-action-with-image .field-cta-subheading,
.field-call-to-action.field-no-cta.call-to-action-with-image .field-cta-subheading,
.field-footer-call-to-action.field-no-cta.call-to-action-with-image .field-cta-subheading,
.field-no-cta.field-no-cta.call-to-action-with-image .field-cta-subheading,
.node-call-to-action.view-mode-intl_homepage_teaser.field-no-cta.call-to-action-with-image .field-cta-subheading,
.field-call-to-action.call-to-action-with-image .call-to-action-with-image .field-cta-subheading,
.field-footer-call-to-action.call-to-action-with-image .call-to-action-with-image .field-cta-subheading,
.field-no-cta.call-to-action-with-image .call-to-action-with-image .field-cta-subheading,
.node-call-to-action.view-mode-intl_homepage_teaser.call-to-action-with-image .call-to-action-with-image .field-cta-subheading,
.field-call-to-action.field-no-cta .call-to-action-with-image .field-cta-subheading,
.field-footer-call-to-action.field-no-cta .call-to-action-with-image .field-cta-subheading,
.field-no-cta.field-no-cta .call-to-action-with-image .field-cta-subheading,
.node-call-to-action.view-mode-intl_homepage_teaser.field-no-cta .call-to-action-with-image .field-cta-subheading,
.field-call-to-action.call-to-action-with-image.call-to-action-with-image .field-cta-primary-link,
.field-footer-call-to-action.call-to-action-with-image.call-to-action-with-image .field-cta-primary-link,
.field-no-cta.call-to-action-with-image.call-to-action-with-image .field-cta-primary-link,
.node-call-to-action.view-mode-intl_homepage_teaser.call-to-action-with-image.call-to-action-with-image .field-cta-primary-link,
.field-call-to-action.field-no-cta.call-to-action-with-image .field-cta-primary-link,
.field-footer-call-to-action.field-no-cta.call-to-action-with-image .field-cta-primary-link,
.field-no-cta.field-no-cta.call-to-action-with-image .field-cta-primary-link,
.node-call-to-action.view-mode-intl_homepage_teaser.field-no-cta.call-to-action-with-image .field-cta-primary-link,
.field-call-to-action.call-to-action-with-image .call-to-action-with-image .field-cta-primary-link,
.field-footer-call-to-action.call-to-action-with-image .call-to-action-with-image .field-cta-primary-link,
.field-no-cta.call-to-action-with-image .call-to-action-with-image .field-cta-primary-link,
.node-call-to-action.view-mode-intl_homepage_teaser.call-to-action-with-image .call-to-action-with-image .field-cta-primary-link,
.field-call-to-action.field-no-cta .call-to-action-with-image .field-cta-primary-link,
.field-footer-call-to-action.field-no-cta .call-to-action-with-image .field-cta-primary-link,
.field-no-cta.field-no-cta .call-to-action-with-image .field-cta-primary-link,
.node-call-to-action.view-mode-intl_homepage_teaser.field-no-cta .call-to-action-with-image .field-cta-primary-link,
.field-call-to-action.call-to-action-with-image.call-to-action-with-image .field-cta-secondary-links,
.field-footer-call-to-action.call-to-action-with-image.call-to-action-with-image .field-cta-secondary-links,
.field-no-cta.call-to-action-with-image.call-to-action-with-image .field-cta-secondary-links,
.node-call-to-action.view-mode-intl_homepage_teaser.call-to-action-with-image.call-to-action-with-image .field-cta-secondary-links,
.field-call-to-action.field-no-cta.call-to-action-with-image .field-cta-secondary-links,
.field-footer-call-to-action.field-no-cta.call-to-action-with-image .field-cta-secondary-links,
.field-no-cta.field-no-cta.call-to-action-with-image .field-cta-secondary-links,
.node-call-to-action.view-mode-intl_homepage_teaser.field-no-cta.call-to-action-with-image .field-cta-secondary-links,
.field-call-to-action.call-to-action-with-image .call-to-action-with-image .field-cta-secondary-links,
.field-footer-call-to-action.call-to-action-with-image .call-to-action-with-image .field-cta-secondary-links,
.field-no-cta.call-to-action-with-image .call-to-action-with-image .field-cta-secondary-links,
.node-call-to-action.view-mode-intl_homepage_teaser.call-to-action-with-image .call-to-action-with-image .field-cta-secondary-links,
.field-call-to-action.field-no-cta .call-to-action-with-image .field-cta-secondary-links,
.field-footer-call-to-action.field-no-cta .call-to-action-with-image .field-cta-secondary-links,
.field-no-cta.field-no-cta .call-to-action-with-image .field-cta-secondary-links,
.node-call-to-action.view-mode-intl_homepage_teaser.field-no-cta .call-to-action-with-image .field-cta-secondary-links {
  max-width: 50%;
}
.field-call-to-action.call-to-action-with-image .field-cta-secondary-links,
.field-footer-call-to-action.call-to-action-with-image .field-cta-secondary-links,
.field-no-cta.call-to-action-with-image .field-cta-secondary-links,
.node-call-to-action.view-mode-intl_homepage_teaser.call-to-action-with-image .field-cta-secondary-links,
.field-call-to-action.field-no-cta .field-cta-secondary-links,
.field-footer-call-to-action.field-no-cta .field-cta-secondary-links,
.field-no-cta.field-no-cta .field-cta-secondary-links,
.node-call-to-action.view-mode-intl_homepage_teaser.field-no-cta .field-cta-secondary-links {
  margin-left: -1rem;
}
.field-call-to-action.call-to-action-with-image .field-cta-secondary-links a,
.field-footer-call-to-action.call-to-action-with-image .field-cta-secondary-links a,
.field-no-cta.call-to-action-with-image .field-cta-secondary-links a,
.node-call-to-action.view-mode-intl_homepage_teaser.call-to-action-with-image .field-cta-secondary-links a,
.field-call-to-action.field-no-cta .field-cta-secondary-links a,
.field-footer-call-to-action.field-no-cta .field-cta-secondary-links a,
.field-no-cta.field-no-cta .field-cta-secondary-links a,
.node-call-to-action.view-mode-intl_homepage_teaser.field-no-cta .field-cta-secondary-links a {
  color: #ffffff;
}
.field-call-to-action.call-to-action-with-image .field-cta-secondary-links a:hover,
.field-footer-call-to-action.call-to-action-with-image .field-cta-secondary-links a:hover,
.field-no-cta.call-to-action-with-image .field-cta-secondary-links a:hover,
.node-call-to-action.view-mode-intl_homepage_teaser.call-to-action-with-image .field-cta-secondary-links a:hover,
.field-call-to-action.field-no-cta .field-cta-secondary-links a:hover,
.field-footer-call-to-action.field-no-cta .field-cta-secondary-links a:hover,
.field-no-cta.field-no-cta .field-cta-secondary-links a:hover,
.node-call-to-action.view-mode-intl_homepage_teaser.field-no-cta .field-cta-secondary-links a:hover {
  color: #58cae7;
}
.field-call-to-action.field-no-cta article:before,
.field-footer-call-to-action.field-no-cta article:before,
.field-no-cta.field-no-cta article:before,
.node-call-to-action.view-mode-intl_homepage_teaser.field-no-cta article:before {
  background-image: url(/sites/all/themes/custom/plantheme/img/frame-blue.png);
}
.node-type-publication .content-top {
  overflow: hidden;
  background-color: #58cae7;
  position: relative;
  padding: 3% 0 3.5% 0;
}
.node-type-publication .content-top:before {
  content: "";
  display: block;
  background-image: url(/sites/all/themes/custom/plantheme/img/texture-white.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.node-type-publication .content-top:before {
  opacity: 0.4;
}
@media only screen and (max-width: 576px) {
  .node-type-publication .content-top {
    padding-top: 1.6rem;
  }
}
.node-type-publication .content-top h1 {
  font-size: 5rem;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .node-type-publication .content-top h1 {
    font-size: 8rem;
  }
}
.node-type-publication .content-top .field-publication-cover {
  max-width: 14rem;
  margin: 0 4% 4% 0;
}
@media only screen and (min-width: 576px) {
  .node-type-publication .content-top .field-publication-cover {
    width: 24rem;
    float: right;
    margin: 0 0 4% 4%;
  }
  .node-type-publication .content-top .field-publication-cover img {
    float: right;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-publication .content-top .field-publication-cover {
    max-width: none;
  }
}
.node-type-publication .content-middle {
  padding-top: 0;
  overflow: visible;
}
.header-breadcrumb-publication ul.publication-download-links {
  margin-bottom: 2rem;
}
.header-breadcrumb-publication ul.publication-download-links li {
  display: inline-block;
}
@media only screen and (max-width: 576px) {
  .header-breadcrumb-publication ul.publication-download-links li {
    display: block;
  }
}
.header-breadcrumb-publication ul.publication-download-links li a {
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .header-breadcrumb-publication ul.publication-download-links li a {
    margin-bottom: 2rem;
  }
  .header-breadcrumb-publication ul.publication-download-links li a:after {
    float: right;
    top: 0.25rem;
  }
}
.header-breadcrumb-publication ul.publication-download-links li:nth-child(1n+2) a {
  background-color: #ffffff;
  color: #0072ce;
}
.header-breadcrumb-publication ul.publication-download-links li:nth-child(1n+2) a:hover {
  color: #e17800;
}
.header-breadcrumb-publication ul.publication-download-links a.download:after {
  content: "\f2dd";
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.header-breadcrumb-publication ul.publication-download-links .field-publication-issuu a:after {
  content: "\f133";
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.node-publication .publication-tabs {
  margin-top: -3.25rem;
  display: block;
  position: relative;
}
.node-publication .publication-tabs ul {
  *zoom: 1;
  margin-bottom: 1rem;
}
.node-publication .publication-tabs ul:before,
.node-publication .publication-tabs ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.node-publication .publication-tabs ul:after {
  clear: both;
}
.node-publication .publication-tabs ul li {
  float: left;
  margin-right: 2px;
}
.node-publication .publication-tabs ul li a,
.node-publication .publication-tabs ul li label {
  display: block;
  padding: 1em;
  line-height: 1em;
  position: relative;
  font-size: 1.125rem;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.7);
  color: rgba(0, 114, 206, 0.7);
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.node-publication .publication-tabs ul li a:hover,
.node-publication .publication-tabs ul li label:hover {
  cursor: pointer;
  background-color: #58cae7;
  color: #ffffff;
}
.node-publication .publication-tabs ul li.ui-tabs-active a {
  border-bottom: 0;
  color: rgba(0, 0, 0, 0.7);
  background-color: #ffffff;
}
.node-publication #publication-overview,
.node-publication #publication-executive-summary {
  padding-top: 4%;
}
.node-publication aside.author-date-tags .container {
  max-width: 72rem;
}
@media only screen and (max-width: 84rem) {
  .node-publication aside.author-date-tags .container {
    float: right;
    position: relative;
  }
}
@media only screen and (max-width: 576px) {
  .node-publication aside.author-date-tags .container {
    float: none;
  }
}
.node-publication aside.author-date-tags .container > div {
  border-bottom: 1px solid #f1f1f0;
  padding: 1rem 0;
}
.node-publication aside.author-date-tags .author-bio {
  border-bottom: none;
}
.node-publication aside.author-date-tags .field-display-date {
  text-transform: uppercase;
  line-height: 1em;
}
.node-publication .taxonomy {
  margin-bottom: 2rem;
}
.node-publication .taxonomy a {
  color: #0072ce;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.node-publication .taxonomy a:hover {
  color: #58cae7;
}
.node-publication .taxonomy .tags {
  border-bottom: none;
  padding-bottom: 0;
}
.node-publication .taxonomy ul {
  *zoom: 1;
}
.node-publication .taxonomy ul:before,
.node-publication .taxonomy ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.node-publication .taxonomy ul:after {
  clear: both;
}
.node-publication .taxonomy ul li {
  float: left;
}
.node-publication .taxonomy ul li a {
  padding: 1rem 0;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.5em;
  display: block;
}
.node-publication .taxonomy ul li a:before {
  content: "\f48d";
  font-family: "Ionicons";
  margin-right: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.node-publication .taxonomy ul li a:before {
  color: #243c4b;
  font-size: 1.33rem;
}
@media only screen and (min-width: 1344px) {
  .node-publication .taxonomy ul li a {
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0;
  }
}
@media only screen and (min-width: 1344px) {
  .node-publication .taxonomy ul li {
    width: 100%;
  }
}
.node-publication .field-publication-intro {
  margin-bottom: 3rem;
}
.node-publication .field-publication-intro p {
  font-weight: bold;
}
.node-publication .publication-links a {
  background-color: #0072ce;
  color: #ffffff;
  border: none;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0.5em;
  line-height: 1em;
  position: relative;
  top: 0.125em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 2rem;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  text-transform: uppercase;
}
.node-publication .publication-links a:hover {
  background-color: #028eff;
}
@media only screen and (max-width: 576px) {
  .node-publication .publication-links a {
    font-size: 1.5rem;
  }
}
.node-publication .publication-links a:hover {
  background-color: #028eff;
}
@media only screen and (max-width: 576px) {
  .node-publication .publication-links a {
    font-size: 1.5rem;
  }
}
.node-publication .publication-links a:nth-child(1n+2) {
  background: #ffffff;
  color: #0072ce;
}
.node-publication .publication-links a:nth-child(1n+2):hover {
  color: #58cae7;
}
.node-publication .field-publication-summary ol.ui-tabs-nav {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  margin: 0 0 1rem;
}
@media only screen and (min-width: 768px) {
  .node-publication .field-publication-summary ol.ui-tabs-nav {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
    column-gap: 4%;
  }
}
.node-publication .field-publication-summary ol.ui-tabs-nav li {
  float: none;
  list-style-type: decimal;
  list-style-position: outside;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin: 0 0 0 2.5rem;
  font-size: 1.25rem;
}
.node-publication .field-publication-summary ol.ui-tabs-nav li:before {
  content: "";
}
.node-publication .field-publication-summary ol.ui-tabs-nav li.ui-tabs-active {
  font-weight: bold;
}
.node-publication .field-publication-summary ol.ui-tabs-nav li a {
  float: none;
  padding: 0.25em 0;
  line-height: 1;
  text-transform: uppercase;
  color: #0072ce;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 1344px) {
  .node-publication .field-publication-summary aside.page-navigation ol.ui-tabs-nav {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.node-publication .publication-executive-summary-tab-navigation {
  margin: 1rem 1rem 3rem 0px;
  padding: 1rem;
  font-size: 1.25rem;
  line-height: 1.5em;
}
.node-publication .publication-executive-summary-tab-navigation a {
  width: 48%;
}
.node-publication .publication-executive-summary-tab-navigation a.previous {
  float: left;
}
.node-publication .publication-executive-summary-tab-navigation a.previous:before {
  content: "\f3cf";
  font-family: "Ionicons";
  margin-right: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.node-publication .publication-executive-summary-tab-navigation a.next {
  float: right;
  text-align: right;
}
.node-publication .publication-executive-summary-tab-navigation a.next:after {
  content: "\f3d1";
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.node-publication #download-options {
  background-color: #0072ce;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.node-publication #download-options .download-options {
  background: rgba(255, 255, 255, 0.15);
  margin-bottom: 1.8em;
}
.node-publication #download-options .field-publication-filesets {
  max-width: 36rem;
  margin: 0 auto;
  margin-top: 4em;
}
.node-publication #download-options .field-publication-filesets ul.field-publication-files li span.file-size {
  display: none;
}
.node-publication #download-options .field-publication-filesets li {
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  padding: 1.2rem 1.5rem 1rem 2rem;
  color: rgba(255, 255, 255, 0.35);
  font-size: 1.5rem;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.node-publication #download-options .field-publication-filesets li:last-child {
  border: none;
}
.node-publication #download-options .field-publication-filesets li a {
  color: rgba(255, 255, 255, 0.35);
}
.node-publication #download-options .field-publication-filesets .field-publication-filesets li {
  font-size: 2.5rem;
}
.node-publication #download-options .field-publication-filesets .field-publication-filesets li.selected:after {
  top: 0.55rem;
}
.node-publication #download-options .field-publication-filesets .field-publication-files li.selected,
.node-publication #download-options .field-publication-filesets li.selected .field-publication-file-variant {
  color: #ffffff;
}
.node-publication #download-options .field-publication-filesets .field-publication-files li.selected a,
.node-publication #download-options .field-publication-filesets li.selected .field-publication-file-variant a {
  color: #ffffff;
}
.node-publication #download-options .field-publication-filesets .field-publication-files li.selected:after,
.node-publication #download-options .field-publication-filesets li.selected .field-publication-file-variant:after {
  content: "\f122";
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.node-publication #download-options .field-publication-filesets .field-publication-files li.selected:after,
.node-publication #download-options .field-publication-filesets li.selected .field-publication-file-variant:after {
  display: inline-block;
  float: right;
  color: #ffffff;
  font-size: 2.5rem;
}
.node-publication #download-options #download-file-link {
  background-color: #0072ce;
  color: #ffffff;
  border: none;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0.5em;
  line-height: 1em;
  position: relative;
  top: 0.125em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 2rem;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: .5em;
  background-color: #ffffff;
  color: #0072ce;
  text-align: center;
}
.node-publication #download-options #download-file-link:hover {
  background-color: #028eff;
}
@media only screen and (max-width: 576px) {
  .node-publication #download-options #download-file-link {
    font-size: 1.5rem;
  }
}
.node-publication #download-options #download-file-link:hover {
  background-color: #028eff;
}
@media only screen and (max-width: 576px) {
  .node-publication #download-options #download-file-link {
    font-size: 1.5rem;
  }
}
.node-publication #download-options #download-file-link span {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.node-publication #download-options #download-file-link:hover {
  color: #e17800;
}
.node-type-press-section-page {
  position: relative;
}
.node-type-press-section-page .introduction {
  margin-bottom: 0;
}
.node-type-press-section-page .press-contacts-wrap {
  background-color: #243c4b;
  position: relative;
}
.node-type-press-section-page .press-contacts-wrap:before {
  content: "";
  display: block;
  background-image: url(/sites/all/themes/custom/plantheme/img/texture-white.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}
@media only screen and (min-width: 1344px) {
  .node-type-press-section-page .press-contacts-wrap {
    margin-right: -10rem;
    padding-left: 15%;
    padding-right: 15%;
  }
}
.node-type-press-section-page .press-contacts-wrap .field-contact-id {
  margin: 4rem 0 0;
  padding: 2rem 2rem 1rem 2rem;
}
.node-type-press-section-page .press-contacts-wrap .field-contact-id:before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-image: url(/sites/all/themes/custom/plantheme/img/frame-white.png);
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .node-type-press-section-page .press-contacts-wrap .field-contact-id {
    padding: 4rem 4rem 2rem 4rem;
  }
}
.node-type-press-section-page .press-contacts-wrap .field-contact-id h3 {
  margin-top: 0;
  color: #ffffff;
  border: none;
}
.node-type-press-section-page .press-contacts-wrap .field-contact-id ul.contacts {
  position: relative;
  opacity: 1;
}
.node-type-press-section-page .press-contacts-wrap .field-contact-id ul.contacts li {
  margin-bottom: 2rem;
}
.node-type-press-section-page .press-contacts-wrap .field-contact-id ul.contacts li .author-bio {
  padding-bottom: 0;
  border: none;
}
.node-type-press-section-page .press-contacts-wrap .field-contact-id ul.contacts li .author-bio h2,
.node-type-press-section-page .press-contacts-wrap .field-contact-id ul.contacts li .author-bio .field-contact-job-title,
.node-type-press-section-page .press-contacts-wrap .field-contact-id ul.contacts li .author-bio .field-contact-telephone,
.node-type-press-section-page .press-contacts-wrap .field-contact-id ul.contacts li .author-bio .field-contact-email {
  color: #ffffff;
  opacity: 1;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .node-type-press-section-page .press-contacts-wrap .field-contact-id ul.contacts li .author-bio h2,
  .node-type-press-section-page .press-contacts-wrap .field-contact-id ul.contacts li .author-bio .field-contact-job-title,
  .node-type-press-section-page .press-contacts-wrap .field-contact-id ul.contacts li .author-bio .field-contact-telephone,
  .node-type-press-section-page .press-contacts-wrap .field-contact-id ul.contacts li .author-bio .field-contact-email {
    font-size: 1.5rem;
  }
}
.node-type-press-section-page .press-contacts-wrap .field-contact-id ul.contacts li .author-bio h2 {
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .node-type-press-section-page .press-contacts-wrap .field-contact-id ul.contacts li .author-bio h2 {
    font-size: 1.75rem;
  }
}
.node-type-press-section-page .press-contacts-wrap .field-contact-id ul.contacts li .author-bio .field-contact-job-title {
  margin-bottom: 1rem;
}
.node-type-press-section-page .press-contacts-wrap .field-contact-id ul.contacts li .author-bio .field-contact-telephone,
.node-type-press-section-page .press-contacts-wrap .field-contact-id ul.contacts li .author-bio .field-contact-email {
  font-weight: bold;
}
.node-type-press-section-page .press-contacts-wrap .field-contact-id ul.contacts li .author-bio .field-contact-telephone .field-label,
.node-type-press-section-page .press-contacts-wrap .field-contact-id ul.contacts li .author-bio .field-contact-email .field-label {
  display: none;
}
.node-type-press-section-page .press-contacts-wrap .field-contact-id ul.contacts li .author-bio .field-contact-email a {
  color: #ffffff;
}
.node-type-press-section-page .press-contacts-wrap .field-contact-id ul.contacts li .author-bio .field-contact-email a:hover {
  color: #f1c400;
}
@media only screen and (min-width: 1344px) {
  .node-type-press-section-page .press-contacts-wrap .field-contact-id ul.contacts li .author-bio .field-contact-portrait,
  .node-type-press-section-page .press-contacts-wrap .field-contact-id ul.contacts li .author-bio .contact-info {
    display: inline-block;
  }
}
@media only screen and (min-width: 1344px) {
  .node-type-press-section-page .content-middle .core-content-with-sidebar .core-content .sidebar-spacer .field-contact-id {
    max-width: none;
  }
}
.field-map {
  background-color: #243c4b;
  height: 450px;
  position: relative;
  padding: 0;
  *zoom: 1;
}
.field-map:before {
  content: "";
  display: block;
  background-image: url(/sites/all/themes/custom/plantheme/img/texture-white.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
}
.field-map:before,
.field-map:after {
  display: table;
  content: "";
  line-height: 0;
}
.field-map:after {
  clear: both;
}
.field-map .node-map .map-sidebar {
  width: 50%;
  min-height: 390px;
  background-color: #243c4b;
  position: relative;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 80px;
  float: left;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .field-map .node-map .map-sidebar {
    width: 30%;
  }
}
.field-map .node-map .map-sidebar:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #243c4b;
  border-width: 30px;
  margin-top: -30px;
  z-index: 2;
}
.field-map .node-map .map-sidebar .title-field {
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2.5rem;
  line-height: 0.8;
  color: #58cae7;
  margin-top: 0.75rem;
  display: inline-block;
}
.field-map .node-map .map-sidebar .title-field:before {
  content: "";
  background: transparent url(/sites/all/themes/custom/plantheme/img/marker-icon-no-shadow.png) no-repeat left top;
  background-size: 14px;
  width: 14px;
  height: 22px;
  display: inline-block;
}
.field-map .node-map .map-sidebar .field-map-point-image {
  margin-left: -7.75%;
  margin-right: -7.75%;
}
.field-map .node-map .map-sidebar .field-map-point-name {
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #ffffff;
  font-size: 4rem;
  line-height: 0.8;
  margin: 0.75rem 0;
}
.field-map .node-map .map-sidebar .field-map-point-text {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 0 0 0.75rem 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.field-map .node-map .map-sidebar .field-map-point-link {
  position: relative;
}
.field-map .node-map .map-sidebar .field-map-point-link a {
  display: block;
  color: #f1c400;
}
.field-map .node-map .map-sidebar .field-map-point-link a:after {
  content: '\f125';
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.field-map .node-map .map-sidebar .field-map-point-link a:after {
  font-size: 0.8rem;
}
.field-map .node-map .map-sidebar .field-map-point-link a:hover {
  color: #ffffff;
}
.field-map .node-map .map-sidebar .map-pager {
  position: absolute;
  bottom: 1rem;
  width: 95%;
}
@media only screen and (min-width: 576px) {
  .field-map .node-map .map-sidebar .map-pager {
    width: 87%;
  }
}
.field-map .node-map .map-sidebar .map-pager .page-prev,
.field-map .node-map .map-sidebar .map-pager .page-next {
  background-color: #f1c400;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
}
.field-map .node-map .map-sidebar .map-pager .page-prev:after,
.field-map .node-map .map-sidebar .map-pager .page-next:after {
  content: '\f125';
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.field-map .node-map .map-sidebar .map-pager .page-prev:hover,
.field-map .node-map .map-sidebar .map-pager .page-next:hover {
  background-color: #f5db37;
}
.field-map .node-map .map-sidebar .map-pager .page-prev.disabled,
.field-map .node-map .map-sidebar .map-pager .page-next.disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: auto;
}
.field-map .node-map .map-sidebar .map-pager .page-prev.disabled:hover,
.field-map .node-map .map-sidebar .map-pager .page-next.disabled:hover {
  background-color: #f1c400;
}
.field-map .node-map .map-sidebar .map-pager .page-prev:after {
  content: '\f124';
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.field-map .node-map .map-sidebar .map-pager .page-prev:after,
.field-map .node-map .map-sidebar .map-pager .page-next:after {
  font-size: 3rem;
  top: 15px;
  left: -4px;
  color: #ffffff;
}
.field-map .node-map .map-sidebar .map-pager .page-prev:after {
  left: -8px;
}
.field-map .node-map .map-map {
  width: 50%;
  float: right;
}
@media only screen and (min-width: 576px) {
  .field-map .node-map .map-map {
    width: 70%;
  }
}
.field-map .node-map .map-map .leaflet-control-container {
  position: relative;
  z-index: 2;
}
.field-map .node-map .map-map .leaflet-container {
  min-height: 450px;
  z-index: 0;
}
.field-map .node-map .map-map .leaflet-container .leaflet-marker-icon.focused {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 2px solid #ffffff;
  padding: 14px 14px 14px 20px;
  margin-left: -32px !important;
  margin-top: -57px !important;
}
.field-map .node-map .map-map .leaflet-container .leaflet-top,
.field-map .node-map .map-map .leaflet-container .leaflet-bottom {
  z-index: 1;
}
.field-map .node-map .hidden {
  display: none;
}
.field-country-chooser {
  max-width: none;
  padding: 0;
}
.field-country-chooser .node-country-chooser {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.node-country-chooser {
  padding: 5rem;
}
.node-country-chooser .field-cc-heading {
  color: #ffffff;
}
.node-country-chooser .field-cc-subheading {
  color: #ffffff;
  font-size: 1.5rem;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  .node-country-chooser .field-cc-subheading {
    font-size: 1rem;
  }
}
.node-country-chooser select {
  width: 50%;
}
@media only screen and (max-width: 576px) {
  .node-country-chooser select {
    width: 100%;
  }
}
.node-country-chooser select,
.node-country-chooser input {
  float: left;
  margin-right: 0.5rem;
}
.node-country-chooser input {
  background-color: #f1c400;
  font-family: "Ionicons";
  font-size: 2rem;
  line-height: 1rem;
}
.node-country-chooser input.form-submit {
  border: 1px solid #f1c400;
}
html[dir="rtl"] .language-switcher li:first-child {
  border-left: 1px solid #b3b3b3;
  margin-left: 0.25rem;
  padding-left: 0.5rem;
}
html[dir="rtl"] .language-switcher li:last-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
html[dir="rtl"] .primary li.expanded,
html[dir="rtl"] .primary li.collapsed,
html[dir="rtl"] .primary li.leaf {
  margin: 0;
  padding: 0;
}
html[dir="rtl"] .primary li.expanded,
html[dir="rtl"] .primary li.collapsed,
html[dir="rtl"] .primary li.leaf {
  margin: 0;
  padding: 0;
}
html[dir="rtl"] .primary li a {
  margin-right: 0;
  margin-left: 0;
}
html[dir="rtl"] .primary.tabs {
  padding: 1% 4.5% 0 4.5%;
}
html[dir="rtl"] .primary.tabs li {
  float: right;
}
html[dir="rtl"] .field-media-description:after {
  content: "\f2d3";
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
html[dir="rtl"] .field-media-description:after {
  opacity: 0.3;
  filter: alpha(opacity=30);
  font-size: 1.5rem;
  position: relative;
  top: -0.125rem;
}
html[dir="rtl"] .field-media-description:before {
  content: "";
}
@media only screen and (min-width: 1344px) {
  html[dir="rtl"] .field-image-main,
  html[dir="rtl"] .main-body img {
    margin-right: 0;
    margin-left: -10rem;
  }
}
html[dir="rtl"] footer ul.menu {
  text-align: center;
}
html[dir="rtl"] footer ul.menu li {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 576px) {
  html[dir="rtl"] .node-type-person .field-person-photo {
    float: right;
  }
}
@media only screen and (min-width: 1344px) {
  html[dir="rtl"] .node-type-person .field-person-photo {
    left: 0;
    right: -180px;
  }
}
html[dir="rtl"] .navigation .primary {
  float: right;
}
html[dir="rtl"] .navigation .primary li {
  float: right;
}
html[dir="rtl"] .navigation .primary li.expanded.show-arrow > a:after {
  content: "";
  margin-left: 0;
}
html[dir="rtl"] .navigation .primary li.expanded.show-arrow > a:before {
  content: "\f35f";
  font-family: "Ionicons";
  margin-right: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
html[dir="rtl"] .navigation .primary li.expanded.show-arrow > a:before {
  margin-right: 0.75rem;
}
html[dir="rtl"] .search,
html[dir="rtl"] .donate {
  float: left;
}
html[dir="rtl"] .drop-down-wrap li {
  float: right;
}
html[dir="rtl"] .drop-down-wrap li ul a:before {
  content: "";
  margin-right: 0;
  margin-left: 0;
}
html[dir="rtl"] .drop-down-wrap li ul a:after {
  content: '\f124';
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
html[dir="rtl"] .drop-down-wrap li ul a:after {
  color: rgba(255, 255, 255, 0.25);
  font-size: 14px;
  margin-left: 8px;
}
html[dir="rtl"] .node-type-country-office-homepage .content-top h1.page-title,
html[dir="rtl"] .node-type-country-office-homepage .content-top .field-intro,
html[dir="rtl"] .node-type-country-office-homepage .content-top .cta {
  text-align: right;
}
html[dir="rtl"] .node-type-country-office-homepage .content-top .cta .button {
  padding-right: 0;
}
html[dir="rtl"] .node-type-country-office-homepage .field-areas-of-priority-id .field-label {
  text-align: right;
}
html[dir="rtl"] .node-type-country-office-homepage .field-areas-of-priority-id .flex-viewport,
html[dir="rtl"] .node-type-country-office-homepage .field-areas-of-priority-id .flex-direction-nav {
  direction: ltr;
}
html[dir="rtl"] .node-type-country-office-homepage .field-campaign-id .field-label {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  html[dir="rtl"] .node-type-country-office-homepage .field-campaign-id .field-items > div {
    float: right;
    margin-right: 0;
    margin-left: 2.5%;
  }
  html[dir="rtl"] .node-type-country-office-homepage .field-campaign-id .field-items > div:nth-child(even) {
    margin-right: 2.5%;
    margin-left: 0;
  }
}
html[dir="rtl"] .node-type-country-office-homepage .field-impact-highlight-id .field-label {
  text-align: right;
}
html[dir="rtl"] .node-type-country-office-homepage .field-impact-highlight-id > .field-items > .impact-item {
  float: right;
  margin-left: 5%;
  margin-right: 0;
}
html[dir="rtl"] .node-type-country-office-homepage .field-impact-highlight-id > .field-items > .impact-item:nth-child(3n+3) {
  margin-left: 0;
}
html[dir="rtl"] .node-type-country-office-homepage .facts-stats li {
  float: right;
  margin-left: 3%;
  margin-right: 0;
}
html[dir="rtl"] .node-type-country-office-homepage .facts-stats li:nth-child(3n+3) {
  margin-left: 0;
}
html[dir="rtl"] .node-type-country-office-homepage .field-publication-id .field-label {
  text-align: right;
}
html[dir="rtl"] .node-type-country-office-homepage .field-publication-id a .page-turn {
  left: 0;
  right: auto;
}
html[dir="rtl"] .node-type-country-office-homepage .field-publication-id a .page-turn:before {
  border-width: 3rem 0 0 3rem;
  border-color: #f1f1f0 transparent transparent transparent;
  right: 0;
  left: auto;
}
html[dir="rtl"] .node-type-country-office-homepage .field-publication-id a:hover .page-turn:before {
  border-width: 5rem 0 0 5rem;
}
html[dir="rtl"] .node-type-country-office-homepage .field-publication-id .field-items .odd,
html[dir="rtl"] .node-type-country-office-homepage .field-publication-id .field-items .even {
  float: right;
}
@media only screen and (min-width: 768px) {
  html[dir="rtl"] .node-type-country-office-homepage .get-social .field-socialmedia-desc {
    float: right;
    margin-left: 2%;
    margin-right: 0;
    text-align: right;
  }
}
html[dir="rtl"] .node-type-country-office-homepage .get-social .field-socialmedia-embed-block {
  float: left;
}
@media only screen and (min-width: 768px) {
  html[dir="rtl"] .node-type-country-office-homepage .contacts-strip {
    padding: 0 6% 0 0;
  }
}
html[dir="rtl"] .node-type-country-office-homepage .contacts-strip .field-expert-id {
  float: right;
}
html[dir="rtl"] .node-type-country-office-homepage .contacts-strip .field-expert-id .field-items > * {
  float: right;
}
html[dir="rtl"] .node-type-country-office-homepage .contacts-strip .field-expert-id .field-items > *.even {
  clear: right;
}
html[dir="rtl"] .node-type-country-office-homepage a {
  text-align: right;
}
html[dir="rtl"] .language-switcher li:first-child {
  border-left: 1px solid #b3b3b3;
  margin-left: 0.25rem;
  padding-left: 0.5rem;
}
html[dir="rtl"] .language-switcher li:last-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
html[dir="rtl"] .language-switcher .contact-details {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  html[dir="rtl"] .language-switcher .contact-details {
    float: left;
    padding: 2rem 0 0 6%;
  }
}
html[dir="rtl"] .language-switcher .contact-details .field-label {
  text-align: right;
}
html[dir="rtl"] .language-switcher .field-map .node-map .map-sidebar {
  float: right;
}
html[dir="rtl"] .language-switcher .field-map .node-map .map-sidebar:after {
  left: auto;
  right: 100%;
  border-right-color: #243c4b;
  border-left-color: transparent;
}
html[dir="rtl"] .language-switcher .field-map .node-map .map-sidebar .field-map-point-link a {
  display: block;
  color: #f1c400;
}
html[dir="rtl"] .language-switcher .field-map .node-map .map-sidebar .field-map-point-link a:before {
  content: '\f124';
  font-family: "Ionicons";
  margin-right: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
html[dir="rtl"] .language-switcher .field-map .node-map .map-sidebar .field-map-point-link a:after {
  content: "";
}
html[dir="rtl"] .language-switcher .field-map .node-map .map-sidebar .field-map-point-link a:before {
  font-size: 0.8rem;
}
html[dir="rtl"] .language-switcher .field-map .node-map .map-sidebar .map-pager .page-prev:after,
html[dir="rtl"] .language-switcher .field-map .node-map .map-sidebar .map-pager .page-next:after {
  content: '\f124';
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
html[dir="rtl"] .language-switcher .field-map .node-map .map-sidebar .map-pager .page-prev:after {
  content: '\f125';
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
html[dir="rtl"] .language-switcher .field-map .node-map .map-sidebar .map-pager .page-prev:after,
html[dir="rtl"] .language-switcher .field-map .node-map .map-sidebar .map-pager .page-next:after {
  font-size: 3rem;
  left: -4px;
}
html[dir="rtl"] .language-switcher .field-map .node-map .map-sidebar .map-pager .page-next:after {
  left: -8px;
}
html[dir="rtl"] .language-switcher .field-call-to-action form input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]).form-text {
  margin: 0 0 0 1rem;
}
html[dir="rtl"] .language-switcher .field-call-to-action.call-to-action-with-image {
  text-align: right;
}
html[dir="rtl"] .language-switcher .field-call-to-action.call-to-action-with-image .field-cta-secondary-links {
  margin-left: 0;
  margin-right: -1rem;
}
html[dir="rtl"] .language-switcher .follow-us li {
  float: right;
}
html[dir="rtl"] .language-switcher footer ul.menu {
  text-align: center;
}
.node-type-campaign .content-top .colour-light .main-title-highlight-word,
.node-type-national-office-homepage .content-top .colour-light .main-title-highlight-word,
.node-campaign.view-mode-intl_homepage_teaser.colour-light h2 span {
  background-image: url(/sites/all/themes/custom/plantheme/img/highlight-blue-bright.svg);
}
.node-type-campaign .node-campaign.colour-light .campaign-cta,
.node-type-campaign .node-campaign.colour-light nav.local-navigation-fixed,
.node-type-campaign .node-campaign.colour-light .campaign-facts,
.node-type-campaign .node-campaign.colour-light .campaign-publication,
nav.local-navigation.colour-light {
  background-color: #58cae7;
}
.node-type-campaign .node-campaign.colour-light .field-fact-title,
.node-type-national-office-homepage .content-top .colour-light .header-feature .field-header-feature-text,
.node-type-national-office-homepage .content-top .colour-light .header-feature .field-header-subheading {
  color: #58cae7;
}
.node-type-intl-homepage .content-top .colour-dark .main-title-highlight-word,
.node-type-national-office-homepage .content-top .colour-dark .main-title-highlight-word {
  background-image: url(/sites/all/themes/custom/plantheme/img/highlight-blue.svg);
}
.node-type-campaign .content-top .colour-dark .main-title-highlight-word,
.node-campaign.view-mode-intl_homepage_teaser.colour-dark h2 span {
  background-image: url(/sites/all/themes/custom/plantheme/img/highlight-ocean.svg);
}
.node-type-campaign .node-campaign.colour-dark .campaign-cta,
.node-type-campaign .node-campaign.colour-dark nav.local-navigation-fixed,
.node-type-campaign .node-campaign.colour-dark .campaign-facts,
.node-type-campaign .node-campaign.colour-dark .campaign-publication,
nav.local-navigation.colour-dark {
  background-color: #abc7ca;
}
.node-type-intl-homepage .content-top .colour-dark h1,
.node-type-intl-homepage .content-top .colour-dark h1 a,
.node-type-national-office-homepage .content-top .colour-dark h1,
.node-type-national-office-homepage .content-top .colour-dark h1 a {
  color: #0072ce;
}
.node-type-intl-homepage .content-top .colour-dark .field-header-feature-text,
.node-type-intl-homepage .content-top .colour-dark .field-header-subheading,
.node-type-national-office-homepage .content-top .colour-dark .field-header-feature-text,
.node-type-national-office-homepage .content-top .colour-dark .field-header-subheading {
  color: #000000;
}
.node-type-campaign .node-campaign.colour-dark .field-fact-title {
  color: #abc7ca;
}
.node-type-intl-homepage .content-top .colour-emergency h1.page-title .main-title-highlight-word,
.node-type-campaign .content-top .colour-emergency .main-title-highlight-word,
.node-type-national-office-homepage .content-top .colour-emergency .main-title-highlight-word,
.node-campaign.view-mode-intl_homepage_teaser.colour-emergency h2 span,
.node-type-national-office-homepage.domain-plan-fr .flexslider .field-content .colour-emergency a {
  background-image: url(/sites/all/themes/custom/plantheme/img/highlight-red.svg);
}
.node-type-campaign .node-campaign.colour-emergency .campaign-cta,
.node-type-campaign .node-campaign.colour-emergency nav.local-navigation-fixed,
.node-type-campaign .node-campaign.colour-emergency .campaign-facts,
.node-type-campaign .node-campaign.colour-emergency .campaign-publication,
nav.local-navigation.colour-emergency,
.node-type-national-office-homepage.domain-plan-fr .flexslider .field-content .colour-emergency a {
  background-color: #d22630;
}
.node-type-intl-homepage .content-top .colour-emergency .field-header-feature-text,
.node-type-national-office-homepage.domain-plan-fr .flexslider .field-content .colour-emergency a .content-top .colour-emergency .field-header-feature-text,
.node-type-national-office-homepage .content-top .colour-emergency .field-header-feature-text {
  color: #000000;
}
.node-type-intl-homepage .content-top .colour-emergency .field-header-subheading,
.node-type-national-office-homepage.domain-plan-fr .flexslider .field-content .colour-emergency a .content-top .colour-emergency .field-header-subheading,
.node-type-national-office-homepage .content-top .colour-emergency .field-header-subheading {
  color: #ffffff;
}
.node-type-intl-homepage .content-top .colour-emergency .field-header-link a,
.node-type-national-office-homepage.domain-plan-fr .flexslider .field-content .colour-emergency a .content-top .colour-emergency .field-header-link a,
.node-type-national-office-homepage .content-top .colour-emergency .field-header-link a {
  background-color: #d22630;
  color: #ffffff;
}
.node-type-intl-homepage .content-top .colour-emergency .field-header-link a:hover,
.node-type-national-office-homepage.domain-plan-fr .flexslider .field-content .colour-emergency a .content-top .colour-emergency .field-header-link a:hover,
.node-type-national-office-homepage .content-top .colour-emergency .field-header-link a:hover {
  background-color: #243c4b;
}
.node-type-intl-homepage .content-top .colour-emergency .header-feature .field-header-subheading,
.node-type-national-office-homepage.domain-plan-fr .flexslider .field-content .colour-emergency a .content-top .colour-emergency .header-feature .field-header-subheading,
.node-type-national-office-homepage .content-top .colour-emergency .header-feature .field-header-subheading {
  color: #000000;
}
.node-type-campaign .node-campaign.colour-emergency .field-fact-title {
  color: #d22630;
}
.node-type-intl-homepage .content-top .colour-biaag h1.page-title .main-title-highlight-word,
.node-type-campaign .content-top .colour-biaag-pink .main-title-highlight-word,
.node-type-national-office-homepage .content-top .colour-biaag .main-title-highlight-word,
.node-campaign.view-mode-intl_homepage_teaser.colour-biaag-pink h2 span {
  background-image: url(/sites/all/themes/custom/plantheme/img/highlight-pink.svg);
}
.node-type-campaign .node-campaign.colour-biaag-pink .campaign-cta,
.node-type-campaign .node-campaign.colour-biaag-pink nav.local-navigation-fixed,
.node-type-campaign .node-campaign.colour-biaag-pink .campaign-facts,
.node-type-campaign .node-campaign.colour-biaag-pink .campaign-publication,
nav.local-navigation.colour-biaag-pink {
  background-color: #ee008b;
}
.node-type-campaign .node-campaign.colour-regular .campaign-cta,
.node-type-campaign .node-campaign.colour-regular nav.local-navigation-fixed,
.node-type-campaign .node-campaign.colour-regular .campaign-facts,
.node-type-campaign .node-campaign.colour-regular .campaign-publication,
nav.local-navigation.colour-regular {
  background-color: #0172CE;
}
.node-type-campaign .node-campaign.colour-biaag-pink .campaign-cta > .container li a {
  background-color: #0072ce;
  color: #ffffff;
  border: none;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0.5em;
  line-height: 1em;
  position: relative;
  top: 0.125em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  text-transform: uppercase;
  font-size: 2rem;
  padding: 0.75em;
}
.node-type-campaign .node-campaign.colour-biaag-pink .campaign-cta > .container li a:hover {
  background-color: #028eff;
}
@media only screen and (max-width: 576px) {
  .node-type-campaign .node-campaign.colour-biaag-pink .campaign-cta > .container li a {
    font-size: 1.5rem;
  }
}
.node-type-campaign .node-campaign.colour-biaag-pink .campaign-cta > .container li a:hover {
  background-color: #028eff;
}
@media only screen and (max-width: 576px) {
  .node-type-campaign .node-campaign.colour-biaag-pink .campaign-cta > .container li a {
    font-size: 1.5rem;
  }
}
.node-type-campaign .node-campaign.colour-biaag-pink .campaign-cta > .container li:nth-child(1n+2) a {
  background-color: #ffffff;
  color: #0072ce;
}
.node-type-campaign .node-campaign.colour-biaag-pink .campaign-cta > .container li:nth-child(1n+2) a:hover {
  color: #e17800;
}
.node-type-campaign .node-campaign.colour-regular .campaign-cta > .container li a {
  background-color: #0072ce;
  color: #ffffff;
  border: none;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0.5em;
  line-height: 1em;
  position: relative;
  top: 0.125em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  text-transform: uppercase;
  font-size: 2rem;
  padding: 0.75em;
}
.node-type-campaign .node-campaign.colour-regular .campaign-cta > .container li a:hover {
  background-color: #028eff;
}
@media only screen and (max-width: 576px) {
  .node-type-campaign .node-campaign.colour-regular .campaign-cta > .container li a {
    font-size: 1.5rem;
  }
}
.node-type-campaign .node-campaign.colour-regular .campaign-cta > .container li a:hover {
  background-color: #028eff;
}
@media only screen and (max-width: 576px) {
  .node-type-campaign .node-campaign.colour-regular .campaign-cta > .container li a {
    font-size: 1.5rem;
  }
}
.node-type-campaign .node-campaign.colour-regular .campaign-cta > .container li:nth-child(1n+2) a {
  background-color: #0172CE;
  color: #FFF;
}
.node-type-campaign .node-campaign.colour-regular .campaign-cta > .container li:nth-child(1n+2) a:hover {
  color: #0172CE;
  background-color: #FFF;
}
.node-type-intl-homepage .content-top .colour-biaag .header-feature,
.node-type-national-office-homepage .content-top .colour-biaag .header-feature {
  background-color: rgba(238, 0, 139, 0.8);
}
.node-type-intl-homepage .content-top .colour-biaag .header-feature:before,
.node-type-national-office-homepage .content-top .colour-biaag .header-feature:before,
.node-type-intl-homepage .content-top .colour-biaag .header-feature:after,
.node-type-national-office-homepage .content-top .colour-biaag .header-feature:after {
  border-bottom-color: rgba(238, 0, 139, 0.8);
}
.node-type-intl-homepage .content-top .colour-biaag .header-feature .field-header-feature-text,
.node-type-national-office-homepage .content-top .colour-biaag .header-feature .field-header-feature-text,
.node-type-intl-homepage .content-top .colour-biaag .header-feature .field-header-subheading,
.node-type-national-office-homepage .content-top .colour-biaag .header-feature .field-header-subheading {
  color: #ffffff;
}
.node-type-intl-homepage .content-top .colour-biaag .header-feature .field-header-link a,
.node-type-national-office-homepage .content-top .colour-biaag .header-feature .field-header-link a {
  background-color: #0072ce;
  color: #ffffff;
}
.node-type-intl-homepage .content-top .colour-biaag .header-feature .field-header-link a:hover,
.node-type-national-office-homepage .content-top .colour-biaag .header-feature .field-header-link a:hover {
  background-color: #243c4b;
}
.node-type-intl-homepage .content-top .colour-regular .header-feature,
.node-type-national-office-homepage .content-top .colour-regular .header-feature {
  background-color: #0172CE;
}
.node-type-intl-homepage .content-top .colour-regular .header-feature:before,
.node-type-national-office-homepage .content-top .colour-regular .header-feature:before,
.node-type-intl-homepage .content-top .colour-regular .header-feature:after,
.node-type-national-office-homepage .content-top .colour-regular .header-feature:after {
  border-bottom-color: #0172CE;
}
.node-type-intl-homepage .content-top .colour-regular .header-feature .field-header-feature-text,
.node-type-national-office-homepage .content-top .colour-regular .header-feature .field-header-feature-text,
.node-type-intl-homepage .content-top .colour-regular .header-feature .field-header-subheading,
.node-type-national-office-homepage .content-top .colour-regular .header-feature .field-header-subheading {
  color: #ffffff;
}
.node-type-intl-homepage .content-top .colour-regular .header-feature .field-header-link a,
.node-type-national-office-homepage .content-top .colour-regular .header-feature .field-header-link a {
  background-color: #0172CE;
  color: #FFF;
}
.node-type-intl-homepage .content-top .colour-regular .header-feature .field-header-link a:hover,
.node-type-national-office-homepage .content-top .colour-regular .header-feature .field-header-link a:hover {
  color: #FFF;
  background-color: #FFF;
}
.node-type-campaign .node-campaign.colour-biaag-pink .field-fact-title {
  color: #ee008b;
}
.node-type-campaign .node-campaign.colour-regular .field-fact-title {
  color: #FFF;
}
.node-type-campaign .node-campaign.colour-regular .field-fact-title {
  color: #FFF;
}
.node-type-campaign .content-top .colour-emergency-red .main-title-highlight-word,
.node-campaign.view-mode-intl_homepage_teaser.colour-emergency-red h2 span,
.node-type-national-office-homepage.domain-plan-fr .flexslider .field-content .colour-emergency-red a {
  background-image: url(/sites/all/themes/custom/plantheme/img/highlight-red.svg);
}
.node-type-campaign .node-campaign.colour-emergency-red .campaign-cta,
.node-type-campaign .node-campaign.colour-emergency-red nav.local-navigation-fixed,
.node-type-campaign .node-campaign.colour-emergency-red .campaign-facts,
.node-type-campaign .node-campaign.colour-emergency-red .campaign-publication,
nav.local-navigation.colour-emergency-red,
.node-type-national-office-homepage.domain-plan-fr .flexslider .field-content .colour-emergency-red a {
  background-color: #d22630;
}
.node-type-campaign .node-campaign.colour-emergency-red .campaign-cta > .container li a,
.node-type-national-office-homepage.domain-plan-fr .flexslider .field-content .colour-emergency-red a > .container li a {
  background-color: #0072ce;
  color: #ffffff;
  border: none;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0.5em;
  line-height: 1em;
  position: relative;
  top: 0.125em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  text-transform: uppercase;
  font-size: 2rem;
  padding: 0.75em;
}
.node-type-campaign .node-campaign.colour-emergency-red .campaign-cta > .container li a:hover,
.node-type-national-office-homepage.domain-plan-fr .flexslider .field-content .colour-emergency-red a > .container li a:hover {
  background-color: #028eff;
}
@media only screen and (max-width: 576px) {
  .node-type-campaign .node-campaign.colour-emergency-red .campaign-cta > .container li a,
  .node-type-national-office-homepage.domain-plan-fr .flexslider .field-content .colour-emergency-red a > .container li a {
    font-size: 1.5rem;
  }
}
.node-type-campaign .node-campaign.colour-emergency-red .campaign-cta > .container li a:hover,
.node-type-national-office-homepage.domain-plan-fr .flexslider .field-content .colour-emergency-red a > .container li a:hover {
  background-color: #028eff;
}
@media only screen and (max-width: 576px) {
  .node-type-campaign .node-campaign.colour-emergency-red .campaign-cta > .container li a,
  .node-type-national-office-homepage.domain-plan-fr .flexslider .field-content .colour-emergency-red a > .container li a {
    font-size: 1.5rem;
  }
}
.node-type-campaign .node-campaign.colour-emergency-red .campaign-cta > .container li:nth-child(1n+2) a,
.node-type-national-office-homepage.domain-plan-fr .flexslider .field-content .colour-emergency-red a > .container li:nth-child(1n+2) a {
  background-color: #ffffff;
  color: #0072ce;
}
.node-type-campaign .node-campaign.colour-emergency-red .campaign-cta > .container li:nth-child(1n+2) a:hover,
.node-type-national-office-homepage.domain-plan-fr .flexslider .field-content .colour-emergency-red a > .container li:nth-child(1n+2) a:hover {
  color: #e17800;
}
.node-type-campaign .node-campaign.colour-emergency-red .field-fact-title,
.node-type-national-office-homepage.domain-plan-fr .flexslider .field-content .colour-emergency-red a {
  color: #d22630;
}
.node-call-to-action.view-mode-issuepage_planacademy_teaser {
  *zoom: 1;
  background-color: #0072ce;
}
.node-call-to-action.view-mode-issuepage_planacademy_teaser:before,
.node-call-to-action.view-mode-issuepage_planacademy_teaser:after {
  display: table;
  content: "";
  line-height: 0;
}
.node-call-to-action.view-mode-issuepage_planacademy_teaser:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .node-call-to-action.view-mode-issuepage_planacademy_teaser > div {
    width: 50%;
    float: left;
  }
}
.node-call-to-action.view-mode-issuepage_planacademy_teaser img {
  vertical-align: bottom;
}
.node-call-to-action.view-mode-issuepage_planacademy_teaser .academy-text {
  color: #ffffff;
  padding: 3rem;
  font-size: 1.5rem;
}
.node-call-to-action.view-mode-issuepage_planacademy_teaser .academy-image {
  background-size: cover;
  background-position: center center;
  min-height: 400px;
}
.node-call-to-action.view-mode-issuepage_planacademy_teaser .field-cta-primary-link a {
  background-color: #243c4b;
  color: #ffffff;
  border: none;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0.5em;
  line-height: 1em;
  position: relative;
  top: 0.125em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 2rem;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  text-transform: uppercase;
}
.node-call-to-action.view-mode-issuepage_planacademy_teaser .field-cta-primary-link a:hover {
  background-color: #35586d;
}
@media only screen and (max-width: 576px) {
  .node-call-to-action.view-mode-issuepage_planacademy_teaser .field-cta-primary-link a {
    font-size: 1.5rem;
  }
}
.node-call-to-action.view-mode-issuepage_planacademy_teaser h2 {
  font-size: 4.5rem;
}
.node-call-to-action.view-mode-issuepage_planacademy_teaser .academy-header {
  font-size: 1.75rem;
}
.node-call-to-action.view-mode-issuepage_planacademy_teaser .field-cta-heading,
.node-call-to-action.view-mode-issuepage_planacademy_teaser .field-cta-subheading {
  margin-bottom: 1.5rem;
}
.node-call-to-action.view-mode-issuepage_planacademy_teaser .field-cta-heading {
  font-size: 1.75rem;
  font-weight: 500;
}
#edit-email-error {
  margin-bottom: -0.5em;
  color: #9E2C2D;
  background: #ffffff;
  padding: 0.25em;
  margin-top: 0.25em;
  width: 100%;
  max-width: 100%;
  width: 36rem;
  border: 1px solid red;
}
@media only screen and (min-width: 768px) {
  #edit-email-error {
    position: absolute;
    margin-bottom: auto;
  }
}
#plan-popup.animate {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#plan-popup-close {
  cursor: pointer;
}
#plan-popup-close:hover {
  opacity: 0.7;
}
#plan-popup.js-enabled {
  z-index: 9;
  padding: 1rem 0.5rem;
  bottom: 0;
  top: inherit;
  position: fixed;
  background: #0072ce;
  width: 100%;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  #plan-popup.js-enabled {
    width: auto;
    max-height: 300px;
    border: 1px solid white;
    bottom: 0.5rem;
    right: 0.5rem;
    min-width: 300px;
    max-width: 340px;
  }
}
#plan-popup.js-enabled article {
  text-align: center;
  clear: both;
}
#plan-popup.js-enabled .close {
  float: right;
  color: #ffffff;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  #plan-popup.js-enabled .close {
    font-size: 2.5rem;
  }
}
#plan-popup.js-enabled h2 {
  margin-top: 1.5rem;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: none;
  display: none;
}
@media only screen and (min-width: 768px) {
  #plan-popup.js-enabled h2 {
    display: block;
    font-size: 2rem;
  }
}
#plan-popup.js-enabled .field-cta-subheading {
  display: none;
}
@media only screen and (min-width: 768px) {
  #plan-popup.js-enabled .field-cta-subheading {
    display: block;
  }
}
#plan-popup.js-enabled p {
  font-size: 1.2em;
  line-height: 1.6;
}
#plan-popup.js-enabled a {
  color: #ffffff;
}
#plan-popup.js-enabled .form-item {
  margin-bottom: 0;
  margin-top: 0.5rem;
  display: inline-block;
  width: 55%;
}
@media only screen and (min-width: 768px) {
  #plan-popup.js-enabled .form-item {
    width: 100%;
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
#plan-popup.js-enabled label {
  display: none;
}
#plan-popup.js-enabled input[type=text] {
  border: 0;
  padding: 0.5rem;
}
@media only screen and (min-width: 768px) {
  #plan-popup.js-enabled input[type=text] {
    padding: 1rem;
  }
}
#plan-popup.js-enabled input[type=submit] {
  border: 2px solid white;
  padding: 0.5rem;
  font-size: 1rem;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  #plan-popup.js-enabled input[type=submit] {
    padding: 0.75rem;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  #plan-popup.js-enabled #edit-email-error {
    position: relative;
  }
}
.page-checkout img.commerce-payment-method-logo {
  margin-right: 10px;
}
.page-checkout input[type=submit] {
  margin-right: 10px;
}
.pink-background {
  background-color: #ee008b;
  color: white;
  width: 25%;
  padding: 20px;
}
.blue-background {
  background-color: #0072ce;
  color: white;
  width: 25%;
  padding: 20px;
}
.dark-blue-background {
  background-color: #243C4B;
  color: white;
  width: 25%;
  padding: 20px;
}
.pink-border {
  border: 2px solid #ee008b;
  padding: 5px;
  width: 25%;
}
.blue-border {
  border: 2px solid #0072ce;
  padding: 5px;
  width: 25%;
}
.left-aligned {
  float: left;
  margin: 20px;
  margin-left: 0;
}
.right-aligned {
  float: right;
  margin: 20px;
  margin-right: 0;
}
.yellow-button-style {
  background-color: #f1c400;
  color: #000000;
  border: none;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0.5em;
  line-height: 1em;
  position: relative;
  top: 0.125em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 2rem;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  text-transform: uppercase;
  padding-right: 40px;
  font-weight: normal;
}
.yellow-button-style:hover {
  background-color: #ffd625;
}
@media only screen and (max-width: 576px) {
  .yellow-button-style {
    font-size: 1.5rem;
  }
}
.yellow-button-style:after {
  border-right: 2px solid #000000;
  content: '';
  display: block;
  height: 13px;
  margin-top: -2px;
  position: absolute;
  transform: rotate(55deg);
  right: 25px;
  top: 50%;
  width: 0;
}
.yellow-button-style:before {
  border-right: 2px solid #000000;
  content: '';
  display: block;
  height: 13px;
  margin-top: -10px;
  position: absolute;
  transform: rotate(135deg);
  right: 25px;
  top: 50%;
  width: 0;
}
.yellow-button-style:hover:after {
  transition: border-color 0.2s ease;
  border-color: #ffffff;
}
.yellow-button-style:hover:before {
  transition: border-color 0.2s ease;
  border-color: #ffffff;
}
.yellow-button-style:hover {
  color: white;
  font-weight: normal;
  background-color: #e17800;
}
.red-button-style {
  background-color: #d22630;
  color: #000000;
  border: none;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0.5em;
  line-height: 1em;
  position: relative;
  top: 0.125em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 2rem;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  text-transform: uppercase;
  padding-right: 40px;
  font-weight: normal;
}
.red-button-style:hover {
  background-color: #35586d;
}
@media only screen and (max-width: 576px) {
  .red-button-style {
    font-size: 1.5rem;
  }
}
.red-button-style:after {
  border-right: 2px solid #000000;
  content: '';
  display: block;
  height: 13px;
  margin-top: -2px;
  position: absolute;
  transform: rotate(55deg);
  right: 25px;
  top: 50%;
  width: 0;
}
.red-button-style:before {
  border-right: 2px solid #000000;
  content: '';
  display: block;
  height: 13px;
  margin-top: -10px;
  position: absolute;
  transform: rotate(135deg);
  right: 25px;
  top: 50%;
  width: 0;
}
.red-button-style:hover:after {
  transition: border-color 0.2s ease;
  border-color: #ffffff;
}
.red-button-style:hover:before {
  transition: border-color 0.2s ease;
  border-color: #ffffff;
}
.red-button-style:hover {
  color: white;
  font-weight: normal;
  background-color: #243c4b;
}
.red-emer-button-style {
  background-color: #d22630;
  color: #ffffff;
  border: none;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0.5em;
  line-height: 1em;
  position: relative;
  top: 0.125em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 2rem;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  text-transform: uppercase;
  padding-right: 40px;
  font-weight: normal;
}
.red-emer-button-style:hover {
  background-color: #df4c55;
}
@media only screen and (max-width: 576px) {
  .red-emer-button-style {
    font-size: 1.5rem;
  }
}
.red-emer-button-style:after {
  border-right: 2px solid #ffffff;
  content: '';
  display: block;
  height: 13px;
  margin-top: -2px;
  position: absolute;
  transform: rotate(55deg);
  right: 25px;
  top: 50%;
  width: 0;
}
.red-emer-button-style:before {
  border-right: 2px solid #ffffff;
  content: '';
  display: block;
  height: 13px;
  margin-top: -10px;
  position: absolute;
  transform: rotate(135deg);
  right: 25px;
  top: 50%;
  width: 0;
}
.red-emer-button-style:hover:after {
  transition: border-color 0.2s ease;
  border-color: #ffffff;
}
.red-emer-button-style:hover:before {
  transition: border-color 0.2s ease;
  border-color: #ffffff;
}
.red-emer-button-style:hover {
  color: #ffffff;
  font-weight: normal;
  background-color: #e17800;
}
.pink-button-style {
  background-color: #ee008b;
  color: #ffffff;
  border: none;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0.5em;
  line-height: 1em;
  position: relative;
  top: 0.125em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 2rem;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  text-transform: uppercase;
  padding-right: 40px;
  font-weight: normal;
}
.pink-button-style:hover {
  background-color: #ff22a3;
}
@media only screen and (max-width: 576px) {
  .pink-button-style {
    font-size: 1.5rem;
  }
}
.pink-button-style:after {
  border-right: 2px solid #ffffff;
  content: '';
  display: block;
  height: 13px;
  margin-top: -2px;
  position: absolute;
  transform: rotate(55deg);
  right: 25px;
  top: 50%;
  width: 0;
}
.pink-button-style:before {
  border-right: 2px solid #ffffff;
  content: '';
  display: block;
  height: 13px;
  margin-top: -10px;
  position: absolute;
  transform: rotate(135deg);
  right: 25px;
  top: 50%;
  width: 0;
}
.pink-button-style:hover:after {
  transition: border-color 0.2s ease;
  border-color: #ee008b;
}
.pink-button-style:hover:before {
  transition: border-color 0.2s ease;
  border-color: #ee008b;
}
.pink-button-style:hover {
  color: #ee008b;
  font-weight: normal;
  background-color: #ffffff;
}
span.bigger-text {
  font-size: 3rem;
}
html .i18n-vi {
  font-family: "Helvetica Bold", "Helvetica";
}
html .i18n-vi h1,
html .i18n-vi h2,
html .i18n-vi h3,
html .i18n-vi h4,
html .i18n-vi h5,
html .i18n-vi blockquote,
html .i18n-vi .node-type-girls-get-equal .pseudo-h1,
html .i18n-vi .field-areas-of-priority-id .field-label,
html .i18n-vi .field-campaign-id .field-label,
html .i18n-vi .country-news .field-label,
html .i18n-vi .field-impact-highlight-id .field-label,
html .i18n-vi .facts-stats .field-label,
html .i18n-vi .field-publication-id .field-label,
html .i18n-vi .get-social .field-label,
html .i18n-vi .field-expert-id .field-label,
html .i18n-vi .field-address .field-label,
html .i18n-vi .co-address > .field-label,
html .i18n-vi .field-featured-article .field-label,
html .i18n-vi .country-news .field-label,
html .i18n-vi .field-no-news-heading,
html .i18n-vi .yellow-button-style,
html .i18n-vi .node-publication .publication-links a,
html .i18n-vi .button,
html .i18n-vi .field-promo-title,
html .i18n-vi.node-type-new-country-office-homepage .co-homepage-promo .promo-panel .field-promo-title,
html .i18n-vi .node-type-new-country-office-homepage .co-homepage-promo .promo-panel .field-promo-title,
html .i18n-vi .node-type-new-country-office-homepage .follow-us .field-footer-social-links h2,
html .i18n-vi .node-type-new-country-office-homepage .co-homepage-latest .latest-slot .label,
html .i18n-vi.node-type-new-country-office-homepage .co-homepage-latest .latest-slot .label {
  font-family: "Helvetica Bold", "Helvetica";
}
.view-slideshow-home {
  /* Microsoft Edge Browser 12+ (All) - @supports method */
  /* Microsoft Edge Browser 15+ - @supports method */
}
@supports (-ms-ime-align:auto) {
  .views-field-title-field {
    font-size: 6rem !important;
  }
}
@supports (-ms-ime-align:auto)
  and (-webkit-text-stroke:initial) {
  .views-field-title-field {
    font-size: 6rem !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .view-slideshow-home {
    /* IE10+ CSS styles go here */
  }
  .view-slideshow-home .views-field-title-field {
    font-size: 6rem !important;
  }
}
.view-slideshow-home ul.slides {
  min-height: 250px;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .view-slideshow-home ul.slides {
    height: 250px;
    overflow: unset;
  }
}
.view-slideshow-home .parent-slider {
  height: 100%;
}
.view-slideshow-home .parent-slider .views-field.views-field-field-link,
.view-slideshow-home .parent-slider .views-field.views-field-field-link-2 {
  display: inline-block;
}
@media only screen and (max-width: 576px) {
  .view-slideshow-home .parent-slider .views-field.views-field-field-link,
  .view-slideshow-home .parent-slider .views-field.views-field-field-link-2 {
    display: block;
  }
}
.view-slideshow-home .parent-slider .colour-cta2-white-blue a {
  color: #FFF;
  background-color: #0172CE;
}
.view-slideshow-home .parent-slider .colour-cta2-blue-white a {
  color: #0172CE;
  background-color: #FFF;
}
.view-slideshow-home .flexslider {
  margin: 0;
  border: 0;
}
.view-slideshow-home .flex-active-slide {
  z-index: unset;
}
.view-slideshow-home .views-field-field-image-main {
  height: 100%;
}
@media only screen and (max-width: 576px) {
  .view-slideshow-home .views-field-field-image-main {
    height: 250px;
  }
}
.view-slideshow-home .views-field-field-image-main .field-content {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 250px;
}
.view-slideshow-home .views-field-field-image-main .field-content img {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  bottom: -100%;
  margin: auto;
  z-index: -9;
  object-fit: cover;
  height: 100%;
}
.view-slideshow-home .wrapper-fields {
  width: 60%;
  height: 600px;
  display: table;
  padding: 5em 6%;
  min-height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
@media only screen and (max-width: 576px) {
  .view-slideshow-home .wrapper-fields {
    padding: 10px;
    height: 250px;
  }
}
.view-slideshow-home .wrapper-fields > div {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.view-slideshow-home .views-field-title-field {
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 8rem;
  color: #fff;
  line-height: 0.9;
  text-transform: uppercase;
  bottom: 0;
  left: 5%;
  padding-bottom: 30px;
}
.view-slideshow-home .views-field-title-field .main-title-highlight-word {
  line-height: 1.2em;
  padding: 0.1em 0.1em 0 0.1em;
}
.view-slideshow-home .views-field-body {
  bottom: 0;
  left: 5%;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 1.3rem;
  text-align: left;
  padding-bottom: 30px;
}
.view-slideshow-home .field-content .colour-emergency a {
  color: #fff;
}
.view-slideshow-home .field-content a {
  color: #000;
  background-color: #f1c400;
  border: none;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 0.5em;
  line-height: 1em;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 2rem;
  -webkit-border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  border-radius: 0.125em;
  text-transform: uppercase;
  left: 5%;
  z-index: 999;
}
.view-slideshow-home .field-content a:after {
  content: '\f125';
  font-family: "Ionicons";
  margin-left: 0.33em;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  line-height: 0.75rem;
}
.view-slideshow-home .flex-control-nav {
  bottom: 15px;
  z-index: 2;
}
@media only screen and (max-width: 576px) {
  .view-slideshow-home .flex-control-nav {
    bottom: unset;
  }
}
.view-slideshow-home .flex-control-paging li a {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.5);
}
.view-slideshow-home .flex-control-paging li .flex-active {
  background-color: #388DBA;
}
.view-slideshow-home .flex-direction-nav a::before {
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 576px) {
  .node-type-national-office-homepage.domain-plan-fr .flexslider .slides img {
    width: 100%;
    min-height: 600px;
  }
  .node-type-national-office-homepage.domain-plan-fr .content-top > * {
    padding: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .node-type-national-office-homepage.domain-plan-fr .flexslider .slides img {
    width: 100%;
  }
  .node-type-national-office-homepage.domain-plan-fr .content-top > * {
    padding: 0;
    max-width: 100%;
  }
  .node-type-national-office-homepage.domain-plan-fr .view-slideshow-home .views-field-title-field {
    font-size: 2rem;
  }
  .node-type-national-office-homepage.domain-plan-fr .view-slideshow-home .views-field-body {
    font-size: 1rem;
    margin-top: 0.3rem;
    left: 6%;
  }
  .node-type-national-office-homepage.domain-plan-fr .view-slideshow-home .field-content a {
    font-size: 1rem;
    margin-top: 5%;
  }
  .node-type-national-office-homepage.domain-plan-fr .view-slideshow-home .flex-control-nav {
    bottom: -40px;
  }
}
#sliding-popup {
  opacity: 0.9;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content #popup-text a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content #popup-buttons {
  font-family: Arial, "Houschka Pro", sans-serif;
  padding: 9px;
  background: rgba(0, 114, 206, 0.88);
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #FFF;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content #popup-buttons .agree-button {
  top: 0;
  margin: 0;
  padding: 0.5em 1em;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.5em;
  border: none;
  text-transform: none;
  background: #0072ce;
  border: 1px solid #00569b;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content #popup-buttons .agree-button:hover {
  background: #028eff;
  border: 1px solid #002b4f;
  -webkit-box-shadow: 0px 0px 8px #00569b;
  -moz-box-shadow: 0px 0px 8px #00569b;
  box-shadow: 0px 0px 8px #00569b;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content #popup-buttons .agree-button:active {
  border: 1px solid #002b4f;
  -webkit-box-shadow: inset 0px 0px 10px #000f1c;
  -moz-box-shadow: inset 0px 0px 10px #000f1c;
  box-shadow: inset 0px 0px 10px #000f1c;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content #popup-buttons .decline-button {
  top: 0 !important;
  margin: 0 !important;
  padding: 0.5em 1em !important;
  font-family: "Veneerregular", Impact, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-size: 1.5em !important;
  font-weight: normal !important;
  border: none !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  color: #FFF !important;
  text-shadow: none !important;
  text-transform: none !important;
  background: #0072ce !important;
  border: 1px solid #00569b !important;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content #popup-buttons .decline-button:hover {
  background: #028eff !important;
  border: 1px solid #002b4f !important;
  -webkit-box-shadow: 0px 0px 8px #00569b !important;
  -moz-box-shadow: 0px 0px 8px #00569b !important;
  box-shadow: 0px 0px 8px #00569b !important;
}
#sliding-popup .eu-cookie-compliance-banner .popup-content #popup-buttons .decline-button:active {
  border: 1px solid #002b4f !important;
  -webkit-box-shadow: inset 0px 0px 10px #000f1c !important;
  -moz-box-shadow: inset 0px 0px 10px #000f1c !important;
  box-shadow: inset 0px 0px 10px #000f1c !important;
}
