@charset "UTF-8";
/* Set this if needed: it's output as an em/rem value */
/*
==========================================================================
Common mixins and classes
*/
.tile, .item, .box {
  display: block;
  margin: 0 auto 2rem;
  text-decoration: none;
  color: #444;
}
.tile .inner:after, .item .inner:after, .box .inner:after {
  content: "";
  display: table;
  clear: both;
}
.tile figure, .item figure, .box figure {
  margin-bottom: 2rem;
}
.tile figure + .inner, .item figure + .inner, .box figure + .inner {
  margin-top: -2rem;
}
.tile img, .item img, .box img {
  width: 100%;
}
.tile p, .item p, .box p {
  color: #444;
  margin: 1rem 0;
}
.tile:hover, .item:hover, .box:hover {
  text-decoration: none;
}

/* ==========================================================================
   @font-face includes
   ========================================================================== */
/*
@mixin font-secondary-bold {
}
*/
/*
@mixin font-sans {
}

@mixin font-sans-secondary {
}

@mixin font-icon {
}
*/
/* Set this if needed: it's output as an em/rem value */
/*

  #1: 'Automagic' Columns

  Define these vars for when it's 'normally' acceptable to break content into these column widths.
  When using grid-x-cols they will 'advance' as content will 'normally' fit into these columns, eg.

  grid-6-cols will:

  - break to halves at the 'half' breakpoint
  - break to thirds at the 'third' breakpoint
  - break to quarters at the 'quart' breakpoint
  - break to sixths at the 'sixth' breakpoint

*/
[class^=grid] {
  clear: both;
  padding: 0;
  margin: 0 -1rem;
}
[class^=grid]:after {
  content: "";
  display: table;
  clear: both;
}
[class^=grid] > * {
  display: block;
  float: left;
  list-style-type: none;
  box-sizing: border-box;
  width: 100%;
  padding: 0 1rem;
}

@media (min-width: 40em) {
  .grid-spaced {
    margin: 0 -2rem;
  }
  .grid-spaced > * {
    padding: 0 2rem;
  }
}

@media (min-width: 80em) {
  .grid-spaced-more {
    margin: 0 -4rem;
  }
  .grid-spaced-more > * {
    padding: 0 4rem;
  }
}

@media (min-width: 1em) {
  .grid-compact {
    margin: 0 -0.5rem;
  }
  .grid-compact > * {
    padding: 0 0.5rem;
  }
}

.grid-flush {
  margin: 0;
  margin: 0;
}
.grid-flush > * {
  padding: 0;
  padding: 0;
}

.grid-flexbox {
  display: flex;
}

[class^=col-] {
  display: block;
  float: left;
  clear: none;
}

[class^=grid] [class^=col-] {
  clear: none !important;
}

@media (min-width: 40em) {
  .grid-2-cols > * {
    width: 50%;
  }
  .grid-2-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-2-cols > *:nth-child(2n+3) {
    clear: left;
  }

  .col-1\/2:nth-child(n) {
    width: 50%;
  }
}
@media (min-width: 47.5em) {
  .grid-3-cols > * {
    width: 33.3323333333%;
  }
  .grid-3-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-3-cols > *:nth-child(3n+4) {
    clear: left;
  }

  .col-1\/3:nth-child(n) {
    width: 33.3323333333%;
  }

  .col-2\/3:nth-child(n) {
    width: 66.6656666667%;
  }
}
@media (min-width: 40em) {
  .grid-4-cols > * {
    width: 50%;
  }
  .grid-4-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-4-cols > *:nth-child(2n+3) {
    clear: left;
  }
}
@media (min-width: 55em) {
  .grid-4-cols > * {
    width: 25%;
  }
  .grid-4-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-4-cols > *:nth-child(4n+5) {
    clear: left;
  }

  .col-1\/4:nth-child(n) {
    width: 25%;
  }

  .col-3\/4:nth-child(n) {
    width: 75%;
  }
}
@media (min-width: 40em) {
  .grid-5-cols > * {
    width: 50%;
  }
  .grid-5-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-5-cols > *:nth-child(2n+3) {
    clear: left;
  }
}
@media (min-width: 47.5em) {
  .grid-5-cols > * {
    width: 33.3323333333%;
  }
  .grid-5-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-5-cols > *:nth-child(3n+4) {
    clear: left;
  }
}
@media (min-width: 64em) {
  .grid-5-cols > * {
    width: 20%;
  }
  .grid-5-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-5-cols > *:nth-child(5n+6) {
    clear: left;
  }

  .col-1\/5:nth-child(n) {
    width: 20%;
  }

  .col-2\/5:nth-child(n) {
    width: 40%;
  }

  .col-3\/5:nth-child(n) {
    width: 60%;
  }

  .col-4\/5:nth-child(n) {
    width: 80%;
  }
}
@media (min-width: 40em) {
  .grid-6-cols > * {
    width: 50%;
  }
  .grid-6-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols > *:nth-child(2n+3) {
    clear: left;
  }
}
@media (min-width: 47.5em) {
  .grid-6-cols > * {
    width: 33.3323333333%;
  }
  .grid-6-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols > *:nth-child(3n+4) {
    clear: left;
  }
}
@media (min-width: 55em) {
  .grid-6-cols > * {
    width: 25%;
  }
  .grid-6-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols > *:nth-child(4n+5) {
    clear: left;
  }
}
@media (min-width: 80em) {
  .grid-6-cols > * {
    width: 16.6656666667%;
  }
  .grid-6-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols > *:nth-child(6n+7) {
    clear: left;
  }

  .col-1\/6:nth-child(n) {
    width: 16.6656666667%;
  }

  .col-5\/6:nth-child(n) {
    width: 83.3323333333%;
  }
}
@media (min-width: 20em) {
  .grid-2-cols\@mobile > * {
    width: 50%;
  }
  .grid-2-cols\@mobile > *:nth-child(n) {
    clear: none;
  }
  .grid-2-cols\@mobile > *:nth-child(2n+3) {
    clear: left;
  }

  .col-1\/2\@mobile:nth-child(n) {
    width: 50%;
  }

  .col-1\/2\@mobile:nth-child(n) {
    width: 50%;
  }
}
@media (min-width: 20em) {
  .grid-3-cols\@mobile > * {
    width: 33.3323333333%;
  }
  .grid-3-cols\@mobile > *:nth-child(n) {
    clear: none;
  }
  .grid-3-cols\@mobile > *:nth-child(3n+4) {
    clear: left;
  }

  .col-1\/3\@mobile:nth-child(n) {
    width: 33.3323333333%;
  }

  .col-2\/3\@mobile:nth-child(n) {
    width: 66.6656666667%;
  }
}
@media (min-width: 20em) {
  .grid-4-cols\@mobile > * {
    width: 25%;
  }
  .grid-4-cols\@mobile > *:nth-child(n) {
    clear: none;
  }
  .grid-4-cols\@mobile > *:nth-child(4n+5) {
    clear: left;
  }

  .col-1\/4\@mobile:nth-child(n) {
    width: 25%;
  }

  .col-3\/4\@mobile:nth-child(n) {
    width: 75%;
  }
}
@media (min-width: 20em) {
  .grid-5-cols\@mobile > * {
    width: 20%;
  }
  .grid-5-cols\@mobile > *:nth-child(n) {
    clear: none;
  }
  .grid-5-cols\@mobile > *:nth-child(5n+6) {
    clear: left;
  }

  .col-1\/5\@mobile:nth-child(n) {
    width: 20%;
  }

  .col-2\/5\@mobile:nth-child(n) {
    width: 40%;
  }

  .col-3\/5\@mobile:nth-child(n) {
    width: 60%;
  }

  .col-4\/5\@mobile:nth-child(n) {
    width: 80%;
  }
}
@media (min-width: 20em) {
  .grid-6-cols\@mobile > * {
    width: 16.6656666667%;
  }
  .grid-6-cols\@mobile > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols\@mobile > *:nth-child(6n+7) {
    clear: left;
  }

  .col-1\/6\@mobile:nth-child(n) {
    width: 16.6656666667%;
  }

  .col-5\/6\@mobile:nth-child(n) {
    width: 83.3323333333%;
  }
}
@media (min-width: 47.5em) {
  .grid-2-cols\@tablet > * {
    width: 50%;
  }
  .grid-2-cols\@tablet > *:nth-child(n) {
    clear: none;
  }
  .grid-2-cols\@tablet > *:nth-child(2n+3) {
    clear: left;
  }

  .col-1\/2\@tablet:nth-child(n) {
    width: 50%;
  }

  .col-1\/2\@tablet:nth-child(n) {
    width: 50%;
  }
}
@media (min-width: 47.5em) {
  .grid-3-cols\@tablet > * {
    width: 33.3323333333%;
  }
  .grid-3-cols\@tablet > *:nth-child(n) {
    clear: none;
  }
  .grid-3-cols\@tablet > *:nth-child(3n+4) {
    clear: left;
  }

  .col-1\/3\@tablet:nth-child(n) {
    width: 33.3323333333%;
  }

  .col-2\/3\@tablet:nth-child(n) {
    width: 66.6656666667%;
  }
}
@media (min-width: 47.5em) {
  .grid-4-cols\@tablet > * {
    width: 25%;
  }
  .grid-4-cols\@tablet > *:nth-child(n) {
    clear: none;
  }
  .grid-4-cols\@tablet > *:nth-child(4n+5) {
    clear: left;
  }

  .col-1\/4\@tablet:nth-child(n) {
    width: 25%;
  }

  .col-3\/4\@tablet:nth-child(n) {
    width: 75%;
  }
}
@media (min-width: 47.5em) {
  .grid-5-cols\@tablet > * {
    width: 20%;
  }
  .grid-5-cols\@tablet > *:nth-child(n) {
    clear: none;
  }
  .grid-5-cols\@tablet > *:nth-child(5n+6) {
    clear: left;
  }

  .col-1\/5\@tablet:nth-child(n) {
    width: 20%;
  }

  .col-2\/5\@tablet:nth-child(n) {
    width: 40%;
  }

  .col-3\/5\@tablet:nth-child(n) {
    width: 60%;
  }

  .col-4\/5\@tablet:nth-child(n) {
    width: 80%;
  }
}
@media (min-width: 47.5em) {
  .grid-6-cols\@tablet > * {
    width: 16.6656666667%;
  }
  .grid-6-cols\@tablet > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols\@tablet > *:nth-child(6n+7) {
    clear: left;
  }

  .col-1\/6\@tablet:nth-child(n) {
    width: 16.6656666667%;
  }

  .col-5\/6\@tablet:nth-child(n) {
    width: 83.3323333333%;
  }
}
@media (min-width: 55em) {
  .grid-2-cols\@quarts > * {
    width: 50%;
  }
  .grid-2-cols\@quarts > *:nth-child(n) {
    clear: none;
  }
  .grid-2-cols\@quarts > *:nth-child(2n+3) {
    clear: left;
  }

  .col-1\/2\@quarts:nth-child(n) {
    width: 50%;
  }

  .col-1\/2\@quarts:nth-child(n) {
    width: 50%;
  }
}
@media (min-width: 55em) {
  .grid-3-cols\@quarts > * {
    width: 33.3323333333%;
  }
  .grid-3-cols\@quarts > *:nth-child(n) {
    clear: none;
  }
  .grid-3-cols\@quarts > *:nth-child(3n+4) {
    clear: left;
  }

  .col-1\/3\@quarts:nth-child(n) {
    width: 33.3323333333%;
  }

  .col-2\/3\@quarts:nth-child(n) {
    width: 66.6656666667%;
  }
}
@media (min-width: 55em) {
  .grid-4-cols\@quarts > * {
    width: 25%;
  }
  .grid-4-cols\@quarts > *:nth-child(n) {
    clear: none;
  }
  .grid-4-cols\@quarts > *:nth-child(4n+5) {
    clear: left;
  }

  .col-1\/4\@quarts:nth-child(n) {
    width: 25%;
  }

  .col-3\/4\@quarts:nth-child(n) {
    width: 75%;
  }
}
@media (min-width: 55em) {
  .grid-5-cols\@quarts > * {
    width: 20%;
  }
  .grid-5-cols\@quarts > *:nth-child(n) {
    clear: none;
  }
  .grid-5-cols\@quarts > *:nth-child(5n+6) {
    clear: left;
  }

  .col-1\/5\@quarts:nth-child(n) {
    width: 20%;
  }

  .col-2\/5\@quarts:nth-child(n) {
    width: 40%;
  }

  .col-3\/5\@quarts:nth-child(n) {
    width: 60%;
  }

  .col-4\/5\@quarts:nth-child(n) {
    width: 80%;
  }
}
@media (min-width: 55em) {
  .grid-6-cols\@quarts > * {
    width: 16.6656666667%;
  }
  .grid-6-cols\@quarts > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols\@quarts > *:nth-child(6n+7) {
    clear: left;
  }

  .col-1\/6\@quarts:nth-child(n) {
    width: 16.6656666667%;
  }

  .col-5\/6\@quarts:nth-child(n) {
    width: 83.3323333333%;
  }
}
@media (min-width: 64em) {
  .grid-2-cols\@fifths > * {
    width: 50%;
  }
  .grid-2-cols\@fifths > *:nth-child(n) {
    clear: none;
  }
  .grid-2-cols\@fifths > *:nth-child(2n+3) {
    clear: left;
  }

  .col-1\/2\@fifths:nth-child(n) {
    width: 50%;
  }

  .col-1\/2\@fifths:nth-child(n) {
    width: 50%;
  }
}
@media (min-width: 64em) {
  .grid-3-cols\@fifths > * {
    width: 33.3323333333%;
  }
  .grid-3-cols\@fifths > *:nth-child(n) {
    clear: none;
  }
  .grid-3-cols\@fifths > *:nth-child(3n+4) {
    clear: left;
  }

  .col-1\/3\@fifths:nth-child(n) {
    width: 33.3323333333%;
  }

  .col-2\/3\@fifths:nth-child(n) {
    width: 66.6656666667%;
  }
}
@media (min-width: 64em) {
  .grid-4-cols\@fifths > * {
    width: 25%;
  }
  .grid-4-cols\@fifths > *:nth-child(n) {
    clear: none;
  }
  .grid-4-cols\@fifths > *:nth-child(4n+5) {
    clear: left;
  }

  .col-1\/4\@fifths:nth-child(n) {
    width: 25%;
  }

  .col-3\/4\@fifths:nth-child(n) {
    width: 75%;
  }
}
@media (min-width: 64em) {
  .grid-5-cols\@fifths > * {
    width: 20%;
  }
  .grid-5-cols\@fifths > *:nth-child(n) {
    clear: none;
  }
  .grid-5-cols\@fifths > *:nth-child(5n+6) {
    clear: left;
  }

  .col-1\/5\@fifths:nth-child(n) {
    width: 20%;
  }

  .col-2\/5\@fifths:nth-child(n) {
    width: 40%;
  }

  .col-3\/5\@fifths:nth-child(n) {
    width: 60%;
  }

  .col-4\/5\@fifths:nth-child(n) {
    width: 80%;
  }
}
@media (min-width: 64em) {
  .grid-6-cols\@fifths > * {
    width: 16.6656666667%;
  }
  .grid-6-cols\@fifths > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols\@fifths > *:nth-child(6n+7) {
    clear: left;
  }

  .col-1\/6\@fifths:nth-child(n) {
    width: 16.6656666667%;
  }

  .col-5\/6\@fifths:nth-child(n) {
    width: 83.3323333333%;
  }
}
@media (min-width: 80em) {
  .grid-2-cols\@desktop > * {
    width: 50%;
  }
  .grid-2-cols\@desktop > *:nth-child(n) {
    clear: none;
  }
  .grid-2-cols\@desktop > *:nth-child(2n+3) {
    clear: left;
  }

  .col-1\/2\@desktop:nth-child(n) {
    width: 50%;
  }

  .col-1\/2\@desktop:nth-child(n) {
    width: 50%;
  }
}
@media (min-width: 80em) {
  .grid-3-cols\@desktop > * {
    width: 33.3323333333%;
  }
  .grid-3-cols\@desktop > *:nth-child(n) {
    clear: none;
  }
  .grid-3-cols\@desktop > *:nth-child(3n+4) {
    clear: left;
  }

  .col-1\/3\@desktop:nth-child(n) {
    width: 33.3323333333%;
  }

  .col-2\/3\@desktop:nth-child(n) {
    width: 66.6656666667%;
  }
}
@media (min-width: 80em) {
  .grid-4-cols\@desktop > * {
    width: 25%;
  }
  .grid-4-cols\@desktop > *:nth-child(n) {
    clear: none;
  }
  .grid-4-cols\@desktop > *:nth-child(4n+5) {
    clear: left;
  }

  .col-1\/4\@desktop:nth-child(n) {
    width: 25%;
  }

  .col-3\/4\@desktop:nth-child(n) {
    width: 75%;
  }
}
@media (min-width: 80em) {
  .grid-5-cols\@desktop > * {
    width: 20%;
  }
  .grid-5-cols\@desktop > *:nth-child(n) {
    clear: none;
  }
  .grid-5-cols\@desktop > *:nth-child(5n+6) {
    clear: left;
  }

  .col-1\/5\@desktop:nth-child(n) {
    width: 20%;
  }

  .col-2\/5\@desktop:nth-child(n) {
    width: 40%;
  }

  .col-3\/5\@desktop:nth-child(n) {
    width: 60%;
  }

  .col-4\/5\@desktop:nth-child(n) {
    width: 80%;
  }
}
@media (min-width: 80em) {
  .grid-6-cols\@desktop > * {
    width: 16.6656666667%;
  }
  .grid-6-cols\@desktop > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols\@desktop > *:nth-child(6n+7) {
    clear: left;
  }

  .col-1\/6\@desktop:nth-child(n) {
    width: 16.6656666667%;
  }

  .col-5\/6\@desktop:nth-child(n) {
    width: 83.3323333333%;
  }
}
.col-reverse {
  float: right;
}

.col-full {
  width: 100%;
  clear: both;
}

/*

  This is used to undo some of the base styles we set (in ../_core/_set-basic.scss) for:
  - browsers that can't understand media queries
  - and/or aren't [gt IE 8]

*/
body {
  z-index: 1;
  margin: 0 auto;
  max-width: none;
}
@media screen {
  body {
    background: #fff;
  }
}

img {
  display: block;
  max-width: 100%;
  max-height: none;
  height: auto;
  margin: 0 auto;
}

.accordion {
  position: relative;
  margin: 4rem 0;
  clear: both;
  border-bottom: 1px solid #ddd;
}

.accordion-item {
  display: block;
  clear: both;
  border-top: 1px solid #ddd;
  padding-top: 0.75em;
}
.accordion-item header h1, .accordion-item header .h1, .accordion-item header h2, .accordion-item header .h2, .accordion-item header h3, .accordion-item header .h3, .accordion-item header h4, .accordion-item header .h4, .accordion-item header h5, .accordion-item header .h5, .accordion-item header h6, .accordion-item header .h6 {
  margin: 0;
  display: inline;
  color: #333;
}

.accordion-toggle {
  display: block;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.accordion-toggle:after {
  content: "";
  display: table;
  clear: both;
}
.accordion-toggle .sub {
  margin-top: 0.5em;
  display: block;
  color: #555;
}

.accordion-content {
  padding: 1rem 0;
}
.accordion-content:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 40em) {
  .accordion-content {
    padding: 1rem 3em;
  }
}

.js .accordion-toggle {
  display: block;
  padding-left: 0.65em;
  text-decoration: none;
  border: 0;
  background: none;
  line-height: normal;
}
.js .accordion-toggle:before {
  display: block;
  float: left;
  content: "+";
  font-size: 1.5em;
  line-height: 1;
  color: #ccc;
  margin: -0.2em 0 0 -0.65em;
  width: 0.9em;
  height: 0.9em;
  padding: 0.05em 0.125em 0.2em;
  text-align: center;
  transition: transform 200ms linear;
  z-index: 0;
  box-sizing: content-box;
}
.js .accordion-toggle.is-toggled:before {
  transform: rotate(45deg);
}
.js .accordion-toggle:hover {
  text-decoration: underline;
}
.js .accordion-toggle-circle {
  display: block;
  padding: 0.25em 1em 1em 3em;
  line-height: normal;
  text-decoration: none;
}
.js .accordion-toggle-circle:before {
  display: block;
  float: left;
  content: "+";
  font-size: 1.5em;
  line-height: 1;
  margin: 0 0 0 -1.75em;
  width: 0.9em;
  height: 0.9em;
  background: #df7a1c;
  color: #fff;
  border-radius: 100%;
  padding: 0.05em 0.125em 0.2em;
  text-align: center;
  transition: transform 200ms linear;
  z-index: 0;
}
.js .accordion-toggle-circle.is-toggled:before {
  transform: rotate(45deg);
}
.js .accordion-toggle-circle .sub {
  margin-top: 0.25em;
  display: block;
  color: #555;
}
.js .accordion-toggle-block {
  display: block;
  padding: 0.85em 1em 1em 1.65em;
  line-height: normal;
  text-decoration: none;
  background: #ddd;
  border-radius: 0.2em;
}
.js .accordion-toggle-block:before {
  display: block;
  float: left;
  content: "+";
  font-size: 1.5em;
  line-height: 1;
  color: #999;
  margin: -0.2em 0 0 -0.65em;
  width: 0.9em;
  height: 0.9em;
  padding: 0.05em 0.125em 0.2em;
  text-align: center;
  transition: transform 200ms linear;
  z-index: 0;
}
.js .accordion-toggle-block.is-toggled:before {
  transform: rotate(45deg);
}
.js .js-accordion-content,
.js .accordion-content {
  display: none;
}
.js .js-accordion-content:after,
.js .accordion-content:after {
  content: "";
  display: table;
  clear: both;
}
.js .js-accordion-content > *:first-child,
.js .accordion-content > *:first-child {
  margin-top: 0;
}
.js .js-accordion-content {
  padding-top: 1px;
}

.js-readmore-toggle:before {
  content: "+ More ";
}
.js-readmore-toggle.is-toggled:before {
  content: "Less ";
}

.box:after {
  content: "";
  display: table;
  clear: both;
}

.box {
  position: relative;
  display: block;
  background: #fff;
}
.box-padded,
.box .inner {
  padding: 1rem;
}
@media (min-width: 65em) {
  .box-padded,
.box .inner {
    padding: 2rem;
  }
}
@media (min-width: 65em) {
  .box .inner-compact {
    padding: 1rem;
  }
}
@media (min-width: 20em) {
  .box .inner-over-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 !important;
    z-index: 1;
  }
}
.box-inline {
  display: table;
}
.box.theme-publication .inner {
  border-top: 0.75rem solid #75417d;
}
.box.theme-news .inner {
  border-top: 0.75rem solid #a37124;
}
.box.theme-casestudy .inner {
  border-top: 0.75rem solid #a50041;
}
.box.theme-blog .inner {
  border-top: 0.75rem solid #366c85;
}
.box.theme-article .inner {
  border-top: 0.75rem solid #5c8727;
}
.box.theme-project .inner {
  border-top: 0.75rem solid #665d00;
}
.box.theme-person .inner {
  border-top: 0.75rem solid #f3cb30;
}
.box.theme-fundraising .inner {
  border-top: 0.75rem solid #995ca0;
}
.box.theme-community .inner {
  border-top: 0.75rem solid #00b0e4;
}
.box.theme-understanding-birds .inner {
  border-top: 0.75rem solid #5c8727;
}
.box.theme-species .inner {
  border-top: 0.75rem solid #aac259;
}
.box.theme-skills .inner {
  border-top: 0.75rem solid #37939b;
}

a.box:hover.theme-publication .inner {
  background: #854a8e;
}
a.box:hover.theme-news .inner {
  background: #b67d28;
}
a.box:hover.theme-casestudy .inner {
  background: #bf004b;
}
a.box:hover.theme-blog .inner {
  background: #3d7b97;
}
a.box:hover.theme-article .inner {
  background: #699b2d;
}
a.box:hover.theme-project .inner {
  background: #807400;
}
a.box:hover.theme-person .inner {
  background: #e3b70d;
}
a.box:hover.theme-fundraising .inner {
  background: #c878d2;
}
a.box:hover.theme-community .inner {
  background: #00a5d6;
}
a.box:hover.theme-understanding-birds .inner {
  background: #699b2d;
}
a.box:hover.theme-species .inner {
  background: #91aa3e;
}
a.box:hover.theme-skills .inner {
  background: #3ea5ae;
}
a.box[class*=theme-]:hover img {
  opacity: 1;
}
a.box[class*=theme-]:hover .box-title,
a.box[class*=theme-]:hover p {
  color: #fff;
}
a.box[class*=theme-]:hover .tag-type {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}

.box-grey {
  background: #f2f2f2;
}

.box-fade {
  background: transparent;
}
.box-fade.box-padded,
.box-fade .inner {
  background: linear-gradient(to bottom, white 60%, rgba(255, 255, 255, 0) 100%);
}

.box-fade-dark {
  background: transparent;
}
.box-fade-dark.box-padded,
.box-fade-dark .inner {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.03) 97%, rgba(125, 185, 232, 0) 100%);
}
.box-fade-dark .tag {
  background: rgba(34, 34, 34, 0.5);
}
.box-fade-dark a.tag:hover {
  background: rgba(34, 34, 34, 0.75);
}

.img-feature {
  position: relative;
  background: none;
}
.img-feature figure {
  position: relative;
}
.img-feature-text {
  background: #fff;
}
@media (min-width: 20em) {
  .img-feature .credit {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
  }
}
@media (min-width: 40em) {
  .img-feature figure {
    margin-bottom: 0;
  }
  .img-feature-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background: none;
  }
  .img-feature-text > *:last-child {
    margin-bottom: 3rem;
  }
  .img-feature-text-light {
    color: #fff;
  }
  .img-feature-text-light *:not(.button) {
    color: #fff;
    text-shadow: 0 0 0.75em rgba(0, 0, 0, 0.7), 0 0 0.5em rgba(0, 0, 0, 0.9);
  }
  .img-feature-text-light .button {
    text-shadow: none;
    box-shadow: 0 0 0.9em rgba(0, 0, 0, 0.4), 0 0 0.9em rgba(0, 0, 0, 0.3);
  }
}

.img-feature-with-caption {
  position: relative;
  margin-bottom: 0;
  clear: both;
}
.img-feature-with-caption figure {
  position: relative;
}
.img-feature-with-caption-text {
  background: #fff;
}
@media (min-width: 20em) {
  .img-feature-with-caption .credit {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
  }
}
@media (min-width: 40em) {
  .img-feature-with-caption figure {
    margin-bottom: 0;
  }
  .img-feature-with-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background: none;
  }
  .img-feature-with-caption-text > *:last-child {
    margin-bottom: 3rem;
  }
  .img-feature-with-caption-text-light {
    color: #fff;
  }
  .img-feature-with-caption-text-light *:not(.button) {
    color: #fff;
    text-shadow: 0 0 0.75em rgba(0, 0, 0, 0.7), 0 0 0.5em rgba(0, 0, 0, 0.9);
  }
}

.box-caption {
  margin-top: 0px;
  position: relative;
  display: block;
  background: #fff;
  text-align: center;
}
.box-caption-padded,
.box-caption .inner {
  padding: 1rem;
}
@media (min-width: 65em) {
  .box-caption-padded,
.box-caption .inner {
    padding: 2rem;
  }
}

.figure-caption {
  margin-top: 0px;
  position: relative;
  display: block;
  background: #fff;
  text-align: center;
}

.box-silhouette {
  background-size: contain !important;
  background-position: right bottom !important;
  background-repeat: no-repeat !important;
}

.box-infographic {
  background-size: contain !important;
  background-position: right bottom !important;
  background-repeat: no-repeat !important;
}
.box-infographic .inner {
  padding-right: 25%;
}
.box-infographic .color-trans-light {
  text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.25);
}

.breadcrumbs {
  font-family: "Formata", "Tahoma", "Arial", sans-serif;
  position: relative;
  margin: 0 0 1rem;
  font-size: 0.8em;
}
.breadcrumbs ul {
  padding-top: 0;
  padding-bottom: 0.5em;
  padding-right: 3rem;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.breadcrumbs li {
  display: inline-block;
  margin: 0 0.25em 1rem 0;
}
.breadcrumbs li:before {
  content: "❯";
  color: rgba(150, 154, 53, 0.35);
  padding-right: 0.5em;
}
.breadcrumbs li:first-child:before {
  display: none;
}
.breadcrumbs a {
  color: #444;
  display: inline-block;
  line-height: 1;
}
.breadcrumbs a:hover {
  color: #969a35;
}

button,
.button,
*[type=submit] {
  font-family: "Formata", "Tahoma", "Arial", sans-serif;
  position: relative;
  display: inline-block;
  font-size: 0.95em;
  font-weight: 500;
  padding: 0.7em 1em;
  margin: 0 0.25em 1em 0;
  text-align: center;
  text-decoration: none;
  border: 1px solid rgba(100, 100, 100, 0.1);
  background: #969a35;
  color: #fff;
  line-height: normal;
  vertical-align: middle;
  border-radius: 3px;
  text-transform: uppercase;
  cursor: pointer;
}
button:hover,
.button:hover,
*[type=submit]:hover {
  color: #fff;
  background: #84872e;
  text-decoration: none;
}
button.size-huge,
.button.size-huge,
*[type=submit].size-huge {
  font-size: 1.5em;
}
button.size-big,
.button.size-big,
*[type=submit].size-big {
  font-size: 1.2em;
}
button.size-small,
.button.size-small,
*[type=submit].size-small {
  font-size: 0.75em;
}

.button-alt {
  background: #366c85;
}
.button-alt:hover {
  background: #2f5d73;
}

.button-mustard {
  background: #c88b11;
}
.button-mustard:hover {
  background: #b07b0f;
}

.button-orange {
  background: #df7a1c;
}
.button-orange:hover {
  background: #c86e19;
}

.button-orange-red {
  background: #dc4f16;
}
.button-orange-red:hover {
  background: #c54714;
}

.button-yellow {
  background: #f3cb30;
  color: #222;
}
.button-yellow:hover {
  color: #000;
  background: #efc10e;
}

.button-black {
  background: #000;
}
.button-black:hover {
  background: #0d0d0d;
}

.button-grey-light {
  background: #aaa;
}
.button-grey-light:hover {
  background: #9d9d9d;
}

.button-tiny {
  font-size: 0.65em;
  padding: 0.35em 0.5em 0.3em;
}

.button-pointy {
  text-decoration: none !important;
}
.button-pointy:after {
  position: relative;
  content: "";
  display: inline-block;
  width: 1em;
  height: 0.9em;
  vertical-align: baseline;
  background: url("../img/i-play.png") right center no-repeat;
  background-size: contain;
  padding-left: 0.25em;
  left: 0;
  transition: left 0.1s ease, opacity 0.5s ease;
  opacity: 0.5;
}
.button-pointy:hover:after {
  left: 0.1em;
  opacity: 1;
}

.button-plus:after {
  position: relative;
  content: "+";
  padding-left: 0.35em;
}

.button-accordion-toggle:before {
  content: "+";
  position: relative;
  display: inline-block;
  width: 1em;
  padding-right: 0.35em;
}
.button-accordion-toggle.is-toggled:before {
  content: "–";
}

.button-block {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.button-multiline {
  font-family: "Formata", "Tahoma", "Arial", sans-serif;
  font-size: 0.85em;
  padding: 1.5em;
  font-weight: bold;
  text-align: left;
}
.button-multiline strong {
  font-size: 1.4em;
  display: block;
  margin-bottom: 0.35em;
}
.button-multiline:hover strong {
  text-decoration: underline;
}
.button-multiline.button-pointy {
  padding-right: 3.5em;
}
.button-multiline.button-pointy:after {
  position: absolute;
  right: 0.25em;
  left: auto;
  top: 50%;
  margin-top: -0.75em;
  font-size: 3em;
  transition: right 0.1s ease;
}
.button-multiline.button-pointy:hover:after {
  right: 0.175em;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  margin: 0;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* -- */
.carousel {
  margin: 0 0 4rem;
}
.carousel figure {
  background: #fff;
}
.carousel ul {
  padding: 0;
}
.carousel .slick-prev,
.carousel .slick-next {
  z-index: 5;
  margin: 0;
  font-size: 2em;
  width: 1em;
  height: 1em;
  top: 47.5%;
}
.carousel .slick-prev:before,
.carousel .slick-next:before {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.25);
}
.carousel .slick-prev {
  left: 0.25em;
}
.carousel .slick-next {
  right: 0.25em;
}

.slick-slide figure {
  margin: 0;
}

figure {
  margin: 0 auto 2rem;
}
.limit-height img {
  max-height: 40vh;
  width: auto;
}

a:hover img {
  opacity: 0.9;
}

.figure-bordered {
  border: 2px solid #eee;
}

/* LEGACY - remove ', .captionText' */
figcaption {
  font-size: 0.85em;
  margin: 0 auto;
  padding: 0.75em 0.5rem;
  max-width: 100%;
  text-align: center;
  background: #fff;
}
@media (min-width: 47.5em) {
  figcaption {
    padding: 0.75em;
  }
}
figcaption p {
  margin: 0.25em 0;
}
figcaption p:only-child {
  margin: 0;
}

@media (min-width: 30em) {
  .align-left {
    float: left;
    clear: left;
    max-width: 45%;
    margin: 0.5em 2em 1.5em 0;
  }
}

@media (min-width: 30em) {
  .align-right {
    float: right;
    clear: right;
    max-width: 45%;
    margin: 0.5em 0 1.5em 2em;
  }
}

figure.size-tiny {
  width: 30%;
  max-width: 30%;
}
@media (min-width: 10em) {
  figure.size-tiny.align-left {
    float: left;
    margin: 0.5em 2em 1.5em 0;
  }
  figure.size-tiny.align-right {
    float: right;
    margin: 0.5em 0 1.5em 2em;
  }
}
@media (min-width: 40em) {
  figure.size-tiny {
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 47.5em), (min-width: 90em) {
  figure.size-tiny {
    width: 15%;
    max-width: 15%;
  }
}
@media (min-width: 47.5em) {
  figure.size-small {
    width: 25%;
    max-width: 25%;
  }
}
figure.size-small img {
  max-height: 50vh;
  width: auto !important;
}
@media (min-width: 30em) {
  figure.size-medium {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 47.5em) {
  figure.size-medium {
    width: 45%;
    max-width: 45%;
  }
}
@media (min-width: 30em) {
  figure.size-large {
    width: 100%;
    max-width: 50rem;
  }
}
@media (min-width: 47.5em) {
  figure.size-large {
    max-width: 50rem;
    margin-left: 0;
  }
  figure.size-large.align-left {
    max-width: 65%;
    margin: 0.5em 2em 1.5em 0;
  }
  figure.size-large.align-right {
    max-width: 65%;
    margin: 0.5em 0 1.5em 2em;
  }
}
@media (min-width: 47.5em) {
  figure.size-full {
    max-width: 100%;
  }
}

@media (min-width: 47.5em) {
  blockquote.size-small,
blockquote.align-left,
blockquote.align-right {
    width: 35%;
    max-width: 35%;
    font-size: 1em;
  }
}
@media (min-width: 75em) {
  blockquote.size-small,
blockquote.align-left,
blockquote.align-right {
    font-size: 1.2em;
  }
}

@media (min-width: 47.5em) {
  blockquote.size-medium {
    width: 40%;
    max-width: 40%;
    font-size: 1.35em;
  }
}
@media (min-width: 75em) {
  blockquote.size-medium {
    width: 50%;
    max-width: 50%;
    font-size: 1.5em;
  }
}

.video-container,
.iframe-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  z-index: 1;
}
.video-container iframe,
.iframe-container iframe {
  position: absolute;
  background: transparent;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
}

.iframe-container {
  padding-bottom: 66%;
}

.google-map {
  height: 10em;
  height: 75vh;
}

.figure-expandable {
  position: relative;
}
.figure-expandable.is-expanded {
  float: none;
  width: 100% !important;
  max-width: 100% !important;
}
.figure-expandable.is-zoomed {
  max-height: 75vh;
  overflow: auto;
}
.figure-expandable.is-zoomed img {
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
}
.figure-expandable .js-figure-expand {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: 0;
  padding: 0;
  border: 0;
  margin: 0;
  text-decoration: none;
}
.figure-expandable .js-figure-expand:before {
  content: "↘️";
  font-size: 1.35em;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}
.figure-expandable .js-figure-expand.is-toggled:before {
  content: "↖️";
}
.figure-expandable .js-figure-expand:hover {
  opacity: 0.75;
}

/*
  [1] We display the filters exposed at minimum 1/4 col width, so we remove the toggle styling and force its display

 */
.js .filters-toggle {
  font-size: 1.2em;
}
@media (min-width: 55em) {
  .js .filters-toggle {
    font-size: 1em;
    padding: 0;
    cursor: default;
    background: none;
  }
  .js .filters-toggle:hover {
    text-decoration: none;
  }
  .js .filters-toggle:before {
    display: none;
  }
}

.filters {
  font-size: 0.9em;
}
@media (min-width: 55em) {
  .filters {
    display: block !important;
  }
}
.filters fieldset {
  background: #969a35;
  color: #fff;
  margin-bottom: 1rem;
}
.filters .field {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.2rem;
}
.filters input[type=checkbox] {
  margin: 0.25em 0.25em 0;
}
.filters input[type=checkbox] + label {
  background: none;
  padding: 0.2em 0;
  margin: 0;
}
.filters input[type=checkbox] + label:hover {
  text-decoration: underline;
}
.filters .fieldset-legend {
  background: #84872e;
  padding: 0.5rem;
}
.filters .fieldset-legend * {
  color: white;
  margin: 0;
}
.filters .accordion-toggle {
  padding: 0 0 0 1em;
}
.filters .fieldset-fields {
  padding: 1rem;
}

.form input[type=text],
.form input[type=number],
.form input[type=email],
.form input[type=password],
.form input[type=search],
.form input[type=tel],
.form textarea,
.form select {
  width: 100%;
  max-width: 25em;
  padding: 0.5em;
  margin: 0.25em 0 1em;
  border: 1px solid #ccc;
  color: #222;
}
.form input[type=text]:focus,
.form input[type=number]:focus,
.form input[type=email]:focus,
.form input[type=password]:focus,
.form input[type=search]:focus,
.form input[type=tel]:focus,
.form textarea:focus,
.form select:focus {
  outline: none;
  border: 1px solid #969a35;
}
.form select {
  border-color: rgba(0, 0, 0, 0.05);
  height: 3em;
}

.form-item {
  margin: 1rem 0;
}

.form-fields-inline .form-item,
.form-fields-inline select,
.form-fields-inline input,
.form-fields-inline button {
  display: inline-block;
  vertical-align: middle;
  margin: 0.25em 0.25em 0.25em 0;
  width: auto;
}
.form-fields-inline input[type=text] {
  padding: 0.75em;
}
.form-fields-inline input[type=submit],
.form-fields-inline button {
  padding: 0.65em 1.2em;
}

.search-site {
  margin: 0;
}
.search-site .form-item {
  position: relative;
  margin: 0 0 0.5rem;
}
.search-site input[type=text] {
  width: 100%;
  font-size: 0.95em !important;
  padding: 0.75em 3.25em 0.75em 0.75em;
}
.search-site *[type=submit] {
  position: absolute;
  right: 0.75em;
  top: 0.6em;
  height: 1.5em;
  width: 1.5em;
  margin: 0;
  padding: 0;
  border: 0;
  background: url("../img/icon-search.png") no-repeat center center;
  background-size: contain;
  color: transparent;
}

.form-donation {
  max-width: 45em;
  margin: 2rem auto;
  font-size: 1.2em;
}
.form-donation .button-group {
  display: inline-block;
}
.form-donation .input-sterling {
  display: inline-block;
  width: 4em;
  padding: 0.75em 0.5em;
  margin: 0 0.25em 1em 0;
  box-sizing: border-box;
}
.form-donation .input-sterling-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.25em 1em 0.25em;
}
.form-donation .input-sterling-wrapper:before {
  content: "£";
  position: relative;
  display: inline-block;
  top: 0.05em;
  margin: 0 -1.5em 0 0;
  z-index: 1;
  color: #666;
}
.form-donation .input-sterling-wrapper .input-sterling {
  position: relative;
  padding-left: 1.5em;
  z-index: 0;
  margin: 0;
}
.form-donation *[type=submit] {
  display: block;
  width: 100%;
  margin-top: 2rem;
}
.no-js .js-donation-submit {
  display: none;
}

.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.5;
}

.hamburger-box {
  width: 1em;
  height: 0.7em;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.05em;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 1em;
  height: 0.1em;
  background-color: #000;
  border-radius: 0.1em;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -0.3em;
}
.hamburger-inner::after {
  bottom: -0.3em;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-right: 0.5em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: baseline;
}

.icon-staff {
  display: inline-block;
  width: 3em;
  height: 3em;
  margin-right: 0.5em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: baseline;
  vertical-align: middle;
}

.icon-large {
  width: 3em;
  height: 3em;
  vertical-align: middle;
}

.icon-download {
  background-image: url("img/i-download.png");
}

.icon-mail {
  background-image: url("img/i-mail.jpg");
}

.icon-facebook {
  background-image: url("img/i-facebook.png");
}

.icon-twitter {
  background-image: url("img/i-twitter.png");
}

.icon-instagram
  background-image: url("img/i-instagram.png");
}

.icon-linkedin {
  background-image: url("img/i-linkedin.png");
}

.icon-youtube {
  background-image: url("img/i-youtube.png");
}

.icon-arrow-down {
  background-image: url("img/i-arrow-down.svg");
}

.list-icons {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}
.list-icons li {
  margin: 0;
  padding: 0;
}

a.item {
  text-decoration: none;
}

a.item-heading:hover,
.item-heading a:hover {
  text-decoration: underline;
}

.inner {
  margin: 0;
}

.inner-padded {
  padding: 1em;
}

main {
  min-height: 65vh;
}

.wrap-content {
  background: #f2f2f2;
  padding: 1rem;
  margin: 5vmin -1rem;
}
@media (min-width: 40em) {
  .wrap-content {
    margin: 5vmin 0;
  }
}
@media (min-width: 35em) {
  .wrap-content {
    padding: 2.5vw 3.5%;
  }
}
.wrap-content p, .wrap-content ul, .wrap-content ol, .wrap-content blockquote {
  max-width: 50rem;
}

.wrap-content-inner {
  background: #fff;
  padding: 1rem;
  margin: 0 -1rem;
}
@media (min-width: 40em) {
  .wrap-content-inner {
    padding: 2rem;
    margin: 0;
  }
}
@media (min-width: 80em) {
  .wrap-content-inner {
    padding: 4rem;
  }
}

.page-header {
  position: relative;
  padding: 5vmin 0 1.5vmin;
  z-index: 0;
  /* WBS - COMMENT OUT TO FIX LOGO IMAGE ON PROJECT PAGES
  img {
      min-width: 100%;
  }*/
}
.page-header:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 47.5em) {
  .page-header {
    position: static;
  }
}
.page-header * {
  font-weight: 300;
  text-shadow: 0 0 0.75em rgba(0, 0, 0, 0.7), 0 0 0.5em rgba(0, 0, 0, 0.25);
}
.page-header figure + .wrap {
  position: relative;
  z-index: 1;
}
.page-header figure + .wrap * {
  color: #fff;
}
@media (max-width: 30em) {
  .page-header-long {
    padding: 0 0 1rem;
    margin-top: -4rem;
    background: #3c3c3c;
  }
  .page-header-long img {
    position: static;
    margin-bottom: 2rem;
  }
}
.page-header-article {
  max-width: 35em;
  padding-top: 10vh;
}
@media (max-width: 30em) {
  .page-header-article {
    padding-top: 0;
  }
}
@media (min-width: 47.5em) {
  .page-header-article {
    padding-top: 0;
  }
}
.page-header-article a {
  text-decoration: none;
}
.page-header-article .h1:after {
  position: relative;
  content: "";
  display: inline-block;
  width: 0.65em;
  height: 0.65em;
  vertical-align: baseline;
  background: url("../img/i-play.png") right center no-repeat;
  background-size: contain;
  padding-left: 0.25em;
  left: 0;
  transition: left 0.1s ease, opacity 0.5s ease;
  opacity: 0.5;
}
.page-header-article .h1:hover:after {
  left: 0.1em;
  opacity: 1;
}

.page-section-title {
  float: left;
  max-width: 85%;
}

.page-section-blurb {
  clear: left;
}
@media (min-width: 40em) {
  .page-section-blurb {
    width: 45em;
    max-width: 66%;
  }
}

.page-header-icon {
  max-width: 13.5%;
  float: right;
  margin-bottom: 0;
}
.page-header-icon img {
  width: 2em;
  max-height: 2em;
  margin-top: -0.5em;
  /*border: 0.1em solid #fff; - images have border burnt-in to avoid weird artifacts at some browser widths*/
}

.bg-page {
  position: absolute;
  z-index: -1;
  min-width: 100%;
  top: -15vw;
  left: 0;
  right: 0;
}
@media (min-width: 47.5em) {
  .bg-page {
    top: 0;
  }
}

.js-masonry-item {
  margin-bottom: 1rem;
}

.link-block {
  text-decoration: none;
}

ol.grid {
  list-style-type: none;
}
ol.grid > li {
  list-style-type: none;
}
ol.grid > li:before {
  display: none;
}

.list-bordered {
  list-style-type: none;
  padding: 2rem 0 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

.list-bordered-items {
  list-style-type: none;
  padding: 0;
}
.list-bordered-items > li {
  margin: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ddd;
}
.list-bordered-items > li:last-child {
  border-bottom: 0;
}
.list-bordered-items a {
  border: 0;
}
.list-bordered-items.grid {
  max-width: none;
}

.list-links a {
  border: 0;
}
.list-links a:hover {
  text-decoration: underline;
}

.list-links-strong a {
  color: #969a35;
  border: 0;
  font-weight: bold;
}

.list-icon-bullets {
  list-style-type: none;
  padding: 0;
}
.list-icon-bullets li {
  clear: left;
  margin-bottom: 1em;
}
.list-icon-bullets .icon {
  font-size: 2em;
  float: left;
  margin-bottom: 0.35em;
}
.list-icon-bullets .icon + .content {
  margin-left: 3em;
  padding-top: 0.25em;
}

.meta-inline time {
  display: inline;
  color: #444;
}

.author {
  font-size: 0.85em;
}

.nav-site {
  position: relative;
  padding: 1em 0;
  z-index: 2;
  font-size: 1.2em;
  z-index: 0;
}
.nav-site:after {
  content: "";
  display: table;
  clear: both;
}
.js .nav-site {
  display: none;
}

@media (min-width: 47.5em) {
  .nav-site {
    background: rgba(0, 0, 0, 0.2);
    font-size: 1em;
    padding: 0;
  }
}
@media (min-width: 47.5em) and (min-width: 64em) {
  .nav-site {
    margin-top: -2.9em;
  }
}
@media (min-width: 47.5em) and (min-width: 71.5em) {
  .nav-site {
    font-size: 1.1em;
  }
}
@media (min-width: 47.5em) and (min-width: 84em) {
  .nav-site {
    font-size: 1.25em;
  }
}
@media (min-width: 47.5em) {
  .js .nav-site {
    display: block !important;
  }
}
.nav-site li {
  display: block;
}
.nav-site a:hover {
  background: rgba(0, 0, 0, 0.5);
}
.nav-site a.active-trail {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
@media (min-width: 47.5em) {
  .nav-site .menu-top-level {
    display: table;
    text-align: center;
    vertical-align: middle;
  }
}
@media (min-width: 64em) {
  .nav-site .menu-top-level {
    float: right;
    text-align: right;
  }
  .nav-site .menu-top-level:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 47.5em) {
  .nav-site .menu-top-level > li {
    display: table-cell;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .nav-site .menu-top-level > li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.nav-site .menu-top-level > li a {
  font-family: "Formata", "Tahoma", "Arial", sans-serif;
  font-weight: 400;
  padding: 0.75em 0.65em;
}
@media (min-width: 64em) {
  .nav-site .menu-top-level > li a {
    padding: 0.75em 1em;
  }
}
.nav-site .toggle {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  border: 0;
  padding: 0 2rem 0 2em;
  background: none;
  cursor: pointer;
  z-index: 2;
}
.nav-site .toggle:after {
  display: block;
  color: #969a35;
  font-size: 3rem;
  content: "+";
  line-height: 1;
  padding: 0.1em 0 0.3em;
  transition: all 0.2s linear;
}
.nav-site .toggle.is-active:after {
  transform: rotate(-45deg);
}
@media (min-width: 47.5em) {
  .nav-site .toggle {
    display: none;
  }
}

.nav-sub {
  margin: 0 auto 2rem;
  padding: 0.5em 0;
  border-top: 0.5em solid #969a35;
  border-bottom: 0.5em solid #969a35;
}
.nav-sub ul {
  max-width: 35rem;
  margin: 0 auto;
}
.nav-sub ul ul {
  font-size: 0.9em;
}
.nav-sub ul ul a {
  background: #fff;
  padding: 0.75em;
}
.nav-sub li {
  display: block;
  border-bottom: 1px solid #ddd;
}
.nav-sub li:last-child {
  border: 0;
}
.nav-sub a {
  display: block;
  padding: 0.5em;
  font-family: "Formata", "Tahoma", "Arial", sans-serif;
  text-decoration: none;
  color: #000;
}
.nav-sub a:hover {
  text-decoration: underline;
}
@media (min-width: 64em) {
  .nav-sub a {
    padding: 0.65em;
  }
}
.nav-sub .has-icon {
  padding-left: 3em;
}
.nav-sub .has-icon:hover .icon {
  background-color: #999;
}
.nav-sub .icon {
  float: left;
  display: inline-block;
  vertical-align: middle;
  background-color: #bbb;
  border-radius: 100%;
  width: 1.5em;
  height: 1.5em;
  margin-left: -2.25em;
  margin-right: 0.25em;
  margin-top: -0.15em;
}
.nav-sub .active {
  background: #969a35;
  color: #fff;
}
.nav-sub .active > a {
  color: #fff;
}
.nav-sub .active > a.has-icon .icon {
  background-color: transparent;
}
.nav-sub-inline ul {
  max-width: none;
}
.nav-sub-inline li {
  display: inline-block;
  border-bottom: 0;
}
@media (min-width: 64em) {
  .nav-sub-inline li {
    display: block;
    border-bottom: 1px solid #ddd;
  }
}

.toggle-nav-sub {
  display: none;
  font-size: 1.2em;
}
.js .toggle-nav-sub {
  display: block;
}
@media (min-width: 55em) {
  .js .toggle-nav-sub {
    display: none !important;
  }
}

@media (min-width: 55em) {
  .nav-sub.js-accordion-content {
    display: block !important;
  }
}

.nav-fixed {
  display: none;
  background: rgba(0, 0, 0, 0.975);
  z-index: 9;
}
.nav-fixed:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 47.5em) and (min-height: 30em) {
  .nav-fixed.is-visible {
    display: block;
  }
}
@media (min-width: 47.5em) and (min-height: 30em) {
  .nav-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    font-size: 0.9em;
  }
}
@media (min-width: 64em) {
  .nav-fixed {
    font-size: 1em;
  }
}
@media (min-width: 71.5em) {
  .nav-fixed {
    font-size: 1.1em;
  }
}
@media (min-width: 84em) {
  .nav-fixed {
    font-size: 1.25em;
  }
}
.nav-fixed .menu-top-level {
  margin: 0;
  display: table;
  text-align: center;
  vertical-align: middle;
  float: right;
}
.nav-fixed li {
  display: table-cell;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-fixed li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-fixed a {
  display: block;
  padding: 0.75em 0.65em;
  font-family: "Formata", "Tahoma", "Arial", sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: white;
}
.nav-fixed a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.nav-fixed a:active {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}
@media (min-width: 64em) {
  .nav-fixed a {
    padding: 0.75em 1em;
  }
}
.nav-fixed .active {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}
.nav-fixed .logo {
  float: left;
  padding: 0.3em;
}
.nav-fixed .logo img {
  height: 2.25em;
  vertical-align: middle;
}

.pagination {
  list-style-type: none;
  margin: 5em 0 2em;
  font-size: 0.8em;
  padding: 0;
}
@media (min-width: 60em) {
  .pagination {
    font-size: 0.9em;
  }
}
.pagination ul {
  padding: 0;
}
.pagination li {
  display: inline-block;
  background: #fff;
  color: #222;
  padding: 0.5em 1em;
  margin: 1em 0 0.5em;
  font-weight: bold;
}
.pagination .pager-current {
  background: #969a35;
  color: #fff;
  border-bottom: 0.25em solid #969a35;
}
.pagination a {
  border: 0;
  display: block;
  padding: 0.5em 1em;
  margin: -0.5em -1em;
  background: #fff;
  color: #000;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 0.25em solid #969a35;
}
.pagination a:hover {
  background: rgba(150, 154, 53, 0.75);
  color: #fff;
}
.pagination .dots {
  color: #666;
}

.panel {
  margin: 2rem 0;
  padding-top: 5vh;
  padding-bottom: 5vh;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
}
.panel:after {
  content: "";
  display: table;
  clear: both;
}
.panel .grid figure {
  margin-top: 0;
}

.header-site {
  position: relative;
  background: #3c3c3c;
  border-top: 10px solid #969a35;
  margin-bottom: 4rem;
  z-index: 1;
}
@media (min-width: 47.5em) {
  .header-site {
    background: rgba(0, 0, 0, 0.4);
  }
}
.header-site:after {
  content: "";
  display: table;
  clear: both;
}
.header-site a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.header-site .masthead {
  padding: 0;
}
.header-site .masthead:after {
  content: "";
  display: table;
  clear: both;
}
.header-site .branding a:hover .logo {
  box-shadow: 2em 0 2em -2.5em rgba(0, 0, 0, 0.75), -2em 0 2em -2.5em rgba(0, 0, 0, 0.75);
}
.header-site .logo {
  position: relative;
  float: left;
  width: 6.25em;
  max-width: 27.5%;
  z-index: 1;
  transition: box-shadow 200ms ease-in-out;
}
.header-site .logo img {
  max-height: 13.5em;
}
@media (min-width: 40em) {
  .header-site .logo {
    width: 8.5em;
    max-width: 20%;
  }
}
@media (min-width: 47.5em) {
  .header-site .logo {
    width: auto;
    min-width: 7.5em;
    max-width: 10%;
  }
}
@media (min-width: 64em) {
  .header-site .logo {
    max-width: 15%;
  }
}
@media (min-width: 74em) {
  .header-site .logo {
    max-width: 25vmin;
  }
}
.header-site .account {
  font-family: "Formata", "Tahoma", "Arial", sans-serif;
  font-weight: 100;
  float: right;
  max-width: 70%;
  font-size: 0.85em;
  background: #969a35;
  border-radius: 0 0 0.35em 0.35em;
  margin-left: 2em;
}
.header-site .account ul {
  margin: 0;
  padding: 0 0.2em;
}
.header-site .account li {
  display: inline-block;
  padding-bottom: 0.5em;
}
.header-site .account li:first-child a {
  border: 0;
  font-weight: 500;
}
.header-site .account a {
  display: block;
  padding: 0 0.5em 0;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.header-site .account a:hover {
  text-decoration: underline;
}
.header-site .project-jumplist {
  font-family: "Formata", "Tahoma", "Arial", sans-serif;
  font-weight: 100;
  float: right;
  font-size: 0.85em;
  background: #807400;
  border-radius: 0 0 0.35em 0.35em;
  margin: 3.25vmin 0 0.25em 0.5em;
  clear: right;
  max-width: 50%;
}
.header-site .project-jumplist ul {
  margin: 0;
  padding: 0 0.2em;
}
.header-site .project-jumplist form {
  margin: 0.15em 0;
}
.header-site .project-jumplist select {
  background-color: #807400;
  border: 0;
  color: #fff;
  font-size: 0.85em;
}
.header-site .project-jumplist select {
  background-color: inherit;
  border: 0;
  color: #fff;
  font-size: 0.85em;
}
.header-site .project-jumplist option {
  background-color: #807400;
}
.header-site .project-jumplist li {
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.header-site .project-jumplist li:first-child {
  border: 0;
  font-weight: 500;
}
.header-site .project-jumplist a {
  display: block;
  padding: 0 0.5em 0.5em;
}
.header-site .project-jumplist a:hover {
  text-decoration: underline;
}
@media (min-width: 47.5em) {
  .header-site .project-jumplist {
    margin: 0px;
    clear: none;
  }
}
.header-site .project-jumplist.xxs-only-display {
  max-width: 90%;
  float: left;
}
.header-site .actions {
  clear: right;
  text-align: right;
  padding: 3.25vmin 0 0.25em 0.5em;
  margin-left: 25%;
}
@media (min-width: 47.5em) {
  .header-site .actions {
    padding-top: calc(2.5em + 2vmin);
  }
}
@media (min-width: 64em) {
  .header-site .actions {
    padding-top: calc(2.5em + 1vmin);
    padding-bottom: 1em;
  }
}
.header-site .actions ul {
  display: inline-block;
  vertical-align: middle;
}
.header-site .actions li {
  float: right;
}
.header-site .actions .button {
  font-size: 0.9em;
  padding: 0.8em 0.5em;
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 45em) {
  .header-site .actions .button {
    font-size: 1em;
    padding: 0.7em 1.2em;
  }
}
@media (min-width: 47.5em) {
  .header-site .actions .button {
    margin-top: 0;
  }
}
.header-site .search-site {
  display: inline-block;
  vertical-align: top;
  max-width: 80%;
  position: relative;
}
.header-site .search-site input#edit-submit-2--2 {
  display: none;
}
.header-site .search-site form {
  margin: 0px;
}
.header-site .toggle-nav-site {
  display: block;
  background: #969a35;
}
.header-site .toggle-nav-site:before {
  /*content: '☰';*/
  font-weight: 800;
  padding: 0 0.25em;
  line-height: 1;
}
@media (min-width: 47.5em) {
  .header-site .toggle-nav-site {
    display: none;
  }
}
.header-site .toggle-nav-site span {
  font-size: 0.9em;
  text-transform: uppercase;
}

.footer-site {
  position: relative;
  text-align: left;
  padding: 5rem 0 10rem;
  margin-top: 4rem;
  z-index: 1;
  background: url("../img/bg-footer.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
}
.footer-site:after {
  content: "";
  display: table;
  clear: both;
}
.footer-site .wrap:after {
  content: "";
  display: table;
  clear: both;
}
.footer-site section {
  box-sizing: border-box;
  margin: 2rem 0;
}
@media (min-width: 80em) {
  .footer-site section {
    margin: 0 0 2rem;
  }
}
.footer-site *:not(.button-yellow) {
  color: #fff;
}
@media (min-width: 40em) {
  .footer-site .footer-ctas {
    float: left;
    width: 50%;
  }
}
@media (min-width: 80em) {
  .footer-site .footer-ctas {
    width: 32.5%;
  }
}
@media (min-width: 40em) {
  .footer-site .footer-social {
    float: right;
    width: 50%;
    padding-left: 2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
  }
  .footer-site .footer-social .icon {
    display: table;
    margin: 1rem auto;
  }
}
.footer-site .footer-social .icon {
  width: 3.5em;
  height: 3.5em;
}
@media (min-width: 80em) {
  .footer-site .footer-social {
    width: 17.5%;
  }
}
@media (min-width: 80em) {
  .footer-site .footer-main {
    float: left;
    width: 50%;
    padding-right: 2rem;
  }
}
.footer-site .list-inline a {
  color: #fff;
  text-decoration: none;
}
.footer-site .list-inline a:hover {
  text-decoration: underline;
  color: #ddd;
}
.footer-site .sub-super, .footer-site .sub-super a {
  color: #999;
}
.footer-site .panel-newsletter {
  color: #000;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin-bottom: 0;
  transition: all 500ms ease-in-out;
}
.js .footer-site .panel-newsletter {
  display: none;
}
@media (min-height: 30em) {
  .js .footer-site .panel-newsletter {
    position: fixed;
    display: none;
    transform: translateY(100vh);
    opacity: 0;
  }
}
.js .footer-site .panel-newsletter.is-active {
  display: block;
  transform: translateY(0);
  opacity: 1;
}

.footer-site .panel-newsletter *:not(.button) {
  color: #000;
}
.footer-site .panel-newsletter p {
  margin-top: 2rem;
}
.footer-site .panel-newsletter .wrap {
  position: relative;
}
.footer-site .panel-newsletter .close {
  display: none;
  position: absolute;
  top: -1em;
  right: 1em;
  text-decoration: none;
}
.footer-site .panel-newsletter .close:after {
  content: "X";
}
.js .footer-site .panel-newsletter .close {
  display: block;
}

/*
.social-follow {

	display: table;
	margin: 0 auto;

	ul{
		@include grid-base;
	}

	li {
		@include grid-cell;

		@media (min-width: 15em) {
			@include col(1,3);
		}
	}

	a {
		display: block;
		padding: 1em;
		width: 1em;
		height: 1em;
		text-indent: -9999em;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.twitter {
		background-image: url('/img/i-twitter.png');
	}

	.facebook {
		background-image: url('/img/i-facebook.png');
	}

	.youtube {
		background-image: url('/img/i-youtube.png');
	}
}
*/
.table-responsive {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  border: 0 !important;
}

table {
  margin: 0 0 2rem;
  border: 0;
  border-collapse: collapse;
  font-size: 0.85em;
  line-height: 1.3;
  width: 100%;
  max-width: 100%;
  border: 4px solid #fff;
}
@media (min-width: 40em) {
  table {
    /* EDIT - reducing large table headers - font-size: 1em; */
    font-size: 0.85em;
  }
}
table th {
  font-weight: bold;
}
table p {
  margin: 0 0 0.5rem;
}
table p:only-child {
  margin: 0;
}
table td {
  /*border: 1px solid #fff; */
  border-top: 0;
  background: rgba(105, 105, 105, 0.08);
  padding: 1em;
}
table tr:nth-child(odd) td {
  background: rgba(106, 106, 106, 0.025);
}
table thead {
  border-bottom: 1px solid #fff;
}
table thead th, table thead td {
  background: #969a35;
  border: 1px solid rgba #fff;
  border-top: none;
  /* color: #fff; */
  /* EDIT - reducing large table headers - padding: 1em; */
  padding: 0.5em;
}
table thead th:first-child, table thead td:first-child {
  border-left: 1px solid #969a35;
}
table thead th:last-child, table thead td:last-child {
  border-right: 1px solid #969a35;
}
table thead + thead td, table thead + thead th, table thead tr + tr td, table thead tr + tr th {
  font-weight: normal;
}
table a {
  text-decoration: underline;
}

.table50 {
  margin: 0;
  vertical-align: middle;
  max-width: 40%;
  width: 40%;
  overflow: hidden;
  overflow-x: auto;
  border: 0 !important;
  background: transparent !important;
  float: left;
}
.table50 tbody {
  border-top: 0px solid #fff;
  background: #fff !important;
}
.table50 tr, .table50 td {
  background: #fff !important;
}

.tags {
  display: inline-block;
}
.tags li {
  margin: 0;
}

p.tags {
  display: block;
  margin: 1em 0 2em;
}

.tag,
.tag-type {
  display: inline-block;
  font-size: 0.85em;
  font-weight: 300;
  border-radius: 0.2em;
  padding: 0.25em 0.75em;
  margin: 0 0.1em 0.35em 0;
  background: #dae5ef;
  border: 0;
  text-decoration: none;
}

.tag-type {
  font-family: "Work Sans", "Arial", sans-serif;
  display: inline-block;
  font-size: 0.8em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  text-decoration: none;
  max-width: none;
}
.tag-type.theme-publication {
  background: #75417d;
  color: #fff;
}
label.tag-type.theme-publication:hover,
input[type=checkbox]:checked + label.tag-type.theme-publication,
a.tag-type.theme-publication:hover {
  background: #65386c;
}

.tag-type.theme-news {
  background: #a37124;
  color: #fff;
}
label.tag-type.theme-news:hover,
input[type=checkbox]:checked + label.tag-type.theme-news,
a.tag-type.theme-news:hover {
  background: #8e631f;
}

.tag-type.theme-casestudy {
  background: #a50041;
  color: #fff;
}
label.tag-type.theme-casestudy:hover,
input[type=checkbox]:checked + label.tag-type.theme-casestudy,
a.tag-type.theme-casestudy:hover {
  background: #8c0037;
}

.tag-type.theme-blog {
  background: #366c85;
  color: #fff;
}
label.tag-type.theme-blog:hover,
input[type=checkbox]:checked + label.tag-type.theme-blog,
a.tag-type.theme-blog:hover {
  background: #2f5d73;
}

.tag-type.theme-article {
  background: #5c8727;
  color: #fff;
}
label.tag-type.theme-article:hover,
input[type=checkbox]:checked + label.tag-type.theme-article,
a.tag-type.theme-article:hover {
  background: #4f7321;
}

.tag-type.theme-project {
  background: #665d00;
  color: #fff;
}
label.tag-type.theme-project:hover,
input[type=checkbox]:checked + label.tag-type.theme-project,
a.tag-type.theme-project:hover {
  background: #4d4600;
}

.tag-type.theme-person {
  background: #f3cb30;
  color: #fff;
}
label.tag-type.theme-person:hover,
input[type=checkbox]:checked + label.tag-type.theme-person,
a.tag-type.theme-person:hover {
  background: #f2c518;
}

.tag-type.theme-fundraising {
  background: #995ca0;
  color: #fff;
}
label.tag-type.theme-fundraising:hover,
input[type=checkbox]:checked + label.tag-type.theme-fundraising,
a.tag-type.theme-fundraising:hover {
  background: #8a5390;
}

.tag-type.theme-community {
  background: #00b0e4;
  color: #fff;
}
label.tag-type.theme-community:hover,
input[type=checkbox]:checked + label.tag-type.theme-community,
a.tag-type.theme-community:hover {
  background: #009ccb;
}

.tag-type.theme-understanding-birds {
  background: #5c8727;
  color: #fff;
}
label.tag-type.theme-understanding-birds:hover,
input[type=checkbox]:checked + label.tag-type.theme-understanding-birds,
a.tag-type.theme-understanding-birds:hover {
  background: #4f7321;
}

.tag-type.theme-species {
  background: #aac259;
  color: #fff;
}
label.tag-type.theme-species:hover,
input[type=checkbox]:checked + label.tag-type.theme-species,
a.tag-type.theme-species:hover {
  background: #a0bb46;
}

.tag-type.theme-skills {
  background: #37939b;
  color: #fff;
}
label.tag-type.theme-skills:hover,
input[type=checkbox]:checked + label.tag-type.theme-skills,
a.tag-type.theme-skills:hover {
  background: #308188;
}

input[type=checkbox] + label.tag-type {
  max-width: none;
  margin-right: 0.1em;
}

.tile {
  display: block;
}
.tile .inner {
  padding: 1em;
  background: linear-gradient(to bottom, white 60%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 25em) {
  .tile .inner {
    padding: 1.5em;
  }
}
@media (min-width: 47.5em) {
  .tile .inner {
    padding: 1em;
  }
}
@media (min-width: 62.5em) {
  .tile .inner {
    padding: 2rem;
  }
}
@media (min-width: 1px) {
  .tile .inner {
    padding-bottom: 4rem;
  }
}
.tile .tag-type {
  margin-bottom: 2rem;
}

.box-grey {
  background: #f2f2f2;
}

.box-beige {
  background: #dfdfd8;
}

.box-fade {
  background: transparent;
}
.box-fade.box-padded,
.box-fade .inner {
  background: linear-gradient(to bottom, white 60%, rgba(255, 255, 255, 0) 100%);
}

.content-light *:not(.button):not(select):not(input):not(option):not(.form-select) {
  color: rgba(255, 255, 255, 0.9);
}

.content-dark *:not(.button):not(select):not(input):not(option):not(.form-select) {
  color: rgba(0, 0, 0, 0.9);
}

.bto-tagline {
  margin: 0.5em 0 1em;
  color: #969a35;
  font-size: 1.65em;
}
@media (min-width: 47.5em) {
  .bto-tagline {
    font-size: 1.85em;
  }
}
@media (min-width: 64em) {
  .bto-tagline {
    font-size: 2.25em;
  }
}
.bto-tagline a {
  color: #969a35;
  text-decoration: underline;
}
.bto-tagline a:hover {
  color: #84872e;
}

.border-top-blue {
  border-top: 0.75rem solid #366c85 !important;
}

.border-top-green {
  border-top: 0.75rem solid #969a35 !important;
}

.border-left-blue {
  border-left: 0.75rem solid #366c85 !important;
}

.border-left-green {
  border-left: 0.75rem solid #969a35 !important;
}

.border-left-yellow {
  border-left: 0.75rem solid #f3cb30 !important;
}

/** **/
/****/
/*
@include drupal-admin-menu;
@include drupal-themer;
@include drupal-contextual-links;
@include drupal-messages;
@include drupal-project-specific-hacks;
@include drupal-cms-controls;
@include drupal-tabs;
@include drupal-links-inline;
@include drupal-collection-fields;
*/
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  margin: 0;
  padding: 0;
}
.element-invisible.element-focusable:focus, .element-invisible.element-focusable:active {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}

/* LEGACY - clear both class for legacy content */
.clearBoth {
  clear: both;
}

/* LEGACY - replicates <figure> styling for legacy media images in body content */
.file-image .content {
  /*margin: 0 auto $spacing-unit;*/
}
/* LEGACY - Adds size and position styling for <span> enclosed second line text in buttons */
.button span {
  display: block;
  font-size: 0.8em;
  text-transform: initial;
}

/* LEGACY - caption text replicating <figcaption> */
.captionText {
  font-size: 0.85em;
  margin: 0 auto 2em;
  padding: 0.75em 0.5rem;
  max-width: 100%;
  text-align: center;
  background: #fff;
}
@media (min-width: 47.5em) {
  .captionText {
    padding: 0.75em;
  }
}
.captionText p {
  margin: 0.25em 0;
}
.captionText p:only-child {
  margin: 0;
}

/* LEGACY - Media module inline document links - replicate paragraphs and sit inline */
.wrap-content div.media-p {
  max-width: 50rem;
  margin: 0 0 2rem;
}

.wrap-content div.media-p .media-element-container, .wrap-content div.media-p .file-document, .wrap-content div.media-p .file-document .content, .wrap-content div.media-p .file-restricted, .wrap-content div.media-p .file-restricted .content {
  display: inline;
}

/* LEGACY - Media module images - add bottom margin */
.wrap-content div.media-p .media-element-container .file-image img {
  margin-bottom: 1em;
}

/** fix admin menu text size **/
#admin-menu {
  font-size: 12px;
}

/** RESET - remove arrows and spinners from nun=mber fields**/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/** RESET system.css  - menu li padding & margin**/
li.expanded, li.collapsed, li.leaf {
  padding: 0;
}

ul.menu li {
  margin: 0;
}

.footer-site ul.list-inline li {
  margin-right: 1em;
}

/** override system account menu tabs **/
.wrap-content ul.primary, .wrap-content ul.secondary {
  border-bottom: none;
  padding: 0.5em 0;
  max-width: none;
  margin: 0;
}

ul.primary li, ul.secondary li {
  float: left;
  padding: 0;
  margin-right: 0.5em;
  border-right: none;
}

ul.primary li a, ul.secondary li a {
  display: block;
  margin-bottom: 0.5em;
  border: 1px solid #bbb;
  background-color: #fff;
  padding: 1em;
  border-radius: 3px;
}

ul.secondary li a {
  padding: 0.4em;
}

ul.primary li a:hover, ul.secondary li a:hover {
  border-bottom-color: #ccc;
  background-color: #eee;
}

ul.primary li.active a, ul.secondary li.active a {
  border: 1px solid #fff;
  background-color: #ddd;
}

ul.secondary {
  clear: left;
  border-bottom: none;
  max-width: none;
}

.page-user #user-profile-form label.option {
  font-weight: bold;
  display: block;
  clear: none;
  padding: 0.5em 1em 0.5em 1em;
}

.page-user #user-profile-form input[type=checkbox], .page-user #user-profile-form input[type=radio] {
  position: relative;
  display: inline-block;
  z-index: 2;
  margin: 0.5em 1em 0 0;
  vertical-align: middle;
  float: left;
  clear: left;
  width: 2em;
}

.page-user #user-profile-form #edit-new-declaration-address {
  width: 90%;
}

.page-user #user-profile-form .form-actions {
  clear: both;
}

/** book nav menu **/
.book-navigation {
  margin: 0 auto 2rem;
}

/* Views exposed filters - no max-width for select fields
 *
 * - Required for egret_project_list view, take_part display
*/
form.ctools-auto-submit-full-form select {
  max-width: 100%;
  height: 2.35em;
}

/* WBS - enforce icon width
 *
*/
.tile img.icon, .item img.icon, .box img.icon {
  width: 1em;
}

/* WBS - increase usability of bradcrumbs by increasing font size
 *
*/
.breadcrumbs {
  font-size: 1em;
}

/* 
 * Custom Drupal form field fixes
*/
fieldset.form-wrapper select.form-select {
  display: block;
  padding: 0.35em;
  border: 1px solid #ccc;
  border-radius: 3px;
}

fieldset.form-wrapper textarea.form-textarea {
  max-width: 100%;
}

/* WBS pointy links - species accounts  */
h3 a.pointy, h2 a.pointy, table h3 a.pointy, table h2 a.pointy {
  color: #969a35;
  text-decoration: none;
}
h3 a.pointy:after, h2 a.pointy:after, table h3 a.pointy:after, table h2 a.pointy:after {
  position: relative;
  content: "";
  display: inline-block;
  width: 0.65em;
  height: 0.65em;
  vertical-align: baseline;
  background: url("../img/i-play-grn.png") right center no-repeat;
  background-size: contain;
  padding-left: 0.25em;
  left: 0;
  transition: left 0.1s ease, opacity 0.5s ease;
  opacity: 0.5;
}
h3 a.pointy:hover:after, h2 a.pointy:hover:after, table h3 a.pointy:hover:after, table h2 a.pointy:hover:after {
  left: 0.1em;
  opacity: 1;
}

/* Civi contribution page fixes
 *
*/
#crm-container.crm-public .label, #crm-container.crm-public p {
  font-size: 1em;
}

#crm-container.crm-public .calc-value, #crm-container.crm-public .content, .crm-container .description, #crm-profile-block.crm-public .calc-value, #crm-profile-block.crm-public .content {
  font-size: inherit;
}

#crm-container.crm-public .price_set-section .crm-section, #crm-container.crm-public .crm-group .crm-section, #crm-container.crm-public .crm-profile .crm-section, #crm-profile-block.crm-public .price_set-section .crm-section, #crm-profile-block.crm-public .crm-group .crm-section, #crm-profile-block.crm-public .crm-profile .crm-section {
  margin-bottom: 1em;
  clear: left;
}

#crm-container.crm-public .crm-section.helprow-post, #crm-profile-block.crm-public .crm-section.helprow-post {
  margin-top: 0em;
}

#crm-container .section-pricesetTotal, #crm-container .crm-group, #crm-container .crm-profile, #crm-container .giftpack_option-section, #crm-container .email-5-section, #crm-profile-block .section-pricesetTotal, #crm-profile-block .crm-group, #crm-profile-block .crm-profile, #crm-profile-block .giftpack_option-section, #crm-profile-block .email-5-section {
  margin-top: 3em;
}

#crm-container.crm-public .label, #crm-container.crm-public .price-field-amount, #crm-profile-block.crm-public .label, #crm-profile-block.crm-public .price-field-amount {
  padding-top: 0;
  margin-top: 0.25em;
  width: 25%;
  float: left;
}

#crm-container.crm-public form .crm-group .label, #crm-container.crm-public form .crm-profile .label, #crm-container.crm-public form .giftpack_option-section .label, #crm-container.crm-public form .email-5-section .label, #crm-container.crm-public form .add_a_donation_-section .label, #crm-container.crm-public form .billing_mode-group .label, #crm-container.crm-public form .billing_name_address-group .label, #crm-container.crm-public form .additional_participants-section .label, #crm-profile-block.crm-public form .crm-group .label, #crm-profile-block.crm-public form .crm-profile .label, #crm-profile-block.crm-public form .giftpack_option-section .label, #crm-profile-block.crm-public form .email-5-section .label, #crm-profile-block.crm-public form .add_a_donation_-section .label, #crm-profile-block.crm-public form .billing_mode-group .label, #crm-profile-block.crm-public form .billing_name_address-group .label, #crm-profile-block.crm-public form .additional_participants-section .label {
  margin-top: 1em;
  padding-right: 10px;
}

#crm-container.crm-public form .section-pricesetTotal .label, #crm-profile-block.crm-public form .section-pricesetTotal .label {
  margin-top: 0.5em;
}

.crm-container .crm-section .label label, .page-user #user-register-form label, .page-civicrm-contribute #user-login-form label, .page-civicrm-contribute #user-login-form label, .page-user #user-profile-form label, .page-user #user-login label, .page-user #user-pass label, .page-user #password-policy-password-tab label {
  font-weight: bold;
}

.crm-container #pricesetTotal.crm-section .label label, .crm-container #pricesetTotal.crm-section #pricevalue, .crm-container #stripe-checkout-total-group span {
  font-size: 26px;
}

#crm-container.crm-public input[type=checkbox] + label, #crm-container.crm-public input[type=radio] + label, #crm-profile-block.crm-public input[type=checkbox] + label, #crm-profile-block.crm-public input[type=radio] + label {
  margin: 0;
  display: block;
  float: left;
  clear: none;
  padding: 0.5em 1em 0.5em 1em;
}

#crm-container.crm-public .price-field-amount, #crm-profile-block.crm-public .price-field-amount {
  padding-top: 0;
}

#crm-container.crm-public .crm-section .content, #crm-profile-block.crm-public .crm-section .content {
  margin-left: 27%;
}

#crm-container.crm-public input[type=checkbox], #crm-container.crm-public input[type=radio], .public-form input[type=checkbox], .public-form input[type=radio], #crm-profile-block.crm-public input[type=checkbox], #crm-profile-block.crm-public input[type=radio] {
  padding-top: 0;
  margin-top: 0.5em;
  margin-right: 0;
  width: 2em;
  float: left;
  clear: left;
}

.public-form input[type=checkbox] + label, .public-form input[type=radio] + label {
  margin: 0;
}

#crm-container.crm-public .crm-profile-name-Gift_Aid input[type=radio], #crm-container.crm-public .giftpack_option-section input[type=radio], #crm-container.crm-public #billingcheckbox, #crm-container.crm-public .editrow_custom_873-section input, #crm-container.crm-public .soft_credit_type_id-section input, #crm-profile-block.crm-public .crm-profile-name-Gift_Aid input[type=radio], #crm-profile-block.crm-public .giftpack_option-section input[type=radio], #crm-profile-block.crm-public #billingcheckbox, #crm-profile-block.crm-public .editrow_custom_873-section input, #crm-profile-block.crm-public .soft_credit_type_id-section input {
  padding-top: 0;
  margin-top: 0.5em;
  margin-right: 0;
  width: 1em;
  float: left;
  clear: left;
  display: block;
}

.crm-container fieldset {
  clear: left;
}

.crm-container fieldset legend {
  font-size: 22px;
}

.crm-container fieldset.stripe_checkout-group legend {
  display: none;
  font-family: inherit;
}

#crm-container .ukbank_sort_code_block_x {
  display: inline;
  margin-right: 10px;
}

#crm-container #crm-submit-buttons {
  width: auto;
  min-height: 150px;
  text-align: center;
  margin: 0 auto;
}

#crm-container #stripe-checkout-container {
  padding: 0;
}

#crm-container.crm-public span.crm-button, #crm-container.crm-public.crm-container span.crm-button, #crm-profile-block.crm-public span.crm-button, #crm-profile-block.crm-public.crm-container span.crm-button {
  background: none;
  text-shadow: none;
  font-size: inherit;
  border: none;
  padding: 0;
  float: none;
  width: 100%;
}

.page-civicrm-event-register #crm-container.crm-public span.crm-button-type-1 {
  width: 32%;
}

#crm-container #crm-submit-buttons .crm-button input.crm-form-submit, #crm-container input.crm-form-submit, #crm-container #stripe-button, .page-user #user-register-form .form-submit#edit-submit, .page-civicrm-contribute #user-login-form .form-submit#edit-submit, .page-user #user-login .form-submit#edit-submit, .page-user #user-pass .form-submit#edit-submit, .page-user #user-profile-form .form-submit#edit-submit, .page-user #password-policy-password-tab .form-submit#edit-submit, #crm-container a.button, .crm-container a.button, .crm-container a.button:link, .crm-container a.button:visited {
  font-family: "Formata", "Tahoma", "Arial", sans-serif;
  position: relative;
  display: inline-block;
  height: auto;
  font-size: 1.5em;
  font-weight: 500;
  padding: 0.7em 1em;
  margin: 20px auto;
  text-align: center;
  text-decoration: none;
  border: 1px solid rgba(100, 100, 100, 0.1);
  background: #df7a1c;
  color: #fff;
  line-height: normal;
  vertical-align: middle;
  border-radius: 3px;
  text-transform: uppercase;
  cursor: pointer;
}

#crm-container input.crm-form-submit, #crm-container #stripe-button, .page-user #user-register-form .form-submit#edit-submit, .page-civicrm-contribute #user-login-form .form-submit#edit-submit, .page-user #user-login .form-submit#edit-submit, .page-user #user-pass .form-submit#edit-submit, .page-user #user-profile-form .form-submit#edit-submit, .page-user #password-policy-password-tab .form-submit#edit-submit {
  font-size: 0.75em;
}

#crm-container .crm-i-button > .crm-i {
  display: none;
}

#crm-container.crm-public .contribution_footer_text-section img {
  float: left;
  margin-right: 10px;
}

#crm-container #crm-submit-buttons .crm-button.crm-button-type-back input.crm-form-submit, #crm-container .crm-button-type-back input.crm-form-submit, #crm-container #crm-submit-buttons .crm-button.crm-button-type-cancel input.crm-form-submit, #crm-container .crm-button-type-cancel input.crm-form-submit, #crm-container .crm-button input.cancel, #crm-container #crm-submit-buttons .crm-button input.cancel {
  background: #9d9d9d;
}

#crm-container.crm-public.crm-container span.crm-button.crm-button-type-next {
  float: right !important;
  width: inherit;
}

#crm-container.crm-public.crm-container span.crm-button.crm-button-type-back, #crm-container.crm-public.crm-container span.crm-button.crm-button-type-cancel {
  float: left !important;
  width: inherit;
}

#crm-container.crm-public.crm-container h3 {
  background-color: inherit;
  font-size: inherit;
  font-family: "Formata", "Tahoma", "Arial", sans-serif;
  font-weight: normal;
  color: inherit;
}

#crm-container.crm-public.crm-container .accordion h2 {
  font-family: "Work Sans", "Arial", sans-serif;
}

/* Hide magazine distribution preference */
#crm-container.crm-public .editrow_custom_559-section {
  display: none;
}

#crm-container.crm-public.crm-container .helprow-post {
  clear: both;
}

#crm-container.crm-public.crm-container .hasDatepicker {
  float: left;
}

#crm-container.crm-public.crm-container .crm-clear-link {
  float: left;
}

.crm-contribution-main-form-block p {
  max-width: 100%;
}

/* GBWFREE / new membership donation block emphasis / hide discount code field / hide postcode search
 *
*/
.crm-contribution-page-id-66 .donation-section, .crm-contribution-page-id-68 .donation-section, .crm-contribution-page-id-74 .donation-section, .crm-contribution-page-id-97 .how_much_do_you_want_to_pay_-section, .crm-contribution-page-id-75 .donation-section, .crm-contribution-page-id-76 .donation-section {
  position: relative;
  display: block;
  background: #fff;
  padding: 2rem;
  margin-top: 2em;
  border: 5px solid #969a35;
}

.crm-contribution-page-id-66 .crm-section.cividiscount, .crm-contribution-page-id-66 .crm-profile-id-44 .crm-section.box.box-padded, .crm-contribution-page-id-66 .crm-not-you-message, .crm-contribution-page-id-68 .crm-section.cividiscount, .crm-contribution-page-id-68 .crm-profile-id-17 .crm-section.box.box-padded, .crm-contribution-page-id-68 .crm-not-you-message {
  display: none;
}

/* Contact preferences fields in Civi forms
 *
*/
.contact-prefs, #contactPreferences {
  margin-top: 0;
  margin-bottom: 0;
  clear: both;
  float: none;
}

.contact-prefs .label-right, .contact-prefs .label-right label {
  text-align: right;
  font-weight: bold;
}

.contact-prefs .content label {
  display: inline-block;
}

.contact-prefs .content input {
  display: inline-block;
  vertical-align: middle;
}

.contact-prefs .desc {
  text-align: right;
}

#crm-submit-buttons {
  clear: both;
}

/* contribution forms contact prefs section / newsletter subscriptions
 *
*/
#crm-container.crm-public #contactPreferences .crm-section, #crm-container.crm-public #groupSubscriptions .crm-section {
  margin-top: 1em;
  clear: both;
}

#crm-container.crm-public #contactPreferences .accordion {
  margin: 2rem 0;
}

#crm-container.crm-public #contactPreferences .crm-section .label, .crm-profile-name-Contact_Preferences_Copy_id_50__50 #crm-container.crm-public .crm-section .label {
  margin-top: 0;
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: left;
  width: 50%;
}

#crm-container.crm-public #contactPreferences .crm-section .label label, .crm-profile-name-Contact_Preferences_Copy_id_50__50 #crm-container.crm-public .crm-section .label label {
  font-weight: normal;
}

#crm-container.crm-public #contactPreferences .crm-section .content, #crm-container.crm-public #groupSubscriptions .crm-section .content, .crm-profile-name-Contact_Preferences_Copy_id_50__50 #crm-container.crm-public .crm-section .content {
  float: left;
  margin-left: 0;
  padding-top: 0;
}

#crm-container.crm-public #contactPreferences .crm-section .content input, #crm-container.crm-public #groupSubscriptions .crm-section .content input, .crm-profile-name-Contact_Preferences_Copy_id_50__50 #crm-container.crm-public .crm-section .content input {
  padding-top: 0;
  margin-top: 0.25em;
  clear: none;
}

#crm-container.crm-public #contactPreferences .crm-section .description, #crm-container.crm-public #groupSubscriptions .crm-section .description, .crm-profile-name-Contact_Preferences_Copy_id_50__50 #crm-container.crm-public .crm-section .description {
  font-size: 0.85em;
  float: left;
  width: 42%;
}

@media (max-width: 47.5em) {
  #crm-container.crm-public #contactPreferences .crm-section .description, #crm-container.crm-public #groupSubscriptions .crm-section .description, .crm-profile-name-Contact_Preferences_Copy_id_50__50 #crm-container.crm-public .crm-section .description {
    width: 100%;
  }

  #crm-container.crm-public #contactPreferences .crm-section .label, .crm-profile-name-Contact_Preferences_Copy_id_50__50 #crm-container.crm-public .crm-section .label {
    width: 100%;
  }
}
#crm-container.crm-public #contactPreferences .crm-section .content label, .crm-profile-name-Contact_Preferences_Copy_id_50__50 #crm-container.crm-public .crm-section .content label {
  padding-top: 0;
  margin-top: 0.25em;
  padding-left: 0;
}

/* contribution forms magazine selection
 *
*/
.crm-section #membership_price_options .pricevalue-messages .error {
  font-size: 1.5em;
}

.crm-section.magazine_subscriptions-section input[type=checkbox] + label, .crm-section.magazine_subscriptions-section input[type=radio] + label, .crm-section.journal_subscriptions-section input[type=checkbox] + label, .crm-section.journal_subscriptions-section input[type=radio] + label {
  background: white;
}

.crm-section.magazine_subscriptions-section, .crm-section.journal_subscriptions-section {
  background: #fff;
  padding: 2rem;
  margin-top: 2em;
}

.crm-section.your_membership_magazine-section input[type=checkbox] + label, .crm-section.your_membership_magazine-section input[type=radio] + label, .crm-section.journal_subscriptions-section input[type=checkbox] + label, .crm-section.journal_subscriptions-section input[type=radio] + label {
  background: white;
}

.crm-section.your_membership_magazine-section, .crm-section.journal_subscriptions-section {
  background: #fff;
  padding: 2rem;
  margin-top: 2em;
}

.crm-section .journal_subscriptions-content .crm-price-amount-help-pre {
  display: none;
}

.crm-section .journal_subscriptions-content .price-set-option-content .help_pre, .crm-section .magazine_subscriptions-content .price-set-option-content .help_pre, .crm-section .your_membership_magazine-content .price-set-option-content .help_pre {
  float: right;
  width: 60%;
  margin-bottom: 0;
  font-size: 0.9em;
}

@media (max-width: 47.5em) {
  .crm-section .journal_subscriptions-content .price-set-option-content .help_pre, .crm-section .magazine_subscriptions-content .price-set-option-content .help_pre, .crm-section .your_membership_magazine-content .price-set-option-content .help_pre {
    width: 100%;
  }
}
/* contribution forms newsletter subscriptions
 *
*/
#crm-container.crm-public #groupSubscriptions {
  margin-bottom: 2em;
}

/* mobile only styling for contribution forms
 *
*/
@media (max-width: 47.5em) {
  #crm-container .crm-section .label, #crm-container .crm-section .label, #crm-profile-block .crm-section .label, #crm-profile-block .crm-section .label {
    float: none;
    text-align: left;
    width: 95%;
    padding: 0;
  }

  #crm-container.crm-public input[type=checkbox], #crm-container.crm-public input[type=radio], #crm-profile-block.crm-public input[type=checkbox], #crm-profile-block.crm-public input[type=radio] {
    margin-left: 0;
  }

  #crm-container.crm-public input[type=checkbox] + label, #crm-profile-block.crm-public input[type=radio] + label {
    margin-right: 1em;
    margin-left: 0;
  }

  #crm-container.crm-public .crm-section .content, #crm-profile-block.crm-public .crm-section .content {
    margin-left: 0;
  }

  input[type=checkbox] + label, input[type=radio] + label {
    padding: 0;
  }

  #crm-container.crm-public input[type=text], #crm-container.crm-public input[type=textarea], #crm-container.crm-public input[type=password], #crm-container.crm-public input[type=email], #crm-container.crm-public select, .public-form input[type=text], .public-form input[type=textarea], .public-form input[type=password], .public-form input[type=email], .public-form select, #crm-profile-block.crm-public input[type=text], #crm-profile-block.crm-public input[type=textarea], #crm-profile-block.crm-public input[type=password], #crm-profile-block.crm-public input[type=email], #crm-profile-block.crm-public select {
    width: 95%;
    padding: 5px;
  }

  #crm-container.crm-public #premiums #premiums-listings, #crm-profile-block.crm-public #premiums #premiums-listings {
    width: 95%;
    max-width: 95%;
    min-width: 95%;
  }

  #crm-container .crm-section.editrow_custom_36-section {
    background-image: none;
  }

  #crm-container.crm-public .crm-section.helprow-post, #crm-profile-block.crm-public .crm-section.helprow-post {
    margin-top: 1em;
  }

  #crm-container.crm-public.crm-container .crm-clear-link, #crm-profile-block.crm-public.crm-container .crm-clear-link {
    float: none;
  }

  .crm-container .description {
    margin: 1em 0;
  }

  #crm-container input.crm-form-submit, #crm-container #stripe-button, .page-user #user-register-form .form-submit#edit-submit, .page-civicrm-contribute #user-login-form .form-submit#edit-submit, .page-user #user-login .form-submit#edit-submit, .page-user #user-pass .form-submit#edit-submit, .page-user #user-profile-form .form-submit#edit-submit, .page-user #password-policy-password-tab .form-submit#edit-submit {
    width: 95%;
    font-size: 1em;
  }
}
/* New membership magazine / journal fieldsets
 *
*/
#crm-container.crm-public #membership_price_options label {
  cursor: pointer;
  font-size: 1.5em;
  padding: 1em;
  margin: 0;
}

#crm-container.crm-public .magazine_subscriptions-content .price-set-row, #crm-container.crm-public .your_membership_magazine-content .price-set-row, #crm-container.crm-public .journal_subscriptions-content .price-set-row {
  float: left;
  margin-right: 1em;
  width: 40%;
}

#crm-container.crm-public .magazine_subscriptions-content .price-set-row img, #crm-container.crm-public .your_membership_magazine-content .price-set-row img, #crm-container.crm-public .journal_subscriptions-content .price-set-row img {
  margin: 0;
}

#crm-container.crm-public .magazine_subscriptions-content .price-set-row label, #crm-container.crm-public .your_membership_magazine-content .price-set-row label, #crm-container.crm-public .magazine_subscriptions-content .price-set-row input, #crm-container.crm-public .journal_subscriptions-content .price-set-row label, #crm-container.crm-public .journal_subscriptions-content .price-set-row input {
  margin: 0.5em 0.5em 0 0;
  padding: 0;
  width: auto;
  font-weight: bold;
}

#crm-container.crm-public .magazine_subscriptions-content .crm-section .content, #crm-container.crm-public .your_membership_magazine-content .crm-section .content, #crm-container.crm-public .journal_subscriptions-content .crm-section .content {
  margin-left: 0;
}

/* tracked bird grid view custom
 *
*/
span.cuckoo-checkbox {
  left: 0px;
  position: absolute;
  top: 0px;
}

span.cuckoo-marker-image {
  position: absolute;
  right: -10px;
  top: -10px;
}

span.cuckoo-marker-image img {
  width: initial;
}

div.cuckoo-grid-item figure {
  margin: 0;
}

span.cuckoo-checkbox input {
  margin: 5px;
}

.cuckoo-grid-item img {
  border-radius: 10px 10px 10px 10px;
}

/* Chosen module auto-complete select form elements customisation (BirdFacts species select)
 *
*/
#edit_jump_chosen {
  margin: 0 0.25em 1em 0;
}

#edit_jump_chosen a {
  padding: 0.5em 1em;
}

#edit_jump_chosen a.chosen-single span, #edit_jump_chosen ul.chosen-results li.active-result, #edit_jump_chosen ul.chosen-results li.no-results {
  color: rgba(0, 0, 0, 0.9);
}

/* Chosen module auto-complete select form elements - supress overlap of sidebar width by explicit widths set on elements by chosen js (exposed filters in sidebar - bird id, etc.)
 *
*/
.chosen-container {
  max-width: 100% !important;
}

.filters .chosen-container {
  width: 100% !important;
}

#search-filters .chosen-container input {
  width: 100% !important;
}

.wrap-content .chosen-container ul {
  max-width: 100%;
}

/*
 *  Views Filters
 */
.filters select {
  width: 100%;
}

/*
 *  portrait image with transparency, background grey extend rounded class to img as child of this class
 */
.rounded {
  background-color: #f2f2f2;
}

.rounded img {
  border-radius: 100%;
}

/*
 *  classes to show / hide elements at key breakpoint for sidebar / content
 */
@media (max-width: 64em) {
  .hide-below-fifths {
    display: none;
  }
}

@media (min-width: 64em) {
  .hide-above-fifths {
    display: none;
  }
}

.project-jumplist #edit-go--2 {
  display: none;
}

.project-jumplist #edit-go {
  display: none;
}

/*
 * Download links
 */
.file-icon {
  margin: 0;
  display: inline-block;
}

/*
 * Views exposed filters submit buttons / fields
 */
#search-filters .form-submit {
  background: #df7a1c;
}

#search-filters input {
  max-width: 100%;
  width: 100%;
}

#search-filters input[type=checkbox] {
  width: auto !important;
}

#search-filters .chosen-drop {
  color: black;
}

/*
 * Language Icons
 */
img.language-icon {
  display: block;
  margin: 0;
}

/*
 * BirdFacts species page conservationevidence.com embed
 */
#ce_widget {
  list-style-type: square;
}

#ce_widget .ce-study-item {
  display: list-item;
  margin-bottom: 0.25em;
}

#ce_widget .ce-study-item a.ce-study-link {
  text-decoration: none;
}

#ce_widget .ce-study-count {
  display: block;
  text-align: center;
}

blockquote.full-width {
  max-width: none;
  clear: both;
}

p.full-width {
  max-width: none;
}

/*
 * Text width for introduction field less restrictive than 50rem
 */
.wrap-content p.intro, .wrap-content .intro p {
  max-width: 70rem;
}

.wrap-content .intro {
  margin: 0 0 2rem;
}

/* Account tab - super nav */
@media (min-width: 25.5em) {
  .xxs-hide {
    display: inline !important;
  }

  .account .xxs-show {
    display: none !important;
  }
}
/* Feedback form tab to the bottom on mobile */
@media (max-width: 760px) {
  #block-feedback-form {
    bottom: 0px;
  }
}
.account .xxs-hide {
  display: none;
}

.account .xxs-show {
  display: inline;
}

/* Account */
#account-pass-restrictions {
  display: none;
}

div.password-confirm {
  display: none;
}

div.password-strength {
  float: none;
}

/* Search Results */
.search-results .search-snippet-info {
  margin-top: 1.5em;
}

/* search box - remove search text placeholder */
#search-api-page-search-form-site-search #edit-submit-2 {
  display: none;
}

#edit_jump_chosen .active-result *:not(.button):not(select):not(input):not(option):not(.form-select) {
  color: black;
}

/* cookie opt-in pop-up */
#sliding-popup {
  background: #315a7c;
  padding: 2em 2em 0;
  color: #fff;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: 0;
  max-width: inherit;
}

#sliding-popup .eu-cookie-compliance-hidden {
  display: none;
}

#sliding-popup .popup-content {
  max-width: 95%;
}

#sliding-popup .popup-content #popup-text {
  float: left;
  max-width: none;
}

#sliding-popup .popup-content .eu-cookie-compliance-categories label {
  color: #444;
  width: 90%;
}

#sliding-popup .popup-content .eu-cookie-compliance-category-description {
  padding: 1em;
}

#sliding-popup .popup-content #popup-buttons {
  max-width: none;
}

#sliding-popup .popup-content .eu-cookie-compliance-categories-buttons {
  margin: 1em 6px;
}

#sliding-popup h2 {
  color: #fff;
}

#sliding-popup .decline-button {
  background: #dc4f16;
}

#sliding-popup .find-more-button {
  background: #aaa;
  display: block;
}

#sliding-popup .cookie-accordion-toggle {
  text-decoration: none;
}

#sliding-popup .cookie-accordion-toggle h2 {
  color: #fff;
  width: 180px;
  padding: 10px 20px;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px 10px 0 0;
}

#edit-field-taxonomy-staff-topics-tid {
  height: 100% !important;
}

#sliding-popup input[type=checkbox] + label, #sliding-popup input[type=radio] + label {
  margin: 0.5em 0.75em 0.25em -1.8em;
}

@media (max-width: 47.5em) {
  #sliding-popup input[type=checkbox] + label, #sliding-popup input[type=radio] + label {
    padding: 0.5em 1em 0.5em 2em;
    min-width: 148px;
  }
}
/* Responsive video container for Youtube embeds */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.disqus-comment-count {
  overflow: hidden;
  position: relative;
  display: inline-block;
  /*background-image: url("/sites/all/themes/egret/img/logo-bw-comment.png");*/
  background-repeat: no-repeat;
  background-position: left;
  /*background: url(/sites/all/themes/laura/images/icons/comment.png) center left no-repeat;*/
  padding: 0px 0px 0px 0px;
  white-space: nowrap;
  margin-bottom: -0.8em;
  height: 1.9em;
  width: 10em;
}

.disqus-comment-count:after {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background:#fff;*/
  z-index: 2;
  transition: all 3s ease;
}

.disqus-comment-count.show:after {
  left: 100%;
}

.reveal {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.reveal:after {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background:#fff;*/
  z-index: 2;
  transition: all 3s ease;
}

.reveal.show:after {
  left: 100%;
}

.hidecomments {
  display: none;
}

/* species page customisation */
.sticker {
  position: relative;
}

.sticker .text {
  font-size: 24px;
  position: absolute;
  line-height: 70%;
  font-family: "Formata", "Tahoma", "Arial", sans-serif;
  font-weight: 500;
  text-align: right;
}

.sticker .text span {
  font-size: 0.5em;
  display: block;
}

.sticker.pop .text {
  color: #FFF;
  bottom: 20%;
  right: 10%;
}

.sticker.dist .text {
  color: #c5c6c8;
  bottom: 5%;
  right: 10%;
}

.sticker.weight .text {
  color: #c5c6c8;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 14px;
  line-height: normal;
}

.sticker.weight.small .text {
  color: #c5c6c8;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px;
  line-height: normal;
}

.sticker.egg .text {
  color: #FFF;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.sticker.records .text {
  color: #FFF;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.sticker.pub .text {
  color: white;
  bottom: 22%;
  right: 18%;
}

@media (max-width: 55em) {
  .sticker .text {
    font-size: 36px;
  }

  .sticker.weight .text {
    font-size: 30px;
  }
}
@media (max-width: 47em) {
  .sticker .text {
    font-size: 18px;
  }

  .sticker.weight .text {
    font-size: 18px;
  }
}
.wrap-content ul.slides, .wrap-content ul.slick-dots {
  width: 100%;
  margin: 0;
  max-width: 100%;
}

.wrap-content ul.slides li.slick-slide {
  padding: 0;
}

.node-type-species .header-site .search-site {
  max-width: 60%;
}

.node-type-species .explore {
  float: right;
}

.node-type-species form {
  margin: 0em 0;
}

.node-type-species .header-site .search-site form {
  margin: 0;
}

@media (max-width: 47.5em) {
  .node-type-species .header-site {
    margin-bottom: 1rem;
  }

  .node-type-species .wrap-content {
    margin-top: 0;
  }

  .node-type-species .header-site .logo img {
    max-height: 5.2em;
  }

  .node-type-species .page-header {
    display: none !important;
  }

  .node-type-species .header-site .account, .node-type-species .header-site .project-jumplist {
    max-width: 100%;
    padding: 0.7em 1em;
    margin: 0 0.25em 1em 0;
    text-align: center;
    font-size: 0.95em;
    float: none;
    border-radius: 3px;
  }

  .node-type-species .header-site .account {
    text-align: center;
  }

  .node-type-species .hide-mobile {
    display: none !important;
  }

  .node-type-species .nav-sub {
    margin: 0 auto;
    padding: 0.5em 0 0;
  }

  .node-type-species .nav-sub a.has-icon {
    padding: 0.5em;
    margin-bottom: 0.5em;
    background-color: white;
  }

  .node-type-species .nav-sub form {
    margin: 0;
  }
}
/*moved out of the media query above to that mobile browsers can use the GO button on the species select */
@media (max-width: 380px) {
  .node-type-species #ctools-jump-menu .ctools-jump-menu-button {
    display: none;
  }
}
@media (min-width: 37.5em) {
  .node-type-species .show-mobile {
    display: none !important;
  }
}
.node-type-species .to-sticky {
  display: block;
  position: sticky;
  top: 2em;
  z-index: 999;
}
@media (max-width: 47.5em) {
  .node-type-species .to-sticky {
    top: 0;
  }
}

.node-type-species .to-sticky nav {
  background-color: #f2f2f2;
}

.node-type-species .nav-sub .ctools-jump-menu-select {
  position: relative;
  display: inline;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 40px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.node-type-species .ctools-jump-menu-button {
  margin-top: 10px;
}

/* toggle slider tabs */
.slider-container {
  margin: 3rem auto;
}

.tab-slider--nav {
  width: 200px;
  margin: 20px auto;
  height: 60px;
  float: none;
}

.tab-slider--tabs {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  background: #366c85;
  height: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tab-slider--tabs:after {
  content: "";
  width: 50%;
  background: #f57928;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 250ms ease-in-out;
  border-radius: 35px;
}

.tab-slider--tabs.slide:after {
  left: 50%;
}

.tab-slider--trigger {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  transition: color 250ms ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tab-slider--trigger.active {
  color: #fff;
}

.tab-slider--body {
  margin-bottom: 20px;
}

/* invisible table for birdfacts tabbed data lists */
table.invisible {
  font-size: 1em;
  color: #444;
  font-weight: 400;
  line-height: 1.4;
  background: #FFF;
  padding: 0;
  width: auto;
}

table.invisible td {
  background: none;
  padding: 2px 10px 2px 0;
}

table.invisible tr:nth-child(odd) td {
  background: none;
}

/* fix checkbox alignment on mobile */
@media screen and (max-width: 700px) {
  #edit-submitted-purpose-1 {
    margin: 0.5em 1.5em 0.5em 1em !important;
  }
}
@media screen and (max-width: 700px) {
  #edit-submitted-young-person-1 {
    margin: 0.5em 2em 0.5em 1em !important;
  }
}
div.ts-wrapper div.ts-control div.item {
  margin: auto;
}

.captcha {
  width: fit-content;
} 

/*rules for the maintenance page */

    .link-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem;
      max-width: 1200px;
      margin: 0 auto;
      padding: 1rem;
      text-align: left;
    }

    .link-grid ul {
      list-style-type: disc;
      padding-left: 1.5rem;
    }

    .link-grid li {
      margin-bottom: 1rem;
      line-height: 1.4;
    }
     .link-grid li a {
    color: #31597D;
    text-decoration: underline;
}
      .link-grid li a:active {
    color: #001522;
    text-decoration: underline 2px;
    background: #E9EDE1;
}
      .link-grid li a:hover {
    color: #001522;
    text-decoration: underline 2px;
}

    @media (max-width: 768px) {
      .link-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
      }
    }
