@charset "UTF-8";
/**
 *  main.scss
 *
 *
 */
/* Shared and global components */
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #404040;
  --gray-dark: #303030;
  --primary: #fff;
  --secondary: #d2694d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #c3c1c1;
  --dark: #303030;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 577px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #000; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #fff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #d9d9d9;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #404040;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #404040; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #000;
  border: 1px solid #6d6d6d;
  border-radius: 0;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #404040; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 577px) {
    .container {
      max-width: 541px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

.row {
  display: flex;
  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%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 577px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #6d6d6d; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #6d6d6d; }
  .table tbody + tbody {
    border-top: 2px solid #6d6d6d; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #6d6d6d; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #6d6d6d; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: white; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: white; }

.table-hover .table-primary:hover {
  background-color: #f2f2f2; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #f2f2f2; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f2d5cd; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #e8b1a2; }

.table-hover .table-secondary:hover {
  background-color: #edc4b9; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #edc4b9; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #eeeeee; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #e0dfdf; }

.table-hover .table-light:hover {
  background-color: #e1e1e1; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #e1e1e1; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c5c5c5; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #939393; }

.table-hover .table-dark:hover {
  background-color: #b8b8b8; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b8b8b8; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #000;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #3d3d3d;
  background-color: #858383;
  border-color: #6d6d6d; }

.table-dark {
  color: #000;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 576.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3d3d3d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #6c6a6a;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #3d3d3d;
    background-color: #fff;
    border-color: rgba(64, 64, 64, 0);
    outline: 0;
    box-shadow: 0 0 0 0.2rem transparent; }
  .form-control::-webkit-input-placeholder {
    color: #404040;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #404040;
    opacity: 1; }
  .form-control::placeholder {
    color: #404040;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #858383;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #3d3d3d;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #404040; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/1.125rem 1.125rem; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/1.125rem 1.125rem; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem transparent; }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #212529;
  background-color: #fff;
  border-color: #fff; }
  .btn-primary:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #d2694d;
  border-color: #d2694d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #c75132;
    border-color: #bc4d30; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 128, 104, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #d2694d;
    border-color: #d2694d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #bc4d30;
    border-color: #b2492d; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(217, 128, 104, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #c3c1c1;
  border-color: #c3c1c1; }
  .btn-light:hover {
    color: #212529;
    background-color: #b0aeae;
    border-color: #aaa7a7; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(171, 170, 170, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #c3c1c1;
    border-color: #c3c1c1; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #aaa7a7;
    border-color: #a4a1a1; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(171, 170, 170, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #303030;
  border-color: #303030; }
  .btn-dark:hover {
    color: #fff;
    background-color: #1d1d1d;
    border-color: #171717; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(79, 79, 79, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #303030;
    border-color: #303030; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #171717;
    border-color: #101010; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(79, 79, 79, 0.5); }

.btn-outline-primary {
  color: #fff;
  border-color: #fff; }
  .btn-outline-primary:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-secondary {
  color: #d2694d;
  border-color: #d2694d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #d2694d;
    border-color: #d2694d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(210, 105, 77, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #d2694d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #d2694d;
    border-color: #d2694d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(210, 105, 77, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #c3c1c1;
  border-color: #c3c1c1; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #c3c1c1;
    border-color: #c3c1c1; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(195, 193, 193, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #c3c1c1;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #c3c1c1;
    border-color: #c3c1c1; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(195, 193, 193, 0.5); }

.btn-outline-dark {
  color: #303030;
  border-color: #303030; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #303030;
    border-color: #303030; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #303030;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #303030;
    border-color: #303030; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5); }

.btn-link {
  font-weight: 400;
  color: #fff;
  text-decoration: none; }
  .btn-link:hover {
    color: #d9d9d9;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #404040;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 577px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #858383; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #c3c1c1; }
  .dropdown-item.active, .dropdown-item:active {
    color: #d2694d;
    text-decoration: none;
    background-color: transparent; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #404040;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #404040;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3d3d3d;
  text-align: center;
  white-space: nowrap;
  background-color: #858383;
  border: 1px solid #6c6a6a;
  border-radius: 0; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.875rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.8125rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #d2694d;
    border-color: transparent;
    background-color: transparent; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem transparent; }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: rgba(64, 64, 64, 0); }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #d2694d;
    background-color: rgba(89, 89, 89, 0);
    border-color: rgba(89, 89, 89, 0); }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #404040; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #858383; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #565454 solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23d2694d' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: transparent;
  background-color: transparent; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23d2694d' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 255, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 255, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23d2694d'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 255, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #565454;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(255, 255, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3d3d3d;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #6c6a6a;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: rgba(64, 64, 64, 0);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5); }
    .custom-select:focus::-ms-value {
      color: #3d3d3d;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #404040;
    background-color: #858383; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: rgba(64, 64, 64, 0);
    box-shadow: 0 0 0 0.2rem transparent; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #858383; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3d3d3d;
  background-color: #fff;
  border: 1px solid #6c6a6a;
  border-radius: 0; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #3d3d3d;
    content: "Browse";
    background-color: #858383;
    border-left: inherit;
    border-radius: 0 0 0 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem transparent; }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem transparent; }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem transparent; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: transparent;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: rgba(89, 89, 89, 0); }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #6d6d6d;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: transparent;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: rgba(89, 89, 89, 0); }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #6d6d6d;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: transparent;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: rgba(89, 89, 89, 0); }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #6d6d6d;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #6d6d6d;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #565454; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #565454; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #565454; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #404040;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #6d6d6d; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #858383 #858383 #6d6d6d; }
    .nav-tabs .nav-link.disabled {
      color: #404040;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #3d3d3d;
    background-color: #000;
    border-color: #6d6d6d #6d6d6d #000; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #d2694d;
  background-color: transparent; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 576.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 577px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0 - 1px) calc(0 - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0 - 1px) calc(0 - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0 - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #858383;
  border-radius: 0; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #404040;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #404040; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #fff;
  background-color: #fff;
  border: 1px solid #6d6d6d; }
  .page-link:hover {
    z-index: 2;
    color: #d9d9d9;
    text-decoration: none;
    background-color: #858383;
    border-color: #6d6d6d; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem transparent; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.page-item.active .page-link {
  z-index: 1;
  color: #d2694d;
  background-color: transparent;
  border-color: transparent; }

.page-item.disabled .page-link {
  color: #404040;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #6d6d6d; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #212529;
  background-color: #fff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #212529;
    background-color: #e6e6e6; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #d2694d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #bc4d30; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(210, 105, 77, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #c3c1c1; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #aaa7a7; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(195, 193, 193, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #303030; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #171717; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #858383;
  border-radius: 0; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #858585;
  background-color: white;
  border-color: white; }
  .alert-primary hr {
    border-top-color: #f2f2f2; }
  .alert-primary .alert-link {
    color: #6c6c6c; }

.alert-secondary {
  color: #6d3728;
  background-color: #f6e1db;
  border-color: #f2d5cd; }
  .alert-secondary hr {
    border-top-color: #edc4b9; }
  .alert-secondary .alert-link {
    color: #48241a; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #656464;
  background-color: #f3f3f3;
  border-color: #eeeeee; }
  .alert-light hr {
    border-top-color: #e1e1e1; }
  .alert-light .alert-link {
    color: #4b4b4b; }

.alert-dark {
  color: #191919;
  background-color: #d6d6d6;
  border-color: #c5c5c5; }
  .alert-dark hr {
    border-top-color: #b8b8b8; }
  .alert-dark .alert-link {
    color: black; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #858383;
  border-radius: 0; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #3d3d3d;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #3d3d3d;
    text-decoration: none;
    background-color: #c3c1c1; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #858383; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #404040;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #d2694d;
    background-color: transparent;
    border-color: transparent; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }

@media (min-width: 577px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #858585;
  background-color: white; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585; }

.list-group-item-secondary {
  color: #6d3728;
  background-color: #f2d5cd; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #6d3728;
    background-color: #edc4b9; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #6d3728;
    border-color: #6d3728; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #656464;
  background-color: #eeeeee; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #656464;
    background-color: #e1e1e1; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #656464;
    border-color: #656464; }

.list-group-item-dark {
  color: #191919;
  background-color: #c5c5c5; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #191919;
    background-color: #b8b8b8; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #191919;
    border-color: #191919; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

a.close.disabled {
  pointer-events: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #858383;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #858383;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #fff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #e6e6e6 !important; }

.bg-secondary {
  background-color: #d2694d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #bc4d30 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #c3c1c1 !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #aaa7a7 !important; }

.bg-dark {
  background-color: #303030 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #171717 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #6d6d6d !important; }

.border-top {
  border-top: 1px solid #6d6d6d !important; }

.border-right {
  border-right: 1px solid #6d6d6d !important; }

.border-bottom {
  border-bottom: 1px solid #6d6d6d !important; }

.border-left {
  border-left: 1px solid #6d6d6d !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #fff !important; }

.border-secondary {
  border-color: #d2694d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #c3c1c1 !important; }

.border-dark {
  border-color: #303030 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0 !important; }

.rounded {
  border-radius: 0 !important; }

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-lg {
  border-radius: 0 !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 0rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 577px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-3by4::before {
  padding-top: 133.33333%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

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

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

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

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

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

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

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

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

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 577px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 577px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 577px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 577px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #fff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #d9d9d9 !important; }

.text-secondary {
  color: #d2694d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #a8452a !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #c3c1c1 !important; }

a.text-light:hover, a.text-light:focus {
  color: #9d9a9a !important; }

.text-dark {
  color: #303030 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #0a0a0a !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #404040 !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #565454;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #6d6d6d !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #6d6d6d; }
  .table .thead-dark th {
    color: inherit;
    border-color: #6d6d6d; } }

/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/**
 *  mq-helper.scss
 *
 *  media query helper, for better
 *  responsive breakpoint syncing between CSS and JS
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.mq-helper {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (min-width: 576px) {
    .mq-helper {
      width: 576px; } }
  @media screen and (min-width: 577px) {
    .mq-helper {
      width: 577px; } }
  @media screen and (min-width: 992px) {
    .mq-helper {
      width: 992px; } }
  @media screen and (min-width: 1200px) {
    .mq-helper {
      width: 1200px; } }

/* Third-party Libraries */
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

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

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

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  .bg-carousel .slick-list {
    width: 100%;
    height: 100%;
    z-index: 1; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .bg-carousel .slick-track {
    z-index: 1;
    height: 100%; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../../img/common/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 10px;
  width: 10px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.5; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "icomoon";
    font-size: 10px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  font-size: 40px;
  position: absolute;
  z-index: 1;
  bottom: 6px;
  left: 10px;
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto; }
  .slick-dots:before {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 100%;
    height: 150%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 10px;
      width: 10px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 0;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        background-color: white;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 0;
        left: 0;
        content: " ";
        border-radius: 100%;
        width: 10px;
        height: 10px;
        font-family: "icomoon";
        font-size: 6px;
        line-height: 0;
        text-align: center;
        color: white;
        opacity: 0.5;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: white;
      opacity: 1; }

/* UI Modules */
/**
 *  addthis.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

@media (min-width: 992px) {
  html .atss .at-share-btn .at-icon-wrapper,
  html .atss a .at-icon-wrapper {
    padding-top: 4px;
    padding-bottom: 2px; } }

@media (min-width: 992px) {
  html .atss .at-share-btn span .at-icon,
  html .atss a span .at-icon {
    width: 1.5pc;
    height: 1.5pc; } }

@media (min-width: 992px) {
  html div#at4-share {
    margin-bottom: -50px; } }

/**
 *  anchor.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.anchor {
  font-size: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0; }
  .block-context--questionnaire .anchor {
    float: left; }

/**
 *  begin-button.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.begin-button__wrap--comparison {
  position: absolute;
  top: 96px;
  left: 22px;
  z-index: 2; }
  @media (min-width: 992px) {
    .begin-button__wrap--comparison {
      top: 231px; } }

.begin-button__wrap.hidden {
  display: none; }

/**
 *  bibliography.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.bibliography__heading {
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0 0 30px 0; }

.bibliography__link .hhv-icon {
  background-color: #d2694d;
  color: white;
  font-size: 24px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: -17px;
  left: 8px;
  width: 22px;
  height: 22px; }

.bibliography__list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .bibliography__list-item {
    margin: 0 0 30px 0;
    padding: 0 10px 30px 15px;
    border-left: solid 1px #565454;
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 17px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .bibliography__list a {
    text-decoration: underline;
    border: none;
    box-shadow: none;
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
    .bibliography__list a:hover {
      text-decoration: underline; }

.bibliography__segment {
  padding: 60px 0 80px 0; }

/**
 *  bg-carousel.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.bg-carousel {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }
  @media (min-width: 992px) {
    .bg-carousel {
      display: block; } }
  .bg-carousel:after {
    content: " ";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    /* Adjustment per MK 4/26/19 */
    background: black;
    background: linear-gradient(115deg, rgba(0, 0, 0, 0.9) 0%, black 25%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    width: 100%;
    height: 100%; }
  .bg-carousel__inset {
    position: relative;
    width: 100%;
    height: 100%; }
  .bg-carousel__image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }

/**
 *  block-card.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.block-card a {
  border: none;
  box-shadow: none; }
  .block-card a:hover {
    border: none;
    box-shadow: none; }

.block-card.hidden {
  display: none; }

.no-touchevents .block-card:hover .block-card__title--grid,
.no-touchevents .block-card:hover .block-card__title--grid a {
  color: #fff;
  text-decoration: none; }

.no-touchevents .block-card:hover .block-card__body--grid {
  opacity: 1;
  filter: alpha(opacity=100); }

.block-card__body-inset {
  padding-left: 1.0rem;
  padding-right: 1.0rem;
  position: relative;
  z-index: 1; }
  .block-card__body-inset--grid {
    position: relative;
    height: 100%; }
  .block-card__body-inset--search-result {
    padding: 0; }

.block-card__body-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 15px; }
  .block-card__body-text--search-result {
    padding-top: 0; }

.block-card__body--grid {
  transition: opacity 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  height: 214px;
  padding-top: 0; }

.block-card__body--search-result {
  width: 100%;
  padding-bottom: 30px; }
  @media (min-width: 577px) {
    .block-card__body--search-result {
      float: left;
      clear: left;
      width: 137px;
      padding-bottom: 0; } }
  @media (min-width: 992px) {
    .block-card__body--search-result {
      width: 552px; } }
  @media (min-width: 1200px) {
    .block-card__body--search-result {
      width: 760px; } }

.block-card__inset--default-next, .block-card__inset--book-next {
  position: relative;
  top: 0;
  left: 0;
  width: 240px; }
  @media (min-width: 992px) {
    .block-card__inset--default-next, .block-card__inset--book-next {
      width: 320px; } }
  @media screen and (min-width: 992px) and (max-height: 800px) {
    .block-card__inset--default-next, .block-card__inset--book-next {
      width: 241px;
      height: 143px; } }
  .block-card__inset--default-next:hover .block-card__title-label--default-next, .block-card__inset--book-next:hover .block-card__title-label--default-next {
    text-decoration: underline;
    transition: all 0.2s; }
  .block-card__inset--default-next:hover .block-card__title .hhv-icon, .block-card__inset--book-next:hover .block-card__title .hhv-icon {
    background-color: #c75132;
    transition: all 0.2s; }
  .block-card__inset--default-next:hover .figure--default-next:after, .block-card__inset--default-next:hover .figure--book-next:after, .block-card__inset--book-next:hover .figure--default-next:after, .block-card__inset--book-next:hover .figure--book-next:after {
    height: 150%;
    transition: all 0.3s; }

.block-card__inset--title-screen {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle; }

.block-card__inset--grid {
  position: relative;
  height: 244px; }
  @media (min-width: 576px) {
    .block-card__inset--grid {
      height: 244px; } }
  .block-card__inset--grid:before {
    transition: opacity 0.2s;
    content: " ";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100.5%;
    height: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }

.block-card__inset--search-result {
  position: relative; }
  @media (min-width: 577px) {
    .block-card__inset--search-result {
      padding-bottom: 60px;
      float: left; } }

.block-card__link-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.block-card__more-link--grid {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }
  .block-card__more-link--grid a {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 17px;
    line-height: 1.41;
    letter-spacing: 0.4px; }
    .block-card__more-link--grid a:hover {
      text-decoration: none; }

.block-card__more-link-icon--grid {
  display: none; }

.block-card__more-link-label--grid {
  display: none; }

.block-card__pre-heading {
  position: absolute;
  top: -80px;
  left: 0;
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.block-card--default-next {
  position: relative;
  top: 0;
  padding: 100px 0 30px 0; }

.block-card--book-next {
  position: relative;
  top: 0; }

.block-card--box-carousel {
  padding: 15px; }

.block-card--title-screen {
  width: 100%;
  height: 100%;
  display: table; }

.block-card--grid {
  overflow: hidden;
  transition: all 0.35s;
  height: 244px; }
  @media (min-width: 576px) {
    .block-card--grid {
      height: 244px; } }
  .no-touchevents .block-card--grid:hover h4,
  .no-touchevents .block-card--grid:hover h4 a {
    text-decoration: underline; }
  .no-touchevents .block-card--grid:hover .block-card__inset--grid:before {
    height: 200%;
    opacity: 1;
    filter: alpha(opacity=100); }
  .block-card--grid:hover .block-card__title-label--grid {
    text-decoration: underline; }
  .block-card--grid h4 {
    line-height: 1.3;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    height: 48px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .block-card--grid h4 a {
      color: #fff; }
      .block-card--grid h4 a:hover {
        text-decoration: none; }
  .block-card--grid.hidden {
    display: none; }

/**
 *  block-card__title.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.block-card__title {
  text-align: left; }
  .block-card__title-label {
    display: inline-block;
    padding-top: 4px;
    /* padding-left: 40px; */
    /* Remove for gallery grid and view-more grid */
    padding-left: 15px; }
    .block-card__title-label--default-next, .block-card__title-label--book-next {
      padding-left: 40px; }
  .photo-carousel .block-card__title {
    display: none; }
  .block-card__title--box-carousel {
    text-align: center; }
  .block-card__title--title-screen {
    text-align: center; }
  .block-card__title--grid {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px; }
  .block-card__title--default-next, .block-card__title--book-next {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 10px; }
    .block-card__title--default-next h4, .block-card__title--book-next h4 {
      font-size: 17px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0.21px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 577px) {
    .block-card__title--search-result {
      float: left;
      width: 137px; } }
  @media (min-width: 1200px) {
    .block-card__title--search-result {
      width: 760px; } }
  .block-card__title--search-result h4 {
    font-size: 32px;
    font-family: "Playfair Display", serif;
    line-height: 1.2;
    font-weight: 400; }
  .block-card__title,
  .block-card__title * {
    transition: background-color 0.3s, color 0.3s; }
  .block-card__title a {
    height: 32px;
    display: inline-block;
    position: relative; }
  .block-card__title .hhv-icon {
    display: inline-block;
    background-color: #d2694d;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 32px; }
    .block-card__title .hhv-icon:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .block-card__title .hhv-icon.icon-comparison-fill:before {
      left: -0.5px;
      top: -1px; }

/**
 *  block-context.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.block-context {
  position: relative;
  width: 100%; }
  .block-context--filter {
    padding: 0 0 30px 0; }
  .block-context--mosaic-mini {
    z-index: 1;
    margin-top: -25px; }
  .block-context--questionnaire {
    position: static; }
  .block-context--timemap-detail {
    height: 400px; }
    @media (min-width: 992px) {
      .block-context--timemap-detail {
        height: 100%; } }
    @media (min-width: 992px) {
      .block-context--timemap-detail.block-context--box-carousel, .block-context--timemap-detail.block-context--timemap-detail {
        position: absolute;
        top: 150px;
        left: 0;
        width: 100%;
        height: 640px; } }
    .block-context--timemap-detail.block-context--box-carousel {
      z-index: 2; }
    .block-context--timemap-detail.block-context--timemap-detail {
      z-index: 1; }
  .block-context--title-screen {
    width: 100%;
    height: 100%;
    text-align: center; }

/**
 *  block-entity.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.block-entity {
  margin-bottom: 30px; }
  .block-entity--credits-organization .block-entity__figure {
    width: 100%;
    height: 120px;
    vertical-align: middle;
    display: table-cell; }
    .block-entity--credits-organization .block-entity__figure img {
      max-width: 220px;
      max-height: 120px;
      /**
         * Custom rule for extra wide images 
         * This needs to be hand-applied
         *
         **/ }
      .block-entity--credits-organization .block-entity__figure img[alt="New York State Council on the Arts"] {
        max-width: 100%;
        max-height: none;
        width: 100%;
        height: auto; }
        @media (min-width: 576px) {
          .block-entity--credits-organization .block-entity__figure img[alt="New York State Council on the Arts"] {
            max-height: 93px;
            max-width: none;
            width: auto;
            height: 120px; } }
  .block-entity--credits-organization .block-entity__text {
    font-size: 17px;
    line-height: 1.41;
    letter-spacing: 0.4px; }
  .block-entity--credits-organization-secondary .block-entity__figure img {
    max-width: 176px;
    max-height: 96px; }
  .block-entity--credits-person {
    float: left; }
    .block-entity--credits-person .block-entity__figure {
      height: 82px;
      vertical-align: middle;
      display: table-cell; }
      .block-entity--credits-person .block-entity__figure img {
        max-width: 82px;
        max-height: 82px; }
  .block-entity__end-link-label {
    border: none;
    box-shadow: none;
    text-decoration: none; }
  .block-entity__end-link-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.41;
    letter-spacing: 0.2px; }
    .block-entity__end-link-wrap a {
      border: none;
      box-shadow: none;
      text-decoration: none;
      display: inline-block;
      padding-left: 30px;
      position: relative; }
  .block-entity__inset {
    border-left: solid 1px #565454;
    padding-left: 15px; }
  .block-entity__title {
    font-size: 17px;
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    text-decoration: none;
    box-shadow: none;
    border: none;
    line-height: 1.41;
    letter-spacing: 0.4px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 15px;
    margin-bottom: 15px; }
  .block-entity__text {
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: 0;
    margin-bottom: 5px; }

/**
 *  blocks.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.blocks--interactive-document {
  position: relative;
  z-index: 1; }

.blocks--video-set {
  position: relative;
  width: 100%; }

/**
 *  body.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.body__bg-mask {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .body__bg-mask.hidden {
    display: none; }

.body__scrim--timemap {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat; }
  .body__scrim--timemap:before {
    content: " ";
    display: block;
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 150%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }
  .body__scrim--timemap-detail:before {
    height: 50%; }

@media screen and (max-width: 575px) {
  .body--interactive-book {
    background-image: none !important; } }

@media (max-width: 991.98px) {
  .body--interactive-book {
    background-image: none !important; } }

.body--interactive-book:after {
  content: " ";
  display: block;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.87; }
  @media screen and (max-width: 575px) {
    .body--interactive-book:after {
      content: "";
      display: none; } }
  @media (max-width: 991.98px) {
    .body--interactive-book:after {
      content: "";
      display: none; } }

.body--page-wipe {
  background-attachment: fixed; }

.body--style-guide {
  background-color: #fff;
  color: #000; }

.body--title-screen {
  background-image: url("/img/common/hhv-pnp-title-screen-bg.jpg");
  background-size: cover;
  background-position: center top; }
  @media (min-width: 576px) {
    .body--title-screen {
      background-image: none; } }

/**
 *  body-text.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.body-text__segments {
  font-size: 17px; }
  .body-text__segments a {
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .body-text__segments h2,
  .body-text__segments h3,
  .body-text__segments h4,
  .body-text__segments h5,
  .body-text__segments h6 {
    /*
        @NOTE
        Only one heading style is specified by the designer
        so we will apply the same style to all headings
      */
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 30px; }
  .body-text__segments ul,
  .body-text__segments ol {
    margin-top: 30px;
    line-height: 1.47; }
  .body-text__segments ol {
    padding-left: 21px; }
    .body-text__segments ol li {
      padding-left: 4px; }
  .body-text__segments ul {
    padding-left: 18px; }
  .body-text__segments li {
    margin-bottom: 11px; }
  .body-text__segments p {
    margin-top: 7.5px;
    margin-bottom: 7.5px; }
    .body-text__segments p:first-child {
      margin-top: 0; }

.body-text__segment {
  padding-bottom: 30px;
  line-height: 25px;
  letter-spacing: 0.43px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .body-text__segment--auxilliary,
  .body-text__segment--auxilliary a {
    color: #fff; }
  .body-text__segment--auxilliary a {
    text-decoration: none;
    box-shadow: inset 0 -2px 0 #d2694d;
    padding-bottom: 0px;
    font-weight: 600; }
  .body--about .body-text__segment {
    color: #fff; }

/**
 *  book-segment-image.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.book-segment-image {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .book-segment-image figure {
    width: 1140px;
    margin-left: 100px; }
  .book-segment-image__group {
    overflow: visible; }

/**
 *  book-segment-text-image.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.book-segment-text-image {
  font-size: 24px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.4;
  font-weight: 200;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-size: 17px;
  line-height: 1.47;
  letter-spacing: 0.4px;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  /* background-color: transparent; */
  /* background-color: $black; */
  position: relative;
  z-index: 2; }
  .body--no-wipe .book-segment-text-image {
    height: 100vh; }
  @media (min-width: 576px) {
    .book-segment-text-image {
      width: 516px;
      margin-left: auto;
      margin-right: auto;
      font-size: 20px; } }
  @media (min-width: 992px) {
    .book-segment-text-image {
      width: auto;
      font-size: 16px; } }
  @media screen and (min-width: 992px) and (max-height: 800px) {
    .book-segment-text-image {
      font-size: 16px;
      line-height: 1.47; } }
  @media screen and (min-width: 992px) and (max-height: 566px) {
    .book-segment-text-image {
      font-size: 16px;
      line-height: 1.47; } }
  @media (min-width: 1200px) {
    .book-segment-text-image {
      font-size: 17px; } }
  .book-segment-text-image__group {
    width: 100%;
    height: 100%; }
    @media (min-width: 992px) {
      .book-segment-text-image__group {
        display: table;
        table-layout: fixed; } }
  .book-segment-text-image__image {
    position: relative; }
    @media (min-width: 992px) {
      .book-segment-text-image__image {
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        width: 436px; } }
    @media (min-width: 1200px) {
      .book-segment-text-image__image {
        width: 540px; } }
    .book-segment-text-image__image-inset {
      width: 100%;
      height: 100%;
      display: table-cell;
      vertical-align: middle; }
      .book-segment-text-image__image-inset--full-height {
        height: 100%;
        display: block; }
      .book-segment-text-image__image-inset:hover button .hhv-icon-circle--button-info {
        background-color: rgba(108, 106, 106, 0.6); }
    .book-segment-text-image__image--full-height {
      vertical-align: top; }
  .book-segment-text-image__extra {
    position: relative;
    top: 0;
    width: 100%; }
    .book-segment-text-image__extra::after {
      display: block;
      clear: both;
      content: ""; }
    @media (min-width: 992px) {
      .book-segment-text-image__extra {
        top: auto;
        position: absolute;
        bottom: 13%;
        left: 0;
        width: 443px; } }
    @media (min-width: 992px) {
      .book-segment-text-image__extra--book-image-low-res, .book-segment-text-image__extra--floating-image {
        position: relative;
        height: 0;
        overflow: visible;
        top: 0;
        left: 0; } }
  .book-segment-text-image__inset {
    height: 100%; }
  @media (min-width: 576px) {
    .book-segment-text-image__text {
      margin-bottom: 15px; } }
  @media (min-width: 992px) {
    .book-segment-text-image__text {
      margin-bottom: 0;
      height: 100%;
      text-align: right;
      display: table-cell;
      vertical-align: middle;
      width: 436px; } }
  @media (min-width: 1200px) {
    .book-segment-text-image__text {
      width: 540px; } }
  .book-segment-text-image__text-inset {
    display: inline-block;
    text-align: left; }
    @media (min-width: 992px) {
      .book-segment-text-image__text-inset {
        padding-right: 60px;
        padding-left: 93px;
        width: 436px; } }
    @media (min-width: 1200px) {
      .book-segment-text-image__text-inset {
        width: 540px; } }

/**
 *  book-segment-text-quote.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.book-segment-text-quote {
  font-size: 24px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.4;
  font-weight: 200;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  /* background-color: transparent; */
  /* background-color: $black; */
  position: relative;
  z-index: 2;
  font-size: 17px; }
  @media (min-width: 576px) {
    .book-segment-text-quote {
      width: 510px;
      margin-left: auto;
      margin-right: auto;
      font-size: 20px; } }
  @media (min-width: 992px) {
    .book-segment-text-quote {
      width: auto;
      font-size: 16px; } }
  @media screen and (min-width: 992px) and (max-height: 800px) {
    .book-segment-text-quote {
      font-size: 16px;
      line-height: 1.47; } }
  @media screen and (min-width: 992px) and (max-height: 566px) {
    .book-segment-text-quote {
      font-size: 16px;
      line-height: 1.47; } }
  @media (min-width: 1200px) {
    .book-segment-text-quote {
      width: auto;
      font-size: 17px; } }
  @media (min-width: 992px) {
    .book-segment-text-quote__group {
      width: 100%;
      height: 100%;
      display: table;
      table-layout: fixed; } }
  .book-segment-text-quote__image {
    display: none; }
  .book-segment-text-quote__quote {
    position: relative;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.0625;
    color: #e1b92e; }
    @media (min-width: 992px) {
      .book-segment-text-quote__quote {
        font-size: 45px;
        height: 100%;
        display: table-cell;
        vertical-align: middle; } }
  @media screen and (min-width: 992px) and (max-height: 566px) {
    .book-segment-text-quote__quote {
      font-size: 24px; } }
    .book-segment-text-quote__quote--not-actually-a-quote {
      font-style: normal;
      padding-bottom: 35px; }
      @media (min-width: 992px) {
        .book-segment-text-quote__quote--not-actually-a-quote {
          padding-bottom: 0; } }
    @media screen and (max-height: 800px) {
      .book-segment-text-quote__quote {
        line-height: 0.75; } }
    @media (min-width: 992px) {
      .book-segment-text-quote__quote {
        width: 436px; } }
    @media (min-width: 1200px) {
      .book-segment-text-quote__quote {
        width: 540px; } }
    @media (min-width: 992px) {
      .book-segment-text-quote__quote--intro {
        width: 100vw;
        position: relative;
        padding-left: calc(((100% - 1110px) / 2) + 217px); } }
    @media (min-width: 992px) {
      .book-segment-text-quote__quote-inset {
        width: 470px;
        height: 100%;
        display: table-cell;
        vertical-align: middle; } }
  @media screen and (min-width: 992px) and (max-height: 800px) {
    .book-segment-text-quote__quote-inset {
      width: 440px; } }
    .book-segment-text-quote__quote-inset--full-height {
      display: block; }
      @media (min-width: 992px) {
        .book-segment-text-quote__quote-inset--full-height {
          height: 100%; } }
    @media (min-width: 992px) {
      .book-segment-text-quote__quote-inset--intro {
        width: 607px; }
        .book-segment-text-quote__quote-inset--intro .book-segment-text-quote__quote-text {
          font-size: 36px;
          line-height: 1.33; } }
    @media screen and (min-width: 992px) and (max-height: 800px) {
      .book-segment-text-quote__quote-inset--intro .book-segment-text-quote__quote-text {
        font-size: 32px;
        line-height: 1.5; } }
    .book-segment-text-quote__quote-attribution {
      font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 17px;
      font-weight: 400;
      font-style: normal;
      line-height: 1.42;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-align: right;
      margin-top: 15px; }
      @media (min-width: 992px) {
        .book-segment-text-quote__quote-attribution {
          margin-top: 15px;
          font-size: 24px;
          font-weight: 300; } }
  @media screen and (min-width: 992px) and (max-height: 800px) {
    .book-segment-text-quote__quote-attribution {
      margin-top: 10px;
      font-size: 18px; } }
      .book-segment-text-quote__quote--not-actually-a-quote .book-segment-text-quote__quote-attribution {
        margin-top: -5px;
        text-align: left;
        font-family: "Playfair Display", serif; }
    .book-segment-text-quote__quote-text {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      margin-left: 15px;
      display: inline; }
      .book-segment-text-quote__quote-inset--not-actually-a-quote .book-segment-text-quote__quote-text {
        margin-left: 0; }
      @media (min-width: 992px) {
        .book-segment-text-quote__quote-text {
          margin-left: 0;
          font-size: 32px; } }
      @media screen and (max-height: 800px) {
        .book-segment-text-quote__quote-text {
          font-size: 24px;
          line-height: 1.2; } }
      .book-segment-text-quote__quote-text:before {
        display: block;
        content: "“";
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 0;
        margin-left: -15px; }
        @media (min-width: 992px) {
          .book-segment-text-quote__quote-text:before {
            margin-left: -15px; } }
        .book-segment-text-quote__quote--not-actually-a-quote .book-segment-text-quote__quote-text:before {
          content: " "; }
      .book-segment-text-quote__quote-text:after {
        display: inline;
        content: "”";
        margin-top: 0;
        margin-left: 0; }
        @media (min-width: 992px) {
          .book-segment-text-quote__quote-text:after {
            position: relative;
            bottom: 0;
            right: 0px; } }
        .book-segment-text-quote__quote--not-actually-a-quote .book-segment-text-quote__quote-text:after {
          content: " "; }
    .book-segment-text-quote__quote--full-height {
      vertical-align: top; }
  .book-segment-text-quote__inset {
    height: 100%; }
  @media (min-width: 992px) {
    .book-segment-text-quote__text {
      height: 100%;
      text-align: right;
      display: table-cell;
      vertical-align: middle;
      width: 436px; } }
  @media (min-width: 1200px) {
    .book-segment-text-quote__text {
      width: 540px; } }
  .book-segment-text-quote__text-inset {
    display: inline-block;
    text-align: left; }
    @media (min-width: 992px) {
      .book-segment-text-quote__text-inset {
        padding-right: 60px;
        padding-left: 93px;
        width: 436px; } }
    @media (min-width: 1200px) {
      .book-segment-text-quote__text-inset {
        width: 540px; } }

/**
 *  box-carousel.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.box-carousel {
  margin-bottom: 100px; }
  .box-carousel__inset {
    position: relative;
    background-color: #000; }
    @media (min-width: 992px) {
      .box-carousel__inset {
        width: 420px; } }
  .box-carousel__slides {
    position: relative; }
  .box-carousel__prev-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .box-carousel__button {
    background-color: #d2694d;
    padding: 0.5rem 1.0rem;
    text-transform: uppercase;
    font-size: 0.8rem; }
    .box-carousel__button, .box-carousel__button a {
      color: white; }
    .box-carousel__button--prev {
      position: absolute;
      top: 0;
      left: 0; }
    .box-carousel__button--next {
      position: absolute;
      top: 0;
      right: 0; }
  @media (min-width: 992px) {
    .box-carousel--timemap-detail {
      position: absolute;
      top: 100px;
      left: 20px; } }

/**
 *  breadcrumbs.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.breadcrumbs {
  position: relative;
  z-index: 97;
  font-size: 16px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.5;
  font-weight: 200;
  top: 0;
  padding: 21px 0 0 0; }
  .breadcrumbs::after {
    display: block;
    clear: both;
    content: ""; }
  @media (min-width: 576px) {
    .breadcrumbs {
      padding: 30px 0; } }
  @media screen and (min-width: 576px) and (max-height: 768px) {
    .breadcrumbs {
      padding: 17px 0; } }
  @media screen and (min-width: 576px) and (max-height: 566px) {
    .breadcrumbs {
      padding: 16px 0; } }
  body[data-page-loader-id="home"] .breadcrumbs {
    display: none;
    padding-left: 0; }
    @media (min-width: 576px) {
      body[data-page-loader-id="home"] .breadcrumbs {
        padding-left: 30px; } }
  .breadcrumbs ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left; }
    @media (min-width: 576px) {
      .breadcrumbs ul {
        white-space: nowrap; } }
  .breadcrumbs li {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1.4px;
    color: #fff;
    padding: 0 45px 0 0;
    margin: 0;
    display: block;
    float: left;
    position: relative;
    height: 27px; }
    .body--home .breadcrumbs li:first-child {
      display: block; }
    @media screen and (max-width: 374px) {
      .breadcrumbs li:first-child {
        padding: 0; }
        .breadcrumbs li:first-child:after {
          content: ""; } }
    .breadcrumbs li:nth-child(3), .breadcrumbs li:nth-child(4), .breadcrumbs li:nth-child(5) {
      display: none; }
      @media (min-width: 992px) {
        .breadcrumbs li:nth-child(3), .breadcrumbs li:nth-child(4), .breadcrumbs li:nth-child(5) {
          display: block; } }
    @media (min-width: 576px) {
      .breadcrumbs li {
        height: 20px; } }
    .breadcrumbs li:after {
      font-family: icomoon;
      content: "\e913";
      font-size: 20px;
      display: block;
      width: 7px;
      height: 20px;
      position: absolute;
      top: 0;
      right: 24px; }
  .breadcrumbs__list-item--icon span {
    display: none; }
  .breadcrumbs__list-item--icon a {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    float: left; }
    .breadcrumbs__list-item--icon a:after {
      position: absolute;
      top: -3px;
      left: 0;
      display: block;
      font-family: icomoon;
      content: "\e907";
      font-size: 25px;
      height: 26px;
      line-height: 26px; }
  .breadcrumbs__list--truncated li:first-child {
    padding-left: 30px; }
    .breadcrumbs__list--truncated li:first-child:before {
      font-family: icomoon;
      content: "\e913";
      font-size: 20px;
      display: block;
      width: 7px;
      height: 20px;
      position: absolute;
      top: 0;
      left: 0; }

/**
 *  button.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.btn {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: transparent; }

.button:focus {
  outline: none; }

.button--back, .button--start-over {
  text-transform: uppercase;
  border: none;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.41;
  letter-spacing: 1.6px;
  position: relative;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  box-shadow: none; }
  .button--back-bigger-circle, .button--start-over-bigger-circle {
    padding-top: 14px;
    padding-left: 50px; }
    .button--back-bigger-circle:active, .button--back-bigger-circle:focus, .button--start-over-bigger-circle:active, .button--start-over-bigger-circle:focus {
      background-color: transparent;
      border-color: transparent;
      outline: none;
      box-shadow: none; }
    .button--back-bigger-circle .button__icon-wrap, .button--start-over-bigger-circle .button__icon-wrap {
      width: 32px;
      height: 32px; }
    .button--back-bigger-circle .button__icon-wrap--caret-left .hhv-icon, .button--start-over-bigger-circle .button__icon-wrap--caret-left .hhv-icon {
      top: 6px;
      left: 6px; }
    .button--back-bigger-circle .button__label, .button--start-over-bigger-circle .button__label {
      white-space: nowrap; }
  .button--back, .button--back:hover, .button--start-over, .button--start-over:hover {
    background-color: transparent;
    color: #fff; }
  .button--back:hover, .button--start-over:hover {
    text-decoration: underline; }

.button--begin {
  position: relative;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px; }
  .button--begin .button__label {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1.41;
    letter-spacing: 1.5px; }
  .button--begin .icon-comparison-outline {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 26px;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: -0.04em;
    color: #d2694d;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto; }

.button--filter-main {
  background-color: #000;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.47;
  letter-spacing: 1.5px;
  border: solid 1px #858383;
  position: relative;
  width: 255px;
  height: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  text-align: left;
  padding-left: 46px; }
  .button--filter-main:active,
  .show > .button--filter-main:active, .button--filter-main:focus,
  .show > .button--filter-main:focus, .button--filter-main:hover,
  .show > .button--filter-main:hover {
    background-color: #e1b92e;
    color: #000;
    border: solid 1px #e1b92e;
    box-shadow: none; }
  .button--filter-main:active:after, .button--filter-main:focus:after, .button--filter-main:hover:after {
    color: #000; }
  .button--filter-main:after {
    border: none;
    content: "\e913";
    font-family: icomoon;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    line-height: 0;
    font-size: 32px;
    position: absolute;
    top: 19px;
    right: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.button--info {
  background-color: transparent;
  border: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  white-space: nowrap;
  color: #fff;
  width: 32px;
  height: 32px; }
  @media screen and (max-width: 575px) {
    .button--info.dropdown-toggle {
      position: absolute;
      top: -16px;
      right: 16px; } }
  .button--info.dropdown-toggle:after, .button--info:after {
    display: none; }
  .button--info .icon-caret-sm {
    display: none; }

.button--nested-info-box {
  position: absolute;
  z-index: 2;
  right: 32px;
  bottom: -16px; }
  .button--nested-info-box[aria-expanded=true] .icon-caret-sm {
    display: block; }
  .button--nested-info-box[aria-expanded=true] .icon-i {
    display: none; }
  .button--nested-info-box .icon-caret-sm {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    font-size: 30px;
    display: none; }
  .button--nested-info-box .icon-i {
    display: block; }

.button--overlay-item {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer; }

.button--overlay-toggle {
  color: #fff;
  background-color: #d2694d;
  padding: 19.5px 27px 18px 27px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  width: 286px; }

.button--pagination {
  background: transparent;
  font-size: 1.0rem;
  border: dotted 1px #3d3d3d;
  padding: 1.875px 7.5px;
  color: #3d3d3d; }
  .selected .button--pagination {
    color: #fff;
    border: dotted 1px #fff; }
  .button--pagination.enabled {
    cursor: pointer;
    border: transparent;
    color: #fff; }
    .selected .button--pagination.enabled {
      border: dotted 1px #fff; }

.button--pagination-icon-only {
  border: none;
  background-color: #3d3d3d;
  font-size: 1.0rem;
  border-radius: 100%;
  padding: 1.875px 7.5px;
  color: #000;
  width: 22px;
  height: 22px;
  cursor: pointer;
  margin-top: 23px;
  margin-bottom: 23px; }
  .selected .button--pagination-icon-only {
    background-color: #e1b92e; }
  .button--pagination-icon-only.enabled {
    cursor: pointer; }
    .selected .button--pagination-icon-only.enabled {
      background-color: #e1b92e; }

.button--slide-toggle:focus {
  outline: none; }
  .button--slide-toggle:focus .button__focus-box {
    display: block;
    position: absolute;
    top: -4px;
    left: -118px;
    z-index: 1;
    width: 159px;
    height: 31px;
    border: dotted 1px #fff; }

.button--slide-toggle .button__focus-box {
  border: dotted 1px transparent; }

.button--sitemap {
  margin-bottom: 7.5px; }
  .button--sitemap.selected {
    background-color: #000;
    color: #fff; }

.button--site-menu {
  border-left: none;
  border-right: none;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  padding: .3rem .2rem;
  transition: all 0.3s; }
  .button--site-menu, .button--site-menu:hover {
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px; }
  .button--site-menu:active {
    background-color: transparent; }
  .button--site-menu[aria-expanded=true] {
    border-radius: 100%;
    width: 23px;
    height: 23px;
    border: solid 1px #fff;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 19px;
    color: #fff; }
    @media (min-width: 576px) {
      .button--site-menu[aria-expanded=true] {
        position: relative;
        left: 0; } }
    .button--site-menu[aria-expanded=true]:after {
      font-family: icomoon;
      content: "\e910";
      font-size: 30px;
      display: block;
      position: absolute;
      top: 0;
      left: -5px;
      line-height: 23px;
      width: 23px;
      height: 23px; }
    .button--site-menu[aria-expanded=true] span {
      font-size: 0; }

.button--title-screen-enter {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 1.6px;
  position: relative;
  padding-right: 38px; }
  .button--title-screen-enter, .button--title-screen-enter:active, .button--title-screen-enter:focus {
    box-shadow: none; }
  .button--title-screen-enter .hhv-icon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    font-weight: 500;
    font-size: 28px;
    top: 0px;
    left: -3px;
    right: auto;
    position: absolute; }

.button__icon-wrap {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 9px;
  background-color: #fff;
  border-radius: 100%;
  color: #d2694d; }
  .button__icon-wrap--caret-down {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    font-weight: 500;
    font-size: 20px; }
    .button__icon-wrap--caret-down .hhv-icon {
      top: 2px;
      left: 2px;
      position: absolute; }
  .button__icon-wrap--caret-left {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    font-weight: 500;
    font-size: 20px;
    left: 9px;
    right: auto;
    background-color: #d2694d;
    color: #fff; }
    .button__icon-wrap--caret-left .hhv-icon {
      top: 2px;
      left: 2px;
      position: absolute; }

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

/**
 *  button--slide-toggle.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.button--slide-toggle {
  color: #fff;
  background-color: #000;
  padding: 0.2rem 1.0rem;
  width: 27px;
  height: 23px;
  cursor: pointer;
  border: none;
  display: block;
  overflow: visible;
  padding: 0;
  font-size: 10px;
  text-transform: uppercase; }
  @media (min-width: 577px) {
    .button--slide-toggle {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 98; } }
  .button--slide-toggle:after {
    content: " ";
    float: left;
    display: block;
    position: absolute;
    top: 0;
    right: -11.5px;
    border: solid 1px #fff;
    border-radius: 100%;
    width: 23px;
    height: 23px;
    background-color: #000; }
  .button--slide-toggle:before {
    content: " ";
    float: left;
    display: block;
    position: absolute;
    top: 0;
    left: -11.5px;
    border: solid 1px #fff;
    border-radius: 100%;
    width: 23px;
    height: 23px;
    background-color: #000; }
  .button--slide-toggle[data-status="off"] .button__state:before {
    content: "Off";
    left: 11.5px; }
  .button--slide-toggle[data-status="off"] .button__indicator {
    left: -8.5px;
    background-color: #d2694d; }
  .button--slide-toggle[data-status="on"] .button__state:before {
    content: "On";
    left: 0px; }
  .button--slide-toggle[data-status="on"] .button__indicator {
    left: 19.525px;
    background-color: #e1b92e; }
  .button--slide-toggle .button__indicator {
    content: " ";
    display: block;
    position: absolute;
    z-index: 2;
    top: 3.25px;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    transition: all 0.2s ease-in-out; }
  .button--slide-toggle .button__label {
    position: absolute;
    z-index: 1;
    top: 1px;
    left: -115px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.4px; }
  .button--slide-toggle .button__state {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    background-color: #000;
    display: block;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    z-index: 1;
    width: 27px;
    font-size: 0; }
    .button--slide-toggle .button__state:before {
      font-size: 10px;
      content: "";
      display: block;
      float: left;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      text-indent: 0;
      padding-top: 4px;
      transition: all 0.2s ease-in-out; }

/**
 *  button-group.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.button-group--sitemap {
  padding: 30px 0; }

/**
 *  button-icon.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.button-icon {
  border: none;
  background-color: transparent; }
  .button-icon.disabled {
    display: none; }
  .button-icon--copyright-drawer .hhv-icon {
    display: block;
    position: absolute;
    top: 2px;
    left: 3px; }
  .button-icon--copyright-drawer:hover {
    background-color: rgba(108, 106, 106, 0.6); }

/**
 *  button-icon--begin.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.button-icon--begin, .button-icon--begin:hover {
  border: none;
  box-shadow: none;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 1.7px;
  color: #fff;
  padding: 10px 45px 10px 15px;
  position: relative; }

.button-icon--begin .hhv-icon {
  background-color: #fff;
  color: #d2694d;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 10px;
  right: 15px; }
  .button-icon--begin .hhv-icon:before {
    position: absolute;
    top: 4px;
    left: 2px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    font-weight: 800; }

/**
 *  button-icon--caret-lg.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.button-icon--caret-lg {
  display: block;
  float: left;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border-radius: 100%;
  border: solid 1px #fff;
  width: 25px;
  height: 25px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 0; }
  .button-icon--caret-lg .icon {
    position: absolute;
    top: 2.5px;
    left: 0;
    width: 100%;
    height: 100%;
    display: block; }
  .button-icon--caret-lg.button-icon--copyright-drawer {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: -12px;
    right: 24px; }
    .button-icon--caret-lg.button-icon--copyright-drawer .hhv-icon:before {
      font-size: 18px; }
  .button-icon--caret-lg.button-icon--photo-carousel {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    top: -16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border: solid 1px #fff;
    font-size: 24px; }
    .button-icon--caret-lg.button-icon--photo-carousel .icon {
      top: 4px; }

/**
 *  button-icon--close.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.button-icon--close {
  display: block;
  border: solid 1px #d2694d;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  position: absolute;
  z-index: 1;
  background-color: #d2694d;
  color: #fff;
  text-align: center;
  cursor: pointer;
  top: 15px;
  right: 15px;
  font-size: 0;
  padding: 0;
  line-height: 30px;
  text-align: center; }
  .button-icon--close .hhv-icon {
    font-size: 46px;
    display: block;
    line-height: 30px;
    width: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1px;
    left: -0.165em; }
    .content-card .button-icon--close .hhv-icon {
      left: -7.5px; }
    .button-icon--close .hhv-icon:before {
      width: 34px;
      height: 34px; }
  .button-icon--close:hover {
    background-color: #c75132; }

/**
 *  button-icon--copyright.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.button-icon--copyright {
  cursor: pointer; }
  .button-icon--copyright[data-status="on"] {
    display: none; }

/**
 *  button-icon--footer.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.button-icon--footer {
  color: #fff;
  border: solid 1px #fff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  position: relative; }
  @media (min-width: 576px) {
    .button-icon--footer {
      float: left;
      left: 90px; } }
  .button-icon--footer span {
    position: absolute;
    top: -2px;
    left: -2px;
    display: block; }

/**
 *  button-icon--share.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.button-icon--share {
  font-size: 34px;
  cursor: pointer; }

/**
 *  button-icon--utility-bar.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.button-icon--utility-bar {
  float: left;
  display: block;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0; }
  .button-icon--utility-bar span {
    position: absolute;
    top: -2px;
    left: -2px;
    display: block;
    font-size: 26px; }

/**
 *  button-icon--x-sm.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.button-icon--x-sm {
  cursor: pointer;
  position: absolute; }

/**
 *  button-play.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.button-play {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.41;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-top: 13px;
  font-size: 16px; }
  @media (min-width: 576px) {
    .button-play {
      font-size: 17px; } }
  .button-play a {
    border: none;
    box-shadow: none; }
  .button-play .icon-triangle {
    position: absolute;
    font-size: 30px;
    top: 5.5px;
    left: 5.5px; }
    @media (min-width: 576px) {
      .button-play .icon-triangle {
        font-size: 30px;
        top: 5px;
        left: 5.5px; } }
  .button-play-icon-wrap {
    display: block;
    border-radius: 100%;
    background-color: #d2694d;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    transition: background-color 0.2s; }
    @media (min-width: 576px) {
      .button-play-icon-wrap {
        width: 40px;
        height: 40px; } }
    .card-home:hover .button-play-icon-wrap {
      background-color: #c75132; }
  .button-play-link {
    position: relative;
    display: inline-block; }
    .button-play-link-label {
      display: inline-block;
      margin-left: 50px;
      padding-top: 11px; }
      @media (min-width: 576px) {
        .button-play-link-label {
          padding-top: 9px;
          margin-left: 50px; } }

/**
 *  card-home.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.card-home {
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 576px) {
    .card-home {
      margin-left: 0;
      margin-right: 0; } }
  .card-home--1 .card-home__link-overlay {
    display: block; }
  .card-home--1 a {
    box-sizing: border-box;
    border: dotted 1px transparent;
    background: none;
    box-shadow: none;
    display: block; }
    .card-home--1 a:focus {
      outline: none;
      border: dotted 1px #c3c1c1; }
    .card-home--1 a h3,
    .card-home--1 a div {
      transition: color 0.2s;
      color: #fff; }
  .no-touchevents .card-home--1:hover .figure--home:after {
    height: 150% !important; }
  .no-touchevents .card-home--1:hover a h3,
  .no-touchevents .card-home--1:hover a div {
    color: #ccc; }
  .card-home--1:hover a h3,
  .card-home--1:hover a div {
    color: #ccc; }
  .no-touchevents .card-home:hover .card-home__description {
    opacity: 1; }
  .no-touchevents .card-home:hover .card-home__header:before {
    opacity: 0.7; }
  .no-touchevents .card-home:hover .figure--home:after {
    height: 225%; }
  .no-touchevents .card-home:hover .button-play-link-label {
    text-decoration: underline; }
  .card-home-inset {
    overflow: hidden;
    position: relative;
    font-size: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 4px; }
    @media (min-width: 576px) {
      .card-home-inset {
        margin-left: 15px;
        margin-right: 15px; } }
    @media (min-width: 992px) {
      .card-home-inset--1 {
        height: 506px; } }
    @media (min-width: 1200px) {
      .card-home-inset--1 {
        height: 608px; } }
    @media (min-width: 992px) {
      .card-home-inset--2 {
        margin-right: -13px; } }
    @media (min-width: 1200px) {
      .card-home-inset--2 {
        margin-right: -28px; } }
    @media (min-width: 992px) {
      .card-home-inset--3 {
        margin-left: -13px; } }
    @media (min-width: 1200px) {
      .card-home-inset--3 {
        margin-left: 2px; } }
    @media (min-width: 992px) {
      .card-home-inset--4 {
        margin-right: -13px; } }
    @media (min-width: 1200px) {
      .card-home-inset--4 {
        margin-right: -28px; } }
    @media (min-width: 992px) {
      .card-home-inset--5 {
        margin-left: -13px; } }
    @media (min-width: 1200px) {
      .card-home-inset--5 {
        margin-left: 2px; } }
  .card-home__body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .card-home__body-inset {
    padding: 15px; }
  .card-home__body-text {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.42; }
  .card-home__description {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    opacity: 0;
    transition: opacity 0.2s;
    padding-top: 10px; }
    @media (min-width: 576px) {
      .card-home__description {
        font-size: 24px;
        line-height: 1.42; } }
    .card-home__description--2, .card-home__description--3, .card-home__description--4, .card-home__description--5 {
      max-width: 335px; }
    .card-home__description--6 {
      max-width: 525px; }
  .card-home__figure {
    z-index: 1;
    font-size: 17px; }
    .card-home__figure:after {
      transition: all 0.4s;
      content: " ";
      display: block;
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100.5%;
      height: 320px;
      opacity: 1;
      filter: alpha(opacity=100);
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
      /* IE6-9 */ }
    @media (min-width: 992px) {
      .card-home__figure--1 img {
        display: none; } }
    @media (min-width: 992px) {
      .card-home__figure--1 {
        background-image: none !important; } }
    .card-home__figure--1:after {
      content: "";
      display: none; }
  .card-home__header {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 17px;
    padding-left: 30px; }
    .card-home__header--1 {
      padding-top: 65px; }
      @media (min-width: 992px) {
        .card-home__header--1 {
          padding-top: 100px; } }
      @media (min-width: 992px) {
        .card-home__header--1 {
          padding-left: 30px; } }
    .card-home__header-inset {
      padding: 30px 0; }
      @media (min-width: 992px) {
        .card-home__header-inset--1 {
          padding: 30px 0;
          position: absolute;
          bottom: 0;
          left: 30px; } }
  .card-home__link-overlay {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    box-shadow: none; }
  .card-home__pre-title {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.41;
    letter-spacing: 1.7px;
    text-transform: uppercase; }
  .card-home__tagline {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
    width: 208px;
    display: none; }
    @media (min-width: 992px) {
      .card-home__tagline {
        font-size: 24px;
        line-height: 34px;
        width: auto; } }
    .card-home__tagline--1 {
      display: block; }
  .card-home__title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 1.19; }
    .card-home__title-icon-wrap {
      display: block;
      float: left;
      background-color: #d2694d;
      border-radius: 100%;
      width: 40px;
      height: 40px;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 28px; }
    .card-home__title--1 {
      font-size: 28px;
      font-weight: 400;
      line-height: 1.16; }
      @media (min-width: 992px) {
        .card-home__title--1 {
          font-size: 36px;
          margin-bottom: 0; } }
      @media (min-width: 1200px) {
        .card-home__title--1 {
          font-size: 45px; } }
    .card-home__title--6 {
      padding-left: 50px; }
      .card-home__title--6 a {
        display: inline-block;
        position: relative;
        padding-left: 50px; }
      .card-home__title--6 .hhv-icon {
        position: absolute;
        top: 6px;
        left: 6px; }
    .card-home__title a {
      text-decoration: none;
      border: none;
      box-shadow: none; }
  .card-home__watermark {
    display: block;
    position: absolute;
    z-index: 1;
    right: 15px;
    bottom: 11px; }
    @media (min-width: 992px) {
      .card-home__watermark {
        right: 30px;
        bottom: 32px; } }
    .card-home__watermark img {
      width: 78px;
      height: auto;
      opacity: 0.5; }
      @media (min-width: 992px) {
        .card-home__watermark img {
          width: 141px; } }
  .card-home h3 {
    position: relative; }

/**
 *  carousel.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.carousel-control-next, .carousel-control-prev {
  height: 50px;
  bottom: auto;
  background-color: #000; }

/**
 *  chapter-segment.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

@media (min-width: 577px) {
  .chapter-segment__inset {
    padding-top: 100px; } }
  @media screen and (min-width: 577px) and (max-height: 768px) {
    .chapter-segment__inset {
      padding-top: 45px; } }
  @media screen and (min-width: 577px) and (max-height: 566px) {
    .chapter-segment__inset {
      padding-top: 60px; } }

/**
 *  comparison.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.comparison {
  padding-top: 21px; }
  .comparison.hidden {
    display: none; }
  .comparison__begin-button-overlay {
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .comparison__begin-button-overlay.hidden {
      display: none; }
  .comparison__inset {
    position: relative; }

/**
 *  comparison-item.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.comparison-item {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  height: 120px;
  padding-bottom: 60px; }
  @media (min-width: 992px) {
    .comparison-item {
      height: 255px;
      padding-bottom: 60px; } }
  .comparison-item.expanded {
    height: auto;
    overflow: visible; }
  .comparison-item__cta {
    padding-top: 60px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .comparison-item__cta-inset {
      text-decoration: none;
      box-shadow: none;
      border: none;
      padding-left: 40px;
      position: relative;
      display: inline-block; }
    .comparison-item__cta .hhv-icon {
      display: inline-block;
      position: absolute;
      top: -6px;
      left: -6px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      font-size: 36px; }
  .comparison-item__detail {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 992px) {
      .comparison-item__detail {
        width: 740px; } }
    .comparison-item__detail h3 {
      font-weight: 200;
      font-size: 32px;
      line-height: 1.19;
      margin-bottom: 15px; }
  .comparison-item__figure {
    display: block;
    margin: 0 0 15px 0; }
    .comparison-item__figure-wrap {
      margin-bottom: 15px;
      position: relative;
      top: 0;
      left: 0;
      z-index: 1; }
      @media (min-width: 992px) {
        .comparison-item__figure-wrap {
          margin-bottom: 30px; } }
      .comparison-item__figure-wrap img {
        width: 100%; }
    .comparison-item__figure.hidden {
      display: none; }
  .comparison-item__intro-text {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.42; }
    @media (min-width: 992px) {
      .comparison-item__intro-text {
        font-size: 24px; } }
  .comparison-item__transcript {
    position: relative;
    z-index: 2;
    font-size: 17px;
    font-weight: 400;
    line-height: 34px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 992px) {
      .comparison-item__transcript {
        font-size: 24px; } }
    .comparison-item__transcript-bg {
      background-color: #000;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%; }
    .comparison-item__transcript-inset {
      padding: 30px 0; }
      @media (min-width: 992px) {
        .comparison-item__transcript-inset {
          width: 635px; } }
    .comparison-item__transcript-wrap {
      border-top: solid 2px #3d3d3d;
      border-bottom: solid 2px #3d3d3d;
      display: block;
      position: relative;
      z-index: 1;
      top: 0;
      left: 0; }
      .comparison-item__transcript-wrap.hidden {
        display: none;
        position: absolute; }
  .comparison-item__overlay-toggle-wrap {
    position: absolute;
    top: -45px;
    right: 30px; }
    @media (min-width: 992px) {
      .comparison-item__overlay-toggle-wrap {
        right: 55px; } }
  .comparison-item--1 {
    border-bottom: solid 3px #d2694d; }
    .comparison-item--1.expanded {
      border-bottom: solid 0 transparent; }
  @media (min-width: 992px) {
    .comparison-item--2 {
      padding-bottom: 22.5px; } }

/**
 *  comparison-items.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.comparison-items__wrap {
  position: relative;
  z-index: 1; }

/**
 *  contact-info.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.contact-info::after {
  display: block;
  clear: both;
  content: ""; }

.contact-info__field {
  font-size: 15px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  margin: 0 0 8px 0;
  line-height: 1.47;
  letter-spacing: 0.4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .contact-info__field a:hover {
    text-decoration: underline; }

.contact-info__image a, .contact-info__image a:hover {
  display: block;
  text-decoration: none;
  box-shadow: none;
  border: none; }

.contact-info__image img {
  width: 30%;
  height: auto;
  margin: 0; }
  @media (min-width: 576px) {
    .contact-info__image img {
      width: 45%; } }
  @media (min-width: 992px) {
    .contact-info__image img {
      width: 100%; } }

@media (min-width: 1200px) {
  .contact-info__image {
    position: absolute;
    right: 0;
    top: 0;
    width: 203px;
    height: auto; } }

.contact-info__text-block {
  float: left;
  width: 200px;
  margin-left: 30px; }
  .contact-info__text-block a {
    text-decoration: none;
    border: none;
    box-shadow: none;
    color: #000; }

.contact-info__text-image-row {
  position: relative;
  width: 100%; }

.contact-info--sidebar.sidebar__module {
  padding-top: 0;
  margin-top: -15px; }

/**
 *  content-card.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.content-card {
  float: left;
  position: absolute;
  top: 0;
  left: 0; }
  .content-card__button-label {
    margin-left: 42px;
    display: inline-block;
    padding-top: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px; }
  .content-card__toggle {
    background-color: transparent;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
    padding: 0;
    position: relative; }
    .content-card__toggle:focus {
      outline: none; }
    .content-card__toggle:after {
      display: none; }

/**
 *  container.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.container__wrap--breadcrumbs {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  z-index: 3;
  overflow: hidden;
  transition: height 0.25s ease-in-out;
  /* background-color: $black; */ }
  body[data-page-loader-id="title-screen"] .container__wrap--breadcrumbs {
    height: 0; }
  @media (min-width: 576px) {
    .container__wrap--breadcrumbs {
      width: 100%;
      height: 60px;
      top: 0;
      background-color: transparent; } }

.container__wrap--site-header {
  position: relative;
  z-index: 4; }

.container--site-footer {
  display: block; }
  .container--site-footer::after {
    display: block;
    clear: both;
    content: ""; }
  @media (min-width: 992px) {
    .container--site-footer {
      display: none; } }
  .body--auxilliary .container--site-footer,
  .body--home .container--site-footer,
  .body--sitemap .container--site-footer {
    display: block; }
  .body--timemap .container--site-footer {
    z-index: 2;
    position: relative; }
  .body--title-screen .container--site-footer {
    display: none; }

/**
 *  copyright-toggle.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.copyright-toggle--utility-bar {
  position: absolute;
  top: 0;
  right: 100px;
  float: left;
  width: 24px;
  height: 24px;
  font-size: 0; }

.copyright-toggle:hover button {
  background-color: rgba(108, 106, 106, 0.6); }

/**
 *  detail.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.detail__main-column {
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .detail__main-column {
      padding-bottom: 100px; } }

/**
 *  download-links.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.download-links {
  padding: 0 0 30px 0; }
  .download-links a {
    text-decoration: none;
    box-shadow: inset 0 -2px 0 #d2694d;
    padding-bottom: 0px; }
  .download-links h3 {
    margin-bottom: 0; }
  .download-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .download-links li {
    margin: 0;
    padding: 0; }

/**
 *  dropdown-menu.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.dropdown-menu--mobile-only.dropdown-menu--interactive-document {
  position: static;
  top: 0;
  left: 0;
  width: auto;
  float: none;
  border: none;
  margin-top: 0; }
  .dropdown-menu--mobile-only.dropdown-menu--interactive-document .info-box__inset--content-card {
    width: auto;
    margin-left: 15px;
    margin-right: 15px; }
  .dropdown-menu--mobile-only.dropdown-menu--interactive-document .button-icon--close {
    display: none; }
  .dropdown-menu--mobile-only.dropdown-menu--interactive-document .related-links {
    margin-left: 60px;
    margin-bottom: 30px;
    width: auto; }
  .dropdown-menu--mobile-only.dropdown-menu--interactive-document .info-box-expandable--nested-info-box {
    margin-left: 0;
    margin-right: 0; }
  .dropdown-menu--mobile-only.dropdown-menu--interactive-document .info-box-expandable__inset {
    height: auto; }

/**
 *  entity-groups.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.entity-groups__list-heading {
  padding-top: 60px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 15px; }

/**
 *  error.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.error-404__body-text {
  margin-top: 54px;
  margin-bottom: 66px;
  font-size: 17px; }
  @media (min-width: 992px) {
    .error-404__body-text {
      font-size: 20px; } }

.error-404__cta-links {
  margin-bottom: 80px; }

.error-404__cta-link {
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  position: relative;
  top: 0;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 992px) {
    .error-404__cta-link {
      padding-left: 45px;
      padding-right: 45px;
      margin-bottom: 0; } }
  .error-404__cta-link a,
  .error-404__cta-link button {
    display: inline-block;
    position: relative;
    border: none;
    box-shadow: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1.1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 992px) {
      .error-404__cta-link a,
      .error-404__cta-link button {
        font-size: 17px;
        letter-spacing: 1.6px; } }
  .error-404__cta-link--1 {
    display: inline-block;
    position: relative; }
    @media (min-width: 992px) {
      .error-404__cta-link--1:after {
        content: ' ';
        display: block;
        position: absolute;
        top: -10px;
        right: 0;
        width: 0;
        height: 60px;
        border-left: solid 2px #858383; } }
  .error-404__cta-link .hhv-icon:before {
    display: inline-block;
    font-size: 22px;
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-left: 1px; }
  .error-404__cta-link .hhv-icon.icon-caret-lg:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-top: 1px;
    margin-left: -1px; }

.error-404__next-icon-wrap {
  background-color: #d2694d;
  border-radius: 100%;
  float: left;
  position: relative;
  top: -2px;
  width: 24px;
  height: 24px;
  font-size: 0;
  margin-right: 10px; }
  @media (min-width: 992px) {
    .error-404__next-icon-wrap {
      top: 0; } }

.error-404__next-label-term {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400; }

/**
 *  Work around the non-integration of Twig
 *  in this WordPress instance
 *
 *  @TODO Pay off this debt
 *
 */
@media (min-width: 992px) {
  body[data-page-loader-id="error-404"] .main__outer-container,
  body[data-page-loader-id="error-404"] .main__outer-row,
  body[data-page-loader-id="error-404"] .main-inset,
  body[data-page-loader-id="error-404"] .page-body {
    height: 100%; } }

@media (min-width: 992px) {
  body[data-page-loader-id="error-404"] .main-context--prepare,
  body[data-page-loader-id="error-404"] .main-context--ready.main-context--revealed {
    height: 100%; } }

@media (min-width: 992px) {
  body[data-page-loader-id="error-404"] .main-inset {
    display: table;
    width: 100%;
    height: 100%; } }

@media (min-width: 992px) {
  body[data-page-loader-id="error-404"] .page-body {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%; } }

body[data-page-loader-id="error-404"] .page-body button {
  background-color: transparent;
  border: none;
  color: #fff; }

/**
 *  feature-image.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.feature-image img {
  width: 100%; }

.feature-image figcaption a {
  text-decoration: none;
  box-shadow: inset 0 -2px 0 #d2694d;
  padding-bottom: 0px; }

.feature-image__source-title {
  text-transform: uppercase; }

/**
 *  figure.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.figure {
  margin: 0;
  padding: 0;
  width: 100%; }
  @media (min-width: 992px) {
    .figure {
      width: 706px; } }
  .figure img {
    width: 100%; }
  .figure__info-box-wrap--book-intro {
    position: relative; }
  .figure__info-box-wrap--timepoint {
    clear: both; }
    @media (min-width: 992px) {
      .figure__info-box-wrap--timepoint {
        position: absolute;
        top: auto;
        right: 0;
        left: auto;
        bottom: 0;
        width: 100%; } }
  @media (min-width: 576px) {
    .figure__wrap--book-intro {
      width: 516px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 992px) {
    .figure__wrap--book-intro {
      display: table-cell;
      vertical-align: middle;
      height: 100vh; } }
  .figure__wrap--book-intro:hover button .hhv-icon-circle--button-info {
    background-color: rgba(108, 106, 106, 0.6); }
  @media (min-width: 576px) {
    .figure__wrap--quote-intro {
      width: 516px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 992px) {
    .figure__wrap--quote-intro {
      width: auto; } }
  .figure__wrap--quote-intro figure {
    width: 0;
    height: 0;
    overflow: hidden; }
  @media (min-width: 992px) {
    .figure--absolute-fluid {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: auto;
      height: auto; } }
  .figure--book-image-fill {
    width: 100%;
    cursor: pointer; }
  .figure--book-image-low-res {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 300px; }
    .figure--book-image-low-res img {
      height: auto;
      width: auto;
      max-width: 100%;
      max-height: 300px; }
  .figure--book-intro {
    position: relative;
    cursor: pointer; }
    @media (min-width: 992px) {
      .figure--book-intro {
        width: 100vw;
        padding-left: calc(((100% - 1110px) / 2) + 217px); } }
  .figure--default-next, .figure--book-next {
    width: 100%;
    background-position: center top;
    background-size: cover;
    height: 138px;
    overflow: hidden; }
    @media (min-width: 992px) {
      .figure--default-next, .figure--book-next {
        height: 192px; } }
  @media screen and (min-width: 992px) and (max-height: 800px) {
    .figure--default-next, .figure--book-next {
      height: 143px; } }
    .figure--default-next:after, .figure--book-next:after {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 60%;
      opacity: 1.0;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
      /* IE6-9 */ }
    .figure--default-next img, .figure--book-next img {
      width: 100%;
      display: none; }
  .figure--full-height {
    width: auto;
    cursor: pointer; }
    @media screen and (max-width: 575px) {
      .figure--full-height {
        background-image: none !important;
        /* Override inline CSS */ } }
    @media (min-width: 992px) {
      .figure--full-height {
        height: 100%;
        /* background-size: auto 100%; */
        background-size: cover;
        background-position: 50% 0;
        background-repeat: no-repeat; } }
    .figure--full-height img {
      width: 100%; }
      @media (min-width: 992px) {
        .figure--full-height img {
          height: 100%;
          opacity: 0;
          filter: alpha(opacity=0);
          /* display: none; */ } }
  .figure--grid {
    margin-bottom: 0;
    width: 100%;
    height: 214px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .figure--grid img {
      display: none; }
  .figure--home {
    width: 100%;
    height: 325px;
    background-size: cover;
    background-position: 50% 0; }
    @media (min-width: 992px) {
      .figure--home {
        height: 470px; } }
    .figure--home.figure--1 {
      height: 410px; }
      @media (min-width: 576px) {
        .figure--home.figure--1 {
          height: 680px; } }
      @media (min-width: 992px) {
        .figure--home.figure--1 {
          height: 523.125px; } }
      @media (min-width: 1200px) {
        .figure--home.figure--1 {
          height: 624.375px; } }
      .figure--home.figure--1:after {
        content: " ";
        display: block;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 230px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
        /* IE6-9 */ }
    .figure--home img {
      display: none; }
  .figure--no-image {
    display: none; }
  .figure--questionnaire-end-page {
    display: block;
    width: 100%; }
    .figure--questionnaire-end-page.figure--floating-image {
      width: 100%; }
    @media (min-width: 992px) {
      .figure--questionnaire-end-page.figure--full-height {
        display: none; } }
    .figure--questionnaire-end-page img {
      width: 100%; }
  .figure--search-result {
    width: 100%; }
    @media (min-width: 577px) {
      .figure--search-result {
        float: right;
        width: 320px; } }
    .figure--search-result img {
      width: 100%; }

/**
 *  filter.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.filter__dropdown {
  width: 255px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #000;
  color: #fff;
  border-top: none;
  border-left: solid 1px #3d3d3d;
  border-right: solid 1px #3d3d3d;
  border-bottom: solid 1px #3d3d3d; }
  .filter__dropdown-button {
    color: #fff;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 46px;
    border-top: solid 1px #3d3d3d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .no-touchevents .filter__dropdown-button:hover {
      background-color: #3d3d3d;
      color: #fff; }
    .filter__dropdown-button[data-value="all"] {
      text-transform: uppercase;
      font-size: 17px;
      line-height: 1.41;
      letter-spacing: 1.7px; }
    .filter__dropdown-button.selected {
      background-color: #e1b92e;
      color: #000; }

@media (max-width: 576.98px) {
  .filter__group {
    padding-bottom: 15px; } }

.filter__group--checkbox label {
  padding-top: 5px; }

.filter h3 {
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-bottom: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 *  form-contact.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/**
 *  form-signup.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/**
 *  glossary.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.glossary__contextual-highlight {
  font-weight: 400;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: -4px;
  margin-right: -4px;
  color: #fff;
  background-color: transparent;
  cursor: default;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .body--glossary-on .glossary__contextual-highlight {
    background-color: #e1b92e;
    color: #000;
    cursor: pointer; }

.glossary__definition {
  font-size: 17px;
  line-height: 1.41;
  letter-spacing: 0.4px; }

@media (min-width: 992px) {
  .glossary__inset {
    -webkit-column-count: 2;
            column-count: 2; } }

.glossary__item {
  padding: 0 0 15px 15px;
  margin-bottom: 30px;
  border-left: solid 1px #6c6a6a; }
  @media (min-width: 577px) {
    .glossary__item {
      padding: 0 15px 10px 15px; } }
  @media (min-width: 992px) {
    .glossary__item,
    .glossary__item * {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; } }

.glossary__links-title {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.41;
  letter-spacing: 1.7px;
  color: #fff;
  margin: 0;
  padding: 15px 0 10px 0; }

.glossary__trigger {
  position: relative;
  z-index: 1; }
  .glossary__trigger.show {
    /* Ensure it's on top of other triggers */
    z-index: 2; }

.glossary-toggle__wrap {
  display: none;
  padding: 30px 0; }
  @media (min-width: 992px) {
    .glossary-toggle__wrap {
      padding: 0; } }

/**
 *  glossary-control.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.glossary-control--utility-bar {
  position: absolute;
  top: 15px;
  left: 130px;
  right: auto; }
  @media (min-width: 992px) {
    .glossary-control--utility-bar {
      top: 0;
      left: auto;
      right: 246px; } }
  body[data-page-loader-id="error-404"] .glossary-control--utility-bar {
    display: none; }

/**
 *  grid.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.grid img {
  width: 100%; }

/**
 *  graphic.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.graphic--hhv.graphic--site-footer {
  margin: 15px 0; }
  @media (min-width: 992px) {
    .graphic--hhv.graphic--site-footer {
      margin: 0;
      text-align: right;
      width: 100px;
      position: relative;
      top: -18px;
      left: 0;
      float: right; } }

.graphic--hhv.graphic--utility-bar {
  width: 66px;
  position: absolute;
  top: -9px;
  right: 0;
  float: left; }

.graphic--neh.graphic--site-footer {
  text-align: left;
  padding-bottom: 3.5rem; }

.graphic--site-footer {
  text-align: right; }
  @media (min-width: 992px) {
    .graphic--site-footer {
      text-align: left; } }

.graphic__link, .graphic__link:hover {
  border: none;
  box-shadow: none; }

.graphic__link--site-footer, .graphic__link--site-nav {
  display: inline-block; }
  .graphic__link--site-footer.graphic__link--hhv, .graphic__link--site-nav.graphic__link--hhv {
    width: 68px; }
    @media (min-width: 992px) {
      .graphic__link--site-footer.graphic__link--hhv, .graphic__link--site-nav.graphic__link--hhv {
        width: 110px; } }
  .graphic__link--site-footer.graphic__link--neh, .graphic__link--site-nav.graphic__link--neh {
    width: 152px; }

.graphic__link--site-footer.graphic__link--neh {
  width: 190px; }

.graphic__link--utility-bar {
  display: inline-block; }
  .graphic__link--utility-bar.graphic__link--hhv {
    width: 66px; }

.graphic img {
  width: 100%; }

/**
 *  heading.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.heading {
  padding-bottom: 30px; }
  .heading--document {
    position: absolute;
    z-index: 2;
    padding: 30px 0 0 30px;
    width: auto;
    height: 200px;
    left: 0;
    right: 0; }
    .heading--document:before {
      content: " ";
      display: block;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
      /* IE6-9 */
      opacity: 0.9; }
  .heading--glossary {
    font-size: 20px; }
  .heading--next {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .heading--pretitle {
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    line-height: 1.1;
    padding-bottom: 0;
    margin-bottom: 0; }
    .heading--pretitle-questionnaire {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: 400;
      letter-spacing: 2.7px;
      padding-bottom: 5px; }
  .heading--video-set {
    padding-bottom: 7.5px; }

/**
 *  hr.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.hr--style-guide {
  border-top: solid 1px #565454; }

/**
 *  hhv-icon.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.hhv-icon-external-link-sm {
  box-shadow: none;
  border-bottom: none; }

.hhv-icon-caret {
  font-size: 16px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.5;
  font-weight: 200;
  display: inline-block;
  border: solid 1px transparent;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  position: relative;
  top: -5px;
  margin-bottom: -5px;
  z-index: 1;
  background-color: #d2694d;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding-left: 0;
  padding-top: 2px; }

.hhv-icon-circle {
  font-size: 16px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.5;
  font-weight: 200;
  display: block;
  border: solid 1px #fff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding-left: 0;
  padding-top: 2px; }
  .hhv-icon-circle--button-info {
    position: absolute;
    top: 0;
    left: 0; }

.hhv-icon-x {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 1;
  text-align: center;
  cursor: pointer; }
  .button-icon .hhv-icon-x {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 2px; }

.hhv-icon-plus-minus__wrap {
  display: block;
  border: solid 1px #d2694d;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  color: #d2694d;
  text-align: center;
  cursor: pointer;
  font-size: 30px;
  line-height: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s; }
  .content-card__toggle[aria-expanded="true"] .hhv-icon-plus-minus__wrap {
    background-color: #e1b92e;
    border-color: #e1b92e;
    color: #e1b92e; }
  .content-card__toggle[aria-expanded="false"] .hhv-icon-plus-minus__wrap {
    background-color: #fff;
    border-color: #d2694d;
    color: #d2694d; }
  .hhv-icon-plus-minus__wrap .icon-plus,
  .hhv-icon-plus-minus__wrap .icon-minus {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-top: 0;
    line-height: 20px; }
  .hhv-icon-plus-minus__wrap .icon-minus {
    display: none; }

.hhv-icon.icon-i {
  font-size: 30px;
  line-height: 27px;
  text-align: center;
  padding-left: 1px; }

/**
 *  hhv-icon-triangle-special.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.hhv-icon-triangle-special__wrap {
  float: left;
  display: block;
  position: absolute;
  top: 12px;
  left: 18px;
  width: 20px;
  height: 24px; }
  @media (min-width: 576px) {
    .hhv-icon-triangle-special__wrap {
      top: 15px;
      left: 22px;
      width: 25px;
      height: 30px; } }

.hhv-icon-triangle-special--solid-right-white {
  float: left;
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #fff; }
  @media (min-width: 576px) {
    .hhv-icon-triangle-special--solid-right-white {
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 25px solid #fff; } }

/**
 *  hhv-icon-wrapper.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.hhv-icon-wrapper--credits-organization {
  background-color: #d2694d;
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: block;
  border-radius: 100%;
  width: 24px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }
  .hhv-icon-wrapper--credits-organization .hhv-icon {
    font-size: 24px; }

.hhv-icon-wrapper--inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0; }

.hhv-icon-wrapper--learn-more-sidebar {
  font-size: 24px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.5;
  font-weight: 200;
  display: block;
  border: solid 1px #d2694d;
  border-radius: 100%;
  width: 24px;
  height: 23px;
  position: absolute;
  z-index: 1;
  background-color: #d2694d;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding-left: 0;
  left: 0;
  box-shadow: none;
  border-bottom: none; }
  .hhv-icon-wrapper--learn-more-sidebar i {
    display: block;
    position: absolute;
    top: -1px;
    left: 0; }

.hhv-icon-wrapper--related-links {
  font-size: 24px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.5;
  font-weight: 200;
  display: block;
  border: solid 1px #d2694d;
  border-radius: 100%;
  width: 24px;
  height: 23px;
  position: absolute;
  z-index: 1;
  background-color: #d2694d;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding-left: 0;
  left: 0;
  top: 0;
  box-shadow: none;
  border-bottom: none; }
  .hhv-icon-wrapper--related-links i {
    display: block;
    position: absolute;
    top: -1px;
    left: 0; }

.hhv-icon-wrapper--teacher-detail {
  font-size: 24px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.5;
  font-weight: 200;
  display: block;
  border: solid 1px #d2694d;
  border-radius: 100%;
  width: 24px;
  height: 23px;
  position: absolute;
  z-index: 1;
  background-color: #d2694d;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding-left: 0;
  left: 10px;
  box-shadow: none;
  border-bottom: none; }

/**
 *  home.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

@media (min-width: 576px) {
  .home__cards {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 120px; } }

/**
 *  html.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

*::-moz-selection {
  color: #fff;
  /* Hack for Chrome */
  background-color: rgba(225, 159, 142, 0.9);
  /* WebKit/Blink Browsers */ }

*::selection {
  color: #fff;
  /* Hack for Chrome */
  background-color: rgba(225, 159, 142, 0.9);
  /* WebKit/Blink Browsers */ }

*::-moz-selection {
  color: #fff;
  background-color: #e19f8e;
  /* Gecko Browsers */ }

.body--title-screen .addthis-smartlayers {
  display: none; }

html {
  font-size: 16px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.5;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 100%;
  height: 100%;
  font-size: 15px; }
  html.touchevents body[data-display-size=xs] .title-screen__bg video {
    display: none; }
  @media (max-width: 576.98px) {
    html.html--site-nav-expanded {
      /**
       *  Keep the user from getting trapped
       *  and the page from scrolling in mobile
       *  when the menu is open
       *
       */
      overflow-x: hidden; } }
  @media (min-width: 992px) {
    html .addthis-smartlayers-desktop {
      /* Keep this under the main nav,
       * but make sure it appears above 
       * the page-swipe elements
       * 
       * */
      position: relative;
      z-index: 2; } }
  html a {
    text-decoration: none;
    box-shadow: inset 0 -2px 0 #d2694d;
    padding-bottom: 0px; }
    html a:hover {
      text-decoration: none; }
  html body {
    width: 100%;
    height: 100%;
    background-color: black;
    color: white;
    font-size: 16px;
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.5;
    font-weight: 200;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    overflow-x: hidden; }
  html figcaption {
    font-size: 0.9rem;
    padding-top: 3.75px; }
  html h1,
  html h2,
  html h3 {
    font-family: "Playfair Display", serif; }
  html h1 {
    word-break: break-word;
    font-size: 45px;
    font-family: "Playfair Display", serif;
    line-height: 1.2;
    font-weight: 400;
    font-size: 45px; }
    @media (min-width: 992px) {
      html h1 {
        font-size: 72px; } }
  @media screen and (min-width: 992px) and (max-height: 566px) {
    html h1 {
      font-size: 32px; } }

@media screen and (min-width: 1200px) and (max-height: 566px) {
  html h1 {
    font-size: 32px; } }
  html h2 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Playfair Display", serif;
    font-size: 32px;
    line-height: 1.19; }
    @media (min-width: 576px) {
      html h2 {
        font-size: 32px;
        line-height: 1.19; } }
    @media (min-width: 992px) {
      html h2 {
        font-size: 45px;
        line-height: 1.2; } }
  @media screen and (min-width: 992px) and (max-height: 566px) {
    html h2 {
      font-size: 32px; } }
  html h4 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  html h5 {
    font-size: 24px;
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.4;
    font-weight: 200; }
  html h6 {
    font-size: 20px;
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.2;
    font-weight: 200; }
  html img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.3rem;
    margin-bottom: 2.3rem; }
  html .p--color-hhv-gold {
    color: #e1b92e; }
  html strong {
    font-weight: 500; }

/**
 *  info-box.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.info-box {
  background-color: #f5f2ed; }
  @media (min-width: 576px) {
    .info-box {
      width: 445px; } }
  .info-box,
  .info-box a {
    color: #000; }
  .info-box img {
    width: 100%; }
  .info-box__body--content-card {
    padding-top: 15px; }
    .info-box__body--content-card.info-box--no-image {
      padding-top: 0; }
  .info-box__body--no-image {
    padding-top: 0;
    padding-right: 25px; }
  .info-box__cta {
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 1.5px;
    font-weight: 400;
    text-transform: uppercase; }
    .info-box__cta a {
      text-decoration: none;
      border: none;
      box-shadow: none; }
      .info-box__cta a:after {
        display: inline-block;
        content: "\e913";
        font-family: icomoon;
        font-size: 24px;
        position: relative;
        left: 0;
        top: 5px; }
  .info-box__external-links {
    padding-bottom: 8px; }
  .info-box__external-link {
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 1200px) {
      .info-box__external-link {
        font-size: 17px; } }
    .info-box__external-link-icon {
      border-radius: 100%;
      width: 22px;
      height: 22px;
      color: #fff;
      background-color: #d2694d;
      display: inline-block;
      font-size: 25px;
      font-weight: 400;
      position: absolute;
      top: 1px;
      left: 0; }
      .info-box__external-link-icon .hhv-icon {
        display: block;
        position: absolute;
        top: -1px;
        left: -1px;
        width: 22px;
        height: 22px; }
    .info-box__external-link a {
      text-decoration: none;
      border: none;
      box-shadow: none;
      position: relative;
      display: inline-block;
      padding-left: 30px;
      font-size: 16px;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      @media (min-width: 1200px) {
        .info-box__external-link a {
          font-size: 17px; } }
  .info-box__title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px; }
    @media (min-width: 1200px) {
      .info-box__title {
        font-size: 17px; } }
    .info-box__title--content-card {
      font-size: 32px;
      font-family: "Playfair Display", serif;
      line-height: 1.2;
      font-weight: 400;
      font-size: 27px; }
      @media (min-width: 992px) {
        .info-box__title--content-card {
          font-size: 32px; } }
    .info-box__title--info-box-expandable {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-weight: 500;
      font-style: italic;
      line-height: 1.41;
      letter-spacing: 0.4px;
      margin-right: 48px;
      font-size: 16px; }
      @media (min-width: 1200px) {
        .info-box__title--info-box-expandable {
          font-size: 17px; } }
    .info-box__title--no-image {
      margin-right: 40px; }
  .info-box__inset {
    padding: 15px; }
    .info-box__inset--content-card {
      background-color: #000;
      color: #fff;
      width: 445px; }
    .info-box__inset--info-box-expandable {
      /* Remove for 1024 x 566 */
      /* margin-bottom: ($grid-gutter-width / 2); */
      width: 100%; }
  .info-box__subtitle {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.47;
    letter-spacing: 0.4px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 1200px) {
      .info-box__subtitle {
        font-size: 17px; } }
  .info-box__text {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.47;
    letter-spacing: 0.4px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 1200px) {
      .info-box__text {
        font-size: 17px; } }
  .info-box__title {
    margin-bottom: 15px; }
  .info-box--content-card {
    padding: 0;
    background-color: transparent; }
  .dropup .info-box--expand-up.dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    position: relative !important; }
    @media (min-width: 992px) {
      .dropup .info-box--expand-up.dropdown-menu {
        position: relative !important; }
        .info-box-expandable--book-intro .dropup .info-box--expand-up.dropdown-menu {
          position: absolute !important;
          top: auto !important;
          bottom: -57px !important;
          left: 15px !important;
          right: auto !important; } }
  @media screen and (min-width: 992px) and (max-height: 800px) {
    .timepoint-box .dropup .info-box--expand-up.dropdown-menu {
      position: absolute !important;
      top: 0;
      left: 0;
      margin-left: -227px;
      /* Shift this to the left side of the small thumbnail */
      right: auto;
      bottom: auto; } }
    @media (min-width: 992px) {
        .info-box-expandable--floating-image .dropup .info-box--expand-up.dropdown-menu {
          position: absolute !important;
          top: auto !important;
          bottom: -60px !important;
          -webkit-transform: translate3d(0px, -60px, 0px) !important;
                  transform: translate3d(0px, -60px, 0px) !important; } }
  @media (min-width: 992px) {
    .info-box--flat.info-box--info-box-expandable {
      width: 445px; } }
  .info-box--info-box-expandable {
    z-index: 0;
    padding: 0;
    width: 100%;
    border: 0; }
    @media (max-width: 991.98px) {
      .info-box--info-box-expandable {
        position: relative !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
                transform: translate3d(0, 0, 0) !important; } }
  .info-box--nested-info-box {
    width: 100%; }

/**
 *  info-box-expandable.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.info-box-expandable {
  height: 0; }
  .comparison-item--transcript-on .info-box-expandable {
    display: none; }
  @media (min-width: 992px) {
    .interactive-document--transcript-on .info-box-expandable {
      display: none; } }
  @media (min-width: 992px) {
    .info-box-expandable {
      height: auto;
      float: left;
      position: absolute;
      right: 400px;
      bottom: 130px;
      z-index: 100; } }
  .info-box-expandable__figure--nested-info-box {
    margin-bottom: 0; }
  .info-box-expandable__inset {
    height: 0; }
    @media (min-width: 576px) {
      .info-box-expandable__inset {
        height: auto; } }
    .info-box-expandable__inset.show .dropdown-toggle {
      visibility: hidden; }
  .info-box-expandable__segment-primary {
    position: relative;
    width: 100%; }
  .info-box-expandable--book-intro {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    bottom: auto;
    right: 0; }
    @media (max-width: 991.98px) {
      .info-box-expandable--book-intro .dropdown-toggle {
        position: absolute;
        bottom: -16px;
        right: 32px; } }
    @media (min-width: 992px) {
      .info-box-expandable--book-intro {
        top: auto;
        bottom: 94px;
        left: calc(((100% - 1110px) / 2) + 217px - 15px);
        right: auto; } }
    @media (min-width: 992px) {
      .info-box-expandable--book-intro .info-box-expandable {
        top: auto;
        bottom: 0; } }
    .info-box-expandable--book-intro .dropup .dropdown-menu {
      margin-bottom: 15px !important; }
      @media (min-width: 992px) {
        .info-box-expandable--book-intro .dropup .dropdown-menu {
          margin-bottom: 0 !important; } }
  .info-box-expandable--comparison {
    position: relative;
    top: -15px;
    width: 100%; }
    @media (min-width: 992px) {
      .info-box-expandable--comparison {
        top: auto;
        width: auto;
        position: absolute;
        right: 0;
        bottom: 0; } }
    .info-box-expandable--comparison .dropdown-toggle {
      position: absolute;
      right: 30px;
      bottom: -16px; }
    .info-box-expandable--comparison .dropdown-menu {
      margin-bottom: 15px; }
      @media (min-width: 992px) {
        .info-box-expandable--comparison .dropdown-menu {
          margin-bottom: 0; } }
  .info-box-expandable--interactive-book, .info-box-expandable--questionnaire {
    position: relative;
    z-index: 3;
    width: 100%;
    top: 0;
    left: 0;
    bottom: auto;
    right: 0; }
    @media (min-width: 992px) {
      .info-box-expandable--interactive-book, .info-box-expandable--questionnaire {
        width: auto;
        position: static;
        top: 0;
        bottom: auto;
        left: 0;
        right: auto;
        bottom: auto;
        float: left; } }
    .info-box-expandable--interactive-book .dropdown-toggle, .info-box-expandable--questionnaire .dropdown-toggle {
      position: absolute;
      bottom: -16px;
      right: 32px; }
      @media (min-width: 992px) {
        .info-box-expandable--interactive-book .dropdown-toggle, .info-box-expandable--questionnaire .dropdown-toggle {
          position: absolute;
          bottom: 30px;
          left: -16px; } }
  .info-box-expandable--global-timepoint-note {
    right: -15px;
    bottom: 140px;
    display: none;
    /* Only needed when background map is visible in LG and higher */ }
    @media (min-width: 992px) {
      .info-box-expandable--global-timepoint-note {
        display: block; } }
  @media screen and (min-width: 992px) and (max-height: 900px) {
    .info-box-expandable--global-timepoint-note {
      right: 0;
      top: 100px;
      /* @TODO Problematic positioning */ } }
    .info-box-expandable--global-timepoint-note .button--info {
      position: absolute;
      right: 0;
      bottom: 0; }
    .info-box-expandable--global-timepoint-note .info-box {
      margin-bottom: 0; }

@media screen and (min-width: 992px) and (max-height: 800px) {
  .info-box-expandable--global-timepoint-note .info-box {
    width: 457px; } }
  .info-box-expandable--interactive-document-main {
    position: relative;
    z-index: 4;
    display: block; }
    @media (min-width: 992px) {
      .info-box-expandable--interactive-document-main {
        position: absolute;
        bottom: -20px;
        right: 30px;
        display: none; }
        .begin .info-box-expandable--interactive-document-main {
          display: block; } }
    .info-box-expandable--interactive-document-main .icon-caret-sm {
      display: none; }
    .info-box-expandable--interactive-document-main .dropdown-menu {
      margin-bottom: 15px; }
      @media (max-width: 991.98px) {
        .info-box-expandable--interactive-document-main .dropdown-menu {
          left: auto !important;
          right: 0 !important;
          width: 100% !important; } }
      @media (min-width: 992px) {
        .info-box-expandable--interactive-document-main .dropdown-menu {
          margin-bottom: 0; } }
    .info-box-expandable--interactive-document-main .button--info {
      background-color: transparent;
      border: none;
      border: none;
      background-color: transparent;
      cursor: pointer;
      white-space: nowrap;
      color: #fff;
      width: 32px;
      height: 32px; }
      .info-box-expandable--interactive-document-main .button--info.dropdown-toggle {
        position: absolute;
        top: -16px;
        right: 16px; }
        @media (min-width: 992px) {
          .info-box-expandable--interactive-document-main .button--info.dropdown-toggle {
            top: -36px;
            right: 0; } }
        .info-box-expandable--interactive-document-main .button--info.dropdown-toggle:hover .hhv-icon-circle--button-info {
          background-color: rgba(108, 106, 106, 0.6); }
  .info-box-expandable--nested-info-box {
    float: none;
    position: relative;
    top: 0;
    left: 0;
    bottom: auto;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    z-index: 1;
    height: 0;
    overflow: hidden; }
  @media (min-width: 992px) {
    .info-box-expandable--timepoint {
      position: absolute;
      top: auto;
      right: 0;
      left: auto;
      bottom: 0; } }
  .info-box-expandable--timepoint .button--info {
    position: absolute;
    right: 32px;
    bottom: -16px; }
  .info-box-expandable--timepoint .info-box {
    margin-bottom: 0; }

/**
 *  interactive-document.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.interactive-document {
  padding-top: 22.5px;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .interactive-document.begin {
      padding-top: 80px;
      padding-top: 22.5px; } }
  .interactive-document__begin-button-overlay {
    display: none; }
    @media (min-width: 992px) {
      .interactive-document__begin-button-overlay {
        display: block;
        position: absolute;
        z-index: 99;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        cursor: pointer;
        border: none;
        box-shadow: none; } }
    .interactive-document__begin-button-overlay.hidden {
      display: none; }
  .interactive-document__begin-button-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 30px;
    width: 100%;
    display: none; }
    @media (min-width: 992px) {
      .interactive-document__begin-button-wrap {
        display: block; } }
    .interactive-document__begin-button-wrap.hidden {
      display: none; }
    .interactive-document__begin-button-wrap button {
      position: relative;
      z-index: 2; }
  .interactive-document__begin-button-bg {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }
  .interactive-document__inset {
    position: relative;
    z-index: 1; }
  .interactive-document__bg {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden; }
    .interactive-document__bg img {
      width: 100%; }
    .interactive-document__bg.hidden {
      /* Keep visible in XS and SM */ }
      @media (min-width: 992px) {
        .interactive-document__bg.hidden {
          /* Hide only in LG up */
          display: none; } }
  .interactive-document__transcript {
    font-size: 24px;
    line-height: 34px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    z-index: 2; }
    .interactive-document__transcript-bg {
      background-color: #000;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .interactive-document__transcript-inset {
      padding: 30px 0;
      width: 635px; }
    .interactive-document__transcript-wrap {
      border-top: solid 2px #3d3d3d;
      border-bottom: solid 2px #3d3d3d;
      display: block;
      position: relative;
      z-index: 1;
      top: 0;
      left: 0; }
      .interactive-document__transcript-wrap.hidden {
        display: none;
        position: absolute; }
  .interactive-document__overlays {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .interactive-document--transcript-on .interactive-document__overlays {
      position: relative; }
  .interactive-document__overlay {
    position: relative;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none; }
    .interactive-document__overlay.hidden {
      display: none; }
    .interactive-document__overlay--note, .interactive-document__overlay--transcript {
      display: none; }
    @media (min-width: 992px) {
      .interactive-document[data-current-overlay-mode="note"].begin .interactive-document__overlay--note {
        display: block; } }
    @media (min-width: 992px) {
      .interactive-document[data-current-overlay-mode="transcript"].begin .interactive-document__overlay--transcript {
        display: block; } }
    .interactive-document__overlay-item {
      padding-left: 36px; }
    .interactive-document__overlay-item:hover .content-card__button-label {
      text-decoration: underline; }
    .interactive-document__overlay-items {
      position: relative;
      width: 100%;
      height: 100%; }
    .interactive-document__overlay:before {
      content: " ";
      display: block;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: 0.7; }
  .interactive-document__overlay-toggle-wrap {
    position: absolute;
    z-index: 3;
    top: -50px;
    right: 45px;
    display: none; }
    @media (min-width: 992px) {
      .interactive-document__overlay-toggle-wrap.active {
        /* Only ever show in LG up */
        display: block; } }

/**
 *  intro-text.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.intro-text {
  padding-bottom: 18px;
  max-width: 730px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  line-height: 1.47;
  font-weight: 300;
  letter-spacing: 0.4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 576px) {
    .intro-text {
      font-size: 24px;
      line-height: 1.47; } }
  @media (min-width: 992px) {
    .intro-text {
      padding-top: 12px; } }
  @media screen and (min-width: 992px) and (max-height: 768px) {
    .intro-text {
      font-size: 20px;
      line-height: 1.4; } }
  @media screen and (min-width: 992px) and (max-height: 566px) {
    .intro-text {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 17px;
      padding-bottom: 0; } }
  .intro-text--auxilliary {
    font-size: 24px;
    line-height: 1.42; }
    @media (min-width: 576px) {
      .intro-text--auxilliary {
        margin-top: 15px;
        margin-bottom: 30px; } }
    @media (min-width: 992px) {
      .intro-text--auxilliary {
        margin-top: 30px;
        margin-bottom: 60px; } }
  @media screen and (max-height: 566px) {
    .intro-text--chapter-subchapter {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 17px; } }
  .intro-text--chapter-subchapter a {
    /* @TODO re-enable links in mobile at a later date */ }
    @media (max-width: 576.98px) {
      .intro-text--chapter-subchapter a, .intro-text--chapter-subchapter a:hover {
        border: none;
        box-shadow: none;
        cursor: default; } }
    .intro-text--chapter-subchapter a:hover {
      color: #6c6a6a; }
    @media (min-width: 992px) {
      .intro-text--chapter-subchapter a {
        font-weight: 500; } }
  .intro-text--comparison {
    padding-bottom: 0; }
  .intro-text--historic-site-detail {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 20px; }
  .intro-text--interactive-book {
    padding-bottom: 48px; }
    @media (min-width: 576px) {
      .intro-text--interactive-book {
        padding-bottom: 0; } }
    @media (min-width: 992px) {
      .intro-text--interactive-book {
        margin-left: 123px; } }
  .intro-text--interactive-document {
    padding-bottom: 0;
    font-size: 20px; }
    @media screen and (max-height: 566px) {
      .intro-text--interactive-document {
        font-size: 17px; } }
  @media (max-width: 991.98px) {
    .intro-text--page-wipe a, .intro-text--page-wipe a:hover {
      border: none;
      box-shadow: none;
      cursor: default;
      color: #fff; } }
  .intro-text--questionnaire {
    font-size: 17px; }
    @media (min-width: 992px) {
      .intro-text--questionnaire {
        font-size: 24px;
        font-weight: 300; } }
  @media screen and (min-width: 992px) and (max-height: 768px) {
    .intro-text--questionnaire {
      font-size: 17px; } }
  .intro-text--video-set {
    padding-top: 0;
    font-size: 20px;
    line-height: 1.4; }
    @media (min-width: 576px) {
      .intro-text--video-set {
        font-size: 20px; } }
  .intro-text__wrap.hidden {
    display: none; }
  .intro-text__wrap--comparison {
    overflow: hidden; }
    .intro-text__wrap--comparison.hidden {
      display: none; }
  .intro-text__wrap--interactive-document {
    overflow: visible; }
    .intro-text__wrap--interactive-document.hidden {
      overflow: hidden;
      display: none; }
  .intro-text__wrap--questionnaire {
    overflow: hidden; }
  .intro-text--glossary {
    margin-top: 0; }

/**
 *  layout-split.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.layout-split__extra {
  position: relative;
  top: 0;
  width: 100%; }
  .layout-split__extra::after {
    display: block;
    clear: both;
    content: ""; }
  @media (min-width: 992px) {
    .layout-split__extra--floating-image {
      position: relative;
      height: 0;
      overflow: visible;
      top: 0;
      left: 0; }
    .layout-split__extra--full-height {
      top: auto;
      position: absolute;
      bottom: 13%;
      left: 0;
      width: 443px; } }

.layout-split__left {
  /*pointer-events: none;*/ }
  @media (min-width: 992px) {
    .layout-split__left {
      width: 50%;
      display: table-cell;
      height: 100%;
      vertical-align: top;
      height: 100%; } }
  .layout-split__left-inset {
    font-size: 24px;
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.4;
    font-weight: 200;
    pointer-events: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    @media (min-width: 576px) {
      .layout-split__left-inset {
        width: 540px; } }
    @media (min-width: 992px) {
      .layout-split__left-inset {
        padding-left: 15px;
        padding-right: 30px;
        float: right;
        width: 480px; } }
    @media (min-width: 1200px) {
      .layout-split__left-inset {
        width: 570px; } }

.layout-split__right {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% top;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media (min-width: 992px) {
    .layout-split__right {
      height: 100%;
      display: table-cell;
      vertical-align: middle; } }
  @media (min-width: 992px) {
    .layout-split__right--floating-image {
      float: none; } }
  @media (min-width: 992px) {
    .layout-split__right--full-height {
      float: left; } }
  @media (max-width: 991.98px) {
    .layout-split__right--questionnaire {
      background-image: none !important; } }
  .layout-split__right-inset {
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    @media (min-width: 992px) {
      .layout-split__right-inset--full-height {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%; } }
    @media (min-width: 992px) {
      .layout-split__right-inset--floating-image {
        position: static; } }
    .layout-split__right-inset--questionnaire {
      position: relative; }

/**
 *  layout-two-col-two-level-list.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.layout-two-col-two-level-list--related-links {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .layout-two-col-two-level-list--related-links a {
    box-shadow: none;
    text-decoration: none;
    border: none;
    position: relative;
    display: inline-block;
    padding-left: 30px; }
  .layout-two-col-two-level-list--related-links h3 {
    margin: 0 0 30px 0;
    padding: 0;
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4; }
  .layout-two-col-two-level-list--related-links h4 {
    margin: 0 0 15px 0;
    padding: 0;
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    font-size: 17px;
    line-height: 1.41; }
  .layout-two-col-two-level-list--related-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .layout-two-col-two-level-list--related-links li {
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 400;
    font-size: 17px; }

.layout-two-col-two-level-list__group {
  margin-bottom: 90px; }

@media (min-width: 576px) {
  .layout-two-col-two-level-list__inset {
    -webkit-column-count: 2;
            column-count: 2; } }

@media (min-width: 576px) {
  .layout-two-col-two-level-list__inset > * {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; } }

.layout-two-col-two-level-list__list-wrap {
  border-left: solid 1px #565454;
  padding-left: 15px;
  margin-bottom: 30px; }

/**
 *  link.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.link {
  text-decoration: none;
  transition: border 0.1s, padding 0.1s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.41;
  letter-spacing: 0.4px;
  font-weight: 400;
  font-size: 17px; }
  .link__file-info {
    margin-left: 0.25rem; }
  .link__pre-title {
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: 1.5px;
    font-size: 15px;
    font-weight: 400; }
    .link__pre-title--video-set {
      display: block; }
  .link__related-links, .link__related-links:hover {
    text-decoration: none;
    border: none;
    box-shadow: none; }
  .link__sub-label--video-set {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    bottom: auto;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.38px; }
    @media (min-width: 576px) {
      .link__sub-label--video-set {
        position: absolute;
        top: auto;
        left: calc(45% + 15px);
        bottom: 40px; } }
    @media (min-width: 992px) {
      .link__sub-label--video-set {
        position: absolute;
        top: auto;
        left: 283px;
        bottom: 40px; } }
  .link__submenu-index {
    display: inline-block;
    width: 20px; }
  .link__pre-label {
    display: block; }
    .link__pre-label--record-detail {
      display: inline; }
    .link__pre-label--record-feature {
      display: inline; }
    .link__pre-label--resource-detail {
      display: inline; }
    .link__pre-label--historic-site-detail {
      display: inline; }
    .link__pre-label--timemap {
      color: #d2694d;
      font-size: 1.25rem; }
  .link--article-link-next {
    /* border-top: solid 1px white; */
    padding-top: 1.0rem;
    margin-top: 2.0rem; }
  .link--breadcrumbs {
    color: #fff;
    display: inline-block;
    height: 20px;
    position: relative;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 1.4px; }
    .link--breadcrumbs, .link--breadcrumbs:hover {
      border: none;
      box-shadow: none;
      border: none;
      box-shadow: none; }
  .link--glossary {
    text-decoration: none;
    font-size: 17px;
    position: relative;
    display: inline-block; }
    .link--glossary, .link--glossary:hover {
      text-decoration: none;
      box-shadow: inset 0 -2px 0 #d2694d;
      padding-bottom: 0px;
      border: none;
      box-shadow: none;
      color: #fff; }
  .link--highlighted {
    border: solid 2px #d2694d;
    padding-left: 0.25rem;
    padding-right: 0.25rem; }
  .link--learn-more-sidebar {
    float: left;
    display: block;
    position: relative;
    padding-left: 30px;
    width: auto; }
  .link--related-links {
    font-size: 15px;
    border: none;
    box-shadow: none;
    padding-left: 34px;
    float: left; }
    .link--related-links:hover {
      color: #fff;
      text-decoration: none; }
  .link--resource-related {
    position: relative;
    left: 35px;
    font-size: 15px;
    border: none;
    box-shadow: none; }
    .link--resource-related:hover {
      color: #fff;
      text-decoration: none;
      text-decoration: none;
      box-shadow: inset 0 -2px 0 #d2694d;
      padding-bottom: 0px; }
  .link--site-detail {
    box-shadow: none;
    font-weight: bolder;
    left: 20px; }
  .link--site-footer, .link--site-footer:hover {
    display: inline-block;
    border: none;
    box-shadow: none; }
  .link--sitemap {
    border: none;
    box-shadow: none; }
    .link--sitemap.link--highlighted, .link--sitemap.link--highlighted:hover {
      border: solid 2px #d2694d;
      padding-left: 0.25rem;
      padding-right: 0.25rem;
      box-shadow: none; }
    .link--sitemap:hover {
      text-decoration: underline;
      color: white; }
  .link--time-map {
    line-height: 1.25; }
    .link--time-map:hover {
      text-decoration: none;
      color: #fff; }
  .link--video-set {
    border: none;
    box-shadow: none;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: calc(45% + 15px); }
    @media (min-width: 992px) {
      .link--video-set {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 283px; } }

/**
 *  link__label.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.link__label--record-detail {
  display: inline; }

.link__label--record-feature {
  display: inline; }

.link__label--resource-detail {
  display: inline; }

.link__label--historic-site-detail {
  display: inline; }

.link__label--learn-more-sidebar {
  display: block;
  float: left;
  font-size: 17px; }

.link__label--related-links {
  font-size: 15px;
  display: inline; }

.link__label--site-nav {
  display: inline-block;
  font-size: 15px; }
  .link__label--site-nav:hover {
    text-decoration: underline; }

.link__label--site-footer:hover {
  text-decoration: underline;
  color: white; }

.link__label--sitemap {
  display: inline; }
  .link__label--sitemap:hover {
    text-decoration: underline;
    color: white; }
    .link__label--sitemap:hover .sitemap-tree-item__icon :before {
      color: white; }

.link__label--timemap {
  font-size: 1.25rem; }

.link__label--video-set {
  display: inline;
  padding: 0; }
  li[data-selected=true] .link__label--video-set {
    border-bottom: 1px solid #e1b92e;
    box-shadow: inset 0 -3px 0 #000; }

/**
 *  link-block.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.link-block__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  float: left;
  background-color: #d2694d;
  font-size: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%; }
  .link-block__icon .hhv-icon {
    font-size: 27px;
    position: absolute;
    top: -2px;
    left: -2px; }
    .link-block__icon .hhv-icon.icon-timemap {
      font-size: 19px;
      top: 0.15em;
      left: 0.15em; }
    .link-block__icon .hhv-icon.icon-book-fill {
      top: -1px;
      left: -1px; }

.link-block__label {
  margin-left: 34px;
  display: inline-block; }

.link-block--glossary {
  margin-bottom: 10px; }

/**
 *  link.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.link-special--contact, .link-special--signup {
  position: relative;
  display: inline-block; }
  .link-special--contact, .link-special--contact:hover, .link-special--signup, .link-special--signup:hover {
    color: #fff;
    border: none;
    box-shadow: none;
    text-decoration: none;
    background-color: #d2694d;
    line-height: 1.41;
    letter-spacing: 1.7px;
    font-size: 17px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    padding: 12px 45px 10px 15px; }
  .link-special--contact .link-special__icon-wrap, .link-special--signup .link-special__icon-wrap {
    background-color: #fff;
    color: #d2694d;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: block;
    float: left;
    position: absolute;
    top: 10px;
    right: 10px; }
    .link-special--contact .link-special__icon-wrap .hhv-icon:before, .link-special--signup .link-special__icon-wrap .hhv-icon:before {
      position: absolute;
      top: 0.03em;
      left: 0;
      width: 24px;
      height: 24px;
      font-size: 24px; }

/**
 *  list.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.list__icon-wrap--style-guide {
  display: table-cell;
  vertical-align: middle;
  background-color: #c3c1c1;
  float: left;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 0; }
  .list__icon-wrap--style-guide i {
    font-size: 18px; }

.list__item--style-guide {
  margin: 2.0rem; }
  .list__item--style-guide i {
    font-size: 30px; }

@media (min-width: 992px) {
  .list--legend {
    padding-bottom: 50px; } }

.list--legend .list__item-icon--timemap .hhv-icon {
  font-size: 24px;
  left: 5px;
  top: 0; }

.list--legend ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.list--legend li {
  display: inline-block;
  margin: 0 30px 15px 0;
  padding: 0;
  position: relative;
  padding-left: 35px; }
  @media (min-width: 992px) {
    .list--legend li {
      margin: 0 4% 15px 0; } }
  @media (min-width: 1200px) {
    .list--legend li {
      margin: 0 5% 15px 0; } }

.list--legend .hhv-icon {
  font-size: 32px;
  position: absolute;
  top: -5px;
  left: 0; }

.list--style-guide {
  font-size: 1.0rem; }

/**
 *  main.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.main {
  padding: 80px 0 0 0;
  position: relative;
  width: 100%; }
  @media (min-width: 992px) {
    .main {
      padding: 0;
      min-height: 100%; } }
  .main__outer-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    background-position: center center; }
    @media (min-width: 992px) {
      .main__outer-bg {
        height: 100%; } }
    .main__outer-bg.hidden {
      display: none; }
    .main__outer-bg:after {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* Adjustment per MK 4/26/19 */
      background: black;
      background: linear-gradient(115deg, rgba(0, 0, 0, 0.9) 0%, black 25%, rgba(0, 0, 0, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
  @media (min-width: 992px) {
    .main__outer-container, .main__outer-row {
      min-height: 100%; } }
  @media (min-width: 576px) {
    .main__outer-container[data-page-loader-id="error-404"], .main__outer-container[data-page-loader-id="title-screen"], .main__outer-row[data-page-loader-id="error-404"], .main__outer-row[data-page-loader-id="title-screen"] {
      height: 100%; } }
  @media (min-width: 992px) {
    .main__outer-container[data-page-loader-id="page-wipe"], .main__outer-row[data-page-loader-id="page-wipe"] {
      height: 100%; } }
  .body--page-wipe .main__outer-row {
    margin-left: 0;
    margin-right: 0; }
  .main__outer-container {
    position: relative;
    z-index: 2; }
    .main__outer-container::after {
      display: block;
      clear: both;
      content: ""; }
    .body--questionnaire .main__outer-container {
      position: static; }
  .main--grid {
    padding: 0;
    background-color: transparent; }
    .main--grid .col-sm-1 {
      font-size: 0.9rem;
      text-align: center;
      border-top: dotted 1px black; }
      @media (min-width: 576px) {
        .main--grid .col-sm-1 {
          border-top: none;
          border-left: dotted 1px black;
          padding: 100px 0; } }
      .main--grid .col-sm-1:last-child {
        border-bottom: dotted 1px black; }
        @media (min-width: 576px) {
          .main--grid .col-sm-1:last-child {
            border-right: dotted 1px black;
            border-bottom: none; } }
  .main--sitemap {
    padding: 0 0 100px 0; }
  .main--timemap {
    padding: 0; }
    @media (min-width: 992px) {
      .main--timemap {
        padding: 0; } }
    @media (min-width: 1200px) {
      .main--timemap {
        padding: 0; } }
  .main[data-page-loader-id="home"] {
    padding-top: 0; }
  .main[data-page-loader-id="error-404"], .main[data-page-loader-id="title-screen"] {
    height: 100%; }
  @media (min-width: 576px) {
    .main[data-page-loader-id="page-wipe"] {
      height: 100%; } }

/**
 *  main-context.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.main-context {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0; }
  .main-context--prepare {
    position: static;
    height: auto; }
    @media (min-width: 576px) {
      .main-context--prepare {
        min-height: 100%; } }
  .main-context--ready {
    position: static;
    height: auto; }
    @media (min-width: 576px) {
      .main-context--ready {
        min-height: 100%; } }

/**
 *  main-inset.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.main-inset--title-screen {
  height: 100%; }

.main-inset--video-set {
  padding-bottom: 0; }
  @media (min-width: 576px) {
    .main-inset--video-set {
      padding-bottom: 140px; } }

/**
 *  menu.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.menu--historic-site-detail {
  padding: 0 0 30px 0; }
  .menu--historic-site-detail a {
    text-decoration: none;
    box-shadow: inset 0 -2px 0 #d2694d;
    padding-bottom: 0px; }
  .menu--historic-site-detail h3 {
    font-size: 15px;
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 0; }
  .menu--historic-site-detail ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .menu--historic-site-detail li {
    margin: 0;
    padding: 0; }

.menu--credits-organization ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.menu--credits-organization li {
  margin: 0;
  padding: 0; }

.menu--learn-more-sidebar {
  padding-left: 15px;
  padding-right: 15px; }
  .menu--learn-more-sidebar,
  .menu--learn-more-sidebar a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-decoration: none;
    box-shadow: none;
    border: none; }
  .menu--learn-more-sidebar a:hover {
    text-decoration: none;
    box-shadow: none;
    border: none; }
  .menu--learn-more-sidebar h3 {
    font-size: 20px;
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin-bottom: 20px; }
  .menu--learn-more-sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .menu--learn-more-sidebar ul::after {
      display: block;
      clear: both;
      content: ""; }
  .menu--learn-more-sidebar li {
    margin: 0 0 20px 0;
    padding: 0;
    float: left;
    clear: both; }

.menu--record-detail {
  padding: 0 0 30px 0; }
  .menu--record-detail a {
    text-decoration: none;
    box-shadow: inset 0 -2px 0 #d2694d;
    padding-bottom: 0px; }
  .menu--record-detail h3 {
    font-size: 15px;
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 0; }
  .menu--record-detail ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .menu--record-detail li {
    margin: 0;
    padding: 0; }

.menu--record-feature {
  padding: 0 0 30px 0; }
  .menu--record-feature a {
    text-decoration: none;
    box-shadow: inset 0 -2px 0 #d2694d;
    padding-bottom: 0px; }
  .menu--record-feature h3 {
    font-size: 15px;
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 0; }
  .menu--record-feature ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .menu--record-feature li {
    margin: 0;
    padding: 0; }

.menu--related-links {
  padding-top: 15px;
  padding-bottom: 5px; }
  .menu--related-links.menu--text-detail {
    border-left: solid 2px #fff;
    padding-left: 12px; }
  .menu--related-links h3 {
    font-size: 15px;
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 30px;
    padding-top: 0; }
  .menu--related-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-left: solid 1px #000; }
  .menu--related-links li {
    margin: 0 0 15px 0;
    padding: 0;
    position: relative; }
    .menu--related-links li::after {
      display: block;
      clear: both;
      content: ""; }

.menu--resource-detail {
  padding: 0 0 30px 0; }
  .menu--resource-detail h3 {
    font-size: 15px;
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 5px;
    font-size: 15px; }
  .menu--resource-detail ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .menu--resource-detail li {
    margin: 0;
    padding: 0; }

.menu--resource-related {
  padding-bottom: 90px; }
  .menu--resource-related a {
    text-decoration: none;
    box-shadow: inset 0 -2px 0 #d2694d;
    padding-bottom: 0px;
    box-shadow: none;
    border-bottom: none; }
  .menu--resource-related h3 {
    font-size: 15px;
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 0; }
  .menu--resource-related ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .menu--resource-related li {
    margin: 0;
    padding: 0; }

.menu--timemap {
  padding-bottom: 100px; }
  .menu--timemap ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .menu--timemap li {
    margin: 0;
    padding: 0.5rem 0; }
  .menu--timemap-section-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .menu--timemap-section-nav li {
    display: inline-block;
    margin: 0 0.5rem;
    padding: 2.0rem 0; }

.menu--video-set {
  width: 100%; }
  .menu--video-set img {
    width: 100%; }
  .menu--video-set ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .menu--video-set li {
    margin: 0 0 30px 0;
    padding: 0;
    display: block;
    position: relative; }

/**
 *  menu__list-heading.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.menu__list-heading,
.menu__list-heading a {
  line-height: 1.6;
  letter-spacing: 1.5px;
  font-weight: 400; }

.menu__list-heading--credits-organization {
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 *  menu__end-link.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.menu__end-link-wrap,
.menu__end-link-wrap a {
  text-transform: uppercase;
  line-height: 1.6;
  letter-spacing: 1.5px;
  font-weight: 400; }

/**
 *  menu__thumbnail.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.menu__thumbnail--video-set {
  width: 45%;
  border: solid 1px transparent;
  position: relative; }
  @media (min-width: 992px) {
    .menu__thumbnail--video-set {
      width: 268px; } }
  li[data-selected=true] .menu__thumbnail--video-set {
    border: solid 1px #e1b92e; }
  li[data-selected=true] .menu__thumbnail--video-set:after {
    content: " ";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.6;
    width: 100%;
    height: 100%; }
  li[data-selected=true] .menu__thumbnail--video-set img {
    position: relative;
    z-index: 1; }

.menu__thumbnail-overlay-sub-label {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  top: auto;
  left: auto;
  padding: 0 2px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: rgba(0, 0, 0, 0.45); }

.menu__thumbnail-overlay-text {
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: -10px;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 1.6px; }

/**
 *  menu-two-level.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/**
 *  mini-credits.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.mini-credits {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 48px;
  padding-bottom: 15px; }
  @media (min-width: 576px) {
    .mini-credits {
      padding-bottom: 0; } }
  .mini-credits[aria-expanded=true] {
    display: block; }
  .mini-credits__content {
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.33;
    letter-spacing: 0.2px;
    background-color: #f5f2ed;
    color: #000; }
    .mini-credits__content-inset {
      padding: 15px; }
      .mini-credits__content-inset p {
        margin-bottom: 8px; }
  .mini-credits__external-links {
    padding-bottom: 8px; }
  .mini-credits__external-link {
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 1200px) {
      .mini-credits__external-link {
        font-size: 17px; } }
    .mini-credits__external-link-icon {
      border-radius: 100%;
      width: 22px;
      height: 22px;
      color: #fff;
      background-color: #d2694d;
      display: inline-block;
      font-size: 25px;
      font-weight: 400;
      position: absolute;
      top: -2px;
      left: 0; }
      .mini-credits__external-link-icon .hhv-icon {
        display: block;
        position: absolute;
        top: -1px;
        left: -1px;
        width: 22px;
        height: 22px; }
    .mini-credits__external-link a {
      color: #000;
      text-decoration: none;
      border: none;
      box-shadow: none;
      position: relative;
      display: inline-block;
      padding-left: 30px;
      font-size: 15px;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      @media (min-width: 1200px) {
        .mini-credits__external-link a {
          font-size: 15px; } }
  .mini-credits__item {
    margin-bottom: 30px; }
    .mini-credits__item--copyright {
      padding-top: 15px;
      padding-bottom: 5px; }
  .mini-credits__more-link a {
    border: none;
    text-decoration: none;
    box-shadow: none;
    color: #000;
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: 1.5px;
    position: relative; }
    .mini-credits__more-link a:after {
      content: "\e913";
      font-family: icomoon;
      font-size: 20px;
      position: absolute;
      right: -20px;
      top: -0.4em; }
  .mini-credits__title {
    font-size: 15px;
    font-weight: 500;
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: italic;
    line-height: 1.33;
    letter-spacing: 0.2px; }
  .mini-credits__text a {
    color: #000; }
  .mini-credits__text a {
    text-decoration: none;
    box-shadow: inset 0 -2px 0 #d2694d;
    padding-bottom: 0px; }
  .mini-credits__toggle {
    color: #fff;
    border-radius: 100%;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    border: solid 1px #fff;
    cursor: pointer; }
    .mini-credits__toggle:hover .mini-credits__toggle-label {
      text-decoration: underline; }
    .mini-credits__toggle:focus .mini-credits__toggle-label {
      text-decoration: underline; }
    .mini-credits__toggle:focus:after {
      content: " ";
      display: block;
      position: absolute;
      z-index: 1;
      top: -7px;
      left: -8px;
      width: 125px;
      height: 44px;
      /* border: dotted 1px $white; */ }
    .mini-credits__toggle[aria-expanded=false] .icon-caret-lg {
      display: none; }
    .mini-credits__toggle[aria-expanded=false] .icon-i {
      display: block; }
    .mini-credits__toggle[aria-expanded=true] .icon-caret-lg {
      display: block; }
    .mini-credits__toggle[aria-expanded=true] .icon-i {
      display: none; }
    .mini-credits__toggle-label {
      position: absolute;
      top: 4px;
      left: 38px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: 400;
      font-size: 17px;
      line-height: 1.41;
      letter-spacing: 0.2px;
      text-transform: uppercase; }
    .mini-credits__toggle .hhv-icon {
      position: absolute; }
    .mini-credits__toggle .icon-caret-lg {
      display: none;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      top: 0.25em;
      left: 0.25em;
      font-size: 20px; }
    .mini-credits__toggle .icon-i {
      top: 0.08em;
      left: 0;
      display: block; }

/**
 *  mosaic.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.mosaic--home {
  /* position: absolute;
    z-index: $z-index-home-mosaic;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
  position: relative;
  z-index: 1;
  border-bottom: solid 2px #c3c1c1; }
  .mosaic--home .col {
    background-color: black;
    border-top: solid 1px #c3c1c1;
    border-left: solid 1px #c3c1c1; }
  .mosaic--home .row:nth-child(1) {
    height: 500px; }
  .mosaic--home .row:nth-child(2) {
    height: 500px; }
  .mosaic--home .row:nth-child(3) {
    height: 500px; }

.mosaic--article .col {
  height: 200px;
  background-color: #212529;
  margin: 1px; }

/**
 *  mosaic-mini.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

@media screen and (min-width: 992px) and (max-height: 566px) {
  .mosaic-mini__cell {
    flex: 0 1 auto;
    width: 216px; } }

@media screen and (min-width: 992px) and (max-height: 768px) {
  .mosaic-mini__cell.col-sm-6 {
    width: 245px;
    flex: 0 1 auto; } }

@media screen and (min-width: 992px) and (max-height: 768px) {
  .mosaic-mini__cell.col-sm-12 {
    width: 491px;
    flex: 0 1 auto; } }

.mosaic-mini__cell figure {
  overflow: hidden; }

/**
 *  multi-column.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

@media (min-width: 992px) {
  .multi-column--3 .multi-column__inset {
    -webkit-column-count: 3;
            column-count: 3; }
    .multi-column--3 .multi-column__inset * {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; } }

@media (min-width: 992px) {
  .multi-column--2 .bibliography__list,
  .multi-column--2 .multi-column__inset {
    margin-bottom: 100px;
    -webkit-column-count: 2;
            column-count: 2; } }

/**
 *  page-body.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.page-body--404 {
  text-align: center;
  font-size: 24px;
  line-height: 1.42;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.page-body--auxilliary {
  background-color: #000;
  color: #fff; }

.page-body--interactive-document {
  padding-bottom: 0; }
  @media (min-width: 992px) {
    .page-body--interactive-document {
      padding-bottom: 100px; } }

.page-body--questionnaire {
  z-index: 2; }

.page-body--title-screen {
  width: 100%;
  height: 100%;
  text-align: center; }

@media (min-width: 992px) {
  .page-body--page-wipe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 97; } }

.page-body--record-detail {
  padding-bottom: 200px; }

.page-body--record-feature {
  padding-bottom: 0px; }

.page-body--resource-detail {
  padding-bottom: none; }

.page-body--heading-detail-detail {
  padding-bottom: 200px; }

/**
 *  page-heading.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.page-heading {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 992px) {
    .page-heading {
      padding-top: 55px;
      width: 730px; } }
  .page-heading.hidden {
    display: none; }
  .page-heading--404 {
    width: auto; }
    .page-heading--404 h1 {
      font-size: 32px; }
      @media (min-width: 992px) {
        .page-heading--404 h1 {
          font-size: 90px; } }
  .page-heading--auxilliary {
    width: auto; }
    @media (min-width: 992px) {
      .page-heading--auxilliary {
        padding-top: 78px; } }
    .page-heading--auxilliary h1 {
      font-size: 32px; }
      @media (min-width: 576px) {
        .page-heading--auxilliary h1 {
          font-size: 45px; } }
    @media (min-width: 992px) {
      .page-heading--auxilliary {
        width: 730px; } }
  @media (min-width: 992px) {
    .page-heading--chapter-subchapter {
      padding-top: 80px; } }
  .page-heading--comparison h1 {
    font-size: 32px; }
    @media (min-width: 576px) {
      .page-heading--comparison h1 {
        font-size: 45px; } }
  .page-heading--historic-site-detail h1 {
    font-size: 32px;
    font-style: italic; }
    @media (min-width: 992px) {
      .page-heading--historic-site-detail h1 {
        width: 570px;
        font-size: 45px; } }
  @media (min-width: 992px) {
    .page-heading--interactive-book {
      margin-left: 123px;
      padding-top: 78px; } }
  .page-heading--interactive-book h1 {
    font-size: 32px; }
    @media (min-width: 576px) {
      .page-heading--interactive-book h1 {
        font-size: 45px; } }
  .page-heading--interactive-document {
    width: 100%; }
    .page-heading--interactive-document h1 {
      font-size: 32px; }
      @media (min-width: 576px) {
        .page-heading--interactive-document h1 {
          font-size: 45px; } }
    @media (min-width: 992px) {
      .page-heading--interactive-document {
        margin-bottom: 0;
        width: 730px;
        padding-top: 78px; } }
  .page-heading--questionnaire {
    position: relative;
    /* z-index: $z-index-page-header; */
    z-index: 1;
    overflow: hidden;
    width: auto; }
    @media (min-width: 992px) {
      .page-heading--questionnaire {
        padding-top: 78px; } }
  @media screen and (min-width: 992px) and (max-height: 768px) {
    .page-heading--questionnaire {
      padding-top: 63px; } }
    .page-heading--questionnaire h1 {
      font-size: 32px;
      line-height: 1.16; }
      @media (min-width: 992px) {
        .page-heading--questionnaire h1 {
          font-size: 45px; } }
  @media screen and (min-width: 992px) and (max-height: 768px) {
    .page-heading--questionnaire h1 {
      font-size: 32px; } }
  .page-heading--record-detail h1 {
    font-size: 45px;
    padding-bottom: 30px; }
  .page-heading--record-feature h1 {
    font-size: 45px;
    padding-bottom: 30px; }
  .page-heading--resource-detail h1 {
    font-size: 32px; }
    @media (min-width: 992px) {
      .page-heading--resource-detail h1 {
        font-size: 45px; } }
  .page-heading--sitemap {
    padding-top: 0; }
    @media (min-width: 992px) {
      .page-heading--sitemap {
        padding-top: 78px; } }
    .page-heading--sitemap h1 {
      font-size: 32px; }
      @media (min-width: 992px) {
        .page-heading--sitemap h1 {
          font-size: 45px; } }
  .page-heading--teacher-resource-detail {
    width: auto;
    padding-top: 0; }
    @media (min-width: 992px) {
      .page-heading--teacher-resource-detail {
        padding-top: 78px; } }
    .page-heading--teacher-resource-detail h1 {
      font-size: 32px;
      font-style: italic; }
      @media (min-width: 992px) {
        .page-heading--teacher-resource-detail h1 {
          font-size: 45px; } }
  .page-heading--style-guide {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 51px;
    background-color: #d2694d;
    color: #ffffff; }
  .page-heading--timemap {
    font-size: 32px; }
    @media (min-width: 992px) {
      .page-heading--timemap {
        font-size: 45px;
        padding-top: 78px; } }
  .page-heading--timemap-intro {
    padding-top: 14px; }
    @media (min-width: 992px) {
      .page-heading--timemap-intro {
        padding-top: 78px; } }
    .page-heading--timemap-intro h1 {
      line-height: 1.16;
      margin: 0 0 15px 0;
      padding: 0;
      font-size: 32px; }
      @media (min-width: 992px) {
        .page-heading--timemap-intro h1 {
          font-size: 45px;
          margin: 0; } }
    .page-heading--timemap-intro h2 {
      position: relative;
      font-family: "Playfair Display", serif;
      line-height: 1.16;
      margin: 0;
      padding: 0 0 0 34px;
      font-size: 32px; }
      @media (min-width: 992px) {
        .page-heading--timemap-intro h2 {
          font-size: 45px;
          padding: 0 0 0 48px; } }
  .page-heading--timepoint {
    padding-top: 0; }
    .page-heading--timepoint h2 {
      font-size: 32px; }
      @media (min-width: 992px) {
        .page-heading--timepoint h2 {
          font-size: 45px; } }
  @media screen and (min-width: 992px) and (max-height: 800px) {
    .page-heading--timepoint h2 {
      font-size: 32px; } }
  .page-heading--timepoint-end {
    padding-bottom: 0; }
  .page-heading--video-set h2 {
    margin: 0;
    padding: 0 0 35px 0;
    font-size: 32px; }
    @media (min-width: 576px) {
      .page-heading--video-set h2 {
        font-size: 45px; } }
    @media (min-width: 992px) {
      .page-heading--video-set h2 {
        padding-top: 20px; } }
  .page-heading__title-icon {
    background-color: #d2694d;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 0;
    width: 24px;
    height: 24px; }
    @media (min-width: 992px) {
      .page-heading__title-icon {
        width: 32px;
        height: 32px;
        top: 15px; } }
    .page-heading__title-icon .hhv-icon {
      font-size: 18px;
      position: absolute;
      top: 3px;
      left: 3px; }
      @media (min-width: 992px) {
        .page-heading__title-icon .hhv-icon {
          font-size: 24px;
          top: 5px;
          left: 4px; } }

/**
 *  pagination.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.pagination__button {
  background-color: transparent;
  border: none;
  width: 22px;
  height: 22px;
  color: #000;
  padding-top: 4px;
  padding-bottom: 3.75px;
  padding-left: 5px;
  margin-top: 3.75px;
  margin-bottom: 3.75px;
  cursor: pointer;
  text-align: center; }
  .pagination__button:after {
    font-size: 1.0rem;
    line-height: 1.0rem;
    display: block; }
  .pagination__button--interactive-book {
    background-color: #e1b92e;
    border-radius: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer; }
    .pagination__button--interactive-book:after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      content: ">"; }
  .pagination__button--search-results {
    color: #fff; }

@media (min-width: 576px) {
  .pagination--interactive-book {
    position: fixed;
    z-index: 97;
    top: 50%;
    left: 15px;
    margin-top: -130px; } }

.pagination--interactive-book ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.pagination--interactive-book li {
  margin: 0;
  padding: 0; }
  @media (max-width: 575.98px) {
    .pagination--interactive-book li {
      display: inline-block; } }

.pagination--search-results {
  padding: 30px 0; }
  .pagination--search-results ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .pagination--search-results li {
    display: inline;
    margin: 0;
    padding: 0; }

/**
 *  pagination-mini.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.pagination-mini__inset {
  position: relative;
  width: 100%;
  height: 100%; }
  .pagination-mini__inset .button-icon {
    display: block;
    float: left;
    width: 34px;
    height: 34px;
    right: auto;
    border-color: #d2694d;
    background-color: #d2694d;
    position: absolute;
    margin-top: -17px;
    margin-left: -17px;
    font-size: 0; }
    .pagination-mini__inset .button-icon.disabled {
      display: none; }
    .pagination-mini__inset .button-icon--prev {
      top: 15px;
      bottom: auto;
      left: 50%;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
      .pagination-mini__inset .button-icon--prev .hhv-icon:before {
        display: block;
        position: absolute;
        top: 0.165em;
        left: 0.15em; }
      .pagination-mini__inset .button-icon--prev:hover {
        background-color: #c75132; }
    .pagination-mini__inset .button-icon--next {
      top: auto;
      bottom: 0;
      left: 50%;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
      .pagination-mini__inset .button-icon--next .hhv-icon:before {
        display: block;
        position: absolute;
        top: 0.17em;
        left: 0.18em; }
      .pagination-mini__inset .button-icon--next:hover {
        background-color: #c75132; }
    .pagination-mini__inset .button-icon .hhv-icon {
      font-size: 24px;
      position: absolute;
      top: 0.5px;
      left: 0;
      width: 100%;
      height: 100%;
      padding-top: 0.18em; }

.pagination-mini__status {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 83px;
  margin-top: -41.5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .pagination-mini__status-page {
    font-size: 20px;
    color: #e1b92e;
    font-weight: 500; }
  .pagination-mini__status-of {
    font-size: 15px; }
  .pagination-mini__status-count {
    font-size: 20px;
    font-weight: 100; }
  .pagination-mini__status span {
    display: block; }

.pagination-mini__outer-wrap {
  position: fixed;
  z-index: 97;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  display: none; }
  @media (min-width: 992px) {
    .pagination-mini__outer-wrap.show {
      display: block; } }
  @media (min-width: 992px) {
    .pagination-mini__outer-wrap.hidden {
      display: none; } }

.pagination-mini--interactive-book {
  overflow: visible;
  color: #fff;
  width: 34px;
  height: 190px;
  position: absolute;
  top: -95px;
  left: 30px; }

/**
 *  photo-carousel.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.photo-carousel__caption-credit {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px; }

.photo-carousel__caption-title {
  font-size: 15px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 5px;
  font-style: italic; }

.photo-carousel__close-button {
  width: 32px;
  height: 32px;
  overflow: visible;
  font-size: 0 !important; }
  .photo-carousel__close-button .hhv-icon {
    font-size: 24px; }
  .photo-carousel__close-button[aria-expanded="false"] {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
    .photo-carousel__close-button[aria-expanded="false"] .icon-caret-lg {
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
      .photo-carousel__close-button[aria-expanded="false"] .icon-caret-lg:before {
        content: "\e91d";
        font-size: 30px; }
  .photo-carousel__close-button[aria-expanded="true"] {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
    .photo-carousel__close-button[aria-expanded="true"] .icon-caret-lg {
      display: block;
      position: absolute;
      top: 4px;
      left: 3px; }
      .photo-carousel__close-button[aria-expanded="true"] .icon-caret-lg:before {
        content: "\e914"; }

.photo-carousel__inset {
  width: 100%; }
  @media (min-width: 576px) {
    .photo-carousel__inset {
      width: 511px; } }
  @media (min-width: 992px) {
    .photo-carousel__inset {
      width: 420px; } }
  @media (min-width: 1200px) {
    .photo-carousel__inset {
      width: 510px; } }

.photo-carousel__items::after {
  display: block;
  clear: both;
  content: ""; }

.photo-carousel--sidebar figcaption {
  display: none; }

.photo-carousel figure {
  background-size: cover;
  background-position: center center;
  width: 90vw;
  margin-bottom: 0; }
  @media (min-width: 576px) {
    .photo-carousel figure {
      width: 511px;
      height: auto; } }
  @media (min-width: 992px) {
    .photo-carousel figure {
      width: 420px; } }
  @media (min-width: 1200px) {
    .photo-carousel figure {
      width: 510px; } }

.photo-carousel img {
  width: 90vw; }
  @media (min-width: 576px) {
    .photo-carousel img {
      display: block;
      width: 511px; } }
  @media (min-width: 992px) {
    .photo-carousel img {
      width: 420px; } }
  @media (min-width: 1200px) {
    .photo-carousel img {
      width: 510px; } }

.photo-carousel .slick-next,
.photo-carousel .slick-prev {
  display: none !important; }

/**
 *  photo-carousel__grouped-captions.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.photo-carousel__grouped-captions {
  overflow: hidden;
  height: 0;
  border-bottom: solid 1px transparent; }
  .photo-carousel__grouped-captions.collapse.show {
    height: auto;
    border-bottom: solid 1px #858383; }
  .photo-carousel__grouped-captions-inset {
    padding-top: 15px; }
  .photo-carousel__grouped-captions-wrap {
    position: relative;
    z-index: 1;
    top: -6px;
    left: 0;
    overflow: visible; }

/**
 *  questionnaire.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.questionnaire {
  /*
  position: absolute;
  top: 0;
  left: 0;
  background-color: $black;
  */ }
  .questionnaire__back-button {
    pointer-events: none;
    width: 100%; }
    @media (min-width: 992px) {
      .questionnaire__back-button {
        position: fixed;
        z-index: 3;
        top: 600px;
        left: -9px;
        top: 540px; } }
  @media screen and (min-width: 992px) and (max-height: 768px) {
    .questionnaire__back-button {
      top: 396px; } }
    @media (min-width: 992px) {
      .questionnaire[data-current-page="4"] .questionnaire__back-button {
        top: 420px; } }
  @media screen and (min-width: 992px) and (max-height: 768px) {
    .questionnaire[data-current-page="4"] .questionnaire__back-button {
      top: 264px; } }
    .questionnaire__back-button-inset {
      position: relative; }
      @media (min-width: 576px) {
        .questionnaire__back-button-inset {
          padding-left: 0;
          padding-right: 0;
          margin-left: auto;
          margin-right: auto;
          width: 510px; } }
      @media (min-width: 992px) {
        .questionnaire__back-button-inset {
          width: 930px; } }
      @media (min-width: 1200px) {
        .questionnaire__back-button-inset {
          width: 1110px; } }
    .questionnaire__back-button-set {
      pointer-events: auto; }
      .questionnaire__back-button-set .button--back,
      .questionnaire__back-button-set .button--start-over {
        margin-left: -8px; }
        @media (min-width: 992px) {
          .questionnaire__back-button-set .button--back,
          .questionnaire__back-button-set .button--start-over {
            margin-left: 0; } }
      @media (min-width: 992px) {
        .questionnaire__back-button-set {
          width: 50%; } }
    .questionnaire__back-button.hidden {
      visibility: hidden; }
  .questionnaire__prompt {
    height: 40px;
    padding-top: 10px; }
    @media (min-width: 992px) {
      .questionnaire__prompt {
        padding-top: 0;
        position: fixed;
        z-index: 3;
        left: 0;
        width: 100%;
        top: 500px;
        height: auto; } }
  @media screen and (min-width: 992px) and (max-height: 768px) {
    .questionnaire__prompt {
      top: 410px; } }
    .questionnaire__prompt-inset {
      position: relative;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 576px) {
        .questionnaire__prompt-inset {
          padding-left: 0;
          padding-right: 0;
          margin-left: auto;
          margin-right: auto;
          width: 510px; } }
      @media (min-width: 992px) {
        .questionnaire__prompt-inset {
          width: 930px; } }
      @media (min-width: 1200px) {
        .questionnaire__prompt-inset {
          width: 1110px; } }
    .questionnaire__prompt-text {
      position: absolute;
      top: 0;
      left: 0;
      right: auto;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.41;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      white-space: nowrap; }
      @media (min-width: 992px) {
        .questionnaire__prompt-text {
          font-size: 17px; } }
  @media screen and (min-width: 992px) and (max-height: 768px) {
    .questionnaire__prompt-text {
      left: auto;
      right: 0; } }
      .questionnaire__prompt-text.hidden {
        visibility: hidden; }
  .questionnaire__question {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.42;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 45px; }
    @media (min-width: 992px) {
      .questionnaire__question {
        font-size: 24px;
        height: 100px;
        margin-bottom: 0; } }
  @media screen and (min-width: 992px) and (max-height: 768px) {
    .questionnaire__question {
      font-size: 20px; } }
  .questionnaire__answers {
    height: 30%; }
  .questionnaire__restart.hidden {
    visibility: hidden; }

/**
 *  questionnaire__answer.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.questionnaire__answer {
  display: inline-block; }
  .questionnaire__answer-button {
    position: relative;
    padding: 0;
    margin-bottom: 15px;
    display: inline-block;
    background-color: #303030;
    border: none;
    color: #fff;
    cursor: pointer;
    width: 100%;
    height: 150px;
    text-align: left;
    font-size: 20px;
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 200;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 992px) {
      .questionnaire__answer-button {
        padding: 0 30px;
        margin-bottom: 0;
        font-size: 24px;
        line-height: 1.42;
        height: 220px; } }
  @media screen and (min-width: 992px) and (max-height: 768px) {
    .questionnaire__answer-button {
      font-size: 17px;
      height: 150px; } }
    .questionnaire__answer-button.selected {
      background-color: #e1b92e;
      color: #000; }
    .questionnaire__answer-button-label {
      position: absolute;
      top: 15px;
      left: 15px;
      right: 15px;
      width: auto; }
    .questionnaire__answer-button-mini-label {
      font-size: 20px;
      font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      line-height: 1.2;
      font-weight: 200;
      position: absolute;
      z-index: 1;
      bottom: 7.5px;
      right: 10px; }
      @media (min-width: 992px) {
        .questionnaire__answer-button-mini-label {
          right: 30px; } }
  .questionnaire__answer-highlight {
    color: #e1b92e; }
  .questionnaire__answer:hover .questionnaire__answer-button {
    background-color: #e1b92e; }
  .questionnaire__answer:hover .questionnaire__answer-button-label, .questionnaire__answer:hover .questionnaire__answer-button-mini-label {
    color: #000;
    font-weight: 400; }

/**
 *  questionnaire__pagination.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.questionnaire__pagination {
  padding: 0;
  display: none; }
  @media (min-width: 576px) {
    .questionnaire__pagination {
      position: fixed;
      z-index: 3;
      top: 50%;
      left: 30px;
      margin-top: -136px;
      height: 100%; } }
  .questionnaire__pagination-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .questionnaire__pagination-list-item {
      margin: 0 15px;
      padding: 0;
      display: inline-block; }
      @media (min-width: 576px) {
        .questionnaire__pagination-list-item {
          margin: 0;
          display: block; } }
      .questionnaire__pagination-list-item.selected {
        font-weight: bold; }

/**
 *  questionnaire-segment.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.questionnaire__segment {
  padding: 0;
  display: none;
  width: 100%;
  height: 100%; }
  .questionnaire__segment.selected {
    display: block; }
    @media (min-width: 992px) {
      .questionnaire__segment.selected {
        display: table; } }
    .questionnaire__segment.selected .questionnaire__segment--end-page {
      display: block; }
  .questionnaire__segment--end-page {
    width: 100%; }
    .questionnaire__segment--end-page.selected {
      margin: 0;
      padding: 0; }
    @media (min-width: 992px) {
      .questionnaire__segment--end-page {
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        height: 100%; } }
  @media (min-width: 992px) {
    .questionnaire__segment-inset {
      display: table-cell;
      vertical-align: top;
      width: 100%;
      height: 100%;
      padding-top: 80px; } }
  @media screen and (min-width: 992px) and (max-height: 768px) {
    .questionnaire__segment-inset {
      padding-top: 60px; } }
  @media (min-width: 992px) {
    .questionnaire__segment-inset--end-page {
      padding-top: 0;
      display: table;
      width: 100%; } }
  .questionnaire__segment-inset > .container {
    padding-left: 0;
    padding-right: 0; }

/**
 *  questionnaire__segments.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.questionnaire__segments {
  background-color: #000;
  width: 100%; }
  @media (min-width: 992px) {
    .questionnaire__segments {
      position: fixed;
      z-index: 2;
      left: 0;
      height: 100%; } }
  .questionnaire__segments.ready {
    display: block;
    position: static; }
    @media (min-width: 992px) {
      .questionnaire__segments.ready {
        position: fixed; } }
  .questionnaire__segments.hidden {
    display: none;
    top: 100%; }
  @media (min-width: 576px) {
    .questionnaire__segments-inset {
      padding-left: 0;
      padding-right: 0;
      margin-left: auto;
      margin-right: auto;
      width: 510px;
      height: 100%; } }
  @media (min-width: 992px) {
    .questionnaire__segments-inset {
      width: 930px; } }
  @media (min-width: 1200px) {
    .questionnaire__segments-inset {
      width: 1110px; } }

/**
 *  related-link.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.related-link__title {
  text-transform: uppercase;
  font-size: 15px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-style: normal; }
  .related-link__title--content-card {
    color: #fff; }
  .related-link__title a, .related-link__title a:hover {
    border: none;
    box-shadow: none; }

.related-link__inset {
  padding: 15px; }

.related-link__link {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  font-style: normal; }
  .related-link__link-icon {
    background-color: #d2694d;
    width: 22px;
    height: 22px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 10px;
    text-align: center;
    font-size: 25px;
    position: absolute;
    top: 0;
    left: 0; }
    .related-link__link-icon .hhv-icon {
      position: absolute;
      top: -2px;
      left: -2px; }
    .related-link__link-icon .icon-timemap-outline {
      font-size: 18px;
      top: 2px;
      left: 2px; }
    .related-link__link-icon .icon-caret-sm,
    .related-link__link-icon .icon-video-outline {
      top: -1px;
      left: -1px; }
    .related-link__link-icon .icon-book-outline {
      top: -1px;
      left: -1.5px; }
      .related-links--content-card .related-link__link-icon .icon-book-outline {
        left: -2px; }

.related-link__source {
  font-size: 16px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.5;
  font-weight: 200;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  left: -30px;
  padding-bottom: 12px;
  padding-top: 24px; }

.related-link__text {
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.related-link__title {
  font-size: 17px; }

.related-link:hover .related-link__link-icon {
  background-color: #c75132; }

.related-link:hover .related-link__link-label {
  text-decoration: underline; }

/**
 *  related-links.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.related-links {
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  border-left: solid 2px #fff; }
  .related-links.hidden {
    display: none; }
  .related-links a {
    color: #fff;
    border: none;
    box-shadow: none; }
  @media (min-width: 992px) {
    .related-links--comparison {
      margin-bottom: 140px; } }
  .related-links--content-card {
    margin-top: 2px; }
  .related-links--interactive-document-main {
    margin-bottom: 60px; }
  .related-links--interactive-book, .related-links--questionnaire {
    margin-top: 0; }
  @media (min-width: 992px) {
    .related-links--interactive-book.related-links--interactive-book-quote {
      margin-top: 60px; } }
  @media screen and (min-width: 992px) and (max-height: 768px) {
    .related-links--interactive-book.related-links--interactive-book-quote {
      margin-top: 15px; } }
  .related-links--interactive-book, .related-links--questionnaire {
    margin-top: 17px;
    border-left: solid 2px #fff;
    margin-left: 60px;
    width: auto;
    clear: both;
    position: relative;
    z-index: 1; }
    .related-links--interactive-book::after, .related-links--questionnaire::after {
      display: block;
      clear: both;
      content: ""; }
    @media (min-width: 992px) {
      .related-links--interactive-book, .related-links--questionnaire {
        float: left;
        clear: none;
        width: 445px;
        margin: 0;
        float: left;
        padding-top: 0; } }
  .related-links--timepoint {
    width: auto;
    margin-left: 60px;
    background-color: rgba(0, 0, 0, 0.6); }
    @media (min-width: 992px) {
      .related-links--timepoint {
        margin-left: 0;
        width: 100%; } }
  @media screen and (min-width: 992px) and (max-height: 640px) {
    .related-links--timepoint {
      position: absolute;
      left: 440px;
      bottom: -15px; } }
  .related-links--video-set {
    margin-top: 45px;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .related-links--video-set {
        margin-bottom: 0; } }

/**
 *  scrim.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.scrim__wrap {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2; }
  .scrim__wrap.hidden {
    display: none; }

.scrim__inset--home {
  text-align: center;
  position: absolute;
  top: 35%;
  width: 100%; }

.scrim--home {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  color: white; }

/**
 *  search-input.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.search-input {
  margin-bottom: 60px; }

/**
 *  search-results.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.search-results::after {
  display: block;
  clear: both;
  content: ""; }

/**
 *  segment-timemap-end.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

@media (max-width: 991.98px) {
  .segment-timemap-end {
    background-image: none !important; } }

@media (min-width: 992px) {
  .segment-timemap-end {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; } }

.segment-timemap-end__inset,
.segment-timemap-end .container,
.segment-timemap-end .row,
.segment-timemap-end .col-lg-7 {
  height: 100%; }

.segment-timemap-end__inset:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */ }

.segment-timemap-end__scrim:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7; }

/**
 *  segment-timemap-intro.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

@media (max-width: 991.98px) {
  .segment-timemap-intro {
    background-image: none !important; } }

@media (min-width: 992px) {
  .segment-timemap-intro {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; } }

.segment-timemap-intro__inset {
  width: 100%;
  position: relative; }
  @media (min-width: 992px) {
    .segment-timemap-intro__inset {
      height: 100%; } }
  .segment-timemap-intro__inset:after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */
    content: " ";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.segment-timemap-intro__scrim:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7; }

/**
 *  segment-timepoint.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.segment-timepoint {
  background-color: #000;
  height: 100vh;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (max-width: 991.98px) {
    .segment-timepoint {
      background-image: none !important; } }
  @media (min-width: 992px) {
    .segment-timepoint {
      height: 100vh;
      background-size: auto;
      background-repeat: no-repeat;
      background-position: center center; } }
  @media screen and (max-height: 900px) {
    .segment-timepoint {
      background-size: 150%;
      background-repeat: no-repeat;
      background-position: 55% 50%; } }
  .segment-timepoint__inset,
  .segment-timepoint .container,
  .segment-timepoint .row,
  .segment-timepoint .col-lg-7 {
    height: 100%; }
  .segment-timepoint__inset:after {
    content: " ";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */ }

/**
 *  share.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

@media (min-width: 992px) {
  .share--site-footer {
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 0;
    right: 0;
    width: 278px; } }

.share--utility-bar {
  position: absolute;
  top: 0;
  right: 154px;
  float: left;
  width: 24px;
  height: 24px; }

/**
 *  sidebar.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.sidebar {
  background-color: #f5f2ed;
  position: relative;
  z-index: 1;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 992px) {
    .sidebar {
      margin-bottom: 200px;
      margin-top: 80px;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 992px) {
    .sidebar__inset {
      width: 450px; } }
  @media (min-width: 1200px) {
    .sidebar__inset {
      width: 540px; } }
  .sidebar__module {
    color: #000;
    padding: 15px; }

/**
 *  signup.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/**
 *  sitemap-tree.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.sitemap-tree {
  max-width: 445px; }
  .sitemap-tree__site-title a {
    border: none;
    box-shadow: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .sitemap-tree a {
    position: relative;
    display: inline-block; }
  .sitemap-tree ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .sitemap-tree ul[data-level="1"] {
      /**
       *  This first section is weird; don't ask.
       */ }
      .sitemap-tree ul[data-level="1"] > li:nth-child(1) > div:nth-child(2) {
        border-bottom: none;
        padding-top: 15px;
        padding-bottom: 0;
        padding-left: 28px; }
        .sitemap-tree ul[data-level="1"] > li:nth-child(1) > div:nth-child(2),
        .sitemap-tree ul[data-level="1"] > li:nth-child(1) > div:nth-child(2) a {
          font-size: 20px;
          font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
      .sitemap-tree ul[data-level="1"] > li:nth-child(1) li:nth-child(1) {
        padding-left: 28px; }
        .sitemap-tree ul[data-level="1"] > li:nth-child(1) li:nth-child(1) a {
          margin-bottom: 5px; }
          .sitemap-tree ul[data-level="1"] > li:nth-child(1) li:nth-child(1) a .link__label {
            position: relative;
            display: inline-block; }
      .sitemap-tree ul[data-level="1"] > li:nth-child(2) > div:before {
        content: "1";
        margin-right: 5px;
        font-weight: 200;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .sitemap-tree ul[data-level="1"] > li:nth-child(3) > div:before {
        content: "2";
        margin-right: 5px;
        font-weight: 200;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .sitemap-tree ul[data-level="1"] > li:nth-child(4) > div:before {
        content: "3";
        margin-right: 5px;
        font-weight: 200;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .sitemap-tree ul[data-level="1"] > li:nth-child(5) > div:before {
        content: "4";
        margin-right: 5px;
        font-weight: 200;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .sitemap-tree ul[data-level="1"] > li:nth-child(6) > div {
        position: relative;
        padding-left: 30px; }
        .sitemap-tree ul[data-level="1"] > li:nth-child(6) > div:before {
          content: "\e90a";
          margin-right: 5px;
          font-weight: 200;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-family: icomoon;
          font-size: 24px;
          position: absolute;
          top: 2px;
          left: 0; }
      .sitemap-tree ul[data-level="1"] > li:nth-child(7) {
        margin-bottom: -7.5px;
        padding-bottom: 0; }
      .sitemap-tree ul[data-level="1"] > li:nth-child(9) .sitemap-tree__heading {
        font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        line-height: 1.41;
        letter-spacing: 0.4px;
        font-weight: 400;
        font-size: 17px;
        color: #6c6a6a; }
    .sitemap-tree ul[data-level="2"] {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; }
    .sitemap-tree ul.sitemap-tree__list--utility[data-level="2"] {
      margin-top: 10px;
      border-top: solid 1px #6c6a6a; }
    .sitemap-tree ul.sitemap-tree__list--utility .sitemap-tree__heading {
      padding-left: 0;
      padding-bottom: 0; }
    .sitemap-tree ul.sitemap-tree__list--utility a.link.link--sitemap {
      line-height: 1.41;
      letter-spacing: 0.4px;
      font-weight: 400;
      font-size: 17px; }
    .sitemap-tree ul.sitemap-tree__list--utility li[data-level="2"] {
      border-bottom: none; }
  .sitemap-tree li {
    margin: 0;
    padding: 7.5px 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
    .sitemap-tree li[data-level="1"] {
      margin-bottom: 50px; }
      .sitemap-tree li[data-level="1"] > div {
        border-bottom: solid 2px #6c6a6a;
        padding-bottom: 15px; }
        .sitemap-tree li[data-level="1"] > div,
        .sitemap-tree li[data-level="1"] > div a {
          font-family: "Playfair Display", serif;
          font-size: 24px; }
      @media (min-width: 992px) {
        .sitemap-tree li[data-level="1"]:nth-child(4) {
          margin-top: -57px; } }
      .sitemap-tree li[data-level="1"]:nth-child(6) {
        border-bottom: solid 1px #6c6a6a; }
        .sitemap-tree li[data-level="1"]:nth-child(6) li[data-level="2"] {
          border-bottom: none; }
      .sitemap-tree li[data-level="1"]:nth-child(8) {
        border-bottom: solid 1px #6c6a6a;
        margin-bottom: 10px; }
      .sitemap-tree li[data-level="1"]:nth-child(9) {
        border-bottom: solid 1px #6c6a6a; }
        .sitemap-tree li[data-level="1"]:nth-child(9) .sitemap-tree__heading {
          border-bottom: none;
          padding-bottom: 5px; }
        .sitemap-tree li[data-level="1"]:nth-child(9) li[data-level="2"] {
          border-bottom: none; }
    .sitemap-tree li[data-level="2"] {
      border-bottom: solid 1px #6c6a6a;
      padding-top: 15px; }
      .sitemap-tree li[data-level="2"] > div {
        padding-left: 28px;
        padding-bottom: 10px; }
        .sitemap-tree li[data-level="2"] > div > a {
          font-size: 20px; }
      .sitemap-tree li[data-level="2"] .icon-timemap {
        top: 0; }
      .sitemap-tree li[data-level="2"] > .link[data-content-type="time-point"] {
        margin-left: 28px; }
    .sitemap-tree li[data-level="3"] {
      padding-left: 28px; }
    .sitemap-tree li[data-level="4"]:first-child {
      padding-top: 15px; }
    .sitemap-tree li[data-level="4"] .link--with-icon {
      margin-left: 28px; }
  .sitemap-tree .link--with-icon {
    padding-left: 35px; }
  .sitemap-tree .hhv-icon {
    font-size: 0;
    position: absolute;
    top: -5px;
    left: 0; }
    .sitemap-tree .hhv-icon:before {
      font-size: 32px; }
    .sitemap-tree .hhv-icon.icon-timemap:before {
      font-size: 24px; }

/**
 *  skip-to-main.scss
 *
 *
 */
.skip-to-main {
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  display: none; }
  @media (min-width: 576px) {
    .skip-to-main {
      display: block; } }
  .skip-to-main__link {
    opacity: 0;
    display: block;
    float: left;
    position: relative;
    width: 120px;
    height: 40px;
    transition: opacity 0.2s; }
    .skip-to-main__link-label {
      float: left;
      display: block;
      position: absolute;
      top: -40px;
      left: 0;
      white-space: nowrap;
      padding: 0.5rem 1.0rem 0 1.0rem;
      transition: all 0.1s ease-in-out;
      width: 120px;
      height: 40px;
      background-color: #000; }
      @media (prefers-reduced-motion: reduce) {
        .skip-to-main__link-label {
          transition: none; } }
    .skip-to-main__link:focus {
      opacity: 1;
      outline: none;
      border: dotted 1px transparent; }
      .skip-to-main__link:focus .skip-to-main__link-label {
        top: 0;
        border: dotted 1px #fff; }
  .skip-to-main a {
    border: none;
    box-shadow: none; }

/**
 *  teaser.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.teaser a {
  border: none;
  box-shadow: none; }

.teaser h3,
.teaser h4 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.teaser h3,
.teaser h4 {
  padding-top: 0;
  font-size: 1.5rem;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0; }

.teaser figure img {
  max-width: 100%; }

.teaser--home-mosaic {
  width: auto;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .teaser--home-mosaic h3,
  .teaser--home-mosaic h4 {
    font-size: 2.0rem; }

.teaser--article-mosaic {
  height: 200px;
  padding: 0 0 4px 0; }
  @media (min-width: 576px) {
    .teaser--article-mosaic {
      padding: 2px; } }

.teaser--image-as-background figure {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 0;
  background-size: cover;
  background-position: center top; }
  @media (min-width: 576px) {
    .teaser--image-as-background figure {
      background-position: center center; } }
  .mosaic-mini__cell--portrait-standard .teaser--image-as-background figure {
    height: 100%; }
    @media (min-width: 992px) {
      .mosaic-mini__cell--portrait-standard .teaser--image-as-background figure {
        height: 100%; } }
  @media screen and (min-width: 992px) and (max-height: 768px) {
    .mosaic-mini__cell--portrait-standard .teaser--image-as-background figure {
      height: 290px; } }
  .teaser--image-as-background figure:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    opacity: 1.0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }

.teaser--landscape-standard {
  height: 200px; }
  @media (min-width: 576px) {
    .teaser--landscape-standard {
      height: 154px; } }
  @media (min-width: 992px) {
    .teaser--landscape-standard {
      height: 180px; } }
  @media screen and (min-width: 992px) and (max-height: 768px) {
    .teaser--landscape-standard {
      height: 147px; } }
  @media screen and (min-width: 992px) and (max-height: 566px) {
    .teaser--landscape-standard {
      height: 131px; } }
  @media (min-width: 1200px) {
    .teaser--landscape-standard {
      height: 194px; } }
  @media screen and (min-width: 1200px) and (max-height: 768px) {
    .teaser--landscape-standard {
      height: 147px; } }

.teaser--landscape-wide {
  height: 200px; }
  @media (min-width: 576px) {
    .teaser--landscape-wide {
      height: 194px; } }
  @media (min-width: 992px) {
    .teaser--landscape-wide {
      height: 180px; } }
  @media screen and (min-width: 992px) and (max-height: 768px) {
    .teaser--landscape-wide {
      height: 147px; } }
  @media screen and (min-width: 992px) and (max-height: 566px) {
    .teaser--landscape-wide {
      height: 131px; } }
  @media (min-width: 1200px) {
    .teaser--landscape-wide {
      height: 194px; } }

.teaser--portrait-standard {
  height: 200px; }
  @media (min-width: 576px) {
    .teaser--portrait-standard {
      height: 308px; } }
  @media (min-width: 992px) {
    .teaser--portrait-standard {
      height: 388px; } }
  @media screen and (min-width: 992px) and (max-height: 768px) {
    .teaser--portrait-standard {
      height: 290px; } }
  @media screen and (min-width: 992px) and (max-height: 566px) {
    .teaser--portrait-standard {
      height: 262px; } }

@media (min-width: 577px) {
  .teaser--sidebar figure {
    position: absolute;
    bottom: 0;
    right: 0; } }

.teaser--timemap .teaser__pre-title {
  padding-left: 43px;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.teaser--timemap .teaser__pre-title,
.teaser--timemap .teaser__title {
  position: static;
  margin-right: 30px; }

.teaser--timemap .teaser__title-icon {
  top: 12px;
  left: 12px;
  width: 24px;
  height: 24px; }

.teaser--timemap .hhv-icon {
  font-size: 18px;
  position: absolute;
  top: 3px;
  left: 3px; }

.teaser--timepoint-end figure {
  height: 190px;
  width: 100%;
  background-position: center;
  background-size: cover; }
  @media screen and (max-height: 900px) {
    .teaser--timepoint-end figure {
      height: 123px;
      width: 241px; } }

.teaser--timepoint-end-base {
  padding-bottom: 15px; }
  .teaser--timepoint-end-base::after {
    display: block;
    clear: both;
    content: ""; }
  @media screen and (max-height: 900px) {
    .teaser--timepoint-end-base {
      padding-bottom: 25px; } }
  .teaser--timepoint-end-base .hhv-icon {
    font-size: 22px;
    position: absolute;
    top: 5px;
    left: 4px; }
    @media screen and (max-height: 900px) {
      .teaser--timepoint-end-base .hhv-icon {
        font-size: 18px;
        top: 3px;
        left: 2px; } }
  .teaser--timepoint-end-base.teaser--landscape-standard.teaser--timepoint-end {
    height: 220px; }
    @media screen and (max-height: 900px) {
      .teaser--timepoint-end-base.teaser--landscape-standard.teaser--timepoint-end {
        height: 140px; } }
  .teaser--timepoint-end-base.teaser--landscape-standard.teaser--timepoint-end-no-image {
    height: auto; }
  .teaser--timepoint-end-base:last-child {
    margin-bottom: 0; }
    .teaser--timepoint-end-base:last-child figure {
      margin-bottom: 0; }

.teaser--timepoint-end-no-image {
  height: auto; }
  .teaser--timepoint-end-no-image .teaser__title {
    position: relative; }

.teaser__pre-title {
  padding-top: 0.5rem; }

.teaser__inset {
  width: 100%;
  height: 100%;
  position: relative; }

.teaser__inset:hover .teaser__title-label {
  text-decoration: underline; }

.teaser__inset:hover .teaser__title-icon {
  background-color: #c75132; }

.teaser__inset:hover figure:after {
  height: 150%;
  transition: all 0.2s; }

.teaser__link-overlay {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.teaser__text {
  position: relative;
  z-index: 2;
  padding: 0 15px; }
  .teaser__text--timemap {
    padding: 0;
    position: relative; }
  .teaser__text--timepoint-end {
    position: absolute;
    top: 0;
    left: 0;
    width: 317px; }
    @media screen and (max-height: 900px) {
      .teaser__text--timepoint-end {
        width: 241px; } }
    .teaser__text--timepoint-end .teaser__pre-title {
      width: 100%;
      padding-left: 40px;
      padding-top: 5px;
      font-family: "Playfair Display", serif;
      font-size: 24px;
      line-height: 1.33;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      @media screen and (max-height: 900px) {
        .teaser__text--timepoint-end .teaser__pre-title {
          padding-top: 5px;
          padding-left: 30px; } }
    .teaser__text--timepoint-end .teaser__title {
      position: static; }
      .teaser__text--timepoint-end .teaser__title,
      .teaser__text--timepoint-end .teaser__title h4 {
        line-height: 1.41;
        letter-spacing: 0.2px; }
      @media screen and (max-height: 900px) {
        .teaser__text--timepoint-end .teaser__title {
          padding-left: 30px; } }
    .teaser__text--timepoint-end .teaser__title-icon {
      top: 10px;
      left: 10px; }
      @media screen and (max-height: 900px) {
        .teaser__text--timepoint-end .teaser__title-icon {
          width: 24px;
          height: 24px; } }
  .teaser__text--timepoint-end-no-image {
    padding-left: 0; }
    .teaser__text--timepoint-end-no-image .teaser__title {
      top: 0;
      left: 0;
      right: auto;
      bottom: auto;
      padding-left: 45px; }
      @media screen and (max-height: 900px) {
        .teaser__text--timepoint-end-no-image .teaser__title {
          width: 320px;
          padding-left: 35px; } }
      .teaser__text--timepoint-end-no-image .teaser__title,
      .teaser__text--timepoint-end-no-image .teaser__title h4 {
        line-height: 1.41;
        letter-spacing: 0.2px; }
    .teaser__text--timepoint-end-no-image .teaser__pre-title {
      padding-left: 45px;
      font-family: "Playfair Display", serif;
      font-size: 24px;
      line-height: 1.33;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      @media screen and (max-height: 900px) {
        .teaser__text--timepoint-end-no-image .teaser__pre-title {
          padding-left: 35px;
          padding-top: 0; } }
    .teaser__text--timepoint-end-no-image .teaser__title-icon {
      top: -29px;
      left: 0px; }
      @media screen and (max-height: 900px) {
        .teaser__text--timepoint-end-no-image .teaser__title-icon {
          width: 24px;
          height: 24px;
          top: -25px; } }

.teaser__title {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 15px;
  z-index: 1;
  display: block;
  padding-left: 40px; }
  .teaser__title-icon {
    background-color: #d2694d;
    border-radius: 100%;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 32px; }
  .teaser__title-label {
    display: inline-block;
    padding-top: 5px; }

/**
 *  text-box.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.text-box {
  padding: 29px 0;
  background-color: transparent; }
  .text-box__box {
    background-color: #f5f2ed;
    color: #000;
    width: 445px;
    padding: 0;
    margin: 0;
    font-size: 17px;
    line-height: 1.47;
    letter-spacing: 0.4px; }
    @media screen and (max-height: 566px) {
      .text-box__box {
        font-size: 16px; } }
    .text-box__box .button-icon--close {
      top: 45px; }
  .text-box.hidden {
    display: none; }
  .text-box.dropdown-menu {
    opacity: 0;
    border: none;
    /*&[x-placement="bottom-start"] {
      &:before {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        left: 20px;
        width: 0; 
        height: 0; 
        border-left: 19px solid transparent;
        border-right: 19px solid transparent;
        border-bottom: 31px solid $color-hhv-cream;
      }
    }
    &[x-placement="top-start"] {
      &:before {
        content: " ";
        display: block;
        position: absolute;
        bottom: 0;
        left: 20px;
        width: 0; 
        height: 0; 
        border-left: 19px solid transparent;
        border-right: 19px solid transparent;
        border-top: 31px solid $color-hhv-cream;
      }
    }*/ }
  .text-box__button {
    border: none;
    display: inline;
    background-color: transparent;
    padding: 0;
    position: relative;
    z-index: 1; }
    .text-box__button:after {
      display: none; }
    .text-box__button.dropdown-toggle:focus {
      outline: none; }
    .text-box__button.dropdown-toggle[aria-expanded="true"][data-popup-position="bottom"]:before {
      content: " ";
      display: block;
      position: absolute;
      bottom: -32px;
      left: 50%;
      margin-left: -19px;
      width: 0;
      height: 0;
      border-left: 19px solid transparent;
      border-right: 19px solid transparent;
      border-bottom: 31px solid #f5f2ed; }
    .text-box__button.dropdown-toggle[aria-expanded="true"][data-popup-position="top"]:after {
      content: " ";
      display: block;
      position: absolute;
      top: -32px;
      left: 50%;
      margin-left: -19px;
      width: 0;
      height: 0;
      border-left: 19px solid transparent;
      border-right: 19px solid transparent;
      border-top: 31px solid #f5f2ed; }
  .text-box__cta {
    position: relative;
    display: inline-block; }
    .text-box__cta,
    .text-box__cta a {
      color: #000;
      font-size: 15px;
      line-height: 1.6;
      letter-spacing: 1.5px;
      font-weight: 400;
      text-transform: uppercase; }
      .text-box__cta, .text-box__cta:hover,
      .text-box__cta a,
      .text-box__cta a:hover {
        border: none;
        box-shadow: none; }
    .text-box__cta-icon {
      font-size: 28px;
      position: absolute;
      font-size: 32px;
      position: absolute;
      top: -11px;
      right: -36px; }
  .text-box__title {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.41;
    letter-spacing: 0.4px;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto; }
  .text-box__inset {
    padding: 15px 30px 15px 15px; }
  .text-box__text {
    margin-bottom: 15px;
    overflow: hidden;
    /*text-overflow: ellipsis;*/ }
    .glossary__trigger .text-box__text {
      /*white-space: nowrap;*/
      width: 100%;
      max-width: 100%;
      /*max-height: 100px;*/ }

/**
 *  timemap.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.timemap-animation {
  width: 100%;
  height: 400px; }
  @media (min-width: 992px) {
    .timemap-animation {
      height: auto; } }
  .timemap-animation, .timemap-animation__data-set {
    width: 100%; }
    @media (min-width: 992px) {
      .timemap-animation, .timemap-animation__data-set {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
  .timemap-animation__data-set {
    height: 0;
    overflow: hidden; }
    .timemap-animation__data-set.active {
      height: 100%; }

.timemap__bg {
  display: none; }
  @media (min-width: 992px) {
    .timemap__bg {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      display: block; } }
  .timemap__bg:before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7; }
  .timemap__bg-gradient {
    content: " ";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */ }

/**
 *  timepoint-box.scss
 *
 *
 */
.timepoint-box {
  background-color: #000;
  color: #fff;
  padding: 16px 0 30px 0; }
  .timepoint-box::after {
    display: block;
    clear: both;
    content: ""; }
  @media (min-width: 992px) {
    .timepoint-box {
      padding: 15px;
      width: 565px; } }
  @media screen and (min-width: 992px) and (max-height: 900px) {
    .timepoint-box {
      width: 440px; } }
  .timepoint-box__body-text {
    padding: 20px 0 0 0;
    font-size: 17px;
    line-height: 1.47;
    clear: both; }
    .timepoint-box--no-image .timepoint-box__body-text {
      padding: 13px 0 0 0; }
    @media (min-width: 992px) {
      .timepoint-box__body-text {
        padding: 32px 0 0 0;
        font-size: 20px;
        line-height: 1.4; } }
  @media screen and (min-width: 992px) and (max-height: 900px) {
    .timepoint-box__body-text {
      font-size: 17px;
      line-height: 1.47; } }
  .timepoint-box__figure {
    width: 100%; }
    .timepoint-box__figure-wrap {
      width: 100%;
      position: relative; }

@media screen and (min-width: 992px) and (max-height: 900px) {
  .timepoint-box__figure-wrap {
    width: 226px; } }
  .timepoint-box__inset::after {
    display: block;
    clear: both;
    content: ""; }
  .timepoint-box__positioner {
    display: table;
    height: 95%; }
    .timepoint-box__positioner-inset {
      display: table-cell;
      height: 100%;
      vertical-align: middle; }

@media screen and (min-width: 992px) and (max-height: 900px) {
  .timepoint-box__positioner-inset {
    height: 92%; } }
  .timepoint-box__related-links {
    padding: 16px 0 0 0;
    position: relative; }
  .timepoint-box--timepoint-end {
    width: 377px; }
    @media screen and (max-height: 900px) {
      .timepoint-box--timepoint-end {
        width: 340px;
        margin-top: 30px; } }
    .timepoint-box--timepoint-end .heading--next {
      margin-top: 0; }
      @media screen and (max-height: 900px) {
        .timepoint-box--timepoint-end .heading--next {
          margin-top: 5px;
          margin-bottom: 5px; } }

/**
 *  title-screen.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.title-screen {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .title-screen__begin-button-wrap {
    position: absolute;
    z-index: 99;
    text-align: center;
    width: 100%;
    opacity: 0;
    left: 0;
    bottom: -40px; }
    @media (min-width: 576px) {
      .title-screen__begin-button-wrap {
        bottom: 0; } }
  .title-screen__bg {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .title-screen__bg-inset {
      overflow: hidden;
      position: relative;
      width: 100%;
      height: 100%; }
    .title-screen__bg.hidden {
      display: none; }
  .title-screen__button-icon-wrap {
    background-color: #fff;
    color: #d2694d;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    font-size: 28px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    position: absolute;
    top: 6px;
    right: 6px; }
    .title-screen__button-icon-wrap .hhv-icon {
      display: block;
      position: absolute;
      top: -2px;
      right: -3px; }
  .title-screen__inset {
    width: 100%;
    height: 100%;
    position: relative; }
  .title-screen__loading-status {
    display: table;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none; }
    @media (min-width: 576px) {
      .title-screen__loading-status {
        display: table; } }
    .touchevents body[data-display-size="xs"] .title-screen__loading-status,
    .touchevents body[data-display-size="sm"] .title-screen__loading-status,
    .touchevents body[data-display-size="md"] .title-screen__loading-status,
    .touchevents body[data-display-size="lg"] .title-screen__loading-status {
      /* Always hide in phone and tablet */
      display: none; }
    .title-screen__loading-status.hidden {
      display: none; }
    .title-screen__loading-status-inset {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      width: 100%;
      height: 100%;
      text-transform: uppercase;
      font-weight: 400;
      letter-spacing: 1.6px; }
  .title-screen__pre-title {
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 17px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    right: auto;
    margin-left: -90px;
    text-align: center;
    opacity: 0;
    width: 180px;
    line-height: 1.47;
    letter-spacing: 0.4px; }
    @media (min-width: 576px) {
      .title-screen__pre-title {
        font-size: 24px;
        width: 100%;
        line-height: 1.5;
        letter-spacing: 1.6px;
        left: 0;
        margin-left: 0;
        top: 10%; } }
    @media (min-width: 992px) {
      .title-screen__pre-title {
        top: 0; } }
  .title-screen__title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-weight: 400;
    line-height: 1;
    margin-top: 20px;
    transition: font-size 17.0s;
    position: absolute;
    width: 100%;
    height: 120px;
    left: 0;
    top: 20.5%;
    margin: 0;
    padding: 0;
    font-size: 32px;
    transition: opacity 1.0s linear 1.0s, font-size 17.0s linear;
    opacity: 0; }
    @media (min-width: 576px) {
      .title-screen__title {
        top: 31%;
        line-height: 45px;
        font-size: 45px; } }
    @media (min-width: 992px) {
      .title-screen__title {
        top: 18%;
        line-height: 90px;
        font-size: 90px; } }
    .title-screen__title span {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .title-screen__title.scale-up {
      opacity: 1; }
      .title-screen__title.scale-up .title-screen__title-2 {
        opacity: 1; }
    .title-screen__title-2 {
      opacity: 0;
      transition: opacity 1.0s linear 2.0s;
      /* Delay this for a bit */ }
    .title-screen__title-block {
      position: absolute;
      display: block;
      width: 100%;
      height: 300px;
      top: 50%;
      left: 0;
      margin-top: -148px;
      opacity: 0; }
      @media (min-width: 576px) {
        .title-screen__title-block {
          margin-top: -150px; } }
      .title-screen__title-block-inset {
        display: block;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: all 0.1s; }
      .title-screen__title-block.hidden {
        display: none; }
  .title-screen__description {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 1.6px; }
    @media (min-width: 576px) {
      .title-screen__description {
        font-size: 17px; } }
    .title-screen__description-text {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      text-align: center;
      opacity: 0; }
  .title-screen__dynamic-block {
    position: absolute;
    bottom: 56px;
    left: 0;
    width: 100%;
    height: 120px; }
    @media (min-width: 576px) {
      .title-screen__dynamic-block {
        bottom: 0; } }
  .title-screen__secret-skip-button {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; }
    .title-screen__secret-skip-button a {
      border: none;
      box-shadow: none;
      position: fixed;
      z-index: 999;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .title-screen__skip-button {
    position: fixed;
    z-index: 99;
    bottom: 30px;
    left: 30px;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 1.6px;
    padding-left: 36px; }
    .title-screen__skip-button-icon-wrap {
      background-color: #d2694d;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 28px;
      height: 28px;
      border-radius: 100%; }
      .title-screen__skip-button-icon-wrap .hhv-icon {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        font-weight: 500;
        font-size: 28px;
        top: 0px;
        left: -1px;
        position: absolute; }
    .title-screen__skip-button-label {
      margin-top: 3px;
      display: inline-block; }
    .title-screen__skip-button.hidden {
      display: none; }
    .title-screen__skip-button a {
      border: none;
      box-shadow: none;
      text-decoration: none; }

/**
 *  toggle.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.toggle {
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 0;
  display: inline-block;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.0rem;
  font-weight: normal;
  line-height: 1.0;
  width: 54px;
  height: 47px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0; }
  .toggle--main-nav-group {
    float: left;
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 76px;
    border-left: solid 2px #6d6d6d; }
  .site-nav__title--level-2 .toggle {
    top: 1px;
    bottom: 1px;
    width: 54px;
    height: auto;
    height: 76px;
    border-left: solid 2px #6d6d6d; }
  .site-nav__title--level-3 .toggle {
    top: 1px;
    bottom: 1px;
    width: 54px;
    height: auto;
    border-left: solid 2px #6d6d6d; }
  .site-nav__title--level-4 .toggle {
    /* right: -30px; */ }
  .toggle__icon--main-nav-group {
    font-size: 1.5rem;
    padding-top: 3px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 12px;
    width: 30px;
    height: 30px;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
    .toggle[aria-expanded="true"] .toggle__icon--main-nav-group {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }

/**
 *  type.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.type__body {
  font-size: 16px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.5;
  font-weight: 200; }

.type__example {
  padding-top: 22.5px;
  padding-bottom: 22.5px; }
  .type__example-note {
    margin-top: 0.2rem;
    color: #d2694d;
    font-size: 20px;
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.2;
    font-weight: 200; }

.type__heading-chapter {
  font-size: 90px;
  font-family: "Playfair Display", serif;
  line-height: 1.0;
  font-weight: 400; }

.type__heading-1 {
  font-size: 45px;
  font-family: "Playfair Display", serif;
  line-height: 1.2;
  font-weight: 400; }

.type__heading-2 {
  font-size: 32px;
  font-family: "Playfair Display", serif;
  line-height: 1.2;
  font-weight: 400; }

.type__heading-3 {
  font-size: 24px;
  font-family: "Playfair Display", serif;
  line-height: 1.3;
  font-weight: 400; }

.type__heading-4 {
  font-size: 20px;
  font-family: "Playfair Display", serif;
  line-height: 1.4;
  font-weight: 400; }

.type__heading-5 {
  font-size: 24px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.4;
  font-weight: 200; }

.type__heading-6 {
  font-size: 20px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.2;
  font-weight: 200; }

.type__label--default {
  font-size: 16px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2px; }

.type__label--nav {
  font-size: 15px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.type__medium {
  font-size: 20px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.4;
  font-weight: 200; }

.type__intro {
  font-size: 24px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 34px;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.type__lengthy {
  font-size: 16px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.5;
  font-weight: 200;
  letter-spacing: 0.4px; }

.type__tertiary {
  color: #c3c1c1;
  font-size: 14px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.4;
  font-weight: 200; }

.type__styleguide-heading {
  color: #807e7e;
  padding-top: 12px;
  padding-bottom: 22.5px;
  padding-left: 65px;
  font-weight: 400; }

.type__styleguide-heading-right {
  color: #858383;
  padding-top: 12px;
  padding-bottom: 22.5px;
  padding-left: 340px;
  font-weight: 400; }

/**
 *  utility-bar.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.utility-bar {
  width: 100%;
  transition: bottom 0.25s ease-in-out;
  padding-top: 10px; }
  @media (min-width: 992px) {
    .utility-bar {
      padding-top: 0;
      position: fixed;
      z-index: 99;
      bottom: 0; } }
  .body--timemap .utility-bar {
    z-index: 2;
    /* position: relative; */ }
  .body--title-screen .utility-bar {
    display: none; }
  @media (min-width: 992px) {
    body[data-page-loader-id="auxilliary"] .utility-bar,
    body[data-page-loader-id="home"] .utility-bar,
    body[data-page-loader-id="title-screen"] .utility-bar {
      bottom: -100%; } }
  .utility-bar .col {
    position: relative; }
    .utility-bar .col:nth-child(1) {
      text-align: left; }
    .utility-bar .col:nth-child(2) {
      text-align: center; }
    .utility-bar .col:nth-child(3) {
      text-align: right; }
  @media (min-width: 992px) {
    .utility-bar__main {
      padding: 2.0rem 0 0 0;
      height: 106px; } }
  @media screen and (min-width: 992px) and (max-height: 566px) {
    .utility-bar__main {
      height: 75px; } }
  .utility-bar__main-wrap {
    position: relative; }
    .utility-bar__main-wrap:before {
      content: " ";
      display: block;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.1,0+100 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=0 );
      /* IE6-9 */
      width: 100%;
      height: 110px;
      position: absolute;
      bottom: 0;
      left: 0;
      pointer-events: none;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
      .body--timemap .utility-bar__main-wrap:before {
        content: "";
        display: none; }
  .utility-bar__col--2 {
    height: 0; }
    @media (min-width: 992px) {
      .utility-bar__col--2 {
        height: auto; } }
  .utility-bar__copyright {
    background-color: #f5f2ed;
    color: #000;
    padding: 0.7rem 1.0rem; }
    .utility-bar__copyright,
    .utility-bar__copyright small {
      font-size: 15px;
      line-height: 1.53; }
    .utility-bar__copyright-drawer {
      padding: 2.0rem 0; }
      .utility-bar__copyright-drawer-wrap {
        background-color: #000;
        height: 0;
        overflow: hidden; }
  .utility-bar__next {
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .utility-bar__next {
        margin-left: 15px;
        margin-bottom: 0; } }
    .utility-bar__next--down a {
      display: block;
      position: relative;
      border: none;
      box-shadow: none;
      padding-left: 30px;
      width: auto; }
      @media (min-width: 576px) {
        .utility-bar__next--down a {
          width: 450px; } }
      .utility-bar__next--down a:hover {
        border: none;
        box-shadow: none;
        color: white; }
        .utility-bar__next--down a:hover .utility-bar__next-icon-wrap {
          background-color: #c75132; }
        .utility-bar__next--down a:hover .utility-bar__next-label-term, .utility-bar__next--down a:hover .utility-bar__next-label {
          text-decoration: underline; }
    .utility-bar__next--down .icon {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #d2694d;
      width: 24px;
      height: 24px;
      border-radius: 100%;
      font-size: 18px; }
      .utility-bar__next--down .icon:before {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 2.5px;
        left: 2.5px; }
    .utility-bar__next-icon-wrap {
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      float: left;
      background-color: #d2694d;
      border-radius: 100%;
      width: 24px;
      height: 24px; }
      .utility-bar__next-icon-wrap .hhv-icon {
        display: block;
        position: absolute;
        z-index: 1;
        top: 4px;
        left: 0.236em;
        font-weight: 800;
        font-size: 17px;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    .utility-bar__next-label {
      font-size: 15px;
      line-height: 1.6;
      letter-spacing: 1.2px; }
      .utility-bar__next-label-term {
        text-transform: uppercase;
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 1.2px; }

/**
 *  video.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.video--home {
  position: relative;
  height: auto; }
  @media (min-width: 576px) {
    .video--home {
      height: 290.25px; } }
  @media (min-width: 577px) {
    .video--home {
      height: 290.8125px; } }
  @media (min-width: 992px) {
    .video--home {
      height: 524.25px; } }
  @media (min-width: 1200px) {
    .video--home {
      height: 641.25px; } }
  .video--home:after {
    content: " ";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 321px;
    mix-blend-mode: multiply;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }

.video--sidebar {
  display: table;
  width: 100%; }
  @media (min-width: 992px) {
    .video--sidebar {
      display: block; } }

.video--video-set {
  width: 100%; }
  .video--video-set iframe {
    width: 100%; }
    @media (min-width: 576px) {
      .video--video-set iframe {
        width: 540px;
        height: 303px; } }
    @media (min-width: 992px) {
      .video--video-set iframe {
        width: 930px;
        height: 523px;
        margin-left: auto;
        margin-right: auto; } }

.video img {
  width: 100%; }

.video__inset {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle; }
  @media (min-width: 576px) {
    .video__inset {
      display: block; } }

.video__pre-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.41;
  letter-spacing: 1.2px; }

/**
 *  video__heading.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.video__heading--sidebar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 15px;
  cursor: pointer; }
  .video__heading--sidebar,
  .video__heading--sidebar h2,
  .video__heading--sidebar h3,
  .video__heading--sidebar h4,
  .video__heading--sidebar h5 {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    line-height: 1.19;
    letter-spacing: 0; }
  .video__heading--sidebar h2,
  .video__heading--sidebar h3,
  .video__heading--sidebar h4,
  .video__heading--sidebar h5 {
    position: relative;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .video__heading--sidebar:before {
    content: " ";
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */
    width: 100%;
    height: 100%; }

.video__heading--video-set {
  padding-bottom: 21px; }
  .video__heading--video-set h1 {
    font-size: 24px;
    line-height: 38px;
    line-height: 1.19;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 576px) {
      .video__heading--video-set h1 {
        font-size: 32px; } }

.video__heading-play-button {
  position: relative;
  z-index: 2; }
  .video__heading-play-button-icon-wrap {
    display: block;
    float: left;
    position: relative;
    top: 10px;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    background-color: #d2694d;
    margin-right: 10px; }
    .video__heading-play-button-icon-wrap .hhv-icon {
      position: absolute;
      top: 0;
      left: 0;
      display: block; }
  .video__heading-play-button-label {
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
    font-weight: 400;
    line-height: 1.47;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .video__heading-play-button.hidden {
    opacity: 0; }

/**
 *  video__player.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.video__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .video__player--home, .video__player--introduction {
    width: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 576px) {
      .video__player--home, .video__player--introduction {
        width: 516px; } }
    @media (min-width: 577px) {
      .video__player--home, .video__player--introduction {
        width: 517px; } }
    @media (min-width: 992px) {
      .video__player--home, .video__player--introduction {
        width: 932px; } }
    @media (min-width: 1200px) {
      .video__player--home, .video__player--introduction {
        width: 1140px; } }
    .video__player--home iframe, .video__player--introduction iframe {
      width: 100%;
      mix-blend-mode: multiply;
      background-blend-mode: multiply; }
      @media (min-width: 576px) {
        .video__player--home iframe, .video__player--introduction iframe {
          height: 290.25px; } }
      @media (min-width: 577px) {
        .video__player--home iframe, .video__player--introduction iframe {
          height: 290.8125px; } }
      @media (min-width: 992px) {
        .video__player--home iframe, .video__player--introduction iframe {
          height: 524.25px; } }
      @media (min-width: 1200px) {
        .video__player--home iframe, .video__player--introduction iframe {
          height: 641.25px; } }
  .video__player--sidebar {
    position: relative;
    font-size: 0; }
    .video__player--sidebar iframe {
      width: 100%; }
  .video__player--video-set {
    font-size: 0;
    position: relative;
    text-align: center;
    padding-bottom: 46px; }

/**
 *  video__poster-frame.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.video__poster-frame.hidden {
  display: none; }

/**
 *  video-basic.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.video-basic__wrap--home {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media (min-width: 992px) {
    .video-basic__wrap--home {
      display: block; } }
  .video-basic__wrap--home:after {
    transition: opacity 0.2s;
    content: " ";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100.5%;
    height: 200px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }

.video-basic--home {
  width: 100%;
  height: 100%; }

.video-basic--title-screen-bg {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/**
 *  video-bg.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.video-bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .video-bg video {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .video-bg.hidden {
    display: none; }
  .video-bg__inset:after {
    content: " ";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }

/**
 *  video-set.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/**
 *  view-more.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.view-more {
  margin-top: 30px;
  border-top: solid 1px #c3c1c1;
  padding-top: 30px;
  padding-bottom: 90px; }
  @media (min-width: 992px) {
    .view-more {
      margin-top: 0; } }
  .view-more__heading {
    padding-bottom: 30px; }
    .view-more__heading-image {
      position: relative;
      float: left;
      top: 0;
      left: 0;
      margin-right: 15px; }
      .view-more__heading-image img {
        max-height: 60px; }
    .view-more__heading h2 {
      font-size: 36px;
      line-height: 1.28;
      font-size: 24px; }

/**
 *  wipe-segment.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.wipe-segment {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px; }
  .body--interactive-book .wipe-segment {
    z-index: 1; }
  @media (min-width: 992px) {
    .wipe-segment {
      margin-bottom: 15px; } }
  .wipe-segment--chapter-segment {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 992px) {
    .wipe-segment {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0;
      width: 100%;
      height: 140%; }
      .body--no-wipe .wipe-segment {
        height: 100vh;
        overflow: hidden; } }
  .wipe-segment--book {
    padding: 0;
    background-color: transparent;
    font-size: 24px;
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.4;
    font-weight: 200; }
    .wipe-segment--book .container,
    .wipe-segment--book .row,
    .wipe-segment--book *[class*="col-"] {
      height: 100%; }
  .wipe-segment--interactive-book {
    position: relative;
    clear: both; }
    .wipe-segment--interactive-book .wipe-segment__bg-image {
      display: none; }
      @media (min-width: 992px) {
        .wipe-segment--interactive-book .wipe-segment__bg-image {
          display: block;
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          width: 100%;
          height: 100vh; } }
      .wipe-segment--interactive-book .wipe-segment__bg-image:after {
        content: " ";
        display: block;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.87; }
  .wipe-segment--first {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0; }
    .body--interactive-book .wipe-segment--first {
      z-index: 4; }
    @media (min-width: 992px) {
      .wipe-segment--first {
        padding-bottom: 60px;
        padding-bottom: 0;
        margin-bottom: 0; } }
    .body--interactive-book .wipe-segment--first {
      height: auto; }
    .wipe-segment--first .bg-video:after {
      content: " ";
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
      /* IE6-9 */
      width: 100%;
      /* height: 40%; */
      height: 100%;
      opacity: 0.8;
      filter: alpha(opacity=80); }
  .wipe-segment--quote-intro {
    height: 140%; }
    .wipe-segment--quote-intro .wipe-segment__content {
      height: 100%; }
    .wipe-segment--quote-intro .figure__wrap--quote-intro {
      height: 100%; }
    @media (min-width: 992px) {
      .wipe-segment--quote-intro .book-segment-text-quote__quote--intro {
        width: calc((((100% - 1110px)) + 470px) + 470px);
        height: 60%;
        display: table; } }
  .wipe-segment.block-context--timemap-intro, .wipe-segment.block-context--timepoint, .wipe-segment.block-context--timepoint-end {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
    display: none; }
    .wipe-segment.block-context--timemap-intro[id="wipe-segment-0"], .wipe-segment.block-context--timemap-intro[id="wipe-segment-1"], .wipe-segment.block-context--timepoint[id="wipe-segment-0"], .wipe-segment.block-context--timepoint[id="wipe-segment-1"], .wipe-segment.block-context--timepoint-end[id="wipe-segment-0"], .wipe-segment.block-context--timepoint-end[id="wipe-segment-1"] {
      display: block; }
    @media (min-width: 992px) {
      .wipe-segment.block-context--timemap-intro, .wipe-segment.block-context--timepoint, .wipe-segment.block-context--timepoint-end {
        display: block; } }
  .wipe-segment__begin-button-icon-wrap {
    position: absolute;
    top: 9px;
    right: 9px;
    padding-top: 2px;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    background-color: #fff;
    color: #d2694d;
    font-weight: 800; }
    .wipe-segment__begin-button-icon-wrap .hhv-icon {
      font-weight: 800; }
  .wipe-segment__bg-image {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100vh; }
    @media (min-width: 992px) {
      .wipe-segment__bg-image {
        display: block; } }
    .wipe-segment__bg-image:after {
      content: " ";
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: 0.6;
      /* Adjustment per MK 4/26/19 */ }
  .wipe-segment__content {
    position: relative;
    z-index: 3; }
  .wipe-segment__inset {
    width: 100%;
    height: 100%;
    position: relative; }
    @media (min-width: 992px) {
      .wipe-segment__inset {
        padding-bottom: 80px;
        padding-bottom: 40vh; } }
  .wipe-segment__trigger--book {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%; }
  .wipe-segment__trigger--subchapter {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%; }
  .wipe-segment .container {
    position: relative;
    z-index: 3; }

/**
 *  outer-wrap.scss
 *
 *
 */
.outer-wrap--timemap-section-nav {
  background-color: black;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  position: fixed;
  bottom: 0;
  width: 100%; }

/**
 *  site-footer.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.site-footer {
  padding: 3rem 0 15px 0; }
  @media (min-width: 992px) {
    .site-footer {
      padding: 3.0rem 0 3.0rem 0; } }
  .site-footer,
  .site-footer h2 {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.2px; }
  .site-footer h6 {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #858383;
    padding-bottom: 0.6rem; }
  .site-footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .site-footer__copyright {
    padding-top: 30px; }
    .site-footer__copyright,
    .site-footer__copyright small {
      font-size: 15px;
      line-height: 1.53;
      font-weight: 200; }
    @media (min-width: 992px) {
      .site-footer__copyright {
        padding-top: 0; } }
  .site-footer__menu {
    margin-bottom: 1.0rem; }
    .site-footer__menu li {
      padding: 0 0 1.0rem 0; }
  .site-footer__social {
    margin-top: -1.0rem;
    margin-bottom: 2.0rem; }
    .site-footer__social-list-item {
      padding: 0;
      display: inline-block;
      font-size: 28px;
      margin-right: 20px; }
    .site-footer__social a, .site-footer__social a:hover {
      box-shadow: none;
      border: none; }
    .site-footer__social a:hover {
      color: #6d6d6d; }
  .site-footer__graphic {
    position: absolute;
    top: -50px;
    right: 15px;
    margin-top: 0;
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .site-footer__graphic {
        top: auto;
        right: auto;
        position: static; } }

/**
 *  site-header.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)); }
  @media (min-width: 992px) {
    .site-header {
      height: auto; }
      .site-header:after {
        content: " ";
        display: block;
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        mix-blend-mode: multiply;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0+100 */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=0 );
        /* IE6-9 */ }
        .body--home .site-header:after {
          display: none; } }
  .site-header:after {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 2;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    top: 0;
    left: 0;
    width: 100%;
    height: 60px; }
  .site-header:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */
    content: ' ';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 0; }
    @media (min-width: 992px) {
      .site-header:before {
        height: 60px; } }
  .site-header.hidden {
    display: none; }
  .site-header,
  .site-header h2 {
    font-size: 1rem;
    font-weight: normal; }
  .site-header h2 {
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 30px; }
  @media (max-width: 576.98px) {
    .site-header > .container {
      height: 100%; }
      .site-header > .container > .row {
        height: 100%; } }
  .site-header__inset {
    height: 100%;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 576px) {
      .site-header__inset {
        height: auto;
        padding-left: 15px;
        padding-right: 15px; } }
    .site-header__inset--auxilliary,
    .site-header__inset--auxilliary a {
      color: #000; }

/**
 *  site-masthead.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

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

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

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

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

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.site-masthead {
  display: none;
  padding: 0;
  position: absolute;
  top: 0;
  left: 30px; }
  @media (min-width: 576px) {
    .site-masthead {
      position: static; } }
  .site-masthead a {
    border: none;
    box-shadow: none; }
  .site-masthead h2 {
    margin: 0; }
  .site-masthead--site-footer {
    display: block;
    position: relative;
    left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 15px; }
    @media (min-width: 576px) {
      .site-masthead--site-footer {
        margin-bottom: 0; } }
    .site-masthead--site-footer a:hover {
      background-image: none;
      border-bottom: none;
      box-shadow: none; }
    .site-masthead--site-footer h2 {
      font-size: 24px; }
  .site-masthead--style-guide a {
    color: #000; }

/**
 *  site-nav.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

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

.icon-document-outline:before {
  content: "\e902"; }

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

.icon-facebook:before {
  content: "\e904"; }

.icon-hamburger:before {
  content: "\e905"; }

.icon-home-lg:before {
  content: "\e906"; }

.icon-home-sm:before {
  content: "\e907"; }

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

#site-nav-1-1 {
  display: block; }
  #site-nav-1-1 .site-nav__list-item--level-2 a span {
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px; }

.site-nav {
  height: 50px;
  position: fixed;
  top: 0;
  right: 0;
  width: 20%;
  z-index: 99;
  max-height: 100%; }
  @media (min-width: 576px) {
    .site-nav {
      width: 375px; } }
  .site-nav.custom-expanded {
    width: 100%;
    height: 100%;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.7); }
    @media (min-width: 576px) {
      .site-nav.custom-expanded {
        width: 375px; } }
    .site-nav.custom-expanded .site-nav__main-title {
      display: block; }
  .site-nav,
  .site-nav a {
    color: white; }
  .site-nav a {
    display: inline-block;
    border: none;
    box-shadow: none; }
    .site-nav a:hover {
      text-decoration: none;
      border: none;
      box-shadow: none; }
  .site-nav,
  .site-nav h2,
  .site-nav h3 {
    font-size: 1rem; }
  .site-nav ul {
    list-style-type: none; }
  .site-nav h2 {
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    letter-spacing: 2px; }
  .site-nav li {
    margin: 0; }
  .site-nav__inset {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block; }
  .site-nav__main-title {
    height: 50px;
    border-bottom: solid 1px #6d6d6d;
    background-color: #000;
    display: none; }
    @media (min-width: 576px) {
      .site-nav__main-title {
        display: none; } }
    .site-nav__main-title a {
      padding-left: 0;
      padding-bottom: 0; }
    .site-nav__main-title h2 {
      padding-top: 18px;
      padding-left: 15px;
      padding-bottom: 0; }
  .site-nav__toggle {
    position: absolute;
    top: 15px;
    right: 15px; }
    .site-nav.custom-expanded .site-nav__toggle {
      right: 55px; }
      @media (min-width: 576px) {
        .site-nav.custom-expanded .site-nav__toggle {
          right: 15px; } }
    @media (min-width: 576px) {
      .site-nav__toggle {
        right: 15px; } }
  .site-nav__graphic {
    float: left;
    position: relative;
    height: 192px;
    padding-top: 60px; }
    .site-nav__graphic-label--nea {
      position: absolute;
      top: 33px;
      left: 0;
      font-size: 15px;
      color: #6d6d6d; }
    .site-nav__graphic--hhv {
      margin-left: 34px; }
    .site-nav__graphic--nea {
      margin-left: 29px; }
  .site-nav__copyright {
    font-size: 15px;
    color: #c3c1c1;
    width: 279px;
    margin-left: 37px;
    padding-bottom: 150px; }

/**
 *  site-nav__list.scss
 *
 *
 */
.site-nav__list {
  padding: 0; }
  .site-nav__list a {
    width: auto;
    margin-left: 0;
    margin-right: 54px; }
  .site-nav__list-item--sectionless .site-nav__list {
    border-top: none; }
  .site-nav__list--level-1 {
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #6d6d6d; }
    .site-nav__list--level-1 li:nth-child(2) .site-nav__title--level-2 a:before,
    .site-nav__list--level-1 li:nth-child(3) .site-nav__title--level-2 a:before,
    .site-nav__list--level-1 li:nth-child(4) .site-nav__title--level-2 a:before,
    .site-nav__list--level-1 li:nth-child(5) .site-nav__title--level-2 a:before {
      display: block;
      position: absolute;
      top: 32px;
      left: 14px;
      font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 15px; }
    .site-nav__list--level-1 li:nth-child(1) .site-nav__title--level-2 a:before {
      content: "\e907";
      display: block;
      position: absolute;
      top: 27px;
      left: 10px;
      font-family: Icomoon;
      font-size: 20px; }
    .site-nav__list--level-1 li:nth-child(2) .site-nav__title--level-2 a:before {
      content: "1"; }
    .site-nav__list--level-1 li:nth-child(3) .site-nav__title--level-2 a:before {
      content: "2"; }
    .site-nav__list--level-1 li:nth-child(4) .site-nav__title--level-2 a:before {
      content: "3"; }
    .site-nav__list--level-1 li:nth-child(5) .site-nav__title--level-2 a:before {
      content: "4"; }
    .site-nav__list--level-1 li:nth-child(6) .site-nav__title--level-2 a:before {
      content: "\e90a";
      display: block;
      position: absolute;
      top: 26px;
      left: 10px;
      font-family: icomoon;
      font-size: 21px;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .site-nav__list--level-2 a {
    padding-left: 37px; }
  .site-nav__list-wrap {
    background-color: #000;
    position: relative;
    z-index: 2; }
    .site-nav__list-wrap [id="site-nav-1-7"],
    .site-nav__list-wrap [id="site-nav-1-8"],
    .site-nav__list-wrap [id="site-nav-1-9"] {
      /* Utility pages */
      padding-bottom: 15px; }
    .site-nav__list-wrap--level-1.collapsing {
      padding-bottom: 0; }
    .custom-expanded .site-nav__list-wrap--level-1 {
      overflow-y: scroll;
      height: auto;
      position: absolute;
      top: 50px;
      bottom: 0;
      overflow-y: scroll;
      width: 100%;
      -webkit-overflow-scrolling: touch; }
    .site-nav__list-wrap--level-2 a {
      margin-top: 12px;
      margin-bottom: 12px; }
    .site-nav__list-wrap--level-3, .site-nav__list-wrap--level-4 {
      border-top: solid 1px #6c6a6a; }

/**
 *  site-nav__list-item.scss
 *
 *
 */
.site-nav__list-item {
  padding-left: 0;
  padding-right: 0;
  border-top: solid 1px #6c6a6a;
  position: relative; }
  .site-nav__list-item:first-child {
    border-top: none; }
  .site-nav__list-item.selected {
    background-color: #e1b92e;
    color: #000;
    z-index: 4; }
    .site-nav__list-item.selected > .site-nav__title > a {
      color: #000; }
    .site-nav__list-item.selected > a,
    .site-nav__list-item.selected > a span {
      color: #000; }
    .site-nav__list-item.selected > div > .toggle {
      color: #000; }
    .site-nav__list-item.selected > .site-nav__title--feature-container {
      background-color: #e1b92e; }
      .site-nav__list-item.selected > .site-nav__title--feature-container .toggle {
        color: #000; }
    .site-nav__list-item.selected li {
      color: #fff; }
  .site-nav__list-item[data-content-type="interactive-book"]:after {
    content: "\e900";
    display: block;
    font-family: icomoon;
    font-size: 30px;
    position: absolute;
    top: -3px;
    left: 31px; }
  .site-nav__list-item[data-content-type="video"]:after {
    content: "\e90e";
    display: block;
    font-family: icomoon;
    font-size: 30px;
    position: absolute;
    top: -3px;
    left: 31px; }
  .site-nav__list-item[data-content-type="interactive-comparison"]:after {
    content: "\e917";
    display: block;
    font-family: icomoon;
    font-size: 30px;
    position: absolute;
    top: -3px;
    left: 31px; }
  .site-nav__list-item[data-content-type="interactive-document"]:after {
    content: "\e902";
    display: block;
    font-family: icomoon;
    font-size: 30px;
    position: absolute;
    top: -3px;
    left: 31px; }
  .site-nav__list-item[data-content-type="interactive-questionnaire"]:after {
    content: "\e915";
    display: block;
    font-family: icomoon;
    font-size: 30px;
    position: absolute;
    top: -3px;
    left: 31px; }
  .site-nav__list-item[data-content-type="time-point"]:after {
    content: "\e912";
    display: block;
    font-family: icomoon;
    position: absolute;
    font-size: 21px;
    position: absolute;
    top: 3px;
    left: 34px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .site-nav__list-item--level-1 {
    padding-top: 0;
    padding-bottom: 0; }
  .site-nav__list-item--level-2 > a > span {
    font-family: "Playfair Display", serif;
    font-size: 1.3rem; }
  .site-nav__list-item--level-2.site-nav__list-item--feature {
    border-top: solid 1px #565454; }
    .site-nav__list-item--level-2.site-nav__list-item--feature:first-child {
      border-top: none; }
  .site-nav__list-item--level-3.site-nav__list-item--feature {
    border-top: solid 1px #565454; }
    .site-nav__list-item--level-3.site-nav__list-item--feature:first-child {
      border-top: none; }
  .site-nav__list-item--sectionless {
    z-index: 4; }
    .site-nav__list-item--sectionless a {
      padding-left: 37px;
      margin-top: 8px;
      margin-bottom: 8px; }
  .site-nav__list-item--sectionless .site-nav__list-item {
    border-top: solid 1px transparent; }
  .site-nav__list-item--sectionless .site-nav__list-item,
  .site-nav__list-item--sectionless .site-nav__list-item * {
    font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px; }
  .site-nav__list-item--utility {
    background-color: #000; }
    .site-nav__list-item--utility:first-child {
      margin-top: 15px; }
    .site-nav__list-item--utility:last-child {
      /* margin-bottom: 25px; */ }
  .site-nav__list-item--feature {
    /* Override */
    background-color: #6c6a6a; }
    .site-nav__list-item--feature,
    .site-nav__list-item--feature > span,
    .site-nav__list-item--feature > a,
    .site-nav__list-item--feature > a > span {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 15px;
      font-weight: 400;
      line-height: 1.4; }
    .site-nav__list--level-2 .site-nav__list-item--feature a {
      padding-left: 67px;
      margin-top: 8px;
      margin-bottom: 4px; }

/**
 *  site-nav__title.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

.icon-copyright:before {
  content: "\e901"; }

.icon-document-outline:before {
  content: "\e902"; }

.icon-email:before {
  content: "\e903"; }

.icon-facebook:before {
  content: "\e904"; }

.icon-hamburger:before {
  content: "\e905"; }

.icon-home-lg:before {
  content: "\e906"; }

.icon-home-sm:before {
  content: "\e907"; }

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.site-nav {
  height: 50px; }
  .site-nav__title {
    position: relative;
    min-height: 30px;
    transition: background-color 0.2s;
    z-index: 3; }
    .site-nav__title--feature-container {
      background-color: #404040; }
    .site-nav__title--level-1 {
      min-height: 78px; }
    .site-nav__title--level-2 {
      font-family: "Playfair Display", serif;
      font-size: 1.5rem;
      line-height: 1.3;
      min-height: 78px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.7), 0 -3px 6px rgba(0, 0, 0, 0.7); }
      .site-nav__title--level-2 a {
        position: absolute;
        top: 0;
        left: 0;
        padding: 25px 0 2px 37px;
        width: 320px;
        height: 78px;
        display: table-cell;
        vertical-align: middle; }
        .site-nav__title--level-2 a:hover {
          text-decoration: underline; }
    .site-nav__title--level-3 {
      /* padding-top: ($grid-gutter-width/8);
      padding-bottom: ($grid-gutter-width/8); */
      font-family: "Playfair Display", serif;
      font-size: 1.3rem;
      line-height: 1.33; }
      .site-nav__list--level-2 .site-nav__title--level-3 a {
        padding-left: 37px; }
      .site-nav__title--level-3 a:hover {
        text-decoration: underline; }
    .site-nav__title--label-only {
      margin-top: 30px;
      margin-bottom: -5px;
      display: block;
      padding-left: 37px;
      transition: background-color 0.2s;
      color: #6d6d6d;
      font-size: 15px; }
    .site-nav__title.selected {
      background-color: #e1b92e;
      z-index: 4; }
      .site-nav__title.selected,
      .site-nav__title.selected a {
        color: #000; }
    .site-nav__title.custom-expanded {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.7); }

/**
 *  site-nav__title-link.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

.icon-copyright:before {
  content: "\e901"; }

.icon-document-outline:before {
  content: "\e902"; }

.icon-email:before {
  content: "\e903"; }

.icon-facebook:before {
  content: "\e904"; }

.icon-hamburger:before {
  content: "\e905"; }

.icon-home-lg:before {
  content: "\e906"; }

.icon-home-sm:before {
  content: "\e907"; }

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.site-nav__title-link--video-set {
  display: block;
  background-color: #6c6a6a;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .site-nav__list-wrap--level-2 .site-nav__title-link--video-set {
    padding: 8px 0 8px 67px;
    margin: 0;
    width: 100%; }
  .site-nav__list-item--level-4.selected .site-nav__title-link--video-set {
    background-color: #e1b92e; }
  .site-nav__title-link--video-set:after {
    content: "\e90e";
    display: block;
    font-family: icomoon;
    font-size: 30px;
    position: absolute;
    top: -1px;
    left: 31px; }

/**
 *  color.scss
 *
 *
 */
/**
 *  global.scss
 *
 *
 */
/**
 *  icons.scss
 *
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icomoon/icomoon.eot?2019.04.09.001");
  src: url("fonts/Icomoon/icomoon.eot?2019.04.09.001#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.ttf?2019.04.09.001") format("truetype"), url("../fonts/Icomoon/icomoon.woff?2019.04.09.001") format("woff"), url("../fonts/Icomoon/icomoon.svg?2019.04.09.001#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle:before {
  content: "\e91f"; }

.icon-start-over:before {
  content: "\e91e"; }

.icon-i:before {
  content: "\e91d"; }

.icon-external-link-sm:before {
  content: "\e91c"; }

.icon-instagram:before {
  content: "\e91b"; }

.icon-document-fill:before {
  content: "\e91a"; }

.icon-book-fill:before {
  content: "\e919"; }

.icon-questionnaire-outline:before {
  content: "\e915"; }

.icon-questionnaire-fill:before {
  content: "\e916"; }

.icon-comparison-outline:before {
  content: "\e917"; }

.icon-comparison-fill:before {
  content: "\e918"; }

.icon-caret-sm:before {
  content: "\e913"; }

.icon-caret-lg:before {
  content: "\e914"; }

.icon-timemap-outline:before {
  content: "\e912"; }

.icon-book-outline:before {
  content: "\e900"; }

.icon-copyright:before {
  content: "\e901"; }

.icon-document-outline:before {
  content: "\e902"; }

.icon-email:before {
  content: "\e903"; }

.icon-facebook:before {
  content: "\e904"; }

.icon-hamburger:before {
  content: "\e905"; }

.icon-home-lg:before {
  content: "\e906"; }

.icon-home-sm:before {
  content: "\e907"; }

.icon-linkedin:before {
  content: "\e908"; }

.icon-share-sm:before {
  content: "\e909"; }

.icon-timemap:before {
  content: "\e90a"; }

.icon-truncate:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-video-fill:before {
  content: "\e90d"; }

.icon-video-outline:before {
  content: "\e90e"; }

.icon-x-lg:before {
  content: "\e90f"; }

.icon-x-sm:before {
  content: "\e910"; }

.icon-youtube:before {
  content: "\e911"; }

/**
 *  mixins.scss
 *
 *
 */
/**
 *  mixins-type.scss
 *
 *
 */
/**
 *  mixins.scss
 *
 *
 */
/**
 *  z-index.scss
 *
 *
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.color__rectangle {
  width: 255px;
  height: 90px; }
  .color__rectangle-half {
    width: 128px;
    height: 88px; }

.color__red {
  background-color: #d2694d; }

.color__stone-green {
  background-color: #445e64; }

.color__yellow {
  background-color: #e1b92e; }

.color__black {
  background-color: #000; }

.color__white {
  background-color: #fff; }
  .color__white-border {
    border: 1px solid #000; }

.color__brick {
  background-color: #ae5d47; }

.color__putty-green {
  background-color: #304348; }

.color__cream {
  background-color: #f5f2ed; }

.color__warm-grey {
  background-color: #2f3136; }

.color__cool-grey {
  background-color: #3d3d3d; }

.color__dark-grey {
  background-color: #1e1f22; }

/* @TODO Redo this */
