@charset "UTF-8";
@font-face {
  font-family: 'AvantGarde-Demi';
  src: url("../fonts/AvantGarde-Demi.ttf") format("truetype");
}

.black-background {
  background-color: #181E26;
}

.black-color {
  color: #181E26;
}

.black-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #181E26;
          box-shadow: inset 0 123px 190px -30px #181E26;
}

.white-background {
  background-color: #fff;
}

.white-color {
  color: #fff;
}

.white-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #fff;
          box-shadow: inset 0 123px 190px -30px #fff;
}

.dark-grey-background {
  background-color: #202020;
}

.dark-grey-color {
  color: #202020;
}

.dark-grey-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #202020;
          box-shadow: inset 0 123px 190px -30px #202020;
}

.light-grey-background {
  background-color: #EBEBEB;
}

.light-grey-color {
  color: #EBEBEB;
}

.light-grey-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #EBEBEB;
          box-shadow: inset 0 123px 190px -30px #EBEBEB;
}

.mid-grey-background {
  background-color: #ABABAB;
}

.mid-grey-color {
  color: #ABABAB;
}

.mid-grey-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #ABABAB;
          box-shadow: inset 0 123px 190px -30px #ABABAB;
}

.grey-background {
  background-color: #373b40;
}

.grey-color {
  color: #373b40;
}

.grey-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #373b40;
          box-shadow: inset 0 123px 190px -30px #373b40;
}

.green-background {
  background-color: #78BE20;
}

.green-color {
  color: #78BE20;
}

.green-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #78BE20;
          box-shadow: inset 0 123px 190px -30px #78BE20;
}

.blue-background {
  background-color: #00A3E0;
}

.blue-color {
  color: #00A3E0;
}

.blue-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #00A3E0;
          box-shadow: inset 0 123px 190px -30px #00A3E0;
}

.pink-background {
  background-color: #d66b83;
}

.pink-color {
  color: #d66b83;
}

.pink-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #d66b83;
          box-shadow: inset 0 123px 190px -30px #d66b83;
}

.red-background {
  background-color: #D50032;
}

.red-color {
  color: #D50032;
}

.red-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #D50032;
          box-shadow: inset 0 123px 190px -30px #D50032;
}

.pad-lg-top {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .pad-lg-top {
    padding-top: 25px;
  }
}

.pad-lg-btm {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .pad-lg-btm {
    padding-bottom: 25px;
  }
}

.pad-lg-side {
  padding: 0 60px;
}

@media screen and (max-width: 767px) {
  .pad-lg-side {
    padding: 0 25px;
  }
}

.pad-lg {
  padding: 60px;
}

@media screen and (max-width: 767px) {
  .pad-lg {
    padding: 25px;
  }
}

.pad-med-top {
  padding-top: 40px;
}

.pad-med-btm {
  padding-bottom: 40px;
}

.pad-med-side {
  padding: 0 40px;
}

.pad-med {
  padding: 40px;
}

.pad-sm-top {
  padding-top: 25px;
}

.pad-sm-btm {
  padding-bottom: 25px;
}

.pad-sm-side {
  padding: 0 25px;
}

.pad-sm {
  padding: 25px;
}

.row--grid > div {
  margin-bottom: 30px;
}

.row--grid .card {
  height: 100%;
}

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #00A3E0;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #d66b83;
  --red: #D50032;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #78BE20;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #78BE20;
  --secondary: #78BE20;
  --success: #78BE20;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #D50032;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(24, 30, 38, 0);
}

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #78BE20;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #4f7d15;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.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: 93%;
  }
}

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

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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%;
  }
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

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

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

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

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

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

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

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

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

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

.bg-success {
  background-color: #78BE20 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

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

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

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

.embed-responsive-4by3::before {
  padding-top: 75%;
}

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

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

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

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

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

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-success {
  color: #78BE20 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  background: white;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  opacity: 2;
  width: 38px;
  height: 38px;
  position: absolute;
  right: -19px;
  top: -19px;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  font-size: 0;
}

.mfp-close:before, .mfp-close:after {
  position: absolute;
  content: '';
  height: 1px;
  width: 20px;
  top: 19px;
  left: 9px;
  background: #78BE20;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.mfp-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mfp-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  text-align: right;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  background: none;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 90%;
  width: 80vw;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-inline-holder .mfp-content {
  width: 920px;
  max-width: 92%;
  background: white;
  padding: 60px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: calc(50% - 80px);
  padding: 0;
  border: none;
  outline: none;
  display: block;
  height: 120px;
  width: 100px;
  background: #78BE20;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: solid 2px white;
  border-left: solid 2px white;
  height: 10px;
  width: 10px;
  display: block;
}

.slick-prev {
  border-radius: 0 100% 100% 0;
  left: -50px;
}

.slick-prev:hover, .slick-prev:focus {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -50px;
}

.slick-prev:before {
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 66px;
}

.slick-next {
  border-radius: 100% 0 0 100%;
  right: -50px;
}

.slick-next:hover, .slick-next:focus {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: '';
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 22px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-right: 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li button {
  border: 0;
  background: none;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #767676;
  content: '';
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  background-color: #78BE20;
  opacity: 1;
}

.slider--publications .slick-dots {
  text-align: left;
  bottom: 30px;
}

.slider--publications .slick-dots li button:before {
  background-color: transparent;
  content: '';
}

.slider--feedback .slick-dots {
  text-align: center;
  bottom: 30px;
  left: 0;
}

.slider--feedback .slick-dots li button:before {
  background-color: transparent;
  content: '';
}

.slider--feedback .slick-dots button {
  background-color: white;
}

.slick-initialized .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-initialized .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-initialized .slick-track .slick-slide > div {
  height: 100%;
  width: 100%;
}

label {
  color: #767676;
  font-weight: normal;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="file"],
textarea,
select {
  padding: 12.75px;
  padding: 0.75rem;
  background: #fff;
  color: #495057;
  border: 1px solid #979797;
  border-radius: 5px;
  line-height: normal;
  display: block;
  width: 100%;
  padding: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: #999;
  outline: none;
}

input[type="file"]:hover {
  cursor: pointer;
}

input[type="search"] {
  width: auto;
  display: inline-block;
}

select {
  height: 46px;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  display: inline-block;
}

input[type="submit"] {
  border: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
  margin: 0;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ginput_complex::after,
.clear-multi::after,
.ginput_full::after,
.gf_list_2col::after,
.gf_list_3col::after,
.gf_list_4col::after,
.gf_list_5col::after,
.gf_list_inline::after,
.gf_page_steps::after,
.ui-datepicker-header::after {
  clear: both;
  content: '';
  display: table;
}

.gform_heading {
  margin-bottom: 25.5px;
  margin-bottom: 1.5rem;
  padding-bottom: 12.75px;
  padding-bottom: 0.75rem;
}

.gform_heading .gform_title {
  margin-bottom: 12.75px;
  margin-bottom: 0.75rem;
}

.gform_wrapper label {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 10px;
  display: block;
  text-align: left;
  color: #1D1E2A;
}

.bg-dark-grey .gform_wrapper label {
  color: white;
}

.gsection {
  margin-bottom: 12.75px;
  margin-bottom: 0.75rem;
  padding-bottom: 12.75px;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #858585;
}

.gsection .gsection_title {
  margin-bottom: 12.75px;
  margin-bottom: 0.75rem;
}

.gfield_required {
  color: #f00;
  padding-left: 2px;
}

.ginput_complex label {
  font-weight: normal;
}

.gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gfield {
  margin-bottom: 20px;
  margin-bottom: 1.17647rem;
  position: relative;
}

.gfield_description {
  font-size: 14px;
  font-size: 0.82353rem;
  font-style: italic;
}

.validation_message {
  font-style: normal;
  margin-top: 20px;
  color: #ca3c3c;
}

.gfield_checkbox,
.gfield_radio {
  list-style: none;
  margin: 0;
}

.gfield_checkbox input,
.gfield_radio input {
  margin-right: 4px;
  margin-right: 0.23529rem;
}

.gfield_radio input[type="text"] {
  width: auto;
  display: inline-block;
}

.ginput_complex .ginput_left {
  width: 49%;
  float: left;
  clear: left;
}

.ginput_complex .ginput_right {
  width: 49%;
  float: right;
  clear: right;
}

.name_prefix {
  width: 10%;
  float: left;
  margin-right: 1%;
}

.name_first {
  width: 39%;
  float: left;
  margin-right: 1%;
}

.name_last {
  width: 39%;
  float: left;
  margin-right: 1%;
}

.name_suffix {
  width: 9%;
  float: right;
}

input.datepicker_with_icon {
  margin-right: 12.75px;
  margin-right: 0.75rem;
  display: inline-block;
  width: auto;
}

.gfield_date_month,
.gfield_date_dropdown_month {
  display: inline-block;
  width: auto;
  margin-right: 1%;
}

.gfield_date_day,
.gfield_date_dropdown_day {
  display: inline-block;
  width: auto;
  margin-right: 1%;
}

.gfield_date_year,
.gfield_date_dropdown_year {
  display: inline-block;
  width: auto;
}

.gfield_time_hour {
  float: left;
  margin-right: 1%;
}

.gfield_time_hour input {
  width: inherit;
  display: inline-block;
}

.gfield_time_hour label {
  display: block;
}

.gfield_time_minute {
  width: 30%;
  float: left;
  margin-right: 1%;
}

.gfield_time_ampm {
  width: 20%;
  float: left;
  margin-right: 1%;
}

.gfield,
.gform_footer {
  clear: both;
}

.gform_footer {
  margin: 20px 0 50px;
}

.gf_left_half {
  width: 49%;
  float: left;
  clear: left;
}

.gf_right_half {
  width: 49%;
  float: right;
  clear: right;
}

.gf_left_third {
  clear: none;
  width: 32.5%;
  float: left;
  margin-right: 1.25%;
}

.gf_middle_third {
  clear: none;
  width: 32.5%;
  float: left;
}

.gf_right_third {
  clear: none;
  width: 32.5%;
  float: right;
}

.gf_inline {
  width: auto;
  display: inline-block;
  margin-right: 1%;
  vertical-align: top;
}

.gf_list_2col li {
  width: 50%;
  float: left;
}

.gf_list_3col li {
  width: 33%;
  float: left;
}

.gf_list_4col li {
  width: 25%;
  float: left;
}

.gf_list_5col li {
  width: 20%;
  float: left;
}

.gf_list_inline li {
  display: inline-block;
  margin-right: 1%;
}

.gf_list_height_25 li {
  height: 25px;
}

.gf_list_height_50 li {
  height: 50px;
}

.gf_list_height_75 li {
  height: 75px;
}

.gf_list_height_100 li {
  height: 100px;
}

.gf_list_height_125 li {
  height: 125px;
}

.gf_list_height_150 li {
  height: 150px;
}

.gfield_list {
  margin: 0;
}

.gfield_list > tbody > tr:nth-child(odd) > td,
.gfield_list > tbody > tr:nth-child(odd) > th {
  padding-right: 12.75px;
  padding-right: 0.75rem;
  background: none;
  line-height: normal;
  padding: 0;
  border: 0;
}

.gfield_list > thead > tr > th {
  border: 0;
}

.gf_scroll_text {
  padding: 12px;
  border: 1px solid #cecece;
  height: 180px;
  overflow: auto;
}

.gf_scroll_text p:last-of-type {
  margin-bottom: 0;
}

.gf_hide_ampm .gfield_time_ampm {
  display: none;
}

.gf_hide_charleft .charleft {
  display: none;
}

.gf_page_steps {
  margin-bottom: 12.75px;
  margin-bottom: 0.75rem;
  line-height: 1;
}

.gf_step {
  display: inline-block;
  opacity: .2;
  margin-right: 1%;
}

.gf_step:last-of-type {
  margin-right: 0;
}

.gf_step_active {
  opacity: 1;
}

.gf_step_number {
  font-weight: bold;
  font-size: 150%;
}

.gfield_error {
  padding: 12.75px;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-left-color: #d9534f;
}

.gfield_error > label,
.gfield_error .validation_message {
  color: #ca3c3c;
}

.gfield_error input,
.gfield_error textarea,
.gfield_error select {
  border: none;
  background: white;
}

.gfield_error input:focus,
.gfield_error textarea:focus,
.gfield_error select:focus {
  border-color: #a62d2d;
}

.gform_validation_container {
  display: none;
  position: absolute;
  left: -9000px;
}

.ui-datepicker {
  background: #fff;
  border: 1px solid #aaa;
}

.ui-datepicker-prev {
  width: 20%;
  float: left;
}

.ui-datepicker-next {
  width: 20%;
  float: right;
}

.ui-datepicker-title {
  width: 60%;
  float: left;
}

.ui-datepicker-title select {
  width: auto;
  display: inline-block;
}

.gform_confirmation_message, .validation_error {
  font-size: 18px;
}

.gform_confirmation_message {
  border: solid 2px #78BE20;
  padding: 15px;
  margin: 20px 0;
}

.gfield_description.validation_message {
  margin-top: 15px;
}

.validation_error {
  margin-bottom: 30px;
  color: #d9534f;
}

.gform_heading {
  margin-bottom: 0px;
}

.gform_footer {
  margin-bottom: 0;
}

.gfield_checkbox,
.gfield_radio {
  margin-top: 18px;
  text-align: left;
  padding-left: 0;
}

.gfield_checkbox > li, .gfield_radio > li {
  display: inline-block;
  margin-left: 20px;
}

.gfield_checkbox > li label, .gfield_radio > li label {
  float: right;
  padding-left: 10px;
}

.gfield_checkbox > li:first-child, .gfield_radio > li:first-child {
  margin-left: 0 !important;
}

.gfield_checkbox > li:before, .gfield_radio > li:before {
  display: none;
}

.gfield_visibility_hidden {
  display: none;
}

.the-content ul li.gfield:before {
  content: none;
}

html {
  font-size: 100%;
  font-family: "itc-avant-garde-gothic-pro";
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "itc-avant-garde-gothic-pro";
  background: #f8f8f8;
}

body.page-template-tpltpl-creative-civic-change-php {
  background: white;
}

*:focus {
  outline: none;
}

.top-nav {
  position: absolute;
  width: 100%;
  padding: 48px 25px 18px;
  top: 0;
  z-index: 10;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

.top-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-nav ul > li {
  padding: 0;
  text-indent: 0;
}

.top-nav ul li {
  display: inline-block;
}

.top-nav ul li a {
  padding: 15px;
  color: #181E26;
  font-size: 17px;
  /* 17px */
  font-size: 1.0625rem;
  /* 17px */
  line-height: 1.23529;
  /* 21px */
  position: relative;
}

.top-nav ul li a:after {
  position: absolute;
  content: '';
  height: 2px;
  width: calc(100% - 30px);
  left: 15px;
  opacity: 0;
  background: #78BE20;
  bottom: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.top-nav ul li a:focus {
  color: #78BE20;
  outline: none;
}

.top-nav ul li a:focus:after {
  opacity: 1;
}

.top-nav ul li a:hover:after {
  opacity: 1;
}

.top-nav ul li.current_page_item a:after, .top-nav ul li.current-page-ancestor a:after {
  opacity: 1;
}

.top-nav__logo img {
  width: 250px;
}

.top-nav.fixed, .top-nav.fixed-no-scroll {
  top: 0;
  background: white;
  position: fixed;
  padding-top: 18px;
}

.top-nav.fixed ul li a, .top-nav.fixed-no-scroll ul li a {
  color: #181E26;
}

.top-nav.fixed ul li a:after, .top-nav.fixed-no-scroll ul li a:after {
  background: #78BE20;
}

.top-nav.fixed svg g > *:not(.green-fill), .top-nav.fixed-no-scroll svg g > *:not(.green-fill) {
  fill: #181E26;
}

.menu-main-container {
  padding-top: 40px;
}

.white-nav .top-nav:not(.fixed) ul li a {
  color: white;
}

.white-nav .top-nav:not(.fixed) ul li a:after {
  background: white;
}

.white-nav .top-nav:not(.fixed) svg g > *:not(.green-fill) {
  fill: white;
}

body.big-local .menu-item-31 a:after {
  opacity: 1;
}

body.single-job .menu-item-32 a:after,
body.post-type-archive-job .menu-item-32 a:after,
body.single-tender .menu-item-32 a:after,
body.post-type-archive-tender .menu-item-32 a:after {
  opacity: 1;
}

body.news-and-stories .menu-item-35 a:after {
  opacity: 1;
}

body.insights .menu-item-36 a:after {
  opacity: 1;
}

.mobile-menu {
  background: white;
  height: 110vh;
  position: fixed;
  right: -340px;
  width: 340px;
  top: -5vh;
  padding: 60px 20px 60px;
  z-index: 15;
  -webkit-transition: all 0.4s cubic-bezier(0.515, 0.34, 0.175, 0.96);
  -o-transition: all 0.4s cubic-bezier(0.515, 0.34, 0.175, 0.96);
  transition: all 0.4s cubic-bezier(0.515, 0.34, 0.175, 0.96);
}

.mobile-menu > div {
  width: 100%;
}

.mobile-menu ul {
  margin: 0;
  padding: 0;
  padding-left: 35px;
  text-align: left;
  list-style: none;
}

.mobile-menu ul a {
  color: #181E26;
  padding: 12px 0;
  display: block;
}

.mobile-menu.is-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.mobile-menu li a {
  position: relative;
  display: inline-block;
  font-family: "AvantGarde-Demi";
  font-size: 26px;
  /* 26px */
  font-size: 1.625rem;
  /* 26px */
}

.mobile-menu li a:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  left: 0;
  opacity: 0;
  background: #78BE20;
  bottom: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mobile-menu li.current_page_item a:after, .mobile-menu li.current-page-ancestor a:after {
  opacity: 1;
}

button.hamburger {
  top: 30px;
  right: 35px;
  z-index: 99;
  position: fixed;
  display: none;
}

button.hamburger.fixed {
  top: 8px;
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:focus {
  outline: none;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after,
.hamburger.dark .hamburger-inner,
.hamburger.dark .hamburger-inner::before,
.hamburger.dark .hamburger-inner::after {
  background-color: #212529;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 35px;
  height: 3px;
  background-color: #181E26;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
       -o-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.white-nav .hamburger-inner,
.white-nav .hamburger-inner::before,
.white-nav .hamburger-inner::after {
  background: white;
}

.author {
  font-size: 15px;
  /* 15px */
  font-size: 0.9375rem;
  /* 15px */
  line-height: 1.2;
  /* 18px */
  color: #181E26;
  margin-top: 40px;
}

.author__date {
  color: #767676;
}

.author__image {
  border-radius: 50%;
  height: 55px;
  width: 55px;
  background: white;
  margin-right: 12px;
  background-image: url("../img/author-placeholder.png");
  background-size: cover;
  background-position: center;
}

.author__image--large {
  width: 100px;
  height: 100px;
  margin-right: 25px;
}

.author-large-row {
  padding-top: 60px;
  border-top: solid 2px #ececec;
  margin-top: 40px;
}

.author-large-row > div:first-child .title {
  margin-right: 17px;
}

.author-large-row > div:last-child {
  padding-left: 27px;
  border-left: solid 2px #ececec;
}

.site-footer {
  margin-top: 50px;
  font-size: 14px;
  /* 14px */
  font-size: 0.875rem;
  /* 14px */
  line-height: 1.64286;
  /* 23px */
  color: white;
  position: relative;
}

.site-footer__main {
  background-color: #202020;
  padding: 60px 0 120px;
}

.site-footer__copyright {
  background-color: #373b40;
  padding: 23px 0;
}

.site-footer .search-contain {
  margin: 50px 0;
  width: 270px;
  max-width: 100%;
}

.site-footer .search-contain input {
  width: 100%;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  /* 14px */
  font-size: 0.875rem;
  /* 14px */
  color: #181E26;
  padding: 13px;
  background: white;
  padding-right: 30px;
}

.site-footer .search-contain input::-webkit-input-placeholder {
  color: #373b40;
}

.site-footer .search-contain input::-moz-placeholder {
  color: #373b40;
}

.site-footer .search-contain input:-ms-input-placeholder {
  color: #373b40;
}

.site-footer .search-contain input::-ms-input-placeholder {
  color: #373b40;
}

.site-footer .search-contain input::placeholder {
  color: #373b40;
}

.site-footer .heading {
  margin-bottom: 8px;
}

.site-footer a {
  color: white;
}

.site-footer a:hover {
  color: #78BE20;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer ul > li {
  padding: 0;
  text-indent: 0;
}

.site-footer .menu-quick-links-container {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.site-footer address {
  margin-bottom: 10px;
}

.site-footer .button {
  margin: 20px 0 40px;
}

.social-links {
  margin: 15px 0 25px;
}

.social-links a {
  padding-right: 15px;
}

.search-form {
  position: relative;
}

.search-form button[type="submit"] {
  position: absolute;
  right: 13px;
  top: 13px;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background: none;
  border: none;
  background-size: contain;
  background-image: url("../img/search.svg");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 0;
}

.search-form button[type="submit"]:focus {
  outline: none;
}

body.home .site-footer, .search-results .site-footer, .page-template-tpl-map .site-footer {
  margin-top: 0;
}

.notification-banner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 13px 0;
  background: black;
  z-index: 9999999999;
  color: white;
}

.notification-banner .title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.14286;
  letter-spacing: -0.5px;
  color: #78BE20;
}

.notification-banner .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.notification-banner .col-12 p {
  max-width: 900px;
}

.notification-banner .button {
  margin-top: 0 !important;
  padding: 12px 20px 12px 20px;
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
}

.notification-banner__close {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 15px);
  right: 10px;
  width: 30px;
  height: 30px;
}

.notification-banner__close:before, .notification-banner__close:after {
  position: absolute;
  content: '';
  height: 1px;
  width: 22px;
  top: 14px;
  right: 4px;
  background: white;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.notification-banner__close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.notification-banner__close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.visuallyhidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.title {
  font-family: "AvantGarde-Demi";
}

.title--thin {
  font-weight: 100;
}

.title--extra-small {
  font-size: 28px;
  /* 28px */
  font-size: 1.75rem;
  /* 28px */
  line-height: 1.14286;
  /* 32px */
  letter-spacing: -0.5px;
}

.title--small-2 {
  font-size: 34px;
  /* 34px */
  font-size: 2.125rem;
  /* 34px */
  line-height: 1.17647;
  /* 40px */
  letter-spacing: -0.5px;
}

.title--small {
  font-size: 42px;
  /* 42px */
  font-size: 2.625rem;
  /* 42px */
  line-height: 1.04762;
  /* 44px */
  letter-spacing: -0.5px;
}

.title--medium {
  font-size: 54px;
  /* 54px */
  font-size: 3.375rem;
  /* 54px */
  line-height: 1.05556;
  /* 57px */
  letter-spacing: -0.5px;
  margin-bottom: 15px;
}

.title--large {
  font-size: 54px;
  /* 54px */
  font-size: 3.375rem;
  /* 54px */
  line-height: 0.98148;
  /* 53px */
  letter-spacing: -0.5px;
}

.title--extra-large {
  font-size: 78px;
  /* 78px */
  font-size: 4.875rem;
  /* 78px */
  line-height: 1;
  /* 78px */
  letter-spacing: -2px;
}

.title--underline {
  border-bottom: solid 1px #78BE20;
}

.heading {
  text-transform: uppercase;
  font-size: 17px;
  /* 17px */
  font-size: 1.0625rem;
  /* 17px */
  line-height: 1.29412;
  /* 22px */
  font-weight: bold;
  letter-spacing: 0.5px;
  font-family: "AvantGarde-Demi";
}

.heading--small {
  font-size: 12px;
  /* 12px */
  font-size: 0.75rem;
  /* 12px */
  line-height: 1.33333;
  /* 16px */
}

.label {
  font-size: 12px;
  /* 12px */
  font-size: 0.75rem;
  /* 12px */
  line-height: 1.58333;
  /* 19px */
  font-family: "AvantGarde-Demi";
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.label--large {
  font-size: 14px;
  /* 14px */
  font-size: 0.875rem;
  /* 14px */
  line-height: 1.57143;
  /* 22px */
}

.tag {
  font-size: 12px;
  /* 12px */
  font-size: 0.75rem;
  /* 12px */
  line-height: 1.58333;
  /* 19px */
  border-radius: 5px;
  background-color: #78BE20;
  color: white;
  padding: 4px 10px 2px;
  margin-right: 10px;
  white-space: nowrap;
  display: inline-block;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  vertical-align: middle;
  margin-bottom: 6px;
}

.tag--blue {
  background: #00A3E0;
}

.tag--ghost {
  background: white;
  color: #181E26;
}

.tag--ghost:hover {
  color: white;
  background: #78BE20;
}

.text-right .tag {
  margin-right: 0;
  margin-left: 10px;
}

a > .tag:hover {
  background: #588a18;
}

a > .tag--ghost:hover {
  color: white;
  background: #78BE20;
}

.button {
  padding: 15px 25px;
  display: inline-block;
  font-size: 16px;
  /* 16px */
  font-size: 1rem;
  /* 16px */
  line-height: 1.25;
  /* 20px */
  margin-right: 20px;
  border: solid 1px #78BE20;
  background: #78BE20;
  color: white;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-top: 15px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

.button--full-width {
  display: block;
  text-align: center;
  margin-right: 0;
}

.button:hover, .button:focus {
  text-decoration: none;
  color: white;
  background: #5c9219;
  border-color: #5c9219;
}

.button--ghost {
  background: transparent;
  color: #78BE20;
}

.button--ghost:hover {
  background: #78BE20;
  border-color: #78BE20;
}

.button--white {
  color: white;
  border-color: white;
}

.button--white.button--ghost:hover {
  background: white;
  color: #78BE20;
  border-color: white;
}

.button--grey {
  color: white;
  border-color: #202020;
  background: #202020;
}

.button--ghost-bl {
  background: transparent;
  color: #00A3E0;
  border-color: #00A3E0;
}

.button--ghost-bl:hover {
  background: #00A3E0;
  border-color: #00A3E0;
}

.button--ghost-ccc {
  background: transparent;
  color: #d66b83;
  border-color: #d66b83;
}

.button--ghost-ccc:hover {
  background: #d66b83;
  border-color: #d66b83;
}

.button--is-active {
  pointer-events: none;
  color: white;
}

.button--pdf {
  padding-left: 51px;
}

.button--pdf:before {
  position: absolute;
  content: '';
  -webkit-mask: url(../img/pdf-icon.svg) no-repeat 50% 50%;
  mask: url(../img/pdf-icon.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  height: 20px;
  width: 20px;
  top: 15px;
  left: 16px;
  background-color: white;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.button--pdf:hover:before {
  background-color: white;
}

.button--pdf.button--ghost:before {
  background-color: #78BE20;
}

.button--pdf.button--ghost:hover:before {
  background-color: white;
}

.button--pdf-bl {
  padding-left: 51px;
}

.button--pdf-bl:before {
  position: absolute;
  content: '';
  -webkit-mask: url(../img/pdf-icon.svg) no-repeat 50% 50%;
  mask: url(../img/pdf-icon.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  height: 20px;
  width: 20px;
  top: 15px;
  left: 16px;
  background-color: #00A3E0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.button--pdf-bl:hover:before {
  background-color: white;
}

.button--pdf-bl.button--ghost:before {
  background-color: #00A3E0;
}

.button--pdf-bl.button--ghost:hover:before {
  background-color: white;
}

.button--pdf-ccc {
  padding-left: 51px;
}

.button--pdf-ccc:before {
  position: absolute;
  content: '';
  -webkit-mask: url(../img/pdf-icon.svg) no-repeat 50% 50%;
  mask: url(../img/pdf-icon.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  height: 20px;
  width: 20px;
  top: 15px;
  left: 16px;
  background-color: #d66b83;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.button--pdf-ccc:hover:before {
  background-color: white;
}

.button--pdf-ccc.button--ghost:before {
  background-color: #d66b83;
}

.button--pdf-ccc.button--ghost:hover:before {
  background-color: white;
}

.button--play {
  padding-right: 50px;
}

.button--play:before {
  content: '';
  position: absolute;
  width: 0;
  right: 20px;
  top: 19px;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 13px;
  border-color: transparent transparent transparent #fff;
}

.button--down-arrow {
  padding-right: 55px;
}

.button--down-arrow:before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 2px;
  border-width: 1px;
  border-color: #78BE20;
  border-left: solid;
  border-bottom: solid;
  top: 20px;
  right: 22px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .button.sm-full-width {
    display: block;
    text-align: center;
    margin-right: 0;
  }
}

.arrow-left {
  position: relative;
  font-weight: 600;
  padding-left: 17px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.arrow-left:before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 2px;
  border-width: 2px;
  border-color: #78BE20;
  border-left: solid;
  border-bottom: solid;
  left: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.arrow-left:hover:before {
  -webkit-transform: translateX(-5px) rotate(45deg);
      -ms-transform: translateX(-5px) rotate(45deg);
          transform: translateX(-5px) rotate(45deg);
}

.arrow {
  position: relative;
  font-weight: 600;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  display: inline-block;
  line-height: 1.8;
  vertical-align: middle;
}

.arrow:before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 2px;
  border-width: 2px;
  border-color: #78BE20;
  border-left: solid;
  border-bottom: solid;
  top: 6px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.arrow--left {
  padding-left: 19px;
}

.arrow--left:before {
  left: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow--right {
  padding-right: 17px;
}

.arrow--right:before {
  right: 0;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.arrow--down:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.arrow--white {
  color: white;
}

.arrow--white:before {
  border-color: white;
}

.play-button {
  color: white;
}

.play-button svg {
  margin-bottom: 18px;
}

.text-center .button {
  margin-right: 0;
}

.the-content img.alignleft {
  float: left;
  margin-right: 30px;
  margin-top: 0;
  margin-bottom: 0;
}

.the-content img.alignright {
  float: right;
  margin-left: 30px;
  margin-top: 0;
  margin-bottom: 0;
}

img.logo-divider {
  max-width: 90%;
}

img.responsive {
  width: 100%;
  height: auto;
}

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

img.bordered {
  border-radius: 4px;
  width: 100%;
}

.img-background--cover {
  background-size: cover;
  background-repeat: no-repeat;
}

.img-background--contain {
  background-size: contain;
  background-repeat: no-repeat;
}

.ar-image {
  padding-bottom: 56%;
  position: relative;
}

.ar-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bio-image {
  top: 0;
  right: 0;
  position: absolute;
  width: 47%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.logos-strip img {
  max-width: 220px;
  margin: auto;
}

.object-fit--cover {
  background-size: cover;
  background-position: center center;
}

.object-fit--cover img {
  -o-object-fit: cover;
  object-fit: cover;
}

.object-fit--contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.object-fit--contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

.object-fit.not-compatible img {
  opacity: 0;
}

.banner {
  position: relative;
  background-size: cover;
  background-color: #202020;
  background-position: center;
  width: 100%;
  margin-bottom: 50px;
  height: 0;
  padding-bottom: 42%;
  color: white;
  overflow: hidden;
  min-height: 380px;
}

.banner:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(320deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(-230deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}

.banner__center {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

.banner__bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
  z-index: 3;
}

.banner__fade {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.banner__fade img {
  width: 100%;
}

.banner svg {
  max-width: 90%;
}

.banner--full {
  height: 100vh;
}

.banner--full.banner--overlay:before {
  background: #000;
  opacity: 0.65;
  height: 100%;
}

.banner--full.banner--overlay:after {
  display: none;
}

.banner--2-column .banner--meta {
  margin-bottom: 20px;
}

.banner--ar {
  padding-bottom: 42%;
}

.banner--shorter {
  padding-bottom: 48%;
}

.banner--blur {
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}

.banner--overlay:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20%;
  opacity: 0.9;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background: -o-linear-gradient(top, transparent 0%, #000000 100%);
  background: linear-gradient(180deg, transparent 0%, #000000 100%);
}

.banner--overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 25%;
  opacity: 0.9;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#000000));
  background: -o-linear-gradient(bottom, transparent 0%, #000000 100%);
  background: linear-gradient(0deg, transparent 0%, #000000 100%);
}

.banner--overlay--half:before {
  height: 50%;
}

.banner--overlay--full:before {
  background: #000000;
  opacity: 0.45;
  height: 100%;
}

.banner--overlay--full:after {
  display: none;
}

.banner--overlay-light {
  color: #181E26;
}

.banner--overlay-light .heading, .banner--overlay-light a {
  color: white;
}

.banner--overlay-light:before {
  height: 20%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.banner--overlay-light:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.banner--overlaping-image .off-screen--from-left {
  z-index: 1;
}

.banner .breadcrumb {
  padding: 0;
}

.banner .container-fluid {
  padding-left: 55px;
  padding-right: 55px;
}

.banner--overlaping-image .row {
  position: relative;
}

.banner--overlaping-image .button {
  position: absolute;
  bottom: 0;
  left: 15px;
  z-index: 1;
}

.meta-details {
  padding: 0 40px;
  font-size: 0.875rem;
}

.meta-details a {
  color: white;
  opacity: 0.6;
}

.meta-details a:hover {
  opacity: 1;
}

.meta-details span {
  padding: 0 2px;
}

.meta-details span:first-child {
  padding-left: 0;
}

.date-icon {
  padding-left: 28px;
  position: relative;
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: middle;
}

.date-icon svg {
  position: absolute;
  left: 0;
  top: 2px;
}

.date-icon span {
  font-family: "AvantGarde-Demi";
}

.date-icon--calendar svg {
  top: 3px;
}

.date-icon--pin svg {
  top: 3px;
  left: 3px;
}

.date-icon--clock svg {
  left: 1px;
  top: 1.5px;
}

.banner-overlapping-card {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 1;
  width: 130%;
}

.map-banner {
  padding: 220px 0;
  background-size: cover;
  background-position: center;
}

.home .banner--full.banner--overlay:before {
  opacity: 0.6;
}

.page-template-tpl-big-local-overview .banner__center {
  top: 40%;
}

.page-template-tpl-creative-civic-change .banner {
  min-height: 740px;
}

.section-heading {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-heading--h2 {
  padding-bottom: 40px;
}

.section--std {
  padding-bottom: 60px;
}

.section--std:last-child {
  padding-bottom: 0;
}

.section--top {
  padding-top: 210px;
}

.section--top .section-heading {
  padding-top: 0;
}

.section--no-bottom {
  padding-bottom: 0;
}

.border-bottom {
  border-bottom: solid 2px #ececec;
  padding-bottom: 100px;
}

.image-carousel-strip .slick-dots {
  bottom: 20px;
  right: 20px;
  text-align: right;
}

.image-carousel-strip .slick-dots li:not(.slick-active) button:before {
  background: white;
  opacity: 1;
}

.newsletter-signup-strip .button {
  margin: 0;
}

.bleedout-section {
  position: relative;
  padding-top: 40px;
}

.bleedout-section .slick-slider, .bleedout-section .col-12, .bleedout-section .slick-list {
  position: inherit;
}

.card {
  border-radius: 4px;
  background-color: white;
  position: relative;
  overflow: hidden;
  color: #181E26;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.card__center {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.card__bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
}

.card__top {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.card__top:before {
  position: absolute;
  content: '';
  width: 340px;
  height: 130px;
  background: -o-linear-gradient(102deg, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(-12deg, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.8) 100%);
  z-index: -1;
}

.card__top.no-gradient:before {
  display: none;
}

.card__content {
  padding: 25px 35px;
}

.card__content--overlay {
  margin-bottom: 35px;
  background-color: rgba(0, 0, 0, 0.85);
}

.card__content > *:last-child {
  margin-bottom: 0;
}

.card__content--small {
  padding: 23px 23px;
}

.card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.7;
}

.card .date {
  color: white;
}

.card--border {
  border: 1px solid #E9E9E9;
  background: white;
}

.card--min {
  min-height: 380px;
}

.card--twitter {
  background: #55ACEE;
  color: white;
}

.card--twitter a {
  color: white;
}

.card--twitter a:hover {
  opacity: 0.8;
}

.card--twitter > .card__content {
  padding-bottom: 90px;
}

.card--big-padding .card__content {
  padding: 40px;
}

.card--bg {
  background-color: #202020;
  background-position: center;
  background-size: cover;
  color: white;
  position: relative;
}

.card--bg:not(.card--no-overlay).overlay--green:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  background: #78BE20;
  background: -o-linear-gradient(315deg, #000000 0%, #528217 47.34%, #20BDBE 100%);
  background: linear-gradient(135deg, #000000 0%, #528217 47.34%, #20BDBE 100%);
  opacity: 0.6;
}

.card--bg:not(.card--no-overlay).overlay--red:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  background: #D50032;
  background: -o-linear-gradient(315deg, #F55185 0%, #9F041B 52.66%, #000000 100%);
  background: linear-gradient(135deg, #F55185 0%, #9F041B 52.66%, #000000 100%);
  opacity: 0.6;
}

.card--bg:not(.card--no-overlay).overlay--blue:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  background: #00A3E0;
  background: -o-linear-gradient(315deg, #0098D8 0%, #005F86 52.66%, #000000 100%);
  background: linear-gradient(135deg, #0098D8 0%, #005F86 52.66%, #000000 100%);
  opacity: 0.7;
}

.card.overlay--none:before {
  display: none;
}

.card--no-gradients .card__top:before {
  background: none;
}

.card--no-gradients .card__bottom {
  background: none;
}

.card--grey {
  background: #32363F;
  color: white;
}

.card--grey .card__top:before {
  display: none;
}

.card--green {
  background: #78BE20;
  color: white;
}

.card--green input {
  border: none;
}

.card--full-overlay:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #78BE20;
  opacity: 0.35;
}

.card--square {
  width: 100%;
  padding-bottom: 100%;
}

.card--rectangle {
  width: 100%;
  padding-bottom: 135%;
}

.card--short-rectangle {
  width: 100%;
  padding-bottom: 110%;
}

.card--horizontal {
  width: 100%;
  padding-bottom: 65%;
}

.card--no-hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card--black .title {
  color: #181E26;
}

.card--black .card__bottom {
  background: none;
}

.card-list .card {
  margin-bottom: 30px;
}

.card-signup .title--custom {
  font-size: 38px;
  /* 38px */
  font-size: 2.375rem;
  /* 38px */
  line-height: 1.23684;
  /* 47px */
  margin-bottom: 15px;
}

.featured-card {
  margin-bottom: 45px;
}

a .card {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a .card:hover {
  -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3);
}

.floating-top-right {
  position: absolute;
  top: 18px;
  right: 38px;
  z-index: 2;
  max-width: 60%;
  text-align: right;
}

.schedule-card {
  background: white;
  border: 1px solid #E9E9E9;
  padding: 25px 35px;
  margin-left: 45px;
}

.schedule-card--transparent {
  border: 1px solid #979797;
  background: none;
}

#content-wrap {
  position: relative;
  overflow: hidden;
}

.intro {
  font-size: 22px;
  /* 22px */
  font-size: 1.375rem;
  /* 22px */
  line-height: 1.45455;
  /* 32px */
}

.intro--large {
  font-size: 22px;
  /* 22px */
  font-size: 1.375rem;
  /* 22px */
  line-height: 1.45455;
  /* 32px */
}

.intro--small {
  font-size: 20px;
  /* 20px */
  font-size: 1.25rem;
  /* 20px */
  line-height: 1.4;
  /* 28px */
}

.intro--xs {
  font-size: 18px;
  /* 18px */
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.38889;
  /* 25px */
}

.date {
  font-size: 13px;
  /* 13px */
  font-size: 0.8125rem;
  /* 13px */
  line-height: 1.23077;
  /* 16px */
  color: #767676;
}

p {
  font-size: 16px;
  /* 16px */
  font-size: 1rem;
  /* 16px */
  line-height: 1.625;
  /* 26px */
}

p.small {
  font-size: 14px;
  /* 14px */
  font-size: 0.875rem;
  /* 14px */
  line-height: 1.85714;
  /* 26px */
}

a {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

.question {
  color: #78BE20;
  font-family: "AvantGarde-Demi";
  font-weight: 500;
  font-size: 19px;
  /* 19px */
  font-size: 1.1875rem;
  /* 19px */
  line-height: 1;
  /* 19px */
}

.the-content h2 {
  font-family: "AvantGarde-Demi";
  margin-bottom: 12px;
  font-size: 42px;
  /* 42px */
  font-size: 2.625rem;
  /* 42px */
  line-height: 1.04762;
  /* 44px */
  letter-spacing: -0.5px;
}

.the-content h2:not(:first-child) {
  margin-top: 30px;
}

.the-content h3 {
  font-family: "AvantGarde-Demi";
  margin-bottom: 8px;
  font-size: 28px;
  /* 28px */
  font-size: 1.75rem;
  /* 28px */
  line-height: 1.14286;
  /* 32px */
  letter-spacing: -0.5px;
}

.the-content h3:not(:first-child) {
  margin-top: 18px;
}

.the-content .intro--large {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}

.the-content .intro--large:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 220px;
  background: #78BE20;
  bottom: 0;
  left: 0;
}

.the-content a:hover {
  color: #78BE20;
}

.the-content img {
  margin-top: 25px;
  margin-bottom: 25px;
}

.the-content li {
  margin-bottom: 15px;
}

.the-content ul {
  list-style: none;
  padding-left: 50px;
}

.the-content ul li {
  position: relative;
}

.the-content ul li:before {
  position: absolute;
  content: '';
  background: #78BE20;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  top: 0.5em;
  left: -27px;
}

.the-content ol {
  counter-reset: li;
  list-style: none;
  *list-style: decimal;
  padding-left: 50px;
}

.the-content ol li {
  position: relative;
}

.the-content ol li:before {
  content: counter(li);
  counter-increment: li;
  color: #78BE20;
  font-size: 18px;
  position: absolute;
  top: 1px;
  left: -27px;
  font-weight: bold;
}

.the-content iframe {
  margin: 25px 0;
  width: 100%;
  height: 420px;
}

.the-content iframe[src*="soundcloud"] {
  height: auto;
}

.the-content .iframe-responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

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

.the-content hr {
  margin: 60px 30% 40px;
  border-top: solid 2px #78BE20;
}

.the-content table.tablepress, .the-content table {
  background: white;
  border-radius: 4px;
  margin: 25px 0;
  max-width: calc(100% - 1px);
}

.the-content table.tablepress thead th, .the-content table thead th {
  background: #32363F;
  color: white;
  padding: 15px 30px;
}

.the-content table.tablepress thead th:first-child, .the-content table thead th:first-child {
  border-radius: 4px 0 0 0;
}

.the-content table.tablepress thead th:last-child, .the-content table thead th:last-child {
  border-radius: 0 4px 0 0;
}

.the-content table.tablepress td, .the-content table td {
  padding: 15px 30px;
  border: solid 1px #4c4c4c;
}

.the-content .wp-caption {
  width: 100% !important;
}

.the-content .wp-caption img {
  margin-bottom: 5px;
}

.the-content .wp-caption .wp-caption-text {
  font-size: 14px;
  font-style: italic;
}

.the-content ul.gallery {
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0;
}

.the-content ul.gallery li {
  display: inline-block;
  width: 33.33%;
  margin: 0;
  padding: 10px;
}

@media (max-width: 575.98px) {
  .the-content ul.gallery li {
    width: 100%;
  }
}

.the-content ul.gallery li:before {
  content: none;
}

.the-content ul.gallery li div.gallery__image {
  width: 100%;
  min-height: 250px;
  max-height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}

.the-content ul.gallery li p {
  display: none;
  margin: 0;
}

.the-content ul.gallery.gallery-columns-2 li {
  width: 50%;
}

.share-links {
  margin: 60px 0 30px;
}

.share-links > div {
  display: inline-block;
}

::-moz-selection {
  background: #78BE20;
  color: black;
  padding: 10px;
}

::selection {
  background: #78BE20;
  color: black;
  padding: 10px;
}

.alignleft {
  float: left;
  margin-right: 30px;
}

.alignright {
  float: right;
  margin-left: 30px;
}

.aligncenter {
  display: block;
  margin: 20px auto;
}

.step-menu-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.step-menu-item.visible {
  opacity: 1;
}

.col-2-ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  list-style: none;
  padding: 0;
}

.col-2-ul li {
  padding-top: 12px;
}

blockquote {
  padding: 45px;
  margin: 40px 0 0;
  font-size: 32px;
  /* 32px */
  font-size: 2rem;
  /* 32px */
  line-height: 1.1875;
  /* 38px */
  position: relative;
}

blockquote p, blockquote ul, blockquote ol {
  font-size: 32px;
  /* 32px */
  font-size: 2rem;
  /* 32px */
  line-height: 1.1875;
  /* 38px */
}

blockquote:before {
  position: absolute;
  content: '';
  color: #78BE20;
  background-image: url(../img/quote-large.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  height: 77px;
  width: 95px;
  top: 0;
  left: 0;
}

blockquote cite {
  display: block;
  font-size: 18px;
  /* 18px */
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.55556;
  /* 28px */
  font-style: italic;
  color: #ABABAB;
  margin-top: 30px;
  margin-bottom: 20px;
}

.download-icon {
  display: block;
  padding: 10px 0 10px 35px;
  color: #181E26;
  position: relative;
}

.download-icon:before {
  position: absolute;
  content: '';
  width: 24px;
  height: 20px;
  background-image: url(../img/download-icon.svg);
  left: 0;
  top: 10px;
}

.content-overlap-banner {
  margin-top: -70px;
  position: relative;
  z-index: 9;
}

.single-essay blockquote, .single-essay blockquote p {
  font-size: 27px;
  /* 27px */
  font-size: 1.6875rem;
  /* 27px */
  line-height: 1.2963;
  /* 35px */
}

a:focus .card, a:focus .tag {
  outline: solid 3px #78BE20;
}

*:focus {
  outline: solid 3px #78BE20;
}

.essay-teaser {
  margin-bottom: 60px;
}

.essay-teaser__tags {
  margin: 30px 0 18px;
}

.essay-teaser__text {
  padding-left: 20px;
}

.essay-cover .card {
  min-height: 500px;
  position: relative;
}

.essay-cover .card:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 4px;
  left: 15px;
  z-index: 5;
  opacity: 0.25;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.essay-cover svg {
  height: 11px;
  width: 67px;
}

.essay-cover .title--large + p {
  margin-top: 5px;
  margin-bottom: 6px;
}

.essay-cover p {
  font-weight: 100;
}

.essay-cover .title--large {
  margin-bottom: 0;
}

.essay-cover--title-top .card__bottom {
  top: 0;
  padding-top: 40px;
  bottom: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 0;
}

.essay-cover .card__top:before {
  height: 210px;
}

.interested-in {
  padding: 60px 0 90px;
}

.interested-in__posts {
  margin-top: 50px;
}

/*
	FORM
*/
input.full-width {
  width: 100%;
  margin-bottom: 15px;
}

input {
  border: none;
  padding: 20px 25px;
  color: white;
}

input[type="text"] {
  -webkit-appearance: none;
}

input:focus {
  outline: none;
}

input::-webkit-input-placeholder {
  color: white;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}

input:-ms-input-placeholder {
  color: white;
}

.newsletter-signup {
  background: #32363F;
  border-radius: 4px;
  padding: 45px 55px;
  color: white;
}

.one-line-form input {
  border: none;
  padding: 17px 20px;
  width: calc(100% - 120px);
  float: left;
  border-radius: 4px 0 0 4px;
}

.one-line-form button {
  float: left;
  width: 120px;
  background: #78BE20;
  border-radius: 0 4px 4px 0;
  color: white;
  border: none;
  height: 55px;
}

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

.cookie-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: black;
  padding: 13px 0;
  color: white;
  z-index: 9;
}

.cookie-bar__close {
  padding: 12px 40px 12px 20px;
  font-size: 13px;
  /* 13px */
  font-size: 0.8125rem;
  /* 13px */
  position: relative;
}

.cookie-bar__close.button {
  margin: 0 !important;
}

.cookie-bar__close:before, .cookie-bar__close:after {
  position: absolute;
  content: '';
  height: 1px;
  width: 13px;
  top: 19px;
  right: 15px;
  background: white;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.cookie-bar__close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cookie-bar__close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .cookie-bar p {
    margin-bottom: 10px !important;
  }
  .cookie-bar .container {
    max-width: 100%;
  }
}

.js-cm-form {
  margin-top: 40px;
}

.js-cm-form input {
  margin-bottom: 30px;
}

.js-cm-form button {
  padding: 15px 25px;
  display: inline-block;
  font-size: 16px;
  /* 16px */
  font-size: 1rem;
  /* 16px */
  line-height: 1.25;
  /* 20px */
  margin-right: 20px;
  border: solid 1px #78BE20;
  background: #78BE20;
  color: white;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-top: 15px;
  cursor: pointer;
  margin-top: 40px;
}

.the-content ul.gform_fields {
  padding-left: 0;
}

.gform_wrapper select {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  max-width: calc(100% - 2.4rem);
}

.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_radio,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_checkbox {
  padding: 0;
}

.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_radio label,
.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_checkbox label {
  line-height: 1;
  margin: 0;
}

.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_radio li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_checkbox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_checkbox li input {
  position: relative;
  top: 3px;
}

.gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container ul.gfield_checkbox li label {
  line-height: 1.2;
}

.gform_wrapper form .gform_body ul.gform_fields li.gfield .chosen-container {
  font-size: 16px;
}

.gform_wrapper form .gform_body ul.gform_fields li.gfield .chosen-container .chosen-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  background: #fff;
  color: #495057;
  border: 1px solid #979797;
  border-radius: 5px;
  line-height: normal;
  width: 100%;
  padding: 18px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.gform_wrapper form .gform_body ul.gform_fields li.gfield .chosen-container .chosen-single > div {
  display: none;
}

.gform_wrapper form .gform_body ul.gform_fields li.gfield .chosen-container .chosen-single:after {
  content: url("../img/select-arrow.svg?v=1");
  position: absolute;
  top: 50%;
  right: 1px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.searchandfilter ul li[data-sf-field-input-type="select"] {
  display: inline-block;
  position: relative;
}

.searchandfilter ul li[data-sf-field-input-type="select"]:after {
  position: absolute;
  content: '';
  top: 28px;
  right: 17px;
  height: 9px;
  width: 9px;
  border-left: solid 2px;
  border-bottom: solid 2px;
  border-color: #78BE20;
  border-radius: 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.searchandfilter ul li.sf-field-search {
  display: inline-block;
  position: relative;
}

.searchandfilter ul li.sf-field-search:after {
  position: absolute;
  content: '';
  top: 28px;
  right: 17px;
  height: 17px;
  width: 17px;
  background-image: url(../img/social/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.searchandfilter ul {
  padding: 0;
}

.searchandfilter li + li {
  margin-left: 10px;
}

.searchandfilter select, .searchandfilter input[type="text"] {
  padding: 7px 14px;
  /* height: auto; */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #181E26;
  border-radius: 4px;
  background: transparent;
  color: #181E26;
  height: 46px;
  font-size: 14px;
}

.searchandfilter select::-webkit-input-placeholder, .searchandfilter input[type="text"]::-webkit-input-placeholder {
  color: #181E26;
}

.searchandfilter select::-moz-placeholder, .searchandfilter input[type="text"]::-moz-placeholder {
  color: #181E26;
}

.searchandfilter select:-ms-input-placeholder, .searchandfilter input[type="text"]:-ms-input-placeholder {
  color: #181E26;
}

.searchandfilter select::-ms-input-placeholder, .searchandfilter input[type="text"]::-ms-input-placeholder {
  color: #181E26;
}

.searchandfilter select::placeholder, .searchandfilter input[type="text"]::placeholder {
  color: #181E26;
}

.searchandfilter .sf-field-search input {
  min-width: 280px;
}

.searchandfilter select {
  padding-right: 50px;
}

.search-filter-scroll-loading {
  text-align: center;
}

.search-and-filter-strip form {
  padding-bottom: 35px;
  border-bottom: solid 1px #C7C7C7;
  margin-bottom: 60px;
}

.search-and-filter-strip .searchandfilter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-and-filter-strip .searchandfilter ul .sf-field-search {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  text-align: right;
}

.overflow-slider .slick-list {
  overflow: visible;
}

.overflow-slider .slick-slide {
  padding: 0 15px;
}

.dot-slider .author {
  display: inline-block;
  margin-top: 10px;
}

.dot-slider blockquote {
  margin-top: 20px;
}

.gallery-slider {
  margin-bottom: 65px;
  position: relative;
}

.gallery-slider .slick-slide > div {
  width: 100%;
  padding-bottom: 55%;
  position: relative;
}

.gallery-slider .slick-slide img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-slider .slick-slide img.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.gallery-slider__full {
  position: relative;
  background: #181E26;
  margin-bottom: 10px;
}

.gallery-slider__full-nav {
  position: absolute;
  bottom: 23%;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 9;
}

.gallery-slider__full-nav .pages {
  display: inline-block;
  color: white;
}

.gallery-slider__full-nav .slick-prev,
.gallery-slider__full-nav .slick-next {
  position: relative;
  display: inline-block;
  left: auto;
  right: auto;
  top: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background: none;
  height: auto;
}

.gallery-slider__full-nav .slick-prev:before,
.gallery-slider__full-nav .slick-next:before {
  height: 9px;
  width: 9px;
}

.gallery-slider__thumb {
  /* the parent */
}

.gallery-slider__thumb .slick-next,
.gallery-slider__thumb .slick-prev {
  height: 100%;
  width: 36px;
  background-color: rgba(36, 36, 36, 0.45);
  background-color: #242424;
  z-index: 1;
  opacity: 0.65;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.gallery-slider__thumb .slick-next:hover,
.gallery-slider__thumb .slick-prev:hover {
  opacity: 1;
}

.gallery-slider__thumb .slick-prev {
  left: 0;
}

.gallery-slider__thumb .slick-next {
  right: 0;
}

.gallery-slider__thumb .slick-slide {
  cursor: pointer;
}

.gallery-slider__thumb .slick-slide > div:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: white;
  opacity: 0.6;
  z-index: 1;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.gallery-slider__thumb .slick-slide:hover > div:before {
  opacity: 0.3;
}

.gallery-slider__thumb .slick-slide.slick-current > div:before {
  opacity: 0;
}

.gallery-slider__thumb .slick-slide {
  margin: 0 5px;
}

.gallery-slider__thumb .slick-list {
  margin: 0 -5px;
}

.news-teaser {
  color: #181E26;
  position: relative;
}

.news-teaser__heading {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  z-index: 2;
  max-width: 50%;
}

.news-teaser__image {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  margin-bottom: 18px;
  background-color: #202020;
  position: relative;
  height: 185px;
}

.news-teaser__image:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(320deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0) 40%);
  background: linear-gradient(-230deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0) 40%);
}

.news-teaser__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 185px;
}

.news-teaser__tags {
  margin: 20px 0;
}

.news-teaser--bordered {
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  background: white;
  padding-bottom: 25px;
}

.news-teaser--bordered .news-teaser__content {
  padding: 0 25px 0;
}

.news-teaser--bordered .news-teaser__themes {
  padding: 0 25px 15px;
}

.news-teaser .title {
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}

.news-teaser .date-icon {
  display: block;
}

.news-teaser a .title, .news-teaser a p {
  color: #181E26;
}

.news-teaser__themes {
  padding: 0 0 15px;
}

a .news-teaser {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a .news-teaser__image {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a .news-teaser:hover .title {
  color: #78BE20;
}

.col-grid > div {
  margin-bottom: 30px;
}

.full-width-teaser {
  margin-bottom: 60px;
  color: #181E26;
  border-radius: 4px;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

.full-width-teaser .title {
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.full-width-teaser .teaser__text {
  padding: 0 35px;
}

.full-width-teaser .tags {
  margin: 20px 0;
}

.full-width-teaser a .title {
  color: #181E26;
}

.full-width-teaser__content {
  padding: 25px 35px;
}

.full-width-teaser__image {
  margin: 20px 20px 0 0;
  height: 0;
  padding-bottom: 137%;
  position: relative;
}

.full-width-teaser__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.col-grid .full-width-teaser {
  margin-bottom: 0;
}

a .full-width-teaser:hover .title {
  color: #78BE20;
}

.video-teaser {
  display: block;
  position: relative;
  margin: 30px 0;
}

.video-teaser:before {
  position: absolute;
  top: calc(50% - 38px);
  left: calc(50% - 38px);
  content: '';
  background-image: url("../img/play-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 76px;
  width: 76px;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.video-teaser:hover:before {
  opacity: 1;
}

.guidance-teaser {
  padding: 35px 0;
  color: #181E26;
}

.guidance-teaser__meta {
  margin-bottom: 15px;
}

.guidance-list a {
  display: block;
}

.guidance-list a + a {
  border-top: solid 1px #CBCBCB;
}

.team-member .title,
.team-member p {
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  color: #181E26;
}

.team-member:hover .title {
  color: #78BE20;
}

.essay-teaser .author {
  margin-bottom: 50px;
}

.speech-bubble {
  padding: 25px 30px 25px 30px;
  border-radius: 3px;
  color: white;
  letter-spacing: -0.3px;
  font-size: 20px;
  /* 20px */
  font-size: 1.25rem;
  /* 20px */
  line-height: 1.4;
  /* 28px */
  font-family: "AvantGarde-Demi";
  margin-bottom: 30px;
  position: relative;
}

.speech-bubble:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 31px 31px 0 0;
  border-color: #78BE20 transparent transparent transparent;
  bottom: -20px;
  left: 50px;
  -webkit-transform: skewX(-11deg);
      -ms-transform: skewX(-11deg);
          transform: skewX(-11deg);
}

.speech-bubble--green {
  background: #78BE20;
}

.speech-bubble--grey {
  background: #373B40;
}

.speech-bubble--grey:before {
  border-width: 0 31px 31px 0;
  left: auto;
  right: 50px;
  border-color: transparent #373B40  transparent transparent;
  -webkit-transform: skewX(11deg);
      -ms-transform: skewX(11deg);
          transform: skewX(11deg);
}

.breadcrumb {
  padding: 35px 0;
  font-size: 0.875rem;
}

.breadcrumb a {
  color: #181E26;
  opacity: 0.6;
}

.breadcrumb a:hover {
  opacity: 1;
}

.breadcrumb span {
  padding: 0 2px;
}

.breadcrumb span:first-child {
  padding-left: 0;
}

.breadcrumb--light a {
  color: white;
}

div.navigation {
  margin-top: 50px;
  margin-bottom: 50px;
}

div.navigation ul.page-numbers {
  padding: 4px 8px;
  color: black;
  text-align: center;
  display: inline-block;
  margin: auto;
}

div.navigation ul.page-numbers span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
}

div.navigation ul.page-numbers span.dots {
  font-size: 1rem;
}

div.navigation a.page-numbers {
  width: 100%;
  height: 100%;
  display: block;
  color: #181E26;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

div.navigation a.page-numbers:hover {
  color: #78BE20;
}

div.navigation .page-numbers li {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  margin: 0;
  line-height: 30px;
  vertical-align: bottom;
}

div.navigation .current {
  color: white;
  background: #78BE20;
  border-radius: 4px;
}

div.navigation .next.page-numbers {
  display: inline-block;
  position: relative;
  padding: 0 30px 0 15px;
}

div.navigation .next.page-numbers:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 10px;
  height: 10px;
  width: 10px;
  border-bottom: 3px solid #191919;
  border-left: 3px solid #191919;
  border-radius: 2px;
  -ms-transform: rotate(-135deg);
  /* IE 9 */
  -webkit-transform: rotate(-135deg);
  /* Safari */
  transform: rotate(-135deg);
  /* Safari */
}

div.navigation .prev.page-numbers {
  display: inline-block;
  position: relative;
  padding: 0 15px 0 30px;
}

div.navigation .prev.page-numbers:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  height: 10px;
  width: 10px;
  border-bottom: 3px solid #191919;
  border-left: 3px solid #191919;
  border-radius: 2px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari */
  transform: rotate(45deg);
  /* Safari */
}

.page-navigation a {
  padding: 15px;
  display: inline-block;
  font-size: 17px;
  /* 17px */
  font-size: 1.0625rem;
  /* 17px */
}

.spaced-links {
  margin-top: 20px;
}

.spaced-links a {
  white-space: nowrap;
  margin: 0 15px 10px;
  display: inline-block;
}

.accordion {
  padding: 25px 5px;
}

.accordion__title {
  position: relative;
  cursor: pointer;
  color: #78BE20;
  padding-right: 40px;
}

.accordion__title:after, .accordion__title:before {
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  position: absolute;
  content: '';
  width: 3px;
  height: 25px;
  background-color: #78BE20;
  right: 18px;
  top: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accordion__title:before {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Safari */
  transform: rotate(-90deg);
  /* Safari */
}

.accordion__content {
  padding-top: 20px;
}

.accordion.active .accordion__title:after {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}

.accordion + .accordion {
  border-top: solid 1px #CBCBCB;
}

.video-grid {
  position: absolute;
  height: 100vh;
  width: 100vw;
  font-size: 0;
}

.video-grid__item {
  height: 25%;
  width: 25%;
  background-size: cover;
  display: inline-block;
  overflow: hidden;
}

.video-grid video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.515, 0.34, 0.175, 0.96);
  -o-transition: all 0.4s cubic-bezier(0.515, 0.34, 0.175, 0.96);
  transition: all 0.4s cubic-bezier(0.515, 0.34, 0.175, 0.96);
}

.search-result {
  margin: 40px 0;
}

.search-result a {
  color: #78BE20;
}

.search-result .image-contain {
  background-size: cover;
  background-position: center;
  padding-bottom: 100%;
  margin-bottom: 20px;
}

.search-result .title {
  color: #181E26;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.search-result .title:hover {
  color: #78BE20;
}

.search-result__link {
  font-size: 12px;
  /* 12px */
  font-size: 0.75rem;
  /* 12px */
  margin-bottom: 5px;
}

.search-type {
  text-transform: uppercase;
}

.search-strip {
  padding: 80px 0;
  margin-top: 40px;
}

.search-strip .search-contain {
  display: inline-block;
  width: 300px;
}

.search-strip input[type="search"] {
  width: 100%;
  padding: 13px;
}

/* 
 * Leaflet Control Search v2.9.7 - 2019-01-14 
 * 
 * Copyright 2019 Stefano Cudini 
 * stefano.cudini@gmail.com 
 * http://labs.easyblog.it/ 
 * 
 * Licensed under the MIT license. 
 * 
 * Demo: 
 * http://labs.easyblog.it/maps/leaflet-search/ 
 * 
 * Source: 
 * git@github.com:stefanocudini/leaflet-search.git 
 * 
 */
.leaflet-container .leaflet-control-search {
  position: relative;
  float: left;
  background: #fff;
  color: #1978cf;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  margin-left: 10px;
  margin-top: 10px;
}

.leaflet-control-search.search-load .search-input {
  background: url(../images/loader.gif) no-repeat center right #fff;
}

.leaflet-control-search.search-load .search-cancel {
  visibility: hidden;
}

.leaflet-control-search .search-cancel {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 4px;
  right: 13px;
  margin: 6px 0;
  text-decoration: none;
  opacity: .8;
}

.leaflet-control-search .leaflet-control-search .search-cancel span {
  display: none;
  font-size: 18px;
  line-height: 20px;
  color: #ccc;
  font-weight: 700;
}

.leaflet-control-search .search-cancel:hover span {
  color: #aaa;
}

.leaflet-control-search .search-button {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background: url("../img/search.svg") no-repeat 4px 4px #fff;
  border-radius: 4px;
}

.leaflet-control-search .search-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  float: left;
  list-style: none;
  padding-left: 0;
  min-width: 120px;
  max-height: 116px;
  background: white;
  border: solid 1px #979797;
  z-index: 1010;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: pointer;
  border-radius: 4px;
}

.leaflet-control-search .search-tip {
  margin: 0px;
  padding: 10px 20px;
  display: block;
  color: #000;
  background: white;
  border-bottom: solid 1px #979797;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: center;
}

.leaflet-control-search .search-tip:hover, .leaflet-control-search .search-tip.search-tip-select {
  background: #80b926;
  color: white;
}

.leaflet-control-search .search-button:hover {
  background-color: #f4f4f4;
}

.leaflet-control-search .search-alert {
  cursor: pointer;
  clear: both;
  font-size: .75em;
  margin-bottom: 5px;
  padding: 0 .25em;
  color: #e00;
  font-weight: 700;
  border-radius: .25em;
}

.leaflet-popup-content-wrapper {
  border-radius: 4px !important;
}

.map-contain {
  position: relative;
}

.map-contain .map {
  height: 100vh;
}

.map-contain:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 999;
  opacity: 0.8;
  pointer-events: none;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.page-template-tpl-map .leaflet-top {
  bottom: 60px;
  top: initial;
}

.page-template-tpl-map-new .leaflet-top {
  bottom: 60px;
  top: initial;
}

.map-controls {
  position: absolute;
  bottom: 60px;
  left: 60px;
  background: white;
  border-radius: 4px;
  z-index: 999;
  padding: 40px;
  width: 530px;
  max-width: 50vw;
}

.map-controls .title {
  margin-bottom: 20px;
}

.map-controls .heading {
  margin-bottom: 5px;
}

.map-controls .map-search-container {
  margin: 20px 0 30px;
}

.map-controls .leaflet-control-search .search-input {
  padding: 10px 20px;
}

.map-controls .search-tooltip {
  max-width: 200%;
}

.map-controls .search-button {
  position: absolute;
  right: 10px;
  top: 6px;
}

.map-controls svg {
  width: 80px;
}

.map-controls img {
  max-width: 100px;
}

.map-controls .toggle-layer {
  padding-left: 40px;
  position: relative;
  cursor: pointer;
}

.map-controls .toggle-layer:before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 12.5px);
  height: 25px;
  width: 25px;
  background-color: #F0F0F0;
  border: 1px solid #979797;
}

.map-controls .toggle-layer:after {
  content: '';
  position: absolute;
  height: 20px;
  width: 10px;
  border-right: 4px solid #78BE20;
  border-bottom: 4px solid #78BE20;
  left: 8px;
  top: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.map-controls .toggle-layer.is-active:after {
  opacity: 1;
}

.map-controls input[type="text"]::-webkit-input-placeholder {
  color: grey;
}

.map-controls input[type="text"]::-moz-placeholder {
  color: grey;
}

.map-controls input[type="text"]:-ms-input-placeholder {
  color: grey;
}

.map-controls input[type="text"]::-ms-input-placeholder {
  color: grey;
}

.map-controls input[type="text"]::placeholder {
  color: grey;
}

.area-info {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  z-index: 99999;
  padding: 180px 40px 40px;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
}

.area-info .js-area-name {
  margin-bottom: 30px;
}

.area-info .js-rep-name {
  margin-bottom: 30px;
}

.area-info .js-multiple-areas {
  margin-bottom: 40px;
}

.area-info .js-programme-type {
  margin-bottom: 10px;
  margin-top: 40px;
}

.area-info input[type="radio"] {
  margin-left: 20px;
  margin-right: 7px;
}

.area-info .gfield {
  margin-bottom: 5px;
}

.area-info input[type="text"],
.area-info input[type="email"],
.area-info textarea {
  padding: 10px 20px;
}

.area-info textarea {
  max-height: 120px;
}

.area-info__close {
  position: absolute;
  top: 130px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.area-info__close:before, .area-info__close:after {
  position: absolute;
  content: '';
  height: 3px;
  width: 30px;
  top: 13px;
  right: 0;
  background: #181E26;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

.area-info__close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.area-info__close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.area-info .gform_wrapper label {
  line-height: 1.2;
  margin-top: 12px;
  margin-bottom: 5px;
  font-size: 14px;
}

.area-info .gform_heading {
  display: none;
}

.area-info .title--custom {
  font-size: 22px;
  /* 22px */
  font-size: 1.375rem;
  /* 22px */
}

.leaflet-popup-content {
  font-family: "AvantGarde-Demi";
}

.full-list {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background: white;
  padding-top: 140px;
  z-index: 9999;
  overflow: scroll;
  display: none;
}

.full-list h2 {
  margin-bottom: 50px;
}

.full-list ul {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  padding: 0;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .full-list ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media screen and (max-width: 590px) {
  .full-list ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

.full-list li {
  list-style: none;
  position: relative;
  font-family: "AvantGarde-Demi";
  font-size: 18px;
  /* 18px */
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.38889;
  /* 25px */
  letter-spacing: -0.3px;
  margin-bottom: 7px;
  padding-right: 37px;
  cursor: pointer;
}

.full-list li:before {
  position: absolute;
  content: '';
  height: 13px;
  width: 13px;
  border-radius: 50%;
  right: 20px;
  top: 5px;
}

.full-list li.big_local:before {
  background: #00A3E0;
}

.full-list li.creative_civic_change:before {
  background: #d66b83;
}

.full-list li.both:before {
  background: #00A3E0;
}

.full-list li.both:after {
  position: absolute;
  content: '';
  height: 13px;
  width: 7.5px;
  border-bottom-right-radius: 13px;
  border-top-right-radius: 13px;
  right: 20px;
  top: 5px;
  background: #d66b83;
}

.circle-left {
  padding-left: 22px;
  margin-right: 25px;
  position: relative;
}

.circle-left:before {
  position: absolute;
  content: '';
  height: 13px;
  width: 13px;
  border-radius: 50%;
  left: 0;
  top: 5px;
}

.circle-left.big_local:before {
  background: #00A3E0;
}

.circle-left.creative_civic_change:before {
  background: #d66b83;
}

.full-list-key {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 18px 28px;
  margin-bottom: 30px;
}

.js-toggle-full-list {
  cursor: pointer;
}

.page-template-tpl-map .top-nav {
  z-index: 9999;
}

.side-tabs {
  margin-bottom: 90px;
}

.side-tabs__controls button {
  padding: 0;
  border: none;
  background: none;
  letter-spacing: -0.5px;
  font-size: 32px;
  /* 32px */
  font-size: 2rem;
  /* 32px */
  line-height: 1.3125;
  /* 42px */
  color: #181E26;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: block;
  margin-bottom: 30px;
  font-family: "AvantGarde-Demi";
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.side-tabs__controls button:hover {
  opacity: 1;
}

.side-tabs__controls button[aria-selected=true] {
  opacity: 1;
  color: #78BE20;
}

.schedule-item > *:first-child {
  border-right: 1px solid #C7C7C7;
}

.schedule-item .schedule-card {
  margin-bottom: 30px;
}

.schedule-item .title:only-child {
  margin-bottom: 17px;
}

.schedule-item .speakers {
  margin-bottom: 15px;
}

.schedule-item--show-time .schedule-time {
  display: block;
}

.schedule-item--hidden {
  display: none;
}

.schedule-tab {
  display: none;
}

.schedule-tab--active {
  display: block;
}

.schedule-tab__spacer > * {
  padding-top: 60px;
}

.schedule-tab__spacer > *:first-child {
  border-right: 1px solid #C7C7C7;
}

.schedule-tab__filtered .schedule-time {
  display: block;
}

.schedule-filters {
  margin-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #C7C7C7;
}

.tab-controls {
  margin-top: 18px;
}

.tab-controls__item {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  padding: 0 0 8px;
  cursor: pointer;
}

.tab-controls__item--active:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #78BE20;
  bottom: 0;
  left: 0;
}

.tab-controls__item:last-child {
  margin: 0;
}

.schedule-time {
  padding-top: 25px;
}

.schedule-dropdown {
  margin-left: 15px;
  padding-left: 30px;
  position: relative;
  max-height: 66px;
  overflow: visible;
}

.schedule-dropdown:before {
  position: absolute;
  content: '';
  left: 0;
  height: 100%;
  width: 1px;
  background: #C7C7C7;
  top: 0;
}

.dropdown {
  margin-top: 5px;
  position: relative;
  min-width: 14em;
  display: inline-block;
  margin-right: 1em;
  min-height: 2.5em;
  max-height: 2.5em;
  overflow: hidden;
  top: .5em;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  color: #181E26;
  outline: none;
  border: 1px solid #979797;
  border-radius: 4px;
  z-index: 9;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.dropdown input:focus + label {
  background: #def;
}

.dropdown input {
  width: 1px;
  height: 1px;
  display: inline-block;
  position: absolute;
  opacity: 0.01;
}

.dropdown label {
  border-top: .06em solid #d9d9d9;
  display: block;
  height: 2.5em;
  line-height: 2.5em;
  padding-left: 1em;
  padding-right: 3em;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s color ease-in-out;
  -o-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
  margin-bottom: 0;
}

.dropdown label:nth-child(2) {
  margin-top: 2.5em;
  border-top: .06em solid #d9d9d9;
}

.dropdown input:checked + label {
  display: block;
  border-top: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.dropdown input:checked + label:nth-child(2) {
  margin-top: 0;
  position: relative;
}

.dropdown::after {
  content: "";
  position: absolute;
  right: 0.8em;
  top: 1.1em;
  border: 0.3em solid #78BE20;
  border-color: #78BE20 transparent transparent transparent;
  -webkit-transition: .4s all ease-in-out;
  -o-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

.dropdown.expanded {
  background: #fff;
  border-radius: 4px;
  padding: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px 0px;
          box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px 0px;
  max-height: 15em;
}

.dropdown.expanded label {
  border-top: .06em solid #d9d9d9;
}

.dropdown.expanded label:hover {
  color: #78BE20;
}

.dropdown.expanded input:checked + label {
  color: #78BE20;
}

.dropdown.expanded::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: .55em;
}

.intro + .button {
  margin-top: 25px;
}

.button:only-child {
  margin: 0;
}

p:only-child {
  margin: 0;
}

p:last-child {
  margin-bottom: 0;
}

p + .question {
  margin-top: 30px;
}

.question {
  margin-bottom: 5px;
}

.intro + p {
  margin-top: 20px;
}

.intro + .play-button {
  margin-top: 42px;
  display: block;
}

.title--extra-small + p {
  margin-top: 5px;
}

.title--extra-small + strong {
  margin-top: 20px;
}

.title:only-child {
  margin: 0;
}

.title + .sub-title {
  margin-top: 3px;
}

.title + .label {
  margin-top: 30px;
}

.title + .tags {
  margin-top: 7px;
}

.title--small + ul {
  margin-top: 30px;
}

.title--small + p {
  margin-top: 10px;
}

.title--large + .intro--large {
  margin-top: 25px;
}

.title--small-2 + p {
  margin-top: 15px;
}

.title--large + p {
  margin-top: 30px;
}

.title--large + .intro--xs {
  margin-top: 20px;
}

.title--large + .intro--small {
  margin-top: 0;
}

.title--large + .the-content {
  margin-top: 25px;
}

.title--large + .date {
  margin-top: 30px;
}

.the-content:only-child {
  margin-top: 25px;
}

.title--extra-large + .intro--large {
  margin-top: 38px;
}

.title--extra-large + .date {
  margin-top: 30px;
}

.label + p {
  margin-top: 15px;
}

.label + .title {
  margin-top: 5px;
}

.label + .title--large {
  margin-top: 30px;
}

.grouped-sections .section:not(:first-child) .section-heading {
  padding-top: 0;
}

.section-heading:only-child {
  padding-bottom: 0;
}

.section-heading + .archive-tools {
  margin-top: 0;
}

.archive-banner .section-heading {
  padding-bottom: 25px;
}

.date + p {
  margin-top: 17px;
}

.date + blockquote {
  margin-top: 17px;
}

.date + .title--small {
  margin-top: 10px;
}

.date + .title--small-2 {
  margin-top: 10px;
}

.button:only-child {
  margin-top: 30px;
}

.button:last-child {
  margin-bottom: 0;
}

.section--std + .section--std {
  margin-top: 20px;
}

blockquote:first-child {
  margin-top: 0;
}

blockquote + h2 {
  margin-top: 0;
}

.card--bg + .title {
  margin-top: 30px;
}

.card__top + .card__content {
  margin-top: 60px;
  padding-bottom: 110px;
}

.sub-title + p {
  margin-top: 10px;
}

.mrg-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mrg-70 .section-heading {
  padding-top: 30px;
}

.mrg-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mrg-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.tag:only-child {
  margin-right: 0;
}

.tag + .title--large {
  margin-top: 15px;
}

a + .title--large {
  margin-top: 15px;
}

.tags + .intro {
  margin-top: 17px;
}

.spaced-buttons {
  margin: 45px 0 60px;
}

.archive-tools {
  margin-top: 20px;
  margin-bottom: 25px;
}

.newsletter-signup-strip {
  margin-bottom: 30px;
}

.heading--small + .title--extra-small {
  margin-top: 10px;
}

.heading--small + .title--large {
  margin-top: 10px;
}

.image-carousel-strip {
  margin: 70px 0;
}

.no-margin {
  margin: 0;
}

.logos-strip {
  margin: 20px 0 60px;
}

.date-icon--inline + .date-icon--inline {
  margin-left: 25px;
}

.guidance-teaser__meta + .title--large {
  margin-top: 45px;
}

.off-screen {
  opacity: 1;
}

.off-screen.off-screen--from-left, .off-screen.off-screen--from-right, .off-screen.off-screen--from-bottom, .off-screen.off-screen--fade,
.off-screen.off-screen--sequential > *,
.off-screen.off-screen--video-grid > div {
  -webkit-transform-style: flat;
          transform-style: flat;
  -webkit-transition: all 0.4s cubic-bezier(0.515, 0.34, 0.175, 0.96);
  -o-transition: all 0.4s cubic-bezier(0.515, 0.34, 0.175, 0.96);
  transition: all 0.4s cubic-bezier(0.515, 0.34, 0.175, 0.96);
}

.js:not(.no-objectfit) .off-screen--hide.off-screen--from-left {
  -ms-transform: translateX(-60px);
  /* IE 9 */
  -webkit-transform: translateX(-60px);
  /* Safari */
  transform: translateX(-60px);
  /* Safari */
  opacity: 0;
}

.js:not(.no-objectfit) .off-screen--hide.off-screen--from-right {
  -ms-transform: translateX(60px);
  /* IE 9 */
  -webkit-transform: translateX(60px);
  /* Safari */
  transform: translateX(60px);
  /* Safari */
  opacity: 0;
}

.js:not(.no-objectfit) .off-screen--hide.off-screen--from-bottom {
  -ms-transform: translateY(20px);
  /* IE 9 */
  -webkit-transform: translateY(20px);
  /* Safari */
  transform: translateY(20px);
  /* Safari */
  opacity: 0;
}

.js:not(.no-objectfit) .off-screen--hide.off-screen--fade {
  opacity: 0;
}

.js:not(.no-objectfit) .off-screen--hide.off-screen--sequential > * {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}

.js:not(.no-objectfit) .off-screen--hide.off-screen--video-grid > div {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

.js:not(.no-objectfit) .off-screen--section-heading .title {
  -webkit-transition: all 0.45s cubic-bezier(0.515, 0.34, 0.175, 0.96);
  -o-transition: all 0.45s cubic-bezier(0.515, 0.34, 0.175, 0.96);
  transition: all 0.45s cubic-bezier(0.515, 0.34, 0.175, 0.96);
}

.js:not(.no-objectfit) .off-screen--section-heading p {
  -webkit-transition: all 0.45s cubic-bezier(0.515, 0.34, 0.175, 0.96) 0.2s;
  -o-transition: all 0.45s cubic-bezier(0.515, 0.34, 0.175, 0.96) 0.2s;
  transition: all 0.45s cubic-bezier(0.515, 0.34, 0.175, 0.96) 0.2s;
}

.js:not(.no-objectfit) .off-screen--section-heading.off-screen--hide .title {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.35s ease-in;
  -o-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}

.js:not(.no-objectfit) .off-screen--section-heading.off-screen--hide p {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.35s ease-in;
  -o-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}

.off-screen--video > div {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}

.js:not(.no-objectfit) .off-screen--alternate > div > div {
  -ms-transform: translate(0, 0);
  /* IE 9 */
  -webkit-transform: translate(0, 0);
  /* Safari */
  transform: translate(0, 0);
  /* Safari */
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.js:not(.no-objectfit) .off-screen--alternate > div.off-screen--hide:nth-child(even) div:nth-child(1) {
  -ms-transform: translateX(150px);
  /* IE 9 */
  -webkit-transform: translateX(150px);
  /* Safari */
  transform: translateX(150px);
  /* Safari */
  opacity: 0;
}

.js:not(.no-objectfit) .off-screen--alternate > div.off-screen--hide:nth-child(even) div:nth-child(2) {
  -ms-transform: translateX(-150px);
  /* IE 9 */
  -webkit-transform: translateX(-150px);
  /* Safari */
  transform: translateX(-150px);
  /* Safari */
  opacity: 0;
}

.js:not(.no-objectfit) .off-screen--alternate > div.off-screen--hide:nth-child(odd) div:nth-child(1) {
  -ms-transform: translateX(-150px);
  /* IE 9 */
  -webkit-transform: translateX(-150px);
  /* Safari */
  transform: translateX(-150px);
  /* Safari */
  opacity: 0;
}

.js:not(.no-objectfit) .off-screen--alternate > div.off-screen--hide:nth-child(odd) div:nth-child(2) {
  -ms-transform: translateX(150px);
  /* IE 9 */
  -webkit-transform: translateX(150px);
  /* Safari */
  transform: translateX(150px);
  /* Safari */
  opacity: 0;
}

.off-screen--sequential > *:nth-child(1) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.off-screen--sequential > *:nth-child(2) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.off-screen--sequential > *:nth-child(3) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.off-screen--sequential > *:nth-child(4) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.off-screen--sequential > *:nth-child(5) {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.off-screen--sequential > *:nth-child(6) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.off-screen--sequential > *:nth-child(7) {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.off-screen--sequential > *:nth-child(8) {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.off-screen--sequential > *:nth-child(9) {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.off-screen--sequential > *:nth-child(10) {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.off-screen--sequential > *:nth-child(11) {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}

.off-screen--sequential > *:nth-child(12) {
  -webkit-transition-delay: 2.2s;
       -o-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.off-screen--sequential > *:nth-child(13) {
  -webkit-transition-delay: 2.4s;
       -o-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.off-screen--sequential > *:nth-child(14) {
  -webkit-transition-delay: 2.6s;
       -o-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

.off-screen--sequential > *:nth-child(15) {
  -webkit-transition-delay: 2.8s;
       -o-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

.no-objectfit .arrow-left:before {
  top: 2px;
}

.no-objectfit .button--pdf:before {
  background-image: url(../img/pdf-icon.svg);
  background-color: transparent;
  background-size: cover;
}

.no-objectfit .button--pdf:hover:before {
  background-image: url(../img/pdf-icon-green.svg);
  background-color: transparent;
}

.no-objectfit .button--pdf.button--ghost:before {
  background-image: url(../img/pdf-icon-green.svg);
  background-color: transparent;
  background-size: cover;
}

.no-objectfit .button--pdf.button--ghost:hover:before {
  background-image: url(../img/pdf-icon.svg);
  background-color: transparent;
}

.no-objectfit .arrow:before {
  top: 1px;
}

.no-objectfit .date-icon--calendar svg {
  top: -1px;
}

.author .col {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.mobile-menu {
  display: none;
}

@media (min-width: 1200px) {
  .override-5col .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 1200px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row > .col,
  .row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-grid > div {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1055px) {
  .map-controls {
    width: calc(100% - 60px);
    max-width: inherit;
    bottom: 20px;
    padding: 30px;
  }
  .map-controls .map-search-container {
    margin-bottom: 0;
  }
  .filter-programmes {
    display: none;
  }
  .area-info {
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 1160px) {
  .menu-main-menu-right-container {
    display: none;
  }
  .menu-main-menu-left-container {
    display: none;
  }
  button.hamburger {
    display: block;
  }
  .mobile-menu {
    display: block;
  }
  .top-nav {
    padding: 36px 25px 18px;
  }
}

@media (max-width: 1199.98px) {
  .lg-down-relative {
    position: relative;
  }
  .schedule-card {
    margin-left: 15px;
  }
  .card .title--small-2 {
    font-size: 28px;
    /* 28px */
    font-size: 1.75rem;
    /* 28px */
  }
  .card .title--large {
    font-size: 44px;
  }
  .banner--full .banner__bottom {
    bottom: 55px;
  }
  .mfp-inline-holder .mfp-content {
    padding: 45px;
  }
  .site-footer__main {
    padding-bottom: 60px;
  }
  .living-wage-footer {
    margin-top: 20px;
  }
  .col-grid .title--small,
  .col-grid .title--small-2 {
    font-size: 2rem;
  }
  .col-grid .title--small + p,
  .col-grid .title--small-2 + p {
    margin-top: 5px;
  }
  .col-grid .card__content {
    padding: 25px;
  }
  .title--extra-large {
    font-size: 4.2rem;
  }
  .overflow-slider {
    padding: 0 60px;
  }
  .page-template-tpl-big-local-overview .banner__center {
    top: 45%;
  }
  .single-event .banner--2-column .button {
    margin-top: 50px;
  }
  div.navigation .page-numbers li {
    min-width: 40px;
    margin: 0 5px;
    padding: 0 5px;
  }
  .banner--shorter {
    height: auto;
    padding-bottom: 0;
  }
  .banner--shorter .banner__center {
    padding-top: 130px;
    padding-bottom: 70px;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .banner--shorter .banner__center .banner__center {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .banner--shorter .banner__bottom {
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px;
    bottom: inherit;
  }
  .interested-in {
    padding: 40px 0;
  }
}

@media (max-width: 991.98px) {
  html {
    font-size: 110%;
  }
  .map-controls {
    padding: 20px;
  }
  .map-controls .title {
    font-size: 18px;
  }
  .page-template-tpl-creative-civic-change .banner {
    min-height: 520px;
  }
  .page-template-tpl-in-depth .light-grey-background,
  .page-template-tpl-policy .light-grey-background {
    margin-top: 30px;
  }
  .banner--2-column .bordered {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .title--small-2 {
    letter-spacing: 0;
  }
  .title--large {
    font-size: 3rem;
  }
  button.hamburger {
    top: 26px;
    right: 15px;
  }
  .floating-top-right {
    right: 23px;
  }
  .section--top {
    padding-top: 160px;
    padding-bottom: 60px;
  }
  .breadcrumb {
    padding: 15px 0;
  }
  .border-bottom {
    padding-bottom: 40px;
  }
  .mrg-70 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .card-md-auto {
    padding-bottom: 0;
  }
  .card-md-auto > div {
    position: inherit;
  }
  .card-md-auto .button:only-child {
    margin-top: 0;
  }
  .newsletter-signup-strip .button {
    margin-top: 20px;
  }
  .card--short-rectangle {
    min-height: 350px;
  }
  .card__content--overlay {
    margin-bottom: 0;
  }
  .card__content {
    padding: 25px 25px;
  }
  .section--top {
    padding-bottom: 25px;
  }
  .title--extra-small {
    font-size: 1.7rem;
  }
  .interested-in__posts > div {
    margin-bottom: 20px;
  }
  .full-width-teaser .card--bg {
    margin-bottom: 30px;
  }
  .full-width-teaser .teaser__text {
    padding: 0;
  }
  .banner--overlaping-image .button {
    display: none;
  }
  .banner--overlaping-image .card--horizontal {
    margin-top: 20px;
  }
  .the-content img.alignright,
  .the-content img.alignleft {
    float: none;
    margin-right: 0;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .essay-teaser__text {
    padding: 0;
    padding-top: 0;
  }
  .essay-teaser__tags {
    margin-top: 0;
  }
  .essay-teaser .author {
    margin-bottom: 15px;
  }
  .content-overlap-banner {
    margin-top: -40px;
  }
  .mobile-menu li a {
    font-size: 1.55rem;
  }
  .author-large-row {
    padding-bottom: 60px;
    border-bottom: solid 2px #ececec;
    margin-bottom: 60px;
  }
  .author-large-row > div:first-child .title {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .author-large-row > div:last-child {
    padding-left: 7.5px;
    border-left: none;
  }
  .menu-quick-links-container a {
    padding: 8px 0;
    display: block;
  }
  .banner .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-overlap-banner {
    margin-top: 0px;
  }
  .mrg-100 .essay-teaser__text {
    margin-top: 20px;
  }
  .overflow-slider {
    padding: 0;
  }
  .card--twitter > .card__content {
    padding-bottom: 70px;
  }
  blockquote p, blockquote ul, blockquote ol {
    font-size: 30px;
    /* 30px */
    font-size: 1.875rem;
    /* 30px */
  }
}

@media (max-width: 767.98px) {
  .schedule-item > *:first-child {
    border: none;
  }
  .schedule-card {
    margin-left: 0;
  }
  .schedule-item:first-child > * {
    padding-top: 10px;
  }
  .schedule-time {
    padding-top: 0;
    margin-bottom: 10px;
    display: block;
  }
  .overflow-slider .slick-slide {
    padding: 0 7.5px;
  }
  .essay-teaser .essay-cover {
    margin-bottom: 20px;
  }
  .light-grey-background + .section--std {
    margin-top: 40px;
  }
  .the-content img.alignright,
  .the-content img.alignleft {
    width: 100%;
  }
  .overflow-slider {
    padding: 0;
  }
  .mrg-100 .essay-teaser__text {
    margin-top: 0px;
  }
  .full-width-teaser .card--bg {
    margin-bottom: 0px;
  }
  .full-width-teaser {
    margin-bottom: 40px;
  }
  .logos-strip .col {
    margin-bottom: 20px;
  }
  .logos-strip + .section--std {
    margin-top: 40px;
  }
  html {
    font-size: 100%;
  }
  .mrg-100 {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .mrg-100:first-child {
    margin-top: 0;
  }
  .the-content ul li:before {
    top: 0.4em;
  }
  .external-link-teaser .card--bg {
    margin-bottom: 20px;
  }
  .card--horizontal {
    padding-bottom: 80%;
  }
  .card .title--small {
    font-size: 1.75rem;
  }
  .share-and-back {
    margin-top: 70px;
  }
  .guidance-teaser__meta + .title--large {
    margin-top: 15px;
  }
  .title--large + p {
    margin-top: 15px;
  }
  .page-template-tpl-team-members .essay-teaser__text {
    margin-top: 20px;
  }
  .team-member {
    margin-bottom: 30px;
  }
  .essay-teaser__text {
    padding-left: 0;
  }
  .full-width-teaser .tags {
    margin: 10px 0;
  }
  .interested-in__posts > div {
    margin-bottom: 30px;
  }
  .section--std {
    padding-bottom: 30px;
  }
  img.bordered {
    margin: 20px 0;
  }
  .searchandfilter ul {
    text-align: center;
  }
  .author {
    margin-top: 15px;
  }
  .full-width-teaser .teaser__text {
    padding: 0;
    padding-top: 20px;
  }
  .site-footer .search-contain {
    margin: 50px auto;
  }
  .site-footer .heading {
    margin-top: 40px;
  }
  .title--extra-large {
    font-size: 52px;
    /* 52px */
    font-size: 3.25rem;
    /* 52px */
  }
  blockquote {
    padding: 30px 15px;
  }
  blockquote p, blockquote ul, blockquote ol {
    font-size: 24px;
    /* 24px */
    font-size: 1.5rem;
    /* 24px */
  }
  blockquote cite {
    font-size: 14px;
    /* 14px */
    font-size: 0.875rem;
    /* 14px */
  }
  .logos-strip {
    margin: 0;
  }
  .the-content ul {
    padding-left: 30px;
  }
  .newsletter-signup {
    padding: 25px;
  }
  .gf_left_half,
  .gf_right_half {
    width: 100%;
  }
  .section-heading {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-heading--h2 {
    padding-bottom: 20px;
  }
  .page-navigation a {
    display: block;
    padding: 10px;
    text-align: center;
  }
  .bio-image {
    display: none;
  }
  .mfp-inline-holder .mfp-content {
    padding: 30px;
  }
  .searchandfilter ul li,
  .searchandfilter ul li[data-sf-field-input-type="select"] {
    display: block;
  }
  .searchandfilter label {
    width: 100%;
  }
  .searchandfilter li + li {
    margin-left: 0;
  }
  .card--short-rectangle {
    min-height: 380px;
  }
  .section--top .title {
    margin-top: 15px;
  }
  .top-nav {
    padding-left: 0;
  }
  .card--big-padding .card--bg {
    min-height: 340px;
  }
  .banner--full,
  .banner--shorter {
    height: auto;
    padding-bottom: 0;
    min-height: 50vh;
  }
  .banner--full .banner__center,
  .banner--shorter .banner__center {
    padding-top: 130px;
    padding-bottom: 70px;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .banner--full .banner__center .banner__center,
  .banner--shorter .banner__center .banner__center {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .banner--full .banner__bottom,
  .banner--shorter .banner__bottom {
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px;
    bottom: inherit;
  }
  .banner-overlapping-card {
    top: auto;
    width: 100%;
    margin-top: 20px;
  }
  .mrg-130 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 575.98px) {
  .mt-xs-30 {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 340px) {
  .mobile-menu {
    right: -100%;
    width: 100%;
  }
}

@media screen and (max-height: 750px), screen and (max-width: 750px) {
  .area-info {
    width: 100%;
    right: auto;
    bottom: auto;
    top: 100px;
    max-height: calc(100vh - 100px);
    overflow: scroll;
    z-index: 9999;
    max-width: 100%;
    padding: 30px 20px;
  }
  .area-info__close {
    top: 20px;
  }
  .area-info .title--small-2 {
    font-size: 28px;
    /* 28px */
    font-size: 1.75rem;
    /* 28px */
  }
  .area-info .title--custom {
    font-size: 20px;
    /* 20px */
    font-size: 1.25rem;
    /* 20px */
  }
}

@media screen and (max-height: 620px) {
  .banner--full,
  .banner--shorter {
    height: auto;
    padding-bottom: 0;
    min-height: 50vh;
  }
  .banner--full .banner__center,
  .banner--shorter .banner__center {
    padding-top: 130px;
    padding-bottom: 30px;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .banner--full .banner__center .banner__center,
  .banner--shorter .banner__center .banner__center {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .banner--full .banner__bottom,
  .banner--shorter .banner__bottom {
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
    bottom: inherit;
  }
  .video-grid {
    height: 100%;
  }
}
/*# sourceMappingURL=screen.css.map */