@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.sprites-sprite, .sprites-bullet, .sprites-bullet_2x, .sprites-close, .sprites-close_big, .sprites-i-mail, .sprites-i-search, .sprites-i-search_white, .sprites-ibutton-play, .sprites-ifile, .sprites-ilogo, .sprites-ilogo_small-header, .sprites-ilogo_small-header_2x, .sprites-ilogo_small, .sprites-ilogo_small_2x, .sprites-imenu-bios, .sprites-imenu-bios_small, .sprites-imenu-bios_small_2x, .sprites-imenu-deforestation, .sprites-imenu-deforestation_small, .sprites-imenu-deforestation_small_2x, .sprites-imenu-onehelath, .sprites-imenu-onehelath_small, .sprites-imenu-onehelath_small_2x, .sprites-imenu-pandemic, .sprites-imenu-pandemic_small-white, .sprites-imenu-pandemic_small-white_2x, .sprites-imenu-pandemic_small, .sprites-imenu-pandemic_small_2x, .sprites-imenu-pandemic_white, .sprites-imenu-wildlife, .sprites-imenu-wildlife_small, .sprites-imenu-wildlife_small_2x, .sprites-iprogram_bios-big, .sprites-iprogram_bios, .sprites-iprogram_deforestation, .sprites-iprogram_pandemic, .sprites-jbullet-white, .sprites-jbullet-white_2x, .sprites-jprogram_one-health, .sprites-jprogram_wildlife-conservation, .b-mobile-logo, .b-icon-link_pandemic-prevention, .b-icon-link_wildlife-conservation, .b-icon-link_one-health, .b-icon-link_biosurveillance, .b-icon-link_deforestation, .b-footer-logo, .b-program-icon_pandemic-prevention, .b-custom-bullet, .b-program-filter-list__item_pandemic-prevention .b-filter-label__icon, .b-program-filter-list__item_wildlife-conservation .b-filter-label__icon, .b-program-filter-list__item_one-health .b-filter-label__icon, .b-program-filter-list__item_biosurveillance .b-filter-label__icon, .b-program-filter-list__item_deforestation .b-filter-label__icon, .b-updates-page .b-updates-filter-list .cat-item a:before {
  background-image: url('../images/sprites.png');
  background-repeat: no-repeat;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, .icon-user, .b-sidebar__item_program-list category-list li {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fa-pull-left.icon-user, .b-sidebar__item_program-list category-list li.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right, .fa-pull-right.icon-user, .b-sidebar__item_program-list category-list li.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .pull-left.icon-user, .b-sidebar__item_program-list category-list li.pull-left {
  margin-right: .3em;
}
.fa.pull-right, .pull-right.icon-user, .b-sidebar__item_program-list category-list li.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before, .icon-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before, .b-sidebar__item_program-list category-list li:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.sprites-bullet {
  background-position: 0 0;
}

.sprites-bullet_2x {
  background-position: 0 -15px;
}

.sprites-close {
  background-position: 0 -72px;
}

.sprites-close_big {
  background-position: 0 -89px;
}

.sprites-i-mail {
  background-position: 0 -120px;
}

.sprites-i-search {
  background-position: 0 -143px;
}

.sprites-i-search_white {
  background-position: 0 -182px;
}

.sprites-ibutton-play {
  background-position: 0 -206px;
}

.sprites-ifile {
  background-position: 0 -268px;
}

.sprites-ilogo {
  background-position: 0 -316px;
}

.sprites-ilogo_small-header {
  background-position: 0 -414px;
}

.sprites-ilogo_small-header_2x {
  background-position: 0 -472px;
}

.sprites-ilogo_small {
  background-position: 0 -570px;
}

.sprites-ilogo_small_2x {
  background-position: 0 -634px;
}

.sprites-imenu-bios {
  background-position: 0 -749px;
}

.sprites-imenu-bios_small {
  background-position: 0 -805px;
}

.sprites-imenu-bios_small_2x {
  background-position: 0 -840px;
}

.sprites-imenu-deforestation {
  background-position: 0 -896px;
}

.sprites-imenu-deforestation_small {
  background-position: 0 -954px;
}

.sprites-imenu-deforestation_small_2x {
  background-position: 0 -989px;
}

.sprites-imenu-onehelath {
  background-position: 0 -1047px;
}

.sprites-imenu-onehelath_small {
  background-position: 0 -1118px;
}

.sprites-imenu-onehelath_small_2x {
  background-position: 0 -1153px;
}

.sprites-imenu-pandemic {
  background-position: 0 -1224px;
}

.sprites-imenu-pandemic_small-white {
  background-position: 0 -1279px;
}

.sprites-imenu-pandemic_small-white_2x {
  background-position: 0 -1304px;
}

.sprites-imenu-pandemic_small {
  background-position: 0 -1354px;
}

.sprites-imenu-pandemic_small_2x {
  background-position: 0 -1389px;
}

.sprites-imenu-pandemic_white {
  background-position: 0 -1444px;
}

.sprites-imenu-wildlife {
  background-position: 0 -1494px;
}

.sprites-imenu-wildlife_small {
  background-position: 0 -1551px;
}

.sprites-imenu-wildlife_small_2x {
  background-position: 0 -1586px;
}

.sprites-iprogram_bios-big {
  background-position: 0 -1643px;
}

.sprites-iprogram_bios {
  background-position: 0 -1674px;
}

.sprites-iprogram_deforestation {
  background-position: 0 -1696px;
}

.sprites-iprogram_pandemic {
  background-position: 0 -1721px;
}

.sprites-jbullet-white {
  background-position: 0 -1747px;
}

.sprites-jbullet-white_2x {
  background-position: 0 -1762px;
}

.sprites-jprogram_one-health {
  background-position: 0 -1819px;
}

.sprites-jprogram_wildlife-conservation {
  background-position: 0 -1845px;
}

/* Fonts */
/* Colors */
/* Layout */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: 'arial';
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0;
  font-weight: normal;
}

h2 {
  font-size: 30px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 10px;
}

h3 {
  font-size: 1.17em;
  margin: 0;
  font-weight: normal;
}

h4 {
  font-size: 14px;
  margin: 1.33em 0;
  font-weight: normal;
  color: #FFF;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
  font-weight: normal;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

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

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

blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'arial', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * 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;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 0;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/********* COMMON *********/
* {
  text-decoration: none;
}

html, body {
  width: 100%;
  height: 100% !important;
}

h1, h2, h3, h4, h5 {
  font-weight: 300;
}

p {
  font-size: 14px;
}

a {
  color: #000222;
  cursor: pointer;
}

p em {
  color: #000000;
  font-style: italic;
}

body {
  display: block;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  color: #000222;
}

input, textarea, button {
  border: none;
}

a:focus, input:focus, textarea:focus, button:focus {
  outline: none;
}

ul li {
  list-style: none;
}

.input-select {
  display: inline-block;
  position: relative;
}
.input-select:after {
  content: '\25BE';
  position: absolute;
  top: 12px;
  right: 8px;
  opacity: .75;
  font-size: 16px;
  pointer-events: none;
  color: black;
  background: #8ec549;
  top: 0;
  right: 0;
  width: 2em;
  text-align: center;
  color: white;
  padding: .75em 0;
  display: inline-block;
}
.input-select select {
  display: block;
  color: inherit;
  width: 100%;
  height: 40px;
  padding: 6px 3em 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 70px;
  cursor: pointer;
}
.input-select select[disabled] {
  color: #666;
}
.input-select:hover:after {
  background: #74a635;
}

input, textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

form.ng-submitted input.ng-invalid, form.ng-submitted textarea.ng-invalid, form.ng-submitted .input-select select.ng-invalid {
  background: #fff0f0;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
.only-mobile {
  display: none;
}
@media only screen and (max-width: 978px) {
  .only-mobile {
    display: block;
  }
}

.only-tablet-down {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .only-tablet-down {
    display: block;
  }
}

.only-tablet-up {
  display: inherit;
}
@media only screen and (max-width: 1024px) {
  .only-tablet-up {
    display: none;
  }
}

.only-desktop {
  display: inherit;
}
@media only screen and (max-width: 1200px) {
  .only-desktop {
    display: none;
  }
}

.hide {
  display: none !important;
}

ol {
  counter-reset: item;
  padding-left: 10px;
}
ol li {
  display: block;
}
ol li:before {
  content: counters(item,".") " ";
  counter-increment: item;
  font-weight: 600;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?swuxtk");
  src: url("../fonts/icomoon.eot?swuxtk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?swuxtk") format("truetype"), url("../fonts/icomoon.woff?swuxtk") format("woff"), url("../fonts/icomoon.svg?swuxtk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-circle-o-notch:before {
  content: "\e900";
}

.icon-pandemic-prevention:before {
  content: "\e901";
}

.icon-wildlife-conservation:before {
  content: "\e902";
}

.icon-one-health:before {
  content: "\e903";
}

.icon-biosurveillance:before {
  content: "\e904";
}

.icon-deforestation:before {
  content: "\e905";
}

.icon-publicationicon:before {
  content: "\e906";
}

.icon-bullet:before {
  content: "\e907";
}

/* FONTAWESOME */
/*==============================
=            HEADER            =
==============================*/
body {
  font-family: "Montserrat", sans-serif;
  color: #666666;
}
body:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  background: #000;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.2s, visibility 0s 0.2s;
  -o-transition: opacity 0.2s, visibility 0s 0.2s;
  -webkit-transition: opacity 0.2s, visibility 0s;
  -webkit-transition-delay: 0s, 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
}
body.shaded:after {
  -moz-transition: opacity 0.2s, visibility 0s 0s;
  -o-transition: opacity 0.2s, visibility 0s 0s;
  -webkit-transition: opacity 0.2s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.2s, visibility 0s 0s;
  visibility: visible;
  opacity: 0.7;
}

.b-header {
  border-bottom: 1px solid #cccccc;
  position: absolute;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .b-header {
    position: relative;
    border-bottom: none;
    background: #124955 url(../images/dump/bg-hero-mask.jpg) no-repeat;
    background-size: cover;
  }
}

.b-header_with-text-title {
  background: #124955 url(../images/dump/bg-hero-mask.jpg) no-repeat;
  background-size: cover;
  position: relative;
  border: none;
}
.b-header_with-text-title .b-mobile-nav {
  background: none;
}
@media only screen and (max-width: 1024px) {
  .b-header_with-text-title .b-mobile-nav {
    border-bottom: 1px solid #cccccc;
  }
}
.b-header_with-text-title.b-marked:after {
  background: #39a4bd;
}

.b-header-logo--svg {
  display: block;
  width: 383px;
  height: 98px;
  margin-top: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1200px) {
  .b-header-logo--svg {
    left: 20px;
  }
}

.b-header-logo {
  display: block;
  width: 383px;
  height: 98px;
  background-image: url('../images/sprites.png');
  background-position: 0 -316px;
  margin-top: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1200px) {
  .b-header-logo {
    left: 20px;
  }
}

.b-main-nav {
  position: relative;
  z-index: 10;
}
.b-main-nav:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .b-main-nav {
    display: none;
  }
}

.b-nav-list {
  float: right;
}
.b-nav-list > li {
  display: inline-block;
  vertical-align: middle;
}

.b-nav-list_minor {
  padding: 15px 35px;
  margin-bottom: 15px;
  background: #124955;
  margin-left: 200px;
  min-width: 400px;
  text-align: center;
  background: url('../images/rgbapng/16434db3-5.png?1547049265');
  background: rgba(22, 67, 77, 0.7);
}
.b-nav-list_minor li {
  text-transform: uppercase;
}
.b-nav-list_minor li:after {
  content: "|";
  display: inline-block;
  color: #64a4b5;
  padding-left: 14px;
  padding-right: 12px;
}
.b-nav-list_minor li:last-child:after {
  content: none;
}
.b-nav-list_minor a {
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: #64a4b5;
  font-size: 13px;
}
.b-nav-list_minor a:hover {
  color: #fff;
}

.b-nav-list_major {
  text-align: right;
}
.b-nav-list_major > li {
  padding: 25px 20px 35px;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.b-nav-list_major > li.active {
  z-index: 10;
  background: #fff;
}
.b-nav-list_major > li.active .b-nav-link {
  color: #8ec549;
}
.b-nav-list_major > li:last-child .b-search-dropdown {
  display: none;
}
.b-nav-list_major > li:last-child.active {
  background: #8ec549;
}
.b-nav-list_major > li:last-child.active:hover .b-nav-link_search {
  color: #fff !important;
}
.b-nav-list_major > li:last-child.active .b-search-dropdown {
  display: block;
}
.b-nav-list_major > li:last-child:hover .b-nav-link_search {
  color: #8ec549;
}
.b-nav-list_major .b-nav-link {
  font-size: 26px;
}

.b-nav-link {
  color: #fff;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.b-nav-link:hover {
  color: #8ec549;
}

.b-top-nav-link {
  color: #fff;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.b-top-nav-link:hover {
  color: #8ec549;
}

.b-nav-drop {
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -550px;
  top: 100%;
  width: 1100px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.2s, visibility 0s 0.2s;
  -o-transition: opacity 0.2s, visibility 0s 0.2s;
  -webkit-transition: opacity 0.2s, visibility 0s;
  -webkit-transition-delay: 0s, 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
}
.b-nav-drop.visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.2s, visibility 0s 0s;
  -o-transition: opacity 0.2s, visibility 0s 0s;
  -webkit-transition: opacity 0.2s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.2s, visibility 0s 0s;
}
@media only screen and (max-width: 1200px) {
  .b-nav-drop {
    width: 100%;
    margin: 0;
    left: 0;
  }
}
.b-nav-drop.b-nav-drop-single {
  width: 550px;
  margin-left: -225px;
  left: 50%;
}

.b-drop-bar {
  text-align: left;
  padding: 40px 70px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-drop-bar:after {
  content: "";
  display: block;
  clear: both;
}

.b-drop-bar-single li {
  padding-bottom: 20px;
}
.b-drop-bar-single li a {
  color: #3fbad7;
  font-weight: 700;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.b-drop-bar-single li a:hover {
  color: #8ec549;
}

.b-drop-bar_left {
  float: left;
  width: 70%;
  padding-right: 40px;
}
.b-drop-bar_left:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  height: 390px;
  width: 1px;
  background: #cccccc;
  top: 35px;
}
.b-drop-bar_left ul {
  font-size: 0;
  -moz-columns: 300px 2;
  -webkit-columns: 300px 2;
  columns: 300px 2;
  max-height: 300px;
}
.b-drop-bar_left li {
  padding-bottom: 20px;
  vertical-align: top;
  font-size: 14px;
  padding-right: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-drop-bar_left li > a {
  color: #3fbad7;
  font-weight: 700;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.b-drop-bar_left li > a:hover {
  color: #8ec549;
}
.b-drop-bar_left .b-drop-bar-program-btn {
  margin-top: 1em;
}
.b-drop-bar_left .b-drop-bar-program-btn .b-btn {
  width: 100%;
  padding: 5px 25px;
}

.b-drop-bar_right {
  float: right;
  width: 30%;
  padding-left: 40px;
}
.b-drop-bar_right li {
  padding-bottom: 30px;
}
.b-drop-bar_right a {
  position: relative;
  display: block;
}
.b-drop-bar_right a:hover .b-nav-link-text {
  color: #000;
}
.b-drop-bar_right .b-icon-link {
  position: absolute;
  top: 0;
}
.b-drop-bar_right .b-icon-link_one-health {
  margin-left: 5px;
}
.b-drop-bar_right .b-nav-link-text {
  padding-left: 50px;
  padding-top: 10px;
  white-space: nowrap;
  color: #999999;
  display: block;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.b-drop-bar-title {
  font-size: 18px;
  color: #8ec549;
  margin: 0;
  padding-bottom: 30px;
}
.b-drop-bar-title a {
  color: #8ec549;
}
.b-drop-bar-title a:hover {
  text-decoration: underline;
}

.b-nav-link_search {
  color: #FFF;
  font-size: 26px;
}

.b-search-dropdown {
  position: absolute;
  right: 0;
  bottom: -54px;
}

.b-search-form {
  border-top: 2px solid #8ec549;
  width: 700px;
}
.b-search-form input {
  height: 54px;
  vertical-align: top;
  font-size: 26px;
  padding: 0 20px;
  margin-right: -10px;
  width: 596px;
}
.b-search-form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #3fbad7;
  font-family: "Montserrat", sans-serif;
}
.b-search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #3fbad7;
  opacity: 1;
  font-family: "Montserrat", sans-serif;
}
.b-search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #3fbad7;
  opacity: 1;
  font-family: "Montserrat", sans-serif;
}
.b-search-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #3fbad7;
  font-family: "Montserrat", sans-serif;
}
.b-search-form :placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #3fbad7;
  font-family: "Montserrat", sans-serif;
}

/*===============================
=            MOBILE NAV            =
===============================*/
.b-mobile-nav {
  display: none;
  overflow: hidden;
  background: #124955 url(../images/dump/mask-map.png);
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .b-mobile-nav {
    display: block;
  }
}

.b-mobile-menu-wrap {
  height: 0;
  overflow: hidden;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.b-mobile-menu > li {
  position: relative;
  border-bottom: 1px solid #557c85;
}
.b-mobile-menu > li > a {
  color: #62a9ba;
  margin: 10px 0;
  display: block;
  padding-left: 20px;
  padding-right: 28px;
}
@media only screen and (max-width: 480px) {
  .b-mobile-menu > li > a {
    padding-right: 37px;
    font-size: 16px;
  }
}
.b-mobile-menu > li a {
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.b-mobile-menu > li a:hover {
  color: #8ec549;
}

.b-mobile-menu__item_parent {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #cccccc;
}
.b-mobile-menu__item_parent > a {
  font-size: 31px !important;
  color: #fff !important;
  display: block;
  margin: 10px 0;
  line-height: 1.2em;
  position: relative;
}
.b-mobile-menu__item_parent .fa, .b-mobile-menu__item_parent .icon-user, .b-mobile-menu__item_parent .b-sidebar__item_program-list category-list li, .b-sidebar__item_program-list category-list .b-mobile-menu__item_parent li {
  color: #cbcbcb;
  line-height: 1em;
  font-size: 22px;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  position: absolute;
  right: 25px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.b-mobile-menu__item_parent.active {
  color: #8ec549;
}
.b-mobile-menu__item_parent.active .fa, .b-mobile-menu__item_parent.active .icon-user, .b-mobile-menu__item_parent.active .b-sidebar__item_program-list category-list li, .b-sidebar__item_program-list category-list .b-mobile-menu__item_parent.active li {
  -moz-transform: translateY(-50%) rotateX(180deg);
  -ms-transform: translateY(-50%) rotateX(180deg);
  -webkit-transform: translateY(-50%) rotateX(180deg);
  transform: translateY(-50%) rotateX(180deg);
}
.b-mobile-menu__item_parent:first-child {
  border-bottom: none;
}

.b-mobile-drop {
  height: 0;
  width: 100%;
  background: #fff;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.b-mobile-drop a {
  color: #3fbad7;
}

.b-mobile-nav-page-list {
  padding: 20px;
}
.b-mobile-nav-page-list li {
  padding-bottom: 12px;
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  .b-mobile-nav-page-list a {
    font-size: 14px;
  }
}

.b-mobile-nav-program-list li {
  border-bottom: 1px solid #cccccc;
  padding: 15px 0 17px;
  padding-left: 25px;
  font-weight: 700;
}
.b-mobile-nav-program-list li:last-child {
  border-bottom: 2px solid #3fbad7;
}
.b-mobile-nav-program-list li:first-child {
  border-top: 2px solid #3fbad7;
}
.b-mobile-nav-program-list .b-nav-link-text {
  padding-left: 55px;
}
.b-mobile-nav-program-list a {
  position: relative;
}
@media only screen and (max-width: 480px) {
  .b-mobile-nav-program-list a {
    font-size: 14px;
  }
}
.b-mobile-nav-program-list .b-icon-link {
  position: absolute;
  left: 0;
  top: -7px;
}
.b-mobile-nav-program-list .b-icon-link_biosurveillance {
  margin-left: -2px;
}
.b-mobile-nav-program-list .b-icon-link_deforestation {
  margin-left: -2px;
}
.b-mobile-nav-program-list .b-icon-link_one-health {
  margin-left: 3px;
}

.b-mobile-logo--svg {
  margin: 10px;
  display: inline-block;
  width: 224px;
  height: 58px;
}

.b-mobile-logo {
  display: block;
  width: 224px;
  height: 58px;
  background-position: 0 -414px;
  margin: 10px;
  display: inline-block;
}
@media (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx) {
  .b-mobile-logo {
    background-image: url('../images/sprites/ilogo_small-header_2x.png');
    background-position: center;
    background-size: 224px 58px;
  }
}

.b-mobile-menu-btn {
  display: block;
  width: 35px;
  height: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 20px;
  top: 57px;
}
.b-mobile-menu-btn span {
  background: #fff;
  display: block;
  height: 5px;
  left: 0;
  width: 100%;
  position: absolute;
  -moz-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
  -moz-transition: background-color 0.2s, -moz-transform 0.2s, opacity 0.2s, left 0.2s;
  -o-transition: background-color 0.2s, -o-transform 0.2s, opacity 0.2s, left 0.2s;
  -webkit-transition: background-color 0.2s, -webkit-transform 0.2s, opacity 0.2s, left 0.2s;
  transition: background-color 0.2s, transform 0.2s, opacity 0.2s, left 0.2s;
}
.b-mobile-menu-btn span:first-child {
  top: 0;
}
.b-mobile-menu-btn span:last-child {
  bottom: 0;
}
.b-mobile-menu-btn span:nth-child(2n) {
  top: 50%;
  margin-top: -2px;
}
.b-mobile-menu-btn.active span {
  background: #54b9d6;
  left: 5px;
}
.b-mobile-menu-btn.active span:first-child {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.b-mobile-menu-btn.active span:last-child {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.b-mobile-menu-btn.active span:nth-child(2n) {
  opacity: 0;
}
@media only screen and (max-width: 480px) {
  .b-mobile-menu-btn {
    right: 25px;
  }
}

.b-mobile-top-list {
  font-size: 0;
}

.b-mobile-top-list__item {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
  height: 35px;
}
.b-mobile-top-list__item a {
  color: #fff;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.b-mobile-top-list__item a span {
  display: block;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.b-mobile-top-list__item_membership {
  background: #3fbad7;
  width: 50%;
  font-size: 11px;
}
.b-mobile-top-list__item_membership b {
  font-size: 15px;
}

.b-mobile-top-list__donation {
  background: #8ec549;
  width: 35%;
  font-size: 14px;
}

.b-mobile-top-list__search {
  background: #fff;
  width: 15%;
  font-size: 24px;
  padding: 0;
  line-height: 32px;
}
.b-mobile-top-list__search .fa, .b-mobile-top-list__search .icon-user, .b-mobile-top-list__search .b-sidebar__item_program-list category-list li, .b-sidebar__item_program-list category-list .b-mobile-top-list__search li {
  color: #8ec549;
}

.b-search-dropdown-mobile {
  position: absolute;
  top: 35px;
  width: 100%;
  text-align: right;
  z-index: 2;
  display: none;
}
.b-search-dropdown-mobile.active {
  display: block;
}

.b-search-form-mobile {
  border-top: 2px solid #3fbad7;
  display: inline-block;
}
.b-search-form-mobile input {
  height: 40px;
  vertical-align: top;
  font-size: 22px;
  padding: 0 20px;
  margin-right: -5px;
}
.b-search-form-mobile ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #3fbad7;
  font-family: "Montserrat", sans-serif;
}
.b-search-form-mobile :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #3fbad7;
  opacity: 1;
  font-family: "Montserrat", sans-serif;
}
.b-search-form-mobile ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #3fbad7;
  opacity: 1;
  font-family: "Montserrat", sans-serif;
}
.b-search-form-mobile :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #3fbad7;
  font-family: "Montserrat", sans-serif;
}
.b-search-form-mobile :placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #3fbad7;
  font-family: "Montserrat", sans-serif;
}

/*=====  End of MOBILE NAV   ======*/
/*-----  End of HEADER  ------*/
/*===============================
=            CONTENT RULES           =
===============================*/
.b-content-rows {
  position: relative;
}

.b-content-rows_blue {
  background-color: #39a4bd;
}
.b-content-rows_blue.b-marked:after {
  background: #124955;
}

.b-content-rows_with-bg {
  background-image: url(../images/dump/mask-bg_partial-big.png);
  background-repeat: no-repeat;
  background-size: initial;
  background-position: 0 20px;
}

.b-content-column {
  max-width: 968px;
  margin: auto;
}
@media only screen and (max-width: 978px) {
  .b-content-column {
    max-width: none;
    width: 100%;
  }
}

.b-content-column_about {
  margin-top: -290px;
}
@media only screen and (max-width: 1024px) {
  .b-content-column_about {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .b-content-column_about .b-article {
    max-width: 370px;
    margin: 0 auto !important;
    float: none !important;
  }
}

@media only screen and (max-width: 978px) {
  .b-row {
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 978px) {
  .b-row_video {
    padding: 0;
  }
}

.b-row_financials .b-title-description {
  padding-bottom: 0;
  max-width: 850px;
}

.b-row_articles {
  padding-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .b-row_articles {
    padding-bottom: 10px;
  }
}
.b-row_articles .b-article_flexible {
  min-height: 520px;
}

.b-video-poster img {
  display: block;
  width: 100%;
  height: auto;
}

.b-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.b-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-video-popup {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}
.b-video-popup iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-col-set {
  padding-bottom: 35px;
}
.b-col-set:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .b-col-set .b-col {
    width: 100%;
    margin-bottom: 20px !important;
  }
  .b-col-set .b-col:last-child {
    margin: 0 !important;
  }
  .b-col-set .b-col:first-child {
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .b-col-set {
    padding-bottom: 16px;
  }
}

.b-col {
  width: 48.453%;
}

.b-col-25 {
  width: 23.453%;
}

.b-col-40 {
  width: 38.453%;
}

.b-col-60 {
  width: 58.453%;
}

.b-col-75 {
  width: 73.453%;
}

.b-col-set_one .b-col {
  width: 100%;
}

.b-col-set_two .b-col {
  float: left;
}
.b-col-set_two .b-col:first-child {
  margin-right: 1.547%;
}
.b-col-set_two .b-col:last-child {
  margin-left: 1.547%;
}

.b-sidebar {
  width: 35%;
  float: right;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-top: -100px;
}
.b-sidebar.b-marked:after {
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .b-sidebar {
    float: none;
    width: 100%;
    margin: auto;
  }
  .b-sidebar.b-marked:after {
    opacity: 1;
  }
}

.b-sidebar__item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 3px solid #000;
}
.b-sidebar__item:last-child {
  border-bottom: none;
}

.b-sidebar-link {
  color: #3fbad7;
  text-decoration: underline;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-weight: 600;
}
.b-sidebar-link:hover {
  color: #8ec549;
}

.b-sidebar-heading {
  font-size: 24px;
  color: #3fbad7;
  line-height: 1.5em;
  padding-bottom: 20px;
}

.b-sidebar__item_donation {
  text-align: center;
}
.b-sidebar__item_donation .b-donation {
  max-width: 330px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 60px;
  background-position: 50% 70px;
}
@media only screen and (max-width: 1024px) {
  .b-sidebar__item_donation .b-donation {
    max-width: none;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .b-sidebar__item_donation .b-donation-info {
    display: inline-block;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .b-sidebar__item_donation .b-donation-vars {
    display: inline-block;
    vertical-align: middle;
  }
}
.b-sidebar__item_donation .b-btn {
  display: block;
  margin-bottom: 20px;
  padding: 5px 0;
}
@media only screen and (max-width: 768px) {
  .b-sidebar__item_donation .b-btn {
    display: inline-block;
    padding: 0 25px;
  }
}
.b-sidebar__item_donation .b-donation-title {
  padding-bottom: 20px;
  font-size: 31px;
}
@media only screen and (max-width: 480px) {
  .b-sidebar__item_donation .b-donation-title {
    font-size: 24px;
  }
}
.b-sidebar__item_donation .b-donation-vars-list {
  padding-bottom: 30px;
}
.b-sidebar__item_donation .b-donation-vars-list li {
  width: 74px;
  height: 74px;
}
.b-sidebar__item_donation .b-donation-vars-list a {
  width: 70px;
  height: 70px;
  line-height: 70px;
}
@media only screen and (max-width: 480px) {
  .b-sidebar__item_donation .b-donation-vars-list li {
    width: 64px;
    height: 64px;
  }
  .b-sidebar__item_donation .b-donation-vars-list a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.b-sidebar__item_donation .b-text-link {
  font-size: 15px;
}

.b-sidebar__item_highlights {
  background-color: #8ec549;
  padding: 30px 60px;
}
@media only screen and (max-width: 1024px) {
  .b-sidebar__item_highlights {
    padding: 30px 40px;
  }
}
.b-sidebar__item_highlights .b-sidebar-heading {
  color: #124955;
}
.b-sidebar__item_highlights .b-highlights-list {
  color: #FFF;
}
.b-sidebar__item_highlights li {
  display: table;
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 480px) {
  .b-sidebar__item_highlights li {
    font-size: 14px;
  }
}
.b-sidebar__item_highlights li i {
  display: table-cell;
  vertical-align: top;
  padding-right: 1em;
}
.b-sidebar__item_highlights li span {
  display: table-cell;
  vertical-align: top;
}

.b-sidebar__item_program-list .b-programs-list {
  padding: 2em 0;
}
.b-sidebar__item_program-list category-list li {
  width: 100%;
  display: block;
  border-top: 1px solid #cccccc;
  margin-bottom: 5px;
}
.b-sidebar__item_program-list category-list li:before {
  background-color: transparent;
  width: auto;
  height: auto;
  margin-top: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #3fbad7;
  right: 20px;
}
.b-sidebar__item_program-list category-list li:last-child {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
}
.b-sidebar__item_program-list category-list li:last-child:before {
  display: block;
}
.b-sidebar__item_program-list category-list li .b-filter-label__text {
  color: #3fbad7;
  display: block;
}

.b-text-content {
  width: 65%;
  float: left;
  padding-left: 70px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .b-text-content {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}

.b-content {
  max-width: 1200px;
  margin: auto;
  position: relative;
  height: 100%;
}
.b-content:after {
  content: "";
  display: block;
  clear: both;
}

.b-single {
  padding: 50px 30px;
}
@media only screen and (max-width: 1024px) {
  .b-single {
    padding-bottom: 0;
  }
}

.b-single__title {
  font-size: 30px;
  line-height: 35px;
  color: #000;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .b-single__title {
    font-size: 24px;
  }
}

.b-title {
  padding-bottom: 25px;
  text-align: center;
}
.b-title h2 {
  font-size: 26px;
  padding-bottom: 25px;
}
.b-title h2:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .b-title h2 {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.b-home-map .b-title {
  padding: 65px 0 30px;
}

.b-title_green {
  color: #8ec549;
}
.b-title_green .b-title-description {
  color: #999999;
}

.b-title-description {
  max-width: 700px;
  margin: auto;
  color: #8ec549;
  padding-bottom: 25px;
}
.b-title-description p {
  font-size: 20px;
  line-height: 1.2em;
}
@media only screen and (max-width: 1024px) {
  .b-title-description {
    padding: 0 30px;
  }
  .b-title-description p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .b-title-description {
    padding: 0 15px;
  }
}

.b-img-wrap {
  position: relative;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.b-img-wrap img {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
  max-width: 480px;
  height: auto;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.b-lined {
  position: relative;
  display: inline-block;
}
.b-lined:before, .b-lined:after {
  background: #cccccc;
  content: "";
  display: block;
  height: 1px;
  font-size: 10px;
  position: absolute;
  top: 50%;
  width: 200em;
}
.b-lined:before {
  right: 100%;
}
.b-lined:after {
  left: 100%;
}

.b-vertical-lined {
  position: relative;
  display: inline-block;
}
.b-vertical-lined:before, .b-vertical-lined:after {
  background: #cccccc;
  content: "";
  display: block;
  font-size: 10px;
  position: absolute;
  width: 1px;
  height: 2000em;
  left: 50%;
}
.b-vertical-lined:before {
  top: 100%;
}
.b-vertical-lined:after {
  bottom: 100%;
}
@media only screen and (max-width: 768px) {
  .b-vertical-lined:before, .b-vertical-lined:after {
    display: block;
    height: 1px;
    font-size: 10px;
    position: absolute;
    top: 50%;
    width: 200em;
    left: auto;
  }
  .b-vertical-lined:before {
    right: 100%;
  }
  .b-vertical-lined:after {
    left: 100%;
  }
}

.b-marked {
  position: relative;
}
.b-marked:after {
  content: "";
  display: block;
  position: absolute;
  height: 8px;
  bottom: 6px;
  width: 100%;
  left: 0;
  background: #3fbad7;
}

.b-marked_under:after {
  bottom: -13px;
}

.b-row_donation .b-donation {
  padding: 20px;
  padding-bottom: 50px;
  background-position: 98%;
}
@media only screen and (max-width: 1024px) {
  .b-row_donation .b-donation {
    padding: 20px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .b-row_donation .b-donation {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    background-position: 50% 60px;
  }
}
.b-row_donation .b-donation-info {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .b-row_donation .b-donation-info {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .b-row_donation .b-donation-title {
    font-size: 24px;
  }
}
.b-row_donation .b-donation-vars {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .b-row_donation .b-donation-vars {
    display: block;
    padding: 15px 0;
  }
}
.b-row_donation .b-btn {
  width: 255px;
  vertical-align: middle;
  padding: 5px 0;
}
@media only screen and (max-width: 768px) {
  .b-row_donation .b-btn {
    width: auto;
    padding: 0 30px;
  }
}

.b-generic-page {
  padding: 4em 0;
  max-width: 960px;
}

loading-icon {
  color: inherit;
}
loading-icon .b-loading_icon {
  color: inherit;
}
loading-icon.black {
  color: #000;
}

/* ================
 NF PLUGIN STYLES
 ================== */
.ninja-forms-cont {
  position: relative;
  color: #666666;
  font-size: 16px;
}
.ninja-forms-cont:after {
  content: "";
  display: block;
  clear: both;
}
.ninja-forms-cont input {
  border: 1px solid #cccccc;
  padding: 10px 20px;
  height: 45px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

.profile_pass-wrap input, .text-wrap.label-above input, .text-wrap.label-below input, .text-wrap.label-inside input, .textarea-wrap.label-above textarea, .textarea-wrap.label-below textarea, .textarea-wrap.label-inside textarea, .list-dropdown-wrap.label-above select, .list-dropdown-wrap.label-below select, .spam-wrap input, .ninja-forms-form-wrap textarea {
  border: 1px solid #cccccc;
}

.submit-wrap {
  text-align: right;
}
.submit-wrap input {
  color: #fff;
  font-family: inherit;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  display: inline-block;
  background: #3fbad7;
  border: none;
  font-size: 16px;
  padding: 15px 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.submit-wrap input:hover, .b-article:hover .submit-wrap input {
  background: #8ec549;
}
@media only screen and (max-width: 480px) {
  .submit-wrap input {
    font-size: 14px;
  }
}

/* ================
 SO PLUGIN STYLES
 ================== */
.panel-grid {
  padding: 2em 15px 0;
  line-height: 1.4em;
}
.panel-grid a {
  color: #3fbad7;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.panel-grid a:hover {
  color: #8ec549;
}
.panel-grid h1, .panel-grid h2, .panel-grid h3, .panel-grid h4, .panel-grid h5, .panel-grid h6 {
  margin: 0 0 .5em;
  padding-bottom: 0;
  line-height: 1.2em;
}
.panel-grid .mb10 {
  margin-bottom: 10px;
}
.panel-grid .mb20 {
  margin-bottom: 20px;
}
.panel-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.panel-grid ul li {
  padding-left: 1em;
  text-indent: -1.1em;
}
.panel-grid ul li:before {
  content: "● ";
  color: #8ec549;
  font-size: 1em;
  padding-right: 0.25em;
  vertical-align: text-bottom;
}
.panel-grid .blue {
  color: #3fbad7 !important;
}
.panel-grid .green {
  color: #8ec549 !important;
}
.panel-grid .white {
  color: #fff !important;
}
.panel-grid .black {
  color: #000 !important;
}
.panel-grid .uppercase {
  text-transform: uppercase;
}
.panel-grid .location-item {
  white-space: nowrap;
}
.panel-grid .location-pin {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}
.panel-grid .location-details {
  display: inline-block;
  vertical-align: top;
}
.panel-grid svg {
  width: 16px;
}
.panel-grid .financials-page img {
  margin: 0 auto;
}
.panel-grid .financials-page .panel-grid-cell {
  text-align: center;
}
.panel-grid .financials-page .so-panel {
  margin-bottom: 20px !important;
}
.panel-grid .apply-box {
  background-color: #3fbad7;
  padding: 2em;
}
.panel-grid .apply-box a {
  color: #000;
}
.panel-grid .apply-box a:hover {
  text-decoration: underline;
}

/*-----  End of CONTENT  ------*/
/*===============================
=            BUTTONS            =
===============================*/
.b-arc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 2px solid #8ec549;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.b-arc_inner {
  border-color: transparent #8ec549 #8ec549 #8ec549;
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

.b-arc_outer {
  border-color: #8ec549 #8ec549 #8ec549 transparent;
  -moz-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  -webkit-transform: rotate(75deg);
  transform: rotate(75deg);
}

.b-search-icon {
  display: block;
  width: 26px;
  height: 24px;
  background-image: url('../images/sprites.png');
  background-position: 0 -182px;
}

.b-icon-link_pandemic-prevention {
  color: #3d761c;
  display: block;
  width: 35px;
  height: 35px;
  background-position: 0 -1354px;
}
@media (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx) {
  .b-icon-link_pandemic-prevention {
    background-image: url('../images/sprites/imenu-pandemic_small_2x.png');
    background-position: center;
    background-size: 35px 35px;
  }
}

.b-icon-program_pandemic-prevention {
  display: block;
  width: 26px;
  height: 26px;
  background-image: url('../images/sprites.png');
  background-position: 0 -1721px;
}

.b-icon-link_wildlife-conservation {
  color: #26788b;
  display: block;
  width: 33px;
  height: 35px;
  background-position: 0 -1551px;
}
@media (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx) {
  .b-icon-link_wildlife-conservation {
    background-image: url('../images/sprites/imenu-wildlife_small_2x.png');
    background-position: center;
    background-size: 33px 35px;
  }
}

.b-icon-link_one-health {
  display: block;
  width: 26px;
  height: 35px;
  background-position: 0 -1118px;
  color: #3fbad7;
}
@media (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx) {
  .b-icon-link_one-health {
    background-image: url('../images/sprites/imenu-onehelath_small_2x.png');
    background-position: center;
    background-size: 26px 35px;
  }
}

.b-icon-link_biosurveillance {
  color: #f17037;
  display: block;
  width: 40px;
  height: 35px;
  background-position: 0 -805px;
}
@media (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx) {
  .b-icon-link_biosurveillance {
    background-image: url('../images/sprites/imenu-bios_small_2x.png');
    background-position: center;
    background-size: 40px 35px;
  }
}

.b-icon-program_biosurveillance {
  display: block;
  width: 24px;
  height: 22px;
  background-image: url('../images/sprites.png');
  background-position: 0 -1674px;
}

.b-icon-link_deforestation {
  display: block;
  width: 37px;
  height: 35px;
  background-position: 0 -954px;
  color: #8a5c11;
}
@media (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx) {
  .b-icon-link_deforestation {
    background-image: url('../images/sprites/imenu-deforestation_small_2x.png');
    background-position: center;
    background-size: 37px 35px;
  }
}

.b-icon-program_deforestation {
  display: block;
  width: 27px;
  height: 25px;
  background-image: url('../images/sprites.png');
  background-position: 0 -1696px;
}

.b-icon-program_one-health {
  display: block;
  width: 19px;
  height: 26px;
  background-image: url('../images/sprites.png');
  background-position: 0 -1819px;
}

.b-icon-program_wildlife-conservation {
  display: block;
  width: 24px;
  height: 25px;
  background-image: url('../images/sprites.png');
  background-position: 0 -1845px;
}

.b-icon-program {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.b-icon-link {
  display: inline-block;
  vertical-align: middle;
}

.b-btn {
  color: #fff;
  font-family: inherit;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  display: inline-block;
  background: #8ec549;
  font-size: 0;
  padding: 0 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.b-btn:hover, .b-article:hover .b-btn {
  background: #3fbad7;
}
.b-btn .b-btn-text, .b-btn .b-btn-icon {
  line-height: 44px;
}
.b-btn .b-btn-text {
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  .b-btn .b-btn-text {
    font-size: 14px;
  }
}
.b-btn .b-btn-icon {
  color: inherit;
  font-size: 30px;
  background: none;
}
.b-btn[disabled] {
  opacity: .6;
}
.b-btn[disabled]:hover, .b-article:hover .b-btn[disabled] {
  background: #3fbad7;
}

.b-btn_section {
  padding: 8px 35px;
}

.b-btn_transparent {
  background: none;
  color: #999;
}
.b-btn_transparent:hover, .b-article:hover .b-btn_transparent {
  background: none;
}

.b-btn_blue {
  background: #3fbad7;
}
.b-btn_blue:hover, .b-article:hover .b-btn_blue {
  background: #8ec549;
}

.b-btn_green {
  background: #8ec549;
}
.b-btn_green:hover, .b-article:hover .b-btn_green {
  background: #3fbad7;
}

.b-btn_dark {
  background: #124955;
}
.b-btn_dark:hover, .b-article:hover .b-btn_dark {
  background: #8ec549;
}

.b-btn_red {
  background: #f17037;
}
.b-btn_red:hover, .b-article:hover .b-btn_red {
  background: #3fbad7;
}

.b-btn_brown {
  background: #8a5c11;
}
.b-btn_brown:hover, .b-article:hover .b-btn_brown {
  background: #3fbad7;
}

.b-btn_green-dark {
  background: #3d761c;
}
.b-btn_green-dark:hover, .b-article:hover .b-btn_green-dark {
  background: #3fbad7;
}

.b-btn_color-pandemic-prevention {
  background: #3d761c;
}
.b-btn_color-pandemic-prevention:hover, .b-article:hover .b-btn_color-pandemic-prevention {
  background: #3fbad7;
}

.b-btn_color-wildlife-conservation {
  background: #26788b;
}
.b-btn_color-wildlife-conservation:hover, .b-article:hover .b-btn_color-wildlife-conservation {
  background: #3fbad7;
}

.b-btn_color-one-health {
  background: #3fbad7;
}
.b-btn_color-one-health:hover, .b-article:hover .b-btn_color-one-health {
  background: #8ec549 !important;
}

.b-btn_color-biosurveillance {
  background: #f17037;
}
.b-btn_color-biosurveillance:hover, .b-article:hover .b-btn_color-biosurveillance {
  background: #3fbad7;
}

.b-btn_color-deforestation {
  background: #8a5c11;
}
.b-btn_color-deforestation:hover, .b-article:hover .b-btn_color-deforestation {
  background: #3fbad7;
}

.b-btn_big {
  height: 54px;
  overflow: hidden;
  padding: 0;
}
.b-btn_big .b-btn-text {
  line-height: 54px;
  padding: 0 25px;
  -moz-transition: background-color 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.b-btn_big .b-btn-icon {
  padding: 0 25px;
  background: #fff;
  color: #3fbad7;
  font-size: 54px;
  line-height: 54px;
  margin-top: 0;
  -moz-transition: background-color 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.b-btn_big:hover .b-btn-text {
  background: #fff;
  color: #8ec549;
}
.b-btn_big:hover .b-btn-icon {
  background: #8ec549;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .b-btn_big {
    height: 40px;
  }
  .b-btn_big .b-btn-text {
    padding: 0 15px;
    line-height: 40px;
  }
  .b-btn_big .b-btn-icon {
    padding: 0 15px;
    line-height: 40px;
    font-size: 32px;
  }
}

.b-btn-text {
  display: inline-block;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.b-btn-icon {
  height: 100%;
  background: #fff;
  vertical-align: middle;
  margin-top: -2px;
  padding-left: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.b-round-btn {
  position: relative;
  display: inline-block;
  width: 86px;
  height: 86px;
}
.b-round-btn .fa, .b-round-btn .icon-user, .b-round-btn .b-sidebar__item_program-list category-list li, .b-sidebar__item_program-list category-list .b-round-btn li {
  color: #3fbad7;
  font-size: 35px;
  line-height: 60px;
  position: relative;
  line-height: 95px;
  left: 7px;
  z-index: 1;
}
.b-round-btn .b-arc {
  border-width: 4px;
}
.b-round-btn .b-arc_outer {
  border-color: #fff #fff #fff transparent;
}
.b-round-btn .b-arc_inner {
  border-color: transparent #fff #fff #fff;
}
.b-round-btn span {
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  width: 74px;
  height: 74px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.b-text-link {
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.b-text-link_cyan {
  color: #3fbad7;
}
.b-text-link_cyan:hover {
  color: #8ec549;
}

.b-text-link_green {
  color: #8ec549;
}
.b-text-link_green:hover {
  color: #3fbad7;
}

#more-btn .b-more-btn__off {
  display: block;
}
#more-btn .b-more-btn__on {
  display: none;
}
#more-btn.on .b-more-btn__off {
  display: none;
}
#more-btn.on .b-more-btn__on {
  display: block;
}

/*=====  End of BUTTONS  ======*/
/*==============================
=            FOOTER            =
==============================*/
.b-footer {
  background: #8ec549;
  padding: 40px 15px 0;
}
@media only screen and (max-width: 1024px) {
  .b-footer {
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .b-footer {
    padding: 0;
  }
}

.b-footer__pt {
  max-width: 1210px;
  margin: auto;
  border-bottom: 1px solid #124955;
  padding: 35px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-footer__pt:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 1024px) {
  .b-footer__pt {
    border-bottom: none;
  }
}
@media only screen and (max-width: 480px) {
  .b-footer__pt {
    padding: 20px 15px;
  }
}

.b-footer__pt_top {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .b-footer__pt_top {
    display: none;
  }
}

.b-footer__pt_top-join {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 0 30px;
  width: 465px;
}
@media only screen and (max-width: 1200px) {
  .b-footer__pt_top-join {
    padding: 0 15px;
  }
}
.b-footer__pt_top-join:before {
  content: "";
  position: absolute;
  height: 120%;
  width: 1px;
  background-color: #5f964e;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.b-footer__pt_top-join:after {
  content: "";
  position: absolute;
  height: 120%;
  width: 1px;
  background-color: #5f964e;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.b-footer__pt_top-join .b-membership-title {
  display: inline-block;
  vertical-align: middle;
}
.b-footer__pt_top-join .b-membership-title h3 {
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  width: 130px;
  display: inline-block;
}
.b-footer__pt_top-join .b-membership-title h3 span {
  display: block;
  font-size: 18px;
}
.b-footer__pt_top-join .b-form-membership {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.b-footer__pt_top-join .b-form-membership .b-field {
  margin-right: 5px;
  float: left;
  height: 44px;
}
.b-footer__pt_top-join .b-form-membership input {
  opacity: 0.3;
  padding-left: 53px;
}
.b-footer__pt_top-join .b-form-membership ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: black;
}
.b-footer__pt_top-join .b-form-membership :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
}
.b-footer__pt_top-join .b-form-membership ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
}
.b-footer__pt_top-join .b-form-membership :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}
.b-footer__pt_top-join .b-form-membership :placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: black;
}
.b-footer__pt_top-join .b-form-membership .b-btn {
  height: 44px;
  padding: 0 15px;
}
.b-footer__pt_top-join .b-form-membership .b-btn:hover {
  background: #124955;
}
.b-footer__pt_top-join .b-membership-joined p {
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
}
.b-footer__pt_top-join .b-membership-joined p span {
  color: #8ec549;
}
.b-footer__pt_top-join .b-membership-joined i.fa, .b-footer__pt_top-join .b-membership-joined i.icon-user {
  color: #8ec549;
  font-size: 30px;
  vertical-align: bottom;
  margin-right: 10px;
}
.b-footer__pt_top-join .b-field-icon {
  position: absolute;
}
.b-footer__pt_top-join .b-field-icon_mail {
  display: block;
  width: 30px;
  height: 23px;
  background-image: url('../images/sprites.png');
  background-position: 0 -120px;
  top: 8px;
  left: 12px;
}

.b-footer__pt_top-social {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}

.b-footer-logo--svg {
  margin-right: 3em;
  display: block;
  width: 252px;
  height: 64px;
}

.b-footer-logo {
  float: right;
  display: block;
  width: 252px;
  height: 64px;
  background-position: 0 -570px;
  margin-right: 3em;
}
@media (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx) {
  .b-footer-logo {
    background-image: url('../images/sprites/ilogo_small_2x.png');
    background-position: center;
    background-size: 252px 64px;
  }
}

.b-footer-charity-logo img {
  height: 58px;
  width: auto;
}

.b-footer-nav {
  display: table-cell;
  vertical-align: middle;
  padding: 25px 0;
  white-space: nowrap;
}

.b-footer-nav-list li {
  display: inline-block;
  padding-right: 40px;
}
@media only screen and (max-width: 1200px) {
  .b-footer-nav-list li {
    padding-right: 30px;
  }
}
.b-footer-nav-list li:last-child {
  padding-right: 30px;
}
@media only screen and (max-width: 1200px) {
  .b-footer-nav-list li:last-child {
    padding-right: 15px;
  }
}
.b-footer-nav-list a {
  color: #fff;
  font-size: 25px;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.b-footer-nav-list a:hover {
  color: #124955;
}

.b-footer__pt_middle {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .b-footer__pt_middle {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .b-footer__pt_middle .b-footer-subnav-list_social {
    display: none !important;
  }
}

.b-footer-subnav {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}
.b-footer-subnav .b-btn {
  background: #3fbad7;
  float: right;
}
.b-footer-subnav .b-btn .fa, .b-footer-subnav .b-btn .icon-user, .b-footer-subnav .b-btn .b-sidebar__item_program-list category-list li, .b-sidebar__item_program-list category-list .b-footer-subnav .b-btn li {
  margin-left: -5px;
}
.b-footer-subnav .b-btn:hover .b-btn-icon {
  color: #fff;
  background: #8ec549;
}
.b-footer-subnav .b-btn:hover .fa, .b-footer-subnav .b-btn:hover .icon-user, .b-footer-subnav .b-btn:hover .b-sidebar__item_program-list category-list li, .b-sidebar__item_program-list category-list .b-footer-subnav .b-btn:hover li {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .b-footer-subnav .b-btn {
    display: none;
  }
}

.b-footer__pt_middle_info {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  .b-footer__pt_middle_info {
    display: none;
  }
}
.b-footer__pt_middle_info li {
  display: inline-block;
  color: #c4f286;
  font-size: 14px;
  position: relative;
  padding-right: 18px;
  margin-right: 10px;
}
.b-footer__pt_middle_info li a {
  color: #c4f286;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.b-footer__pt_middle_info li a:hover {
  color: #124955;
}
.b-footer__pt_middle_info li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 15px;
  width: 2px;
  background: #c4f286;
}
.b-footer__pt_middle_info li:last-child:after {
  content: none;
}

.b-footer__pt_middle_copyright {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .b-footer__pt_middle_copyright {
    display: none;
  }
}
.b-footer__pt_middle_copyright li {
  color: #c4f286;
  font-size: 14px;
}

.b-footer-subnav-list {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
  .b-footer-subnav-list_social {
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  .b-footer-subnav-list_social {
    width: auto;
    float: left;
  }
}
.b-footer-subnav-list_social li {
  display: inline-block;
  width: 30px;
  text-align: center;
  padding-right: 30px;
}
.b-footer-subnav-list_social li:last-child {
  padding-right: 0;
}
.b-footer-subnav-list_social a {
  color: #124955;
  font-size: 35px;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.b-footer-subnav-list_social a:hover {
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .b-footer-subnav-list_social li {
    padding-right: 15px;
  }
  .b-footer-subnav-list_social a {
    font-size: 28px;
  }
}

.b-footer-subnav-list_mobile {
  display: none;
}
.b-footer-subnav-list_mobile li {
  display: inline-block;
  padding-left: 25px;
}
.b-footer-subnav-list_mobile a {
  color: #fff;
  font-size: 24px;
}
.b-footer-subnav-list_mobile .b-btn-icon {
  padding: 0 25px;
}
@media only screen and (max-width: 1024px) {
  .b-footer-subnav-list_mobile {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  .b-footer-subnav-list_mobile {
    float: right;
    padding-top: 5px;
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .b-footer-subnav-list_mobile a {
    font-size: 14px;
  }
}

.b-footer-subnav-list_pages li {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  margin-right: 12px;
}
.b-footer-subnav-list_pages li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 15px;
  width: 2px;
  background: #124955;
}
.b-footer-subnav-list_pages li:last-child:after {
  content: none;
}
.b-footer-subnav-list_pages a {
  color: #124955;
  font-size: 14px;
  font-weight: 700;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.b-footer-subnav-list_pages a:hover {
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .b-footer-subnav-list_pages {
    display: block;
  }
  .b-footer-subnav-list_pages li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .b-footer-subnav-list_pages {
    display: none;
  }
}

.b-footer__pt_bottom {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .b-footer__pt_bottom {
    text-align: center;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .b-footer__pt_bottom {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .b-footer__pt_bottom {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
  }
}
.b-footer__pt_bottom .b-footer__pt_bottom_logo {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .b-footer__pt_bottom .b-footer__pt_bottom_logo {
    display: block;
    margin-bottom: 1em;
    text-align: center;
  }
  .b-footer__pt_bottom .b-footer__pt_bottom_logo img {
    margin: 0 auto;
  }
}
.b-footer__pt_bottom .b-footer__pt_bottom_address {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .b-footer__pt_bottom .b-footer__pt_bottom_address {
    display: none;
  }
}
.b-footer__pt_bottom .b-footer__pt_bottom_address li {
  display: inline-block;
  color: #c4f286;
  font-size: 14px;
  position: relative;
  padding-right: 18px;
  margin-right: 10px;
}
.b-footer__pt_bottom .b-footer__pt_bottom_address li a {
  color: #c4f286;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.b-footer__pt_bottom .b-footer__pt_bottom_address li a:hover {
  color: #124955;
}
.b-footer__pt_bottom .b-footer__pt_bottom_address li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  width: 5px;
  height: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #c4f286;
}
.b-footer__pt_bottom .b-footer__pt_bottom_address li:last-child:after {
  content: none;
}
.b-footer__pt_bottom .b-footer__pt_bottom_charity {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .b-footer__pt_bottom .b-footer__pt_bottom_charity {
    display: block;
    margin-bottom: 1em;
    text-align: center;
  }
  .b-footer__pt_bottom .b-footer__pt_bottom_charity img {
    margin: 0 auto;
  }
}

.b-footer-bottom-mobile {
  display: none;
  color: #c4f286;
}
@media only screen and (max-width: 768px) {
  .b-footer-bottom-mobile {
    display: block;
  }
}
.b-footer-bottom-mobile a {
  color: #c4f286;
}
.b-footer-bottom-mobile p {
  font-size: 12px;
  line-height: 1.2em;
}

/*=====  End of FOOTER  ======*/
/**
 * All CSS that comes with Selectivity.js can be used as is, or tweaked to your heart's content :)
 *
 * Please realize though there is no "API contract" regarding styling of CSS classes, meaning that
 * any customized CSS made may need to be updated without warning if you want to upgrade the
 * Selectivity version you use. You can mitigate this problem by using your own templates instead of
 * those defined in selectivity-templates.js, since templates will at the very least continue
 * working across patch versions and any changes necessary to templates will be documented in the
 * changelog.
 */
.selectivity-clearfix {
  clear: both;
}

.selectivity-input select {
  display: none;
}

.selectivity-placeholder {
  color: #999;
}

/**
 * Backdrop
 */
.selectivity-backdrop {
  background: transparent;
  position: fixed;
  z-index: 1045;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/**
 *
 * Dropdown
 */
.selectivity-search-input-container {
  border-bottom: 1px solid #eee;
}

.selectivity-search-input {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
}

.selectivity-results-container {
  max-height: 28em;
  overflow: auto;
  position: relative;
}

.selectivity-load-more,
.selectivity-result-item {
  cursor: pointer;
  padding: 7px;
}

.selectivity-result-children .selectivity-result-item {
  padding-left: 17px;
}

.selectivity-dropdown.has-search-input .selectivity-result-item:first-child {
  border-radius: 0;
}

.selectivity-result-children .selectivity-result-item:last-child {
  border-radius: 0;
}

.selectivity-error,
.selectivity-loading,
.selectivity-search-input-container,
.selectivity-result-label {
  padding: 7px;
}

/**
 * Multi-selection input
 */
.selectivity-multiple-input-container {
  background: #eee;
  border-radius: 2px;
  cursor: text;
  max-height: 10em;
  min-height: -webkit-calc(2em + 4px);
  min-height: calc(2em + 4px);
  overflow: auto;
  padding: 5px;
}

.selectivity-multiple-input-container .selectivity-placeholder {
  height: -webkit-calc(2em + 4px);
  height: calc(2em + 4px);
  line-height: -webkit-calc(2em + 4px);
  line-height: calc(2em + 4px);
}

.selectivity-multiple-input,
input[type='text'].selectivity-multiple-input {
  background-color: transparent;
  border: none;
  float: left;
  height: -webkit-calc(2em + 4px);
  height: calc(2em + 4px);
  max-width: 100%;
  outline: 0;
  padding: 0;
}

.selectivity-multiple-input:focus,
input[type='text'].selectivity-multiple-input:focus {
  background-color: transparent;
  box-shadow: none;
  outline: none;
}

.selectivity-multiple-input::-ms-clear {
  display: none;
}

.selectivity-multiple-input.selectivity-width-detector {
  position: absolute;
  top: -10000px;
  left: 0;
  white-space: pre;
}

.selectivity-multiple-selected-item {
  background: #4484c7;
  border-radius: 3px;
  color: #fff;
  cursor: default;
  float: left;
  line-height: 2em;
  margin: 2px;
  padding-right: 5px;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.selectivity-multiple-selected-item.highlighted {
  background-color: #ccc;
}

.selectivity-multiple-selected-item-remove {
  color: #fff;
  cursor: pointer;
  padding: 5px;
}

/**
 * Single-selection input
 */
.selectivity-single-selected-item-remove {
  color: #000;
  float: right;
  padding: 0 5px;
}

@media only screen and (max-width: 480px) {
  .selectivity-single-select {
    background: #eee;
  }

  .selectivity-submenu-icon {
    position: absolute;
    right: 4px;
  }
}
.site-content p {
  line-height: 1.3em;
  font-size: 1.1em;
}
.site-content p:not(:last-child) {
  margin-bottom: 1em;
}

.panel-grid-cell .widget-title {
  font-size: .8rem;
  padding: 1em 0 0 0;
  color: #888;
  margin: 0em;
}

/*===================================
=            HERO HEADER            =
===================================*/
.b-hero-header_text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #cccccc;
}
@media only screen and (max-width: 1024px) {
  .b-hero-header_text {
    padding: 30px 15px 40px;
    height: auto;
    min-height: 0;
    overflow: hidden;
  }
  .b-hero-header_text.b-marked:after {
    content: none;
  }
}

.b-hero-header_text-large {
  padding-top: 40px;
  min-height: 465px;
}
@media only screen and (max-width: 1024px) {
  .b-hero-header_text-large {
    height: auto;
    min-height: 0;
    padding-bottom: 40px;
  }
}

.b-hero-header_image {
  background: #124955 url(../images/dump/bg-hero-mask.jpg) no-repeat;
  background-size: cover;
  padding-top: 149px;
}
.b-hero-header_image.b-marked_under:after {
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .b-hero-header_image {
    padding-top: 0;
  }
  .b-hero-header_image.b-marked:after {
    opacity: 1;
  }
}

.b-page-title {
  text-align: center;
  max-width: 840px;
  margin: auto;
}
.b-page-title h1 {
  color: #8ec549;
  font-size: 26px;
  line-height: 1.3em;
  padding-bottom: 20px;
  display: block;
}
.b-page-title p {
  font-size: 18px;
  color: #fff;
  padding-bottom: 25px;
  line-height: 1.3em;
}
.page-template-donation-billing .b-page-title {
  text-align: left;
  padding: 0 15px;
  max-width: 900px;
}
.page-template-donation-billing .b-page-title h1 {
  color: #167522;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  padding: 0;
  font-size: 3.5em;
}
@media only screen and (max-width: 768px) {
  .page-template-donation-billing .b-page-title h1 {
    font-size: 6vw;
  }
}
.page-template-donation-billing .b-page-title h3 {
  color: #FFF;
  font-family: Times New Roman, serif;
  font-size: 7em;
  line-height: 0.8em;
}
@media only screen and (max-width: 1024px) {
  .page-template-donation-billing .b-page-title h3 {
    font-size: 5.7em;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-donation-billing .b-page-title h3 {
    font-size: 11vw;
  }
}
.page-template-donation-billing .b-page-title h3 > .faded {
  opacity: .5;
}

.b-page-title-not-large {
  padding-top: 50px;
  padding-bottom: 40px;
}

.b-page-title-img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/dump/header-image.jpg);
  height: 280px;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .b-page-title-img {
    background-image: url(../images/dump/header-image-mobile.jpg);
    background-size: contain;
    padding-top: 37%;
    height: auto;
  }
}
.b-page-title-img img {
  width: 100%;
  display: block;
}

.b-page-title-search {
  color: #fff;
  text-align: left;
  max-width: 1000px;
}
@media only screen and (max-width: 1024px) {
  .b-page-title-search {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.b-page-title-search span {
  color: #3fbad7;
}

/*=====  End of HERO HEADER  ======*/
/*================================
=            ARTICLES            =
================================*/
.b-article {
  text-align: center;
  position: relative;
  height: 100%;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
  .b-article h3 {
    font-size: 16px;
    padding: 15px;
  }
  .b-article p {
    font-size: 13px;
    padding-top: 0;
  }
}
.b-article:hover .b-img-wrap img {
  -moz-transform: scale(1.05) translateZ(0);
  -ms-transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
  transform: scale(1.05) translateZ(0);
}
.b-article .b-btn-icon.fa, .b-article .b-btn-icon.icon-user, .b-article .b-sidebar__item_program-list category-list li.b-btn-icon, .b-sidebar__item_program-list category-list .b-article li.b-btn-icon {
  padding-left: 0;
}

.b-article-row {
  background: #fff;
  text-align: left;
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
.b-article-row:after {
  content: "";
}
@media only screen and (max-width: 480px) {
  .b-article-row h3 {
    font-size: 16px;
    padding: 15px;
  }
  .b-article-row p {
    font-size: 13px;
    padding-top: 0;
  }
}

.b-article_static {
  max-width: 370px;
  margin: auto;
}

.b-article_flexible {
  border: 1px solid #cccccc;
}
.b-article_flexible .b-article__top {
  height: 235px;
}

.b-article_program .b-article__top {
  height: 235px;
}
@media only screen and (max-width: 480px) {
  .b-article_program .b-article__top {
    height: 165px;
  }
}

.b-article__top {
  width: 100.1%;
  height: 220px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .b-article__top {
    height: 165px;
  }
}

.b-article__content {
  background: #fff;
  padding-bottom: 50px;
}
.b-article__content h3 {
  font-size: 23px;
  font-weight: 700;
  padding: 25px;
  color: #000;
}
.b-article__content p {
  color: #999999;
  font-size: 16px;
  padding-top: 0;
  line-height: 1.2em;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  margin: auto;
}

.b-article-row__left {
  width: 48.453%;
  height: 265px;
  float: left;
  overflow: hidden;
  position: relative;
}

.b-article-row__right {
  float: right;
  width: 50%;
  padding: 60px 45px 0;
  width: -moz-calc(51.547%);
  width: -webkit-calc(51.547%);
  width: calc(51.547%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-article-row__right h3 {
  font-size: 23px;
  font-weight: 700;
  color: #000;
  padding-bottom: 30px;
}
.b-article-row__right p {
  color: #999999;
  font-size: 16px;
  line-height: 1.2em;
  padding-bottom: 15px;
  max-width: 70%;
}

@media only screen and (max-width: 768px) {
  .b-article-row__left,
  .b-article-row__right {
    width: 100%;
    float: none;
    text-align: center;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 50px;
  }
  .b-article-row__left p,
  .b-article-row__right p {
    max-width: none;
  }
  .b-article-row__left h3,
  .b-article-row__right h3 {
    padding-bottom: 20px;
  }
}

.b-article-sub-title {
  color: #3fbad7;
  display: block;
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  .b-article-sub-title {
    font-size: 12px;
  }
}

.b-article h3 .b-article-sub-title {
  margin: .5em 0;
}

.b-article-event-date {
  color: #3fbad7;
  display: block;
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .b-article-event-date {
    font-size: 14px;
  }
}

.b-article__link {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.b-article__link .b-btn {
  padding: 0 18px;
}
.b-article__link .b-btn-icon {
  line-height: 50px;
  font-size: 40px;
}
@media only screen and (max-width: 480px) {
  .b-article__link .b-btn {
    padding: 0 10px;
  }
  .b-article__link .b-btn-icon {
    line-height: 30px;
    font-size: 30px;
  }
}

.b-article-row__link {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -24px;
}
.b-article-row__link .b-btn {
  padding: 0 18px;
}
.b-article-row__link .b-btn-icon {
  line-height: 50px;
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  .b-article-row__link {
    left: 0;
    bottom: 0;
    top: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .b-article-row__link .b-btn {
    padding: 0 10px;
  }
  .b-article-row__link .b-btn-icon {
    line-height: 30px;
    font-size: 30px;
  }
}

.b-program-label {
  color: #fff;
  padding: 8px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
  .b-program-label {
    font-size: 14px;
    line-height: 24px;
  }
}

.b-program-label_article {
  display: block;
  font-size: 18px;
  color: #fff;
  padding: 15px 5px;
  line-height: 35px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .b-program-label_article {
    padding: 8px 10px;
  }
}

.b-program-label_singular {
  height: 40px;
  display: inline-block;
  margin-bottom: 15px;
}

.b-program-label_pandemic-prevention {
  background: #3d761c;
}

.b-program-icon_biosurveillance {
  display: block;
  width: 35px;
  height: 31px;
  background-image: url('../images/sprites.png');
  background-position: 0 -1643px;
}

.b-program-icon_pandemic-prevention {
  display: block;
  width: 24px;
  height: 25px;
  background-position: 0 -1279px;
}
@media (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx) {
  .b-program-icon_pandemic-prevention {
    background-image: url('../images/sprites/imenu-pandemic_small-white_2x.png');
    background-position: center;
    background-size: 24px 25px;
  }
}

.b-program-icon_deforestation {
  display: block;
  width: 27px;
  height: 25px;
  background-image: url('../images/sprites.png');
  background-position: 0 -1696px;
}

.b-program-icon_one-health {
  display: block;
  width: 19px;
  height: 26px;
  background-image: url('../images/sprites.png');
  background-position: 0 -1819px;
}

.b-program-icon_wildlife-conservation {
  display: block;
  width: 24px;
  height: 25px;
  background-image: url('../images/sprites.png');
  background-position: 0 -1845px;
}

.b-program-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.b-article-more-link {
  text-align: center;
  margin-top: 45px;
}
@media only screen and (max-width: 480px) {
  .b-article-more-link {
    margin-top: 25px;
  }
  .b-article-more-link .b-btn {
    padding: 0 15px;
  }
  .b-article-more-link .b-btn-text {
    font-size: 14px;
    line-height: 35px;
  }
  .b-article-more-link .b-btn-icon {
    font-size: 24px;
    line-height: 35px;
  }
}

/*=====  End of ARTICLES  ======*/
/*===================================
=            ARTICLE SET            =
===================================*/
.b-article-set-wrap {
  padding: 60px 0;
  position: relative;
  background: #124955 url(../images/dump/mask-bg_big.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
.b-article-set-wrap .b-title {
  color: #fff;
}
@media only screen and (max-width: 978px) {
  .b-article-set-wrap {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .b-article-set-wrap {
    padding: 30px 0 40px;
  }
}
.b-article-set-wrap .b-title-description {
  max-width: 850px;
}

.b-article-set-wrap_related {
  padding: 60px 0;
  background: #e7e7e7;
}
.b-article-set-wrap_related .b-title {
  color: #f17037;
  padding-bottom: 50px;
}
.b-article-set-wrap_related.b-marked:after {
  background: #26788b;
}
@media only screen and (max-width: 768px) {
  .b-article-set-wrap_related {
    padding: 30px 0 40px;
  }
  .b-article-set-wrap_related .b-title {
    padding-bottom: 20px;
  }
}

.b-artile-filter {
  position: relative;
  max-width: 1200px;
  margin: auto;
  background: #8ec549;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 2em;
}
@media only screen and (max-width: 978px) {
  .b-artile-filter {
    margin-top: 0;
    background: #3d761c;
  }
}

.b-article-filter-list {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 978px) {
  .b-article-filter-list {
    text-align: left;
    margin-bottom: 2em;
  }
}
.b-article-filter-list li {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  padding: 20px 0;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 978px) {
  .b-article-filter-list li {
    width: auto;
  }
  .b-article-filter-list li:not(:first-child) {
    padding-left: 4%;
  }
}
@media only screen and (max-width: 978px) {
  .b-article-filter-list li {
    padding-left: 7%;
    display: block;
    font-size: 18px;
  }
  .b-article-filter-list li span {
    padding-left: 0.5em;
  }
}
.b-article-filter-list li:hover, .b-article-filter-list li.active {
  color: #26788b;
}
@media only screen and (max-width: 978px) {
  .b-article-filter-list li:hover, .b-article-filter-list li.active {
    color: #FFF;
  }
}
.b-article-filter-list li:hover .b-arc-icon, .b-article-filter-list li.active .b-arc-icon {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.b-article-filter-list li:hover .b-arc-icon:before, .b-article-filter-list li.active .b-arc-icon:before {
  opacity: 1;
}
.b-article-filter-list li:hover .b-arc_inner, .b-article-filter-list li.active .b-arc_inner {
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.b-article-filter-list li:hover .b-arc_outer, .b-article-filter-list li.active .b-arc_outer {
  -moz-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  -webkit-transform: rotate(75deg);
  transform: rotate(75deg);
}

.b-arc-icon {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 4px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  -moz-transform-origin: 60% 60%;
  -ms-transform-origin: 60% 60%;
  -webkit-transform-origin: 60% 60%;
  transform-origin: 60% 60%;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.b-arc-icon:before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  background: #fff;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background-color 0.2s, opacity 0.3s;
  -o-transition: background-color 0.2s, opacity 0.3s;
  -webkit-transition: background-color 0.2s, opacity 0.3s;
  transition: background-color 0.2s, opacity 0.3s;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -3px;
}
.b-arc-icon .b-arc_inner {
  border-color: transparent #fff #fff #fff;
}
.b-arc-icon .b-arc_outer {
  border-color: #fff #fff #fff transparent;
}

.b-article-set {
  overflow: hidden;
  max-width: 1200px;
  margin: auto;
}
.b-article-set ul:after {
  content: "";
  display: block;
  clear: both;
}
.b-article-set li {
  float: left;
  height: 515px;
  width: 32%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-article-set li:nth-child(3n-2) {
  margin-right: 1%;
}
.b-article-set li:nth-child(3n) {
  margin-left: 1%;
}
.b-article-set li:nth-child(3n-1) {
  margin: 0 1%;
}
.b-article-set.enabled .b-swipe-slider {
  width: 2000em;
}

.b-article-set-list .b-article {
  max-width: none;
}
@media only screen and (max-width: 768px) {
  .b-article-set-list .b-article {
    width: 370px;
  }
}
@media only screen and (max-width: 480px) {
  .b-article-set-list .b-article {
    width: 90%;
  }
}
.b-article-set-list li {
  display: inline-block;
  float: none;
  margin-bottom: 25px;
  vertical-align: top;
}
.b-article-set-list li:nth-child(3n-2) {
  margin-right: 1%;
}
.b-article-set-list li:nth-child(3n) {
  margin-left: 1%;
}
.b-article-set-list li:nth-child(3n-1) {
  margin: 0 1%;
}
@media only screen and (max-width: 1024px) {
  .b-article-set-list li {
    width: 48%;
    margin: 0 1% 20px 1% !important;
  }
}
@media only screen and (max-width: 768px) {
  .b-article-set-list li {
    width: 98%;
  }
}
@media only screen and (max-width: 480px) {
  .b-article-set-list li {
    height: auto;
  }
}

.b-article-set_with-filter {
  max-width: 1200px;
  margin: auto;
}
.b-article-set_with-filter .b-article {
  max-width: 385px;
}

.b-swipe-slider {
  position: relative;
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .b-swipe-slider ul {
    text-align: center;
    margin-left: -100%;
    width: 300%;
  }
}
@media only screen and (max-width: 768px) {
  .b-swipe-slider li {
    width: 33.333%;
    margin: 0 !important;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .b-swipe-slider li {
    width: 270px;
    height: 370px;
    margin-right: 15px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .b-swipe-slider .b-article {
    width: 90%;
  }
}

.b-article-mobile-filter {
  position: relative;
  max-width: 1200px;
  margin: auto;
  background: #8ec549;
  color: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1em;
  padding: 1em;
}
.b-article-mobile-filter .fa-angle-up {
  display: none;
}
.b-article-mobile-filter.open .fa-angle-down {
  display: none;
}
.b-article-mobile-filter.open .fa-angle-up {
  display: block;
}

.b-article-mobile-dropdown__button {
  color: #FFF;
  padding: 20px 0 20px 7%;
  font-size: 18px;
  cursor: pointer;
}
.b-article-mobile-dropdown__button i {
  display: block;
  font-size: 3em;
  position: absolute;
  right: 1em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#b-article-mobile-filter-list {
  display: block;
}
@media only screen and (max-width: 978px) {
  #b-article-mobile-filter-list {
    display: none;
  }
}

/*=====  End of ARTICLE SET  ======*/
/*================================
=            DONATION            =
================================*/
.b-donation {
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../images/dump/mask-bg_small.png);
  background-repeat: no-repeat;
}
.b-donation:after {
  content: "";
  display: block;
  clear: both;
}

.b-donation-info p {
  padding-bottom: 10px;
}
.b-donation-info p a {
  font-size: 15px;
  color: #8ec549;
}

.b-donation-title {
  color: #3fbad7;
  font-size: 32px;
  line-height: 28px;
  padding-bottom: 10px;
}
.b-donation-title span {
  display: block;
  font-size: 16px;
  line-height: 1.5em;
}

.b-donation-vars {
  position: relative;
}

.b-donation-vars-list li {
  text-align: center;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  margin: 0px 2.5px;
}
.b-donation-vars-list li.active a, .b-donation-vars-list li:hover a {
  position: relative;
  background: #8ec549;
  color: #fff;
}
.b-donation-vars-list li .b-arc {
  -moz-transition: -moz-transform 0.5s, opacity 1s;
  -o-transition: -o-transform 0.5s, opacity 1s;
  -webkit-transition: -webkit-transform 0.5s, opacity 1s;
  transition: transform 0.5s, opacity 1s;
}
.b-donation-vars-list li.active .b-arc, .b-donation-vars-list li:hover .b-arc {
  opacity: 1;
}
.b-donation-vars-list li.active .b-arc.b-arc_inner, .b-donation-vars-list li:hover .b-arc.b-arc_inner {
  -moz-transform: rotate(110deg);
  -ms-transform: rotate(110deg);
  -webkit-transform: rotate(110deg);
  transform: rotate(110deg);
}
.b-donation-vars-list li.active .b-arc.b-arc_outer, .b-donation-vars-list li:hover .b-arc.b-arc_outer {
  -moz-transform: rotate(205deg);
  -ms-transform: rotate(205deg);
  -webkit-transform: rotate(205deg);
  transform: rotate(205deg);
}
.b-donation-vars-list a {
  font-size: 13px;
  width: 60px;
  height: 60px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-top: 2px;
  background: #eaeaea;
  line-height: 60px;
  vertical-align: middle;
  color: #666666;
  -moz-transition: color 0.2s, background-color 0.2s;
  -o-transition: color 0.2s, background-color 0.2s;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
.b-donation-vars-list .b-arc {
  margin-top: -2px;
  margin-left: -2px;
  opacity: 0;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.b-donation-vars-list .b-arc.b-arc_inner {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.b-donation-vars-list .b-arc.b-arc_outer {
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.b-list-inline li {
  display: inline-block;
}

.b-donation-form .b-btn loading-icon i {
  font-size: 1.25em !important;
  position: relative;
  margin-right: .25em;
}
.b-donation-form .b-text-link {
  float: left;
  display: block;
  color: #3fbad7;
  line-height: 60px;
}
.b-donation-form .b-text-link:hover {
  color: #8ec549;
}
@media only screen and (max-width: 480px) {
  .b-donation-form .b-text-link {
    line-height: 44px;
  }
}

.b-donation-others-input {
  white-space: nowrap;
  margin-left: -3%;
}
.b-donation-others-input input {
  float: none !important;
}

.b-input-box--other-amount {
  white-space: nowrap;
}

/*=====  End of DONATION  ======*/
/*===================================
=            REPORT LIST            = 
===================================*/
.b-annual-reports {
  text-align: center;
  padding-bottom: 60px;
}

.b-report-list {
  padding-bottom: 20px;
}
.b-report-list:after {
  content: "";
  display: block;
  clear: both;
}

.b-report-list__item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-left: 1.6%;
  width: 23.8%;
}
.b-report-list__item:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .b-report-list__item {
    width: 48.453%;
    padding-bottom: 20px;
  }
  .b-report-list__item:nth-child(even) {
    margin: 0 0 0 1.547%;
  }
  .b-report-list__item:nth-child(odd) {
    margin: 0 1.547% 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .b-report-list__item {
    padding-bottom: 10px;
  }
}

.b-report-thumbnail {
  max-height: 290px;
  overflow: hidden;
  border: 1px solid #cccccc;
}
.b-report-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .b-report-thumbnail {
    max-height: none;
  }
}

.b-report-link {
  padding: 20px 40px;
  color: #3fbad7;
  font-size: 16px;
  line-height: 1.3em;
  display: inline-block;
}
.b-report-link:hover {
  color: #8ec549;
}
@media only screen and (max-width: 480px) {
  .b-report-link {
    font-size: 14px;
    padding: 10px 15px;
  }
}

/*=====  End of REPORT LIST  ======*/
/*===================================
=            PERSON LIST            =
===================================*/
.b-person-list__item {
  padding: 32px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #e7e7e7;
}
.b-person-list__item:after {
  content: '';
  display: block;
  clear: both;
}
.b-person-list__item:first-child {
  border-top: none;
}

.b-person-img {
  width: 30%;
  float: left;
}
.b-person-img img {
  display: block;
  width: 100%;
  height: auto;
}

.b-person-info {
  float: right;
  width: 65%;
  padding-right: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-person-info p {
  font-size: 14px;
  line-height: 1.3em;
  padding-bottom: 10px;
  color: #666666;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .b-person-info {
    padding-right: 0;
  }
}

.b-person-info__name {
  margin: 0;
  font-size: 19px;
  line-height: 1em;
  color: #000;
  font-weight: 600;
}

.b-person-info__due {
  margin: 0;
  font-size: 11px;
  line-height: 1.3em;
  color: #000;
  font-weight: 600;
  padding-bottom: 5px;
}

.b-person-info__link {
  font-size: 14px;
  font-weight: 600;
}

/*=====  End of PERSON LIST  ======*/
/*=========================================
=            PUBLICATIONS LIST            =
=========================================*/
.b-publications {
  padding: 40px 15px;
}

.b-pubs-list {
  padding-bottom: 25px;
}

.b-pub-title {
  margin: 0;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.b-pubs-list__item {
  padding: 30px 0;
  border-top: 1px solid #e7e7e7;
}
.b-pubs-list__item:after {
  content: "";
  display: block;
  clear: both;
}
.b-pubs-list__item:last-child {
  border-bottom: 1px solid #e7e7e7;
}

.b-pub-icon_file {
  display: block;
  width: 41px;
  height: 48px;
  background-image: url('../images/sprites.png');
  background-position: 0 -268px;
  display: inline-block;
}

.b-pub-link {
  font-size: 14px;
}

.b-pub__label {
  width: 22%;
  float: left;
  text-align: center;
}

.b-pub__label img {
  width: 100%;
  height: auto;
}

.b-pub__info {
  float: right;
  width: 78%;
  padding-right: 70px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.b-pub-title {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  padding-bottom: 15px;
}

#publications-page .b-publications-list {
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (max-width: 978px) {
  #publications-page .b-publications-list {
    padding: 0 15px;
  }
}
#publications-page .b-publications-list .b-publication {
  overflow: hidden;
  *zoom: 1;
}
#publications-page .b-publications-list .b-publications-list__item {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 1%;
  float: left;
  width: 49%;
  height: 120px;
  padding: 0;
}
#publications-page .b-publications-list .b-publications-list__item:nth-child(2n-1) {
  margin-right: 1%;
}
@media only screen and (max-width: 978px) {
  #publications-page .b-publications-list .b-publications-list__item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
#publications-page .b-publications-list .b-publication {
  display: table;
  width: 100%;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#publications-page .b-publications-list .b-publication .b-publication__label {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
  text-align: center;
  padding: 1em;
}
#publications-page .b-publications-list .b-publication .b-publication__label .b-pub-icon {
  font-size: 4em;
}
#publications-page .b-publications-list .b-publication .b-publication__label img {
  max-width: 100%;
  height: auto;
}
#publications-page .b-publications-list .b-publication .b-publication__info {
  display: table-cell;
  width: 75%;
  vertical-align: middle;
}
#publications-page .b-publications-list .b-publication .b-publication__info .b-publication-title {
  color: #666666;
  margin: 0 0 1em;
}

/*=====  End of PUBLICATIONS LIST  ======*/
/*============================
=            FORM            =
============================*/
@media only screen and (max-width: 1200px) {
  .b-form-wrap {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .b-form-wrap {
    padding: 0;
  }
}

.b-form-description p {
  font-size: 14px;
  padding-bottom: 15px;
  line-height: 1.5em;
}
@media only screen and (max-width: 1200px) {
  .b-form-description {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .b-form-description {
    text-align: center;
    padding: 25px;
  }
}

.b-form-description-title {
  font-size: 30px;
  line-height: 1.3em;
  color: #8ec549;
  padding-bottom: 1.2em;
}
@media only screen and (max-width: 480px) {
  .b-form-description-title {
    font-size: 20px;
  }
}

.b-form__double-donations {
  margin-bottom: 2em;
}

.b-form__give-options {
  text-align: left;
}

.b-form__give-option {
  background-color: #FFF;
  margin-bottom: 1em;
}

.b-form__give-label {
  height: 50px;
  position: relative;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.b-form__give-label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background-color: #8ec549;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.b-form__give-label:before {
  content: "\f107";
  font: normal normal normal 26px/1 FontAwesome;
  position: absolute;
  right: 25px;
  top: 50%;
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  color: #FFF;
  z-index: 1;
  font-weight: bold;
}
.b-form__give-label:hover:after {
  background-color: #3fbad7;
}
@media only screen and (max-width: 768px) {
  .b-form__give-label:hover:after {
    background-color: #8ec549;
  }
}
.b-form__give-label.active {
  background-color: #8ec549;
}
.b-form__give-label.active:before {
  content: "\f106";
}

.b-form__give-label label {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 70px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% - 120px);
  cursor: inherit;
  text-transform: uppercase;
  color: #8ec549;
}
.b-form__give-label.active label {
  color: #FFF;
}

.b-form__give-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  max-width: 30px;
  max-height: 30px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.b-form__give-icon:not(:first-child) {
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.b-form__give-label.active .b-form__give-icon:not(:first-child) {
  opacity: 1;
}

.b-form__give-collapse {
  display: none;
  padding: 30px;
}

.b-form-description-content {
  margin-top: 20px;
  color: #fff;
}

.b-donation-form {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-donation-form .b-donation-vars-list {
  padding-bottom: 30px;
}
.b-donation-form .b-donation-vars-list li {
  width: 80px;
  height: 80px;
}
.b-donation-form .b-donation-vars-list a {
  width: 76px;
  height: 76px;
  line-height: 76px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.b-donation-form .b-donation-vars-list .b-donation-special-amount a {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  .b-donation-form .b-donation-vars-list .b-donation-special-amount a {
    min-width: 0;
  }
}
@media only screen and (max-width: 768px) {
  .b-donation-form {
    padding: 30px 20px;
  }
}

.b-donation-form--wrapper {
  padding: 35px 70px 40px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .b-donation-form--wrapper {
    padding: 15px 15px 20px;
  }
}

.b-form-header-img {
  position: relative;
  width: 100%;
}
.b-form-header-img img {
  width: 100%;
  display: block;
}

.b-form-top h4 {
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 1.3em;
  padding-bottom: 5px;
  font-weight: 600;
}
.b-form-top address {
  font-size: 14px;
}
.b-form-top p {
  font-size: 14px;
  line-height: 1.3em;
  padding-bottom: 20px;
  font-weight: 600;
}
.b-form-top p span {
  display: block;
}
.b-form-top p:last-child {
  padding-bottom: 0;
}
.b-form-top small {
  font-weight: 400;
}
.b-form-top .b-text-link {
  font-weight: 600;
}
.b-form-top .b-text-link:hover {
  color: #3fbad7;
}

.b-form-top__intro-text {
  padding-bottom: 40px !important;
}

.b-form__tab {
  display: inline-block;
  width: 50%;
  background-color: #8ec549;
  padding-top: 30px;
  vertical-align: bottom;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .b-form__tab {
    text-align: center;
  }
}
.b-form__tab:hover {
  background-color: #3fbad7;
}
.b-form__tab:not(:first-child) {
  text-align: center;
}
.b-form__tab.active {
  padding-top: 40px;
  background-color: #FFF;
}

.b-form__tab-label {
  font-size: 26px;
  color: #3fbad7;
  line-height: 1.3em;
  padding-bottom: .5em;
  margin: 0 0 .5em;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .b-form__tab-label {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .b-form__tab-label {
    font-size: 16px;
  }
}
.b-form__tab:first-child .b-form__tab-label {
  padding-left: 70px;
}
@media only screen and (max-width: 768px) {
  .b-form__tab:first-child .b-form__tab-label {
    padding-left: 0;
  }
}
.b-form__tab:not(.active) .b-form__tab-label {
  color: #EEE;
}

.b-form-header {
  font-size: 26px;
  color: #3fbad7;
  line-height: 1.3em;
  padding-bottom: .5em;
  margin: 0 0 .5em;
  border-bottom: 1px solid #f0f0f0;
}
@media only screen and (max-width: 768px) {
  .b-form-header {
    font-size: 20px;
  }
}

.b-form-header:not(:first-child) {
  margin-top: 2em;
}

.b-form-event-date {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  line-height: 1.3em;
  padding-bottom: 30px;
  display: block;
}

.b-form-event-honor-header {
  font-size: 24px;
  color: #000;
  line-height: 1.3em;
  margin: 0 0 .5em;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .b-form-event-honor-header {
    font-size: 20px;
    margin-bottom: 0;
    padding-top: 20px;
  }
}

.b-form-event-honor-img {
  max-width: 100%;
  display: block;
}

.b-form-section {
  border-bottom: 8px solid #eaeaea;
  margin-bottom: 35px;
}
.b-form-section__no-border {
  border-bottom: none;
}
.b-form-section p {
  font-size: 14px;
  line-height: 1.3em;
}
.b-form-section .b-text-link {
  display: inline-block;
  color: #8ec549;
  text-decoration: underline;
  padding-bottom: 5px;
  line-height: 1.5em;
}
.b-form-section .b-text-link:hover {
  color: #3fbad7;
}
@media only screen and (max-width: 480px) {
  .b-form-section .b-donation-vars-list li {
    width: 64px;
    height: 64px;
    margin: 0;
  }
  .b-form-section .b-donation-vars-list a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 13px;
  }
}

.b-form-section-header {
  font-size: 16px;
  color: #000;
  line-height: 1.3em;
  margin: 0;
  padding-bottom: 20px;
  font-weight: 600;
}

.b-form-info {
  padding-bottom: 15px;
}
.b-form-info p {
  font-size: 11px;
  line-height: 1.5em;
}

.b-form-section_contributions .b-form-header {
  padding-bottom: 0;
  padding-top: 10px;
  font-size: 22px;
}
.b-form-section_contributions .b-donation-vars-list {
  padding-bottom: 50px;
}
.b-form-section_contributions p {
  padding-bottom: 2em;
}

.b-form-info-header {
  color: #3fbad7;
  font-size: 16px;
  line-height: 1.3em;
  margin: 0;
  padding-bottom: 5px;
}

.b-form-footer:after {
  content: "";
  display: block;
  clear: both;
}
.b-form-footer .b-btn {
  float: right;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .b-form-footer .b-btn {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  .b-form-footer .b-btn {
    float: none;
  }
}
.b-form-footer .b-form-section .wrap {
  padding-right: 1em;
}
.b-form-footer .b-form-section p {
  margin-bottom: 1.5em;
}

.b-donate-package-wrapper {
  margin-bottom: 1em;
  border-bottom: 10px solid #f0f0f0;
}
.b-donate-package-wrapper__last {
  padding-bottom: 20px;
  border-bottom: none;
  margin-bottom: 0;
}

.b-package-amount {
  float: right;
  max-width: 30%;
}

.b-donate-package:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: .5em;
}

.b-donate-package-title {
  padding-bottom: 1em;
  width: 70%;
  display: inline-block;
  line-height: 3em;
}
.b-donate-package-title p {
  line-height: 1.3em;
}
@media only screen and (max-width: 768px) {
  .b-donate-package-title {
    width: 100%;
  }
}

.b-donate-package-header {
  font-size: 20px;
  color: #000;
  line-height: 1.3em;
  display: inline-block;
  font-weight: 600;
  margin: 0;
  padding-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .b-donate-package-header {
    font-size: 16px;
  }
}

.b-donate-package__price {
  color: #8ec549;
  display: inline-block;
  font-weight: 400;
  padding-left: 10px;
}
@media only screen and (max-width: 480px) {
  .b-donate-package__price {
    padding-left: 0;
  }
}

.b-donate-package-features {
  font-size: 0;
  color: #666666;
}
.b-donate-package-features li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.5em;
  width: 50%;
  padding: 0 25px;
  padding-bottom: 20px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-donate-package-features li:nth-child(odd) {
  padding-right: 30px;
}
.b-donate-package-features li:nth-child(even) {
  padding-left: 40px;
  padding-right: 0;
}
.b-donate-package-features li:nth-child(even) .b-custom-bullet {
  left: 15px;
}
@media only screen and (max-width: 768px) {
  .b-donate-package-features li {
    display: block;
    width: 100%;
  }
  .b-donate-package-features li:nth-child(odd), .b-donate-package-features li:nth-child(even) {
    padding-left: 25px;
    padding-right: 25px;
  }
  .b-donate-package-features li:nth-child(odd) .b-custom-bullet, .b-donate-package-features li:nth-child(even) .b-custom-bullet {
    left: 0;
  }
}
.b-donate-package-features .b-custom-bullet {
  position: absolute;
  left: 0;
  top: 2px;
}

.b-custom-bullet {
  display: block;
  width: 16px;
  height: 15px;
  background-position: 0 0;
  display: inline-block;
  vertical-align: middle;
}
@media (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx) {
  .b-custom-bullet {
    background-image: url('../images/sprites/bullet_2x.png');
    background-position: center;
    background-size: 16px 15px;
  }
}

/*==============================
=            FIELDS            =
==============================*/
.b-field {
  position: relative;
}
.b-field input {
  height: 100%;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
  padding-bottom: 30px;
}

.b-fieldset-with-subfield {
  padding-bottom: 10px;
}
.b-fieldset-with-subfield .b-input-box_check {
  padding-bottom: 0;
}

@media only screen and (max-width: 480px) {
  .selectivity-input {
    margin: 0 !important;
    font-size: 14px;
  }
}

input[type="radio"],
input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
input[type="radio"]:checked ~ label .b-input-icon,
input[type="checkbox"]:checked ~ label .b-input-icon {
  opacity: 1;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  padding-left: 25px;
  line-height: 1.3em;
}
input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  cursor: pointer;
  background: #fff;
  width: 20px;
  height: 20px;
  padding: 5px;
  position: absolute;
  left: 0;
  top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  vertical-align: middle;
}

.b-input-box {
  position: relative;
  color: #666666;
  font-size: 16px;
  padding-bottom: 10px;
}
.b-input-box:after {
  content: "";
  display: block;
  clear: both;
}
.b-input-box input {
  width: 70%;
  float: right;
  border: 1px solid #cccccc;
  padding: 10px 20px;
  height: 45px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
.b-input-box .selectivity-input {
  width: 70%;
  float: right;
}
.b-input-box label {
  padding-top: 10px;
  display: inline-block;
  width: 30%;
}
@media only screen and (max-width: 480px) {
  .b-input-box input {
    font-size: 14px;
  }
  .b-input-box label {
    font-size: 14px;
    padding-bottom: 10px;
  }
}

.b-subfield-set {
  background: #eaeaea;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -moz-transition: opacity 0.5s, max-height 0.5s;
  -o-transition: opacity 0.5s, max-height 0.5s;
  -webkit-transition: opacity 0.5s, max-height 0.5s;
  transition: opacity 0.5s, max-height 0.5s;
}
.b-subfield-set.visible {
  max-height: 1000px;
  opacity: 1;
}

.b-sub-field-inner {
  padding: 25px 15px 35px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-sub-field-inner p {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5em;
  padding-bottom: 25px;
}
@media only screen and (max-width: 480px) {
  .b-sub-field-inner {
    padding: 20px 15px;
  }
}

.b-sub-field-inner_single {
  padding: 10px 15px;
}
.b-sub-field-inner_single label {
  font-size: 12px;
  width: 70%;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .b-sub-field-inner_single label {
    width: 100%;
    padding-bottom: 10px;
  }
}
.b-sub-field-inner_single .b-single-input {
  vertical-align: middle;
  margin: 0;
}

.b-select-icon {
  background: #8ec549;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  height: 100%;
  vertical-align: top;
  float: right;
  width: 45px;
  text-align: center;
}
.b-select-icon:hover {
  color: #3fbad7;
}
.b-select-icon .fa, .b-select-icon .icon-user, .b-select-icon .b-sidebar__item_program-list category-list li, .b-sidebar__item_program-list category-list .b-select-icon li {
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  position: relative;
  z-index: 1;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.selectivity-single-select {
  background: #fff;
  cursor: pointer;
  height: 45px;
  min-width: 150px;
  position: relative;
  border: 1px solid #cccccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.selectivity-single-select:after {
  content: "";
  display: block;
  clear: both;
}

.selectivity-single-selected-item {
  line-height: 45px;
  font-size: 16px;
}

.selectivity-single-select-input {
  display: none;
}

.selectivity-single-result-container {
  float: left;
  overflow: hidden;
  padding: 0 20px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.selectivity-load-more.highlight,
.selectivity-result-item.highlight {
  background: #3fbad7;
  color: #fff;
}

.selectivity-result-item {
  line-height: 45px;
  padding: 0 25px;
  font-size: 16px;
}

.selectivity-dropdown {
  background: #fff;
  position: absolute;
  z-index: 1046;
  border: 1px solid #cccccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.b-input-box_half-width {
  padding-right: 40%;
}
.b-input-box_half-width input, .b-input-box_half-width .selectivity-input {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .b-input-box_half-width {
    padding-right: 0;
  }
  .b-input-box_half-width input, .b-input-box_half-width .selectivity-input {
    width: 70% !important;
  }
}

.b-input-box_multi-select .selectivity-input {
  width: 30%;
  margin-right: 28px;
}
@media only screen and (max-width: 1024px) {
  .b-input-box_multi-select .selectivity-input {
    width: 25%;
    margin-right: 10%;
  }
}
@media only screen and (max-width: 480px) {
  .b-input-box_multi-select .selectivity-input {
    width: 70%;
    margin-bottom: 10px !important;
  }
}

.b-input-box_check {
  font-size: 14px;
  padding-bottom: 20px;
}
.b-input-box_check input {
  width: 20px;
  height: 20px;
}
.b-input-box_check label {
  width: auto;
  padding-top: 0;
}

.b-input-icon {
  position: absolute;
  top: 1px;
  left: 2px;
  color: #8ec549;
  opacity: 0;
  font-size: 16px;
}

.b-single-input {
  display: inline-block;
  vertical-align: top;
  width: auto;
  position: relative;
}
.b-single-input .selectivity-single-result-container {
  width: 65px;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .b-single-input {
    float: none;
    margin-bottom: 20px;
  }
}

/*=====  End of FIELDS  ======*/
.form-errors {
  background: #fee;
  border: 1px solid red;
  padding: 1em;
  margin-bottom: 2em;
}

.form-errors__list {
  margin: 0;
}

.form-errors__list-item {
  margin-bottom: .5em;
  color: #4d0000;
  font-size: .9em;
}
.form-errors__list-item:last-child {
  margin-bottom: 0;
}

.error input {
  border-left: 5px solid red;
}

/*=====  End of FORM  ======*/
.financials__wrapper {
  padding-bottom: 65px;
}
@media only screen and (max-width: 480px) {
  .financials__wrapper {
    padding-bottom: 45px;
  }
}

.financials__sub-title {
  font-size: 1.35em;
  padding: 25px 0px 10px 0px;
  color: #000222;
}
@media only screen and (max-width: 480px) {
  .financials__sub-title {
    font-size: 1em;
  }
}

.financials__content {
  padding: 0px 100px;
}
@media only screen and (max-width: 480px) {
  .financials__content {
    padding: 0px;
  }
}
.financials__content p {
  color: #999999;
  font-size: 1em;
  padding-top: 0;
  line-height: 1.2em;
  margin: auto;
}

.financials__image-section {
  margin: 40px 0px 0px 0px;
}

.financials__image-wrapper {
  display: flex;
  flex-wrap: no-wrap;
  justify-content: space-between;
  padding: 0px 0px 10px 0px;
}
@media only screen and (max-width: 1024px) {
  .financials__image-wrapper {
    display: block;
    padding: 10px 0px;
  }
}

.financials__image__col {
  flex: 1;
  margin-right: 20px;
}
.financials__image__col:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .financials__image__col {
    margin: 0px 0px 20px 0px;
  }
  .financials__image__col:last-of-type {
    margin: 0;
  }
}

.financials__image {
  width: 100%;
}

.b-career-list {
  color: #666666;
  padding: 0 15px;
}
@media only screen and (min-width: 1024px) {
  .b-career-list {
    padding: 0;
  }
}

.b-career-list__item {
  padding: 1em 0;
}

.b-career {
  width: 100%;
}

.b-career-title {
  font-size: 1.5em;
  line-height: 1.2em;
  padding-bottom: 0.5em;
}

.b-career-title-link {
  color: #8ec549;
}
.b-career-title-link:hover {
  text-decoration: underline;
}

.b-career__info {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .b-career__info {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
  }
}

.b-career__permalink {
  display: block;
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  .b-career__permalink {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 30%;
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .b-career__permalink .b-btn {
    width: 100%;
  }
}

.b-career-date {
  color: #3fbad7;
  margin-bottom: 0.5em;
}

.b-career-header {
  margin-bottom: 0 !important;
  padding: 0 15px;
}

.b-career-header .b-single__title {
  padding-bottom: 0.5em;
  color: #3fbad7;
}

/*===================================
=            CONTACT PAGE           =
===================================*/
.b-contact-page {
  background: #124955 url(../images/dump/bg-hero-mask.jpg) no-repeat;
  background-size: 150%;
  background-position: 50% 0;
  padding-bottom: 60px;
  padding-top: 150px;
}
@media only screen and (max-width: 1024px) {
  .b-contact-page {
    padding-top: 0;
  }
}
.b-contact-page .b-hero-header-membership-join {
  border-top: 1px solid #cccccc;
  padding: 50px 0;
  background-color: rgba(9, 51, 60, 0.7);
}
@media only screen and (max-width: 1200px) {
  .b-contact-page .b-hero-header-membership-join {
    padding: 50px 15px;
  }
}
.b-contact-page .b-membership-form-container {
  display: table;
  width: 100%;
  padding: 0 15px;
  margin: 0 -15px;
}
.b-contact-page .b-membership-title {
  width: 45%;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 0;
  padding-right: 2em;
  line-height: 1.3em;
}
@media only screen and (max-width: 978px) {
  .b-contact-page .b-membership-title {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }
}
.b-contact-page .b-membership-title h3 {
  width: 100%;
}
.b-contact-page .b-membership-title p {
  width: 100%;
  display: block;
}
.b-contact-page .b-contact-join .b-form-membership {
  width: 55%;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
@media only screen and (max-width: 978px) {
  .b-contact-page .b-contact-join .b-form-membership {
    display: block;
    width: 100%;
  }
}
.b-contact-page .b-contact-join .b-form-membership .b-field {
  width: 78%;
  margin-right: 5px;
  float: left;
  height: 44px;
}
@media only screen and (max-width: 978px) {
  .b-contact-page .b-contact-join .b-form-membership .b-field {
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }
}
.b-contact-page .b-contact-join .b-form-membership input {
  opacity: 0.3;
  padding-left: 53px;
}
.b-contact-page .b-contact-join .b-form-membership ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: black;
}
.b-contact-page .b-contact-join .b-form-membership :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
}
.b-contact-page .b-contact-join .b-form-membership ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
}
.b-contact-page .b-contact-join .b-form-membership :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}
.b-contact-page .b-contact-join .b-form-membership :placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: black;
}
.b-contact-page .b-contact-join .b-form-membership .b-btn {
  height: 44px;
  padding: 0 15px;
}
.b-contact-page .b-contact-join .b-form-membership .b-btn:hover {
  background: #124955;
}
.b-contact-page .b-contact-join .b-membership-joined p {
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
}
.b-contact-page .b-contact-join .b-membership-joined p span {
  color: #8ec549;
}
.b-contact-page .b-contact-join .b-membership-joined i.fa, .b-contact-page .b-contact-join .b-membership-joined i.icon-user {
  color: #8ec549;
  font-size: 30px;
  vertical-align: bottom;
  margin-right: 10px;
}
.b-contact-page .b-contact-join .b-field-icon {
  position: absolute;
}
.b-contact-page .b-contact-join .b-field-icon_mail {
  display: block;
  width: 30px;
  height: 23px;
  background-image: url('../images/sprites.png');
  background-position: 0 -120px;
  top: 8px;
  left: 12px;
}
.b-contact-page .panel-grid-cell {
  margin-bottom: 1em;
}
@media only screen and (max-width: 978px) {
  .b-contact-page .panel-grid-cell {
    padding: 0;
    float: none !important;
    width: auto !important;
  }
}
.b-contact-page .b-contact-form-container {
  padding: 50px;
}
@media only screen and (max-width: 768px) {
  .b-contact-page .b-contact-form-container {
    padding: 30px;
  }
}
.b-contact-page .ninja-forms-required-items {
  position: absolute;
  top: -39px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .b-contact-page .ninja-forms-required-items {
    position: relative;
    top: initial;
    right: initial;
  }
}
.b-contact-page .field-wrap {
  white-space: nowrap;
  position: relative;
}
.b-contact-page .ninja-forms-form-wrap input, .b-contact-page .ninja-forms-form-wrap select, .b-contact-page .ninja-forms-form-wrap textarea {
  width: 80%;
  display: inline-block;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .b-contact-page .ninja-forms-form-wrap input, .b-contact-page .ninja-forms-form-wrap select, .b-contact-page .ninja-forms-form-wrap textarea {
    display: block;
    width: 100%;
  }
}
.b-contact-page .ninja-forms-form-wrap input[type="submit"] {
  width: auto;
}
.b-contact-page .field-wrap.label-right label, .b-contact-page .field-wrap.label-left label {
  display: inline-block;
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .b-contact-page .field-wrap.label-right label, .b-contact-page .field-wrap.label-left label {
    margin-bottom: 0.5em;
  }
}
.b-contact-page .field-wrap.spam-wrap label {
  width: 50%;
}
.b-contact-page .field-wrap.spam-wrap input {
  width: 50%;
}
.b-contact-page .field-wrap.textarea-wrap label {
  vertical-align: top;
  padding-top: 10px;
}
.b-contact-page .field-wrap.submit-wrap input {
  background-color: #3fbad7;
  width: 50%;
  margin-right: -13px;
}
@media only screen and (max-width: 768px) {
  .b-contact-page .field-wrap.submit-wrap input {
    margin-right: 0;
    margin-left: 8px;
  }
}
.b-contact-page .field-wrap.submit-wrap input:hover {
  background-color: #8ec549;
}
.b-contact-page .field-wrap.submit-wrap .ninja-forms-field-description {
  position: absolute;
  top: 50%;
  right: 13%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
@media only screen and (max-width: 1024px) {
  .b-contact-page .field-wrap.submit-wrap .ninja-forms-field-description {
    right: 17.5%;
  }
}
.b-contact-page .field-wrap.submit-wrap .ninja-forms-field-description span {
  font-size: 2em;
}

/*=====  End of CONTACT PAGE  =====*/
@media only screen and (max-width: 480px) {
  .b-donation-form_event .b-donation-vars-list li {
    width: 54px;
    height: 54px;
  }
  .b-donation-form_event .b-donation-vars-list li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.b-donation-form_event .input-wrapper__showOtherAmount label {
  width: inherit;
}
.b-donation-form_event .input-wrapper__showOtherAmount label span {
  padding-left: 2em;
}
.b-donation-form_event .input-wrapper__showOtherAmount label span:before {
  content: "$";
}
.b-donation-form_event .input-wrapper__showOtherAmount label span:after {
  content: ".00";
}
.b-donation-form_event .input-wrapper__showOtherAmount label input {
  float: none;
  max-width: 100px;
}
.b-donation-form_event .event-form-promo-code__submit-btn {
  text-align: right;
}
.b-donation-form_event .event-form-promo-code__submit-btn a.loading {
  opacity: .5;
}
.b-donation-form_event .event-form-promo-code__notification--success {
  color: #8ec549;
}
.b-donation-form_event .event-form__buyable-amount {
  margin-bottom: .5em;
  color: #8ec549;
  text-align: right;
}

.page-template-donation-event .b-hero-header {
  padding: 3em 0 0 !important;
}
@media only screen and (max-width: 1024px) {
  .page-template-donation-event .b-hero-header {
    padding: 30px 15px 40px !important;
  }
}

/*=====================================
=            DONATION PAGE            =
=====================================*/
.b-donation-page {
  background: #124955 url(../images/dump/bg-hero-mask.jpg) no-repeat;
  background-size: 150%;
  background-position: 50% 0;
  padding-bottom: 60px;
  padding-top: 150px;
}
.b-donation-page .b-hero-header_text {
  padding: 6em 0 3em;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 3em;
}
@media only screen and (max-width: 768px) {
  .b-donation-page .b-hero-header_text {
    padding: 4em 15px 2em;
    margin-bottom: 0;
  }
}
.b-donation-page.b-donation-billing-page .b-hero-header_text {
  padding: 4.5em 0 4.5em;
  background-position: center;
}
@media only screen and (max-width: 1024px) {
  .b-donation-page {
    padding-top: 0;
    padding-bottom: 0;
  }
  .b-donation-page .b-col-set_two > .b-col {
    width: 98%;
  }
}
@media only screen and (max-width: 480px) {
  .b-donation-page .b-col-set_two .b-col {
    width: 100%;
  }
}

/* Double the Donation CSS*/
#dd-container {
  border-radius: 5px;
}

#dd-container .callout {
  border: none !important;
}

#dd-container .callout center {
  font-size: 0.85em !important;
  text-align: left;
}

#dd-container .callout center a {
  color: #4CB572;
}

#dd-search-title {
  font-size: 1.1em !important;
}

#dd-search-title + label {
  font-size: 0.85em !important;
  font-weight: bold;
}

.chosen-container {
  margin: 0.25em 0;
}

#dd-container .callout center > a:last-child {
  margin: 10px auto 0;
  display: block;
  max-width: 225px;
}

/*=====  End of DONATION PAGE  ======*/
/*================================
=            HOMEPAGE            =
================================*/
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.b-home-top {
  display: table;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .b-home-top {
    display: block;
    height: auto;
  }
}

.b-home-top__back {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #404040;
}
@media only screen and (max-width: 1024px) {
  .b-home-top__back {
    height: 430px;
    position: static;
  }
}
@media only screen and (max-width: 480px) {
  .b-home-top__back {
    height: 220px;
  }
}

.b-home-top__front {
  height: 100%;
  width: 100%;
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  .b-home-top__front {
    position: relative;
  }
}

.b-home-slider {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.b-home-slider ul {
  height: 100%;
}

.b-slide {
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.b-slide img {
  display: block;
  width: auto;
  margin: auto;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .b-slide img {
    width: 100%;
    height: auto;
  }
}
.b-slide .b-img-mask {
  opacity: 0.3;
}
.b-slide.active {
  opacity: 1;
}

img.b-img-mask {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}

.b-slide-title-wrap {
  display: table;
  height: 100%;
  margin-left: 58px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .b-slide-title-wrap {
    display: block;
    bottom: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
    height: 300px;
    background: #124955;
    padding: 25px 35px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .b-slide-title-wrap {
    height: 225px;
    padding: 0 0 0 10px;
  }
}

.b-slide-title {
  vertical-align: middle;
  max-width: 780px;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.b-slide-title.active {
  opacity: 1;
  z-index: 2;
}
.b-slide-title h2 {
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 700;
  color: #8ec549;
  padding-bottom: 40px;
}
.b-slide-title h2 span {
  display: inline-block;
  color: #fff;
  line-height: 30px;
}
@media only screen and (max-width: 1024px) {
  .b-slide-title {
    max-width: none;
    left: initial;
  }
  .b-slide-title h2 {
    font-size: 3em;
  }
}
@media only screen and (max-width: 768px) {
  .b-slide-title h2 {
    font-size: 32px;
    line-height: 34px;
    padding-bottom: 20px;
  }
  .b-slide-title .b-btn-text {
    font-size: 14px;
  }
}

.b-slide-link {
  color: #3fbad7;
  font-size: 1.25em;
}
.b-slide-link:hover {
  color: #fff;
}
.b-slide-link:hover .fa, .b-slide-link:hover .icon-user, .b-slide-link:hover .b-sidebar__item_program-list category-list li, .b-sidebar__item_program-list category-list .b-slide-link:hover li {
  color: #fff;
}
.b-slide-link .fa, .b-slide-link .icon-user, .b-slide-link .b-sidebar__item_program-list category-list li, .b-sidebar__item_program-list category-list .b-slide-link li {
  font-size: 1.35em;
  margin-left: 5px;
  color: #3fbad7;
  position: relative;
  top: 3px;
}

.b-slider-dots {
  position: absolute;
  bottom: 200px;
}
.b-slider-dots li {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 4px;
  -moz-transform-origin: 60% 60%;
  -ms-transform-origin: 60% 60%;
  -webkit-transform-origin: 60% 60%;
  transform-origin: 60% 60%;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.b-slider-dots li:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -3px;
  opacity: 0;
}
.b-slider-dots li.active {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.b-slider-dots li.active .b-arc_inner {
  border-color: transparent #fff #fff #fff;
}
.b-slider-dots li.active .b-arc_outer {
  border-color: #fff #fff #fff transparent;
}
.b-slider-dots li.active:before {
  opacity: 1;
}
.b-slider-dots li:hover {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
@media screen and (max-height: 740px) {
  .b-slider-dots {
    bottom: 220px;
    right: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .b-slider-dots {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1200px) and (max-height: 740px) {
  .b-slider-dots {
    bottom: 170px;
  }
}

@media only screen and (max-width: 1024px) {
  .b-slider-dots {
    bottom: 10px;
    left: 50%;
    right: initial;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-left: 0;
  }
}

.b-home-options {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.b-home-options:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #124955;
  opacity: 0.7;
  z-index: -1;
}
.b-home-options p {
  font-size: 12px;
  color: #666666;
  line-height: 1.3em;
}
@media only screen and (max-width: 1024px) {
  .b-home-options {
    display: none;
  }
}

.b-home-options__join {
  position: relative;
  padding: 25px 0;
  max-width: 510px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
  .b-home-options__join {
    margin: auto;
    max-width: 768px;
  }
}
.b-home-options__join .b-membership-title {
  padding-bottom: 20px;
}
.b-home-options__join .b-membership-title p {
  color: #fff;
  padding-bottom: 10px;
  display: inline-block;
  width: 70%;
}
.b-home-options__join .b-membership-title h3 {
  font-weight: 700;
  color: #8ec549;
  font-size: 24px;
  width: 130px;
  display: inline-block;
}
.b-home-options__join .b-membership-title span {
  width: 70%;
  display: block;
  font-size: 18px;
}
.b-home-options__join .b-form-membership {
  overflow: hidden;
}
.b-home-options__join .b-form-membership .b-field {
  margin-right: 5px;
  width: 79%;
  float: left;
  height: 44px;
}
.b-home-options__join .b-form-membership input {
  opacity: 0.3;
  padding-left: 60px;
}
.b-home-options__join .b-form-membership ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: black;
}
.b-home-options__join .b-form-membership :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
}
.b-home-options__join .b-form-membership ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
}
.b-home-options__join .b-form-membership :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}
.b-home-options__join .b-form-membership :placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: black;
}
.b-home-options__join .b-form-membership .b-btn {
  float: right;
  width: 20%;
  height: 44px;
  padding: 0 15px;
}
.b-home-options__join .b-membership-joined p {
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
}
.b-home-options__join .b-membership-joined p span {
  color: #8ec549;
}
.b-home-options__join .b-membership-joined i.fa, .b-home-options__join .b-membership-joined i.icon-user {
  color: #8ec549;
  font-size: 30px;
  vertical-align: bottom;
  margin-right: 10px;
}
.b-home-options__join .b-field-icon {
  position: absolute;
}
.b-home-options__join .b-field-icon_mail {
  display: block;
  width: 30px;
  height: 23px;
  background-image: url('../images/sprites.png');
  background-position: 0 -120px;
  top: 8px;
  left: 12px;
}

.b-home-donation {
  position: relative;
  top: -210px;
  z-index: 1;
  max-width: 1200px;
  margin: auto;
}
.b-home-donation .b-donation {
  padding: 30px;
  position: absolute;
  right: 0;
  max-width: 570px;
  height: 275px;
  background-size: contain;
  background-position: 85% 75%;
}
.b-home-donation .b-donation-vars-list {
  padding-bottom: 25px;
  text-align: center;
}
.b-home-donation .b-donation-vars-list li {
  margin: 0px;
}
.b-home-donation .b-donation-info {
  width: 44%;
  float: left;
  padding-right: 3%;
}
.b-home-donation .b-donation-info p {
  font-size: 12px;
  line-height: 1.3em;
}
.b-home-donation .b-donation-vars {
  width: 53%;
  float: right;
}
.b-home-donation .b-donation-vars .b-btn {
  display: block;
  padding: 5px 0;
}
@media only screen and (max-width: 1200px) {
  .b-home-donation {
    position: static;
  }
  .b-home-donation .b-donation {
    position: static;
    margin: auto;
    max-width: 768px;
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .b-home-donation {
    display: none;
  }
}

.b-home-map {
  background: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .b-home-map {
    overflow-x: hidden;
    overflow-y: visible;
  }
}
.b-home-map .b-title-description {
  color: #3d761c;
  max-width: 920px;
}
@media only screen and (max-width: 1200px) {
  .b-home-map .b-title {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .b-home-map .b-title {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .b-home-map .b-title {
    padding-bottom: 20px;
  }
}

.b-impact-title {
  font-size: 18px;
  padding-bottom: 10px;
  color: #000;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .b-impact-title {
    display: block;
  }
}

.b-map-control {
  display: block;
  padding: 15px 0;
  margin-bottom: 20px;
}
.b-map-control ul {
  font-size: 0;
  max-width: 1200px;
  margin: auto;
  border: 1px solid #cccccc;
}
.b-map-control li {
  width: 20%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  font-weight: 700;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .b-map-control {
    margin-bottom: 10px;
    display: block;
  }
  .b-map-control li {
    padding: 15px 0;
  }
}

.b-map-wrap {
  text-align: center;
  max-width: 1400px;
  margin: auto;
}
@media only screen and (max-width: 480px) {
  .b-map-wrap {
    padding-bottom: 10px;
  }
}

.b-map-vars .map-image {
  position: relative;
}
.b-map-vars .map-image img {
  width: 100%;
  display: block;
}
.b-map-vars .map-image ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-map-vars .map-image ul li {
  margin: -12px 0 0 -10px;
  opacity: 1;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.b-map-vars .map-image ul li .b-map-pin {
  position: absolute;
  /*					&:after {
  						content: '';
  					    box-shadow: 0 3px 6px rgba(0,0,0,1);
  					    height: 2px;
  					    width: 9px;
  					    display: block;
  					    margin: -6px 0 0 6px;
  					}*/
}
.b-map-vars .map-image ul li .b-map-pin:hover:after {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7) rgba(255, 255, 255, 0.7) rgba(255, 255, 255, 0.7) transparent;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: -5px;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 500ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 500ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 500ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.b-map-vars .map-image ul li .b-map-pin:hover:before {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7) transparent rgba(255, 255, 255, 0.7) rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  position: absolute;
  top: 6px;
  left: -8px;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 1000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 1000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.b-map-vars .map-image ul li svg {
  width: 20px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .b-map-vars .map-image ul li svg {
    width: 14px;
  }
}
.b-map-vars .map-image ul li.ng-hide {
  opacity: 0;
}

.b-map-popup {
  position: absolute;
  top: 50%;
  width: 360px;
  left: 50%;
  margin-left: -120px;
  margin-top: -170px;
  border: 1px solid #cccccc;
  z-index: 9;
  color: #000222;
}
.b-map-popup.video {
  left: 30%;
}
.b-map-popup.text {
  left: 60%;
}
.b-map-popup.visible.ng-enter {
  transition: 0.5s linear all;
  opacity: 0;
}
.b-map-popup.visible.ng-enter.ng-enter-active {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .b-map-popup {
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    margin: 0;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .b-map-popup.video {
    z-index: 1;
  }
}
@media only screen and (max-width: 480px) {
  .b-map-popup {
    width: 320px;
  }
}

.b-popup-subtitle {
  font-size: 12px;
  display: block;
  padding-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .b-popup-subtitle {
    display: none;
  }
}

.b-popup-title {
  color: #3d761c;
  font-size: 18px;
}

.b-map-popup__top {
  background: #fff;
  padding: 30px 60px 20px;
  overflow: hidden;
  position: relative;
}
.text .b-map-popup__top {
  padding-top: 40px;
}
.b-map-popup__top .b-lined:before, .b-map-popup__top .b-lined:after {
  top: 40%;
}
@media only screen and (max-width: 1024px) {
  .b-map-popup__top {
    padding-bottom: 15px;
  }
}

.b-popup-closer {
  background: #3fbad7;
  position: absolute;
  height: 30px;
  width: 28px;
  top: 0;
  right: 10px;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.b-popup-closer .fa, .b-popup-closer .icon-user, .b-popup-closer .b-sidebar__item_program-list category-list li, .b-sidebar__item_program-list category-list .b-popup-closer li {
  color: #fff;
  line-height: 30px;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.b-popup-closer:hover {
  background: #8ec549;
}

.b-popup-closer-icon {
  display: block;
  width: 17px;
  height: 17px;
  background-image: url('../images/sprites.png');
  background-position: 0 -72px;
  display: inline-block;
  margin-top: 6px;
}

.b-map-popup__content {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.b-map-popup__content p {
  padding: 0 35px;
  font-size: 14px;
  line-height: 1.2em;
}
.b-map-popup__content img {
  margin-bottom: 1em;
}
.text .b-map-popup__content {
  padding-bottom: 20px;
}
.video .b-map-popup__content {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: 165px;
}
.video .b-map-popup__content img {
  width: 100%;
  display: block;
}
.video .b-map-popup__content .b-round-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -48px;
  margin-top: -43px;
}

.b-map-popup__bottom {
  background: #fff;
  padding: 15px 0;
  border-bottom: 10px solid #3d761c;
}

.b-map-bottom-link {
  margin-bottom: 4em;
}
@media only screen and (max-width: 480px) {
  .b-map-bottom-link {
    display: block;
    margin-bottom: 2em;
  }
  .b-map-bottom-link .b-btn {
    display: block;
  }
  .b-map-bottom-link .b-btn .b-btn-text {
    font-size: 14px;
    line-height: 24px;
  }
  .b-map-bottom-link .b-btn .b-btn-icon {
    font-size: 18px;
    line-height: 24px;
  }
  .b-map-bottom-link.b-lined:before, .b-map-bottom-link.b-lined:after {
    display: none;
    position: relative;
    top: -5px;
  }
}

/*=====  End of HOMEPAGE  ======*/
/*===================================
=            DEFAULT PAGE           =
===================================*/
.b-default-page {
  background: #124955 url(../images/dump/bg-hero-mask.jpg) no-repeat;
  background-size: 150%;
  background-position: 50% 0;
  padding-bottom: 60px;
  padding-top: 150px;
}
@media only screen and (max-width: 1024px) {
  .b-default-page {
    padding-top: 0;
    padding-bottom: 0;
  }
  .b-default-page .b-hero-header {
    padding-bottom: 10px;
  }
  .b-default-page .b-col-set_two > .b-col {
    width: 98%;
  }
}
@media only screen and (max-width: 480px) {
  .b-default-page .b-col-set_two .b-col {
    width: 100%;
  }
}

.b-default-section-header h1 span {
  background-color: #8ec549;
  padding: 0.5em;
  color: #FFF;
  text-align: center;
}

/*=====  End of DEFAULT PAGE  ======*/
/*===================================
=            PERSONNEL DETAIL PAGE           =
===================================*/
.single-personnel .b-program__related {
  margin: 2em 0;
  padding-top: 0;
}
.single-personnel .b-program__related h3 {
  text-transform: uppercase;
  font-size: 24px;
}
@media only screen and (max-width: 480px) {
  .single-personnel .b-program__related h3 {
    font-size: 18px;
  }
}
.single-personnel .b-program__related__program {
  border: 1px solid #cccccc;
  width: 100%;
  margin-bottom: 1em;
  width: 255px;
}
.single-personnel .b-program__related__program a {
  display: block;
  padding: 1em;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.single-personnel .b-program__related__program a:hover {
  color: #8ec549;
}
.single-personnel .b-program__info h3 {
  color: #8ec549;
}
.single-personnel .b-sidebar__item_publications .b-pub__label .icon-publicationicon {
  color: #8ec549;
  font-size: 2.5em;
}
.single-personnel .b-sidebar__item_publications .b-pub__info a {
  color: #8ec549;
}
.single-personnel .b-sidebar__item_publications .b-pub__info a:hover {
  color: #3fbad7;
}
@media only screen and (max-width: 1024px) {
  .single-personnel .b-sidebar {
    padding: 0 15px;
  }
}

.b-featured-post {
  background-color: #124955;
  padding: 2em;
}

.b-program__pull-quote {
  margin-bottom: 2em;
}
.b-program__pull-quote p {
  color: #3fbad7;
  font-size: 18px;
  line-height: 1.4em;
}
@media only screen and (max-width: 480px) {
  .b-program__pull-quote p {
    font-size: 14px;
  }
}

.b-personnel-header {
  margin-bottom: 2em;
}
.b-personnel-header .b-personnel-image {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.b-personnel-header .b-personnel-image img {
  width: 100%;
  height: auto;
  display: block;
}
.b-personnel-header .b-personnel-detail {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  color: #3fbad7;
}
.b-personnel-header .b-personnel-detail p {
  padding-left: 16px;
  font-size: 16px;
  line-height: 1em;
  padding-bottom: 1em;
}
@media only screen and (max-width: 480px) {
  .b-personnel-header .b-personnel-detail p {
    font-size: 14px;
  }
}
.b-personnel-header .b-personnel-detail .b-personnel-type {
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  .b-personnel-header .b-personnel-detail .b-personnel-type {
    font-size: 12px;
  }
}
.b-personnel-header .b-personnel-detail .b-single__title {
  padding-left: 16px;
  padding-bottom: 0;
  line-height: 1.2em;
}
.b-personnel-header .b-personnel-detail .b-personnel-title {
  color: #000;
}
.b-personnel-header .b-personnel-detail .b-personnel-twitter {
  color: #8ec549;
  font-size: 1.2em;
}
.b-personnel-header .b-personnel-detail .b-personnel-twitter a {
  color: inherit;
}
.b-personnel-header .b-personnel-detail .b-personnel-twitter a:hover {
  text-decoration: underline;
}

#b-scientist-article-set .b-title, #b-leadership-article-set .b-title {
  color: #3fbad7;
}
#b-scientist-article-set .b-article, #b-leadership-article-set .b-article {
  border: 1px solid #cccccc;
}

@media only screen and (max-width: 1024px) {
  .b-programs-list category-list li {
    padding: 20px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .b-programs-list category-list li span {
    vertical-align: middle;
    display: inline-block !important;
  }
}
@media only screen and (max-width: 1024px) {
  .b-programs-list category-list li span.b-filter-label__icon {
    width: 40px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .b-programs-list category-list li span.b-filter-label__text {
    padding-left: 1em;
  }
}

.b-leadership-donate-membership {
  height: auto;
  padding: 1em 0;
}
.b-leadership-donate-membership:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #cccccc;
}
.b-leadership-donate-membership .b-home-options__join, .b-leadership-donate-membership .b-row_donation {
  width: 50%;
  max-width: none;
  display: inline-block;
  vertical-align: top;
}
.b-leadership-donate-membership .b-home-options__join .b-donation-title .b-text-link, .b-leadership-donate-membership .b-row_donation .b-donation-title .b-text-link {
  font-size: 14px;
}
.b-leadership-donate-membership .b-home-options__join .b-donation-title .b-text-link:hover, .b-leadership-donate-membership .b-row_donation .b-donation-title .b-text-link:hover {
  text-decoration: underline;
}
.b-leadership-donate-membership .b-home-options__join .b-membership-title h3, .b-leadership-donate-membership .b-row_donation .b-membership-title h3 {
  width: 70%;
  font-size: 32px;
  line-height: 1em;
  color: #3fbad7;
}
@media only screen and (max-width: 978px) {
  .b-leadership-donate-membership .b-home-options__join .b-membership-title h3, .b-leadership-donate-membership .b-row_donation .b-membership-title h3 {
    width: 100%;
    display: block;
  }
}
.b-leadership-donate-membership .b-home-options__join .b-membership-title p, .b-leadership-donate-membership .b-row_donation .b-membership-title p {
  width: 30%;
  font-size: 11px;
  color: #000;
}
@media only screen and (max-width: 978px) {
  .b-leadership-donate-membership .b-home-options__join .b-membership-title p, .b-leadership-donate-membership .b-row_donation .b-membership-title p {
    width: 100%;
    display: block;
  }
}
.b-leadership-donate-membership .b-home-options__join, .b-leadership-donate-membership .b-donation {
  padding: 50px 40px;
}
@media only screen and (max-width: 1024px) {
  .b-leadership-donate-membership .b-home-options__join, .b-leadership-donate-membership .b-donation {
    padding: 50px 15px;
  }
}
.b-leadership-donate-membership .b-form-membership b-field-icon {
  z-index: 1;
}
.b-leadership-donate-membership .b-form-membership .b-field {
  width: 78%;
}
.b-leadership-donate-membership .b-form-membership input {
  background-color: #eaeaea;
}
@media only screen and (max-width: 1024px) {
  .b-leadership-donate-membership .b-home-options__join {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .b-leadership-donate-membership .b-row_donation {
    text-align: center;
    width: 100%;
  }
}
.b-leadership-donate-membership .b-row_donation .b-donation-vars {
  padding: 0 20px 0 0;
}
@media only screen and (max-width: 1024px) {
  .b-leadership-donate-membership .b-row_donation .b-donation-vars {
    margin-bottom: 1em;
  }
}
.b-leadership-donate-membership .b-row_donation .b-btn {
  width: 27%;
}
@media only screen and (max-width: 1024px) {
  .b-leadership-donate-membership .b-row_donation .b-btn {
    width: 255px;
    display: block;
    margin: 1em auto;
  }
}
.b-leadership-donate-membership .b-row_donation .b-donation-info {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .b-leadership-donate-membership .b-row_donation .b-donation-info .b-text-link {
    display: none;
  }
}

/*=====  End of PERSONNEL DETAIL PAGE  ======*/
/*===================================
=            PERSONNEL PAGE           =
===================================*/
#personnel-page {
  padding-bottom: 2em;
}
@media only screen and (max-width: 978px) {
  #personnel-page .b-artile-filter {
    padding: 0 15px;
  }
}
#personnel-page .b-article-filter-list li.active, #personnel-page .b-article-filter-list li:hover {
  color: #cffd96;
}
@media only screen and (max-width: 978px) {
  #personnel-page .b-article-filter-list li span {
    display: inline-block;
    width: 75%;
  }
}
#personnel-page .b-article-filter-list a {
  color: inherit !important;
}
#personnel-page .b-article-set-page-title {
  color: #3fbad7;
  text-align: center;
  margin-bottom: 1em;
}
#personnel-page .b-article-set-director li {
  height: 100px;
  border-bottom: 3px solid #8ec549;
}
#personnel-page .b-article-director {
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
#personnel-page .b-article-director__content .b-article-sub-title {
  text-transform: uppercase;
  margin: .5em 0;
}
#personnel-page .b-article-director__content .b-article-external-link {
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  #personnel-page .b-article-director__content .b-article-external-link {
    font-size: 11px;
  }
}
#personnel-page .b-article-director__content .b-article-external-link a {
  color: #8ec549;
}
#personnel-page .b-article-director__content .b-article-external-link a:hover {
  text-decoration: underline;
}
#personnel-page .b-article-director__content .b-article-scientist-link {
  color: #666666;
  text-decoration: underline;
}
#personnel-page .b-article-director__content .b-article-scientist-link:hover {
  text-decoration: none;
}
#personnel-page .b-article {
  border: 1px solid #cccccc;
}
@media only screen and (max-width: 480px) {
  #personnel-page .b-article {
    width: 100%;
  }
}
#personnel-page .b-board-section, #personnel-page .b-leadership-section {
  margin-bottom: 3em;
}
#personnel-page .b-scientist-section {
  margin-bottom: 5em;
}
@media only screen and (max-width: 1200px) {
  #personnel-page .b-article-set {
    padding: 0 15px;
  }
}
#personnel-page .b-article-set .b-article-more-link {
  margin-top: 25px;
}
#personnel-page .b-article__content {
  padding-bottom: 0 !important;
}

/*=====  End of PERSONNEL PAGE  ======*/
/*=======================================
=            PROGRAM LANDING            =
=======================================*/
.b-program-landing {
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .b-program-landing {
    padding-top: 0;
  }
}
.b-program-landing .b-article__content {
  padding-bottom: 0px !important;
}

.b-program-filter-list {
  font-size: 0;
  max-width: 1200px;
  margin: auto;
  background: #fff;
  margin-bottom: 40px;
  position: relative;
}
.b-program-filter-list:after {
  content: "";
  display: block;
  position: absolute;
  height: 8px;
  top: 5px;
  width: 100%;
  left: 0;
  background: #3fbad7;
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .b-program-filter-list {
    padding-top: 5px;
  }
  .b-program-filter-list:after {
    opacity: 1;
  }
}

.b-program-filter-list__item {
  width: 20%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  font-weight: 700;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 65px;
  background: #fff;
  cursor: pointer;
}
.b-program-filter-list__item:after {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  opacity: 0;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.b-program-filter-list__item:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: #cccccc;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
.b-program-filter-list__item:last-child:before {
  display: none;
}
.b-program-filter-list__item.active:after, .b-program-filter-list__item:hover:after {
  opacity: 1;
}
@media only screen and (max-width: 978px) {
  .b-program-filter-list__item {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .b-program-filter-list__item:hover:after {
    opacity: 0;
  }
  .b-program-filter-list__item.active:after {
    opacity: 1;
  }
}

.b-filter-label {
  color: inherit;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 978px) {
  .b-filter-label {
    padding: 0;
  }
}

.b-filter-label__icon {
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 978px) {
  .b-filter-label__icon {
    position: static;
  }
}

.b-filter-label__text {
  display: inline-block;
  text-align: left;
  font-size: 1em;
  margin: 0 auto;
  top: 50%;
  position: relative;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.b-filter-label__text i {
  font-size: 2.5em;
  vertical-align: middle;
  padding-right: 10px;
}
@media only screen and (max-width: 978px) {
  .b-filter-label__text i {
    padding-right: 0;
  }
}
.b-filter-label__text span {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 978px) {
  .b-filter-label__text span {
    display: none;
  }
}

.b-program-filter-list__item_pandemic-prevention {
  color: #3d761c;
}
.b-program-filter-list__item_pandemic-prevention .b-filter-label__icon {
  display: block;
  width: 35px;
  height: 35px;
  background-position: 0 -1354px;
  display: inline-block;
}
@media (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx) {
  .b-program-filter-list__item_pandemic-prevention .b-filter-label__icon {
    background-image: url('../images/sprites/imenu-pandemic_small_2x.png');
    background-position: center;
    background-size: 35px 35px;
  }
}
.b-program-filter-list__item_pandemic-prevention:after {
  background: #3d761c;
}
.b-program-filter-list__item_pandemic-prevention span {
  width: 100px;
}

.b-program-filter-list__item_wildlife-conservation {
  color: #26788b;
}
.b-program-filter-list__item_wildlife-conservation .b-filter-label__icon {
  display: block;
  width: 33px;
  height: 35px;
  background-position: 0 -1551px;
  display: inline-block;
}
@media (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx) {
  .b-program-filter-list__item_wildlife-conservation .b-filter-label__icon {
    background-image: url('../images/sprites/imenu-wildlife_small_2x.png');
    background-position: center;
    background-size: 33px 35px;
  }
}
.b-program-filter-list__item_wildlife-conservation:after {
  background: #26788b;
}
.b-program-filter-list__item_wildlife-conservation span {
  width: 120px;
}

.b-program-filter-list__item_one-health {
  color: #3fbad7;
}
.b-program-filter-list__item_one-health .b-filter-label__icon {
  display: block;
  width: 26px;
  height: 35px;
  background-position: 0 -1118px;
  display: inline-block;
}
@media (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx) {
  .b-program-filter-list__item_one-health .b-filter-label__icon {
    background-image: url('../images/sprites/imenu-onehelath_small_2x.png');
    background-position: center;
    background-size: 26px 35px;
  }
}
.b-program-filter-list__item_one-health:after {
  background: #3fbad7;
}

.b-program-filter-list__item_biosurveillance {
  color: #f17037;
}
.b-program-filter-list__item_biosurveillance .b-filter-label__icon {
  display: block;
  width: 40px;
  height: 35px;
  background-position: 0 -805px;
  display: inline-block;
}
@media (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx) {
  .b-program-filter-list__item_biosurveillance .b-filter-label__icon {
    background-image: url('../images/sprites/imenu-bios_small_2x.png');
    background-position: center;
    background-size: 40px 35px;
  }
}
.b-program-filter-list__item_biosurveillance:after {
  background: #f17037;
}

.b-program-filter-list__item_deforestation {
  color: #8a5c11;
}
.b-program-filter-list__item_deforestation .b-filter-label__icon {
  display: block;
  width: 37px;
  height: 35px;
  background-position: 0 -954px;
  display: inline-block;
}
@media (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx) {
  .b-program-filter-list__item_deforestation .b-filter-label__icon {
    background-image: url('../images/sprites/imenu-deforestation_small_2x.png');
    background-position: center;
    background-size: 37px 35px;
  }
}
.b-program-filter-list__item_deforestation:after {
  background: #8a5c11;
}

.pin__pandemic-prevention {
  fill: #3d761c;
}

.pin__wildlife-conservation {
  fill: #26788b;
}

.pin__one-health {
  fill: #3fbad7;
}

.pin__biosurveillance {
  fill: #f17037;
}

.pin__deforestation {
  fill: #8a5c11;
}

/*=====  End of PROGRAM LANDING  ======*/
/*===================================
=            PROGRAM DETAIL           =
===================================*/
.b-icon-program-text {
  font-size: 13px;
  text-transform: uppercase;
}

.b-program-label_biosurveillance {
  background: #f17037;
}

.b-program-label_deforestation {
  background: #8a5c11;
}

.b-program-label_pandemic-prevention {
  background: #3d761c;
}

.b-program-label_one-health {
  background: #3fbad7;
}

.b-program-label_wildlife-conservation {
  background: #26788b;
}

.b-program__impact {
  background: #3fbad7 url(../images/dump/mask-article.png) no-repeat;
  background-position: -165px -215px;
  padding: 24px 35px 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  margin-bottom: 40px;
  line-height: 1.3em;
}
.b-program__impact h2 {
  font-size: 30px;
  line-height: 35px;
  line-height: 1.2em;
  padding-bottom: 15px;
}
.b-program__impact p {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .b-program__impact h2 {
    font-size: 24px;
  }
}

.b-program__info {
  line-height: 1.3em;
  font-size: 14px;
}
.b-program__info h3 {
  font-size: 16px;
  color: #3fbad7;
  font-weight: 600;
  margin-bottom: 1em;
}
.b-program__info p {
  margin-bottom: 10px;
}

.b-program__content {
  overflow: hidden;
  margin-bottom: 2em;
  -moz-transition: max-height 1s;
  -o-transition: max-height 1s;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
.b-program__content .panel-grid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.b-program__related {
  line-height: 1.3em;
  padding-top: 50px;
}
.b-program__related h3 {
  font-size: 16px;
  color: #3fbad7;
  font-weight: 600;
  padding-bottom: 20px;
}
.b-program__related li {
  padding-right: 5px;
}

/*=====  End of PROGRAM DETAIL  ======*/
.b-search-page {
  max-width: 1000px;
  margin: 4em auto 0;
}
@media only screen and (max-width: 1024px) {
  .b-search-page {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.b-search-page .b-search-result-item {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.b-search-page .b-search-result-item:hover {
  cursor: pointer;
}
.b-search-page .b-search-result-item:hover a {
  color: #8ec549;
  text-decoration: underline;
}
.b-search-page .b-search-result-wrapper {
  display: table;
  width: 100%;
}
.b-search-page .b-search-result-link {
  display: inline-block;
}
.b-search-page .b-search-result-image {
  width: 20%;
  display: table-cell;
  vertical-align: top;
}
.b-search-page .b-search-result-image img {
  width: 100%;
  max-width: 100%;
  display: block;
  height: auto;
}
.b-search-page .b-search-result-bg {
  width: 1%;
  min-height: 3em;
  height: 3em;
  display: table-cell;
  background-color: #8ec549;
}
.b-search-page .b-search-result-detail {
  width: 80%;
  display: table-cell;
  vertical-align: top;
  padding-left: 1.5em;
}
.b-search-page .b-search-result-detail h3 {
  font-size: 26px;
  margin-bottom: .5em;
}
.b-search-page .b-search-result-detail h3 a {
  color: #3fbad7;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.b-search-page .b-search-result-detail h3 a:hover {
  color: #8ec549;
  text-decoration: underline;
}
@media only screen and (max-width: 978px) {
  .b-search-page .b-search-result-detail h3 {
    font-size: 22px;
  }
}
.b-search-page .b-search-result-detail P {
  line-height: 1.2em;
  margin-bottom: .5em;
  font-size: 12px;
  color: #999999;
}
.b-search-page .b-search-result-detail P.b-text-link {
  color: #565656;
  font-size: 15px;
}

/*===================================
=            UPDATES PAGE           =
===================================*/
.b-updates-page .b-updates-filter-list {
  margin-top: 2em;
  width: 100%;
  text-align: center;
  background-color: #8ec549;
}
@media only screen and (max-width: 480px) {
  .b-updates-page .b-updates-filter-list {
    margin-bottom: 2em;
  }
}
.b-updates-page .b-updates-filter-list .cat-item {
  display: inline-block;
  padding: 1em 0;
}
@media only screen and (max-width: 978px) {
  .b-updates-page .b-updates-filter-list .cat-item {
    display: block;
    width: -moz-calc(100%);
    width: -webkit-calc(100%);
    width: calc(100%);
  }
}
.b-updates-page .b-updates-filter-list .cat-item a {
  color: white;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.b-updates-page .b-updates-filter-list .cat-item a:before {
  content: "";
  display: block;
  width: 16px;
  height: 15px;
  background-position: 0 -1747px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 1em;
}
@media (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx) {
  .b-updates-page .b-updates-filter-list .cat-item a:before {
    background-image: url('../images/sprites/jbullet-white_2x.png');
    background-position: center;
    background-size: 16px 15px;
  }
}
.b-updates-page .b-updates-filter-list .cat-item a:hover {
  color: #3d761c;
}
.b-updates-page .b-article-set loading-icon {
  left: 50%;
  position: relative;
  margin-left: -16px;
}
.b-updates-page .b-article-set .b-article-set-list .b-article {
  border: 1px solid #cccccc;
}
.b-updates-page .b-article-set .b-article-more-link {
  padding-bottom: 4em;
}
.b-updates-page .b-article__content {
  padding-bottom: 0 !important;
}

.single-post #single-update .b-updates__info {
  line-height: 1.3em;
  padding-bottom: 50px;
}
.single-post #single-update .b-updates__content {
  margin-bottom: 2em;
  color: #000;
}
.single-post #single-update .b-updates__content a {
  color: #3fbad7;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.single-post #single-update .b-updates__content a:hover {
  color: #8ec549;
  text-decoration: underline;
}

/*=====  End of UPDATES PAGE  ======*/
.page-id-3656 .panel-row-style:not(.siteorigin-panels-stretch) .panel-grid-cell {
  max-width: 960px;
  margin: auto;
  margin: 0 auto;
  padding: 0 20px !important;
}
@media (min-width: 768px) {
  .page-id-3656 .panel-row-style:not(.siteorigin-panels-stretch) .panel-grid-cell {
    padding: 0px;
  }
}
.page-id-3656 [id^="pg-3656"] {
  margin: 0px !important;
  padding: 0px !important;
}
.page-id-3656 .siteorigin-panels-stretch.panel-row-style {
  margin: 0px !important;
  padding: 0px !important;
}
.page-id-3656 .stretch__row__full-img .panel-grid {
  margin: 0px !important;
  padding: 0px !important;
}
.page-id-3656 .stretch__row__full-img .panel-grid .panel-grid-cell {
  padding: 0px !important;
}
@media (min-width: 768px) {
  .page-id-3656 .strategy__short-width {
    width: 60% !important;
    margin: 0 auto !important;
  }
}
.page-id-3656 .strategy__short-width p {
  margin-bottom: 30px;
}
.page-id-3656 .strategy__space-top-bottom {
  padding: 100px 0px !important;
}
.page-id-3656 .strategy__sub-title {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-id-3656 .strategy__sub-title {
    margin-bottom: 50px;
  }
}
.page-id-3656 .strategy__sub-title h3 {
  font-weight: 600;
  line-height: 1.5em;
  font-size: 1.15em;
}
@media (min-width: 768px) {
  .page-id-3656 .strategy__sub-title h3 {
    font-size: 1.5em;
  }
}
.page-id-3656 .strategy__paragraph p:not(:first-child) {
  margin-top: 15px;
}
.page-id-3656 .list__first-level {
  margin-top: 30px;
}
.page-id-3656 .list__first-level li {
  counter-increment: item;
  margin-bottom: 10px;
}
.page-id-3656 .list__first-level li:before {
  content: counter(item) !important;
  color: #8ec549;
  display: inline-block;
  padding-right: .5em;
  float: left;
}
.page-id-3656 .list__second-level {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 10px !important;
}
.page-id-3656 .list__second-level li:before {
  content: none !important;
}
.page-id-3656 .strategy__header {
  padding-top: 70px;
}
.page-id-3656 .strategy__image-padding {
  padding: 0px 30px !important;
}
.page-id-3656 .strategy__header__thumbs .panel-grid-cell .so-panel {
  margin-bottom: 5px !important;
}
.page-id-3656 .siteorigin-panels-stretch .panel-grid-cell {
  padding: 0px !important;
}
.page-id-3656 .siteorigin-panels-stretch .panel-grid-cell .so-panel {
  margin-bottom: 0px !important;
}
.page-id-3656 .siteorigin-panels-stretch .sow-image-container .so-widget-image {
  display: block !important;
}
.page-id-3656 .strategy__account-promise {
  padding: 60px 0px 30px 0px;
}

.full-page__donation-wrapper .b-home-donation {
  position: relative;
  top: 0px;
  display: block;
}
.full-page__donation-wrapper .b-home-donation .b-donation {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  height: inherit;
}
@media (min-width: 768px) {
  .full-page__donation-wrapper .b-home-donation .b-donation {
    max-width: 60%;
    background-size: 50%;
    background-position: 100% 0%;
  }
}
.full-page__donation-wrapper .b-home-donation .b-donation .b-donation-info {
  width: 100%;
  float: none;
  padding-right: 0%;
  text-align: center;
}
.full-page__donation-wrapper .b-home-donation .b-donation .b-donation-info p {
  display: inline-block;
}
.full-page__donation-wrapper .b-home-donation .b-donation .b-donation-title {
  text-align: center;
  color: #8ec549;
}
.full-page__donation-wrapper .b-home-donation .b-donation .b-donation-title span {
  display: inline-block;
  margin-right: 8px;
  font-size: 32px;
}
.full-page__donation-wrapper .b-home-donation .b-donation-vars {
  margin-top: 40px;
  width: 100%;
  float: none;
  display: block;
}
@media (min-width: 768px) {
  .full-page__donation-wrapper .b-home-donation .b-donation-vars {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.full-page__donation-wrapper .b-home-donation .b-donation-vars .b-btn {
  flex: 1;
  height: 55px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .full-page__donation-wrapper .b-home-donation .b-donation-vars .b-btn {
    margin-top: 0px;
  }
}
.full-page__donation-wrapper .b-home-donation .b-donation-vars-list {
  flex: 1;
  padding-bottom: 0px;
}

body.page-id-25771 .b-hero-header {
  display: none;
}
body.page-id-25771 .b-row_donation {
  border-bottom: solid 2px #eaeaea;
}

.b-livestream {
  background: url(../images/event-background.jpg) no-repeat top center;
  padding-top: 260px;
}
@media only screen and (max-width: 1200px) {
  .b-livestream {
    background: url(../images/mobileBG.jpg) no-repeat top center;
    background-size: 100% auto;
    padding-top: 30%;
  }
}
.b-livestream__form {
  background: #f1f7d8;
  border: solid 3px #cfdf8f;
  margin: 0 auto;
  padding: 55px 0;
  max-width: 840px;
}
@media only screen and (max-width: 1200px) {
  .b-livestream__form {
    padding: 25px 0;
  }
}
.b-livestream__form iframe {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .b-livestream__form iframe {
    width: 100% !important;
  }
}
.b-livestream__footer {
  padding: 50px 0px 100px 0;
  text-align: center;
}
.b-livestream__footer h3 {
  color: #3fbad7;
  font-size: 32px;
}
.b-livestream__footer p {
  color: #000;
  font-size: 20px;
  margin: 30px auto 0 auto;
  max-width: 66%;
}

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