@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato");
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

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

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

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

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

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

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

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

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

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

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

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?qw9hs9");
  src: url("../fonts/icomoon.eot?#iefixqw9hs9") format("embedded-opentype"), url("../fonts/icomoon.woff?qw9hs9") format("woff"), url("../fonts/icomoon.ttf?qw9hs9") format("truetype"), url("../fonts/icomoon.svg?qw9hs9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-zoomin, .lzoom_zoomin,
.icon-zoomout,
.lzoom_zoomout,
.icon-fullscreen,
.lzoom_fullscreen {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.icon-zoomin:before, .lzoom_zoomin:before,
.icon-zoomout:before,
.lzoom_zoomout:before,
.icon-fullscreen:before,
.lzoom_fullscreen:before {
  font-size: 1;
}

.icon-zoomin:before, .lzoom_zoomin:before {
  content: "\e037";
}

.icon-zoomout:before, .lzoom_zoomout:before {
  content: "\e038";
}

.icon-fullscreen:before, .lzoom_fullscreen:before {
  content: "\e128";
}

@font-face {
  font-family: "audubon";
  src: url("../fonts/audubon.eot");
  src: url("../fonts/audubon.eot?#iefix") format("embedded-opentype"), url("../fonts/audubon.woff") format("woff"), url("../fonts/audubon.ttf") format("truetype"), url("../fonts/audubon.svg#audubon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "audubon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "audubon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "a";
}

.icon-facebook:before {
  content: "b";
}

.icon-twitter:before {
  content: "c";
}

.icon-youtube:before {
  content: "d";
}

.icon-pinterest:before {
  content: "e";
}

.icon-instagram:before {
  content: "f";
}

.icon-quote:before {
  content: "g";
}

.icon-info:before {
  content: "h";
}

.icon-spin-widdershins:before {
  content: "i";
}

.icon-spin-clockwise:before {
  content: "j";
}

.icon-home:before {
  content: "k";
}

.icon-delete:before {
  content: "l";
}

.icon-chevron-right:before {
  content: "m";
}

.icon-chevron-left:before {
  content: "n";
}

.icon-music:before {
  content: "o";
}

.icon-check:before {
  content: "p";
}

.icon-arrow-right:before {
  content: "q";
}

.icon-arrow-left:before {
  content: "r";
}

.icon-expand:before {
  content: "s";
}

.icon-zoom:before {
  content: "t";
}

.icon-slides:before {
  content: "u";
}

.icon-paper-airplane:before {
  content: "v";
}

.icon-map:before {
  content: "w";
}

.icon-marker:before {
  content: "x";
}

.icon-grid:before {
  content: "y";
}

.icon-burst:before {
  content: "z";
}

.icon-chevron-up:before {
  content: "A";
}

.icon-comment:before {
  content: "B";
}

.icon-calendar:before {
  content: "C";
}

.icon-newspaper:before {
  content: "D";
}

.icon-camera:before {
  content: "E";
}

.icon-video:before {
  content: "F";
}

.icon-sound-off:before {
  content: "G";
}

.icon-sound-half:before {
  content: "H";
}

.icon-sound-full:before {
  content: "I";
}

.icon-magnifier:before {
  content: "J";
}

.icon-bookmark:before {
  content: "K";
}

.icon-link:before {
  content: "L";
}

.icon-zoomin:before, .lzoom_zoomin:before {
  content: "\e037";
}

.icon-zoomout:before, .lzoom_zoomout:before {
  content: "\e038";
}

.icon-fullscreen:before, .lzoom_fullscreen:before {
  content: "\e128";
}

.-wrap-select {
  -webkit-appearance: none !important;
  background-color: #fff;
  background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: 95% center;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  color: #626262;
  padding: 0.5rem 1rem;
  font-size: 1.0625rem;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  padding: 0;
}
.-wrap-select:focus {
  background-color: #fff;
  border-color: #aaa;
  outline: none;
}
.-wrap-select select {
  -moz-appearance: window;
  margin-bottom: 0 !important;
  border: 0;
}
.-wrap-select select option {
  padding: 3px 6px;
}
.-wrap-select.ie {
  overflow: hidden;
}
.-wrap-select.ie select {
  width: 150%;
  overflow: hidden;
}

/*Important: In case foundation doesn't compiled on some environments, attach compiled file*/
meta.foundation-version {
  font-family: "/5.2.2/";
}

meta.foundation-mq-small {
  font-family: "/only screen and (min-width:480px)/";
  width: 480px;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:601px)/";
  width: 601px;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:768px)/";
  width: 768px;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1280px)/";
  width: 1280px;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix, .native-plants-full-search-results .mobile-search-full-results .columns > div, .search-results-total .pager-list {
  *zoom: 1;
}

.clearfix:before, .native-plants-full-search-results .mobile-search-full-results .columns > div:before, .search-results-total .pager-list:before, .clearfix:after, .native-plants-full-search-results .mobile-search-full-results .columns > div:after, .search-results-total .pager-list:after {
  content: " ";
  display: table;
}

.clearfix:after, .native-plants-full-search-results .mobile-search-full-results .columns > div:after, .search-results-total .pager-list:after {
  clear: both;
}

.hide, .hide-for-firsttime-visitors {
  display: none;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1000px;
  *zoom: 1;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -12.5px;
  margin-right: -12.5px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 12.5px;
  padding-right: 12.5px;
  width: 100%;
  float: left;
}

@media only screen {
  .tiny-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .tiny-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .tiny-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .tiny-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .tiny-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .tiny-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .tiny-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .tiny-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .tiny-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .tiny-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .tiny-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .tiny-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .tiny-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .tiny-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .tiny-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .tiny-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .tiny-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .tiny-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .tiny-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .tiny-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .tiny-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .tiny-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .tiny-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .tiny-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 12.5px;
    padding-right: 12.5px;
    float: left;
  }

  .tiny-1 {
    width: 8.33333%;
  }

  .tiny-2 {
    width: 16.66667%;
  }

  .tiny-3 {
    width: 25%;
  }

  .tiny-4 {
    width: 33.33333%;
  }

  .tiny-5 {
    width: 41.66667%;
  }

  .tiny-6 {
    width: 50%;
  }

  .tiny-7 {
    width: 58.33333%;
  }

  .tiny-8 {
    width: 66.66667%;
  }

  .tiny-9 {
    width: 75%;
  }

  .tiny-10 {
    width: 83.33333%;
  }

  .tiny-11 {
    width: 91.66667%;
  }

  .tiny-12 {
    width: 100%;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .tiny-offset-0 {
    margin-left: 0% !important;
  }

  .tiny-offset-1 {
    margin-left: 8.33333% !important;
  }

  .tiny-offset-2 {
    margin-left: 16.66667% !important;
  }

  .tiny-offset-3 {
    margin-left: 25% !important;
  }

  .tiny-offset-4 {
    margin-left: 33.33333% !important;
  }

  .tiny-offset-5 {
    margin-left: 41.66667% !important;
  }

  .tiny-offset-6 {
    margin-left: 50% !important;
  }

  .tiny-offset-7 {
    margin-left: 58.33333% !important;
  }

  .tiny-offset-8 {
    margin-left: 66.66667% !important;
  }

  .tiny-offset-9 {
    margin-left: 75% !important;
  }

  .tiny-offset-10 {
    margin-left: 83.33333% !important;
  }

  .tiny-offset-11 {
    margin-left: 91.66667% !important;
  }

  .tiny-reset-order,
  .tiny-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.tiny-centered,
  .columns.tiny-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.tiny-uncentered,
  .columns.tiny-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.tiny-uncentered.opposite,
  .columns.tiny-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 480px) {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 12.5px;
    padding-right: 12.5px;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .small-offset-0 {
    margin-left: 0% !important;
  }

  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  .small-reset-order,
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 601px) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 12.5px;
    padding-right: 12.5px;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .medium-offset-0 {
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .medium-reset-order,
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 768px) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 12.5px;
    padding-right: 12.5px;
    float: left;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .large-offset-0 {
    margin-left: 0% !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-reset-order,
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
}
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 56.34%;
}

.flex-video.vimeo {
  padding-top: 0;
}

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

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 0;
  position: relative;
  text-decoration: none !important;
  text-align: center;
  outline: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding: 5px 10px;
  font-size: 17px;
  font-size: 17px;
  background-color: #f15936;
  border-color: #dd360f;
  color: white !important;
  border-radius: 3px;
  transition: background-color 300ms ease-out;
}

button i, .button i {
  vertical-align: middle;
}

button:hover, button:focus, .button:hover, .button:focus {
  background-color: #dd360f;
}

button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}

button.secondary, .button.secondary {
  background-color: #0aa8e3;
  border-color: #0886b6;
  color: white !important;
  border-radius: 3px;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #0886b6;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: white;
}

button.success, .button.success {
  background-color: #7ba701;
  border-color: #628601;
  color: white !important;
  border-radius: 3px;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #628601;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white;
}

button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white !important;
  border-radius: 3px;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: white;
}

button.blue, .button.blue {
  background-color: #0aa8e3;
  border-color: #0886b6;
  color: white !important;
  border-radius: 3px;
}

button.blue:hover, button.blue:focus, .button.blue:hover, .button.blue:focus {
  background-color: #0886b6;
}

button.blue:hover, button.blue:focus, .button.blue:hover, .button.blue:focus {
  color: white;
}

button.orange, .button.orange {
  background-color: #e18400;
  border-color: #b46a00;
  color: white !important;
  border-radius: 3px;
}

button.orange:hover, button.orange:focus, .button.orange:hover, .button.orange:focus {
  background-color: #b46a00;
}

button.orange:hover, button.orange:focus, .button.orange:hover, .button.orange:focus {
  color: white;
}

button.pea-green, .button.pea-green {
  background-color: #7ba701;
  border-color: #628601;
  color: white !important;
  border-radius: 3px;
}

button.pea-green:hover, button.pea-green:focus, .button.pea-green:hover, .button.pea-green:focus {
  background-color: #628601;
}

button.pea-green:hover, button.pea-green:focus, .button.pea-green:hover, .button.pea-green:focus {
  color: white;
}

button.tomato, .button.tomato {
  background-color: #f15936;
  border-color: #dd360f;
  color: white !important;
  border-radius: 3px;
}

button.tomato:hover, button.tomato:focus, .button.tomato:hover, .button.tomato:focus {
  background-color: #dd360f;
}

button.tomato:hover, button.tomato:focus, .button.tomato:hover, .button.tomato:focus {
  color: white;
}

button.xlarge, .button.xlarge {
  padding: 5px 20px;
  font-size: 24px;
}

button.large, .button.large {
  padding: 5px;
  font-size: 19px;
  font-size: 19px;
}

button.small, .button.small {
  padding: 5px 10px;
  font-size: 17px;
  font-size: 15px;
}

button.tiny, .button.tiny {
  padding: 5px 10px;
  font-size: 17px;
  font-size: 13px;
}

button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

button.radius, .button.radius {
  border-radius: 3px;
}

button.round, .button.round {
  border-radius: 1000px;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #f15936;
  border-color: #dd360f;
  color: white !important;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
  border-radius: 3px;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #dd360f;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: white;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #f15936;
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #0aa8e3;
  border-color: #0886b6;
  color: white !important;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
  border-radius: 3px;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #0886b6;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: white;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #0aa8e3;
}

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #7ba701;
  border-color: #628601;
  color: white !important;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
  border-radius: 3px;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #628601;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: white;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #7ba701;
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white !important;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
  border-radius: 3px;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: white;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}

@media only screen and (min-width: 601px) {
  button, .button {
    display: inline-block;
    font-size: 17px;
  }
}
/* Standard Forms */
form {
  margin: 0;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}

form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}

form .row .row.collapse {
  margin: 0;
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

form .row .row.collapse input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
label {
  font-size: 17px;
  color: #777777;
  cursor: pointer;
  display: block;
  font-weight: normal;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 20px;
  line-height: 25.5px;
  margin-bottom: 0;
  /* Styles for required inputs */
}

label.right {
  float: none;
  text-align: right;
}

label.inline {
  margin: 0 0 1rem 0;
  padding: 7px 0;
}

label small {
  text-transform: capitalize;
  color: #8b8b8b;
}

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

@-moz-document url-prefix() {
  select {
    background: white;
  }

  select:hover {
    background-color: #f7f7f7;
  }

  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }
}
/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 17px;
  height: 2.5rem;
  line-height: 2.5rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  font-size: 17px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

.prefix.button {
  font-size: 17px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

.prefix.button.radius {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.prefix.button.round {
  border-radius: 0;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.prefix.radius, label.prefix.radius {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix.radius, label.postfix.radius {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  background-color: white;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  border: 1px solid #d4d4d4;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #626262;
  display: block;
  font-size: 1.0625rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem 1rem;
  height: 2.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all 0.15s linear;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: white;
  border-color: #aaaaaa;
  outline: none;
}

input[type="text"][disabled], fieldset[disabled] input[type="text"],
input[type="password"][disabled], fieldset[disabled]
input[type="password"],
input[type="date"][disabled], fieldset[disabled]
input[type="date"],
input[type="datetime"][disabled], fieldset[disabled]
input[type="datetime"],
input[type="datetime-local"][disabled], fieldset[disabled]
input[type="datetime-local"],
input[type="month"][disabled], fieldset[disabled]
input[type="month"],
input[type="week"][disabled], fieldset[disabled]
input[type="week"],
input[type="email"][disabled], fieldset[disabled]
input[type="email"],
input[type="number"][disabled], fieldset[disabled]
input[type="number"],
input[type="search"][disabled], fieldset[disabled]
input[type="search"],
input[type="tel"][disabled], fieldset[disabled]
input[type="tel"],
input[type="time"][disabled], fieldset[disabled]
input[type="time"],
input[type="url"][disabled], fieldset[disabled]
input[type="url"],
textarea[disabled], fieldset[disabled]
textarea {
  background-color: #dddddd;
}

input[type="submit"] {
  -webkit-appearance: none;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  background-color: white;
  background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: 95% center;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  color: #626262;
  padding: 0.5rem 1rem;
  font-size: 1.0625rem;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  height: 2.5rem;
}

select:focus {
  background-color: white;
  border-color: #aaaaaa;
  outline: none;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
fieldset {
  border: 1px solid #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}

[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}

.error input[type="text"],
.error input[type="password"],
.error input[type="date"],
.error input[type="datetime"],
.error input[type="datetime-local"],
.error input[type="month"],
.error input[type="week"],
.error input[type="email"],
.error input[type="number"],
.error input[type="search"],
.error input[type="tel"],
.error input[type="time"],
.error input[type="url"],
.error textarea {
  border: 1px solid #f15936;
}

.error label,
.error label.error {
  color: #f04124;
}

.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}

.error > label > small {
  color: #8b8b8b;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}

.error span.error-message {
  display: block;
}

input.error,
textarea.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

::-webkit-input-placeholder {
  font-weight: 300 !important;
}

::-moz-placeholder {
  font-weight: 300 !important;
}

:-ms-input-placeholder {
  font-weight: 300 !important;
}

::input-placeholder {
  font-weight: 300 !important;
}

.inline-list {
  margin: 0 auto 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: visible;
}

.inline-list > li {
  list-style: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
}

.inline-list > li > * {
  display: inline-block;
  vertical-align: middle;
}

ul.pagination {
  display: block;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  height: 40px;
  margin-left: 0;
}

ul.pagination li {
  height: 30px;
  color: #222222;
  font-size: 17px;
  margin-left: 5px;
}

ul.pagination li a {
  display: block;
  padding: 1px 5px 1px;
  color: #0aa8e3;
  border-radius: 3px;
}

ul.pagination li:hover a,
ul.pagination li a:focus {
  background: transparent;
}

ul.pagination li.unavailable a {
  cursor: default;
  color: #d4d4d4;
}

ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}

ul.pagination li.current a {
  background: transparent;
  color: black;
  font-weight: 600;
  cursor: default;
}

ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: transparent;
}

ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  color: #aaaaaa;
  margin-top: 10px;
}

.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  *zoom: 1;
}

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen and (min-width: 480px) {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 601px) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .medium-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .medium-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  .medium-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  .medium-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .medium-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  .medium-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .medium-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  .medium-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1280px) {
  .xlarge-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .xlarge-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .xlarge-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .xlarge-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .xlarge-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .xlarge-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .xlarge-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  .xlarge-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .xlarge-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .xlarge-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .xlarge-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .xlarge-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .xlarge-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .xlarge-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .xlarge-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .xlarge-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  .xlarge-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .xlarge-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .xlarge-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  .xlarge-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .xlarge-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .xlarge-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .xlarge-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .xlarge-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .xlarge-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  .xlarge-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .xlarge-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .xlarge-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .xlarge-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .xlarge-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .xlarge-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  .xlarge-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .xlarge-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .xlarge-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  .xlarge-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .xlarge-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 120.063em) {
  .xxlarge-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .xxlarge-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .xxlarge-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .xxlarge-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .xxlarge-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .xxlarge-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .xxlarge-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  .xxlarge-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .xxlarge-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .xxlarge-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .xxlarge-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .xxlarge-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .xxlarge-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .xxlarge-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .xxlarge-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .xxlarge-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  .xxlarge-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .xxlarge-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .xxlarge-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  .xxlarge-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .xxlarge-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .xxlarge-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .xxlarge-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .xxlarge-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .xxlarge-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  .xxlarge-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .xxlarge-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .xxlarge-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .xxlarge-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .xxlarge-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .xxlarge-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  .xxlarge-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .xxlarge-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .xxlarge-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  .xxlarge-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .xxlarge-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
.-wrap-select {
  -webkit-appearance: none !important;
  background-color: #fff;
  background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: 95% center;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  color: #626262;
  padding: 0.5rem 1rem;
  font-size: 1.0625rem;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  padding: 0;
}

.-wrap-select:focus {
  background-color: #fff;
  border-color: #aaa;
  outline: none;
}

.-wrap-select select {
  -moz-appearance: none;
  margin-bottom: 0 !important;
  border: 0;
}

.-wrap-select select option {
  padding: 3px 6px;
}

.-wrap-select.ie {
  overflow: hidden;
}

.-wrap-select.ie select {
  width: 150%;
  overflow: hidden;
}

.hide, .hide-for-firsttime-visitors {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 479px) {
  .hide-for-tiny {
    display: none !important;
    visibility: hidden !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 600px) {
  .hide-for-small {
    display: none !important;
    visibility: hidden !important;
  }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
  .hide-for-medium {
    display: none !important;
    visibility: hidden !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .hide-for-large {
    display: none !important;
    visibility: hidden !important;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 99999px) {
  .hide-for-xlarge {
    display: none !important;
    visibility: hidden !important;
  }
}

.text-container > *, .article-text > :not(.article-aside) {
  margin-bottom: 25.5px;
}

.icon-binoculars, .icon-menu, .icon-close {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.icon-binoculars {
  background-image: url(../img/binoculars-white.png);
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
}
.icon-binoculars.white {
  background-image: url(../img/binoculars-white.png);
}
.icon-binoculars.black {
  background-image: url(../img/binoculars-black.png);
}

.icon-menu {
  background-image: url(../img/icon-menu.png);
  background-size: 25px 19px;
  width: 25px;
  height: 19px;
}

.icon-close {
  background-image: url(../img/icon-close.png);
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
}

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

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

h1.centered, h2.centered, h3.centered, h4.centered, h5.centered,
.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text--blue {
  color: #0AA8E3;
}

.engagement-hero-form .form-text, .native-plants-search-form .form-text, .native-plants-connect-form .form-text, .engagement-hero-form .native-plants-search-form--submit, .native-plants-search-form .native-plants-search-form--submit, .native-plants-connect-form .native-plants-search-form--submit, .native-plants-initial-form-pane .ngp-form.at .at-inner input, .native-plants-tabs .-wrap-select, .native-plants-tabs .tab-select, .native-plants-tabs .view-filters .-wrap-select, .native-plants-tabs .view-filters select, .native-plants-bottom .native-plants-bottom-plant-list .native-plants-get-list-form .form-text {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-weight: 300;
  font-size: 19px;
  height: 45px;
  width: 100%;
}
.-wrap-select .engagement-hero-form .form-text, .engagement-hero-form .-wrap-select .form-text, .-wrap-select .native-plants-search-form .form-text, .native-plants-search-form .-wrap-select .form-text, .-wrap-select .native-plants-connect-form .form-text, .native-plants-connect-form .-wrap-select .form-text, .-wrap-select .engagement-hero-form .native-plants-search-form--submit, .engagement-hero-form .-wrap-select .native-plants-search-form--submit, .-wrap-select .native-plants-search-form .native-plants-search-form--submit, .native-plants-search-form .-wrap-select .native-plants-search-form--submit, .-wrap-select .native-plants-connect-form .native-plants-search-form--submit, .native-plants-connect-form .-wrap-select .native-plants-search-form--submit, .-wrap-select .native-plants-initial-form-pane .ngp-form.at .at-inner input, .native-plants-initial-form-pane .ngp-form.at .at-inner .-wrap-select input, .-wrap-select .native-plants-tabs .-wrap-select, .native-plants-tabs .-wrap-select .-wrap-select, .-wrap-select .native-plants-tabs .tab-select, .native-plants-tabs .-wrap-select .tab-select, .-wrap-select .native-plants-tabs .view-filters select, .native-plants-tabs .view-filters .-wrap-select select, .-wrap-select .native-plants-bottom .native-plants-bottom-plant-list .native-plants-get-list-form .form-text, .native-plants-bottom .native-plants-bottom-plant-list .native-plants-get-list-form .-wrap-select .form-text {
  height: 43px;
}

@media only screen and (min-width: 768px) {
  .engagement-hero-form, .native-plants-search-form, .native-plants-connect-form {
    margin-bottom: 24px;
  }
}
.engagement-hero-form .form-text, .native-plants-search-form .form-text, .native-plants-connect-form .form-text {
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .engagement-hero-form .form-text, .native-plants-search-form .form-text, .native-plants-connect-form .form-text {
    margin-bottom: 16px;
  }
}

.native-plants-contact h1,
.header--orange {
  color: #E18400;
  font-size: 36px;
  letter-spacing: 0;
  margin-bottom: 14px;
  text-transform: capitalize;
}
@media only screen and (min-width: 601px) {
  .native-plants-contact h1,
  .header--orange {
    font-size: 50px;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: capitalize;
  }
}

.species-filter .alphabet-block ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

#cboxOverlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
.lightbox {
  pointer-events: none;
}
@media only screen and (min-width: 601px) {
  .lightbox {
    pointer-events: visible;
  }
}
.lightbox.always {
  pointer-events: visible !important;
}

#colorbox {
  outline: 0;
  max-width: 100%;
  border: 10px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  overflow: visible !important;
}

#cboxContent {
  background: #fff;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 0;
}

#cboxTitle {
  position: absolute;
  background-color: #fff;
  bottom: -7px;
  left: 0;
  width: 100%;
  padding: 7px 0 10px;
  text-align: right;
  color: #838078;
  font-size: 14px;
  line-height: 20px;
  font-family: "Source Sans Pro",Verdana,sans-serif;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(../img/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(../img/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../img/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  left: -20px;
  top: -20px;
  width: 42px;
  height: 42px;
  font-size: 0;
  outline: 0 !important;
  opacity: 1 !important;
  padding: 11px 13px;
  border-radius: 100%;
  background-color: #000;
  background-image: url(../img/icon-close.png);
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: center center;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */
/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/
/* -----------------------------------------
   Shared Styles
----------------------------------------- */
table th {
  font-weight: bold;
}

table td, table th {
  padding: 9px 10px;
  text-align: left;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0;
  }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }

  .pinned table th, .pinned table td {
    white-space: nowrap;
  }

  .pinned td:last-child {
    border-bottom: 0;
  }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }

  div.table-wrapper div.scrollable {
    margin-left: 35%;
  }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }

  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }

  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none;
  }
}
.ms-options-wrap,
.ms-options-wrap * {
  box-sizing: border-box;
}

.ms-options-wrap {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ms-options-wrap {
    width: calc(100% / 3 - 18px);
  }
}

.ms-options-wrap > button {
  border-radius: 8px;
}

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
  position: relative;
  width: 100%;
  text-align: left;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  padding: 9px 32px 9px 16px;
  margin-top: 1px;
  font-size: 19px;
  outline: none;
  white-space: nowrap;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-weight: 300;
  min-height: 44px;
  color: #626262 !important;
}

.ms-options-wrap > button:after {
  content: ' ';
  height: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  border: 4px solid transparent;
  border-top-color: #000;
  margin-top: -2px;
}

.ms-options-wrap > .ms-options {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: -6px;
  margin-bottom: 20px;
  background: white;
  z-index: 2000;
  border: 1px solid #d4d4d4;
  border-top: none;
  max-height: 215px !important;
  border-radius: 0 0 8px 8px;
}
.ms-options-wrap > .ms-options ul {
  list-style: none;
  margin: 0;
  font-size: 14px;
}
.ms-options-wrap > .ms-options label {
  font-size: inherit;
}
.ms-options-wrap > .ms-options li {
  padding: 0 16px;
}

.search-select:first-child + .ms-options-wrap > .ms-options {
  min-height: 225px !important;
}

.ms-options-wrap > .ms-options > .ms-search input {
  width: 100%;
  padding: 4px 5px;
  border: none;
  border-bottom: 1px groove;
  outline: none;
}

.ms-options-wrap > .ms-options .ms-selectall {
  display: inline-block;
  font-size: .9em;
  text-transform: lowercase;
  text-decoration: none;
}

.ms-options-wrap > .ms-options .ms-selectall:hover {
  text-decoration: underline;
}

.ms-options-wrap > .ms-options > .ms-selectall.global {
  margin: 4px 5px;
}

.ms-options-wrap > .ms-options > ul > li.optgroup {
  padding: 5px;
}

.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
  border-top: 1px solid #aaa;
}

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
  display: block;
  padding: 5px 0 0 0;
  font-weight: bold;
}

.ms-options-wrap > .ms-options > ul label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 4px 0 4px 0;
  padding-left: 20px !Important;
  margin: 1px 0;
  line-height: 20px;
  color: #404040;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
  margin-right: 5px;
  position: absolute;
  left: 0px;
  top: 8px;
}

.view-filters .ms-options-wrap {
  float: left;
  margin: 0 18px 16px 0;
}

.view-filters-controls .form-text,
.view-filters-controls .button,
.view-filters-controls .form-filter--controls {
  float: left;
}
@media only screen and (min-width: 768px) {
  .view-filters-controls .form-text,
  .view-filters-controls .button,
  .view-filters-controls .form-filter--controls {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.view-filters-controls .form-filter--controls {
  margin-right: 18px;
  margin-bottom: 16px;
  width: 100%;
}
.view-filters-controls .form-filter--controls.form-filter--load {
  position: relative;
}
.view-filters-controls .form-filter--controls.form-filter--load:before {
  content: '';
  display: block;
  background: transparent url("../img/loading_animation.gif") 50% 50% no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
  background-size: 68% 68%;
}
@media only screen and (min-width: 768px) {
  .view-filters-controls .form-filter--controls {
    width: calc(100% / 3 - 18px);
  }
}
.view-filters-controls .form-filter--controls .form-text {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  padding-right: 46px;
}
.view-filters-controls .button {
  border-radius: 8px;
}
.view-filters-controls .form-text {
  height: 44px;
  margin: 0 18px 16px 0;
}
@media only screen and (min-width: 768px) {
  .view-filters-controls .form-text {
    width: calc(100% / 3 - 18px);
  }
}
.view-filters-controls button.large,
.view-filters-controls .button.large {
  padding: 10px;
  display: block;
  min-width: 90px;
  margin-right: 8px;
  margin-bottom: 16px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .view-filters-controls button.large,
  .view-filters-controls .button.large {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .view-filters-controls {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.filters-controls-wrapper {
  margin-bottom: 16px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .filters-controls-wrapper {
    clear: left;
    width: auto;
    order: 2;
  }
}
.filters-controls-wrapper fieldset {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .filters-controls-wrapper fieldset {
    margin-top: 18px;
  }
}
.filters-controls-wrapper label, .filters-controls-wrapper legend {
  font-size: 18px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  line-height: 24px;
}
.filters-controls-wrapper legend {
  background: transparent;
  margin: 0;
  padding: 0;
  font-weight: normal;
  float: left;
  font-weight: 400;
  color: #777;
  width: 20%;
}
@media only screen and (min-width: 768px) {
  .filters-controls-wrapper legend {
    margin: 0 12px 0 0;
    width: auto;
  }
}
.filters-controls-wrapper label {
  font-weight: 300;
  margin-left: 0;
}
.filters-controls-wrapper .form-item-radio {
  float: right;
  width: 80%;
  position: relative;
}
.filters-controls-wrapper .form-item-radio label {
  margin-left: 18px;
}
@media only screen and (min-width: 768px) {
  .filters-controls-wrapper .form-item-radio {
    float: left;
    width: auto;
  }
}
.filters-controls-wrapper .form-radio {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  vertical-align: top;
  transform: translateY(-50%);
}

.view-filters-select .search-select {
  opacity: 0;
}

.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
}

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}

.r-tabs .r-tabs-panel {
  padding: 15px 0 0;
  display: none;
}

.r-tabs .r-tabs-accordion-title {
  display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none;
  }

  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #404040;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
}
body.black-bg {
  background-color: #000;
}
body.admin-menu {
  margin-top: 29px !important;
}

@media only screen and (min-width: 480px) and (max-width: 1020px) {
  .row {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .row .row {
    padding: 0;
  }
}
a {
  -moz-transition: color 0.15s;
  -o-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  color: #0AA8E3;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: #07729a;
}

img, video, embed, object, iframe {
  max-width: 100%;
}

h1, h2, h3, h4, h5 {
  color: #262626;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-weight: 400;
  margin: 0 0 25.5px 0;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a {
  color: #000;
}
h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover {
  color: #054e69;
}
h1.thin, h2.thin, h3.thin, h4.thin, h5.thin {
  font-weight: 300;
}

h1 {
  font-size: 33px;
  font-weight: 300;
  line-height: 38px;
  letter-spacing: -1px;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 52px;
    line-height: 57px;
    letter-spacing: -2px;
  }
}

h2 {
  font-size: 28px;
  line-height: 31px;
  letter-spacing: -0.5px;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 33px;
    line-height: 38px;
  }
}
h2 small a {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 17px;
  line-height: 25px;
  color: #838078;
}

h3 {
  font-size: 23px;
  line-height: 28.5px;
  letter-spacing: -0.5px;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 28px;
    line-height: 31px;
  }
}

h4 {
  font-size: 19px;
  line-height: 25.5px;
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 23px;
    line-height: 28.5px;
    letter-spacing: -0.5px;
  }
}

h5 {
  font-size: 17px;
  line-height: 23.5px;
  margin-bottom: 12.75px;
}
@media only screen and (min-width: 768px) {
  h5 {
    font-size: 20px;
    line-height: 25.5px;
    letter-spacing: -0.5px;
  }
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

p,
ul,
ol,
blockquote {
  -webkit-padding-start: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin: 0;
  padding: 0;
}

hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #d4d4d4;
}

ul, ol {
  margin-left: 23px;
}

ul.no-bullets {
  list-style-type: none;
  margin-left: 0;
}

ul.item-margin li, .about-text-section .text-container ul li {
  margin-bottom: 10px;
}

ul.small-list li {
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 6px;
}

select {
  -moz-appearance: none;
}

.global-header {
  background-color: #000;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .global-header.transparent {
    background-color: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .global-header.dark-bg {
    background-color: transparent;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 30px, rgba(0, 0, 0, 0.75) 100%);
  }
}
@media only screen and (min-width: 768px) {
  .global-header.light-bg {
    background-color: transparent;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 25px, rgba(255, 255, 255, 0.6) 100%);
  }
}
@media only screen and (min-width: 768px) {
  .global-header.alt {
    min-height: 50px;
  }
}
.global-header.microsite .microsite-cta {
  display: none;
}
@media only screen and (min-width: 768px) {
  .global-header.microsite .microsite-cta {
    display: inline-block;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .global-header.microsite {
    min-height: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .global-header.transparent + #tabs {
    margin-top: 95px;
  }
}

@media only screen and (max-width: 767px) {
  .global-nav {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .global-nav {
    padding-top: 10px;
  }
}
@media only screen {
  .global-nav {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .global-nav {
    padding-bottom: 50px;
    height: 95px;
  }
}
.global-header.alt .global-nav {
  padding-bottom: 0;
  height: auto;
}
@media only screen and (min-width: 480px) {
  .global-header.alt .global-nav {
    padding-top: 50px;
  }
}

.global-content {
  padding-top: 0;
}
.global-content.with-padding {
  padding-top: 25px;
}

.global-footer {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  line-height: 20px;
}
.global-footer a:hover {
  color: #999999;
}

.footer-site-map {
  color: #fff;
  background-color: #000;
  font-size: 15px;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .footer-site-map .columns:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
.footer-site-map h5 {
  color: #fff;
}
.footer-site-map a {
  color: #ccc;
}

.footer-copyright {
  color: #d4d4d4;
  background-color: #262626;
  font-size: 13px;
  padding: 25px 0;
}
.footer-copyright a {
  color: #fff;
}
@media only screen and (min-width: 480px) {
  .footer-copyright a {
    display: block;
  }
}
@media only screen and (min-width: 601px) {
  .footer-copyright a {
    display: inline-block;
    margin-left: 5px;
  }
}

@media only screen and (max-width: 600px) {
  .footer-copyright-links {
    display: block;
  }
  .footer-copyright-links a {
    display: block;
  }
}

.footer-nav {
  margin-left: 0;
}
@media only screen and (max-width: 600px) {
  .global-footer.microsite .footer-nav {
    text-align: center;
  }
}
.footer-nav li {
  list-style-type: none;
  line-height: 25.5px;
}

.footer-logo {
  width: 168px;
  height: 50px;
  display: block;
  margin: 0 auto;
  position: relative;
  left: -17px;
  top: -20px;
}
@media only screen and (min-width: 601px) {
  .footer-logo {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .footer-logo {
    display: inline-block;
    left: -27px;
    margin-bottom: 0;
  }
}

.row.space-top {
  padding-top: 25px;
}
.row.space-top.double {
  padding-top: 50px;
}
.row.space-bottom {
  padding-bottom: 25px;
}
.row.space-bottom.double {
  padding-bottom: 50px;
}
.row.collapse-gutters .columns,
.row.collapse-gutters .column {
  padding: 0 6.25px;
}
.row.collapse-gutters .columns:first-child,
.row.collapse-gutters .column:first-child {
  padding: 0 6.25px 0 12.5px;
}
.row.collapse-gutters .columns:last-child,
.row.collapse-gutters .column:last-child {
  padding: 0 12.5px 0 6.25px;
}

.vertical-spacing--top {
  padding-top: 25px;
}

.vertical-spacing--top--double {
  padding-top: 50px;
}

.vertical-spacing--top--half {
  padding-top: 12.5px;
}

.vertical-spacing--bottom {
  padding-bottom: 25px;
}

.vertical-spacing--bottom--double {
  padding-bottom: 50px;
}

.vertical-spacing--bottom--half {
  padding-bottom: 12.5px;
}

.deck, .conservation_news_heading + div {
  font-style: italic;
}

.pull-quote, .conservation-strategy-content blockquote {
  font-size: 20px;
  font-style: italic;
  line-height: 27px;
}

@media only screen and (min-width: 768px) {
  .deck, .conservation_news_heading + div {
    font-size: 23px;
    line-height: 30px;
  }

  .pull-quote, .conservation-strategy-content blockquote {
    font-size: 25px;
    line-height: 34px;
  }
}
.close-heading {
  margin-bottom: 3px !important;
}

.caption, .article-text figcaption {
  color: #76736c;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 5px 0 12.5px 0;
}
.caption.light, .article-text figcaption.light {
  color: #d4d4d4;
}
.caption.dark, .article-text figcaption.dark {
  color: #262626;
}
.caption.centered, .article-text figcaption.centered {
  text-align: center;
}

small {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.serif {
  font-family: "Noto Serif", Georgia, serif;
}

.sans {
  font-family: "Source Sans Pro", Verdana, sans-serif;
}

.bird-card, .breakout-card, .engagement-card, .editorial-card, .bird-guide-card, .map-profile, .editorial-grid-column .editorial-card, .welcome-card {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 37.5px;
  position: relative;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

.breakout-card-content, .engagement-card-content, .editorial-card-content, .map-profile-content, .aid-class .editorial-card-content, .welcome-card-content {
  font-size: 14px;
  line-height: 20px;
  padding: 12.5px 12.5px 25px 12.5px;
}
.breakout-card-content p + p, .engagement-card-content p + p, .editorial-card-content p + p, .map-profile-content p + p, .aid-class .editorial-card-content p + p, .welcome-card-content p + p {
  margin-top: 10px;
}

.bird-card-illustration, .engagement-card-photo, .editorial-card-photo, .map-profile-photo, .welcome-card-illustration {
  overflow: hidden;
}
.bird-card-illustration img, .engagement-card-photo img, .editorial-card-photo img, .map-profile-photo img, .welcome-card-illustration img {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  height: auto;
  width: 100%;
  vertical-align: middle;
}

.editorial-card-banner, .welcome-card-banner {
  color: #fff;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 20px;
  padding: 5px 10px;
}
.editorial-card-banner > i, .welcome-card-banner > i {
  font-size: 24px;
  margin-right: 5px;
  vertical-align: middle;
}

.bird-card {
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  padding: 10px 10px 50px 10px;
  margin-bottom: 25px;
  max-width: 300px;
  -moz-transition-property: -moz-transform, -webkit-transform, -moz-transform, opacity;
  -o-transition-property: -o-transform, -webkit-transform, -moz-transform, opacity;
  -webkit-transition-property: -webkit-transform, -webkit-transform, -moz-transform, opacity;
  transition-property: transform, -webkit-transform, -moz-transform, opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
@media only screen and (max-width: 600px) {
  .bird-card {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 601px) {
  body:not(.touch) .bird-card:hover {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  }
}

.bird-card-illustration {
  height: 220px;
  width: 100%;
  text-align: center;
  overflow: visible;
}
.bird-card-illustration:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.bird-card-illustration img {
  display: inline-block;
  height: auto;
  max-height: 200px;
  width: auto;
  max-width: 95%;
}

.bird-card-caption {
  position: absolute;
  bottom: 10px;
  margin: 0 10px 0 0;
  padding-top: 30px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
}
.bird-card-caption .common-name {
  margin-bottom: 5px;
  font-size: 18px;
  white-space: nowrap;
}
.bird-card-caption .common-name a {
  color: #404040 !important;
}
.bird-card-caption .scientific-name {
  color: #838078;
  font-size: 12px;
  line-height: 17px;
  font-style: italic;
}
.bird-card-caption.bird-card-caption-long {
  bottom: 0;
}

.bird-card-audio {
  color: #0AA8E3 !important;
  display: block;
  font-size: 15px;
  line-height: 15px;
  padding: 10px 25px 25px 10px;
  position: absolute;
  left: 0;
  top: 0;
}

.bird-card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bird-card-illustration .no-scorecard img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.bird-card.small {
  max-width: 160px;
}
.bird-card.small .bird-card-caption {
  margin-bottom: 0;
}
.bird-card.small .common-name {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 2px;
}
.bird-card.small .scientific-name {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 11px;
  line-height: 13px;
}
.bird-card.small .bird-card-illustration {
  height: 120px;
}
.bird-card.small .bird-card-illustration img {
  max-height: 100px;
  max-width: 90%;
  width: auto !important;
}
@media only screen and (min-width: 768px) and (max-width: 840px) {
  .bird-card.small .bird-card-illustration {
    height: 100px;
  }
  .bird-card.small .scientific-name {
    font-size: 10px;
  }
}

.breakout-card {
  background-color: rgba(0, 0, 0, 0.6);
  border: 0;
}

/* @todo Add a markup example */
.engagement-card-content {
  position: relative;
  min-height: 220px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 601px) {
  .engagement-card-content {
    min-height: 230px;
  }
}
.engagement-card-content.no-min-height {
  min-height: 0;
  padding-bottom: 25px;
}

.engagement-card-cta {
  text-align: center;
  padding-top: 12.5px;
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
}
.engagement-card-cta--form {
  position: static;
}
.engagement-card-cta .button {
  font-size: 17px;
}
.engagement-card-content.no-min-height .engagement-card-cta {
  position: static;
}

.engagement-card-photo {
  display: none;
}
@media only screen and (min-width: 601px) {
  .engagement-card-photo {
    display: block;
  }
}

.engagement-card-headline {
  color: #E18400;
  font-size: 28px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 31px;
  margin-bottom: 10px;
}
.engagement-card-headline:before {
  content: "A content long enough to stretch a card";
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 900px) {
  .engagement-card-headline {
    font-size: 40px;
    line-height: 43px;
  }
}

.engagement-card.side-note .engagement-card-content {
  height: auto;
  padding-bottom: 10px;
}
@media only screen and (min-width: 601px) {
  .engagement-card.side-note {
    border: 0;
    border-left: 1px solid #d4d4d4;
    box-shadow: none;
    padding-left: 12.5px;
  }
  .engagement-card.side-note .engagement-card-headline {
    color: #404040;
    font-size: 23px;
    font-weight: 400;
    line-height: 27px;
  }
  .engagement-card.side-note .engagement-card-cta {
    text-align: left;
  }
  .engagement-card.side-note .engagement-card-photo {
    display: none;
  }
}

.engagement-card-sidebar-section {
  float: left;
}
.page-frontpage .engagement-card-sidebar-section {
  width: 100%;
}

@media only screen and (min-width: 601px) {
  .engagement-card-and-social-icons {
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    position: relative;
  }
  .engagement-card-and-social-icons .engagement-card {
    position: relative;
    height: 100%;
  }
  .engagement-card-and-social-icons .engagement-card .engagement-card-content {
    padding-bottom: 62%;
  }
  .engagement-card-and-social-icons .engagement-card .engagement-card-content .engagement-card-cta {
    position: static;
  }
  .engagement-card-and-social-icons .engagement-card .engagement-card-photo {
    position: absolute;
    bottom: 0;
  }
  .engagement-card-and-social-icons .editorial-card-banner.blue {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
.ec-mailing-list-form .form-item-email {
  display: inline-block;
}
.ec-mailing-list-form .form-item-email .mailing-list-input {
  min-width: 0;
  margin: 0;
  padding: 0.5rem 0.75rem;
  height: 2.125rem;
}

@media only screen and (min-width: 768px) {
  .engagement-hero__column {
    min-width: 333px;
    z-index: 2;
  }
}

.engagement-hero__content {
  width: 100%;
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .engagement-hero__content {
    bottom: initial;
    top: 15px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 601px) {
  .engagement-hero__content.below-image {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .engagement-hero__content.below-image {
    position: static;
  }
}
.engagement-hero__content .engagement-hero__header {
  display: block;
  margin-bottom: 8px;
  font-size: 33px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 38px;
  text-transform: capitalize;
  color: #E18400;
  text-shadow: none;
}
@media only screen and (min-width: 768px) {
  .engagement-hero__content .engagement-hero__header {
    margin-bottom: 36px;
    font-size: 52px;
    letter-spacing: -2px;
    line-height: 57px;
    text-transform: capitalize;
    color: #fff;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.75);
  }
}
.engagement-hero__content .engagement-hero-text {
  margin-bottom: 12px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  clear: both;
  font-size: 17px;
  line-height: 22px;
}
.engagement-hero__content .engagement-hero-text a {
  color: #404040;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .engagement-hero__content .engagement-hero-text a {
    color: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .engagement-hero__content .engagement-hero-text {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .engagement-hero__content .engagement-hero-text {
    color: #fff;
    margin-bottom: 25px;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.75);
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .engagement-hero__content .engagement-hero-text + .hero-attribution, .engagement-hero__content .engagement-hero-text + .hero-attribution-fullscreen {
    background: transparent;
    color: #aaa;
    clear: both;
    line-height: 20px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .engagement-hero {
    margin-top: 60px;
  }
}
.engagement-hero .hero-image {
  max-height: 580px;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .engagement-hero .hero-image img {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 350px;
    max-height: 100%;
    max-width: none;
    margin-left: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .engagement-hero .hero-image:before {
    content: ' ';
    position: absolute;
    bottom: auto;
    right: 0;
    width: 66%;
    height: 100%;
    top: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.5) 66%, rgba(0, 0, 0, 0.7) 100%);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 2;
  }
}
.engagement-hero .hero-image.half--black .engagement-hero__content {
  padding-bottom: 5px;
}
@media only screen and (min-width: 601px) {
  .engagement-hero .hero-image.half--black .engagement-hero__content {
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .engagement-hero .hero-image.half--black .engagement-hero__header {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .engagement-hero .hero-attribution, .engagement-hero .hero-attribution-fullscreen {
    background: transparent;
    color: #838078;
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .engagement-hero .hero-attribution, .engagement-hero .hero-attribution-fullscreen {
    padding-bottom: 0;
    z-index: 3;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .engagement-hero .half--black:nth-child(1):before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 66%;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.5) 66%, rgba(0, 0, 0, 0.7) 100%);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 2;
  }
}
@media only screen and (min-width: 768px) {
  .engagement-hero .half--black:nth-child(1):before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    left: 48%;
    max-width: 52%;
    background: #000;
    z-index: 1;
  }
}
.engagement-hero .half--black .engagement-hero__header {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .engagement-hero .half--black .engagement-hero__header {
    color: #E18400;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .engagement-hero .half--black .engagement-hero__header {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 999999px) {
  .engagement-hero .half--black .engagement-hero__header {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .engagement-hero .half--black.below-image .engagement-hero__header {
    display: none;
  }
}
.engagement-hero .half--black .engagement-hero-text {
  margin-bottom: 5px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  clear: both;
  font-size: 17px;
  line-height: 22px;
}
.engagement-hero .half--black .engagement-hero-text p {
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .engagement-hero .half--black .engagement-hero-text {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .engagement-hero .half--black .engagement-hero-text {
    color: #fff;
    margin-bottom: 25px;
  }
}
.engagement-hero .half--black img:nth-child(1) {
  display: none;
}
@media only screen and (min-width: 768px) {
  .engagement-hero .half--black img:nth-child(1) {
    display: block;
    overflow: hidden;
    margin-right: 52%;
    max-width: 48% !important;
    min-width: 460px;
    max-height: 613px;
    min-height: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .engagement-hero .half--black img:nth-child(1) {
    max-height: none;
  }
}
.engagement-hero .half--black img:nth-child(2) {
  display: block;
}
@media only screen and (min-width: 768px) {
  .engagement-hero .half--black img:nth-child(2) {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .engagement-hero-form {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .engagement-hero-form {
    margin-bottom: 40px;
  }
}
.engagement-hero-form .native-plants-search-form--submit {
  font-weight: 400;
  font-size: 24px;
}

/* @todo Add a markup example */
.editorial-card-banner.fixed {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.editorial-card-banner.blue {
  background-color: #0AA8E3;
}
.editorial-card-banner.green {
  background-color: #7BA701;
}
.editorial-card-banner.gray {
  background-color: #404040;
}
.editorial-card-banner.editorial-card-banner-frontpage {
  border: 1px solid #d4d4d4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.editorial-card-content {
  min-height: 180px;
}
.editorial-card-content.minimal {
  min-height: 0;
  padding: 12.5px;
}
@media only screen and (min-width: 768px) {
  .editorial-card-content {
    min-height: 200px;
  }
  .editorial-card-content.short {
    min-height: 170px;
  }
}
@media only screen and (min-width: 960px) {
  .editorial-card-content {
    min-height: 170px;
  }
  .editorial-card-content.short {
    min-height: 140px;
  }
}
.editorial-card-content.has-fixed-banner {
  padding-bottom: 50px;
}

.editorial-card-slug {
  display: block;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 15px;
}
.editorial-card-info .editorial-card-slug {
  display: inline-block;
}

.editorial-card-title {
  display: block;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  margin-bottom: 10px;
}
a:last-child .editorial-card-title, .editorial-card-title.no-margin {
  margin-bottom: 0;
}
.editorial-card-title.blue a {
  color: #0AA8E3;
}
.editorial-card-title.blue a:hover {
  color: #07729a;
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .editorial-card-list-item .editorial-card-title {
    font-size: 17px;
    line-height: 25.5px;
  }
}

@media only screen and (min-width: 768px) {
  .editorial-card-no-image .editorial-card-title {
    font-size: 38px;
    line-height: 41px;
  }
  .editorial-card-no-image .editorial-card-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

.editorial-card-list-item {
  display: block;
  padding-bottom: 10px;
}
@media only screen and (min-width: 900px) {
  .editorial-card-list-item {
    padding-bottom: 15px;
  }
}
.editorial-card-list-item:last-child {
  padding-bottom: 0;
}
.editorial-card-list-item.small {
  font-size: 15px;
  line-height: 20px;
}
.editorial-card-list-item br {
  display: block;
  height: 10px;
}

.editorial-card-by-line {
  color: #202020;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 11pt;
  padding-bottom: 8px;
  line-height: 13pt;
}

.editorial-card-dateline {
  color: #888;
}
.editorial-card-info .editorial-card-dateline {
  color: #404040;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 15px;
}
.editorial-card-info .editorial-card-dateline:before {
  content: '|';
  margin-right: 3px;
}
.editorial-card-dateline.editorial-card-dateline-without-separator:before {
  content: none;
}

.editorial-card-link {
  font-size: 14px;
  position: relative;
  padding-right: 10px;
  color: #0aa8e3;
  display: table;
}
.editorial-card-link:after {
  content: "\00bb";
  display: inline-block;
  margin-top: -1px;
  position: absolute;
  height: 7px;
  font-size: 16px;
  width: 10px;
  text-align: right;
  vertical-align: middle;
}
.editorial-card-link.sans {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 15px;
}

@media only screen and (min-width: 768px) {
  .editorial-card.full-width {
    margin-bottom: 50px;
  }
  .editorial-card.full-width .editorial-card-content {
    padding: 25px 25px 25px 0;
  }
  .editorial-card.full-width .editorial-card-title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 12.5px;
  }
}
@media only screen and (min-width: 900px) {
  .editorial-card.full-width .editorial-card-slug {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .editorial-card.full-width .editorial-card-slug.small {
    font-size: 15px;
    margin-bottom: 0;
  }
  .editorial-card.full-width .editorial-card-title {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .editorial-card.small .editorial-card-content {
    padding: 10px 10px 20px 10px;
  }
}

.editorial-card.index {
  border: 0;
  box-shadow: none;
  margin-bottom: 25px;
}
.editorial-card.index .editorial-card-content {
  padding: 0;
  min-height: 0 !important;
}
@media only screen and (max-width: 600px) {
  .editorial-card.index .editorial-card-photo {
    position: relative;
    top: 3px;
    margin-right: -12.5px;
  }
}

.editorial-card.no-border, .editorial-card.feature {
  border: 0;
  box-shadow: none;
}
.editorial-card.no-border .editorial-card-content, .editorial-card.feature .editorial-card-content {
  padding: 10px 0 0 0;
}

.editorial-card.feature .editorial-card-content {
  min-height: 0 !important;
}
.editorial-card.feature .editorial-card-slug {
  font-size: 17px;
}
.editorial-card.feature .editorial-card-title {
  min-height: 62px;
}

.editorial-card.dark {
  background-color: transparent;
  color: #fff;
}
.editorial-card.dark .editorial-card-title {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .editorial-card.collapse-minimal {
    border: 0;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 25px;
  }
  .editorial-card.collapse-minimal .editorial-card-content {
    min-height: 0;
    padding: 0;
  }
  .editorial-card.collapse-minimal .editorial-card-photo {
    display: none;
  }
}

.editorial-card-cta {
  text-align: center;
  padding-top: 12.5px;
  left: 0;
  width: 100%;
}
.editorial-card-cta .button {
  font-size: 17px;
}

.editorial-card-3x.space-top {
  padding-top: 25px;
}
.editorial-card-3x.space-top.double {
  padding-top: 50px;
}
.editorial-card-3x.space-bottom {
  padding-bottom: 25px;
}
.editorial-card-3x.space-bottom.double {
  padding-bottom: 50px;
}
@media only screen and (max-width: 479px) {
  .editorial-card-3x .card-set.space-bottom {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .editorial-card-3x .card-set.space-bottom {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .editorial-card-3x .card-set.space-bottom {
    padding-bottom: 0;
  }
}

.editorial-card-4x .editorial-card {
  border: none;
  box-shadow: none;
  margin-bottom: auto;
}
.editorial-card-4x .editorial-card-content {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .editorial-card-4x .editorial-card-content {
    min-height: 75px;
  }
}

.sidebar > .local-cnc, .article-sidebar > .local-cnc {
  padding-left: 0;
  padding-right: 0;
}

.editorial-card-list-item small em {
  white-space: nowrap;
}

/* @todo refactor the hell out of this */
.mailing-list .row:before {
  content: "";
  position: absolute;
  background-image: url(../img/engagement-bird-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}
@media only screen and (min-width: 920px) {
  .mailing-list .row:before {
    bottom: -35px;
    left: -20px;
    width: 140px;
    height: 140px;
  }
}
@media only screen and (max-width: 919px) {
  .mailing-list .row {
    padding-top: 10px;
  }
  .mailing-list .row:before {
    left: 50%;
    margin-left: -30px;
    top: -55px;
  }
}

.mailing-list {
  background-color: #FBFAF6;
  color: #838078;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  padding: 25px 0;
}
.mailing-list .row {
  position: relative;
}

.mailing-list-headline {
  color: #838078;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 0;
}

.mailing-list-caption {
  font-size: 17px;
  line-height: 25.5px;
}

@media only screen {
  .mailing-list {
    position: relative;
    z-index: 5;
    text-align: center;
  }

  .mailing-list-form {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 601px) {
  .mailing-list {
    position: static;
  }

  .mailing-list-text,
  .mailing-list-form {
    display: inline-block;
    vertical-align: middle;
  }

  .mailing-list-text {
    text-align: left;
    width: 40%;
  }

  .mailing-list-form {
    width: 60%;
    margin-top: 0;
    text-align: right;
  }
  .mailing-list-form input {
    display: inline-block;
    width: auto;
    margin: 0 0 0 10px;
  }

  .mailing-list-input {
    min-width: 240px;
  }
}
@media only screen and (max-width: 840px) {
  .mailing-list-input {
    min-width: 200px;
  }

  .mailing-list-headline {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px;
  }

  .mailing-list-caption {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 920px) {
  .mailing-list-text {
    padding-left: 105px;
    width: 60%;
  }

  .mailing-list-form {
    width: 40%;
  }
}
.mailing-list.warbler .row:before {
  background-image: url(../img/engagement-bird-3.png);
  width: 80px;
  height: 80px;
  top: -50px;
}
@media only screen and (min-width: 920px) {
  .mailing-list.warbler .row:before {
    bottom: auto;
    top: -32px;
    left: -40px;
    width: 175px;
    height: 160px;
  }
}
.mailing-list.warbler .button {
  background-color: #DAA84B;
}
.mailing-list.warbler .button:hover {
  background-color: #b48225;
}

.donate-bar:before {
  background-image: url(../img/engagement-bird-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32.8px;
  height: 113.33333px;
  position: absolute;
  left: -24px;
  top: 5px;
}

.donate-bar {
  color: #838078;
  background-color: #FBFAF6;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 20px;
  margin: 25px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .donate-bar.half-size {
    width: 45%;
  }
}
@media only screen and (min-width: 1020px) {
  .donate-bar:before {
    content: "";
  }
}
@media only screen and (min-width: 601px) {
  .donate-bar {
    font-size: 20px;
    line-height: 25.5px;
  }
}

.donate-bar-caption, .donate-bar-button {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.donate-bar-caption {
  padding-right: 10px;
  width: 70%;
}

.donate-bar-button {
  text-align: right;
  width: 30%;
}

table {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  width: 100%;
  margin-bottom: 25.5px;
}
table th {
  font-weight: 600;
}
table td,
table th {
  padding: 5px 10px;
  vertical-align: top;
}
table td:first-child,
table th:first-child {
  padding-left: 0;
}
table td:last-child,
table th:last-child {
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  table td,
  table th {
    max-width: 220px;
  }
}
table tr:first-child > td, table tr:first-child > th {
  padding-top: 0;
}
table tr:last-child > td, table tr:last-child > th {
  padding-bottom: 0;
}
table.less-padding td,
table.less-padding th {
  padding: 0 10px;
}
table.less-padding td:first-child,
table.less-padding th:first-child {
  padding-left: 0;
}
table.less-padding td:last-child,
table.less-padding th:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 600px) {
  table.collapse td, table.collapse th {
    display: block;
    padding: 0;
  }
  table.collapse tr:not(:first-child) th {
    padding-top: 10px;
  }
}
table.data {
  font-size: 17px;
}
table.data thead th, table.data thead td,
table.data tfoot th,
table.data tfoot td {
  padding: 10px !important;
}
table.data tbody th, table.data tbody td {
  padding: 5px 10px !important;
}
table.data tbody tr:first-child > td {
  padding-top: 10px !important;
}
table.data tbody tr:last-child > td {
  padding-bottom: 10px !important;
}
table.data thead {
  background-color: #f8f8f8;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}
table.data tfoot {
  border-top: 2px solid #eee;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  table.data {
    font-size: 15px;
  }
  table.data thead th, table.data thead td, table.data tbody th, table.data tbody td, table.data tfoot th, table.data tfoot td {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
table.row-borders tbody td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-bottom: 2px solid #eee;
}

.button.load-more {
  background-color: #EDECEA;
  color: #838078 !important;
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 200px;
}
.button.load-more span {
  padding-left: 20px;
}
.button.load-more:before,
.button.load-more i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 37px;
  width: 37px;
}
.button.load-more:before {
  content: "";
  background-color: #d5d3cf;
}
.button.load-more i {
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: #838078;
  font-size: 24px;
  text-align: center;
  padding: 9px;
}
.button.load-more i:before {
  position: relative;
  left: -3px;
  top: -3px;
}
.button.load-more:hover i {
  color: rgba(0, 0, 0, 0.6);
}
.button.load-more.active i, .button.load-more.progress-disabled i {
  -moz-animation: spin 0.35s linear infinite;
  -webkit-animation: spin 0.35s linear infinite;
  animation: spin 0.35s linear infinite;
  color: rgba(0, 0, 0, 0.6);
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@keyframes spin {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-359deg);
    -ms-transform: rotate(-359deg);
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
.article-meta {
  margin-top: 25.5px;
}

.article-author-image {
  float: left;
  border-radius: 100%;
  height: 50px;
  margin-right: 10px;
}

.article-author-name,
.article-date {
  display: block;
}

.article-author-name {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 17px;
  line-height: 20px;
  margin: 3px 0 0 0;
}
.article-author-name a {
  color: #404040;
}

.article-date {
  color: #888;
  font-size: 13px;
}

.strip-nav {
  background-color: #262626;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 17px;
  line-height: 17px;
  border-top: 1px solid #aaa;
  position: relative;
  overflow: hidden;
}
.strip-nav:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  pointer-events: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2MjYyNiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMjYyNjI2IiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #262626), color-stop(50%, rgba(38, 38, 38, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(right, #262626, rgba(38, 38, 38, 0), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(right, #262626, rgba(38, 38, 38, 0), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, #262626, rgba(38, 38, 38, 0), rgba(0, 0, 0, 0));
}
.strip-nav.without-border {
  border: none;
}
.strip-nav ul {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.strip-nav li {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #404040;
  margin: 15px 0;
  padding: 0 8px;
}
.strip-nav li:first-child {
  border-left: 0;
  padding-left: 0;
}
.strip-nav li.strip-nav-header {
  border-left: none;
  color: #7BA701;
  padding-left: 0;
}
.strip-nav a,
.strip-nav i,
.strip-nav span {
  vertical-align: middle;
}
.strip-nav a {
  color: #fff;
}
.strip-nav a:hover {
  color: #cccccc;
}
.strip-nav a.current {
  color: #0AA8E3;
}
.strip-nav a.current:hover {
  color: #07729a;
}
.strip-nav.small {
  font-size: 15px;
  line-height: 15px;
}
.strip-nav.small li {
  margin: 10px 0;
  padding: 0 10px;
}

.recaptchatable input {
  height: 1.4rem;
}

.recaptcha_input_area {
  overflow: hidden;
}

.climate-flyway-map-container {
  background-color: #E9E9E9;
  overflow: hidden;
  position: relative;
  min-height: 400px;
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .climate-flyway-map-container {
    min-height: 540px;
  }
}
@media only screen and (min-width: 768px) {
  .climate-flyway-map-container {
    height: 700px;
  }
}
@media only screen and (min-width: 1000px) {
  .climate-flyway-map-container {
    height: 800px;
  }
}

.climate-flyway-map {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 20px;
  bottom: 0;
}
@media only screen {
  .climate-flyway-map {
    height: 320px;
    top: -20px;
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  .climate-flyway-map svg {
    left: -415px;
  }
}
@media only screen and (min-width: 601px) {
  .climate-flyway-map {
    height: 600px;
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    top: -100px;
  }
  .climate-flyway-map svg {
    left: -270px;
  }
}
@media only screen and (min-width: 768px) {
  .climate-flyway-map {
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    top: -30px;
  }
  .climate-flyway-map svg {
    left: -165px;
  }
}
@media only screen and (min-width: 1000px) {
  .climate-flyway-map {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 40px;
  }
  .climate-flyway-map svg {
    left: -100px;
  }
}
.climate-flyway-map svg {
  position: relative;
  height: 768px;
  width: 1024px;
}
.climate-flyway-map .defaultMap {
  fill: #FBF9F7;
}
.climate-flyway-map .defaultMap:hover, .climate-flyway-map .defaultMap.hover {
  fill: #f6f1ed;
}
.climate-flyway-map .Pacific {
  fill: #cfccc4;
}
.climate-flyway-map .Pacific:hover, .climate-flyway-map .Pacific.hover {
  fill: #c4c0b6;
}
.climate-flyway-map .Pacific.active {
  fill: #b8b4a8;
}
.climate-flyway-map .Central {
  fill: #f5da9d;
}
.climate-flyway-map .Central:hover, .climate-flyway-map .Central.hover {
  fill: #f3d186;
}
.climate-flyway-map .Central.active {
  fill: #f0c96f;
}
.climate-flyway-map .Mississippi {
  fill: #ccda9b;
}
.climate-flyway-map .Mississippi:hover, .climate-flyway-map .Mississippi.hover {
  fill: #c3d388;
}
.climate-flyway-map .Mississippi.active {
  fill: #b9cc76;
}
.climate-flyway-map .Atlantic {
  fill: #b9dde8;
}
.climate-flyway-map .Atlantic:hover, .climate-flyway-map .Atlantic.hover {
  fill: #a6d4e2;
}
.climate-flyway-map .Atlantic.active {
  fill: #93cadb;
}
.climate-flyway-map .state-boundary {
  fill: none;
  stroke: rgba(0, 0, 0, 0.25);
  stroke-width: 0.5;
}

.climate-flyway-overlay {
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  overflow: auto;
  position: relative;
  z-index: 2;
  padding: 20px 12.5px;
}
.climate-flyway-overlay#bird-detail-popup {
  float: right;
  overflow: hidden;
  padding: 20px 18px;
  top: 0;
  z-index: 4;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .climate-flyway-overlay#bird-detail-popup {
    top: 75px;
  }
  .focal-bird-map .climate-flyway-overlay#bird-detail-popup {
    padding-top: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .climate-flyway-overlay {
    float: none !important;
  }
  .climate-flyway-overlay#bird-detail-popup {
    top: 65px;
  }
}
@media only screen and (min-width: 601px) {
  .focal-bird-map .climate-flyway-overlay {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .climate-flyway-overlay {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
}
@media only screen and (min-width: 768px) {
  .climate-flyway-overlay {
    padding: 20px 25px;
    min-height: 0;
    max-height: 650px;
    float: left;
    top: 50px;
  }
}
@media only screen and (min-width: 1000px) {
  .climate-flyway-overlay {
    width: 370px;
  }
}
@media only screen and (min-width: 601px) {
  .focal-bird-map .climate-flyway-overlay {
    width: 420px;
    float: right !important;
  }
}
.climate-flyway-overlay table {
  margin-bottom: 0;
}
.climate-flyway-overlay .states-col {
  float: left;
  width: 50%;
}
.climate-flyway-overlay ul {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 15px;
  line-height: 17px;
  list-style-type: none;
  margin: 0;
}
.climate-flyway-overlay li {
  color: #0AA8E3;
  cursor: pointer;
  margin-bottom: 7px;
}
.climate-flyway-overlay h5 {
  margin: 21px 0 7px 0;
  font-size: 15px;
  line-height: 17px;
}
.climate-flyway-overlay h5:first-child {
  margin-top: 0;
}
.climate-flyway-overlay th {
  background-color: #eee;
  position: relative;
  vertical-align: middle;
}
.climate-flyway-overlay th span {
  display: block;
  color: #0aa8e3;
}
.climate-flyway-overlay th span.active-flyway-sort {
  color: #111;
}
.climate-flyway-overlay th span:before,
.climate-flyway-overlay th span:after {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  top: 50%;
  right: 7px;
}
.climate-flyway-overlay th span:after {
  border-top: 4px solid #404040;
}
.climate-flyway-overlay td {
  border: 1px solid #d4d4d4;
  border-top: 0px;
  vertical-align: middle;
  padding: 3px 5px;
}
.climate-flyway-overlay td:first-child {
  border-left: 0px;
  padding-left: 0;
}
.climate-flyway-overlay td:last-child {
  border-right: 0px;
  padding-right: 0;
}
.climate-flyway-overlay tr:last-child td {
  border-bottom: 0px;
}
.climate-flyway-overlay tr:first-child td {
  padding-top: 5px;
}
.climate-flyway-overlay .scientific-name {
  font-size: 13px;
  color: #666;
}
.climate-flyway-overlay .flyway-description {
  color: #555;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px;
}
.climate-flyway-overlay .flyway-description p:first-child {
  padding-right: 20px;
}
.climate-flyway-overlay .flyway-description .flyway-img-left {
  float: left;
  margin-right: 15px;
}
.climate-flyway-overlay .flyway-description .flyway-img-right {
  float: right;
  margin-left: 15px;
}
.climate-flyway-overlay .close {
  position: absolute;
  top: 25px;
  right: 12.5px;
  cursor: pointer;
  font-size: 32px;
  color: #F15936;
}
.climate-flyway-overlay .close:before {
  background-image: url(../img/icon-close.png);
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: block;
  content: "";
}
@media only screen and (min-width: 768px) {
  .climate-flyway-overlay .close {
    right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .climate-flyway-overlay table {
    width: 100%;
    margin: 0;
  }
  .climate-flyway-overlay table td, .climate-flyway-overlay table th {
    padding: 4px 10px !important;
    min-height: 30px;
  }
  .climate-flyway-overlay ul, .climate-flyway-overlay h5 {
    font-size: 17px;
    line-height: 20px;
  }
  .climate-flyway-overlay li, .climate-flyway-overlay h5 {
    margin-bottom: 10px;
  }
}
.climate-flyway-overlay#bird-detail-popup {
  padding-bottom: 0;
}
.climate-flyway-overlay#bird-detail-popup .flyway-description {
  margin-bottom: 0;
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
.climate-flyway-overlay#bird-detail-popup .flyway-description .focal-color-blue {
  color: #30b2df;
}
.climate-flyway-overlay#bird-detail-popup .flyway-description .focal-color-yellow {
  color: #d6d206;
}
.climate-flyway-overlay#bird-detail-popup .flyway-description .focal-color-green {
  color: #72c470;
}
.climate-flyway-overlay#bird-detail-popup .flyway-description img {
  margin-top: 3px;
  margin-bottom: 3px;
}
.climate-flyway-overlay#bird-detail-popup .flyway-description img.bordered {
  border: 1px solid #bbb;
}
.climate-flyway-overlay#bird-detail-popup .flyway-description img[style*="float:"][style*="right;"] {
  margin: 0 0 0 15px;
}
.climate-flyway-overlay#bird-detail-popup .flyway-description img[style*="float:"][style*="left;"] {
  margin: 0 15px 0 0;
}
.climate-flyway-overlay#bird-detail-popup .flyway-description .focal-bird-map-guide-first {
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 12px;
}
.climate-flyway-overlay#bird-detail-popup .flyway-description .focal-bird-map-guide {
  line-height: 125%;
  margin-bottom: 12px;
}

.flyway-map-label {
  position: relative;
  top: 60px;
  padding: 0 20px;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  .flyway-map-label {
    top: 20px;
  }
}

.flyway-label {
  position: absolute;
  z-index: 2;
  text-align: center;
  pointer-events: none;
}
@media only screen and (max-width: 600px) {
  .flyway-label {
    font-size: 15px;
    line-height: 19px;
  }
}

.flyway-pacific-label {
  top: 60%;
  left: 20%;
}
@media only screen and (min-width: 900px) {
  .flyway-pacific-label {
    left: 25%;
  }
}

.flyway-central-label {
  top: 48%;
  left: 42%;
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .flyway-central-label {
    left: 38%;
  }
}
@media only screen and (min-width: 900px) {
  .flyway-central-label {
    left: 40%;
  }
}

.flyway-mississippi-label {
  top: 66%;
  right: 24%;
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .flyway-mississippi-label {
    right: 32%;
  }
}
@media only screen and (min-width: 900px) {
  .flyway-mississippi-label {
    right: 35%;
  }
}

.flyway-atlantic-label {
  top: 48%;
  right: 10%;
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .flyway-atlantic-label {
    right: 20%;
  }
}
@media only screen and (min-width: 900px) {
  .flyway-atlantic-label {
    right: 25%;
  }
}

.flyway-list-more {
  font-family: "Noto Serif", Georgia, serif;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 15px;
}

.flyway-list-sort-copy {
  color: #262626;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
}

.flyway-list-sort {
  position: relative;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
}
.flyway-list-sort:before {
  content: "";
  position: absolute;
  height: 100%;
  left: -25px;
  right: -25px;
  top: 0;
  background-color: #eee;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .flyway-list-sort:before {
    left: -12.5px;
    right: -12.5px;
  }
}
.flyway-list-sort th {
  min-height: 30px;
  padding: 5px 15px 5px 5px !important;
  cursor: pointer;
}
.flyway-list-sort th:first-child {
  padding-left: 0 !important;
}

#page-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  display: none;
  cursor: pointer;
}

.editorial-card-2x-conservation-news-block .conservation-news-column h4 {
  margin-bottom: 12.5px;
}
.editorial-card-2x-conservation-news-block .conservation-news-column .editorial-card {
  border: none;
  box-shadow: none;
}
.editorial-card-2x-conservation-news-block .conservation-news-column .view-conservation-news {
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
.editorial-card-2x-conservation-news-block .conservation-news-column .view-conservation-news .views-row {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  line-height: 20px;
}

.view-conservation-news-filter {
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
.view-conservation-news-filter .filter-label {
  float: left;
  color: #838078;
}
.view-conservation-news-filter .filter-items {
  margin: 0;
}
.view-conservation-news-filter .filter-items li {
  display: inline;
  border-right: 1px solid #404040;
  padding: 0 5px;
  cursor: pointer;
  color: #0AA8E3;
  transition: color 0.15s;
}
.view-conservation-news-filter .filter-items li:last-child {
  border-right: none;
}
.view-conservation-news-filter .filter-items li:hover {
  color: #07729a;
}

.view-conservation-news .date-display-single:after {
  content: ":";
}
.view-conservation-news .views-field-field-conservation-news-date {
  font-weight: 600;
}
.view-conservation-news .views-field-field-conservation-news-link,
.view-conservation-news .views-field-field-conservation-news-date,
.view-conservation-news .views-field-body {
  display: inline;
}
.view-conservation-news .views-field-field-conservation-news-link .field-content,
.view-conservation-news .views-field-field-conservation-news-date .field-content,
.view-conservation-news .views-field-body .field-content {
  display: inherit;
}
.view-conservation-news .views-field-field-conservation-news-link .field-content p,
.view-conservation-news .views-field-field-conservation-news-date .field-content p,
.view-conservation-news .views-field-body .field-content p {
  margin-bottom: 0;
  display: inherit;
}
.view-conservation-news .pager {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  height: 50px;
  list-style: none;
  margin-left: 0;
  position: relative;
}
.view-conservation-news .pager li {
  position: absolute;
  bottom: 5px;
  font-size: 15px;
}
.view-conservation-news .pager .pager-previous {
  left: 0;
}
.view-conservation-news .pager .pager-next {
  right: 0;
}
.view-conservation-news .pager-current {
  display: none;
}

.editorial-card-2x-conservation-news-block .view-conservation-news-views-list {
  position: relative;
}
.editorial-card-2x-conservation-news-block .view-conservation-news-views-list .view {
  display: none;
}
.editorial-card-2x-conservation-news-block .view-conservation-news-views-list .view .view-content {
  font-size: 16px;
}
.editorial-card-2x-conservation-news-block.editorial-card-2x-conservation-news-block-processed .view {
  display: block;
}
.editorial-card-2x-conservation-news-block.editorial-card-2x-conservation-news-block-processed .view.hidden {
  display: none;
}

.conservation-menu-jump-menu {
  margin-bottom: 37.5px;
  font: 20px "Source Sans Pro", Verdana, sans-serif;
  line-height: 27px;
}
.conservation-menu-jump-menu .jump-to {
  float: left;
  line-height: inherit;
  padding-right: 0.2em;
}
.conservation-menu-jump-menu .jump-to-menu {
  margin: 0;
}
.conservation-menu-jump-menu .jump-to-item {
  display: inline-block;
  padding-right: 0.2em;
}
.conservation-menu-jump-menu .jump-to-item:after {
  content: " | ";
  color: #404040;
}
.conservation-menu-jump-menu .jump-to-item:last-child {
  border-right: none;
}
.conservation-menu-jump-menu .jump-to-item:last-child:after {
  content: "";
}

.conservation-news-block .conservation-news-title {
  line-height: 1.3;
}
.conservation-news-block .conservation-news-image {
  float: left;
  margin-right: 15px;
  width: 40px;
}
.conservation-news-block .conservation-news-icon {
  margin: auto;
  display: block;
  height: auto;
}
.conservation-news-block .conservation-news-heading + div {
  font: italic 22px "Source Sans Pro", Verdana, sans-serif;
}
.conservation-news-block .view-conservation-news .views-row {
  margin-bottom: 2em;
}
.conservation-news-block .view-conservation-news .pager {
  height: 25px;
}
.conservation-news-block .view-conservation-news .pager li {
  font-size: 16px;
}

/* @todo refactor like crazy for more hero variations */
.hero {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hero .row {
  position: relative;
}
.hero.dark-gradient-bottom .hero-image:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
@media only screen and (min-width: 768px) {
  .global-header.transparent + .hero {
    top: -100px;
    margin-bottom: -100px;
  }
}
.hero.light-text a {
  color: #fff;
}
.hero.light-text a:hover {
  color: #d9d9d9;
}

.hero-image {
  overflow: hidden;
  max-height: 100%;
  position: relative;
}
.hero-image img {
  display: block;
  margin: 0 auto;
  position: relative;
  min-width: 100%;
}
@media only screen and (min-width: 768px) {
  .hero:not(.expand) .hero-image img:not(.canon-logo) {
    min-height: 465px;
    max-width: none;
    width: 100%;
  }
}
@media only screen and (min-width: 900px) {
  .hero:not(.expand) .hero-image img:not(.canon-logo) {
    height: auto;
    max-width: 100%;
  }
}

.hero-video-wrapper {
  height: 0;
  position: relative;
  padding-top: 56.25%;
}
.hero-video-wrapper video,
.hero-video-wrapper iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.hero-video-wrapper video {
  object-fit: cover;
}

.hero-video .hero-attribution-fullscreen {
  position: absolute;
  bottom: 18px;
  right: 12px;
}
.hero-video .hero-header {
  bottom: 70px;
}
.hero-video .hero-attribution-fullscreen .hero-attribution-text {
  padding: 5px 13px;
}

.hero-map {
  max-width: 100%;
  overflow: hidden;
}
@media only screen {
  .hero-map {
    height: 240px;
  }
}
@media only screen and (min-width: 480px) {
  .hero-map {
    height: 320px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-map {
    height: 380px;
  }
}
@media only screen and (min-width: 840px) {
  .hero-map {
    height: 450px;
  }
}

@media (min-width: 480px) and (max-width: 600px) and (orientation: landscape) {
  .with-map {
    min-height: 0 !important;
  }

  .hero-map {
    height: 180px !important;
  }
}
.hero-header {
  width: 100%;
  margin-top: 25px;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 25px;
}
@media only screen and (min-width: 601px) {
  .hero-header {
    padding-bottom: 50px;
    padding-right: 25px;
  }
}
.hero-header.centered {
  text-align: center;
}

@media only screen and (min-width: 601px) {
  .hero-card-column {
    position: absolute;
    right: 25px;
    bottom: 50px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .hero-text-container {
    background-color: #f3f3f3;
    padding-bottom: 12.5px;
  }

  .hero-slug,
  .hero-title {
    color: #fff !important;
  }
}
@media only screen and (max-width: 600px) {
  .hero-text .breakout-section-box {
    background-color: transparent;
    padding: 10px 0;
    color: #404040;
  }
  .hero-text .breakout-section-box h1, .hero-text .breakout-section-box h2, .hero-text .breakout-section-box h3 {
    color: #262626;
  }
}

.hero-slug {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
}

.hero-title {
  color: #000;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 52px;
  line-height: 52px;
  font-weight: 300;
  letter-spacing: -1px;
  margin: 10px 0 0 0;
}
@media only screen and (min-width: 601px) {
  .hero-title.big {
    font-size: 64px;
    line-height: 64px;
  }
}

@media only screen and (min-width: 601px) {
  .hero-title.with-icon,
  .hero-blurb.with-icon {
    margin-left: 120px;
  }
}

.hero-icon {
  float: left;
  display: none;
}
@media only screen and (min-width: 601px) {
  .hero-icon {
    display: block;
    height: 100px;
    margin-right: 20px;
  }
}

.hero-attribution, .hero-attribution-fullscreen {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 14px;
  line-height: 15px;
  color: #404040;
  background-color: #f3f3f3;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 601px) {
  .hero-attribution, .hero-attribution-fullscreen {
    color: #fff;
    background-color: transparent;
    text-align: right;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    position: relative;
    padding-top: 0;
    margin-bottom: -5px;
    z-index: 2;
  }
  .hero-attribution.align-left, .align-left.hero-attribution-fullscreen {
    text-align: left;
  }
  .hero-attribution .column, .hero-attribution-fullscreen .column {
    position: absolute;
    top: -30px;
  }
  .hero-attribution .hero-attribution-text, .hero-attribution-fullscreen .hero-attribution-text {
    padding: 2px 5px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .hero-attribution .hero-attribution-text a, .hero-attribution-fullscreen .hero-attribution-text a {
    color: #7CDEFF;
  }
}
.hero-attribution.breakout-hero-attribution, .breakout-hero-attribution.hero-attribution-fullscreen {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-attribution.flyway-hero-attribution, .flyway-hero-attribution.hero-attribution-fullscreen {
  opacity: 0;
  display: none;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.hero-attribution.flyway-hero-attribution.current, .flyway-hero-attribution.current.hero-attribution-fullscreen {
  opacity: 1;
  display: block;
}

.hero-attribution-fullscreen {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 14px;
  line-height: 15px;
  color: #404040;
  background-color: #f3f3f3;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen {
  .hero-attribution-fullscreen {
    color: #fff;
    background-color: transparent;
    text-align: right;
    position: relative;
    padding-top: 0;
    margin-bottom: 10px;
    margin-top: -30px;
    z-index: 2;
  }
  .hero-attribution-fullscreen.align-left {
    text-align: left;
  }
}

.hero-blurb {
  font-size: 24px;
  line-height: 29px;
  font-style: italic;
  margin-top: 15px;
}

.hero-paragraph {
  color: #777;
  font-size: 15px;
  font-style: italic;
  line-height: 20px;
  margin-top: 12.5px;
}
@media only screen and (min-width: 601px) {
  .hero-paragraph {
    width: 35%;
  }
}
@media only screen and (min-width: 768px) {
  .hero-paragraph {
    margin-top: 20px;
    width: 30%;
  }
}
@media only screen and (min-width: 880px) {
  .hero-paragraph {
    font-size: 17px;
    line-height: 25.5px;
    width: 35%;
  }
}

.hero-inline-list {
  color: #777;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  margin-top: 20px;
}
.hero-inline-list li {
  display: inline-block;
}
.hero-inline-list li:not(:first-child):before {
  content: " | ";
  margin: 0 3px;
}

.hero.light-text .hero-title,
.hero.light-text .hero-slug,
.hero.light-text .hero-blurb {
  color: #fff !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.75);
}
.hero.light-text .hero-title {
  font-weight: 400;
}
@media only screen and (max-width: 479px) {
  .hero.light-text .hero-title {
    font-size: 37px;
    line-height: 37px;
  }
}
.hero.light-text .hero-slug {
  font-weight: 600;
}

img.hero-alt-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
img.hero-alt-img.current {
  position: static;
  opacity: 1;
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
  .hero .bird-card {
    height: 260px;
  }
  .hero .bird-card-illustration {
    height: 220px;
  }
  .hero .bird-card-illustration img {
    max-width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .hero .bird-card {
    height: 260px;
  }
  .hero .bird-card-illustration {
    height: 220px;
  }
  .hero .bird-card-illustration img {
    max-width: 90%;
  }
}
@media only screen and (min-width: 900px) {
  .hero .bird-card {
    height: 280px;
  }
  .hero .bird-card-illustration {
    height: 230px;
  }
  .hero .bird-card-illustration img {
    max-width: 95%;
  }
  .hero .bird-card .common-name {
    margin-bottom: 5px;
    font-size: 21px;
  }
  .hero .bird-card .scientific-name {
    font-size: 12px;
    line-height: 17px;
  }
}

.hero-caption {
  padding-top: 5px;
}

.wordmark {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background-image: url(../img/wordmark-white-mobile.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  display: block;
  height: 28px;
  width: 132px;
  margin: 10px auto;
}
@media only screen and (min-width: 480px) {
  .wordmark {
    top: 0;
    position: absolute;
    margin: 10px 0 10px 32px;
  }
}
@media only screen and (min-width: 601px) {
  .wordmark {
    background-image: url(../img/wordmark-white.png);
    height: 32px;
    width: 151px;
    margin: 10px 0 15px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .wordmark {
    bottom: 0;
    top: auto;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 601px) {
  .global-header.dark-text .wordmark {
    background-image: url(../img/wordmark-black.png);
  }
}

@media only screen and (min-width: 880px) {
  .wordmark {
    height: 50px;
    width: 236px;
    margin: 25px 0 20px 0;
  }
}
.global-header.alt .wordmark {
  background-image: url(../img/wordmark-white-mobile.png);
  height: 28px;
  width: 132px;
  margin-top: 10px;
  margin-bottom: 10px;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .global-header.microsite .wordmark {
    height: 24px;
    width: 113px;
    top: 6px;
    left: 50px;
  }
}
@media only screen and (min-width: 901px) {
  .global-header.microsite .wordmark {
    left: 12.5px;
  }
}
.wordmark.text {
  background-image: none;
  text-indent: 0;
  color: #fff !important;
  width: auto;
  height: auto;
  min-height: 28px;
  margin: 10px 0;
  text-align: center;
  font-size: 20px;
}
@media only screen and (min-width: 480px) {
  .wordmark.text {
    margin: 12px 0 10px 32px;
  }
}
@media only screen and (min-width: 601px) {
  .wordmark.text {
    margin: 19px 0 15px 40px;
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .wordmark.text {
    margin: 10px 0;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -1px;
  }
}
@media only screen and (min-width: 840px) {
  .wordmark.text {
    font-size: 48px;
    margin: 10px 0 20px 0;
  }
}

.dont-miss {
  display: none;
  border-top: none;
}
@media only screen and (min-width: 480px) {
  .dont-miss {
    display: block;
  }
}
.dont-miss ul {
  width: 1000px !important;
}

.header-btn-menu, .header-btn-search,
.header-btn-search-alt {
  display: block;
  position: absolute;
  padding: 10px 0;
  top: 5px;
  height: 40px;
  width: 40px;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  color: #fff !important;
  font-size: 28px;
  text-decoration: none !important;
}
@media only screen and (min-width: 601px) {
  .header-btn-menu, .header-btn-search,
  .header-btn-search-alt {
    top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .header-btn-menu, .header-btn-search,
  .header-btn-search-alt {
    display: none;
  }
}
.header-btn-menu:before, .header-btn-search:before,
.header-btn-search-alt:before {
  position: relative;
}
.icon-close.header-btn-menu, .icon-close.header-btn-search,
.icon-close.header-btn-search-alt {
  color: transparent !important;
}
.icon-close.header-btn-menu:before, .icon-close.header-btn-search:before,
.icon-close.header-btn-search-alt:before {
  top: 0;
}
.global-header.alt .header-btn-menu, .global-header.alt .header-btn-search,
.global-header.alt .header-btn-search-alt {
  padding-top: 12.5px;
  top: 5px;
}
@media only screen and (min-width: 768px) {
  .global-header.microsite .header-btn-menu, .global-header.microsite .header-btn-search,
  .global-header.microsite .header-btn-search-alt {
    display: block;
    top: 10px;
  }
}
@media only screen and (min-width: 901px) {
  .global-header.microsite .header-btn-menu, .global-header.microsite .header-btn-search,
  .global-header.microsite .header-btn-search-alt {
    display: none;
  }
}

.header-btn-menu {
  margin-left: 12.5px;
  left: 0;
  background-position: left center;
}
.header-btn-menu:before {
  top: -1px;
}

.header-btn-search,
.header-btn-search-alt {
  margin-right: 12.5px;
  right: 0;
  text-align: right;
  background-position: right center;
}
.global-header.microsite .header-btn-search, .global-header.microsite
.header-btn-search-alt {
  top: 0;
}
.global-header.microsite .header-btn-search.icon-close, .global-header.microsite
.header-btn-search-alt.icon-close {
  top: 5px;
}

header.global-header .bird-guide-search-species-page {
  display: none;
}

body.node-type-bird .large-8.columns i:before {
  display: none;
}
body.node-type-bird .large-8.columns .bird-guide-external i:before {
  display: block;
}
body.node-type-bird .large-8.columns .thumb-strip i:before {
  display: block;
}
body.node-type-bird i.icon-info:before, body.node-type-bird i.icon-music:before {
  display: none;
}
body.node-type-bird header.global-header .bird-guide-search-species-page {
  display: block;
}
@media only screen and (min-width: 768px) {
  body.node-type-bird header.global-header .bird-guide-search-species-page {
    display: none;
  }
}

.header-search {
  display: none;
  text-align: right;
}
.header-search.show {
  display: block;
}

.header-search-close {
  color: #E18400 !important;
  font-size: 24px;
  margin-left: 10px;
  padding: 10px 0;
  position: relative;
  top: 3px;
  vertical-align: middle;
}

input.header-search-input {
  display: inline-block;
  width: 50%;
  margin-right: 2%;
}

input.header-search-input,
.header-search-button {
  height: 30px;
  margin-bottom: 0;
  vertical-align: middle;
}

.header-search-button {
  vertical-align: middle;
}
.header-search-button i {
  vertical-align: middle;
  font-size: 30px;
}

@media only screen and (max-width: 479px) {
  .header-search {
    background-color: #f3f3f3;
    width: 100%;
    height: 60px;
    margin: -12.5px -12.5px;
    padding: 10px 12.5px;
    position: absolute;
    top: 60px;
  }
  .header-search.show + .global-nav {
    margin-top: 74px;
  }

  input.header-search-input,
  .header-search-button {
    display: block;
    height: 40px;
    float: left;
  }

  input.header-search-input {
    width: 82%;
    margin-right: 3%;
    padding-left: 10px;
  }

  .header-search-button {
    width: 15%;
  }
}
@media only screen and (min-width: 480px) {
  .header-search {
    background-color: #000;
    height: 40px;
    width: 50%;
    padding: 10px 0;
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 3;
  }

  input.header-search-input {
    width: 70%;
    margin-right: 10px;
  }

  .header-search-button {
    padding: 5px 10px !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .header-search {
    height: 59px;
    padding: 15px 0;
  }

  .header-search-button i {
    font-size: 24px;
    vertical-align: text-top;
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .header-search {
    background-color: transparent;
    position: static;
    float: right;
    height: 95px;
    padding: 28px 0;
  }

  input.header-search-input {
    width: 67.5%;
  }

  input.header-search-input,
  .header-search-button {
    height: 40px;
  }

  .header-search-button {
    min-width: 60px;
  }
}
@media only screen and (min-width: 601px) {
  .global-header.alt .header-search {
    height: 50px;
    padding: 10px 0;
  }
  .global-header.alt .header-search input.header-search-input,
  .global-header.alt .header-search .header-search-button {
    height: 30px;
  }
  .global-header.alt .header-search input.header-search-input i,
  .global-header.alt .header-search .header-search-button i {
    font-size: 24px;
  }
}
.header-subtitle {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.5px;
}
.header-subtitle:hover {
  color: #0AA8E3;
}
.global-header .header-subtitle {
  color: #fff;
  display: none;
  float: left;
  margin-left: 180px;
  margin-top: 18px;
}
.global-header .header-subtitle span {
  display: none;
}
@media only screen and (min-width: 768px) {
  .global-header .header-subtitle {
    display: inline-block;
  }
}
@media only screen and (min-width: 901px) {
  .global-header .header-subtitle {
    margin-left: 130px;
  }
}
@media only screen and (min-width: 931px) {
  .global-header .header-subtitle span {
    display: inline;
  }
}

.guide-bar {
  background-color: #276074;
  color: #fff;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  height: 50px;
  overflow: hidden;
}
.guide-bar.magazine {
  background-color: #277564;
}

.guide-bar-title {
  float: left;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 0;
  padding: 12.5px 0;
}
@media only screen and (min-width: 601px) {
  .guide-bar-title {
    font-size: 28px;
  }
}

.guide-bar-date {
  float: right;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  padding: 12.5px 0;
}
@media only screen and (min-width: 601px) {
  .guide-bar-date {
    font-size: 24px;
  }
}

.guide-bar-attribution {
  float: right;
  margin-top: 10px;
}
.guide-bar-attribution .preamble {
  display: block;
  font-size: 10px;
  line-height: 11px;
}
.guide-bar-attribution .canon-logo {
  height: 15px;
  vertical-align: middle;
  position: relative;
  display: inline;
  min-width: 0;
}
@media only screen and (min-width: 601px) {
  .guide-bar-attribution {
    margin-top: 12px;
  }
  .guide-bar-attribution .preamble {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    line-height: 25.5px;
  }
  .guide-bar-attribution .canon-logo {
    width: auto;
    height: 16px;
    margin-left: 5px;
    top: -1px;
  }
}

.guide-bar-search {
  float: right;
  display: none;
  background-color: #173a46;
  padding: 12.5px 25px;
  height: 50px;
  margin-left: 25px;
  color: #fff;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.guide-bar-search i {
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.guide-bar-search i.white {
  display: inline-block;
}
.guide-bar-search i.black {
  display: none;
}
.guide-bar-search:hover {
  color: #fff;
  background-color: rgba(23, 58, 70, 0.5);
}
.guide-bar-search.open {
  color: #404040;
  background-color: #FBFAF6;
}
.guide-bar-search.open i.white {
  display: none;
}
.guide-bar-search.open i.black {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .guide-bar-search {
    display: block;
  }
}

.bird-guide-search {
  display: none;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  background-color: #FBFAF6;
  padding: 25px 0;
}
.bird-guide-search.show, .bird-guide-search.open {
  display: block;
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .bird-guide-search {
    padding: 12.5px 0 25px 0;
  }
}
@media only screen and (max-width: 600px) {
  .bird-guide-search {
    padding: 12.5px 0;
  }
}

@media only screen and (min-width: 768px) {
  .bird-guide-search-form {
    padding-right: 25px;
  }
}
.bird-guide-search-form select {
  width: 100%;
  margin: 12.5px 0 0 0;
}
.bird-guide-search-form .-wrap-select select {
  margin: 0;
}

.bird-guide-search-input {
  float: left;
  width: 79%;
  margin-right: 4%;
}
.bird-guide-search-input input {
  height: 45px;
  margin-bottom: 0;
}
@media only screen and (min-width: 601px) {
  .bird-guide-search-input input {
    font-size: 20px;
    margin-bottom: 12.5px;
  }
}

.bird-guide-search-submit {
  float: left;
  width: 17%;
  height: 45px;
  font-size: 24px;
  font-weight: 300 !important;
}
.bird-guide-search-submit i {
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .interactive-guide {
    padding-left: 25px;
    border-left: 1px solid #d4d4d4;
  }
  .interactive-guide .preamble {
    font-weight: 300;
  }
  .interactive-guide .preamble .small {
    display: block;
    font-size: 24px;
  }
  .interactive-guide .preamble .large {
    display: block;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .interactive-guide {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #d4d4d4;
    text-align: center;
  }
  .interactive-guide .preamble {
    display: inline-block;
  }
}
@media only screen and (max-width: 600px) {
  .interactive-guide {
    padding-top: 12.5px;
    text-align: center;
  }
  .interactive-guide .preamble {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {
  .interactive-guide-button {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .interactive-guide-button {
    margin-left: 10px;
  }
}

/* Typeahead */
.tt-separator {
  border-top: 1px solid #eee;
  color: #666;
  margin-top: 10px;
  padding-top: 5px;
}

.slideshow-page-header {
  color: #fff;
  margin: 10px 0;
}
.slideshow-page-header .title {
  display: block;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 20px;
}
.slideshow-page-header .blurb {
  display: block;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}
@media only screen and (min-width: 900px) {
  .slideshow-page-header {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    margin: 10px 0;
  }
  .slideshow-page-header .title,
  .slideshow-page-header .blurb {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
}

.national-strip {
  *zoom: 1;
  background-color: #262626;
  color: #fff;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  padding-top: 5px;
}
.national-strip:before, .national-strip:after {
  content: " ";
  display: table;
}
.national-strip:after {
  clear: both;
}
.national-strip.back-to-center {
  background-color: #F7AF2A;
  color: black;
  padding: 7.5px 0;
}
.national-strip.back-to-center a {
  color: rgba(0, 0, 0, 0.75);
}
.national-strip.back-to-center a:hover {
  color: black;
}
.national-strip.back-to-center i {
  vertical-align: middle;
  position: relative;
  top: 3px;
}
.national-strip.back-to-center span.optional {
  display: inline;
}
@media only screen and (max-width: 479px) {
  .national-strip.back-to-center span.optional {
    display: none;
  }
}
.national-strip.back-to-center .close {
  float: right;
}

.national-strip-breadcrumbs {
  font-size: 13px;
  line-height: 20px;
  margin-left: 0;
  float: left;
}
.national-strip-breadcrumbs a {
  color: #aaa;
}
.national-strip-breadcrumbs a:hover {
  color: #d4d4d4;
}
@media only screen and (min-width: 900px) {
  .national-strip-breadcrumbs {
    font-size: 15px;
  }
}

.national-strip-crumb {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
}
.national-strip-crumb:not(:first-child) {
  margin-left: 6px;
}
.national-strip-crumb:not(:first-child):before {
  content: "»";
  color: #d4d4d4;
  margin-right: 6px;
}
.national-strip-crumb.top img {
  height: 20px;
  width: 94px;
}

.national-strip-alert {
  font-size: 14px;
  line-height: 20px;
  margin: 5px 0;
  float: right;
}
@media only screen and (max-width: 767px) {
  .national-strip-alert {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .national-strip-alert {
    text-align: right;
  }
}
@media only screen and (min-width: 900px) {
  .national-strip-alert {
    font-size: 15px;
  }
}
.national-strip-alert span,
.national-strip-alert a {
  display: inline-block;
  vertical-align: middle;
}
.national-strip-alert .header {
  color: #F15936;
}
.national-strip-alert .header:after {
  content: "|";
  color: #aaa;
  margin-right: 6px;
  padding-left: 6px;
}
.national-strip-alert .link {
  color: #fff;
}
.national-strip-alert .link:hover {
  color: #cccccc;
}
.national-strip-alert .link:after {
  content: "»";
  padding-left: 5px;
}

.flyway-minimap {
  width: 200px;
  margin: 0 auto;
  position: relative;
}
.flyway-minimap img {
  width: 200px;
}

.flyway-minimap-point {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  background-color: #0AA8E3;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  padding: 4px 0px;
  text-align: center;
  border-radius: 100%;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.flyway-minimap-point:hover {
  background-color: #0884b2;
}
.flyway-minimap-point.current {
  width: 32px;
  height: 32px;
  background-color: #7BA701;
  padding: 7px 0;
}
.flyway-minimap-point.current:hover {
  background-color: #567401;
}

@media only screen and (max-width: 600px) {
  .flyway-minimap {
    text-align: center;
    margin-bottom: 10px;
  }
  .flyway-minimap img {
    display: none;
  }

  .flyway-minimap-point {
    position: static !important;
    display: inline-block;
    margin: 0 15px;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .flyway-minimap-point:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .flyway-minimap-point.current {
    width: 25px;
    height: 25px;
    padding: 4px 0px;
  }
}
.flyway-megamap {
  height: 400px;
  background-position: center 100px;
  background-repeat: no-repeat;
  background-size: 450px auto;
}
.flyway-megamap:before, .flyway-megamap:after {
  content: "";
  position: absolute;
  height: 160px;
  width: 100%;
  z-index: 1;
}
.flyway-megamap:before {
  top: 0;
  background: linear-gradient(#ffffff, #ffffff 30%, rgba(255, 255, 255, 0));
}
.flyway-megamap:after {
  top: auto;
  bottom: 0 !important;
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff 85%);
}
.flyway-megamap .hero-header {
  position: relative;
  z-index: 2;
  background: none !important;
}
@media only screen and (min-width: 768px) {
  .flyway-megamap .hero-header {
    margin-top: 100px;
  }
}
.flyway-megamap .hero-blurb {
  font-size: 20px;
  line-height: 25px;
}
@media only screen and (min-width: 480px) {
  .flyway-megamap {
    height: 500px;
    background-position: center 100px;
    background-size: 650px auto;
  }
  .flyway-megamap:before, .flyway-megamap:after {
    height: 220px;
  }
}
@media only screen and (min-width: 601px) {
  .flyway-megamap {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .flyway-megamap {
    height: 800px;
    background-size: 1000px auto;
  }
  .flyway-megamap:before, .flyway-megamap:after {
    height: 300px;
  }
}

.flyway-megamap-instructions {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 601px) {
  .flyway-megamap-instructions {
    top: -100px;
  }
}

.flyway-megamap-points-container {
  position: relative;
}

.flyway-megamap-point {
  position: relative;
  z-index: 2;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  text-align: center;
}
.flyway-megamap-point .portrait {
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 4px solid #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-transition-property: -moz-transform, -webkit-transform, -moz-transform;
  -o-transition-property: -o-transform, -webkit-transform, -moz-transform;
  -webkit-transition-property: -webkit-transform, -webkit-transform, -moz-transform;
  transition-property: transform -webkit-transform -moz-transform;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.flyway-megamap-point .name {
  margin-top: 15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.flyway-megamap-point .name .bird {
  color: #0AA8E3 !important;
  font-size: 20px;
}
.flyway-megamap-point .name .flyway {
  color: #777;
}
.flyway-megamap-point:hover .portrait {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .flyway-megamap-point {
    float: left;
    width: 25%;
    top: 130px;
  }
  .flyway-megamap-point:nth-child(odd) {
    top: 110px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .flyway-megamap-point {
    top: 200px;
  }
  .flyway-megamap-point:nth-child(odd) {
    top: 180px;
  }
  .flyway-megamap-point .portrait {
    width: 75px;
    height: 75px;
    border: 6px solid #fff;
  }
}
@media only screen and (min-width: 601px) {
  .flyway-megamap-point .portrait {
    width: 85px;
    height: 85px;
    border: 6px solid #fff;
  }
}
@media only screen and (min-width: 768px) {
  .flyway-megamap-point {
    position: absolute;
  }
  .flyway-megamap-point .portrait {
    width: 100px;
    height: 100px;
    border: 8px solid #fff;
  }
}
@media only screen and (min-width: 900px) {
  .flyway-megamap-point .portrait {
    width: 150px;
    height: 150px;
    border: 12px solid #fff;
  }
}

.microsite-banner {
  background-color: #fff;
  min-height: 50px;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
.microsite-banner.minimal {
  padding: 10px 0;
}
.microsite-banner.minimal .header-subtitle {
  float: left;
  display: inline-block;
  color: #262626;
}
@media only screen and (min-width: 961px) {
  .microsite-banner.minimal {
    display: none;
  }
}

.microsite-banner .focal-bird-thumb {
  width: 92px;
  height: 92px;
  margin-bottom: 0;
}
.microsite-banner .focal-bird-header {
  float: left;
  margin-left: 12.5px;
}
.microsite-banner .focal-bird-header small a {
  color: #E18400;
  position: relative;
  top: 5px;
  left: 3px;
}
.microsite-banner .focal-bird-header .headline {
  margin-bottom: 0;
}
.microsite-banner .focal-bird-find {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin-top: 35px;
}

.microsite-banner.geographic-search {
  z-index: 103;
}

.microsite-cta {
  float: right;
}

.microsite-mobile-search {
  padding: 8px 12.5px;
}
.microsite-mobile-search input, .microsite-mobile-search button {
  margin: 0;
  float: left;
}
.microsite-mobile-search input {
  width: 80%;
  border-radius: 5px 0 0 5px !important;
}
.microsite-mobile-search button {
  width: 20%;
  border-radius: 0 5px 5px 0 !important;
}

@media only screen and (max-width: 767px) {
  .mobile-nav {
    box-sizing: content-box;
    display: none;
    overflow: hidden;
    margin-left: -12.5px;
    margin-right: -12.5px;
    z-index: 3;
    background-color: #f3f3f3;
  }
  .mobile-nav.show {
    display: block;
  }
  .mobile-nav li {
    display: block;
    line-height: 24px;
  }
  .mobile-nav a {
    color: #000;
    display: block;
    padding: 8px 0 8px 12.5px;
  }
  .mobile-nav .primary-nav > li,
  .mobile-nav .secondary-nav > li {
    border-bottom: 1px solid #dedede;
  }
  .mobile-nav .primary-nav {
    font-size: 21px;
  }
  .mobile-nav .secondary-nav {
    font-size: 21px;
  }
  .mobile-nav .secondary-nav a {
    color: #000 !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .mobile-nav {
    margin-left: -25px;
    margin-right: -25px;
  }
  .mobile-nav a {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .mobile-nav {
    float: right;
  }
}

@media only screen and (max-width: 900px) {
  .global-header.microsite .mobile-nav {
    box-sizing: content-box;
    display: none;
    overflow: hidden;
    margin-left: -12.5px;
    margin-right: -12.5px;
    z-index: 3;
    background-color: #f3f3f3;
  }
  .global-header.microsite .mobile-nav.show {
    display: block;
  }
  .global-header.microsite .mobile-nav li {
    display: block;
    line-height: 24px;
  }
  .global-header.microsite .mobile-nav a {
    color: #000;
    display: block;
    padding: 8px 0 8px 12.5px;
  }
  .global-header.microsite .mobile-nav .primary-nav > li,
  .global-header.microsite .mobile-nav .secondary-nav > li {
    border-bottom: 1px solid #dedede;
  }
  .global-header.microsite .mobile-nav .primary-nav {
    font-size: 21px;
  }
  .global-header.microsite .mobile-nav .secondary-nav {
    font-size: 21px;
  }
  .global-header.microsite .mobile-nav .secondary-nav a {
    color: #000 !important;
  }
}

.primary-nav a {
  text-decoration: none !important;
}
.primary-nav a.orange {
  color: #E18400;
}
@media only screen and (min-width: 768px) {
  .primary-nav {
    position: absolute;
    bottom: 0;
    right: 12.5px;
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 20px;
  }
  .primary-nav > li > a {
    color: #fff;
    padding: 10px 10px;
  }
}
@media only screen and (min-width: 880px) {
  .primary-nav {
    margin-bottom: 7px;
  }
}
.global-header.dark-text .primary-nav > li > a, .panels-ipe-editing .global-header .primary-nav > li > a {
  color: #000;
}
.global-header.dark-text .primary-nav .primary-nav-item:not(:first-child):before, .panels-ipe-editing .global-header .primary-nav .primary-nav-item:not(:first-child):before {
  color: #d4d4d4;
}
.global-header.alt .primary-nav {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .global-header.alt .primary-nav {
    margin-bottom: 2px;
  }
}

.primary-nav-item {
  position: relative;
  margin-right: -2px;
}
@media only screen and (min-width: 768px) {
  .primary-nav-item:not(:first-of-type):after {
    color: #404040;
    content: "|";
    position: absolute;
    top: 9px;
    left: -1px;
  }
  .global-header.microsite .primary-nav-item a:hover {
    color: #0AA8E3;
  }
  .global-header.microsite .primary-nav-item.current a:hover {
    color: #07729a;
  }
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
  .primary-nav-item {
    font-size: 17px;
  }
  .primary-nav-item .extra-nav-copy {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .primary-nav-item:nth-last-child(2) .primary-sub-nav {
    right: 0;
  }
}

.toggler,
.primary-nav-toggler {
  position: relative;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
@media only screen and (max-width: 767px) {
  .toggler:before, .toggler:after,
  .primary-nav-toggler:before,
  .primary-nav-toggler:after {
    content: "";
    display: block;
    position: absolute;
  }
  .toggler:before,
  .primary-nav-toggler:before {
    background-color: #F9F9F9;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
  }
  .toggler:after,
  .primary-nav-toggler:after {
    border: 7px solid transparent;
    border-top: 7px solid #d4d4d4;
    top: 18px;
    right: 19px;
  }
  .toggler.open:after,
  .primary-nav-toggler.open:after {
    top: 11px;
    border: 7px solid transparent;
    border-bottom: 7px solid #d4d4d4;
  }
  .toggler.open,
  .primary-nav-toggler.open {
    background-color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .toggler.open,
  .primary-nav-toggler.open {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    color: #000;
    position: relative;
    z-index: 4;
  }
  .toggler.open:after,
  .primary-nav-toggler.open:after {
    background-color: #fff;
    content: "";
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: -8px;
    left: 0;
  }
  .toggler.current, .toggler.current-parent,
  .primary-nav-toggler.current,
  .primary-nav-toggler.current-parent {
    color: #0AA8E3 !important;
  }
}

.primary-sub-nav {
  background-color: #fff;
  display: none !important;
  line-height: 24px;
  margin-left: 0;
}
.primary-sub-nav.show {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .primary-sub-nav {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .primary-sub-nav {
    position: absolute;
    z-index: 3;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    min-width: 210px;
    padding: 10px 0;
  }
  .primary-nav-toggler.final + .primary-sub-nav {
    right: -5px;
  }
}

@media only screen and (max-width: 767px) {
  .primary-sub-nav-item {
    border-bottom: 1px solid #f7f7f7;
    padding-left: 15px;
  }
  .primary-sub-nav-item:first-child {
    border-top: 1px solid #f7f7f7;
  }
  .primary-sub-nav-item:last-child {
    border-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .primary-sub-nav-item {
    display: block;
    border-bottom: 1px solid #f3f3f3;
    font-size: 17px;
    text-align: left;
    padding: 0;
  }
  .primary-sub-nav-item:last-child {
    border-bottom: 0;
  }
}

.primary-sub-nav-index {
  display: none;
}
body.touch .primary-sub-nav-index {
  display: block;
}

.primary-sub-nav-link {
  color: #626262 !important;
  display: block;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .primary-sub-nav-link {
    color: #000 !important;
  }
  .primary-sub-nav-link:hover {
    background-color: #f3f3f3;
  }
}

.primary-nav-search {
  display: none !important;
  margin-left: 5px;
}
.primary-nav-search i {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.primary-nav-search a {
  padding-right: 0 !important;
}
@media only screen and (min-width: 768px) {
  .primary-nav-search {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .global-header.microsite .mobile-nav {
    margin: 10px -25px 0 -25px;
    position: relative;
  }
  .global-header.microsite .primary-nav {
    position: relative;
  }
  .global-header.microsite .primary-nav-item a {
    padding: 8px 37.5px;
  }
}
@media only screen and (min-width: 901px) {
  .global-header.microsite .primary-nav {
    top: 10px;
    right: 115px;
  }
  .global-header.microsite .primary-nav-item {
    font-size: 16px;
  }
  .global-header.microsite .primary-nav-item + li > .button {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .secondary-nav {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 15px;
    text-align: right;
    padding-top: 15px;
  }
  .secondary-nav a {
    color: #aaa;
  }
  .secondary-nav a:hover {
    color: #919191;
  }
  .secondary-nav li {
    padding: 0 10px;
    border-left: 1px solid #404040;
  }
  .secondary-nav li:first-of-type {
    border-left: none;
    padding-left: 0;
  }
  .secondary-nav li:last-child {
    padding-right: 0;
  }
  .secondary-nav .social-sharing-icon {
    margin: 0 5px;
  }
}
@media only screen and (min-width: 880px) {
  .secondary-nav {
    margin-bottom: 15px;
  }
}
.global-header.dark-text .secondary-nav a {
  color: #404040;
}
.global-header.dark-text .secondary-nav li {
  border-left-color: #d4d4d4;
}

.action-nav {
  margin-bottom: 5px;
}
@media only screen and (max-width: 479px) {
  .action-nav {
    box-sizing: content-box;
    margin-left: -12.5px;
    margin-right: -12.5px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 480px) {
  .action-nav {
    margin: 10px 40px 10px 0;
    text-align: right;
  }
}
@media only screen and (min-width: 601px) {
  .action-nav {
    margin: 15px 40px 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .action-nav {
    float: right;
    display: inline-block;
    padding-left: 20px;
    margin: 11px 0 0 0;
    /* @todo fix this magic number */
  }
}

.action-nav-item {
  border-left: none;
  padding-left: 0;
}
@media only screen and (max-width: 479px) {
  .action-nav-item {
    float: left;
    display: block;
    width: 50%;
  }
  .action-nav-item:first-child {
    padding-right: 2px;
  }
  .action-nav-item:last-child {
    padding-left: 2px;
  }
}
@media only screen and (min-width: 480px) {
  .action-nav-item:last-child {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .action-nav-link {
    border-radius: 0 !important;
    font-size: 20px !important;
    width: 100%;
  }
}

.action-nav-desktop .action-nav-item,
.action-nav-desktop .action-nav-item:last-child, .action-navBody .action-nav-item,
.action-navBody .action-nav-item:last-child {
  margin-left: 16px;
}
.action-nav-desktop .button.tomato, .action-navBody .button.tomato {
  background-color: #ef5a3e;
}
.action-nav-desktop .button.tomato:hover, .action-navBody .button.tomato:hover {
  background-color: white;
  border-radius: 0;
  color: #ef5a3e !important;
}
.action-nav-desktop .button.tomatoDk, .action-navBody .button.tomatoDk {
  background-color: #c93216;
}
.action-nav-desktop .button.tomatoDk:hover,
.action-nav-desktop .button.tomatoDk.open, .action-navBody .button.tomatoDk:hover,
.action-navBody .button.tomatoDk.open {
  background-color: white;
  border-radius: 0;
  color: #c93216 !important;
}
.action-nav-desktop.contextual-links-region > li:last-child .primary-sub-nav, .action-navBody.contextual-links-region > li:last-child .primary-sub-nav {
  right: 0;
}
.action-nav-desktop > li:last-child .primary-sub-nav, .action-navBody > li:last-child .primary-sub-nav {
  right: 12px;
}

.action-nav-desktop {
  display: none;
}

@media only screen and (min-width: 768px) {
  .secondary-nav,
  .action-nav {
    display: none;
  }

  .action-nav-desktop {
    display: block;
  }
}
.social-sharing {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .social-sharing.align-right {
    text-align: right;
  }
  .social-sharing.align-left {
    text-align: left;
  }
}

.blue.social-sharing-caption, .blue.social-sharing-icon {
  color: #0AA8E3;
}
.pea-green.social-sharing-caption, .pea-green.social-sharing-icon {
  color: #7BA701;
}
.white.social-sharing-caption, .white.social-sharing-icon {
  color: #fff;
}
.black.social-sharing-caption, .black.social-sharing-icon {
  color: #000;
}
.light-gray.social-sharing-caption, .light-gray.social-sharing-icon {
  color: #d4d4d4;
}
.middle-gray.social-sharing-caption, .middle-gray.social-sharing-icon {
  color: #aaa;
}

.social-sharing-caption {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 24px;
  vertical-align: middle;
}
.social-sharing-caption.small {
  font-size: 17px;
}
@media only screen and (max-width: 600px) {
  .social-sharing-caption:not(.small) {
    display: block;
    margin: 0 auto 10px auto;
    width: 80%;
  }
}

.social-sharing-icon {
  font-size: 34px;
  margin-left: 10px;
  text-decoration: none !important;
  vertical-align: middle;
}
.social-sharing-icon i {
  vertical-align: middle;
}
.social-sharing-icon.small {
  font-size: 22px;
  margin-left: 5px;
}

.social-sharing.no-caption .social-sharing-icon:first-child {
  margin-left: 0;
}
.social-sharing.no-caption .social-sharing-icon:last-child {
  margin-right: 0;
}

.card-set {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.card-set.no-padding {
  padding: 0;
}
.card-set.bg-1 {
  /*background-image: url(../img/card-set-bg-1.jpg);*/
}
.card-set.bg-gray {
  background-color: #f8f8f8;
}
.card-set.bg-bone-white {
  background-color: #FBFAF6;
}
.card-set.bg-dark-gray {
  background-color: #262626;
}
.card-set .engagement-card,
.card-set .bird-card {
  margin-bottom: 0;
}
.card-set .engagement-card-photo {
  display: block;
}

.card-set-heading {
  color: #7BA701;
  font-weight: 300;
  text-align: center;
  margin-top: 37.5px;
}
.card-set-heading.white {
  color: #fff;
}
.card-set-heading.black {
  color: #000;
}
.card-set-heading.pea-green {
  color: #7BA701;
}
.card-set-heading.light-gray {
  color: #d4d4d4;
}

.card-set-social {
  margin: 25px 0 50px 0;
}
@media only screen and (min-width: 601px) {
  .card-set-social {
    margin-top: 37.5px;
  }
}

.card-set-dots {
  display: none;
  margin: 10px auto;
  text-align: center;
}
.card-set-dots .dot {
  display: inline-block;
  margin: 0 2px;
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.card-set-dots .dot.active {
  background-color: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 767px) {
  .card-set-dots {
    display: block;
  }
}
.card-set-dots.light .dot {
  background-color: rgba(255, 255, 255, 0.3);
}
.card-set-dots.light .dot.active {
  background-color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 767px) {
  .card-set-wrapper {
    width: 50%;
    max-width: none;
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .card-set-wrapper {
    width: 55%;
  }
}
@media only screen and (max-width: 479px) {
  .card-set-wrapper {
    width: 85%;
  }
}

@media only screen and (max-width: 767px) {
  .card-set-scroller {
    width: 300%;
  }
}

.bird-card-set {
  position: relative;
  overflow: hidden;
  padding-top: 10px;
}
.bird-card-set .bird-card-scroller {
  width: 1000px;
}
@media only screen and (min-width: 1000px) {
  .bird-card-set .bird-card-scroller {
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
}
.bird-card-set .bird-card {
  margin: 0 auto 12.5px auto;
}
.bird-card-set .indicator {
  text-align: center;
  color: #888;
}
@media only screen and (min-width: 1000px) {
  .bird-card-set .indicator {
    visibility: hidden;
  }
}
.bird-card-set .indicator-right.disabled,
.bird-card-set .indicator-left.disabled {
  opacity: 0.4;
}
.bird-card-set.bg-bone-white {
  background-color: #FBFAF6;
}
@media only screen and (min-width: 768px) {
  .bird-card-set.bg-boa {
    background-image: url(../img/card-set-bg-2.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    -moz-transition: background-image 0.5s ease-in-out;
    -o-transition: background-image 0.5s ease-in-out;
    -webkit-transition: background-image 0.5s ease-in-out;
    transition: background-image 0.5s ease-in-out;
  }
  .bird-card-set.bg-boa .row {
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
  .bird-card-set.show-bg .row {
    opacity: 0;
    pointer-events: none;
  }
  .bird-card-set.show-bg .columns a {
    pointer-events: auto;
  }
}

.bird-card-set-bg-caption {
  display: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.bird-card-set-bg-caption .row {
  opacity: 1 !important;
  padding: 10px 0;
}
.bird-card-set-bg-caption h2 {
  margin-bottom: 0;
}
.bird-card-set-bg-caption h2 a {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .show-bg .bird-card-set-bg-caption {
    display: block;
  }
}

.bird-card-set-sidebar .tiny-6:first-child {
  padding-right: 6.25px;
}
.bird-card-set-sidebar .tiny-6:last-child {
  padding-left: 6.25px;
}

@media only screen and (max-width: 479px) {
  .bird-card-set .bird-card-container {
    width: 75%;
    margin: 0 auto;
    padding: 0;
  }
  .bird-card-set .bird-card-scroller {
    width: 400%;
  }
  .bird-card-set .bird-card {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 400px) and (max-width: 480px) {
  .bird-card-set .bird-card-container {
    width: 60%;
  }
}
.frontpage-in-the-news.bird-card-set .bird-card-container.space-bottom {
  padding-bottom: 35px;
}

.bird-card-grid {
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 601px) {
  .bird-card-grid {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 768px) {
  .bird-card-grid {
    background-image: url(../img/grid-bg.jpg);
    background-size: 85% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
.bird-card-grid.no-bg {
  background-image: none !important;
}
.bird-card-grid .bird-card {
  margin-bottom: 12.5px;
}
.bird-card-grid .bird-card, .bird-card-grid .bird-card.appear {
  -moz-animation: appear 0.3s ease-in-out;
  -webkit-animation: appear 0.3s ease-in-out;
  animation: appear 0.3s ease-in-out;
}
.bird-card-grid .bird-card.disappear {
  -moz-animation: disappear 0.3s ease-in-out;
  -webkit-animation: disappear 0.3s ease-in-out;
  animation: disappear 0.3s ease-in-out;
}
.bird-card-grid .bird-card.invisible {
  visibility: hidden;
}
.bird-card-grid .bird-card.appear, .bird-card-grid .bird-card.disappear {
  -moz-transition-property: none;
  -o-transition-property: none;
  -webkit-transition-property: none;
  transition-property: none;
}
.bird-card-grid .columns,
.bird-card-grid .column {
  margin-bottom: 12.5px;
}
@media only screen and (max-width: 479px) {
  .bird-card-grid .bird-card {
    height: 220px;
    overflow: hidden;
  }
  .bird-card-grid .bird-card-illustration {
    height: 160px;
  }
  .bird-card-grid .bird-card-illustration img {
    max-width: 80%;
  }
  .bird-card-grid .bird-card .common-name {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .bird-card-grid .bird-card .scientific-name {
    font-family: "Source Sans Pro", Verdana, sans-serif;
    font-size: 11px;
    line-height: 15px;
  }
  .bird-card-grid .tiny-6:nth-child(odd) {
    padding-right: 6.25px;
    clear: left;
  }
  .bird-card-grid .tiny-6:nth-child(even) {
    padding-left: 6.25px;
    clear: right;
  }
}
@media only screen and (min-width: 400px) {
  .bird-card-grid .bird-card {
    height: 260px;
  }
  .bird-card-grid .bird-card-illustration {
    height: 220px;
  }
  .bird-card-grid .bird-card-illustration img {
    max-width: 90%;
  }
}
@media only screen and (min-width: 520px) {
  .bird-card-grid .bird-card {
    height: 280px;
  }
  .bird-card-grid .bird-card-illustration {
    height: 230px;
  }
  .bird-card-grid .bird-card-illustration img {
    max-width: 95%;
  }
  .bird-card-grid .bird-card .common-name {
    margin-bottom: 5px;
    font-size: 21px;
  }
  .bird-card-grid .bird-card .scientific-name {
    font-size: 12px;
    line-height: 17px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .bird-card-grid .bird-card {
    height: 260px;
  }
  .bird-card-grid .bird-card-illustration {
    height: 220px;
  }
  .bird-card-grid .bird-card-illustration img {
    max-width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .bird-card-grid .bird-card {
    height: 260px;
  }
  .bird-card-grid .bird-card-illustration {
    height: 220px;
  }
  .bird-card-grid .bird-card-illustration img {
    max-width: 90%;
  }
}
@media only screen and (min-width: 900px) {
  .bird-card-grid .bird-card {
    height: 280px;
  }
  .bird-card-grid .bird-card-illustration {
    height: 230px;
  }
  .bird-card-grid .bird-card-illustration img {
    max-width: 95%;
  }
  .bird-card-grid .bird-card .common-name {
    margin-bottom: 5px;
    font-size: 21px;
  }
  .bird-card-grid .bird-card .scientific-name {
    font-size: 12px;
    line-height: 17px;
  }
}
.bird-card-grid.show-bg {
  -moz-transition: background-image 0.5s ease-in-out;
  -o-transition: background-image 0.5s ease-in-out;
  -webkit-transition: background-image 0.5s ease-in-out;
  transition: background-image 0.5s ease-in-out;
}
.bird-card-grid.show-bg .row {
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.bird-card-grid .bg-egg {
  bottom: 100px;
}
@media only screen and (min-width: 1170px) {
  .bird-card-grid .bg-egg {
    bottom: 25px;
  }
}

.bird-card-grid-bg-caption {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.bird-card-grid-bg-caption .row {
  opacity: 1 !important;
  padding: 10px 0;
}
.bird-card-grid-bg-caption h2 {
  margin-bottom: 0;
}
.bird-card-grid-bg-caption h2 a {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .show-bg .bird-card-grid-bg-caption {
    display: block;
  }
}

@-moz-keyframes appear {
  from {
    opacity: 0;
    -moz-transform: scale(0.99) translateY(5px);
    transform: scale(0.99) translateY(5px);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes appear {
  from {
    opacity: 0;
    -webkit-transform: scale(0.99) translateY(5px);
    transform: scale(0.99) translateY(5px);
  }
  to {
    opacity: 1;
  }
}
@keyframes appear {
  from {
    opacity: 0;
    -moz-transform: scale(0.99) translateY(5px);
    -ms-transform: scale(0.99) translateY(5px);
    -webkit-transform: scale(0.99) translateY(5px);
    transform: scale(0.99) translateY(5px);
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes disappear {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -moz-transform: scale(0.99) translateY(5px);
    transform: scale(0.99) translateY(5px);
  }
}
@-webkit-keyframes disappear {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.99) translateY(5px);
    transform: scale(0.99) translateY(5px);
  }
}
@keyframes disappear {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -moz-transform: scale(0.99) translateY(5px);
    -ms-transform: scale(0.99) translateY(5px);
    -webkit-transform: scale(0.99) translateY(5px);
    transform: scale(0.99) translateY(5px);
  }
}
.article {
  margin-bottom: 25px;
}

.article-header {
  margin-top: 25px;
  margin-bottom: 37.5px;
}

.article-slug {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .article-text > :not(.article-aside) {
    width: 75%;
  }
}
.article-text figure:not(.article-video-container) img, .article-text figure:not(.article-video-container) video, .article-text figure:not(.article-video-container) object, .article-text figure:not(.article-video-container) embed, .article-text figure:not(.article-video-container) iframe {
  height: auto;
  width: 100% !important;
}
.article-text figure:not(.article-video-container) .ll-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.article-text figure:not(.article-video-container) .ll-wrapper img:not(.articleImageLazyLoad-processed) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .article-text figure:not(.article-video-container) {
    margin-bottom: 25.5px;
  }
  .article-text figure:not(.article-video-container) iframe {
    max-height: 300px;
  }
}
.article-text h2 {
  margin-top: 37.5px;
}
@media only screen and (min-width: 601px) {
  .article-text > hr {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .article-text {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .article-text {
    width: 80%;
    left: 20%;
  }
}

@media only screen and (max-width: 600px) {
  .article-image, .article-video {
    margin-left: -25px;
    margin-right: -25px;
  }
  .article-image figcaption, .article-video figcaption {
    margin: 10px 25px;
  }
}
@media only screen and (max-width: 479px) {
  .article-image, .article-video {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .article-image figcaption, .article-video figcaption {
    margin: 10px 12.5px;
  }
}

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

.article-video-container.center iframe,
.article-video-container.center object,
.article-video-container.center embed {
  display: block;
  margin: auto;
}

.article-body .bean-welcome-to-audubon {
  z-index: 1;
}
.article-body .bean-welcome-to-audubon .article-aside {
  padding-left: 25px;
}

.bean-welcome-to-audubon .article-aside {
  width: 100% !important;
  padding-left: 0;
}
.bean-welcome-to-audubon .article-aside.hidden {
  display: none;
}
.bean-welcome-to-audubon .article-aside.visible {
  display: block;
}

.article-aside {
  float: right;
  width: 41.66667%;
}
.article-aside img {
  vertical-align: middle;
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .article-aside {
    padding-left: 25px;
  }
  .article-aside.small {
    width: 25%;
  }
  .article-aside.half-width {
    margin-left: 12.5px;
    padding-left: 12.5px;
    width: 50%;
  }
  .article-aside.full-width {
    width: 100%;
    padding-left: 0;
  }
  .article-aside.half-right-width {
    width: 55%;
    float: right;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .article-aside {
    min-width: 33.33333%;
  }
  .article-aside.half-right-width {
    float: none;
    width: 25%;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .article-aside {
    padding: 0;
    width: 100%;
  }
}

.one-third-left-width {
  width: 33% !important;
}
@media only screen and (min-width: 601px) {
  .one-third-left-width {
    padding-right: 25px;
  }
}

.comments {
  padding: 50px 0 0 0;
}

.comments-header {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 12.5px;
  padding-bottom: 12.5px;
  color: #888;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 20px;
}
.comments-header a {
  font-size: 15px;
  margin-right: 12px;
  vertical-align: bottom;
}

.comments-count {
  display: inline-block;
  vertical-align: bottom;
}
.comments-count i {
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 479px) {
  .comments-count {
    font-size: 20px;
  }
}

.comments-add-button {
  float: right;
}

.comments-toggler {
  float: right;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.comments-toggler .open {
  display: none;
}
.comments-toggler.open .open {
  display: inline-block;
}
.comments-toggler.open .closed {
  display: none;
}

.comments-content {
  display: none;
}
.comments-content.show {
  display: block;
}

.comment {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  margin-top: 37.5px;
  padding-left: 55px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .comment {
    padding-left: 75px;
  }
}

.comment-author-image {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 5px;
  left: 0;
}
.comment-author-image img {
  vertical-align: middle;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .comment-author-image {
    width: 60px;
    height: 60px;
  }
}

.comment-author-name {
  font-size: 20px;
  margin-right: 5px;
}

.comment-timestamp {
  color: #aaa;
  display: block;
}
@media only screen and (min-width: 768px) {
  .comment-timestamp {
    display: inline-block;
  }
}

.comment-body {
  margin: 5px 0;
}

.comment-footer a {
  color: #838078;
  font-size: 15px;
}
.comment-footer a:not(:first-child) {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #d4d4d4;
}

/* @todo Add mobile style, javascript for image switching */
.banner {
  position: relative;
  height: 300px;
  margin-bottom: 37.5px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.banner.donate-banner {
  height: 285px;
}
.banner.dark-bg h2, .banner.dark-bg h3, .banner.dark-bg h4, .banner.dark-bg p, .banner.dark-bg ul, .banner.dark-bg h2 a {
  color: #fff;
}
.banner.light-bg h2, .banner.light-bg h3, .banner.light-bg h4, .banner.light-bg p, .banner.light-bg ul, .banner.light-bg h2 a {
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 840px) {
  .banner {
    height: 280px;
  }
}
@media only screen and (max-width: 600px) {
  .banner {
    height: 400px;
    margin: 0 -12.5px 25px -12.5px;
    background-position: center center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .banner {
    height: 440px;
    margin: 0 -25px 25px -25px;
  }
}

.banner-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 40%, rgba(0, 0, 0, 0.2));
}
.light-bg .banner-gradient-overlay {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 40%, rgba(255, 255, 255, 0.2));
}
@media only screen and (min-width: 601px) {
  .banner-gradient-overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 40%, rgba(0, 0, 0, 0) 85%);
  }
  .light-bg .banner-gradient-overlay {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 40%, rgba(255, 255, 255, 0) 85%);
  }
}

.banner-gradient-overlay-horizontal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 25%, rgba(0, 0, 0, 0.2));
}
.light-bg .banner-gradient-overlay-horizontal {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.85) 25%, rgba(255, 255, 255, 0.2));
}
@media only screen and (min-width: 601px) {
  .banner-gradient-overlay-horizontal {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 25%, rgba(0, 0, 0, 0) 75%);
  }
  .light-bg .banner-gradient-overlay-horizontal {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.85) 25%, rgba(255, 255, 255, 0) 75%);
  }
}

.banner-text {
  position: absolute;
  margin-right: 12.5px;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}
@media only screen {
  .banner-text {
    top: 12.5px;
    left: 12.5px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .banner-text {
    left: 25px;
    margin-right: 25px;
  }
}
@media only screen and (min-width: 601px) {
  .banner-text {
    width: 45%;
  }
  .donate-banner .banner-text {
    width: 240px;
  }
}
@media only screen and (min-width: 768px) {
  .banner-text {
    top: 12.5px;
    left: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 840px) {
  .banner-text {
    width: 49%;
  }
}
.banner-text.full-width {
  width: 100%;
  left: 0;
  bottom: 0;
  top: auto;
  padding: 25px;
}

.banner-slug {
  display: block;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 20px;
}

.banner-title {
  font-size: 24px;
  margin-bottom: 12.5px;
}
@media only screen and (min-width: 768px) {
  .banner-title {
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: -1px;
  }
}

.banner-blurb {
  font-style: italic;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}
.banner-blurb.yellow {
  color: #ffcc00 !important;
  margin-bottom: 15px;
}

.banner-links {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 15px;
}
.banner-links li {
  display: inline-block;
}
.banner-links li:not(:first-child):before {
  content: " | ";
  color: #d4d4d4;
  margin: 0 3px;
}

.banner-set {
  margin-top: 25px;
}
@media only screen and (max-width: 600px) {
  .banner-set {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 840px) {
  .banner-set {
    padding: 0;
  }
  .banner-set .columns {
    padding: 0;
  }
}

.section-nav {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  margin-top: 10px;
  text-align: center;
}
.section-nav li:not(:last-of-type):after {
  content: " | ";
  color: rgba(131, 128, 120, 0.5);
  margin: 0 5px;
}
.section-nav a {
  color: #838078;
}
.section-nav a:hover {
  color: #4e4c47;
}
.section-nav a.cta {
  color: #E18400;
}
.section-nav a.cta:hover {
  color: #955700;
}
.section-nav a.color-blue {
  color: #0AA8E3;
  font-size: 20px;
}
.section-nav a.color-blue:hover {
  color: #07729a;
}
.section-nav i {
  vertical-align: middle;
}
.section-nav select {
  margin-bottom: 0;
  margin-left: 10px;
  min-width: 200px;
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .section-nav {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .section-nav {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 12.5px;
    text-align: right;
  }
}

.section-header {
  position: relative;
  margin: 25px auto;
}
.section-header h1, .section-header h2, .section-header h3 {
  margin-bottom: 0;
}
.section-header.border-bottom {
  padding: 0;
}
.section-header.border-bottom .sub-heading {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .section-header.border-bottom .section-nav {
    bottom: 7px;
  }
}
.section-header .sub-heading {
  color: #89867e;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .section-header h2, .section-header h3 {
    text-align: left;
  }
}
body.black-bg .section-header h1, body.black-bg .section-header h2, body.black-bg .section-header h3 {
  color: #d4d4d4;
}
body.black-bg .section-header a {
  color: #d4d4d4;
}
body.black-bg .section-header a:hover {
  color: #fff;
}

.section-header-slug {
  display: block;
  font-size: 20px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
}

.bird-guide-container {
  background-color: #000;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .bird-guide-container {
    background-color: #fff;
  }
}
@media only screen and (max-width: 600px) {
  .bird-guide-container {
    min-height: 0;
    padding: 0;
  }
  .bird-guide-container > .row,
  .bird-guide-container > .row > .column {
    padding: 0;
  }
}
@media only screen and (min-width: 601px) {
  .bird-guide-container {
    padding: 460px 0 25px 0;
  }
}
@media only screen and (min-width: 768px) {
  .bird-guide-container {
    padding-top: 520px;
  }
}
@media only screen and (min-width: 960px) {
  .bird-guide-container {
    padding-top: 640px;
  }
}
@media only screen and (min-width: 1080px) {
  .bird-guide-container {
    padding-top: 680px;
  }
}
@media only screen and (min-width: 1280px) {
  .bird-guide-container {
    padding-top: 800px;
  }
}
@media screen and (min-width: 1280px) and (max-height: 768px) {
  .bird-guide-container {
    padding-top: 600px;
  }
}
@media only screen and (min-width: 1440px) {
  .bird-guide-container {
    padding-top: 880px;
  }
}
@media only screen and (min-width: 1650px) {
  .bird-guide-container {
    padding-top: 960px;
  }
}
@media only screen and (min-width: 1920px) {
  .bird-guide-container {
    padding-top: 1020px;
  }
}

.bird-guide-image {
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
  text-align: center;
}
.bird-guide-image img {
  display: block;
  height: auto;
  width: 150%;
  max-width: none;
  margin-left: -25%;
}
@media only screen and (max-width: 600px) {
  .bird-guide-image {
    position: static;
  }
}
@media only screen and (min-width: 601px) {
  .bird-guide-image:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 20%, #000000 100%);
  }
  .bird-guide-image img {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .bird-guide-image:after {
    height: 200px;
  }
}
@media only screen and (min-width: 960px) {
  .bird-guide-image:after {
    height: 300px;
  }
}

.bird-guide-image-link {
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #999;
  height: 42px;
  width: 42px;
  padding: 10px;
  z-index: 2;
  background-position: center center;
  border-radius: 100%;
}
.bird-guide-image-link:hover {
  background-color: #E18400;
}
@media only screen and (min-width: 768px) {
  .bird-guide-image-link {
    display: block;
  }
}

.bird-guide-card {
  position: relative;
  z-index: 2;
  padding: 25px 25px 0 25px;
}
@media only screen and (max-width: 600px) {
  .bird-guide-card {
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
    padding: 25px 12.5px 0 12.5px;
  }
}
.bird-guide-card i {
  vertical-align: middle;
}

.bird-guide-tags {
  position: absolute;
  top: -1px;
  left: -1px;
  color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .bird-guide-tags {
    top: 0;
    left: 0;
  }
}
.bird-guide-tags .bird-guide-tag {
  float: left;
  width: 160px;
}
.bird-guide-tags .bird-guide-tag.bird-guide-tag-priority {
  background-color: #F15936;
}
.bird-guide-tags .bird-guide-tag.bird-guide-tag-threatened {
  background-color: #F2DA15;
}
.bird-guide-tags .bird-guide-tag.bird-guide-tag-threatened a {
  color: #000;
}
.bird-guide-tags .bird-guide-tag.bird-guide-tag-endangered {
  background-color: #FC2500;
}
.bird-guide-tags .bird-guide-tag.bird-guide-tag-endangered a {
  color: #fff;
}
.bird-guide-tags .bird-guide-tag a {
  width: 100%;
  display: block;
}

.bird-guide-header {
  padding-bottom: 25px;
  border-bottom: 1px solid #ececec;
}
.bird-guide-header .common-name {
  margin: 12.5px 0 0 0;
}
.bird-guide-header .scientific-name {
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
}
.bird-guide-header .illustration {
  text-align: center;
}

@media only screen and (min-width: 601px) {
  .bird-guide-body > .row > .columns.large-8 {
    border-right: 1px solid #ececec;
    padding-right: 0;
  }
  .bird-guide-body > .row > .columns.large-4 {
    padding-left: 0;
  }
}

.bird-guide-section {
  border-bottom: 1px solid #ececec;
  padding: 25px;
}
@media only screen and (max-width: 600px) {
  .bird-guide-section {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 601px) {
  .bird-guide-section.small {
    padding: 12.5px 25px;
  }
}
.bird-guide-section.small p {
  margin-bottom: 10px;
}
.bird-guide-section.left-col {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .bird-guide-section.left-col .columns + .columns {
    margin-top: 25px;
  }
}
.bird-guide-section:last-child {
  border-bottom: 0;
}
.bird-guide-section.center {
  text-align: center;
}
.bird-guide-section.sans {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.illustration-attribution,
.sound-attribution {
  font-size: 12px;
  line-height: 20px;
}

.illustration-attribution {
  text-align: center;
}

.sound-attribution {
  font-size: 12px;
  text-align: left;
  line-height: 20px;
  color: #404040;
  font-family: "Noto Serif", Georgia, serif;
  padding: 15px 0 !important;
}

.bird-guide-external {
  margin-top: 25px;
  border: 2px solid #FFAD33;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.bird-guide-external-header {
  padding: 5px 12.5px;
  background-color: #FFAD33;
  color: black;
  font-size: 16px;
}
.bird-guide-external-header .close {
  float: right;
  cursor: pointer;
  color: black;
}

.bird-guide-external-content {
  padding: 12.5px;
}

.bird-guide-external-item + .bird-guide-external-item {
  margin-top: 20px;
}
.bird-guide-external-item p + p {
  margin-top: 5px;
}
.bird-guide-external-item img {
  float: left;
  max-width: 50%;
  padding: 0 12.5px 12.5px 0;
  vertical-align: middle;
}
@media only screen and (min-width: 601px) {
  .bird-guide-external-item img {
    max-width: 35%;
    padding: 0 25px 12.5px 0;
  }
}

.range-map-key {
  padding-top: 10px;
  margin: 10px 0 0 0;
  border-top: 1px solid #d4d4d4;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 15px;
  line-height: 20px;
  list-style-type: none;
}
.range-map-key .key-item {
  display: block;
  margin-bottom: 5px;
}
.range-map-key .key-swatch {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.range-map-key .key-label {
  display: inline-block;
  vertical-align: middle;
}

.thumb-strip {
  position: relative;
  visibility: hidden;
}
.thumb-strip ul {
  height: 0;
  position: relative;
  margin: 0;
}
.thumb-strip img {
  vertical-align: middle;
  margin: 0 3px;
}
.thumb-strip li {
  display: block;
  float: left;
  list-style-type: none;
}
.thumb-strip.loaded {
  visibility: visible;
}
@media only screen and (min-width: 601px) {
  .thumb-strip {
    margin: 0 36px 0 35px;
  }
}
@media only screen and (max-width: 600px) {
  .thumb-strip {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
}

.thumb-strip-wrapper {
  overflow: hidden;
}

.thumb-strip-prev, .thumb-strip-next {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px;
  background-color: #ececec;
  z-index: 1;
}
.thumb-strip-prev i, .thumb-strip-next i {
  display: block;
  color: #aaa;
  font-size: 24px;
  line-height: 24px;
  margin: 36px 6px;
}
@media only screen and (min-width: 601px) {
  .thumb-strip-prev, .thumb-strip-next {
    display: block;
  }
}

.thumb-strip-prev {
  border-right: 10px solid #fff;
  left: -35px;
}

.thumb-strip-next {
  border-left: 10px solid #fff;
  right: -35px;
}

@media only screen and (max-width: 479px) {
  .index-list .view .pager-load-more {
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .index-list .view .pager-load-more {
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .index-list .view .pager-load-more {
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 768px) {
  .index-list {
    margin-bottom: 75px;
  }
}

/* @todo Document this whole thing */
.slideshow {
  margin-bottom: 50px;
  position: relative;
}
body.black-bg .slideshow {
  color: #fff !important;
}
@media only screen and (min-width: 768px) {
  .slideshow.standalone {
    margin-top: -60px;
  }
}
.slideshow.hidden {
  visibility: hidden;
}

.hero-image .slideshow img {
  min-width: 0;
}

.slide {
  float: left;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.slide.title-slide .slide-img:after, .slide.end-slide .slide-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.65));
}

.title-slide-content,
.end-slide-content {
  color: #fff;
}
.title-slide-content h1, .title-slide-content h2, .title-slide-content h3,
.end-slide-content h1,
.end-slide-content h2,
.end-slide-content h3 {
  color: #fff;
  margin-bottom: 10px;
}
.title-slide-content > .columns,
.title-slide-content > .column,
.end-slide-content > .columns,
.end-slide-content > .column {
  position: absolute;
  max-width: 1000px;
  top: 25px;
}
@media only screen and (min-width: 768px) {
  .title-slide-content > .columns,
  .title-slide-content > .column,
  .end-slide-content > .columns,
  .end-slide-content > .column {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
  }
}
.title-slide-content .engagement-card,
.end-slide-content .engagement-card {
  color: #262626;
}
.title-slide-content .engagement-card h1, .title-slide-content .engagement-card h2, .title-slide-content .engagement-card h3,
.end-slide-content .engagement-card h1,
.end-slide-content .engagement-card h2,
.end-slide-content .engagement-card h3 {
  color: #E18400;
}

.title-slide-button,
.end-slide-button {
  padding-left: 50px !important;
  overflow: hidden;
}
.title-slide-button:before, .title-slide-button:after,
.end-slide-button:before,
.end-slide-button:after {
  content: "";
  position: absolute;
  display: block;
}
.title-slide-button:before,
.end-slide-button:before {
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 100%;
  background-color: rgba(67, 91, 1, 0.5);
}

.title-slide-button:after {
  left: 16px;
  top: 12px;
  border: 9px solid transparent;
  border-left: 9px solid #fff;
}

.end-slide-button i {
  position: absolute;
  left: 12px;
  top: 12px;
}

.end-slide-links {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 20px;
}
.end-slide-links li:not(:first-child):before {
  content: " | ";
  margin: 0 4px;
}

.slideshow-title h3 {
  margin-bottom: 12.5px;
}

.slideshow-indicator {
  color: #000;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.slideshow-indicator .slideshow-control {
  position: relative;
  top: 1px;
  margin: 0 5px;
  font-size: 12px;
}
.slideshow-indicator .slideshow-control.inactive {
  opacity: 0;
  pointer-events: none;
}
.slideshow-indicator .social-sharing-icon {
  margin: 5px;
}
@media only screen and (min-width: 768px) {
  .slideshow-indicator {
    text-align: right;
  }
}

.slideshow-wrapper {
  overflow: hidden;
}

.slide-img {
  pointer-events: none;
  overflow: hidden;
  text-align: center;
}
body.black-bg .slide-img {
  background-color: #202020;
}
@media only screen and (min-width: 768px) {
  .slide-img {
    min-height: 480px;
  }
}
.slide-img img {
  vertical-align: middle;
}

.slide-caption, .video-caption-container .video-caption {
  color: #888;
  font-family: "Source Sans Pro",Verdana,sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  text-align: left;
}
.slide-caption p, .video-caption-container .video-caption p {
  margin-bottom: 25.5px;
}
.slide-caption p:last-child, .video-caption-container .video-caption p:last-child {
  margin-bottom: 0;
  display: inline !important;
}

.slideshow-button {
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 40%;
  z-index: 2;
  width: 50px;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../img/arrow-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.slideshow-button.prev {
  left: 0;
}
.slideshow-button.next {
  right: 0;
  background-image: url(../img/arrow-right.png);
}
.slideshow:hover .slideshow-button {
  opacity: 1;
  pointer-events: visible;
  cursor: pointer;
}
body.touch .slideshow-button {
  display: none;
}

body.black-bg .slideshow,
body.black-bg .slideshow-indicator,
body.black-bg .slide-caption,
body.black-bg .video-caption-container .video-caption,
.video-caption-container body.black-bg .video-caption {
  color: #fff;
}

.global-content .article .article-body .article-text .slideshow .slide > .row,
.global-content .article .article-body .article-text .slideshow .slideshow-indicator {
  max-width: 1000px;
}

.see-all-show {
  display: none;
}

.conservation-strategy-projects-block .editorial-card {
  margin-bottom: 20px;
}
.conservation-strategy-projects-block .projects-list .columns:nth-of-type(3n+1) {
  clear: both;
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .conservation-strategy-projects-block .projects-list .columns .editorial-card {
    min-height: inherit !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .conservation-strategy-projects-block .projects-list .columns .editorial-card {
    min-height: inherit !important;
  }
}
@media only screen and (max-width: 479px) {
  .conservation-strategy-projects-block .projects-list .columns .editorial-card {
    min-height: inherit !important;
  }
}

.conservation-strategy-content {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.conservation-slider {
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.conservation-slider .slide {
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-size: 50%;
  width: 20%;
}
.conservation-slider .editorial-card-inline-photo {
  display: none;
}
@media only screen and (max-width: 600px) {
  .conservation-slider .editorial-card-inline-photo {
    display: inline-block;
    float: left;
    width: 100px;
    margin: 0 10px 15px 0;
    position: relative;
    top: 3px;
  }
  .conservation-slider .editorial-card-slug,
  .conservation-slider .editorial-card-title {
    margin-left: 110px;
  }
  .conservation-slider .editorial-card-content p {
    clear: left;
  }
}

.conservation-wrapper {
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}

.conservation-scroller {
  width: 500%;
}

.conservation-slide-image {
  padding: 0 !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  background-color: #ddd;
  min-height: 300px;
  pointer-events: none;
}
@media only screen and (min-width: 480px) {
  .conservation-slide-image {
    min-height: 350px;
  }
}
@media only screen and (min-width: 768px) {
  .conservation-slide-image {
    min-height: 400px;
  }
}
@media only screen and (min-width: 900px) {
  .conservation-slide-image {
    min-height: 450px;
  }
}
@media only screen and (min-width: 1100px) {
  .conservation-slide-image {
    min-height: 620px;
    float: left;
    width: 50%;
  }
}

.conservation-slide-text {
  background-color: #f8f8f8;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  z-index: 1;
}
.conservation-slide-text .editorial-card.index {
  margin: 37.5px 0 0 -12.5px;
}
@media only screen and (min-width: 768px) {
  .conservation-slide-text {
    padding: 25px;
  }
}
@media only screen and (min-width: 1100px) {
  .conservation-slide-text {
    float: right;
    width: 50%;
  }
  .conservation-slide-text .column {
    max-width: 500px;
  }
}

.conservation-slide-headline {
  color: #0AA8E3;
}

.conservation-slider-button {
  display: none;
  position: absolute;
  top: 150px;
  z-index: 2;
  width: 50px;
  height: 60px;
  margin-top: -30px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../img/arrow-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.conservation-slider-button.prev {
  left: 0;
}
.conservation-slider-button.next {
  right: 0;
  background-image: url(../img/arrow-right.png);
}
@media only screen and (min-width: 480px) {
  .conservation-slider-button {
    top: 175px;
  }
}
@media only screen and (min-width: 768px) {
  .conservation-slider-button {
    top: 200px;
  }
}
@media only screen and (min-width: 900px) {
  .conservation-slider-button {
    top: 225px;
  }
}
@media only screen and (min-width: 1100px) {
  .conservation-slider-button {
    top: 310px;
  }
}
@media only screen and (min-width: 1000px) {
  .conservation-slider-button {
    display: block;
  }
}

.conservation-indicator {
  text-align: center;
  margin: 25px auto;
}

.conservation-indicator-icon {
  margin: 0 10px;
  opacity: 0.25;
  cursor: pointer;
}
.conservation-indicator-icon img {
  height: 35px;
  width: auto;
}
.conservation-indicator-icon.active {
  opacity: 1;
}
@media only screen and (min-width: 480px) {
  .conservation-indicator-icon {
    margin: 0 15px;
  }
  .conservation-indicator-icon img {
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .conservation-indicator-icon {
    margin: 0 30px;
  }
}

.breakout-section {
  color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media only screen and (max-width: 767px) {
  .breakout-section.no-hero:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
  }
  .breakout-section .columns + .columns {
    margin-top: 12.5px;
  }
}
.breakout-section.black-bg {
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .breakout-section.fixed-height {
    padding-bottom: 560px;
  }
}
@media only screen and (min-width: 768px) {
  .breakout-section.fixed-height {
    height: 800px;
  }
}

@media only screen and (min-width: 768px) {
  .breakout-section-side {
    position: absolute;
    bottom: 50px;
    z-index: 1;
  }
}

.breakout-section-box {
  color: #404040;
  text-shadow: none;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 12.5px;
  position: relative;
  z-index: 2;
}
.breakout-section-box h1, .breakout-section-box h2, .breakout-section-box h3, .breakout-section-box h4, .breakout-section-box h5 {
  color: #fff;
  margin-bottom: 10px;
}
.breakout-section-box h1 a, .breakout-section-box h2 a, .breakout-section-box h3 a, .breakout-section-box h4 a, .breakout-section-box h5 a {
  color: #fff;
}
.breakout-section-box ul, .breakout-section-box ol {
  margin-left: 23px;
}
@media only screen and (min-width: 900px) {
  .breakout-section-box {
    padding: 20px;
    max-width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .breakout-section-box.collapse-minimal {
    color: #404040;
    background-color: transparent;
    padding: 0;
  }
  .breakout-section-box.collapse-minimal h1, .breakout-section-box.collapse-minimal h2, .breakout-section-box.collapse-minimal h3, .breakout-section-box.collapse-minimal h4, .breakout-section-box.collapse-minimal h5 {
    color: #404040;
  }
}

.breakout-section-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 300px;
  position: relative;
}
.breakout-section-hero .column {
  width: auto;
  position: absolute;
  bottom: -50px;
}
@media only screen and (min-width: 601px) {
  .breakout-section-hero .column {
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .breakout-section-hero {
    height: 500px;
  }
}
.breakout-section-hero.tall {
  height: 250px;
}
@media only screen and (min-width: 480px) {
  .breakout-section-hero.tall {
    height: 350px;
  }
}
@media only screen and (min-width: 601px) {
  .breakout-section-hero.tall {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .breakout-section-hero.tall {
    height: 800px;
  }
}
.black-bg .breakout-section-hero:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100px;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), #000000);
}

.breakout-section-headline {
  color: #fff;
  text-shadow: 0 1px 4px #000;
  max-width: 1000px;
  position: relative;
  z-index: 2;
}

.breakout-section-content {
  position: relative;
  z-index: 1;
}
.breakout-section-content.light-text {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.breakout-section-content.light-text h1, .breakout-section-content.light-text h2, .breakout-section-content.light-text h3, .breakout-section-content.light-text h4, .breakout-section-content.light-text h5 {
  color: #fff;
}
.breakout-section-content.light-text h1 a:hover, .breakout-section-content.light-text h2 a:hover, .breakout-section-content.light-text h3 a:hover, .breakout-section-content.light-text h4 a:hover, .breakout-section-content.light-text h5 a:hover {
  color: #cccccc;
}
.breakout-section-content.dark-text {
  color: #404040;
}
.breakout-section-content.fade-to-black:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.breakout-section-content.fade-to-black > .row {
  z-index: 2;
  position: relative;
}
.breakout-section-hero + .breakout-section-content {
  padding-top: 150px;
  margin-top: -100px;
  background: linear-gradient(rgba(0, 0, 0, 0), #000000);
  background-repeat: no-repeat;
  background-size: 100% 100px;
  background-position: center top;
  position: relative;
}
@media only screen and (min-width: 601px) {
  .breakout-section-hero + .breakout-section-content {
    padding-top: 100px;
  }
}

.page-summary {
  padding: 10px;
  background-color: #FBFAF6;
  border: 1px solid #f3f0e4;
}
@media only screen and (min-width: 601px) {
  .page-summary {
    padding: 20px;
  }
}

.page-summary-title {
  color: #F15936;
  margin-bottom: 10px;
}

.page-summary-body {
  font-style: italic;
}

.page-content, .page-content > * {
  margin-bottom: 25.5px;
}

.inline-map {
  position: relative;
}

.inline-map-canvas {
  background-color: transparent;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media only screen {
  .inline-map-canvas {
    min-height: 280px;
  }
}
@media only screen and (min-width: 480px) {
  .inline-map-canvas {
    min-height: 280px;
  }
}
@media only screen and (min-width: 768px) {
  .inline-map-canvas {
    min-height: 440px;
  }
}
@media only screen and (min-width: 840px) {
  .inline-map-canvas {
    min-height: 500px;
  }
}
@media only screen {
  .inline-map.small > .inline-map-canvas {
    min-height: 200px;
  }
}
@media only screen and (min-width: 480px) {
  .inline-map.small > .inline-map-canvas {
    min-height: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .inline-map.small > .inline-map-canvas {
    min-height: 300px;
  }
}
@media only screen and (min-width: 840px) {
  .inline-map.small > .inline-map-canvas {
    min-height: 360px;
  }
}
.inline-map-canvas iframe {
  min-height: 280px;
}
@media only screen and (min-width: 601px) {
  .inline-map-canvas iframe {
    position: absolute;
  }
}

.inline-map-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.inline-map-mask.off {
  display: none;
}

.map-profile {
  margin: 25px 0;
}
.map-profile.invisible {
  display: none;
}
@media only screen and (min-width: 601px) {
  .map-profile {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
}

.map-profile-photo {
  -moz-user-select: off;
  -ms-user-select: off;
  -webkit-user-select: off;
  user-select: off;
}

.map-profile-content {
  padding-bottom: 10px;
}

.map-profile-headline {
  margin-bottom: 10px;
}

.map-profile-close {
  float: right;
}
.map-profile-close a {
  color: #aaa;
}
.map-profile-close a:hover {
  color: #777777;
}

.past-magazin-issue .magazin-issues-list .magazine-issue-year h2 {
  margin-top: 10px;
}

.node-magazine-issue.node-teaser {
  margin: 10px auto 30px;
}
.node-magazine-issue.node-teaser .magazin-issue-title a {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 15px;
}
.node-magazine-issue.node-teaser .magazin-issue-article h4 {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  margin-bottom: 10px;
}

.magazine-issue-other-issues h2 {
  margin: 0 12.5px 10px;
  font-size: 38px;
}

.editorial-card-photo-bottom {
  display: none;
}

.magazin-issue-featured .editorial-card-photo-bottom {
  margin-top: 12.5px;
}
@media only screen and (max-width: 479px) {
  .magazin-issue-featured .editorial-card-photo-bottom {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .magazin-issue-featured .editorial-card-photo-bottom {
    display: block;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .magazin-issue-featured .editorial-card-photo-bottom {
    display: block;
  }
}

.bio-header {
  font-family: "Source Sans Pro", Verdana, sans-serif;
}

.bio-image {
  border-radius: 100%;
  width: 130px;
  height: 130px;
}
@media only screen and (max-width: 600px) {
  .bio-image {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 601px) {
  .bio-image {
    float: left;
    margin-right: 25px;
  }
}

.bio-eyebrow {
  display: block;
  font-size: 20px;
  margin-top: 5px;
}

.bio-name {
  margin-bottom: 5px;
}
.bio-name a {
  color: #0AA8E3;
}
.bio-name i {
  font-size: 32px;
  vertical-align: middle;
  margin-left: 20px;
}

.bio-title {
  font-size: 30px;
  font-weight: 300;
}
@media only screen and (max-width: 479px) {
  .bio-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .bio-title {
    font-size: 20px;
  }
}

.table-sort select,
.table-sort input,
.table-sort button {
  width: 100%;
  margin-bottom: 0;
}
.table-sort .table-sort-search {
  display: block;
  float: left;
  width: 82%;
}
.table-sort .table-sort-button {
  display: block;
  float: left;
  width: 15%;
  height: 40px;
  margin-left: 3%;
}
.table-sort .columns {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .table-sort .columns {
    margin-bottom: 0;
  }
}

.curtain {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100.2%;
  z-index: 5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.5);
  -moz-transition-property: -moz-transform, -webkit-transform, -moz-transform;
  -o-transition-property: -o-transform, -webkit-transform, -moz-transform;
  -webkit-transition-property: -webkit-transform, -webkit-transform, -moz-transform;
  transition-property: transform, -webkit-transform, -moz-transform;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.curtain.focus-left {
  background-position: center left;
}
.curtain.focus-right {
  background-position: center right;
}
.curtain.align-top {
  background-position: center top;
}
.curtain.off {
  -moz-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
}
@media only screen and (min-width: 768px) {
  .curtain {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .force-curtain-fallback .curtain {
    display: none;
  }
}

.curtain-content {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 25px 0;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-repeat: no-repeat;
  background-size: 100% 100px;
  background-position: center bottom;
}
.curtain-content.light-text {
  color: #fff;
}
.curtain-content.light-text h1 a, .curtain-content.light-text h2 a, .curtain-content.light-text h3 a, .curtain-content.light-text h4 a, .curtain-content.light-text h5 a {
  color: #fff;
}
.curtain-content.dark-text {
  color: #404040;
}
.curtain-content .hero-header {
  position: static;
}

.curtain-content-up {
  position: absolute;
  top: 0;
  height: 400px;
  z-index: 1;
  padding: 25px 0;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-repeat: no-repeat;
  background-size: 100% 100px;
  background-position: center top;
}

.curtain-attribution {
  line-height: 20px;
}
.curtain-attribution .title {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 15px;
}
.curtain-attribution .credit {
  font-family: "Noto Serif", Georgia, serif;
  font-size: 12px;
  font-style: italic;
}

.curtain-card {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 25px;
}
.curtain-card.no-bg {
  background-color: transparent;
}
.curtain-card h1 a, .curtain-card h2 a, .curtain-card h3 a, .curtain-card h4 a, .curtain-card h5 a {
  color: #fff;
}
.curtain-card h1 a:hover, .curtain-card h2 a:hover, .curtain-card h3 a:hover, .curtain-card h4 a:hover, .curtain-card h5 a:hover {
  color: #cccccc;
}

.curtain-card-slug {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 20px;
}

.curtain-card-headline {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 10px;
}

.curtain-card-blurb {
  font-size: 15px;
  font-style: italic;
  line-height: 20px;
}

.curtain-video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.curtain-video video {
  position: absolute;
}
.curtain-video.cover video {
  min-height: 100%;
  min-width: 100%;
  max-width: none;
}
.curtain-video.center video, .curtain-video.top-left video, .curtain-video.top-right video, .curtain-video.bottom-left video, .curtain-video.bottom-right video {
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  transform: scale(1);
  margin: 0 auto !important;
  -webkit-transform: scale(1);
}
.curtain-video.center video, .curtain-video.cover video {
  top: 50%;
  left: 50%;
}
.curtain-video.center video {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
}
.curtain-video.top-left video {
  top: 0;
  left: 0;
}
.curtain-video.top-right video {
  top: 0;
  right: 0;
}
.curtain-video.bottom-left video {
  bottom: 0;
  left: 0;
}
.curtain-video.bottom-right video {
  bottom: 0;
  right: 0;
}
.curtain-video .curtain-video-load-indicator {
  background-image: url(../img/video-loading-indicator.png);
  position: absolute;
  height: 34px;
  left: 50%;
  top: 50%;
  width: 34px;
  margin-top: -17px;
  margin-left: -17px;
  cursor: pointer;
  background-position: center center;
  background-size: 34px;
  -webkit-animation: spin 1s ease infinite;
  -moz-animation: spin 1s ease infinite;
  -ms-animation: spin 1s ease infinite;
  -o-animation: spin 1s ease infinite;
  animation: spin 1s ease infinite;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.curtain-arrow {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 50%;
  width: 100px;
  height: 50px;
  margin-left: -50px;
  display: block;
  background-image: url(../img/descend.png);
  background-size: 45px 27px;
  background-repeat: no-repeat;
  background-position: center center;
}

.curtain-wrapper {
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .curtain-wrapper.on {
    position: fixed;
    left: 0;
    width: 100%;
  }
}

.curtain-package {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75));
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 300px;
}
.curtain-package h4 {
  font-size: 21px;
  line-height: 24px;
  letter-spacing: -0.1px;
}
.curtain-package .hero-header .button {
  padding: 5px 25px;
}
.curtain-package .hero-paragraph {
  margin: 20px 0;
  width: auto;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-style: normal;
}
.curtain-package .editorial-card-list-item {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 20px;
}
.curtain-package.dark-bottom-bg {
  background: linear-gradient(rgba(0, 0, 0, 0), #000000);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 300px;
}
.curtain-package.dark-bottom-bg h4 a {
  color: #fff;
}
.curtain-package.dark-text .hero-paragraph {
  color: #404040;
}
.curtain-package.light-text .hero-title, .curtain-package.light-text .hero-slug, .curtain-package.light-text .hero-paragraph {
  color: #fff !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.75);
}
.curtain-package.light-text .hero-slug {
  font-weight: 600;
}
.curtain-package.light-text .hero-title {
  font-weight: 400;
}

.curtain-summary {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-style: normal;
}

.admin-menu .curtain {
  margin-top: 29px;
}

/* Panels IPE fixes. */
.panels-ipe-editing .curtain,
.panels-ipe-editing .curtain-content {
  position: relative;
}

.bg-egg {
  position: absolute;
  display: none;
  bottom: 10px;
  left: 25px;
  background-color: #999;
  padding: 10px;
  height: 42px;
  width: 42px;
  background-position: center center;
  border-radius: 100%;
  z-index: 2;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.bg-egg.active {
  background-color: #000;
  background-image: url(../img/icon-close.png);
  color: #E18400;
  font-size: 24px;
  line-height: 24px;
  padding: 11px 13px;
}
@media only screen and (min-width: 768px) {
  .bg-egg {
    display: block;
  }
}

.donation-form-controls select {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .donation-form-controls {
    text-align: center;
  }
}

.donation-amount {
  color: #0AA8E3 !important;
}

.donation-form-amounts input[type="radio"] {
  margin-right: 10px;
}
.donation-form-amounts input[type="text"] {
  display: inline-block;
  width: 70px;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #aaa;
  padding: 5px;
  height: 25px;
  font-size: 20px;
  text-align: center;
}
@media only screen and (min-width: 601px) {
  .donation-form-amounts label {
    display: inline-block;
    margin: 0 10px;
  }
}

.donation-form-type {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  margin-top: 10px;
}
.donation-form-type a {
  color: #aaa;
}
.donation-form-type a:hover {
  color: #aaa;
}
.donation-form-type a.active {
  color: #0AA8E3;
}
.donation-form-type a.active:hover {
  color: #0AA8E3;
}
.donation-form-type img {
  vertical-align: middle;
  margin-left: 2px;
}
.donation-form-type .inline-list li {
  display: inline-block;
  padding: 5px 4px;
}
@media only screen and (min-width: 768px) {
  .donation-form-type .inline-list li {
    padding: 5px 10px;
  }
}
.donation-form-type .inline-list li:not(:first-child) {
  border-left: 1px solid #d4d4d4;
}

@media only screen and (min-width: 601px) {
  .donation-form-body .columns .columns {
    padding: 0 6.25px;
  }
  .donation-form-body .columns .columns:first-child {
    padding-left: 12.5px;
  }
  .donation-form-body .columns .columns:last-child {
    padding-right: 12.5px;
  }
}
@media only screen and (max-width: 600px) {
  .donation-form-body .columns .columns[class*="tiny"] {
    padding: 0 6.25px;
  }
  .donation-form-body .columns .columns[class*="tiny"]:first-child {
    padding-left: 12.5px;
  }
  .donation-form-body .columns .columns[class*="tiny"]:last-child {
    padding-right: 12.5px;
  }
}
.donation-form-body select {
  width: 100%;
}
.donation-form-body label {
  display: inline !important;
  margin: 0 !important;
}
.donation-form-body input[type="checkbox"],
.donation-form-body input[type="radio"] {
  display: inline;
  margin: 0 0.5rem 1rem 0 !important;
}
.donation-form-body .donation-button-container {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .donation-form-body label.inline.right {
    display: block;
    margin-bottom: 0;
    text-align: left;
    float: none !important;
  }
}

.flyway-paths {
  position: relative;
}
.flyway-paths .flyway-megamap-point {
  position: absolute !important;
  top: auto;
  bottom: 70px;
  left: 30px;
  margin-top: -180px;
  min-width: 120px;
  max-width: 150px;
}
@media only screen and (min-width: 950px) {
  .flyway-paths .flyway-megamap-point {
    margin-top: -220px;
  }
}
.flyway-paths .flyway-megamap-point:hover .portrait {
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.flyway-paths .flyway-megamap-point .name {
  line-height: 20px;
}
.flyway-paths .flyway-megamap-point .bird {
  font-size: 15px;
  font-weight: 600;
}
.flyway-paths .flyway-megamap-point .flyway {
  font-size: 12px;
}

.flyway-path-map {
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: 0;
  width: 100%;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.flyway-path-map.current {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.flyway-path-map.current .flyway-megamap-point {
  bottom: 55px;
}

.flyway-path-description,
.flyway-path-columns {
  position: absolute;
  top: 0;
  opacity: 0;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.flyway-path-description.current,
.flyway-path-columns.current {
  position: relative;
  opacity: 1;
  overflow: hidden;
}

.flyway-path-dots {
  margin: 15px auto;
  text-align: center;
}
.flyway-path-dots a {
  display: inline-block;
}
.flyway-path-dots .dot {
  display: inline-block;
  margin: 0 2px;
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.flyway-path-dots .dot.active {
  background-color: rgba(0, 0, 0, 0.6);
}

.flyway-slides {
  position: relative;
  background-color: #f8f8f8;
  overflow: hidden;
}

.flyway-slide {
  width: 100%;
  opacity: 0;
  position: absolute;
  background-color: #f8f8f8;
  padding-top: 25px;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.flyway-slide.current {
  opacity: 1;
  position: relative;
}

.flyway-slides-paddle {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 50px;
  height: 55px;
  margin-top: -27.5px;
  background-color: rgba(0, 0, 0, 0.25);
  background-image: url(../img/arrow-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.flyway-slides-paddle.prev {
  left: 0;
}
.flyway-slides-paddle.next {
  right: 0;
  background-image: url(../img/arrow-right.png);
}
@media only screen and (min-width: 768px) {
  .flyway-slides-paddle {
    display: block;
  }
}

.curtain-fallback {
  height: 640px;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  display: block;
}
.curtain-fallback.focus-left {
  background-position: center left;
}
.curtain-fallback.focus-right {
  background-position: center right;
}
.curtain-fallback .curtain-card {
  padding: 10px;
}
.curtain-fallback .curtain-card-headline {
  font-size: 24px;
}
@media only screen and (max-width: 479px) {
  .curtain-fallback {
    height: 480px;
  }
}
@media only screen and (min-width: 768px) {
  .curtain-fallback {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .force-curtain-fallback .curtain-fallback {
    display: block;
  }
}

.curtain-fallback-content {
  position: absolute;
  width: 100%;
  bottom: 25px;
}

.microsite-cta-form {
  background-image: url(card-set-bg-3.jpg);
  background-image: url(../img/climate-pledge-bg.jpg);
  background-position: bottom center;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .microsite-cta-form {
    background-size: 1440px auto;
  }
}
.microsite-cta-form:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .microsite-cta-form:after {
    left: 15%;
    right: 15%;
  }
}
@media only screen and (min-width: 1000px) {
  .microsite-cta-form:after {
    left: 20%;
    right: 20%;
  }
}
.microsite-cta-form .row {
  position: relative;
  z-index: 1;
}
.microsite-cta-form .card-set-heading {
  color: #F15936;
  font-size: 40px;
  line-height: 45px;
}
@media only screen and (max-width: 600px) {
  .microsite-cta-form .card-set-heading {
    font-size: 29px;
    line-height: 32px;
  }
}
.microsite-cta-form .card-set-wrapper.off,
.microsite-cta-form .card-set-dots.off {
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  opacity: 0;
}
.microsite-cta-form .donation-form-body.off {
  display: none;
}
.microsite-cta-form .donation-form-body,
.microsite-cta-form .card-set-heading,
.microsite-cta-form .microsite-form-blurb,
.microsite-cta-form .card-set-wrapper {
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.microsite-cta-form .disappear {
  opacity: 0;
}
.microsite-cta-form .social-sharing-icon {
  font-size: 50px;
}

.microsite-form-blurb {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  font-size: 17px;
  line-height: 27px;
  text-align: center;
}
.microsite-form-blurb + .microsite-form-blurb {
  margin-top: 12.75px;
}

.microsite-cta-form {
  position: relative;
  min-height: 480px;
}

.microsite-thanks {
  font-size: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  line-height: 1.5;
}

.response {
  position: absolute;
  top: 0;
  width: 100%;
}
.response.off {
  display: none;
}

.call {
  position: absolute;
  top: 0;
  width: 100%;
}
.call.off {
  display: none;
}

.focal-bird-selector {
  overflow: hidden;
  background-color: #FBFAF6;
}
.focal-bird-selector .section-header h2 {
  color: #838078;
}

.focal-bird-container {
  overflow: hidden;
}

.focal-bird-thumb {
  display: block;
  color: #404040;
  text-align: center;
  float: left;
  margin-bottom: 25px;
}
.focal-bird-thumb .image,
.focal-bird-thumb .name {
  margin: 0 12.5px;
}
@media only screen and (max-width: 479px) {
  .focal-bird-thumb {
    width: 50%;
  }
  .focal-bird-thumb:nth-child(odd) {
    padding-left: 12.5px;
  }
  .focal-bird-thumb:nth-child(even) {
    padding-right: 12.5px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .focal-bird-thumb {
    width: 33.333%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .focal-bird-thumb {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .focal-bird-thumb {
    width: 20%;
  }
}
@media only screen and (min-width: 840px) {
  .focal-bird-thumb {
    width: 16.66666%;
  }
}
@media only screen and (min-width: 1000px) {
  .focal-bird-thumb {
    width: 14.285%;
  }
}
.focal-bird-thumb:hover {
  color: #0AA8E3;
}
.focal-bird-thumb .image img {
  width: 100%;
  vertical-align: middle;
}
.focal-bird-thumb .name {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  height: 45px;
  padding: 0 5px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 13px;
  line-height: 18px;
}
.focal-bird-thumb .name span {
  display: inline-block;
  vertical-align: middle;
}
.focal-bird-thumb .name:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.focal-bird-dropdown {
  background-color: #FBFAF6;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  color: #838078;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  max-height: 0px;
  -moz-transition-property: max-height;
  -o-transition-property: max-height;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.focal-bird-dropdown.show {
  height: auto;
  max-height: 220px;
}
.focal-bird-dropdown .row {
  padding: 12.5px 0;
}
.focal-bird-dropdown .thumb-strip {
  margin-top: 4px;
}
.focal-bird-dropdown .thumb-strip li a {
  color: #838078;
}
.focal-bird-dropdown .thumb-strip li a:hover {
  color: #E18400;
}
.focal-bird-dropdown .thumb-strip li .name {
  height: 45px;
  width: 97px;
  padding: 0 5px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}
.focal-bird-dropdown .thumb-strip li .name span {
  display: inline-block;
  vertical-align: middle;
}
.focal-bird-dropdown .thumb-strip li .name:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.focal-bird-dropdown .thumb-strip-prev,
.focal-bird-dropdown .thumb-strip-next {
  height: 97px;
}
.focal-bird-dropdown .thumb-strip-prev {
  border-right: 10px solid #FBFAF6;
}
.focal-bird-dropdown .thumb-strip-next {
  border-left: 10px solid #FBFAF6;
}

.focal-bird-dropdown-nav {
  padding-bottom: 12.5px;
  font-size: 17px;
  line-height: 20px;
}
.focal-bird-dropdown-nav a {
  color: #838078;
}
.focal-bird-dropdown-nav a:hover {
  color: #E18400;
}
.focal-bird-dropdown-nav i {
  vertical-align: middle;
  margin-left: 2px;
}
.focal-bird-dropdown-nav .search {
  float: right;
}
.focal-bird-dropdown-nav .filter {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.focal-bird-dropdown-nav .filter select {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-bottom: 0;
  padding: 0 20px 0 0;
  background-color: transparent;
  background-image: none;
  border: 0;
  height: auto;
  color: #838078;
}
.focal-bird-dropdown-nav .filter i {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.focal-bird-dropdown-nav .filter i:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}

.focal-bird-map {
  background-color: #E5E5E5;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
  .focal-bird-map {
    background-color: #fff;
  }
  .focal-bird-map > .row > .column {
    padding: 0;
  }
}
.focal-bird-map .bird-guide-card {
  padding-top: 0;
}
.focal-bird-map .container {
  position: relative;
}
.focal-bird-map .open-bird-detail-popup, .focal-bird-map .map-button, .focal-bird-map .map-timeline-point, .focal-bird-map .map-zoom {
  cursor: pointer;
}
.focal-bird-map .map-pause:before {
  content: "";
  display: block;
  background-image: url(../img/icon-pause.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  background-position: center center;
}
.focal-bird-map .map-pause.active:before {
  background-image: url(../img/icon-play.png);
}
.focal-bird-map .map-canvas,
.focal-bird-map .container {
  height: 560px;
}
@media only screen and (min-width: 768px) {
  .focal-bird-map .map-canvas,
  .focal-bird-map .container {
    height: 640px;
  }
}
@media only screen and (min-width: 1281px) {
  .focal-bird-map .map-canvas,
  .focal-bird-map .container {
    height: 750px;
  }
}
.focal-bird-map .map-canvas {
  position: absolute;
  width: 100%;
  background-color: #E5E5E5;
  text-align: center;
  overflow: visible;
}
.focal-bird-map .map-canvas .map-image {
  position: absolute;
  width: 320px;
  height: 240px;
  top: 150px;
  left: 50%;
  margin-left: -160px;
  background-size: contain;
}
@media only screen and (min-width: 480px) {
  .focal-bird-map .map-canvas .map-image {
    width: 440px;
    height: 330px;
    top: 90px;
    margin-left: -220px;
  }
}
@media only screen and (min-width: 601px) {
  .focal-bird-map .map-canvas .map-image {
    height: 80%;
    width: 597px;
    max-width: 9999px;
    top: 10%;
    margin-left: -298px;
  }
}
@media only screen and (min-width: 768px) {
  .focal-bird-map .map-canvas .map-image {
    height: 90%;
    width: 768px;
    top: 5%;
    margin-top: 0;
    margin-left: -384px;
  }
}
@media only screen and (min-width: 1281px) {
  .focal-bird-map .map-canvas .map-image {
    height: 100%;
    width: 1000px;
    margin-left: -500px;
    top: 0;
  }
}
.focal-bird-map .map-canvas.zoom, .focal-bird-map .map-canvas.zoom + .row {
  cursor: crosshair;
}
.focal-bird-map .map-canvas.zoom .map-image {
  width: 2320px;
  height: 1740px;
  max-width: 9999px;
  margin: 0;
  left: 0;
  top: 0;
}
.focal-bird-map .map-description {
  font-size: 14px;
  line-height: 18px;
}
.focal-bird-map .map-control {
  display: block;
  margin: 5px 0;
}
.focal-bird-map .map-control, .focal-bird-map .map-control a {
  color: #404040;
}
.focal-bird-map .map-control:hover, .focal-bird-map .map-control a:hover {
  color: #E18400;
}
.focal-bird-map .map-button {
  background-color: #DF5900;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 7.5px;
  position: relative;
  top: 11px;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.focal-bird-map .map-button:hover {
  color: #f96300;
}
.focal-bird-map .map-legend {
  border-bottom: 1px solid #d4d4d4;
  text-align: center;
  padding: 12.5px 0;
  margin: 12.5px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .focal-bird-map .map-legend {
    border-top: 1px solid #d4d4d4;
    text-align: left;
  }
}
.focal-bird-map .map-legend-point {
  display: inline-block;
  font-size: 11px;
  line-height: 12px;
  margin-right: 5px;
}
.focal-bird-map .map-legend-point:last-child {
  margin-right: 0;
}
.focal-bird-map .map-legend-point.kappa-point .image {
  border: 0;
}
.focal-bird-map .map-legend-point span {
  display: inline-block;
  vertical-align: middle;
}
.focal-bird-map .map-legend-point .swatch {
  height: 12px;
  width: 12px;
  border: 1px solid #aaa;
  margin-right: 2px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}
.focal-bird-map .map-legend-point .swatch:not(.image):after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}
@media only screen and (min-width: 768px) {
  .focal-bird-map .map-legend-point {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px 0;
  }
  .focal-bird-map .map-legend-point:last-child {
    margin-bottom: 0;
  }
  .focal-bird-map .map-legend-point .swatch {
    height: 20px;
    width: 20px;
    margin-right: 17.5px;
  }
}
.focal-bird-map .map-timeline {
  text-align: center;
  position: relative;
  left: -15px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .focal-bird-map .map-timeline {
    text-align: left;
    left: 0;
  }
}
.focal-bird-map .map-timeline-point {
  display: inline-block;
  margin-right: 5px;
  width: 30px;
  text-align: left;
}
.focal-bird-map .map-timeline-point.active {
  font-weight: bold;
}
.focal-bird-map .map-zoom {
  display: none;
}
@media only screen and (min-width: 768px) {
  .focal-bird-map .map-zoom {
    display: block;
  }
}
.focal-bird-map .map-zoom .active {
  display: none;
}
.focal-bird-map .map-zoom.active .active {
  display: inline;
}
.focal-bird-map .map-zoom.active .inactive {
  display: none;
}
.focal-bird-map .map-elements,
.focal-bird-map .map-share {
  cursor: auto;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.focal-bird-map .map-elements.black-bg,
.focal-bird-map .map-share.black-bg {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
.focal-bird-map .map-elements.black-bg a:not(.blue),
.focal-bird-map .map-share.black-bg a:not(.blue) {
  color: #fff;
}
.focal-bird-map .map-elements {
  position: absolute;
  width: 250px;
  padding: 10px;
  left: 0;
  bottom: 10px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 15px;
}
@media only screen and (max-width: 600px) {
  .focal-bird-map .map-elements {
    width: 100%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .focal-bird-map .map-elements {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .focal-bird-map .map-elements {
    bottom: 25px;
    padding: 25px;
  }
}
.focal-bird-map .map-elements .social-sharing {
  border-top: 1px solid #d4d4d4;
  margin-top: 10px;
  padding-top: 5px;
}
.focal-bird-map .map-header {
  padding: 10px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  background-color: #E5E5E5;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .focal-bird-map .map-header {
    margin-bottom: 30px;
  }
}
.focal-bird-map .map-header .map-caption-left {
  float: left;
}
@media only screen and (min-width: 768px) {
  .focal-bird-map .map-header .map-caption-left {
    width: 70%;
  }
}
@media only screen and (max-width: 600px) {
  .focal-bird-map .map-header .map-caption-left p {
    font-size: 15px;
    line-height: 20px;
  }
}
.focal-bird-map .map-header .map-caption-right {
  margin-top: 14px;
}
@media only screen and (min-width: 601px) {
  .focal-bird-map .map-header .map-caption-right {
    float: right;
  }
}
.focal-bird-map .map-share {
  padding: 10px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  float: right;
  width: 250px;
}
@media only screen and (max-width: 600px) {
  .focal-bird-map .map-share {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .focal-bird-map .map-share {
    top: 10px;
  }
}
.focal-bird-map .focal-bird-tag {
  color: #F15936;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
}
.focal-bird-map .focal-bird-name {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 4px;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 4px;
}
.focal-bird-map .map-pause:before {
  content: "";
  display: block;
  background-image: url(../img/icon-pause.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  background-position: center center;
}
.focal-bird-map .map-pause.active:before {
  background-image: url(../img/icon-play.png);
}
.focal-bird-map .map-binoculars:before {
  content: "";
  display: block;
  background-image: url(../img/binoculars-white.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  background-position: center center;
}

.focal-bird-engagement {
  background-color: #DF5900;
  background-color: #F15936;
  margin: 0 -12.5px 25px -12.5px;
}
.focal-bird-engagement .body {
  color: rgba(0, 0, 0, 0.6);
  padding: 12.5px 10px 25px 10px;
}
.focal-bird-engagement h1, .focal-bird-engagement h2, .focal-bird-engagement h3, .focal-bird-engagement h4 {
  color: #fff;
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .focal-bird-engagement {
    margin: 0 -25px 25px -12.5px;
  }
  .focal-bird-engagement img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .focal-bird-engagement {
    margin: 0 -25px 0px 0;
  }
  .focal-bird-engagement .body {
    padding: 25px;
  }
}
.focal-bird-engagement.strip {
  margin: 0;
  padding: 15px 0 0;
  position: relative;
  z-index: 102;
}
body.touch .focal-bird-engagement.strip {
  position: relative !important;
  top: 0px !important;
}
.focal-bird-engagement.strip h2,
.focal-bird-engagement.strip div.thin {
  color: #fff;
  font-size: 42px;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
  position: static;
  letter-spacing: -1.5px;
  font-family: "Source Sans Pro";
  font-weight: 300;
}
.focal-bird-engagement.strip p,
.focal-bird-engagement.strip div.graph {
  font-size: 15px;
  letter-spacing: -.5px;
  line-height: 1.4;
}
.focal-bird-engagement.strip .body {
  padding: 0;
}
.focal-bird-engagement.strip .pledge-form {
  padding-top: 5px;
}
@media only screen and (min-width: 768px) {
  .focal-bird-engagement.strip {
    height: 80px;
    width: 100%;
  }
  .focal-bird-engagement.strip h2,
  .focal-bird-engagement.strip div.thin {
    float: left;
    text-align: left;
    width: 40%;
    font-size: 40px;
    position: relative;
    top: 5px;
  }
  .focal-bird-engagement.strip p,
  .focal-bird-engagement.strip div.graph {
    font-size: 14px;
    position: relative;
    top: -4px;
    float: left;
    width: 60%;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1020px) {
  .focal-bird-engagement.strip p,
  .focal-bird-engagement.strip div.graph {
    top: 4px;
  }
}

.focal-bird-engagement.strip .strip-response.off {
  display: none;
}
.focal-bird-engagement.strip .strip-call.off {
  display: none;
}
.focal-bird-engagement .pledge-form {
  max-width: 100%;
  overflow: hidden;
  margin: 0 !important;
  position: relative;
  z-index: 200;
}
.focal-bird-engagement .pledge-form .columns {
  padding: 0;
}
.focal-bird-engagement .pledge-form input[type="text"] {
  font-size: 14px;
  border-radius: 3px 0 0 3px;
}
@media only screen and (min-width: 900px) {
  .focal-bird-engagement .pledge-form input[type="text"] {
    font-size: 16px;
  }
}
.focal-bird-engagement .pledge-form input[type="submit"] {
  border-radius: 0 3px 3px 0;
}
.focal-bird-engagement .pledge-form input[type="submit"]:hover {
  background-color: #fb9300;
}

body.touch .sticky-wrapper {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 0px !important;
  z-index: 102 !important;
}

#sticky-strip,
.sticky-wrapper {
  display: none;
}

@media only screen and (min-width: 768px) {
  #sticky-strip,
  .sticky-wrapper {
    display: block;
  }
}
.focal-bird-venn {
  padding: 10px 10px 0 10px;
  margin-top: 0 !important;
  text-align: center;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 13px;
  line-height: 18px;
}
.focal-bird-venn svg {
  width: 200px;
  height: 60px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
@media only screen and (min-width: 900px) {
  .focal-bird-venn svg {
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}
.focal-bird-venn .venn {
  stroke-width: 1;
  stroke-opacity: 1;
  fill-opacity: 0.3;
}
.focal-bird-venn .vennfuture {
  fill-opacity: 0.15;
}
.focal-bird-venn .vennsummer {
  fill: #F4ED0B;
  stroke: #F4ED0B;
}
.focal-bird-venn .vennwinter {
  fill: #0AA8E3;
  stroke: #0AA8E3;
}

.focal-bird-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}

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

.further-reading {
  background: #f8f7f7;
  padding-top: 60px;
}
.further-reading h1 {
  color: #838078;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .further-reading .editorial-card {
    min-height: 415px;
  }
}

.split-full {
  overflow: hidden;
  display: table;
  width: 100%;
}
.split-full h2 {
  color: #0aa8e3;
  font-size: 32px;
  line-height: 36px;
}
@media only screen and (min-width: 768px) {
  .split-full h2 {
    font-size: 48px;
    line-height: 46px;
  }
}
.split-full.swap .split-full-text .column {
  float: right;
}
@media only screen and (min-width: 768px) {
  .split-full .editorial-card {
    min-height: 400px;
  }
}

@media only screen and (min-width: 1000px) {
  .split-full-col {
    display: table-cell;
    width: 50%;
  }
}

.split-full-mobile-top {
  height: 320px;
  overflow: hidden;
  position: relative;
}
.split-full-mobile-top img {
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .split-full-mobile-top {
    height: 480px;
  }
}
@media only screen and (min-width: 601px) {
  .split-full-mobile-top {
    height: 540px;
  }
}
@media only screen and (min-width: 768px) {
  .split-full-mobile-top {
    height: 600px;
  }
}
@media only screen and (min-width: 1000px) {
  .split-full-mobile-top {
    display: none;
  }
}

.split-full-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  background-color: #ddd;
  display: none;
  padding: 0 !important;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .split-full-image {
    display: table-cell;
    width: 50%;
  }
}

.split-full-text {
  background: #fff;
  padding: 40px 0;
}
@media only screen and (min-width: 1000px) {
  .split-full-text {
    padding: 40px 25px 25px;
  }
  .split-full-text .column {
    max-width: 520px;
  }
}
@media only screen and (min-width: 1441px) {
  .split-full-text {
    padding-bottom: 150px;
  }
}

.compact-form div {
  float: left;
}
.compact-form input[type=text] {
  border-radius: 5px 0 0 5px;
}
.compact-form button,
.compact-form button.blue {
  border-radius: 0 5px 5px 0;
}

#climate-intro .dark-text {
  color: #262626;
  font-size: 21px;
  line-height: 28px;
}
#climate-intro h1 {
  font-size: 40px;
  line-height: 45px;
}
#climate-intro .close-heading {
  font-family: "Noto Serif", Georgia, serif;
}
#climate-intro .breakout-card-content h3 {
  color: #fff;
  margin-bottom: 8px;
}
#climate-intro .breakout-card-content p {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  #climate-intro h1 {
    font-size: 65px;
    line-height: 67px;
  }
}
@media only screen and (min-width: 1651px) {
  #climate-intro {
    background-size: 1650px auto;
  }
  #climate-intro:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(15% 100% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 580px, rgba(0, 0, 0, 0.2) 650px, #000000 795px, #000000 850px) !important;
  }
}

#climate-explore {
  background-size: 100%;
  background-image: url(../img/stamen-map-static-sm.jpg);
  padding-top: 335px;
}
#climate-explore .row {
  position: relative;
}
#climate-explore .breakout-section-box {
  margin: 0;
  overflow: hidden;
  width: 100%;
  background: black;
}
#climate-explore .text-container p {
  margin-bottom: 18px;
}
#climate-explore .bird-card-overlay {
  display: none;
}
#climate-explore div.button {
  padding: .5rem 1rem;
  text-align: left;
  overflow: hidden;
}
#climate-explore div.button div {
  float: left;
}
#climate-explore div.button i {
  display: block;
  float: right;
  margin-top: 7px;
}
@media only screen and (min-width: 768px) {
  #climate-explore {
    background-image: url(../img/stamen-map-static.jpg);
    background-position: center center;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 50px;
  }
  #climate-explore input[type=text] {
    font-size: 26px;
    height: 3rem;
  }
  #climate-explore button {
    height: 3rem;
  }
  #climate-explore div.button {
    padding: .5rem 1rem;
    text-align: left;
    font-size: 26px;
    overflow: hidden;
    height: 3rem;
  }
  #climate-explore div.button i {
    display: block;
    float: right;
    margin-top: 7px;
  }
  #climate-explore .breakout-section-box {
    background: rgba(0, 0, 0, 0.6);
  }
  #climate-explore .bird-card-overlay {
    display: block;
    position: absolute;
    bottom: 50px;
    right: 0px;
    left: auto;
  }
}

.bird-card-overlay {
  background: rgba(255, 255, 255, 0.8);
  color: #404040;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  float: right;
  margin-right: 30px;
  padding: 10px;
  width: 300px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -150px;
}
.bird-card-overlay p {
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
.bird-card-overlay p span {
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
  display: block;
}
.bird-card-overlay a {
  display: block;
  float: right;
  font-family: serif;
  font-style: italic;
  font-size: 14px;
  position: relative;
}
.bird-card-overlay i:before {
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .bird-card-overlay {
    width: 320px;
    margin-left: -160px;
  }
}

.focal-bird-desc {
  margin-top: 10px;
}

.microsite-bird-search,
.twitter-typeahead {
  width: 100%;
  z-index: 101;
}

.tt-dropdown-menu {
  color: #0AA8E3;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 17px;
  line-height: 25.5px;
  text-align: left;
  background-color: #fff;
  padding: 15px;
  top: 37px !important;
  width: 100%;
  max-height: 300px;
  overflow: auto;
  border: 1px solid #D4D4D4;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.tt-dropdown-menu .tt-suggestion {
  cursor: pointer;
}
.tt-dropdown-menu strong {
  font-weight: 700;
}

.microsite-bird-search-lower {
  background-color: #e9e9e9;
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .microsite-bird-search-lower {
    padding: 0 120px;
  }
}

.microsite-bird-search-inline {
  display: none !important;
}
.microsite-bird-search-inline.show {
  display: inline-block !important;
}
.microsite-bird-search-inline, .microsite-bird-search-inline input, .microsite-bird-search-inline .microsite-bird-search {
  margin-bottom: 0;
}

.microsite-banner .microsite-bird-search,
.microsite-banner .tt-dropdown-menu {
  z-index: 103 !important;
}

.focal-bird-dropdown .microsite-bird-search-inline {
  position: relative;
  top: -3px;
}
.focal-bird-dropdown .microsite-bird-search-inline, .focal-bird-dropdown .microsite-bird-search-inline input, .focal-bird-dropdown .microsite-bird-search-inline .microsite-bird-search {
  height: 30px;
  margin-bottom: -10px;
}
.focal-bird-dropdown .microsite-bird-search-inline .tt-dropdown-menu {
  top: 27px !important;
  max-height: 120px;
}

.tt-cursor {
  font-weight: bold;
  color: #0884b2 !important;
}

/**
 * Styles for Birds Family page.
 */
.birds-family-section .row {
  margin-bottom: 25px;
  float: none;
}
.birds-family-section .common-name h1 {
  margin: 25px 0 0 0;
}
.birds-family-section .scientific-name {
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
}
.birds-family-section .family-description {
  margin-top: 25px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.john-audubon-logo {
  max-width: 63px;
  position: absolute;
  bottom: 0;
}
.john-audubon-logo img {
  display: block;
}

.page-birds-of-america .guide-bar-title {
  line-height: 23px;
  margin-left: 55px;
}
.page-birds-of-america .hero-header .hero-title {
  font-size: 75px;
  letter-spacing: -4px;
  font-weight: 300;
  line-height: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .page-birds-of-america .guide-bar-title {
    font-size: 19px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .page-birds-of-america .guide-bar-title {
    font-size: 19px;
  }
  .page-birds-of-america .row .hero-header {
    padding-bottom: 10px;
  }
  .page-birds-of-america .row .hero-header .hero-title {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 479px) {
  .page-birds-of-america .guide-bar-title {
    font-size: 19px;
  }
  .page-birds-of-america .row .hero-header {
    padding-bottom: 10px;
  }
  .page-birds-of-america .row .hero-header .hero-title {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 0;
  }
  .page-birds-of-america .john-audubon-logo {
    max-width: 61px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .page-birds-of-america .row .hero-header {
    padding-bottom: 10px;
  }
  .page-birds-of-america .row .hero-header .hero-title {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 0;
  }
}
.page-birds-of-america .action-nav {
  margin: 0;
}
.page-birds-of-america .action-nav .action-nav-item {
  width: 33%;
}
.page-birds-of-america .action-nav .action-nav-item:first-child {
  padding-right: 4px;
}
.page-birds-of-america .action-nav .action-nav-item:last-child {
  margin-left: 0;
  padding-left: 4px;
  width: 34%;
}
.page-birds-of-america .action-nav .action-nav-item a {
  border-radius: 0 !important;
  font-size: 20px !important;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .page-birds-of-america .action-nav .action-nav-item a {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .page-birds-of-america .action-nav {
    box-sizing: content-box;
    margin-left: -12.5px;
    margin-top: 0;
  }
  .page-birds-of-america .action-nav .action-nav-item:last-child {
    width: 32%;
  }
}
.page-birds-of-america .hero-header {
  padding-bottom: 60px;
}

.page-boa-bird .guide-bar-title,
.node-type-boaf .guide-bar-title {
  line-height: 23px;
  margin-left: 55px;
}
.page-boa-bird .hero-header .hero-title,
.node-type-boaf .hero-header .hero-title {
  font-size: 75px;
  letter-spacing: -4px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .page-boa-bird .guide-bar-title,
  .node-type-boaf .guide-bar-title {
    font-size: 19px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .page-boa-bird .guide-bar-title,
  .node-type-boaf .guide-bar-title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 479px) {
  .page-boa-bird .guide-bar-title,
  .node-type-boaf .guide-bar-title {
    font-size: 19px;
  }
  .page-boa-bird .row .hero-header,
  .node-type-boaf .row .hero-header {
    padding-bottom: 10px;
  }
  .page-boa-bird .row .hero-header .hero-title,
  .node-type-boaf .row .hero-header .hero-title {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 0;
  }
  .page-boa-bird .john-audubon-logo,
  .node-type-boaf .john-audubon-logo {
    max-width: 61px;
  }
}

.boa-ja-content-block {
  padding-top: 35px;
}
.boa-ja-content-block .text-container h2 {
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 40px;
}
.boa-ja-content-block .text-container p {
  padding-right: 25px;
}
.boa-ja-content-block .large-4 {
  padding-left: 0;
}
@media only screen and (max-width: 479px) {
  .boa-ja-content-block {
    padding-left: 12.5px;
  }
}

.boa-guide-bar-attribution {
  float: right;
  margin-right: 12.5px;
}
.boa-guide-bar-attribution ul {
  font-size: 18px;
  line-height: 50px;
  list-style-image: none;
  list-style-type: none;
  margin: 0 0 0 30px;
}
.boa-guide-bar-attribution ul li {
  display: inline-block;
  margin-left: 30px;
}
.boa-guide-bar-attribution ul li a {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .boa-guide-bar-attribution ul {
    font-size: 16px;
    margin-left: 20px;
  }
  .boa-guide-bar-attribution ul li {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .boa-guide-bar-attribution ul {
    font-size: 15px;
    margin-left: 20px;
  }
  .boa-guide-bar-attribution ul li {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .guide-bar .guide-bar-search.toggle-bird-guide-search {
    margin-left: 5px;
    padding: 12.5px 10px;
  }
}
.boa-bird-card-set {
  overflow: hidden;
  padding-top: 10px;
  position: relative;
}
.boa-bird-card-set.bg-boa-bejge {
  background-color: #f5f4eb;
}
.boa-bird-card-set .section-header {
  margin-bottom: 15px;
}
.boa-bird-card-set .section-nav {
  bottom: 12px;
}
.boa-bird-card-set .boa-family-set-title {
  margin: -30px 0 5px;
}
.boa-bird-card-set .boa-family-set-title span {
  color: #838078;
  font-style: italic;
}

.boa-bird-card {
  margin-bottom: 40px;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition-property: -moz-transform, -webkit-transform, -moz-transform, opacity;
  -o-transition-property: -o-transform, -webkit-transform, -moz-transform, opacity;
  -webkit-transition-property: -webkit-transform, -webkit-transform, -moz-transform, opacity;
  transition-property: transform, -webkit-transform, -moz-transform, opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.boa-bird-card img {
  border: 1px solid #d5d5d5;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.boa-bird-card .common-name {
  margin: 0 0 5px 10px;
}
.boa-bird-card .scientific-name {
  color: #838078;
  font-size: 13px;
  font-style: italic;
  line-height: 17px;
  margin: 0 0 0 10px;
}
@media only screen and (min-width: 601px) {
  body:not(.touch) .boa-bird-card:hover {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.boa-bird-card .photo {
  position: relative;
}
.boa-bird-card .endangered-bird {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  background-color: #F15936;
  bottom: 6px;
  left: 0;
  color: #fff;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
}

.boa-load-more {
  clear: both;
  padding: 35px 0 105px;
}

.boa-about-this-guide {
  padding: 60px 0 80px;
}
.boa-about-this-guide h2 {
  font-size: 35px;
  margin-bottom: 15px;
}
.boa-about-this-guide p {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.25px;
  line-height: 27px;
}

.boa-family-text-block {
  margin: 22px 0 47px;
  overflow: hidden;
}
.boa-family-text-block .family-name {
  font-size: 75px;
  margin-bottom: 15px;
  line-height: 78px;
}
.boa-family-text-block .scientific-name {
  color: #404040;
  font-size: 20px;
  font-style: italic;
  line-height: 17px;
  margin-bottom: 7px;
}

.boa-family-block-pager {
  border-bottom: 1px solid #d4d4d4;
  height: 215px;
  margin-bottom: 22px;
  position: relative;
}
.boa-family-block-pager.plate {
  border-bottom: none;
  margin: -80px 0 0;
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .boa-family-block-pager.plate {
    margin-top: 0;
  }
}
@media only screen and (max-width: 479px) {
  .boa-family-block-pager.plate {
    margin-top: 0;
  }
  .boa-family-block-pager.plate .columns {
    margin-left: -150px;
    width: 300px;
  }
  .boa-family-block-pager.plate .next-text,
  .boa-family-block-pager.plate .next-title {
    font-size: 14px;
    left: 160px;
  }
  .boa-family-block-pager.plate .previous-text,
  .boa-family-block-pager.plate .previous-title {
    font-size: 14px;
    right: 160px;
  }
}
.boa-family-block-pager.family .next-text,
.boa-family-block-pager.family .next-title,
.boa-family-block-pager.family .previous-text,
.boa-family-block-pager.family .previous-title {
  width: 170px;
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .boa-family-block-pager.family {
    margin-top: 0;
  }
}
@media only screen and (max-width: 479px) {
  .boa-family-block-pager.family {
    margin-top: 0;
  }
  .boa-family-block-pager.family .columns {
    margin-left: -150px;
    width: 300px;
  }
  .boa-family-block-pager.family .next-text,
  .boa-family-block-pager.family .next-title {
    font-size: 14px;
    line-height: 18px;
    left: 160px;
    width: 95px;
  }
  .boa-family-block-pager.family .previous-text,
  .boa-family-block-pager.family .previous-title {
    font-size: 14px;
    line-height: 18px;
    right: 160px;
    width: 95px;
  }
}
.boa-family-block-pager .columns {
  height: 100px;
  left: 50%;
  margin-left: -237px;
  position: absolute;
  top: 55px;
  width: 475px;
}
.boa-family-block-pager .columns .inner {
  height: 100px;
  position: relative;
}
.boa-family-block-pager .columns .inner * {
  position: absolute;
}
.boa-family-block-pager .columns .inner .previous-text a, .boa-family-block-pager .columns .inner .previous-title a, .boa-family-block-pager .columns .inner .next-text a, .boa-family-block-pager .columns .inner .next-title a {
  position: static;
}
.boa-family-block-pager .columns .inner .previous-text a, .boa-family-block-pager .columns .inner .next-text a {
  color: inherit;
}
.boa-family-block-pager .columns .inner .previous-title a, .boa-family-block-pager .columns .inner .next-title a {
  color: #000;
}
.boa-family-block-pager .columns .inner .previous-title a:hover, .boa-family-block-pager .columns .inner .next-title a:hover {
  color: #054e69;
}
.boa-family-block-pager .previous {
  background: url(../img/pager-arrows.png) no-repeat 0 0;
  display: block;
  height: 37px;
  left: -4px;
  top: 33px;
  width: 20px;
}
.boa-family-block-pager .previous-text {
  color: #F15936;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
  right: 252px;
  line-height: 24px;
  top: 20px;
  text-align: right;
}
.boa-family-block-pager .previous-title {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 26px;
  line-height: 28px;
  right: 252px;
  top: 45px;
  text-align: right;
}
.boa-family-block-pager .next-text {
  color: #F15936;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
  left: 252px;
  line-height: 24px;
  top: 20px;
}
.boa-family-block-pager .next-title {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 26px;
  line-height: 28px;
  left: 252px;
  top: 45px;
}
.boa-family-block-pager .next {
  background: url(../img/pager-arrows.png) no-repeat 0 100%;
  display: block;
  height: 37px;
  right: -16px;
  top: 33px;
  width: 20px;
}
.boa-family-block-pager .separator {
  background-color: #d4d4d4;
  height: 100%;
  left: 50%;
  width: 1px;
}

.page-boa-bird {
  background-color: #fcf9ed;
}
.page-boa-bird .bird-guide-container {
  background: transparent;
}
.page-boa-bird .bird-guide-image:after {
  display: none;
}
.page-boa-bird .boa-previous-plate {
  background: #276075 url(../img/arrows-boa-left.png) no-repeat center center;
  display: block;
  height: 60px;
  left: 0;
  position: absolute;
  top: 320px;
  width: 60px;
  z-index: 1;
}
@media only screen and (max-width: 479px) {
  .page-boa-bird .boa-previous-plate {
    top: 100px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .page-boa-bird .boa-previous-plate {
    top: 100px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .page-boa-bird .boa-previous-plate {
    top: 150px;
  }
}
.page-boa-bird .boa-next-plate {
  background: #276075 url(../img/arrows-boa-right.png) no-repeat center center;
  display: block;
  height: 60px;
  position: absolute;
  right: 0;
  top: 320px;
  width: 60px;
  z-index: 1;
}
@media only screen and (max-width: 479px) {
  .page-boa-bird .boa-next-plate {
    top: 100px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .page-boa-bird .boa-next-plate {
    top: 100px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .page-boa-bird .boa-next-plate {
    top: 150px;
  }
}
.page-boa-bird .bird-guide-section.right-col {
  padding-left: 30px;
}
@media only screen and (max-width: 479px) {
  .page-boa-bird .bird-guide-section.right-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-boa-bird .bird-guide-card {
  padding: 0 25px 0 25px;
  position: relative;
  z-index: 2;
}
.page-boa-bird .bird-guide-card .bird-guide-header {
  padding-bottom: 20px;
  margin-bottom: -10px;
}
.page-boa-bird .bird-guide-card .plate-name {
  color: #F15936;
  font-size: 22px;
  margin: 16px 0 -10px;
}
.page-boa-bird .bird-guide-card .common-name {
  margin-top: 0;
}
.page-boa-bird .boa-plate-illustration {
  padding-bottom: 25px;
  padding-right: 10px;
}
.page-boa-bird .boa-plate-illustration .see-full-plate {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 18px;
}
.page-boa-bird .boa-plate-illustration .see-full-plate i {
  font-size: 23px;
}
.page-boa-bird .boa-social-sharing {
  padding-right: 10px;
}
@media only screen and (max-width: 479px) {
  .page-boa-bird .boa-social-sharing {
    text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .page-boa-bird .boa-social-sharing {
    text-align: center;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .page-boa-bird .boa-social-sharing {
    text-align: center;
  }
}
.page-boa-bird .boa-in-the-bird-guide {
  padding-bottom: 35px;
  padding-right: 10px;
}
.page-boa-bird .boa-in-the-bird-guide .bird-card {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .page-boa-bird .boa-in-the-bird-guide .bird-card {
    margin-right: 10px;
  }
}
.page-boa-bird .boa-in-the-bird-guide h2 {
  font-size: 28px;
  margin-bottom: 10px;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .page-boa-bird .boa-in-the-bird-guide h2 {
    text-align: left;
  }
}
.page-boa-bird .boa-in-the-news {
  padding-right: 10px;
}
.page-boa-bird .boa-in-the-news .editorial-card {
  margin-right: 10px;
}
.page-boa-bird .boa-in-the-news h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 479px) {
  .page-boa-bird .boa-in-the-news h2 {
    text-align: center;
  }
}
.page-boa-bird #modalBackdrop {
  background-color: #000 !important;
  max-width: 100%;
}
.page-boa-bird #modalContent {
  color: #404040;
}
.page-boa-bird #modalContent .ctools-modal-content {
  border: none;
  height: auto !important;
  margin: 0;
  max-width: 875px !important;
  padding: 20px 30px;
}
@media only screen and (max-width: 479px) {
  .page-boa-bird #modalContent .ctools-modal-content {
    padding: 20px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .page-boa-bird #modalContent .ctools-modal-content {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .page-boa-bird #modalContent .ctools-modal-content {
    min-width: 875px;
  }
}
.page-boa-bird #modalContent .messages {
  max-width: 410px;
}
.page-boa-bird #modalContent .modal-header {
  background-color: transparent;
  padding: 7px 0 15px;
}
@media only screen and (max-width: 479px) {
  .page-boa-bird #modalContent .modal-header {
    padding: 7px 0 0;
  }
}
.page-boa-bird #modalContent .modal-header #modal-title {
  color: #262626;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 36px;
  font-weight: 300;
  white-space: normal;
}
@media only screen and (max-width: 479px) {
  .page-boa-bird #modalContent .modal-header #modal-title {
    font-size: 20px;
  }
}
.page-boa-bird #modalContent .modal-header .close {
  background: url(../img/icon-close-small.png) no-repeat right top;
  display: none;
  padding-right: 21px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.page-boa-bird #modalContent .modal-header .close img {
  display: none;
}
@media only screen and (max-width: 479px) {
  .page-boa-bird #modalContent .modal-header .close {
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .page-boa-bird #modalContent .modal-header .close {
    display: block;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .page-boa-bird #modalContent .modal-header .close {
    display: block;
  }
}
.page-boa-bird #modalContent #modal-content {
  height: auto !important;
  max-width: 845px !important;
  min-height: 425px;
  overflow: hidden;
  padding: 0;
  width: 100% !important;
}
.page-boa-bird #modalContent #modal-content .featured-image {
  height: 430px;
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
}
.page-boa-bird #modalContent #modal-content .featured-image figcaption {
  color: #262626;
  font-size: 12px;
  margin-right: 20px;
  margin-top: 0;
  text-align: right;
}
@media only screen and (max-width: 479px) {
  .page-boa-bird #modalContent #modal-content .featured-image {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .page-boa-bird #modalContent #modal-content .featured-image {
    display: none;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .page-boa-bird #modalContent #modal-content .featured-image {
    display: none;
  }
}
.page-boa-bird #modalContent #modal-content p {
  margin: 30px 0 20px;
}
.page-boa-bird #modalContent #modal-content .download-link {
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
.page-boa-bird #modalContent #modal-content form {
  margin-bottom: 30px;
  width: 565px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page-boa-bird #modalContent #modal-content form {
    width: 320px;
  }
}
@media only screen and (max-width: 479px) {
  .page-boa-bird #modalContent #modal-content form {
    margin-bottom: 65px;
    width: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .page-boa-bird #modalContent #modal-content form {
    margin-bottom: 65px;
    width: auto;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .page-boa-bird #modalContent #modal-content form {
    margin-bottom: 65px;
    width: auto;
  }
}
.page-boa-bird #modalContent #modal-content form label {
  font-size: 19px;
  font-weight: normal;
  margin: 0;
  width: 75px;
}
.page-boa-bird #modalContent #modal-content form label .form-required {
  display: none;
}
.page-boa-bird #modalContent #modal-content form input.form-text {
  min-width: 225px;
  width: 225px;
}
@media only screen and (max-width: 479px) {
  .page-boa-bird #modalContent #modal-content form input.form-text {
    min-width: 190px;
    margin-bottom: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .page-boa-bird #modalContent #modal-content form .form-item {
    padding-right: 0;
  }
}
.page-boa-bird #modalContent #modal-content form .form-item-first-name {
  display: inline-block;
}
.page-boa-bird #modalContent #modal-content form .form-item-last-name {
  display: inline-block;
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .page-boa-bird #modalContent #modal-content form .form-item-last-name {
    margin-left: 75px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .page-boa-bird #modalContent #modal-content form .form-item-last-name {
    margin-left: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page-boa-bird #modalContent #modal-content form .form-item-last-name {
    margin-left: 75px;
  }
}
.page-boa-bird #modalContent #modal-content form .form-item-email {
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  .page-boa-bird #modalContent #modal-content form .form-item-email {
    margin-bottom: 10px;
  }
}
.page-boa-bird #modalContent #modal-content form .form-item-zip-code {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .page-boa-bird #modalContent #modal-content form .form-item-zip-code label {
    width: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page-boa-bird #modalContent #modal-content form .form-item-zip-code label {
    width: 75px;
  }
}
@media only screen and (min-width: 768px) {
  .page-boa-bird #modalContent #modal-content form .form-item-zip-code input {
    min-width: 185px;
    width: 180px;
  }
}
.page-boa-bird #modalContent #modal-content form .actions {
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .page-boa-bird #modalContent #modal-content form .actions {
    width: 440px;
  }
}
@media only screen and (max-width: 479px) {
  .page-boa-bird #modalContent #modal-content form #nas-boa-mail-subscription-last-name {
    margin-left: 0;
  }
}
.page-boa-bird #modalContent #modal-content form .privacy-policy {
  float: left;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  line-height: 65px;
  margin: 0 20px 0 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 479px) {
  .page-boa-bird #modalContent #modal-content form .privacy-policy {
    margin: 0;
    float: right;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .page-boa-bird #modalContent #modal-content form .privacy-policy {
    margin: 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .page-boa-bird #modalContent #modal-content form .privacy-policy {
    margin: 0;
  }
}
.page-boa-bird #modalContent #modal-content form .cancel {
  float: left;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  line-height: 65px;
  margin: 0 20px 0 0;
}
.page-boa-bird #modalContent #modal-content form #nas-boa-mail-subscription-submit {
  font-size: 24px;
  margin-left: 77px;
  margin-top: 12px;
  padding: 5px 20px;
}
@media only screen and (max-width: 479px) {
  .page-boa-bird #modalContent #modal-content form #nas-boa-mail-subscription-submit {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .page-boa-bird #modalContent #modal-content form #nas-boa-mail-subscription-submit {
    font-size: 18px;
  }
}
.page-boa-bird #modalContent .intro {
  margin: 10px 0 25px;
}
@media only screen and (max-width: 479px) {
  .page-boa-bird #modalContent .intro {
    margin: 10px 0;
    font-size: 14px;
    line-height: 20px;
  }
}
.page-boa-bird #modalContent.boa-plate-popup {
  height: 80% !important;
}
.page-boa-bird #modalContent.boa-plate-popup .ctools-modal-content {
  height: 100% !important;
  max-width: none !important;
  padding: 0;
}
.page-boa-bird #modalContent.boa-plate-popup .ctools-modal-content .popups-container {
  height: 100%;
}
.page-boa-bird #modalContent.boa-plate-popup .ctools-modal-content .modal-header {
  display: none;
}
.page-boa-bird #modalContent.boa-plate-popup .ctools-modal-content #modal-content {
  height: 100% !important;
  max-width: none !important;
  padding: 0;
}
.page-boa-bird #modalContent.boa-plate-popup .ctools-modal-content .deepzoom {
  height: 100%;
  position: absolute;
}

.boa-search-form {
  background-color: #f5f4eb;
}

.lzoom_zoomin,
.lzoom_zoomout,
.lzoom_fullscreen {
  bottom: 0px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
.lzoom_zoomin:before,
.lzoom_zoomout:before,
.lzoom_fullscreen:before {
  color: #dd360f;
  display: block;
  font-size: 24px;
  padding: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.fullscreen .lzoom_zoomin, .fullscreen
.lzoom_zoomout, .fullscreen
.lzoom_fullscreen {
  bottom: 50px;
}

.lzoom_zoomin {
  right: 110px;
}
.fullscreen .lzoom_zoomin {
  right: 150px;
}

.lzoom_zoomout {
  right: 60px;
}
.fullscreen .lzoom_zoomout {
  right: 100px;
}

.lzoom_fullscreen {
  right: 10px;
}
.fullscreen .lzoom_fullscreen {
  right: 50px;
}

.draggble {
  left: 0;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#cboxLoadedContent {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: #ffffff;
}
#cboxLoadedContent.fullscreen {
  background: #000000;
}

#cboxClose {
  z-index: 2;
}

.lzoom1 #colorbox.lzoom {
  border-color: #000000;
}
.lzoom1 #colorbox.lzoom #cboxTitle {
  background-color: #000000;
  color: #ffffff;
  font-style: italic;
  min-height: 40px;
  padding-right: 125px;
  text-align: left;
}

.lzoom2 .lzoom_zoomin, .node-type-boa .lzoom_zoomin,
.lzoom2 .lzoom_zoomout,
.node-type-boa .lzoom_zoomout,
.lzoom2 .lzoom_fullscreen,
.node-type-boa .lzoom_fullscreen {
  position: static;
  display: block;
  margin-bottom: 12px;
}
.lzoom2 .lzoom_zoomin:before, .node-type-boa .lzoom_zoomin:before,
.lzoom2 .lzoom_zoomout:before,
.node-type-boa .lzoom_zoomout:before,
.lzoom2 .lzoom_fullscreen:before,
.node-type-boa .lzoom_fullscreen:before {
  color: #ef5835;
  font-size: 26px;
}
.lzoom2 .lzoom_zoomin, .node-type-boa .lzoom_zoomin {
  top: 80px;
}
.lzoom2 .lzoom_zoomout, .node-type-boa .lzoom_zoomout {
  top: 40px;
}
.lzoom2 .lzoom_fullscreen, .node-type-boa .lzoom_fullscreen {
  top: 120px;
}
.lzoom2 .controls, .node-type-boa .controls {
  position: absolute;
  top: -15px;
  left: -20px;
  padding: 40px 8px 6px;
  background-color: #000000;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  z-index: 2;
}
.lzoom2 .fullscreen .controls, .node-type-boa .fullscreen .controls {
  top: 60px;
  left: 60px;
  padding-top: 18px;
}
.lzoom2 #colorbox.lzoom, .node-type-boa #colorbox.lzoom {
  border: none;
}
.lzoom2 #colorbox.lzoom #cboxTitle, .node-type-boa #colorbox.lzoom #cboxTitle {
  display: none !important;
}
.lzoom2 #colorbox.lzoom #cboxContent, .node-type-boa #colorbox.lzoom #cboxContent {
  background: none;
}
.lzoom2 #cboxClose, .node-type-boa #cboxClose {
  background-image: url(../img/icon-close-small.png) !important;
}

.lzoom1 .lzoom_fullscreen, .lzoom2 .lzoom_fullscreen, .node-type-boa .lzoom_fullscreen, .node-type-boa .lzoom_fullscreen {
  display: none;
}
@media only screen and (min-width: 768px) {
  .lzoom1 .lzoom_fullscreen, .lzoom2 .lzoom_fullscreen, .node-type-boa .lzoom_fullscreen, .node-type-boa .lzoom_fullscreen {
    display: block;
  }
}

.blocks-events .more-events {
  font-family: "Source Sans Pro", Verdana, sans-serif;
}

.title-h1 {
  font-weight: 300;
  font-size: 52px;
  line-height: 57px;
}

.content-bird {
  font-weight: 300;
  font-size: 24px;
  line-height: 27px;
}

.blocks-events {
  padding: 50px 0 80px;
}
.blocks-events .title-block {
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 35px;
}
.blocks-events article {
  margin-top: 35px;
}
.blocks-events article .title-prefix {
  color: #838078;
  margin-bottom: 5px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
.blocks-events article .title-article {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: .1px;
}
.blocks-events article .title-article span {
  display: block;
  font-size: 16px;
}
.blocks-events article .content-article {
  font-size: 14px;
  line-height: 19px;
}
.blocks-events article .content-article .more-link {
  display: table;
  position: relative;
  padding-right: 10px;
  color: #0aa8e3;
}
.blocks-events article .content-article .more-link:after {
  content: "\00bb";
  display: table-cell;
  font-size: 16px;
  width: 10px;
  text-align: right;
  vertical-align: middle;
}
.blocks-events .more-events {
  border-top: 1px solid #d4d4d4;
  margin-top: 50px;
  padding-top: 30px;
}
.blocks-events .more-events a {
  font-size: 18px;
  line-height: 32px;
}

.bird-small {
  background-color: #faf9f5;
  padding: 10px 0;
}

.interactive-guide .preamble {
  text-align: left;
  margin-bottom: 15px;
}

.near-you-form {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.near-you-form select {
  margin-top: 0px;
  line-height: 1;
  width: 100%;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 479px) {
  .near-you-form {
    width: 75%;
  }
}

.bird-guide-zip-input {
  width: 50%;
  float: left;
  padding: 0 10px 0 0;
}

.btn-submint {
  width: 20%;
  padding: 0 0 0 10px;
  float: left;
}
.btn-submint .bird-guide-zip-submit {
  width: 100%;
  height: 40px;
}

@media only screen and (min-width: 768px) {
  .interactive-guide-aid {
    padding-top: 13px;
    padding-bottom: 10px;
  }
}

.aid-class .editorial-card-content {
  min-height: 180px;
}
@media only screen and (min-width: 768px) {
  .aid-class .editorial-card-content {
    min-height: 200px;
  }
  .aid-class .editorial-card-content.short {
    min-height: 170px;
  }
}
@media only screen and (min-width: 960px) {
  .aid-class .editorial-card-content {
    min-height: 170px;
  }
  .aid-class .editorial-card-content.short {
    min-height: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .aid-class .editorial-card-content {
    min-height: 0px;
  }
  .aid-class .editorial-card-content.short {
    min-height: 0px;
  }
}
.aid-class .editorial-card-content.has-fixed-banner {
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .aid-class .editorial-card {
    min-height: 0px !important;
  }
  .aid-class .editorial-card .short {
    min-height: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .center-and-sanctuaries {
    margin-top: 50px;
  }
}

.page-audubon-near-you .global-content > .row {
  position: relative;
}
.page-audubon-near-you #audubon-near-you--local-chapter--wrapper {
  position: absolute;
  width: 100%;
}
.page-audubon-near-you .top-offset > div {
  margin-top: 300px;
}

.static-page-content .deck, .static-page-content .conservation_news_heading + div {
  padding-bottom: 1em;
}
.static-page-content .text-container .deck, .static-page-content .text-container .conservation_news_heading + div {
  padding-bottom: 0;
}

h2.grey {
  color: #838078;
}

.pager-load-more {
  list-style: none;
  list-style-image: none;
  list-style-type: none;
}

.search-tag {
  background-color: #fdf7da;
}

.top-search-form {
  margin-top: 65px;
}

.top-search-form-input {
  float: left;
  margin-right: 2%;
  width: 85%;
}
.top-search-form-input input {
  font-size: 30px;
  font-weight: 300;
  height: 47px;
}
@media only screen and (max-width: 768px) {
  .top-search-form-input input {
    font-size: 150%;
  }
}

.top-search-form-submit {
  height: 47px;
  flex: left;
  font-size: 24px;
  font-weight: 300;
  width: 13%;
}

.filter-list {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 20px;
  list-style-type: none;
  margin-bottom: 35px;
  padding-left: 30px;
}
.filter-list li {
  margin-bottom: 5px;
}
.filter-list a.active {
  color: #000;
}
.filter-list.section-nav {
  margin: 0;
  padding: 0;
}
.filter-list.section-nav span {
  color: #89867e;
  margin-right: 5px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .filter-list {
    margin-left: 0px;
    padding-left: 0px;
  }
}

.filter-list-heading {
  margin-bottom: 5px;
}

.aid-filter {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  margin: 0px;
  padding: 0px;
}
.aid-filter li {
  list-style: none;
}
.aid-filter li .toggler {
  color: #404040;
  font-size: 20px;
  padding-right: 25px;
  margin-bottom: 5px;
  display: table;
}
.aid-filter li .toggler:before {
  display: none;
}
.aid-filter li .toggler:after {
  top: 11px;
  right: 0px;
}
.aid-filter li .toggler.open:after {
  top: 5px;
}
.aid-filter li ul {
  margin: 0px 0px 20px;
  padding: 0px;
}
.aid-filter li ul li {
  padding: 0px;
  margin-bottom: 5px;
  border-bottom: 0px solid transparent;
  border-top: 0px solid transparent !important;
}
@media only screen and (min-width: 768px) {
  .aid-filter li ul {
    margin: 0px;
    padding: 0px;
    display: block !important;
    position: relative;
    box-shadow: 0 0 0 transparent;
  }
  .aid-filter li ul li {
    list-style: none;
    font-family: "Source Sans Pro", Verdana, sans-serif;
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .aid-filter {
    margin-left: 20px;
    padding-left: 30px;
  }
  .aid-filter li {
    margin-bottom: 35px;
  }
  .aid-filter li .toggler {
    font-family: "Source Sans Pro", Verdana, sans-serif;
    color: #404040;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .aid-filter li .toggler.open {
    background: none !important;
    box-shadow: none !important;
  }
  .aid-filter li .toggler.open:after {
    display: none;
  }
  .aid-filter li .toggler ul li {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .index-list {
    margin-bottom: 60px;
  }
}

.bird-card-set-search .section-header, .global-content-search .section-header {
  margin-top: 23px;
}
.bird-card-set-search .section-header h2, .global-content-search .section-header h2 {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .bird-card-set-search .section-header h2, .global-content-search .section-header h2 {
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .bird-card-set-search .section-header .section-nav, .global-content-search .section-header .section-nav {
    text-align: left;
  }
}

.bird-card-set-search {
  padding-top: 0px;
}
.bird-card-set-search .pager {
  list-style: none;
  margin-left: 0;
  text-align: center;
}
.bird-card-set-search .pager li {
  display: inline-block;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 20px;
}
.bird-card-set-search .pager li a, .bird-card-set-search .pager li.pager-current {
  padding: 5px;
}

.empty-search-results {
  text-align: center;
}

@media only screen and (min-width: 480px) and (max-width: 600px) {
  .about-text-section .text-container .columns {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 479px) {
  .about-text-section .text-container .columns {
    margin-bottom: 0;
  }
}

.our-leadership-card {
  padding-bottom: 30px;
}
.our-leadership-card .photo {
  border: 1px solid #EEEEEE;
}
.our-leadership-card .photo a {
  line-height: 0;
  display: block;
}
.our-leadership-card .photo img {
  width: 100%;
  height: auto;
  line-height: 0;
}
.our-leadership-card .common-name {
  margin-top: 10px;
  margin-bottom: 0;
}
.our-leadership-card .post-title {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  letter-spacing: -0.35px;
}
@media only screen and (max-width: 479px) {
  .our-leadership-card .post-title {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .our-leadership-card .post-title {
    font-size: 15px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .large-one-fifth {
    width: 20%;
  }
}

.homepage-first-row .welcome-card .welcome-card-illustration {
  display: none;
}
@media only screen and (max-width: 479px) {
  .homepage-first-row .welcome-card, .homepage-first-row .editorial-card {
    min-height: 0 !important;
    height: auto !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .homepage-first-row .welcome-card, .homepage-first-row .editorial-card {
    min-height: 0 !important;
    height: auto !important;
  }
}
.homepage-first-row .engagement-card {
  margin-bottom: 12.5px;
}

/**
 * Styles for Getoutside page.
 */
.getoutside .bird-card-set .section-header {
  padding-top: 25px;
}

.events-search {
  display: none;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  background-color: #FBFAF6;
  padding: 25px 0;
  margin-bottom: 50px;
}
.events-search.show, .events-search.open {
  display: block;
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .events-search {
    padding: 12.5px 0 25px 0;
  }
}
@media only screen and (max-width: 600px) {
  .events-search {
    padding: 12.5px 0;
  }
}

.events-search-form select {
  width: 100%;
  margin: 12.5px 0 0 0;
}
.events-search-form .-wrap-select {
  margin: 12.5px 0 0 0;
}
.events-search-form .-wrap-select select {
  margin-top: 0;
}

.bird-guide-search-input {
  float: left;
  width: 79%;
  margin-right: 4%;
}
.bird-guide-search-input input {
  height: 45px;
  margin-bottom: 0;
}
@media only screen and (min-width: 601px) {
  .bird-guide-search-input input {
    font-size: 20px;
    margin-bottom: 12.5px;
  }
}

.bird-guide-search-submit {
  float: left;
  width: 17%;
  height: 45px;
  font-size: 24px;
  font-weight: 300 !important;
}
.bird-guide-search-submit i {
  vertical-align: middle;
}

.event-teaser {
  padding-bottom: 50px;
}
.event-teaser:before, .event-teaser:after {
  content: " ";
  display: table;
}
.event-teaser:after {
  clear: both;
}
.event-teaser .event-date-and-state {
  background-color: #EFEFEF;
  color: #6D6D6D;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 33px;
  font-weight: 300;
  padding: 18px 0 15px 0;
  position: relative;
}
.event-teaser .event-date-and-state .event-date {
  border-right: 1px solid #C8C8C8;
  float: left;
  padding-bottom: 6px;
  text-align: center;
  width: 58%;
}
.event-teaser .event-date-and-state .event-date .event-date-month {
  text-transform: uppercase;
  line-height: 30px;
}
.event-teaser .event-date-and-state .event-date .event-date-day {
  font-size: 60px;
  line-height: 50px;
}
.event-teaser .event-date-and-state .event-state {
  float: right;
  padding-top: 17px;
  text-align: center;
  width: 40%;
}
.event-teaser .event-date-and-state .event-state .icon-marker {
  color: #c2c2c2;
  font-size: 42px;
}
.event-teaser .event-date-and-state .event-state .event-state-abbr {
  line-height: 36px;
}
.event-teaser .event-content .event-type-and-date {
  color: #d4d4d4;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 7px;
}
.event-teaser .event-content .event-type-and-date .event-dates {
  color: #6d6d6d;
}
.event-teaser .event-content .event-address {
  color: #000000;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 7px;
}
.event-teaser .event-content p {
  font-size: 14px;
  line-height: 19px;
}
@media only screen and (max-width: 600px) {
  .event-teaser .event-date-and-state {
    font-family: "Source Sans Pro", Verdana, sans-serif;
    font-size: 22px;
    font-weight: 300;
    padding: 12px 0 10px 0;
  }
  .event-teaser .event-date-and-state .event-date .event-date-month {
    line-height: 20px;
  }
  .event-teaser .event-date-and-state .event-date .event-date-day {
    font-size: 38px;
    line-height: 27px;
    padding-top: 10px;
  }
  .event-teaser .event-date-and-state .event-state {
    padding-top: 11px;
  }
  .event-teaser .event-date-and-state .event-state .icon-marker {
    font-size: 28px;
  }
  .event-teaser .event-date-and-state .event-state .event-state-abbr {
    line-height: 17px;
  }
  .event-teaser .event-content .event-type-and-date {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 7px;
  }
  .event-teaser .event-content .event-address {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 7px;
  }
  .event-teaser .event-content p {
    font-size: 14px;
    line-height: 19px;
  }
}

.editorial-card .event-dates {
  color: #6d6d6d;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 18px;
}

.flyways-events-ajax-wrapper {
  margin-top: 15px;
}

.node-type-video-page h1 {
  color: #aaaaaa;
  font-size: 40px;
  padding-left: 10px;
}
.node-type-video-page .video-wrapper {
  background-color: #202020;
}
.node-type-video-page .video-wrapper .video {
  text-align: center;
  line-height: 0;
}
@media only screen and (min-width: 768px) {
  .node-type-video-page .video-wrapper .video {
    padding: 0 40px;
  }
}
.node-type-video-page .video-wrapper .video .flex-video {
  margin-bottom: 0;
  padding-bottom: 60%;
  padding-top: 0;
}
.node-type-video-page .video-summary {
  color: #eeeeee;
}
.node-type-video-page .video-summary .text-container .video-attribution {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.node-type-video-page .video-summary .text-container .video-attribution .video-credit {
  font-style: italic;
}
.node-type-video-page .video-summary .text-container p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 15px;
}
.node-type-video-page .video-summary .social-sharing-icon {
  font-size: 21px;
  margin-left: 1px;
}

.node-type-iba h1 {
  margin: 0 0 5px 0;
}
.node-type-iba .deck, .node-type-iba .conservation_news_heading + div {
  font-style: normal;
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
.node-type-iba .text-container h4 {
  font-size: 22px;
  font-weight: bold;
}
.node-type-iba .iba-photo-gallery h4 {
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 10px;
}
.node-type-iba .iba-photo-gallery h4 .icon-camera:before {
  vertical-align: sub;
}
.node-type-iba .iba-photo-gallery .thumb-strip .thumb-strip-prev, .node-type-iba .iba-photo-gallery .thumb-strip .thumb-strip-next {
  cursor: pointer;
}
.node-type-iba .iba-photo-gallery .thumb-strip .icon-chevron-left:before {
  margin-left: -3px;
}
.node-type-iba .iba-photo-gallery .thumb-strip .icon-chevron-right:before {
  margin-left: -2px;
}
.node-type-iba .iba-photo-gallery .thumb-strip ul {
  margin-left: 0;
}
.node-type-iba .sidebar .social-sharing, .node-type-iba .article-sidebar .social-sharing {
  margin-bottom: 16px;
}
.node-type-iba .sidebar .sidebar-section, .node-type-iba .article-sidebar .sidebar-section, .node-type-iba .sidebar .article-sidebar-section, .node-type-iba .article-sidebar .article-sidebar-section {
  margin-bottom: 16px;
}

.svg-throbber {
  background-image: url(../img/throbber.svg);
  background-size: contain;
  position: absolute;
}

.iba-state-contacts {
  padding-bottom: 15px;
}
.iba-state-contacts h4 {
  margin-bottom: 0;
}
.iba-state-contacts a {
  display: block;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  margin-bottom: 14px;
}

.iba-site-report-link-pane a {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 18px;
}
.sidebar-section + .iba-site-report-link-pane, .article-sidebar-section + .iba-site-report-link-pane {
  margin-top: -7px;
}

.np-dark-red {
  background-color: #cd1818;
}

.npm-dark-red {
  color: #cd1818;
}

.np-light-red {
  background-color: #f99090;
}

.npm-light-red {
  color: #f99090;
}

.np-light-orange {
  background-color: #ff9900;
}

.npm-light-orange {
  color: #ff9900;
}

.np-light-green {
  background-color: #52a04a;
}

.npm-light-green {
  color: #52a04a;
}

.np-dark-green {
  background-color: #025e02;
}

.npm-dark-green {
  color: #025e02;
}

.np-middle-grey {
  background-color: #aaa;
}

.npm-middle-grey {
  color: #aaa;
}

.native-plants-green-row {
  color: #fff;
  font-size: 24px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-weight: 300;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.native-plants-green-row a {
  color: #fff;
  cursor: pointer;
}
@media only screen and (min-width: 601px) {
  .native-plants-green-row {
    font-size: 32px;
    height: 56px;
    line-height: 56px;
  }
}

.native-plants-hero-title {
  margin-bottom: 28px;
}
@media only screen and (min-width: 601px) {
  .native-plants-hero-title {
    margin-bottom: 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 1280px) {
  .native-plants-hero-title {
    margin-bottom: 42px;
  }
}

@media only screen and (min-width: 601px) {
  .native-plants-search-form .native-plants-search-form--email {
    max-width: 324px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 601px) {
  .native-plants-search-form .native-plants-search-form--zip-code {
    float: right;
    max-width: 150px;
    width: 100%;
  }
}
.native-plants-search-form .native-plants-search-form--submit {
  width: 100%;
  text-transform: capitalize;
}
@media only screen and (min-width: 601px) {
  .native-plants-search-form .native-plants-search-form--submit {
    margin-left: 10px;
    width: 140px;
  }
}

.native-plants-initial-form-pane .ngp-form.at .at-inner {
  background: transparent;
  border: none;
  position: relative;
}
.native-plants-initial-form-pane .ngp-form.at .at-inner input {
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
.native-plants-initial-form-pane .ngp-form.at .at-inner input:focus {
  border-color: #d4d4d4;
  box-shadow: none;
  background: #fff;
}
.native-plants-initial-form-pane .ngp-form.at .at-inner input + small {
  font-size: 19px;
}
.native-plants-initial-form-pane .ngp-form.at .at-inner .at-row.EmailAddress input::-webkit-input-placeholder,
.native-plants-initial-form-pane .ngp-form.at .at-inner .at-row.PostalCode input::-webkit-input-placeholder {
  color: #626262;
}
@media only screen and (min-width: 601px) {
  .native-plants-initial-form-pane .ngp-form.at .at-inner .at-row.EmailAddress {
    max-width: 324px;
    margin: auto;
  }
}
@media only screen and (min-width: 601px) {
  .native-plants-initial-form-pane .ngp-form.at .at-inner .PostalCode,
  .native-plants-initial-form-pane .ngp-form.at .at-inner .at-form-submit {
    width: 50%;
    display: block;
  }
  .native-plants-initial-form-pane .ngp-form.at .at-inner .PostalCode {
    float: left;
  }
  .native-plants-initial-form-pane .ngp-form.at .at-inner .PostalCode > .at-text {
    float: right;
    max-width: 150px;
    margin-right: 12.5px;
    min-width: 0;
    width: 100%;
  }
  .native-plants-initial-form-pane .ngp-form.at .at-inner .at-form-submit {
    float: right;
  }
  .native-plants-initial-form-pane .ngp-form.at .at-inner .at-form-submit .at-submit {
    width: 140px;
    float: left;
  }
}
.native-plants-initial-form-pane .ngp-form.at .at-inner .at-form-submit {
  padding: 0;
}
.native-plants-initial-form-pane .ngp-form.at .at-inner .at-form-submit .at-submit {
  padding: 0;
  margin: 0 0 0 22.5px;
  background: #F15936;
}
.native-plants-initial-form-pane .ngp-form.at label {
  font-size: 0;
  margin: 0;
}
.native-plants-initial-form-pane .ngp-form.at label small {
  font-size: 0;
}
.native-plants-initial-form-pane .ngp-form.at label small a {
  color: #1daeff;
}
.native-plants-initial-form-pane .ngp-form fieldset.at-fieldset {
  padding: 0;
}
.native-plants-initial-form-pane .ngp-form legend,
.native-plants-initial-form-pane .ngp-form header {
  display: none;
}

.native-plants-search-form-inline {
  -moz-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  clear: both;
  overflow: hidden;
  max-height: 500px;
}
.native-plants-search-form-inline .form-submit {
  margin-bottom: 14px;
}
@media only screen and (min-width: 601px) {
  .native-plants-search-form-inline {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .native-plants-search-form-inline h2,
  .native-plants-search-form-inline .form-text,
  .native-plants-search-form-inline .form-submit {
    float: left;
  }
  .native-plants-search-form-inline h2 {
    color: #626262;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 0;
    margin-right: 28px;
  }
  .native-plants-search-form-inline .form-submit {
    margin-left: 30px;
  }
}
.native-plants-search-form-inline.collapsed {
  max-height: 0;
}
@media only screen and (min-width: 601px) {
  .native-plants-search-form-inline.collapsed {
    max-height: none;
  }
}

.native-plants-search-icon {
  float: right;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  height: 36px;
  line-height: 30px;
  margin: -36px 0 10px;
  visibility: visible;
}
.native-plants-search-icon.open {
  display: none;
}
.collapsed .native-plants-search-icon.open {
  display: block;
}
.collapsed .native-plants-search-icon.close {
  display: none;
}
.native-plants-search-icon:before {
  vertical-align: top;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .native-plants-hero .hero-image {
    height: 484px;
  }
  .native-plants-hero .hero-image img {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: none;
    max-height: 100%;
    margin-left: 50%;
  }
}

.native-plants-hero-text {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  padding-top: 18px;
  font-size: 18px;
  line-height: 26px;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .native-plants-hero-text {
    color: #fff;
    line-height: 28px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .native-plants-hero-text {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .native-plants-hero-text {
    margin-bottom: 30px;
  }
}
.native-plants-hero-text a {
  color: #404040;
  text-decoration: underline;
}
.native-plants-hero-text p {
  margin-bottom: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .native-plants-hero-text + .hero-attribution, .native-plants-hero-text + .hero-attribution-fullscreen {
    background: transparent;
    color: #aaa;
    clear: both;
    line-height: 20px;
    margin-bottom: 30px;
  }
}

.native-plants-search-results h3 {
  color: #626262;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 7px;
}
@media only screen and (min-width: 601px) {
  .native-plants-search-results h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 13px;
  }
}
.native-plants-search-results h4 {
  color: #626262;
  font-size: 14px;
  margin: 15px 0 9px;
}
@media only screen and (min-width: 601px) {
  .native-plants-search-results h4 {
    font-size: 20px;
    margin: 0 0 7px;
  }
}
.native-plants-search-results .view-row {
  color: #626262;
  padding-bottom: 12px;
}
@media only screen and (min-width: 601px) {
  .native-plants-search-results .view-row {
    padding-bottom: 30px;
  }
  .native-plants-search-results .view-row > .row:first-child {
    margin-bottom: 5px;
  }
}
.native-plants-search-results .bird-card {
  margin-bottom: 10px;
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .native-plants-search-results .bird-card {
    padding: 5px 5px 35px;
  }
}
.native-plants-search-results .bird-card .bird-card-illustration {
  height: 120px;
}
.native-plants-search-results .bird-card .bird-card-illustration img {
  max-height: 120px;
  max-width: 92%;
}

@media only screen and (min-width: 601px) {
  .native-plants-full-results .view-filters {
    margin-bottom: 45px;
  }
}

.native-plants-search-results .view-filters,
.native-plants-full-results .view-filters {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .native-plants-search-results .view-filters .filters-controls-wrapper,
  .native-plants-full-results .view-filters .filters-controls-wrapper {
    position: absolute;
    top: 105px;
    right: 0;
  }
}
.native-plants-search-results .view-filters .filters-controls-wrapper legend,
.native-plants-full-results .view-filters .filters-controls-wrapper legend {
  width: auto;
  margin: 0 5px 0 0;
  font-size: 16px;
  font-weight: 600;
}
.native-plants-search-results .view-filters .filters-controls-wrapper legend:after,
.native-plants-full-results .view-filters .filters-controls-wrapper legend:after {
  content: ':\00a0';
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 601px) {
  .native-plants-search-results .view-filters .filters-controls-wrapper legend,
  .native-plants-full-results .view-filters .filters-controls-wrapper legend {
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 320px) {
  .native-plants-search-results .view-filters .filters-controls-wrapper legend,
  .native-plants-full-results .view-filters .filters-controls-wrapper legend {
    width: 100%;
  }
}
.native-plants-search-results .view-filters .filters-controls-wrapper label,
.native-plants-full-results .view-filters .filters-controls-wrapper label {
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: normal;
  color: #0aa8e3;
}
@media only screen and (min-width: 601px) {
  .native-plants-search-results .view-filters .filters-controls-wrapper label,
  .native-plants-full-results .view-filters .filters-controls-wrapper label {
    font-size: 20px;
  }
}
.native-plants-search-results .view-filters .filters-controls-wrapper .form-item-radio input[type=radio],
.native-plants-full-results .view-filters .filters-controls-wrapper .form-item-radio input[type=radio] {
  visibility: hidden;
}
.native-plants-search-results .view-filters .filters-controls-wrapper .form-item-radio input[type=radio]:checked + label,
.native-plants-full-results .view-filters .filters-controls-wrapper .form-item-radio input[type=radio]:checked + label {
  color: #777777;
  cursor: default;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .native-plants-search-results .view-filters .filters-controls-wrapper .form-item-radio,
  .native-plants-full-results .view-filters .filters-controls-wrapper .form-item-radio {
    float: left;
    width: 100%;
    max-width: 117px;
    position: relative;
  }
}
.native-plants-search-results .view-filters .filters-controls-wrapper #common-name-tier1 + label:after,
.native-plants-search-results .view-filters .filters-controls-wrapper #common-name + label:after,
.native-plants-full-results .view-filters .filters-controls-wrapper #common-name-tier1 + label:after,
.native-plants-full-results .view-filters .filters-controls-wrapper #common-name + label:after {
  content: '\00a0|\00a0';
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  color: #777777;
}

.tier-1-plant-picture {
  line-height: 0;
}
.tier-1-plant-picture img {
  height: auto;
}

.tier-1-plant-picture-mobile {
  line-height: 0;
}
.tier-1-plant-picture-mobile img {
  width: 100%;
  height: auto;
}

.tier-1-plant .tier-1-plant--description {
  font-size: 14px;
  line-height: 19px;
}
@media only screen and (min-width: 601px) {
  .tier-1-plant .tier-1-plant--description {
    font-size: 16px;
    line-height: 22px;
  }
}
.tier-1-plant .tier-1-plant--source {
  font-size: 15px;
  line-height: 20px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  margin-bottom: 15px;
  margin-top: 8px;
}
@media only screen and (min-width: 601px) {
  .tier-1-plant .tier-1-plant--source {
    margin-bottom: 20px;
  }
}
.tier-1-plant .tier-1-plant--add-to-list {
  margin-top: 2px;
}
@media only screen and (min-width: 601px) {
  .tier-1-plant .tier-1-plant--add-to-list {
    margin-top: 4px;
  }
}
.tier-1-plant .tier-1-plant--add-to-list label {
  font-size: 18px;
  font-weight: 300;
}
@media only screen and (min-width: 601px) {
  .tier-1-plant .tier-1-plant--add-to-list label {
    font-size: 19px;
  }
}

.plant-attributes-list {
  list-style: none;
  margin: 15px 0 0;
}
@media only screen and (min-width: 601px) {
  .plant-attributes-list {
    margin-top: 7px;
  }
}
.plant-attributes-list li {
  display: block;
  float: left;
  list-style: none;
  margin-bottom: 10px;
  margin-right: 6px;
}
@media only screen and (min-width: 601px) {
  .plant-attributes-list li {
    margin-right: 12px;
  }
}
.plant-attributes-list li a, .plant-attributes-list li span {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  width: 85px;
}
.plant-attributes-list.plant-attributes-list-small {
  margin: 0;
}
.plant-attributes-list.plant-attributes-list-small li {
  margin-right: 10px;
}
.plant-attributes-list.plant-attributes-list-small li a, .plant-attributes-list.plant-attributes-list-small li span {
  line-height: 26px;
  width: 78px;
}

.mobile-plant-attributes--list,
.mobile-plant-attracts--list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  vertical-align: top;
}
.mobile-plant-attributes--list li,
.mobile-plant-attracts--list li {
  display: inline-block;
  vertical-align: top;
}
.mobile-plant-attributes--list li:not(:last-child):after,
.mobile-plant-attracts--list li:not(:last-child):after {
  content: ',';
  display: inline-block;
  vertical-align: baseline;
  padding: 0 4px 0 0;
}

.current-location h3,
.current-location-loading h3 {
  color: #626262;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .current-location h3,
  .current-location-loading h3 {
    line-height: 22px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 33px;
    position: relative;
  }
}
@media only screen and (min-width: 601px) {
  .current-location h3,
  .current-location-loading h3 {
    padding-left: 28px;
  }
}
.current-location h3 .icon,
.current-location-loading h3 .icon {
  font-size: 31px;
  position: absolute;
  left: 0;
  top: 5px;
}
@media only screen and (min-width: 601px) {
  .current-location h3 .icon,
  .current-location-loading h3 .icon {
    font-size: 33px;
    left: 7px;
    top: 0;
  }
}

.current-location-loading {
  position: absolute;
  left: 12.5px;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .current-location-loading h3 {
    padding-left: 26px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .current-location-loading .svg-throbber {
    height: 22px;
    width: 22px;
  }
}
@media only screen and (min-width: 601px) {
  .current-location-loading .svg-throbber {
    margin-left: -3px;
    height: 28px;
    width: 28px;
  }
}

.native-plants-tabs {
  margin-top: 16px;
}
.native-plants-tabs .tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  margin: 0;
}
.native-plants-tabs .tabs:before {
  border-bottom: 1px solid #aaa;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  left: 5px;
  width: calc(100% - 5px);
}
.native-plants-tabs .tabs li {
  font-size: 28px;
  float: left;
  list-style-type: none;
  text-transform: capitalize;
}
.native-plants-tabs .tabs li.form-filter--load a:after {
  content: '';
  display: inline-block;
  background: #fff url("../img/loading_animation.gif") 50% 50% no-repeat;
  width: 32px;
  height: 32px;
  vertical-align: bottom;
}
.native-plants-tabs .tabs li.form-filter--load .counter {
  display: none;
}
.native-plants-tabs .tabs a {
  padding: 7px 12px;
  display: block;
  border: 1px solid #fff;
  line-height: 34px;
}
.native-plants-tabs .tabs a .counter {
  line-height: 28px;
  font-size: 16px;
  color: #626262;
  display: inline-block;
  vertical-align: middle;
}
.native-plants-tabs .tabs a .text {
  display: none;
}
.native-plants-tabs .tabs .r-tabs-state-active a {
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #aaa;
  border-bottom-color: #fff;
  position: relative;
  color: #404040;
}
.native-plants-tabs .tab-select {
  margin-bottom: 10px;
}
.native-plants-tabs .native-plants-tabs-selector .-wrap-select {
  margin-bottom: 10px;
}
.native-plants-tabs .tab-content {
  clear: both;
}
.native-plants-tabs .tab-pane {
  display: none;
}
@media only screen and (min-width: 601px) {
  .native-plants-tabs .tab-pane {
    padding-top: 22px;
  }
}
.native-plants-tabs .tab-pane.active {
  display: block;
}
.native-plants-tabs .view-header {
  color: #626262;
  font-size: 16px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  line-height: normal;
  margin-bottom: 22px;
}
@media only screen and (min-width: 601px) {
  .native-plants-tabs .view-header {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 27px;
  }
}
.native-plants-tabs .view-filters .-wrap-select {
  display: inline-block;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 601px) {
  .native-plants-tabs .view-filters .-wrap-select {
    margin-left: 28px;
    max-width: 246px;
  }
  .native-plants-tabs .view-filters .-wrap-select:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 601px) {
  .native-plants-tabs .view-filters select {
    margin-left: 28px;
    max-width: 246px;
  }
  .native-plants-tabs .view-filters select:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 601px) {
  .native-plants-tabs .view-content {
    margin-top: 10px;
  }
}
.native-plants-tabs .r-tabs-accordion-title {
  padding: 0 18px 0;
  border-bottom: 1px solid #979797;
}
.native-plants-tabs .r-tabs-accordion-title .r-tabs-anchor {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-weight: 300;
  display: block;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  padding: 11px 0;
  color: #5b5b5b;
  position: relative;
}
.native-plants-tabs .r-tabs-accordion-title .r-tabs-anchor:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #76736c transparent transparent transparent;
}
.native-plants-tabs .r-tabs-accordion-title .counter:before {
  content: ':\00a0';
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  margin-left: -3px;
}
.native-plants-tabs .r-tabs-state-active .r-tabs-anchor:before {
  transform: translateY(-50%) rotate(180deg);
}
.native-plants-tabs label.view-filters--mobile {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-weight: 300;
  display: block;
  font-size: 20px;
  line-height: 28px;
  padding: 11px 0;
  color: #5b5b5b;
  position: relative;
  border-bottom: 1px solid #979797;
  margin-bottom: 14px;
  margin-left: 0;
  margin-right: 0;
}
.native-plants-tabs label.view-filters--mobile:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #76736c transparent transparent transparent;
}
.native-plants-tabs input.view-filters--mobile:checked ~ label.view-filters--mobile:before {
  transform: translateY(-50%) rotate(180deg);
}
.native-plants-tabs input.view-filters--mobile:checked ~ .view-filters {
  display: block !important;
  visibility: visible !important;
}

.native-plants-full-search-results table {
  margin-bottom: 0;
  font-size: 17px;
}
.native-plants-full-search-results table th {
  background-color: #f4f4f4;
  line-height: 17px;
  padding: 11px 17px !important;
  text-align: center;
}
.native-plants-full-search-results table th:first-child {
  text-align: left;
}
.native-plants-full-search-results table tr {
  border-bottom: 1px solid #d4d4d4;
}
.native-plants-full-search-results table tr:first-child {
  border-top: 1px solid #d4d4d4;
}
.native-plants-full-search-results table tr:last-child {
  border-bottom: none;
}
.native-plants-full-search-results table tr td {
  height: 94px;
  padding: 10px 13px !important;
  vertical-align: middle;
}
.native-plants-full-search-results table tr td:nth-child(2) {
  text-align: center;
}
.native-plants-full-search-results table tr td:nth-child(3) {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 176px;
}
@media only screen and (min-width: 768px) {
  .native-plants-full-search-results table tr td:nth-child(3) {
    width: 264px;
  }
}
.native-plants-full-search-results .mobile-search-full-results {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 16px;
  line-height: 25px;
}
.native-plants-full-search-results .mobile-search-full-results .columns > div {
  vertical-align: top;
}
.native-plants-full-search-results .mobile-search-full-results .view-row {
  border-bottom: 2px solid #aaa;
  padding-top: 10px;
}
.native-plants-full-search-results .mobile-search-full-results .view-row:first-child {
  padding-top: 0;
}
.native-plants-full-search-results .mobile-search-full-results .view-row:last-child {
  border: none;
}
.native-plants-full-search-results .mobile-search-full-results .view-row .mobile-search-full-results--label {
  color: #838078;
  display: block;
  float: left;
  padding: 0 4px 0 0;
}
@media only screen and (min-width: 601px) {
  .native-plants-full-search-results .plant--add-to-list input {
    margin-bottom: 0;
  }
}
.native-plants-full-search-results .plant--add-to-list label {
  font-size: 18px;
  padding-top: 5px;
}
@media only screen and (min-width: 601px) {
  .native-plants-full-search-results .plant--add-to-list label {
    font-size: 17px;
    color: #404040;
    display: inline;
    margin-right: 0;
  }
}
.native-plants-full-search-results .icon-camera:before {
  color: #6a84d9;
  display: inline-block;
  font-size: 24px;
  margin-bottom: -6px;
  vertical-align: middle;
}
@media only screen and (min-width: 601px) {
  .native-plants-full-search-results .icon-camera:before {
    font-size: 28px;
    vertical-align: middle;
  }
}
.native-plants-full-search-results.permalink-list table {
  font-size: 17px;
}
.native-plants-full-search-results.permalink-list table tr td {
  width: auto !important;
}

.search-results-total {
  background-color: #f4f4f4;
  clear: both;
  font-size: 16px;
  line-height: 40px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  overflow: hidden;
  border-top: 2px solid #d4d4d4;
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .search-results-total {
    text-align: center;
  }
}
@media only screen and (min-width: 601px) {
  .search-results-total {
    border: none;
  }
  .native-plants-full-results .search-results-total {
    margin: 0;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
  }
}
.search-results-total .pager-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .search-results-total .pager-list {
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (min-width: 768px) {
  .search-results-total .pager-list {
    margin: 0 52px 0 0;
    float: right;
  }
}
.search-results-total .pager-list li {
  float: left;
}
.search-results-total .pager-list a, .search-results-total .pager-list span {
  font-weight: bold;
  display: block;
  line-height: inherit;
  padding: 0 6px;
}
.search-results-total .pager-list a {
  cursor: pointer;
}
.search-results-total .pager-list .pager-item {
  display: none;
}
@media only screen and (min-width: 601px) {
  .search-results-total .pager-list .pager-item {
    display: block;
  }
}
.search-results-total .pager-list .pager-item--ellipsis {
  color: #0AA8E3;
}
.search-results-total .pager-list .pager-next {
  float: right;
}
.search-results-total .pager-list .pager-next a, .search-results-total .pager-list .pager-next span {
  padding: 0 0 0 16px;
}
.search-results-total .pager-list .pager-next a:after, .search-results-total .pager-list .pager-next span:after {
  content: ' >';
}
@media only screen and (min-width: 601px) {
  .search-results-total .pager-list .pager-next a:after, .search-results-total .pager-list .pager-next span:after {
    display: none;
  }
}
.search-results-total .pager-list .pager-prev {
  float: left;
}
.search-results-total .pager-list .pager-prev a, .search-results-total .pager-list .pager-prev span {
  padding: 0 16px 0 0;
}
.search-results-total .pager-list .pager-prev a:before, .search-results-total .pager-list .pager-prev span:before {
  content: '< ';
}
@media only screen and (min-width: 601px) {
  .search-results-total .pager-list .pager-prev a:before, .search-results-total .pager-list .pager-prev span:before {
    display: none;
  }
}

.native-plants-bottom {
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
.native-plants-bottom .native-plants-bottom-plant-list-placeholder {
  display: none;
}
.native-plants-bottom .native-plants-bottom-plant-list {
  background-color: #d8d8d8;
  height: 70px;
}
.native-plants-bottom .native-plants-bottom-plant-list.native-plants-bottom-plant-list-form-show .native-plants-botton--get-list {
  display: none;
}
.native-plants-bottom .native-plants-bottom-plant-list.native-plants-bottom-plant-list-form-show .native-plants-get-list-form {
  display: block;
}
@media only screen and (min-width: 601px) {
  .native-plants-bottom .native-plants-bottom-plant-list {
    height: 96px;
  }
}
.native-plants-bottom .native-plants-bottom-plant-list .native-plants-bottom-plant-list-info {
  text-align: center;
  white-space: nowrap;
}
.native-plants-bottom .native-plants-bottom-plant-list .native-plants-bottom-plant-list-info .native-plants-bottom--label {
  color: #76736c;
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 7px;
}
@media only screen and (min-width: 601px) {
  .native-plants-bottom .native-plants-bottom-plant-list .native-plants-bottom-plant-list-info .native-plants-bottom--label {
    font-size: 25px;
    line-height: 31px;
    margin-top: 20px;
  }
}
.native-plants-bottom .native-plants-bottom-plant-list .native-plants-bottom-plant-list-info .native-plants-bottom--selected-count {
  color: #0AA8E3;
  font-size: 15px;
  white-space: nowrap;
}
.native-plants-bottom .native-plants-bottom-plant-list .native-plants-bottom-plant-list-info .native-plants-bottom--selected-count .native-plants-bottom--clear-plants-list {
  cursor: pointer;
}
.native-plants-bottom .native-plants-bottom-plant-list .native-plants-bottom-plant-list-items {
  color: #626262;
  font-size: 19px;
  line-height: 27px;
  padding-top: 22px;
  overflow: hidden;
  height: 76px;
}
.native-plants-bottom .native-plants-bottom-plant-list .native-plants-get-list-form {
  display: none;
  text-align: center;
  padding-top: 11px;
}
@media only screen and (min-width: 601px) {
  .native-plants-bottom .native-plants-bottom-plant-list .native-plants-get-list-form {
    padding-top: 25px;
  }
}
.native-plants-bottom .native-plants-bottom-plant-list .native-plants-get-list-form .native-plants-get-list-form--submit {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  height: 45px;
  width: 80px;
  margin-left: 10px;
}
.native-plants-bottom .native-plants-bottom-plant-list .native-plants-get-list-form .flexbox-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.native-plants-bottom .native-plants-bottom-plant-list .native-plants-get-list-form .messages.error {
  background-image: none;
  font-size: 14px;
  margin-top: -25px;
  padding: 0;
}
@media only screen and (min-width: 601px) {
  .native-plants-bottom .native-plants-bottom-plant-list .native-plants-get-list-form .messages.error {
    margin-top: -35px;
  }
}
.native-plants-bottom .native-plants-bottom-plant-list .native-plants-bottom--button-container {
  text-align: center;
  padding-top: 11px;
}
@media only screen and (min-width: 601px) {
  .native-plants-bottom .native-plants-bottom-plant-list .native-plants-bottom--button-container {
    padding-top: 25px;
  }
}
.native-plants-bottom .native-plants-bottom-plant-list .native-plants-bottom--button-container .native-plants-botton--get-list {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  height: 45px;
  white-space: nowrap;
}
@media only screen and (min-width: 601px) {
  .native-plants-bottom .native-plants-bottom-plant-list .native-plants-bottom--button-container .native-plants-botton--get-list {
    width: auto;
  }
}
.native-plants-bottom.native-plants-bottom-fixed .native-plants-bottom-plant-list-placeholder {
  display: block;
  height: 70px;
}
@media only screen and (min-width: 601px) {
  .native-plants-bottom.native-plants-bottom-fixed .native-plants-bottom-plant-list-placeholder {
    height: 96px;
  }
}
.native-plants-bottom.native-plants-bottom-fixed .native-plants-bottom-plant-list {
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 3;
}

@media only screen and (min-width: 240px) and (max-width: 601px) {
  .bird-card-carousel .owl-carousel {
    margin: 0 10px;
    width: calc(100% - 20px);
  }
}
.bird-card-carousel .owl-carousel .owl-stage-outer:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
  width: 22px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
@media only screen and (min-width: 240px) and (max-width: 601px) {
  .bird-card-carousel .owl-carousel .owl-stage-outer:after {
    display: none;
  }
}
.bird-card-carousel .owl-carousel .owl-nav {
  text-align: center;
}
.bird-card-carousel .owl-carousel .owl-nav .owl-prev,
.bird-card-carousel .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  margin: 0 5px;
}
.bird-card-carousel .owl-carousel .owl-nav .owl-prev.disabled,
.bird-card-carousel .owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.4;
}
.bird-card-carousel .owl-carousel .owl-item {
  padding: 5px 0 0 0;
}
.bird-card-carousel .owl-carousel .owl-item .bird-card {
  width: 140px;
}
@media only screen and (min-width: 240px) and (max-width: 601px) {
  .bird-card-carousel .owl-carousel .owl-item .bird-card {
    width: 100%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .bird-card-carousel .owl-carousel .owl-item {
    padding-right: 0;
  }
}
.bird-card-carousel .common-name {
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 5px;
  margin-left: 7px;
}

input[type="checkbox"].np-checkbox {
  display: none;
}
input[type="checkbox"].np-checkbox + label {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin-left: 0;
  padding-left: 26px;
  padding-bottom: 10px;
}
input[type="checkbox"].np-checkbox + label:before {
  background-image: url(../img/np-checkbox.png);
  background-position: top right;
  background-size: 36px 18px;
  content: " ";
  display: inline-block;
  position: absolute;
  margin-left: -26px;
  margin-top: 3px;
  height: 18px;
  width: 18px;
}
input[type="checkbox"].np-checkbox:checked + label:before {
  background-position: top left;
}

.native-plant-select-all-plants {
  padding-bottom: 10px;
}
.native-plant-select-all-plants a {
  font-size: 16px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  line-height: 24px;
  color: #0aa8e3;
}
@media only screen and (min-width: 601px) {
  .native-plant-select-all-plants a {
    font-size: 20px;
  }
}

.native-plants-top--clear-plants-list {
  text-transform: capitalize;
}
.native-plants-top--clear-plants-list:before {
  content: '\00a0|\00a0';
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  color: #777777;
}

.native-plant-bird-category-link {
  color: #404040;
  text-decoration: underline;
}
.native-plant-bird-category-link:hover {
  color: #909090;
}

.native-plant-bird-category--list {
  margin: 0;
  padding: 0;
}
.native-plant-bird-category--list li {
  display: inline-block;
  vertical-align: top;
}
.native-plant-bird-category--list li:not(:last-child):after {
  content: ',';
  display: inline-block;
  vertical-align: baseline;
  padding: 0 4px 0 0;
}
.native-plant-bird-category--list a {
  color: #404040;
  text-decoration: underline;
}
.native-plant-bird-category--list a:hover {
  color: #909090;
}

.native-plants-results-placeholder {
  display: block;
  text-align: center;
}
.native-plants-results-placeholder .blue-point {
  background-color: #0AA8E3;
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  margin-top: 40px;
  width: 10px;
}
.native-plants-results-placeholder .blue-point:last-child {
  margin-right: 0;
}

.page-native-plants-initial .native-plants-bottom .native-plants-bottom-plant-list-placeholder,
.page-native-plants-initial .native-plants-bottom .native-plants-bottom-plant-list {
  display: none;
}

.page-native-plants .ajax-screen-lock-popup, .page-native-plants-resources .ajax-screen-lock-popup {
  padding: 10px;
}
.page-native-plants .ajax-screen-lock-popup .ajax-screen-lock-progress, .page-native-plants-resources .ajax-screen-lock-popup .ajax-screen-lock-progress {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: url(../img/native-plants-preloader.gif) no-repeat;
  border: none;
  margin: 0;
  height: 64px;
}

.native-plants-local-results {
  color: #626262;
}
.native-plants-local-results h2, .native-plants-local-results h3 {
  color: #626262;
  letter-spacing: 0;
  margin-bottom: 12px;
}
@media only screen and (min-width: 601px) {
  .native-plants-local-results h2 {
    line-height: 30px;
    font-size: 28px;
  }
}

@media only screen and (min-width: 601px) {
  .connect-audubon-near-you h2, .connect-audubon-near-you h3 {
    font-size: 23px;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 5px;
  }
}
.connect-audubon-near-you .button {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  font-size: 20px;
  line-height: 34px;
  margin-top: 20px;
}
@media only screen and (min-width: 601px) {
  .connect-audubon-near-you .button {
    margin-top: 24px;
    max-width: 142px;
  }
}
.connect-audubon-near-you.row {
  margin-bottom: 30px;
}

.connect-audubon-near-you--address {
  font-size: 16px;
  line-height: 21px;
  overflow: hidden;
  padding-left: 57px;
  position: relative;
}
.connect-audubon-near-you--address i {
  position: absolute;
  top: 9px;
  left: -3px;
  font-size: 46px;
}
@media only screen and (min-width: 601px) {
  .connect-audubon-near-you--address i {
    top: 16px;
    left: -8px;
    font-size: 60px;
  }
}

.connect-audubon-near-you--services {
  margin-top: 18px;
}
@media only screen and (min-width: 601px) {
  .connect-audubon-near-you--services {
    margin-top: 0;
  }
}
.connect-audubon-near-you--services ul {
  font-size: 15px;
  line-height: 23px;
}
@media only screen and (min-width: 601px) {
  .connect-audubon-near-you--services ul {
    font-size: 16px;
    line-height: 24px;
  }
}

.where-to-buy__section {
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
.where-to-buy__section + .where-to-buy__section {
  border-top: 1px solid #aaa;
  padding-top: 16px;
}
.where-to-buy__section.row {
  margin-bottom: 16px;
}
.where-to-buy__section h2 {
  letter-spacing: 0;
  margin-bottom: 14px;
}
@media only screen and (min-width: 601px) {
  .where-to-buy__section h2 {
    line-height: 30px;
    font-size: 28px;
  }
}
.where-to-buy__section h4 {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 4px 0;
  font-weight: 600;
  color: #404040;
}
.where-to-buy__section p {
  font-size: 16px;
  line-height: 22px;
}
.where-to-buy__section p + .address {
  margin-top: 6px;
}
.where-to-buy__section .label {
  color: #838078;
}
.where-to-buy__section a {
  display: inline-block;
  vertical-align: top;
  line-height: 22px;
  font-size: 16px;
}
.where-to-buy__section .address {
  margin-bottom: 10px;
}
.where-to-buy__section .address p {
  margin: 0 0 6px;
}
.where-to-buy__section .address p:last-child {
  margin-bottom: 0;
}
.where-to-buy__section .address a {
  position: relative;
}
.where-to-buy__section .address a:before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  width: 13px;
  height: 13px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyAxMyIgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIj48cGF0aCBkPSJNNy43IDB2MS4ySDExTDMuNyA4LjRsMSAxIDctNy40djMuM0gxM1YwSDcuN3pNMCAyLjRWMTNoMTAuNlY1LjNsLTEgMS4ydjUuM0gxVjMuNWg1LjNsMS4yLTFIMHoiIGZpbGw9IiM4ZjhmOGYiLz48L3N2Zz4=');
  background-size: cover;
  margin: 0 4px 0 0;
}
.where-to-buy__section .medium-8 .medium-4 {
  margin-bottom: 16px;
}

.where-to-buy__section__row {
  border-top: 2px solid #aaa;
  margin-top: 15px;
}
@media only screen and (min-width: 601px) {
  .where-to-buy__section__row {
    border-top-width: 1px;
    padding: 40px 0 10px;
  }
}

.where-to-buy__nurseries {
  padding-top: 7px;
}
@media only screen and (min-width: 601px) {
  .where-to-buy__nurseries {
    padding-top: 0;
  }
}

.where-to-buy__nursery__row {
  border-bottom: 2px solid #aaa;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  padding-top: 10px;
  padding-bottom: 12px;
}
@media only screen and (min-width: 601px) {
  .where-to-buy__nursery__row {
    border: none;
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .where-to-buy__nursery__row:nth-child(2n+1) {
    clear: both;
  }
}
.where-to-buy__nursery__row:last-child {
  border: none;
}
.where-to-buy__nursery__row p {
  line-height: 20px;
}
.where-to-buy__nursery__row .row {
  padding-bottom: 5px;
}

.native-plans-map iframe {
  display: block;
}
.native-plans-map .inline-map {
  padding-top: 15px;
}

.add-other-nurseries {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.native-plants-contact .social-sharing-block {
  text-align: center;
}
@media only screen and (min-width: 601px) {
  .native-plants-contact .social-sharing-block {
    text-align: left;
    padding-top: 10px;
  }
}
.native-plants-contact .social-sharing-icon {
  display: inline-block;
  font-size: 66px;
  margin: 0;
}
@media only screen and (min-width: 601px) {
  .native-plants-contact .social-sharing-icon {
    font-size: 102px;
  }
}
.native-plants-contact .icon-facebook {
  color: #3d5e94;
}
.native-plants-contact .icon-twitter {
  color: #67afeb;
}

.native-plants__socials textarea {
  resize: none;
  font-size: 20px;
  font-weight: 300;
  padding: 12px 8px;
}

@media only screen and (min-width: 601px) {
  .native-plants__connect {
    padding-top: 75px;
  }
}
@media only screen and (min-width: 768px) {
  .native-plants__connect {
    padding-bottom: 0;
  }
}
.native-plants__connect p {
  font-size: 16px;
  line-height: 22px;
}

.native-plants-connect-form .flexbox-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}
.native-plants-connect-form .field-prefix {
  white-space: nowrap;
  margin: auto 16px auto auto;
}

.sponsor-attribution {
  float: right;
  margin-right: 30px;
  line-height: 44px;
}
@media only screen and (min-width: 601px) {
  .sponsor-attribution {
    line-height: 54px;
    margin-right: 0;
  }
}
.sponsor-attribution .sponsor-wrapper {
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
  vertical-align: middle;
}
.sponsor-attribution .preamble {
  display: block;
  font-size: 10px;
  font-weight: 300;
  line-height: 11px;
  text-align: center;
}
@media only screen and (min-width: 601px) {
  .sponsor-attribution .preamble {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    vertical-align: middle;
  }
}
.sponsor-attribution img {
  display: inline-block;
  height: 20px;
  margin-left: 5px;
  width: auto;
  vertical-align: middle;
}
@media only screen and (min-width: 601px) {
  .sponsor-attribution img {
    height: 30px;
  }
}

.page-native-plants-list .native-plants-pledge-form-pl-pane + div {
  font-family: "Source Sans Pro", Verdana, sans-serif;
}

.page-native-plants-search #full_results, .page-native-plants-search #best_results {
  overflow: visible !important;
}
.page-native-plants-search #full_results .clearing-caption, .page-native-plants-search #best_results .clearing-caption {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 14px;
}

.animate-results {
  transition: all linear 0.5s;
}
.animate-results.hide-results {
  opacity: 0;
}
.animate-results.hide-results-add, .animate-results.hide-results-remove.hide-results-remove-active {
  opacity: 1;
}
.animate-results.hide-results-add.hide-results-add-active, .animate-results.hide-results-remove {
  opacity: 0;
}

.animate-results-loading {
  transition: all linear 0.5s;
}
.animate-results-loading.ng-hide {
  opacity: 0;
}

.clearing-assembled.clearing-blackout {
  background: rgba(51, 51, 51, 0.8);
}
.clearing-assembled .clearing-container div.visible-img {
  background: transparent;
}

.clearing-blackout .visible-img img {
  max-height: 90%;
  max-width: 90%;
  border: 10px solid #fff;
}
.clearing-blackout .clearing-close {
  display: none;
  color: tomato;
  font-size: 46px;
  line-height: 1;
  z-index: 999;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  padding: 0;
}
.clearing-blackout .clearing-close:hover {
  color: tomato;
}
.clearing-blackout .clearing-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  margin: -20px 0 0 -21px;
  width: 42px;
  height: 42px;
  background: #000;
  border-radius: 50%;
  z-index: -1;
}

/* Inline Panels Editor custom styles */
.panels-ipe-display-container .nas-panels-ipe-collapsible-button {
  padding: 10px;
  text-align: center;
}
.panels-ipe-display-container .nas-panels-ipe-collapsible-button a {
  background-color: #f15936;
  border-color: #dd360f;
  color: white !important;
  border-radius: 3px;
  padding: 5px;
  font-size: 19px;
}
.panels-ipe-display-container .nas-panels-ipe-collapsible-button a:hover {
  background-color: #dd360f;
}
.panels-ipe-display-container:not(.panels-ipe-editing) .panels-ipe-empty-pane {
  display: none !important;
}
.panels-ipe-display-container #OptimizelyDonationBar {
  bottom: 60px;
}
.panels-ipe-display-container.panels-ipe-editing .hero-header {
  position: relative;
}
.panels-ipe-display-container.panels-ipe-editing .hero-attribution .column, .panels-ipe-display-container.panels-ipe-editing .hero-attribution-fullscreen .column,
.panels-ipe-display-container.panels-ipe-editing .hero-attribution-fullscreen .column {
  position: relative;
  top: 0;
}
.panels-ipe-display-container.panels-ipe-editing section.card-set {
  clear: both;
}
.panels-ipe-display-container.panels-ipe-editing .panels-ipe-portlet-content #OptimizelyDonationBar {
  position: relative;
  bottom: 0;
}
.panels-ipe-display-container.panels-ipe-editing .bird-card-set {
  overflow: visible;
}
.panels-ipe-display-container .contextual-links-wrapper {
  display: none !important;
}

.cke_editable_themed p {
  margin-bottom: 25.5px;
}

.social-bar {
  position: relative;
  background-color: #FBFAF6;
  color: #838078;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  padding: 25px 12.5px;
  margin: 0 12.5px;
}
@media only screen and (min-width: 601px) {
  .social-bar {
    padding: 25px;
    text-align: center;
  }
}
@media only screen and (min-width: 840px) {
  .social-bar {
    font-size: 17px;
  }
}
.social-bar.double {
  text-align: left !important;
}
@media only screen and (min-width: 768px) {
  .social-bar.double {
    margin-top: 62.5px;
  }
}
.social-bar.double:after {
  content: "";
  display: block;
  background-size: 164px 124px;
  width: 164px;
  height: 124px;
  position: relative;
  bottom: -25px;
  left: 50%;
  margin-left: -82px;
}
@media only screen and (min-width: 768px) {
  .social-bar.double:after {
    position: absolute;
    bottom: 0;
  }
}

.social-bar-button {
  display: block;
  margin: 0 auto;
  width: 200px;
}
@media only screen and (min-width: 768px) {
  .social-bar-button {
    display: inline-block;
    width: auto;
    margin: 0;
  }
}

.social-bar-link {
  color: #838078;
  font-style: italic;
  display: inline-block;
  margin-bottom: 12.5px;
  padding-left: 32px;
  position: relative;
}
.social-bar-link:hover {
  color: #404040;
}
.social-bar-link:before {
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 24px;
}
.social-bar-link.icon-twitter:before {
  color: #4DA9E4;
}
.social-bar-link.icon-facebook:before {
  color: #3F5E97;
}
@media only screen and (min-width: 601px) {
  .social-bar-link {
    margin-bottom: 0;
    padding-left: 48px;
  }
  .social-bar-link:before {
    font-size: 32px;
    top: 8px;
  }
  .social-bar.double .social-bar-link {
    padding-left: 64px;
  }
  .social-bar.double .social-bar-link:before {
    top: 20px;
    font-size: 48px;
  }
}

/* @todo Add a markup example */
.editorial-grid-column {
  display: flex;
  flex-flow: wrap row;
}
.editorial-grid-column.row:before, .editorial-grid-column.row:after {
  content: none;
  display: none;
}
.editorial-grid-column .editorial-card {
  margin-bottom: 10px;
  padding-right: 12.5px;
  padding-left: 12.5px;
  width: 50%;
  border: 0;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .editorial-grid-column .editorial-card {
    width: 20%;
    margin-bottom: 5.5px;
  }
}
.editorial-grid-column .editorial-card .editorial-card-photo {
  display: block;
}
.editorial-grid-column .editorial-card .editorial-card-content {
  padding: 12.5px 0 0;
}
.editorial-grid-column .editorial-card .editorial-card-content.short {
  min-height: 120px;
}
@media only screen and (min-width: 768px) {
  .editorial-grid-column .editorial-card .editorial-card-content.short {
    padding: 12.5px 0;
  }
}
.editorial-grid-column .editorial-card .editorial-card-title {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
}
.editorial-grid-column .editorial-card .editorial-card-subtitle {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.editorial-grid-search-reset {
  width: 100%;
  text-align: left;
  margin: 0 0 10px 15px;
  outline: 0 !important;
  border: 0;
  background: none;
  color: #0AA8E3;
  text-decoration: none;
  font-size: 17px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  -moz-transition: color 0.15s;
  -o-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.editorial-grid-search-reset:hover {
  color: #07729a;
}
@media only screen and (min-width: 768px) {
  .editorial-grid-search-reset {
    width: auto;
    margin: 0;
    text-align: center;
  }
}

.editorial-grid-search-submit.button.large {
  padding: 8px 35px;
}

.progress-bar-wrapper .section-header h2 {
  font-size: 26px;
  font-weight: 400;
}
.progress-bar-wrapper .progress-bar-content {
  background: #d4d4d4;
  border-radius: 30px;
  height: 60px;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  line-height: 60px;
}
.progress-bar-wrapper .progress-bar-content .progress {
  background: #7BA701;
  text-align: center;
  height: inherit;
  border-radius: 30px;
  position: relative;
  min-width: 60px;
  max-width: 100%;
}
.progress-bar-wrapper .progress-bar-content .progress .progress-label {
  border-radius: 30px;
  display: block;
  height: 60px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 99.9%;
  white-space: nowrap;
}
.progress-bar-wrapper .progress-bar-content .progress .progress-label .progress-start {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.progress-bar-wrapper .progress-bar-content .progress .progress-label .progress-current {
  display: inline-block;
  white-space: pre-line;
  overflow: hidden;
  text-align: center;
  padding: 0 20px;
  position: absolute;
  right: 0;
  max-width: 100%;
  width: 100%;
}
.progress-bar-wrapper .progress-bar-content .progress.progress-low .progress-current {
  background: #7BA701;
  width: auto;
}
@media only screen and (max-width: 600px) {
  .progress-bar-wrapper .progress-bar-content .progress.progress-low .progress-start {
    display: none;
  }
  .progress-bar-wrapper .progress-bar-content .progress.progress-low .progress-current {
    width: 100%;
  }
}
.progress-bar-wrapper .progress-bar-content .progress-finish {
  position: absolute;
  right: 20px;
  top: 0;
}
.progress-bar-wrapper.space-top {
  padding-top: 25px;
}
.progress-bar-wrapper.space-top.double {
  padding-top: 50px;
}
.progress-bar-wrapper.space-bottom {
  padding-bottom: 25px;
}
.progress-bar-wrapper.space-bottom.double {
  padding-bottom: 50px;
}

.grid-gallery {
  margin: 15px 0;
}
.grid-gallery .grid-gallery__thumbs {
  margin-left: -2.5px;
  margin-right: -2.5px;
  width: auto;
}
.grid-gallery .grid-gallery__thumbs .columns {
  padding-bottom: 2.5px;
  padding-top: 2.5px;
  padding-left: 2.5px;
  padding-right: 2.5px;
}
@media only screen and (min-width: 601px) {
  .grid-gallery .grid-gallery__thumbs {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .grid-gallery .grid-gallery__thumbs .columns {
    padding-bottom: 6.25px;
    padding-top: 6.25px;
    padding-left: 6.25px;
    padding-right: 6.25px;
  }
}
.grid-gallery .grid-gallery__thumbs .grid-gallery__lightbox {
  line-height: 0;
  display: block;
  position: relative;
}
.grid-gallery .grid-gallery__thumbs .grid-gallery__lightbox .grid-gallery__expand {
  transition: opacity 0.1s;
  background-image: url(../prototypes/full-screen-article/expander-x2-shadow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: 100%;
  display: block;
  height: 36px;
  position: absolute;
  left: 100%;
  margin-left: -27px;
  margin-top: -27px;
  transform: translateX(-50%) translateY(-50%);
  width: 36px;
  opacity: 0;
}
.grid-gallery .grid-gallery__thumbs .grid-gallery__lightbox:hover .grid-gallery__expand {
  opacity: 1;
}
.grid-gallery .grid-gallery__thumbs .grid-gallery__image {
  width: 100%;
}
.grid-gallery .grid-gallery__caption {
  color: #76736C;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (min-width: 480px) {
  .grid-gallery .grid-gallery__caption .columns {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
}
@media only screen and (min-width: 601px) {
  .grid-gallery .grid-gallery__caption .columns {
    padding-left: 6.25px;
    padding-right: 6.25px;
  }
}
.grid-gallery .grid-gallery__caption p {
  margin-bottom: 1em;
}
.grid-gallery.grid-gallery-single-image img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 601px) {
  .grid-gallery-slideshow-wrapper {
    height: 0;
    overflow: hidden;
  }
}

@media only screen and (min-width: 480px) {
  .grid-gallery-5x3 .column-5 {
    width: 20%;
  }
}
.grid-gallery-5x3 .grid-gallery__thumbs {
  max-width: none;
}
.grid-gallery-5x3 .grid-gallery__caption .columns {
  max-width: 782px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media only screen and (min-width: 480px) {
  .grid-gallery-5x3 .grid-gallery__caption {
    text-align: left;
  }
}

.video-package .slick-list {
  padding: 0 !important;
}
.video-package .slick-slider {
  padding: 0 !important;
}
.video-package .video-content {
  position: absolute;
  z-index: 2;
  bottom: 40%;
  opacity: 0;
  text-align: center;
  transition: all 2s;
  transform-origin: center;
}
.video-package .video-content.is-loaded {
  opacity: 1;
}
.video-package .video-content.hide-for-large {
  position: static;
  opacity: 1;
  text-align: left;
}
.video-package .video-content.hide-for-large.dark-text *, .video-package .video-content.hide-for-large.white-text * {
  color: black;
  text-shadow: none;
  line-height: normal;
}
.video-package .video-content.hide-for-large.dark-text h1, .video-package .video-content.hide-for-large.white-text h1 {
  margin-bottom: 0;
  font-size: 33px;
}
.video-package .video-content h1 {
  margin: 25px 0;
  font-size: 40px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .video-package .video-content h1 {
    text-shadow: 2px 2px 11px #444;
    font-size: 80px;
    font-weight: 800;
  }
}
.video-package .video-content.white-text * {
  color: #fff;
  text-shadow: 2px 2px 11px #444;
}
.video-package .video-content.dark-text * {
  color: #000;
  text-shadow: 2px 2px 11px #444;
}
.video-package .main-video .small,
.video-package .main-video .large {
  text-transform: uppercase;
  line-height: 1;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  display: block;
}
.video-package .main-video .small {
  font-size: 15px;
}
.video-package .main-video .large {
  font-size: 25px;
}
@media only screen and (min-width: 768px) {
  .video-package .main-video .small {
    font-size: 45px;
  }
  .video-package .main-video .large {
    font-size: 75px;
  }
}
.video-package .video-container {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.video-package .video-container img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: auto;
  z-index: 3;
}
.video-package .video-container .main-video-item {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.video-package .video-container .sticky-wrapper {
  display: block !important;
}
.video-package .thumbnail-container .slick-arrow {
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 42px;
  z-index: 2;
  padding: 0;
}
.video-package .thumbnail-container .slick-arrow.slick-prev {
  left: 5px;
  background: url("../prototypes/video-page-2/left.png") no-repeat center;
}
.video-package .thumbnail-container .slick-arrow.slick-next {
  right: 5px;
  background: url("../prototypes/video-page-2/right.png") no-repeat center;
}
.video-package .thumbnail-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}
.video-package .thumbnail-container li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .video-package .thumbnail-container li {
    padding: 0 0 30px 0;
  }
}
.video-package .thumbnail-container .thumbnail-item {
  width: 100%;
}
.video-package .thumbnail-container .thumbnail-item a {
  position: relative;
  display: block;
}
.video-package .thumbnail-container .thumbnail-item a::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  opacity: 0.5;
  transition: all 1s;
}
.video-package .thumbnail-container .thumbnail-item a:hover::after {
  opacity: 0;
}
.video-package .thumbnail-container .thumbnail-item a img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  z-index: 2;
}
.video-package .thumbnail-container .thumbnail-item .thumbnail-video {
  width: auto;
  height: auto;
  position: relative;
  display: block;
}
.video-package .thumbnail-container .owl-pagination {
  display: none;
}
.video-package .thumbnail-container .owl-controls {
  position: absolute;
  width: 100%;
  top: 40%;
}
.video-package .thumbnail-container .owl-buttons > div {
  display: inline-block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px;
}
.video-package .thumbnail-container .owl-buttons .owl-prev {
  left: 15px;
  top: 0;
}
.video-package .thumbnail-container .owl-buttons .owl-next {
  right: 15px;
  top: 0;
}
.video-package .temp-content {
  margin-bottom: 50px;
}
.video-package .dot-navigation {
  margin: 0 auto;
  width: 100%;
  transition: background 0.3s;
  padding-top: 0;
  height: 48px;
  position: relative;
  z-index: 2;
  background: #5087e9;
}
.video-package .dot-navigation .row {
  padding-left: 0;
  padding-right: 0;
}
.video-package .dot-navigation .mobile-slide-wrapper {
  padding: 8px 0 0 0;
  position: relative;
}
.video-package .dot-navigation.is-fixed {
  position: fixed;
  top: 0;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  width: 101%;
}
.video-package .dot-navigation .dot-title {
  margin: 0;
  color: white;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  letter-spacing: -1px;
  text-align: left;
  line-height: 46px;
  font-weight: 300;
  font-size: 28px;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video-package .dot-navigation ul {
  margin: 0;
  text-align: center;
  width: 100%;
  position: relative;
}
.video-package .dot-navigation ul li {
  padding: 0;
  display: inline-block;
  position: relative;
  text-align: center;
  height: 40px;
}
.video-package .dot-navigation ul li:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.video-package .dot-navigation ul li:first-child:after {
  left: 50%;
}
.video-package .dot-navigation ul li:last-child {
  margin-right: 0;
}
.video-package .dot-navigation ul li:last-child:after {
  width: 50%;
}
.video-package .dot-navigation ul li a.dot {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
.video-package .dot-navigation ul li a.dot:hover .circle, .video-package .dot-navigation ul li a.dot.active .circle {
  background: #adadad;
}
.video-package .dot-navigation ul li a.dot .circle {
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.video-package .dot-navigation ul li a.dot .text {
  width: auto;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  white-space: nowrap;
  font-size: 12px;
  top: 20px;
  transition: all 0.3s;
  opacity: 1;
  line-height: 1;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  color: #fff;
}
.video-package .dot-navigation ul li a.dot .text:visited {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .video-package .dot-navigation {
    margin: 0;
    height: 48px;
  }
  .video-package .dot-navigation .row {
    height: 48px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .video-package .dot-navigation .mobile-slide-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
  .video-package .dot-navigation .mobile-slide-wrapper:before, .video-package .dot-navigation .mobile-slide-wrapper:after {
    display: none;
  }
  .video-package .dot-navigation .slick-list {
    overflow: visible;
  }
  .video-package .dot-navigation::after {
    content: '';
    opacity: 0;
    transition: all 1s;
    position: absolute;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: -1;
    background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
  }
  .video-package .dot-navigation ul {
    background: none !important;
  }
  .video-package .dot-navigation ul li {
    height: 40px;
  }
  .video-package .dot-navigation ul li:after {
    top: 12px;
  }
  .video-package .dot-navigation ul li a.dot:focus, .video-package .dot-navigation ul li a.dot:hover {
    outline: none;
    border: none;
  }
  .video-package .dot-navigation ul li a.dot .circle {
    width: 15px;
    outline: none;
    height: 15px;
    top: 5px;
  }
  .video-package .dot-navigation ul li a.dot .text {
    position: relative;
    padding: 5px 10px;
    font-size: 20px;
    top: auto;
    bottom: 0;
    line-height: normal;
    left: 0;
    opacity: 1;
    text-align: center;
    background: none;
    border-radius: 0;
    border: none;
    background: #5087e9;
    color: #fff;
    z-index: 5;
  }
  .video-package .dot-navigation ul li:last-child .text-wrapper {
    right: 0;
    left: auto;
    transform: translateX(0);
  }
  .video-package .dot-navigation ul li .text-wrapper {
    width: auto;
    height: 0;
    display: block;
    position: absolute;
    top: 90%;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    transition: height 0.3s;
  }
  .video-package .dot-navigation ul li:hover .text-wrapper {
    height: 30px;
  }
  .video-package .dot-navigation ul li a.dot.video-at-top .text-wrapper {
    height: 30px;
  }
  .video-package .dot-navigation ul li:first-child .text {
    left: -15px;
  }
  .video-package .dot-navigation ul li:last-child .text {
    left: auto;
    right: -15px;
  }
}
@media only screen and (min-width: 1020px) {
  .video-package .dot-navigation ul li:last-child .text-wrapper {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.video-package .thumb-tooltip {
  position: absolute;
  top: 100%;
  width: auto;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  overflow: hidden;
  background: #ccc;
  color: #fff;
  padding: 0 10px;
  transition: height 0.3s;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 20px;
}
.video-package .thumbnail-item a:hover .thumb-tooltip {
  height: 30px;
}

.video-package.admin-menu .dot-navigation.is-fixed {
  top: 27px;
}

.video-caption-container .video-caption {
  text-align: right;
}
.video-caption-container .column {
  float: right;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.help-bg-white {
  background: #fff;
}

.help-img-full img {
  width: 100%;
  height: auto;
}

.bird-page.body-item .body-wrap {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .bird-page.body-item .body-wrap {
    margin-bottom: 0;
  }
}
.bird-page.body-item .body-wrap h3 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .bird-page.body-item .body-wrap h3 {
    margin-bottom: 20px;
    font-size: 33px;
    font-weight: 300;
    line-height: 1.21;
  }
}
.bird-page.body-item .video-wrap img {
  width: 100%;
  height: auto;
}
.bird-page.body-item .partners-wrap {
  width: 100%;
  overflow: hidden;
}
.bird-page.body-item .partner {
  min-height: 120px;
}
.bird-page.body-item .partner p {
  font-size: 16px;
  line-height: 22px;
}
.bird-page.body-item .partner__state {
  margin: 0 0 6px;
}
.bird-page.body-item .partner__state span {
  font-size: 14px;
}
.bird-page.body-item .partner__name {
  margin: 0;
  padding: 4px 0;
  font-weight: 600;
}
.bird-page.body-item .title-wrap__print {
  position: relative;
  margin-top: 25px;
  float: right;
  color: #9b9b9b;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  text-align: right;
  vertical-align: top;
  cursor: pointer;
}
.bird-page.body-item .title-wrap__print .img-block {
  width: 20px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.bird-page.body-item .title-wrap__print .download,
.bird-page.body-item .title-wrap__print .print {
  display: inline-block;
  vertical-align: top;
}
.bird-page.body-item .title-wrap__print .download {
  background-image: url("../img/bird-page/download.png");
  padding-left: 25px;
  color: #9b9b9b;
  width: auto;
  background-position: left;
  font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.bird-page.body-item .title-wrap__print .download:after {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #9b9b9b;
  margin-left: 5px;
  font-size: 12px;
  content: "";
  vertical-align: middle;
}
.bird-page.body-item .title-wrap__print .print {
  background-image: url("../img/bird-page/print.png");
  margin-right: 20px;
}
@media only screen and (min-width: 1280px) {
  .bird-page.body-item .title-wrap__print .print {
    margin-left: 50px;
  }
}
.bird-page.body-item .title-wrap__print .show-options {
  position: absolute;
  display: none;
  right: 0;
  background: #fbfaf6;
}
.bird-page.body-item .title-wrap__print .show-options.js-show-wrap {
  display: block;
}
.bird-page.body-item .title-wrap__print .show-options a {
  display: block;
  padding: 10px;
  font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  line-height: 18px;
  color: #9b9b9b;
  background: #fbfaf6;
}
.bird-page.body-item .title-wrap__print .show-options a:hover {
  background: #ccc;
}

.page-conservation-tracker-scorecard-black-oystercatcher .global-content.with-padding {
  padding-top: 50px;
}

.page-conservation-tracker #cboxClose {
  left: inherit;
  right: -20px;
}

.map-items.bird-page {
  background: #212121;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .map-items.bird-page {
    margin-top: 20px;
  }
}
.map-items.bird-page.demo-block .row {
  background: url("../img/bird-page/map.png") no-repeat center center;
}

.map-item {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}
@media only screen and (min-width: 768px) {
  .map-item {
    float: right;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.map-item__inner-help {
  padding: 25px 0 0;
}
@media only screen and (min-width: 768px) {
  .map-item__inner-help {
    padding: 25px 17.5px 0;
  }
}
.map-item .map-title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.6;
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
@media only screen and (min-width: 768px) {
  .map-item .map-title {
    font-size: 24px;
    line-height: 1.33;
  }
}

@media only screen and (min-width: 768px) {
  .diagram-wrap {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 25px;
  }
}
.diagram-wrap__title p {
  font-size: 14px;
  color: #76736c;
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
.diagram-wrap .diagram-item {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .diagram-wrap .diagram-item {
    overflow: inherit;
  }
}
.diagram-wrap .ct_linegraph g.ticks text {
  font-size: 14px;
  color: #76736c;
  font-family: "Source Sans Pro", Verdana, sans-serif;
}

.objectives-wrap .map-title {
  margin-bottom: 30px;
}
.objectives-wrap .item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.objectives-wrap .item__process {
  width: 20%;
  margin-right: 6%;
}
@media only screen and (min-width: 768px) {
  .objectives-wrap .item__process {
    width: 60px;
    margin-right: 20px;
  }
}
.objectives-wrap .item__process img {
  max-width: 60px;
}
.objectives-wrap .item__info {
  width: 74%;
  font-size: 14px;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .objectives-wrap .item__info {
    width: calc(100% - 80px);
  }
}

.help-wrap-items-map-items {
  padding-bottom: 20px;
  margin-bottom: 10px;
  z-index: 999;
  position: absolute;
  bottom: 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .help-wrap-items-map-items {
    margin-right: 10px;
    padding-bottom: 0;
    margin-top: 80px;
    margin-bottom: 0;
    position: relative;
    bottom: inherit;
  }
}
.help-wrap-items-map-items .map-title {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.help-wrap-items-map-items .map-title .tooltip {
  display: inline-block;
  margin-left: 8px;
}
.help-wrap-items-map-items .map-title .tooltip .icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
}
.help-wrap-items-map-items .map-title .tooltip .icon:after {
  display: block;
  text-align: center;
  width: 20px;
  margin-left: 10px;
  height: 20px;
  border: solid 1px #76736c;
  font-size: 14px;
  color: #76736c;
  border-radius: 50%;
  position: absolute;
  font-weight: bold;
  right: 0;
  top: 0;
  content: '?';
}
.help-wrap-items-map-items .map-title .tooltip .text {
  padding: 5px;
  cursor: pointer;
  font-size: 12px;
  line-height: normal;
  color: #1c1c1c;
  background: white;
  border: 1px solid #ccc;
  display: inline-block;
  position: absolute;
  width: 200px;
  height: auto;
  left: 0;
  top: 5px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: all 0.5s;
  box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.75);
}
@media screen and (min-width: 768px) {
  .help-wrap-items-map-items .map-title .tooltip .text {
    width: 300px;
    padding: 10px;
    font-size: 14px;
  }
}
.help-wrap-items-map-items .map-title .tooltip:hover .text {
  top: 20px;
  opacity: 1;
  visibility: visible;
}
.help-wrap-items-map-items .trigger {
  position: static;
  width: 70%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .help-wrap-items-map-items .trigger {
    position: absolute;
    right: 30px;
    top: 30px;
    margin-bottom: 0;
    width: auto;
  }
}
.help-wrap-items-map-items .trigger h5 {
  font-size: 15px;
  color: #76736c;
  text-transform: uppercase;
  float: left;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  letter-spacing: normal;
}
.help-wrap-items-map-items .trigger .switch {
  float: right;
  position: relative;
  width: 60px;
  height: 30px;
  top: -3px;
}
.help-wrap-items-map-items .trigger .switch .form-switch {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.help-wrap-items-map-items .trigger .switch .form-switch + label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 50px;
  margin-right: 1em;
  background-color: #e8e8e8;
}
.help-wrap-items-map-items .trigger .switch .form-switch + label::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 2px;
  top: 2px;
  border: 1px solid #adaca9;
  height: 22px;
  width: 22px;
  background: #adaca9;
  transition: all 0.2s ease;
}
.help-wrap-items-map-items .trigger .switch .form-switch:checked + label::after {
  background: #1fad2e;
  left: 97%;
  transform: translateX(-100%);
}

.progress-wrap {
  background: #f0f0f0;
  margin-bottom: 10px;
  position: relative;
  clear: both;
}
.progress-wrap .progress-item {
  padding-top: 10px;
}
.progress-wrap progress[value] {
  appearance: none;
  border: none;
  width: 100%;
  height: 10px;
  border-radius: 3px;
  box-shadow: none;
  color: royalblue;
  position: relative;
  margin: 0 0 1.5em;
}
.progress-wrap progress {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  height: 10px;
  width: 100%;
}
.progress-wrap progress::-webkit-progress-bar {
  border-radius: 20px;
  background: #e0e0e0;
}
.progress-wrap progress::-webkit-progress-value {
  background: #f15936;
  border-radius: 20px;
}
.progress-wrap p[data-value] {
  position: relative;
}
.progress-wrap p[data-value]:after {
  content: attr(data-value) "%";
  position: absolute;
  right: 0;
  top: -35px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  color: #f15936;
}

.rating-wrap {
  position: relative;
  padding-bottom: 10px;
  background: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .rating-wrap {
    text-align: left;
    padding-bottom: 20px;
  }
}
.rating-wrap .map-title {
  margin-bottom: 10px;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .rating-wrap .map-title {
    width: calc(100% - 150px);
  }
}
.rating-wrap #rating-ajax-wrapper p {
  font-size: 15px;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .rating-wrap #rating-ajax-wrapper p {
    width: calc(100% - 150px);
    margin-bottom: 20px;
  }
}
.rating-wrap .form-radios {
  margin-top: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  background: #f2f2f2;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .rating-wrap .form-radios {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 120px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.rating-wrap .form-radios .form-item {
  width: 50%;
  float: left;
}
.rating-wrap .form-radios input[type="radio"] {
  position: absolute;
  left: -999em;
  margin: 0;
  padding: 0;
}
.rating-wrap .form-radios label {
  position: relative;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 60px;
}
.rating-wrap .form-radios label:before {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rating-wrap .form-radios input[type="radio"]:checked + label {
  background: #F15936;
}
.rating-wrap .form-radios .form-item:first-child label:before {
  background: url("../img/bird-page/happy.png") no-repeat center;
}
.rating-wrap .form-radios .form-item:first-child input[type="radio"]:checked + label:before {
  background: url("../img/bird-page/happy-active.png") no-repeat center;
}
.rating-wrap .form-radios .form-item:last-child label:before {
  background: url("../img/bird-page/sad.png") no-repeat center;
}
.rating-wrap .form-radios .form-item:last-child input[type="radio"]:checked + label:before {
  background: url("../img/bird-page/sad-active.png") no-repeat center;
}
.rating-wrap textarea {
  background: #f2f2f2;
  border: 1px solid #dfdfdf;
}
.rating-wrap .button {
  display: block;
  width: 150px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  text-align: center;
}

.ct-item-nav-conservation {
  background: #fbfaf6;
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  .ct-item-nav-conservation {
    padding: 30px 0;
    overflow: hidden;
  }
}
.ct-item-nav-conservation .menu-wrap {
  position: relative;
  background: #fbfaf6;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ct-item-nav-conservation .menu-wrap {
    text-align: left;
    padding-right: 50px;
  }
}
.ct-item-nav-conservation .menu-wrap ul {
  list-style: none;
  margin: 0;
  padding-bottom: 10px;
  position: absolute;
  display: none;
  background: #fbfaf6;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ct-item-nav-conservation .menu-wrap ul {
    display: block;
    position: relative;
    padding-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.ct-item-nav-conservation .menu-wrap ul.open {
  display: block;
  left: 0;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .ct-item-nav-conservation .menu-wrap ul.open {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    z-index: 0;
  }
}
.ct-item-nav-conservation .menu-wrap ul.open > .true {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .ct-item-nav-conservation .menu-wrap ul.open > .true {
    background: transparent;
  }
}
.ct-item-nav-conservation .menu-wrap li a,
.ct-item-nav-conservation .menu-wrap .mobile-active {
  cursor: pointer;
  background-size: auto 38px;
  height: 40px;
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 40px;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  color: #222222;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .ct-item-nav-conservation .menu-wrap li a,
  .ct-item-nav-conservation .menu-wrap .mobile-active {
    width: 60px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 65px 0 0;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    opacity: .2;
    background-position: center;
    background-size: contain;
  }
  .ct-item-nav-conservation .menu-wrap li a:hover,
  .ct-item-nav-conservation .menu-wrap .mobile-active:hover {
    opacity: 1;
  }
}
.ct-item-nav-conservation .menu-wrap li a.true,
.ct-item-nav-conservation .menu-wrap .mobile-active.true {
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .ct-item-nav-conservation .menu-wrap li a.true,
  .ct-item-nav-conservation .menu-wrap .mobile-active.true {
    font-weight: 400;
    opacity: 1;
    background-color: transparent;
  }
}
.ct-item-nav-conservation .menu-wrap .mobile-active {
  display: inline-block;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .ct-item-nav-conservation .menu-wrap .mobile-active {
    display: none;
  }
}
.ct-item-nav-conservation .menu-wrap .threats {
  background-image: url("../img/bird-page/first-item.png");
}
.ct-item-nav-conservation .menu-wrap .actions {
  background-image: url("../img/bird-page/second-item.png");
}
.ct-item-nav-conservation .menu-wrap .response {
  position: static;
  width: auto;
  background-image: url("../img/bird-page/third-item.png");
}
@media only screen and (min-width: 768px) {
  .ct-item-nav-conservation .menu-wrap .response {
    width: 60px;
  }
}
.ct-item-nav-conservation .menu-wrap .partners {
  background-image: url("../img/bird-page/fourth-item.png");
}
.ct-item-nav-conservation .text-wrap {
  padding-left: 50px;
  border-left: 1px solid #d9d9d9;
}
.ct-item-nav-conservation .text-wrap__content > div {
  display: none;
}
.ct-item-nav-conservation .text-wrap__content > div.active {
  display: block;
}
@media only screen and (min-width: 768px) {
  .ct-item-nav-conservation .text-wrap h4 {
    font-size: 33px;
    font-weight: 300;
    line-height: 1.21;
    margin: 0;
    color: #000;
  }
}
@media only screen and (min-width: 768px) {
  .ct-item-nav-conservation .text-wrap p {
    font-size: 14px;
    line-height: normal;
    color: #76736c;
  }
}

.slider-element.bird-page {
  padding: 30px 0;
  width: 62.66666666666667%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .slider-element.bird-page {
    padding: 60px 0;
    width: 100%;
  }
}

.slider-element__title-wrap {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .slider-element__title-wrap {
    margin-bottom: 40px;
  }
}
.slider-element__title-wrap h4 {
  margin: 0;
  font-size: 28px;
  line-height: 1.11;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .slider-element .items-wrap {
    margin-bottom: 30px;
  }
}
.slider-element .item {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .slider-element .item {
    text-align: left;
  }
}
.slider-element .item__pre-title {
  color: #0aa8e3;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.33;
}
@media only screen and (min-width: 768px) {
  .slider-element .item__pre-title {
    margin-bottom: 5px;
  }
}
.slider-element .item__title {
  font-size: 23px;
  line-height: 1.22;
  color: #000;
}
.slider-element .owl-controls {
  margin-top: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .slider-element .owl-controls {
    margin-top: 20px;
  }
}
.slider-element .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
.slider-element .owl-controls .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #ccc;
}
.slider-element .owl-controls .owl-page.active span {
  background: #7f7f7f;
}

.tabs-ng-content .bird-page {
  display: none;
}
.tabs-ng-content .bird-page.active {
  display: block;
}
.tabs-ng-content .row {
  position: relative;
  min-height: 400px;
}
.tabs-ng-content .js-preloader {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 200px;
  background: #fff;
}
.tabs-ng-content .js-preloader:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 30%;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
@media only screen and (min-width: 768px) {
  .tabs-ng-content .js-preloader:after {
    left: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .tabs-ng-content {
    padding-bottom: 60px;
  }
}

.ct-scorecard-tabs {
  background: #1c1c1c;
  color: #fff;
  position: relative;
  min-height: 50px;
}
.ct-scorecard-tabs:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 2;
  opacity: 0.8;
  display: block;
  background: -moz-linear-gradient(left, black 0%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(left, black 0%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to right, #000000 0%, rgba(125, 185, 232, 0) 100%);
}
@media only screen and (min-width: 768px) {
  .ct-scorecard-tabs:before {
    background: transparent;
    width: 0;
    height: 0;
  }
}
.ct-scorecard-tabs__help {
  width: 130%;
  position: absolute;
  left: -30%;
}
@media only screen and (min-width: 768px) {
  .ct-scorecard-tabs__help {
    width: 100%;
    position: relative;
    left: 0;
  }
}
.ct-scorecard-tabs .custom-dropdown {
  display: none;
  position: absolute;
  left: 0;
  width: 120%;
  top: 100%;
  margin: 0;
  list-style: none;
  z-index: 2;
  background: white;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.41);
}
.ct-scorecard-tabs .custom-dropdown .active-trail {
  display: none;
}
.ct-scorecard-tabs .custom-dropdown a {
  color: #1c1c1c;
  display: block;
}
.ct-scorecard-tabs .custom-dropdown a:hover {
  background: #ccc;
}
.ct-scorecard-tabs a {
  font-size: 14px;
  text-align: left;
  padding: 15px 10px;
  color: #fff;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .ct-scorecard-tabs a {
    padding: 15px;
    font-size: 17px;
  }
}
.ct-scorecard-tabs a.active-trail {
  position: relative;
  padding-right: 25px;
}
.ct-scorecard-tabs a.active-trail.hover, .ct-scorecard-tabs a.active-trail:hover {
  background: white;
  color: #1c1c1c;
}
.ct-scorecard-tabs a.active-trail:after {
  content: '';
  position: absolute;
  right: 8px;
  top: 53%;
  transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #8a8a8a transparent transparent transparent;
}
.ct-scorecard-tabs .link-wrapper {
  position: relative;
  display: inline-block;
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
.ct-scorecard-tabs .link-wrapper:after {
  content: '';
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: .2;
  display: inline-block;
  padding: 4px;
  border-radius: 0;
  margin: 0 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.ct-scorecard-tabs .link-wrapper:last-child {
  margin-left: 15px;
}
@media only screen and (min-width: 768px) {
  .ct-scorecard-tabs .link-wrapper:last-child:after {
    position: absolute;
    left: 50%;
    bottom: -17px;
    transform: rotate(0deg);
    margin-left: -5px;
    opacity: 1;
    width: 0;
    height: 0;
    padding: 0;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #ffffff transparent;
    display: block;
    content: "";
  }
}
.ct-scorecard-tabs .menu-has-children {
  display: inline-block;
}
.ct-scorecard-tabs.nas-ct-menu li {
  padding: 0;
}
.ct-scorecard-tabs.nas-ct-menu li a {
  padding: 15px 5px;
}
@media only screen and (min-width: 768px) {
  .ct-scorecard-tabs.nas-ct-menu li a {
    padding: 15px;
  }
}
.ct-scorecard-tabs.nas-ct-menu li a:hover {
  background: transparent;
  color: #fff;
}
.ct-scorecard-tabs.nas-ct-menu .first.last > a:after {
  content: '';
  position: relative;
  right: inherit;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: .2;
  display: inline-block;
  padding: 4px;
  border-radius: 0;
  margin: 0 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.ct-scorecard-tabs.nas-ct-menu .menu {
  margin-left: 0;
}
.ct-scorecard-tabs.nas-ct-menu .menu ul {
  display: inline-block;
}
.ct-scorecard-tabs.nas-ct-menu .menu ul a {
  color: #919191;
}
.ct-scorecard-tabs.nas-ct-menu .menu ul a.active {
  position: relative;
  padding: 15px 5px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .ct-scorecard-tabs.nas-ct-menu .menu ul a.active {
    padding: 15px;
  }
}
.ct-scorecard-tabs.nas-ct-menu .menu ul a.active:after {
  content: '';
  display: block;
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  padding: 0;
  transform: rotate(0deg);
  border-width: 0 7.5px 10px;
  border-style: solid;
  border-color: transparent transparent #fff;
  opacity: 1;
}
.ct-scorecard-tabs.nas-ct-menu li {
  display: inline-block;
  position: relative;
  margin: 0;
}

.ct-scorecard-main .row {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ct-scorecard-main .row {
    min-height: 800px;
  }
}
.ct-scorecard-main .leaflet-container {
  position: absolute;
  top: 0;
  width: 100%;
}
.ct-scorecard-main .leaflet-container .leaflet-bottom.leaflet-right .leaflet-control-attribution.leaflet-control {
  display: none;
}
.ct-scorecard-main .leaflet-container .leaflet-bottom.leaflet-left {
  top: 140px;
  bottom: inherit;
}
@media only screen and (min-width: 768px) {
  .ct-scorecard-main .leaflet-container .leaflet-bottom.leaflet-left {
    top: inherit;
    bottom: 0;
  }
}
.ct-scorecard-main #nas-conservation-tracker-map-form {
  position: absolute;
  right: 15px;
  top: 33px;
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  .ct-scorecard-main #nas-conservation-tracker-map-form {
    left: 70px;
    right: inherit;
  }
}
.ct-scorecard-main #nas-conservation-tracker-map-form .form-item-map-type.form-type-radios {
  font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
}
.ct-scorecard-main #nas-conservation-tracker-map-form .form-item-map-type.form-type-radios > label {
  display: block;
  width: 165px;
  padding: 8px 0 7px 15px;
  background-color: #303030;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.5px;
}
.ct-scorecard-main #nas-conservation-tracker-map-form .form-item-map-type.form-type-radios > label:after {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  margin-left: 5px;
  font-size: 12px;
  content: "";
}
.ct-scorecard-main #nas-conservation-tracker-map-form .form-item-map-type.form-type-radios #edit-map-type {
  width: 165px;
  padding: 8px 10px 7px 15px;
  background-color: #303030;
  margin-top: 2px;
  font-size: 13px;
  display: none;
  overflow: hidden;
}
.ct-scorecard-main #nas-conservation-tracker-map-form .form-item-map-type.form-type-radios #edit-map-type label {
  color: #fff;
  font-size: 16px;
}
.ct-scorecard-main .controls-link {
  display: block;
  position: absolute;
  left: 237px;
  top: 33px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  background-color: #303030;
  border: solid 2px #303030;
  text-align: center;
}
.ct-scorecard-main .controls-link .border {
  display: block;
  width: 14px;
  height: 14px;
  border: dashed 2px #fff;
  margin-top: 11px;
  margin-left: 11px;
}
.ct-scorecard-main .leaflet-control-layers {
  display: none;
}

@media only screen and (min-width: 768px) {
  .help-wrap-items-map-items {
    position: relative;
    z-index: 9999;
    max-width: 572px;
    width: 62.66666666666667%;
    margin-bottom: 40px;
    float: right;
    clear: both;
  }
}
@media only screen and (min-width: 1025px) {
  .help-wrap-items-map-items {
    margin-right: 15.27777777777778%;
  }
}

.wrap-map-diagram {
  position: relative;
  background: #222327;
  overflow: hidden;
  min-height: 1300px;
}
@media only screen and (min-width: 768px) {
  .wrap-map-diagram {
    min-height: 900px;
  }
}

.leaflet-container,
.ct-scorecard-main {
  background: #212121;
}

.ct-scorecard-main {
  position: relative;
}

.node-type-ct-scorecard .hero-header {
  padding-right: 0;
}
.node-type-ct-scorecard .hero-header p, .node-type-ct-scorecard .hero-header .hero-blurb,
.node-type-ct-scorecard .hero-header .hero-title {
  text-shadow: none;
}
.node-type-ct-scorecard .hero-header .hero-title {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 25px;
  text-align: left;
  color: #fff;
  margin-bottom: 15px;
  line-height: 0.72;
}
@media only screen and (min-width: 768px) {
  .node-type-ct-scorecard .hero-header .hero-title {
    font-size: 64px;
    line-height: 1.25;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 601px) {
  .node-type-ct-scorecard .hero-header .hero-title {
    font-size: 37px;
    line-height: 0.92;
    margin-bottom: 30px;
  }
}
.node-type-ct-scorecard .hero-header p, .node-type-ct-scorecard .hero-header .hero-blurb {
  font-size: 20px;
  color: #fff;
  margin: 0;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .node-type-ct-scorecard .hero-header .hero-blurb {
    margin-bottom: 20px;
    font-size: 18px;
    opacity: .8;
  }
}
.node-type-ct-scorecard .hero-header p {
  font-size: 14px;
}
@media only screen and (min-width: 601px) {
  .node-type-ct-scorecard .hero-header p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-ct-scorecard .hero-header p {
    font-size: 24px;
  }
}
.node-type-ct-scorecard .mailing-list {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .node-type-ct-scorecard .menu-wrapper {
    position: absolute;
    top: 37px;
    left: 0;
    width: 100%;
  }
}

.no-data-overlay {
  width: 100%;
  height: 100%;
  background-color: #ccc;
  z-index: 1000;
  position: absolute;
  opacity: 0.7;
  font-size: 70px;
  padding-top: 10%;
  padding-left: 10%;
  text-transform: uppercase;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  color: #666;
}

.legend {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #f5f5f5;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.75);
}
.legend .legend-color .legend-max {
  height: 75px;
  padding-top: 10px;
}
.legend .legend-color .legend-min {
  width: 40px;
  height: 75px;
  padding-bottom: 10px;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  font-weight: 600;
}

.partners-wrap.columns {
  width: calc(100% - 20px);
  margin: 20px auto;
  position: relative;
  background: white;
  padding: 30px 15px;
  float: none;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .partners-wrap.columns {
    position: relative;
    top: 0;
    width: 90%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin: 80px auto 40px;
  }
}
@media screen and (min-width: 1000px) {
  .partners-wrap.columns {
    width: 29%;
    margin-left: 14%;
    float: left;
  }
}
@media screen and (min-width: 1500px) {
  .partners-wrap.columns {
    width: 30%;
    margin-left: 18%;
  }
}
.partners-wrap.columns .partners-wrap__partner {
  display: block;
  width: 100%;
  margin: 5px 0 5px 0;
  vertical-align: top;
  position: relative;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .partners-wrap.columns .partners-wrap__partner .partner__name {
    font-size: 9px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1020px) {
  .partners-wrap.columns .partners-wrap__partner .partner__name {
    font-size: 13px;
  }
}
@media screen and (min-width: 1400px) {
  .partners-wrap.columns .partners-wrap__partner .partner__name {
    font-size: 15px;
  }
}
.partners-wrap.columns .partners-wrap__partner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #ccc;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .partners-wrap.columns .partners-wrap__partner:before {
    top: 4px;
  }
}
@media screen and (min-width: 1020px) {
  .partners-wrap.columns .partners-wrap__partner:before {
    top: 7px;
  }
}
.partners-wrap.columns .partners-wrap__partner .partner__state {
  display: none;
}

.partners-wrap.columns ~ .help-wrap-items-map-items {
  position: relative;
  clear: inherit;
}
@media screen and (min-width: 1000px) {
  .partners-wrap.columns ~ .help-wrap-items-map-items {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .partners-wrap.columns ~ .help-wrap-items-map-items {
    margin-right: 5%;
  }
}
@media screen and (min-width: 1500px) {
  .partners-wrap.columns ~ .help-wrap-items-map-items {
    width: 62.66666666666667%;
    margin-right: 15.27777777777778%;
  }
}

.bird-page ul li {
  padding-bottom: 10px;
}

.ct-scorecard-main .controls-link {
  display: none;
}

#nas-conservation-tracker-map-form .form-item-map-type {
  float: left;
}
#nas-conservation-tracker-map-form .form-reset {
  background-color: #303030;
  color: white;
  border: none;
  outline: none;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  min-height: 40px;
  text-transform: uppercase;
  margin-left: 5px;
  font-size: 14px;
}

.leaflet-top .leaflet-control {
  margin-top: 23px;
}

.leaflet-bar a.leaflet-control-zoom-out, .leaflet-bar a.leaflet-control-zoom-in {
  width: 40px;
  height: 40px;
  background-color: #303030;
  color: white;
  line-height: 38px;
}
.leaflet-bar a.leaflet-control-zoom-out:hover, .leaflet-bar a.leaflet-control-zoom-in:hover {
  background-color: #707070;
}

.link-textfield {
  display: none;
}

#cboxTitle {
  background: none;
}

.page-content.nas-cta-tabs-angular-processed,
.page-content.nas-cta-tabs-angular-processed {
  margin-bottom: 0;
}
.page-content.nas-cta-tabs-angular-processed > *,
.page-content.nas-cta-tabs-angular-processed > * {
  margin-bottom: 0;
}

.ct-scorecard-header .curtain-content .row {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .ct-scorecard-header .curtain-content .row {
    padding-bottom: 25px;
  }
}
.ct-scorecard-header .hero-image {
  display: block;
}
@media screen and (min-width: 768px) {
  .ct-scorecard-header .hero-image {
    display: none;
  }
}
.ct-scorecard-header.clone-header {
  position: static;
}
.ct-scorecard-header.clone-header .hero-image {
  display: none;
}
.ct-scorecard-header .curtain-arrow {
  display: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .ct-scorecard-header .curtain-arrow {
    display: block;
  }
}

.global-header.clone-header {
  background: transparent;
}
.global-header.clone-header .dont-miss {
  display: none;
}

.show-hide-text {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.show-hide-text .banner-text {
  top: inherit;
  transition: bottom .3s;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 767px) {
  .show-hide-text .banner-text {
    bottom: 0 !important;
  }
}
.show-hide-text .banner-gradient-overlay-horizontal {
  background: transparent;
}
.show-hide-text .banner {
  margin-bottom: 0;
}

.conservation-tracker-in {
  margin-bottom: 20px;
}

.conservation-tracker-custom-pane {
  padding-bottom: 40px;
}
.conservation-tracker-custom-pane h3 {
  margin-bottom: 15px;
  font-size: 33px;
  font-weight: 300;
  line-height: 1.15;
}
@media only screen and (min-width: 768px) {
  .conservation-tracker-custom-pane h3 {
    margin-bottom: 20px;
    letter-spacing: .5px;
  }
}
.conservation-tracker-custom-pane b {
  font-weight: 400;
  color: #262626;
}

.ct-scorecard-header .curtain-card h1,
.ct-scorecard-header .hero-title,
.conservation-tracker-pages .curtain-card h1,
.conservation-tracker-pages .hero-title {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 37px;
  letter-spacing: normal;
  line-height: .92;
  font-weight: 400;
  text-align: left;
  text-shadow: none;
}
@media only screen and (min-width: 768px) {
  .ct-scorecard-header .curtain-card h1,
  .ct-scorecard-header .hero-title,
  .conservation-tracker-pages .curtain-card h1,
  .conservation-tracker-pages .hero-title {
    font-size: 64px;
  }
}
.ct-scorecard-header .hero.light-text .hero-blurb,
.ct-scorecard-header .hero-blurb,
.conservation-tracker-pages .hero.light-text .hero-blurb,
.conservation-tracker-pages .hero-blurb {
  color: #fff;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 20px;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .ct-scorecard-header .hero.light-text .hero-blurb,
  .ct-scorecard-header .hero-blurb,
  .conservation-tracker-pages .hero.light-text .hero-blurb,
  .conservation-tracker-pages .hero-blurb {
    font-size: 24px;
  }
}

.conservation-tracker-pages .column,
.conservation-tracker-pages .row.space-bottom {
  position: static;
}
.conservation-tracker-pages .hero-attribution, .conservation-tracker-pages .hero-attribution-fullscreen {
  position: absolute;
  right: 0;
}
.conservation-tracker-pages .homepage-first-row {
  display: none;
}
.conservation-tracker-pages.landscapes-page {
  padding-bottom: 60px;
}
.conservation-tracker-pages.landscapes-page .ct-scorecard-tabs.nas-ct-menu .menu ul a.active:after {
  border-color: transparent;
}
.conservation-tracker-pages.landscapes-page .leaflet-control-layers-toggle {
  display: none;
}
@media only screen and (min-width: 768px) {
  .conservation-tracker-pages.landscapes-page {
    padding-bottom: 0;
  }
}
.conservation-tracker-pages .mailing-list {
  position: relative;
  z-index: 999;
}

.nas-ct-refine-listing a {
  display: block;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #303030;
  color: #fff;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
}

#nas-conservation-tracker-map-form .form-item.form-type-radio input[type="radio"], #nas-conservation-tracker-map-form .form-item.form-type-radio input[type="checkbox"] {
  position: absolute;
  left: -999em;
}
#nas-conservation-tracker-map-form .form-item.form-type-radio label {
  display: block;
  position: relative;
  padding-left: 25px;
}
#nas-conservation-tracker-map-form .form-item.form-type-radio label:before {
  content: '';
  position: absolute;
  top: .25em;
  left: -2px;
  width: 14px;
  height: 14px;
}
#nas-conservation-tracker-map-form .form-item.form-type-radio input[type="checkbox"] + label:before,
#nas-conservation-tracker-map-form .form-item.form-type-radio input[type="radio"] + label:before {
  border: 1px solid #dfdfdf;
  background: transparent;
}
#nas-conservation-tracker-map-form .form-item.form-type-radio input[type="radio"] + label:before {
  border-radius: 50%;
}
#nas-conservation-tracker-map-form .form-item.form-type-radio input[type="checkbox"]:checked + label:before,
#nas-conservation-tracker-map-form .form-item.form-type-radio input[type="radio"]:checked + label:before {
  background: #dfdfdf;
}
#nas-conservation-tracker-map-form .form-item.form-type-radio input {
  margin: 0;
}

.help-wrap-footnotes {
  padding: 25px 0;
  background: #FBFAF6;
  font-size: 15px;
}

#footnotes-content {
  padding-top: 5px;
}

.species-filter {
  margin-bottom: 40px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
@media only screen and (min-width: 768px) {
  .species-filter {
    margin-bottom: 60px;
  }
}
.species-filter .text-info {
  background: #fbfaf6;
  padding: 10px 20px;
  margin: 30px 10px 10px;
}
@media only screen and (min-width: 768px) {
  .species-filter .text-info {
    padding: 15px 20px;
    margin: 30px 10px 30px;
  }
}
.species-filter .text-info p {
  color: #9b9b9b;
  font-size: 15px;
  line-height: 1.33;
}
@media only screen and (min-width: 768px) {
  .species-filter .text-info p {
    font-size: 20px;
  }
}
.species-filter .alphabet-block {
  overflow: hidden;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  margin-bottom: 30px;
}
.species-filter .alphabet-block ul {
  list-style: none;
  margin: 0;
  width: 340%;
}
@media only screen and (min-width: 768px) {
  .species-filter .alphabet-block ul {
    width: 100%;
  }
}
.species-filter .alphabet-block li a {
  font-size: 24px;
  color: #76736c;
  cursor: pointer;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .species-filter .alphabet-block li a {
    font-size: 18px;
  }
}
.species-filter .alphabet-block li a.active, .species-filter .alphabet-block li a:hover {
  color: #000;
  font-weight: bold;
}
.species-filter .filter-block form {
  display: none;
}
@media only screen and (min-width: 768px) {
  .species-filter .filter-block form {
    display: block;
  }
}
.species-filter .filter-block form .js-link-wrap {
  margin-bottom: 10px;
}
.species-filter .filter-block form .js-link-wrap > a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  background-color: #7AA926;
  color: #fff;
}
.species-filter .filter-block form .js-link-wrap > a:hover {
  opacity: .9;
}
.species-filter .filter-block .views-widget-filter-field_ct_letter {
  display: none;
}
.species-filter .filter-block .views-widget .form-radios {
  font-family: "Lato", sans-serif;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 10px;
  background: #fbfaf6;
  border: 1px solid #dfdfdf;
}
.species-filter .filter-block fieldset.collapsible {
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
}
.species-filter .filter-block fieldset.collapsible legend {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
}
.species-filter .filter-block .views-exposed-form .views-exposed-widget {
  width: 100%;
  padding: 0;
}
.species-filter .filter-block .form-item.form-type-radio {
  padding: 15px;
  border-bottom: 1px solid #dfdfdf;
}
.species-filter .filter-block .form-item.form-type-radio input[type="radio"], .species-filter .filter-block .form-item.form-type-radio input[type="checkbox"] {
  position: absolute;
  left: -999em;
}
.species-filter .filter-block .form-item.form-type-radio label {
  display: block;
  position: relative;
  padding-left: 25px;
}
.species-filter .filter-block .form-item.form-type-radio label:before {
  content: '';
  position: absolute;
  top: .25em;
  left: -2px;
  width: 14px;
  height: 14px;
}
.species-filter .filter-block .form-item.form-type-radio input[type="checkbox"] + label:before,
.species-filter .filter-block .form-item.form-type-radio input[type="radio"] + label:before {
  border: 1px solid #dfdfdf;
  background: transparent;
}
.species-filter .filter-block .form-item.form-type-radio input[type="radio"] + label:before {
  border-radius: 50%;
}
.species-filter .filter-block .form-item.form-type-radio input[type="checkbox"]:checked + label:before,
.species-filter .filter-block .form-item.form-type-radio input[type="radio"]:checked + label:before {
  background: #dfdfdf;
}
.species-filter .filter-block .form-item.form-type-radio input {
  margin: 0;
}
.species-filter .filter-block .form-item.form-type-radio:last-child {
  padding: 15px 15px 0;
  border-bottom: 0;
}
.species-filter .filter-block .option {
  font-size: 17px;
}
.species-filter .filter-block .fieldset-legend {
  position: relative;
}
.species-filter .filter-block .fieldset-title {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding: 0 15px;
  color: #000;
  font-size: 25px;
  font-weight: normal;
}
.species-filter .filter-block .fieldset-title .fieldset-legend-prefix {
  display: block;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  clip: inherit;
  transform: translateY(-50%);
  font-size: 0;
}
.species-filter .filter-block .fieldset-title .fieldset-legend-prefix:before, .species-filter .filter-block .fieldset-title .fieldset-legend-prefix:after {
  content: '';
  position: absolute;
  transition: transform .25s ease-out;
  border-radius: 2px;
  background-color: #404040;
}
.species-filter .filter-block .fieldset-title .fieldset-legend-prefix:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%) rotate(90deg);
}
.species-filter .filter-block .fieldset-title .fieldset-legend-prefix:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
  background: transparent;
}
.species-filter .filter-block .wrap-items .form-radios,
.species-filter .filter-block #edit-iucn-wrapper .form-radios {
  border: 0;
}
.species-filter .filter-block .wrap-items #edit-iucn,
.species-filter .filter-block #edit-iucn-wrapper #edit-iucn {
  margin-bottom: 0;
  padding-bottom: 0;
}
.species-filter .filter-block .wrap-items #edit-iucn-wrapper,
.species-filter .filter-block #edit-iucn-wrapper #edit-iucn-wrapper {
  margin-bottom: 0;
}
.species-filter .filter-block .wrap-items .fieldset-title, .species-filter .filter-block .wrap-items.second,
.species-filter .filter-block #edit-iucn-wrapper .fieldset-title,
.species-filter .filter-block #edit-iucn-wrapper.second {
  padding-left: 25px;
  font-size: 17px;
  text-align: left;
  cursor: pointer;
}
.species-filter .filter-block .wrap-items .fieldset-title span, .species-filter .filter-block .wrap-items.second span,
.species-filter .filter-block #edit-iucn-wrapper .fieldset-title span,
.species-filter .filter-block #edit-iucn-wrapper.second span {
  display: inline-block;
  position: absolute;
  top: 50%;
  bottom: inherit;
  width: 8px;
  height: 8px;
  padding: 3px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  .species-filter .filter-block .wrap-items .fieldset-title span, .species-filter .filter-block .wrap-items.second span,
  .species-filter .filter-block #edit-iucn-wrapper .fieldset-title span,
  .species-filter .filter-block #edit-iucn-wrapper.second span {
    border: solid #404040;
    border-width: 0 2px 2px 0;
  }
}
.species-filter .filter-block .wrap-items .fieldset-title span:before, .species-filter .filter-block .wrap-items .fieldset-title span:after, .species-filter .filter-block .wrap-items.second span:before, .species-filter .filter-block .wrap-items.second span:after,
.species-filter .filter-block #edit-iucn-wrapper .fieldset-title span:before,
.species-filter .filter-block #edit-iucn-wrapper .fieldset-title span:after,
.species-filter .filter-block #edit-iucn-wrapper.second span:before,
.species-filter .filter-block #edit-iucn-wrapper.second span:after {
  border-color: transparent;
  background-color: transparent;
}
.species-filter .filter-block .wrap-items .fieldset-title span.js-down, .species-filter .filter-block .wrap-items.second span.js-down,
.species-filter .filter-block #edit-iucn-wrapper .fieldset-title span.js-down,
.species-filter .filter-block #edit-iucn-wrapper.second span.js-down {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.species-filter .filter-block .wrap-items .collapsed .fieldset-title span,
.species-filter .filter-block #edit-iucn-wrapper .collapsed .fieldset-title span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.species-filter .filter-block #edit-iucn-wrapper {
  margin-bottom: 0;
}
.species-filter .filter-block .wrap-items {
  padding: 15px 0;
}
.species-filter .filter-block .wrap-items .help-items.js-close {
  display: none;
}
@media only screen and (min-width: 768px) {
  .species-filter .filter-block .wrap-items {
    border-bottom: 1px solid #dfdfdf;
  }
}
.species-filter .filter-block .collapsed .fieldset-title .fieldset-legend-prefix:before {
  transform: translateX(-50%) rotate(0);
}
.species-filter .filter-block .collapsed .fieldset-title .fieldset-legend-prefix:after {
  background-color: #404040;
}
.species-filter .filter-block input[type='text'] {
  border: 1px solid #dfdfdf;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding-right: 30px;
}
.species-filter .filter-block .form-item-search {
  position: relative;
  margin-bottom: 16px;
}
.species-filter .filter-block .form-item-search:before, .species-filter .filter-block .form-item-search:after {
  content: '';
  position: absolute;
}
.species-filter .filter-block .form-item-search:before {
  width: 10px;
  height: 10px;
  right: 15px;
  top: 18px;
  transform: translateY(-50%);
  border: 2px solid #404040;
  border-radius: 100px;
}
.species-filter .filter-block .form-item-search:after {
  right: 10px;
  width: 5px;
  top: 22px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 2px solid #404040;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.species-filter .filter-block .js-open-mobile .fieldset-title,
.species-filter .filter-block .js-open-mobile .form-item.form-type-radio label {
  color: #fff;
}
.species-filter .filter-block .js-open-mobile .views-widget .form-radios,
.species-filter .filter-block .js-open-mobile .form-item.form-type-radio {
  border: 0;
}
.species-filter .filter-block .js-open-mobile .views-widget .form-radios {
  background: #303030;
}
.species-filter .filter-block .js-open-mobile .form-item.form-type-radio {
  opacity: .5;
}
.species-filter .filter-block .js-open-mobile .fieldset-title:not(.second) .fieldset-legend-prefix:before, .species-filter .filter-block .js-open-mobile .fieldset-title:not(.second) .fieldset-legend-prefix:after {
  background-color: #fff;
}
.species-filter .filter-block .js-open-mobile input[type='text'] {
  color: #fff;
  background: transparent;
  border: 1px solid #303030;
}
.species-filter .filter-block .js-open-mobile .form-item-search:before, .species-filter .filter-block .js-open-mobile .form-item-search:after {
  border: 2px solid #949494;
}
.species-filter .filter-block .ajax-progress.ajax-progress-throbber {
  display: none;
}
.species-filter .birds-wrap {
  position: relative;
}
.species-filter .birds-wrap.js-preload:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
@media only screen and (min-width: 768px) {
  .species-filter .birds-wrap {
    float: left;
  }
}
.species-filter .birds-wrap__title {
  margin-bottom: 15px;
}
.species-filter .birds-wrap__title h4 {
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  .species-filter .birds-wrap__title h4 {
    font-size: 33px;
  }
}
.species-filter .birds-wrap .bird-card {
  padding: 0;
  max-width: 95%;
}
@media only screen and (min-width: 768px) {
  .species-filter .birds-wrap .bird-card {
    max-width: 100%;
  }
}
.species-filter .birds-wrap .bird-card-caption {
  padding: 0 8px;
  position: relative;
  bottom: 0;
  margin: 10px 0;
}
.species-filter .birds-wrap .bird-card-caption .common-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
.species-filter .birds-wrap .bird-card-illustration {
  height: auto;
  width: 100%;
}
.species-filter .birds-wrap .bird-card-illustration:before {
  display: none;
}
.species-filter .birds-wrap .bird-card-illustration img {
  width: 100%;
  max-width: inherit;
  height: auto;
  max-height: initial;
}

.dark-style {
  margin-bottom: 20px;
}
.dark-style .first-level > li {
  color: #fff;
  background: #303030;
  border: 1px solid #1c1c1c;
  margin-bottom: 0;
}
.dark-style .second-level li {
  border-bottom: 1px solid #1c1c1c;
  opacity: .5;
}
.dark-style i {
  opacity: .5;
}
.dark-style i.plus:before, .dark-style i.plus:after {
  background-color: #fff;
}
.dark-style i.down {
  border: solid #fff;
  border-width: 0 3px 3px 0;
}

#nas-conservation-tracker-landscapes-map-form {
  display: none;
}
@media only screen and (min-width: 768px) {
  #nas-conservation-tracker-landscapes-map-form {
    display: block;
    position: absolute;
    z-index: 999;
    width: 25%;
    max-width: 230px;
    margin: 50px 0 0 15.27777777777778%;
  }
}
#nas-conservation-tracker-landscapes-map-form .form-item.form-type-radios, #nas-conservation-tracker-landscapes-map-form .form-item.form-type-checkboxes {
  margin-bottom: 10px;
  padding: 15px;
  background: #303030;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  #nas-conservation-tracker-landscapes-map-form .form-item.form-type-radios, #nas-conservation-tracker-landscapes-map-form .form-item.form-type-checkboxes {
    margin-bottom: 3px;
  }
}
#nas-conservation-tracker-landscapes-map-form .form-item input {
  margin: 0;
}
#nas-conservation-tracker-landscapes-map-form .form-item label {
  position: relative;
  color: #fff;
  font-size: 25px;
  opacity: .65;
}
#nas-conservation-tracker-landscapes-map-form .form-item label.option {
  font-size: 17px;
}
#nas-conservation-tracker-landscapes-map-form .form-item .form-type-radio,
#nas-conservation-tracker-landscapes-map-form .form-item .form-type-checkbox {
  padding: 5px 0;
  opacity: .5;
}
#nas-conservation-tracker-landscapes-map-form .form-item .form-type-radio input[type="radio"], #nas-conservation-tracker-landscapes-map-form .form-item .form-type-radio input[type="checkbox"],
#nas-conservation-tracker-landscapes-map-form .form-item .form-type-checkbox input[type="radio"],
#nas-conservation-tracker-landscapes-map-form .form-item .form-type-checkbox input[type="checkbox"] {
  position: absolute;
  left: -999em;
}
#nas-conservation-tracker-landscapes-map-form .form-item .form-type-radio label,
#nas-conservation-tracker-landscapes-map-form .form-item .form-type-checkbox label {
  display: block;
  position: relative;
  padding-left: 25px;
}
#nas-conservation-tracker-landscapes-map-form .form-item .form-type-radio label:before,
#nas-conservation-tracker-landscapes-map-form .form-item .form-type-checkbox label:before {
  content: '';
  position: absolute;
  top: .25em;
  left: -2px;
  width: 14px;
  height: 14px;
}
#nas-conservation-tracker-landscapes-map-form .form-item .form-type-radio input[type="checkbox"] + label:before,
#nas-conservation-tracker-landscapes-map-form .form-item .form-type-radio input[type="radio"] + label:before,
#nas-conservation-tracker-landscapes-map-form .form-item .form-type-checkbox input[type="checkbox"] + label:before,
#nas-conservation-tracker-landscapes-map-form .form-item .form-type-checkbox input[type="radio"] + label:before {
  border: 1px solid #dfdfdf;
  background: transparent;
}
#nas-conservation-tracker-landscapes-map-form .form-item .form-type-radio input[type="radio"] + label:before,
#nas-conservation-tracker-landscapes-map-form .form-item .form-type-checkbox input[type="radio"] + label:before {
  border-radius: 50%;
}
#nas-conservation-tracker-landscapes-map-form .form-item .form-type-radio input[type="checkbox"]:checked + label:before,
#nas-conservation-tracker-landscapes-map-form .form-item .form-type-radio input[type="radio"]:checked + label:before,
#nas-conservation-tracker-landscapes-map-form .form-item .form-type-checkbox input[type="checkbox"]:checked + label:before,
#nas-conservation-tracker-landscapes-map-form .form-item .form-type-checkbox input[type="radio"]:checked + label:before {
  background: #dfdfdf;
}
#nas-conservation-tracker-landscapes-map-form .form-item .form-type-radio:last-child,
#nas-conservation-tracker-landscapes-map-form .form-item .form-type-checkbox:last-child {
  padding: 5px 0 0;
}
#nas-conservation-tracker-landscapes-map-form .form-type-radios > label ~ div,
#nas-conservation-tracker-landscapes-map-form .form-type-checkboxes > label ~ div {
  display: none;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
#nas-conservation-tracker-landscapes-map-form .form-type-radios > label.js-open ~ div,
#nas-conservation-tracker-landscapes-map-form .form-type-checkboxes > label.js-open ~ div {
  display: block;
}
#nas-conservation-tracker-landscapes-map-form i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}
#nas-conservation-tracker-landscapes-map-form i.plus {
  width: 12px;
  height: 12px;
}
#nas-conservation-tracker-landscapes-map-form i.plus:before, #nas-conservation-tracker-landscapes-map-form i.plus:after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  transition: transform 0.25s ease-out;
}
#nas-conservation-tracker-landscapes-map-form i.plus:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
#nas-conservation-tracker-landscapes-map-form i.plus:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
#nas-conservation-tracker-landscapes-map-form i.plus.js-open:before {
  transform: rotate(90deg);
}
#nas-conservation-tracker-landscapes-map-form i.plus.js-open:after {
  background: transparent;
}

.ct-landscapes-main {
  position: relative;
}
.ct-landscapes-main .wrap-map-diagram .ct-leaflet-site {
  border-radius: 50px;
  background: transparent;
}
.ct-landscapes-main .wrap-map-diagram .leaflet-pane {
  z-index: inherit;
}
.ct-landscapes-main .leaflet-popup .leaflet-popup-content-wrapper {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.ct-landscapes-main .leaflet-popup .bg-white {
  padding: 5px 15px;
  overflow: hidden;
  background: #fff;
  line-height: 1.1;
}
.ct-landscapes-main .leaflet-popup .leaflet-popup-content {
  margin: 0;
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
.ct-landscapes-main .leaflet-popup .leaflet-popup-content img {
  float: left;
}
.ct-landscapes-main .leaflet-popup .text-wrap {
  font-size: 23px;
  text-align: left;
}
.ct-landscapes-main .leaflet-popup .link-wrap a {
  color: #0AA8E3;
  font-size: 15px;
}
.ct-landscapes-main .leaflet-popup .leaflet-popup-close-button {
  display: none;
}

.js-overflow {
  overflow: hidden;
}
.js-overflow .global-header,
.js-overflow .global-footer,
.js-overflow .mailing-list {
  z-index: -1;
}

#nas-conservation-tracker-landscapes-map-form.js-open-mobile,
.filter-block form.js-open-mobile {
  display: block;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 10px 70px;
  background-color: #1c1c1c;
  overflow-y: scroll;
}
#nas-conservation-tracker-landscapes-map-form.js-open-mobile > div,
.filter-block form.js-open-mobile > div {
  margin-top: 25px;
}
#nas-conservation-tracker-landscapes-map-form.js-open-mobile > div a,
.filter-block form.js-open-mobile > div a {
  display: block;
  background: #303030;
  color: #fff;
  line-height: 60px;
  text-align: center;
}
#nas-conservation-tracker-landscapes-map-form.js-open-mobile .title-form,
.filter-block form.js-open-mobile .title-form {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-top: 20px;
  overflow: hidden;
  color: #fff;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 18px;
}
#nas-conservation-tracker-landscapes-map-form.js-open-mobile .title-form span,
.filter-block form.js-open-mobile .title-form span {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  cursor: pointer;
}
#nas-conservation-tracker-landscapes-map-form.js-open-mobile .title-form span:before,
.filter-block form.js-open-mobile .title-form span:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  transform: rotate(45deg);
}
#nas-conservation-tracker-landscapes-map-form.js-open-mobile .title-form span:after,
.filter-block form.js-open-mobile .title-form span:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  transform: rotate(-45deg);
}

.pop-up-species-filter {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  width: 70%;
  max-width: 480px;
  padding: 50px 0 45px;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}
.pop-up-species-filter__title {
  font-size: 30px;
  margin-bottom: 20px;
}
.pop-up-species-filter__small-text {
  color: #76736c;
  font-size: 16px;
}
.pop-up-species-filter i {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.pop-up-species-filter i:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #404040;
  transform: rotate(45deg);
}
.pop-up-species-filter i:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #404040;
  transform: rotate(-45deg);
}

.overlay-popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.overlay-popup.js-show-popup {
  display: block;
}
.overlay-popup.js-show-popup .pop-up-species-filter {
  display: block;
}

.ct-strategies-main {
  overflow: hidden;
  position: relative;
}
.ct-strategies-main .ct-strategies-tabs-wrap > div {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 20px auto 0;
}
.ct-strategies-main .ct-strategies-tabs-wrap .nav-tabs > li > a {
  margin: 0;
  padding: 0;
  line-height: normal;
}
.ct-strategies-main .ct-strategies-tabs-wrap .nav-tabs > .active > a,
.ct-strategies-main .ct-strategies-tabs-wrap .nav-tabs > .active > a:hover,
.ct-strategies-main .ct-strategies-tabs-wrap .nav-tabs > .active > a:focus {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.ct-strategies-main .ct-strategies-tabs-wrap .nav-tabs > li > a:hover, .ct-strategies-main .ct-strategies-tabs-wrap .nav-tabs > li > a:focus {
  border-color: transparent;
  background-color: transparent;
}
.ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs {
  position: relative;
  text-align: center;
  list-style: none;
  margin: 0;
  padding-bottom: 10px;
  border: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs {
    display: block;
    position: relative;
    width: 50%;
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 0;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs li {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs li {
    width: 90px;
  }
}
.ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs li .link,
.ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs .mobile-active {
  display: inline-block;
  cursor: pointer;
  background-size: auto 38px;
  height: 40px;
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 40px;
  opacity: .2;
}
@media only screen and (min-width: 768px) {
  .ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs li .link,
  .ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs .mobile-active {
    width: 90px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 60px 0 0;
    line-height: 1;
    background-position: center top;
    background-size: auto;
  }
  .ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs li .link:hover,
  .ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs .mobile-active:hover {
    opacity: 1;
  }
}
.ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs li .link.active,
.ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs .mobile-active.active {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs li {
    width: 90px;
  }
}
.ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs li.active .link {
  opacity: 1;
}
.ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs a {
  color: #222222;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
  .ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs a {
    text-align: center;
  }
}
.ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs .mobile-active {
  display: inline-block;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs .mobile-active {
    display: none;
  }
}
.ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs .coasts .link {
  background-image: url("../img/strategies/1.png");
}
.ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs .coasts.active .link {
  background-image: url("../img/strategies/1-1.png");
}
.ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs .working-lands .link {
  background-image: url("../img/strategies/2.png");
}
.ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs .working-lands.active .link {
  background-image: url("../img/strategies/2-1.png");
}
.ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs .water .link {
  background-image: url("../img/strategies/3.png");
}
.ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs .water.active .link {
  background-image: url("../img/strategies/3-1.png");
}
.ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs .bird-friendly-communities .link {
  background-image: url("../img/strategies/4.png");
}
.ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs .bird-friendly-communities.active .link {
  background-image: url("../img/strategies/4-1.png");
}
.ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs .climate .link {
  background-image: url("../img/strategies/5.png");
}
.ct-strategies-main .ct-strategies-tabs-wrap .nav.nav-tabs .climate.active .link {
  background-image: url("../img/strategies/5-1.png");
}
@media only screen and (min-width: 768px) {
  .ct-strategies-main .tab-content {
    padding-top: 30px;
  }
}
.ct-strategies-main .tab-content .text-wrap {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 50px;
  border-left: 1px solid #d9d9d9;
}
@media only screen and (min-width: 768px) {
  .ct-strategies-main .tab-content .text-wrap {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .ct-strategies-main .tab-content .text-wrap h4 {
    font-size: 33px;
    font-weight: 300;
    line-height: 1.21;
    margin: 0;
    color: #000;
  }
}
@media only screen and (min-width: 768px) {
  .ct-strategies-main .tab-content .text-wrap p {
    font-size: 14px;
    line-height: normal;
    color: #76736c;
  }
}
.ct-strategies-main .tab-content {
  overflow: inherit;
}
.ct-strategies-main .wrap-strategy-breakdown {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ct-strategies-main .wrap-strategy-breakdown {
    min-height: 990px;
    padding: 50px 0;
    background: none;
  }
}
.ct-strategies-main .wrap-strategy-breakdown:before, .ct-strategies-main .wrap-strategy-breakdown:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1c1c1c;
}
.ct-strategies-main .wrap-strategy-breakdown:before {
  left: -100%;
}
.ct-strategies-main .wrap-strategy-breakdown:after {
  right: -100%;
}
@media only screen and (min-width: 768px) {
  .ct-strategies-main .help-wrap-over {
    width: 100%;
    overflow: hidden;
  }
}
.ct-strategies-main #strategy-breakdown-left,
.ct-strategies-main #strategy-breakdown-right {
  position: relative;
  z-index: 999;
}
.ct-strategies-main #strategy-breakdown-left {
  width: 100%;
  background: #303030;
  color: #fff;
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
@media only screen and (min-width: 768px) {
  .ct-strategies-main #strategy-breakdown-left {
    width: 230px;
    float: left;
  }
}
.ct-strategies-main #strategy-breakdown-left h5 {
  margin-bottom: 0;
  padding: 15px 15px 5px;
  color: #fff;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ct-strategies-main #strategy-breakdown-left h5 {
    text-align: left;
  }
}
.ct-strategies-main #strategy-breakdown-left .active span {
  color: #f15936;
}
.ct-strategies-main .strategy-left-item {
  position: relative;
}
.ct-strategies-main #strategy-breakdown-right > div {
  position: relative;
  width: 100%;
  padding: 20px;
  background: #fff;
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}
@media only screen and (min-width: 768px) {
  .ct-strategies-main #strategy-breakdown-right > div {
    width: 400px;
    max-height: 400px;
    float: right;
    overflow: hidden;
    overflow-y: auto;
  }
}
.ct-strategies-main #strategy-breakdown-right h5, .ct-strategies-main #strategy-breakdown-right p, .ct-strategies-main #strategy-breakdown-right ul {
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
.ct-strategies-main #strategy-breakdown-right p, .ct-strategies-main #strategy-breakdown-right ul {
  font-size: 14px;
}
.ct-strategies-main #strategy-breakdown-right h5 {
  margin-bottom: 20px;
  color: #222;
  font-size: 33px;
  font-weight: 500;
}
.ct-strategies-main #strategy-breakdown-right i.plus {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 25px;
  right: 15px;
  width: 15px;
  height: 15px;
}
@media only screen and (min-width: 768px) {
  .ct-strategies-main #strategy-breakdown-right i.plus {
    display: block;
  }
}
.ct-strategies-main #strategy-breakdown-right i.plus:before, .ct-strategies-main #strategy-breakdown-right i.plus:after {
  content: "";
  position: absolute;
  background-color: #404040;
  border-radius: 2px;
  transition: transform 0.25s ease-out;
}
.ct-strategies-main #strategy-breakdown-right i.plus:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: rotate(90deg);
}
.ct-strategies-main #strategy-breakdown-right i.plus:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
  background: transparent;
}
.ct-strategies-main #strategy-breakdown-right .js-show-wrap {
  width: 40px;
  height: 40px;
  overflow: hidden;
  padding: 0;
}
.ct-strategies-main #strategy-breakdown-right .js-show-wrap * {
  opacity: 0;
}
.ct-strategies-main #strategy-breakdown-right .js-show-wrap i {
  display: block;
  z-index: 2;
  top: 0;
  right: 0;
  width: 70%;
  height: 70%;
  margin: 6px;
  padding: 10px;
  opacity: 1;
}
.ct-strategies-main #strategy-breakdown-right .js-show-wrap i:before {
  transform: translateX(-50%);
}
.ct-strategies-main #strategy-breakdown-right .js-show-wrap i:after {
  background-color: #404040;
}
.ct-strategies-main .item-menu {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #1c1c1c;
  background: #303030;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .ct-strategies-main .item-menu {
    text-align: left;
  }
}
.ct-strategies-main .loader-tabs {
  position: relative;
  z-index: 9999;
  width: 100%;
  height: 100%;
  min-height: 300px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .ct-strategies-main .loader-tabs {
    min-height: 500px;
  }
}
.ct-strategies-main .loader-tabs:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
@media only screen and (min-width: 768px) {
  .ct-strategies-main .loader-tabs:after {
    background-color: #fff;
  }
}
.ct-strategies-main .progress-wrap {
  background: transparent;
}
.ct-strategies-main .map-item__inner-help {
  padding: 0;
}
.ct-strategies-main .progress-item {
  background: #E0E0E0;
  height: 8px;
  border-radius: 5px;
}
.ct-strategies-main .progress-item p {
  display: block;
  height: 8px;
  margin-top: -9px;
  border-radius: 5px;
  background: #f15936;
}
.ct-strategies-main .map-title {
  margin-top: 5px;
  color: #f15936;
  font-size: 15px;
}
.ct-strategies-main .progress-wrap p[data-value]:after {
  top: 12px;
  font-size: 15px;
}
.ct-strategies-main .two-column-content {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  margin-left: 0;
}
.ct-strategies-main .two-column-content li {
  margin-left: 10px;
}
.ct-strategies-main .second-level-hide-style {
  display: none;
  margin-left: 15px;
  -webkit-animation: fadeIn .3s;
  animation: fadeIn .3s;
}
.ct-strategies-main .drop-down-header .item-header {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 10px;
  cursor: pointer;
}
.ct-strategies-main .drop-down-header .item-header i {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 0;
  bottom: inherit;
  width: 8px;
  height: 8px;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid #404040;
  border-width: 0 2px 2px 0;
  border-radius: 0;
}
.ct-strategies-main .drop-down-header .item-header.js-show i {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.ct-strategies-main .drop-down-header__item.js-show ~ .second-level-hide-style {
  display: block;
}

@media only screen and (min-width: 768px) {
  .strategies-page-inside {
    display: block;
    position: absolute;
    height: 990px;
    top: 170px;
    width: 100%;
  }
}
.strategies-page-inside .wrap-map-diagram {
  min-height: auto;
}
.strategies-page-inside .leaflet-control-layers {
  display: none;
}

.sidebar, .article-sidebar {
  margin-bottom: 25px;
}

.sidebar-section, .article-sidebar-section {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .sidebar-section, .article-sidebar-section {
    margin-bottom: 50px;
  }
}
.sidebar-section:last-child, .article-sidebar-section:last-child {
  margin-bottom: 12.5px;
}

@media only screen and (min-width: 768px) {
  .article-sidebar {
    padding-right: 0;
  }
  .article-sidebar .columns {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .article-sidebar {
    width: 20%;
    right: 80%;
    float: right;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .article-sidebar {
    margin-bottom: 0;
  }
  .article-sidebar .tiny-6:nth-of-type(odd) {
    padding-left: 0;
  }
  .article-sidebar .tiny-6:nth-of-type(even) {
    padding-right: 0;
  }
}
.article-sidebar .article-aside {
  padding-left: 0;
  width: 100%;
}

.article-sidebar-section.article-meta {
  margin-top: 0;
  text-align: center;
}
.article-sidebar-section .article-author-image {
  height: 75px;
  float: none;
  margin: 0 0 10px 0;
}
.article-sidebar-section .article-author-name {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 5px 0;
}
.article-sidebar-section .article-date {
  font-size: 14px;
}
.article-sidebar-section .tiny-6 {
  padding-left: 0;
}
.global-content > .article-sidebar-section {
  padding: 0 12.5px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 480px) {
  .global-content > .article-sidebar-section {
    padding: 0 25px;
  }
}

.story-list ul {
  padding-left: 0;
  margin-left: 0;
}
.story-list li {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 17px;
  line-height: 22.5px;
  list-style-type: none;
  margin-bottom: 10px;
}
.story-list li.more {
  margin-top: 25px;
}
.story-list.small li {
  font-size: 15px;
  line-height: 20px;
}

.story-list-header {
  margin-bottom: 12.5px;
}

.contact-info {
  font-family: "Noto Serif", Georgia, serif;
  font-size: 13px;
  line-height: 20px;
}
.contact-info.sans {
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
.contact-info.large {
  font-size: 15px;
  line-height: 20px;
}
.contact-info p {
  margin-bottom: 10px;
}

.welcome-card-content {
  padding-bottom: 39px;
}
.welcome-card-content .editorial-card-slug {
  color: #000 !important;
}
.welcome-card-content .editorial-card-slug:hover {
  color: #404040 !important;
}

.welcome-card-headline {
  font-size: 17px;
  text-align: center;
  margin-bottom: 10px;
}
.welcome-card-headline .logo {
  max-width: 60%;
  margin: 10px 0;
}

.welcome-card-blurb {
  display: none;
}
@media only screen and (min-width: 601px) {
  .welcome-card-blurb {
    display: block;
  }
}

.welcome-card-illustration {
  text-align: center;
  display: none;
}
.welcome-card-illustration img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .welcome-card-illustration {
    display: block;
  }
}

.welcome-card-banner {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.welcome-card-banner .social-sharing-icon {
  color: #fff !important;
}

.welcome-card.teal a {
  color: #2BAFBE;
}
.welcome-card.teal a:hover {
  color: #228994;
}
.welcome-card.teal .welcome-card-banner {
  background-color: #2BAFBE;
}

.welcome-card.orange a {
  color: #dd7537;
}
.welcome-card.orange a:hover {
  color: #c05c21;
}
.welcome-card.orange .welcome-card-banner {
  background-color: #dd7537;
}

.climate-landing {
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
.climate-landing h2 {
  padding-left: 12.5px;
  padding-right: 12.5px;
  color: #262626;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 33px;
  letter-spacing: -.1px;
  line-height: 1.15;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .climate-landing h2 {
    font-size: 38px;
  }
}
.climate-landing .help-center {
  text-align: center;
}
.climate-landing .engagement-hero {
  margin-top: 0;
}
.climate-landing .engagement-hero h1 {
  color: #e18400;
  text-shadow: 0 1px 6px rgba(80, 80, 80, 0.75);
}
@media only screen and (min-width: 768px) {
  .climate-landing .engagement-hero .hero:not(.expand) .hero-image img:not(.canon-logo) {
    min-height: 500px;
  }
}
.climate-landing .hero-title {
  margin-bottom: 15px;
}
.climate-landing .hero-paragraph-text {
  color: #fff;
  font-size: 24px;
  text-align: left;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.75);
}
.climate-landing .wrap-help {
  overflow: hidden;
}
.climate-landing .percent-wrap {
  display: flex;
  flex-direction: column;
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
@media only screen and (min-width: 768px) {
  .climate-landing .percent-wrap {
    display: block;
  }
}
.climate-landing .percent-wrap__small-text, .climate-landing .percent-wrap__percent-item {
  text-align: center;
}
.climate-landing .percent-wrap__percent-item {
  order: 2;
  color: #e18400;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .climate-landing .percent-wrap__percent-item {
    font-size: 50px;
  }
}
.climate-landing .percent-wrap__small-text {
  order: 3;
  margin: 0 auto 15px;
  float: none;
  color: #404040;
  font-size: 14px;
  line-height: 1;
}
.climate-landing .percent-wrap__small-text p {
  padding: 0 15%;
}
@media only screen and (min-width: 768px) {
  .climate-landing .percent-wrap__small-text p {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .climate-landing .percent-wrap__small-text {
    margin: 0;
    float: left;
    text-align: left;
  }
}
.climate-landing .percent-wrap__text-item {
  order: 1;
  margin-bottom: 40px;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .climate-landing .percent-wrap__text-item {
    margin-bottom: 0;
  }
}
.climate-landing .gray-left-border {
  border-left: 1px solid #979797;
}
@media only screen and (min-width: 768px) {
  .climate-landing .gray-border--left {
    border-left: 1px solid #979797;
  }
}
@media only screen and (min-width: 768px) {
  .climate-landing .gray-border--right {
    border-right: 1px solid #979797;
  }
}
.climate-landing .center-items-in-wrap {
  position: relative;
}
.climate-landing .item-bird__title {
  padding: 0 12.5px;
  color: #262626;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 24px;
  line-height: 1.17;
  text-align: left;
}
.climate-landing .item-bird-card .text-after {
  color: #404040;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 14px;
  text-align: right;
}
.climate-landing .item-bird-card__text-wrap p {
  margin-bottom: 18px;
}
.climate-landing .item-with-bird-card {
  margin-bottom: 90px;
}
.climate-landing .map-wrap {
  margin-bottom: 70px;
}
.climate-landing .item-bird-sliders {
  margin-bottom: 25px;
}
.climate-landing .single-slider {
  margin-bottom: 35px;
}
.climate-landing .single-slider__text-bird {
  color: #404040;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 14px;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .climate-landing .single-slider__text-bird, .climate-landing .single-slider__single-bird {
    margin-top: 30px;
  }
}
.climate-landing .item-with-diagram .small-text {
  color: #404040;
  font-size: 16px;
  line-height: normal;
}
.climate-landing .diagram-wrap {
  margin-bottom: 100px;
}
.climate-landing .diagram-elem {
  display: inline-block;
}
.climate-landing .diagram-elem__column {
  position: relative;
  margin: 0 auto 5px;
}
.climate-landing .diagram-elem__column p {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #262626;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -.1px;
}
.climate-landing .diagram-elem__text {
  font-size: 16px;
  text-align: center;
}
.climate-landing .diagram-elem .pink {
  width: 104px;
  height: 88px;
  background-color: #ff9aa7;
}
.climate-landing .diagram-elem .big {
  width: 104px;
  height: 150px;
  background-color: #ff3951;
}
.climate-landing .diagram-item {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .climate-landing .diagram-item {
    margin-top: 0;
  }
}
.climate-landing .diagram-item__text-after {
  max-width: 375px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #979797;
}
.climate-landing .diagram-item__text-after p {
  color: #262626;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 20px;
  letter-spacing: -.1px;
  text-align: center;
}
.climate-landing .form-container.green {
  background: #18a1ad;
  padding: 15px 0;
}
.climate-landing .form-container .inner {
  float: left;
  width: 50%;
}
.climate-landing .form-container h5, .climate-landing .form-container select {
  margin-bottom: 0;
}
.climate-landing .form-container__text h5 {
  color: #fff;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 33px;
  line-height: 1.15;
}
.climate-landing .form-container select {
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  border: solid 1px #d4d4d4;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  font-size: 20px;
}
.climate-landing .form-contact-container {
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
.climate-landing .form-contact-container .engagement-hero__content {
  margin-top: 45px;
}
.climate-landing .form-contact-container .native-plants-hero-text {
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
}
.climate-landing .form-contact-container h3 {
  color: #e18400;
  font-size: 48px;
  letter-spacing: normal;
  line-height: 1.04;
  text-shadow: 0 1px 6px rgba(80, 80, 80, 0.75);
}
.climate-landing .park-item__image {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .climate-landing .park-item__image {
    width: 55%;
    float: right;
  }
}
.climate-landing .park-item__image img {
  width: 100%;
}
.climate-landing .park-item__image .text-after {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.75);
}
.climate-landing .park-item__text-after p {
  margin-bottom: 10px;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .climate-landing .park-item__text-after p {
    margin-bottom: 15px;
  }
}
.climate-landing .park-item__info {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #979797;
}
@media only screen and (min-width: 768px) {
  .climate-landing .park-item__info {
    padding: 15px 15px 15px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .climate-landing .park-item__help-wrap {
    float: left;
    width: 43%;
  }
}
.climate-landing .bird {
  overflow: hidden;
}
.climate-landing .bird__img {
  width: 18%;
  margin-right: 2%;
  float: left;
}
.climate-landing .bird__img img {
  width: 100%;
}
.climate-landing .bird__text {
  float: right;
  width: 80%;
}
.climate-landing .bird .item {
  overflow: hidden;
}
.climate-landing .bird .item p {
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
}
.climate-landing .bird .item p.name {
  width: 20%;
}
.climate-landing .bird .item p.value {
  width: 78%;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.switch-wrap {
  position: relative;
  margin-top: 30px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
.switch-wrap .owl-theme .owl-controls .owl-buttons div {
  zoom: 1;
  margin: 0;
  padding: 0;
  font-size: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  filter: none;
  opacity: 1;
}
.switch-wrap .owl-page {
  z-index: 10;
}
.switch-wrap .owl-buttons {
  position: absolute;
  top: 5px;
  width: 100%;
  z-index: 10;
}
.switch-wrap .owl-buttons > div {
  font-size: 0;
  position: absolute;
}
.switch-wrap .owl-buttons .owl-prev {
  left: 20px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 20px solid #d8d8d8;
}
.switch-wrap .owl-buttons .owl-next {
  right: 20px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #d8d8d8;
}
.switch-wrap .tab-content {
  display: none;
  width: 100%;
  margin-top: 15px;
  padding: 0 15px;
  overflow: hidden;
}
.switch-wrap .tab-content.current {
  display: block;
}
.switch-wrap .tab-content .tab-bird-container {
  margin-top: 25px;
}
.switch-wrap .tab-slider--tabs {
  z-index: 0;
}
.switch-wrap .tab-slider--trigger {
  z-index: 1;
}
.switch-wrap .tab-slider--container {
  z-index: auto;
}
.switch-wrap .tabs-content {
  padding-bottom: 20px;
}
.switch-wrap .tabs-content .link__title .tooltip {
  z-index: auto;
}
.switch-wrap .tab-slider--body {
  margin-bottom: 0;
}

.parks_blog {
  position: absolute;
  top: 105px;
  right: 40px;
  width: 36px;
  height: 84px;
}
@media only screen and (min-width: 768px) {
  .parks_blog {
    top: 40px;
    right: 40px;
    width: 50px;
    height: 100px;
  }
}
.parks_blog .cell {
  transform: scale(0.6);
}
@media only screen and (min-width: 768px) {
  .parks_blog .cell {
    transform: scale(1);
  }
}
.parks_blog .cell .bird-dot-base-container {
  position: absolute;
}

.tab-slider--nav,
.tab-slider--dots {
  width: 100%;
  text-align: center;
}
.tab-slider--nav .slide,
.tab-slider--dots .slide {
  float: none;
}

.tab-slider--tabs {
  display: inline-block;
  position: relative;
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
  border-radius: 35px;
  overflow: hidden;
  background: #d8d8d8;
  user-select: none;
}
.tab-slider--tabs:after {
  content: "";
  width: 50%;
  background: #969696;
  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: 18px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  padding: 11px 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  transition: color 250ms ease-in-out;
  user-select: none;
}
.tab-slider--trigger.active {
  color: #fff;
}
.tab-slider--body {
  display: none;
  margin-bottom: 20px;
}
.tab-slider--body:first-child {
  display: block;
}
@media only screen and (min-width: 768px) {
  .tab-slider--body {
    width: 85%;
  }
}
.tab-slider--container {
  position: relative;
  z-index: 2;
}

.tab-slider--dots {
  margin-top: 20px;
}
.tab-slider--dots .tab-slider--tabs {
  margin-bottom: 0;
}

ul.tabs-content {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #979797;
}
@media only screen and (min-width: 768px) {
  ul.tabs-content {
    border-bottom: 0;
  }
}
ul.tabs-content .species {
  color: #90d2d8;
}
ul.tabs-content .red,
ul.tabs-content .extirpations {
  color: #e8c578;
}
ul.tabs-content .green,
ul.tabs-content .colonizations {
  color: #18a1ad;
}
ul.tabs-content .link {
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  ul.tabs-content .link {
    border-bottom: 1px solid #979797;
  }
}
ul.tabs-content .link__title {
  color: #404040;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (min-width: 1280px) {
  ul.tabs-content .link__title {
    font-size: 20px;
  }
}
ul.tabs-content .link__title .tooltip {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  border-radius: 50%;
  background-color: #4a90e2;
  line-height: 20px;
  font-style: normal;
  color: #fff;
  z-index: 1;
}
ul.tabs-content .link__title .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
ul.tabs-content .link__title .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 25px;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
ul.tabs-content .link__number {
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
}
ul.tabs-content .link__text {
  color: #e18400;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  ul.tabs-content .link.current:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom: -8px;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-top: 1px solid #979797;
    border-left: 1px solid #979797;
    background: #fff;
  }
}
ul.tabs-content .link.extirpations .link__number:before, ul.tabs-content .link.colonizations .link__number:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 36px;
  margin-right: 5px;
}
ul.tabs-content .link.extirpations .link__number:before {
  background: url("../img/park-page/down-red.png") no-repeat center;
}
ul.tabs-content .link.colonizations .link__number:before {
  background: url("../img/park-page/up-green.png") no-repeat center;
}

.park-body {
  margin-bottom: 50px;
  padding: 0 15px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .park-body {
    padding: 0;
  }
}
.park-body__title {
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 1.15;
}
.park-body__body-text {
  font-size: 16px;
}

.node-type-park {
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
.node-type-park .park_top {
  position: relative;
  margin-bottom: 25px;
}
.node-type-park .park_top .hero-image {
  overflow: inherit;
}
@media only screen and (min-width: 768px) {
  .node-type-park .park_top .hero-image:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  }
}
.node-type-park .park_top .hero-caption {
  padding-top: 0;
}
.node-type-park .park_top .hero-attribution-fullscreen {
  margin-top: 0;
  padding: 0 10px;
  color: #404040;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .node-type-park .park_top .hero-attribution-fullscreen {
    padding: 0;
    color: #fff;
  }
}
.node-type-park .park_top .hero-attribution-fullscreen > p {
  margin-top: 10px;
}
.node-type-park .park_top .hero-attribution-fullscreen > p:empty {
  display: none;
}
@media only screen and (min-width: 768px) {
  .node-type-park .park_top .hero-attribution-fullscreen > p {
    margin-top: -30px;
  }
}
.node-type-park .list-of-park {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .node-type-park .list-of-park {
    position: absolute;
    bottom: 50px;
  }
}
.node-type-park .list-of-park__current-page {
  position: relative;
  margin-top: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #404040;
}
@media only screen and (min-width: 768px) {
  .node-type-park .list-of-park__current-page {
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.node-type-park .list-of-park__current-page a {
  font-size: 25px;
  color: #404040;
}
@media only screen and (min-width: 768px) {
  .node-type-park .list-of-park__current-page a {
    color: #fff;
    font-size: 48px;
    letter-spacing: .4px;
  }
}
.node-type-park .list-of-park__current-page a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #404040 transparent transparent transparent;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .node-type-park .list-of-park__current-page a:after {
    margin-left: 10px;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
  }
}
.node-type-park .list-of-park__others-page {
  display: none;
}
.node-type-park .park_info {
  margin-bottom: 20px;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .node-type-park .park_info {
    padding: 0;
    margin-bottom: 30px;
  }
}
.node-type-park .park_info > .field {
  margin-right: 30px;
}
@media only screen and (min-width: 768px) {
  .node-type-park .park_info > .field {
    display: inline-block;
  }
}
.node-type-park .park_info > .field:last-child {
  margin-right: 0;
}
.node-type-park .park_info .field-name-field-state,
.node-type-park .park_info .field-name-field-link,
.node-type-park .park_info .field-name-field-park-area {
  width: calc(100% - 165px);
  float: right;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .node-type-park .park_info .field-name-field-state,
  .node-type-park .park_info .field-name-field-link,
  .node-type-park .park_info .field-name-field-park-area {
    width: auto;
    float: none;
    margin-right: 30px;
  }
}
.node-type-park .park_info .field-name-field-location-link {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .node-type-park .park_info .field-name-field-location-link {
    width: auto;
  }
}
.node-type-park .park_info .field-label {
  font-weight: bold;
}
.node-type-park .park_info .field-name-field-park-map-image,
.node-type-park .park_info .field-name-field-park-description {
  float: left;
}
@media only screen and (min-width: 768px) {
  .node-type-park .park_info .help-wrap-field {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-park .park_info .help-wrap-field > div {
    display: inline-block;
  }
}
.node-type-park .park_info .help-wrap-field > div:last-child {
  margin-right: 0;
}
.node-type-park .park_info .field-name-field-park-map-image {
  display: none;
  max-width: 135px;
}
@media only screen and (min-width: 768px) {
  .node-type-park .park_info .field-name-field-park-map-image {
    display: block;
  }
}
.node-type-park .park_info .field-name-field-park-map-image img {
  width: 100%;
}
.node-type-park .park_info .field-name-field-park-map-image.js-clone-img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .node-type-park .park_info .field-name-field-park-map-image.js-clone-img {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-park .park_info .field-name-field-park-description {
    width: calc(100% - 165px);
  }
}
.node-type-park .park_info .field-name-field-park-description p {
  line-height: 1.38;
}
.node-type-park .hero {
  overflow: inherit;
}
.node-type-park .hero-header {
  padding-bottom: 0;
}
.node-type-park .hero-header h1 {
  position: relative;
  margin: 0;
  padding-bottom: 15px;
  cursor: pointer;
}
.node-type-park .hero-header h1:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 20px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  vertical-align: middle;
}
.node-type-park .list-of-park__others-page {
  display: none;
  position: absolute;
  max-height: 300px;
  padding: 10px;
  overflow: auto;
  background: #fff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.node-type-park .list-of-park__others-page.js-show {
  display: block;
}
@media only screen and (min-width: 768px) {
  .node-type-park .list-of-park__others-page {
    max-height: 500px;
    padding: 20px;
  }
}
.node-type-park .list-of-park__others-page a {
  display: block;
  margin-bottom: 5px;
  color: #404040;
  font-size: 18px;
  line-height: 1.2;
}
.node-type-park .list-of-park__others-page a:hover {
  opacity: .7;
}
@media only screen and (min-width: 768px) {
  .node-type-park .list-of-park__others-page a {
    font-size: 25px;
  }
}
.node-type-park .engagement-hero {
  margin-top: 0;
}
.node-type-park .engagement-hero h1 {
  color: #e18400;
  text-shadow: 0 1px 6px rgba(80, 80, 80, 0.75);
}

.form-container.green {
  background: #18a1ad;
  padding: 15px 0;
}
.form-container .-wrap-select {
  border: 0;
  background: transparent;
}
@media only screen and (min-width: 768px) {
  .form-container .inner {
    float: left;
    width: 50%;
  }
}
.form-container label, .form-container select {
  margin-bottom: 0;
}
.form-container .-wrap-select {
  border: 0;
  background: transparent;
}
.form-container__text label {
  margin-bottom: 20px;
  color: #fff;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 33px;
  line-height: 1.15;
}
@media only screen and (min-width: 768px) {
  .form-container__text label {
    margin-bottom: 0;
  }
}
.form-container select {
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  border: solid 1px #d4d4d4;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  font-size: 20px;
}
.form-container__form > div {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .form-container__form > div {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
.form-container__form > div:first-child {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .form-container__form > div:first-child {
    margin-bottom: 0;
  }
}

.view-park-bird-trends.view-id-park_bird_trends.view-display-id-default .view-filters {
  display: none;
}
.view-park-bird-trends.view-id-park_bird_trends.view-display-id-default .view-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .view-park-bird-trends.view-id-park_bird_trends.view-display-id-default .view-content {
    display: block;
    padding: 0;
  }
}
.view-park-bird-trends.view-id-park_bird_trends.view-display-id-default .view-content.js-preload:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 20%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
.view-park-bird-trends.view-id-park_bird_trends.view-display-id-default .views-row {
  display: block;
  color: #404040;
  text-align: center;
  float: left;
  margin-bottom: 25px;
  width: 33.333%;
}
.view-park-bird-trends.view-id-park_bird_trends.view-display-id-default .views-row:empty {
  display: none;
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .view-park-bird-trends.view-id-park_bird_trends.view-display-id-default .views-row {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .view-park-bird-trends.view-id-park_bird_trends.view-display-id-default .views-row {
    width: 20%;
  }
}
@media only screen and (min-width: 840px) {
  .view-park-bird-trends.view-id-park_bird_trends.view-display-id-default .views-row {
    width: 16.66666%;
  }
}
@media only screen and (min-width: 1000px) {
  .view-park-bird-trends.view-id-park_bird_trends.view-display-id-default .views-row {
    width: 14.285%;
    height: 155px;
  }
}
.view-park-bird-trends.view-id-park_bird_trends.view-display-id-default .views-row:hover {
  color: #0AA8E3;
}
.view-park-bird-trends.view-id-park_bird_trends.view-display-id-default .views-row .views-field-field-hero-image,
.view-park-bird-trends.view-id-park_bird_trends.view-display-id-default .views-row .views-field-title {
  margin: 0 10px;
}
@media only screen and (min-width: 768px) {
  .view-park-bird-trends.view-id-park_bird_trends.view-display-id-default .views-row .views-field-field-hero-image,
  .view-park-bird-trends.view-id-park_bird_trends.view-display-id-default .views-row .views-field-title {
    margin: 0 12.5px;
  }
}
.view-park-bird-trends.view-id-park_bird_trends.view-display-id-default .views-row .views-field-field-hero-image {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .view-park-bird-trends.view-id-park_bird_trends.view-display-id-default .views-row .views-field-field-hero-image {
    width: 118px;
    height: 100px;
    overflow: hidden;
  }
}
.view-park-bird-trends.view-id-park_bird_trends.view-display-id-default .views-row .views-field-field-hero-image img {
  width: 100%;
}
.view-park-bird-trends.view-id-park_bird_trends.view-display-id-default .views-row .views-field-title {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  height: 50px;
  padding: 0 5px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-park-bird-trends.view-id-park_bird_trends.view-display-id-default .views-row .views-field-title span a {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 15px;
  color: #404040;
}
.view-park-bird-trends.view-id-park_bird_trends.view-display-id-default .views-row img.lazyloader-icon {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 50%;
  transform: translate(-50%, -50%);
}
.view-park-bird-trends.view-id-park_bird_trends.view-display-id-default .views-row img.lazyloader-icon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 0px 5px #979797;
  -moz-box-shadow: inset 0px 0px 0px 5px #979797;
  box-shadow: inset 0px 0px 0px 5px #979797;
}
.view-park-bird-trends.view-id-park_bird_trends.view-display-id-default .views-row img.lazyloader-icon.park_bird_species_illustration {
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  transform: none !important;
}

.title-letter {
  display: block;
  float: left;
  font-size: 82px;
  height: 75px;
  line-height: 75px;
  margin-right: 10px;
}

.caption-full-width, .article-full-width .large-header {
  max-width: 799px;
  width: 100%;
}

.article-full-width .article-meta {
  margin-top: 0;
}
.article-full-width.article-header {
  margin-bottom: 25px;
}

.article-full-width-byline .article-author-image {
  height: 45px;
  width: 45px;
  margin-right: 22px;
}
.article-full-width-byline .article-author-name {
  font-size: 18px;
}
.article-full-width-byline .article-date {
  font-size: 14px;
}
.article-full-width-byline .social-sharing {
  display: none;
}
@media only screen and (min-width: 601px) {
  .article-full-width-byline .social-sharing {
    display: block;
    margin-right: 12.5px;
    position: absolute;
    right: 64px;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
  }
}

.article-full-width-layout .article-text {
  left: 0;
  margin: auto;
  margin-top: 25px;
  width: 100%;
}
.article-full-width-layout .article-text.row {
  padding: 0 12.5px;
  max-width: 799px;
}
.article-full-width-layout .article-text.row > :not(.article-aside):not(.article-image) {
  margin: 0 auto 25.5px auto;
  max-width: 640px;
  width: 100%;
}
@media only screen and (min-width: 815px) {
  .article-full-width-layout .article-text.row > :not(.article-aside):not(.article-image) {
    margin-left: 67px;
    margin-right: 67px;
  }
}
.article-full-width-layout .article-text.row > .slideshow,
.article-full-width-layout .article-text.row > .article-image {
  max-width: none !important;
  width: 100%;
}

.sm2_playing .icon-sound-full:before {
  content: '\e601';
  font-size: 11px;
  left: -1px;
  position: relative;
  top: -2px;
}

.bird-card .views-field-field-bird-audio,
.bird-card .field-name-field-bird-audio {
  display: block;
  font-size: 15px;
  left: 0;
  line-height: 15px;
  padding: 10px 25px 25px 10px;
  position: absolute;
  top: 0;
}
.bird-card .views-field-field-bird-audio li,
.bird-card .field-name-field-bird-audio li {
  display: none;
}
.bird-card .views-field-field-bird-audio li:first-child,
.bird-card .field-name-field-bird-audio li:first-child {
  display: block;
}
.bird-card .views-field-field-bird-audio a,
.bird-card .field-name-field-bird-audio a {
  font-size: 0;
  color: #0AA8E3;
}
.bird-card .views-field-field-bird-audio a .icon-sound-full,
.bird-card .field-name-field-bird-audio a .icon-sound-full {
  font-size: 15px;
}
.bird-card .views-field-field-bird-audio a:hover,
.bird-card .field-name-field-bird-audio a:hover {
  color: #0AA8E3;
}

.bird-guide-body .field-name-field-bird-audio {
  padding-top: 10px;
}

.bird-card-grid .view-empty {
  background-color: transparent;
  color: #838078;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 17px;
  font-style: italic;
  line-height: 25.5px;
  text-align: center;
}

.bird-card-set .owl-carousel .owl-wrapper-outer {
  padding-top: 5px;
}
.bird-card-set .owl-carousel .owl-controls {
  text-align: center;
  color: #888;
}
.bird-card-set .owl-carousel .owl-controls .disabled i {
  opacity: 0.4;
}
.bird-card-set .owl-carousel .owl-controls .owl-prev, .bird-card-set .owl-carousel .owl-controls .owl-next {
  display: inline;
  margin: 0 5px;
}
.bird-card-set .owl-carousel .owl-item {
  padding: 0 12.5px;
}

.contextual-links-wrapper ul.contextual-links li a {
  color: black !important;
}

@media only screen and (min-width: 768px) {
  .page-birds-landing .field-name-field-related-bird {
    margin-top: -100px;
  }
}

.pager-load-more .button.load-more:hover {
  background-color: #EDECEA;
}
.pager-load-more.pager-load-more-empty,
.pager-load-more .ajax-progress-throbber {
  display: none;
}

.strip-nav.small .contextual-links li {
  margin: 0;
  padding: 0;
}

.dont-miss ul.contextual-links {
  width: auto !important;
}
.dont-miss .strip-nav {
  overflow: visible;
}

.editorial-card-body * {
  display: inline;
}

.hero-attribution-text.extra {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 15px;
}

.hero-attribution, .hero-attribution-fullscreen {
  overflow: hidden;
}
@media only screen and (min-width: 601px) {
  .hero-attribution, .hero-attribution-fullscreen {
    overflow: visible;
  }
  .hero-attribution .hero-attribution-text, .hero-attribution-fullscreen .hero-attribution-text {
    padding: 2px 5px;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 601px) {
  .hero-attribution.bird-hero-attribution, .bird-hero-attribution.hero-attribution-fullscreen {
    width: auto;
  }
  .hero-attribution.bird-hero-attribution.sticky, .bird-hero-attribution.sticky.hero-attribution-fullscreen {
    position: fixed;
    bottom: 15px;
  }
  .hero-attribution.bird-hero-attribution.sticky .column, .bird-hero-attribution.sticky.hero-attribution-fullscreen .column {
    top: 0;
  }
  .hero-attribution.bird-hero-attribution .column, .bird-hero-attribution.hero-attribution-fullscreen .column {
    position: relative !important;
  }
}
@media only screen and (min-width: 601px) {
  .frontpage-conservation-section .hero-attribution .column, .frontpage-conservation-section .hero-attribution-fullscreen .column {
    top: -20px;
  }
}
.curtain .hero-attribution .column, .curtain .hero-attribution-fullscreen .column {
  top: 0;
  right: 12.5px;
}

.hero-attribution-fullscreen .column {
  position: inherit;
  top: 0;
}

.hero-caption.grey-bar .caption, .hero-caption.grey-bar .article-text figcaption, .article-text .hero-caption.grey-bar figcaption {
  margin: 0;
}
@media only screen and (max-width: 479px) {
  .hero-caption.grey-bar {
    background-color: #f3f3f3;
    color: #404040;
    font-family: "Source Sans Pro", Verdana, sans-serif;
    font-size: 14px;
    line-height: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .hero-caption.grey-bar {
    background-color: #f3f3f3;
    color: #404040;
    font-family: "Source Sans Pro", Verdana, sans-serif;
    font-size: 14px;
    line-height: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .hero-caption.grey-bar {
    background-color: #f3f3f3;
    color: #404040;
    font-family: "Source Sans Pro", Verdana, sans-serif;
    font-size: 14px;
    line-height: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.manage-thumbnails-popup img, #EPSACropDialog img {
  max-width: none !important;
}

.strip-nav i[class^="icon-"], .strip-nav i[class*=" icon-"] {
  line-height: 11px;
}

.donate-bar-caption {
  width: 69%;
}

.donate-bar-button {
  width: 29%;
}

/* Make press release published style different. ANW-272 */
.press-release .article-sidebar-section .article-date {
  font-style: normal;
  font-size: 14px;
}

.press-release .article-sidebar-section.article-meta,
.article-sidebar-section.article-meta {
  text-align: left;
}

.section-nav.mag-issue-nav {
  top: -49px;
}

@media only screen and (width: 768px) {
  .mag-issue-title {
    font-size: 36px;
  }
}
.mag-issue-title span {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
}

.mag-issue-header.section-header {
  margin-bottom: 5px;
}

.flyway-section {
  display: none;
}

input[type="text"].error,
input[type="password"].error,
input[type="date"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="month"].error,
input[type="week"].error,
input[type="email"].error,
input[type="number"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="time"].error,
input[type="url"].error,
textarea.error {
  border: 1px solid #f15936;
}

.text-container.thin h1, .text-container.thin h2 {
  font-weight: 300;
}

.guide-bar-date a {
  color: #fff;
}

.card-set.bg-dark-gray .card-set-heading {
  color: #D4D4D4;
}

/**
 * CTools popup forms refinements.
 */
#modalContent .ctools-modal-content {
  /**
   * Tables.
   */
  /* Fieldsets */
  /**
   * Form elements.
   */
}
#modalContent .ctools-modal-content .description {
  color: #333;
  font-size: 13px;
}
#modalContent .ctools-modal-content .form-type-checkboxes .form-item,
#modalContent .ctools-modal-content .form-type-checkboxes input,
#modalContent .ctools-modal-content .form-type-radios .form-item,
#modalContent .ctools-modal-content .form-type-radios input {
  margin: 0;
}
#modalContent .ctools-modal-content .form-type-media label {
  float: left;
  margin-right: 1em;
}
#modalContent .ctools-modal-content .form-type-media label.media-filename {
  font-size: 10px;
  line-height: 12px;
  margin: 0;
  padding: 2px;
  width: 100%;
}
#modalContent .ctools-modal-content .form-type-media .preview {
  margin-bottom: 1em;
  float: left;
}
#modalContent .ctools-modal-content .form-type-media .remove {
  clear: left;
}
#modalContent .ctools-modal-content .clearfix, #modalContent .ctools-modal-content .native-plants-full-search-results .mobile-search-full-results .columns > div, .native-plants-full-search-results .mobile-search-full-results #modalContent .ctools-modal-content .columns > div, #modalContent .ctools-modal-content .search-results-total .pager-list, .search-results-total #modalContent .ctools-modal-content .pager-list {
  clear: both;
}
#modalContent .ctools-modal-content .resizable-textarea {
  margin: 0;
}
#modalContent .ctools-modal-content .sticky-header {
  display: none;
}
#modalContent .ctools-modal-content .button {
  margin-right: 1em;
  float: left;
}
#modalContent .ctools-modal-content input.form-submit {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 0;
  position: relative;
  text-decoration: none !important;
  text-align: center;
  outline: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding: 5px 10px;
  font-size: 17px;
  font-size: 17px;
  background-color: #F15936;
  border-color: #dd360f;
  color: #fff !important;
  border-radius: 3px;
  background-color: #F15936;
  border-color: #dd360f;
  color: #fff !important;
  border-radius: 3px;
  float: left;
  margin-right: 1em;
}
#modalContent .ctools-modal-content input.form-submit i {
  vertical-align: middle;
}
#modalContent .ctools-modal-content input.form-submit:hover, #modalContent .ctools-modal-content input.form-submit:focus {
  background-color: #dd360f;
}
#modalContent .ctools-modal-content input.form-submit:hover, #modalContent .ctools-modal-content input.form-submit:focus {
  color: #fff;
}
#modalContent .ctools-modal-content input.form-submit:hover, #modalContent .ctools-modal-content input.form-submit:focus {
  background-color: #dd360f;
}
#modalContent .ctools-modal-content input.form-submit:hover, #modalContent .ctools-modal-content input.form-submit:focus {
  color: #fff;
}
#modalContent .ctools-modal-content input.form-submit.field-add-more-submit {
  margin-top: 1em;
}
#modalContent .ctools-modal-content .text-format-wrapper {
  margin-bottom: 1em;
}
#modalContent .ctools-modal-content .text-format-wrapper label {
  float: none;
}
#modalContent .ctools-modal-content .text-format-wrapper .form-type-textarea {
  margin-bottom: 0;
}
#modalContent .ctools-modal-content .text-format-wrapper .wysiwyg-toggle-wrapper {
  padding-left: 1.5em;
}
#modalContent .ctools-modal-content .text-format-wrapper .form-type-select {
  margin: 0;
}
#modalContent .ctools-modal-content .text-format-wrapper .form-type-select select {
  margin: 0;
}
#modalContent .ctools-modal-content a.tabledrag-handle .handle {
  padding: 12px 10px;
}
#modalContent .ctools-modal-content .form-item-context,
#modalContent .ctools-modal-content .form-item-reusable,
#modalContent .ctools-modal-content .form-item-category,
#modalContent .ctools-modal-content .form-item-admin-title,
#modalContent .ctools-modal-content #edit-admin-description-wrapper,
#modalContent .ctools-modal-content #edit-log-wrapper,
#modalContent .ctools-modal-content .form-item-revision {
  display: none !important;
}
#modalContent .ctools-modal-content table {
  margin: 0 0 10px;
  width: 100%;
}
#modalContent .ctools-modal-content table td, #modalContent .ctools-modal-content table th {
  border: 0;
  color: #000;
  padding: 8px 10px;
  vertical-align: middle;
}
#modalContent .ctools-modal-content tr.even, #modalContent .ctools-modal-content tr.odd {
  background: #f3f4ee;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
}
#modalContent .ctools-modal-content tr.odd {
  background: #fff;
}
#modalContent .ctools-modal-content tr.drag {
  background: #fe7;
}
#modalContent .ctools-modal-content tr.drag-previous {
  background: #ffb;
}
#modalContent .ctools-modal-content table th {
  background: none repeat scroll 0 0 #E1E2DC;
  font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding: 10px;
}
#modalContent .ctools-modal-content table th.active {
  background: #0074BD;
  color: #fff;
}
#modalContent .ctools-modal-content table th a {
  display: block;
}
#modalContent .ctools-modal-content table th.active a {
  padding: 0 25px 0 0;
  /* LTR */
  color: #fff;
}
#modalContent .ctools-modal-content table th.active img {
  float: right;
  position: relative;
  right: -20px;
  top: 3px;
  /* LTR */
}
#modalContent .ctools-modal-content table td.active {
  background: transparent;
}
#modalContent .ctools-modal-content table tr.odd td.active {
  background: transparent;
}
#modalContent .ctools-modal-content table tr.selected td.active, #modalContent .ctools-modal-content table tr.selected td {
  background: #ffc;
  border-color: #eeb;
}
#modalContent .ctools-modal-content table.system-status-report tr {
  border-bottom: 1px solid #ccc;
  border-color: rgba(0, 0, 0, 0.1);
}
#modalContent .ctools-modal-content table.system-status-report tr.ok {
  color: #255b1e;
  background-color: #e5ffe2;
}
#modalContent .ctools-modal-content table.system-status-report tr.info {
  color: #040f37;
  background-color: #bdf;
}
#modalContent .ctools-modal-content table.system-status-report tr.warning {
  color: #840;
  background-color: #fffbe2;
}
#modalContent .ctools-modal-content table tr.error {
  color: #C70000;
  background-color: #FFDDDD;
}
#modalContent .ctools-modal-content table tr.error td {
  color: #C70000;
}
#modalContent .ctools-modal-content fieldset {
  border: solid 1px #ddd;
  border-top: 3px solid #0074BD;
  padding: 12px;
  margin: 18px 0;
}
#modalContent .ctools-modal-content fieldset legend {
  background: white;
  padding: 0 3px;
  margin: 0;
  margin-left: -3px;
  font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: 300;
}
#modalContent .ctools-modal-content .form-item {
  padding: 0 1em 0 0;
  margin: 0 0 10px;
}
#modalContent .ctools-modal-content .filter-wrapper .form-item, #modalContent .ctools-modal-content div.teaser-checkbox .form-item, #modalContent .ctools-modal-content .form-item .form-item {
  padding: 5px 0;
  margin: 0;
  border: 0;
}
#modalContent .ctools-modal-content .form-type-checkbox {
  padding: 0;
}
#modalContent .ctools-modal-content .text-format-wrapper .form-item {
  padding-bottom: 0;
}
#modalContent .ctools-modal-content .form-item label, #modalContent .ctools-modal-content .exposed-filters .form-item label {
  font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  margin: 0 0.5em 0 0;
  padding: 0.5em 0;
  width: initial;
}
#modalContent .ctools-modal-content .form-item label.option {
  font-size: 16px;
  text-transform: none;
  padding: 0;
}
#modalContent .ctools-modal-content .form-item label.option input {
  vertical-align: middle;
}
#modalContent .ctools-modal-content .form-disabled input.form-autocomplete, #modalContent .ctools-modal-content .form-disabled input.form-text, #modalContent .ctools-modal-content .form-disabled input.form-file, #modalContent .ctools-modal-content .form-disabled textarea.form-textarea, #modalContent .ctools-modal-content .form-disabled select.form-select {
  background-color: #eee;
  color: #777;
}
#modalContent .ctools-modal-content .form-managed-file .form-file, #modalContent .ctools-modal-content .form-managed-file .form-submit {
  margin: 0 1em;
}
#modalContent .ctools-modal-content input.empty {
  color: #ccc !important;
}
#modalContent .ctools-modal-content .form-item label.option.hidden-options,
#modalContent .ctools-modal-content .form-item label.option.expanded-options {
  height: auto;
  padding-right: 18px;
}
#modalContent .ctools-modal-content .-wrap-select.ie {
  float: left;
}
#modalContent .ctools-modal-content .-wrap-select.ie select {
  background: none;
  width: 100%;
}
#modalContent .ctools-modal-content #editorial-card-river-edit-form .form-item {
  width: 49%;
}
#modalContent .ctools-modal-content #editorial-card-river-edit-form #edit-filter {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 49%;
}
#modalContent .ctools-modal-content #editorial-card-river-edit-form #edit-filter .form-item {
  width: 100%;
}
#modalContent .ctools-modal-content #editorial-card-river-edit-form #edit-filter label {
  float: none;
}
#modalContent .ctools-modal-content #editorial-card-river-edit-form #edit-filter #edit-filter-menu-section {
  height: auto !important;
  background-image: none;
}
#modalContent .ctools-modal-content #editorial-card-river-edit-form #edit-paddings .form-item {
  width: 90%;
}
#modalContent .ctools-modal-content #editorial-card-river-edit-form .form-item-override-title,
#modalContent .ctools-modal-content #editorial-card-river-edit-form .form-item-override-title-text,
#modalContent .ctools-modal-content #editorial-card-river-edit-form .form-item-override-title-heading {
  width: auto;
}
#modalContent .ctools-modal-content #editorial-card-river-edit-form .form-item-override-title label {
  padding-right: 0;
}

#nas-language-message-modal .close.button.tomato.large {
  background: #f15936;
}
#nas-language-message-modal .close.button.tomato.large:hover {
  background: #dd360f;
}

.slideshow-sidebar-block {
  float: left;
}

body.node-type-slideshow #tabs {
  position: relative;
  z-index: 10;
}
body.node-type-slideshow .slideshow .engagement-card-photo {
  display: none;
}
@media only screen and (max-width: 479px) {
  body.node-type-slideshow .slideshow .text-container h1 {
    font-size: 24px;
    line-height: 26px;
  }
  body.node-type-slideshow .slideshow .button {
    white-space: nowrap;
  }
}

.editorial-card-river-content-wrapper .view .contextual-links-wrapper {
  display: none !important;
}

.global-header li a.active {
  color: #aaa;
}

.strip-nav li a.active,
.category-nav li a.active {
  color: #0AA8E3;
}

@media only screen and (min-width: 480px) {
  .featured-bird-placeholder {
    min-height: 400px;
  }
}

.boa-plate-view-wrapper {
  position: relative;
}
.boa-plate-view-wrapper.show-bg {
  -moz-transition: background-image 0.5s ease-in-out;
  -o-transition: background-image 0.5s ease-in-out;
  -webkit-transition: background-image 0.5s ease-in-out;
  transition: background-image 0.5s ease-in-out;
}
.boa-plate-view-wrapper.show-bg .row,
.boa-plate-view-wrapper.show-bg .view-nas-bird-guide {
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.boa-plate-view-wrapper.show-bg .row *,
.boa-plate-view-wrapper.show-bg .view-nas-bird-guide * {
  pointer-events: none;
}
.boa-plate-view-wrapper.show-bg .row a,
.boa-plate-view-wrapper.show-bg .view-nas-bird-guide a {
  pointer-events: auto;
}

.article-text h1 > a, .article-text h2 > a, .article-text h3 > a, .article-text h4:not(.editorial-card-title) > a, .article-text h5 > a, .article-text h6 > a,
.text-container h1 > a,
.text-container h2 > a,
.text-container h3 > a,
.text-container h4:not(.editorial-card-title) > a,
.text-container h5 > a,
.text-container h6 > a {
  color: #0AA8E3;
}

.view-nas-similar-birds .view-footer {
  clear: both;
}

/*Crossbrowser fixes*/
@media only screen and (min-width: 601px) {
  .homepage-first-row .sidebar-section:last-child, .homepage-first-row .article-sidebar-section:last-child,
  .homepage-first-row .editorial-card {
    margin-bottom: 0;
  }
}
#nas-footer-mail-subscription-form .mailing-list-input {
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
}

@media only screen and (max-width: 479px) {
  .title-slide-content .deck, .title-slide-content .conservation_news_heading + div {
    font-size: 12px;
    line-height: 15px;
  }

  div.index-list,
  div.index-list .view .pager-load-more {
    margin-bottom: 0;
  }

  #disqus_thread {
    padding: 0 12.5px;
  }

  .breakout-section-content .editorial-card {
    margin-bottom: 0;
  }

  .editorial-card-3x .section-header h2 {
    margin-top: 0;
  }
  .editorial-card-3x .section-header h2 small {
    margin-top: 6px;
  }
  .editorial-card-3x .card-set .editorial-card {
    min-height: 0 !important;
  }

  .article-text audio {
    width: 295px;
    margin: 0 12.5px;
  }

  #audubon-near-you--center-sanctuary--wrapper {
    overflow: hidden;
    clear: both;
  }
  #audubon-near-you--center-sanctuary--wrapper .title-block {
    margin-top: 30px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  div.index-list,
  div.index-list .view .pager-load-more {
    margin-bottom: 0;
  }

  #disqus_thread {
    padding: 0 12.5px;
  }

  .breakout-section-content .editorial-card {
    margin-bottom: 0;
  }

  .editorial-card-3x .section-header h2 {
    margin-top: 0;
  }
  .editorial-card-3x .section-header h2 small {
    margin-top: 6px;
  }
  .editorial-card-3x .card-set .editorial-card {
    min-height: 0 !important;
  }

  .article-text audio {
    margin: 0 25px;
  }

  #audubon-near-you--center-sanctuary--wrapper {
    overflow: hidden;
    clear: both;
  }
  #audubon-near-you--center-sanctuary--wrapper .title-block {
    margin-top: 30px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  #audubon-near-you--center-sanctuary--wrapper {
    overflow: hidden;
    clear: both;
  }
  #audubon-near-you--center-sanctuary--wrapper .title-block {
    margin-top: 30px;
    padding-bottom: 20px;
  }
}
.reset-white .card-set-social .white {
  color: #7BA701;
}
.reset-white .card-set-social a.white {
  color: #7BA701;
}

.editorial-card.collapse-minimal .editorial-card-photo.slideshow-card {
  display: block;
}

.text-container ul, .text-container ol {
  margin-left: 25px;
}

#tabs,
.profile {
  margin: 20px 15px;
}

#user-login,
#user-pass {
  margin: 0 20px;
}
#user-login .form-text,
#user-pass .form-text {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  #user-login .form-text,
  #user-pass .form-text {
    width: 50%;
  }
}
#user-login .description,
#user-pass .description {
  margin: 0 0 20px;
  font-size: 15px;
}
#user-login .form-submit,
#user-pass .form-submit {
  margin: 20px 0 40px;
}

.page-node.adminimal-menu .global-header.transparent {
  margin-bottom: 0;
}

.node-type-magazine-issue .index-list {
  margin-bottom: 50px;
}

/*Lazyload*/
.bird-card-illustration {
  position: relative;
}
.bird-card-illustration .lazyloader-icon {
  left: 50% !important;
  margin: -12px 0 0 -12px;
  top: 50% !important;
}

#views_infinite_scroll-ajax-loader {
  padding-bottom: 50px;
}

.article-text .article-video-container {
  width: auto;
}
.article-text .article-video-container.left {
  text-align: left;
  margin-right: 25px;
}
.article-text .article-video-container.center {
  width: 100%;
  text-align: center;
}
.article-text .article-video-container.center figcaption {
  text-align: center;
}
.article-text .article-video-container.right {
  text-align: right;
  margin-left: 25px;
}
.article-text .article-video-container.right figcaption {
  text-align: left;
}

.page-audubon-near-you .contact {
  margin: 0 0 10px 0;
}
.page-audubon-near-you .contact .contact-name {
  font-weight: bold;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 16px;
}
.page-audubon-near-you .contact .contact-phone-email {
  font-size: 14px;
}
.page-audubon-near-you .contact .contact-address {
  font-size: 14px;
  line-height: 17px;
  padding-top: 0;
}
.page-audubon-near-you .contact .contact-address .contact-address-label {
  font-weight: bold;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.page-audubon-near-you .site-link {
  font-family: "Source Sans Pro", Verdana, sans-serif;
}

/* Individual Events page*/
article.event .event-header {
  margin-bottom: 30px;
}
article.event .event-header > a {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 20px;
}
article.event .event-header h1 {
  margin-bottom: 8px;
}
article.event .event-header .deck, article.event .event-header .conservation_news_heading + div {
  margin: 8px 0 40px;
}
article.event .event-header h4 {
  margin: 40px 0 8px;
  font-weight: 600;
}
article.event .event-header .end-date-available {
  display: block;
}
article.event .event-header .location-details {
  margin-bottom: 25px;
}
article.event .event-header .additional {
  font-weight: 600;
}
article.event .text-container {
  word-break: break-all;
}
article.event .social-sharing {
  margin: 94px 0 45px;
  text-align: right;
}
article.event .social-sharing .social-sharing-caption {
  vertical-align: sub;
  margin-right: 5px;
}
article.event .social-sharing .social-sharing-icon {
  font-size: 25px;
  margin-left: 2px;
}
article.event .add-to-your-calendar {
  text-align: center;
  margin-bottom: 15px;
}
article.event .add-to-your-calendar .icon-calendar {
  font-size: 25px;
  vertical-align: middle;
}

.events-registration-block {
  background-color: #FBFAF6;
  margin-bottom: 40px;
  text-align: center;
}
.events-registration-block img {
  margin-top: -30px;
}
.events-registration-block h2 {
  margin: -10px 0 5px;
  line-height: 33px;
}
.events-registration-block p {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 17px;
  line-height: 19px;
  margin: 0 0 7px;
}
.events-registration-block .reg-notes {
  color: #838078;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 17px;
  line-height: 19px;
}
.events-registration-block .button {
  margin: 12px 0 30px;
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width: 479px) {
  .events-registration-block {
    margin: 50px 0 25px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .events-registration-block {
    margin: 50px 0 25px;
  }
}

.other-upcoming-events {
  background-color: #f8f8f8;
}
.other-upcoming-events .section-header {
  margin-top: 45px;
}
.other-upcoming-events .section-header h2 {
  font-size: 40px;
  line-height: 46px;
}
.other-upcoming-events .date-display-single {
  color: #6d6d6d;
  display: block;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 3px;
}

figcaption {
  color: #76736c;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 5px 0 12.5px 0;
}

.file-attachments {
  clear: both;
  margin: 20px 0;
}
.file-attachments h3 {
  border-bottom: 1px solid #a4a4a4;
  font-size: 22px;
  margin: 0 0 10px;
  padding: 0 0 5px;
}
.file-attachments .file {
  display: inline-block;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 18px;
  line-height: 18px;
  min-height: 27px;
  padding: 0 30px 0 45px;
  margin-bottom: 15px;
  vertical-align: middle;
  width: 49%;
  word-break: break-all;
}
@media only screen and (max-width: 479px) {
  .file-attachments .file {
    width: 100%;
    padding-right: 0;
  }
}
.file-attachments .file a {
  display: inline-block;
  vertical-align: middle;
}
.file-attachments .file img {
  display: inline-block;
  height: 34px;
  margin-left: -40px;
  vertical-align: middle;
  width: 35px;
}

.form-item-override-title-heading {
  display: none;
}

#nas-page-scheduler-settings-form .form-item-date-publish-time {
  width: 155px;
}
#nas-page-scheduler-settings-form .form-item-date-publish-time input {
  width: 85px;
}

a.schedule-new-version {
  display: block;
  font-size: 0;
  height: 40px;
  left: 10px;
  position: absolute;
  top: 100px;
  width: 40px;
  z-index: 100;
}
a.schedule-new-version:hover {
  -moz-box-shadow: 0px 0px 5px #000;
  -webkit-box-shadow: 0px 0px 5px #000;
  box-shadow: 0px 0px 5px #000;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

article.article {
  margin-bottom: 25px;
}
article.article article.article-header {
  margin-top: 25px;
  margin-bottom: 37.5px;
}
article.article article.article-header div.page-summary {
  border: none;
  background-color: white;
  margin-bottom: -4px;
  position: relative;
  right: 20px;
  height: 0;
}
article.article article.article-header div.page-summary h4.page-summary-title {
  display: none;
}
article.article article.article-header div.page-summary p.page-summary-body {
  font-size: 13px;
  color: #8a8781;
  font-family: 'Source Sans Pro',Verdana,sans-serif;
  font-style: normal !important;
  bottom: 35px;
  position: relative;
}

table.x-image-anchor,
#modalContent .ctools-modal-content table.x-image-anchor {
  width: auto;
}
table.x-image-anchor tr.even,
table.x-image-anchor tr.odd,
#modalContent .ctools-modal-content table.x-image-anchor tr.even,
#modalContent .ctools-modal-content table.x-image-anchor tr.odd {
  background-color: #f3f4ee;
}
table.x-image-anchor td,
#modalContent .ctools-modal-content table.x-image-anchor td {
  width: 34px;
  height: 34px;
  border: 1px solid #666666;
  text-align: center;
  vertical-align: middle;
  padding: 0;
}

.ffw-hack-margin-top {
  margin-top: 25px;
}

body .global-content .slideshow {
  width: auto;
}
body .global-content .slideshow .row {
  margin: 0 auto;
  padding: 0 12.5px;
}
body .global-content .slideshow .slideshow-indicator .column p {
  margin: 0;
}
body .slide .slide-img img {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#admin-menu #i18n_pc_contextual_links.dropdown li.admin-menu-action:hover ul {
  right: auto;
}

.element-invisible {
  width: 1px;
}

/* Language dropdown styling */
/* Inverted style */
@media only screen and (min-width: 800px) {
  .global-header.dark-text .ddsDark .dd-select label {
    background: url(../img/earth-205-black.svg) left center no-repeat;
    color: #000;
  }
  .global-header.dark-text .ddsDark .dd-pointer-down {
    border-color: #000 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  }
  .global-header.dark-text .ddsDark .dd-pointer-up {
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #000 !important;
  }
}

@media only screen and (max-width: 799px) {
  .global-nav .nas-header-lang-dropdown {
    display: none;
  }
}

.nas-big-header-lang-dropdown {
  float: right;
  margin-top: 6px;
  margin-right: -30px;
}

.nas-small-header-lang-dropdown {
  margin: -5px 0 0 0;
}

/* Gray bar for mobile and tablets */
.nas-lang-dropdown-gray-bar {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
@media only screen and (min-width: 480px) {
  .nas-lang-dropdown-gray-bar {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.nas-lang-dropdown-gray-bar .dd-container {
  padding-top: 0;
  width: 100% !important;
  background: none repeat scroll 0 0 #414141 !important;
}
.nas-lang-dropdown-gray-bar .dd-select {
  margin: 0 auto;
  padding: 10px 0;
}
.nas-lang-dropdown-gray-bar .dd-options {
  width: 100% !important;
  text-align: center;
}
.nas-lang-dropdown-gray-bar .dd-options label {
  padding-left: 0;
}
.nas-lang-dropdown-gray-bar .dd-options .dd-option {
  padding: 10px 0;
}
@media only screen and (min-width: 800px) {
  .nas-lang-dropdown-gray-bar {
    display: none;
  }
}

/* Foundation Clearing overrides. */
ul.clearing-thumbs {
  display: inline;
}

.clearing-assembled .clearing-container .visible-img {
  height: 100% !important;
}
.clearing-assembled .clearing-container .clearing-main-prev.disabled,
.clearing-assembled .clearing-container .clearing-main-next.disabled {
  display: none;
}
.clearing-assembled .clearing-caption {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 2px 5px;
  margin: 10px;
  width: auto;
  left: auto;
  right: 0;
}

/**
 * IBA State page exposed form.
 */
#views-exposed-form-iba-search-state-page-iba-search-state-page label {
  display: none;
}
#views-exposed-form-iba-search-state-page-iba-search-state-page select {
  width: 100%;
}
#views-exposed-form-iba-search-state-page-iba-search-state-page #edit-field-iba-status-wrapper {
  float: none;
  padding: 0;
}
@media only screen and (min-width: 601px) {
  #views-exposed-form-iba-search-state-page-iba-search-state-page #edit-field-iba-status-wrapper {
    padding: 0 12.5px 0 0;
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  #views-exposed-form-iba-search-state-page-iba-search-state-page #edit-field-iba-status-wrapper {
    padding: 0 12.5px 0 0;
    float: left;
    width: 25%;
  }
}
#views-exposed-form-iba-search-state-page-iba-search-state-page #edit-priority-wrapper {
  float: none;
  padding: 0;
}
@media only screen and (min-width: 601px) {
  #views-exposed-form-iba-search-state-page-iba-search-state-page #edit-priority-wrapper {
    float: left;
    padding: 0 0 0 12.5px;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  #views-exposed-form-iba-search-state-page-iba-search-state-page #edit-priority-wrapper {
    float: left;
    padding: 0 12.5px;
    width: 25%;
  }
}
#views-exposed-form-iba-search-state-page-iba-search-state-page #edit-search-api-views-fulltext-wrapper {
  padding: 0 12.5px 0 0;
  width: 86%;
}
@media only screen and (min-width: 768px) {
  #views-exposed-form-iba-search-state-page-iba-search-state-page #edit-search-api-views-fulltext-wrapper {
    padding: 0 12.5px 0 0;
    width: 42%;
  }
}
#views-exposed-form-iba-search-state-page-iba-search-state-page .views-submit-button {
  padding: 0 0 0 12.5px;
  width: 14%;
}
@media only screen and (max-width: 320px) {
  #views-exposed-form-iba-search-state-page-iba-search-state-page .views-submit-button {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  #views-exposed-form-iba-search-state-page-iba-search-state-page .views-submit-button {
    padding: 0;
    width: 8%;
  }
}
#views-exposed-form-iba-search-state-page-iba-search-state-page .views-submit-button input {
  margin: 0;
  height: 40px;
  width: 100%;
}

.view-iba-search-state-page ul.pager {
  display: block;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  height: 40px;
  margin: 0 0 5px;
}
.view-iba-search-state-page ul.pager .ajax-progress-throbber {
  display: inline-block;
  margin-left: 5px;
}
.view-iba-search-state-page ul.pager .ajax-progress-throbber * {
  display: inline-block;
}
.view-iba-search-state-page ul.pager li {
  height: 30px;
  color: #222222;
  font-size: 17px;
  margin-left: 5px;
  display: inline-block;
}
.view-iba-search-state-page ul.pager li.pager-next, .view-iba-search-state-page ul.pager li.pager-previous {
  display: none;
}
.view-iba-search-state-page ul.pager li a {
  display: inline-block;
  padding: 1px 5px 1px;
  color: #0aa8e3;
  border-radius: 3px;
}
.view-iba-search-state-page ul.pager li:hover a,
.view-iba-search-state-page ul.pager li a:focus {
  background: transparent;
}
.view-iba-search-state-page ul.pager li.unavailable a {
  cursor: default;
  color: #d4d4d4;
}
.view-iba-search-state-page ul.pager li.unavailable a:hover a, .view-iba-search-state-page ul.pager li.unavailable a:focus {
  background: transparent;
}
.view-iba-search-state-page ul.pager li.current {
  background: transparent;
  color: black;
  font-weight: 600;
  cursor: default;
}
.view-iba-search-state-page ul.pager li.current:hover,
.view-iba-search-state-page ul.pager li.current a:focus {
  background: transparent;
}

@media only screen and (width: 768px) {
  .node-type-iba .social-sharing-caption.small {
    display: block;
  }
}

#admin-menu #i18n_pc_contextual_links.dropdown li.admin-menu-action:hover ul {
  right: auto;
}

.iba-landing-map .embed-container {
  position: relative;
  padding-bottom: 500px;
  height: 0;
  max-width: 100%;
}
.iba-landing-map .embed-container iframe,
.iba-landing-map .embed-container object,
.iba-landing-map .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

.iba-map.embed-container {
  position: relative;
  padding-bottom: 300px;
  height: 0;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .iba-map.embed-container {
    padding-bottom: 500px;
  }
}
.iba-map.embed-container iframe,
.iba-map.embed-container object,
.iba-map.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
}
@media only screen and (min-width: 768px) {
  .iba-map.embed-container iframe,
  .iba-map.embed-container object,
  .iba-map.embed-container iframe {
    height: 500px;
  }
}

.about-page-intro p {
  margin-bottom: 25.5px;
}
.about-page-intro p:last-child {
  margin-bottom: 0;
}

.ct_linegraph g.legend {
  display: none;
}

.ct_linegraph g.ticks text {
  font-size: 14px;
  color: #76736c;
  font-family: "Source Sans Pro", Verdana, sans-serif;
}

.ct_linegraph path.line {
  fill: none;
}

.ct_circular .graph {
  text-align: center;
}

.ct_circular path.circle_back {
  fill: #ccc;
}

.ct_circular path.circle_front {
  fill: #f15936;
}

.ct-leaflet-site {
  background: #ccc;
  border-radius: 3px;
}

.ct-visible-area {
  border: 2px dashed #ccc;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.leaflet-container small {
  font-size: 11px;
}

#ct-scorecard-owl .item .item__title a {
  color: #000;
}

@media screen and (min-width: 1280px) {
  .page-conservation-tracker .conservation-tracker-custom-pane {
    margin: 0 85px;
  }
}
