/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./assets/styles/_app.scss ***!
  \*******************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700|Roboto&display=swap);
/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./assets/styles/_app.scss (1) ***!
  \***********************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
.slick-lightbox {
    -webkit-transition: opacity 0.5s ease;
    background: black;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    width: 100%;
    z-index: 9999;
}
.slick-lightbox .slick-loading .slick-list { background-color: transparent }
.slick-lightbox .slick-prev { left: 15px }
.slick-lightbox .slick-next { right: 15px }
.slick-lightbox-hide { opacity: 0 }
.slick-lightbox-hide.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}
.slick-lightbox-hide-init {
    opacity: 0;
    position: absolute;
    top: -9999px;
}
.slick-lightbox-hide-init.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}
.slick-lightbox-inner {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.slick-lightbox-slick-item {
    overflow: hidden;
    text-align: center;
}
.slick-lightbox-slick-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
}
.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    bottom: 0;
    left: 0;
    margin-bottom: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    display: block;
    text-align: center
}
.slick-lightbox-slick-item-inner {
    /*    display: inline-block;
    max-height: 90%;
    max-width: 90%;
    vertical-align: middle;*/
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.slick-lightbox-slick-img {
    display: block;
    margin: 0 auto;
    max-height: 90%;
    max-width: 90%;
}
.slick-lightbox-slick-pdf {
    display: block;
    margin: 0 auto;
    max-height: 90%;
    max-width: 90%;
}
.slick-lightbox-slick-caption {
    color: white;
    margin: 10px 0 0;
}
.slick-lightbox-close {
    background: transparent;
    border: none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
}
.slick-lightbox-close:focus { outline: none }
.slick-lightbox-close:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: white;
    content: '×';
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 0.85;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* src/assets/styles/utils/_mixins.scss  */
/*@mixin col-layout {
  grid-template-columns: 65% 32%;
  display: grid;
  justify-content: space-between;
}*/
/*
@mixin huge-font {
  font-size: $huge-font-mobile;
  font-weight: 400;

  @media screen and (min-width: $mobile) {
    font-size: $huge-font;
    font-weight: 100;
  }
}



@mixin large-font {
  font-size: $large-font-mobile;
  font-weight: 400;

  @media screen and (min-width: $mobile) {
    font-size: $large-font;
  }
}

@mixin mid-font {
  font-size: $mid-font-mobile;
  font-weight: 400;

  @media screen and (min-width: $mobile) {
    font-size: $mid-font;
  }
}*/
/*
  Base
*/
/* breakpoints */
/*
$huge-font: 50px;
$huge-font-mobile: 20px;
*/
/*
$mid-font: 26px;
$mid-font-mobile: 20px;
$very-small-font: 13px;
*/
.hide-on-mobile {
  display: none;
}
@media screen and (min-width: 800px) {
  .hide-on-mobile {
    display: block;
  }
}
@media screen and (min-width: 800px) {
  .hide-on-desktop {
    display: none;
  }
}
.hidden {
  display: none !important;
}
.off-screen {
  clip: rect(1px 1px 1px 1px); /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; /* added line */
  width: 1px;
}
.off-screen:focus {
  position: relative;
  clip: auto;
  width: auto;
  height: auto;
  overflow: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.feature-heading {
  text-align: center;
  padding: 16px 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 500px) {
  .feature-heading {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 500px) {
  .feature-heading {
    font-weight: 400;
  }
}
.stories-parent-link {
  font-size: 16px;
  padding: 16px 0;
  display: block;
}
.stories-parent-link .back-link {
  padding-right: 10px;
}
.stories-parent-link .back-link:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjcxNCA4LjI2NWw3LjU2Mi03LjU2YTEuNDI5IDEuNDI5IDAgMTEyLjAyIDIuMDJsLTguNTcyIDguNTdhMS40MjkgMS40MjkgMCAwMS0yLjAyIDBsLTguNTcxLTguNTdhMS40MjkgMS40MjkgMCAxMTIuMDItMi4wMmw3LjU2MSA3LjU2eiIgZmlsbD0iIzAwOTdBOCIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+);
  display: inline-block;
  width: 12px;
  height: 22px;
  -webkit-transform: rotate(90deg) scale(0.65);
      -ms-transform: rotate(90deg) scale(0.65);
          transform: rotate(90deg) scale(0.65);
}
.article-header {
  padding: 0 0 16px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .article-header {
    font-size: 30px;
    line-height: 38px;
  }
}
.feature-heading-large {
  text-align: center;
  padding: 8px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .feature-heading-large {
    font-size: 30px;
    line-height: 38px;
  }
}
.sub-heading {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 500px) {
  .sub-heading {
    font-size: 24px;
    line-height: 30px;
  }
}
.centered {
  text-align: center;
}
.page-title {
  color: #fff;
  margin: 16px 0;
  margin: 1rem 0;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 500px) {
  .page-title {
    font-size: 30px;
    line-height: 38px;
  }
}
.section-header {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  font-weight: 400;
  margin: 0 auto 16px auto;
}
@media screen and (min-width: 500px) {
  .section-header {
    font-size: 24px;
    line-height: 30px;
  }
}
.page-header {
  border-bottom: #bfbfbf 1px solid;
  margin-bottom: 50px;
}
.heading-mid {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .heading-mid {
    font-size: 24px;
    line-height: 30px;
  }
}
.result-row-section {
  margin-top: 20px;
}
.result-row-section h2 {
  margin-bottom: 20px;
}
.result-row-section .view-more-link {
  text-align: right;
}
.school-topics {
  margin-top: 20px;
}
.school-topics h2 {
  margin-bottom: 20px;
}
.intro {
  color: #767676;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 32px;
}
@media screen and (min-width: 500px) {
  .intro {
    font-size: 24px;
    line-height: 30px;
  }
}
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
html.no-smooth-scroll {
  scroll-behavior: auto;
}
body {
  font-family: "Lato", sans-serif;
  background: #fff;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}
body.body-embedded {
  margin: 20px;
}
img,
video {
  max-width: 100%;
  height: auto;
}
audio {
  max-width: 100%;
  width: 100%;
}
/* iframe */
.iframe-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.incomplete {
  background: red;
  padding: 50px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .incomplete {
    font-size: 30px;
    line-height: 38px;
  }
}
.incomplete:before {
  content: "not started: ";
}
.dev-component {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  font-weight: 700;
  padding: 30px;
  text-align: center;
  margin: 30px 0 10px;
  background: black;
  color: white;
  border: 3px dashed yellow;
}
@media screen and (min-width: 500px) {
  .dev-component {
    font-size: 24px;
    line-height: 30px;
  }
}
.dev-title {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .dev-title {
    font-size: 30px;
    line-height: 38px;
  }
}
code {
  font-family: monospace;
  background-color: #efefef;
  border: 1px solid #eaeaea;
  display: block;
  padding: 0 1em;
  margin: 1em;
}
code:not(.json) {
  padding: 1em;
}
code.x-scroll {
  white-space: nowrap;
  overflow-x: auto;
}
code pre.x-scroll {
  overflow-x: auto;
  white-space: pre;
}
code + h1,
code + h2,
code + h3,
code + h4,
code + h5,
code + h6 {
  padding-top: 10px;
  padding-top: 16px;
  padding-top: 1rem;
}
/*
  Utils
*/
/*keyframes*/
@-webkit-keyframes enterSandman {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes enterSandman {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.image-listing li {
  opacity: 0;
  -webkit-animation: enterSandman 0.4s ease-in-out;
          animation: enterSandman 0.4s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.image-listing li:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.image-listing li:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.image-listing li:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.image-listing li:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.image-listing li:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.image-listing li:nth-child(7) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.image-listing li:nth-child(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.image-listing li:nth-child(9) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.image-listing li:nth-child(10) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes searchEnter {}
@keyframes searchEnter {}
/*elements*/
blockquote p {
  color: #666;
  font-style: italic;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin-top: 0;
}
@media screen and (min-width: 500px) {
  blockquote p {
    font-size: 24px;
    line-height: 30px;
  }
}
blockquote cite {
  font-weight: 700;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  blockquote cite {
    font-size: 16px;
    line-height: 26px;
  }
}
a {
  color: #038391;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #005357;
}
.link-story {
  font-weight: 700;
  text-decoration: none;
  position: relative;
  padding: 8px 16px;
  display: block;
}
.link-story:before {
  content: "";
  background-color: #ffbb00;
  height: 100%;
  left: 0;
  top: 0;
  width: 5px;
  position: absolute;
}
.link-external,
.link-resource {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  padding: 8px 0 8px 40px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iNDIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNCA0KSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBzdHJva2U9IiMwMDAiIGZpbGw9IiNGRkYiIHg9Ii41IiB5PSIuNSIgd2lkdGg9IjMxIiBoZWlnaHQ9IjMxIiByeD0iMyIvPjxyZWN0IHN0cm9rZT0iIzRBNEE0QSIgc3Ryb2tlLXdpZHRoPSIyIiB4PSI2IiB5PSI4IiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHJ4PSIzIi8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTE1IDZoMTAuMjE0djExSDE1eiIvPjxwYXRoIGQ9Ik0yNS41MzYgNi40NjRMMTcuMDUgMTQuOTUiIHN0cm9rZT0iIzRBNEE0QSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMjQuODI2IDcuMTc0bC4wMTIgNy4wMjljMCAuNTE4LjQyMi45NC45NC45NGEuOTM1LjkzNSAwIDAwLjkzOC0uOTM3bC0uMDEzLTcuOTY4YS45NDMuOTQzIDAgMDAtLjk0LS45NGwtNy45NjktLjAxNGEuOTM1LjkzNSAwIDAwLS45MzcuOTM3YzAgLjUxOS40MjIuOTQuOTQuOTQxbDcuMDMuMDEyeiIgZmlsbD0iIzRBNEE0QSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9nPjwvc3ZnPg==) no-repeat -4px 3px;
}
@media screen and (min-width: 500px) {
  .link-external,
  .link-resource {
    font-size: 24px;
    line-height: 30px;
  }
}
.link-external:hover,
.link-resource:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iNDIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNCA0KSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBzdHJva2U9IiMxNUQxRDYiIGZpbGw9IiNGRkYiIHg9Ii41IiB5PSIuNSIgd2lkdGg9IjMxIiBoZWlnaHQ9IjMxIiByeD0iMyIvPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUpIj48cmVjdCBzdHJva2U9IiMxNUQxRDYiIHN0cm9rZS13aWR0aD0iMiIgeD0iMSIgeT0iOCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiByeD0iMyIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0xMCA2aDEwLjIxNHYxMUgxMHoiLz48cGF0aCBkPSJNMjAuNTM2IDYuNDY0TDEyLjA1IDE0Ljk1IiBzdHJva2U9IiMxNUQxRDYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTE5LjgyNiA3LjE3NGwuMDEyIDcuMDI5YzAgLjUxOC40MjIuOTQuOTQuOTRhLjkzNS45MzUgMCAwMC45MzgtLjkzN2wtLjAxMy03Ljk2OGEuOTQzLjk0MyAwIDAwLS45NC0uOTRsLTcuOTY5LS4wMTRhLjkzNS45MzUgMCAwMC0uOTM3LjkzN2MwIC41MTkuNDIyLjk0Ljk0Ljk0MWw3LjAzLjAxMnoiIGZpbGw9IiMxNUQxRDYiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvZz48L2c+PC9zdmc+);
}
.link-resource {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDMydjMySDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48ZyBmaWxsPSIjZmZmIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCI+PHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiByeD0iMyIgc3Ryb2tlPSJub25lIi8+PHJlY3QgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMzEiIGhlaWdodD0iMzEiIHJ4PSIyLjUiIGZpbGw9Im5vbmUiLz48L2c+PHBhdGggZD0iTTE2IDIwVjgiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzRhNGE0YSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik0xNiAxOC45OTdsLTQuOTc4LTQuOTYyYS45MzkuOTM5IDAgMDAtMS4zMyAxLjMyNWw1LjY0MyA1LjYyNWEuOTQzLjk0MyAwIDAwMS4zMyAwbDUuNjQ0LTUuNjI1YS45MzkuOTM5IDAgMDAtMS4zMy0xLjMyNnoiIGZpbGw9IiM0YTRhNGEiLz48cGF0aCBkPSJNMjggMjAuNTU2di42OTRBMy43NSAzLjc1IDAgMDEyNC4yNSAyNUg3Ljc1QTMuNzUgMy43NSAwIDAxNCAyMS4yNXYtLjY5NCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNGE0YTRhIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9nPjwvc3ZnPg==);
  background-position: 0px 7px;
}
.link-resource:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDMydjMySDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48ZyBmaWxsPSIjZmZmIiBzdHJva2U9IiMxNWQxZDYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCI+PHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiByeD0iMyIgc3Ryb2tlPSJub25lIi8+PHJlY3QgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMzEiIGhlaWdodD0iMzEiIHJ4PSIyLjUiIGZpbGw9Im5vbmUiLz48L2c+PHBhdGggZD0iTTE2IDIwVjgiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzE1ZDFkNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik0xNiAxOC45OTdsLTQuOTc4LTQuOTYyYS45MzkuOTM5IDAgMDAtMS4zMyAxLjMyNWw1LjY0MyA1LjYyNWEuOTQzLjk0MyAwIDAwMS4zMyAwbDUuNjQ0LTUuNjI1YS45MzkuOTM5IDAgMDAtMS4zMy0xLjMyNnoiIGZpbGw9IiMxNWQxZDYiLz48cGF0aCBkPSJNMjggMjAuNTU2di42OTRBMy43NSAzLjc1IDAgMDEyNC4yNSAyNUg3Ljc1QTMuNzUgMy43NSAwIDAxNCAyMS4yNXYtLjY5NCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMTVkMWQ2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9nPjwvc3ZnPg==);
}
.video-player-thumb {
  width: 100px;
  height: 100px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gU3ZnIFZlY3RvciBJY29ucyA6IGh0dHA6Ly93d3cub25saW5ld2ViZm9udHMuY29tL2ljb24gLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAwIDEwMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPG1ldGFkYXRhPiBTdmcgVmVjdG9yIEljb25zIDogaHR0cDovL3d3dy5vbmxpbmV3ZWJmb250cy5jb20vaWNvbiA8L21ldGFkYXRhPg0KPGc+PHBhdGggZD0iTTUwMCw5OTBDMjI5LjQsOTkwLDEwLDc3MC42LDEwLDUwMFMyMjkuNCwxMCw1MDAsMTBjMjcwLjYsMCw0OTAsMjE5LjQsNDkwLDQ5MEM5OTAsNzcwLjYsNzcwLjYsOTkwLDUwMCw5OTB6IE01MDAsMTAxLjljLTIxOS45LDAtMzk4LjEsMTc4LjItMzk4LjEsMzk4LjFjMCwyMTkuOSwxNzguMiwzOTguMSwzOTguMSwzOTguMWMyMTkuOSwwLDM5OC4yLTE3OC4yLDM5OC4yLTM5OC4xQzg5OC4yLDI4MC4xLDcxOS45LDEwMS45LDUwMCwxMDEuOXogTTM5My41LDMzNy4xYzAtMTkuNCwxNS43LTM1LDM1LjEtMzVjNi43LDAsMTIuNiwyLjQsMTcuOSw1LjZsMjMwLjQsMTc2LjVjNy44LDYuNCwxMy4xLDE1LjgsMTMuMSwyNi43YzAsMTIuMi02LjYsMjIuNC0xNiwyOC43TDQ0NC41LDcxNC44Yy00LjksMi41LTEwLjEsNC4zLTE2LDQuM2MtMTksMC0zNC4yLTE1LjEtMzQuOC0zMy45TDM5My41LDMzNy4xeiIvPjwvZz4NCjwvc3ZnPg==);
}
.audio-player-thumb {
  width: 100px;
  height: 100px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gU3ZnIFZlY3RvciBJY29ucyA6IGh0dHA6Ly93d3cub25saW5ld2ViZm9udHMuY29tL2ljb24gLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAwIDEwMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPG1ldGFkYXRhPiBTdmcgVmVjdG9yIEljb25zIDogaHR0cDovL3d3dy5vbmxpbmV3ZWJmb250cy5jb20vaWNvbiA8L21ldGFkYXRhPg0KPGc+PHBhdGggZD0iTTUwMCw5OTBDMjI5LjQsOTkwLDEwLDc3MC42LDEwLDUwMFMyMjkuNCwxMCw1MDAsMTBjMjcwLjYsMCw0OTAsMjE5LjQsNDkwLDQ5MEM5OTAsNzcwLjYsNzcwLjYsOTkwLDUwMCw5OTB6IE01MDAsMTAxLjljLTIxOS45LDAtMzk4LjEsMTc4LjItMzk4LjEsMzk4LjFjMCwyMTkuOSwxNzguMiwzOTguMSwzOTguMSwzOTguMWMyMTkuOSwwLDM5OC4yLTE3OC4yLDM5OC4yLTM5OC4xQzg5OC4yLDI4MC4xLDcxOS45LDEwMS45LDUwMCwxMDEuOXogTTM5My41LDMzNy4xYzAtMTkuNCwxNS43LTM1LDM1LjEtMzVjNi43LDAsMTIuNiwyLjQsMTcuOSw1LjZsMjMwLjQsMTc2LjVjNy44LDYuNCwxMy4xLDE1LjgsMTMuMSwyNi43YzAsMTIuMi02LjYsMjIuNC0xNiwyOC43TDQ0NC41LDcxNC44Yy00LjksMi41LTEwLjEsNC4zLTE2LDQuM2MtMTksMC0zNC4yLTE1LjEtMzQuOC0zMy45TDM5My41LDMzNy4xeiIvPjwvZz4NCjwvc3ZnPg==);
}
.embedded-header {
  opacity: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 20px;
}
.embedded-header .spacer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.embedded-header img {
  display: block;
  height: 35px;
  max-width: 150px;
}
/*forms*/
fieldset {
  border: none;
  margin: 32px 0;
  position: relative;
}
button {
  cursor: pointer;
  color: #038391;
}
button:hover {
  color: #005357;
}
.checkbox {
  display: inline-block;
  margin-right: 50px;
  text-align: left;
}
.checkbox input[type=checkbox] {
  opacity: 0;
  cursor: pointer;
  position: absolute;
}
.checkbox input[type=checkbox] + label {
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  padding-left: 35px;
  cursor: pointer;
}
@media screen and (min-width: 500px) {
  .checkbox input[type=checkbox] + label {
    font-size: 16px;
    line-height: 26px;
  }
}
.checkbox input[type=checkbox] + label:after {
  content: none;
}
.filter-checkboxes .checkbox input[type=checkbox] + label {
  color: #666;
}
.checkbox input[type=checkbox]:checked + label:after {
  content: "";
}
.checkbox label {
  position: relative;
}
.checkbox label:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 2px solid;
  border-radius: 3px;
}
.checkbox label:after {
  position: absolute;
  left: 5px;
  top: 8px;
  content: "";
  display: inline-block;
  height: 6px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
select {
  border: none;
  padding: 10px 30px 10px 10px;
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy43NjUiIGhlaWdodD0iOC4xMTEiPjxwYXRoIGQ9Ik0uNjk2LjcxOGw2LjE4NiA2IDYuMTg2LTYiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=) 95% 50% no-repeat #eaeaeb;
}
@media screen and (min-width: 500px) {
  select {
    font-size: 13px;
    line-height: 22px;
  }
}
select::-ms-expand {
  display: none;
}
option {
  min-height: 1em;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url(/fb6f3c230cb846e25247.gif) center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url(data:application/vnd.ms-fontobject;base64,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);
  src: url(data:application/vnd.ms-fontobject;base64,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?#iefix) format("embedded-opentype"), url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"), url(data:font/ttf;base64,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) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*
  Layout
*/
main {
  margin-left: 16px;
  margin-right: 16px;
}
@media screen and (min-width: 801px) {
  main {
    margin-left: 32px;
    margin-right: 32px;
  }
}
.body-embedded main {
  margin-left: 0;
  margin-right: 0;
}
.inner {
  max-width: 1020px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.narrow-component .inner {
  max-width: 1020px;
}
.content-box {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.component {
  padding-top: 32px;
  margin-bottom: 32px;
}
.feature-box {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
  background-color: #fff;
  border-radius: 5px;
  padding-left: 24px;
  padding-right: 24px;
}
.feature-box-content {
  padding: 0 0 32px 0;
}
.feature-box-content img {
  width: 100%;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
  border-radius: 5px;
  margin-bottom: 16px;
}
.feature-box-content blockquote {
  padding: 0;
  margin: 0 0 16px 0;
}
.feature-box-content blockquote p {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 500px) {
  .feature-box-content blockquote p {
    font-size: 16px;
    line-height: 26px;
  }
}
.feature-box-content cite {
  font-style: normal;
}
/* global components*/
header {
  -webkit-box-shadow: 0 1px 6px 2px rgba(0, 0, 0, .1);
          box-shadow: 0 1px 6px 2px rgba(0, 0, 0, .1);
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
  margin-bottom: 50px;
  border-bottom: 1px solid #d6d6d6;
}
body.home header {
  margin-bottom: 0px;
}
@media screen and (max-width: 1080px) {
  header .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.logo-home {
  display: block;
  margin: 0 auto;
  /*body.home & {
      display: none;
  }*/
}
.logo-main {
  display: block;
  margin: 0 auto 10px;
  height: 42px;
  max-width: 182px;
}
@media screen and (min-width: 1080px) {
  .logo-main {
    display: inline;
    height: auto;
    margin-bottom: 0;
  }
}
.logo-bar {
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 5px;
}
@media screen and (min-width: 1080px) {
  .logo-bar {
    width: auto;
    margin-right: 16px;
  }
}
.nav-main {
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 1079px) {
  .nav-main {
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.4s height ease-in-out;
    -o-transition: 0.4s height ease-in-out;
    transition: 0.4s height ease-in-out;
  }
  .nav-main[aria-expanded=true] {
    height: 100vh;
  }
}
.nav-main ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1080px) {
  .nav-main ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}
.nav-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-item a {
  color: #000;
  text-decoration: none;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
  width: 100%;
  padding: 16px 0 8px;
  display: block;
  padding-left: 3%;
  padding-right: 3%;
}
@media screen and (min-width: 1080px) {
  .nav-item a {
    padding: 36px 0 4px;
  }
}
.nav-item-logo a {
  border: none;
}
.nav-item-search a {
  padding-right: 40px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI3LjQ4NiAyNS4xNDhMMTkuODIgMTcuNDhhMTAuODUxIDEwLjg1MSAwIDAwMi4xLTYuNDY0QzIxLjg5NCA0Ljk1IDE2Ljk4OC4wMzUgMTAuOTIxIDBBMTAuODcyIDEwLjg3MiAwIDAwLjAwMSAxMC45MzZjLjAyNSA2LjA2NyA0LjkzMiAxMC45ODEgMTEgMTEuMDE2IDIuMzMzLjAxIDQuNjA3LS43MzQgNi40ODItMi4xMjNsLjAwOC0uMDA2IDcuNjYgNy42NjNhMS42NTMgMS42NTMgMCAxMDIuMzM1LTIuMzM4em0tMTYuNTk4LTYuMjg2Yy00LjQyOC0uMDI2LTguMDEtMy42MDctOC4wMy04LjAyOUE3LjkyIDcuOTIgMCAwMTUuMTggNS4xODhhNy45NDQgNy45NDQgMCAwMTUuNjUtMi4zMjZjNC40MjguMDI1IDguMDEgMy42MDcgOC4wMjkgOC4wMjhhNy45MiA3LjkyIDAgMDEtMi4zMjEgNS42NDYgNy45NDQgNy45NDQgMCAwMS01LjY1IDIuMzI2eiIgZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat 100px 50%;
}
@media screen and (min-width: 1080px) {
  .nav-item-search a {
    background-position: 100% 90%;
  }
}
.nav-item a.active, .nav-item a[aria-current=page], .nav-item a:hover, .nav-item a:focus {
  border-bottom-color: #15d1d6;
}
body.page-orgs div[role=tablist] .nav-item a.active, body.page-orgs div[role=tablist] .nav-item a[aria-current=page], body.page-orgs div[role=tablist] .nav-item a:hover, body.page-orgs div[role=tablist] .nav-item a:focus {
  border-bottom-color: #ddea38;
}
body.page-stories div[role=tablist] .nav-item a.active, body.page-stories div[role=tablist] .nav-item a[aria-current=page], body.page-stories div[role=tablist] .nav-item a:hover, body.page-stories div[role=tablist] .nav-item a:focus {
  border-bottom-color: #ffbb00;
}
.nav-item-orgs a.active, .nav-item-orgs a[aria-current=page], .nav-item-orgs a:hover, .nav-item-orgs a:focus {
  border-bottom-color: #ddea38;
}
.nav-item-stories a.active, .nav-item-stories a[aria-current=page], .nav-item-stories a:hover, .nav-item-stories a:focus {
  border-bottom-color: #ffbb00;
}
.nav-item-about a.active, .nav-item-about a[aria-current=page], .nav-item-about a:hover, .nav-item-about a:focus, .nav-item-about a:active {
  border-bottom-color: #fb8076;
}
.nav-prompt {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  height: 100%;
  width: 25%;
  cursor: pointer;
  outline: none;
}
.nav-prompt span {
  width: 30px;
  height: 3px;
  margin-top: 9px;
  display: block;
  background-color: #000;
  -webkit-transition-property: opacity, top, left, -webkit-transform;
  transition-property: opacity, top, left, -webkit-transform;
  -o-transition-property: transform, opacity, top, left;
  transition-property: transform, opacity, top, left;
  transition-property: transform, opacity, top, left, -webkit-transform;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: inherit;
       -o-transition-timing-function: inherit;
          transition-timing-function: inherit;
  position: absolute;
  right: 30px;
}
.nav-prompt span:nth-of-type(1) {
  top: 10px;
}
.nav-prompt span:nth-child(2) {
  top: 20px;
}
.nav-prompt span:nth-child(3) {
  top: 30px;
}
.nav-prompt.open span:nth-child(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
  top: 21px;
}
.nav-prompt.open span:nth-child(2) {
  opacity: 0;
}
.nav-prompt.open span:nth-child(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
  top: 20px;
}
@media screen and (min-width: 1080px) {
  .nav-prompt {
    display: none;
  }
}
.nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1080px) {
  .nav-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .nav-bar.nav-tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-bar.nav-tabs .nav-item {
    margin: 0 17px;
  }
}
/*
    Footer
*/
body > footer {
  background: #000;
  color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 50px;
  border-top: 1px solid #d6d6d6;
}
@media screen and (min-width: 1080px) {
  body > footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
body > footer .partner-para {
  display: none;
}
body.home footer .partner-para {
  display: block;
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px;
  }
  .footer-content-partners {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.nav-footer {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 16px;
  width: 100%;
}
.nav-footer:last-child {
  margin-left: 16px;
}
.nav-footer a {
  color: #f6f5f7;
  text-decoration: underline;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  line-height: 2;
  display: block;
}
@media screen and (min-width: 500px) {
  .nav-footer a {
    font-size: 13px;
    line-height: 22px;
  }
}
.nav-footer a:hover {
  color: #fff;
}
@media screen and (min-width: 800px) {
  .nav-footer a {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
  }
}
@media screen and (min-width: 800px) and (min-width: 500px) {
  .nav-footer a {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (min-width: 800px) {
  .nav-footer {
    margin-bottom: unset;
  }
}
.partner-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 800px) {
  .partner-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.partner-logos a {
  display: block;
  margin-bottom: 0px;
  max-width: 25%;
  opacity: 0.7;
}
@media screen and (min-width: 800px) {
  .partner-logos a {
    display: inline;
    margin: 0 50px 0 0;
    max-width: 100%;
  }
}
@media screen and (min-width: 800px) {
  .footer-content {
    display: grid;
    grid-template-columns: 48% 48%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 32px;
  }
  .footer-content-partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
}
@media screen and (min-width: 800px) and (min-width: 500px) {
  .footer-content-partners {
    font-size: 13px;
    line-height: 22px;
  }
}
p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  p {
    font-size: 13px;
    line-height: 22px;
  }
}
@media screen and (min-width: 800px) {
  p {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
  }
}
@media screen and (min-width: 800px) and (min-width: 500px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
.copyright {
  margin: auto 0 0 0;
  color: #f6f5f7;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  /*@media screen and (min-width: $tablet) {
      //font-size: $small-font;
      @include small-font;
  }*/
}
@media screen and (min-width: 500px) {
  .copyright {
    font-size: 13px;
    line-height: 22px;
  }
}
/* Home

*/
/*home page styles*/
.home-banner {
  height: 184px;
  background: url(/0095962581aef4f91e36.png);
  /*background-position-y: 40px;
  background-position-x: center;*/
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1079px) {
  .home-banner {
    height: 184px;
  }
}
@media screen and (max-width: 799px) {
  .home-banner {
    height: 216px;
  }
}
.home-banner .logo {
  margin-top: 86px;
}
@media screen and (max-width: 1079px) {
  .home-banner .logo {
    margin-top: 128px;
  }
}
@media screen and (max-width: 799px) {
  .home-banner .logo {
    height: 60px;
    margin-top: 64px;
  }
}
.home-banner .inner {
  width: unset;
}
.home-banner span.strapline {
  display: block;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 16px;
  color: #fff;
  text-align: center;
  padding: 0px 16px;
}
@media screen and (min-width: 500px) {
  .home-banner span.strapline {
    font-size: 30px;
    line-height: 38px;
  }
}
body.home .section-header {
  border-bottom: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
body.home .section-header .view-more-link {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 8px;
}
@media screen and (min-width: 500px) {
  body.home .section-header .view-more-link {
    font-size: 13px;
    line-height: 22px;
  }
}
body.home .sub-heading {
  text-align: left;
  margin-bottom: 16px;
}
body.home .sub-heading svg {
  height: 24px;
  width: 24px;
}
@media screen and (max-width: 800px) {
  body.home .inner .image-listing {
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }
  body.home .inner .image-listing li:nth-child(5) {
    display: none;
  }
  body.home .inner .image-listing img {
    height: auto;
  }
}
@media screen and (min-width: 801px) {
  body.home .inner .image-listing {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 16px;
  }
}
@media screen and (max-width: 800px) {
  body.home .inner .image-listing span {
    padding-top: 4px;
    padding-bottom: 24px;
  }
}
body.home .featured-panel {
  margin-bottom: 64px;
}
body.home .featured-panel .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 800px) {
  body.home .featured-panel .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.home .featured-panel .about {
  min-width: 356px;
  padding-right: 24px;
  border-right: 1px solid #d6d6d6;
  display: inline-block;
}
@media screen and (min-width: 801px) {
  body.home .featured-panel .about {
    width: 286px;
  }
}
@media screen and (max-width: 800px) {
  body.home .featured-panel .about {
    max-width: 400px;
    border-right: none;
    margin-bottom: 16px;
  }
}
body.home .featured-panel .about p {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  body.home .featured-panel .about p {
    font-size: 14px;
    line-height: 23px;
  }
}
body.home .featured-panel .about p:first-child {
  margin-top: 0px;
}
body.home .featured-panel .featured-story {
  display: inline-block;
  padding-left: 24px;
}
@media screen and (max-width: 800px) {
  body.home .featured-panel .featured-story {
    padding-left: 0px;
  }
}
body.home .featured-panel .featured-story svg {
  fill: #ffbb00;
}
@media screen and (max-width: 800px) {
  body.home .featured-panel .featured-story .sub-heading {
    padding-bottom: 16px;
    border-bottom: 1px solid #d6d6d6;
  }
}
body.home .featured-panel .story-holder a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body.home .featured-panel .story-holder a:hover {
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  body.home .featured-panel .story-holder a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.home .featured-panel .story-holder a img {
  max-height: 245px;
  max-width: 245px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  background: #f6f5f7;
}
@media screen and (max-width: 500px) {
  body.home .featured-panel .story-holder a img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    max-height: none;
    max-width: none;
    margin-bottom: 16px;
    width: 100%;
  }
}
body.home .featured-panel .story-holder .image-holder {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  height: auto;
  width: 245px;
}
@media screen and (max-width: 500px) {
  body.home .featured-panel .story-holder .image-holder {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    max-height: none;
    max-width: none;
    margin-bottom: 16px;
    width: 100%;
  }
}
body.home .featured-panel .story-holder .story-detail {
  padding-right: 24px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
body.home .featured-panel .story-holder .story-detail h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (min-width: 500px) {
  body.home .featured-panel .story-holder .story-detail h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
body.home .featured-panel .story-holder .story-detail span {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #666;
  margin-bottom: 16px;
  display: block;
}
@media screen and (min-width: 500px) {
  body.home .featured-panel .story-holder .story-detail span {
    font-size: 14px;
    line-height: 23px;
  }
}
body.home .featured-panel .story-holder .story-detail span.story-description {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #000;
}
@media screen and (min-width: 500px) {
  body.home .featured-panel .story-holder .story-detail span.story-description {
    font-size: 14px;
    line-height: 23px;
  }
}
body.home .featured-panel .story-holder .story-detail .mask {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 35px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(95%, #fff));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff 95%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff 95%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 95%);
}
body.home .collections {
  margin-bottom: 64px;
}
body.home .collections .inner .sub-heading svg {
  fill: #15d1d6;
}
body.home .stories {
  margin-bottom: 64px;
}
body.home .stories .inner .sub-heading svg {
  fill: #ffbb00;
}
body.home .organisations {
  margin-bottom: 64px;
  overflow: hidden;
}
@media screen and (min-width: 801px) {
  body.home .organisations .section-header {
    width: 60%;
    margin: 0px 0px 16px 0px;
  }
}
body.home .organisations .inner .sub-heading svg {
  fill: #ddea38;
}
body.home .organisations .inner .regions .cv-regions canvas {
  display: none;
}
@media screen and (min-width: 801px) {
  body.home .organisations .inner .regions {
    position: relative;
    display: block;
    grid-template-columns: unset;
    grid-gap: unset;
  }
  body.home .organisations .inner .regions .region-map {
    position: absolute;
    right: 0px;
    top: -50px;
    width: 35%;
    max-width: 382px;
    height: 265px;
  }
  body.home .organisations .inner .regions .region-list {
    max-width: 650px;
    width: 68%;
  }
}
@media screen and (max-width: 800px) {
  body.home .organisations .inner .regions {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 0px;
  }
  body.home .organisations .inner .regions .region-map {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    left: unset;
  }
  body.home .organisations .inner .regions .region-list {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
body.home .organisations .inner .regions .region-list {
  max-width: 650px;
}
@media screen and (min-width: 500px) {
  body.home .organisations .inner .regions .region-list ol {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    max-width: none;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
  }
}
/* About

*/
body.about {
  /*background: url('/assets/images/backgrounds/about.svg');
  background-position-y: 57px;
   background-repeat: no-repeat;
  background-size: 720px 136px; 
  background-position-x: -100px;

  @media screen and (min-width: $desktop ) {
      background-position-y: 74px;
  }

  @media screen and (min-width: $mobile) {
      background-size: unset;
      background-position-x: center;
  }*/
}
body.about main {
  padding-top: 48px;
}
body.about .about-page table {
  margin-top: 16px;
}
body.page-collections {
  /*background-image: url(/assets/images/backgrounds/collections.svg);
  background-repeat: no-repeat;
  background-position-y: 57px;
  background-size: 720px 136px; 
  background-position-x: -100px;

  @media screen and (min-width: $desktop ) {
      background-position-y: 74px;
  }

  @media screen and (min-width: $mobile) {
      background-size: unset;
      background-position-x: center;
  }*/
}
body.page-collections.item-collections {
  background-image: none;
}
body.page-orgs {
  /*background-image: url(/assets/images/backgrounds/organisations.svg);
  background-repeat: no-repeat;
  background-position-y: 57px;
  background-size: 720px 136px; 
  background-position-x: -100px;

  @media screen and (min-width: $desktop ) {
      background-position-y: 74px;
  }

  @media screen and (min-width: $mobile) {
      background-size: unset;
      background-position-x: center;
  }
  // background-size: cover;*/
}
body.page-orgs.org-page {
  background-image: none;
}
body.page-stories {
  /*background-image: url(/assets/images/backgrounds/stories.svg);
  background-repeat: no-repeat;
  background-position-y: 57px;
  background-size: 720px 136px; 
  background-position-x: -100px;

  @media screen and (min-width: $desktop ) {
      background-position-y: 74px;
  }

  @media screen and (min-width: $mobile) {
      background-size: unset;
      background-position-x: center;
  }*/
}
body.page-stories.theme-stories {
  background-image: none;
}
/*
    Acknowledgement
*/
.acknowlegement {
  background-color: #f6f5f7;
  padding: 16px;
  text-align: center;
}
.acknowlegement p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 500px) {
  .acknowlegement p {
    font-size: 13px;
    line-height: 22px;
  }
}
@media screen and (min-width: 500px) {
  .acknowlegement p {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
  }
}
@media screen and (min-width: 500px) and (min-width: 500px) {
  .acknowlegement p {
    font-size: 16px;
    line-height: 26px;
  }
}
/*
    Button
*/
/*Button Styles*/
button {
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  outline: none !important;
}
input[type=button],
input[type=submit] {
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button-main-cta {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  border: 1px solid #038391;
  border-radius: 5px;
  padding: 8px 32px;
  cursor: pointer;
  color: #038391;
  background-color: #fff;
}
@media screen and (min-width: 500px) {
  .button-main-cta {
    font-size: 16px;
    line-height: 26px;
  }
}
.button-main-cta:hover {
  border: 1px solid #005357;
  color: #005357;
}
.button-main-cta.button-negative {
  background: transparent;
  color: #000;
  border-color: #000;
}
.button-main-cta.button-negative:hover {
  border-color: #005357;
}
.button-download {
  padding: 10px;
  text-transform: none;
  margin-bottom: 16px;
  min-height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button-load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px auto;
}
.button-load-more:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjcxNCA4LjI2NWw3LjU2Mi03LjU2YTEuNDI5IDEuNDI5IDAgMTEyLjAyIDIuMDJsLTguNTcyIDguNTdhMS40MjkgMS40MjkgMCAwMS0yLjAyIDBsLTguNTcxLTguNTdhMS40MjkgMS40MjkgMCAxMTIuMDItMi4wMmw3LjU2MSA3LjU2eiIgZmlsbD0iIzAwOTdBOCIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+);
  -webkit-transition: -webkit-transform linear 0.4s;
  transition: -webkit-transform linear 0.4s;
  -o-transition: transform linear 0.4s;
  transition: transform linear 0.4s;
  transition: transform linear 0.4s, -webkit-transform linear 0.4s;
  -webkit-transform: rotate(0) scale(0.5);
      -ms-transform: rotate(0) scale(0.5);
          transform: rotate(0) scale(0.5);
  display: inline-block;
  margin-left: 10px;
  width: 12px;
  height: 26px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .button-load-more:after {
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
    }
  }
}
.button-load-more .plus {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  margin-right: 10px;
}
@media screen and (min-width: 500px) {
  .button-load-more .plus {
    font-size: 30px;
    line-height: 38px;
  }
}
.button-close {
  -webkit-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  transition: all linear 0.4s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}
.button-close svg,
.button-close img {
  width: 104px;
  height: 40px;
  pointer-events: none;
}
.button-close svg #Oval,
.button-close svg path {
  stroke: #0097a8;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.button-close svg text {
  fill: #0097a8;
  font-weight: 400;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.button-close:hover svg #Oval,
.button-close:hover svg path {
  stroke: #000;
}
.button-close:hover svg text {
  fill: #000;
}
[role=tab] {
  /*position: relative;
  cursor: pointer;
  border: none;
  display: inline-block;
  font-size: $base-font-size;
  border-radius: $border-radius;
  border: 1px solid $mid-green;
  padding: 6px 10px;
  min-height: 40px;
  margin: 10px;
  @include shadow-button;
  transition: $transition-time;
  color: $black;


  &:focus {
    outline: none;
  }

  &[aria-selected="true"],
  &.active,
  &:focus,
  &:hover {
    background-color: $border-thick;
  }

  @media screen and (min-width: $desktop) {
  }*/
  color: #000;
  text-decoration: none;
  border-bottom: solid 4px transparent;
  display: block;
}
[role=tab].active, [role=tab][aria-selected=true], [role=tab]:hover, [role=tab]:focus {
  border-bottom-color: #15d1d6;
}
body.page-stories [role=tab].active, body.page-stories [role=tab][aria-selected=true], body.page-stories [role=tab]:hover, body.page-stories [role=tab]:focus {
  border-bottom-color: #ffbb00;
}
.tab-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab-bar [role=tab] {
  margin: 0 17px;
  padding: 0px 0px 8px 0px;
}
@media screen and (min-width: 1080px) {
  .tab-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tab-bar [role=tab] {
    margin: 0 17px;
    padding: 0px 0px 8px 0px;
  }
}
.filter-button {
  position: relative;
  cursor: pointer;
  border: none;
  display: inline-block;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  border-radius: 5px;
  border: 1px solid #0097a8;
  padding: 6px 10px;
  min-height: 40px;
  margin: 10px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #000;
}
@media screen and (min-width: 500px) {
  .filter-button {
    font-size: 16px;
    line-height: 26px;
  }
}
.filter-button:focus {
  outline: none;
}
.filter-button[aria-selected=true], .filter-button.active, .filter-button:focus, .filter-button:hover {
  background-color: #bbe3e4;
}
.button-view {
  color: #d35100;
  font-weight: 700;
  border: 2px solid #d6d6d6;
  border-radius: 5px;
  padding: 7px;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}
.button-view:hover {
  background-color: #d35100;
  color: #fff;
  text-decoration: none;
}
.button-show-hide {
  border: 1px solid #d6d6d6;
  color: #000;
}
.change-view:hover g,
.change-view:hover path {
  stroke: #005357;
}
.change-view:hover.list-view rect {
  fill: #005357;
}
.change-view[aria-pressed=true] g,
.change-view[aria-pressed=true] path {
  stroke: #000;
}
.change-view[aria-pressed=true].list-view rect {
  fill: #000;
}
.button-text {
  color: #000;
}
.button-text:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjcxNCA4LjI2NWw3LjU2Mi03LjU2YTEuNDI5IDEuNDI5IDAgMTEyLjAyIDIuMDJsLTguNTcyIDguNTdhMS40MjkgMS40MjkgMCAwMS0yLjAyIDBsLTguNTcxLTguNTdhMS40MjkgMS40MjkgMCAxMTIuMDItMi4wMmw3LjU2MSA3LjU2eiIgZmlsbD0iIzAwOTdBOCIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+);
  -webkit-transition: -webkit-transform linear 0.4s;
  transition: -webkit-transform linear 0.4s;
  -o-transition: transform linear 0.4s;
  transition: transform linear 0.4s;
  transition: transform linear 0.4s, -webkit-transform linear 0.4s;
  -webkit-transform: rotate(0) scale(0.5);
      -ms-transform: rotate(0) scale(0.5);
          transform: rotate(0) scale(0.5);
  display: inline-block;
  margin-left: 10px;
  width: 12px;
  height: 26px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .button-text:after {
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
    }
  }
}
.button-text[aria-pressed=true]:after {
  -webkit-transform: rotate(180deg) scale(0.5);
      -ms-transform: rotate(180deg) scale(0.5);
          transform: rotate(180deg) scale(0.5);
}
.button-row {
  margin-top: 32px;
  display: grid;
  grid-template-columns: auto;
  grid-gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 800px) {
  .button-row {
    grid-template-columns: auto auto;
  }
}
.button-back {
  padding: 0;
  color: #000;
  margin-bottom: 16px;
}
.button-back:hover {
  color: #005357;
}
/*Nav button styling for links*/
.tab-bar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tab-bar ul li {
  display: inline;
}
.tab-bar ul li.nav-item a {
  display: inline-block;
  width: auto;
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 32px;
  padding-bottom: 4px;
}
/*
    Loader
*/
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: loader 1.8s infinite ease-in-out;
  animation: loader 1.8s infinite ease-in-out;
}
.loader {
  color: #038391;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@media screen and (min-width: 500px) {
  .loader {
    font-size: 13px;
    line-height: 22px;
  }
}
.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3em;
}
@-webkit-keyframes loader {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2em 0 -1.3em;
            box-shadow: 0 2em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2em 0 0;
            box-shadow: 0 2em 0 0;
  }
}
@keyframes loader {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2em 0 -1.3em;
            box-shadow: 0 2em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2em 0 0;
            box-shadow: 0 2em 0 0;
  }
}
/*
    Listings
*/
/* breakpoints */
/*
$huge-font: 50px;
$huge-font-mobile: 20px;
*/
/*
$mid-font: 26px;
$mid-font-mobile: 20px;
$very-small-font: 13px;
*/
.listing ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0 0 48px 0;
  list-style: none;
}
.listing ul li {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  margin: 0px;
}
@media screen and (min-width: 500px) {
  .listing ul li {
    font-size: 16px;
    line-height: 26px;
  }
}
.listing ul a {
  padding: 10px 0 4px;
  display: block;
}
ul.source-collections-list li {
  margin: 0;
}
.listing-title {
  padding-bottom: 4px;
}
.image-listing {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0 auto;
}
@media screen and (min-width: 500px) {
  .image-listing {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 800px) {
  .image-listing {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.image-listing img {
  display: block;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  width: 100%;
  background: #f6f5f7;
}
@media screen and (max-width: 800px) {
  .image-listing img {
    height: 228px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.image-listing span {
  display: block;
  padding: 8px 0 8px 0;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 500px) {
  .image-listing span {
    font-size: 16px;
    line-height: 26px;
  }
}
.result-listing .hide-results {
  display: none;
}
.result-listing .location {
  color: #666;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  line-height: 16px;
  padding-top: 40px;
  padding-bottom: 0px;
}
@media screen and (min-width: 500px) {
  .result-listing .location {
    font-size: 16px;
    line-height: 26px;
  }
}
.result-listing.grid-view .location {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  padding-top: 16px;
}
@media screen and (min-width: 500px) {
  .result-listing.grid-view .location {
    font-size: 14px;
    line-height: 23px;
  }
}
.result-listing a {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .result-listing a {
    font-size: 24px;
    line-height: 30px;
  }
}
.in-series .result-listing li a.subject {
  margin-top: 8px;
  display: block;
}
.story-index.panel {
  border-bottom: 1px solid #d6d6d6 !important;
}
.story-index.panel ul li {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 8px;
}
@media screen and (min-width: 500px) {
  .story-index.panel ul li {
    font-size: 16px;
    line-height: 26px;
  }
}
.story-index.panel ul li:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjcxNCA4LjI2NWw3LjU2Mi03LjU2YTEuNDI5IDEuNDI5IDAgMTEyLjAyIDIuMDJsLTguNTcyIDguNTdhMS40MjkgMS40MjkgMCAwMS0yLjAyIDBsLTguNTcxLTguNTdhMS40MjkgMS40MjkgMCAxMTIuMDItMi4wMmw3LjU2MSA3LjU2eiIgZmlsbD0iIzAwOTdBOCIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+);
  display: inline-block;
  width: 12px;
  height: 32px;
  margin-left: 2px;
  -webkit-transform: rotate(270deg) scale(0.6);
      -ms-transform: rotate(270deg) scale(0.6);
          transform: rotate(270deg) scale(0.6);
}
.story-index.panel ul ul {
  margin-top: 8px;
  margin-left: 16px;
}
@media screen and (min-width: 1080px) {
  .search-result-listing .flipper {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
  }
}
.search-result-listing .flipper.search-term-present .index-highlights {
  display: block;
}
.search-result-listing .index-highlights {
  display: none;
}
.search-result-listing .result-detail {
  background-color: #f6f5f7;
  padding: 0 10px 10px 10px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .search-result-listing .result-detail {
    height: 224px;
    overflow: hidden;
  }
}
.search-result-listing .result-detail span {
  text-align: left;
}
.search-result-listing .result-detail .mask {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 35px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(95%, #fff));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff 95%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff 95%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 95%);
}
@media screen and (max-width: 1080px) {
  .search-result-listing .result-detail .mask {
    padding: 25px 0;
  }
}
.search-result-listing .subject {
  margin-top: 24px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .search-result-listing .subject {
    font-size: 24px;
    line-height: 30px;
  }
}
.search-result-listing .result-description {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #000;
  margin-top: 4px;
}
@media screen and (min-width: 500px) {
  .search-result-listing .result-description {
    font-size: 16px;
    line-height: 26px;
  }
}
.search-result-listing strong.result-description {
  font-weight: 700;
  display: block;
}
.search-result-listing.grid-view .subject {
  margin-top: 16px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .search-result-listing.grid-view .subject {
    font-size: 20px;
    line-height: 26px;
  }
}
.search-result-listing.grid-view .result-content, .search-result-listing.grid-view .result-description {
  margin-top: 8px;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .search-result-listing.grid-view .result-content, .search-result-listing.grid-view .result-description {
    font-size: 14px;
    line-height: 23px;
  }
}
.search-result-listing.grid-view .index-highlights {
  margin-top: 4px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .search-result-listing.grid-view .index-highlights {
    font-size: 12px;
    line-height: 20px;
  }
}
.search-result-listing.grid-view strong.result-description {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  font-weight: 700;
  display: block;
  margin-top: 4px;
}
@media screen and (min-width: 500px) {
  .search-result-listing.grid-view strong.result-description {
    font-size: 14px;
    line-height: 23px;
  }
}
@media screen and (hover: hover) {
  .search-result-listing.grid-view .flipper {
    grid-auto-rows: 240px;
  }
}
.search-result-listing.grid-view li {
  overflow: hidden;
}
.search-result-listing.grid-view .image-link {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 100%;
  background-color: #f6f5f7;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #eaeaeb;
}
@media screen and (hover: none) {
  .search-result-listing.grid-view .image-link {
    height: 405px;
  }
}
.search-result-listing.grid-view .image-link img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 0;
  border: none;
}
@media screen and (hover: none) {
  .search-result-listing.grid-view .image-link img {
    height: 228px;
    border: none;
  }
}
.search-result-listing.grid-view .image-link.without-image img {
  height: 0px;
}
.search-result-listing.grid-view .image-link .result-detail {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: top 0.4s ease-in-out;
  -o-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
}
.search-result-listing.grid-view .image-link .result-detail p {
  margin-top: 0;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .search-result-listing.grid-view .image-link .result-detail p {
    font-size: 14px;
    line-height: 23px;
  }
}
@media screen and (hover: hover) {
  .search-result-listing.grid-view .image-link.with-image .result-detail {
    top: 300px;
  }
  .search-result-listing.grid-view .image-link.with-image:hover .result-detail {
    top: 0;
  }
}
@media screen and (hover: none) {
  .search-result-listing.grid-view .image-link.with-image {
    /*&:hover {
        .result-detail {
            top: 0;
        }
    }*/
  }
  .search-result-listing.grid-view .image-link.with-image .result-detail {
    max-height: 177px;
  }
}
@media screen and (hover: none) {
  .search-result-listing.grid-view li {
    margin-top: 30px;
  }
}
.search-result-listing.grid-view .result-detail .mask {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(95%, #f6f5f7));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #f6f5f7 95%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #f6f5f7 95%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f6f5f7 95%);
}
@media screen and (min-width: 1080px) {
  .search-result-listing.grid-view.story-search-result-listing .flipper {
    grid-auto-rows: 214px;
  }
}
.search-result-listing .index-highlights {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 4px;
  color: #666;
}
@media screen and (min-width: 500px) {
  .search-result-listing .index-highlights {
    font-size: 13px;
    line-height: 22px;
  }
}
.search-result-listing .index-highlights em {
  font-style: normal;
  font-weight: bold;
}
.search-result-listing .result-content {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  margin-top: 16px;
}
@media screen and (min-width: 500px) {
  .search-result-listing .result-content {
    font-size: 13px;
    line-height: 22px;
  }
}
.search-result-listing .result-content p {
  margin-top: 0;
}
@media screen and (min-width: 1080px) {
  .search-result-listing.list-view ul {
    grid-template-columns: 1fr;
  }
  .search-result-listing.list-view ul img {
    margin-right: 24px;
    max-width: 290px;
    max-height: 290px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .search-result-listing.list-view ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d6d6d6;
    text-decoration: none;
    max-height: 300px;
    overflow: hidden;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .search-result-listing.list-view ul .result-detail {
    background-color: transparent;
    padding: 0;
    margin-bottom: 24px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1080px) {
  .search-result-listing.list-view.org-list-view ul {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
  .search-result-listing.list-view.org-list-view ul .org-logo-holder {
    height: 160px;
    width: 160px;
    margin: 24px 24px 24px 0px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
  }
  .search-result-listing.list-view.org-list-view ul .org-logo-holder img {
    width: 160px;
    height: 160px;
    -o-object-fit: contain;
       object-fit: contain;
    border: none;
    background: white;
    margin: 0px;
  }
  .search-result-listing.list-view.org-list-view ul .org-logo-holder img.no-image {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .search-result-listing.list-view.org-list-view ul img {
    width: 100%;
    max-width: 160px;
    height: 160px;
    -o-object-fit: contain;
       object-fit: contain;
    border: none;
    margin: 0px auto;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1079px) {
  .search-result-listing.list-view.org-list-view ul img {
    height: 228px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 500px) {
  .search-result-listing.list-view.org-list-view ul .org-logo-holder {
    background-color: #f6f5f7;
    padding-top: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
.search-result-listing.list-view.org-list-view ul img {
  height: 160px;
  background-color: #fff;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  max-width: 160px;
}
.search-result-listing.list-view.org-list-view ul img.no-image {
  -o-object-fit: cover;
     object-fit: cover;
}
.search-result-listing.list-view.org-list-view .result-detail {
  height: unset;
  padding-bottom: 16px;
  margin-bottom: 32px;
}
.search-result-listing.list-view.org-list-view .result-detail .mask {
  display: none;
}
.about-page ul {
  list-style: disc outside none;
  list-style: initial;
  margin: initial;
  padding-left: 2.65em;
  margin: 8px 0px;
}
.about-page h2 {
  margin: 48px 0px 8px;
}
.about-page h3 {
  margin: 32px 0 8px;
}
.about-page h1 + h2 {
  margin-top: 32px;
}
.about-page h2 + h3 {
  margin-top: 16px;
}
.about-page h3 + h4 {
  margin-top: 16px;
}
.about-page.terms h2 {
  font-size: 26px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
.about-page.terms p {
  padding-left: 1.65em;
}
.hide-results {
  display: none;
}
/* common components */
/*
    Common Tabs
*/
[role=tablist] {
  position: relative;
}
[role=tablist]:after {
  content: "";
  border-bottom: 1px solid #d6d6d6;
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  bottom: 8px;
}
[role=tablist] .inner,
.tablist .inner {
  padding-top: 24px;
  padding-bottom: 8px;
  margin-bottom: 16px;
  text-align: center;
}
[role=tabpanel] {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/*
    Common Carousel
*/
.slick-dots [role=tab] {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.slick-dots[role=tablist]:after {
  content: none;
}
/*
    Common Maps
*/
#map {
  height: 100%;
}
.map-results {
  height: 900px;
}
@media screen and (min-width: 800px) {
  .maps-info-window {
    padding: 0 20px;
  }
}
.maps-info-window h2 {
  margin-bottom: 20px;
}
.maps-info-window .loc {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-weight: 700;
  color: #707070;
  margin: 10px 0;
  display: block;
}
@media screen and (min-width: 500px) {
  .maps-info-window .loc {
    font-size: 13px;
    line-height: 22px;
  }
}
.gm-style-iw-c .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}
.gm-style-iw-c .gm-ui-hover-effect img {
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
}
.maps-info {
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  grid-template-columns: auto;
  grid-gap: 20px;
}
@media screen and (min-width: 800px) {
  .maps-info {
    grid-template-columns: auto auto;
  }
}
.maps-info img {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
  border-radius: 5px;
  width: 167px;
  max-width: 100%;
}
.maps-info p {
  margin-top: 0;
}
/* components */
/*
    Search Box
*/
.search-box {
  background-color: transparent;
  text-align: center;
  margin-top: -50px;
  color: black;
}
.search-box .page-title {
  color: #fff;
}
.page-collections .search-box {
  background-color: #00a3a3;
  background-image: url(/0095962581aef4f91e36.png);
  background-size: cover;
}
.page-orgs .search-box {
  background-color: #8d9c00;
  background-image: url(/9d8fa1d8b63049b9781a.png);
  background-size: cover;
}
.page-stories .search-box {
  background-color: #d35100;
  background-image: url(/4d8f5b37746a1e2d8a93.png);
  background-size: cover;
}
.search-box .inner {
  padding-top: 16px;
  padding-bottom: 0px;
  position: relative;
}
@media screen and (min-width: 500px) {
  .search-box .inner {
    padding-top: 32px;
    padding-bottom: 0px;
  }
}
.search-box .checkbox input[type=checkbox] + label {
  color: #fff;
}
.search-box .button-main-cta {
  color: #000;
}
/*.nav-item-search {
    a {
        padding-right: 40px;
        background: url("/assets/images/icons/search-icon.svg") no-repeat 100px 50%;

        @media screen and (min-width: $desktop) {
            background-position: 100% 90%;
        }
    }
}*/
.org-page-search-box {
  background-color: transparent;
  text-align: center;
  color: black;
}
.org-page-search-box .inner {
  padding-top: 16px;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (min-width: 500px) {
  .org-page-search-box .inner {
    padding-top: 32px;
    padding-bottom: 24px;
  }
}
.section-search-form .section-header {
  color: #fff;
}
.section-search-input {
  width: 100%;
  max-width: 800px;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 16px;
  padding: 1rem;
  display: block;
  margin: 0 auto;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, .8);
  -webkit-box-shadow: 0 1px 6px 2px rgba(0, 0, 0, .1);
          box-shadow: 0 1px 6px 2px rgba(0, 0, 0, .1);
}
@media screen and (min-width: 500px) {
  .section-search-input {
    font-size: 13px;
    line-height: 22px;
  }
}
@media screen and (min-width: 500px) {
  .section-search-input {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 500px) and (min-width: 500px) {
  .section-search-input {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-search-input::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.section-search-input::-moz-placeholder {
  color: #666;
  opacity: 1;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.section-search-input::-ms-input-placeholder {
  color: #666;
  opacity: 1;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.section-search-input::placeholder {
  color: #666;
  opacity: 1;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .section-search-input::-webkit-input-placeholder {
    font-size: 13px;
    line-height: 22px;
  }
  .section-search-input::-moz-placeholder {
    font-size: 13px;
    line-height: 22px;
  }
  .section-search-input::-ms-input-placeholder {
    font-size: 13px;
    line-height: 22px;
  }
  .section-search-input::placeholder {
    font-size: 13px;
    line-height: 22px;
  }
}
@media screen and (min-width: 500px) {
  .section-search-input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
  }
  .section-search-input::-moz-placeholder {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
  }
  .section-search-input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
  }
  .section-search-input::placeholder {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
  }
}
@media screen and (min-width: 500px) and (min-width: 500px) {
  .section-search-input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 26px;
  }
  .section-search-input::-moz-placeholder {
    font-size: 16px;
    line-height: 26px;
  }
  .section-search-input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 26px;
  }
  .section-search-input::placeholder {
    font-size: 16px;
    line-height: 26px;
  }
}
.section-search-input:focus {
  background-color: #fff;
  outline: none;
  width: 1020px;
  max-width: 100%;
}
.section-search-input:focus + .submission {
  max-height: 100vh;
  opacity: 1;
  padding-bottom: 16px;
}
.section-search-label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.submission {
  max-height: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  will-change: max-height;
}
.submission fieldset {
  margin: 16px auto 0px auto;
  max-width: 800px;
}
@media screen and (min-width: 800px) {
  .submission fieldset {
    margin: -12px auto 0px auto;
  }
}
.page-collections .submission fieldset {
  margin-bottom: 16px;
}
.submission .filter-row {
  padding-top: 0px;
}
.submission.open {
  max-height: unset;
  opacity: 1;
  padding-bottom: 32px;
  border-bottom: 1px solid #d6d6d6;
}
.submission table.search-tuning {
  margin: 20px auto;
  padding: 20px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 5px;
  border: 2px solid #fff;
  color: #555;
}
.submission table.search-tuning input {
  width: 50px;
}
.submission table.search-tuning tr td {
  padding: 7px;
}
.submission table.search-tuning tr td:first-of-type {
  text-align: left;
}
.close-submissions {
  position: absolute;
  top: -8px;
  right: 0;
  opacity: 0;
  color: #000 !important;
  display: none;
}
.close-submissions.visible {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.close-submissions svg #Oval,
.close-submissions svg path {
  stroke: #fff;
}
.close-submissions svg text {
  fill: #fff;
  font-weight: 400;
}
.close-submissions:hover svg #Oval,
.close-submissions:hover svg path {
  stroke: #fff;
}
.close-submissions:hover svg text {
  fill: #fff;
}
/*
    Site Search
*/
.site-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
body.site-search-open {
  overflow: hidden;
}
.site-search-box {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: z-index 0.2s step-end, opacity 0.2s linear;
  -o-transition: z-index 0.2s step-end, opacity 0.2s linear;
  transition: z-index 0.2s step-end, opacity 0.2s linear;
  opacity: 0;
  z-index: -1;
}
.site-search-open .site-search-box {
  -webkit-transition: z-index 0.2s step-start, opacity 0.2s linear;
  -o-transition: z-index 0.2s step-start, opacity 0.2s linear;
  transition: z-index 0.2s step-start, opacity 0.2s linear;
  display: block;
  opacity: 1;
  z-index: 106;
  overflow: auto;
}
.site-search-box .page-title {
  color: #000;
  margin-bottom: 24px !important;
  margin-top: 200px;
}
@media screen and (max-width: 500px) {
  .site-search-box .page-title {
    margin-top: 88px;
    margin-bottom: 16px !important;
  }
}
.site-search-box .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 16px;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.site-search-box .form-wrapper > * {
  margin-bottom: 16px;
}
@media screen and (min-width: 500px) {
  .site-search-box .form-wrapper {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    margin-top: 0px;
  }
}
.site-search-box .site-search-label {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  font-weight: 300;
  color: #000;
}
@media screen and (min-width: 500px) {
  .site-search-box .site-search-label {
    font-size: 30px;
    line-height: 38px;
  }
}
.site-search-box .site-search-input {
  padding: 16px;
  padding: 1rem;
  background-color: #fff;
  width: 1020px;
  max-width: 100%;
}
.site-search-box .site-search-form-buttons {
  position: absolute;
  top: 0px;
  width: 100%;
}
.site-search-box .site-search-form-buttons .button-close {
  opacity: 1;
  color: #038391;
  background: transparent;
  border: none;
  position: absolute;
  top: 12px;
  right: 0;
}
.site-search-box .site-search-form-buttons .button-close svg #Oval,
.site-search-box .site-search-form-buttons .button-close svg path {
  stroke: #038391;
}
.site-search-box .site-search-form-buttons .button-close svg text {
  fill: #038391;
}
.site-search-box .site-search-form-buttons .button-close:hover svg #Oval,
.site-search-box .site-search-form-buttons .button-close:hover svg path {
  stroke: #038391;
}
.site-search-box .site-search-form-buttons .button-close:hover svg text {
  fill: #038391;
}
.site-search-box .result-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  margin-top: 24px;
  /*.items-collection {
      border-color: $blue-light;
  }

  .items-related {
      border-color: $orange-light;
  }

  .items-similar {
      border-color: $blue-mid;
  }*/
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  .site-search-box .result-count {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-search-box .result-count > div {
  padding: 0 24px;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
  min-width: 240px;
}
@media screen and (max-width: 500px) {
  .site-search-box .result-count > div {
    padding: 0px;
  }
}
.site-search-box .result-count > div > a {
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  margin: 0px;
}
@media screen and (min-width: 500px) {
  .site-search-box .result-count > div > a {
    font-size: 13px;
    line-height: 22px;
  }
}
.site-search-box .result-count #item-global-result {
  border-right: solid 1px #d6d6d6;
}
@media screen and (max-width: 500px) {
  .site-search-box .result-count #item-global-result {
    border-right: none;
    border-bottom: solid 1px #d6d6d6;
  }
  .site-search-box .result-count #item-global-result ul {
    display: none;
  }
}
.site-search-box .result-count #item-global-result .item-count {
  border-color: #15d1d6;
}
.site-search-box .result-count #item-global-result .item-count svg {
  width: 16px;
  height: 24px;
  float: right;
  -webkit-transform: scale(0.7) translateY(-30px);
      -ms-transform: scale(0.7) translateY(-30px);
          transform: scale(0.7) translateY(-30px);
}
.site-search-box .result-count #item-global-result .item-count svg path {
  fill: #15d1d6;
}
.site-search-box .result-count #story-global-result {
  border-right: solid 1px #d6d6d6;
}
@media screen and (max-width: 500px) {
  .site-search-box .result-count #story-global-result {
    border-right: none;
    border-bottom: solid 1px #d6d6d6;
    margin-top: 16px;
  }
  .site-search-box .result-count #story-global-result ul {
    display: none;
  }
}
.site-search-box .result-count #story-global-result .story-count {
  border-color: #ffbb00;
}
.site-search-box .result-count #story-global-result .story-count svg {
  width: 16px;
  height: 24px;
  float: right;
  -webkit-transform: scale(0.7) translateY(-30px);
      -ms-transform: scale(0.7) translateY(-30px);
          transform: scale(0.7) translateY(-30px);
}
.site-search-box .result-count #story-global-result .story-count svg path {
  fill: #ffbb00;
}
@media screen and (max-width: 500px) {
  .site-search-box .result-count #organisation-global-result {
    margin-top: 16px;
  }
  .site-search-box .result-count #organisation-global-result ul {
    display: none;
  }
}
.site-search-box .result-count #organisation-global-result .organisation-count {
  border-color: #ddea38;
}
.site-search-box .result-count #organisation-global-result .organisation-count svg {
  width: 16px;
  height: 24px;
  float: right;
  -webkit-transform: scale(0.7) translateY(-30px);
      -ms-transform: scale(0.7) translateY(-30px);
          transform: scale(0.7) translateY(-30px);
}
.site-search-box .result-count #organisation-global-result .organisation-count svg path {
  fill: #ddea38;
}
.site-search-box .result-count a {
  border-bottom: 4px solid;
  border-color: transparent;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #000;
  display: block;
}
@media screen and (min-width: 500px) {
  .site-search-box .result-count a {
    font-size: 16px;
    line-height: 26px;
  }
}
.site-search-box .result-count a span {
  color: #000;
}
.site-search-box .result-count a:hover {
  text-decoration: none;
}
.site-search-box .result-count ul {
  padding: 24px 0 0 3px;
  margin-top: 15px;
}
@media screen and (max-width: 500px) {
  .site-search-box .result-count ul {
    padding: 16px 0 0 3px;
    margin-top: 0px;
  }
}
.site-search-box .result-count ul li {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding-bottom: 8px;
}
.site-search-box .result-count ul li a {
  margin-left: 0;
  border-bottom-width: 2px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 100%;
  min-width: 0;
  color: #038391 !important;
}
@media screen and (min-width: 500px) {
  .site-search-box .result-count ul li a {
    font-size: 13px;
    line-height: 22px;
  }
}
@media screen and (min-width: 500px) {
  .site-search-box .result-count {
    font-size: 16px;
    line-height: 26px;
  }
}
.site-search-box .result-count span {
  display: block;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .site-search-box .result-count span {
    font-size: 30px;
    line-height: 38px;
  }
}
/*
    Features Slider
*/
.feature-slider {
  background: #f6f5f7;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.feature-slider .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}
.slick-arrow {
  height: unset;
  width: unset;
  z-index: 50;
  display: none;
}
@media screen and (max-width: 800px) {
  .slick-arrow {
    top: 180px;
  }
}
.slick-arrow:before {
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.slick-arrow:hover:before {
  border-color: #000;
}
.slick-next {
  right: 0;
}
@media screen and (min-width: 1080px) {
  .slick-next {
    right: -75px;
  }
}
.slick-next:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABGdBTUEAALGPC/xhBQAABXFJREFUWAnNmV1sVEUUx8/c/erWrdu0sCVdi4nlI9ElxgAaIGks+CCBBKytoCGpGhMjaGKiz0J91vig9skYEI3F1qL4gQ98pQmYCMQYigahPlB3obVtWln7sbu94/nP7mzutlu692635STbe2funHN+d+58nDMV5FBODwzUy2Ryl5RivRCylkjwj/CDxIhkjJ/F+Nll4fF8u62mpi/9yN5fYaf5+du3QxMp83UpzWdYL2JHl9v2CmEc97uNj7asWDFYqG5BgGcHBwNmMvmWlPS2lDIA4x7DkMv8ZaLKV0ZlLhf5XAb/XMrv1PQ0TU2bNMnXkalJGpqYlEnTVL6EEHEh6D3D43m/MRSKzwc6L+CZ/liTKWQ7g9XAWMjvp7pAgCp9XppXOeNd8nV0KkH98TgNTkyoWgYdMKTYv7WutjvTLO9lTh8MJM7EYu9wrx3EfaXPR6uD91PQ681rqNDKsUSCro/9y8BTxJCSe7Nta23tu7jPZyMv4AUp/ePR6BGGa4HimmBQ1AXuy6fvuK4//h/9OTbG786MgjrLw+HWzUKku9di1bDcq1soaDiMs8eWVS84HBzhhWEbPtARaZ9yVofNAsx81hYobgwt50ngm/kOC1aGbfjQkPA903gOcWZCdKER3q6UcFaQER6Pvw4NqzHIE6fZOnGygFhKphPJG9zfNWsrK9UnsBop9T3G5LXRUUycAZfXs0ovQdlPnF7nZA1m60JPiEJeDj7hGx0EFq2jALFDYBFGJZaSpRLtGyxgAocCnEyZbzB5AIuw3XXu1e9+pAc/+JA6r/5R9HvBNxjAgi01C2hKczcK2CHsyvmb/XRzdIz2dnVT+8XLdtVntdcMmf2eDEQl3CqCqY7ty658vbeFVlYGyTQlHfj+JB0612PXRE57MICFKyNgMxAyoQU2/uyUzlG5e2FtdRVdeOVFeiS0XDVsO9tDB374iZjXkYABLFAGGy/jYj0K1RyVOJVwRQX1vNxKm+oeUCbaf7lEz/MnT3BE40QQIUHAZvBWq4JMHSo5MQidKn8ZnWrdR9tXr1Imvur9nXZ80UHxRNK2SYRvELDxLFaRsIrnbFuaoVDucdOJF/bQvkfXqSen+v6ixsNHaWh8VgwwQzO3iNgyLQKA6TC92B7ULtyGoM+adtGbm55QVZeiMWrq6NSPC7paWBSgw+FckK9iG0k3W7jFvwqE6eVuFIuTFE/fl745QZ//dkUZ2hCupW5eiuwIWDJyi4kkZ2C0BjlEeZF848kUNR/ropPXbyj7T9U/RMcZLuD1aIcFXcGSFhlz81RGiqgSnIK052g0MjFJO3nW/tz/t2rxXORhOtq0m7zZAT+HYp5qJFsQsGGZUfsTsi+nEr1zhxo+PZKFe+3xDfRlc5MjODBoFrAZSKpRidTQyWy5NjxCmz85TFcH/4EZOtjYQO07niaezI4EDGCBMtiMTMbfi7wVqaFdeZaXEAQLBhN9vHM7HXqywa6JnPZgyOTQvWBTKyIyfrRC3mpXtqysU8FCB3/S/RvVrmnXRE57zaCZ1IdIH2lM9yEO4yTGdkyY46GIAnLmizxUOOyP+92uehyRqB7EDY4jYBtJ9VKJ9g0WfX6jNz3CWQkSFmT8SGAWW+Azc9owABbtPwuILApnJQwpkfEjFVwsgS/4hG8w6IwO/rOAKCAf5e5t47EorgyPyPFUCtUlFfiAL/iEb2tODMezVis0PB2NHsNxBELvddVVJUvg0XOAw7LCcJ3bwuE96EVrj+T0oCLmBjjIgQIUkfGXYkzCJmxruLTPXLi8Pajp0ZP37PGbhsT1nj3AtELe7QgYyRYi4CU7AraCYsfBKUQm0Y9YnxVwX7pD9HzOF+vfEP8DSfDDxT3EAJYAAAAASUVORK5CYII=);
}
.slick-next:hover:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABGdBTUEAALGPC/xhBQAABRBJREFUWAnVmV9MU1ccx3/30tFS2oUy2xqUJ6GEhBdd4sIjycaMe1BRMjARXyYkijNze1Iz46I+uTiXZXFRH8RksqAwH2YcW8IjmYnuhYTwZ08oSlFKRiltKXS/7+Ge5rZF1nMLHfslh3t77u/P55xz7znnd9DIooyNje1YXl7el0wm32UXFaYCj5OyaJr2RNf1B9XV1X/hgapoKgbj4+M+hurkcoDt6lRsWXeIQfu4fFdVVRXM1TYnwGAw6AqFQp9zb33Bjl1wXlRUlHQ4SjSH3U4221v4LQqeLS0tiZJILFI0FqNodCHJdTJWmHv1isfj+drn84Whv5ZIozfqjI6ONjHY91z8UHKWOMntfpvsDKYiMQadm/ubIgsRYcaQU1yOBwKB3rX8vBGQgTSG+5KNz+PebneQp6yMiovVwDKDx+MxCs3OUiwWJQZM8vMLDPmVcZ+pTqsCTkxMlMzPz99m7WYYlpV5NLfLnWWcT8VceI5mZ0Pc9iQYekpLS49WVlYuZPrUMytgIOHwnnm3+NYdDjHRYPhGDP7ZjJgGbBpSFqAxrM0w9Hn9msPhSDNYzx/wjRgS0oidFiJtiI0P4h400LqNhDNTRKNRmn4VRE/ivTxk/nBSPYiphLsYX6uGd65QcIBCLMREbDCABfWQFKAxz/nxta73B7ESau2/iInYDOgHi9QWQ4wVIpFIYClybfVvzXsqkc5Vr5iCXk69hFnYZrPtwIojepDhTnKlC5Ow6jzXefIEBWoC1Nt7X5UnSx+xwQAWLKm4kUO8Hz+wQqjK4OAgPXs2QUfajtD1H66rmmfpSwZjvScduxLWqsOnrrp8wfvdH7tp+/ZKvDt0+vRndPHSxaygKhVgMKadOrDpTLoPDrDwqziSujwl0MDAANXW1oqqy5cv0alTnxL7lSrKV8kCNp1bjv0cYVdiVbZVbKPf+n+n3bvfEy5u3LxBbUfbKB6PW3IpWcCGdxCbTbFlsuTNMCovL6eHvzykxsZGUYOP5kDTfgqH/3VHlRUW2zdDKlKAPO6y0vLV6XTSvZ771NLSKnxg6Pfs+ZCmp6eVfJpY1hcQFDx/0a2bt6jzhJgl6OmfT6n18ApwrpSZgGINzNW4wHpJGwd8wcWNbTpan6/wpE/tHe3U3X1XuNq1cxdPRSv3ufoGiyEv8A4iAxM5hFFp+RKJROhQ88EUXENDAz169Ct5vV4lnybAyRQgEpx8ZGZmhvZ+tJf6+/uFm6amg9TX+zO5XKmNSc7uTSyTOu+/nsAS2ZdVeT75nD5ofJ8eP/5DuDj2yTHqut3F63qxJZeSBWycpuoP4AWpoRVvvMklDOXw8LAwP3PmLF279i2xXyvuhI1kAZtuZPxDyFuRGqpK6+EWsVng1tLVq9/QubPnVF2k6YMBLFw5BDbRTCbtgxbyVlWpr68Xm4U7XXeoo71D1TxLXzJIpv/HhhU7Vx6iK2gOkur/SmRssMjzm9SbjLMSfjCFjB9JdaEFMY3ThimwyPgpQBzkMOBxLklk/EgFCyWIhZiIDQbzoVIKEDBGPnqB92Ha65lXycXF/CbvXBqIGIiFmKyPc5q0w6SsXTQUR0ZGfmJlcbrwTvmWDcuR0XOAM6aVnpqamo/Ri+aGpfUgHkABBzl82wNDZPwb8U7CJ3xLOMTMhBM8+LOaoCeNs5LzuN9Ux29mYOO8ZvMdYJohN/URsBnUOCLBKQQS/TrzsxzuN+4QfbXghfo3xD+YaY5etz513QAAAABJRU5ErkJggg==);
}
.slick-prev {
  left: 0;
}
@media screen and (min-width: 1080px) {
  .slick-prev {
    left: -75px;
  }
}
.slick-prev:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABGdBTUEAALGPC/xhBQAABW5JREFUWAnNmWtsU2UYx5/39LbOYidjHWkdJA4xkRFjQI0sErkYDSYCSyeLTvSjl/nB6GcBP0v4IOIXjVmyxC2dQxKHmAgYEzAqxBg2DchMpLZjg81NSte123l9/m97yinrtnO665N05/Zcfuc97+V53gkqUU4PDNTKTGa3lGKTEDJIJPhH+EHiRDLOz+L87KJwuU7sqK7uyz6y91fYUT93/XpgbEJvkVLfy3Z1dmxZt0cI7bjXqR2tX7160KqtJcCzg4M+PZN5V0p6T0rpg3OXpslV3jKx0lNGZQ4HeRwa/xwq7vjkJI1P6pTi4/B4im6OpWRG11UsIURCCPpQc7kObwsEErOBzgp4Jhpv0IU8xmDVcBbweqnG56MKj5tmNc5Fl3wcGU9TNJGgwbExdZdBBzQp3txeE+zKqRU9TBuDgcSZePx9brUDOK/weOhB/73kd7uLOrJ6czSdpj9H/2PgcWJIya15aHsw+AHOi/koCnheSm8yFmtluEYYrvf7RY3vnmL2Jd+LJm7TldFRfndmFBQpD4Ve3SJEtnlNXjXTuTqFgQGHfvboqsp5h0MgvDB8IwYaIhtTTmmwKYC5z9oIw8cCVTwIPHe/w7xdwzdiGJCIfbfzAuLcgOiEEt5uIeHMIMPcH3+9OaT6IA+csHng5AExlUymM1e5vasfqqhQn8DsZKHP0Scvj4xg4Aw43K51xhSU/8TZeU5WY7TO94Cw8nKIidhoILAYNgoQKwQmYdzEVLJUYsQGC5jAoQBTE/rbTO7DJDzXeS7S+wetPfIRvf71N7bfE7HBABYsqXlAXep7cIEVYi7y8c8XqKmzi66NjNK5a9GSXBkMufWeNGQl7KkOQx3LV6ly8PsfqKX7FOm6pLU8yDr3hUtyBQawgAlsTqRM8ISFPz+kbbhmHmo5eYo+4daDbAhU0bf7X6LQihU2vNxRBQNY+m8nCWxOXjg2ce5GlZyV2JU0ZyzNX35Fkd7flemTNfdTd3MT3Vdm35c5NjIkBchsTl5qgzxq8qmSWXGm80Q6Q3vbI/Rd319Kbdf6dRR5MUzlLudMZpaeIX2DgI29IROWKp+zZM1KN5JJ2tXWThdinDizND+ykT7f8wI5tVI6iXJR8Ae5ZVYEALNpupFsFmhOc9HQ3pmHe2fLE3T42Wcs54bTuCy4bWIJAlWtgQUay+dCArAfPEjTrUpXU5g2h7L10ZHzP9H+rhM0geE8T2Ji6WdAqToSagirUlVeTmdfe4V21j6gTNp+u0S7v+igZGbCqosZ9e6wyDhni0IBosCxIz63i7pfbqLGDQ8rs5NXrtLO1jb6N5Wy46aorsECNo2H8kVoofqyK24ebe2NDfTG45uV6Y/Rf+ipz1opduuWXVcF+gYL2DQU1XiK0rCUXoSZ5djzz9GBbVtVkN7BG1T/aStdHhouCGr1AgxggT7YtFzF34O6FaVhqXLw6a10lEE1Jv6bE89wh0rMbbsDQ66G7gEbRjHP2NpxHFG3zkXe4k/dHm6gNRV+ql9TU5Irg8FgUlN/dktjsg95GBcxc84JSyJjI9TMv3AX4bQ/4XU6arFFoloQJ9iOgGMU1UslRmywGPs3ChBA2CtBwYKKHwXMYgti5nYbBsBixM8DoorCXglDSlT8KAUXSxALMREbDEZFh/h5QFygHuXmPcR9UVwaGpbJiflZGeB7OkEMxEJMxDbXxLCZkh9B8XQs1sGTotpd2Fi5csEKeLQc4DCtMFxkRyi0D61ofpmCFlTErICNHBjAEBX/QvRJ+IRvAy4bsxCuaAsa9GjJZbv9ZkDiuGw3MM2QM20Bo9hCBrxkW8BmUKw42IXIFfp15mcWzhduE71Y8MX6N8T/VPzLuYNpuTIAAAAASUVORK5CYII=);
}
.slick-prev:hover:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABGdBTUEAALGPC/xhBQAABRFJREFUWAnNmV9MU1ccx3/30rUFykI32xqUJ6GEhJe5xPFKsjHjHpxMZtkiPqgzUUyG25OaGRf35uJc2OKiPkwzcUFhuhfHlvDKTHQvJIQ/e0JRiqNktNCWwt3ve7ynOS0V720L45ec3nvP/f353HPuPef8TjXKU8bGxrYtLy/vNgzjTXZRpRR4nJRF07QHuq7fqa2t/Rs37Ipmx2B8fNzPUB1c9rBdgx1b1h1i0D4uXTU1NWGrtpYAw+GwJxKJfMat9Tk79sB5SUmJ4XaXam6XixyOV3AtCu4tLS2JkkotUjyRoHh8weA6GSvKrXre6/V+7ff7o9BfTaTRC3VGR0dbGOx7LgEolZWWUUXFq+RiMDuSYNC5uX9pfmFemDHkFJejwWCwdzU/LwRkII3hvmDjMzh3udzkrawkp9MeWHbwZDJBkdlZSiTixIAG3z/LkF+a59nqlBNwYmKiNBaL/cjarTCsrPRqFZ6KFcaFVMxF52h2NsLPboChp7y8/EB1dfVCtk89uwIGEg7vmW+Tv+hwiIkHhm/E4MtWxDRhM5BWAJrd2gpDvy+gud3uDINiXsA3YkhIM3ZGiIwuNj+IW9DA060lnEoRj8dp+lkYLYn3cq/64aRbEEMJNzG+Vg3v3HrBAQqxEBOxwQAW1EPSgOY4F8DXWuwP4nmo1X8RE7EZMAAWqS26GDNEKpXCVOTZHNhc8FAinds9Ygh6OvUUZlGHw7ENM45oQYY7zpUeDMKFjnO9vbcpWBekjuPH7PKJ2GAAC6ZUnMgufh8XmCEKkUs/XKL97fvp0aMJGhwczMuVZDDne9KxKmFPDfjU7U5fKsG5r87RiROdeIdo69ZquvFTt3rb8jkYzGGnAWwOJt0Na0z8lr0oimxPnZ2f0uUrl0VtfX093b37K22p2qJo2TsFSywWJbDp/MRYzxFWJXYlmUxS+4H2NNyOHW/R7/1/FASnsoDNwRVYbIolE45WJRqN0r7QhzQwMCBMmpubRbeWlYmX3KqbnHpYvplShY9EAHK/y8qXHqenp2nnznfTcKFQG93quU3FgENwhSU/wFBbiB7+9VA8SMexDrp65Sr3ADqjOJINKOZAO655vrSjXoiugS5+Ag9YpluV7hvdtP2N7UK967suOnjoIPFgb9X8pXoKyxMAIgOzBejz+ejevd+oqalJBLt5s5v2tn5A8/PPl/OisoAfBXAyDYgEx454PB7q6/2FWva0CLP+/n7a9d4umpmZseMmp67CMqnz+/QAWsi+7IrT6aRr167T4UOHhen9+3/SO81v0+PJx3ZdZehLFrBxmqrfwV2khhlaFi/Yni5e/JZOnjwlLIaHh0XX8+LXooeVapIFbLqZ8Q8hb0VqmK+cPnWaLlz4BitisVj46OO2vFyBASxsPAQ2vIPEpH04Im8tRI58coSuc5djsdDY2JiXK8kgmcSAtuEXrFi5ctecxyMjqf6/RMYGi9y/EV0MIOyV8I0pZPxIqtdbENPcbZgCi4yfBsRGDgMe5WIg40cquF6CWIiJ2GBQN5XSgIAx89GzvA7T/pl5Ziwu2hu883kgxEAsxGR77NNkbCaJj0R1DMWRkZGfuU7sLrz+2qY1y5HRcoAzh5Weurq6fWhFlSejBXEDCtjI4dMeGCLjX4t3Ej7hW8IhZjac4MFPLkFLmnslZ3C+obbfVGBzv2bjbWCqkBt6C1gFNWcc7EIg0W9Q71k4X7tN9FzB1+tviP8AjI2Q4Oqv/S0AAAAASUVORK5CYII=);
}
.slick-dots {
  bottom: -45px;
}
.slick-dots li button:before {
  color: #bfbfbf;
  opacity: 0.8;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .slick-dots li button:before {
    font-size: 16px;
    line-height: 26px;
  }
}
.slick-dots li.slick-active button:before {
  color: #038391;
  opacity: 1;
}
/* breakpoints */
/*
$huge-font: 50px;
$huge-font-mobile: 20px;
*/
/*
$mid-font: 26px;
$mid-font-mobile: 20px;
$very-small-font: 13px;
*/
.listing-index {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 30px;
}
.listing-index ol {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .listing-index ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
}
.listing-index li {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  display: inline-block;
}
@media screen and (min-width: 500px) {
  .listing-index li {
    font-size: 24px;
    line-height: 30px;
  }
}
.listing-index li a {
  padding: 10px;
  display: block;
}
@media screen and (min-width: 800px) {
  .listing-index li {
    display: list-item;
    padding: 0;
  }
  .listing-index li a {
    display: inline;
  }
}
.a-z-listing ul li {
  border: none;
}
.a-z-listing ul > li {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 50px;
  padding-top: 70px;
  margin-top: -70px;
}
@media screen and (min-width: 500px) {
  .a-z-listing ul > li {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (min-width: 800px) {
  .a-z-listing ul > li {
    display: grid;
    grid-template-columns: 100px auto;
    padding-top: 100px;
    margin-top: -100px;
  }
}
.a-z-listing ul ol {
  list-style: none;
  padding-left: 0;
}
.media-wrapper {
  margin: 0 auto;
  width: 1020px;
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.media-wrapper .downloadable-media {
  text-decoration: none;
}
.media-wrapper .downloadable-media .downloadable-media-page {
  height: 200px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #777;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
}
.media-wrapper .downloadable-media .downloadable-media-page .download-exn {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  opacity: 0.7;
  margin-bottom: 15px;
}
@media screen and (min-width: 500px) {
  .media-wrapper .downloadable-media .downloadable-media-page .download-exn {
    font-size: 30px;
    line-height: 38px;
  }
}
.media-wrapper .downloadable-media .downloadable-media-page .download-icon {
  display: block;
  height: 40px;
  width: 40px;
  opacity: 0.5;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDMydjMySDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48ZyBmaWxsPSIjZmZmIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCI+PHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiByeD0iMyIgc3Ryb2tlPSJub25lIi8+PHJlY3QgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMzEiIGhlaWdodD0iMzEiIHJ4PSIyLjUiIGZpbGw9Im5vbmUiLz48L2c+PHBhdGggZD0iTTE2IDIwVjgiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzRhNGE0YSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik0xNiAxOC45OTdsLTQuOTc4LTQuOTYyYS45MzkuOTM5IDAgMDAtMS4zMyAxLjMyNWw1LjY0MyA1LjYyNWEuOTQzLjk0MyAwIDAwMS4zMyAwbDUuNjQ0LTUuNjI1YS45MzkuOTM5IDAgMDAtMS4zMy0xLjMyNnoiIGZpbGw9IiM0YTRhNGEiLz48cGF0aCBkPSJNMjggMjAuNTU2di42OTRBMy43NSAzLjc1IDAgMDEyNC4yNSAyNUg3Ljc1QTMuNzUgMy43NSAwIDAxNCAyMS4yNXYtLjY5NCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNGE0YTRhIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9nPjwvc3ZnPg==);
  background-size: cover;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-bottom: 15px;
}
.media-wrapper .downloadable-media .downloadable-media-page .download-size {
  opacity: 0.7;
}
.media-wrapper .downloadable-media:hover .download-icon {
  opacity: 1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDMydjMySDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48ZyBmaWxsPSIjZmZmIiBzdHJva2U9IiMxNWQxZDYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCI+PHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiByeD0iMyIgc3Ryb2tlPSJub25lIi8+PHJlY3QgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMzEiIGhlaWdodD0iMzEiIHJ4PSIyLjUiIGZpbGw9Im5vbmUiLz48L2c+PHBhdGggZD0iTTE2IDIwVjgiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzE1ZDFkNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik0xNiAxOC45OTdsLTQuOTc4LTQuOTYyYS45MzkuOTM5IDAgMDAtMS4zMyAxLjMyNWw1LjY0MyA1LjYyNWEuOTQzLjk0MyAwIDAwMS4zMyAwbDUuNjQ0LTUuNjI1YS45MzkuOTM5IDAgMDAtMS4zMy0xLjMyNnoiIGZpbGw9IiMxNWQxZDYiLz48cGF0aCBkPSJNMjggMjAuNTU2di42OTRBMy43NSAzLjc1IDAgMDEyNC4yNSAyNUg3Ljc1QTMuNzUgMy43NSAwIDAxNCAyMS4yNXYtLjY5NCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMTVkMWQ2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9nPjwvc3ZnPg==);
}
.media-wrapper .pop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.media-wrapper .pop:before {
  content: "";
}
@media screen and (min-width: 800px) {
  .media-wrapper .pop {
    min-height: 350px;
  }
}
.media-wrapper img {
  max-height: 350px;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
}
.media-gallery {
  /*.slick-arrow {
      @media screen and (min-width: $mobile) {
          top: 175px;
      }

      @media screen and (min-width: $tablet) {
          top: 175px;
      }

      @media screen and (min-width: $desktop) {
          top: 175px;
      }
  }*/
}
.media-detail {
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  width: 1020px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid #d6d6d6;
  margin-top: 16px;
}
@media screen and (max-width: 499px) {
  .media-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 500px) {
  .media-detail .media-captions-column {
    -webkit-box-flex: 70%;
        -ms-flex: 70%;
            flex: 70%;
  }
}
.media-detail .media-captions-column p {
  font-size: 13px;
  line-height: 22px;
  margin: 0;
}
@media screen and (min-width: 500px) {
  .media-detail .media-controls-column {
    -webkit-box-flex: 30%;
        -ms-flex: 30%;
            flex: 30%;
  }
}
@media screen and (min-width: 800px) {
  .media-detail.media-detail-in-page .button-view {
    grid-area: two;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 180px;
    margin: 8px auto 0px auto;
  }
}
/*.media-caption {
 // font-size: $small-font;
 @include base-font;
 display:flex;
 justify-content:center;
  margin:0px;
  //margin-bottom:$half-padder;
  time {
    display: block;
  }

}*/
.media-controls-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 799px) {
  .media-controls-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 499px) {
  .media-controls-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 8px;
  }
}
@media screen and (min-width: 800px) {
  .media-controls-column .media-control ~ .media-control {
    margin-left: 16px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  .media-controls-column .media-control ~ .media-control {
    margin-top: half-spacer;
  }
}
@media screen and (max-width: 499px) {
  .media-controls-column .media-control ~ .media-control {
    margin-left: 24px;
  }
}
.media-controls-column a {
  color: #038391;
  font-size: 13px;
  line-height: 22px;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
.media-controls-column .button-text {
  color: #038391;
  font-size: 13px;
  line-height: 22px;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
.media-controls-column .button-text:after {
  height: 30px;
}
.media-controls-column .button-text.reuse-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.media-controls-column .button-text.reuse-button:after {
  margin-left: 0;
}
.media-summary {
  max-width: 540px;
  margin: 40px auto 0;
  padding-bottom: 16px;
}
.media-button {
  outline: none;
  background: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
@media screen and (min-width: 500px) {
  .media-button {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.media-button:nth-of-type(2) {
  margin-left: 16px;
}
.media-detail-in-page .media-button {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.media-button svg {
  margin-right: 8px;
  height: 22px;
  width: 22px;
}
.media-button svg g,
.media-button svg circle,
.media-button svg text,
.media-button svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  stroke: #038391;
}
.media-button:hover svg g,
.media-button:hover svg circle,
.media-button:hover svg text,
.media-button:hover svg path, .media-button:active svg g,
.media-button:active svg circle,
.media-button:active svg text,
.media-button:active svg path {
  stroke: #005357;
}
.media-button[aria-pressed=true] {
  color: #000;
}
.media-button[aria-pressed=true] svg g,
.media-button[aria-pressed=true] svg circle,
.media-button[aria-pressed=true] svg text,
.media-button[aria-pressed=true] svg path {
  stroke: #000;
}
.popdown {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  padding: 0 16px;
}
.popdown[aria-expanded=true] {
  max-height: 1000vh;
  padding: 16px;
  margin-bottom: 16px;
}
.reuse-info {
  background-color: #fff;
  color: #000;
}
.reuse-info p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .reuse-info p {
    font-size: 13px;
    line-height: 22px;
  }
}
.reuse-info em {
  display: block;
}
.reuse-info h3 {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  font-weight: 700;
}
@media screen and (min-width: 500px) {
  .reuse-info h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
.reuse-info span {
  display: block;
  font-style: normal;
}
.reuse-info .reuse-yesno {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reuse-info .reuse-yesno em {
  font-style: normal;
  text-transform: uppercase;
}
.reuse-info svg {
  margin-left: 24px;
  margin-right: 8px;
}
.reuse-info p {
  margin-top: 0;
}
.reuse-info .reuse-credit-block p {
  margin: 0;
}
.reuse-info .reuse-contact-block p {
  margin: 16px 0;
}
.reuse-info .download-info a {
  text-decoration: underline;
}
.reuse-info .download-links h3 {
  color: #000;
  font-weight: 400;
  margin-bottom: 8px;
  display: none;
}
.reuse-info .inner {
  max-width: 540px;
}
.transcript-info {
  background-color: #f6f5f7;
}
.close-transcript {
  margin: 0 auto;
  color: #00a3a3;
}
.media-gallery.slick-slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 350px;
}
.media-gallery.slick-slider .slick-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.media-gallery.slick-slider .slick-slide p a {
  display: inline;
  display: initial;
}
.media-gallery.slick-slider .slick-slide .pdf-viewer {
  margin-top: 20px;
}
.gallery-nav {
  max-width: 800px;
  margin: 0 auto;
}
.gallery-nav .slick-list {
  padding-top: 24px !important;
  display: none;
}
@media screen and (min-width: 800px) {
  .gallery-nav .slick-list {
    display: block;
  }
}
.gallery-nav .slick-dots {
  bottom: 10px;
  position: relative;
}
@media screen and (min-width: 800px) {
  .gallery-nav .slick-dots {
    display: none !important;
  }
}
.gallery-nav .slick-slide {
  margin: 0;
  border: 10px solid transparent;
}
.gallery-nav .slick-slide.slick-current {
  border-color: #000;
}
.gallery-nav .slick-slide img {
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.gallery-nav .slick-slide img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.gallery-nav img {
  margin: 0;
  padding: 0;
  width: 100px;
  height: 100px;
}
.gallery-nav .pdf-viewer {
  width: 100px;
  height: 100px;
}
.slick-lightbox-slick-item {
  position: relative;
}
.slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: left;
  background: #000000;
  background: rgba(0, 0, 0, .85);
  width: 100%;
  padding: 20px;
}
.slick-lightbox-slick-item-inner,
.slick-lightbox-slick-img {
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .slick-lightbox-inner .slick-arrow {
    top: 50%;
  }
}
.slick-lightbox-close {
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  background: #ffffff;
  background: rgba(255, 255, 255, .9);
}
.slick-lightbox-close:before {
  font-size: 34px;
  color: #000;
  line-height: 16px;
}
@media screen and (min-width: 800px) {
  .promo-component .feature-box-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
  }
}
.related-resources ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.related-resources li {
  padding: 16px 0;
}
.related-resources li svg {
  margin-right: 10px;
}
.related-resources li strong {
  font-weight: 400;
  margin-right: 10px;
}
.related-resources li span {
  color: #767676;
  padding-bottom: 5px;
}
.related-resources li .resource {
  display: block;
}
/* breakpoints */
/*
$huge-font: 50px;
$huge-font-mobile: 20px;
*/
/*
$mid-font: 26px;
$mid-font-mobile: 20px;
$very-small-font: 13px;
*/
.media-block + .article-content {
  margin-top: 48px;
}
.article-content .article-body {
  border-top: 1px solid #d6d6d6;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0px;
  padding-right: 0px;
  display: grid;
}
@media screen and (min-width: 800px) {
  .article-content .article-body {
    grid-template-columns: 52% 40%;
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.article-content .story-main {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 8px; /*needs to match article-detail bottom.*/
}
@media screen and (min-width: 800px) {
  .article-content .story-main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.article-content .story-main h2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .article-content .story-main h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.article-content .story-main h3 {
  /*font-weight: 700;*/
  margin-top: 24px;
}
.article-content .story-main h3:first-child {
  margin-top: 0px;
}
.article-content .story-main p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .article-content .story-main p {
    font-size: 16px;
    line-height: 26px;
  }
}
.article-content .story-main .static-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.article-content .story-main blockquote {
  margin-left: 0;
  margin-right: 0;
  color: #767676;
  margin-bottom: 32px;
}
.article-content .story-main blockquote p {
  margin-bottom: 0;
  font-style: normal;
}
.article-content .story-main blockquote footer {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  padding-left: 0.5em;
  margin-top: 0.7em;
}
@media screen and (min-width: 500px) {
  .article-content .story-main blockquote footer {
    font-size: 13px;
    line-height: 22px;
  }
}
.article-content .article-detail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  margin-bottom: 8px;
}
.article-content .article-detail[aria-expanded=true] {
  max-height: 1000px;
  opacity: 1;
  margin-bottom: 16px;
  height: auto;
}
@media screen and (min-width: 800px) {
  .article-content .article-detail {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-height: none;
    max-height: initial;
    overflow: auto;
    opacity: 1;
  }
}
.story-info-link {
  text-align: right;
  font-size: 13px;
  line-height: 22px;
  padding-top: 8px;
}
.story-info {
  border-top: 1px solid #d6d6d6;
  padding-top: 24px;
}
@media screen and (min-width: 800px) {
  .story-info {
    grid-template-columns: 52% 40%;
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.story-info .panel {
  border-bottom: none;
  padding: 0;
}
@media screen and (min-width: 1080px) {
  .orgs-content .story-main {
    background-color: #fff;
    padding: 16px 3%;
  }
}
.orgs-content .inner.with-location-map .story-main {
  margin-top: -180px;
  z-index: 2;
}
.orgs-content .inner:not(.with-location-map) {
  border-top: none;
}
.page-stories .component {
  margin-bottom: 16px;
}
.supporting-info-box {
  margin-top: 24px;
  margin-bottom: 16px;
}
.supporting-info-box ul {
  margin-top: 8px;
}
.keywords-list li {
  display: inline-block;
}
.panel {
  border-bottom: 1px solid #d6d6d6;
  padding: 16px 0;
}
.panel:last-of-type {
  border: none;
}
.panel ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.panel li {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .panel li {
    font-size: 13px;
    line-height: 22px;
  }
}
.panel h3 {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  font-weight: 700;
  margin-bottom: 4px;
}
@media screen and (min-width: 500px) {
  .panel h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
.panel h3:not(:first-of-type) {
  margin-top: 8px;
}
.panel p {
  margin-top: 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .panel p {
    font-size: 13px;
    line-height: 22px;
  }
}
.panel a {
  word-wrap: break-word;
}
.panel > div {
  font-size: 13px;
}
.panel > div:not(:last-of-type) {
  margin-bottom: 10px;
}
.panel .story-credits p {
  margin-bottom: 16px;
}
.panel-properties div {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .panel-properties div {
    font-size: 16px;
    line-height: 26px;
  }
}
.panel-properties h3 {
  display: inline;
  margin-right: 8px;
}
.panel-on-display span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #d35100;
  font-weight: 700;
}
.panel-on-display span.disabled {
  color: #666;
}
.panel-on-display span a {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .panel-on-display span a {
    font-size: 13px;
    line-height: 22px;
  }
}
.panel-citation > div {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}
@media screen and (min-width: 500px) {
  .panel-citation > div {
    font-size: 13px;
    line-height: 22px;
  }
}
@media screen and (max-width: 799px) {
  .panel-citation {
    margin-top: 16px;
  }
}
.panel-share {
  padding-top: 0px;
  padding-bottom: 16px;
  opacity: 0.9;
}
.panel-share:hover {
  opacity: 1;
}
.panel-share .copy-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  line-height: 19px;
  padding-left: 0;
  font-size: 13px;
}
.panel-share .copy-link svg {
  height: 20px;
  width: 20px;
}
.hide-on-desktop.panel.panel-share {
  border-top: 1px solid #d6d6d6;
  padding-top: 16px;
  padding-bottom: 0px;
}
.hide-on-mobile.panel.panel-share {
  border-bottom: 1px solid #d6d6d6;
}
.panel-completeness {
  border-bottom: none;
}
.panel-completeness p {
  margin-bottom: 8px;
}
.panel-completeness p.updated {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .panel-completeness p.updated {
    font-size: 16px;
    line-height: 26px;
  }
}
.panel-completeness h3 {
  color: #000;
  margin-right: 16px;
  font-weight: 400;
}
.panel-completeness .completeness {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.panel-completeness .complete-wrapper {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  height: 16px;
  overflow: hidden;
  width: 100%;
}
.panel-completeness .complete-amount {
  width: 0;
  height: 100%;
  background-color: #bbe3e4;
  display: block;
}
.search-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  padding-top: 40px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 800px) {
  .search-filters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .search-filters {
    display: none !important;
  }
}
.search-filters .feature-heading {
  padding: 0px;
}
.search-filters .items-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-filters .items-control span {
  margin-right: 24px;
}
#latest-tab .search-filters {
  padding-top: 15px;
  border-top: none;
}
.change-the-view {
  display: none;
}
@media screen and (min-width: 800px) {
  .change-the-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.change-the-view button {
  text-indent: -9999px;
  background: url(/ceef9734594dc0cd48d4.png) no-repeat 0 0;
  height: 40px;
  width: 60px;
  margin-right: 10px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.change-the-view button:focus {
  outline: none;
}
.change-the-view .grid-view {
  background-position: -15px -2px;
}
.change-the-view .grid-view:hover, .change-the-view .grid-view:focus {
  background-position: -15px -64px;
}
.change-the-view .grid-view[aria-pressed=true] {
  background-position: -15px -126px;
}
.change-the-view .list-view {
  background-position: -81px -2px;
}
.change-the-view .list-view:hover, .change-the-view .list-view:focus {
  background-position: -81px -64px;
}
.change-the-view .list-view[aria-pressed=true] {
  background-position: -81px -126px;
}
.change-the-view .map-view {
  background-position: -150px -2px;
}
.change-the-view .map-view:hover, .change-the-view .map-view:focus {
  background-position: -150px -64px;
}
.change-the-view .map-view[aria-pressed=true] {
  background-position: -150px -126px;
}
.change-the-view .grid {
  display: none;
}
@media screen and (min-width: 1080px) {
  .change-the-view .grid {
    display: block;
  }
}
.filter-checkboxes {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.filter-checkboxes[aria-expanded=true] {
  max-height: 500vh;
  opacity: 1;
  margin-bottom: 16px;
  height: auto;
}
.filter-row {
  border-top: #d6d6d6 2px solid;
  padding: 8px 0;
}
.filter-row:first-of-type {
  border: none;
}
@media screen and (min-width: 800px) {
  .filter-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .filter-row.centered {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .filter-row.centered .checkbox {
    margin-right: 0;
  }
}
.filter-row legend {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #666;
  padding-bottom: 8px;
}
@media screen and (min-width: 500px) {
  .filter-row legend {
    font-size: 16px;
    line-height: 26px;
  }
}
.filter-row label {
  color: #666;
}
.filter-row-submit {
  text-align: center;
  padding: 8px 0 30px;
  border-bottom: #d6d6d6 1px solid;
}
.filter-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
}
.filter-column .checkbox-columns-layout {
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}
.filter-column .checkbox-columns-layout.column-4 {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}
.filter-column .checkbox-columns-layout.column-3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
.filter-column .checkbox-columns-layout.column-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.orgs-badge .inner {
  position: relative;
  padding-bottom: 4px;
}
@media screen and (min-width: 1020px) {
  .orgs-badge .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1080px) {
  .orgs-badge .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
  }
}
.orgs-badge .inner:after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 1px;
  background-color: #d6d6d6;
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .orgs-badge .inner:after {
    width: 100%;
  }
}
.org-identification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1080px) {
  .org-identification {
    margin-bottom: 0;
  }
}
.org-identification img {
  margin-right: 24px;
  -ms-flex-item-align: center;
      align-self: center;
  width: auto;
  height: auto;
  max-width: 250px;
  max-height: 88px;
  margin-bottom: 16px;
}
.org-identification .org-title {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #666;
}
@media screen and (min-width: 500px) {
  .org-identification .org-title {
    font-size: 16px;
    line-height: 26px;
  }
}
.org-identification .org-title a {
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
}
@media screen and (min-width: 500px) {
  .org-identification .org-title a {
    font-size: 24px;
    line-height: 30px;
  }
}
.org-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  /*span {
      display: block;
      //@include huge-font;
      //font-size: 42px;
      @include large-font;
      font-weight: 300;
      line-height: 1;
  }*/
}
@media screen and (max-width: 1079px) {
  .org-links {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    margin-bottom: 16px;
  }
}
.org-links a {
  border-bottom: 4px solid;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  display: block;
  margin-right: 16px;
  width: 144px;
}
@media screen and (min-width: 500px) {
  .org-links a {
    font-size: 13px;
    line-height: 22px;
  }
}
.org-links a span {
  color: #000;
  display: block;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .org-links a span {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (min-width: 1080px) {
  .org-links a {
    margin-left: 16px;
  }
}
.org-links a:hover {
  color: #005357;
  text-decoration: none;
}
.org-links .items-collection {
  border-color: #15d1d6;
  color: #000;
}
.org-links .items-collection:hover {
  color: #000;
}
.org-links .items-related {
  border-color: #ffbb00;
}
@media screen and (min-width: 500px) {
  .org-links {
    font-size: 16px;
    line-height: 26px;
  }
}
.orgs-map {
  height: 200px;
  margin-bottom: 16px;
}
@media screen and (min-width: 800px) {
  .orgs-map {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1080px) {
  .orgs-map {
    height: 400px;
  }
}
@media screen and (min-width: 1080px) {
  .orgs-map.placeholder {
    height: 400px;
  }
}
.header-dynamic {
  background-color: #bfbfbf;
  background-color: rgba(191, 191, 191, .8);
  position: relative;
  height: 220px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 50px;
  margin-top: -50px;
}
.theme-orgs .header-dynamic {
  background-color: #8d9c00;
  background-color: rgba(141, 156, 0, .8);
}
.theme-stories .header-dynamic {
  background-color: #d35100;
  background-color: rgba(211, 81, 0, .8);
}
.theme-collections .header-dynamic {
  background-color: #00a3a3;
  background-color: rgba(0, 163, 163, .8);
}
.theme-search .header-dynamic {
  background-color: #00a3a3;
  background-color: rgba(0, 163, 163, .8);
}
.header-dynamic img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  max-width: unset;
  height: auto;
  z-index: -1;
}
.header-dynamic .section {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
}
@media screen and (min-width: 500px) {
  .header-dynamic .section {
    font-size: 24px;
    line-height: 30px;
  }
}
.header-dynamic h1 {
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  position: relative;
  font-weight: 300;
  display: inline;
}
@media screen and (min-width: 500px) {
  .header-dynamic h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
.header-dynamic h1:before {
  content: "";
  position: absolute;
  top: 0px;
  height: 1px;
  background-color: #fff;
  min-width: 250px;
  width: 100%;
}
.similar-items .inner {
  text-align: center;
}
.sensitivity-warning {
  background-color: #FFD195;
  z-index: 85;
  padding: 50px 0;
  overflow: auto;
}
.sensitivity-warning p {
  max-width: 680px;
  margin: 20px auto;
}
.sensitivity-warning .feature-heading {
  border-bottom: 4px solid #000;
}
.sensitivity-warning .extended {
  display: none;
}
.sensitivity-warning.show-extended .extended {
  display: block;
}
.sensitivity-warning.show-extended .brief, .sensitivity-warning.show-extended .js-show-extended {
  display: none;
}
.sensitivity-text p {
  text-align: center;
  color: #ad4200;
  font-style: italic;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  font-weight: 700;
}
@media screen and (min-width: 500px) {
  .sensitivity-text p {
    font-size: 24px;
    line-height: 30px;
  }
}
.culture-victoria-warning {
  z-index: 85;
  padding: 50px 0;
  overflow: auto;
}
.culture-victoria-warning p {
  max-width: 680px;
  margin: 20px auto;
}
.culture-victoria-warning .feature-heading {
  border-bottom: 4px solid #000;
}
.archive .inner {
  padding-top: 16px;
  padding-bottom: 16px;
}
.archive h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .archive h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.archive-header {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 500px) {
  .archive-header {
    grid-template-columns: auto auto;
    grid-gap: 50px;
  }
}
.archive-drawer {
  max-height: 280px;
  overflow-y: scroll;
  -webkit-transition: 0.4s max-height;
  -o-transition: 0.4s max-height;
  transition: 0.4s max-height;
  margin: 16px auto;
}
.archive-drawer[aria-expanded=true] {
  max-height: 1500px;
}
.archive-drawer::-webkit-scrollbar {
  -webkit-appearance: none;
          appearance: none;
  width: 7px;
}
.archive-drawer::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
          box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.archive-drawer ul {
  padding-left: 16px;
}
@media screen and (min-width: 1080px) {
  .archive-drawer ul {
    padding-left: 32px;
  }
}
.archive-drawer > ul {
  padding-left: 0;
}
.archive-drawer li {
  margin-top: 8px;
}
.archive-drawer li a:before, .archive-drawer li span:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjcxNCA4LjI2NWw3LjU2Mi03LjU2YTEuNDI5IDEuNDI5IDAgMTEyLjAyIDIuMDJsLTguNTcyIDguNTdhMS40MjkgMS40MjkgMCAwMS0yLjAyIDBsLTguNTcxLTguNTdhMS40MjkgMS40MjkgMCAxMTIuMDItMi4wMmw3LjU2MSA3LjU2eiIgZmlsbD0iIzAwOTdBOCIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+);
  display: inline-block;
  width: 12px;
  height: 32px;
  margin-right: 8px;
  -webkit-transform: rotate(270deg) scale(0.6);
      -ms-transform: rotate(270deg) scale(0.6);
          transform: rotate(270deg) scale(0.6);
}
.archive-drawer li span:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjcxNCA4LjI2NWw3LjU2Mi03LjU2YTEuNDI5IDEuNDI5IDAgMTEyLjAyIDIuMDJsLTguNTcyIDguNTdhMS40MjkgMS40MjkgMCAwMS0yLjAyIDBsLTguNTcxLTguNTdhMS40MjkgMS40MjkgMCAxMTIuMDItMi4wMmw3LjU2MSA3LjU2eiIgZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+);
}
.archive-drawer li .active {
  color: #005357;
  text-decoration: underline;
}
/* breakpoints */
/*
$huge-font: 50px;
$huge-font-mobile: 20px;
*/
/*
$mid-font: 26px;
$mid-font-mobile: 20px;
$very-small-font: 13px;
*/
.listing-index {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 30px;
}
.listing-index ol {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .listing-index ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
}
.listing-index li {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  display: inline-block;
}
@media screen and (min-width: 500px) {
  .listing-index li {
    font-size: 24px;
    line-height: 30px;
  }
}
.listing-index li a {
  padding: 10px;
  display: block;
}
@media screen and (min-width: 800px) {
  .listing-index li {
    display: list-item;
    padding: 0;
  }
  .listing-index li a {
    display: inline;
  }
}
.a-z-listing ul li {
  border: none;
}
.a-z-listing ul > li {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 50px;
  padding-top: 70px;
  margin-top: -70px;
}
@media screen and (min-width: 500px) {
  .a-z-listing ul > li {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (min-width: 800px) {
  .a-z-listing ul > li {
    display: grid;
    grid-template-columns: 100px auto;
    padding-top: 100px;
    margin-top: -100px;
  }
}
.a-z-listing ul ol {
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 1080px) {
  .regions {
    display: grid;
    grid-template-columns: 762px auto;
    grid-gap: 50px;
  }
}
@media screen and (max-width: 800px) {
  .regions canvas,
  .regions map {
    display: none;
  }
  .regions .cv-regions {
    background: none !important;
    width: unset !important;
    height: unset !important;
  }
  .regions img {
    max-width: 100%;
    opacity: 1 !important;
    position: static !important;
  }
}
.region-list li {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .region-list li {
    font-size: 16px;
    line-height: 26px;
  }
}
.region-list ol {
  max-width: 350px;
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
}
.region-list ol li {
  margin: 0 0 8px 0;
  margin: 0 0 0.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
  margin-bottom: 8px;
}
.region-list ol li:before {
  content: counter(my-awesome-counter);
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  left: -34px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  top: 2px;
  background: #005357;
  border-radius: 50%;
  text-align: center;
}
@media screen and (min-width: 500px) {
  .region-list ol li:before {
    font-size: 13px;
    line-height: 22px;
  }
}
.contact-info h3 {
  margin-top: 5px;
}
.contact-info .contact-links > * {
  display: inline-block;
}
.contact-info .contact-links > *:not(:last-of-type):after {
  content: " | ";
}
#top {
  display: block;
}
.top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 50px;
  width: 50px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: fixed;
  bottom: 0;
  right: 0;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 2em 2em 0;
  background: #000;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  /*svg {
      fill: #000;
      width: 24px;
      height: 12px;
  }*/
}
@media screen and (min-width: 500px) {
  .top-link {
    font-size: 13px;
    line-height: 22px;
  }
}
.top-link img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 7px;
}
.top-link.show {
  visibility: visible;
  opacity: 0.7;
  z-index: 1000;
}
@media screen and (min-width: 1080px) {
  .top-link.show {
    opacity: 0.4;
  }
}
.top-link.show:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}
.top-link.hide {
  visibility: hidden;
  opacity: 0;
}
.screen-reader-text {
  position: absolute;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:focus {
  display: block;
  top: 5px;
  left: 5px;
  z-index: 100000;
  -webkit-clip-path: none;
          clip-path: none;
  background-color: #eee;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  text-decoration: none;
  line-height: normal;
  color: #444;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  clip: auto !important;
}
@media screen and (min-width: 500px) {
  .screen-reader-text:focus {
    font-size: 16px;
    line-height: 26px;
  }
}
.contact-form {
  width: 70%;
  margin: 50px auto;
  padding: 40px;
}
.contact-form section {
  padding: 20px;
}
.contact-form h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .contact-form h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.contact-form p {
  margin-bottom: 32px;
}
.contact-form input[type=email], .contact-form input[type=number], .contact-form input[type=password], .contact-form input[type=tel], .contact-form input[type=text], .contact-form input[type=url], .contact-form textarea, .contact-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  min-height: 36px;
  padding: 8px 12px;
  width: 100%;
  margin-top: 5px;
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1px;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #404040;
  outline: none;
}
@media screen and (min-width: 500px) {
  .contact-form input[type=email], .contact-form input[type=number], .contact-form input[type=password], .contact-form input[type=tel], .contact-form input[type=text], .contact-form input[type=url], .contact-form textarea, .contact-form select {
    font-size: 16px;
    line-height: 26px;
  }
}
.contact-form input[type=email].input-validation-error, .contact-form input[type=number].input-validation-error, .contact-form input[type=password].input-validation-error, .contact-form input[type=tel].input-validation-error, .contact-form input[type=text].input-validation-error, .contact-form input[type=url].input-validation-error, .contact-form textarea.input-validation-error, .contact-form select.input-validation-error {
  border: 1px solid red;
}
.contact-form label {
  margin-top: 5px;
  display: block;
}
.contact-form .error-msg {
  color: red;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .contact-form .error-msg {
    font-size: 13px;
    line-height: 22px;
  }
}
.contact-form .human-check-intro {
  display: block;
}
.contact-form .validation-summary-errors {
  text-align: left;
}
.contact-form .validation-summary-errors span {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-form .validation-summary-errors ul {
  margin-bottom: 20px;
  color: red;
}
.contact-form select {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy43NjUiIGhlaWdodD0iOC4xMTEiPjxwYXRoIGQ9Ik0uNjk2LjcxOGw2LjE4NiA2IDYuMTg2LTYiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=) 95% 50% no-repeat #fff;
}
.contact-form .validation-summary-valid span {
  display: none;
}
table.parameter-table {
  border: 1px solid #d6d6d6;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  table.parameter-table {
    font-size: 16px;
    line-height: 26px;
  }
}
table.parameter-table th {
  text-align: left;
  border: 1px solid #d6d6d6;
  padding: 7px 15px;
  vertical-align: top;
  background: #eaeaea;
}
table.parameter-table td {
  text-align: left;
  border: 1px solid #d6d6d6;
  padding: 7px 15px;
  vertical-align: top;
}
table.parameter-table td:nth-child(2) {
  white-space: nowrap;
}
table.parameter-table + h1,
table.parameter-table + h2,
table.parameter-table + h3,
table.parameter-table + h4,
table.parameter-table + h5,
table.parameter-table + h6 {
  padding-top: 10px;
  padding-top: 16px;
  padding-top: 1rem;
}
.pdf-viewer {
  height: 300px;
}
.pdf-viewer canvas {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pdf-viewer canvas.rendered {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
}
.pdf-viewer[data-with-controls] {
  max-height: calc(100vh - 80px);
}
.pdf-viewer .controls {
  margin: 20px 0 0;
  font-size: 0.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pdf-viewer .controls:not(.show) {
  display: none;
}
.pdf-viewer .controls button {
  line-height: 0px;
  font-size: 0px;
  margin: 0 10px;
}
.pdf-viewer .controls button:disabled {
  color: #000;
  opacity: 0.5;
}
.pdf-viewer .controls button:before {
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.pdf-viewer .controls button:hover:before {
  border-color: #000;
}
.pdf-viewer .controls button.page-next:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAIAAACgHXkXAAAACXBIWXMAAAsTAAALEwEAmpwYAAAE7mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4xLWMwMDAgNzkuZWRhMmIzZiwgMjAyMS8xMS8xNC0xMjozMDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjEgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMS0wOS0yOFQwOTo0NTozNisxMDowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjItMDItMThUMDk6MTE6MTIrMTE6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjItMDItMThUMDk6MTE6MTIrMTE6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI3NTBkMTJhLTY5MjYtY2Q0ZC1hYmEzLTRlMWVhNDgwODRhYyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyNzUwZDEyYS02OTI2LWNkNGQtYWJhMy00ZTFlYTQ4MDg0YWMiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNzUwZDEyYS02OTI2LWNkNGQtYWJhMy00ZTFlYTQ4MDg0YWMiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjI3NTBkMTJhLTY5MjYtY2Q0ZC1hYmEzLTRlMWVhNDgwODRhYyIgc3RFdnQ6d2hlbj0iMjAyMS0wOS0yOFQwOTo0NTozNisxMDowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIzLjEgKFdpbmRvd3MpIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgKg8rYAAAEVSURBVBiVY0jbtFWub9KqK9f+YwPMP6zt7rx9t/b6DVFublNpKQZUwHx40cJNN299+P5j2607DIwMDgryyNKM////f/r5s/uiZVdfvWZgYMgyM5ns5cHEiCTNwMDw7vsPn6Urjj9+wsDAEKajtTgogI2ZCSHNwMDw7fefkJVrtt++w8DA4KKstD4ilIeNFSHNwMDw59//xA2blly8zMDAYCIttT0mEkWagYHhPwND0Y7dE46fZGBgsJWXY2LAC1iQOWiGr4sIRUhjdRpUGpfHWBgYGJCDJdPMZApSsLDcfPvObdHSRx8+MjAw1DvaNTjYoYT5fjmlO2/fMTExTvH2LLW2RHe5tZzs51+/etxcQrU1MT0GAMtGm7pUCBmkAAAAAElFTkSuQmCC);
}
.pdf-viewer .controls button.page-next:hover:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAIAAACgHXkXAAAACXBIWXMAAAsTAAALEwEAmpwYAAAE7mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4xLWMwMDAgNzkuZWRhMmIzZiwgMjAyMS8xMS8xNC0xMjozMDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjEgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMS0wOS0yOFQwOTo0NTozNisxMDowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjItMDItMThUMDk6MTE6MTMrMTE6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjItMDItMThUMDk6MTE6MTMrMTE6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU0OWU1ZTE4LWNmYjQtZTA0NS04NzYwLWQ2YTNlY2IxZTMxNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NDllNWUxOC1jZmI0LWUwNDUtODc2MC1kNmEzZWNiMWUzMTciIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1NDllNWUxOC1jZmI0LWUwNDUtODc2MC1kNmEzZWNiMWUzMTciPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjU0OWU1ZTE4LWNmYjQtZTA0NS04NzYwLWQ2YTNlY2IxZTMxNyIgc3RFdnQ6d2hlbj0iMjAyMS0wOS0yOFQwOTo0NTozNisxMDowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIzLjEgKFdpbmRvd3MpIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsqaFbMAAADCSURBVBiVY0hKSpKRkV2yeMm3r98xEfOPHz/u3bu7fsN6YWFhExMTBjRw4fxFGRlZCLuqqhpNN8O3r99v376jqakJUZGakvrl81cU6W9fvz95/NTMzByiIigo+MP7jyjS375+f/P6rZubG0SFo6Pjq5evUaS/ff3+6ePniIhIiAojQ6OHDx4xoLnl65dvOdk5EBVWVtZM6D5BA8Qajs9p+DyGL1gIBCpEHyMjY3//BMwYY7G0tPz8+UtHe3tQUDCmvwBhPgcIWLrQsgAAAABJRU5ErkJggg==);
}
.pdf-viewer .controls button.page-prev:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAIAAACgHXkXAAAACXBIWXMAAAsTAAALEwEAmpwYAAAE7mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4xLWMwMDAgNzkuZWRhMmIzZiwgMjAyMS8xMS8xNC0xMjozMDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjEgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMS0wOS0yOFQwOTo0NTozNisxMDowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjItMDItMThUMDk6MTE6MDkrMTE6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjItMDItMThUMDk6MTE6MDkrMTE6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdhZDBiNDZjLTYwNmEtZjA0MS05MDYzLWYzN2I4NjkzZmRjYiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3YWQwYjQ2Yy02MDZhLWYwNDEtOTA2My1mMzdiODY5M2ZkY2IiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3YWQwYjQ2Yy02MDZhLWYwNDEtOTA2My1mMzdiODY5M2ZkY2IiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjdhZDBiNDZjLTYwNmEtZjA0MS05MDYzLWYzN2I4NjkzZmRjYiIgc3RFdnQ6d2hlbj0iMjAyMS0wOS0yOFQwOTo0NTozNisxMDowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIzLjEgKFdpbmRvd3MpIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlTi3tMAAAD4SURBVBiVY/z//z8DBlh99XrJrj2eqiqMmNJTT53J277z37//OuJiLGhyDQcONe4/xMDAIC8gsCY8BCH97z9DzrYd00+dYWBg0BYT3RkXJc3LC5X+9fdfzNoNq69eY2BgsJSV2RoTIcjBwcDAwMLAwPDl1+/AFav33L3HwMDgpaayOiyEixWqjeX1t29eS1acefqMgYEhRl93foAfCxMj3Ebm48rqJx4/YWBgKLQyn+HrxcyIkGNgYGDC9DQyYD6zfOn+Bw+fff584vHTu+/f+6mrMyEZwPj//388ToOGGi6PIQIVa7CghzlyoO6MiyIQJVikGZAiFACVSIvARt72MAAAAABJRU5ErkJggg==);
}
.pdf-viewer .controls button.page-prev:hover:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAIAAACgHXkXAAAACXBIWXMAAAsTAAALEwEAmpwYAAAE7mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4xLWMwMDAgNzkuZWRhMmIzZiwgMjAyMS8xMS8xNC0xMjozMDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjEgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMS0wOS0yOFQwOTo0NTozNisxMDowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjItMDItMThUMDk6MTE6MTErMTE6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjItMDItMThUMDk6MTE6MTErMTE6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjNjZGUwZThlLTU5YmQtZDE0My1hZTAwLTdiZGJlYzM5YjkzOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozY2RlMGU4ZS01OWJkLWQxNDMtYWUwMC03YmRiZWMzOWI5MzgiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozY2RlMGU4ZS01OWJkLWQxNDMtYWUwMC03YmRiZWMzOWI5MzgiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjNjZGUwZThlLTU5YmQtZDE0My1hZTAwLTdiZGJlYzM5YjkzOCIgc3RFdnQ6d2hlbj0iMjAyMS0wOS0yOFQwOTo0NTozNisxMDowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIzLjEgKFdpbmRvd3MpIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PguNeWcAAADASURBVBiVY/z29TsDBli3bm1FZaWbmyvDt6/f0VBfXz8jIyMDA4OWlha6dFVVNcQAGRnZC+cvIqS/fP6ampIKkdPU1Lx9+863r9+h0h/efwwKCobImZmZP3n8FCLO8O3r91cvXzs6OkLk3Nzc3rx+CzeS4eGDR0aGRhC5iIjITx8/IzuFwdLSCiKXk53z9cs3NJcyQfyAExAwnIDTEB4LDMLuMcLBQjhQ4ai/fwI8Spgw/ZKelr540WIZGVkLCwsA8jn/o/0WosIAAAAASUVORK5CYII=);
}
.pdf-viewer .controls a.open-pdf {
  display: inline;
  margin-left: 1em;
}
