﻿@charset "UTF-8";
/*!
 * Bootstrap Grid v4.0.0 (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)
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans&display=swap");
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

/*@import "reboot";*/
.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: 768px) {
    .container {
      max-width: 720px; } }
  @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%;
  min-height: 1px;
  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: none; }

.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: none; }
  .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: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .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: none; }
  .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: none; }
  .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%; } }

.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: 768px) {
  .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; } }

.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; }

.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; }
  .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: 768px) {
  .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; }
  .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; }
  .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; }
  .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; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("scss/vendors/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("scss/vendors/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("scss/vendors/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("scss/vendors/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("scss/vendors/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("scss/vendors/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

html, body {
  font-family: "Noto Sans", Arial, sans-serif;
  color: #222;
  font-size: 1em;
  line-height: 1.5; }

body {
  margin: 0;
  padding: 0;
  background: #eeeff0; }

.container {
  background: #fff; }
  .container--no-background {
    background: none; }

@media (min-width: 576px) {
  .container {
    max-width: 768px; } }

@media (min-width: 768px) {
  .container {
    max-width: 992px; } }

@media (min-width: 992px) {
  .container {
    max-width: 1280px; } }

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: 600; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.3em; }

h4 {
  font-size: 1em; }

a {
  color: #005961; }
  a:hover, a:active, a:focus {
    color: #222; }
  a:focus-within {
    color: #222; }

.summary {
  font-size: 1.2em;
  font-weight: 600; }

.content {
  font-size: 1.1em;
  line-height: 1.5; }

.content p, .content ul, .content ol {
  max-width: 65ch;
  word-wrap: break-word; }

.pointer {
  cursor: pointer; }

table {
  background: #fff;
  width: 100%; }
  table th, table td {
    padding: 0.5em;
    height: auto !important;
    max-width: 1em;
    overflow: auto;
    text-align: left; }
  table thead {
    background: #005961;
    color: #fff;
    font-weight: 600; }
    @media (max-width: 991.98px) {
      table thead {
        font-size: 0.8em; } }
  table tbody tr:nth-of-type(odd) {
    background: #eeeff0; }
  table tbody td {
    font-size: 0.8em; }

.teal-button {
  font-family: "Noto Sans", Arial, sans-serif;
  color: #222;
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  position: relative;
  padding: 1em 1.5em;
  margin: 1em 0;
  background-color: #005961;
  color: #fff;
  text-align: center;
  border: 3px solid #005961;
  border-radius: 0.8em; }
  .teal-button:hover, .teal-button:active, .teal-button:focus {
    cursor: pointer;
    background-color: #eeeff0;
    color: #005961;
    text-decoration: none; }
  .teal-button:focus-within {
    cursor: pointer;
    background-color: #eeeff0;
    color: #005961;
    text-decoration: none; }
  .teal-button__link {
    color: #fff;
    font-weight: 600;
    text-decoration: none; }

.skip {
  left: -9000px;
  position: absolute; }
  .skip:hover, .skip:active, .skip:focus {
    left: 0; }
  .skip:focus-within {
    left: 0; }
  .skip__link {
    color: #222; }

.header-nav {
  background: #005961;
  position: relative;
  align-items: center;
  padding: 0.5em;
  margin: 0.5em 0; }
  @media (max-width: 991.98px) {
    .header-nav {
      margin: 0; } }
  .header-nav__logo-link {
    padding: 0;
    text-align: center; }
  .header-nav__logo-image {
    max-width: 100%;
    padding: 0 1.5em 0 0.5em;
    height: 3em; }
  .header-nav__items {
    display: flex; }
    @media only screen and (max-width: 300px) {
      .header-nav__items {
        flex-direction: column; } }
  .header-nav__item {
    width: 100%; }
    @media (min-width: 992px) {
      .header-nav__item {
        border-left: 1px solid white; } }
  .header-nav__search-input {
    font-family: "Noto Sans", Arial, sans-serif;
    color: #222;
    font-size: 1em;
    line-height: 1.5;
    border: none;
    width: 100%;
    height: 3.1em;
    text-align: center; }
  .header-nav__link, .header-nav__search-button, .header-nav__hamburger-button {
    display: block;
    padding: 0 1em;
    line-height: 3.125rem;
    white-space: nowrap;
    text-decoration: none;
    color: #fff; }
    .header-nav__link:hover, .header-nav__link:active, .header-nav__link:focus, .header-nav__search-button:hover, .header-nav__search-button:active, .header-nav__search-button:focus, .header-nav__hamburger-button:hover, .header-nav__hamburger-button:active, .header-nav__hamburger-button:focus {
      cursor: pointer;
      background-color: #eeeff0;
      color: #005961;
      text-decoration: none;
      outline: none;
      font-weight: 700; }
    .header-nav__link:focus-within, .header-nav__search-button:focus-within, .header-nav__hamburger-button:focus-within {
      cursor: pointer;
      background-color: #eeeff0;
      color: #005961;
      text-decoration: none;
      outline: none;
      font-weight: 700; }
  .header-nav__link {
    text-align: center; }
    .header-nav__link--caret {
      padding-left: 0.5em; }
  .header-nav__search-button, .header-nav__hamburger-button {
    border: none;
    background-color: transparent; }
  .header-nav__search-button {
    font-size: 1.1em;
    display: inline-block;
    width: 100%; }
  .header-nav__hamburger-button {
    font-size: 1.5em;
    width: 100%; }

.autocomplete {
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  overflow: auto;
  border-radius: 0.8em; }
  .autocomplete .strong {
    font-weight: 400;
    color: #005961; }
  .autocomplete__suggestion {
    padding: 0.625rem;
    overflow: hidden;
    border-bottom: 1px solid #eeeff0; }
  .autocomplete__selected {
    background: #d3d3d3;
    color: #005961; }
    .autocomplete__selected:hover, .autocomplete__selected:active, .autocomplete__selected:focus {
      cursor: pointer; }
    .autocomplete__selected:focus-within {
      cursor: pointer; }

.breadcrumb {
  padding: 1.25em 0;
  width: 100%; }
  .breadcrumb__home {
    text-decoration: none; }
  .breadcrumb__home-icon {
    color: #fa5;
    font-size: 2em; }
  .breadcrumb__item {
    color: #005961;
    text-decoration: none; }
    .breadcrumb__item:hover, .breadcrumb__item:active, .breadcrumb__item:focus {
      color: #222; }
    .breadcrumb__item:focus-within {
      color: #222; }
    .breadcrumb__item:hover, .breadcrumb__item:active, .breadcrumb__item:focus {
      text-decoration: underline; }
    .breadcrumb__item:focus-within {
      text-decoration: underline; }
    .breadcrumb__item:before {
      display: inline-block;
      margin: 0 1em;
      transform: rotate(15deg);
      border-left: 1px solid #222;
      height: 1em;
      content: ''; }
    .breadcrumb__item--current {
      color: #222; }
      .breadcrumb__item--current:hover, .breadcrumb__item--current:active, .breadcrumb__item--current:focus {
        text-decoration: none; }
      .breadcrumb__item--current:focus-within {
        text-decoration: none; }
  .breadcrumb__divider {
    width: 100%;
    margin-top: 1em;
    border-bottom: 1px solid #222; }

.jump-nav {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  padding: 0.5em 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  border: #d3d3d3 1px solid; }
  @media (max-width: 767.98px) {
    .jump-nav {
      display: none !important; } }
  .jump-nav__list {
    margin: 0;
    padding: 0 0.5em;
    display: flex; }
  .jump-nav__item {
    display: block;
    padding: 0.5em 1em;
    margin: 0 1em;
    text-align: center;
    border-radius: 2em;
    color: #222; }
    @media (max-width: 767.98px) {
      .jump-nav__item {
        width: 100%; } }
    .jump-nav__item--active {
      background: #005961;
      color: #fff;
      font-weight: 700;
      text-decoration: none; }
      .jump-nav__item--active:hover, .jump-nav__item--active:active, .jump-nav__item--active:focus {
        color: #fff; }
      .jump-nav__item--active:focus-within {
        color: #fff; }
    @media (max-width: 767.98px) {
      .jump-nav__item--mobile-hide {
        display: none; } }

.side-nav--grey-panel {
  padding: 1.25em;
  margin-bottom: 1.25em;
  background-color: #eeeff0; }

.side-nav--rounded-corners {
  -moz-border-radius: 1.2em;
  -webkit-border-radius: 1.2em;
  -ms-border-radius: 1.2em;
  border-radius: 1.2em; }

.side-nav__teal-button {
  margin-top: 0;
  font-weight: 600; }
  @media (min-width: 768px) {
    .side-nav__teal-button {
      display: none; } }

.side-nav__header-title {
  font-size: 1.125em;
  font-weight: 600;
  display: inline;
  padding: 0 0 .625em 0; }

.side-nav__divider {
  border-bottom: 1px solid #fff; }

.side-nav__chevron {
  color: #fa5; }

.side-nav__list {
  padding: 0;
  list-style: disc; }
  .side-nav__list--current-section {
    padding: 0 1.5em; }
  .side-nav__list--no-margin {
    margin: 0; }

.side-nav__parent {
  list-style: none;
  padding: 0;
  padding: 0.5em 0; }

.side-nav__current-section {
  background-color: #d3d3d3;
  list-style: none;
  padding: 0;
  padding: 0.5em; }
  .side-nav__current-section-title {
    font-weight: 600; }

.side-nav__sibling {
  margin: 0.5em 1em; }

.side-nav__child {
  padding: 0.5em 0; }

.side-nav__link {
  font-family: "Noto Sans", Arial, sans-serif;
  color: #222;
  font-size: 1em;
  line-height: 1.5;
  text-decoration: none; }
  .side-nav__link:hover, .side-nav__link:active, .side-nav__link:focus {
    text-decoration: underline; }
  .side-nav__link:focus-within {
    text-decoration: underline; }

.side-nav__share-item {
  display: inline-block;
  margin: 0 0.3em;
  padding-top: 0.75em; }
  .side-nav__share-item:hover, .side-nav__share-item:active, .side-nav__share-item:focus {
    transform: translateY(-3px); }
  .side-nav__share-item:focus-within {
    transform: translateY(-3px); }

.side-nav__icon {
  display: inline-block;
  width: 2.7em;
  height: 2.7em;
  stroke-width: 0;
  border-radius: 50%;
  padding: 0.4em;
  fill: #fff; }
  .side-nav__icon--twitter {
    background: #1DA1F2; }
  .side-nav__icon--facebook {
    background: #3B579D; }
  .side-nav__icon--whatsapp {
    background: #1AD13F; }
  .side-nav__icon--email {
    background: #4d4d4d; }

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  cursor: pointer;
  transition: fade 0.2s; }
  .overlay--on {
    display: block; }

.off-canvas-nav {
  overflow-x: hidden;
  /* Disable horizontal scroll */
  visibility: hidden;
  transition: 0.5s;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  padding-left: 1em;
  background-color: #005961; }
  @media (max-width: 767.98px) {
    .off-canvas-nav {
      padding-top: 15px; } }
  .off-canvas-nav--open {
    width: 17em;
    visibility: visible; }
  .off-canvas-nav__button {
    border: none;
    background-color: transparent;
    font-size: 1.1em;
    line-height: 0.5em;
    padding: 1em;
    float: right; }
  .off-canvas-nav__list {
    margin: 0;
    padding: 0;
    width: 12.5em; }
  .off-canvas-nav__item {
    height: 3.12em;
    vertical-align: middle;
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0; }
  .off-canvas-nav__link {
    line-height: 3em;
    padding-left: 1em;
    text-decoration: none;
    display: block; }
  .off-canvas-nav__link, .off-canvas-nav__button {
    color: #fff; }
    .off-canvas-nav__link:hover, .off-canvas-nav__link:active, .off-canvas-nav__link:focus, .off-canvas-nav__button:hover, .off-canvas-nav__button:active, .off-canvas-nav__button:focus {
      cursor: pointer;
      background-color: #eeeff0;
      color: #005961;
      text-decoration: none; }
    .off-canvas-nav__link:focus-within, .off-canvas-nav__button:focus-within {
      cursor: pointer;
      background-color: #eeeff0;
      color: #005961;
      text-decoration: none; }
  .off-canvas-nav__divider {
    border-bottom: 1px solid #fff;
    margin-left: 0.5em;
    list-style: none;
    padding: 0; }

.footer {
  padding-top: 1em; }
  .footer__border-top {
    border-top: 0.3em solid #005961;
    width: 100%; }
  .footer__items-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around; }
    .footer__items-container--grey-bg {
      background: #eeeff0; }
  .footer__social-item {
    padding: 1em;
    width: auto; }
    @media (max-width: 767.98px) {
      .footer__social-item {
        padding: 0.5em; } }
  .footer__social-icon {
    height: 3.125em;
    width: 3.125em; }
    .footer__social-icon--big {
      width: 13em; }
    .footer__social-icon--facebook {
      background: #3b579d;
      border-radius: 50%;
      fill: #fff;
      padding: 0 0.4em 0 0.3em; }
  .footer__found-a-problem {
    background: #005961;
    padding: 1em 0;
    text-align: center; }
    .footer__found-a-problem-link {
      color: #fff;
      margin: 0;
      text-decoration: none; }
      .footer__found-a-problem-link:hover, .footer__found-a-problem-link:active, .footer__found-a-problem-link:focus {
        text-decoration: underline; }
      .footer__found-a-problem-link:focus-within {
        text-decoration: underline; }
      .footer__found-a-problem-link:hover, .footer__found-a-problem-link:active, .footer__found-a-problem-link:focus {
        color: #fff; }
      .footer__found-a-problem-link:focus-within {
        color: #fff; }
  .footer__bottom-links-item {
    padding: 1em;
    width: auto;
    text-align: center; }
    @media (max-width: 767.98px) {
      .footer__bottom-links-item {
        width: 100%; } }
  .footer__bottom-links-link {
    color: #222;
    text-decoration: none; }
    .footer__bottom-links-link:hover, .footer__bottom-links-link:active, .footer__bottom-links-link:focus {
      text-decoration: underline; }
    .footer__bottom-links-link:focus-within {
      text-decoration: underline; }

.atoz__panel {
  display: table; }
  .atoz__panel--grey-panel {
    padding: 1.25em;
    margin-bottom: 1.25em;
    background-color: #eeeff0; }
  .atoz__panel--rounded-corners {
    -moz-border-radius: 1.2em;
    -webkit-border-radius: 1.2em;
    -ms-border-radius: 1.2em;
    border-radius: 1.2em; }
  .atoz__panel--hidden {
    display: none; }

.atoz__letters {
  max-width: 100% !important;
  list-style: none;
  margin: 0;
  padding: 0; }

.atoz__letter {
  float: left;
  padding: 0.5em; }
  @media (max-width: 767.98px) {
    .atoz__letter {
      padding: 0.4em; } }
  @media (max-width: 575.98px) {
    .atoz__letter {
      padding: 0.3em; } }

.atoz__letter-link {
  display: table;
  height: auto;
  padding: 1.25em;
  width: 4em;
  text-decoration: none;
  text-align: center;
  color: #222;
  background-color: #fa5; }
  .atoz__letter-link--rounded-corners {
    -moz-border-radius: 1.2em;
    -webkit-border-radius: 1.2em;
    -ms-border-radius: 1.2em;
    border-radius: 1.2em; }
  .atoz__letter-link:hover, .atoz__letter-link:active, .atoz__letter-link:focus {
    color: #fff;
    background: #005961; }
  .atoz__letter-link:focus-within {
    color: #fff;
    background: #005961; }
  .atoz__letter-link--current {
    color: #fff;
    background: #005961; }

.atoz__results {
  max-width: 100% !important;
  columns: 3;
  display: inline-block;
  list-style: none;
  padding: 0; }
  @media (max-width: 991.98px) {
    .atoz__results {
      columns: 2; } }
  @media (max-width: 575.98px) {
    .atoz__results {
      columns: 1; } }

.atoz__results-link {
  display: inline-block;
  padding: 1em;
  color: #005961; }
  .atoz__results-link:hover, .atoz__results-link:active, .atoz__results-link:focus {
    color: #222; }
  .atoz__results-link:focus-within {
    color: #222; }
  @media (max-width: 991.98px) {
    .atoz__results-link {
      padding: 1.2em;
      width: 100%; } }

.search-results {
  padding: 1em 0;
  line-height: 1.5em;
  max-width: 65ch; }
  .search-results__bold-text {
    font-weight: 600; }
  .search-results__input {
    font-family: "Noto Sans", Arial, sans-serif;
    color: #222;
    font-size: 1em;
    line-height: 1.5;
    padding: 0 0.8em 0 0.9em;
    height: 2.1em;
    width: 100%;
    border: 1px solid #005961;
    border-radius: 0.8em 0 0 0.8em; }
  .search-results__button {
    font-family: "Noto Sans", Arial, sans-serif;
    color: #222;
    font-size: 1em;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    background-color: #005961;
    width: 100%;
    height: 2.125em;
    border-radius: 0 0.8em 0.8em 0; }
  .search-results__icon {
    text-align: center;
    font-size: 1em;
    color: #fff; }
  .search-results__title {
    color: #005961;
    font-size: 1.2em;
    font-weight: 600; }
    .search-results__title:hover, .search-results__title:active, .search-results__title:focus {
      color: #222; }
    .search-results__title:focus-within {
      color: #222; }
  .search-results__url {
    color: #005961; }
  .search-results__pagination-list {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    max-width: 100% !important; }
  .search-results__pagination-item {
    display: inline-block;
    width: 10%;
    text-align: center; }
    .search-results__pagination-item--next, .search-results__pagination-item--prev {
      color: #fa5;
      font-size: 2em; }
      .search-results__pagination-item--next:hover, .search-results__pagination-item--next:active, .search-results__pagination-item--next:focus, .search-results__pagination-item--prev:hover, .search-results__pagination-item--prev:active, .search-results__pagination-item--prev:focus {
        cursor: pointer;
        color: #005961;
        text-decoration: underline; }
      .search-results__pagination-item--next:focus-within, .search-results__pagination-item--prev:focus-within {
        cursor: pointer;
        color: #005961;
        text-decoration: underline; }
  .search-results__pagination-link {
    color: #005961;
    font-size: 1.2em;
    vertical-align: middle; }
    .search-results__pagination-link:hover, .search-results__pagination-link:active, .search-results__pagination-link:focus {
      color: #222; }
    .search-results__pagination-link:focus-within {
      color: #222; }
    .search-results__pagination-link--active {
      color: #222;
      font-weight: 600; }

.alert {
  background-color: #d1e172;
  padding: 0.625em 1.25em;
  margin: 1em 0; }
  .alert--warning {
    background-color: #fed565; }
  .alert--emergency {
    background-color: #960000;
    padding: 1em; }
  .alert__title {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 1.1em; }
    .alert__title--emergency {
      color: #fff;
      font-size: 2em;
      padding-bottom: 0.5em; }
  .alert__button {
    display: inline-block;
    padding: 1em;
    background: #fff;
    color: #222;
    font-weight: 700; }
    .alert__button:hover, .alert__button:active, .alert__button:focus {
      text-decoration: underline;
      color: #005961; }
    .alert__button:focus-within {
      text-decoration: underline;
      color: #005961; }
  .alert__text {
    margin: 0;
    padding: 0; }
    .alert__text--emergency {
      color: #fff; }
  .alert__link {
    color: #005961;
    font-weight: 700; }
    .alert__link:hover, .alert__link:active, .alert__link:focus {
      color: #222; }
    .alert__link:focus-within {
      color: #222; }
  .alert__close {
    color: #222;
    text-decoration: none;
    float: right; }
    .alert__close:hover, .alert__close:active, .alert__close:focus {
      color: #4d4d4d; }
    .alert__close:focus-within {
      color: #4d4d4d; }

.cookie-banner__link {
  font-family: "Noto Sans", Arial, sans-serif;
  color: #222;
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: #005961;
  text-decoration: underline; }
  .cookie-banner__link:hover, .cookie-banner__link:active, .cookie-banner__link:focus {
    color: #222; }
  .cookie-banner__link:focus-within {
    color: #222; }

.cookie-banner__button {
  font-family: "Noto Sans", Arial, sans-serif;
  color: #222;
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  margin-top: 1em;
  padding: 1em;
  background: #fff;
  font-weight: 700; }
  .cookie-banner__button:hover, .cookie-banner__button:active, .cookie-banner__button:focus {
    text-decoration: underline; }
  .cookie-banner__button:focus-within {
    text-decoration: underline; }

.attachments {
  list-style: none;
  padding: 0; }
  .attachments__item {
    padding: 0.5em 0; }
  .attachments__link {
    color: #005961;
    text-decoration: none;
    text-align: center; }
    .attachments__link:hover, .attachments__link:active, .attachments__link:focus {
      color: #222; }
    .attachments__link:focus-within {
      color: #222; }
    .attachments__link:hover, .attachments__link:active, .attachments__link:focus {
      text-decoration: underline; }
    .attachments__link:focus-within {
      text-decoration: underline; }
  .attachments__icon {
    color: #fa5;
    font-size: 3em; }
  .attachments__text {
    font-weight: 600;
    text-align: left; }

.banner {
  overflow: hidden;
  padding: 1em 0; }
  .banner__image {
    max-width: 100%; }
    @media (min-width: 768px) {
      .banner__image {
        height: 400px;
        object-fit: cover; } }
  .banner__caption {
    position: absolute;
    top: 0;
    right: 1em;
    padding: 1em; }
    @media (min-width: 992px) {
      .banner__caption {
        width: 50%; } }
    @media (max-width: 991.98px) {
      .banner__caption {
        position: relative;
        top: 0;
        right: 0;
        padding: 0; } }
  .banner__header {
    padding: 0.5em;
    margin: 0.5em 0;
    font-size: 1.5em;
    font-weight: 700;
    float: right; }
    @media (max-width: 991.98px) {
      .banner__header {
        padding: 0;
        float: left; } }
  .banner__text {
    padding: 0.5em;
    font-size: 1.3em;
    float: right;
    width: 75%; }
    @media (max-width: 991.98px) {
      .banner__text {
        padding: 0;
        margin: 0;
        float: left;
        width: 100%; } }
  .banner__button {
    position: absolute;
    bottom: 1em;
    right: 1.5em;
    padding: 1em;
    font-size: 1.2em;
    font-weight: 700;
    border-radius: 0.8em;
    text-decoration: none; }
    .banner__button:hover, .banner__button:active, .banner__button:focus {
      text-decoration: underline; }
    .banner__button:focus-within {
      text-decoration: underline; }
    .banner__button--shadow {
      border: 2px solid #fff;
      box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2); }
    @media (max-width: 991.98px) {
      .banner__button {
        float: left;
        position: inherit; } }
  .banner__header--black, .banner__text--black, .banner__button--black {
    background: #000;
    color: #fff; }
    .banner__header--black:hover, .banner__header--black:active, .banner__header--black:focus, .banner__text--black:hover, .banner__text--black:active, .banner__text--black:focus, .banner__button--black:hover, .banner__button--black:active, .banner__button--black:focus {
      color: #fff; }
    .banner__header--black:focus-within, .banner__text--black:focus-within, .banner__button--black:focus-within {
      color: #fff; }
  .banner__header--white, .banner__text--white, .banner__button--white {
    background: #fff;
    color: #000; }
    .banner__header--white:hover, .banner__header--white:active, .banner__header--white:focus, .banner__text--white:hover, .banner__text--white:active, .banner__text--white:focus, .banner__button--white:hover, .banner__button--white:active, .banner__button--white:focus {
      color: #000; }
    .banner__header--white:focus-within, .banner__text--white:focus-within, .banner__button--white:focus-within {
      color: #000; }
  .banner__header--blue, .banner__text--blue, .banner__button--blue {
    background: #8ce4f7;
    color: #000; }
    .banner__header--blue:hover, .banner__header--blue:active, .banner__header--blue:focus, .banner__text--blue:hover, .banner__text--blue:active, .banner__text--blue:focus, .banner__button--blue:hover, .banner__button--blue:active, .banner__button--blue:focus {
      color: #000; }
    .banner__header--blue:focus-within, .banner__text--blue:focus-within, .banner__button--blue:focus-within {
      color: #000; }
  .banner__header--orange, .banner__text--orange, .banner__button--orange {
    background: #fa5;
    color: #000; }
    .banner__header--orange:hover, .banner__header--orange:active, .banner__header--orange:focus, .banner__text--orange:hover, .banner__text--orange:active, .banner__text--orange:focus, .banner__button--orange:hover, .banner__button--orange:active, .banner__button--orange:focus {
      color: #000; }
    .banner__header--orange:focus-within, .banner__text--orange:focus-within, .banner__button--orange:focus-within {
      color: #000; }
  .banner__header--dark-orange, .banner__text--dark-orange, .banner__button--dark-orange {
    background: #FF8411;
    color: #000; }
    .banner__header--dark-orange:hover, .banner__header--dark-orange:active, .banner__header--dark-orange:focus, .banner__text--dark-orange:hover, .banner__text--dark-orange:active, .banner__text--dark-orange:focus, .banner__button--dark-orange:hover, .banner__button--dark-orange:active, .banner__button--dark-orange:focus {
      color: #000; }
    .banner__header--dark-orange:focus-within, .banner__text--dark-orange:focus-within, .banner__button--dark-orange:focus-within {
      color: #000; }
  .banner__header--lime, .banner__text--lime, .banner__button--lime {
    background: #9FBC1B;
    color: #000; }
    .banner__header--lime:hover, .banner__header--lime:active, .banner__header--lime:focus, .banner__text--lime:hover, .banner__text--lime:active, .banner__text--lime:focus, .banner__button--lime:hover, .banner__button--lime:active, .banner__button--lime:focus {
      color: #000; }
    .banner__header--lime:focus-within, .banner__text--lime:focus-within, .banner__button--lime:focus-within {
      color: #000; }
  .banner__header--teal, .banner__text--teal, .banner__button--teal {
    background: #005961;
    color: #fff; }
    .banner__header--teal:hover, .banner__header--teal:active, .banner__header--teal:focus, .banner__text--teal:hover, .banner__text--teal:active, .banner__text--teal:focus, .banner__button--teal:hover, .banner__button--teal:active, .banner__button--teal:focus {
      color: #fff; }
    .banner__header--teal:focus-within, .banner__text--teal:focus-within, .banner__button--teal:focus-within {
      color: #fff; }
  @media (max-width: 991.98px) {
    .banner__header, .banner__text {
      background: #fff;
      color: #000; } }
  .banner__pagination {
    text-align: center; }
  .banner__dot {
    font-size: 2em;
    color: #d4e5e6;
    padding: 0.5em;
    text-decoration: none; }
    .banner__dot--active {
      color: #fa5; }

.bulletpoint {
  padding: 0.5em 0;
  max-width: 65ch; }
  .bulletpoint__link {
    color: #005961;
    text-decoration: none; }
    .bulletpoint__link:hover, .bulletpoint__link:active, .bulletpoint__link:focus {
      color: #222; }
    .bulletpoint__link:focus-within {
      color: #222; }
    .bulletpoint__link:hover, .bulletpoint__link:active, .bulletpoint__link:focus {
      text-decoration: underline; }
    .bulletpoint__link:focus-within {
      text-decoration: underline; }
  .bulletpoint__icon-align {
    text-align: center; }
  .bulletpoint__icon {
    color: #fa5;
    font-size: 3em; }
  .bulletpoint__text {
    font-weight: 600;
    text-align: left; }

.featured-image {
  width: 100%;
  height: 100%;
  max-height: 16.45em;
  object-fit: cover; }
  .featured-image__container {
    width: 100%;
    height: 16.45em; }
  .featured-image--background {
    background-size: cover;
    background-position: center center; }

.gallery {
  padding: 1em 0; }
  .gallery--carousel {
    overflow: hidden;
    padding: 0.5em; }
  .gallery-item {
    padding: 0.5em; }
    .gallery-item__image {
      padding: 1em;
      border: 1px #d3d3d3 solid;
      display: block;
      width: 100%;
      max-width: 13.75em;
      max-height: 13.7em; }
      .gallery-item__image--rounded-corners {
        -moz-border-radius: 1.2em;
        -webkit-border-radius: 1.2em;
        -ms-border-radius: 1.2em;
        border-radius: 1.2em; }
      .gallery-item__image-link {
        display: block;
        transition: 0.2s ease-out 0.01s;
        width: 100%;
        max-height: 13.75em;
        max-width: 13.75em; }
        .gallery-item__image-link--rounded-corners {
          -moz-border-radius: 1.2em;
          -webkit-border-radius: 1.2em;
          -ms-border-radius: 1.2em;
          border-radius: 1.2em; }
        .gallery-item__image-link:hover, .gallery-item__image-link:active, .gallery-item__image-link:focus {
          box-shadow: 0 0 0.375em 0.0625em rgba(0, 0, 0, 0.8); }
        .gallery-item__image-link:focus-within {
          box-shadow: 0 0 0.375em 0.0625em rgba(0, 0, 0, 0.8); }
    .gallery-item__text-block {
      padding: 0.5em 0 0.5em 0; }
    .gallery-item__title-link {
      font-size: 1.4em;
      color: #222; }
      .gallery-item__title-link:hover, .gallery-item__title-link:active, .gallery-item__title-link:focus {
        color: #005961; }
      .gallery-item__title-link:focus-within {
        color: #005961; }
    .gallery-item__summary {
      line-height: 1.5; }
  .gallery__button {
    border-radius: 0.8em;
    display: block;
    width: 75%;
    position: relative;
    padding: 1em 1.5em;
    margin-bottom: 1em;
    background-color: #fa5;
    color: #222;
    text-align: center;
    text-decoration: none; }
    .gallery__button--shadow {
      border: 2px solid #fff;
      box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2); }
    @media (max-width: 575.98px) {
      .gallery__button {
        width: 100%; } }
    .gallery__button:hover, .gallery__button:active, .gallery__button:focus {
      background-color: #ff9124; }
    .gallery__button:focus-within {
      background-color: #ff9124; }

.lightbox {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 100%;
  padding: 0 1em;
  transform: translate(-50%, -50%); }
  @media (min-width: 768px) {
    .lightbox {
      top: 12em; } }
  .lightbox-container {
    display: none;
    height: 100%;
    width: 100%;
    z-index: 2; }
  .lightbox__overlay {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    cursor: pointer; }
  .lightbox__close {
    color: #fff;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 2em;
    padding: 0.5em;
    cursor: pointer;
    text-decoration: none;
    z-index: 1; }
    .lightbox__close:hover, .lightbox__close:active, .lightbox__close:focus {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.8);
      text-decoration: none; }
    .lightbox__close:focus-within {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.8);
      text-decoration: none; }
  .lightbox__content {
    position: relative;
    margin: 0;
    padding: 1em 0;
    width: 100%;
    overflow: hidden; }
  .lightbox__image {
    object-fit: cover; }

@media only screen and (max-width: 991.98px) and (orientation: landscape) {
  .lightbox__image {
    max-height: 15.5em; } }
  .lightbox__caption {
    color: #fff;
    display: inline-block; }
  .lightbox__numbers {
    color: #fff;
    font-size: 0.75em;
    float: right; }
  .lightbox__prev, .lightbox__next {
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 0.5em;
    margin-top: -1em;
    color: #fff;
    font-size: 2em;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none; }
    .lightbox__prev:hover, .lightbox__prev:active, .lightbox__prev:focus, .lightbox__next:hover, .lightbox__next:active, .lightbox__next:focus {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.8); }
    .lightbox__prev:focus-within, .lightbox__next:focus-within {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.8); }
  .lightbox__next {
    right: 0;
    border-radius: 3px 0 0 3px; }

.carousel__pagination {
  text-align: center; }

.carousel__dot {
  font-size: 2em;
  color: #d4e5e6;
  padding: 0.5em; }
  .carousel__dot:hover, .carousel__dot:active, .carousel__dot:focus {
    cursor: pointer; }
  .carousel__dot:focus-within {
    cursor: pointer; }
  .carousel__dot--active {
    color: #fa5; }

.carousel__arrow {
  font-size: 3em;
  color: #fa5;
  width: 50%; }
  .carousel__arrow--active {
    color: #d4e5e6; }

.carousel__next {
  float: right; }

.iframe-container {
  overflow: hidden;
  padding-top: 100%;
  position: relative; }
  .iframe-container__iframe {
    border: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute; }

.in-page-image {
  display: inline-block; }
  .in-page-image--left {
    float: left;
    margin-right: 2em; }
    @media (min-width: 768px) {
      .in-page-image--left {
        width: 50%; } }
  .in-page-image--right {
    float: right;
    margin-left: 2em; }
    @media (min-width: 768px) {
      .in-page-image--right {
        width: 50%; } }
  .in-page-image--center {
    padding: 0.5em 0;
    width: 100%; }
  @media (max-width: 991.98px) {
    .in-page-image {
      float: none;
      margin: 0; } }
  .in-page-image__image {
    border: 2px solid #005961;
    margin-bottom: 0.5em;
    max-width: 100%;
    height: 100%;
    object-fit: contain; }
    .in-page-image__image--left {
      float: left;
      height: 16.45em; }
    .in-page-image__image--right {
      float: right;
      height: 16.45em; }
    .in-page-image__image--center {
      object-fit: contain;
      margin-bottom: 0;
      width: 100%;
      max-height: 16.45em; }
    @media (max-width: 991.98px) {
      .in-page-image__image {
        float: none; } }
  .in-page-image__icon {
    position: absolute;
    color: #fff;
    display: block;
    padding: 1em;
    font-size: 1.2em;
    mix-blend-mode: difference; }
    .in-page-image__icon--left {
      float: left; }
    .in-page-image__icon--right {
      float: right; }
      @media (min-width: 992px) {
        .in-page-image__icon--right {
          right: 1em; } }
      @media (max-width: 991.98px) {
        .in-page-image__icon--right {
          float: left; } }
  .in-page-image__text {
    border: 1px solid #eeeff0;
    padding: 0.5em;
    margin: 0; }

.map {
  width: 100%;
  height: 22em;
  overflow: hidden;
  position: relative;
  object-fit: cover;
  z-index: 1; }
  .map--summary {
    height: 100%;
    min-height: 16em;
    margin: 0; }
  .map--banner {
    height: 25em; }

.tab__header {
  position: relative;
  display: block;
  margin-top: 0.5em;
  height: 3em;
  border-radius: 1.25em;
  border: 0.0625em solid #d3d3d3;
  transition: display 1s; }
  .tab__header:hover, .tab__header:active, .tab__header:focus {
    outline: none; }
    .tab__header:hover .tab__header-arrow, .tab__header:active .tab__header-arrow, .tab__header:focus .tab__header-arrow {
      background: #0b7f99; }
  .tab__header:focus-within {
    outline: none; }
    .tab__header:focus-within .tab__header-arrow {
      background: #0b7f99; }
  @media (min-width: 992px) {
    .tab__header.is-collapsed {
      height: 15em;
      background-color: transparent;
      float: left; } }
  .tab__header.is-collapsed + .row {
    visibility: hidden;
    height: 0;
    opacity: 0; }
  .tab__header-link {
    text-decoration: none; }
    .tab__header-link:hover, .tab__header-link:active, .tab__header-link:focus {
      text-decoration: underline; }
    .tab__header-link:focus-within {
      text-decoration: underline; }
    .tab__header-link:hover, .tab__header-link:active, .tab__header-link:focus {
      outline: none; }
    .tab__header-link:focus-within {
      outline: none; }
  .tab__header-arrow {
    height: 100%;
    font-size: 1.25em;
    padding: 0.5em 1em;
    float: right;
    background-color: #fa5;
    color: #fff;
    border-radius: 0 1em 1em 0; }
    .tab__header-arrow.is-expanded {
      transform: rotate(180deg);
      border-radius: 1em 0 0 1em; }
    @media (min-width: 992px) {
      .tab__header-arrow.is-collapsed {
        height: 2.3em;
        border-radius: 2em; } }
    .tab__header-arrow-icon {
      transition: 0.3s; }
      .tab__header-arrow-icon.is-collapsed {
        transform: rotate(90deg); }
  .tab__header-text {
    color: #222;
    font-size: 1.4em;
    line-height: 2em;
    font-weight: 400;
    padding-left: 0.5em; }
    @media (min-width: 992px) {
      .tab__header-text.is-collapsed {
        width: 15em;
        animation: rotateDownRight 0.3s both;
        position: absolute; } }

.tab__content {
  opacity: 1;
  width: 100%;
  padding-top: 0.5em;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    .tab__content {
      flex-direction: row; } }
  .tab__content--orange-buttons {
    display: grid;
    grid-template-columns: repeat(1, 1fr); }
    @media (min-width: 576px) {
      .tab__content--orange-buttons {
        grid-template-columns: repeat(3, 1fr); } }
  .tab__content--blue-buttons {
    flex-direction: column; }
  @media (min-width: 768px) {
    .tab__content--force-wrap {
      max-height: 30em; } }
  .tab__content--row {
    flex-direction: row; }
  .tab__content--news, .tab__content--newsletter {
    flex-direction: inherit;
    max-height: 100%; }

.tab__content-header {
  font-size: 1.5em;
  font-weight: 400; }
  .tab__content-header-link {
    color: #222;
    text-decoration: none; }
    .tab__content-header-link:hover, .tab__content-header-link:active, .tab__content-header-link:focus {
      text-decoration: underline; }
    .tab__content-header-link:focus-within {
      text-decoration: underline; }

@keyframes rotateDownRight {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); } }

@-webkit-keyframes rotateDownRight {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }

.latest-news {
  margin: 0.5em 1em;
  padding: 0; }
  .latest-news__item {
    line-height: 1.5em;
    padding: 0.2em; }
  .latest-news__link {
    color: #005961;
    text-decoration: none; }
    .latest-news__link:hover, .latest-news__link:active, .latest-news__link:focus {
      color: #222; }
    .latest-news__link:focus-within {
      color: #222; }
    .latest-news__link:hover, .latest-news__link:active, .latest-news__link:focus {
      text-decoration: underline; }
    .latest-news__link:focus-within {
      text-decoration: underline; }
  .latest-news__your-leicester {
    width: 100%; }

@media (min-width: 992px) {
  #MTS [class*='col-'] {
    transition: all 0.3s ease-in-out; } }

@media (min-width: 576px) {
  .is-expanded + .row .tab__content--orange-buttons {
    grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 768px) {
  .is-expanded + .row .tab__content--orange-buttons {
    grid-template-columns: repeat(4, 1fr); } }

@media (min-width: 992px) {
  .is-expanded + .row .tab__content--orange-buttons {
    grid-template-columns: repeat(5, 1fr); } }

.orange-button {
  position: relative;
  background-color: #fa5;
  min-height: 12em;
  border-radius: 1em;
  flex: 1 1 10.7em;
  margin: 0.5em;
  overflow: hidden; }
  .orange-button--shadow {
    border: 2px solid #fff;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2); }
  @media (max-width: 767.98px) {
    .orange-button {
      min-width: 0; } }
  .orange-button__description {
    width: 100%;
    padding-left: 5%;
    color: #000;
    overflow: hidden;
    border-radius: 0 0 0.8em 0.8em; }
  .orange-button__link {
    color: #222;
    text-decoration: none; }
    .orange-button__link:hover, .orange-button__link:active, .orange-button__link:focus {
      text-decoration: underline; }
    .orange-button__link:focus-within {
      text-decoration: underline; }
    .orange-button__link:hover, .orange-button__link:active, .orange-button__link:focus {
      text-decoration: none;
      outline: none;
      background: #ff9124; }
    .orange-button__link:focus-within {
      text-decoration: none;
      outline: none;
      background: #ff9124; }
  .orange-button__title {
    display: block;
    text-align: center;
    line-height: 1.4em;
    padding: 0.3125em;
    position: relative;
    z-index: 2;
    background-color: #fa5;
    border-radius: 0.8em 0.8em 0 0; }
  .orange-button__image {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 1%;
    opacity: 1;
    transition: top .3s ease-out .3s;
    border-radius: 0.8em; }
  @media (min-width: 576px) {
    .orange-button:hover, .orange-button:active, .orange-button:focus {
      background-color: #ff9124;
      z-index: 20;
      height: auto;
      min-height: 10em; }
      .orange-button:hover .orange-button__image, .orange-button:active .orange-button__image, .orange-button:focus .orange-button__image {
        top: 100%; }
    .orange-button:focus-within {
      background-color: #ff9124;
      z-index: 20;
      height: auto;
      min-height: 10em; }
      .orange-button:focus-within .orange-button__image {
        top: 100%; } }

.blue-button {
  position: relative;
  background-color: #d4e5e6;
  width: 100%;
  min-height: 5em;
  margin: 0.5em 0;
  transition: background-color 300ms ease-out 0.01s;
  border-radius: 0.8em; }
  .blue-button--shadow {
    border: 2px solid #fff;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2); }
  .blue-button:hover, .blue-button:active, .blue-button:focus {
    background-color: #fa5; }
  .blue-button:focus-within {
    background-color: #fa5; }
  .blue-button__link {
    color: #222;
    text-decoration: none; }
    .blue-button__link:hover, .blue-button__link:active, .blue-button__link:focus {
      text-decoration: underline; }
    .blue-button__link:focus-within {
      text-decoration: underline; }
    .blue-button__link:hover, .blue-button__link:active, .blue-button__link:focus {
      outline: none; }
    .blue-button__link:focus-within {
      outline: none; }
  .blue-button__title {
    display: block;
    line-height: 1.4em;
    padding: 0.625em 0.625em 0.625em 33%; }
  .blue-button__image {
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 30%;
    max-width: 9.37em;
    border-radius: 0.8em 0 0 0.8em; }
    @media (max-width: 767.98px) {
      .blue-button__image {
        background-repeat: no-repeat;
        background-size: auto; } }

@media (min-width: 768px) {
  .col-xl-6 .blue-button {
    max-width: 30%; } }

@media (min-width: 1200px) {
  .col-xl-6 .blue-button {
    max-width: 49%;
    margin: 0.5em; } }

@media (max-width: 767.98px) {
  .tab__content--row .blue-button {
    width: 47%;
    margin: 0.5em; } }

@media (max-width: 575.98px) {
  .tab__content--row .blue-button {
    width: 100%; } }

.is-expanded + .row .tab__content--row .blue-button {
  margin: 0.5em; }
  @media (min-width: 576px) {
    .is-expanded + .row .tab__content--row .blue-button {
      width: 47%; } }
  @media (min-width: 992px) {
    .is-expanded + .row .tab__content--row .blue-button {
      width: 30%; } }

.tab__content--row .blue-button + .sr-only {
  width: 0; }

.opendatachart {
  width: 100%;
  height: 600px;
  padding: 0 2em 0 0;
  border: 0; }
  @media (max-width: 991.98px) {
    .opendatachart {
      height: 450px; } }
  @media (max-width: 767.98px) {
    .opendatachart {
      height: 300px; } }

.opendatachart__legend {
  background-color: white;
  border: 2px solid black;
  padding: 5px;
  margin: 0 2em 0 0;
  height: 100%; }
  .opendatachart__legend UL {
    display: inline;
    padding-inline-start: 0; }
  .opendatachart__legend--items {
    width: 100%;
    list-style: none; }
  .opendatachart__legend--vertical li {
    margin: 10px 0; }
  .opendatachart__legend--vertical span {
    border: 1px solid #ccc;
    width: 12px;
    height: 12px;
    margin: 9px;
    float: left; }
  .opendatachart__legend--horizontal li {
    float: left;
    margin: 10px; }
  .opendatachart__legend--horizontal span {
    border: 1px solid #ccc;
    float: left;
    margin: 9px; }

.Square {
  width: 12px;
  height: 12px; }

.Circle {
  border-radius: 50%;
  width: 12px;
  height: 12px; }

.Line {
  width: 20px;
  height: 4px; }

.persona-part {
  margin-top: 2em;
  margin-left: 1.5em; }
  @media (max-width: 991.98px) {
    .persona-part {
      margin-top: 1em; } }
  @media (max-width: 767.98px) {
    .persona-part {
      margin-top: 0; } }
  .persona-part__title {
    font-size: 1.3em;
    font-weight: 600;
    position: relative; }
    @media (max-width: 767.98px) {
      .persona-part__title {
        height: 6em; } }
    @media (max-width: 767.98px) {
      .persona-part__title-text {
        position: absolute;
        bottom: 0; } }
  .persona-part__image {
    border-radius: 50%;
    border: 1px solid #fa5;
    height: 9.3em;
    float: left;
    margin-top: -1.5em;
    margin-left: -2em; }
    @media (max-width: 991.98px) {
      .persona-part__image {
        margin-top: -1em; } }
    @media (max-width: 767.98px) {
      .persona-part__image {
        height: 7em;
        margin-top: 1em; } }
  .persona-part__text {
    border: 1px solid #fa5;
    padding: 1em 1em 1em 7.5em;
    bottom: 0; }
    @media (max-width: 767.98px) {
      .persona-part__text {
        padding-left: 1em; } }

.qa-block {
  border: 1px solid #eeeff0; }
  .qa-block__question-block {
    font-family: "Noto Sans", Arial, sans-serif;
    color: #222;
    font-size: 1em;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    padding: 1em;
    width: 100%; }
    .qa-block__question-block:hover, .qa-block__question-block:active, .qa-block__question-block:focus {
      background-color: #eeeff0; }
    .qa-block__question-block:focus-within {
      background-color: #eeeff0; }
  .qa-block__question-text {
    text-align: left; }
  .qa-block__arrow {
    padding: 0 .5em;
    color: #fa5;
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear; }
    .qa-block__arrow--up {
      -ms-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .qa-block__answer-block {
    padding: 0 1em; }

.quick-links {
  list-style: none;
  padding: 0; }
  .quick-links__item {
    padding: 0.5em 0; }
  .quick-links__link {
    color: #005961;
    text-decoration: none;
    text-align: center; }
    .quick-links__link:hover, .quick-links__link:active, .quick-links__link:focus {
      color: #222; }
    .quick-links__link:focus-within {
      color: #222; }
    .quick-links__link:hover, .quick-links__link:active, .quick-links__link:focus {
      text-decoration: underline; }
    .quick-links__link:focus-within {
      text-decoration: underline; }
  .quick-links__icon {
    color: #fa5;
    font-size: 3em; }
  .quick-links__text {
    font-weight: 600;
    text-align: left; }

.video__container {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden; }

.video__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.ward-map {
  width: 100%; }
  .ward-map--grey-panel {
    padding: 1.25em;
    margin-bottom: 1.25em;
    background-color: #eeeff0; }
  .ward-map--rounded-corners {
    -moz-border-radius: 1.2em;
    -webkit-border-radius: 1.2em;
    -ms-border-radius: 1.2em;
    border-radius: 1.2em; }
  .ward-map__input {
    font-family: "Noto Sans", Arial, sans-serif;
    color: #222;
    font-size: 1em;
    line-height: 1.5;
    padding: 0 1em;
    height: 2.2em;
    width: 100%;
    font-size: 1em;
    line-height: 1em;
    text-align: left;
    border: 1px solid #fff;
    border-radius: 0.8em 0 0 0.8em; }
  .ward-map__button {
    font-family: "Noto Sans", Arial, sans-serif;
    color: #222;
    font-size: 1em;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    background-color: #005961;
    height: 2.2em;
    width: 100%;
    border-radius: 0 0.8em 0.8em 0; }
    .ward-map__button:hover, .ward-map__button:active, .ward-map__button:focus {
      cursor: pointer;
      background-color: #eeeff0;
      color: #005961;
      text-decoration: none; }
    .ward-map__button:focus-within {
      cursor: pointer;
      background-color: #eeeff0;
      color: #005961;
      text-decoration: none; }
  .ward-map__icon {
    text-align: center;
    line-height: 2.125em;
    font-size: 1em;
    color: #fff; }
  .ward-map__results {
    line-height: 1.6;
    margin: 1.25em 0; }
  .ward-map__result-title {
    line-height: 1;
    margin: 1em 0; }
  .ward-map__link {
    text-decoration: none;
    color: #005961;
    margin-bottom: .75em; }
    .ward-map__link:hover, .ward-map__link:active, .ward-map__link:focus {
      text-decoration: underline; }
    .ward-map__link:focus-within {
      text-decoration: underline; }
    .ward-map__link:hover, .ward-map__link:active, .ward-map__link:focus {
      color: #222; }
    .ward-map__link:focus-within {
      color: #222; }
  .ward-map__map {
    height: 100%;
    width: 100%; }
  .ward-map__map-item {
    cursor: pointer;
    -webkit-transition: fill .2s ease-in .01s;
    -moz-transition: fill .2s ease-in .01s;
    transition: fill .2s ease-in .01s;
    fill: #64802b;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #fff; }
    .ward-map__map-item:hover, .ward-map__map-item:active, .ward-map__map-item:focus {
      fill: #3ea9cd;
      stroke-width: 3px;
      stroke: #000;
      outline: none; }
    .ward-map__map-item:focus-within {
      fill: #3ea9cd;
      stroke-width: 3px;
      stroke: #000;
      outline: none; }
  .ward-map__waiting-msg {
    padding: 0em 1.25em;
    background: url(/images/waiting.gif) 0 50% no-repeat; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }
