@import url("https://fonts.googleapis.com/css?family=Catamaran:300,500,800");
/* line 5, ../../../../home/.gem/ruby/2.3.3/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../home/.gem/ruby/2.3.3/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../home/.gem/ruby/2.3.3/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../home/.gem/ruby/2.3.3/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../home/.gem/ruby/2.3.3/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../home/.gem/ruby/2.3.3/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../home/.gem/ruby/2.3.3/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../home/.gem/ruby/2.3.3/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../home/.gem/ruby/2.3.3/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* -- breaks -- */
/* line 67, ../sass/parts/_defaults.scss */
* {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
}

/* line 75, ../sass/parts/_defaults.scss */
html, body {
  width: 100vw;
  height: 100vh;
  font: 400 1em/1.3em "Catamaran", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (min-width: 650px) {
  /* line 75, ../sass/parts/_defaults.scss */
  html, body {
    overflow: scroll;
  }
}
@media all and (min-width: 1300px) {
  /* line 75, ../sass/parts/_defaults.scss */
  html, body {
    font-size: 1.1em;
  }
}

/* line 90, ../sass/parts/_defaults.scss */
body {
  height: auto;
  min-height: 100vh;
}

/* line 95, ../sass/parts/_defaults.scss */
a {
  color: #1a8ec0;
  text-decoration: none;
}
/* line 98, ../sass/parts/_defaults.scss */
a:hover {
  color: #1e212c;
}
/* line 101, ../sass/parts/_defaults.scss */
a.broken {
  color: #ff0000;
  text-decoration: line-through;
}

/* line 107, ../sass/parts/_defaults.scss */
strong {
  font-weight: 700;
}

/* line 111, ../sass/parts/_defaults.scss */
em, i {
  font-style: italic;
}

/* line 115, ../sass/parts/_defaults.scss */
main.index .section h1, main.page footer div.related h4 {
  color: #29aae2;
  font: 800 1em/1.1em "Catamaran", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 1em;
  text-transform: uppercase;
}
/* line 121, ../sass/parts/_defaults.scss */
main.index .section h1 a:hover, main.page footer div.related h4 a:hover {
  color: #156e94;
}

/* line 126, ../sass/parts/_defaults.scss */
main.index #w2, main.index #w3 {
  padding: 1em 60px 0 5vw;
}

/* line 130, ../sass/parts/_defaults.scss */
a {
  transition: all .5s;
}
/* line 132, ../sass/parts/_defaults.scss */
a .arrow {
  display: inline-block;
  line-height: .5em;
  width: 1em;
  transition: all .5s;
}
/* line 137, ../sass/parts/_defaults.scss */
a .arrow svg {
  position: absolute;
  left: 0;
  top: -1em;
  width: 100%;
}
/* line 140, ../sass/parts/_defaults.scss */
a .arrow svg polygon {
  fill: #9ac83e;
}

/* line 147, ../sass/parts/_defaults.scss */
h1 {
  color: #a8a9ac;
  font: 200 2.6em/1.2em "Catamaran", sans-serif;
}

/* line 151, ../sass/parts/_defaults.scss */
h2 {
  color: #1a8ec0;
  font: 200 1.5em/1.2em "Catamaran", sans-serif;
  margin: 1.5em 0 .5em;
}

/* line 156, ../sass/parts/_defaults.scss */
h3 {
  font: 600 1.15em/1.2em "Catamaran", sans-serif;
  margin: 1.5em 0 .5em;
}

/* line 160, ../sass/parts/_defaults.scss */
h4 {
  font: 400 1.1em/1.2em "Catamaran", sans-serif;
}

/* line 163, ../sass/parts/_defaults.scss */
article > blockquote, .mce-content-body > blockquote {
  background: rgba(241, 242, 244, 0.5);
  margin: 1.5em 0;
  clear: right;
  padding: 1em;
}
@media all and (min-width: 900px) {
  /* line 163, ../sass/parts/_defaults.scss */
  article > blockquote, .mce-content-body > blockquote {
    float: right;
    margin: 1em 0 1em 2em;
    width: 40%;
    max-width: 500px;
  }
}
/* line 174, ../sass/parts/_defaults.scss */
article > blockquote img, .mce-content-body > blockquote img {
  margin: .5em 0;
  width: 100%;
  height: auto !important;
}

/* line 181, ../sass/parts/_defaults.scss */
sup {
  font-size: .5em;
  vertical-align: super;
  line-height: 1em;
}

/* line 187, ../sass/parts/_defaults.scss */
sub {
  font-size: .7em;
  vertical-align: sub;
  line-height: 1em;
}

/* line 193, ../sass/parts/_defaults.scss */
.button {
  border: 1px solid #d9dadd;
  border-radius: 1.5em;
  color: #717376;
  display: inline-block;
  font: 600 0.8em/1.2em "Catamaran", sans-serif;
  letter-spacing: 1px;
  margin: 1em .5em 1em -.2em;
  padding: .6em 1em .4em;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
/* line 205, ../sass/parts/_defaults.scss */
.button .arrow {
  width: 1.3em;
  margin: 0 -5px 0 0;
}
/* line 209, ../sass/parts/_defaults.scss */
.button:hover {
  background: #f1f2f4;
  color: #1e212c;
}
/* line 212, ../sass/parts/_defaults.scss */
.button:hover .arrow {
  margin-left: .3em;
}
/* line 215, ../sass/parts/_defaults.scss */
.button:hover .arrow svg polygon {
  fill: #7da828;
}
/* line 221, ../sass/parts/_defaults.scss */
.button.button-fill {
  color: #fff;
  background: #a8a9ac;
}

/* line 227, ../sass/parts/_defaults.scss */
.blocklink {
  display: block;
  min-height: 80px;
}
/* line 230, ../sass/parts/_defaults.scss */
.blocklink b {
  background-position: center center;
  background-size: cover;
  border-radius: 4px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}
/* line 239, ../sass/parts/_defaults.scss */
.blocklink a {
  background-image: linear-gradient(to bottom, rgba(21, 110, 148, 0.4) 0%, #156e94 100%);
  border-radius: 4px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  padding-top: 1em;
  width: 100%;
  height: 100%;
}
/* line 248, ../sass/parts/_defaults.scss */
.blocklink .text {
  padding: .5em 2em .5em .5em;
  min-height: 40px;
  width: 100%;
}
/* line 253, ../sass/parts/_defaults.scss */
.blocklink .text h3 {
  color: #fff;
  font: 400 0.9em/1.1em "Catamaran", sans-serif;
  margin-bottom: 0;
}
@media all and (min-width: 650px) {
  /* line 253, ../sass/parts/_defaults.scss */
  .blocklink .text h3 {
    font-size: 1em;
  }
}
@media all and (min-width: 1100px) {
  /* line 253, ../sass/parts/_defaults.scss */
  .blocklink .text h3 {
    font-size: 1.2em;
  }
}
/* line 264, ../sass/parts/_defaults.scss */
.blocklink .text p {
  display: none;
}
/* line 267, ../sass/parts/_defaults.scss */
.blocklink .text i {
  display: block;
  position: absolute;
  right: .5em;
  bottom: .3em;
  width: 20px;
}
/* line 271, ../sass/parts/_defaults.scss */
.blocklink .text i svg {
  width: 100%;
}
/* line 273, ../sass/parts/_defaults.scss */
.blocklink .text i svg path {
  fill: rgba(255, 255, 255, 0.5);
}
/* line 280, ../sass/parts/_defaults.scss */
.blocklink.featured .text {
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 286, ../sass/parts/_defaults.scss */
span.label {
  background: #1a8ec0;
  color: #fff;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: block;
  font-size: .75em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2em;
  padding: .2em .4em;
  position: absolute;
  left: 0;
  top: 0;
  font-style: normal;
  z-index: 10;
}

/* line 302, ../sass/parts/_defaults.scss */
.fineprint {
  font: 200 0.85em/1.1em "Catamaran", sans-serif;
}

/* line 306, ../sass/parts/_defaults.scss */
.logo {
  position: absolute;
  top: 25px;
  left: -10px;
  width: 250px;
  z-index: 10;
}
@media all and (min-width: 650px) {
  /* line 306, ../sass/parts/_defaults.scss */
  .logo {
    left: 2em;
  }
}
@media all and (min-width: 900px) {
  /* line 306, ../sass/parts/_defaults.scss */
  .logo {
    width: 275px;
  }
}
@media all and (min-width: 1300px) {
  /* line 306, ../sass/parts/_defaults.scss */
  .logo {
    width: 300px;
  }
}
/* line 319, ../sass/parts/_defaults.scss */
.logo img {
  width: 100%;
}

/* line 324, ../sass/parts/_defaults.scss */
.rotator {
  width: 100%;
  height: 100%;
}
/* line 327, ../sass/parts/_defaults.scss */
.rotator .slides {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  height: 95vh;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 5vh;
  width: 100%;
}
@media all and (min-width: 650px) {
  /* line 327, ../sass/parts/_defaults.scss */
  .rotator .slides {
    bottom: 10%;
  }
}
/* line 337, ../sass/parts/_defaults.scss */
.rotator .slides:before {
  background-image: linear-gradient(to top, rgba(30, 33, 44, 0) 60%, rgba(30, 33, 44, 0.6) 100%);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (min-width: 1300px) {
  /* line 337, ../sass/parts/_defaults.scss */
  .rotator .slides:before {
    background-image: linear-gradient(to top, rgba(30, 33, 44, 0) 50%, rgba(30, 33, 44, 0.75) 100%);
  }
}
@media all and (min-width: 650px) {
  /* line 327, ../sass/parts/_defaults.scss */
  .rotator .slides {
    height: 90%;
  }
}
@media all and (min-width: 1300px) {
  /* line 327, ../sass/parts/_defaults.scss */
  .rotator .slides {
    position: absolute;
    right: 0;
    bottom: 6%;
    height: 94%;
  }
}
/* line 354, ../sass/parts/_defaults.scss */
.rotator .slides > div {
  background-color: rgba(30, 33, 44, 0.75);
  background-position: center -2000px;
  border-bottom: 1px solid rgba(30, 33, 44, 0.3);
  transition: all 1s;
  width: 100%;
  z-index: 5;
}
@media all and (min-width: 650px) {
  /* line 354, ../sass/parts/_defaults.scss */
  .rotator .slides > div {
    position: absolute;
    left: 0;
    bottom: -100%;
  }
}
@media all and (min-width: 1300px) {
  /* line 354, ../sass/parts/_defaults.scss */
  .rotator .slides > div {
    position: relative;
    bottom: auto;
    transition: all 1s;
    transition: background-position 0s;
  }
}
/* line 371, ../sass/parts/_defaults.scss */
.rotator .slides > div * {
  transition: all .5s;
}
@media all and (min-width: 900px) {
  /* line 374, ../sass/parts/_defaults.scss */
  .rotator .slides > div .text {
    background-color: rgba(30, 33, 44, 0.5);
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
  }
}
/* line 383, ../sass/parts/_defaults.scss */
.rotator .slides > div a {
  color: #fff;
  display: block;
  padding: 0 70px 1em 57px;
  font-size: .9em;
}
@media all and (min-width: 650px) {
  /* line 383, ../sass/parts/_defaults.scss */
  .rotator .slides > div a {
    font-size: 1.2em;
    padding: 2vh 2vh 2vh 50px;
  }
}
@media all and (min-width: 1300px) {
  /* line 383, ../sass/parts/_defaults.scss */
  .rotator .slides > div a {
    font-size: .9em;
    opacity: .5;
    padding: 1.5vh 5vw 1.5vh 40px;
  }
}
/* line 397, ../sass/parts/_defaults.scss */
.rotator .slides > div a h2 {
  opacity: 0;
  font: 600 0.8em/1.3em "Catamaran", sans-serif;
  color: #9ac83e;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 .2em;
}
/* line 405, ../sass/parts/_defaults.scss */
.rotator .slides > div a .arrow {
  left: 40px;
  top: 1em;
  position: absolute;
  width: 1.2em;
}
@media all and (min-width: 1300px) {
  /* line 405, ../sass/parts/_defaults.scss */
  .rotator .slides > div a .arrow {
    display: none;
  }
}
/* line 412, ../sass/parts/_defaults.scss */
.rotator .slides > div a .arrow svg {
  top: 0;
}
/* line 416, ../sass/parts/_defaults.scss */
.rotator .slides > div a h1 {
  color: #fff;
  font: 400 1.2em/1.2em "Catamaran", sans-serif;
}
@media all and (min-width: 1300px) {
  /* line 416, ../sass/parts/_defaults.scss */
  .rotator .slides > div a h1 {
    font: 200 1.5em/1.2em "Catamaran", sans-serif;
  }
}
/* line 423, ../sass/parts/_defaults.scss */
.rotator .slides > div a p {
  display: none;
  font: 400 0.85em/1.2em "Catamaran", sans-serif;
  margin-top: .5em;
}
@media all and (min-width: 900px) {
  /* line 423, ../sass/parts/_defaults.scss */
  .rotator .slides > div a p {
    font: 400 1em/1.2em "Catamaran", sans-serif;
  }
}
@media all and (min-width: 1800px) {
  /* line 423, ../sass/parts/_defaults.scss */
  .rotator .slides > div a p {
    display: block;
  }
}
@media all and (min-width: 650px) {
  /* line 437, ../sass/parts/_defaults.scss */
  .rotator .slides > div.active, .rotator .slides > div:hover {
    bottom: 0;
  }
}
/* line 441, ../sass/parts/_defaults.scss */
.rotator .slides > div.active .text, .rotator .slides > div:hover .text {
  background: rgba(26, 142, 192, 0.8);
}
/* line 444, ../sass/parts/_defaults.scss */
.rotator .slides > div.active h2, .rotator .slides > div:hover h2 {
  opacity: 1;
}
/* line 447, ../sass/parts/_defaults.scss */
.rotator .slides > div.active a, .rotator .slides > div:hover a {
  padding-top: 1em;
  opacity: 1;
}
@media all and (min-width: 1300px) {
  /* line 447, ../sass/parts/_defaults.scss */
  .rotator .slides > div.active a, .rotator .slides > div:hover a {
    padding: 2vh 5vw 2vh 40px;
  }
}
/* line 453, ../sass/parts/_defaults.scss */
.rotator .slides > div.active a .arrow, .rotator .slides > div:hover a .arrow {
  display: none;
}
/* line 459, ../sass/parts/_defaults.scss */
.rotator b {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s;
  transition-timing-function: ease-out;
  z-index: -1;
}
/* line 468, ../sass/parts/_defaults.scss */
.rotator b.hidden {
  opacity: 0;
}
/* line 471, ../sass/parts/_defaults.scss */
.rotator b.visible {
  background-position: center top;
  background-size: cover;
  opacity: 1;
}

/* line 478, ../sass/parts/_defaults.scss */
.link-all {
  background: rgba(30, 33, 44, 0.9);
  display: block;
  width: 100%;
  height: 5vh;
  text-align: center;
  padding-right: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}
@media all and (min-width: 650px) {
  /* line 478, ../sass/parts/_defaults.scss */
  .link-all {
    height: 10%;
  }
}
@media all and (min-width: 1300px) {
  /* line 478, ../sass/parts/_defaults.scss */
  .link-all {
    height: 6%;
  }
}
/* line 493, ../sass/parts/_defaults.scss */
.link-all a {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #9ac83e;
  border: none;
  padding: .5em 0 0;
  margin: 0;
}
/* line 499, ../sass/parts/_defaults.scss */
.link-all a:hover {
  background: none;
  color: #fff;
}

/* line 506, ../sass/parts/_defaults.scss */
.grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 2em 0;
}
/* line 511, ../sass/parts/_defaults.scss */
.grid > * {
  margin: 1vh .5vw 0 0;
  width: 100%;
}
@media all and (min-width: 650px) {
  /* line 511, ../sass/parts/_defaults.scss */
  .grid > * {
    width: 50%;
  }
}
@media all and (min-width: 900px) {
  /* line 511, ../sass/parts/_defaults.scss */
  .grid > * {
    width: 33%;
  }
}
@media all and (min-width: 1800px) {
  /* line 511, ../sass/parts/_defaults.scss */
  .grid > * {
    width: 25%;
  }
}

@media all and (min-width: 900px) {
  /* line 527, ../sass/parts/_defaults.scss */
  .grid-3 > *:not(.player) {
    width: 50%;
  }
}
@media all and (min-width: 1300px) {
  /* line 527, ../sass/parts/_defaults.scss */
  .grid-3 > *:not(.player) {
    width: 33%;
  }
}
/* line 534, ../sass/parts/_defaults.scss */
.grid-3 > *:not(.player) img {
  width: 100%;
}
/* line 538, ../sass/parts/_defaults.scss */
.grid-3 .no-margin {
  margin: 0;
}
/* line 541, ../sass/parts/_defaults.scss */
.grid-3 .player {
  width: 100%;
}

/* line 547, ../sass/parts/_defaults.scss */
.grid-linear ul {
  margin: 1em 0;
}
/* line 550, ../sass/parts/_defaults.scss */
.grid-linear .blocklink {
  border-radius: 4px;
  width: 48%;
}
/* line 553, ../sass/parts/_defaults.scss */
.grid-linear .blocklink * {
  border-radius: 4px;
}
/* line 556, ../sass/parts/_defaults.scss */
.grid-linear .blocklink b {
  opacity: .6;
}
/* line 559, ../sass/parts/_defaults.scss */
.grid-linear .blocklink a {
  display: flex;
  flex-flow: column-reverse;
}
/* line 563, ../sass/parts/_defaults.scss */
.grid-linear .blocklink .text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-flow: column-reverse;
}
/* line 568, ../sass/parts/_defaults.scss */
.grid-linear .blocklink .text h3 {
  margin: 0 0 .2em;
}
/* line 571, ../sass/parts/_defaults.scss */
.grid-linear .blocklink .text p {
  font-weight: 200;
  color: #1e212c;
}
/* line 577, ../sass/parts/_defaults.scss */
.grid-linear .blocklink:hover b {
  opacity: 1;
}
/* line 582, ../sass/parts/_defaults.scss */
.grid-linear .grid-line {
  margin: 1.5em 0;
}
/* line 584, ../sass/parts/_defaults.scss */
.grid-linear .grid-line h3 {
  font: 400 1.6em/1.2em "Catamaran", sans-serif;
}
/* line 587, ../sass/parts/_defaults.scss */
.grid-linear .grid-line p {
  font: 200 1.1em/1.2em "Catamaran", sans-serif;
  color: #1e212c;
}
/* line 593, ../sass/parts/_defaults.scss */
.grid-linear .articles b {
  background-color: #29aae2;
  background-blend-mode: multiply;
}
/* line 598, ../sass/parts/_defaults.scss */
.grid-linear .videogrid {
  min-height: 15vh;
}
/* line 600, ../sass/parts/_defaults.scss */
.grid-linear .videogrid a {
  background-image: linear-gradient(to bottom, rgba(21, 110, 148, 0) 20%, rgba(21, 110, 148, 0.9) 100%);
}
/* line 603, ../sass/parts/_defaults.scss */
.grid-linear .videogrid b {
  opacity: 1;
}

/* line 609, ../sass/parts/_defaults.scss */
.grid-issues {
  width: 100%;
}
/* line 611, ../sass/parts/_defaults.scss */
.grid-issues > * {
  margin: 0;
  width: 100%;
}
@media all and (min-width: 900px) {
  /* line 611, ../sass/parts/_defaults.scss */
  .grid-issues > * {
    width: 100%;
  }
}
/* line 618, ../sass/parts/_defaults.scss */
.grid-issues .issue {
  display: flex;
  flex-flow: row nowrap;
}
/* line 621, ../sass/parts/_defaults.scss */
.grid-issues .issue div.cover {
  min-width: 80px;
  max-width: 125px;
  width: 20%;
}
/* line 625, ../sass/parts/_defaults.scss */
.grid-issues .issue div.cover img {
  width: 100% !important;
  margin: 0 !important;
}
/* line 630, ../sass/parts/_defaults.scss */
.grid-issues .issue .articles {
  padding-left: 1em;
}
/* line 632, ../sass/parts/_defaults.scss */
.grid-issues .issue .articles h3 {
  margin: 0;
}
/* line 636, ../sass/parts/_defaults.scss */
.grid-issues .issue .articles .content h3 {
  font-weight: 400;
  margin: .35em 0 0;
  padding-left: .75em;
}
/* line 640, ../sass/parts/_defaults.scss */
.grid-issues .issue .articles .content h3:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: .3em;
  width: .3em;
  height: .3em;
  border-top: 2px solid #29aae2;
  border-right: 2px solid #29aae2;
  transform: rotate(45deg);
  transition: left .5s;
}
/* line 651, ../sass/parts/_defaults.scss */
.grid-issues .issue .articles .content h3:hover:before {
  left: 4px;
}
/* line 654, ../sass/parts/_defaults.scss */
.grid-issues .issue .articles .content h3:hover a {
  color: #156e94;
}

/* line 666, ../sass/parts/_defaults.scss */
main.page #w1 .topicgrid {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  padding-top: 2em;
}
/* line 671, ../sass/parts/_defaults.scss */
main.page #w1 .topicgrid h1 {
  font-size: 1.5em;
  color: #717376;
  margin: .5em 0 -.5em;
}
/* line 677, ../sass/parts/_defaults.scss */
main.page #w1 .topicgrid .articles h1 {
  margin-top: 0;
}
/* line 681, ../sass/parts/_defaults.scss */
main.page #w1 .topicgrid h2.recent {
  margin: -.5em 0 1em;
  color: #717376;
}
/* line 685, ../sass/parts/_defaults.scss */
main.page #w1 .topicgrid h3 {
  font: 400 1.1em/1.2em "Catamaran", sans-serif;
}
/* line 688, ../sass/parts/_defaults.scss */
main.page #w1 .topicgrid .c1 {
  opacity: 1;
  width: 100%;
}
@media all and (min-width: 650px) {
  /* line 688, ../sass/parts/_defaults.scss */
  main.page #w1 .topicgrid .c1 {
    width: 60%;
    padding-right: 5%;
  }
}
/* line 695, ../sass/parts/_defaults.scss */
main.page #w1 .topicgrid .c1 > h2 {
  margin-top: 0;
}
/* line 699, ../sass/parts/_defaults.scss */
main.page #w1 .topicgrid .c2 {
  width: 100%;
  padding-left: 1em;
  position: absolute;
  left: -110%;
  font-size: 1.2em;
}
/* line 705, ../sass/parts/_defaults.scss */
main.page #w1 .topicgrid .c2 li:before {
  top: .1em;
}
/* line 708, ../sass/parts/_defaults.scss */
main.page #w1 .topicgrid .c2 li a {
  display: block;
  padding: .2em 0;
}
@media all and (min-width: 650px) {
  /* line 699, ../sass/parts/_defaults.scss */
  main.page #w1 .topicgrid .c2 {
    border-left: 1px solid #d9dadd;
    padding: 0 1em;
    position: relative;
    left: auto;
    width: 40%;
  }
}
/* line 721, ../sass/parts/_defaults.scss */
main.page #w1 .topicgrid .grid-line {
  width: 100%;
  margin-bottom: 2em;
}
/* line 724, ../sass/parts/_defaults.scss */
main.page #w1 .topicgrid .grid-line a:first-child {
  display: block;
}
/* line 727, ../sass/parts/_defaults.scss */
main.page #w1 .topicgrid .grid-line figure {
  display: none;
  width: 100px;
  height: 100px;
  left: 0;
  top: 0;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  margin: 0;
  position: absolute;
  left: -65px;
  top: 0;
  padding: .2em;
}
/* line 737, ../sass/parts/_defaults.scss */
main.page #w1 .topicgrid .grid-line figure b {
  border-radius: 60px;
  display: block;
  width: 100%;
  height: 100%;
}
/* line 744, ../sass/parts/_defaults.scss */
main.page #w1 .topicgrid .grid-line h3 {
  margin: 0 0 .2em;
  font: 400 1.2em/1.2em "Catamaran", sans-serif;
}
@media all and (min-width: 900px) {
  /* line 744, ../sass/parts/_defaults.scss */
  main.page #w1 .topicgrid .grid-line h3 {
    font: 400 1.4em/1.2em "Catamaran", sans-serif;
  }
}
/* line 751, ../sass/parts/_defaults.scss */
main.page #w1 .topicgrid .grid-line p {
  font-weight: 200;
  color: #1e212c;
}
/* line 754, ../sass/parts/_defaults.scss */
main.page #w1 .topicgrid .grid-line p a, main.page #w1 .topicgrid .grid-line p a:first-child {
  display: inline;
}
/* line 760, ../sass/parts/_defaults.scss */
main.page #w1 .topicgrid .topiclist li {
  font-size: 1.1em;
  padding: 0 0 .5em .5em;
}
/* line 763, ../sass/parts/_defaults.scss */
main.page #w1 .topicgrid .topiclist li:before {
  left: -.1em;
  top: .4em;
}
/* line 768, ../sass/parts/_defaults.scss */
main.page #w1 .topicgrid .topiclist li ul li.tag {
  font-size: .9em;
  margin: 0;
  padding: 0;
}
/* line 772, ../sass/parts/_defaults.scss */
main.page #w1 .topicgrid .topiclist li ul li.tag:before {
  display: none;
}
/* line 775, ../sass/parts/_defaults.scss */
main.page #w1 .topicgrid .topiclist li ul li.tag a {
  color: #1e212c;
  font-weight: 200;
}
/* line 780, ../sass/parts/_defaults.scss */
main.page #w1 .topicgrid .topiclist li ul ul {
  padding-left: 1em;
  font-size: .9em;
}
/* line 783, ../sass/parts/_defaults.scss */
main.page #w1 .topicgrid .topiclist li ul ul li.tag:before {
  display: block;
  left: -.8em;
  top: .55em;
  border-color: #a8a9ac;
}
/* line 794, ../sass/parts/_defaults.scss */
main.page #w1 .topicgrid.topics .c1 {
  opacity: 0;
}
@media all and (min-width: 650px) {
  /* line 794, ../sass/parts/_defaults.scss */
  main.page #w1 .topicgrid.topics .c1 {
    opacity: 1;
  }
}
/* line 800, ../sass/parts/_defaults.scss */
main.page #w1 .topicgrid.topics .c2 {
  left: 0;
}
/* line 804, ../sass/parts/_defaults.scss */
main.page #w1 .topicgrid .switch {
  margin-top: 0;
}
@media all and (min-width: 650px) {
  /* line 804, ../sass/parts/_defaults.scss */
  main.page #w1 .topicgrid .switch {
    display: none;
  }
}

/* line 815, ../sass/parts/_defaults.scss */
table {
  border-collapse: collapse;
  width: 100%;
}
/* line 818, ../sass/parts/_defaults.scss */
table td {
  font-weight: 200;
  padding: .5em 0;
}

/* line 825, ../sass/parts/_defaults.scss */
main.web table td {
  border: 1px solid #d9dadd;
  padding: .5em;
}

/* line 831, ../sass/parts/_defaults.scss */
aside {
  font-weight: 200;
}

/* line 835, ../sass/parts/_defaults.scss */
.jumplinks {
  color: #717376;
  padding: 1em 0 0;
}
/* line 838, ../sass/parts/_defaults.scss */
.jumplinks a {
  display: block;
}
/* line 840, ../sass/parts/_defaults.scss */
.jumplinks a.button {
  display: inline-block;
  margin: 0 0 1.5em;
}
/* line 845, ../sass/parts/_defaults.scss */
.jumplinks .arrow {
  display: inline-block;
  width: 18px;
  margin: 2px 0 0 -2px;
}
/* line 849, ../sass/parts/_defaults.scss */
.jumplinks .arrow svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -.85em;
}
/* line 852, ../sass/parts/_defaults.scss */
.jumplinks .arrow svg polygon {
  fill: #a8a9ac;
}

/* line 859, ../sass/parts/_defaults.scss */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: contain;
  background-position: center center;
  background-color: rgba(30, 33, 44, 0.95);
}
/* line 866, ../sass/parts/_defaults.scss */
.overlay i {
  cursor: pointer;
  font-style: normal;
  font-size: 30px;
  background: #717376;
  color: #fff;
  display: block;
  position: absolute;
  top: 5px;
  right: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
}
/* line 879, ../sass/parts/_defaults.scss */
.overlay figure {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 5vh 5vw;
  text-align: center;
}
/* line 887, ../sass/parts/_defaults.scss */
.overlay figure img {
  max-height: 80vh;
  max-width: 90vw;
}
/* line 892, ../sass/parts/_defaults.scss */
.overlay figcaption, .overlay .gallery-img {
  color: #fff;
}
/* line 894, ../sass/parts/_defaults.scss */
.overlay figcaption h4, .overlay .gallery-img h4 {
  font-weight: 600;
}
/* line 897, ../sass/parts/_defaults.scss */
.overlay figcaption .tags a, .overlay .gallery-img .tags a {
  background: #1e212c;
  border-radius: 1em;
  display: inline-block;
  font-size: .8em;
  margin: .25em .25em 0 0;
  padding: .2em .5em;
}
/* line 904, ../sass/parts/_defaults.scss */
.overlay figcaption .tags a:hover, .overlay .gallery-img .tags a:hover {
  color: #fff;
  background: #156e94;
}

/* line 912, ../sass/parts/_defaults.scss */
span.byline {
  display: block;
  font: 400 0.55em/1.2em "Catamaran", sans-serif;
}

/* line 917, ../sass/parts/_defaults.scss */
time {
  display: block;
  color: #717376;
  font: 600 0.8em/1em "Catamaran", sans-serif;
}

/* line 924, ../sass/parts/_defaults.scss */
.oss-widget-interface {
  position: absolute;
  right: 8px;
  bottom: 70px;
}

/* line 928, ../sass/parts/_defaults.scss */
aside.slick, .overlay .slideshow {
  overflow: hidden;
}
/* line 929, ../sass/parts/_defaults.scss */
aside.slick p.arrow, .overlay .slideshow p.arrow {
  background-color: rgba(26, 142, 192, 0.8);
  position: absolute;
  z-index: 100;
}
/* line 934, ../sass/parts/_defaults.scss */
aside.slick p.prev, .overlay .slideshow p.prev {
  background-position: center center;
  background-image: url(../images/arrow-thin-left.png);
  background-repeat: no-repeat;
}
/* line 939, ../sass/parts/_defaults.scss */
aside.slick p.next, .overlay .slideshow p.next {
  background-position: center center;
  background-image: url(../images/arrow-thin-right.png);
  background-repeat: no-repeat;
}
/* line 945, ../sass/parts/_defaults.scss */
aside.slick figure, aside.slick .gallery-img, .overlay .slideshow figure, .overlay .slideshow .gallery-img {
  margin: 0 !important;
  float: left;
}
/* line 948, ../sass/parts/_defaults.scss */
aside.slick figure p, aside.slick .gallery-img p, .overlay .slideshow figure p, .overlay .slideshow .gallery-img p {
  padding: 0 1em;
}
/* line 951, ../sass/parts/_defaults.scss */
aside.slick figure img, aside.slick .gallery-img img, .overlay .slideshow figure img, .overlay .slideshow .gallery-img img {
  position: absolute;
  left: 0;
  top: 0;
}
/* line 956, ../sass/parts/_defaults.scss */
aside.slick figure.slick-current img, .overlay .slideshow figure.slick-current img {
  position: relative;
}
/* line 960, ../sass/parts/_defaults.scss */
aside.slick ul.slick-dots, .overlay .slideshow ul.slick-dots {
  padding: .5em;
  position: absolute;
  top: 0;
}
/* line 963, ../sass/parts/_defaults.scss */
aside.slick ul.slick-dots li, .overlay .slideshow ul.slick-dots li {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0 !important;
}
/* line 967, ../sass/parts/_defaults.scss */
aside.slick ul.slick-dots li:before, .overlay .slideshow ul.slick-dots li:before {
  display: none !important;
}
/* line 970, ../sass/parts/_defaults.scss */
aside.slick ul.slick-dots li button, .overlay .slideshow ul.slick-dots li button {
  background: none;
  display: block;
  border: 2px solid #fff;
  border-radius: 8px;
  font: 100 0/0;
  outline: none;
  overflow: hidden;
  padding: 0;
  text-indent: -100px;
  width: 12px;
  height: 12px;
}
/* line 984, ../sass/parts/_defaults.scss */
aside.slick ul.slick-dots li.slick-active button, .overlay .slideshow ul.slick-dots li.slick-active button {
  background: #fff;
}

/* line 991, ../sass/parts/_defaults.scss */
aside.slick {
  overflow: hidden;
}
/* line 993, ../sass/parts/_defaults.scss */
aside.slick figure {
  padding: 0 !important;
}
/* line 996, ../sass/parts/_defaults.scss */
aside.slick ul.slick-dots {
  right: 0;
}
/* line 999, ../sass/parts/_defaults.scss */
aside.slick p.arrow {
  padding-left: 5%;
  height: 10%;
  transition: all .5s;
  top: 40%;
}
/* line 1005, ../sass/parts/_defaults.scss */
aside.slick p.prev {
  background-size: 50% auto;
  left: 0;
}
/* line 1009, ../sass/parts/_defaults.scss */
aside.slick p.next {
  background-size: 50% auto;
  right: 0;
}

/* line 1015, ../sass/parts/_defaults.scss */
.overlay .slideshow {
  padding: 5vh 0;
}
/* line 1017, ../sass/parts/_defaults.scss */
.overlay .slideshow .arrow {
  background-size: auto 60%;
  width: 50px;
  height: 50px;
  top: 40vh;
}
/* line 1023, ../sass/parts/_defaults.scss */
.overlay .slideshow .gallery-img {
  display: flex;
  flex-wrap: wrap;
  font-size: .9em;
  justify-content: center;
  max-height: 95vh;
  overflow: auto;
  padding: 0 10vw;
  text-align: center;
}
/* line 1032, ../sass/parts/_defaults.scss */
.overlay .slideshow .gallery-img > * {
  width: 100%;
}
/* line 1035, ../sass/parts/_defaults.scss */
.overlay .slideshow .gallery-img h4 {
  font-size: 1.2em;
  padding: .5em 0;
}
/* line 1038, ../sass/parts/_defaults.scss */
.overlay .slideshow .gallery-img h4 a {
  color: #fff;
}
/* line 1042, ../sass/parts/_defaults.scss */
.overlay .slideshow .gallery-img .tags {
  padding-top: .5em;
}
/* line 1046, ../sass/parts/_defaults.scss */
.overlay .slideshow .gallery-img .actions .view {
  display: none;
}
/* line 1051, ../sass/parts/_defaults.scss */
.overlay .slideshow .img {
  background: url(images/loading.gif) center center no-repeat;
}
/* line 1054, ../sass/parts/_defaults.scss */
.overlay .slideshow .img a {
  display: block;
}
/* line 1056, ../sass/parts/_defaults.scss */
.overlay .slideshow .img a img {
  position: relative;
  max-width: 80vw;
  max-height: 70vh;
}
/* line 1063, ../sass/parts/_defaults.scss */
.overlay .slideshow ul.slick-dots {
  opacity: .6;
  left: 0;
}

/* line 1070, ../sass/parts/_defaults.scss */
.slideshow .slick-dots {
  display: none;
}
@media all and (min-width: 768px) {
  /* line 1070, ../sass/parts/_defaults.scss */
  .slideshow .slick-dots {
    display: block;
  }
}
/* line 1076, ../sass/parts/_defaults.scss */
.slideshow p.next {
  right: 3%;
}
/* line 1079, ../sass/parts/_defaults.scss */
.slideshow p.prev {
  left: 3%;
}

/* line 1084, ../sass/parts/_defaults.scss */
.gallery-img {
  overflow: hidden;
}
/* line 1086, ../sass/parts/_defaults.scss */
.gallery-img .actions {
  position: absolute;
  top: -100px;
  left: 0;
  text-align: center;
  transition: all .5s;
  width: 100%;
  z-index: 100;
}
/* line 1092, ../sass/parts/_defaults.scss */
.gallery-img .actions ul {
  display: inline-block;
}
/* line 1095, ../sass/parts/_defaults.scss */
.gallery-img .actions li {
  background: #29aae2;
  margin-top: 1px;
  padding: 0;
  transition: background .5s;
}
/* line 1100, ../sass/parts/_defaults.scss */
.gallery-img .actions li:hover {
  background: #1a8ec0;
}
/* line 1103, ../sass/parts/_defaults.scss */
.gallery-img .actions li a {
  color: #fff;
  cursor: pointer;
  display: block;
  font: 400 0.9em/1.3em "Catamaran", sans-serif;
  padding: .5em;
  text-transform: uppercase;
  width: 100%;
}
/* line 1113, ../sass/parts/_defaults.scss */
.gallery-img .actions li:before {
  display: none;
}
/* line 1118, ../sass/parts/_defaults.scss */
.gallery-img:hover .actions {
  top: 0;
}

/* line 1125, ../sass/parts/_defaults.scss */
table.files tr:nth-child(odd) {
  background: rgba(241, 242, 244, 0.5);
}
/* line 1128, ../sass/parts/_defaults.scss */
table.files tr.files-header {
  background: #1a8ec0;
  color: #fff;
}
/* line 1132, ../sass/parts/_defaults.scss */
table.files tr.fd-group-dir {
  background: #d9dadd;
  color: #717376;
}
/* line 1135, ../sass/parts/_defaults.scss */
table.files tr.fd-group-dir strong {
  font-weight: 100;
}
/* line 1139, ../sass/parts/_defaults.scss */
table.files td {
  border-right: 1px solid #fff;
  padding: .5em;
}
/* line 1143, ../sass/parts/_defaults.scss */
table.files td.name {
  width: 70%;
}
/* line 1146, ../sass/parts/_defaults.scss */
table.files td.size {
  width: 15%;
}
/* line 1149, ../sass/parts/_defaults.scss */
table.files td.date {
  width: 15%;
}

/* line 1154, ../sass/parts/_defaults.scss */
.gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* line 1158, ../sass/parts/_defaults.scss */
.gallery .gallery-img {
  width: 32%;
  margin: 0;
}
/* line 1161, ../sass/parts/_defaults.scss */
.gallery .gallery-img img {
  display: block;
  float: none;
  margin: 0;
  width: 100%;
}

/* line 1, ../sass/parts/_index.scss */
main.index {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
@media all and (min-width: 650px) {
  /* line 1, ../sass/parts/_index.scss */
  main.index {
    position: absolute;
  }
}
/* line 10, ../sass/parts/_index.scss */
main.index div.body {
  display: flex;
  height: 100%;
  position: relative;
  width: 300%;
}
@media all and (min-width: 650px) {
  /* line 10, ../sass/parts/_index.scss */
  main.index div.body {
    display: block;
    width: 100%;
  }
}
@media all and (min-width: 1300px) {
  /* line 10, ../sass/parts/_index.scss */
  main.index div.body {
    display: flex;
    min-height: 800px;
  }
}
/* line 25, ../sass/parts/_index.scss */
main.index section {
  height: 100%;
  width: 100vw;
  transition: all .5s;
}
@media all and (min-width: 650px) {
  /* line 25, ../sass/parts/_index.scss */
  main.index section {
    height: 100vh;
  }
}
@media all and (min-width: 768px) {
  /* line 25, ../sass/parts/_index.scss */
  main.index section {
    height: 60vh;
  }
}
@media all and (min-width: 1300px) {
  /* line 25, ../sass/parts/_index.scss */
  main.index section {
    height: 100vh;
  }
}
/* line 46, ../sass/parts/_index.scss */
main.index #w1 {
  z-index: 10;
}
@media all and (min-width: 650px) {
  /* line 46, ../sass/parts/_index.scss */
  main.index #w1 {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media all and (min-width: 768px) {
  /* line 46, ../sass/parts/_index.scss */
  main.index #w1 {
    height: 40vh;
  }
}
@media all and (min-width: 900px) {
  /* line 46, ../sass/parts/_index.scss */
  main.index #w1 {
    height: 37vh;
  }
}
@media all and (min-width: 1300px) {
  /* line 46, ../sass/parts/_index.scss */
  main.index #w1 {
    height: 100%;
    position: relative;
    width: 30%;
  }
}
/* line 65, ../sass/parts/_index.scss */
main.index #w2 {
  display: none;
  display: flex;
  flex-flow: column wrap;
  min-height: 100%;
  justify-content: flex-start;
}
@media all and (min-width: 650px) {
  /* line 65, ../sass/parts/_index.scss */
  main.index #w2 {
    position: absolute;
    left: 0;
    top: 100vh;
    display: flex;
    flex-flow: row wrap;
    min-height: 100vh;
  }
}
@media all and (min-width: 768px) {
  /* line 65, ../sass/parts/_index.scss */
  main.index #w2 {
    height: 60vh;
    min-height: 60vh;
    padding-top: 2em;
    top: 40vh;
    overflow: hidden;
  }
}
@media all and (min-width: 900px) {
  /* line 65, ../sass/parts/_index.scss */
  main.index #w2 {
    padding-top: 1em;
  }
}
@media all and (min-width: 1300px) {
  /* line 65, ../sass/parts/_index.scss */
  main.index #w2 {
    background-image: linear-gradient(to right, rgba(241, 242, 244, 0.8), rgba(241, 242, 244, 0));
    padding-left: 7vw;
    position: relative;
    left: auto;
    top: auto;
    width: 50%;
    height: 100%;
  }
}
@media all and (min-width: 650px) {
  /* line 95, ../sass/parts/_index.scss */
  main.index #w2 .button {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
  }
}
/* line 101, ../sass/parts/_index.scss */
main.index #w2 .resources {
  height: 53%;
}
@media all and (min-width: 650px) {
  /* line 101, ../sass/parts/_index.scss */
  main.index #w2 .resources {
    height: 85vh;
    width: 40%;
  }
}
@media all and (min-width: 768px) {
  /* line 101, ../sass/parts/_index.scss */
  main.index #w2 .resources {
    width: 55%;
    height: 55vh;
  }
}
@media all and (min-width: 900px) {
  /* line 101, ../sass/parts/_index.scss */
  main.index #w2 .resources {
    width: 50%;
  }
}
@media all and (min-width: 1300px) {
  /* line 101, ../sass/parts/_index.scss */
  main.index #w2 .resources {
    width: 100%;
    height: 48vh;
  }
}
/* line 118, ../sass/parts/_index.scss */
main.index #w2 .resources .button {
  margin: 0;
}
/* line 121, ../sass/parts/_index.scss */
main.index #w2 .resources .columns {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
@media all and (min-width: 650px) {
  /* line 121, ../sass/parts/_index.scss */
  main.index #w2 .resources .columns {
    height: 100%;
    padding-right: 1em;
  }
}
@media all and (min-width: 768px) {
  /* line 121, ../sass/parts/_index.scss */
  main.index #w2 .resources .columns {
    height: 46vh;
    padding-right: 0;
  }
}
@media all and (min-width: 1100px) {
  /* line 121, ../sass/parts/_index.scss */
  main.index #w2 .resources .columns {
    flex-flow: row nowrap;
    height: 85%;
    padding-right: 1em;
  }
}
@media all and (min-width: 1300px) {
  /* line 121, ../sass/parts/_index.scss */
  main.index #w2 .resources .columns {
    height: 90%;
  }
}
/* line 141, ../sass/parts/_index.scss */
main.index #w2 .resources .columns ul {
  width: 100%;
}
@media all and (min-width: 1100px) {
  /* line 141, ../sass/parts/_index.scss */
  main.index #w2 .resources .columns ul {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    height: 100%;
    width: 50%;
  }
}
/* line 153, ../sass/parts/_index.scss */
main.index #w2 .resources li a {
  padding: 0 1.5vh 1.5vh 0;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media all and (min-width: 1100px) {
  /* line 153, ../sass/parts/_index.scss */
  main.index #w2 .resources li a {
    margin: 0;
    padding: 1.5vh 0;
    justify-content: flex-start;
  }
}
/* line 166, ../sass/parts/_index.scss */
main.index #w2 .resources li .text {
  color: #1e212c;
  display: block;
  line-height: 1em;
  width: 100%;
}
/* line 171, ../sass/parts/_index.scss */
main.index #w2 .resources li .text:hover {
  color: #156e94;
}
@media all and (min-width: 900px) {
  /* line 166, ../sass/parts/_index.scss */
  main.index #w2 .resources li .text {
    font-size: .9em;
    width: 80%;
  }
}
/* line 179, ../sass/parts/_index.scss */
main.index #w2 .resources li b {
  border-radius: 5vw;
  width: 10vw;
  height: 10vw;
  min-width: 10vw;
  max-height: 10vw;
  margin-right: .5em;
}
@media all and (min-width: 650px) {
  /* line 179, ../sass/parts/_index.scss */
  main.index #w2 .resources li b {
    border-radius: 5vh;
    width: 10vh;
    height: 10vh;
    min-width: 10vh;
    max-height: 10vh;
  }
}
@media all and (min-width: 768px) {
  /* line 179, ../sass/parts/_index.scss */
  main.index #w2 .resources li b {
    border-radius: 5vh;
    width: 7vh;
    height: 7vh;
    min-width: 7vh;
    max-height: 7vh;
  }
}
@media all and (min-width: 1100px) {
  /* line 179, ../sass/parts/_index.scss */
  main.index #w2 .resources li b {
    border-radius: 6vh;
    min-width: 11vh;
    min-height: 11vh;
    width: 11vh;
    height: 11vh;
  }
}
/* line 206, ../sass/parts/_index.scss */
main.index #w2 .resources li h2 {
  font-size: 1.2em;
  margin: 0;
}
@media all and (min-width: 900px) {
  /* line 206, ../sass/parts/_index.scss */
  main.index #w2 .resources li h2 {
    font: 200 1.3em/1.2em "Catamaran", sans-serif;
  }
}
@media all and (min-width: 1300px) {
  /* line 206, ../sass/parts/_index.scss */
  main.index #w2 .resources li h2 {
    font: 200 1.5em/1.2em "Catamaran", sans-serif;
  }
}
/* line 216, ../sass/parts/_index.scss */
main.index #w2 .resources li p {
  font-size: .85em;
  font-weight: 200;
  line-height: 1.2em;
}
@media all and (min-width: 900px) {
  /* line 216, ../sass/parts/_index.scss */
  main.index #w2 .resources li p {
    font: 200 0.9em/1.2em "Catamaran", sans-serif;
  }
}
@media all and (min-width: 1300px) {
  /* line 216, ../sass/parts/_index.scss */
  main.index #w2 .resources li p {
    font: 200 1em/1.2em "Catamaran", sans-serif;
  }
}
/* line 229, ../sass/parts/_index.scss */
main.index #w2 .videos {
  height: 45%;
}
@media all and (min-width: 650px) {
  /* line 229, ../sass/parts/_index.scss */
  main.index #w2 .videos {
    height: 85vh;
    width: 60%;
  }
}
@media all and (min-width: 768px) {
  /* line 229, ../sass/parts/_index.scss */
  main.index #w2 .videos {
    width: 40%;
    height: 55vh;
  }
}
@media all and (min-width: 900px) {
  /* line 229, ../sass/parts/_index.scss */
  main.index #w2 .videos {
    width: 50%;
  }
}
@media all and (min-width: 1300px) {
  /* line 229, ../sass/parts/_index.scss */
  main.index #w2 .videos {
    width: 95%;
    height: 45%;
    margin-top: 2vh;
  }
}
/* line 247, ../sass/parts/_index.scss */
main.index #w2 .videos h1 {
  margin-bottom: 1vh;
}
/* line 250, ../sass/parts/_index.scss */
main.index #w2 .videos .blocklink {
  min-height: 55px;
}
@media all and (min-width: 1300px) {
  /* line 252, ../sass/parts/_index.scss */
  main.index #w2 .videos .blocklink h3 {
    font-size: 1em;
  }
}
@media all and (min-width: 1400px) {
  /* line 252, ../sass/parts/_index.scss */
  main.index #w2 .videos .blocklink h3 {
    font-size: 1.1em;
  }
}
@media all and (min-width: 1300px) {
  /* line 260, ../sass/parts/_index.scss */
  main.index #w2 .videos .blocklink .text {
    overflow: hidden;
  }
}
/* line 266, ../sass/parts/_index.scss */
main.index #w2 .videos .grid {
  display: flex;
  flex-wrap: wrap;
  height: 80%;
  justify-content: space-between;
  margin: 0;
}
/* line 272, ../sass/parts/_index.scss */
main.index #w2 .videos .grid .videogrid {
  width: 48%;
  height: 48%;
}
@media all and (min-width: 768px) {
  /* line 272, ../sass/parts/_index.scss */
  main.index #w2 .videos .grid .videogrid {
    width: 90%;
    height: 23%;
  }
}
@media all and (min-width: 900px) {
  /* line 272, ../sass/parts/_index.scss */
  main.index #w2 .videos .grid .videogrid {
    width: 48%;
    height: 47%;
  }
}
@media all and (min-width: 1300px) {
  /* line 272, ../sass/parts/_index.scss */
  main.index #w2 .videos .grid .videogrid {
    width: 48%;
    height: 46%;
  }
}
/* line 289, ../sass/parts/_index.scss */
main.index #w2 .splitter {
  display: none;
  background-image: linear-gradient(to bottom, rgba(217, 218, 221, 0.4), rgba(217, 218, 221, 0.2));
  padding-right: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4vh;
  width: 100%;
}
@media all and (min-width: 900px) {
  /* line 289, ../sass/parts/_index.scss */
  main.index #w2 .splitter {
    height: 6vh;
  }
}
/* line 298, ../sass/parts/_index.scss */
main.index #w2 .splitter b {
  display: block;
  width: 25px;
  margin: -5px auto -3px;
}
/* line 302, ../sass/parts/_index.scss */
main.index #w2 .splitter b svg {
  width: 100%;
}
/* line 304, ../sass/parts/_index.scss */
main.index #w2 .splitter b svg polygon {
  fill: rgba(41, 170, 226, 0.5);
}
/* line 309, ../sass/parts/_index.scss */
main.index #w2 .splitter p {
  color: #29aae2;
  font-weight: 800;
  font-size: .8em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 326, ../sass/parts/_index.scss */
main.index #w3 {
  background-image: linear-gradient(to right, rgba(217, 218, 221, 0.5) 0%, rgba(217, 218, 221, 0.3) 30%, rgba(217, 218, 221, 0.1) 100%);
  display: flex;
  flex-direction: column;
  font-size: .9em;
  height: 100%;
}
@media all and (min-width: 650px) {
  /* line 326, ../sass/parts/_index.scss */
  main.index #w3 {
    background-image: linear-gradient(to bottom, rgba(217, 218, 221, 0.5), rgba(217, 218, 221, 0.2));
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    padding: 2em 60px 2em 5vw;
    position: absolute;
    top: 200vh;
    left: 0;
  }
}
@media all and (min-width: 768px) {
  /* line 326, ../sass/parts/_index.scss */
  main.index #w3 {
    top: 100vh;
  }
}
@media all and (min-width: 1300px) {
  /* line 326, ../sass/parts/_index.scss */
  main.index #w3 {
    background-image: linear-gradient(to right, #d9dadd, rgba(217, 218, 221, 0.5));
    height: 100%;
    flex-direction: column;
    padding: 2em  2em 1em;
    position: relative;
    left: auto;
    top: auto;
    width: 20%;
  }
}
/* line 352, ../sass/parts/_index.scss */
main.index #w3 .section {
  padding-left: 1em;
}
/* line 355, ../sass/parts/_index.scss */
main.index #w3 .button {
  background: rgba(255, 255, 255, 0.5);
  margin-top: .5em;
}
@media all and (min-width: 1300px) {
  /* line 355, ../sass/parts/_index.scss */
  main.index #w3 .button {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
  }
}
/* line 363, ../sass/parts/_index.scss */
main.index #w3 h1 {
  margin-bottom: .5em;
}
/* line 365, ../sass/parts/_index.scss */
main.index #w3 h1:before {
  background: #fff;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  position: absolute;
  left: -3em;
  top: -.1em;
}
@media all and (min-width: 650px) {
  /* line 365, ../sass/parts/_index.scss */
  main.index #w3 h1:before {
    display: none;
  }
}
@media all and (min-width: 1300px) {
  /* line 365, ../sass/parts/_index.scss */
  main.index #w3 h1:before {
    display: block;
    left: -3.8em;
  }
}
/* line 381, ../sass/parts/_index.scss */
main.index #w3 a:not(.button) {
  display: block;
}
/* line 384, ../sass/parts/_index.scss */
main.index #w3 a:not(.button):hover {
  color: #1e212c;
}
/* line 388, ../sass/parts/_index.scss */
main.index #w3 .topics {
  height: 45%;
}
@media all and (min-width: 650px) {
  /* line 388, ../sass/parts/_index.scss */
  main.index #w3 .topics {
    height: 100%;
    width: 40%;
    padding-left: 0;
  }
}
@media all and (min-width: 1300px) {
  /* line 388, ../sass/parts/_index.scss */
  main.index #w3 .topics {
    height: 50%;
    width: 100%;
    margin-bottom: 5%;
  }
}
@media all and (min-width: 650px) {
  /* line 398, ../sass/parts/_index.scss */
  main.index #w3 .topics h1 {
    padding-left: 5%;
  }
  /* line 401, ../sass/parts/_index.scss */
  main.index #w3 .topics h1:before {
    left: -2.85em;
  }
}
/* line 406, ../sass/parts/_index.scss */
main.index #w3 .topics > ul {
  overflow: hidden;
}
@media all and (min-width: 650px) {
  /* line 406, ../sass/parts/_index.scss */
  main.index #w3 .topics > ul {
    height: 80%;
    font-size: 1.1em;
    line-height: 1.3em;
  }
}
@media all and (min-width: 1300px) {
  /* line 406, ../sass/parts/_index.scss */
  main.index #w3 .topics > ul {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
  }
}
/* line 420, ../sass/parts/_index.scss */
main.index #w3 .topics li {
  font-weight: 800;
}
@media all and (min-width: 650px) {
  /* line 420, ../sass/parts/_index.scss */
  main.index #w3 .topics li {
    padding-left: 5%;
  }
}
/* line 425, ../sass/parts/_index.scss */
main.index #w3 .topics li a {
  padding: 0 0 .25em;
}
/* line 428, ../sass/parts/_index.scss */
main.index #w3 .topics li a .arrow svg {
  top: -.85em;
}
/* line 430, ../sass/parts/_index.scss */
main.index #w3 .topics li a .arrow svg polygon {
  fill: #fff;
}
/* line 436, ../sass/parts/_index.scss */
main.index #w3 .topics li a:hover svg {
  left: .1em;
}
/* line 441, ../sass/parts/_index.scss */
main.index #w3 .topics li ul {
  display: none;
  padding: 0 0 .3em;
}
@media all and (min-width: 1800px) {
  /* line 441, ../sass/parts/_index.scss */
  main.index #w3 .topics li ul {
    column-count: 2;
  }
}
/* line 448, ../sass/parts/_index.scss */
main.index #w3 .topics li ul li {
  font: 200 0.85em/1.2em "Catamaran", sans-serif;
}
@media all and (min-width: 650px) {
  /* line 454, ../sass/parts/_index.scss */
  main.index #w3 .topics .button {
    margin-left: 5%;
  }
}
/* line 461, ../sass/parts/_index.scss */
main.index #w3 .news {
  height: 55%;
  width: 90%;
}
@media all and (min-width: 650px) {
  /* line 461, ../sass/parts/_index.scss */
  main.index #w3 .news {
    height: 100%;
    width: 60%;
  }
}
@media all and (min-width: 1300px) {
  /* line 461, ../sass/parts/_index.scss */
  main.index #w3 .news {
    height: 45%;
    width: 100%;
  }
}
/* line 470, ../sass/parts/_index.scss */
main.index #w3 .news h1 {
  margin: 1.5em 0 0;
}
@media all and (min-width: 650px) {
  /* line 470, ../sass/parts/_index.scss */
  main.index #w3 .news h1 {
    margin: 0;
  }
}
/* line 476, ../sass/parts/_index.scss */
main.index #w3 .news ul {
  display: flex;
  flex-flow: column wrap;
  height: 60%;
  justify-content: space-evenly;
  overflow: hidden;
  width: 100%;
}
@media all and (min-width: 650px) {
  /* line 476, ../sass/parts/_index.scss */
  main.index #w3 .news ul {
    height: 80%;
  }
}
/* line 487, ../sass/parts/_index.scss */
main.index #w3 .news li {
  margin: .5em 0;
  width: 100%;
}
/* line 490, ../sass/parts/_index.scss */
main.index #w3 .news li a {
  line-height: 1.2em;
}
/* line 493, ../sass/parts/_index.scss */
main.index #w3 .news li h2 {
  font-weight: 500;
}
/* line 496, ../sass/parts/_index.scss */
main.index #w3 .news li h3 {
  font-size: 1em;
  margin: 0 0 .2em;
  font-weight: 400;
}
/* line 501, ../sass/parts/_index.scss */
main.index #w3 .news li p {
  font-size: .8em;
  line-height: 1.1em;
  padding-top: .1em;
}

/* line 1, ../sass/parts/_article.scss */
main.page #w1 header.image, main.page #w3 .rotator {
  height: 40vh;
}
@media all and (min-width: 900px) {
  /* line 1, ../sass/parts/_article.scss */
  main.page #w1 header.image, main.page #w3 .rotator {
    min-height: 300px;
  }
}

/* line 8, ../sass/parts/_article.scss */
main.page #w1 header.image .text, main.page #w1 .breadcrumb, main.page #w1 article, main.page #w1 #article, main.page footer div.related {
  padding: 1em 17vw 1em 4vw;
}
@media all and (min-width: 650px) {
  /* line 8, ../sass/parts/_article.scss */
  main.page #w1 header.image .text, main.page #w1 .breadcrumb, main.page #w1 article, main.page #w1 #article, main.page footer div.related {
    padding: 1em 8vw 1em 4vw;
  }
}
@media all and (min-width: 1300px) {
  /* line 8, ../sass/parts/_article.scss */
  main.page #w1 header.image .text, main.page #w1 .breadcrumb, main.page #w1 article, main.page #w1 #article, main.page footer div.related {
    padding: 1em 10vw 2em 8vw;
  }
}

/* line 23, ../sass/parts/_article.scss */
main.page footer div.related {
  width: 100%;
}

@media all and (min-width: 900px) {
  /* line 28, ../sass/parts/_article.scss */
  main.page #w1 {
    width: 70%;
  }
}
/* line 32, ../sass/parts/_article.scss */
main.page #w1 header.image {
  display: flex;
  flex-direction: column-reverse;
}
/* line 36, ../sass/parts/_article.scss */
main.page #w1 header.image b {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 40, ../sass/parts/_article.scss */
main.page #w1 header.image b:before {
  background-image: linear-gradient(to top, rgba(30, 33, 44, 0) 50%, rgba(30, 33, 44, 0.6) 100%);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 48, ../sass/parts/_article.scss */
main.page #w1 header.image .text {
  background: rgba(26, 142, 192, 0.8);
  color: #fff;
  padding-bottom: 1.2em;
}
/* line 53, ../sass/parts/_article.scss */
main.page #w1 header.image .text .tag {
  display: inline-block;
  font-size: .8em;
  font-weight: 700;
  color: #9ac83e;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* line 60, ../sass/parts/_article.scss */
main.page #w1 header.image .text .tag .arrow {
  top: .15em;
}
/* line 62, ../sass/parts/_article.scss */
main.page #w1 header.image .text .tag .arrow polygon {
  fill: #f1f2f4;
}
/* line 67, ../sass/parts/_article.scss */
main.page #w1 header.image .text .tag:first-child .arrow {
  display: none;
}
/* line 72, ../sass/parts/_article.scss */
main.page #w1 header.image .text h1 {
  color: #fff;
  font: 400 1.5em/1.2em "Catamaran", sans-serif;
}
@media all and (min-width: 900px) {
  /* line 72, ../sass/parts/_article.scss */
  main.page #w1 header.image .text h1 {
    font: 200 2.2em/1.2em "Catamaran", sans-serif;
  }
}
/* line 81, ../sass/parts/_article.scss */
main.page #w1 header.noimage {
  padding: 120px 5vw 1em 25px;
}
@media all and (min-width: 650px) {
  /* line 81, ../sass/parts/_article.scss */
  main.page #w1 header.noimage {
    padding-left: 40px;
  }
}
@media all and (min-width: 1300px) {
  /* line 81, ../sass/parts/_article.scss */
  main.page #w1 header.noimage {
    padding-left: 100px;
  }
}
/* line 89, ../sass/parts/_article.scss */
main.page #w1 header.noimage .text {
  border-top: 1px solid #d9dadd;
  padding-top: .5em;
}
/* line 92, ../sass/parts/_article.scss */
main.page #w1 header.noimage .text h1 {
  color: #a8a9ac;
  font: 200 1.8em/1.2em "Catamaran", sans-serif;
}
@media all and (min-width: 1100px) {
  /* line 92, ../sass/parts/_article.scss */
  main.page #w1 header.noimage .text h1 {
    font: 200 2.2em/1.2em "Catamaran", sans-serif;
  }
}
/* line 98, ../sass/parts/_article.scss */
main.page #w1 header.noimage .text h1 a.button {
  float: right;
  font-size: .4em;
  margin: 0 3em 0 0;
}
/* line 107, ../sass/parts/_article.scss */
main.page #w1 .breadcrumb {
  padding-top: .5em;
  padding-bottom: .5em;
  text-transform: uppercase;
}
@media all and (min-width: 1300px) {
  /* line 107, ../sass/parts/_article.scss */
  main.page #w1 .breadcrumb {
    font-size: 1.2em;
  }
}
/* line 115, ../sass/parts/_article.scss */
main.page #w1 .breadcrumb li {
  display: inline-block;
  line-height: 1em;
}
/* line 119, ../sass/parts/_article.scss */
main.page #w1 .breadcrumb a {
  color: #a8a9ac;
  font-size: .8em;
}
/* line 122, ../sass/parts/_article.scss */
main.page #w1 .breadcrumb a .arrow {
  top: .15em;
}
/* line 124, ../sass/parts/_article.scss */
main.page #w1 .breadcrumb a .arrow polygon {
  fill: #9ac83e;
}
/* line 128, ../sass/parts/_article.scss */
main.page #w1 .breadcrumb a:hover {
  color: #29aae2;
}
/* line 133, ../sass/parts/_article.scss */
main.page #w1 article, main.page #w1 #article {
  font-weight: 200;
}
@media all and (min-width: 900px) {
  /* line 133, ../sass/parts/_article.scss */
  main.page #w1 article, main.page #w1 #article {
    width: 70vw;
  }
}
/* line 140, ../sass/parts/_article.scss */
main.page #w1 article hr, main.page #w1 #article hr {
  margin: 2em 0;
  border: none;
  border-style: none;
  display: block;
  border-top: 1px solid #d9dadd;
}
/* line 147, ../sass/parts/_article.scss */
main.page #w1 article > p, main.page #w1 article > ol, main.page #w1 article > ul, main.page #w1 article > div, main.page #w1 #article > p, main.page #w1 #article > ol, main.page #w1 #article > ul, main.page #w1 #article > div {
  font-weight: 200;
  margin: 1em 0;
}
/* line 150, ../sass/parts/_article.scss */
main.page #w1 article > p:first-of-type, main.page #w1 article > ol:first-of-type, main.page #w1 article > ul:first-of-type, main.page #w1 article > div:first-of-type, main.page #w1 #article > p:first-of-type, main.page #w1 #article > ol:first-of-type, main.page #w1 #article > ul:first-of-type, main.page #w1 #article > div:first-of-type {
  /*
  					&:first-letter {
  						display: block;
  						float: left;
  						font-size: 4.5em;
  						font-weight: 400;
  						color: $green;
  						margin: .3em 2px .1em -3px;
  					}
  */
}
/* line 162, ../sass/parts/_article.scss */
main.page #w1 article > p img, main.page #w1 article > ol img, main.page #w1 article > ul img, main.page #w1 article > div img, main.page #w1 #article > p img, main.page #w1 #article > ol img, main.page #w1 #article > ul img, main.page #w1 #article > div img {
  display: block;
  width: 100%;
  height: auto !important;
  margin: 1em 0;
  z-index: 5;
}
@media all and (min-width: 650px) {
  /* line 162, ../sass/parts/_article.scss */
  main.page #w1 article > p img, main.page #w1 article > ol img, main.page #w1 article > ul img, main.page #w1 article > div img, main.page #w1 #article > p img, main.page #w1 #article > ol img, main.page #w1 #article > ul img, main.page #w1 #article > div img {
    float: right;
    margin: 1em 0 1em 1.5em;
    width: 40%;
    max-width: 500px;
  }
}
/* line 174, ../sass/parts/_article.scss */
main.page #w1 article > p img.right20, main.page #w1 article > ol img.right20, main.page #w1 article > ul img.right20, main.page #w1 article > div img.right20, main.page #w1 #article > p img.right20, main.page #w1 #article > ol img.right20, main.page #w1 #article > ul img.right20, main.page #w1 #article > div img.right20 {
  float: right;
  margin: 1em 0 1em 1.5em;
  width: 20%;
  max-width: 300px;
}
/* line 180, ../sass/parts/_article.scss */
main.page #w1 article > p img.right60, main.page #w1 article > ol img.right60, main.page #w1 article > ul img.right60, main.page #w1 article > div img.right60, main.page #w1 #article > p img.right60, main.page #w1 #article > ol img.right60, main.page #w1 #article > ul img.right60, main.page #w1 #article > div img.right60 {
  float: right;
  margin: 1em 0 1em 1.5em;
  width: 60%;
  max-width: 700px;
}
/* line 186, ../sass/parts/_article.scss */
main.page #w1 article > p img.full, main.page #w1 article > ol img.full, main.page #w1 article > ul img.full, main.page #w1 article > div img.full, main.page #w1 #article > p img.full, main.page #w1 #article > ol img.full, main.page #w1 #article > ul img.full, main.page #w1 #article > div img.full {
  width: 100%;
  margin: 1.5em 0;
}
@media all and (min-width: 650px) {
  /* line 186, ../sass/parts/_article.scss */
  main.page #w1 article > p img.full, main.page #w1 article > ol img.full, main.page #w1 article > ul img.full, main.page #w1 article > div img.full, main.page #w1 #article > p img.full, main.page #w1 #article > ol img.full, main.page #w1 #article > ul img.full, main.page #w1 #article > div img.full {
    float: none;
    margin: 1.5em 0;
    width: 100%;
    max-width: 100%;
  }
}
@media all and (min-width: 650px) {
  /* line 196, ../sass/parts/_article.scss */
  main.page #w1 article > p img.left, main.page #w1 article > ol img.left, main.page #w1 article > ul img.left, main.page #w1 article > div img.left, main.page #w1 #article > p img.left, main.page #w1 #article > ol img.left, main.page #w1 #article > ul img.left, main.page #w1 #article > div img.left {
    float: left;
    margin: 1em 1.5em 1em 0;
    width: 40%;
    max-width: 500px;
  }
}
/* line 204, ../sass/parts/_article.scss */
main.page #w1 article > p img.left20, main.page #w1 article > ol img.left20, main.page #w1 article > ul img.left20, main.page #w1 article > div img.left20, main.page #w1 #article > p img.left20, main.page #w1 #article > ol img.left20, main.page #w1 #article > ul img.left20, main.page #w1 #article > div img.left20 {
  float: left;
  margin: 1em 1.5em 1em 0;
  width: 20%;
  max-width: 300px;
}
/* line 210, ../sass/parts/_article.scss */
main.page #w1 article > p img.left60, main.page #w1 article > ol img.left60, main.page #w1 article > ul img.left60, main.page #w1 article > div img.left60, main.page #w1 #article > p img.left60, main.page #w1 #article > ol img.left60, main.page #w1 #article > ul img.left60, main.page #w1 #article > div img.left60 {
  float: left;
  margin: 1em 1.5em 1em 0;
  width: 60%;
  max-width: 700px;
}
/* line 219, ../sass/parts/_article.scss */
main.page #w1 article .citation, main.page #w1 #article .citation {
  margin: 1em 2em;
  clear: both;
}
/* line 224, ../sass/parts/_article.scss */
main.page #w1 article ul li, main.page #w1 #article ul li {
  padding: .5em 0 .5em 1em;
}
/* line 226, ../sass/parts/_article.scss */
main.page #w1 article ul li:before, main.page #w1 #article ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: .75em;
  width: .3em;
  height: .3em;
  border-top: 2px solid #29aae2;
  border-right: 2px solid #29aae2;
  transform: rotate(45deg);
}
/* line 236, ../sass/parts/_article.scss */
main.page #w1 article ul h3, main.page #w1 #article ul h3 {
  margin: 0;
}
/* line 241, ../sass/parts/_article.scss */
main.page #w1 article ul.sciencenews li, main.page #w1 #article ul.sciencenews li {
  border-top: 1px solid #f1f2f4;
  padding: .6em 0;
}
/* line 244, ../sass/parts/_article.scss */
main.page #w1 article ul.sciencenews li:before, main.page #w1 #article ul.sciencenews li:before {
  display: none;
}
/* line 247, ../sass/parts/_article.scss */
main.page #w1 article ul.sciencenews li h3, main.page #w1 #article ul.sciencenews li h3 {
  font-weight: 600;
}
/* line 250, ../sass/parts/_article.scss */
main.page #w1 article ul.sciencenews li > i, main.page #w1 #article ul.sciencenews li > i {
  color: #717376;
  font: 600 0.65em/1em "Catamaran", sans-serif;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* line 257, ../sass/parts/_article.scss */
main.page #w1 article ul.sciencenews li .credit, main.page #w1 #article ul.sciencenews li .credit {
  font-size: .85em;
  line-height: 1em;
  padding: .25em 0;
}
/* line 261, ../sass/parts/_article.scss */
main.page #w1 article ul.sciencenews li .credit strong, main.page #w1 #article ul.sciencenews li .credit strong {
  color: #717376;
  font-weight: 600;
}
/* line 265, ../sass/parts/_article.scss */
main.page #w1 article ul.sciencenews li .credit span, main.page #w1 #article ul.sciencenews li .credit span {
  display: inline-block;
}
/* line 268, ../sass/parts/_article.scss */
main.page #w1 article ul.sciencenews li .credit span:not(:empty), main.page #w1 #article ul.sciencenews li .credit span:not(:empty) {
  border-left: 1px solid #d9dadd;
  margin-right: .2em;
  padding-left: .4em;
}
/* line 276, ../sass/parts/_article.scss */
main.page #w1 article ol, main.page #w1 #article ol {
  list-style: decimal;
  padding-left: 1.5em;
  margin: 1.5em 0;
}
/* line 280, ../sass/parts/_article.scss */
main.page #w1 article ol li, main.page #w1 #article ol li {
  margin: .5em 0;
}
/* line 282, ../sass/parts/_article.scss */
main.page #w1 article ol li ul, main.page #w1 #article ol li ul {
  margin: 0 0 1em;
}
/* line 284, ../sass/parts/_article.scss */
main.page #w1 article ol li ul li, main.page #w1 #article ol li ul li {
  margin: 0;
  padding-bottom: 0;
}
/* line 289, ../sass/parts/_article.scss */
main.page #w1 article ol li ol, main.page #w1 #article ol li ol {
  margin: 0 0 1em;
  list-style: lower-alpha;
}
/* line 295, ../sass/parts/_article.scss */
main.page #w1 article figure, main.page #w1 #article figure {
  margin: 1.5em 0;
  padding: .5em;
  background: #f1f2f4;
  z-index: 100;
}
@media all and (min-width: 650px) {
  /* line 300, ../sass/parts/_article.scss */
  main.page #w1 article figure.right, main.page #w1 #article figure.right {
    float: right;
    margin: 1em 0 1em 1.5em !important;
    width: 40%;
    max-width: 500px;
  }
}
@media all and (min-width: 650px) {
  /* line 308, ../sass/parts/_article.scss */
  main.page #w1 article figure.left, main.page #w1 #article figure.left {
    float: left;
    margin: 1em 1.5em 1em 0 !important;
    width: 40%;
    max-width: 500px;
  }
}
/* line 316, ../sass/parts/_article.scss */
main.page #w1 article figure.right20, main.page #w1 #article figure.right20 {
  float: right;
  margin: 1em 0 1em 1.5em !important;
  width: 20%;
  max-width: 300px;
}
@media all and (min-width: 650px) {
  /* line 322, ../sass/parts/_article.scss */
  main.page #w1 article figure.right60, main.page #w1 #article figure.right60 {
    float: right;
    margin: 1em 0 1em 1.5em !important;
    width: 60%;
    max-width: 700px;
  }
}
/* line 330, ../sass/parts/_article.scss */
main.page #w1 article figure.left20, main.page #w1 #article figure.left20 {
  float: left;
  margin: 1em 1.5em 1em 0 !important;
  width: 20%;
  max-width: 300px;
}
@media all and (min-width: 650px) {
  /* line 336, ../sass/parts/_article.scss */
  main.page #w1 article figure.left60, main.page #w1 #article figure.left60 {
    float: left;
    margin: 1em 1.5em 1em 0 !important;
    width: 60%;
    max-width: 700px;
  }
}
@media all and (min-width: 650px) {
  /* line 344, ../sass/parts/_article.scss */
  main.page #w1 article figure.full, main.page #w1 #article figure.full {
    float: none;
    margin: 1.5em 0 !important;
    width: 100%;
    max-width: 100%;
  }
}
/* line 352, ../sass/parts/_article.scss */
main.page #w1 article figure img, main.page #w1 #article figure img {
  float: none;
  margin: 0 0 .5em;
  width: 100%;
  max-width: 100%;
}
/* line 358, ../sass/parts/_article.scss */
main.page #w1 article figure figcaption, main.page #w1 #article figure figcaption {
  font-weight: 200;
  font-size: .9em;
  text-align: center;
  width: 100%;
  padding: 0 0 .5em;
}
/* line 365, ../sass/parts/_article.scss */
main.page #w1 article .grid-linear .grid-item, main.page #w1 #article .grid-linear .grid-item {
  overflow: hidden;
}
@media all and (min-width: 650px) {
  /* line 365, ../sass/parts/_article.scss */
  main.page #w1 article .grid-linear .grid-item, main.page #w1 #article .grid-linear .grid-item {
    padding-left: 18vw;
  }
}
@media all and (min-width: 1300px) {
  /* line 365, ../sass/parts/_article.scss */
  main.page #w1 article .grid-linear .grid-item, main.page #w1 #article .grid-linear .grid-item {
    padding-left: 12vw;
  }
}
@media all and (min-width: 650px) {
  /* line 373, ../sass/parts/_article.scss */
  main.page #w1 article .grid-linear .grid-item figure, main.page #w1 #article .grid-linear .grid-item figure {
    float: left;
    margin: 0 0 0 -18vw;
    width: 15vw;
  }
}
@media all and (min-width: 1300px) {
  /* line 373, ../sass/parts/_article.scss */
  main.page #w1 article .grid-linear .grid-item figure, main.page #w1 #article .grid-linear .grid-item figure {
    margin-left: -12vw;
    width: 10vw;
  }
}
/* line 386, ../sass/parts/_article.scss */
main.page #w1 article > .grid-linear, main.page #w1 #article > .grid-linear {
  padding-top: 2em;
}
/* line 389, ../sass/parts/_article.scss */
main.page #w1 article .player, main.page #w1 #article .player {
  padding-bottom: 5vh;
}
/* line 391, ../sass/parts/_article.scss */
main.page #w1 article .player .embed, main.page #w1 #article .player .embed {
  padding-top: 55%;
}
/* line 393, ../sass/parts/_article.scss */
main.page #w1 article .player .embed iframe, main.page #w1 #article .player .embed iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 398, ../sass/parts/_article.scss */
main.page #w1 article .player h2, main.page #w1 #article .player h2 {
  color: #1a8ec0;
  font: 200 2em/1.2em "Catamaran", sans-serif;
  margin: 0;
  padding: .5em 0 .25em .2em;
}
/* line 403, ../sass/parts/_article.scss */
main.page #w1 article .player p, main.page #w1 #article .player p {
  font-weight: 200;
  padding-left: .5em;
}
/* line 409, ../sass/parts/_article.scss */
main.page #w1 article .breadcrumb, main.page #w1 #article .breadcrumb {
  padding: 0;
}
/* line 411, ../sass/parts/_article.scss */
main.page #w1 article .breadcrumb li, main.page #w1 #article .breadcrumb li {
  margin-right: .5em;
}
/* line 415, ../sass/parts/_article.scss */
main.page #w1 article .newsfilter, main.page #w1 #article .newsfilter {
  background: #f1f2f4;
  margin: 1em 0 2.5em;
  padding: .75em;
  text-align: center;
}
/* line 420, ../sass/parts/_article.scss */
main.page #w1 article .newsfilter > *, main.page #w1 #article .newsfilter > * {
  margin: .2em 0 .5em .5em;
}
@media all and (min-width: 650px) {
  /* line 420, ../sass/parts/_article.scss */
  main.page #w1 article .newsfilter > *, main.page #w1 #article .newsfilter > * {
    display: inline-block;
    margin: 0 .5em 0 1em;
  }
}
/* line 427, ../sass/parts/_article.scss */
main.page #w1 article .newsfilter input[type="text"], main.page #w1 #article .newsfilter input[type="text"] {
  line-height: 2em;
  padding: 0 .5em;
  font: 400 0.9em/2em "Catamaran", sans-serif;
  border: none;
  border-style: none;
  border: 1px solid #d9dadd;
  min-width: 250px;
}
@media all and (min-width: 1300px) {
  /* line 427, ../sass/parts/_article.scss */
  main.page #w1 article .newsfilter input[type="text"], main.page #w1 #article .newsfilter input[type="text"] {
    width: 17vw;
  }
}
/* line 439, ../sass/parts/_article.scss */
main.page #w1 article .newsfilter span, main.page #w1 #article .newsfilter span {
  white-space: nowrap;
}
/* line 441, ../sass/parts/_article.scss */
main.page #w1 article .newsfilter span button, main.page #w1 #article .newsfilter span button {
  margin-left: 1em;
}
/* line 446, ../sass/parts/_article.scss */
main.page #w1 article .paging, main.page #w1 article .pagination, main.page #w1 #article .paging, main.page #w1 #article .pagination {
  padding: 2em 0 0;
}
/* line 448, ../sass/parts/_article.scss */
main.page #w1 article .paging ul, main.page #w1 article .pagination ul, main.page #w1 #article .paging ul, main.page #w1 #article .pagination ul {
  padding-top: 0;
}
/* line 451, ../sass/parts/_article.scss */
main.page #w1 article .paging li, main.page #w1 article .pagination li, main.page #w1 #article .paging li, main.page #w1 #article .pagination li {
  display: inline-block;
}
/* line 453, ../sass/parts/_article.scss */
main.page #w1 article .paging li a, main.page #w1 article .pagination li a, main.page #w1 #article .paging li a, main.page #w1 #article .pagination li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #fff;
}
/* line 460, ../sass/parts/_article.scss */
main.page #w1 article .paging li a.active, main.page #w1 article .pagination li a.active, main.page #w1 #article .paging li a.active, main.page #w1 #article .pagination li a.active {
  border-color: #d9dadd;
  font-weight: 800;
}
/* line 466, ../sass/parts/_article.scss */
main.page #w1 article .paging li.active a, main.page #w1 article .pagination li.active a, main.page #w1 #article .paging li.active a, main.page #w1 #article .pagination li.active a {
  border-color: #d9dadd;
  font-weight: 800;
}
/* line 471, ../sass/parts/_article.scss */
main.page #w1 article .paging li:first-child, main.page #w1 article .pagination li:first-child, main.page #w1 #article .paging li:first-child, main.page #w1 #article .pagination li:first-child {
  padding-left: 0;
}
/* line 475, ../sass/parts/_article.scss */
main.page #w1 article .paging li:before, main.page #w1 article .pagination li:before, main.page #w1 #article .paging li:before, main.page #w1 #article .pagination li:before {
  display: none;
}
/* line 479, ../sass/parts/_article.scss */
main.page #w1 article .paging li.page-first a, main.page #w1 article .paging li.page-last a, main.page #w1 article .pagination li.page-first a, main.page #w1 article .pagination li.page-last a, main.page #w1 #article .paging li.page-first a, main.page #w1 #article .paging li.page-last a, main.page #w1 #article .pagination li.page-first a, main.page #w1 #article .pagination li.page-last a {
  width: auto;
}
/* line 485, ../sass/parts/_article.scss */
main.page #w1 article .grid-downloads > *, main.page #w1 #article .grid-downloads > * {
  background: rgba(241, 242, 244, 0.5);
  border: 5px solid #fff;
  margin: 0;
  padding: 1em;
  width: 50%;
  text-align: center;
}
/* line 492, ../sass/parts/_article.scss */
main.page #w1 article .grid-downloads > *:hover, main.page #w1 #article .grid-downloads > *:hover {
  background: #f1f2f4;
}
@media all and (min-width: 650px) {
  /* line 485, ../sass/parts/_article.scss */
  main.page #w1 article .grid-downloads > *, main.page #w1 #article .grid-downloads > * {
    width: 33%;
  }
}
@media all and (min-width: 900px) {
  /* line 485, ../sass/parts/_article.scss */
  main.page #w1 article .grid-downloads > *, main.page #w1 #article .grid-downloads > * {
    width: 25%;
  }
}
/* line 502, ../sass/parts/_article.scss */
main.page #w1 article .grid-downloads figure, main.page #w1 #article .grid-downloads figure {
  margin: 0;
  background: no-repeat;
}
/* line 505, ../sass/parts/_article.scss */
main.page #w1 article .grid-downloads figure img, main.page #w1 #article .grid-downloads figure img {
  width: 60px;
  margin: 0 auto;
}
/* line 510, ../sass/parts/_article.scss */
main.page #w1 article .grid-downloads h3, main.page #w1 #article .grid-downloads h3 {
  margin: 0;
  font: 200 1.5/1.2em "Catamaran", sans-serif;
}
/* line 515, ../sass/parts/_article.scss */
main.page #w1 article .vidframe, main.page #w1 #article .vidframe {
  width: 100%;
  padding-top: 56%;
}
/* line 518, ../sass/parts/_article.scss */
main.page #w1 article .vidframe iframe, main.page #w1 #article .vidframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 526, ../sass/parts/_article.scss */
main.page #w1 article .restricted td img, main.page #w1 #article .restricted td img {
  float: none;
  margin: 0;
  width: auto;
}
/* line 531, ../sass/parts/_article.scss */
main.page #w1 article .restricted td .fd-icon, main.page #w1 #article .restricted td .fd-icon {
  display: inline-block;
}
/* line 535, ../sass/parts/_article.scss */
main.page #w1 article .restricted .files, main.page #w1 #article .restricted .files {
  margin-top: 1em;
}
/* line 539, ../sass/parts/_article.scss */
main.page #w1 article .gallery, main.page #w1 #article .gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
/* line 544, ../sass/parts/_article.scss */
main.page #w1 article .gallery .actions li, main.page #w1 #article .gallery .actions li {
  padding: 0;
}
/* line 546, ../sass/parts/_article.scss */
main.page #w1 article .gallery .actions li:before, main.page #w1 #article .gallery .actions li:before {
  display: none;
}
/* line 551, ../sass/parts/_article.scss */
main.page #w1 article .gallery .gallery-img, main.page #w1 #article .gallery .gallery-img {
  background: #f1f2f4;
  border: 1px solid #fff;
  font: 200 0.9em/1.2em "Catamaran", sans-serif;
  overflow: hidden;
  transition: all .5s;
  width: 100%;
}
@media all and (min-width: 400px) {
  /* line 551, ../sass/parts/_article.scss */
  main.page #w1 article .gallery .gallery-img, main.page #w1 #article .gallery .gallery-img {
    width: 50%;
    padding: 1em;
  }
}
@media all and (min-width: 768px) {
  /* line 551, ../sass/parts/_article.scss */
  main.page #w1 article .gallery .gallery-img, main.page #w1 #article .gallery .gallery-img {
    width: 33%;
  }
}
/* line 566, ../sass/parts/_article.scss */
main.page #w1 article .gallery .gallery-img:hover .actions, main.page #w1 #article .gallery .gallery-img:hover .actions {
  top: 0;
}
/* line 570, ../sass/parts/_article.scss */
main.page #w1 article .gallery .gallery-img img, main.page #w1 #article .gallery .gallery-img img {
  display: block;
  float: none;
  margin: 0;
  width: 100%;
}
/* line 576, ../sass/parts/_article.scss */
main.page #w1 article .gallery .gallery-img h4, main.page #w1 #article .gallery .gallery-img h4 {
  padding: .5em 0 .2em;
}
/* line 579, ../sass/parts/_article.scss */
main.page #w1 article .gallery .gallery-img .tags, main.page #w1 #article .gallery .gallery-img .tags {
  padding: .5em 0 0;
}
/* line 582, ../sass/parts/_article.scss */
main.page #w1 article .gallery .gallery-img .tags a, main.page #w1 #article .gallery .gallery-img .tags a {
  background: #fff;
  border-radius: 1em;
  display: inline-block;
  font: 500 0.8em/1.3em "Catamaran", sans-serif;
  margin: .2em .2em 0 0;
  padding: .2em .5em;
}
/* line 589, ../sass/parts/_article.scss */
main.page #w1 article .gallery .gallery-img .tags a:hover, main.page #w1 #article .gallery .gallery-img .tags a:hover {
  background: #29aae2;
  color: #fff;
}
/* line 598, ../sass/parts/_article.scss */
main.page #w1 article section.footnotes p, main.page #w1 #article section.footnotes p {
  margin: .7em 0;
  padding-left: 2em;
}
/* line 601, ../sass/parts/_article.scss */
main.page #w1 article section.footnotes p a.anchor, main.page #w1 #article section.footnotes p a.anchor {
  display: inline-block;
  float: left;
  margin: 0 0 0 -2em;
}
/* line 608, ../sass/parts/_article.scss */
main.page #w1 article p.outdent, main.page #w1 #article p.outdent {
  padding-left: 2em;
  text-indent: -1em;
}
/* line 613, ../sass/parts/_article.scss */
main.page #w1 .grid-item {
  margin: 0;
  padding-right: 2vw;
  padding-bottom: 2em;
}
@media all and (min-width: 900px) {
  /* line 613, ../sass/parts/_article.scss */
  main.page #w1 .grid-item {
    margin-bottom: 2em;
  }
}
/* line 620, ../sass/parts/_article.scss */
main.page #w1 .grid-item figure {
  border-radius: 4px;
  margin: 0;
  padding: .5em;
  width: 100%;
}
/* line 625, ../sass/parts/_article.scss */
main.page #w1 .grid-item figure img {
  display: block;
  width: 100%;
}
/* line 629, ../sass/parts/_article.scss */
main.page #w1 .grid-item figure .icon {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 46%;
}
/* line 636, ../sass/parts/_article.scss */
main.page #w1 .grid-item figure .icon svg path {
  fill: #fff;
}
/* line 641, ../sass/parts/_article.scss */
main.page #w1 .grid-item figure span.label {
  background: #f1f2f4;
  color: #1a8ec0;
}
/* line 646, ../sass/parts/_article.scss */
main.page #w1 .grid-item .text {
  padding: .5em 0;
}
@media all and (min-width: 650px) {
  /* line 646, ../sass/parts/_article.scss */
  main.page #w1 .grid-item .text {
    padding: .5em 2em 1em .3em;
  }
}
/* line 651, ../sass/parts/_article.scss */
main.page #w1 .grid-item .text h3 {
  font: 400 1.5em/1.2em "Catamaran", sans-serif;
  padding: 0 0 .2em;
  margin: 0;
}
/* line 656, ../sass/parts/_article.scss */
main.page #w1 .grid-item .text p {
  color: #1e212c;
  font-weight: 200;
}
/* line 661, ../sass/parts/_article.scss */
main.page #w1 .grid-item .button {
  margin-top: .5em;
}
/* line 666, ../sass/parts/_article.scss */
main.page #w1 .search-results h3 {
  margin-bottom: 0;
}
/* line 669, ../sass/parts/_article.scss */
main.page #w1 .search-results p {
  font-weight: 200;
}
/* line 672, ../sass/parts/_article.scss */
main.page #w1 .search-results .simplesearch-highlight {
  font-weight: 600;
  color: #1a8ec0;
}
/* line 678, ../sass/parts/_article.scss */
main.page footer {
  margin-top: 3vh;
}
/* line 680, ../sass/parts/_article.scss */
main.page footer div.related {
  background: #f1f2f4;
  border-top: 1px solid #fff;
}
/* line 688, ../sass/parts/_article.scss */
main.page footer div.related .button {
  background: #fff;
}
/* line 691, ../sass/parts/_article.scss */
main.page footer div.related .blocklink {
  min-height: 12vh;
}
@media all and (min-width: 650px) {
  /* line 697, ../sass/parts/_article.scss */
  main.page footer div.related .grid > * {
    width: 48%;
  }
}
@media all and (min-width: 1300px) {
  /* line 697, ../sass/parts/_article.scss */
  main.page footer div.related .grid > * {
    width: 31%;
  }
}
/* line 708, ../sass/parts/_article.scss */
main.page #w3 {
  background-image: linear-gradient(to right, rgba(30, 33, 44, 0.7) 0%, rgba(30, 33, 44, 0.5) 100%);
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 30vw;
  height: 100%;
}
@media all and (min-width: 900px) {
  /* line 708, ../sass/parts/_article.scss */
  main.page #w3 {
    display: block;
  }
}
/* line 718, ../sass/parts/_article.scss */
main.page #w3 .rotator .slides {
  bottom: 10%;
  height: 90%;
}
/* line 721, ../sass/parts/_article.scss */
main.page #w3 .rotator .slides:before {
  display: none;
}
/* line 724, ../sass/parts/_article.scss */
main.page #w3 .rotator .slides > div {
  bottom: auto;
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  position: relative;
}
/* line 730, ../sass/parts/_article.scss */
main.page #w3 .rotator .slides > div .text {
  flex-grow: 1;
}
/* line 733, ../sass/parts/_article.scss */
main.page #w3 .rotator .slides > div a {
  font-size: .8em;
  height: 100%;
  opacity: .4;
  padding: 1vh 2vw;
}
@media all and (min-width: 1300px) {
  /* line 733, ../sass/parts/_article.scss */
  main.page #w3 .rotator .slides > div a {
    font-size: .8em;
  }
}
/* line 741, ../sass/parts/_article.scss */
main.page #w3 .rotator .slides > div a .arrow {
  display: none;
}
/* line 745, ../sass/parts/_article.scss */
main.page #w3 .rotator .slides > div p {
  display: none;
}
/* line 750, ../sass/parts/_article.scss */
main.page #w3 .rotator .slides > div.active a {
  opacity: 1;
}
@media all and (min-width: 900px) {
  /* line 755, ../sass/parts/_article.scss */
  main.page #w3 .rotator .link-all {
    height: 10%;
  }
}
/* line 760, ../sass/parts/_article.scss */
main.page #w3 .rotator b {
  background-position: left center;
}
/* line 764, ../sass/parts/_article.scss */
main.page #w3 .sectionlinks {
  padding: 0 10%;
  height: 30vh;
  margin-top: 5vh;
  width: 100%;
  vertical-align: middle;
}
/* line 770, ../sass/parts/_article.scss */
main.page #w3 .sectionlinks a {
  display: block;
  margin: 1em 0;
  width: 100%;
  white-space: nowrap;
}
/* line 775, ../sass/parts/_article.scss */
main.page #w3 .sectionlinks a b {
  display: inline-block;
  margin-right: 1em;
  width: 20%;
  vertical-align: middle;
}
/* line 780, ../sass/parts/_article.scss */
main.page #w3 .sectionlinks a b img {
  width: 100%;
}
/* line 784, ../sass/parts/_article.scss */
main.page #w3 .sectionlinks a > div {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
  white-space: normal;
}
/* line 790, ../sass/parts/_article.scss */
main.page #w3 .sectionlinks a h3 {
  margin: 0;
  color: #9ac83e;
  font: 700 0.8em/1.4em "Catamaran", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: normal;
}
/* line 798, ../sass/parts/_article.scss */
main.page #w3 .sectionlinks a h1 {
  color: #f1f2f4;
  font: 200 1.75em/1em "Catamaran", sans-serif;
}
/* line 803, ../sass/parts/_article.scss */
main.page #w3 .sectionlinks a.newsletter {
  display: inline-block;
  width: auto;
  border: 1px solid #a8a9ac;
  border-radius: 3em;
  padding: 0 1em .4em .5em;
  color: #f1f2f4;
}
/* line 810, ../sass/parts/_article.scss */
main.page #w3 .sectionlinks a.newsletter svg {
  margin: 7px 0 -7px;
  width: 30px;
}
/* line 813, ../sass/parts/_article.scss */
main.page #w3 .sectionlinks a.newsletter svg path {
  fill: #a8a9ac;
}
/* line 817, ../sass/parts/_article.scss */
main.page #w3 .sectionlinks a.newsletter:hover {
  border: 1px solid #fff;
  background: #717376;
}

/* line 1, ../sass/parts/_nav.scss */
#nav {
  background: #1e212c;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  transition: all .5s;
  width: 50px;
  height: 100vh;
  z-index: 100;
}
/* line 8, ../sass/parts/_nav.scss */
#nav > * {
  transition: all 1s;
}
@media all and (min-width: 1300px) {
  /* line 1, ../sass/parts/_nav.scss */
  #nav {
    background: #d9dadd;
    left: 30%;
  }
}
/* line 15, ../sass/parts/_nav.scss */
#nav .content {
  display: none;
  width: 0;
  height: 85vh;
}
/* line 25, ../sass/parts/_nav.scss */
#nav .content nav {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 0%;
  overflow: auto;
}
/* line 30, ../sass/parts/_nav.scss */
#nav .content nav a {
  color: #d9dadd;
}
/* line 35, ../sass/parts/_nav.scss */
#nav .uitriggers {
  background: #1e212c;
  border-radius: 4px;
  display: flex;
  padding: 6px;
  position: absolute;
  top: 33px;
  left: -30px;
  width: 70px;
}
@media all and (min-width: 1300px) {
  /* line 35, ../sass/parts/_nav.scss */
  #nav .uitriggers {
    background: #d9dadd;
  }
}
/* line 45, ../sass/parts/_nav.scss */
#nav .uitriggers * {
  display: block;
}
/* line 48, ../sass/parts/_nav.scss */
#nav .uitriggers > span {
  padding-left: 5px;
  position: relative;
  width: 30px;
  height: 28px;
}
/* line 52, ../sass/parts/_nav.scss */
#nav .uitriggers > span svg {
  margin-top: -3px;
  width: 33px;
  height: 33px;
}
/* line 56, ../sass/parts/_nav.scss */
#nav .uitriggers > span svg path {
  fill: #717376;
}
/* line 62, ../sass/parts/_nav.scss */
#nav .uitriggers .mtrigger i {
  background: #717376;
  display: block;
  height: 3px;
  width: 26px;
  position: absolute;
  left: 1px;
  transition: all .4s;
}
/* line 70, ../sass/parts/_nav.scss */
#nav .uitriggers .mtrigger .t {
  top: 2px;
}
/* line 73, ../sass/parts/_nav.scss */
#nav .uitriggers .mtrigger .m {
  top: 12px;
}
/* line 76, ../sass/parts/_nav.scss */
#nav .uitriggers .mtrigger .b {
  bottom: 3px;
}
/* line 82, ../sass/parts/_nav.scss */
#nav .panelslider {
  display: block;
  width: 100%;
  position: absolute;
  top: 45%;
  width: 50px;
}
@media all and (min-width: 650px) {
  /* line 82, ../sass/parts/_nav.scss */
  #nav .panelslider {
    display: none;
  }
}
/* line 89, ../sass/parts/_nav.scss */
#nav .panelslider svg {
  margin: 0 auto;
}
/* line 91, ../sass/parts/_nav.scss */
#nav .panelslider svg polygon {
  fill: #29aae2;
}
/* line 96, ../sass/parts/_nav.scss */
#nav form {
  display: none;
  position: absolute;
  left: 50px;
  top: 40px;
  width: 100%;
}
/* line 100, ../sass/parts/_nav.scss */
#nav form input#search {
  color: #fff;
  font: 400 1em/1em "Catamaran", sans-serif;
  padding: 0 1em;
  appearance: none;
  background: #717376;
  width: 80%;
  line-height: 25px;
  border-style: none;
  border: none;
}
/* line 110, ../sass/parts/_nav.scss */
#nav form input[type='submit'] {
  border: none;
  border-style: none;
  background: none;
  display: block;
  position: absolute;
  left: -35px;
  top: 0;
  text-indent: 1000px;
  width: 30px;
  height: 30px;
}
/* line 120, ../sass/parts/_nav.scss */
#nav .sociallinks {
  position: absolute;
  top: 80px;
  left: 5px;
  width: 40px;
  height: 40px;
}
/* line 125, ../sass/parts/_nav.scss */
#nav .sociallinks a {
  display: block;
}
/* line 127, ../sass/parts/_nav.scss */
#nav .sociallinks a svg {
  width: 40px;
  height: 40px;
}
/* line 130, ../sass/parts/_nav.scss */
#nav .sociallinks a svg path, #nav .sociallinks a svg polygon {
  fill: #717376;
}
/* line 134, ../sass/parts/_nav.scss */
#nav .sociallinks a img {
  width: 40px;
}
/* line 139, ../sass/parts/_nav.scss */
#nav .copyright {
  color: #a8a9ac;
  font-size: .8em;
  position: absolute;
  bottom: 10px;
  left: 40px;
}
@media all and (min-width: 1300px) {
  /* line 139, ../sass/parts/_nav.scss */
  #nav .copyright {
    color: #1e212c;
  }
}
/* line 146, ../sass/parts/_nav.scss */
#nav .copyright button {
  background: none !important;
  border: none !important;
  font-size: 1em !important;
  padding: 0 !important;
}

/* line 157, ../sass/parts/_nav.scss */
#nav.open {
  padding: 100px 0 20px 45px;
  width: 90%;
}
@media all and (min-width: 650px) {
  /* line 157, ../sass/parts/_nav.scss */
  #nav.open {
    width: 80%;
    min-height: 900px;
  }
}
@media all and (min-width: 900px) {
  /* line 157, ../sass/parts/_nav.scss */
  #nav.open {
    width: 60%;
  }
}
@media all and (min-width: 1300px) {
  /* line 157, ../sass/parts/_nav.scss */
  #nav.open {
    max-width: 700px;
    width: 45%;
  }
}
/* line 172, ../sass/parts/_nav.scss */
#nav.open .panelslider {
  display: none;
}
/* line 175, ../sass/parts/_nav.scss */
#nav.open form {
  display: block;
  left: 45px;
}
/* line 179, ../sass/parts/_nav.scss */
#nav.open .content {
  display: block;
  width: 100%;
}
/* line 182, ../sass/parts/_nav.scss */
#nav.open .content nav {
  top: 0;
  width: 90%;
  height: 70vh;
  opacity: 1;
}
@media all and (min-width: 650px) {
  /* line 182, ../sass/parts/_nav.scss */
  #nav.open .content nav {
    column-count: 2;
    column-width: 50%;
  }
}
@media all and (min-width: 1100px) {
  /* line 182, ../sass/parts/_nav.scss */
  #nav.open .content nav {
    column-count: 3;
    column-width: 33%;
  }
}
@media all and (min-width: 1300px) {
  /* line 182, ../sass/parts/_nav.scss */
  #nav.open .content nav {
    column-count: 2;
    column-width: 50%;
  }
}
/* line 199, ../sass/parts/_nav.scss */
#nav.open .content nav > * {
  display: block;
}
/* line 202, ../sass/parts/_nav.scss */
#nav.open .content nav ul {
  width: 60%;
}
@media all and (min-width: 650px) {
  /* line 202, ../sass/parts/_nav.scss */
  #nav.open .content nav ul {
    width: 100%;
  }
}
/* line 207, ../sass/parts/_nav.scss */
#nav.open .content nav ul > li {
  break-inside: avoid;
  font: 600 1em/1.5em "Catamaran", sans-serif;
  text-transform: uppercase;
}
/* line 211, ../sass/parts/_nav.scss */
#nav.open .content nav ul > li a {
  color: #9ac83e;
  display: inline-block;
  padding: .5em 0;
}
@media all and (min-width: 900px) {
  /* line 211, ../sass/parts/_nav.scss */
  #nav.open .content nav ul > li a {
    padding: .3em 0;
  }
}
@media all and (min-width: 1300px) {
  /* line 211, ../sass/parts/_nav.scss */
  #nav.open .content nav ul > li a {
    color: #7da828;
  }
  /* line 220, ../sass/parts/_nav.scss */
  #nav.open .content nav ul > li a:hover {
    color: #9ac83e;
  }
}
/* line 225, ../sass/parts/_nav.scss */
#nav.open .content nav ul > li .arrow {
  background: #1e212c;
  display: inline-block;
  position: relative;
  width: 1em;
  z-index: 5;
}
@media all and (min-width: 650px) {
  /* line 225, ../sass/parts/_nav.scss */
  #nav.open .content nav ul > li .arrow {
    display: none;
  }
}
/* line 234, ../sass/parts/_nav.scss */
#nav.open .content nav ul > li .arrow svg {
  position: absolute;
  left: 0;
  top: -1em;
  width: 125%;
}
/* line 237, ../sass/parts/_nav.scss */
#nav.open .content nav ul > li .arrow svg polygon {
  fill: #a8a9ac;
}
/* line 244, ../sass/parts/_nav.scss */
#nav.open .content nav ul ul {
  position: absolute;
  left: 200%;
  top: -100%;
  width: 75%;
  border-left: 1px solid #a8a9ac;
}
@media all and (min-width: 650px) {
  /* line 244, ../sass/parts/_nav.scss */
  #nav.open .content nav ul ul {
    margin-bottom: 1.5em;
    position: relative;
    left: .5em;
    top: 0;
    width: auto;
    break-inside: avoid;
  }
}
/* line 256, ../sass/parts/_nav.scss */
#nav.open .content nav ul ul li {
  font: 400 0.9em/1.3em "Catamaran", sans-serif;
}
/* line 258, ../sass/parts/_nav.scss */
#nav.open .content nav ul ul li a {
  color: #d9dadd;
  display: block;
  padding: .25em 0 .5em .5em;
}
@media all and (min-width: 1300px) {
  /* line 258, ../sass/parts/_nav.scss */
  #nav.open .content nav ul ul li a {
    padding: .5vh 0 .5vh .5em;
    color: #1e212c;
  }
  /* line 265, ../sass/parts/_nav.scss */
  #nav.open .content nav ul ul li a:hover {
    color: #1a8ec0;
  }
}
/* line 273, ../sass/parts/_nav.scss */
#nav.open .content nav ul li.open ul {
  background: #1e212c;
  left: 85%;
  z-index: 10;
}
@media all and (min-width: 650px) {
  /* line 273, ../sass/parts/_nav.scss */
  #nav.open .content nav ul li.open ul {
    left: 1em;
  }
}
/* line 282, ../sass/parts/_nav.scss */
#nav.open .content nav ul li.open .arrow svg {
  left: 4px;
}
/* line 286, ../sass/parts/_nav.scss */
#nav.open .content nav ul li.open > a:before {
  border-top: 1px solid #a8a9ac;
  content: '';
  display: block;
  position: absolute;
  left: 115%;
  top: 1.12em;
  width: 300px;
  width: 100%;
}
@media all and (min-width: 650px) {
  /* line 286, ../sass/parts/_nav.scss */
  #nav.open .content nav ul li.open > a:before {
    display: none;
  }
}
/* line 303, ../sass/parts/_nav.scss */
#nav.open .mtrigger i {
  background: #cf6f00;
}
/* line 306, ../sass/parts/_nav.scss */
#nav.open .mtrigger .t {
  transform: rotate(45deg);
  top: 13px;
}
/* line 310, ../sass/parts/_nav.scss */
#nav.open .mtrigger .m {
  opacity: 0;
}
/* line 313, ../sass/parts/_nav.scss */
#nav.open .mtrigger .b {
  transform: rotate(-45deg);
  bottom: 12px;
}

@media all and (min-width: 900px) {
  /* line 321, ../sass/parts/_nav.scss */
  .page #nav {
    right: 30vw;
  }
}
@media all and (min-width: 1300px) {
  /* line 321, ../sass/parts/_nav.scss */
  .page #nav {
    left: auto;
  }
}
/* line 328, ../sass/parts/_nav.scss */
.page #nav .panelslider {
  display: none;
}

/* line 2, ../sass/parts/_forms.scss */
form.default input[type="text"], form.default input[type="email"], form.default input[type="password"], form.default select, form.default textarea {
  background: #fff;
  border: 1px solid #f1f2f4;
  font: 200 1.2em/1.5em "Catamaran", sans-serif;
  padding: 0 .5em;
  width: 100%;
}
/* line 9, ../sass/parts/_forms.scss */
form.default > div {
  background: rgba(241, 242, 244, 0.6);
  border: 2px solid #fff;
  padding: 1em;
}
/* line 14, ../sass/parts/_forms.scss */
form.default p {
  margin: 1em 0;
}
/* line 17, ../sass/parts/_forms.scss */
form.default select {
  appearance: none;
  border: none;
  border-style: none;
  width: 100%;
}
/* line 23, ../sass/parts/_forms.scss */
form.default label {
  display: block;
  font: 200 1.2em/1.5em "Catamaran", sans-serif;
  color: #717376;
}
/* line 27, ../sass/parts/_forms.scss */
form.default label span {
  color: #cc5006;
  font: 400 0.7em/1em "Catamaran", sans-serif;
}

/* line 35, ../sass/parts/_forms.scss */
form.sciencenews {
  background: #f1f2f4;
  font-size: .9em;
}
/* line 38, ../sass/parts/_forms.scss */
form.sciencenews > div {
  padding: 20px;
}
/* line 40, ../sass/parts/_forms.scss */
form.sciencenews > div.buttons {
  padding-top: 0;
}
/* line 44, ../sass/parts/_forms.scss */
form.sciencenews .newssearch {
  border-bottom: 1px solid #d9dadd;
}
/* line 47, ../sass/parts/_forms.scss */
form.sciencenews i:before {
  display: inline-block;
  content: '';
  margin: -2px 0 2px 2px;
}
/* line 52, ../sass/parts/_forms.scss */
form.sciencenews h3 {
  color: #717376;
  text-transform: uppercase;
  font: 400 1.2em/1em "Catamaran", sans-serif;
  margin: 0 0 .2em;
}
/* line 58, ../sass/parts/_forms.scss */
form.sciencenews h4 {
  color: #717376;
  font: 400 1em/1em "Catamaran", sans-serif;
  margin: .6em 0 .2em;
}
/* line 62, ../sass/parts/_forms.scss */
form.sciencenews h4.trigger {
  border-top: 1px solid #fff;
  cursor: pointer;
  margin: 0;
  padding: 10px 0 0 20px;
  text-transform: uppercase;
}
/* line 70, ../sass/parts/_forms.scss */
form.sciencenews h4.closed i:before {
  border-top: 6px solid #29aae2;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
/* line 77, ../sass/parts/_forms.scss */
form.sciencenews h4.open i:before {
  border-bottom: 6px solid #29aae2;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
/* line 84, ../sass/parts/_forms.scss */
form.sciencenews p {
  display: inline-block;
  padding: .1em 1em .1em 0;
}
/* line 87, ../sass/parts/_forms.scss */
form.sciencenews p.block {
  display: block;
}
/* line 89, ../sass/parts/_forms.scss */
form.sciencenews p.block .button {
  margin: 1em 0 0;
}
@media all and (min-width: 650px) {
  /* line 92, ../sass/parts/_forms.scss */
  form.sciencenews p.block a.byposted {
    float: right;
  }
}
/* line 99, ../sass/parts/_forms.scss */
form.sciencenews input[type="text"] {
  font: 200 1em/1.5em "Catamaran", sans-serif;
  padding-left: .6em;
  width: 100%;
  line-height: 2em;
}
/* line 104, ../sass/parts/_forms.scss */
form.sciencenews input[type="text"].flatpickr {
  min-width: 170px;
  font-size: .85em;
}
/* line 109, ../sass/parts/_forms.scss */
form.sciencenews input[type="radio"] {
  display: inline-block;
  top: -2px;
  margin-right: 0;
}

/* line 116, ../sass/parts/_forms.scss */
.flatpickr-months .flatpickr-month {
  height: 35px !important;
}
