/* specifying (less) here forces it to be included inline, processed as less and minified */
/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
/* line 4, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
/* line 25, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to top, #eeeeee 0%, #ffffff 50%);
}
/* line 56, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}
/* line 60, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 90%);
}
/* line 72, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
/* line 76, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}
/* line 88, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}
/* line 93, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('components/select2/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
/* line 110, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
/* line 114, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
/* line 119, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}
/* line 137, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
/* line 155, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
/* line 166, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
/* line 171, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
/* line 175, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
/* line 180, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(0.6, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -moz-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  background-image: linear-gradient(to top, #cccccc 0%, #eeeeee 60%);
}
/* line 201, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}
/* line 210, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('components/select2/select2.png') no-repeat 0 1px;
}
/* line 217, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}
/* line 221, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
/* line 234, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffffff url('components/select2/select2.png') no-repeat 100% -22px;
  background: url('components/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('components/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('components/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('components/select2/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
/* line 258, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #ffffff url('components/select2/select2.png') no-repeat -37px -22px;
  background: url('components/select2/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('components/select2/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('components/select2/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('components/select2/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
/* line 268, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-search input.select2-active {
  background: #ffffff url('components/select2/select2-spinner.gif') no-repeat 100%;
  background: url('components/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('components/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('components/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('components/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
/* line 276, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 285, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #ffffff 0%, #eeeeee 50%);
}
/* line 301, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
}
/* line 313, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
/* line 318, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}
/* line 322, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
/* line 326, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}
/* line 330, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* results */
/* line 342, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* line 352, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}
/* line 357, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
/* line 362, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
/* line 368, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
/* line 372, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 386, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
/* line 387, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
/* line 388, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
/* line 389, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
/* line 390, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
/* line 391, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
/* line 392, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
/* line 394, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
/* line 399, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
/* line 404, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-results .select2-highlighted em {
  background: transparent;
}
/* line 408, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
/* line 413, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
/*
disabled look for disabled choices in the results dropdown
*/
/* line 425, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
/* line 431, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
/* line 437, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-results .select2-selected {
  display: none;
}
/* line 441, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-more-results.select2-active {
  background: #f4f4f4 url('components/select2/select2-spinner.gif') no-repeat 100%;
}
/* line 445, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}
/* line 449, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
/* line 456, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
/* line 463, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
/* line 469, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
/* line 476, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(to bottom, #eeeeee 1%, #ffffff 15%);
}
/* line 494, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}
/* line 498, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
/* line 502, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices {
  min-height: 26px;
}
/* line 506, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 513, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
/* line 517, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
/* line 521, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
/* line 527, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
/* line 541, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url('components/select2/select2-spinner.gif') no-repeat 100% !important;
}
/* line 545, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-default {
  color: #999 !important;
}
/* line 549, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}
/* line 579, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}
/* line 584, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
/* line 587, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
/* line 591, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('components/select2/select2.png') right top no-repeat;
}
/* line 603, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
/* line 608, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
/* line 612, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}
/* line 617, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
/* line 620, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
/* line 625, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
/* line 632, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
/* line 639, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
/* line 645, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
/* line 650, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
/* line 664, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-display-none {
  display: none;
}
/* line 668, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  /* line 680, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('components/select2/select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  /* line 689, https://biodiversitylinks.net/++plone++static/components//select2/select2.css */
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/* line 5, https://biodiversitylinks.net/++resource++mockup/select2/pattern.select2.less */
.select2-container {
  margin-bottom: 1em;
}
/* line 11, https://biodiversitylinks.net/++resource++mockup/select2/pattern.select2.less */
.select2-container-multi .select2-choices .select2-choice-dragging {
  border-color: #FF0000;
}
/* line 15, https://biodiversitylinks.net/++resource++mockup/select2/pattern.select2.less */
.select2-container-multi .select2-choices .select2-search-field input {
  height: inherit;
  padding: 2px 1px 1px 8px;
}
/* line 24, https://biodiversitylinks.net/++resource++mockup/select2/pattern.select2.less */
.select2-container-multi .select2-orderable .select2-search-choice,
.select2-container-multi .select2-orderable .select2-search-choice span {
  cursor: move;
}
/* line 34, https://biodiversitylinks.net/++resource++mockup/select2/pattern.select2.less */
#content-core .select2-search-choice-close {
  border-bottom: 0;
}
/* line 39, https://biodiversitylinks.net/++resource++mockup/select2/pattern.select2.less */
.pat-select2 {
  min-width: 50%;
}

/* line 2, https://biodiversitylinks.net/++plone++custom/custom.less */
body {
  font-family: "myriad-pro", arial, sans-serif;
  color: #616161;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 16px;
  line-height: 1.5em;
}
/* line 9, https://biodiversitylinks.net/++plone++custom/custom.less */
.width-80 {
  width: 80%;
}
/* line 11, https://biodiversitylinks.net/++plone++custom/custom.less */
figure.image-left {
  /*width: 50%;
    .image-caption { float: left; }*/
}
/* line 14, https://biodiversitylinks.net/++plone++custom/custom.less */
figure.image-left img.image-left {
  float: none;
  margin: 0;
}
/* line 17, https://biodiversitylinks.net/++plone++custom/custom.less */
figure.image-right {
  /*width: 50%;
    .image-caption { float: right; }*/
}
/* line 20, https://biodiversitylinks.net/++plone++custom/custom.less */
figure.image-right img.image-right {
  float: none;
  margin: 0;
}
/* line 22, https://biodiversitylinks.net/++plone++custom/custom.less */
.template-story_view figure.image-left {
  width: 50%;
}
/* line 24, https://biodiversitylinks.net/++plone++custom/custom.less */
.template-story_view figure.image-left .image-caption {
  float: left;
}
/* line 25, https://biodiversitylinks.net/++plone++custom/custom.less */
.template-story_view figure.image-left img.image-left {
  float: none;
  marign: 0;
}
/* line 27, https://biodiversitylinks.net/++plone++custom/custom.less */
.template-story_view figure.image-right {
  width: 50%;
}
/* line 29, https://biodiversitylinks.net/++plone++custom/custom.less */
.template-story_view figure.image-right .image-caption {
  float: left;
}
/* line 30, https://biodiversitylinks.net/++plone++custom/custom.less */
.template-story_view figure.image-right img.image-left {
  float: none;
  marign: 0;
}
/* line 34, https://biodiversitylinks.net/++plone++custom/custom.less */
#portal-searchbox [type="text"] {
  height: 38px;
}
/* line 37, https://biodiversitylinks.net/++plone++custom/custom.less */
#portal-searchbox [type="submit"] {
  background: url(../++plone++custom/search-btn.png) no-repeat;
  border: none;
  color: transparent;
  height: 38px;
  border-left: 1px solid #ccc;
  text-shadow: none;
  padding: 0;
}
/* line 45, https://biodiversitylinks.net/++plone++custom/custom.less */
#portal-searchbox [type="submit"]:hover {
  box-shadow: none;
}
/* line 50, https://biodiversitylinks.net/++plone++custom/custom.less */
.fullwidth-section {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding: 0;
  overflow-x: hidden;
}
@media screen and (max-width: 1250px) {
  /* line 58, https://biodiversitylinks.net/++plone++custom/custom.less */
  .fullwidth-section .narrow-width {
    width: 990px;
  }
}
@media screen and (max-width: 992px) {
  /* line 63, https://biodiversitylinks.net/++plone++custom/custom.less */
  .fullwidth-section .narrow-width {
    width: 750px;
  }
}
/*.userrole-authenticated .fullwidth-section {
    margin-left: -53vw;
    left: 49%;
}*/
/* line 73, https://biodiversitylinks.net/++plone++custom/custom.less */
html {
  box-sizing: border-box;
}
/* line 76, https://biodiversitylinks.net/++plone++custom/custom.less */
*,
*:before,
*:after {
  box-sizing: inherit;
}
@media screen and (max-width: 767px) {
  /* line 81, https://biodiversitylinks.net/++plone++custom/custom.less */
  .plone-modal-dialog {
    max-width: 19em !important;
  }
  /* line 84, https://biodiversitylinks.net/++plone++custom/custom.less */
  #searchForm #search-results-wrapper .autotabs .autotoc-nav {
    max-height: 100%;
  }
  /* line 86, https://biodiversitylinks.net/++plone++custom/custom.less */
  #searchForm #search-results-wrapper .autotabs .autotoc-nav a {
    display: block;
  }
}
/* line 92, https://biodiversitylinks.net/++plone++custom/custom.less */
.back-to-top a {
  background: #222 none repeat scroll 0 0;
  border-radius: 5px;
  bottom: 3em;
  color: #ccc !important;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 10px;
  position: fixed;
  right: 0.75em;
  text-align: center;
  text-decoration: none;
  z-index: 100;
}
/* line 108, https://biodiversitylinks.net/++plone++custom/custom.less */
.back-to-top:hover a {
  background: #000 none repeat scroll 0 0;
  color: #87a301!important;
  text-decoration: none;
}
@media screen and (min-width: 1600px) {
  /* line 115, https://biodiversitylinks.net/++plone++custom/custom.less */
  .container {
    width: 1210px;
  }
}
@media screen and (min-width: 1720px) {
  /* line 121, https://biodiversitylinks.net/++plone++custom/custom.less */
  .plone-toolbar-left-expanded .container,
  .plone-toolbar-left-default .container {
    width: 1210px;
  }
}
/* line 127, https://biodiversitylinks.net/++plone++custom/custom.less */
.principal {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 14%, transparent 14%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 64%, transparent 64%, transparent);
  background-color: #d9d7d7;
  background-size: 20px 20px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}
/* line 136, https://biodiversitylinks.net/++plone++custom/custom.less */
.outer-wrapper {
  background: #fff;
}
/* line 140, https://biodiversitylinks.net/++plone++custom/custom.less */
#content-header {
  background: #fff;
}
/* line 144, https://biodiversitylinks.net/++plone++custom/custom.less */
.plone-breadcrumb {
  clear: left;
  background-color: #efefef;
  margin: 0;
  font-size: 13px;
  border-top: 1px solid #dcdcdc;
  padding-bottom: 0;
}
/* line 151, https://biodiversitylinks.net/++plone++custom/custom.less */
.plone-breadcrumb ol {
  padding: 10px 15px;
}
/* line 153, https://biodiversitylinks.net/++plone++custom/custom.less */
.plone-breadcrumb ol > li + li::before {
  content: "/";
  top: 8px;
  border: none;
}
/* line 154, https://biodiversitylinks.net/++plone++custom/custom.less */
.plone-breadcrumb ol > li + li::after {
  display: none;
}
/* line 155, https://biodiversitylinks.net/++plone++custom/custom.less */
.plone-breadcrumb ol > li a,
.plone-breadcrumb ol > li span {
  max-width: 315px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  line-height: 16px;
}
/* line 166, https://biodiversitylinks.net/++plone++custom/custom.less */
.section-biodiversitylinks-homepage .plone-breadcrumb {
  display: none;
}
/* line 169, https://biodiversitylinks.net/++plone++custom/custom.less */
.section-welcome-to-the-gateway #main-container {
  background: #fff;
  padding: 4em 1em 1em;
  margin-top: -4em;
}
@media (max-width: 767px) {
  /* line 173, https://biodiversitylinks.net/++plone++custom/custom.less */
  .section-welcome-to-the-gateway #main-container {
    padding: 2em 0;
  }
}
/* line 178, https://biodiversitylinks.net/++plone++custom/custom.less */
#main-container {
  background: #fff;
  padding: 2em 1em 0;
  margin-top: 0;
}
@media (max-width: 767px) {
  /* line 182, https://biodiversitylinks.net/++plone++custom/custom.less */
  #main-container {
    padding: 2em 0;
  }
}
/* line 187, https://biodiversitylinks.net/++plone++custom/custom.less */
.subsection-stories-landing #main-container,
.subsection-stories-landing .outer-wrapper {
  background: #efefef;
}
/* line 192, https://biodiversitylinks.net/++plone++custom/custom.less */
#portal-header {
  margin: 15px auto 0;
  height: 170px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 196, https://biodiversitylinks.net/++plone++custom/custom.less */
  #portal-header {
    height: 150px;
  }
}
/* line 201, https://biodiversitylinks.net/++plone++custom/custom.less */
#portal-header #usaid-logo img {
  height: 70px;
  position: absolute;
  right: 0;
  top: 60px;
  width: 190px;
  background-image: url(../usaid-logo.png);
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  /* line 209, https://biodiversitylinks.net/++plone++custom/custom.less */
  #portal-header #usaid-logo img {
    height: 35px;
    width: 100px;
    background-size: 100px;
  }
}
/* line 217, https://biodiversitylinks.net/++plone++custom/custom.less */
#portal-logo {
  clear: right;
  margin-top: 27px;
}
/* line 220, https://biodiversitylinks.net/++plone++custom/custom.less */
#portal-logo.with-claim {
  display: flex;
  align-items: center;
}
/* line 223, https://biodiversitylinks.net/++plone++custom/custom.less */
#portal-logo.with-claim .logo-claim {
  display: inline-block;
  width: 270px;
  font-size: 14px;
  color: #777;
  line-height: 16px;
  border-left: 1px solid #777;
  font-style: italic;
  margin: 0 0 0 15px;
  padding: 10px 0 10px 15px;
  text-transform: none;
}
@media screen and (max-width: 1319px) {
  /* line 234, https://biodiversitylinks.net/++plone++custom/custom.less */
  #portal-logo.with-claim .logo-claim {
    width: 200px;
  }
}
@media screen and (max-width: 1111px) {
  /* line 237, https://biodiversitylinks.net/++plone++custom/custom.less */
  #portal-logo.with-claim .logo-claim {
    width: 270px;
  }
}
@media screen and (max-width: 767px) {
  /* line 241, https://biodiversitylinks.net/++plone++custom/custom.less */
  #portal-logo.with-claim {
    display: block;
    top: 45px !important;
  }
  /* line 244, https://biodiversitylinks.net/++plone++custom/custom.less */
  #portal-logo.with-claim .logo-claim {
    width: auto;
    padding-left: 0;
    border: none;
    margin: 0;
    display: block;
  }
}
/* line 253, https://biodiversitylinks.net/++plone++custom/custom.less */
#portal-logo img {
  transition: all 0.4s ease-in-out 0s;
}
@media only screen and (max-width: 1111px) {
  /* line 260, https://biodiversitylinks.net/++plone++custom/custom.less */
  .plone-toolbar-left-expanded #portal-logo {
    display: block;
    left: 5px;
    margin: 0;
    position: absolute;
    top: 80px;
  }
  /* line 268, https://biodiversitylinks.net/++plone++custom/custom.less */
  .plone-toolbar-left-expanded #portal-logo img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 275, https://biodiversitylinks.net/++plone++custom/custom.less */
  .plone-toolbar-left-expanded #portal-header #usaid-logo img {
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 991px) {
  /* line 283, https://biodiversitylinks.net/++plone++custom/custom.less */
  #portal-logo {
    display: block;
    left: 5px;
    margin: 0;
    position: absolute;
    top: 80px;
  }
  /* line 291, https://biodiversitylinks.net/++plone++custom/custom.less */
  #portal-logo img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  /* line 298, https://biodiversitylinks.net/++plone++custom/custom.less */
  #portal-header #usaid-logo img {
    left: 0;
    top: 0;
  }
}
/* Typography */
/* line 307, https://biodiversitylinks.net/++plone++custom/custom.less */
h1,
h2,
h3 {
  font-family: "myriad-pro-condensed", helvetica, arial, sans-serif;
  line-height: 1.25em;
  font-weight: 600;
}
/* line 313, https://biodiversitylinks.net/++plone++custom/custom.less */
h3 {
  font-size: 26px;
}
/* line 317, https://biodiversitylinks.net/++plone++custom/custom.less */
h4 {
  font-family: "myriad-pro", helvetica, arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
}
/* line 323, https://biodiversitylinks.net/++plone++custom/custom.less */
h5 {
  font-weight: 600;
}
/* line 326, https://biodiversitylinks.net/++plone++custom/custom.less */
h1 a:hover,
h2 a:hover,
h3 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus {
  text-decoration-line: underline;
  border-bottom: none;
}
/* line 330, https://biodiversitylinks.net/++plone++custom/custom.less */
p {
  font-size: 16px;
}
/* line 333, https://biodiversitylinks.net/++plone++custom/custom.less */
.text18 {
  font-size: 18px;
}
/* line 336, https://biodiversitylinks.net/++plone++custom/custom.less */
b,
strong {
  font-weight: 600;
}
/* line 340, https://biodiversitylinks.net/++plone++custom/custom.less */
.myriad-pro {
  font-family: 'myriad-pro';
  font-weight: 400;
}
/* line 345, https://biodiversitylinks.net/++plone++custom/custom.less */
.documentFirstHeading,
h1 {
  font-family: "myriad-pro-condensed", helvetica, arial, sans-serif;
  font-size: 2.4em;
  margin-top: 1em;
  border-bottom: none;
}
@media (max-width: 767px) {
  /* line 350, https://biodiversitylinks.net/++plone++custom/custom.less */
  .documentFirstHeading,
  h1 {
    font-size: 2em;
    margin: 10px 0 15px;
  }
}
/* line 357, https://biodiversitylinks.net/++plone++custom/custom.less */
.documentByLine {
  display: none;
}
/* line 358, https://biodiversitylinks.net/++plone++custom/custom.less */
#category.documentByLine {
  display: block;
}
/* line 360, https://biodiversitylinks.net/++plone++custom/custom.less */
ul,
ol {
  margin-bottom: 20px;
}
/* line 362, https://biodiversitylinks.net/++plone++custom/custom.less */
h2.tileHeadline {
  font-size: 24px !important;
}
/* line 365, https://biodiversitylinks.net/++plone++custom/custom.less */
.centered {
  text-align: center;
}
/* line 367, https://biodiversitylinks.net/++plone++custom/custom.less */
.subhead {
  letter-spacing: -0.025em;
  color: #BA9F7C;
  margin-bottom: 30px;
  font-family: source-serif-pro, serif;
  font-weight: 400;
}
/* line 375, https://biodiversitylinks.net/++plone++custom/custom.less */
.subsubhead {
  display: block;
  font-family: "myriad-pro", arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #bb9252;
}
/* line 383, https://biodiversitylinks.net/++plone++custom/custom.less */
.subsubhead-blue {
  display: block;
  font-family: "myriad-pro", arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #91c6e6;
}
/* line 392, https://biodiversitylinks.net/++plone++custom/custom.less */
.serif-md {
  font-family: 'source-serif-pro', serif;
  font-size: 20px;
  line-height: 1.4em;
}
/* --- Navigation --- */
/* line 400, https://biodiversitylinks.net/++plone++custom/custom.less */
.plone-navbar-toggle .icon-bar::after {
  color: #616161;
  text-shadow: none;
}
/* line 405, https://biodiversitylinks.net/++plone++custom/custom.less */
.plone-navbar {
  background-color: #fff;
  box-shadow: none;
  margin: 0;
}
/* line 411, https://biodiversitylinks.net/++plone++custom/custom.less */
.plone-nav li a {
  position: relative;
  display: block;
  padding: 20px 30px;
  color: #6d6d6d;
  font-size: 17px;
  hyphens: auto;
  word-break: break-word;
  text-transform: uppercase;
  font-weight: 700 !important;
}
@media (max-width: 1111px) {
  /* line 421, https://biodiversitylinks.net/++plone++custom/custom.less */
  .plone-nav li a {
    padding: 20px 12px;
  }
}
@media (max-width: 767px) {
  /* line 424, https://biodiversitylinks.net/++plone++custom/custom.less */
  .plone-nav li a {
    padding: 10px 15px;
  }
}
/* line 429, https://biodiversitylinks.net/++plone++custom/custom.less */
.plone-nav li a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #81aa36;
}
/* line 435, https://biodiversitylinks.net/++plone++custom/custom.less */
.plone-navbar-nav .current > a,
.plone-navbar-nav .selected > a,
.plone-navbar-nav .current > a:hover,
.plone-navbar-nav .selected > a:hover,
.plone-navbar-nav .current > a:focus,
.plone-navbar-nav .selected > a:focus {
  color: #fff;
  background-color: #81aa36;
  box-shadow: none;
}
/* line 442, https://biodiversitylinks.net/++plone++custom/custom.less */
.plone-navbar-nav li:hover > .submenu {
  display: block;
  visibility: visible;
  top: 90%;
  opacity: 1;
}
/* line 447, https://biodiversitylinks.net/++plone++custom/custom.less */
.plone-navbar-nav li:hover > .submenu li {
  width: 16em;
}
/* line 450, https://biodiversitylinks.net/++plone++custom/custom.less */
.plone-navbar-nav li .submenu a {
  background-color: #3d3d3d;
  text-transform: none;
  font-size: 14px;
  font-weight: 400 !important;
  color: #fff;
  border-bottom: 1px solid #fff;
  white-space: normal;
  hyphens: none;
}
/* line 461, https://biodiversitylinks.net/++plone++custom/custom.less */
.plone-navbar-nav li .submenu a:hover {
  background-color: #667E2D;
  text-decoration: none;
}
/* line 466, https://biodiversitylinks.net/++plone++custom/custom.less */
#portaltab-index_html > a {
  background: url("../menu-home-black.png") no-repeat scroll center center transparent;
  height: 60px;
  padding: 20px 30px;
  text-indent: -999em;
  width: 50px;
}
/* line 474, https://biodiversitylinks.net/++plone++custom/custom.less */
#portaltab-index_html > a:hover,
.site-society-and-conservations-community #portaltab-home > a:hover {
  background: url("../menu-home-black.png") no-repeat scroll center center #a6c372;
  height: 60px;
  padding: 20px 30px;
  text-indent: -999em;
  width: 50px;
}
/* --- What We Do section --- */
/* line 485, https://biodiversitylinks.net/++plone++custom/custom.less */
.template-empty_view #main-container {
  display: none;
}
/* --- Turn off page titles --- */
/* line 490, https://biodiversitylinks.net/++plone++custom/custom.less */
.subsection-integration-cross-sectoral-integration .documentFirstHeading,
.subsection-copy_of_projects-page .documentFirstHeading,
.subsection-what-we-do .documentFirstHeading,
.subsection-search-mock-page .documentFirstHeading,
.subsection-learning-networks-page .documentFirstHeading,
.subsection-connect .documentFirstHeading,
.subsection-stories-landing .documentFirstHeading,
.section-biodiversitylinks-homepage .documentFirstHeading,
.site-usaid-biodiversity-integration-case-study-competition .documentFirstHeading,
.subsection-learning-and-evidence .documentFirstHeading {
  display: none;
}
/* line 501, https://biodiversitylinks.net/++plone++custom/custom.less */
.subsection-completed-projects-bridge-bridge-home .documentFirstHeading,
.subsection-wildlife-wildlife-landing-page .documentFirstHeading,
.subsection-marine-and-fisheries-1-marine-and-fisheries .documentFirstHeading,
.subsection-adaptive-management-adaptive-management-landing-page .documentFirstHeading,
.subsection-forestry-forestry-main .documentFirstHeading,
.subsection-current-global-projects-bridge-opportunities-for-biodiversity-integration .documentFirstHeading {
  display: none;
}
/* line 508, https://biodiversitylinks.net/++plone++custom/custom.less */
.subsection-current-global-projects-tnrc-targeting-natural-resource-corruption-tnrc-1 .documentFirstHeading {
  display: none;
}
/* line 510, https://biodiversitylinks.net/++plone++custom/custom.less */
.subsection-current-global-projects-salt-seafood-alliance-for-legality-and-traceability-salt .documentFirstHeading {
  display: none;
}
/* line 512, https://biodiversitylinks.net/++plone++custom/custom.less */
.subsection-current-global-projects-agent-advancing-gender-in-the-environment-agent .documentFirstHeading {
  display: none;
}
/* line 514, https://biodiversitylinks.net/++plone++custom/custom.less */
.subsection-current-global-projects-routes-reducing-opportunities-for-unlawful-transport-of-endangered-species-routes .documentFirstHeading {
  display: none;
}
/* line 516, https://biodiversitylinks.net/++plone++custom/custom.less */
.subsection-current-global-projects-measuring-impact-2-measuring-impact-2 .documentFirstHeading {
  display: none;
}
/* line 518, https://biodiversitylinks.net/++plone++custom/custom.less */
.subsection-current-global-projects-seek-sharing-environment-and-energy-knowledge-seek-1 .documentFirstHeading {
  display: none;
}
/* line 520, https://biodiversitylinks.net/++plone++custom/custom.less */
.subsection-current-global-projects-usaid-pro-bosques-usaid-pro-bosques-home .documentFirstHeading {
  display: none;
}
/* line 522, https://biodiversitylinks.net/++plone++custom/custom.less */
.subsection-current-global-projects-w-traps-w-traps-wildlife-trafficking-response-assessment-and-priority-setting .documentFirstHeading {
  display: none;
}
/* line 524, https://biodiversitylinks.net/++plone++custom/custom.less */
.subsection-news-and-events h1 {
  display: none;
  /* --- turn off title on Stories page --- */
}
/* line 527, https://biodiversitylinks.net/++plone++custom/custom.less */
.subsection-current-global-projects-bridge-project-mock .outer-wrapper {
  background: #fff;
}
/* line 531, https://biodiversitylinks.net/++plone++custom/custom.less */
.section-what-we-do .plone-breadcrumb {
  display: none;
}
/* line 535, https://biodiversitylinks.net/++plone++custom/custom.less */
.section-what-we-do .outer-wrapper {
  background: #fff;
}
/* line 539, https://biodiversitylinks.net/++plone++custom/custom.less */
h2.marine-icon {
  background: url(../++plone++custom/fab-images/marine-icon.svg) no-repeat left top;
  background-size: 80px;
  padding-left: 90px;
  line-height: 78px;
  font-family: 'myriad-pro';
  font-weight: 600;
  font-size: 26px;
  color: #616161;
  letter-spacing: -0.0125em;
}
/* line 551, https://biodiversitylinks.net/++plone++custom/custom.less */
h2.ce-icon {
  background: url(../++plone++custom/conservation-ent/crane.png) no-repeat left top;
  background-size: 75px;
  padding-left: 90px;
  line-height: 78px;
  font-family: 'myriad-pro';
  font-weight: 600;
  font-size: 26px;
  color: #616161;
  letter-spacing: -0.0125em;
}
/* line 562, https://biodiversitylinks.net/++plone++custom/custom.less */
h2.cwt-icon {
  background: url(../++plone++custom/cwt-images/cwt-icon.png) no-repeat left top;
  background-size: 75px;
  padding-left: 90px;
  line-height: 78px;
  font-family: 'myriad-pro';
  font-weight: 600;
  font-size: 26px;
  color: #616161;
  letter-spacing: -0.0125em;
}
/* line 575, https://biodiversitylinks.net/++plone++custom/custom.less */
#anchor-menu {
  background: #efefef;
  display: grid;
}
/* line 580, https://biodiversitylinks.net/++plone++custom/custom.less */
.flex-menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: stretch;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
/* line 589, https://biodiversitylinks.net/++plone++custom/custom.less */
.flex-menu-item {
  padding: 20px 10px;
  color: #626262;
  font-size: 19px;
  /*font-family: 'source-serif-pro';
    letter-spacing: -0.025em;*/
}
/* line 596, https://biodiversitylinks.net/++plone++custom/custom.less */
.flex-menu-item a {
  color: #007BB1;
}
/* line 599, https://biodiversitylinks.net/++plone++custom/custom.less */
.flex-menu-item a:hover {
  color: #194662;
}
/* line 603, https://biodiversitylinks.net/++plone++custom/custom.less */
.flex-menu-item a:after {
  content: '|';
  padding-left: 20px;
  color: #ccc;
}
/* line 609, https://biodiversitylinks.net/++plone++custom/custom.less */
#anchor-menu-project {
  background: #efefef;
  display: grid;
  border-top: 7px solid #a6c372;
  border-bottom: 1px solid #e2dcdc;
  box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.3);
}
/* line 617, https://biodiversitylinks.net/++plone++custom/custom.less */
.project-menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: stretch;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
/* line 626, https://biodiversitylinks.net/++plone++custom/custom.less */
.project-menu-item {
  padding: 10px;
  color: #666;
  font-size: 20px;
  font-family: 'myriad-pro';
  font-weight: 200;
}
/* line 634, https://biodiversitylinks.net/++plone++custom/custom.less */
.project-menu-item a {
  color: #666;
}
/* line 638, https://biodiversitylinks.net/++plone++custom/custom.less */
.project-menu-item a:hover {
  color: #007bb1;
}
/* line 641, https://biodiversitylinks.net/++plone++custom/custom.less */
.project-menu-item a:after {
  content: '|';
  padding-left: 25px;
  color: #ccc;
}
/* line 647, https://biodiversitylinks.net/++plone++custom/custom.less */
.project-title {
  display: inline-table;
  padding: 4px 10px;
  background: #1da1f2;
  color: #fff;
  border: 1px solid #fff;
  top: -1px;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
/* line 660, https://biodiversitylinks.net/++plone++custom/custom.less */
.narrow-width {
  margin: 0 auto;
  width: 1170px;
  padding: 25px 0;
}
@media (max-width: 767px) {
  /* line 664, https://biodiversitylinks.net/++plone++custom/custom.less */
  .narrow-width {
    margin: 0 1.5em 0 1em;
    width: 96% !important;
    padding: 15px 0;
  }
}
/* line 671, https://biodiversitylinks.net/++plone++custom/custom.less */
.narrow-width h2 {
  margin: 0 0 20px;
}
/* line 675, https://biodiversitylinks.net/++plone++custom/custom.less */
.marine-bg {
  background: url(../++plone++custom/banner/marine-banner.jpg) no-repeat center center / cover;
  /* background-attachment: fixed; */
  height: 35vh;
}
/* line 680, https://biodiversitylinks.net/++plone++custom/custom.less */
.marine-icon-bg {
  background: url(../++plone++custom/marine-icon-ghosted.png) no-repeat right center / contain;
  background-size: 400px;
  padding-bottom: 2em;
}
/* line 687, https://biodiversitylinks.net/++plone++custom/custom.less */
.bg-boats {
  background: url(../++plone++custom/project-images/reference-section-boats.jpg) no-repeat center center / cover;
}
/* line 690, https://biodiversitylinks.net/++plone++custom/custom.less */
.bg-bright-boats {
  background: url(../++plone++custom/banner/bright-boats.jpg) no-repeat center center / cover;
}
/* line 693, https://biodiversitylinks.net/++plone++custom/custom.less */
.bg-tools {
  background: url(../++plone++custom/project-images/2017_tikal_guatamala_jhouston_usaid.jpg) no-repeat center center / cover;
}
/* line 696, https://biodiversitylinks.net/++plone++custom/custom.less */
.bg-sawmill {
  background: url(../++plone++custom/project-images/2017_Carmelita_Guatemala_sawmill_J_Houston.jpg) no-repeat center center / cover;
}
/* line 699, https://biodiversitylinks.net/++plone++custom/custom.less */
.bg-elephants {
  background: url(../++plone++custom/cwt-images/2010_Botswana_M-Atkinson_WCS.jpg) no-repeat center center / cover;
  box-shadow: inset 0px 5px 35px -6px #5c5a5c;
}
/* line 703, https://biodiversitylinks.net/++plone++custom/custom.less */
.bg-video {
  background: url(../++plone++custom/banner/palm-forest-dark.jpg) no-repeat center center / cover;
}
/* line 707, https://biodiversitylinks.net/++plone++custom/custom.less */
.bg-coral {
  background: url(../++plone++custom/marek-okon-unsplash.jpg) no-repeat center center / cover;
}
/* line 710, https://biodiversitylinks.net/++plone++custom/custom.less */
.bg-pangolin {
  background: url(../++plone++custom/project-images/routes-images/pangolin-slide.jpg) no-repeat center center / cover;
}
/* line 714, https://biodiversitylinks.net/++plone++custom/custom.less */
.bg-fisheries {
  background: url(../++plone++custom/fab-images/Women_Fisheries_credit-Shutterstock.jpg) no-repeat center center / cover;
}
/* line 717, https://biodiversitylinks.net/++plone++custom/custom.less */
.bg-learning-corner {
  background: url(../++plone++custom/fab-images/Birds-Head-Seascape_credit-John-Martin-Conservation-International.jpg) no-repeat center center / cover;
}
/* line 720, https://biodiversitylinks.net/++plone++custom/custom.less */
.bg-mi2-tools {
  background: url(../++plone++custom/project-images/mi2-images/arnesto-deguen-credit-jason-houston.jpg) no-repeat center center / cover;
}
/* line 723, https://biodiversitylinks.net/++plone++custom/custom.less */
.bg-mi2-learning {
  background: url(../++plone++custom/project-images/mi2-images/mi2-learning-group-bg.jpg) no-repeat center center / cover;
}
/* line 727, https://biodiversitylinks.net/++plone++custom/custom.less */
.bg-guide {
  background: url(../++plone++custom/project-images/mi2-images/how-to-guide-bg.jpg) no-repeat center center / cover;
}
/* line 730, https://biodiversitylinks.net/++plone++custom/custom.less */
.bg-women-peru {
  background: url(../++plone++custom/la-mujeres-background.jpg) no-repeat center center / cover;
}
/* line 735, https://biodiversitylinks.net/++plone++custom/custom.less */
.bg-blue {
  background-color: #007bb1;
  color: #fff;
}
/* line 740, https://biodiversitylinks.net/++plone++custom/custom.less */
.bg-darkblue {
  background-color: #007bb1;
  color: #fff;
}
/* line 744, https://biodiversitylinks.net/++plone++custom/custom.less */
.bg-darkblue a:hover {
  color: #194659;
}
/* line 746, https://biodiversitylinks.net/++plone++custom/custom.less */
.bg-liteblue {
  background-color: #91c6e6;
  color: #004665;
}
/* line 751, https://biodiversitylinks.net/++plone++custom/custom.less */
.bg-white {
  background: #fff;
}
/* line 752, https://biodiversitylinks.net/++plone++custom/custom.less */
.white {
  color: #fff!important;
}
/* line 753, https://biodiversitylinks.net/++plone++custom/custom.less */
.white a {
  color: #fff;
}
/* line 754, https://biodiversitylinks.net/++plone++custom/custom.less */
.white a:hover {
  color: #fff;
}
/* line 755, https://biodiversitylinks.net/++plone++custom/custom.less */
.orange {
  color: #f1770a;
  margin-left: 20px;
}
/*.orange:before {
    content: "";
    display: block;
    background: url("arrow_icon.svg") no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 30px 0 0;
}*/
/* line 769, https://biodiversitylinks.net/++plone++custom/custom.less */
.blue-text {
  color: #007bb1;
}
/* line 772, https://biodiversitylinks.net/++plone++custom/custom.less */
.bg-teal {
  background-color: #007bb1;
  color: #fff;
}
/* line 776, https://biodiversitylinks.net/++plone++custom/custom.less */
.bg-grey {
  background-color: #efefef;
}
/* line 777, https://biodiversitylinks.net/++plone++custom/custom.less */
.bg-grey-2 {
  background-color: #dad9d7;
}
/* line 778, https://biodiversitylinks.net/++plone++custom/custom.less */
.bg-grey-3 {
  background-color: #929598;
}
/* line 780, https://biodiversitylinks.net/++plone++custom/custom.less */
.bg-tan {
  background: #efefef;
}
/* line 782, https://biodiversitylinks.net/++plone++custom/custom.less */
.bg-orange {
  background-color: #fbb03b;
}
/* line 784, https://biodiversitylinks.net/++plone++custom/custom.less */
.bg-lite-green {
  background-color: #E9EBB8;
}
/* line 786, https://biodiversitylinks.net/++plone++custom/custom.less */
.teal {
  color: #007bb1;
}
/* line 788, https://biodiversitylinks.net/++plone++custom/custom.less */
.pad30 {
  padding: 30px;
}
/* line 789, https://biodiversitylinks.net/++plone++custom/custom.less */
.pad15 {
  padding: 15px;
}
/* line 790, https://biodiversitylinks.net/++plone++custom/custom.less */
.pad10 {
  padding: 10px;
}
/* line 791, https://biodiversitylinks.net/++plone++custom/custom.less */
.pad-right {
  padding-right: 30px;
}
/* line 793, https://biodiversitylinks.net/++plone++custom/custom.less */
.pad-left {
  padding-left: 30px;
}
@media (max-width: 767px) {
  /* line 794, https://biodiversitylinks.net/++plone++custom/custom.less */
  .pad-left {
    padding-left: 0;
  }
}
/* line 799, https://biodiversitylinks.net/++plone++custom/custom.less */
.hilight-box {
  border: 6px solid #efefef;
  padding: 30px;
  margin: 1em;
}
/* line 805, https://biodiversitylinks.net/++plone++custom/custom.less */
h2.large-teal {
  font-size: 46px;
  font-weight: 300;
  font-family: "myriad-pro", helvetica, arial, sans-serif;
  margin-top: 0;
  margin-bottom: 1em;
  color: #007bb1;
}
@media (max-width: 767px) {
  /* line 812, https://biodiversitylinks.net/++plone++custom/custom.less */
  h2.large-teal {
    font-size: 36px;
  }
}
/* line 817, https://biodiversitylinks.net/++plone++custom/custom.less */
h2.large-centered {
  font-size: 40px;
  font-weight: 400;
  font-family: "myriad-pro", helvetica, arial, sans-serif;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1em;
  color: #616161;
}
@media (max-width: 767px) {
  /* line 825, https://biodiversitylinks.net/++plone++custom/custom.less */
  h2.large-centered {
    font-size: 36px;
  }
}
/* line 832, https://biodiversitylinks.net/++plone++custom/custom.less */
h3.large-centered {
  font-size: 36px;
  font-weight: 300;
  font-family: "myriad-pro", helvetica, arial, sans-serif;
  text-align: center;
  margin-top: 0;
  color: #fff;
}
/* line 840, https://biodiversitylinks.net/++plone++custom/custom.less */
h3.large-centered a {
  color: #fff;
}
/* line 842, https://biodiversitylinks.net/++plone++custom/custom.less */
.grey-sidebar {
  background-color: #f1f1f1;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  border: 6px solid #fff;
}
/* line 848, https://biodiversitylinks.net/++plone++custom/custom.less */
.banner-large,
.banner-small {
  position: relative;
}
/* line 850, https://biodiversitylinks.net/++plone++custom/custom.less */
.banner-large img {
  width: 100%;
  object-fit: cover;
  height: 500px;
}
@media (max-width: 767px) {
  /* line 854, https://biodiversitylinks.net/++plone++custom/custom.less */
  .banner-large img {
    height: 300px;
  }
}
/* line 859, https://biodiversitylinks.net/++plone++custom/custom.less */
.banner-large h1 {
  position: absolute;
  top: 30%;
  font-family: "myriad-pro", helvetica, arial, sans-serif;
  color: #fff;
  font-size: 60px;
  margin: 0 auto;
  left: 15%;
  display: block;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.35);
  letter-spacing: -0.025em;
}
@media (max-width: 767px) {
  /* line 870, https://biodiversitylinks.net/++plone++custom/custom.less */
  .banner-large h1 {
    top: 20px;
    left: 20px;
    font-size: 36px;
  }
}
/* line 877, https://biodiversitylinks.net/++plone++custom/custom.less */
.banner-small h1 {
  position: absolute;
  top: 30%;
  font-family: "myriad-pro", helvetica, arial, sans-serif;
  color: #fff;
  font-size: 60px;
  margin: 0 auto;
  left: 40%;
  display: block;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.35);
  letter-spacing: -0.025em;
}
@media (max-width: 767px) {
  /* line 888, https://biodiversitylinks.net/++plone++custom/custom.less */
  .banner-small h1 {
    top: 20px;
    font-size: 36px;
  }
}
/* line 893, https://biodiversitylinks.net/++plone++custom/custom.less */
.banner-small img {
  width: 100%;
  object-fit: cover;
  height: 350px;
}
@media (max-width: 767px) {
  /* line 897, https://biodiversitylinks.net/++plone++custom/custom.less */
  .banner-small img {
    height: 100px;
  }
}
/* line 901, https://biodiversitylinks.net/++plone++custom/custom.less */
.banner250 img {
  width: 100%;
  object-fit: cover;
  height: 250px;
}
@media (max-width: 767px) {
  /* line 905, https://biodiversitylinks.net/++plone++custom/custom.less */
  .banner250 img {
    height: 100px;
  }
}
/* line 910, https://biodiversitylinks.net/++plone++custom/custom.less */
.banner-large.top120 {
  /* for pro-bosque */
  top: 120px;
  left: -100px;
}
@media (max-width: 767px) {
  /* line 913, https://biodiversitylinks.net/++plone++custom/custom.less */
  .banner-large.top120 {
    top: 20px;
    left: 20px;
  }
}
/* line 919, https://biodiversitylinks.net/++plone++custom/custom.less */
.photo-credit {
  padding: 5px 10px;
  font-size: 11px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
}
/* line 928, https://biodiversitylinks.net/++plone++custom/custom.less */
.img-credit {
  position: relative;
  z-index: 100;
  display: block;
  bottom: 28px;
  color: #fff;
  font-size: 11px;
  text-align: right;
  padding-right: 10px;
}
/* line 939, https://biodiversitylinks.net/++plone++custom/custom.less */
h1.banner-xlarge {
  font-size: 86px;
}
/* line 942, https://biodiversitylinks.net/++plone++custom/custom.less */
h2.banner-xlarge {
  color: #fff;
  font-family: 'myriad-pro', helvetica, arial, sans-serif;
  font-size: 60px;
}
/* line 947, https://biodiversitylinks.net/++plone++custom/custom.less */
h2.banner-xlarge-dark {
  color: #007bb1;
  font-family: 'myriad-pro', helvetica, arial, sans-serif;
  font-size: 60px;
}
/* line 952, https://biodiversitylinks.net/++plone++custom/custom.less */
.banner-overlay {
  display: block;
  position: absolute;
  left: 15%;
}
@media (max-width: 1024px) {
  /* line 956, https://biodiversitylinks.net/++plone++custom/custom.less */
  .banner-overlay {
    left: 10%;
  }
}
/* line 961, https://biodiversitylinks.net/++plone++custom/custom.less */
.title-small {
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0;
  line-height: 1.1em;
  width: 38%;
  float: left;
  margin-top: 18px;
  font-weight: 600;
  border-right: 4px solid #fff;
  margin-right: 20px;
}
@media (max-width: 767px) {
  /* line 973, https://biodiversitylinks.net/++plone++custom/custom.less */
  .title-small {
    width: 100%;
    float: none;
    border-right: none;
  }
}
/* line 980, https://biodiversitylinks.net/++plone++custom/custom.less */
.title-smaller {
  font-size: 30px;
  display: block;
  line-height: 24px;
  margin: 30px 12px 0;
  float: left;
}
/* line 988, https://biodiversitylinks.net/++plone++custom/custom.less */
.title-small-routes {
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0;
  line-height: 1.1em;
  width: 32%;
  float: left;
  margin-top: 18px;
  font-weight: 600;
  border-right: 4px solid #fff;
  margin-right: 20px;
}
@media (max-width: 1208px) {
  /* line 1000, https://biodiversitylinks.net/++plone++custom/custom.less */
  .title-small-routes {
    width: 42%;
  }
}
@media (max-width: 767px) {
  /* line 1003, https://biodiversitylinks.net/++plone++custom/custom.less */
  .title-small-routes {
    width: 100%;
    float: none;
    border-right: none;
  }
}
/* @media (min-width: 1600px) {
    .title-small {
    width: 35%;
    margin-top: 8px;
        }
 } */
/* --- end section --- */
/* line 1019, https://biodiversitylinks.net/++plone++custom/custom.less */
#edit-zone a[id^="portlet-manager-ContentWellPortlets"] {
  display: none;
}
/* line 1021, https://biodiversitylinks.net/++plone++custom/custom.less */
a.more-link {
  background: #fff;
  border: 1px solid #d8d4cc;
  border-bottom: 1px solid #d8d4cc!important;
  font-weight: bold;
  margin-top: 10px;
  padding: 8px 15px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 3px;
}
/* line 1033, https://biodiversitylinks.net/++plone++custom/custom.less */
a.more-link:hover {
  color: #ed9700;
}
/* line 1037, https://biodiversitylinks.net/++plone++custom/custom.less */
a.readmore {
  color: #fff;
  background: #ED9700;
  text-transform: uppercase;
  padding: 7px 15px;
  border-radius: 5px;
  border: 1px solid;
}
/* line 1046, https://biodiversitylinks.net/++plone++custom/custom.less */
a.readmore:hover {
  background: #f1770a;
  color: #fff;
}
/* line 1051, https://biodiversitylinks.net/++plone++custom/custom.less */
a.more {
  color: #ed9700;
}
/* line 1054, https://biodiversitylinks.net/++plone++custom/custom.less */
a.more:hover {
  color: #f1770a;
}
/* line 1058, https://biodiversitylinks.net/++plone++custom/custom.less */
#content-core a.readmore:hover {
  color: #fff;
}
/* line 1062, https://biodiversitylinks.net/++plone++custom/custom.less */
a.readmore-dark {
  color: #fff;
  background: #ab5f5f;
  text-transform: uppercase;
  padding: 7px 15px;
  border-radius: 3px;
}
/* line 1070, https://biodiversitylinks.net/++plone++custom/custom.less */
a.readmore-dark:hover {
  background: #854B4B;
  color: #fff;
}
/* line 1075, https://biodiversitylinks.net/++plone++custom/custom.less */
#content-core a.readmore-dark:hover {
  color: #fff;
}
/* line 1079, https://biodiversitylinks.net/++plone++custom/custom.less */
.more-link a {
  border: 1px solid #d8d4cc;
  float: right;
  font-weight: bold;
  margin-top: 10px;
  padding: 6px 15px;
  text-decoration: none;
  text-transform: uppercase;
  clear: both;
}
@media (max-width: 767px) {
  /* line 1088, https://biodiversitylinks.net/++plone++custom/custom.less */
  .more-link a {
    float: left;
    padding: 4px 10px;
    font-size: 13px;
    letter-spacing: 0.05em;
    margin: -1em 0 2em 0.5em;
  }
}
/* line 1097, https://biodiversitylinks.net/++plone++custom/custom.less */
.more-link a:hover {
  color: #ed9700;
}
/* line 1101, https://biodiversitylinks.net/++plone++custom/custom.less */
a.link-arrow {
  color: #ED9700;
  font-weight: 600;
  background: url;
  background: url(../++plone++custom/arrow_icon.svg) no-repeat right;
  text-transform: uppercase;
  padding-right: 16px;
  background-size: 12px;
}
/* line 1110, https://biodiversitylinks.net/++plone++custom/custom.less */
a.link-arrow:hover {
  color: #f1770a!important;
}
/* --- Footer --- */
/* line 1118, https://biodiversitylinks.net/++plone++custom/custom.less */
#portal-footer-wrapper {
  display: none;
}
/* line 1122, https://biodiversitylinks.net/++plone++custom/custom.less */
#footer {
  background: #efefef;
  color: #616161;
  margin: 0;
  padding: 1em;
  border-top: 6px solid #a2a2a2;
}
/* line 1130, https://biodiversitylinks.net/++plone++custom/custom.less */
#footer h2 {
  font-size: 26px;
  font-weight: 100;
  font-family: "myriad-pro";
  color: #616161;
}
/* line 1138, https://biodiversitylinks.net/++plone++custom/custom.less */
#footer ul {
  margin-left: -40px;
  list-style: none;
}
/* line 1144, https://biodiversitylinks.net/++plone++custom/custom.less */
#footer li a {
  color: #007bb1;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}
/* line 1150, https://biodiversitylinks.net/++plone++custom/custom.less */
#footer li a:hover {
  color: #194662;
}
/* line 1152, https://biodiversitylinks.net/++plone++custom/custom.less */
li.twitter a {
  text-indent: -9999px;
  background: url(../fab-images/twitter.png) no-repeat;
  background-size: 40px;
  height: 50px;
  float: left;
  width: 50px;
}
/* line 1161, https://biodiversitylinks.net/++plone++custom/custom.less */
li.flickr a {
  text-indent: -9999px;
  background: url(../fab-images/flickr.png) no-repeat;
  background-size: 40px;
  height: 50px;
  float: left;
  width: 50px;
}
/* line 1170, https://biodiversitylinks.net/++plone++custom/custom.less */
#footer .footer-login > a {
  border-right: 2px solid #fff;
  float: left;
  font-family: myriad-pro;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  padding-right: 18px;
  margin: 10px 15px 15px 0;
  color: #007bb1 !important;
}
/* line 1182, https://biodiversitylinks.net/++plone++custom/custom.less */
#footer .add-content > a {
  font-size: 15px;
  font-weight: 600;
}
/* line 1187, https://biodiversitylinks.net/++plone++custom/custom.less */
ul.footer-menu {
  margin-left: -60px !important;
}
/* line 1191, https://biodiversitylinks.net/++plone++custom/custom.less */
.footer-menu a {
  border-right: 1px solid;
  display: block;
  float: left;
  font-weight: 400 !important;
  padding: 0 15px;
  font-size: 12px !important;
}
/* Footer Partner logos */
/* line 1204, https://biodiversitylinks.net/++plone++custom/custom.less */
#foot-top-wrap {
  background-color: #27262c;
  padding-bottom: 2em;
  padding-top: 2em;
  font-size: 14px;
  line-height: 1.4286;
  text-align: left;
}
@media (max-width: 767px) {
  /* line 1211, https://biodiversitylinks.net/++plone++custom/custom.less */
  #foot-top-wrap {
    padding: 0 1em;
  }
}
/* line 1216, https://biodiversitylinks.net/++plone++custom/custom.less */
#foot-top-wrap,
#foot-top-wrap a,
#foot-top-wrap a:link {
  color: #989898;
}
/* line 1220, https://biodiversitylinks.net/++plone++custom/custom.less */
#foot-top-wrap .footer_logo h2 a {
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  height: 33px;
  margin-bottom: 0 !important;
}
/* line 1228, https://biodiversitylinks.net/++plone++custom/custom.less */
.footer_logo a {
  border-bottom: 1px solid #27262c;
}
/* line 1229, https://biodiversitylinks.net/++plone++custom/custom.less */
.footer_logo a:hover {
  border-bottom: 1px solid #979797;
}
/* line 1231, https://biodiversitylinks.net/++plone++custom/custom.less */
.hidden {
  display: none!important;
}
/* line 1235, https://biodiversitylinks.net/++plone++custom/custom.less */
#foot-top-wrap .footer_logo h2.logo_agrilinks a {
  background-image: url(../partner-logos/agrilinks-logo-dark.png);
}
/* line 1239, https://biodiversitylinks.net/++plone++custom/custom.less */
#foot-top-wrap .footer_logo h2.logo_marketlinks a {
  background-image: url(../partner-logos/marketlinks-logo-dark.png);
}
/* line 1243, https://biodiversitylinks.net/++plone++custom/custom.less */
#foot-top-wrap .footer_logo h2.logo_climatelinks a {
  background-image: url(../partner-logos/climatelinks-logo-dark.png);
  background-position: left -2px;
}
/* line 1248, https://biodiversitylinks.net/++plone++custom/custom.less */
#foot-top-wrap .footer_logo h2.logo_landlinks a {
  background-image: url(../partner-logos/landlinks-logo-dark.png);
}
/* line 1252, https://biodiversitylinks.net/++plone++custom/custom.less */
#foot-top-wrap .footer_logo h2.logo_urbanlinks a {
  background-image: url(../partner-logos/urbanlinks-logo-dark.png);
}
/* line 1256, https://biodiversitylinks.net/++plone++custom/custom.less */
#foot-top-wrap .footer_logo h2.logo_learninglab a {
  background-image: url(../partner-logos/learninglab-logo-dark.png);
  background-position: left -2px;
}
/* line 1261, https://biodiversitylinks.net/++plone++custom/custom.less */
.partner {
  color: #81aa36;
  margin: 15px 0 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
/* line 1268, https://biodiversitylinks.net/++plone++custom/custom.less */
.card {
  margin: 20px auto;
}
/* line 1272, https://biodiversitylinks.net/++plone++custom/custom.less */
.card > ul {
  list-style: outside none none !important;
  margin-left: -40px;
}
/* line 1276, https://biodiversitylinks.net/++plone++custom/custom.less */
.card li {
  font-family: "myriad-pro-condensed";
  font-size: 17px;
  line-height: 1.3em;
  margin-bottom: 15px;
  padding-right: 1em;
}
/* line 1284, https://biodiversitylinks.net/++plone++custom/custom.less */
.card-white {
  padding: 15px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0px 1px 5px 0 rgba(75, 75, 75, 0.25);
  color: #666;
}
/* line 1292, https://biodiversitylinks.net/++plone++custom/custom.less */
.hdg-wrap {
  border-top: solid 6px #e4e6e6;
  margin-top: 30px;
}
/* line 1298, https://biodiversitylinks.net/++plone++custom/custom.less */
.hdg-wrap a {
  border-bottom: none;
}
/* line 1303, https://biodiversitylinks.net/++plone++custom/custom.less */
.hdg-wrap > h2:first-child {
  text-transform: uppercase;
  font-family: 'myriad-pro';
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #007bb1;
  border-top-style: solid;
  margin-top: -6px;
  border-width: 0;
  -webkit-font-smoothing: antialiased;
}
/* line 1316, https://biodiversitylinks.net/++plone++custom/custom.less */
.hdg-wrap > h2:first-child:before {
  content: "";
  border-top: solid 6px #81aa36;
  display: block;
  width: 25%;
  padding-top: 10px;
}
/* line 1324, https://biodiversitylinks.net/++plone++custom/custom.less */
.hdg-wrap > h3:first-child {
  text-transform: uppercase;
  font-family: 'myriad-pro';
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 300;
  color: #007bb1;
  border-top-style: solid;
  margin-top: -6px;
  border-width: 0;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.005);
}
/* line 1339, https://biodiversitylinks.net/++plone++custom/custom.less */
.hdg-wrap > h3:first-child:before {
  content: "";
  border-top: solid 6px #81aa36;
  display: block;
  width: 70px;
  padding-top: 9px;
}
/* line 1346, https://biodiversitylinks.net/++plone++custom/custom.less */
h2.hdg-bold {
  font-size: 20px;
  line-height: 1.2em;
  font-family: 'myriad-pro';
  margin-bottom: 10px;
  margin-top: 5px;
}
/* line 1354, https://biodiversitylinks.net/++plone++custom/custom.less */
h4.hdg-bold {
  font-size: 20px;
  line-height: 1.2em;
  font-family: 'myriad-pro';
  margin-bottom: 10px;
}
/*img.videoImage {
    height: 215px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
} */
/* --- Resource Topics --- */
/* line 1370, https://biodiversitylinks.net/++plone++custom/custom.less */
#content ul.topic {
  font-size: 1.4em;
  list-style: none outside none !important;
  margin-left: -2em !important;
}
/* line 1376, https://biodiversitylinks.net/++plone++custom/custom.less */
#content .topic > li {
  line-height: 1.3em !important;
  margin-bottom: 0.5em !important;
  padding: 1em !important;
  background: #EBEBEB;
}
/* line 1383, https://biodiversitylinks.net/++plone++custom/custom.less */
#content .topic li a {
  color: #666 !important;
}
/* line 1384, https://biodiversitylinks.net/++plone++custom/custom.less */
#content .topic li a:hover {
  background: #D8D4CB!important;
}
/* line 1385, https://biodiversitylinks.net/++plone++custom/custom.less */
#content .topic > li:hover {
  background: #D8D4CB!important;
}
/* line 1386, https://biodiversitylinks.net/++plone++custom/custom.less */
#content ul.topic a:hover {
  color: #444 !important;
}
/* --- grid layout --- */
/* line 1390, https://biodiversitylinks.net/++plone++custom/custom.less */
.grid-container-5col {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 0;
  grid-gap: 20px;
}
/* line 1397, https://biodiversitylinks.net/++plone++custom/custom.less */
.grid-container-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  grid-gap: 30px;
}
/* line 1404, https://biodiversitylinks.net/++plone++custom/custom.less */
.grid-container-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  grid-gap: 30px;
}
/* line 1410, https://biodiversitylinks.net/++plone++custom/custom.less */
.grid-container-3col-no-gap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 0;
  grid-gap: 0px;
}
@media screen and (max-width: 767px) {
  /* line 1415, https://biodiversitylinks.net/++plone++custom/custom.less */
  .grid-container-3col-no-gap {
    grid-template-columns: auto;
  }
}
/* line 1420, https://biodiversitylinks.net/++plone++custom/custom.less */
.grid-container-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  grid-gap: 30px;
}
/* line 1426, https://biodiversitylinks.net/++plone++custom/custom.less */
.grid-container-1col {
  display: grid;
  justify-content: center;
}
/* line 1431, https://biodiversitylinks.net/++plone++custom/custom.less */
.flex-card {
  display: flex;
  background: #fff;
  max-width: 768px;
  border-radius: 3px;
  box-shadow: 0px 1px 5px 0 rgba(75, 75, 75, 0.25);
}
@media (max-width: 767px) {
  /* line 1437, https://biodiversitylinks.net/++plone++custom/custom.less */
  .flex-card {
    width: 100%;
  }
}
/* line 1441, https://biodiversitylinks.net/++plone++custom/custom.less */
.flex-card:hover {
  box-shadow: 0px 4px 9px 0px rgba(75, 75, 75, 0.3);
}
/* line 1444, https://biodiversitylinks.net/++plone++custom/custom.less */
.flex-img-left {
  border-radius: 2px;
  margin: 10px;
}
/* line 1448, https://biodiversitylinks.net/++plone++custom/custom.less */
.flex-card-content {
  width: 90%;
  padding: 15px 0;
  margin: 0 1.5em;
}
/* line 1453, https://biodiversitylinks.net/++plone++custom/custom.less */
.flex-card-content .item-description {
  font-size: 13px;
  line-height: 1.4em;
}
/* line 1458, https://biodiversitylinks.net/++plone++custom/custom.less */
.grid-item {
  padding: 0;
  position: relative;
}
/* line 1462, https://biodiversitylinks.net/++plone++custom/custom.less */
.item-center {
  display: grid;
  align-items: center;
  justify-items: center;
}
/* line 1468, https://biodiversitylinks.net/++plone++custom/custom.less */
.grid-description {
  padding: 5px 20px;
}
/* line 1472, https://biodiversitylinks.net/++plone++custom/custom.less */
.grid-item img.border {
  width: 100%;
  height: 180px !important;
  object-fit: cover;
  border-radius: 5px;
}
/* line 1479, https://biodiversitylinks.net/++plone++custom/custom.less */
.title-area {
  max-width: 200px;
  margin: 15px auto;
  text-align: center;
  font-size: 14px;
}
/* line 1485, https://biodiversitylinks.net/++plone++custom/custom.less */
.item-description {
  display: block;
  clear: both;
  margin-bottom: .5em;
  margin-right: 1em;
}
/* line 1492, https://biodiversitylinks.net/++plone++custom/custom.less */
.item-date {
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px dotted #ddd;
  display: block;
  margin: .5em 3em;
  color: #888;
}
/* line 1501, https://biodiversitylinks.net/++plone++custom/custom.less */
.pub-date {
  margin: 10px 0 0;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #8e8d8d;
}
/* line 1509, https://biodiversitylinks.net/++plone++custom/custom.less */
.grid-container-3col .item-date {
  margin-left: 116px;
}
/* line 1513, https://biodiversitylinks.net/++plone++custom/custom.less */
.grid-photo {
  position: relative;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 1526, https://biodiversitylinks.net/++plone++custom/custom.less */
.grid-photo:hover .middle {
  opacity: 1;
}
/* line 1530, https://biodiversitylinks.net/++plone++custom/custom.less */
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
/* line 1540, https://biodiversitylinks.net/++plone++custom/custom.less */
.grid-photo img {
  max-width: 100%;
  height: auto;
  transition: transform .75s ease;
}
/* line 1546, https://biodiversitylinks.net/++plone++custom/custom.less */
.grid-photo img:hover {
  transform: scale(1.2);
}
/* line 1550, https://biodiversitylinks.net/++plone++custom/custom.less */
.hover-text {
  background-color: #004665;
  color: white;
  font-size: 18px;
  padding: 15px 20px;
  transition: .5s ease;
}
/* line 1558, https://biodiversitylinks.net/++plone++custom/custom.less */
.hover-text:hover {
  background-color: #022a3c;
  color: white;
  font-size: 20px;
  padding: 15px 20px 30px;
}
/* line 1565, https://biodiversitylinks.net/++plone++custom/custom.less */
.hover-text a {
  color: #fff!important;
}
@media screen and (max-width: 767px) {
  /* line 1571, https://biodiversitylinks.net/++plone++custom/custom.less */
  .grid-container-2col,
  .grid-container-3col,
  .grid-container-4col,
  .grid-container-5col {
    display: grid;
    grid-template-columns: auto;
    padding: 0px;
  }
}
/* line 1578, https://biodiversitylinks.net/++plone++custom/custom.less */
ul#top-links {
  float: right;
  text-align: right;
  list-style: none;
}
/* line 1582, https://biodiversitylinks.net/++plone++custom/custom.less */
ul#top-links li {
  display: inline-block;
}
/* line 1585, https://biodiversitylinks.net/++plone++custom/custom.less */
.flex-container {
  display: flex;
  justify-content: space-between;
}
/* line 1590, https://biodiversitylinks.net/++plone++custom/custom.less */
.flex-container-stack {
  display: block;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-left: 2em;
}
@media (max-width: 767px) {
  /* line 1595, https://biodiversitylinks.net/++plone++custom/custom.less */
  .flex-container-stack {
    display: flex;
    flex-wrap: nowrap;
    margin-left: 0;
  }
}
/* --- Display news in blocks --- */
/* line 1606, https://biodiversitylinks.net/++plone++custom/custom.less */
.fabnews > ul {
  margin: 0 -40px;
}
/* line 1611, https://biodiversitylinks.net/++plone++custom/custom.less */
.fabnews li {
  border-top: 1px solid #d8d4cb;
  display: block;
  float: left;
  height: auto;
  line-height: 1.3em !important;
  list-style: outside none none;
  margin-bottom: 2.5em !important;
  overflow: hidden;
  padding: 10px 15px;
  width: 24%;
}
/* line 1624, https://biodiversitylinks.net/++plone++custom/custom.less */
.fabnews li:nth-child(1) {
  padding: 10px 15px 10px 0;
}
/* line 1629, https://biodiversitylinks.net/++plone++custom/custom.less */
.fabnews li:nth-child(4) {
  padding: 10px 0px 10px 15px;
}
/* line 1634, https://biodiversitylinks.net/++plone++custom/custom.less */
.fabnews li a {
  color: #616161 !important;
  font-family: "myriad-pro-condensed";
  font-size: 1.3em;
  font-weight: 600;
}
/* line 1641, https://biodiversitylinks.net/++plone++custom/custom.less */
.fabnews .documentByLine {
  font-size: 85%;
  display: block;
  color: #666;
}
/* line 1647, https://biodiversitylinks.net/++plone++custom/custom.less */
.fabnews .item-date,
.fabnews .item-type {
  margin: .5em 0;
  display: inline-block;
  border-bottom: none;
}
@media screen and (max-width: 979px) {
  /* line 1655, https://biodiversitylinks.net/++plone++custom/custom.less */
  .fabnews li {
    display: block;
    float: none;
    width: 98%;
    margin-bottom: 1em;
    height: auto;
    padding-right: 2em !important;
  }
  /* line 1664, https://biodiversitylinks.net/++plone++custom/custom.less */
  .fabnews img {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1670, https://biodiversitylinks.net/++plone++custom/custom.less */
  .fabnews img {
    width: 90px;
  }
  /* line 1674, https://biodiversitylinks.net/++plone++custom/custom.less */
  .fabnews li:nth-child(1),
  .fabnews li:nth-child(4) {
    padding: 10px 15px;
  }
}
/* line 1681, https://biodiversitylinks.net/++plone++custom/custom.less */
.fabnews .item-description {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
/* line 1687, https://biodiversitylinks.net/++plone++custom/custom.less */
.span4.fabnews > h2 {
  background-color: #4b97b7;
  clear: both;
  color: #fff;
  display: block;
  font-family: "myriad-pro", san-serif !important;
  font-size: 1.5em;
  font-weight: 400;
  padding: 0.4em 0.6em;
  text-transform: uppercase;
}
/* line 1700, https://biodiversitylinks.net/++plone++custom/custom.less */
.fabnews > h2 {
  color: #ed9700;
  font-size: 25px;
  text-transform: uppercase;
}
/* line 1708, https://biodiversitylinks.net/++plone++custom/custom.less */
#portal-anontools ul li a {
  color: #81aa36;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 15px;
}
@media (max-width: 767px) {
  /* line 1713, https://biodiversitylinks.net/++plone++custom/custom.less */
  #portal-anontools ul li a {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  /* line 1719, https://biodiversitylinks.net/++plone++custom/custom.less */
  #portal-anontools {
    float: left;
    position: absolute;
    top: -5px;
    left: 70px;
    font-size: 12px;
  }
  /* line 1727, https://biodiversitylinks.net/++plone++custom/custom.less */
  #portal-searchbox {
    margin-top: 102px;
    float: right;
    width: 175px;
  }
  /* line 1732, https://biodiversitylinks.net/++plone++custom/custom.less */
  .pat-livesearch {
    min-width: 175px;
  }
}
/* line 1737, https://biodiversitylinks.net/++plone++custom/custom.less */
#portal-header .form-search #searchGadget {
  border-radius: 8px 0 0 8px;
  background: none;
  box-shadow: none;
  width: 11em;
  height: 28px;
  margin-right: -4px;
  border-right: none;
}
/* line 1747, https://biodiversitylinks.net/++plone++custom/custom.less */
.LSBox .searchSection {
  display: none !important;
}
/* --- Misc styles --- */
/* line 1753, https://biodiversitylinks.net/++plone++custom/custom.less */
.grey-box {
  background: #cdcdcd none repeat scroll 0 0;
  margin-bottom: 1em;
  padding: 20px;
  text-align: center;
}
/* line 1760, https://biodiversitylinks.net/++plone++custom/custom.less */
.visualClear {
  clear: both;
}
/* line 1761, https://biodiversitylinks.net/++plone++custom/custom.less */
.clear {
  clear: both;
  height: 1px;
}
/* line 1766, https://biodiversitylinks.net/++plone++custom/custom.less */
#content-core a {
  border-bottom: none;
}
/* line 1769, https://biodiversitylinks.net/++plone++custom/custom.less */
#content-core a:hover,
#content-core a:focus {
  color: #194662;
}
/* line 1773, https://biodiversitylinks.net/++plone++custom/custom.less */
.space10 {
  clear: both;
  height: 10px;
  margin: 5px;
}
/* line 1780, https://biodiversitylinks.net/++plone++custom/custom.less */
.space20 {
  clear: both;
  height: 20px;
  margin: 10px;
}
/* line 1786, https://biodiversitylinks.net/++plone++custom/custom.less */
.border-btm-blue {
  border-bottom: 6px solid #045e86;
}
/* line 1790, https://biodiversitylinks.net/++plone++custom/custom.less */
.info-box {
  background: #e8e7e3 none repeat scroll 0 0;
  border-radius: 8px;
  margin: 1em 0;
  padding: 15px 20px 10px;
}
/* line 1798, https://biodiversitylinks.net/++plone++custom/custom.less */
.info-link {
  background: #e8e7e3 url(../fab-images/info.png) no-repeat scroll 15px 12px;
  border-radius: 8px;
  margin: 1.5em 0;
  padding: 15px 20px 15px 65px;
  min-height: 36px;
}
/* line 1806, https://biodiversitylinks.net/++plone++custom/custom.less */
.plus {
  background: rgba(0, 0, 0, 0) url(../fab-images/plus-grey.png) no-repeat scroll 0 0;
  font-size: 14px !important;
  font-weight: 600;
  height: 30px;
  margin-top: 10px;
  padding-left: 40px;
}
/* line 1815, https://biodiversitylinks.net/++plone++custom/custom.less */
hr {
  margin: 30px 0;
  border: 0;
  border-top: 1px solid #efefef;
}
/* line 1820, https://biodiversitylinks.net/++plone++custom/custom.less */
.divider {
  margin: 25px 0;
}
/* line 1824, https://biodiversitylinks.net/++plone++custom/custom.less */
.btn {
  display: inline-block;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbb;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 1851, https://biodiversitylinks.net/++plone++custom/custom.less */
a.btn:hover {
  border-bottom: 1px solid #bfbfbf !important;
}
/* line 1855, https://biodiversitylinks.net/++plone++custom/custom.less */
.button-right {
  margin: 3em 0;
  text-align: right;
}
/* line 1859, https://biodiversitylinks.net/++plone++custom/custom.less */
a.btn.large-white {
  border: 1px solid #fff;
  padding: 15px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  letter-spacing: 0.075em;
  text-shadow: none;
}
/* line 1868, https://biodiversitylinks.net/++plone++custom/custom.less */
a.btn.large-white:hover {
  background: rgba(255, 0, 0, 0.25);
  border-bottom: 1px solid #fff!important;
}
/* line 1873, https://biodiversitylinks.net/++plone++custom/custom.less */
.btn-tan {
  background: none repeat scroll 0 0 #D4D5C6;
  border-radius: 6px;
  padding: 10px 20px;
  text-align: center;
}
/* line 1879, https://biodiversitylinks.net/++plone++custom/custom.less */
.btn-tan > a {
  border-bottom: medium none !important;
  color: #797979 !important;
  text-decoration: none;
}
/* line 1884, https://biodiversitylinks.net/++plone++custom/custom.less */
.btn-tan:hover {
  color: #444 !important;
  background: #C1C1B5!important;
}
/* line 1890, https://biodiversitylinks.net/++plone++custom/custom.less */
a.orange-btn {
  background: none repeat scroll 0 0 #e49a34;
  background-image: -moz-linear-gradient(center top, #ffc154, #e47601);
  border-radius: 4px;
  border: 1px solid #E87C00;
  color: #fff!important;
  display: inline;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 10px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #b94b00;
}
/* line 1903, https://biodiversitylinks.net/++plone++custom/custom.less */
#content a:hover.orange-btn {
  background-image: -moz-linear-gradient(center top, #ffb400, #e35a00);
  color: #fff !important;
  text-decoration: none;
}
/* line 1908, https://biodiversitylinks.net/++plone++custom/custom.less */
.orange-btn.large {
  font-size: 20px;
  padding: 10px 30px;
}
/* line 1912, https://biodiversitylinks.net/++plone++custom/custom.less */
.btn-orange {
  background: none repeat scroll 0 0 #F09D30;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 2px 20px 4px;
  text-align: center;
}
/* line 1920, https://biodiversitylinks.net/++plone++custom/custom.less */
.btn-orange > a {
  border-bottom: medium none !important;
  color: #fff !important;
  text-decoration: none;
}
/* line 1926, https://biodiversitylinks.net/++plone++custom/custom.less */
a.share-resources-btn {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid #fff;
  font-size: 1.5em;
  padding: 30px;
  border-radius: 8px;
  color: #fff;
}
/* line 1936, https://biodiversitylinks.net/++plone++custom/custom.less */
a.share-resources-btn:hover {
  background: #ffffff;
  border: 1px solid #fff;
  font-size: 1.5em;
  padding: 30px;
  border-radius: 8px;
  color: #616161;
  text-decoration-line: none;
}
/* line 1946, https://biodiversitylinks.net/++plone++custom/custom.less */
.lead,
.intro {
  font-size: 22px;
  font-weight: 300;
  line-height: 140% !important;
  margin: 15px 0px;
  text-shadow: 0 0 1px rgba(102, 102, 102, 0.15);
}
@media (max-width: 767px) {
  /* line 1952, https://biodiversitylinks.net/++plone++custom/custom.less */
  .lead,
  .intro {
    font-size: 18px;
  }
}
/* line 1956, https://biodiversitylinks.net/++plone++custom/custom.less */
.intro-2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 140% !important;
  margin: 15px 0px;
  text-shadow: 0 0 1px rgba(102, 102, 102, 0.15);
}
@media (max-width: 767px) {
  /* line 1962, https://biodiversitylinks.net/++plone++custom/custom.less */
  .intro-2 {
    font-size: 18px;
  }
}
/* line 1967, https://biodiversitylinks.net/++plone++custom/custom.less */
.box {
  border: 1px solid #ddd;
  padding: 20px;
  margin: 1em 0;
}
/* line 1973, https://biodiversitylinks.net/++plone++custom/custom.less */
.box > h3 {
  font-size: 22pt;
  padding: 5px 12px;
  text-align: center;
}
/* line 1979, https://biodiversitylinks.net/++plone++custom/custom.less */
.box h3 > a {
  border: medium none !important;
  text-decoration: none;
}
/* line 1984, https://biodiversitylinks.net/++plone++custom/custom.less */
.box p {
  font-weight: 100;
}
/* line 1989, https://biodiversitylinks.net/++plone++custom/custom.less */
.box-2 {
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
  margin: 1em 0;
}
/* line 1996, https://biodiversitylinks.net/++plone++custom/custom.less */
.box-3 {
  padding: 15px;
  margin-bottom: -1em;
  border: 1px solid #ddd;
  margin-top: 1em;
}
/* line 2003, https://biodiversitylinks.net/++plone++custom/custom.less */
.box-plain {
  border: 1px solid #ddd;
}
/* line 2007, https://biodiversitylinks.net/++plone++custom/custom.less */
.box-transparent {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  padding: 40px;
  background: rgba(255, 255, 255, 0.5);
  margin: 4em 0;
}
/* line 2016, https://biodiversitylinks.net/++plone++custom/custom.less */
.border {
  background: #fff;
  border: 1px solid #ddd;
  padding: 4px;
  margin-bottom: 6px;
}
/* line 2023, https://biodiversitylinks.net/++plone++custom/custom.less */
.rounded {
  border-radius: 5px;
}
/* line 2026, https://biodiversitylinks.net/++plone++custom/custom.less */
.rounded-top {
  border-radius: 5px 5px 0 0;
}
/* line 2029, https://biodiversitylinks.net/++plone++custom/custom.less */
.rounded-btm {
  border-radius: 0 0 5px 5px;
}
/* line 2032, https://biodiversitylinks.net/++plone++custom/custom.less */
.shadow {
  box-shadow: 0px 1px 5px 0 rgba(75, 75, 75, 0.25);
}
/* line 2035, https://biodiversitylinks.net/++plone++custom/custom.less */
.shadow-btm {
  box-shadow: 3px 8px 10px -4px rgba(0, 0, 0, 0.4);
}
/* line 2038, https://biodiversitylinks.net/++plone++custom/custom.less */
.big {
  height: 280px;
  object-fit: cover;
}
/* line 2043, https://biodiversitylinks.net/++plone++custom/custom.less */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
/* line 2055, https://biodiversitylinks.net/++plone++custom/custom.less */
.alert h4 {
  color: #c09853;
}
/* line 2058, https://biodiversitylinks.net/++plone++custom/custom.less */
.alert-text {
  color: red;
}
/* line 2060, https://biodiversitylinks.net/++plone++custom/custom.less */
.floatright {
  float: right;
  margin-left: 10px;
}
/* line 2065, https://biodiversitylinks.net/++plone++custom/custom.less */
.floatleft {
  float: left;
  margin-right: 10px;
}
/* line 2069, https://biodiversitylinks.net/++plone++custom/custom.less */
.image-left {
  float: left;
  margin: 0.5em 1.5em 0.5em 0 !important;
}
/* line 2073, https://biodiversitylinks.net/++plone++custom/custom.less */
.image-right {
  float: right;
  margin: .5em 0 .5em 2em;
}
/* line 2078, https://biodiversitylinks.net/++plone++custom/custom.less */
.img-rt-border {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.45);
  margin: 1em 0 0.5em 0;
  padding: 5px;
}
/* line 2084, https://biodiversitylinks.net/++plone++custom/custom.less */
.caption-rt {
  color: #777;
  display: block;
  font-size: 80%;
  text-align: right;
  text-transform: uppercase;
  clear: both;
}
/* line 2093, https://biodiversitylinks.net/++plone++custom/custom.less */
.caption {
  font-size: 14px !important;
  padding: 0 0 10px;
  margin-bottom: 20px;
  line-height: 1.3em;
}
/* line 2100, https://biodiversitylinks.net/++plone++custom/custom.less */
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
/* line 2106, https://biodiversitylinks.net/++plone++custom/custom.less */
.img-responsive,
.responsive-img {
  display: block;
  height: auto;
  max-width: 100%;
}
/* line 2112, https://biodiversitylinks.net/++plone++custom/custom.less */
.img-fit {
  display: block;
  height: auto;
  width: 100%;
}
/* line 2118, https://biodiversitylinks.net/++plone++custom/custom.less */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  margin: 15px 0px;
}
/* line 2127, https://biodiversitylinks.net/++plone++custom/custom.less */
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 2135, https://biodiversitylinks.net/++plone++custom/custom.less */
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 2141, https://biodiversitylinks.net/++plone++custom/custom.less */
.photoborder {
  padding: 6px;
  border: 1px solid #ddd;
  background: #fff;
}
/* line 2146, https://biodiversitylinks.net/++plone++custom/custom.less */
.photoright {
  float: right;
  margin-bottom: 15px;
  margin-left: 20px;
  border: 1px solid #DDDDDD!important;
}
/* line 2153, https://biodiversitylinks.net/++plone++custom/custom.less */
img.newsImageCircle {
  object-fit: cover;
  width: 100px;
  float: left;
  min-height: 100px;
  margin-right: 1em;
  object-position: center;
  border-radius: 50%;
  margin-bottom: 1em;
  border: 1px solid #ddd;
  padding: 6px;
  margin-top: -1em;
  background: #fff;
}
/* line 2168, https://biodiversitylinks.net/++plone++custom/custom.less */
.img-circle {
  object-fit: cover;
  width: 90%;
  /*min-height: 90%;*/
  object-position: center;
  border-radius: 50%;
  margin-bottom: 1em;
  border: 1px solid #ddd;
  padding: 4px;
  background: #fff;
}
/* line 2180, https://biodiversitylinks.net/++plone++custom/custom.less */
img.newsImageSmall {
  background: #fff;
  width: 180px;
  border-radius: 3px;
  padding: 6px;
  box-shadow: 0px 1px 5px 0 rgba(7, 7, 7, 0.3);
  margin: 0 auto;
  display: flex;
}
/* line 2190, https://biodiversitylinks.net/++plone++custom/custom.less */
.fabnews img.newsImage {
  border: 1px solid #ccc;
  padding: 4px;
  max-height: 315px;
  min-height: 170px;
}
@media only screen and (max-width: 767px) {
  /* line 2195, https://biodiversitylinks.net/++plone++custom/custom.less */
  .fabnews img.newsImage {
    max-height: unset;
    min-height: auto;
    float: left;
    width: 95px;
    margin-right: 1em;
    margin-bottom: 0.5em;
  }
}
/* ----- Faked captions 5-29-18 ----- */
/* line 2207, https://biodiversitylinks.net/++plone++custom/custom.less */
.photo-container-left {
  width: 400px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
  float: left;
  margin-right: 25px;
  padding-right: 10px;
}
/* line 2217, https://biodiversitylinks.net/++plone++custom/custom.less */
.photo-container-right {
  width: 400px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
  float: right;
  margin-left: 25px;
  padding-left: 10px;
}
/* line 2227, https://biodiversitylinks.net/++plone++custom/custom.less */
.photo-container-right img,
.photo-container-left img {
  padding: 5px;
  margin-bottom: 10px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.45);
}
@media only screen and (max-width: 480px) {
  /* line 2235, https://biodiversitylinks.net/++plone++custom/custom.less */
  .photo-container-left,
  .photo-container-right {
    width: 100%;
    float: none;
  }
}
/* line 2241, https://biodiversitylinks.net/++plone++custom/custom.less */
.hilite-box {
  position: relative;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 0;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 2252, https://biodiversitylinks.net/++plone++custom/custom.less */
.hilite-box:hover {
  background: #E8E7E3 none repeat scroll 0 0;
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.03);
}
/* line 2259, https://biodiversitylinks.net/++plone++custom/custom.less */
.hilite-box h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  margin: 15px 5px;
  text-align: center;
  text-transform: uppercase;
}
/* line 2268, https://biodiversitylinks.net/++plone++custom/custom.less */
.hilite-box h4 a {
  border-bottom: medium none !important;
  text-decoration: none;
}
/* line 2272, https://biodiversitylinks.net/++plone++custom/custom.less */
.hilite-box p {
  padding: 5px 15px;
}
/* --- Portlet Styles --- */
/* line 2280, https://biodiversitylinks.net/++plone++custom/custom.less */
.portlet {
  background: #fff;
  border-radius: 0;
  padding: 15px 0 0;
  border: none;
  box-shadow: none;
}
/* line 2287, https://biodiversitylinks.net/++plone++custom/custom.less */
.portlet > :first-child {
  border-radius: 0;
}
/* line 2291, https://biodiversitylinks.net/++plone++custom/custom.less */
.portlet .portletContent > ul {
  padding: 0;
  list-style: square outside none;
  position: relative;
  color: #ed9700;
  padding-left: 45px;
}
/* line 2299, https://biodiversitylinks.net/++plone++custom/custom.less */
.portlet .portletContent > ul > li a {
  position: relative;
  z-index: 1;
  color: #007bb1;
  font-weight: 600;
  border-bottom: 1px dotted #ddd;
  font-size: 15px;
  line-height: 1.3em;
}
/* line 2308, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletNavigationTree .portletContent > ul > li a:hover {
  background: #efefef;
  color: #194662;
  text-decoration-line: underline;
}
/* line 2314, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletNavigationTree.portletSiteSetup a {
  padding-left: 25px;
}
/* line 2317, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletNavigationTree .portletContent .navTreeCurrentNode > a {
  font-weight: 600!important;
}
/* line 2321, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletNavigationTree .portletContent ul.navTreeLevel2 > li a {
  margin-left: 1em;
}
/* line 2325, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletNavigationTree nav.portletContent > ul > li a {
  padding: 10px 15px;
  border-top: none !important;
}
/* line 2330, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletNavigationTree .portletContent ul.navTreeLevel1 > li a {
  padding-left: 15px;
  font-weight: 400;
}
/* line 2335, https://biodiversitylinks.net/++plone++custom/custom.less */
.portlet .portletHeader {
  background: #fff;
  padding: 15px 0 0 0;
  color: #696969;
}
/* line 2342, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletHeader {
  border-radius: 0;
  font-size: 12px;
  padding: 10px 15px 8px;
}
/* line 2348, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletHeader a {
  background: rgba(0, 0, 0, 0) url(../fab-images/arrow-circle-grey.png) no-repeat scroll 0 3px;
  padding-left: 25px;
  color: #237C9A !important;
}
/* line 2354, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletHeader {
  font-family: 'myriad-pro';
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 300;
  color: #464d4f;
  text-transform: uppercase;
  letter-spacing: 0.05em !important;
}
/* line 2364, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletHeader:first-child {
  color: #237C9A;
  border-top: 6px solid #dedede;
  margin-top: -6px !important;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
}
/* line 2372, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletHeader:first-child:before {
  content: "";
  border-top: solid 6px #81aa36;
  display: block;
  width: 25%;
  padding-top: 10px;
  margin-top: -21px;
}
/* line 2381, https://biodiversitylinks.net/++plone++custom/custom.less */
#portlets-footer,
.template-document_view {
  margin: 0;
}
/* line 2383, https://biodiversitylinks.net/++plone++custom/custom.less */
#portlets-footer .glyphicon.link-https,
.template-document_view .glyphicon.link-https {
  display: none;
}
/* line 2386, https://biodiversitylinks.net/++plone++custom/custom.less */
.portlet-rounded img {
  border-radius: 5px;
  margin: 1em 0;
  max-width: 100%;
}
/* line 2391, https://biodiversitylinks.net/++plone++custom/custom.less */
.portlet-rounded-left img {
  border-radius: 5px;
  margin: .5em 0 2em 0;
  max-width: 100%;
}
/* line 2397, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletNavigationTree.portletSiteSetup nav.portletContent > ul > li a {
  font-weight: 400;
}
/* line 2401, https://biodiversitylinks.net/++plone++custom/custom.less */
#portlet-add-news a,
#portlet-add-training a {
  color: white;
  display: block;
  background: url(../addto.png) right 13px top 12px no-repeat #3998b9;
  padding: 13px 85px 13px 15px;
  font-style: italic;
  font-size: 15px;
  border-radius: 5px;
  line-height: 1.4em;
}
/* line 2411, https://biodiversitylinks.net/++plone++custom/custom.less */
#portlet-add-news a p.type,
#portlet-add-training a p.type {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
}
/* line 2418, https://biodiversitylinks.net/++plone++custom/custom.less */
#portlet-add-news a p,
#portlet-add-training a p {
  margin: 0;
}
/* line 2423, https://biodiversitylinks.net/++plone++custom/custom.less */
ul.list-inline li {
  display: inline-block;
}
/* line 2425, https://biodiversitylinks.net/++plone++custom/custom.less */
a#biodiversity-home {
  position: absolute;
  left: 0;
}
/* line 2427, https://biodiversitylinks.net/++plone++custom/custom.less */
a#biodiversity-home:before {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  position: relative;
  content: "\e091";
  top: 2px;
  padding-right: 5px;
}
/* line 2437, https://biodiversitylinks.net/++plone++custom/custom.less */
#formfield-form-widgets-ILineageExtenderBehavior-logo,
#formfield-form-widgets-ILineageExtenderBehavior-analytics {
  display: none;
}
/* line 2440, https://biodiversitylinks.net/++plone++custom/custom.less */
.lineage-child-site #formfield-form-widgets-ILineageExtenderBehavior-logo,
.lineage-child-site #formfield-form-widgets-ILineageExtenderBehavior-analytics {
  display: block;
}
/* line 2443, https://biodiversitylinks.net/++plone++custom/custom.less */
.contentwellportlets.row {
  margin: 0;
}
/* Project page layout */
/* line 2447, https://biodiversitylinks.net/++plone++custom/custom.less */
.dropcap {
  float: left;
  line-height: 78%;
  width: .65em;
  font-size: 315%;
  color: #949494;
  font-weight: 400;
}
/* line 2456, https://biodiversitylinks.net/++plone++custom/custom.less */
.dropcap3 {
  float: left;
  line-height: 78%;
  width: .85em;
  font-size: 315%;
  color: #949494;
  font-weight: 400;
}
/* line 2465, https://biodiversitylinks.net/++plone++custom/custom.less */
.inner-block {
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  /* line 2468, https://biodiversitylinks.net/++plone++custom/custom.less */
  .inner-block {
    max-width: 100%;
  }
}
/* line 2473, https://biodiversitylinks.net/++plone++custom/custom.less */
.orange-block {
  background: #F89100;
  margin: 0;
  padding: 30px;
  min-height: 400px;
  color: #fff;
}
/* line 2480, https://biodiversitylinks.net/++plone++custom/custom.less */
.blue-block {
  background: #007bb1;
  margin: 0;
  padding: 30px;
  /*min-height: 400px;*/
  color: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 2486, https://biodiversitylinks.net/++plone++custom/custom.less */
  .blue-block {
    padding: 15px 30px;
  }
}
/* line 2490, https://biodiversitylinks.net/++plone++custom/custom.less */
.blue-block-transparent {
  background-color: rgba(0, 123, 177, 0.8);
  margin: 0;
  padding: 30px;
  color: #fff;
}
/* line 2496, https://biodiversitylinks.net/++plone++custom/custom.less */
.blue-block a {
  color: #91c6e6;
}
/* line 2499, https://biodiversitylinks.net/++plone++custom/custom.less */
.black-block-transparent {
  background: rgba(0, 0, 0, 0.45);
  margin: 0;
  padding: 30px;
  min-height: 400px;
  color: #fff;
}
/* line 2506, https://biodiversitylinks.net/++plone++custom/custom.less */
.black-block-transparent a {
  color: #ffffff;
}
/* line 2510, https://biodiversitylinks.net/++plone++custom/custom.less */
.brown-block {
  background: #733f3f;
  margin: 0;
  padding: 30px;
  min-height: 400px;
  color: #f7e3d0;
}
/* line 2517, https://biodiversitylinks.net/++plone++custom/custom.less */
.lite-brown-block {
  background: #d2cac4;
}
/* line 2521, https://biodiversitylinks.net/++plone++custom/custom.less */
.heading-white {
  font-family: 'myriad-pro';
  color: #fff!important;
  font-weight: 600;
  letter-spacing: -0.025em;
}
/* line 2529, https://biodiversitylinks.net/++plone++custom/custom.less */
span.bigger {
  font-size: 165%;
}
/* line 2533, https://biodiversitylinks.net/++plone++custom/custom.less */
.inset-block {
  padding: 10%;
}
/* line 2537, https://biodiversitylinks.net/++plone++custom/custom.less */
.leftside {
  padding: 0 2em 2em;
}
/* line 2540, https://biodiversitylinks.net/++plone++custom/custom.less */
.border-right {
  padding-right: 30px;
  border-right: 1px solid #e0e0e0;
}
/* line 2544, https://biodiversitylinks.net/++plone++custom/custom.less */
.border-left {
  padding-left: 30px;
  border-left: 1px solid #e0e0e0;
}
/* line 2549, https://biodiversitylinks.net/++plone++custom/custom.less */
.heading-lt-blue {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'myriad-pro';
  color: #91c6e6;
  margin: 0 0 15px;
  padding: 0;
  letter-spacing: 3px;
}
/* line 2560, https://biodiversitylinks.net/++plone++custom/custom.less */
.logo-col {
  float: left;
  padding: 20px 0 0;
  width: 200px;
}
@media only screen and (max-width: 979px) {
  /* line 2564, https://biodiversitylinks.net/++plone++custom/custom.less */
  .logo-col {
    float: none;
    padding: 0;
    width: 100%;
  }
}
/* line 2570, https://biodiversitylinks.net/++plone++custom/custom.less */
.logo-col > a {
  display: block;
  text-align: center;
}
/* line 2574, https://biodiversitylinks.net/++plone++custom/custom.less */
.content-col {
  margin-left: 230px;
  margin-top: -43px;
}
@media (max-width: 979px) {
  /* line 2577, https://biodiversitylinks.net/++plone++custom/custom.less */
  .content-col {
    clear: both;
    margin-left: 0;
    margin-top: 30px;
  }
}
/* line 2584, https://biodiversitylinks.net/++plone++custom/custom.less */
.logo-col > img {
  margin: 10px auto;
  /*max-width: 90%;*/
}
/* line 2588, https://biodiversitylinks.net/++plone++custom/custom.less */
.logo-col img:hover {
  opacity: .75;
}
/* line 2592, https://biodiversitylinks.net/++plone++custom/custom.less */
.logo-col a {
  border-bottom: medium none !important;
}
/* line 2596, https://biodiversitylinks.net/++plone++custom/custom.less */
.logo-col .smallcaps {
  color: #81aa36;
  margin: 15px 0 5px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 2602, https://biodiversitylinks.net/++plone++custom/custom.less */
.logo-col ul {
  list-style: outside none none !important;
  margin: 0 !important;
  padding: 0;
}
/* line 2607, https://biodiversitylinks.net/++plone++custom/custom.less */
.logo-col li {
  border-bottom: 1px solid #ccc;
  font-size: 13px !important;
  margin-right: 10px;
  padding: 7px 0;
  line-height: 1.3em;
}
/* line 2614, https://biodiversitylinks.net/++plone++custom/custom.less */
.text13 {
  font-size: 13px;
  line-height: 1.3em;
}
/* line 2619, https://biodiversitylinks.net/++plone++custom/custom.less */
.content-col .callout {
  background: #efefef none repeat scroll 0 0;
  border-left: 1em solid #ccc;
  padding: 1em;
  clear: none;
}
/* line 2626, https://biodiversitylinks.net/++plone++custom/custom.less */
.col-md-4.tileItem {
  /* --- add space between columns on grid_layout --- */
  padding-right: 25px !important;
  padding-bottom: 15px;
}
/* line 2631, https://biodiversitylinks.net/++plone++custom/custom.less */
.tileItem {
  /*border-bottom: 1px dotted #cac6c0;*/
  margin-bottom: 0.5em;
  padding-top: 0.5em;
}
/* line 2637, https://biodiversitylinks.net/++plone++custom/custom.less */
.tileImage img,
img.tileImage {
  margin: 0.5em 2em 3em 0;
  width: 200px;
  float: left;
  padding: 4px;
  border: 1px solid #cac6c0;
}
@media only screen and (max-width: 767px) {
  /* line 2643, https://biodiversitylinks.net/++plone++custom/custom.less */
  .tileImage img,
  img.tileImage {
    margin: .5em 0;
    width: 100%;
    float: none;
  }
}
/* line 2650, https://biodiversitylinks.net/++plone++custom/custom.less */
.banner-collage {
  height: 500px;
  overflow: hidden;
}
/* line 2655, https://biodiversitylinks.net/++plone++custom/custom.less */
.fit img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
/* line 2660, https://biodiversitylinks.net/++plone++custom/custom.less */
.photogrid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 250px;
  grid-gap: 2px;
  grid-auto-flow: dense;
}
/* line 2668, https://biodiversitylinks.net/++plone++custom/custom.less */
.photogrid-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 2674, https://biodiversitylinks.net/++plone++custom/custom.less */
.horizontal {
  grid-column: span 2;
}
/* line 2678, https://biodiversitylinks.net/++plone++custom/custom.less */
.square {
  grid-column: span 2;
  grid-row: span 2;
}
/* line 2682, https://biodiversitylinks.net/++plone++custom/custom.less */
.wide {
  grid-column: span 4;
  grid-row: span 2;
}
/* line 2686, https://biodiversitylinks.net/++plone++custom/custom.less */
.span-three {
  grid-column: span 3;
}
/* line 2689, https://biodiversitylinks.net/++plone++custom/custom.less */
.span-four {
  grid-column: span 4;
}
@media screen and (max-width: 1100px) {
  /* line 2695, https://biodiversitylinks.net/++plone++custom/custom.less */
  .wide {
    grid-column: span 3 !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 2701, https://biodiversitylinks.net/++plone++custom/custom.less */
  .wide {
    grid-column: span 8 !important;
  }
}
/* --- Featured Resource Slider --- */
/* line 2708, https://biodiversitylinks.net/++plone++custom/custom.less */
#cyclist-wrapper-simple .featured {
  background: none repeat scroll 0 0 #EBEBE5;
  border-top: 1px solid #d8d4cb;
  border-bottom: 1px solid #d8d4cb;
  margin: 1.5em 0;
  padding: .35em 0;
  line-height: 1.4em !important;
}
/* line 2717, https://biodiversitylinks.net/++plone++custom/custom.less */
.featured > h3 {
  margin-left: 20px;
  margin-top: 15px;
}
/* line 2722, https://biodiversitylinks.net/++plone++custom/custom.less */
.featured > h4 {
  margin-right: 2em;
  color: #427597;
  font-size: 25px;
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: -0.015em;
}
/* line 2731, https://biodiversitylinks.net/++plone++custom/custom.less */
.featured > p {
  margin-right: 1.5em;
  margin-bottom: 20px;
}
/* line 2736, https://biodiversitylinks.net/++plone++custom/custom.less */
.featuredimg {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  float: left;
  margin: 0 2em 1.5em 1.5em;
  padding: 5px;
}
/* line 2744, https://biodiversitylinks.net/++plone++custom/custom.less */
.download {
  background: rgba(0, 0, 0, 0) url(../download-icon-orange.png) no-repeat scroll 0 5px;
  padding-left: 23px;
}
/* line 2749, https://biodiversitylinks.net/++plone++custom/custom.less */
.download-btn-orange {
  background: #ed9700 url(../++plone++custom/download-arrow.png) no-repeat 13px 10px;
  background-size: 40px;
  display: inline-block;
  padding: 20px 15px 20px 65px;
  border-radius: 3px;
  color: #fff;
  width: 240px;
  line-height: 1.5em;
  font-size: 14px;
  margin-bottom: 25px;
}
/* line 2762, https://biodiversitylinks.net/++plone++custom/custom.less */
.download-btn-orange a {
  color: #fff;
}
/* line 2766, https://biodiversitylinks.net/++plone++custom/custom.less */
.download-hd {
  font-weight: 600;
  font-size: 20px;
}
/* line 2771, https://biodiversitylinks.net/++plone++custom/custom.less */
.top {
  font-weight: 600;
  border-bottom: 1px solid #dedede;
  color: #9aab49;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
/* line 2781, https://biodiversitylinks.net/++plone++custom/custom.less */
#content .documentDescription,
#content #description {
  color: #666;
  font-family: "myriad-pro", "Helvetica Neue", Arial, FreeSans, sans-serif;
  font-size: 17pt !important;
  font-weight: 200;
  line-height: 140% !important;
  /*margin: 1em 0;*/
}
/* line 2790, https://biodiversitylinks.net/++plone++custom/custom.less */
.tab-content h2 {
  color: #ed9700;
  font-size: 22px;
  text-transform: uppercase;
}
/* line 2797, https://biodiversitylinks.net/++plone++custom/custom.less */
#content .thumb-rating {
  float: left;
}
/* line 2800, https://biodiversitylinks.net/++plone++custom/custom.less */
#content .thumb-rating {
  background-color: #fffcdf;
  border: 1px solid #959595;
  color: #555;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #f2f2f2;
  display: inline-block;
  margin: 2em 0 0;
  overflow: visible;
  padding: 1px 10px 1px 5px;
}
/* line 2814, https://biodiversitylinks.net/++plone++custom/custom.less */
#content .thumb-rating .total-thumbs-up .tally-total {
  border-left: 1px solid #797768;
  color: #696969;
  font-weight: 400;
  padding: 0px 10px;
  vertical-align: middle;
}
/* line 2821, https://biodiversitylinks.net/++plone++custom/custom.less */
#content .thumb-rating form {
  margin: 0;
}
/* line 2822, https://biodiversitylinks.net/++plone++custom/custom.less */
#content .thumb-rating form input.like-button {
  float: none;
  background-image: url(../thumb-like-grey.png) !important;
  border: none;
  box-shadow: none;
  background-position: 2px 10px !important;
  background-color: transparent !important;
  padding-left: 0;
  padding-right: 56px;
}
/* line 2832, https://biodiversitylinks.net/++plone++custom/custom.less */
.twothumbs-feedback {
  position: absolute;
  z-index: 1;
  width: 400%;
  padding: 4%;
  font-size: 90%;
  border: 1px solid #555;
  background-color: #BDBDAE;
  text-align: center;
  left: 0;
}
/* line 2844, https://biodiversitylinks.net/++plone++custom/custom.less */
.thumb-rating .thumbs-down,
.thumb-rating .total-thumbs-down {
  display: none;
}
/* line 2848, https://biodiversitylinks.net/++plone++custom/custom.less */
#commenting {
  margin-top: 2em;
}
/* line 2852, https://biodiversitylinks.net/++plone++custom/custom.less */
.objectDetails {
  margin-left: 20px;
  padding-top: 60px;
}
/* line 2856, https://biodiversitylinks.net/++plone++custom/custom.less */
table.metadata {
  border-bottom: 5px solid #97a5ab;
  border-top: 5px solid #97a5ab;
  width: 100%;
}
/* line 2861, https://biodiversitylinks.net/++plone++custom/custom.less */
table.metadata th {
  background: #c3d1d6 none repeat scroll 0 0;
  padding: 6px 8px;
  text-align: left;
  width: 40%;
}
/* line 2867, https://biodiversitylinks.net/++plone++custom/custom.less */
table.metadata tr {
  border-bottom: 1px solid #fff;
}
/* line 2870, https://biodiversitylinks.net/++plone++custom/custom.less */
table.metadata td {
  background: none repeat scroll 0 0 #DDE6ED;
  border-top: none !important;
}
/* line 2874, https://biodiversitylinks.net/++plone++custom/custom.less */
table.metadata tr.first th,
table.metadata tr:first-child th {
  border-top-left-radius: 0px;
}
/* line 2878, https://biodiversitylinks.net/++plone++custom/custom.less */
table.metadata tr.first td,
table.metadata tr:first-child td {
  border-top-right-radius: 0px;
}
/* line 2882, https://biodiversitylinks.net/++plone++custom/custom.less */
table.metadata tr.last th,
table.metadata tr:last-child th {
  border-bottom-left-radius: 0px;
}
/* line 2886, https://biodiversitylinks.net/++plone++custom/custom.less */
table.metadata tr.last td,
table.metadata tr:last-child td {
  border-bottom-right-radius: 0px;
}
/* line 2890, https://biodiversitylinks.net/++plone++custom/custom.less */
table.metadata tr:hover th,
table.metadata tr:hover td {
  background-color: #DDEBC2;
}
/* line 2894, https://biodiversitylinks.net/++plone++custom/custom.less */
#content .objectDetails ul {
  list-style: outside none none !important;
  margin-left: 0;
}
/* line 2898, https://biodiversitylinks.net/++plone++custom/custom.less */
.objectDetails td li {
  font-size: 14px !important;
}
/* line 2903, https://biodiversitylinks.net/++plone++custom/custom.less */
#portlet-searchforcontent input.context {
  background-image: url(../submit-arrow.png);
  background-color: transparent;
  background-position: 4px 2px;
  background-repeat: no-repeat;
  border: 0 none;
  height: 28px;
  display: inline-block;
}
/* line 2912, https://biodiversitylinks.net/++plone++custom/custom.less */
#portlet-searchforcontent #SearchableText {
  width: 135px;
  display: inline-block;
  height: 25px;
}
/* line 2917, https://biodiversitylinks.net/++plone++custom/custom.less */
#portlet-searchforcontent input.btn[type="submit"] {
  float: right;
  margin: 0 3px;
}
/* line 2921, https://biodiversitylinks.net/++plone++custom/custom.less */
#portlet-searchforcontent p.advanced-search > a {
  display: block;
  margin-top: 0 !important;
  padding: 0;
  text-transform: uppercase;
}
/* line 2922, https://biodiversitylinks.net/++plone++custom/custom.less */
#portlet-searchforcontent p.advanced-search > a::before {
  content: "\00BB";
  display: inline-block;
  color: #d08b3a;
  font-size: 20px;
  margin-right: 5px;
}
/* line 2930, https://biodiversitylinks.net/++plone++custom/custom.less */
.portaltype-story .sidebar > nav {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  margin-left: 1.5em;
  padding: 0 10px 10px;
  box-shadow: 4px 2px 7px 0px rgba(74, 74, 74, 0.2);
  border: 1px solid #eee;
}
/* line 2938, https://biodiversitylinks.net/++plone++custom/custom.less */
.sidebar ul {
  padding: 0;
  margin: 0;
}
/* line 2943, https://biodiversitylinks.net/++plone++custom/custom.less */
.img-rt-border {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.45);
  float: right;
  margin: 1em 0 0.5em 1.5em;
  padding: 5px;
}
/*.alertbox {
    background: #F3F4E3 none repeat scroll 0 0;
    border: 2px solid #eca766;
    border-radius: 6px;
    color: #444;
    font-size: 15pt !important;
    padding: 10px 20px;
} */
/* line 2959, https://biodiversitylinks.net/++plone++custom/custom.less */
.alertbox {
  background: #ed9700 none repeat scroll 0 0;
  border-radius: 5px;
  font-size: 20px;
  padding: 15px 20px;
  color: #fff;
  margin: 1em 0;
}
/* line 2968, https://biodiversitylinks.net/++plone++custom/custom.less */
.excel {
  background: url(../excel-icon.png) no-repeat 3px;
  padding: 6px 6px 6px 27px;
  margin-bottom: 12px;
  border: 0 none!important;
  float: right;
}
/* line 2976, https://biodiversitylinks.net/++plone++custom/custom.less */
#projects > h2 {
  background: #81aa36 none repeat scroll 0 0;
  border-radius: 6px;
  color: #fff;
  font-size: 15pt;
  padding: 6px 10px;
}
/* line 2984, https://biodiversitylinks.net/++plone++custom/custom.less */
#projects > h4 {
  border-top: 1px dotted #ccc;
  color: #80725F;
  font-size: 12pt;
  margin-top: 20px;
  padding-top: 8px;
}
/* line 2992, https://biodiversitylinks.net/++plone++custom/custom.less */
.collapse.in {
  display: none;
}
/* line 2994, https://biodiversitylinks.net/++plone++custom/custom.less */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
/* ---------------
   accordion style
------------------- */
/* line 3003, https://biodiversitylinks.net/++plone++custom/custom.less */
ul#accordion1 {
  list-style: outside none none;
}
/* line 3008, https://biodiversitylinks.net/++plone++custom/custom.less */
.accordion-group {
  background: #d4d5c6 none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  margin-bottom: 2px;
  margin-right: 2em;
  margin-top: 0px;
  min-height: 90px;
  padding: 10px;
}
/* line 3019, https://biodiversitylinks.net/++plone++custom/custom.less */
#content a.accordion-toggle {
  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}
/* line 3026, https://biodiversitylinks.net/++plone++custom/custom.less */
.accordion-caret .accordion-toggle:hover {
  text-decoration: none;
}
/* line 3029, https://biodiversitylinks.net/++plone++custom/custom.less */
.accordion-caret .accordion-toggle:hover span,
.accordion-caret .accordion-toggle:hover strong {
  text-decoration: underline;
}
/* line 3033, https://biodiversitylinks.net/++plone++custom/custom.less */
.accordion-caret .accordion-toggle:before {
  font-size: 25px;
  vertical-align: -3px;
}
/* line 3037, https://biodiversitylinks.net/++plone++custom/custom.less */
.accordion-caret .accordion-toggle:not(.collapsed):before {
  content: "▾";
  margin-right: 0px;
}
/* line 3041, https://biodiversitylinks.net/++plone++custom/custom.less */
.accordion-caret .accordion-toggle.collapsed:before {
  content: "▸";
  margin-right: 0px;
}
/* line 3046, https://biodiversitylinks.net/++plone++custom/custom.less */
.checkbox_wrapper {
  padding-left: 25px;
}
/* line 3050, https://biodiversitylinks.net/++plone++custom/custom.less */
.checkbox_wrapper input {
  margin-left: -20px;
  margin-right: 6px;
}
/* line 3055, https://biodiversitylinks.net/++plone++custom/custom.less */
#portal-breadcrumbs .container {
  background-color: #efefef;
}
/* line 3057, https://biodiversitylinks.net/++plone++custom/custom.less */
.objectDetails {
  margin-left: 20px;
  padding-top: 60px;
}
/* line 3062, https://biodiversitylinks.net/++plone++custom/custom.less */
.projectimg {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-top: 20px;
  padding: 4px;
}
/* line 3071, https://biodiversitylinks.net/++plone++custom/custom.less */
.image-credit {
  text-align: center;
  font-style: italic;
}
/* line 3076, https://biodiversitylinks.net/++plone++custom/custom.less */
.image-caption {
  text-align: center;
  font-family: 'source-serif-pro';
  font-size: 14px;
  padding: 5px 0 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
/* line 3085, https://biodiversitylinks.net/++plone++custom/custom.less */
table.simple {
  background: #f9f9f9 url("../shadow.png") no-repeat scroll 0 0;
  border: 1px solid #ccc;
  float: right;
  font-family: "myriad-pro";
  font-size: 10pt;
  letter-spacing: 0.015em !important;
  line-height: 1.2em;
  margin: 10px 0 !important;
}
/* line 3096, https://biodiversitylinks.net/++plone++custom/custom.less */
table.simple th {
  border-bottom: 1px solid #bbb;
  padding: 8px 12px;
}
/* line 3101, https://biodiversitylinks.net/++plone++custom/custom.less */
table.simple td {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  padding: 8px 12px;
}
/* line 3108, https://biodiversitylinks.net/++plone++custom/custom.less */
table.simple tr:hover,
table.simple td:hover {
  background: #E0F8FE;
}
/* line 3113, https://biodiversitylinks.net/++plone++custom/custom.less */
.template-file_view .tileImage > img {
  float: right;
  margin-right: 0;
  margin-top: 3em;
  width: 200px;
}
/* line 3120, https://biodiversitylinks.net/++plone++custom/custom.less */
.template-video_view .leadImage {
  display: none;
}
/* ----------- Add content sprite ------------ */
/* line 3126, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li {
  overflow: hidden;
  text-indent: -9999px;
  display: inline;
  float: left;
  margin-right: 0px;
}
/* line 3134, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li a {
  background: url(../fa-icons/add-content-sprite.png) no-repeat;
  width: 90px;
  height: 115px;
  display: block;
}
/* Collection */
/* line 3142, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#collection-icon {
  width: 100px;
  height: 115px;
}
/* line 3143, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#collection-icon a {
  background-position: 0px 0px;
}
/* line 3144, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#collection-icon a:hover {
  background-position: -98px 0px;
}
/* Event */
/* line 3147, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#event-icon {
  width: 100px;
  height: 115px;
}
/* line 3148, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#event-icon a {
  background-position: 0px -119px;
}
/* line 3149, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#event-icon a:hover {
  background-position: -96px -119px;
}
/* File */
/* line 3152, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#file-icon {
  width: 100px;
  height: 115px;
}
/* line 3153, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#file-icon a {
  background-position: 0px -242px;
}
/* line 3154, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#file-icon a:hover {
  background-position: -96px -242px;
}
/* Folder */
/* line 3157, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#folder-icon {
  width: 100px;
  height: 115px;
}
/* line 3158, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#folder-icon a {
  background-position: 0px -367px;
}
/* line 3159, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#folder-icon a:hover {
  background-position: -96px -367px;
}
/* Image*/
/* line 3162, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#image-icon {
  width: 100px;
  height: 115px;
}
/* line 3163, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#image-icon a {
  background-position: 0px -487px;
}
/* line 3164, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#image-icon a:hover {
  background-position: -96px -487px;
}
/* Link */
/* line 3167, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#link-icon {
  width: 100px;
  height: 115px;
}
/* line 3168, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#link-icon a {
  background-position: 0px -606px;
}
/* line 3169, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#link-icon a:hover {
  background-position: -96px -606px;
}
/* News */
/* line 3172, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#news-icon {
  width: 100px;
  height: 115px;
}
/* line 3173, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#news-icon a {
  background-position: 0px -724px;
}
/* line 3174, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#news-icon a:hover {
  background-position: -96px -724px;
}
/* Organization */
/* line 3177, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#organization-icon {
  width: 100px;
  height: 115px;
}
/* line 3178, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#organization-icon a {
  background-position: 0px -841px;
}
/* line 3179, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#organization-icon a:hover {
  background-position: -96px -841px;
}
/* Webpage */
/* line 3182, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#webpage-icon {
  width: 100px;
  height: 110px;
}
/* line 3183, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#webpage-icon a {
  background-position: 0px -959px;
}
/* line 3184, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#webpage-icon a:hover {
  background-position: -95px -959px;
}
/* Project */
/* line 3187, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#project-icon {
  width: 100px;
  height: 110px;
}
/* line 3188, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#project-icon a {
  background-position: 0px -1072px;
}
/* line 3189, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#project-icon a:hover {
  background-position: -96px -1072px;
}
/* RSS */
/* line 3192, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#rss-icon {
  width: 100px;
  height: 108px;
}
/* line 3193, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#rss-icon a {
  background-position: 0px -1182px;
}
/* line 3194, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#rss-icon a:hover {
  background-position: -96px -1182px;
}
/* Spatial Data */
/* line 3197, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#gis-icon {
  width: 100px;
  height: 110px;
}
/* line 3198, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#gis-icon a {
  background-position: 0px -1291px;
}
/* line 3199, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#gis-icon a:hover {
  background-position: -95px -1291px;
}
/* BLOG */
/* line 3202, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#blog-icon {
  width: 100px;
  height: 100px;
}
/* line 3203, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#blog-icon a {
  background-position: 0px -1404px;
}
/* line 3204, https://biodiversitylinks.net/++plone++custom/custom.less */
.addcontent li#blog-icon a:hover {
  background-position: -94px -1404px;
}
/* --------------------------- 
   Calendar Sprite for sidebar 
------------------------------ */
/* line 3212, https://biodiversitylinks.net/++plone++custom/custom.less */
ul.cal-sprite {
  margin: 10px 0 35px 5px;
  padding: 0px;
}
/* line 3217, https://biodiversitylinks.net/++plone++custom/custom.less */
.cal-sprite li {
  overflow: hidden;
  text-indent: -9999px;
  display: block;
}
/* line 3223, https://biodiversitylinks.net/++plone++custom/custom.less */
.cal-sprite li a {
  background: url(../calendar-sprite.png) no-repeat;
  width: 185px;
  height: 45px;
  display: block;
}
/* Calendar grid */
/* line 3231, https://biodiversitylinks.net/++plone++custom/custom.less */
.cal-sprite li#grid {
  width: 185px;
  height: 40px;
}
/* line 3232, https://biodiversitylinks.net/++plone++custom/custom.less */
.cal-sprite li#grid a {
  background-position: 0px 0px;
}
/* line 3233, https://biodiversitylinks.net/++plone++custom/custom.less */
.cal-sprite li#grid a:hover {
  background-position: -185px 0px;
}
/* Add Event */
/* line 3236, https://biodiversitylinks.net/++plone++custom/custom.less */
.cal-sprite li#add-event {
  width: 185px;
  height: 40px;
}
/* line 3237, https://biodiversitylinks.net/++plone++custom/custom.less */
.cal-sprite li#add-event a {
  background-position: 0px -42px;
}
/* line 3238, https://biodiversitylinks.net/++plone++custom/custom.less */
.cal-sprite li#add-event a:hover {
  background-position: -185px -42px;
}
/* List View */
/* line 3241, https://biodiversitylinks.net/++plone++custom/custom.less */
.cal-sprite li#list-view {
  width: 185px;
  height: 40px;
}
/* line 3242, https://biodiversitylinks.net/++plone++custom/custom.less */
.cal-sprite li#list-view a {
  background-position: 0px -84px;
}
/* line 3243, https://biodiversitylinks.net/++plone++custom/custom.less */
.cal-sprite li#list-view a:hover {
  background-position: -185px -84px;
}
/* Upcoming */
/* line 3246, https://biodiversitylinks.net/++plone++custom/custom.less */
.cal-sprite li#upcoming {
  width: 185px;
  height: 40px;
}
/* line 3247, https://biodiversitylinks.net/++plone++custom/custom.less */
.cal-sprite li#upcoming a {
  background-position: 0px -126px;
}
/* line 3248, https://biodiversitylinks.net/++plone++custom/custom.less */
.cal-sprite li#upcoming a:hover {
  background-position: -185px -126px;
}
/* Past */
/* line 3251, https://biodiversitylinks.net/++plone++custom/custom.less */
.cal-sprite li#past {
  width: 185px;
  height: 42px;
}
/* line 3252, https://biodiversitylinks.net/++plone++custom/custom.less */
.cal-sprite li#past a {
  background-position: 0px -168px;
}
/* line 3253, https://biodiversitylinks.net/++plone++custom/custom.less */
.cal-sprite li#past a:hover {
  background-position: -185px -168px;
}
/* --------- END Calendar Sprite -------- */
/*.newsImageContainer {
    max-width: 220px !important;
    margin: 0 0 6px 30px !important;
    padding: 5px;
    border: 1px solid #ddd;
} */
/* line 3264, https://biodiversitylinks.net/++plone++custom/custom.less */
.newsImageContainer {
  margin: 25px 30px 15px 0 !important;
  padding: 5px;
  border: 1px solid #ddd;
  float: left;
}
/* line 3265, https://biodiversitylinks.net/++plone++custom/custom.less */
.newsImageContainer img {
  max-width: 220px !important;
}
/* line 3274, https://biodiversitylinks.net/++plone++custom/custom.less */
.plone-navbar-toggle {
  z-index: 3;
  float: left;
}
/* line 3275, https://biodiversitylinks.net/++plone++custom/custom.less */
.plone-navbar-collapse.collapse.in {
  display: block;
}
/* line 3277, https://biodiversitylinks.net/++plone++custom/custom.less */
.search-open {
  display: none;
}
@media (max-width: 767px) {
  /* line 3279, https://biodiversitylinks.net/++plone++custom/custom.less */
  .search-open {
    display: block;
    position: absolute;
    top: 155px;
    right: 0px;
    z-index: 1;
    font-size: 22px;
    color: #ccc;
  }
  /* line 3288, https://biodiversitylinks.net/++plone++custom/custom.less */
  .plone-toolbar-left-expanded .search-open {
    top: 148px;
  }
  /* line 3291, https://biodiversitylinks.net/++plone++custom/custom.less */
  #portal-searchbox {
    display: none;
  }
  /* line 3294, https://biodiversitylinks.net/++plone++custom/custom.less */
  #portal-searchbox.opened {
    display: block;
    right: 40px;
    top: 20px;
  }
}
/* line 3302, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm .input-group {
  max-width: 600px;
}
/* line 3305, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm .link-category {
  white-space: break-spaces;
}
/* line 3306, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #rss-subscription {
  display: none;
}
/* line 3309, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #search-results-wrapper .autotabs {
  border: none;
  padding: 0;
  box-shadow: none;
}
/* line 3313, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #search-results-wrapper .autotabs .autotoc-nav {
  border: none;
  margin: 0 0 15px;
}
/* line 3316, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #search-results-wrapper .autotabs .autotoc-nav a {
  border: none !important;
  background: none !important;
}
/* line 3324, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #search-results-bar #results-count {
  float: none;
}
/* line 3326, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm .search-getSolrPubDateYear-options > div,
#searchForm .search-date-options > div,
#searchForm .search-type-options > div {
  display: block;
  margin-right: 12px;
}
/* line 3332, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #search-filter .btn-warning {
  background-image: linear-gradient(to bottom, #e59924, #ffaa28);
  color: white !important;
  text-decoration: none;
}
/* line 3337, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #search-filter h4 {
  background: url(../++plone++custom/advanced-button-bg.png) center left no-repeat;
  height: 60px;
  font-size: 0px;
  text-transform: uppercase;
  padding: 0;
  border-radius: 5px;
  line-height: 39px;
  text-align: center;
  color: white;
  text-shadow: none;
  font-family: Helvetica;
  border: none;
  text-indent: -999em;
}
/* line 3353, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #search-filter fieldset legend {
  margin-bottom: 10px;
  border: none;
  text-transform: capitalize;
}
/* line 3357, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #search-filter fieldset legend.collapser:before {
  display: none;
}
/* line 3360, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #search-filter fieldset.collapsible.open {
  margin-bottom: 1em;
}
/* line 3363, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #search-filter fieldset.collapsible legend {
  padding-left: 25px;
  background: url(../++plone++custom/plus-icon.png) center left no-repeat;
}
/* line 3366, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #search-filter fieldset.collapsible legend.open {
  background: url(../++plone++custom/minus-icon.png) center left no-repeat;
}
/* line 3371, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #search-filter fieldset.childsites {
  margin-bottom: 1em;
}
/* line 3373, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #search-filter fieldset.childsites select {
  width: 100%;
}
/* line 3378, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #search-filter #selected-facets {
  border-bottom: 1px solid #e5e5e5;
  padding: 1em 0;
  margin-bottom: 1em;
}
/* line 3382, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #search-filter #selected-facets a {
  color: #ffaa28;
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
  top: 1px;
}
/* line 3393, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #portal-searchfacets div + div.select2-container {
  margin-top: .5em;
}
/* line 3396, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #portal-searchfacets .field div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
/* line 3400, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #portal-searchfacets .field div i {
  color: #ffaa28;
}
/* line 3401, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #portal-searchfacets .field div > * {
  display: block;
}
/* line 3404, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #portal-searchfacets .field div.search-getSolrPubDateYear-options,
#searchForm #portal-searchfacets .field div.search-type-options,
#searchForm #portal-searchfacets .field div.search-date-options {
  display: block;
}
/* line 3408, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #portal-searchfacets .field div.search-getSolrPubDateYear-options label,
#searchForm #portal-searchfacets .field div.search-type-options label,
#searchForm #portal-searchfacets .field div.search-date-options label,
#searchForm #portal-searchfacets .field div.search-getSolrPubDateYear-options input,
#searchForm #portal-searchfacets .field div.search-type-options input,
#searchForm #portal-searchfacets .field div.search-date-options input {
  display: inline-block;
}
/* line 3412, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #portal-searchfacets .field div.select2-container {
  display: block;
}
/* line 3414, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #portal-searchfacets .field div.select2-container .select2-display-none {
  display: none;
}
/* line 3419, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #portal-searchfacets .badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* line 3431, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #portal-searchfacets .badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
/* line 3438, https://biodiversitylinks.net/++plone++custom/custom.less */
.row-fluid {
  display: block;
  clear: both;
}
/* line 3443, https://biodiversitylinks.net/++plone++custom/custom.less */
ul.no-bullet {
  list-style: none;
}
/* line 3447, https://biodiversitylinks.net/++plone++custom/custom.less */
.commentImage img {
  height: 32px;
}
/* line 3451, https://biodiversitylinks.net/++plone++custom/custom.less */
.portaltype-file .newsImageContainer {
  margin: 0 30px 20px 0 !important;
}
/* line 3455, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletFileDetails {
  background: #f5f5f7;
  padding: 15px 10px;
  overflow: hidden;
  border-top: 2px solid #d6d7d7;
  border-bottom: 1px solid #d6d7d7;
}
/* line 3462, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletFileDetails .portletHeader:first-child {
  border: none !important;
  margin: 0 !important;
  background: transparent;
  padding: 0;
}
/* line 3467, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletFileDetails .portletHeader:first-child:before {
  border: none;
  display: inline-block;
  content: " ";
  background: #ed9700;
  top: 0;
  position: relative;
  font-size: 18px;
  margin: 0 5px;
  padding: 0;
  width: 12px;
  height: 12px;
}
/* line 3481, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletFileDetails .portletHeader span {
  color: #4d4d4d;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 3487, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletFileDetails .portletContent {
  background: transparent;
  border: none;
  padding: 0 0 0 20px;
}
/* line 3491, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletFileDetails .portletContent ul.list-item {
  list-style-type: disc;
  margin: 0;
  padding: 0;
}
/* line 3496, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletFileDetails .portletContent ul.list-item li:hover {
  background: transparent;
}
/* line 3499, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletFileDetails .portletContent ul.list-item li a {
  padding: 5px 8px;
  border-bottom: 0;
  border-top: 0;
}
/* line 3512, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletFileDetails.portletKeywords .portletContent ul,
.portletFileDetails.portletRelated .portletContent ul {
  list-style: none;
}
/* line 3520, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletFileDetails.portletKeywords .portletContent ul li {
  float: left;
  margin-right: 6px;
}
/* line 3528, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletFileDetails.portletControlledVocabulary .portletContent {
  padding: 0;
}
/* line 3530, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletFileDetails.portletControlledVocabulary .portletContent ul {
  padding-left: 20px;
  margin-left: 15px;
  list-style-type: disc;
  color: #237C9A;
}
/* line 3536, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletFileDetails.portletControlledVocabulary .portletContent fieldset {
  padding: 0;
  pointer: cursor;
}
/* line 3539, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletFileDetails.portletControlledVocabulary .portletContent fieldset legend {
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}
/* line 3543, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletFileDetails.portletControlledVocabulary .portletContent fieldset legend.collapser:before {
  content: '+';
  background: #DB9550;
  display: inline-block;
  width: 13px;
  height: 13px;
  text-align: center;
  font-size: 13px;
  padding: 0;
  margin: 0;
  line-height: 11px;
  font-weight: bold;
  color: white;
}
/* line 3557, https://biodiversitylinks.net/++plone++custom/custom.less */
.portletFileDetails.portletControlledVocabulary .portletContent fieldset legend.open:before {
  content: '-';
}
/* ---- Learning Group Menu ---- */
/* line 3568, https://biodiversitylinks.net/++plone++custom/custom.less */
.learning-menu-wrapper {
  display: none;
  position: absolute;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  /* line 3577, https://biodiversitylinks.net/++plone++custom/custom.less */
  .learning-menu-wrapper {
    top: 200px;
    max-width: 80%;
  }
}
/* line 3583, https://biodiversitylinks.net/++plone++custom/custom.less */
.ce-button {
  background: #FC693E;
  position: absolute;
  right: 0;
  padding: 0 20px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  /* line 3591, https://biodiversitylinks.net/++plone++custom/custom.less */
  .ce-button {
    padding: 0;
    width: 145px;
    background: transparent;
  }
}
/* line 3598, https://biodiversitylinks.net/++plone++custom/custom.less */
.toolkit-dropdown ul {
  margin: 0;
  float: right;
  list-style: none;
  padding-inline-start: 20px;
  width: 220px;
}
/* line 3606, https://biodiversitylinks.net/++plone++custom/custom.less */
.toolkit-dropdown ul li .companion-select {
  display: none;
  min-width: 310px;
  z-index: 100;
  right: 0;
  margin: 0;
  background: #ffffff;
  position: absolute;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  padding: 0 8px 15px;
}
/* line 3618, https://biodiversitylinks.net/++plone++custom/custom.less */
.toolkit-dropdown ul li .companion-select li {
  padding: 0 10px;
  margin: 0;
  border-bottom: 1px dotted #c8c8c8;
  line-height: 1.2em;
}
/* line 3625, https://biodiversitylinks.net/++plone++custom/custom.less */
.toolkit-dropdown ul li .companion-select li a {
  color: #3390aa;
  background-image: none;
  text-transform: none;
}
/* line 3631, https://biodiversitylinks.net/++plone++custom/custom.less */
.toolkit-dropdown ul li:first-child a {
  color: #fff;
  font-size: 14px;
}
/* line 3636, https://biodiversitylinks.net/++plone++custom/custom.less */
.toolkit-dropdown ul li a {
  display: inline-flex;
  height: 35px;
  align-items: center;
}
/* line 3641, https://biodiversitylinks.net/++plone++custom/custom.less */
.toolkit-dropdown ul li:hover .companion-select {
  display: block;
}
/* line 3644, https://biodiversitylinks.net/++plone++custom/custom.less */
.toolkit-dropdown ul .companion-select.opened {
  display: block;
}
/* --- END Navigation bar for Learning Groups ---  */
/* line 3651, https://biodiversitylinks.net/++plone++custom/custom.less */
.site-conservation-enterprises #portal-breadcrumbs {
  display: none;
}
/* line 3654, https://biodiversitylinks.net/++plone++custom/custom.less */
.site-usaid-pro-bosques .plone-breadcrumb {
  display: none;
}
/* line 3658, https://biodiversitylinks.net/++plone++custom/custom.less */
ul.square {
  list-style: square;
  padding: 10px 25px;
}
/* line 3662, https://biodiversitylinks.net/++plone++custom/custom.less */
ul.square li {
  line-height: 1.4em;
  padding-bottom: 12px;
}
/* --- pagination --- */
/* line 3670, https://biodiversitylinks.net/++plone++custom/custom.less */
.pagination {
  display: inline-block;
  padding: 0;
  list-style: none;
  margin: 20px 0;
  border-top: 2px solid #999;
  width: 100%;
  padding-top: 20px;
}
/* line 3680, https://biodiversitylinks.net/++plone++custom/custom.less */
.pagination ul {
  padding: 0;
}
/* line 3683, https://biodiversitylinks.net/++plone++custom/custom.less */
.pagination li {
  display: grid;
  float: left;
  font-weight: 600;
  justify-content: space-between;
}
/* line 3690, https://biodiversitylinks.net/++plone++custom/custom.less */
.pagination li > a,
.pagination li > span {
  color: #f28627;
}
/* line 3693, https://biodiversitylinks.net/++plone++custom/custom.less */
li.previous {
  width: 48%;
}
/* line 3694, https://biodiversitylinks.net/++plone++custom/custom.less */
li.next {
  float: right;
}
/* line 3699, https://biodiversitylinks.net/++plone++custom/custom.less */
#commenting legend {
  cursor: pointer;
  /*box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);*/
  font-size: 18px;
  border: 1px solid #e5e5e5;
  padding: .5em;
}
/* line 3706, https://biodiversitylinks.net/++plone++custom/custom.less */
.collapser:before {
  content: "+";
  margin-right: 6px;
  font-weight: 600;
  color: #e66507;
}
/* line 3712, https://biodiversitylinks.net/++plone++custom/custom.less */
.section-stories .tileItem {
  border-bottom: none;
  margin: 30px 0;
}
/* line 3716, https://biodiversitylinks.net/++plone++custom/custom.less */
.section-stories .tileImage img {
  width: 400px;
  margin: .5em 2em 1em 0;
}
/* line 3721, https://biodiversitylinks.net/++plone++custom/custom.less */
.tileFooter {
  clear: none;
  margin-top: 20px;
  display: block;
}
/* line 3727, https://biodiversitylinks.net/++plone++custom/custom.less */
.story-image {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding: 1em 0;
  display: grid;
  justify-content: center;
  text-align: center;
}
/* line 3738, https://biodiversitylinks.net/++plone++custom/custom.less */
.text-center {
  text-align: center;
}
/* line 3739, https://biodiversitylinks.net/++plone++custom/custom.less */
.text-left {
  text-align: left;
}
/* line 3740, https://biodiversitylinks.net/++plone++custom/custom.less */
.text-right {
  text-align: right;
}
/* line 3742, https://biodiversitylinks.net/++plone++custom/custom.less */
.topic-block {
  background: #004665;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  padding: 15px;
  border-top: 1px solid #fff;
}
/* line 3751, https://biodiversitylinks.net/++plone++custom/custom.less */
.topic-block a {
  color: #fff;
}
/* line 3754, https://biodiversitylinks.net/++plone++custom/custom.less */
.topic-block a:hover {
  background: #022a3c;
}
/* line 3758, https://biodiversitylinks.net/++plone++custom/custom.less */
span.small-cap {
  display: block;
  font-family: 'myriad-pro';
  font-size: 70%;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
/* line 3766, https://biodiversitylinks.net/++plone++custom/custom.less */
.country > p {
  text-transform: uppercase;
  color: #908f8e;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 1px;
  font-weight: 600;
  border-bottom: 1px dotted #ddd;
  padding: 6px 0;
}
/* line 3776, https://biodiversitylinks.net/++plone++custom/custom.less */
.slide-overlay-biodiversity {
  position: absolute;
  z-index: 5;
  top: 10%;
  background: rgba(32, 92, 144, 0.85);
  padding: 25px 25px 10px;
  width: 50%;
  left: 23%;
  color: #fff;
  border-radius: 6px;
  text-align: center;
}
/* line 3788, https://biodiversitylinks.net/++plone++custom/custom.less */
.slide-overlay-biodiversity a.button {
  padding: 10px 15px;
  color: #fff !important;
  font-size: 32px;
  font-weight: 600;
  border-bottom: none !important;
}
/* line 3795, https://biodiversitylinks.net/++plone++custom/custom.less */
.icons {
  width: 90%;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  /* line 3801, https://biodiversitylinks.net/++plone++custom/custom.less */
  .slide-overlay-biodiversity {
    padding: 10px 30px 15px 0;
    width: 100%;
    left: 0;
    top: 5px;
    border-radius: 0;
    height: auto;
  }
  /* line 3810, https://biodiversitylinks.net/++plone++custom/custom.less */
  .slide-overlay-biodiversity a.button {
    padding: 5px 15px;
    font-size: 26px;
  }
  /* line 3815, https://biodiversitylinks.net/++plone++custom/custom.less */
  .slide-overlay-biodiversity h2 {
    font-size: 18px !important;
    padding: 0 30px;
  }
  /* line 3820, https://biodiversitylinks.net/++plone++custom/custom.less */
  .icons {
    width: 70%;
  }
}
/* line 3825, https://biodiversitylinks.net/++plone++custom/custom.less */
.heading-overlay {
  font-family: 'myriad-pro';
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  display: block;
  padding: 30px 15px 15px;
  background: rgba(0, 0, 0, 0.4);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5032388) 0%, rgba(0, 0, 0, 0) 100%);
  text-align: center;
  margin-top: 0;
}
/* line 3838, https://biodiversitylinks.net/++plone++custom/custom.less */
.story-block {
  background: url(../++plone++custom/story-image.jpg) no-repeat center center / cover;
  min-height: 400px;
  color: #fff;
  margin: 10px 0;
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
}
/* line 3848, https://biodiversitylinks.net/++plone++custom/custom.less */
.contact-block {
  background: url(../++plone++custom/contact-image.jpg) no-repeat center center / cover;
  min-height: 400px;
  color: #fff;
  margin: 10px 0;
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
}
/* line 3859, https://biodiversitylinks.net/++plone++custom/custom.less */
.plain-blue-block {
  background: #007bb1;
  min-height: 200px;
  color: #fff;
  margin: 10px 0;
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
}
/* line 3870, https://biodiversitylinks.net/++plone++custom/custom.less */
.sm-header {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.125em;
  color: #91c6e6;
}
/* line 3879, https://biodiversitylinks.net/++plone++custom/custom.less */
.story-block h2,
.contact-block h2 {
  position: absolute;
  bottom: 20px;
  font-size: 2em;
  background: #004665;
  padding: 10px 20px;
}
/* line 3887, https://biodiversitylinks.net/++plone++custom/custom.less */
.story-block h2 a,
.contact-block h2 a {
  color: #fff;
}
/* line 3891, https://biodiversitylinks.net/++plone++custom/custom.less */
a.overlay-btn {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  font-size: 1.5em;
  padding: 20px 40px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}
/* line 3900, https://biodiversitylinks.net/++plone++custom/custom.less */
a.overlay-btn:hover {
  background: #ffffff;
  border: 1px solid #fff;
  color: #616161;
  text-decoration-line: none;
}
/* line 3906, https://biodiversitylinks.net/++plone++custom/custom.less */
.center-block {
  display: grid;
  align-items: center;
  justify-items: center;
}
/* line 3911, https://biodiversitylinks.net/++plone++custom/custom.less */
.center-section {
  display: grid;
  justify-content: center;
  align-content: center;
  text-align: center;
  min-height: 340px;
}
/* line 3918, https://biodiversitylinks.net/++plone++custom/custom.less */
.center-block-overlay {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  padding: 20px 40px;
  border-radius: 4px;
  margin: 10%;
}
/* line 3927, https://biodiversitylinks.net/++plone++custom/custom.less */
.center-mobile {
  margin: inherit;
}
@media (max-width: 767px) {
  /* line 3929, https://biodiversitylinks.net/++plone++custom/custom.less */
  .center-mobile {
    text-align: center;
    margin: 0 50px;
  }
}
/* line 3935, https://biodiversitylinks.net/++plone++custom/custom.less */
#content-core img.story-img,
.story-img {
  height: 235px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  /* line 3940, https://biodiversitylinks.net/++plone++custom/custom.less */
  #content-core img.story-img,
  .story-img {
    height: auto;
  }
}
/* line 3945, https://biodiversitylinks.net/++plone++custom/custom.less */
ul.side-menu {
  list-style: none;
  padding: 0 1em 0 0;
}
/* line 3949, https://biodiversitylinks.net/++plone++custom/custom.less */
.side-menu li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
@media (max-width: 767px) {
  /* line 3955, https://biodiversitylinks.net/++plone++custom/custom.less */
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 3962, https://biodiversitylinks.net/++plone++custom/custom.less */
.site-lac-ccc #biodiversity-home,
.site-lac-pse #biodiversity-home {
  position: absolute;
  left: 0;
  top: -45px;
  color: #efefef;
  letter-spacing: 1px;
}
/* line 3970, https://biodiversitylinks.net/++plone++custom/custom.less */
.site-lac-ccc .outer-wrapper,
.site-lac-pse .outer-wrapper {
  border-top: 35px solid #48565A;
}
/* line 3974, https://biodiversitylinks.net/++plone++custom/custom.less */
.site-lac-ccc .learning-menu-wrapper,
.site-lac-pse .learning-menu-wrapper {
  display: block;
  top: -50px;
  right: 0;
}
/* line 3979, https://biodiversitylinks.net/++plone++custom/custom.less */
.site-lac-ccc .plone-navbar,
.site-lac-pse .plone-navbar {
  /*background-color: #91c6e6; */
}
/* line 3982, https://biodiversitylinks.net/++plone++custom/custom.less */
.site-lac-ccc .plone-breadcrumb,
.site-lac-pse .plone-breadcrumb {
  display: none;
}
/* line 3986, https://biodiversitylinks.net/++plone++custom/custom.less */
.plone-toolbar-left #edit-zone {
  z-index: 101 !important;
}
/* line 3991, https://biodiversitylinks.net/++plone++custom/custom.less */
.template-usaid_case_studies_view #facets {
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
}
/* line 3995, https://biodiversitylinks.net/++plone++custom/custom.less */
.template-usaid_case_studies_view #facets fieldset {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 10px;
  padding-right: 10px;
  width: 220px;
}
/* line 4001, https://biodiversitylinks.net/++plone++custom/custom.less */
.template-usaid_case_studies_view #facets fieldset legend {
  font-size: 1em;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  color: #444;
  padding: 3px 8px;
  vertical-align: middle;
  position: relative;
}
/* line 4010, https://biodiversitylinks.net/++plone++custom/custom.less */
.template-usaid_case_studies_view #facets fieldset legend.collapser:before {
  content: "";
  margin: 0;
}
/* line 4014, https://biodiversitylinks.net/++plone++custom/custom.less */
.template-usaid_case_studies_view #facets fieldset legend.collapser:after {
  content: "+";
  margin-left: 6px;
  font-weight: 600;
  color: #444;
  position: absolute;
  right: 6px;
}
/* line 4023, https://biodiversitylinks.net/++plone++custom/custom.less */
.template-usaid_case_studies_view #facets fieldset .field {
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.3em !important;
  background-color: #F5F5F5;
  border: 1px solid #DDD;
  border-radius: 2px;
  padding: 3px 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  height: auto !important;
  position: absolute;
  z-index: 2;
  min-width: 210px;
}
/* line 4038, https://biodiversitylinks.net/++plone++custom/custom.less */
.template-usaid_case_studies_view #facets fieldset ul {
  margin: 0;
  padding: 0px;
  padding-top: 2px;
  box-sizing: border-box;
  list-style-type: none;
}
/* line 4044, https://biodiversitylinks.net/++plone++custom/custom.less */
.template-usaid_case_studies_view #facets fieldset ul li {
  margin: 0;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.3em !important;
  background-color: #F5F5F5;
  border: 1px solid #DDD;
  border-radius: 2px;
  margin-bottom: 2px;
  padding: 3px 8px;
}
/* line 4054, https://biodiversitylinks.net/++plone++custom/custom.less */
.template-usaid_case_studies_view #facets fieldset ul li a:before {
  content: "x";
  margin-right: 6px;
  font-weight: 600;
  color: #444;
}
/* line 4062, https://biodiversitylinks.net/++plone++custom/custom.less */
.template-usaid_case_studies_view #facets fieldset a {
  color: #4b4a4d !important;
  font-size: 11pt;
  display: block;
}
/* line 4071, https://biodiversitylinks.net/++plone++custom/custom.less */
#relatedItemBox header {
  margin: 30px 0 15px;
  padding-top: 15px;
  text-transform: uppercase;
  font-size: 16px;
  border-top: 1px solid #ddd;
  color: #81aa36;
  letter-spacing: 3px;
}
/* line 4081, https://biodiversitylinks.net/++plone++custom/custom.less */
#relatedItemBox ul {
  list-style: none;
  padding-left: 0;
}
/* line 4085, https://biodiversitylinks.net/++plone++custom/custom.less */
#relatedItemBox .thumb-icon,
#relatedItemBox .discreet {
  display: none;
}
/* line 4089, https://biodiversitylinks.net/++plone++custom/custom.less */
.section-library #search-results-bar,
.userrole-authenticated #login-link {
  display: none;
}
/* line 4091, https://biodiversitylinks.net/++plone++custom/custom.less */
.section-library #search-results-wrapper {
  margin-top: 1em;
}
/*@media (max-width: 888px) {
    .plone-toolbar-left-expanded .container {
        width: 815px;
    }
}
@media (min-width: 888px) {
    .plone-toolbar-left-expanded .container {
        width: 815px;
    } 
}*/
@media screen and (max-width: 858px) {
  /* line 4104, https://biodiversitylinks.net/++plone++custom/custom.less */
  .plone-toolbar-left-expanded #portal-logo.with-claim .logo-claim {
    width: 100%;
    display: block;
    border: none;
    margin-left: 0;
    padding: 5px;
  }
}
/* line 4112, https://biodiversitylinks.net/++plone++custom/custom.less */
.underline {
  border-bottom: 2px solid #616161;
  padding-bottom: 7px;
  display: block;
  margin-bottom: 5px;
}
/* Sort By style */
/* line 4121, https://biodiversitylinks.net/++plone++custom/custom.less */
.esResultHeader {
  font-size: 29px;
}
/* line 4125, https://biodiversitylinks.net/++plone++custom/custom.less */
.autotabs .autotoc-nav {
  background: #efefef;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #e6e6e6!important;
}
/* line 4132, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #search-results-wrapper .autotabs .autotoc-nav a.active {
  border: 1px solid #bdb9b9!important;
  padding: 5px 10px;
  border-radius: 5px;
  background: #fff!important;
}
/* line 4139, https://biodiversitylinks.net/++plone++custom/custom.less */
.autotoc-nav a.active {
  color: #FC693E!important;
  font-weight: 600;
}
/* line 4144, https://biodiversitylinks.net/++plone++custom/custom.less */
#search-filter {
  top: 40px;
  position: relative;
  margin-left: 30px;
}
/* line 4149, https://biodiversitylinks.net/++plone++custom/custom.less */
.library {
  margin: 2em auto -2em;
  padding: 0 40px;
}
/* search filter style */
/* line 4156, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #portal-searchfacets .field div i.glyphicon-unchecked {
  color: #b9b8b8!important;
}
/* line 4159, https://biodiversitylinks.net/++plone++custom/custom.less */
.glyphicon-check:before {
  color: #ffaa28;
}
/* line 4162, https://biodiversitylinks.net/++plone++custom/custom.less */
#searchForm #portal-searchfacets .field div > a {
  color: #6b6b6b;
  font-weight: 600;
}
/* line 4166, https://biodiversitylinks.net/++plone++custom/custom.less */
#resetForm {
  margin-bottom: 4em;
}
/* line 4169, https://biodiversitylinks.net/++plone++custom/custom.less */
.subsection-learning-resources-mel-search #resetForm {
  /* Hide reset button on MEL Search */
  display: none;
}

/* line 2, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
/* line 7, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider li,
.unslider ol,
.unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}
/* line 16, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider li .overlay-block {
  position: absolute;
  top: 0;
  width: 38%;
  padding: 7px 2em 16px;
  border-radius: 8px;
  text-align: center;
}
/* line 24, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider .readmore a {
  padding: 10px;
  background: #fff;
  color: #F26925;
  border-top: none;
  border-radius: 5px;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 34, https://biodiversitylinks.net/++plone++custom/sliders.less */
  .unslider .readmore a {
    padding: 7px 10px;
    font-size: 10px;
  }
}
/* line 39, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider .unslider {
  height: 66vh;
}
@media (max-width: 767px) {
  /* line 42, https://biodiversitylinks.net/++plone++custom/sliders.less */
  .unslider {
    height: 40vh;
  }
}
/* line 45, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider.banner {
  height: 33vh;
}
/* line 47, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider.banner > .unslider {
  height: 33vh;
}
/* line 53, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider-wrap {
  position: relative;
  height: 360px;
}
/* line 56, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider-wrap.unslider-carousel > li {
  float: left;
}
/* line 61, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider-vertical > ul {
  height: 100%;
}
/* line 63, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider-vertical > ul li {
  float: none;
  width: 100%;
}
/* line 69, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider-fade {
  position: relative;
}
/* line 71, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
}
/* line 77, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10;
}
/* line 83, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider-arrow {
  position: absolute;
  left: 20px;
  cursor: pointer;
  line-height: 28px;
  width: 28px;
  height: 28px;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  font-family: monospace;
  font-size: 20px;
  color: white;
  font-weight: normal;
  z-index: 10;
}
/* line 101, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider-arrow:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.8);
}
/* line 105, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider-arrow.next {
  left: auto;
  right: 20px;
}
/*   SLIDESHOW
---------------------- */
/* line 116, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider .unslider .slideshow div {
  height: auto;
  background-size: cover;
  background-position: center;
  padding-bottom: 25px;
}
/* line 122, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider .unslider .slideshow img {
  width: 100%;
  height: auto;
  padding: 0px;
  border: 0px;
  z-index: 1 !important;
}
/* line 129, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider .unslider .slideshow .description {
  font-weight: 300;
  font-size: 20px;
}
/* line 135, https://biodiversitylinks.net/++plone++custom/sliders.less */
.banner {
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center;
  display: block;
}
/* line 141, https://biodiversitylinks.net/++plone++custom/sliders.less */
.banner img {
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center;
}
/* line 149, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider-nav {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: 10;
}
/* line 155, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider-nav ol {
  text-align: center;
}
/* line 157, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider-nav ol li {
  display: inline-block;
  color: transparent;
  background-color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
  opacity: 0.6;
}
/* line 166, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider-nav ol li.unslider-active {
  opacity: 1;
}
/* line 169, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider-nav ol li:last-child {
  margin-right: 0;
}
/* slider */
/* line 179, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider {
  position: relative;
  overflow: hidden;
}
/* line 182, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider .unslider-wrap {
  height: 420px;
}
/* line 185, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider .unslider-arrow {
  top: 50%;
  transform: translateY(-50%);
  font-family: monospace;
  font-size: 20px;
  color: white;
  font-weight: normal;
  z-index: 99;
}
/* line 193, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider .unslider-arrow:hover {
  text-decoration: none;
}
/* line 199, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider-nav {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: 10;
}
/* line 205, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider-nav ol {
  text-align: center;
}
/* line 207, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider-nav ol li {
  display: inline-block;
  color: transparent;
  background-color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
  opacity: 0.6;
}
/* line 216, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider-nav ol li.unslider-active {
  opacity: 1;
}
/* line 219, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider-nav ol li:last-child {
  margin-right: 0;
}
/* line 226, https://biodiversitylinks.net/++plone++custom/sliders.less */
.carousel-indicators {
  bottom: -40px;
  left: 0;
  width: 100%;
  background: #ccc;
  padding: 6px 0px;
  margin-left: 0;
  border-top: 2px solid #fff;
}
/* line 234, https://biodiversitylinks.net/++plone++custom/sliders.less */
.carousel-indicators li {
  width: 12px;
  height: 12px;
  background: #fff;
  border-color: #fff;
}
/* line 240, https://biodiversitylinks.net/++plone++custom/sliders.less */
.carousel-indicators .active {
  width: 14px;
  height: 14px;
  background: #428bca;
  border-color: #428bca;
}
/* line 249, https://biodiversitylinks.net/++plone++custom/sliders.less */
.carousel-inner .thumbnail {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 254, https://biodiversitylinks.net/++plone++custom/sliders.less */
.carousel-inner .caption {
  background: #ddd;
  padding: 10px;
}
/* line 260, https://biodiversitylinks.net/++plone++custom/sliders.less */
.slideshow {
  width: 100%;
  overflow: hidden;
}
/* line 267, https://biodiversitylinks.net/++plone++custom/sliders.less */
.overlay-block {
  width: 80%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  margin-left: 30%;
  padding: 2em 3em;
  margin-top: 5%;
  margin-bottom: 5%;
}
/* line 275, https://biodiversitylinks.net/++plone++custom/sliders.less */
.overlay-block h2 {
  border-top: 4px solid #D3D671;
  padding-top: 20px;
  font-size: 40px;
  /*font-weight: 500;*/
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  /* line 281, https://biodiversitylinks.net/++plone++custom/sliders.less */
  .overlay-block h2 {
    border-top: none;
  }
}
/* line 288, https://biodiversitylinks.net/++plone++custom/sliders.less */
.overlay-block-transparent {
  position: absolute;
  z-index: 5;
  top: 10%;
  background: rgba(0, 0, 0, 0);
  padding: 0 25px;
  width: 50%;
  left: 25%;
  color: #fff;
  text-align: center;
}
/* line 298, https://biodiversitylinks.net/++plone++custom/sliders.less */
.overlay-block-transparent h2 {
  border-top: 4px solid #D3D671;
  padding-top: 20px;
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  /* line 304, https://biodiversitylinks.net/++plone++custom/sliders.less */
  .overlay-block-transparent h2 {
    border-top: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 311, https://biodiversitylinks.net/++plone++custom/sliders.less */
  .overlay-block {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 1em 2em;
    text-align: center;
  }
  /* line 318, https://biodiversitylinks.net/++plone++custom/sliders.less */
  .unslider li .overlay-block {
    width: 100%;
    border-radius: 0;
    margin: 0;
  }
}
/* line 325, https://biodiversitylinks.net/++plone++custom/sliders.less */
.unslider .unslider-arrow {
  display: none;
}
/* line 329, https://biodiversitylinks.net/++plone++custom/sliders.less */
.slider-controls .unslider-arrow {
  display: block;
}
/* line 333, https://biodiversitylinks.net/++plone++custom/sliders.less */
.cycle-pager {
  position: relative;
  top: 0em;
  text-align: center;
  margin: .5em;
  z-index: 1;
}
/* line 339, https://biodiversitylinks.net/++plone++custom/sliders.less */
.cycle-pager span {
  font-size: 0px;
  display: inline-block;
  color: #ddd;
  text-shadow: 0 0 1px #777;
  padding: 8px;
}
/* line 340, https://biodiversitylinks.net/++plone++custom/sliders.less */
.cycle-pager span:before {
  display: inline-block;
  content: "\25A0";
  font-size: 30px;
}
/* line 351, https://biodiversitylinks.net/++plone++custom/sliders.less */
.cycle-pager span.cycle-pager-active {
  color: #ed9700;
}
/* line 354, https://biodiversitylinks.net/++plone++custom/sliders.less */
.cycle-pager > * {
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 357, https://biodiversitylinks.net/++plone++custom/sliders.less */
  .cycle-pager {
    top: -3.5em;
  }
  /* line 359, https://biodiversitylinks.net/++plone++custom/sliders.less */
  .cycle-pager span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  /* line 366, https://biodiversitylinks.net/++plone++custom/sliders.less */
  .overlay-block h2 {
    padding-top: 10px;
    font-size: 20px;
    margin-top: 10px;
  }
  /* line 371, https://biodiversitylinks.net/++plone++custom/sliders.less */
  .slideshow .description {
    font-weight: 300;
    font-size: 15px;
  }
  /* line 375, https://biodiversitylinks.net/++plone++custom/sliders.less */
  .slideshow div {
    padding-bottom: 7px;
  }
}

/* line 2, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  /* line 22, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .span1,
  .span2,
  .span3,
  .span4,
  .span5,
  .span6,
  .span7,
  .span8,
  .span9,
  .span10,
  .span11,
  .span12 {
    float: left;
  }
  /* line 36, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .span12 {
    width: 100%;
  }
  /* line 39, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .span11 {
    width: 91.66666667%;
  }
  /* line 42, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .span10 {
    width: 83.33333333%;
  }
  /* line 45, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .span9 {
    width: 75%;
  }
  /* line 48, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .span8 {
    width: 66.66666667%;
  }
  /* line 51, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .span7 {
    width: 58.33333333%;
  }
  /* line 54, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .span6 {
    width: 50%;
  }
  /* line 57, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .span5 {
    width: 41.66666667%;
  }
  /* line 60, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .span4 {
    width: 33.33333333%;
  }
  /* line 63, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .span3 {
    width: 25%;
  }
  /* line 66, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .span2 {
    width: 16.66666667%;
  }
  /* line 69, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .span1 {
    width: 8.33333333%;
  }
}
/* line 74, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}
/* line 79, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid,
.flex-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
/* line 85, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .flex-row,
.flex-container .flex-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
/* line 102, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .flex-row.reverse,
.flex-container .flex-row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/* line 110, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .flex-col.reverse,
.flex-container .flex-col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
/* line 117, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .col-xs,
.flex-container .col-xs,
.flex-container-fluid .col-xs-1,
.flex-container .col-xs-1,
.flex-container-fluid .col-xs-2,
.flex-container .col-xs-2,
.flex-container-fluid .col-xs-3,
.flex-container .col-xs-3,
.flex-container-fluid .col-xs-4,
.flex-container .col-xs-4,
.flex-container-fluid .col-xs-5,
.flex-container .col-xs-5,
.flex-container-fluid .col-xs-6,
.flex-container .col-xs-6,
.flex-container-fluid .col-xs-7,
.flex-container .col-xs-7,
.flex-container-fluid .col-xs-8,
.flex-container .col-xs-8,
.flex-container-fluid .col-xs-9,
.flex-container .col-xs-9,
.flex-container-fluid .col-xs-10,
.flex-container .col-xs-10,
.flex-container-fluid .col-xs-11,
.flex-container .col-xs-11,
.flex-container-fluid .col-xs-12,
.flex-container .col-xs-12,
.flex-container-fluid .col-xs-offset-0,
.flex-container .col-xs-offset-0,
.flex-container-fluid .col-xs-offset-1,
.flex-container .col-xs-offset-1,
.flex-container-fluid .col-xs-offset-2,
.flex-container .col-xs-offset-2,
.flex-container-fluid .col-xs-offset-3,
.flex-container .col-xs-offset-3,
.flex-container-fluid .col-xs-offset-4,
.flex-container .col-xs-offset-4,
.flex-container-fluid .col-xs-offset-5,
.flex-container .col-xs-offset-5,
.flex-container-fluid .col-xs-offset-6,
.flex-container .col-xs-offset-6,
.flex-container-fluid .col-xs-offset-7,
.flex-container .col-xs-offset-7,
.flex-container-fluid .col-xs-offset-8,
.flex-container .col-xs-offset-8,
.flex-container-fluid .col-xs-offset-9,
.flex-container .col-xs-offset-9,
.flex-container-fluid .col-xs-offset-10,
.flex-container .col-xs-offset-10,
.flex-container-fluid .col-xs-offset-11,
.flex-container .col-xs-offset-11,
.flex-container-fluid .col-xs-offset-12,
.flex-container .col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
/* line 151, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .col-xs,
.flex-container .col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
/* line 160, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .col-xs-1,
.flex-container .col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
/* line 166, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .col-xs-2,
.flex-container .col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
/* line 172, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .col-xs-3,
.flex-container .col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
/* line 178, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .col-xs-4,
.flex-container .col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
/* line 184, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .col-xs-5,
.flex-container .col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
/* line 190, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .col-xs-6,
.flex-container .col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
/* line 196, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .col-xs-7,
.flex-container .col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
/* line 202, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .col-xs-8,
.flex-container .col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
/* line 208, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .col-xs-9,
.flex-container .col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
/* line 214, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .col-xs-10,
.flex-container .col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
/* line 220, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .col-xs-11,
.flex-container .col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
/* line 226, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .col-xs-12,
.flex-container .col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
/* line 232, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .col-xs-offset-0,
.flex-container .col-xs-offset-0 {
  margin-left: 0;
}
/* line 236, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .col-xs-offset-1,
.flex-container .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
/* line 240, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .col-xs-offset-2,
.flex-container .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
/* line 244, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .col-xs-offset-3,
.flex-container .col-xs-offset-3 {
  margin-left: 25%;
}
/* line 248, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .col-xs-offset-4,
.flex-container .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
/* line 252, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .col-xs-offset-5,
.flex-container .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
/* line 256, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .col-xs-offset-6,
.flex-container .col-xs-offset-6 {
  margin-left: 50%;
}
/* line 260, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .col-xs-offset-7,
.flex-container .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
/* line 264, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .col-xs-offset-8,
.flex-container .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
/* line 268, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .col-xs-offset-9,
.flex-container .col-xs-offset-9 {
  margin-left: 75%;
}
/* line 272, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .col-xs-offset-10,
.flex-container .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
/* line 276, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .col-xs-offset-11,
.flex-container .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
/* line 280, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .start-xs,
.flex-container .start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
/* line 287, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .center-xs,
.flex-container .center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
/* line 294, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .end-xs,
.flex-container .end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
/* line 301, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .top-xs,
.flex-container .top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
/* line 307, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .middle-xs,
.flex-container .middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 313, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .bottom-xs,
.flex-container .bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
/* line 319, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .around-xs,
.flex-container .around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
/* line 324, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .between-xs,
.flex-container .between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 330, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .first-xs,
.flex-container .first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
/* line 336, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
.flex-container-fluid .last-xs,
.flex-container .last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 48em) {
  /* line 344, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-sm,
  .flex-container .col-sm,
  .flex-container-fluid .col-sm-1,
  .flex-container .col-sm-1,
  .flex-container-fluid .col-sm-2,
  .flex-container .col-sm-2,
  .flex-container-fluid .col-sm-3,
  .flex-container .col-sm-3,
  .flex-container-fluid .col-sm-4,
  .flex-container .col-sm-4,
  .flex-container-fluid .col-sm-5,
  .flex-container .col-sm-5,
  .flex-container-fluid .col-sm-6,
  .flex-container .col-sm-6,
  .flex-container-fluid .col-sm-7,
  .flex-container .col-sm-7,
  .flex-container-fluid .col-sm-8,
  .flex-container .col-sm-8,
  .flex-container-fluid .col-sm-9,
  .flex-container .col-sm-9,
  .flex-container-fluid .col-sm-10,
  .flex-container .col-sm-10,
  .flex-container-fluid .col-sm-11,
  .flex-container .col-sm-11,
  .flex-container-fluid .col-sm-12,
  .flex-container .col-sm-12,
  .flex-container-fluid .col-sm-offset-0,
  .flex-container .col-sm-offset-0,
  .flex-container-fluid .col-sm-offset-1,
  .flex-container .col-sm-offset-1,
  .flex-container-fluid .col-sm-offset-2,
  .flex-container .col-sm-offset-2,
  .flex-container-fluid .col-sm-offset-3,
  .flex-container .col-sm-offset-3,
  .flex-container-fluid .col-sm-offset-4,
  .flex-container .col-sm-offset-4,
  .flex-container-fluid .col-sm-offset-5,
  .flex-container .col-sm-offset-5,
  .flex-container-fluid .col-sm-offset-6,
  .flex-container .col-sm-offset-6,
  .flex-container-fluid .col-sm-offset-7,
  .flex-container .col-sm-offset-7,
  .flex-container-fluid .col-sm-offset-8,
  .flex-container .col-sm-offset-8,
  .flex-container-fluid .col-sm-offset-9,
  .flex-container .col-sm-offset-9,
  .flex-container-fluid .col-sm-offset-10,
  .flex-container .col-sm-offset-10,
  .flex-container-fluid .col-sm-offset-11,
  .flex-container .col-sm-offset-11,
  .flex-container-fluid .col-sm-offset-12,
  .flex-container .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 378, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-sm,
  .flex-container .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  /* line 387, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-sm-1,
  .flex-container .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 393, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-sm-2,
  .flex-container .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 399, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-sm-3,
  .flex-container .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  /* line 405, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-sm-4,
  .flex-container .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 411, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-sm-5,
  .flex-container .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 417, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-sm-6,
  .flex-container .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 423, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-sm-7,
  .flex-container .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 429, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-sm-8,
  .flex-container .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 435, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-sm-9,
  .flex-container .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  /* line 441, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-sm-10,
  .flex-container .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 447, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-sm-11,
  .flex-container .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 453, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-sm-12,
  .flex-container .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 459, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-sm-offset-0,
  .flex-container .col-sm-offset-0 {
    margin-left: 0;
  }
  /* line 463, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-sm-offset-1,
  .flex-container .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 467, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-sm-offset-2,
  .flex-container .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 471, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-sm-offset-3,
  .flex-container .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 475, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-sm-offset-4,
  .flex-container .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 479, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-sm-offset-5,
  .flex-container .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 483, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-sm-offset-6,
  .flex-container .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 487, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-sm-offset-7,
  .flex-container .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 491, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-sm-offset-8,
  .flex-container .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 495, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-sm-offset-9,
  .flex-container .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 499, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-sm-offset-10,
  .flex-container .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 503, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-sm-offset-11,
  .flex-container .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 507, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .start-sm,
  .flex-container .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  /* line 514, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .center-sm,
  .flex-container .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  /* line 521, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .end-sm,
  .flex-container .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  /* line 528, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .top-sm,
  .flex-container .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  /* line 534, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .middle-sm,
  .flex-container .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 540, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .bottom-sm,
  .flex-container .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  /* line 546, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .around-sm,
  .flex-container .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  /* line 551, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .between-sm,
  .flex-container .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /* line 557, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .first-sm,
  .flex-container .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 563, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .last-sm,
  .flex-container .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 64em) {
  /* line 571, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .hide-sm,
  .flex-container .hide-sm {
    display: none;
  }
}
@media only screen and (min-width: 64em) {
  /* line 577, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .flex-container,
  .flex-container .flex-container {
    width: 65rem;
  }
  /* line 581, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-md,
  .flex-container .col-md,
  .flex-container-fluid .col-md-1,
  .flex-container .col-md-1,
  .flex-container-fluid .col-md-2,
  .flex-container .col-md-2,
  .flex-container-fluid .col-md-3,
  .flex-container .col-md-3,
  .flex-container-fluid .col-md-4,
  .flex-container .col-md-4,
  .flex-container-fluid .col-md-5,
  .flex-container .col-md-5,
  .flex-container-fluid .col-md-6,
  .flex-container .col-md-6,
  .flex-container-fluid .col-md-7,
  .flex-container .col-md-7,
  .flex-container-fluid .col-md-8,
  .flex-container .col-md-8,
  .flex-container-fluid .col-md-9,
  .flex-container .col-md-9,
  .flex-container-fluid .col-md-10,
  .flex-container .col-md-10,
  .flex-container-fluid .col-md-11,
  .flex-container .col-md-11,
  .flex-container-fluid .col-md-12,
  .flex-container .col-md-12,
  .flex-container-fluid .col-md-offset-0,
  .flex-container .col-md-offset-0,
  .flex-container-fluid .col-md-offset-1,
  .flex-container .col-md-offset-1,
  .flex-container-fluid .col-md-offset-2,
  .flex-container .col-md-offset-2,
  .flex-container-fluid .col-md-offset-3,
  .flex-container .col-md-offset-3,
  .flex-container-fluid .col-md-offset-4,
  .flex-container .col-md-offset-4,
  .flex-container-fluid .col-md-offset-5,
  .flex-container .col-md-offset-5,
  .flex-container-fluid .col-md-offset-6,
  .flex-container .col-md-offset-6,
  .flex-container-fluid .col-md-offset-7,
  .flex-container .col-md-offset-7,
  .flex-container-fluid .col-md-offset-8,
  .flex-container .col-md-offset-8,
  .flex-container-fluid .col-md-offset-9,
  .flex-container .col-md-offset-9,
  .flex-container-fluid .col-md-offset-10,
  .flex-container .col-md-offset-10,
  .flex-container-fluid .col-md-offset-11,
  .flex-container .col-md-offset-11,
  .flex-container-fluid .col-md-offset-12,
  .flex-container .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 615, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-md,
  .flex-container .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  /* line 624, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-md-1,
  .flex-container .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 630, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-md-2,
  .flex-container .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 636, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-md-3,
  .flex-container .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  /* line 642, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-md-4,
  .flex-container .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 648, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-md-5,
  .flex-container .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 654, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-md-6,
  .flex-container .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 660, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-md-7,
  .flex-container .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 666, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-md-8,
  .flex-container .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 672, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-md-9,
  .flex-container .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  /* line 678, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-md-10,
  .flex-container .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 684, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-md-11,
  .flex-container .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 690, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-md-12,
  .flex-container .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 696, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-md-offset-0,
  .flex-container .col-md-offset-0 {
    margin-left: 0;
  }
  /* line 700, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-md-offset-1,
  .flex-container .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 704, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-md-offset-2,
  .flex-container .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 708, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-md-offset-3,
  .flex-container .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 712, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-md-offset-4,
  .flex-container .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 716, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-md-offset-5,
  .flex-container .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 720, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-md-offset-6,
  .flex-container .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 724, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-md-offset-7,
  .flex-container .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 728, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-md-offset-8,
  .flex-container .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 732, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-md-offset-9,
  .flex-container .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 736, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-md-offset-10,
  .flex-container .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 740, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-md-offset-11,
  .flex-container .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 744, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .start-md,
  .flex-container .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  /* line 751, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .center-md,
  .flex-container .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  /* line 758, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .end-md,
  .flex-container .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  /* line 765, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .top-md,
  .flex-container .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  /* line 771, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .middle-md,
  .flex-container .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 777, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .bottom-md,
  .flex-container .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  /* line 783, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .around-md,
  .flex-container .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  /* line 788, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .between-md,
  .flex-container .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /* line 794, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .first-md,
  .flex-container .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 800, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .last-md,
  .flex-container .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  /* line 807, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-lg,
  .flex-container .col-lg,
  .flex-container-fluid .col-lg-1,
  .flex-container .col-lg-1,
  .flex-container-fluid .col-lg-2,
  .flex-container .col-lg-2,
  .flex-container-fluid .col-lg-3,
  .flex-container .col-lg-3,
  .flex-container-fluid .col-lg-4,
  .flex-container .col-lg-4,
  .flex-container-fluid .col-lg-5,
  .flex-container .col-lg-5,
  .flex-container-fluid .col-lg-6,
  .flex-container .col-lg-6,
  .flex-container-fluid .col-lg-7,
  .flex-container .col-lg-7,
  .flex-container-fluid .col-lg-8,
  .flex-container .col-lg-8,
  .flex-container-fluid .col-lg-9,
  .flex-container .col-lg-9,
  .flex-container-fluid .col-lg-10,
  .flex-container .col-lg-10,
  .flex-container-fluid .col-lg-11,
  .flex-container .col-lg-11,
  .flex-container-fluid .col-lg-12,
  .flex-container .col-lg-12,
  .flex-container-fluid .col-lg-offset-0,
  .flex-container .col-lg-offset-0,
  .flex-container-fluid .col-lg-offset-1,
  .flex-container .col-lg-offset-1,
  .flex-container-fluid .col-lg-offset-2,
  .flex-container .col-lg-offset-2,
  .flex-container-fluid .col-lg-offset-3,
  .flex-container .col-lg-offset-3,
  .flex-container-fluid .col-lg-offset-4,
  .flex-container .col-lg-offset-4,
  .flex-container-fluid .col-lg-offset-5,
  .flex-container .col-lg-offset-5,
  .flex-container-fluid .col-lg-offset-6,
  .flex-container .col-lg-offset-6,
  .flex-container-fluid .col-lg-offset-7,
  .flex-container .col-lg-offset-7,
  .flex-container-fluid .col-lg-offset-8,
  .flex-container .col-lg-offset-8,
  .flex-container-fluid .col-lg-offset-9,
  .flex-container .col-lg-offset-9,
  .flex-container-fluid .col-lg-offset-10,
  .flex-container .col-lg-offset-10,
  .flex-container-fluid .col-lg-offset-11,
  .flex-container .col-lg-offset-11,
  .flex-container-fluid .col-lg-offset-12,
  .flex-container .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 841, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-lg,
  .flex-container .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  /* line 850, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-lg-1,
  .flex-container .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 856, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-lg-2,
  .flex-container .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 862, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-lg-3,
  .flex-container .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  /* line 868, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-lg-4,
  .flex-container .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 874, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-lg-5,
  .flex-container .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 880, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-lg-6,
  .flex-container .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 886, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-lg-7,
  .flex-container .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 892, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-lg-8,
  .flex-container .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 898, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-lg-9,
  .flex-container .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  /* line 904, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-lg-10,
  .flex-container .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 910, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-lg-11,
  .flex-container .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 916, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-lg-12,
  .flex-container .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 922, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-lg-offset-0,
  .flex-container .col-lg-offset-0 {
    margin-left: 0;
  }
  /* line 926, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-lg-offset-1,
  .flex-container .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 930, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-lg-offset-2,
  .flex-container .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 934, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-lg-offset-3,
  .flex-container .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 938, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-lg-offset-4,
  .flex-container .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 942, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-lg-offset-5,
  .flex-container .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 946, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-lg-offset-6,
  .flex-container .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 950, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-lg-offset-7,
  .flex-container .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 954, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-lg-offset-8,
  .flex-container .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 958, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-lg-offset-9,
  .flex-container .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 962, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-lg-offset-10,
  .flex-container .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 966, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .col-lg-offset-11,
  .flex-container .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 970, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .start-lg,
  .flex-container .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  /* line 977, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .center-lg,
  .flex-container .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  /* line 984, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .end-lg,
  .flex-container .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  /* line 991, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .top-lg,
  .flex-container .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  /* line 997, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .middle-lg,
  .flex-container .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 1003, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .bottom-lg,
  .flex-container .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  /* line 1009, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .around-lg,
  .flex-container .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  /* line 1014, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .between-lg,
  .flex-container .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /* line 1020, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .first-lg,
  .flex-container .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 1026, https://biodiversitylinks.net/++plone++custom/bootstrap-3-grid.less */
  .flex-container-fluid .last-lg,
  .flex-container .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* line 2, https://biodiversitylinks.net/++plone++custom/megamenu.less */
#portal-globalnav {
  position: relative;
}
/* line 5, https://biodiversitylinks.net/++plone++custom/megamenu.less */
#portal-globalnav > li:hover > a.dropdown-toggle:before {
  bottom: 0;
  width: auto;
  position: absolute;
  left: 45%;
  content: '';
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
}
/* line 15, https://biodiversitylinks.net/++plone++custom/megamenu.less */
#portal-globalnav > li:hover ul.dropdown-menu {
  opacity: 1;
  visibility: visible;
  display: block;
}
/* line 21, https://biodiversitylinks.net/++plone++custom/megamenu.less */
#portal-globalnav .submenu {
  top: unset;
  border-bottom: 5px solid #81aa36;
}
/* line 25, https://biodiversitylinks.net/++plone++custom/megamenu.less */
#portal-globalnav .dropdown-menu {
  margin: 0;
  border: none;
  height: auto;
  background-color: #fff;
}
/* line 30, https://biodiversitylinks.net/++plone++custom/megamenu.less */
#portal-globalnav .dropdown-menu li {
  background-color: #fff;
  border-bottom: 1px solid #616161;
}
/* line 33, https://biodiversitylinks.net/++plone++custom/megamenu.less */
#portal-globalnav .dropdown-menu li:hover {
  opacity: 1;
}
/* line 36, https://biodiversitylinks.net/++plone++custom/megamenu.less */
#portal-globalnav .dropdown-menu li a {
  background-color: transparent;
  border: none;
  display: flex;
  flex-direction: column;
}
/* line 41, https://biodiversitylinks.net/++plone++custom/megamenu.less */
#portal-globalnav .dropdown-menu li a .submenu_title {
  color: #007bb1;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}
/* line 47, https://biodiversitylinks.net/++plone++custom/megamenu.less */
#portal-globalnav .dropdown-menu li a .submenu_description {
  color: #616161;
  text-align: left;
  max-width: 440px;
}
/* line 52, https://biodiversitylinks.net/++plone++custom/megamenu.less */
#portal-globalnav .dropdown-menu li a .submenu_image {
  float: none;
  order: -1;
  max-height: 140px;
  margin: 5px auto;
  object-fit: cover;
}
/* line 63, https://biodiversitylinks.net/++plone++custom/megamenu.less */
#portal-globalnav .submenu_title a:hover {
  color: #194662 !important;
}
/* line 69, https://biodiversitylinks.net/++plone++custom/megamenu.less */
#portal-globalnav #portaltab-stories:hover > a.dropdown-toggle:before {
  border: none;
}
/* line 72, https://biodiversitylinks.net/++plone++custom/megamenu.less */
#portal-globalnav #portaltab-stories:hover .dropdown-menu {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 80, https://biodiversitylinks.net/++plone++custom/megamenu.less */
  #portal-globalnav #portaltab-what-we-do:hover {
    position: unset;
  }
  /* line 82, https://biodiversitylinks.net/++plone++custom/megamenu.less */
  #portal-globalnav #portaltab-what-we-do:hover .submenu {
    left: 0px;
  }
  /* line 84, https://biodiversitylinks.net/++plone++custom/megamenu.less */
  #portal-globalnav #portaltab-what-we-do:hover .submenu .dropdown-menu {
    width: 750px;
    height: auto;
    max-width: unset;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 5px solid #81aa36;
  }
  /* line 93, https://biodiversitylinks.net/++plone++custom/megamenu.less */
  #portal-globalnav #portaltab-what-we-do:hover .submenu .dropdown-menu li {
    background-color: transparent;
    border-bottom: none;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  /* line 106, https://biodiversitylinks.net/++plone++custom/megamenu.less */
  #portal-globalnav #portaltab-what-we-do:hover .submenu .dropdown-menu {
    width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 113, https://biodiversitylinks.net/++plone++custom/megamenu.less */
  #portal-globalnav #portaltab-what-we-do:hover .submenu .dropdown-menu {
    width: 1130px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 120, https://biodiversitylinks.net/++plone++custom/megamenu.less */
  #portal-globalnav #portaltab-what-we-do:hover .submenu .dropdown-menu {
    width: 1178px;
  }
}
/* line 128, https://biodiversitylinks.net/++plone++custom/megamenu.less */
#portal-globalnav .megamenu_detail li.portalsubtab-projects-link,
#portal-globalnav .megamenu_detail li.portalsubtab-cross-mission-learning-program {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 133, https://biodiversitylinks.net/++plone++custom/megamenu.less */
  #portal-globalnav .megamenu_detail:hover {
    position: unset;
  }
  /* line 135, https://biodiversitylinks.net/++plone++custom/megamenu.less */
  #portal-globalnav .megamenu_detail:hover .submenu {
    left: 0px;
    display: flex;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    width: 750px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  /* line 143, https://biodiversitylinks.net/++plone++custom/megamenu.less */
  #portal-globalnav .megamenu_detail:hover .submenu .landing-menu {
    width: 30%;
  }
  /* line 145, https://biodiversitylinks.net/++plone++custom/megamenu.less */
  #portal-globalnav .megamenu_detail:hover .submenu .landing-menu .landing-item {
    padding: 10px 15px;
  }
  /* line 147, https://biodiversitylinks.net/++plone++custom/megamenu.less */
  #portal-globalnav .megamenu_detail:hover .submenu .landing-menu .landing-item a {
    background-color: transparent;
    border: none;
  }
  /* line 150, https://biodiversitylinks.net/++plone++custom/megamenu.less */
  #portal-globalnav .megamenu_detail:hover .submenu .landing-menu .landing-item a.landing_title {
    color: #007bb1;
    font-family: "myriad-pro-condensed", helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.4em;
    margin-bottom: 0px;
  }
  /* line 158, https://biodiversitylinks.net/++plone++custom/megamenu.less */
  #portal-globalnav .megamenu_detail:hover .submenu .landing-menu .landing-item a.landing_link {
    color: #ed9700;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
  }
  /* line 163, https://biodiversitylinks.net/++plone++custom/megamenu.less */
  #portal-globalnav .megamenu_detail:hover .submenu .landing-menu .landing-item a.landing_link:after {
    display: inline-block;
    content: "\2192";
    font-weight: 600;
    font-size: 1.8em;
  }
  /* line 172, https://biodiversitylinks.net/++plone++custom/megamenu.less */
  #portal-globalnav .megamenu_detail:hover .submenu .landing-menu .landing-item .landing_description {
    color: #616161;
    margin-bottom: 10px;
  }
  /* line 176, https://biodiversitylinks.net/++plone++custom/megamenu.less */
  #portal-globalnav .megamenu_detail:hover .submenu .landing-menu .landing-item .landing_image {
    color: #616161;
    margin-bottom: 10px;
  }
  /* line 182, https://biodiversitylinks.net/++plone++custom/megamenu.less */
  #portal-globalnav .megamenu_detail:hover .submenu .dropdown-menu {
    width: 70%;
    height: auto;
    max-width: unset;
    position: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 189, https://biodiversitylinks.net/++plone++custom/megamenu.less */
  #portal-globalnav .megamenu_detail:hover .submenu .dropdown-menu li {
    background-color: transparent;
    border-bottom: none;
    text-align: left;
    float: none;
    width: 100%;
  }
  /* line 195, https://biodiversitylinks.net/++plone++custom/megamenu.less */
  #portal-globalnav .megamenu_detail:hover .submenu .dropdown-menu li a {
    height: 100px;
    flex-wrap: wrap;
    width: 100%;
  }
  /* line 199, https://biodiversitylinks.net/++plone++custom/megamenu.less */
  #portal-globalnav .megamenu_detail:hover .submenu .dropdown-menu li a .submenu_title,
  #portal-globalnav .megamenu_detail:hover .submenu .dropdown-menu li a .submenu_description {
    width: 80%;
  }
  /* line 203, https://biodiversitylinks.net/++plone++custom/megamenu.less */
  #portal-globalnav .megamenu_detail:hover .submenu .dropdown-menu li a .submenu_image {
    max-height: 80px;
    width: 80px;
    flex: 0 0 100%;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  /* line 215, https://biodiversitylinks.net/++plone++custom/megamenu.less */
  #portal-globalnav .megamenu_detail:hover .submenu {
    width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 222, https://biodiversitylinks.net/++plone++custom/megamenu.less */
  #portal-globalnav .megamenu_detail:hover .submenu {
    width: 1130px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 229, https://biodiversitylinks.net/++plone++custom/megamenu.less */
  #portal-globalnav .megamenu_detail:hover .submenu {
    width: 1178px;
  }
}
/* line 239, https://biodiversitylinks.net/++plone++custom/megamenu.less */
#portaltab-cross-mission-learning {
  background: #fc693c;
  font-family: "source-serif-pro", serif;
  font-weight: 600;
}
/* line 244, https://biodiversitylinks.net/++plone++custom/megamenu.less */
#portaltab-cross-mission-learning > a:hover {
  background: #ff9a21;
}
/* line 250, https://biodiversitylinks.net/++plone++custom/megamenu.less */
#portaltab-learning-evidence.megamenu_detail:hover .submenu .dropdown-menu {
  display: flex;
  justify-content: space-around;
}
/* line 253, https://biodiversitylinks.net/++plone++custom/megamenu.less */
#portaltab-learning-evidence.megamenu_detail:hover .submenu .dropdown-menu li {
  width: unset;
}
/* line 255, https://biodiversitylinks.net/++plone++custom/megamenu.less */
#portaltab-learning-evidence.megamenu_detail:hover .submenu .dropdown-menu li a {
  height: 100%;
}
/* line 257, https://biodiversitylinks.net/++plone++custom/megamenu.less */
#portaltab-learning-evidence.megamenu_detail:hover .submenu .dropdown-menu li a img.submenu_image {
  width: 200px;
  max-height: 110px;
  margin-bottom: 5px;
}
/* --- could not get the code on line 144 to render --- */
/* line 269, https://biodiversitylinks.net/++plone++custom/megamenu.less */
a.landing_title {
  color: #007bb1 !important;
}
/* line 272, https://biodiversitylinks.net/++plone++custom/megamenu.less */
#portal-globalnav .dropdown-menu li a:hover .submenu_title {
  color: #194662;
  text-decoration-line: underline;
}
/* --- Adjust menu on Pro-Bosque --- */
/* line 278, https://biodiversitylinks.net/++plone++custom/megamenu.less */
.site-usaid-pro-bosques #portal-globalnav .dropdown-menu li a .submenu_image {
  display: none;
}
/* line 282, https://biodiversitylinks.net/++plone++custom/megamenu.less */
.site-usaid-pro-bosques #portal-globalnav .dropdown-menu li a .submenu_description {
  display: none;
}
/* line 286, https://biodiversitylinks.net/++plone++custom/megamenu.less */
.site-usaid-pro-bosques #portal-globalnav .dropdown-menu li {
  width: 400px;
  border-bottom: 1px solid #ccc;
}
/* line 291, https://biodiversitylinks.net/++plone++custom/megamenu.less */
.plone-navbar-nav li .submenu a {
  padding: 10px 14px 10px 14px;
}

