[sidebarjs-backdrop], [sidebarjs] {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.sidebarjs--left[sidebarjs], [sidebarjs].sidebarjs--left [sidebarjs-container] {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0); }

.sidebarjs--right[sidebarjs], [sidebarjs].sidebarjs--right [sidebarjs-container] {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0); }

[sidebarjs].sidebarjs--left [sidebarjs-container] {
  -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 0 4px rgba(0, 0, 0, 0.2); }

[sidebarjs].sidebarjs--right [sidebarjs-container] {
  -webkit-box-shadow: -2px 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: -2px 0 4px rgba(0, 0, 0, 0.2);
  margin-left: auto; }

[sidebarjs-backdrop] {
  position: absolute;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  will-change: opacity; }

[sidebarjs-container] {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  max-width: 300px;
  height: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  will-change: transform; }

[sidebarjs] {
  position: fixed;
  z-index: 9999;
  -webkit-transition: -webkit-transform 0s ease 0.3s;
  transition: -webkit-transform 0s ease 0.3s;
  transition: transform 0s ease 0.3s;
  transition: transform 0s ease 0.3s, -webkit-transform 0s ease 0.3s; }
  [sidebarjs].sidebarjs--is-visible {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0s ease 0s;
    transition: -webkit-transform 0s ease 0s;
    transition: transform 0s ease 0s;
    transition: transform 0s ease 0s, -webkit-transform 0s ease 0s; }
    [sidebarjs].sidebarjs--is-visible [sidebarjs-container] {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
  [sidebarjs].sidebarjs--is-moving {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
    [sidebarjs].sidebarjs--is-moving [sidebarjs-container], [sidebarjs].sidebarjs--is-moving [sidebarjs-backdrop] {
      -webkit-transition: none;
      transition: none; }

[sidebarjs-content] {
  position: relative;
  width: 100%;
  min-height: 100%;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease; }
  [sidebarjs-content].sidebarjs-content--left {
    margin-left: auto;
    margin-right: 0; }
  [sidebarjs-content].sidebarjs-content--right {
    margin-left: 0;
    margin-right: auto; }

@media (min-width: 1025px) {
  [sidebarjs].sidebarjs--responsive {
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
    -webkit-transition: -webkit-transform 0s ease 0s;
    transition: -webkit-transform 0s ease 0s;
    transition: transform 0s ease 0s;
    transition: transform 0s ease 0s, -webkit-transform 0s ease 0s;
    width: 300px; }
    [sidebarjs].sidebarjs--responsive [sidebarjs-container] {
      -webkit-transform: translate(0, 0) !important;
              transform: translate(0, 0) !important; }
    [sidebarjs].sidebarjs--responsive.sidebarjs--left {
      left: 0;
      right: auto; }
      [sidebarjs].sidebarjs--responsive.sidebarjs--left [sidebarjs-container] {
        -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
                box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1); }
    [sidebarjs].sidebarjs--responsive.sidebarjs--right {
      right: 0;
      left: auto; }
      [sidebarjs].sidebarjs--responsive.sidebarjs--right [sidebarjs-container] {
        -webkit-box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);
                box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1); }
    [sidebarjs].sidebarjs--responsive [sidebarjs-container] {
      max-width: none;
      width: 100%;
      -webkit-box-shadow: none;
              box-shadow: none; }
  [sidebarjs-content] {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px); }
    [sidebarjs-content].sidebarjs-content--left.sidebarjs-content--right {
      width: -webkit-calc(100% - 600px);
      width: calc(100% - 600px);
      margin: 0 auto; } }

@charset "UTF-8";
.visuallyhidden, .sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .focusable.sr-only:active,
.visuallyhidden.focusable:focus, .focusable.sr-only:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: '';
    display: table;
    line-height: 0; }
  .clearfix:after {
    clear: both; }

.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .glide * {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -ms-touch-action: pan-Y;
        touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      -webkit-user-select: none;
              user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .glide--rtl {
    direction: rtl; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*
--------------------
Utilities
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.pull-left {
  float: left; }

img.pull-left {
  margin-right: 1em; }

.pull-right {
  float: right; }

img.pull-right {
  margin-left: 1em; }

.video-container {
  position: relative;
  padding-bottom: 40.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em; }
  .video-container.youtube {
    margin-bottom: 0; }
  .video-container .youtube-video-note {
    color: #ffffff;
    margin: 0;
    padding: 5px 0;
    font-size: 12px; }

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

/*
--------------------
General
--------------------
*/
@font-face {
  font-family: "TheSerifC5";
  font-style: normal;
  font-weight: 300;
  src: url(./mysource_files/TheSerifC5-5_Plain.woff) format("woff"); }

@font-face {
  font-family: "TheSerifC5";
  font-style: normal;
  font-weight: 700;
  src: url(./mysource_files/TheSerifC5-8_ExtraBold.woff) format("woff"); }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html,
body {
  height: 100%; }

body {
  overflow-y: scroll;
  font-size: 1em;
  font-family: "Arial", sans-serif;
  line-height: 1.4;
  padding: 0;
  margin: 0; }

img {
  max-width: 100%; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button {
  background: none;
  border: 0;
  padding: 0;
  margin: 0; }

@-ms-viewport {
  width: device-width; }

@page {
  margin: 0.5cm; }

.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.show-offline {
  display: none; }
  .pwa-offline .show-offline {
    display: block; }

.pwa-offline .hide-offline {
  display: none !important; }

body:not(.pwa-online) .hide-offline {
  display: none !important; }

body.browser-ie .hide-ie {
  display: none !important; }

body.device-iOS .hide-ios {
  display: none !important; }

body:not(.device-iOS) .ios-only {
  display: none !important; }

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

/*
--------------------
Grid
--------------------
*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: calc(100% - (2 * 15px)); } }

@media (min-width: 768px) {
  .container {
    max-width: calc(100% - (2 * 15px)); } }

@media (min-width: 992px) {
  .container {
    max-width: calc(100% - 15px); } }

@media (min-width: 1640px) {
  .container {
    max-width: 1610px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1640px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; } }

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1; }

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1; }

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2; }

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3; }

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4; }

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5; }

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6; }

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7; }

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8; }

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9; }

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10; }

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11; }

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12; }

@media (min-width: 576px) {
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; } }

@media (min-width: 768px) {
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; } }

@media (min-width: 992px) {
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; } }

@media (min-width: 1640px) {
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; } }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

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

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

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

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

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

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1640px) {
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1640px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

/*
--------------------
Typography
--------------------
*/
h1, h2, h3, h4, h5, h6,
p, span, a {
  color: #1C1D22; }

a {
  text-decoration: none; }

p {
  font-size: 1rem; }

.h1 {
  font-size: 3rem;
  font-family: "TheSerifC5", serif; }

.h2 {
  font-size: 2rem;
  font-family: "TheSerifC5", serif; }

.h3, .offline-dashboard p {
  font-size: 1rem;
  font-family: "TheSerifC5", serif; }
  @media (min-width: 768px) {
    .h3, .offline-dashboard p {
      font-size: 1.5rem; } }

.h4 {
  font-size: 1rem;
  font-weight: 700; }

/*
--------------------
Icons
--------------------
*/
.icon {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  .icon--search {
    background-image: url(mysource_files/icon-search.svg);
    width: 1.0625rem;
    height: 1.0625rem; }
  .icon--person {
    background-image: url(mysource_files/icon-person.svg);
    width: 1.875rem;
    height: 1.875rem;
    padding: 0.0625rem; }
    @media (min-width: 768px) {
      .icon--person {
        width: 2.8125rem;
        height: 2.8125rem; } }
  .icon--tool {
    background-image: url(mysource_files/icon-tool.svg);
    width: 1.875rem;
    height: 1.875rem;
    padding: 0.0625rem; }
    @media (min-width: 768px) {
      .icon--tool {
        width: 2.8125rem;
        height: 2.8125rem; } }

.article[save-dashboard="true"] .icon-dashboard, .content-page[save-dashboard="true"] .icon-dashboard, .collection-sublist__item[save-dashboard="true"] .icon-dashboard {
  display: none; }

.article[save-dashboard="false"] .icon-dashboard--active, .content-page[save-dashboard="false"] .icon-dashboard--active, .collection-sublist__item[save-dashboard="false"] .icon-dashboard--active {
  display: none; }

.article[save-offline="true"] .icon-offline, .content-page[save-offline="true"] .icon-offline, .collection-sublist__item[save-offline="true"] .icon-offline {
  display: none; }

.article[save-offline="false"] .icon-offline--active, .content-page[save-offline="false"] .icon-offline--active, .collection-sublist__item[save-offline="false"] .icon-offline--active {
  display: none; }

/*
--------------------
Components
--------------------
*/
.body-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 2s;
  transition: all 2s;
  display: none; }
  .nav-is-open .body-overlay {
    display: block;
    background: rgba(0, 0, 0, 0.4); }

.heading-border {
  padding-bottom: 0.625rem;
  border-bottom: 3px solid #000; }

ul {
  padding: 0; }

/*
--------------------
Modules
--------------------
*/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 5.375rem;
  background: #1C1D22;
  position: fixed;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 6; }
  @media (min-width: 768px) {
    .header {
      height: 7.875rem; } }

.main {
  padding-top: 5.375rem;
  display: block; }
  @media (min-width: 768px) {
    .main {
      padding-top: 7.875rem; } }
  .pwa-offline .main {
    padding-top: 12.25rem; }

.header__logotype {
  padding-left: 1.4375rem; }
  .header__logotype svg {
    height: 5rem;
    width: 8.125rem; }
  @media (min-width: 768px) {
    .header__logotype svg {
      width: 12.5rem; } }

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch; }

.header__search {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  background: #1C1D22;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  max-height: 0;
  overflow: hidden; }
  .header__search.active {
    max-height: 6.25rem;
    overflow: visible; }
  .header__search button {
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0; }
  .header__search input {
    background: none;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    color: #8C8C8C;
    width: 100%; }
  .header__search button {
    position: absolute;
    right: 0.9375rem;
    top: 0.9375rem;
    cursor: pointer; }
  .header__search form {
    position: relative;
    padding: 0.9375rem; }
  @media (min-width: 768px) {
    .header__search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: static;
      background: transparent;
      padding: 0 3.125rem;
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      border-top: 0;
      max-height: none;
      overflow: visible; }
      .header__search form {
        padding: 0; }
      .header__search input {
        font-size: 1.5rem;
        width: 11.25rem; }
      .header__search button {
        top: 0.625rem;
        right: 0; } }
  @media (min-width: 992px) {
    .header__search input {
      width: 16.25rem; } }
  @media (min-width: 1130px) {
    .header__search input {
      width: 25rem; } }

.header__btn {
  padding: 0 0.9375rem;
  border: 0;
  background: none;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.2); }
  .header__btn span {
    display: block;
    height: 2px;
    width: 1.4375rem;
    background: #fff;
    margin: 0.3125rem 0;
    border-radius: 4px;
    -webkit-transition: margin 0.5s;
    transition: margin 0.5s; }
  @media (min-width: 768px) {
    .header__btn {
      padding: 3.125rem; } }
  .header__btn--black {
    padding: 0.625rem 1.25rem; }
    .header__btn--black span {
      background: #000; }

.header__mobile-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header__mobile-icons > * {
    height: 86px; }
  @media (min-width: 768px) {
    .header__mobile-icons > * {
      height: auto; } }

.header__search-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  padding: 0 0.9375rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2); }
  @media (min-width: 768px) {
    .header__search-toggle {
      display: none; } }

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9375rem 1.5625rem;
  -webkit-box-shadow: 0 -3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0 -3px 6px 0px rgba(0, 0, 0, 0.16); }
  .footer img {
    max-width: 10rem;
    max-height: 1.875rem; }
  @media (max-width: 992px) {
    .footer {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.footer__nav li {
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  padding: 0.625rem 0; }

.footer__nav a {
  font-weight: 700; }
  .footer__nav a:hover {
    border-bottom: 3px solid #EDFF00; }

@media (max-width: 992px) {
  .footer__nav {
    width: 100%; } }

@media (min-width: 768px) {
  .footer__nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .footer__nav li {
    padding: 0 1.25rem; }
  .footer__nav a {
    font-size: 0.875rem; } }

@media (min-width: 992px) {
  .footer__nav a {
    font-size: 1rem; } }

.footer__logotype img {
  height: 38px; }
  @media (min-width: 768px) {
    .footer__logotype img {
      margin: 24px 0; } }

.tt-menu {
  background: #1C1D22;
  margin-left: -15px;
  right: -50px;
  width: 100vw;
  min-height: 100vh;
  padding-bottom: 1.25rem; }
  .tt-menu a,
  .tt-menu h5 {
    color: #fff;
    font-size: 1rem;
    font-weight: 400; }
  .tt-menu h3 {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 1rem;
    padding-top: 0.625rem;
    margin: 0 0.3125rem; }
  .tt-menu h5 {
    padding: 0.625rem 0.3125rem;
    margin: 0; }
  .tt-menu p {
    color: rgba(255, 255, 255, 0.4);
    font-size: rem(18);
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .tt-menu {
      width: auto;
      margin-left: -50px;
      min-height: 0; }
      .tt-menu a,
      .tt-menu h5,
      .tt-menu h3 {
        font-size: 1.5rem; }
      .tt-menu h3 {
        margin: 0 2.5rem; }
      .tt-menu h5,
      .tt-menu p {
        padding: 0 2.5rem; } }

.tt-dataset {
  margin-top: 0.625rem; }

.tt-highlight {
  font-weight: 700; }

.tt-input::-ms-clear {
  display: none; }

.header__search .tt-hint {
  color: rgba(255, 255, 255, 0.2); }

.twitter-typeahead {
  width: 100%; }
  @media (min-width: 768px) {
    .twitter-typeahead {
      width: auto; } }

.tt-suggestion {
  padding: 0.375rem 0.625rem; }

.tt-suggestion.tt-cursor {
  background: rgba(140, 140, 140, 0.2); }

.tt-header {
  padding: 0 0.625rem;
  display: block; }

.lang-switcher {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 10px;
  width: 2.125rem; }
  .lang-switcher .hide-long {
    display: none; }
  .lang-switcher .flag {
    position: relative;
    margin: 0 5px 0 0;
    top: 1px; }
  .lang-switcher .flag-name {
    display: none; }
  .lang-switcher:focus-within ul {
    display: block; }
  @media (min-width: 375px) {
    .lang-switcher {
      width: 6.25rem; }
      .lang-switcher .flag-name {
        display: inline; } }
  @media (min-width: 992px) {
    .lang-switcher {
      width: 10.875rem;
      padding: 0 3.125rem; }
      .lang-switcher .hide-long {
        display: inline; } }

.current-context {
  border: 1px solid #cdcecf;
  color: #fff;
  line-height: 2.375rem;
  position: relative;
  padding: 0 0.3125rem;
  width: 2.125rem; }
  .current-context span {
    color: #fff; }
  .current-context:hover + ul {
    display: block; }
  @media (min-width: 375px) {
    .current-context {
      width: 6.25rem; }
      .current-context:after {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 10px;
        height: 10px;
        border-top: 2px solid #cdcecf;
        border-right: 2px solid #cdcecf;
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
        content: ''; } }
  @media (min-width: 992px) {
    .current-context {
      width: 10.875rem;
      padding: 0 1.125rem; }
      .current-context:after {
        top: 6px;
        right: 18px;
        width: 15px;
        height: 15px; } }

.context-list {
  border: 1px solid #cdcecf;
  padding: 0 0.3125rem;
  background: #cdcecf;
  position: absolute;
  list-style: none;
  background: #fff;
  left: 0;
  top: 53px;
  margin: 10px;
  width: 1.375rem;
  display: none;
  z-index: 999; }
  @media (min-width: 375px) {
    .context-list {
      width: 5.5rem; } }
  @media (min-width: 768px) {
    .context-list {
      top: 73px; } }
  .context-list:hover {
    display: block; }
  .context-list span {
    color: #1c1d22; }
  .context-list a {
    display: block;
    line-height: 2.375rem;
    color: #000;
    display: block; }
    .context-list a:hover {
      text-decoration: underline; }
  @media (min-width: 992px) {
    .context-list {
      width: 10.125rem;
      left: 2.5rem; }
      .context-list a {
        width: 10.875rem;
        padding: 0 1.125rem; } }

.btn {
  font-size: 1rem;
  font-family: "Arial", sans-serif;
  font-weight: 500;
  padding: 0.9375rem 1.1875rem;
  -webkit-transition: background .5s;
  transition: background .5s;
  border: 0;
  cursor: pointer;
  display: inline-block; }
  .btn--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .btn--icon img {
      margin-right: 0.625rem;
      max-height: 1rem;
      max-width: 1rem; }
  .btn--black {
    background: #000;
    color: #fff; }
    .btn--black:hover {
      background: #1C1D22; }
  .btn--yellow {
    background: #EDFF00;
    color: #231F58; }
  .btn--white {
    background: #fff;
    color: #000; }
    .btn--white:hover {
      background: #8C8C8C; }
  .btn--grey {
    background: #8C8C8C;
    color: #000; }
    .btn--grey:hover {
      background: #fff; }

.tabs--grey .tabs__content {
  background: #F8F8F8; }

.tabs__nav {
  border-top: 3px solid #1C1D22;
  border-bottom: 1px solid #1C1D22; }
  .tabs__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 auto; }
  .tabs__nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }
    .tabs__nav li.active,
    .pwa-offline .tabs__nav li.offline-view {
      background: #EDFF00; }
      .tabs__nav li.active a,
      .pwa-offline .tabs__nav li.offline-view a {
        background: #EDFF00; }
  .tabs__nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.75rem;
    padding: 0.625rem 0.625rem; }
  .tabs__nav img {
    max-height: 1.5rem;
    max-width: 1.5rem; }
  .tabs__nav--img img {
    margin-bottom: 0.3125rem; }
  .tabs__nav--img a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  @media (min-width: 768px) {
    .tabs__nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .tabs__nav li {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none; }
      .tabs__nav a {
        font-size: 1.5rem;
        padding: 0.9375rem 1.875rem; }
      .tabs__nav img {
        margin-right: 0.625rem; }
      .tabs__nav--img img {
        margin-bottom: 0; }
      .tabs__nav--img a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }

.tabs__pane {
  display: none; }
  .tabs__pane .tabs__nav {
    border-top: 0; }
    .tabs__pane .tabs__nav ul li:first-child {
      border: 0; }
    .tabs__pane .tabs__nav ul li.active a {
      background: transparent;
      text-decoration: underline; }
  .tabs__pane.active {
    display: block; }

.tabs__wrapper .h2 {
  margin-bottom: 0; }

.tabs__browse-by .tabs__pane:first-child .categories-list__item:hover {
  background: #00a0e4; }

.categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  margin-top: 1.875rem; }
  .categories-list ul {
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }
  .categories-list > li {
    margin-bottom: 1.875rem; }
  .categories-list .shadow-box {
    margin: 0 0.625rem; }
  .categories-list::after {
    content: "";
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }

.categories-list__item {
  border-bottom: 10px solid transparent;
  -webkit-transition: background .2s, border-color .2s;
  transition: background .2s, border-color .2s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  display: block;
  text-align: center;
  height: 100%; }
  .categories-list__item svg {
    max-height: 70%;
    max-width: 70%; }
  .categories-list__item p {
    font-size: 1rem;
    -webkit-transition: .2s color;
    transition: .2s color;
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
    margin-bottom: 0; }
  .categories-list__item img {
    margin: auto;
    max-width: 100%;
    width: 7.5rem; }
  .categories-list__item:hover {
    border-bottom: 10px solid #EDFF00;
    background: #1C1D22; }
    .categories-list__item:hover p {
      color: #fff; }
  @media (min-width: 768px) {
    .categories-list__item p {
      font-size: 1.5rem; } }

@media (max-width: 768px) {
  .tabs__content {
    padding: 0; } }

.offline-view {
  display: none; }
  .pwa-offline .offline-view {
    display: block; }

.facet__content-type .shadow-box {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0; }

.shadow-box {
  background: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  padding: 0.9375rem; }
  .shadow-box--big {
    padding: 1.875rem; }
    .shadow-box--big.shadow-box--active {
      padding: 1.875rem 1.875rem 1.875rem 0.9375rem; }
  .shadow-box--active {
    border-left: 0.9375rem solid #EDFF00; }

.nav {
  z-index: 4;
  padding: 0 1.875rem 3.125rem;
  overflow-y: scroll; }
  @media (min-width: 768px) {
    .nav {
      padding: 0 3.125rem 3.125rem; } }

.nav__item {
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }
  .nav__item > a {
    padding: 0.625rem 0 0.625rem;
    font-size: 2rem;
    display: block;
    font-family: "TheSerifC5", serif;
    font-weight: 700;
    border-bottom: 10px solid transparent;
    cursor: pointer; }
  .nav__item.active .nav__sublist {
    max-height: 56.25rem; }
  .nav__item.has_children > a {
    position: relative; }
    .nav__item.has_children > a::after {
      content: '';
      background: url(mysource_files/icon-dropdown--black.svg) no-repeat center/contain;
      width: 1rem;
      height: 0.5rem;
      display: inline-block;
      position: absolute;
      right: 0;
      top: calc(50% + -0.125rem);
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
      transition: -webkit-transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
      transition: transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
      transition: transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045), -webkit-transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045); }
  .nav__item.has_children.active > a::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .pwa-offline .nav__item-link--online {
    opacity: 0.5;
    cursor: not-allowed; }
  @media (min-width: 768px) {
    .nav__item > a {
      padding: 1.25rem 0 0.625rem; }
      .nav__item > a:hover {
        border-bottom: 10px solid #EDFF00; }
    .nav__item.has_children > a {
      top: calc(50% + 0.25rem); } }

.nav__sublist,
.nav__list {
  padding: 0; }

.nav__sublist {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .nav__sublist li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.5); }

.nav__subitem {
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
  .nav__subitem > a {
    padding: 1.5625rem 1.25rem 0.9375rem;
    display: block;
    border-bottom: 10px solid transparent; }
  @media (min-width: 768px) {
    .nav__subitem > a:hover {
      border-bottom: 10px solid #EDFF00; } }

.nav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 5;
  position: relative; }
  .nav__btn span {
    width: 20px;
    height: 4px; }
    .nav__btn span:nth-child(1) {
      -webkit-transform: rotate(135deg) translateY(-6px) translateX(2px);
              transform: rotate(135deg) translateY(-6px) translateX(2px); }
    .nav__btn span:nth-child(2) {
      display: none; }
    .nav__btn span:nth-child(3) {
      -webkit-transform: rotate(-135deg) translateY(4px);
              transform: rotate(-135deg) translateY(4px); }

[sidebarjs].sidebarjs--right [sidebarjs-container] {
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: calc(100% - 3.125rem);
  width: 100%; }
  @media (min-width: 768px) {
    [sidebarjs].sidebarjs--right [sidebarjs-container] {
      max-width: 31.25rem; } }

.search-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1.25rem;
  position: relative; }
  @media (min-width: 768px) {
    .search-banner {
      padding: 8.125rem 0; } }

.search-banner__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5); }

.search-banner__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 2;
  position: relative; }
  .search-banner__form h1 {
    font-size: 1rem;
    font-family: "TheSerifC5", serif;
    font-weight: normal;
    color: #fff; }
  .search-banner__form span {
    color: #EDFF00;
    font-weight: 700; }
  .search-banner__form > * {
    margin: 1.25rem 0; }
  @media (min-width: 768px) {
    .search-banner__form {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .search-banner__form h1 {
        font-size: 1.5rem; } }

.search-banner__content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }
  @media (min-width: 1200px) {
    .search-banner__content {
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
      max-width: 33.333%; } }

.search-banner__fieldset {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0;
  max-width: 15.625rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  position: relative; }
  .search-banner__fieldset .icon {
    position: absolute;
    top: 0.875rem; }
  .search-banner__fieldset::after {
    content: '';
    background-image: url(mysource_files/icon-dropdown--white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 0.9375rem;
    height: 0.4375rem;
    display: inline-block;
    position: absolute;
    top: 1.4375rem;
    right: 0.625rem; }
  @media (min-width: 768px) {
    .search-banner__fieldset {
      -ms-flex-preferred-size: calc(45% - 70px);
          flex-basis: calc(45% - 70px);
      max-width: calc(45% - 70px); }
      .search-banner__fieldset .icon {
        top: -0.3125rem; }
      .search-banner__fieldset::after {
        top: 0.9375rem; } }
  @media (min-width: 992px) {
    .search-banner__fieldset .icon {
      top: 0; }
    .search-banner__fieldset::after {
      top: 1.25rem;
      right: 1.25rem; } }
  @media (min-width: 1200px) {
    .search-banner__fieldset {
      -ms-flex-preferred-size: calc(30% - 70px);
          flex-basis: calc(30% - 70px);
      max-width: calc(30% - 70px); } }

.browser-ie .search-banner__fieldset .icon {
  background-size: 87% 87%; }

.search-banner__btn {
  text-align: center; }
  .search-banner__btn .btn {
    border-radius: 50px;
    padding: 0.625rem 2.1875rem; }
  @media (min-width: 768px) {
    .search-banner__btn {
      -ms-flex-preferred-size: 140px;
          flex-basis: 140px;
      max-width: 140px; } }

.search-banner__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding: 0.75rem 0.3125rem;
  font-size: 1rem;
  font-weight: 700;
  margin-left: 50px;
  width: calc(100% - 50px); }
  .search-banner__select::-ms-expand {
    display: none; }
  .search-banner__select option {
    color: #000; }
  @media (min-width: 768px) {
    .search-banner__select {
      font-size: 1.125rem;
      padding: 0.3125rem 0.3125rem 0.9375rem 4.0625rem;
      width: 100%;
      margin-left: 0; } }
  @media (min-width: 992px) {
    .search-banner__select {
      font-size: 1.5rem; } }

.content-items {
  overflow: hidden; }
  @media (min-width: 768px) {
    .content-items .glide__bullets {
      display: none; } }

@media (min-width: 768px) {
  .content-items__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.content-items__item {
  position: relative; }
  .content-items__item:before {
    content: "";
    float: left;
    padding-top: 100%; }
  @media (min-width: 768px) {
    .content-items__item {
      -ms-flex-preferred-size: calc(33.333% - 15px);
          flex-basis: calc(33.333% - 15px);
      max-width: calc(33.333% - 15px); }
      .content-items__item:hover .content-items__item-content {
        background: #1c1d22;
        min-height: 100%; } }

.content-items__item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 0;
  padding: 1.25rem 1.875rem;
  background: rgba(28, 29, 34, 0.85);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transition-delay: .2s;
          transition-delay: .2s; }
  .content-items__item-content .h3, .content-items__item-content .offline-dashboard p, .offline-dashboard .content-items__item-content p {
    color: #fff;
    margin: 0; }
    .content-items__item-content .h3::after, .content-items__item-content .offline-dashboard p::after, .offline-dashboard .content-items__item-content p::after {
      content: '';
      height: 0.3125rem;
      width: 6.25rem;
      background: #EDFF00;
      display: block;
      margin-top: 0.9375rem; }
  @media (min-width: 768px) {
    .content-items__item-content {
      padding: 0.9375rem 0.9375rem; }
      .content-items__item-content .h3, .content-items__item-content .offline-dashboard p, .offline-dashboard .content-items__item-content p {
        font-size: 1.125rem; }
        .content-items__item-content .h3::after, .content-items__item-content .offline-dashboard p::after, .offline-dashboard .content-items__item-content p::after {
          margin-top: 1.875rem; } }
  @media (min-width: 992px) {
    .content-items__item-content {
      padding: 1.875rem 3.125rem; }
      .content-items__item-content .h3, .content-items__item-content .offline-dashboard p, .offline-dashboard .content-items__item-content p {
        font-size: 1.5rem; } }

.glide {
  width: 80vw; }
  @media (min-width: 992px) {
    .glide {
      width: auto; } }

.glide__track {
  width: 100vw; }
  @media (min-width: 992px) {
    .glide__track {
      width: auto; } }

.glide__bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100vw - (2 * 15px)); }
  @media (min-width: 992px) {
    .glide__bullets {
      display: none; } }

.glide__bullet {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50px;
  border: 0;
  background: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  padding: 0;
  margin: 0 0.3125rem;
  opacity: .5;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  outline: none; }
  .glide__bullet--active {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }

.info-notice {
  background: #1C1D22;
  padding: 1.25rem 0;
  z-index: 7; }
  .info-notice.cookies-notice {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0; }
  .info-notice.visible {
    display: block; }
  .info-notice p, .info-notice .h4, .info-notice a {
    color: #fff;
    margin: 0.625rem 0;
    font-size: 0.75rem; }
  .info-notice a {
    text-decoration: underline; }
  .info-notice .btn {
    margin: 0 0.625rem; }
  @media (min-width: 768px) {
    .info-notice {
      padding: 1.875rem 0; }
      .info-notice p, .info-notice .h4, .info-notice a {
        font-size: inherit; } }

.offline-notice {
  background: #EDFF00;
  color: #000;
  width: 100%;
  z-index: 3;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem; }
  .offline-notice p, .offline-notice a {
    color: #000;
    font-family: "TheSerifC5", serif;
    font-weight: 700;
    text-align: center; }
  .offline-notice a {
    text-decoration: underline; }
  @media (min-width: 768px) {
    .offline-notice {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem; }
      .offline-notice p, .offline-notice a {
        font-size: 1.25rem; } }

.modal {
  display: none; }
  .modal--long .modal__inner {
    width: 56.25rem; }
  .modal.active {
    display: block; }

.modal__inner {
  position: absolute;
  z-index: 5;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 34.375rem;
  max-width: 90vw;
  text-align: center; }
  .modal__inner p {
    max-width: 18.75rem;
    margin: auto; }

.modal__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5; }

.modal__content, .modal__inner--collections .modal__buttons {
  padding: 0.9375rem 2.5rem 2.5rem; }
  .modal__content > img, .modal__inner--collections .modal__buttons > img {
    max-width: 5rem;
    margin: 0.9375rem 0; }
  @media (min-width: 768px) {
    .modal__content > img, .modal__inner--collections .modal__buttons > img {
      max-width: 9.375rem;
      margin: 1.875rem 0; } }

.modal__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .modal__controls button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #fff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0.9375rem;
    cursor: pointer; }
    .modal__controls button:first-child {
      border-right: 0; }
    .modal__controls button:hover {
      background: #EDFF00; }

.fbjs {
  background: #F8F8F8;
  position: relative; }
  .fbjs .tabs {
    background: #fff; }
  .fbjs .facet-tab {
    display: none; }
  .fbjs .tabs__nav {
    margin: 0; }
    .fbjs .tabs__nav a {
      font-size: 1rem;
      font-weight: 700;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0.9375rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .fbjs .tabs__nav span {
      line-height: 1.1; }
    .fbjs .tabs__nav img {
      max-width: 1.0625rem;
      margin-right: 0.625rem; }
    .fbjs .tabs__nav li {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .fbjs .tabs__nav li:first-child {
        border-right: 1px solid black; }
  @media (min-width: 768px) {
    .fbjs .tabs__nav li {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
      .fbjs .tabs__nav li:first-child {
        border: 0; }
    .fbjs .tabs__nav a {
      padding: 0.9375rem 1.875rem;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .fbjs .filters-tab {
      display: none; }
    .fbjs .facet-tab {
      display: block; } }

.fbjs__content {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem; }

.information__wrapper {
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .information__wrapper p {
    margin: 0; }

.active-facets__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .active-facets__wrapper p {
    font-family: "TheSerifC5", serif;
    font-size: 1rem;
    font-weight: 700;
    color: rgba(28, 29, 34, 0.3);
    padding-right: 0.625rem;
    display: none;
    margin: 0.625rem 0; }
    .active-facets__wrapper p.active {
      display: block; }
  @media (min-width: 768px) {
    .active-facets__wrapper p {
      margin: 0;
      font-size: 1.25rem; } }

.active-facets span {
  background: rgba(140, 140, 140, 0.1);
  padding: 10px 15px;
  border-radius: 6px;
  display: inline-block;
  font-family: "TheSerifC5", serif;
  font-weight: 700;
  color: #8C8C8C;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s; }
  .active-facets span + span {
    margin: 10px 0; }
  .active-facets span:hover {
    background: #8C8C8C;
    color: #fff; }

.information .h1,
.information .h3,
.information .offline-dashboard p,
.offline-dashboard .information p {
  color: rgba(28, 29, 34, 0.3);
  margin: 0; }

.information span {
  color: rgba(28, 29, 34, 0.3);
  display: none; }

@media (min-width: 768px) {
  .information span {
    display: inline; } }

.checkbox-facet li,
.sort li {
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  margin: 0.625rem 0; }

.checkbox-facet input[checked="checked"] + span,
.sort input[checked="checked"] + span {
  border-bottom: 3px solid #EDFF00; }

.checkbox-facet label,
.sort label {
  cursor: pointer; }

.checkbox-facet input,
.sort input {
  display: none; }

.checkbox-facet h4,
.sort h4 {
  margin-top: 0; }

.facet__content-type .h4,
.sort .h4 {
  display: none; }

.facet__content-type label,
.sort label {
  padding: 0.5rem 0.625rem;
  display: block; }

.facet__content-type ul,
.sort ul {
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  margin: 0;
  padding: 0.625rem 1.25rem; }

.facet__content-type li,
.sort li {
  background: #1C1D22;
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin-right: 0.9375rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  position: relative; }
  .facet__content-type li input[checked="checked"] + span,
  .sort li input[checked="checked"] + span {
    border-bottom: 0; }
    .facet__content-type li input[checked="checked"] + span::before,
    .sort li input[checked="checked"] + span::before {
      content: '';
      border-left: 12px solid #EDFF00;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0; }
  .facet__content-type li span,
  .sort li span {
    color: #fff; }

.facet__content-type button,
.sort button {
  font-weight: 700;
  display: block;
  text-align: center;
  width: 100%; }

.facet__content-type span + span,
.sort span + span {
  display: none; }

@media (min-width: 768px) {
  .facet__content-type ul,
  .sort ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.625rem 0; }
  .facet__content-type li,
  .sort li {
    max-width: 13.75rem; } }

.article {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 1.875rem 0; }
  .article h3 {
    margin-top: 0;
    font-weight: 400; }
    .article h3 span {
      font-weight: 700; }
  @media (min-width: 768px) {
    .article:first-child {
      padding-top: 0; } }

.article__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.article__content {
  -ms-flex-preferred-size: calc(100% - 6.75rem);
      flex-basis: calc(100% - 6.75rem);
  max-width: calc(100% - 6.75rem);
  padding: 0 1.25rem; }
  .article__content p {
    margin: 0;
    word-break: break-word; }
  @media (min-width: 992px) {
    .article__content {
      -ms-flex-preferred-size: calc(100% - 21.75rem);
          flex-basis: calc(100% - 21.75rem);
      max-width: calc(100% - 21.75rem); } }

.article__image {
  -ms-flex-preferred-size: 6.75rem;
      flex-basis: 6.75rem;
  max-width: 6.75rem;
  position: relative; }
  .article__image img {
    height: 100%;
    width: 100%;
    position: relative; }
  @media (min-width: 992px) {
    .article__image {
      -ms-flex-preferred-size: 6.75rem;
          flex-basis: 6.75rem;
      max-width: 6.75rem; } }
  .article__image::after {
    position: absolute;
    bottom: 0;
    left: 0; }

.article__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 1.25rem; }
  .article__info > div {
    margin-right: 1.25rem; }
  @media (min-width: 992px) {
    .article__info {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-size: 1rem;
      margin-bottom: 0; } }

.article__icons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.25rem; }
  .article__icons > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    cursor: pointer; }
  .article__icons span {
    font-size: 0.75rem; }
  .article__icons img {
    max-width: 1.5rem;
    margin-right: 0.3125rem; }
  @media (min-width: 992px) {
    .article__icons {
      -ms-flex-preferred-size: 15rem;
          flex-basis: 15rem;
      max-width: 15rem;
      margin-top: 0; }
      .article__icons > div {
        display: block;
        padding: 0 1.25rem; }
      .article__icons span {
        display: block; } }

.article__icons-dashboard img {
  max-height: 1.5rem; }

.article__icons-offline img {
  max-height: 0.92063rem;
  max-width: 1.75rem; }

.pagination {
  margin-top: 2.5rem; }
  .pagination ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0; }
  .pagination li {
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    -webkit-transition: .5s all;
    transition: .5s all;
    font-size: 0.875rem;
    cursor: pointer;
    outline: none; }
  .pagination .active-page {
    background: #EDFF00; }
  @media (min-width: 768px) {
    .pagination {
      margin: 0 0.3125rem; } }

.loader-cloak {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5; }
  .loader-cloak.absolute {
    position: absolute; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.loader {
  margin: 0;
  font-size: 10px;
  position: absolute;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(237, 255, 0, 0.2);
  border-right: 1.1em solid rgba(237, 255, 0, 0.2);
  border-bottom: 1.1em solid rgba(237, 255, 0, 0.2);
  border-left: 1.1em solid #EDFF00;
  -webkit-transform: translateZ(0), translateX(-50%), translateY(-50%);
  transform: translateZ(0), translateX(-50%), translateY(-50%);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  top: calc(50% - 39px);
  left: calc(50% - 39px); }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.item-thumbnail {
  position: relative;
  height: 6.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #1c1d22; }

.item-thumbnail::after,
.related-thumbnail::after {
  bottom: -13px;
  content: '';
  position: absolute;
  right: -5px;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5)); }

.pdf-thumbnail::after,
.thumbnailPDF::after {
  background: url(mysource_files/icon-pdf.png) no-repeat 0 0;
  height: 49px;
  width: 38px; }

.presentation-thumbnail::after,
.thumbnailPresentation::after {
  background: url(mysource_files/icon-presentation.png) no-repeat 0 0;
  width: 38px;
  height: 49px; }

.video-thumbnail::after,
.thumbnailVideo::after {
  background: url(mysource_files/icon-video.png) no-repeat 0 0;
  background-size: contain;
  height: 29px;
  width: 38px; }

.spell-suggestion-link {
  text-decoration: underline; }

.best-bets {
  margin-bottom: 1.5rem; }

.best-bets a {
  background-color: transparent; }

#recommendation,
.recommendation__body-wrapper,
.recommendation__body,
.recommendation__label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.recommendation__label-wrapper,
.recommendation__body {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.recommendation__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.recommendation__label-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.recommendation__label {
  background-color: #00a0e4;
  color: white;
  padding: 0.2rem;
  margin: 0.5rem; }

#recommendation {
  background-color: #1C1D22 !important;
  opacity: 0.85;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 417px) {
  .recommendation__image {
    display: none; }
  .recommendation__body {
    padding: 0.8rem 0.8rem 0; } }

@media screen and (max-width: 621px) {
  #recommendation {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.recommendation__image {
  padding: 1rem; }

.recommendation__heading {
  color: #edff00; }

.recommendation__text {
  color: white; }

@media (min-width: 768px) {
  .related-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.related-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
  padding-right: 1.25rem; }
  .related-content__item:hover .related-content__img::before {
    border-bottom: 0.375rem solid #EDFF00; }
    .related-content__item:hover .related-content__img::before .cls-1 {
      fill: #fff; }
  .related-content__item:hover .related-content__border {
    border-color: #fff; }
  @media (min-width: 768px) {
    .related-content__item {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; } }
  @media (min-width: 992px) {
    .related-content__item {
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
      max-width: 33%; } }
  @media (min-width: 1640px) {
    .related-content__item {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%; } }

.related-content__img {
  background-color: #1c1d22;
  margin-right: 1.25rem;
  width: 6.75rem;
  height: calc(6.75rem - 0.38rem);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  border-bottom: 0.375rem solid transparent;
  border-top: 0.375rem solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: background .5s, border-color .5s;
  transition: background .5s, border-color .5s; }
  .related-content__img::before {
    content: '';
    position: absolute;
    bottom: -6px;
    width: 100%;
    height: 0; }
  .related-content__img .cls-1 {
    fill: #1C1D22;
    -webkit-transition: fill .5s;
    transition: fill .5s; }
  .related-content__img svg {
    width: 1.75rem; }

.related-content__border {
  display: inline-block;
  height: 6.75rem;
  width: 6.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: border-color .5s;
  transition: border-color .5s;
  overflow: hidden; }
  .related-content__border img {
    max-height: 100%; }

.related-content__content {
  -ms-flex-preferred-size: calc(100% - 6.75rem);
      flex-basis: calc(100% - 6.75rem);
  max-width: calc(100% - 6.75rem); }

.related-content__title {
  margin: 0;
  font-size: 0.8125rem; }

.related-content__date,
.related-content__views {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.6; }
  @media (min-width: 768px) {
    .related-content__date,
    .related-content__views {
      font-size: 0.6875rem; } }

.content-page {
  overflow: hidden; }

.content-page__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.625rem; }

.content-page__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 0.9375rem; }
  .content-page__stats span {
    font-weight: 700;
    pointer-events: none; }
    .content-page__stats span:first-child {
      width: 100%; }
  @media (min-width: 992px) {
    .content-page__stats {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-preferred-size: 50rem;
          flex-basis: 50rem;
      max-width: calc(100% - 23.75rem); }
      .content-page__stats span:first-child {
        width: auto; } }

.content-page__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #000; }
  .content-page__buttons > button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 110px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    cursor: pointer;
    margin-right: 0.875rem;
    margin-bottom: 0.625rem;
    text-align: center; }
    .content-page__buttons > button img {
      height: 1.875rem;
      pointer-events: none; }
    .content-page__buttons > button span {
      pointer-events: none; }
  .content-page__buttons .article__icons-share img {
    max-width: 1.25rem;
    pointer-events: none; }
  .content-page__buttons .article__icons-share-wrapper {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 110px;
    margin-bottom: 0.625rem; }
    .content-page__buttons .article__icons-share-wrapper > button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      cursor: pointer;
      margin-right: 0.9375rem;
      text-align: center; }
      .content-page__buttons .article__icons-share-wrapper > button img {
        height: 1.875rem;
        width: 1.25rem;
        pointer-events: none; }
      .content-page__buttons .article__icons-share-wrapper > button span {
        pointer-events: none; }
      @media (min-width: 992px) {
        .content-page__buttons .article__icons-share-wrapper > button {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none;
          margin-right: 0; }
          .content-page__buttons .article__icons-share-wrapper > button img {
            margin-right: 0.625rem; }
          .content-page__buttons .article__icons-share-wrapper > button span {
            font-size: 0.8125rem; } }
    @media (min-width: 992px) {
      .content-page__buttons .article__icons-share-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none; } }
  .content-page__buttons .article__icons-dashboard img {
    max-width: 1.25rem; }
  .content-page__buttons .article__icons-print img {
    max-width: 1.25rem; }
  .content-page__buttons .article__icons-offline img {
    max-width: 1.5rem;
    max-height: 1.5rem;
    width: 1.75rem; }
  .pwa-offline .content-page[save-offline="false"] .content-page__buttons .article__icons-offline {
    display: none; }
  @media (min-width: 992px) {
    .content-page__buttons {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-preferred-size: 20.625rem;
          flex-basis: 20.625rem;
      max-width: 20.625rem;
      border: 0; }
      .content-page__buttons > button {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        margin-right: 0; }
        .content-page__buttons > button img {
          margin-right: 0.625rem; }
        .content-page__buttons > button span {
          font-size: 0.8125rem; } }

.content-page__description {
  margin-bottom: 2.5rem; }
  .content-page__description p {
    margin: 1.25rem 0; }
  @media (min-width: 992px) {
    .content-page__description {
      border-top: 1px solid #8C8C8C;
      border-bottom: 1px solid #8C8C8C; } }

.content-page__like svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.content-page__like,
.content-page__dislike {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  .content-page__like.active .content-page__like-icon,
  .content-page__like.active .content-page__dislike-icon,
  .content-page__dislike.active .content-page__like-icon,
  .content-page__dislike.active .content-page__dislike-icon {
    stroke: #000; }
  .content-page__like.hide,
  .content-page__dislike.hide {
    opacity: 0.2; }
  .content-page__like svg,
  .content-page__dislike svg {
    width: 1rem;
    margin-right: 0.3125rem;
    pointer-events: none; }

.content-page__banner {
  background: #1C1D22;
  text-align: center; }
  .content-page__banner video {
    max-width: 100%; }
  .content-page__banner.video-banner {
    background: #000; }
  .pwa-offline .video-banner {
    display: none; }
  body:not(.pwa-offline) .video-banner__offline {
    display: none; }

.content-page__text {
  overflow: hidden; }
  .content-page__text-content .h2,
  .content-page__text-content h2 {
    font-weight: 400;
    font-size: 2rem;
    font-family: "TheSerifC5", serif; }
    .content-page__text-content .h2 b,
    .content-page__text-content .h2 strong,
    .content-page__text-content .h2 u,
    .content-page__text-content h2 b,
    .content-page__text-content h2 strong,
    .content-page__text-content h2 u {
      position: relative;
      -webkit-box-shadow: inset 0 -0.175em transparent, inset 0 -0.2em #EDFF00;
              box-shadow: inset 0 -0.175em transparent, inset 0 -0.2em #EDFF00;
      font-weight: bold;
      text-decoration: none; }
  .content-page__text .glide__slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .content-page__text .glide__track {
    margin-bottom: 1.25rem; }
  .content-page__text .glide__track,
  .content-page__text .glide__slides {
    overflow: visible; }
  .content-page__text .glide__slide {
    padding: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #fff;
    -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.12);
            box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.12);
    position: relative;
    max-height: 23.75rem;
    overflow-y: scroll; }
    .content-page__text .glide__slide > div {
      width: 100%;
      margin-bottom: 2.5rem; }
      @media (min-width: 768px) {
        .content-page__text .glide__slide > div {
          margin-bottom: initial; } }
    .content-page__text .glide__slide ul {
      list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }
    .content-page__text .glide__slide li {
      padding: 0.3125rem 0; }
      .content-page__text .glide__slide li::before {
        content: "\2014";
        text-indent: -0.9375rem; }
    .content-page__text .glide__slide::after {
      content: '';
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
      position: fixed;
      bottom: 0;
      width: 80vw;
      -webkit-transform: translateX(-15px);
              transform: translateX(-15px);
      height: 3.75rem; }
  @media (min-width: 768px) {
    .content-page__text .glide__slide {
      max-height: 31.25rem; } }
  @media (min-width: 992px) {
    .content-page__text-content {
      background: #F8F8F8; }
    .content-page__text .glide__slide {
      border-top: 1px solid rgba(0, 0, 0, 0.16);
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      position: relative;
      height: auto;
      padding: 2.5rem 2.5rem 2.5rem 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      background: transparent;
      max-height: none;
      overflow-y: visible; }
      .content-page__text .glide__slide::after {
        display: none; }
      .content-page__text .glide__slide:nth-child(2n+1) {
        border-right: 1px solid rgba(0, 0, 0, 0.16); }
        .content-page__text .glide__slide:nth-child(2n+1)::before {
          content: '';
          position: absolute;
          right: 100%;
          top: -1px;
          bottom: 0;
          left: -100vw;
          background: #F8F8F8;
          border-top: 1px solid rgba(0, 0, 0, 0.16); }
      .content-page__text .glide__slide:nth-child(2n+2) {
        padding: 2.5rem; }
        .content-page__text .glide__slide:nth-child(2n+2)::before {
          content: '';
          position: absolute;
          left: 100%;
          top: -1px;
          bottom: 0;
          right: -100vw;
          background: #F8F8F8;
          border-top: 1px solid rgba(0, 0, 0, 0.16); } }

.device-iOS .content-page__text .glide__slide > div::after {
  content: '';
  display: block;
  clear: both;
  padding-bottom: 2.5rem; }

.content-page__text-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .content-page__text-content-wrapper > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .content-page__text-content-wrapper img {
    width: 100%; }
    @media (min-width: 768px) {
      .content-page__text-content-wrapper img {
        margin: 0 0.9375rem;
        max-width: 50%;
        -o-object-fit: cover;
           object-fit: cover; } }
  @media (min-width: 768px) {
    .content-page__text-content-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.content-page__pdf {
  margin-bottom: 1.25rem; }

.content-page__pdf-content {
  background: #F8F8F8;
  padding: 1.875rem 0;
  border-top: 1px solid #1C1D22; }
  .content-page__pdf-content a {
    -webkit-box-shadow: inset 0 -0.175em transparent, inset 0 -0.2em #EDFF00;
            box-shadow: inset 0 -0.175em transparent, inset 0 -0.2em #EDFF00; }
  .content-page__pdf-content img {
    max-width: 4.0625rem;
    margin-right: 0.625rem; }

.modal__inner--collections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 3.125rem;
  min-height: 70vh; }
  .modal__inner--collections .modal__content-name {
    text-align: left; }
    .modal__inner--collections .modal__content-name .h2 {
      word-break: break-word;
      font-size: 1.5rem; }
    @media (min-width: 768px) {
      .modal__inner--collections .modal__content-name {
        border-right: 1px solid rgba(0, 0, 0, 0.3); } }
  .modal__inner--collections .modal__content-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #000;
    width: 6.75rem;
    height: 5.5rem; }
    .modal__inner--collections .modal__content-img svg {
      max-width: 1.5625rem; }
  .modal__inner--collections .modal__content-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 3.875rem;
    height: 3.875rem; }
  .modal__inner--collections .modal__close {
    position: absolute;
    top: 1.875rem;
    right: 2.8125rem;
    cursor: pointer;
    z-index: 6; }
    .modal__inner--collections .modal__close img {
      max-width: 0.9375rem;
      max-height: 0.9375rem; }
  .modal__inner--collections .modal__form {
    text-align: left; }
    .modal__inner--collections .modal__form .h3, .modal__inner--collections .modal__form .offline-dashboard p, .offline-dashboard .modal__inner--collections .modal__form p {
      font-family: "Arial", sans-serif;
      font-weight: 400;
      border-bottom: 1px solid rgba(28, 29, 34, 0.8);
      padding-bottom: 1.25rem; }
    .modal__inner--collections .modal__form label {
      display: block;
      font-size: 0.75rem; }
    .modal__inner--collections .modal__form input {
      width: 100%;
      border: 0;
      border-bottom: 2px solid #1C1D22;
      padding: 0.625rem 0.3125rem; }
    @media (min-width: 768px) {
      .modal__inner--collections .modal__form {
        padding-left: 1.875rem; } }
  .modal__inner--collections .modal__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .modal__inner--collections .modal__buttons button + button {
      margin-left: 1.25rem; }

.current-categories {
  text-align: left; }
  .current-categories p {
    margin: 1.875rem 0 0.625rem; }
  .current-categories img {
    max-width: 1.5625rem;
    max-height: 1.5625rem; }
  .current-categories .shadow-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.9375rem;
    cursor: pointer; }

.current-categories__btn {
  text-align: center; }
  .current-categories__btn span {
    display: block; }
  .current-categories__btn img {
    max-height: 1.5625rem; }

.current-categories__btns {
  border-bottom: 1px solid #1C1D22;
  padding-bottom: 1.875rem; }

.notifications-dashboard__list {
  margin: 0;
  padding: 1.875rem 0; }

.notifications-dashboard__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  padding: 0.9375rem 0;
  border-bottom: 1px solid #1C1D22; }
  .notifications-dashboard__item .h3, .notifications-dashboard__item .offline-dashboard p, .offline-dashboard .notifications-dashboard__item p {
    margin: 0;
    font-family: "Arial", sans-serif;
    font-size: 1rem; }
  .notifications-dashboard__item--active .h3, .notifications-dashboard__item--active .offline-dashboard p, .offline-dashboard .notifications-dashboard__item--active p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .notifications-dashboard__item--active .h3::before, .notifications-dashboard__item--active .offline-dashboard p::before, .offline-dashboard .notifications-dashboard__item--active p::before {
      content: '';
      height: 1.5625rem;
      width: 1.5625rem;
      border-radius: 50%;
      background: #EDFF00;
      display: inline-block;
      margin-right: 0.625rem; }
  @media (min-width: 768px) {
    .notifications-dashboard__item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding: 0.625rem 0.9375rem 0.625rem 2.5rem; } }

@media (min-width: 768px) {
  .notifications-dashboard__content {
    -ms-flex-preferred-size: calc(90% - 12.5rem);
        flex-basis: calc(90% - 12.5rem);
    max-width: calc(90% - 12.5rem); } }

.notifications-dashboard__actions span {
  font-size: 0.875rem; }

@media (min-width: 768px) {
  .notifications-dashboard__actions {
    -ms-flex-preferred-size: 12.5rem;
        flex-basis: 12.5rem;
    max-width: 12.5rem;
    padding: 1rem 0;
    text-align: right; } }

.plain-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem; }
  .plain-banner img {
    max-height: 3.125rem;
    max-width: 3.125rem;
    margin-right: 0.9375rem; }
  .plain-banner .h1, .plain-banner .h2, .plain-banner .h3, .plain-banner .offline-dashboard p, .offline-dashboard .plain-banner p {
    margin: 0; }
  @media (min-width: 768px) {
    .plain-banner {
      padding-top: 5rem;
      padding-bottom: 1.875rem; } }

.collection-list {
  padding: 1.875rem 0; }

.collection-list__list {
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }

.collection-list__item {
  margin: 1.875rem 0;
  cursor: pointer; }
  .collection-list__item > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .collection-list__item .shadow-box {
    padding: 0 1.875rem 0 0.9375rem; }
    .collection-list__item .shadow-box--active {
      padding: 0 1.875rem 0 0; }
  .collection-list__item .h2 {
    margin: 0;
    font-family: "Arial", sans-serif;
    font-size: 1.5rem; }

.collection-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: calc(100% - 3.75rem);
      flex-basis: calc(100% - 3.75rem);
  max-width: calc(100% - 3.75rem);
  padding: 1.875rem 0.9375rem; }
  .collection-list__content img {
    max-height: 1.875rem;
    max-width: 2.5rem;
    margin-right: 0.625rem; }
  @media (min-width: 768px) {
    .collection-list__content {
      -ms-flex-preferred-size: calc(100% - 9.375rem);
          flex-basis: calc(100% - 9.375rem);
      max-width: calc(100% - 9.375rem); } }

.collection-list__actions {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: 3.75rem;
      flex-basis: 3.75rem;
  max-width: 3.75rem;
  display: none; }
  .collection-list__item.active .collection-list__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .collection-list__actions img {
    max-height: 1.5625rem; }
  @media (min-width: 768px) {
    .collection-list__actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-preferred-size: 9.375rem;
          flex-basis: 9.375rem;
      max-width: 9.375rem; } }

.collection-list__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .collection-list__btn img {
    max-width: 2.5rem;
    max-height: 2.1875rem; }

.collection-list__sub {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  max-height: 0;
  overflow: hidden;
  padding-left: 2.5rem; }
  .collection-list__item.active .collection-list__sub {
    max-height: none; }

.collection-sublist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.25rem 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  border-bottom: 1px solid #1C1D22; }

.collection-sublist {
  padding-bottom: 1.875rem; }

.collection-sublist__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }
  .collection-sublist__content img {
    margin-right: 0.625rem;
    width: 3.125rem;
    height: 3.125rem;
    -o-object-fit: cover;
       object-fit: cover; }
  .collection-sublist__content .h4 {
    margin: 0;
    font-weight: 400; }
  @media (min-width: 768px) {
    .collection-sublist__content {
      -ms-flex-preferred-size: calc(100% - 9.375rem);
          flex-basis: calc(100% - 9.375rem);
      max-width: calc(100% - 9.375rem); } }

.collection-sublist__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  margin-top: 1.25rem; }
  .collection-sublist__actions button + button {
    margin-left: 0.625rem; }
  .collection-sublist__actions img {
    max-width: 1.25rem;
    max-height: 1.125rem; }
  .collection-sublist__actions .icon-offline {
    max-width: 1.5rem;
    max-height: 0.875rem; }
  @media (min-width: 768px) {
    .collection-sublist__actions {
      -ms-flex-preferred-size: 9.375rem;
          flex-basis: 9.375rem;
      max-width: 9.375rem;
      margin-top: 0; } }

.preferences p {
  margin: 0;
  padding: 2.5rem 0;
  font-size: 1.25rem; }

.preferences .tabs__nav {
  border-top: 1px solid rgba(28, 29, 34, 0.4);
  border-bottom: 1px solid rgba(28, 29, 34, 0.4); }
  .preferences .tabs__nav a {
    font-size: 0.75rem; }
    @media (min-width: 768px) {
      .preferences .tabs__nav a {
        font-size: 1.25rem; } }
  .preferences .tabs__nav ul li.active a {
    text-decoration: none; }

.preferences__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 1.875rem 0; }

.preferences__input {
  -ms-flex-preferred-size: 1.875pxrem;
      flex-basis: 1.875pxrem;
  max-width: 1.875pxrem;
  position: relative; }

.preferences__title {
  -ms-flex-preferred-size: calc(100% - 100px);
      flex-basis: calc(100% - 100px);
  max-width: calc(100% - 100px);
  margin-left: 0.9375rem;
  padding-right: 1.875rem;
  word-break: break-word; }
  @media (min-width: 768px) {
    .preferences__title {
      -ms-flex-preferred-size: calc(100% - 110px);
          flex-basis: calc(100% - 110px);
      max-width: calc(100% - 110px); } }

.preferences__item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  margin: 0.3125rem 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }
  .preferences__item label {
    cursor: pointer; }
  .preferences__item input {
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .preferences__item input:checked ~ .checkmark {
      background-color: #EDFF00;
      border-color: #1C1D22; }
      .preferences__item input:checked ~ .checkmark::after {
        content: '';
        position: absolute;
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid #1C1D22;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    .preferences__item input:focus ~ .checkmark {
      outline: -webkit-focus-ring-color auto 5px; }
  .preferences__item .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    border: 2px solid #8C8C8C;
    display: block; }
  .preferences__item label > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .preferences__item img {
    width: 3.75rem;
    height: 3.75rem; }
  .preferences__item svg {
    max-height: 5.3125rem;
    max-width: 5.3125rem; }
    @media (min-width: 768px) {
      .preferences__item svg {
        max-height: 8.4375rem;
        max-width: 8.4375rem; } }
  .preferences__item .h2 {
    font-family: "Arial", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin: 0; }
  .preferences__item .shadow-box {
    border-radius: 8px;
    height: 100%; }
  @media (min-width: 768px) {
    .preferences__item {
      -ms-flex-preferred-size: calc(50% - 15px);
          flex-basis: calc(50% - 15px);
      max-width: calc(50% - 15px);
      margin: 0.9375rem 0; }
      .preferences__item .h2 {
        font-size: 1.375rem; }
      .preferences__item img {
        width: 5rem;
        height: 5rem; } }
  @media (min-width: 992px) {
    .preferences__item {
      -ms-flex-preferred-size: calc(33.333% - 15px);
          flex-basis: calc(33.333% - 15px);
      max-width: calc(33.333% - 15px); } }

#tab-notifications.tabs__pane {
  min-height: 300px;
  position: relative; }

.form {
  padding: 0.9375rem 0 3.125rem; }
  .form .plain-banner {
    border-bottom: 1px solid #000; }

.form__input {
  margin-top: 1.875rem; }
  .form__input label {
    font-weight: 700;
    font-size: 0.875rem;
    display: block;
    margin-bottom: 0.3125rem; }
  .form__input input,
  .form__input textarea {
    background: #F8F8F8;
    border: 0;
    border-bottom: 1px solid rgba(28, 29, 34, 0.3);
    width: 100%;
    padding: 0.625rem 0.3125rem; }

.form__buttons {
  margin-top: 1.875rem;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px); }
  .form__buttons__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .form__buttons button[type="submit"] {
    margin-left: 0.9375rem; }
  @media (min-width: 992px) {
    .form__buttons {
      margin-top: 0; } }

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block; }

.offline-dashboard {
  padding-bottom: 2.5rem; }
  .offline-dashboard .btn {
    display: block;
    font-weight: 700;
    width: 100%;
    text-align: center; }
  .offline-dashboard p {
    font-weight: 700; }
  @media (min-width: 768px) {
    .offline-dashboard .btn {
      display: inline-block;
      width: auto;
      text-align: left; } }

.offline-dashboard__item {
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  border-top: 2px solid rgba(0, 0, 0, 0.2); }
  .offline-dashboard__item:last-child {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2); }

.offline-dashboard__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F8F8F8;
  padding: 0.9375rem 1.875rem; }
  .offline-dashboard__link .h4 {
    margin: 0; }
  .offline-dashboard__link img {
    width: 3.125rem;
    height: 3.125rem;
    margin-right: 1.25rem; }

.share-modal {
  position: absolute;
  display: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  top: calc(100%);
  z-index: 5; }
  .share-modal.active {
    display: block; }
  .share-modal--small .resp-sharing-button {
    min-width: 0;
    padding: 0.3125rem 0.625rem; }
  .share-modal--small .resp-sharing-button__icon svg {
    margin-right: 0; }
  .share-modal--small .resp-sharing-button__link {
    margin: 0; }

.share-modal__inner {
  padding: 0.3125rem 0.9375rem 1.875rem;
  min-width: 18.125rem;
  -webkit-box-shadow: -2px -4px 25px 0px rgba(0, 0, 0, 0.09);
          box-shadow: -2px -4px 25px 0px rgba(0, 0, 0, 0.09);
  background: #fff;
  text-align: center;
  margin-top: 1.25rem;
  position: relative; }
  .share-modal__inner::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -0.625rem;
    left: 0;
    right: 0;
    margin: auto; }
  @media (min-width: 768px) {
    .share-modal__inner {
      left: initial; } }

.share-modal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block; }

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em; }

.resp-sharing-button {
  border-radius: 5px;
  -webkit-transition: 25ms ease-out;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 190px; }

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
  pointer-events: none; }

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle; }

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none; }

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none; }

.resp-sharing-button--twitter {
  background-color: #000000; }

.resp-sharing-button--twitter:hover {
  background-color: #333333; }

.resp-sharing-button--pinterest {
  background-color: #bd081c; }

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615; }

.resp-sharing-button--facebook {
  background-color: #3b5998; }

.resp-sharing-button--facebook:hover {
  background-color: #2d4373; }

.resp-sharing-button--tumblr {
  background-color: #35465c; }

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c; }

.resp-sharing-button--reddit {
  background-color: #5f99cf; }

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1; }

.resp-sharing-button--google {
  background-color: #dd4b39; }

.resp-sharing-button--google:hover {
  background-color: #c23321; }

.resp-sharing-button--linkedin {
  background-color: #0077b5; }

.resp-sharing-button--linkedin:hover {
  background-color: #046293; }

.resp-sharing-button--email {
  background-color: #777; }

.resp-sharing-button--email:hover {
  background-color: #5e5e5e; }

.resp-sharing-button--message {
  background-color: #209a4d; }

.resp-sharing-button--message:hover {
  background-color: #209a4d; }

.resp-sharing-button--xing {
  background-color: #1a7576; }

.resp-sharing-button--xing:hover {
  background-color: #114c4c; }

.resp-sharing-button--whatsapp {
  background-color: #25d366; }

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851; }

.resp-sharing-button--hackernews {
  background-color: #ff6600; }

.resp-sharing-button--hackernews:hover,
.resp-sharing-button--hackernews:focus {
  background-color: #fb6200; }

.resp-sharing-button--vk {
  background-color: #507299; }

.resp-sharing-button--vk:hover {
  background-color: #43648c; }

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998; }

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373; }

.resp-sharing-button--twitter {
  background-color: #000000;
  border-color: #000000; }

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #333333;
  border-color: #333333; }

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777; }

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e; }

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5; }

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293; }

.resp-sharing-button--whatsapp {
  background-color: #25d366;
  border-color: #25d366; }

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1da851;
  border-color: #1da851; }

.copy-to-clipboard-textarea {
  position: fixed;
  top: -2em;
  left: -2em;
  width: 2em;
  height: 2em;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: 'transparent'; }

.info-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 25rem;
  background: #fff;
  z-index: 1;
  padding: 0.9375rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(12.5rem);
          transform: translateY(12.5rem);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  opacity: 0; }
  .info-modal.showing {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 1; }
  .info-modal p {
    margin: 0;
    padding: 0;
    font-family: "TheSerifC5", serif;
    font-weight: 700; }
  .info-modal a {
    text-decoration: underline; }

.homescreen-modal {
  position: fixed;
  top: 0;
  width: 600px;
  max-width: 100%;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  padding: 0.9375rem 1.875rem;
  border-bottom: 5px solid #EDFF00;
  -webkit-transform: translateY(-300px);
          transform: translateY(-300px);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }
  .homescreen-modal.active {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .homescreen-modal .h3, .homescreen-modal .offline-dashboard p, .offline-dashboard .homescreen-modal p {
    margin: 0;
    font-weight: bold; }
  .homescreen-modal svg {
    width: 1.25rem;
    height: 1.875rem;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }

.homescreen-modal__close {
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: pointer; }
  .homescreen-modal__close svg {
    width: 15px;
    height: 15px; }

.mailchimp {
  background: #1C1D22;
  padding-top: 2rem;
  padding-bottom: 4rem;
  color: #fff; }
  .mailchimp .h2, .mailchimp p {
    color: #fff; }
  .mailchimp p {
    max-width: 800px;
    margin-bottom: 2rem; }
  .mailchimp form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .mailchimp input {
    background: none;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    color: #8C8C8C;
    width: 100%; }
    @media (min-width: 768px) {
      .mailchimp input {
        font-size: 1rem;
        width: 21.875rem; } }

