@charset "UTF-8";
/*!
Theme Name: Kube
Theme URI: http://underscores.me/
Author: Canic Interactive LLC
Author URI: http://canicinteractive.com
Description: Custom made theme with Kube framework
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kube
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Kube is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# KUBE Framework
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
/*--------------------------------------------------------------
# KUBE Framework
--------------------------------------------------------------*/
/*!
  Kube. CSS & JS Framework
  Version 6.5.2
  Updated: February 2, 2017

  http://imperavi.com/kube/

  Copyright (c) 2009-2017, Imperavi LLC.
  License: MIT
*/
html {
  box-sizing: border-box;
}

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

* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

img,
video,
audio {
  max-width: 100%;
}

img,
video {
  height: auto;
}

svg {
  max-height: 100%;
}

iframe {
  border: none;
}

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

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
  position: relative;
  bottom: 0.15rem;
  font-size: 115%;
  margin-right: 3px;
}

input[type=search] {
  -webkit-appearance: textfield;
}

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

.black {
  color: #0d0d0e;
}

.inverted {
  color: #fff;
}

.error {
  color: #f03c69;
}

.success {
  color: #35beb1;
}

.warning {
  color: #f7ba45;
}

.focus {
  color: #1c86f2;
}

.aluminum {
  color: #f8f8f8;
}

.silver {
  color: #e0e1e1;
}

.lightgray {
  color: #d4d4d4;
}

.gray {
  color: #bdbdbd;
}

.midgray {
  color: #676b72;
}

.darkgray {
  color: #313439;
}

.bg-black {
  background-color: #0d0d0e;
}

.bg-inverted {
  background-color: #fff;
}

.bg-error {
  background-color: #f03c69;
}

.bg-success {
  background-color: #35beb1;
}

.bg-warning {
  background-color: #f7ba45;
}

.bg-focus {
  background-color: #1c86f2;
}

.bg-aluminum {
  background-color: #f8f8f8;
}

.bg-silver {
  background-color: #e0e1e1;
}

.bg-lightgray {
  background-color: #d4d4d4;
}

.bg-gray {
  background-color: #bdbdbd;
}

.bg-midgray {
  background-color: #676b72;
}

.bg-darkgray {
  background-color: #313439;
}

.bg-highlight {
  background-color: #edf2ff;
}

html,
body {
  font-size: 16px;
  line-height: 24px;
}

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #313439;
  background-color: transparent;
}

a {
  color: #3794de;
}

a:hover {
  color: #f03c69;
}

h1.title, h1, h2, h3, h4, h5, h6 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #0d0d0e;
  text-rendering: optimizeLegibility;
  margin-bottom: 16px;
}

h1.title {
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 8px;
}

h1,
.h1 {
  font-size: 48px;
  line-height: 52px;
}

h2,
.h2 {
  font-size: 36px;
  line-height: 40px;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 32px;
}

h4,
.h4 {
  font-size: 21px;
  line-height: 32px;
}

h5,
.h5 {
  font-size: 18px;
  line-height: 28px;
}

h6,
.h6 {
  font-size: 16px;
  line-height: 24px;
}

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  color: inherit;
}

p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
dl + h2,
dl + h3,
dl + h4,
dl + h5,
dl + h6,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6,
pre + h2,
pre + h3,
pre + h4,
pre + h5,
pre + h6,
table + h2,
table + h3,
table + h4,
table + h5,
table + h6,
form + h2,
form + h3,
form + h4,
form + h5,
form + h6,
figure + h2,
figure + h3,
figure + h4,
figure + h5,
figure + h6 {
  margin-top: 24px;
}

ul, ul ul, ul ol,
ol,
ol ul,
ol ol {
  margin: 0 0 0 24px;
}

ol ol li {
  list-style-type: lower-alpha;
}

ol ol ol li {
  list-style-type: lower-roman;
}

nav ul, nav ol {
  margin: 0;
  list-style: none;
}
nav ul ul, nav ul ol, nav ol ul, nav ol ol {
  margin-left: 24px;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-left: 24px;
}

p, blockquote, hr, pre, ol, ul, dl, table, fieldset, figure, address, form {
  margin-bottom: 16px;
}

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

blockquote {
  padding-left: 1rem;
  border-left: 4px solid rgba(0, 0, 0, 0.1);
  font-style: italic;
  color: rgba(49, 52, 57, 0.65);
}
blockquote p {
  margin-bottom: 0.5rem;
}

time, cite, small, figcaption {
  font-size: 87.5%;
}

cite {
  opacity: 0.6;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  cursor: help;
}

var {
  font-size: 16px;
  opacity: 0.6;
  font-style: normal;
}

mark, code, samp, kbd {
  position: relative;
  top: -1px;
  padding: 4px 4px 2px 4px;
  display: inline-block;
  line-height: 1;
  color: rgba(49, 52, 57, 0.85);
}

code {
  background: #e0e1e1;
}

mark {
  background: #f7ba45;
}

samp {
  color: #fff;
  background: #1c86f2;
}

kbd {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

sub,
sup {
  font-size: x-small;
  line-height: 0;
  margin-left: 1rem/4;
  position: relative;
}

sup {
  top: 0;
}

sub {
  bottom: 1px;
}

pre, code, samp, var, kbd {
  font-family: Consolas, Monaco, "Courier New", monospace;
}

pre, code, samp, var, kbd, mark {
  font-size: 87.5%;
}

pre,
pre code {
  background: #f8f8f8;
  padding: 0;
  top: 0;
  display: block;
  line-height: 20px;
  color: rgba(49, 52, 57, 0.85);
  overflow: none;
  white-space: pre-wrap;
}

pre {
  padding: 1rem;
}

figcaption {
  opacity: 0.6;
}

figure figcaption {
  position: relative;
  top: -1rem/2;
}

figure pre {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

figure .video-container, figure pre {
  margin-bottom: 8px;
}

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

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

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

ul.unstyled {
  margin-left: 0;
}
ul.unstyled, ul.unstyled ul {
  list-style: none;
}

.monospace {
  font-family: Consolas, Monaco, "Courier New", monospace;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

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

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

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

.muted {
  opacity: 0.55;
}

a.muted {
  color: #0d0d0e;
}

a.muted:hover {
  opacity: 1;
}

.black {
  color: #0d0d0e;
}

.smaller {
  font-size: 12px;
  line-height: 20px;
}

.small {
  font-size: 14px;
  line-height: 20px;
}

.big {
  font-size: 18px;
  line-height: 28px;
}

.large {
  font-size: 20px;
  line-height: 32px;
}

.end {
  margin-bottom: 0 !important;
}

.highlight {
  background-color: #edf2ff;
}

.nowrap,
.nowrap td {
  white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .columns-2,
.columns-3,
.columns-4 {
    column-gap: 24px;
  }

  .columns-2 {
    column-count: 2;
  }

  .columns-3 {
    column-count: 3;
  }

  .columns-4 {
    column-count: 4;
  }
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .row {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.row.gutters, .row.gutters > .row {
  margin-left: -2%;
}
@media (max-width: 768px) {
  .row.gutters, .row.gutters > .row {
    margin-left: 0;
  }
}
.row.gutters > .col, .row.gutters > .row > .col {
  margin-left: 2%;
}
@media (max-width: 768px) {
  .row.gutters > .col, .row.gutters > .row > .col {
    margin-left: 0;
  }
}
.row.around {
  justify-content: space-around;
}
.row.between {
  justify-content: space-between;
}
.row.auto .col {
  flex-grow: 1;
}

.col-1 {
  width: 8.3333333333%;
}

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

.col-2 {
  width: 16.6666666667%;
}

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

.col-3 {
  width: 25%;
}

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

.col-4 {
  width: 33.3333333333%;
}

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

.col-5 {
  width: 41.6666666667%;
}

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

.col-6 {
  width: 50%;
}

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

.col-7 {
  width: 58.3333333333%;
}

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

.col-8 {
  width: 66.6666666667%;
}

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

.col-9 {
  width: 75%;
}

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

.col-10 {
  width: 83.3333333333%;
}

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

.col-11 {
  width: 91.6666666667%;
}

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

.col-12 {
  width: 100%;
}

.offset-12 {
  margin-left: 100%;
}

.gutters > .col-1 {
  width: calc(8.3333333333% - 2%);
}
.gutters > .offset-1 {
  margin-left: calc(8.3333333333% + 2%) !important;
}
.gutters > .col-2 {
  width: calc(16.6666666667% - 2%);
}
.gutters > .offset-2 {
  margin-left: calc(16.6666666667% + 2%) !important;
}
.gutters > .col-3 {
  width: calc(25% - 2%);
}
.gutters > .offset-3 {
  margin-left: calc(25% + 2%) !important;
}
.gutters > .col-4 {
  width: calc(33.3333333333% - 2%);
}
.gutters > .offset-4 {
  margin-left: calc(33.3333333333% + 2%) !important;
}
.gutters > .col-5 {
  width: calc(41.6666666667% - 2%);
}
.gutters > .offset-5 {
  margin-left: calc(41.6666666667% + 2%) !important;
}
.gutters > .col-6 {
  width: calc(50% - 2%);
}
.gutters > .offset-6 {
  margin-left: calc(50% + 2%) !important;
}
.gutters > .col-7 {
  width: calc(58.3333333333% - 2%);
}
.gutters > .offset-7 {
  margin-left: calc(58.3333333333% + 2%) !important;
}
.gutters > .col-8 {
  width: calc(66.6666666667% - 2%);
}
.gutters > .offset-8 {
  margin-left: calc(66.6666666667% + 2%) !important;
}
.gutters > .col-9 {
  width: calc(75% - 2%);
}
.gutters > .offset-9 {
  margin-left: calc(75% + 2%) !important;
}
.gutters > .col-10 {
  width: calc(83.3333333333% - 2%);
}
.gutters > .offset-10 {
  margin-left: calc(83.3333333333% + 2%) !important;
}
.gutters > .col-11 {
  width: calc(91.6666666667% - 2%);
}
.gutters > .offset-11 {
  margin-left: calc(91.6666666667% + 2%) !important;
}
.gutters > .col-12 {
  width: calc(100% - 2%);
}
.gutters > .offset-12 {
  margin-left: calc(100% + 2%) !important;
}

@media (max-width: 768px) {
  [class^=offset-],
[class*=" offset-"] {
    margin-left: 0;
  }
}

.first {
  order: -1;
}

.last {
  order: 1;
}

@media (max-width: 768px) {
  .row .col {
    margin-left: 0;
    width: 100%;
  }
  .row.gutters .col {
    margin-bottom: 16px;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  empty-cells: show;
  font-size: 15px;
  line-height: 24px;
}

table caption {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #676b72;
}

th {
  text-align: left;
  font-weight: 700;
  vertical-align: bottom;
}

td {
  vertical-align: top;
}

tr.align-middle td,
td.align-middle {
  vertical-align: middle;
}

th,
td {
  padding: 1rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}

tfoot th,
tfoot td {
  color: rgba(49, 52, 57, 0.5);
}

table.bordered td, table.bordered th {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

table.striped tr:nth-child(odd) td {
  background: #f8f8f8;
}

table.bordered td:first-child, table.bordered th:first-child,
table.striped td:first-child,
table.striped th:first-child {
  padding-left: 1rem;
}
table.bordered td:last-child, table.bordered th:last-child,
table.striped td:last-child,
table.striped th:last-child {
  padding-right: 1rem;
}

table.unstyled td, table.unstyled th {
  border: none;
  padding: 0;
}

fieldset {
  font-family: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

legend {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 1rem;
  margin-left: -1rem;
  top: 2px;
  position: relative;
  line-height: 0;
}

input,
textarea,
select {
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  height: 40px;
  outline: none;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  box-shadow: none;
  padding: 0 12px;
}

input.small,
textarea.small,
select.small {
  height: 36px;
  font-size: 13px;
  padding: 0 12px;
  border-radius: 3px;
}

input.big,
textarea.big,
select.big {
  height: 48px;
  font-size: 17px;
  padding: 0 12px;
  border-radius: 3px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  background-color: #fff;
  border-color: #1c86f2;
  box-shadow: 0 0 1px #1c86f2 inset;
}
input.error,
textarea.error,
select.error {
  background-color: rgba(240, 60, 105, 0.1);
  border: 1px solid #f583a0;
}
input.error:focus,
textarea.error:focus,
select.error:focus {
  border-color: #f03c69;
  box-shadow: 0 0 1px #f03c69 inset;
}
input.success,
textarea.success,
select.success {
  background-color: rgba(53, 190, 177, 0.1);
  border: 1px solid #6ad5cb;
}
input.success:focus,
textarea.success:focus,
select.success:focus {
  border-color: #35beb1;
  box-shadow: 0 0 1px #35beb1 inset;
}
input:disabled, input.disabled,
textarea:disabled,
textarea.disabled,
select:disabled,
select.disabled {
  resize: none;
  opacity: 0.6;
  cursor: default;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
}

select {
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="#5e6c75" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1rem center;
}

select[multiple] {
  background-image: none;
  height: auto;
  padding: 0.5rem 0.75rem;
}

textarea {
  height: auto;
  padding: 8px 12px;
  line-height: 24px;
  vertical-align: top;
}

input[type=file] {
  width: auto;
  border: none;
  padding: 0;
  height: auto;
  background: none;
  box-shadow: none;
  display: inline-block;
}

input[type=search],
input.search {
  background-repeat: no-repeat;
  background-position: 8px 53%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="#000" fill-opacity="0.4" d="M14.891,14.39l-0.5.5a0.355,0.355,0,0,1-.5,0L9.526,10.529a5.3,5.3,0,1,1,2.106-4.212,5.268,5.268,0,0,1-1.1,3.21l4.362,4.362A0.354,0.354,0,0,1,14.891,14.39ZM6.316,2.418a3.9,3.9,0,1,0,3.9,3.9A3.9,3.9,0,0,0,6.316,2.418Z"/></svg>');
  padding-left: 32px;
}

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

label {
  display: block;
  color: #313439;
  margin-bottom: 4px;
  font-size: 15px;
}
label.checkbox, label .desc, label .success, label .error {
  text-transform: none;
  font-weight: normal;
}
label.checkbox {
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  color: inherit;
}
label.checkbox input {
  margin-top: 0;
}

.form-checkboxes label.checkbox {
  display: inline-block;
  margin-right: 16px;
}

.req {
  position: relative;
  top: 1px;
  font-weight: bold;
  color: #f03c69;
  font-size: 110%;
}

.desc {
  color: rgba(49, 52, 57, 0.5);
  font-size: 12px;
  line-height: 20px;
}

span.desc {
  margin-left: 4px;
}

div.desc {
  margin-top: 4px;
  margin-bottom: -8px;
}

.form-buttons button, .form-buttons .button {
  margin-right: 8px;
}

form,
.form-item {
  margin-bottom: 2rem;
}

.form > .form-item:last-child {
  margin-bottom: 0;
}
.form .row:last-child .form-item {
  margin-bottom: 0;
}
.form span.success, .form span.error {
  font-size: 12px;
  line-height: 20px;
  margin-left: 4px;
}

.form-inline input, .form-inline textarea, .form-inline select {
  display: inline-block;
  width: auto;
}

.append,
.prepend {
  display: flex;
}
.append input,
.prepend input {
  flex: 1;
}
.append .button, .append span,
.prepend .button,
.prepend span {
  flex-shrink: 0;
}
.append span,
.prepend span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: normal;
  border: 1px solid #d4d4d4;
  background-color: #f8f8f8;
  padding: 0 0.875rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  white-space: nowrap;
}

.prepend input {
  border-radius: 0 3px 3px 0;
}
.prepend .button {
  margin-right: -1px;
  border-radius: 3px 0 0 3px !important;
}
.prepend span {
  border-right: none;
  border-radius: 3px 0 0 3px;
}

.append input {
  border-radius: 3px 0 0 3px;
}
.append .button {
  margin-left: -1px;
  border-radius: 0 3px 3px 0 !important;
}
.append span {
  border-left: none;
  border-radius: 0 3px 3px 0;
}

button,
.button {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  color: #fff;
  background-color: #1c86f2;
  border-radius: 3px;
  min-height: 40px;
  padding: 8px 20px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none;
}
button i,
.button i {
  position: relative;
  top: 1px;
  margin: 0 2px;
}

input[type=submit] {
  width: auto;
}

button:hover,
.button:hover {
  outline: none;
  text-decoration: none;
  color: #fff;
  background-color: #4ca0f5;
}

.button:disabled,
.button.disabled {
  cursor: default;
  font-style: normal;
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(28, 134, 242, 0.7);
}

.button.small {
  font-size: 13px;
  min-height: 36px;
  padding: 6px 20px;
  border-radius: 3px;
}

.button.big {
  font-size: 17px;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 3px;
}

.button.large {
  font-size: 19px;
  min-height: 56px;
  padding: 20px 36px;
  border-radius: 3px;
}

.button.outline {
  background: none;
  border-width: 2px;
  border-color: #1c86f2;
  color: #1c86f2;
}
.button.outline:hover {
  background: none;
  color: rgba(28, 134, 242, 0.6);
  border-color: rgba(28, 134, 242, 0.5);
}
.button.outline:disabled, .button.outline.disabled {
  background: none;
  color: rgba(28, 134, 242, 0.7);
  border-color: rgba(28, 134, 242, 0.5);
}

.button.inverted {
  color: #000;
  background-color: #fff;
}
.button.inverted:hover {
  color: #000;
  background-color: white;
}
.button.inverted:disabled, .button.inverted.disabled {
  color: rgba(0, 0, 0, 0.7);
  background-color: rgba(255, 255, 255, 0.7);
}
.button.inverted.outline {
  background: none;
  color: #fff;
  border-color: #fff;
}
.button.inverted.outline:hover {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.5);
}
.button.inverted.outline:disabled, .button.inverted.outline.disabled {
  background: none;
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.5);
}
.button.inverted:hover {
  opacity: 0.7;
}

.button.round {
  border-radius: 56px;
}

.button.raised {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.button.upper {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 13px;
}
.button.upper.small {
  font-size: 11px;
}
.button.upper.big {
  font-size: 13px;
}
.button.upper.large {
  font-size: 15px;
}

.button.secondary {
  color: #fff;
  background-color: #313439;
}
.button.secondary:hover {
  color: #fff;
  background-color: #606670;
}
.button.secondary:disabled, .button.secondary.disabled {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(49, 52, 57, 0.7);
}
.button.secondary.outline {
  background: none;
  color: #313439;
  border-color: #313439;
}
.button.secondary.outline:hover {
  color: rgba(49, 52, 57, 0.6);
  border-color: rgba(49, 52, 57, 0.5);
}
.button.secondary.outline:disabled, .button.secondary.outline.disabled {
  background: none;
  color: rgba(49, 52, 57, 0.7);
  border-color: rgba(49, 52, 57, 0.5);
}

.label {
  display: inline-block;
  font-size: 13px;
  background: #e0e1e1;
  line-height: 18px;
  padding: 0 10px;
  font-weight: 500;
  color: #313439;
  border: 1px solid transparent;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 4px;
}
.label a, .label a:hover {
  color: inherit;
  text-decoration: none;
}

.label.big {
  font-size: 14px;
  line-height: 24px;
  padding: 0 12px;
}

.label.upper {
  text-transform: uppercase;
  font-size: 11px;
}

.label.outline {
  background: none;
  border-color: #bdbdbd;
}

.label.badge {
  text-align: center;
  border-radius: 64px;
  padding: 0 6px;
}
.label.badge.big {
  padding: 0 8px;
}

.label.tag {
  padding: 0;
  background: none;
  border: none;
  text-transform: uppercase;
  font-size: 11px;
}
.label.tag.big {
  font-size: 13px;
}

.label.success {
  background: #35beb1;
  color: #fff;
}
.label.success.tag, .label.success.outline {
  background: none;
  border-color: #35beb1;
  color: #35beb1;
}

.label.error {
  background: #f03c69;
  color: #fff;
}
.label.error.tag, .label.error.outline {
  background: none;
  border-color: #f03c69;
  color: #f03c69;
}

.label.warning {
  background: #f7ba45;
  color: #0d0d0e;
}
.label.warning.tag, .label.warning.outline {
  background: none;
  border-color: #f7ba45;
  color: #f7ba45;
}

.label.focus {
  background: #1c86f2;
  color: #fff;
}
.label.focus.tag, .label.focus.outline {
  background: none;
  border-color: #1c86f2;
  color: #1c86f2;
}

.label.black {
  background: #0d0d0e;
  color: #fff;
}
.label.black.tag, .label.black.outline {
  background: none;
  border-color: #0d0d0e;
  color: #0d0d0e;
}

.label.inverted {
  background: #fff;
  color: #0d0d0e;
}
.label.inverted.tag, .label.inverted.outline {
  background: none;
  border-color: #fff;
  color: #fff;
}

.breadcrumbs {
  font-size: 14px;
  margin-bottom: 24px;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
}
.breadcrumbs.push-center ul {
  justify-content: center;
}
.breadcrumbs span, .breadcrumbs a {
  font-style: normal;
  padding: 0 10px;
  display: inline-block;
  white-space: nowrap;
}
.breadcrumbs li:after {
  display: inline-block;
  content: "/";
  color: rgba(0, 0, 0, 0.3);
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li:first-child span, .breadcrumbs li:first-child a {
  padding-left: 0;
}
.breadcrumbs li.active a {
  color: #313439;
  text-decoration: none;
  cursor: text;
}

.pagination {
  margin: 24px 0;
  font-size: 14px;
}
.pagination ul {
  display: flex;
  margin: 0;
}
.pagination.align-center ul {
  justify-content: center;
}
.pagination span, .pagination a {
  border-radius: 3px;
  display: inline-block;
  padding: 8px 12px;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
}
.pagination a {
  text-decoration: none;
  color: #313439;
}
.pagination a:hover {
  color: rgba(0, 0, 0, 0.5);
  border-color: #e0e1e1;
}
.pagination span, .pagination li.active a {
  color: rgba(0, 0, 0, 0.5);
  border-color: #e0e1e1;
  cursor: text;
}
.pagination.upper {
  font-size: 12px;
}

.pager span {
  line-height: 24px;
}
.pager span, .pager a {
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 64px;
  border-color: rgba(0, 0, 0, 0.1);
}
.pager li {
  flex-basis: 50%;
}
.pager li.next {
  text-align: right;
}
.pager.align-center li {
  flex-basis: auto;
  margin-left: 4px;
  margin-right: 4px;
}
.pager.flat span, .pager.flat a {
  border: none;
  display: block;
  padding: 0;
}
.pager.flat a {
  font-weight: bold;
}
.pager.flat a:hover {
  background: none;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .pager.flat ul {
    flex-direction: column;
  }
  .pager.flat li {
    flex-basis: 100%;
    margin-bottom: 8px;
    text-align: left;
  }
}
@font-face {
  font-family: "Kube";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfgAAAC8AAAAYGNtYXAXVtKOAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZsMn2SAAAAF4AAADeGhlYWQMP9EUAAAE8AAAADZoaGVhB8IDzQAABSgAAAAkaG10eCYABd4AAAVMAAAAMGxvY2EFWASuAAAFfAAAABptYXhwABcAmwAABZgAAAAgbmFtZfMJxocAAAW4AAABYnBvc3QAAwAAAAAHHAAAACAAAwPHAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qf//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAKAAAAAAQAA8AADwAUACQANABEAFYAaAB4AIgAmAAAEyIGFREUFjMhMjY1ETQmIwUhESEREzgBMSIGFRQWMzI2NTQmIzM4ATEiBhUUFjMyNjU0JiMzOAExIgYVFBYzMjY1NCYjATIWHQEUBiMiJj0BNDYzOAExITIWHQEUBiMiJj0BNDYzOAExATgBMSIGFRQWMzI2NTQmIzM4ATEiBhUUFjMyNjU0JiMzOAExIgYVFBYzMjY1NCYjwFBwcFACgFBwcFD9IQM+/MKrHioqHh4qKh70HioqHh4qKh70HisrHh0rKh7+MBQdHRQUHBwUAbgUHBwUFB0dFP4wHioqHh4qKh70HioqHh4qKh70HisrHh0rKh4DYHBQ/iBQcHBQAeBQcF/9XwKh/n8qHh4qKh4eKioeHioqHh4qKh4eKioeHioCQBwVjhUcHBWOFRwcFY4VHBwVjhUc/rAqHh4qKh4eKioeHioqHh4qKh4eKioeHioAAAABAQAAwAMAAcAACwAAAQcXBycHJzcnNxc3AwDMAjMDAzMCzDTMzAGVqAIrAgIrAqgrqKgAAQGAAEACgAJAAAsAACUnByc3JzcXNxcHFwJVqAIrAgIrAqgrqKhAzAIzAwMzAsw0zMwAAAEBgABAAoACQAALAAABFzcXBxcHJwcnNycBq6gCKwICKwKoK6ioAkDMAjMDAzMCzDTMzAABAQAAwAMAAcAACwAAJTcnNxc3FwcXBycHAQDMAjMDAzMCzDTMzOuoAisCAisCqCuoqAAAAgAP/+UD1AOqAAQACAAAEwEHATcFAScBSwOJPPx3PAOJ/Hc8A4kDqvx3PAOJPDz8dzwDiQAAAAADAIAAgAOAAwAAAwAHAAsAADc1IRUBIRUhESEVIYADAP0AAwD9AAMA/QCAgIABgIABgIAAAgBPAA8DsgNxABgALQAAJQcBDgEjIi4CNTQ+AjMyHgIVFAYHAQEiDgIVFB4CMzI+AjU0LgIjA7JY/t4lWTBBc1YxMVZzQUFzVTIcGQEi/dgxVkAlJUBWMTFWQCUlQFYxZ1gBIRkcMlVzQUFzVjExVnNBMFkm/uACuyVAVjExVkAlJUBWMTFWQCUAAAABAAAAAQAABhlWm18PPPUACwQAAAAAANSQRjkAAAAA1JBGOQAA/+UEAAPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAQAAAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAAAAEAAEABAABgAQAAYAEAAEABAAADwQAAIAEAABPAAAAAAAKABQAHgDYAPIBDAEmAUABXAF2AbwAAAABAAAADACZAAoAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABAAAAAEAAAAAAAIABwBFAAEAAAAAAAMABAAtAAEAAAAAAAQABABaAAEAAAAAAAUACwAMAAEAAAAAAAYABAA5AAEAAAAAAAoAGgBmAAMAAQQJAAEACAAEAAMAAQQJAAIADgBMAAMAAQQJAAMACAAxAAMAAQQJAAQACABeAAMAAQQJAAUAFgAXAAMAAQQJAAYACAA9AAMAAQQJAAoANACAS3ViZQBLAHUAYgBlVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwS3ViZQBLAHUAYgBlS3ViZQBLAHUAYgBlUmVndWxhcgBSAGUAZwB1AGwAYQByS3ViZQBLAHUAYgBlRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^=kube-], [class*=" kube-"], .close, .caret {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Kube" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.kube-calendar:before {
  content: "";
}

.caret.down:before,
.kube-caret-down:before {
  content: "";
}

.caret.left:before,
.kube-caret-left:before {
  content: "";
}

.caret.right:before,
.kube-caret-right:before {
  content: "";
}

.caret.up:before,
.kube-caret-up:before {
  content: "";
}

.close:before,
.kube-close:before {
  content: "";
}

.kube-menu:before {
  content: "";
}

.kube-search:before {
  content: "";
}

.gutters .column.push-left,
.push-left {
  margin-right: auto;
}

.gutters .column.push-right,
.push-right {
  margin-left: auto;
}

.gutters .column.push-center,
.push-center {
  margin-left: auto;
  margin-right: auto;
}

.gutters .column.push-middle,
.push-middle {
  margin-top: auto;
  margin-bottom: auto;
}

.push-bottom {
  margin-top: auto;
}

@media (max-width: 768px) {
  .gutters .column.push-left-sm,
.push-left-sm {
    margin-left: 0;
  }

  .gutters .column.push-center-sm,
.push-center-sm {
    margin-left: auto;
    margin-right: auto;
  }

  .push-top-sm {
    margin-top: 0;
  }
}
.align-middle {
  align-items: center;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

@media (max-width: 768px) {
  .align-left-sm {
    justify-content: flex-start;
  }
}
.float-right {
  float: right;
}

.float-left {
  float: left;
}

@media (max-width: 768px) {
  .float-right {
    float: none;
  }

  .float-left {
    float: none;
  }
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

.w-small {
  width: 480px;
}

.w-medium {
  width: 600px;
}

.w-big {
  width: 740px;
}

.w-large {
  width: 840px;
}

@media (max-width: 768px) {
  .w-auto-sm {
    width: auto;
  }

  .w100-sm,
.w-small,
.w-medium,
.w-big,
.w-large {
    width: 100%;
  }
}
.max-w5 {
  max-width: 5%;
}

.max-w10 {
  max-width: 10%;
}

.max-w15 {
  max-width: 15%;
}

.max-w20 {
  max-width: 20%;
}

.max-w25 {
  max-width: 25%;
}

.max-w30 {
  max-width: 30%;
}

.max-w35 {
  max-width: 35%;
}

.max-w40 {
  max-width: 40%;
}

.max-w45 {
  max-width: 45%;
}

.max-w50 {
  max-width: 50%;
}

.max-w55 {
  max-width: 55%;
}

.max-w60 {
  max-width: 60%;
}

.max-w65 {
  max-width: 65%;
}

.max-w70 {
  max-width: 70%;
}

.max-w75 {
  max-width: 75%;
}

.max-w80 {
  max-width: 80%;
}

.max-w85 {
  max-width: 85%;
}

.max-w90 {
  max-width: 90%;
}

.max-w95 {
  max-width: 95%;
}

.max-w100 {
  max-width: 100%;
}

.max-w-small {
  max-width: 480px;
}

.max-w-medium {
  max-width: 600px;
}

.max-w-big {
  max-width: 740px;
}

.max-w-large {
  max-width: 840px;
}

@media (max-width: 768px) {
  .max-w-auto-sm,
.max-w-small,
.max-w-medium,
.max-w-big,
.max-w-large {
    max-width: auto;
  }
}
.min-w5 {
  min-width: 5%;
}

.min-w10 {
  min-width: 10%;
}

.min-w15 {
  min-width: 15%;
}

.min-w20 {
  min-width: 20%;
}

.min-w25 {
  min-width: 25%;
}

.min-w30 {
  min-width: 30%;
}

.min-w35 {
  min-width: 35%;
}

.min-w40 {
  min-width: 40%;
}

.min-w45 {
  min-width: 45%;
}

.min-w50 {
  min-width: 50%;
}

.min-w55 {
  min-width: 55%;
}

.min-w60 {
  min-width: 60%;
}

.min-w65 {
  min-width: 65%;
}

.min-w70 {
  min-width: 70%;
}

.min-w75 {
  min-width: 75%;
}

.min-w80 {
  min-width: 80%;
}

.min-w85 {
  min-width: 85%;
}

.min-w90 {
  min-width: 90%;
}

.min-w95 {
  min-width: 95%;
}

.min-w100 {
  min-width: 100%;
}

.h25 {
  height: 25%;
}

.h50 {
  height: 50%;
}

.h100 {
  height: 100%;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.flex {
  display: flex;
}

@media (max-width: 768px) {
  .flex-column-sm {
    flex-direction: column;
  }

  .flex-w100-sm {
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .flex-w100-sm {
    flex: 0 0 100% !important;
  }
}
.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.display-block {
  display: block;
}

.hide {
  display: none !important;
}

@media (max-width: 768px) {
  .hide-sm {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .show-sm {
    display: none !important;
  }
}
@media print {
  .hide-print {
    display: none !important;
  }

  .show-print {
    display: block !important;
  }
}
.no-scroll {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

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

.video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 16px;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.close {
  display: inline-block;
  min-height: 16px;
  min-width: 16px;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  opacity: 0.6;
}
.close:hover {
  opacity: 1;
}
.close.small {
  font-size: 8px;
}
.close.big {
  font-size: 18px;
}
.close.white {
  color: #fff;
}

.caret {
  display: inline-block;
}

.button .caret {
  margin-right: -8px;
}

.overlay {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
}
.overlay > .close {
  position: fixed;
  top: 1rem;
  right: 1rem;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2, h3, h4 {
    page-break-after: avoid;
  }

  @page {
    margin: 0.5cm;
  }
}
@keyframes slideUp {
  to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@keyframes slideDown {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes flipIn {
  from {
    opacity: 0;
    transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes flipOut {
  from {
    opacity: 1;
    transform: scaleY(1);
  }
  to {
    opacity: 0;
    transform: scaleY(0);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.03, 1.03, 1.03);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes shake {
  15% {
    transform: translateX(0.5rem);
  }
  30% {
    transform: translateX(-0.4rem);
  }
  45% {
    transform: translateX(0.3rem);
  }
  60% {
    transform: translateX(-0.2rem);
  }
  75% {
    transform: translateX(0.1rem);
  }
  90% {
    transform: translateX(0);
  }
  90% {
    transform: translateX(0);
  }
}
.fadeIn {
  animation: fadeIn 250ms;
}

.fadeOut {
  animation: fadeOut 250ms;
}

.zoomIn {
  animation: zoomIn 200ms;
}

.zoomOut {
  animation: zoomOut 500ms;
}

.slideInRight {
  animation: slideInRight 500ms;
}

.slideInLeft {
  animation: slideInLeft 500ms;
}

.slideInDown {
  animation: slideInDown 500ms;
}

.slideOutLeft {
  animation: slideOutLeft 500ms;
}

.slideOutRight {
  animation: slideOutRight 500ms;
}

.slideOutUp {
  animation: slideOutUp 500ms;
}

.slideUp {
  overflow: hidden;
  animation: slideUp 200ms ease-in-out;
}

.slideDown {
  overflow: hidden;
  animation: slideDown 80ms ease-in-out;
}

.flipIn {
  animation: flipIn 250ms cubic-bezier(0.5, -0.5, 0.5, 1.5);
}

.flipOut {
  animation: flipOut 500ms cubic-bezier(0.5, -0.5, 0.5, 1.5);
}

.rotate {
  animation: rotate 500ms;
}

.pulse {
  animation: pulse 250ms 2;
}

.shake {
  animation: shake 500ms;
}

.dropdown {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  width: 280px;
  color: #000;
  font-size: 15px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  max-height: 300px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.dropdown.dropdown-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-height: none;
  border: none;
}
.dropdown .close {
  margin: 20px auto;
}
.dropdown.open {
  overflow: auto;
}
.dropdown ul {
  list-style: none;
  margin: 0;
}
.dropdown ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.dropdown ul li:last-child {
  border-bottom: none;
}
.dropdown ul a {
  display: block;
  padding: 12px;
  text-decoration: none;
  color: #000;
}
.dropdown ul a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.message {
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 14px;
  line-height: 20px;
  background: #e0e1e1;
  color: #313439;
  padding: 1rem;
  padding-right: 2.5em;
  padding-bottom: 0.75rem;
  margin-bottom: 24px;
  position: relative;
}
.message a {
  color: inherit;
}
.message h2, .message h3, .message h4, .message h5, .message h6 {
  margin-bottom: 0;
}
.message .close {
  position: absolute;
  right: 1rem;
  top: 1.1rem;
}

.message.error {
  background: #f03c69;
  color: #fff;
}

.message.success {
  background: #35beb1;
  color: #fff;
}

.message.warning {
  background: #f7ba45;
}

.message.focus {
  background: #1c86f2;
  color: #fff;
}

.message.black {
  background: #0d0d0e;
  color: #fff;
}

.message.inverted {
  background: #fff;
}

.modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 200;
}

.modal {
  position: relative;
  margin: auto;
  margin-top: 16px;
  padding: 0;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  color: #000;
}
@media (max-width: 768px) {
  .modal input, .modal textarea {
    font-size: 16px;
  }
}
.modal .close {
  position: absolute;
  top: 18px;
  right: 16px;
  opacity: 0.3;
}
.modal .close:hover {
  opacity: 1;
}

.modal-header {
  padding: 24px 32px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.modal-header:empty {
  display: none;
}

.modal-body {
  padding: 36px 56px;
}

@media (max-width: 768px) {
  .modal-header,
.modal-body {
    padding: 24px;
  }
}
.offcanvas {
  background: #fff;
  position: fixed;
  padding: 24px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 300;
  overflow-y: scroll;
}

.offcanvas .close {
  position: absolute;
  top: 8px;
  right: 8px;
}

.offcanvas-left {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.offcanvas-right {
  left: auto;
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.offcanvas-push-body {
  position: relative;
}

.tabs {
  margin-bottom: 24px;
  font-size: 14px;
}
.tabs li em, .tabs li.active a {
  color: #313439;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: default;
  text-decoration: none;
  background: none;
}
.tabs em, .tabs a {
  position: relative;
  top: 1px;
  font-style: normal;
  display: block;
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.tabs a:hover {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  color: #313439;
  text-decoration: underline;
  background-color: #e0e1e1;
}

@media (min-width: 768px) {
  .tabs ul {
    display: flex;
    margin-top: -1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .tabs li em, .tabs li.active a {
    border-bottom: 1px solid #fff;
  }
}
/*------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Custom styling
--------------------------------------------------------------*/
/*

Write your CSS code here / include separate files in this folder as needed.

*/
/* Color pallete */
::-moz-selection {
  background: rgba(107, 84, 161, 0.1);
}

::selection {
  background: rgba(107, 84, 161, 0.1);
}

::-webkit-input-placeholder {
  color: #797979 !important;
}

:-moz-placeholder {
  color: #797979 !important;
}

/* FF 4-18 */
::-moz-placeholder {
  color: #797979 !important;
}

/* FF 19+ */
:-ms-input-placeholder {
  color: #797979 !important;
}

/* IE 10+ */
input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */
/* General styles*/
html {
  margin: 0;
  height: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
  background: transparent;
  color: #797979;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
@media (max-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

.overlay {
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1200;
}

/* Typography */
h1 {
  margin: 0 0 25px;
  font: 3.6rem/4rem "Roboto", sans-serif;
  font-weight: 700;
  color: #005DBD;
}
@media (max-width: 1200px) {
  h1 {
    margin: 0 0 15px;
  }
}
@media (max-width: 769px) {
  h1 {
    margin: 0 0 15px;
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}

h2 {
  margin: 0 0 25px;
  font: 2.4rem/3rem "Roboto", sans-serif;
  font-weight: 400;
  color: #4A4A4A;
}
@media (max-width: 1200px) {
  h2 {
    margin: 0 0 15px;
  }
}
@media (max-width: 769px) {
  h2 {
    margin: 0 0 17px;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

h3 {
  font: 2.4rem/2.6rem "Roboto", sans-serif;
  margin: 0 0 25px;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 769px) {
  h3 {
    margin: 0 0 15px;
    font-size: 2rem;
    line-height: normal;
  }
}

h4 {
  font: 1.9rem "Roboto", sans-serif;
  margin: 0 0 15px;
  color: #ffffff;
}
@media (max-width: 769px) {
  h4 {
    font-size: 1.4rem;
    line-height: normal;
  }
}

h5 {
  font: 1.6rem "Roboto", sans-serif;
  margin: 0 0 15px;
  color: #ffffff;
}
@media (max-width: 769px) {
  h5 {
    font-size: 1.3rem;
    line-height: normal;
  }
}

h6 {
  font: 1.2rem "Roboto", sans-serif;
  margin: 0 0 15px;
  color: #ffffff;
}
@media (max-width: 769px) {
  h6 {
    font-size: 1.2rem;
    line-height: normal;
  }
}

a {
  color: #4A90E2;
  text-decoration: none;
}
a:active, a:hover {
  color: #000000;
}

ul, ol, dl, table, p {
  margin: 0 0 40px;
  margin-bottom: 40px;
  line-height: normal;
}
@media (max-width: 769px) {
  ul, ol, dl, table, p {
    margin-bottom: 30px;
  }
}

ul {
  list-style-type: none;
}

.site-content ul:not(.items),
.modal ul {
  list-style-type: none;
}
.site-content ul:not(.items) li,
.modal ul li {
  position: relative;
  padding-left: 20px;
  line-height: 2.2rem;
  margin-bottom: 10px;
}
.site-content ul:not(.items) li:before,
.modal ul li:before {
  position: absolute;
  top: 9px;
  left: 2px;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #005DBD;
}

.subsite ul li:before,
.subsite ul:not(.items) li:before {
  background: #9C7D3C;
}
.subsite .intro-text ul li {
  margin-bottom: 16px;
  font-size: 2.3rem;
}
.subsite .intro-text ul li:before {
  width: 8px;
  height: 8px;
}
@media (max-width: 769px) {
  .subsite .intro-text ul li {
    font-size: 2rem;
  }
}

ol {
  list-style-type: none;
  list-style-position: inside;
}
ol li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 12px;
  counter-increment: step-counter;
  font-size: 1.6rem;
  line-height: normal;
}
ol li:before {
  content: counter(step-counter);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  border-radius: 50%;
  padding: 2px 8px;
  width: 25px;
  height: 25px;
  font-weight: bold;
  color: #ffffff;
  background: #005DBD;
}

li {
  margin: 0;
}

audio, video, meter, iframe {
  margin: 0 0 40px;
}

textarea {
  resize: none;
}

table caption {
  margin: 0 0 7px;
}

input[type=reset],
input[type=button] {
  width: auto;
}

label {
  margin: 0;
}

/*Drupal class*/
.text-align-center {
  text-align: center;
}

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

#page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  margin: 0 auto;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #page {
    display: block;
  }
}

/*masthead*/
@media (max-width: 1160px) {
  .site-content {
    padding-top: 150px;
  }
}

#masthead {
  padding-top: 40px;
  margin-bottom: 50px;
}
@media (max-width: 1160px) {
  #masthead {
    padding-top: 20px;
    padding-bottom: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    transition: all 0.5s ease;
    z-index: 1000;
    border-bottom: 1px solid rgba(177, 175, 175, 0.2);
  }
  #masthead.nav-up {
    top: -150px;
  }
}
#masthead > .container {
  position: relative;
  display: flex;
  flex-flow: row wrap;
}
#masthead > .container #logo {
  margin-right: 80px;
}
@media (max-width: 1160px) {
  #masthead > .container #logo {
    max-width: 190px;
  }
}
#masthead > .container .main-navigation {
  position: absolute;
  top: 10px;
  right: 15px;
}
@media (max-width: 1160px) {
  #masthead > .container .main-navigation {
    padding-top: 50px;
    padding-bottom: 30px;
    opacity: 0;
    width: 100%;
    left: 0;
    right: 0;
    top: -1000px;
    transition: all 0.4s ease;
    background: #4A90E2;
  }
  #masthead > .container .main-navigation .menu {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  #masthead > .container .main-navigation .menu > li {
    width: 100%;
    padding: 10px 20px;
    margin: 0;
  }
}
@media (max-width: 1160px) and (max-width: 410px) {
  #masthead > .container .main-navigation .menu > li {
    padding: 9px 20px;
  }
}
@media (max-width: 1160px) {
  #masthead > .container .main-navigation.open {
    top: 135px;
    opacity: 1;
    display: block;
    margin: 0;
    padding-top: 80px;
    padding-bottom: 0px;
    z-index: 10;
  }
}
@media (max-width: 1160px) and (max-width: 1160px) {
  #masthead > .container .main-navigation.open {
    top: -40px;
  }
}
@media (max-width: 1160px) and (max-width: 410px) {
  #masthead > .container .main-navigation.open {
    top: -58px;
  }
}
@media (max-width: 1160px) {
  #masthead > .container .main-navigation.open #primary-menu {
    border-top: 0;
    width: 100%;
    padding-right: 0;
  }
  #masthead > .container .main-navigation.open #primary-menu > li {
    border-bottom: 1px solid rgba(250, 248, 248, 0.2);
    width: 100%;
    max-width: 100%;
  }
  #masthead > .container .main-navigation.open #primary-menu > li a {
    color: #fff;
  }
  #masthead > .container .main-navigation.open #primary-menu > li a:hover, #masthead > .container .main-navigation.open #primary-menu > li a:active, #masthead > .container .main-navigation.open #primary-menu > li a.active {
    color: #F5A623;
  }
  #masthead > .container .main-navigation.open #primary-menu > li a:after {
    display: none;
  }
  #masthead > .container .main-navigation.open #primary-menu > li.active > a {
    color: #F5A623;
  }
}
#masthead #primary-menu {
  display: flex;
  border-top: 2px solid #005DBD;
  transition: all 0.3s ease-in;
  font-weight: 500;
  font-size: 1.6rem;
  padding-right: 80px;
}
#masthead #primary-menu > li {
  position: relative;
  margin: 0 26px 0 0;
  max-width: 127px;
}
#masthead #primary-menu > li:last-of-type {
  margin: 0;
}
#masthead #primary-menu > li > a {
  display: block;
  position: relative;
  font-size: 15px;
  color: #4a4a4a;
  padding-top: 6px;
}
#masthead #primary-menu > li > a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: #005DBD;
  transition: all 0.3s ease-in;
}
#masthead #primary-menu > li > a:hover {
  color: #005DBD;
}
#masthead #primary-menu > li > a:hover:after {
  width: 100%;
}
#masthead #primary-menu > li.active > a {
  color: #005DBD;
}
#masthead #primary-menu > li.active > a:after {
  width: 100%;
}
#masthead #primary-menu ul.menu-sub li a {
  display: block;
  margin: 12px 0;
  font-size: 15px;
}
#masthead #primary-menu ul.menu-sub li a br {
  display: none;
}
#masthead #primary-menu ul.menu-sub li.indent a {
  padding-left: 20px;
}
@media (min-width: 1161px) {
  #masthead #primary-menu ul.menu-sub {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s;
    position: absolute;
    top: 24px;
    left: 0;
    margin: 0;
    z-index: 100;
  }
  #masthead #primary-menu ul.menu-sub li a {
    padding: 5px 7px;
    margin: 3px 0;
    color: #4a4a4a;
    background: #ebebeb;
    white-space: nowrap;
  }
  #masthead #primary-menu ul.menu-sub li a br {
    display: inline;
  }
  #masthead #primary-menu ul.menu-sub > li.has-sub {
    position: relative;
  }
  #masthead #primary-menu ul.menu-sub > li.has-sub > a {
    padding-right: 30px;
  }
  #masthead #primary-menu ul.menu-sub > li.has-sub > a:after {
    content: "→";
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 0;
  }
  #masthead #primary-menu ul.menu-sub ul.menu-sub {
    left: 100%;
    top: -2px;
    padding-left: 5px;
  }
  #masthead #primary-menu li:hover > ul.menu-sub {
    visibility: visible;
    opacity: 1;
  }
  #masthead #primary-menu li.two-lines > ul.menu-sub {
    top: 40px;
  }
}
#masthead #primary-menu > .current-menu-item {
  border-top: 2px solid #005DBD;
}
#masthead #primary-menu > .current-menu-item a {
  font-weight: 600;
  line-height: 19px;
  color: #005DBD;
}
#masthead #primary-menu.show {
  width: 100%;
}
@media (max-width: 1160px) {
  #masthead #primary-menu {
    padding-right: 80px;
  }
  #masthead #primary-menu li {
    margin-right: 20px;
  }
}
#masthead.subsite-header {
  padding-top: 0;
  margin-bottom: 40px;
}
#masthead.subsite-header > .container #logo img {
  height: 85px;
  width: 251px;
}
#masthead.subsite-header #primary-menu {
  padding-right: 50px;
  border-top: 2px solid #9C7D3C;
}
#masthead.subsite-header #primary-menu li {
  margin: 0 22px 0 0;
  max-width: 87px;
}
#masthead.subsite-header #primary-menu li li {
  max-width: none;
}
#masthead.subsite-header #primary-menu li a {
  font-size: 15px;
}
#masthead.subsite-header #primary-menu li a:hover {
  color: #9C7D3C;
}
#masthead.subsite-header #primary-menu li a:after {
  background: #9C7D3C;
}
#masthead.subsite-header #primary-menu li.active > a {
  color: #9C7D3C;
}
#masthead.subsite-header #primary-menu li.wide {
  max-width: 122px;
}
@media (max-width: 1160px) {
  #masthead.subsite-header {
    padding-top: 20px;
  }
}
#masthead.campaign-header {
  margin-bottom: 40px;
}
@media (min-width: 1161px) {
  #masthead.campaign-header {
    /*padding-top: 0;*/
    padding-top: 40px;
  }
}

@media (max-width: 1160px) {
  #masthead #primary-menu li .menu-sub li.active a {
    color: #F5A623 !important;
  }
  #masthead.subsite-header #primary-menu li {
    max-width: 100%;
  }
}
/*Sticky Footer*/
.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

#primary {
  flex: 1 0 auto;
  position: relative;
  z-index: 10;
}

.site-content {
  flex: 1 0 auto;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1200px;
}

.container-narrow {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1000px;
}

section {
  margin-bottom: 120px;
}
@media (max-width: 769px) {
  section {
    margin-bottom: 80px;
  }
}

.site-branding {
  margin-bottom: 50px;
}
.site-branding a {
  display: block;
}
.site-branding a img {
  display: block;
}

.video-image {
  position: relative;
  padding-top: 40px;
}
.video-image span.close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  cursor: pointer;
  display: none;
  z-index: 10;
}

.video-wrp {
  position: absolute;
  top: 0;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  opacity: 1;
  animation: all 1s ease;
}
.video-wrp iframe {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.contact {
  margin: 0 0 100px;
}
.contact .required {
  color: red;
}
.contact input, .contact textarea {
  border-radius: 0;
  margin-bottom: 15px;
}
.contact textarea {
  height: 160px;
}
@media (max-width: 1200px) {
  .contact {
    margin: 0 0 80px;
  }
}
@media (max-width: 1024px) {
  .contact {
    margin: 0 0 60px;
  }
}
@media (max-width: 769px) {
  .contact {
    margin: 0 0 20px;
  }
  .contact .row.gutters .col {
    margin-bottom: 0;
  }
}
.contact input[type=submit] {
  margin: 20px 0;
  padding: 10px 30px;
  background: #F5A623;
  color: #fff;
  cursor: pointer;
  border: 0;
  transition: all 0.3s ease;
}
.contact input[type=submit]:hover {
  background: #005DBD;
}

.subnavigation-module {
  padding: 20px 0;
  margin-bottom: 80px;
  color: #fff;
  background: #9C7D3C url(./images/looper.svg) no-repeat center right;
  background-size: contain;
}
.subnavigation-module > .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.subnavigation-module .commission-logo {
  display: block;
  width: 198px;
  height: 68px;
}
.subnavigation-module .subnavigation {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: -6px;
}
@media (max-width: 1050px) {
  .subnavigation-module .subnavigation {
    font-size: 1.4rem;
  }
  .subnavigation-module .subnavigation li {
    margin-left: 18px;
  }
}
.subnavigation-module .subnavigation li {
  margin-left: 20px;
}
@media (max-width: 1050px) {
  .subnavigation-module .subnavigation li {
    margin-left: 18px;
  }
}
.subnavigation-module .subnavigation li a {
  display: block;
  position: relative;
  padding-top: 6px;
  text-transform: uppercase;
  color: #fff;
}
.subnavigation-module .subnavigation li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: #fff;
  transition: all 0.3s ease-in;
}
.subnavigation-module .subnavigation li a:hover:before {
  width: 100%;
}
.subnavigation-module .subnavigation li.active > a:before {
  width: 100%;
}
@media (max-width: 1160px) {
  .subnavigation-module {
    display: none;
  }
}

.featured .featured-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  width: 100%;
  height: 400px;
  z-index: 1;
}
.featured .featured-item .press-label {
  top: 0;
  left: 0;
}
.featured .featured-item > .feat-content {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 3;
  padding: 35px 35px 35px 0;
  width: 49%;
  background: white;
}
.featured .featured-item > .feat-content:hover h2 {
  color: #797979;
}
.featured .featured-item > .feat-content:hover svg #Shape {
  fill: #797979;
  transition: all 0.3s ease;
}
.featured .featured-item > .feat-content .item-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.featured .featured-item > .feat-content h2 {
  font-weight: 300;
  font-size: 4rem;
  line-height: 4.8rem;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.featured .featured-item > .feat-content h2 a {
  transition: all 0.3s ease;
}
.featured .featured-item > .feat-content svg {
  display: inline-block;
  width: 25px;
  height: 32px;
  margin-left: 14px;
  vertical-align: middle;
}
@media (max-width: 769px) {
  .featured .featured-item > .feat-content svg {
    width: 20px;
    height: 28px;
  }
}
.featured .featured-item > .feat-content .featured-headline {
  padding: 35px 0;
  position: absolute;
  transform: translateY(-50%);
  top: calc(50% + 35px);
}
.featured .featured-item > .feat-image {
  width: 49%;
}
.featured .featured-item > .feat-image > img {
  display: none;
}
.featured .featured-item:first-child {
  flex-wrap: wrap;
  height: auto;
}
.featured .featured-item:first-child > .feat-content {
  padding: 62px 90px 35px;
  width: 100%;
  background: #005DBD;
}
.featured .featured-item:first-child > .feat-content h2 {
  color: #fff;
  transition: all 0.3s ease;
}
.featured .featured-item:first-child > .feat-content:hover svg #Shape {
  fill: #F5A623;
  transition: all 0.3s ease;
}
.featured .featured-item:first-child > .feat-content:hover h2 {
  color: #F5A623;
}
.featured .featured-item:first-child > .feat-content .featured-headline {
  padding: 0;
  position: static;
  transform: none;
  top: unset;
}
.featured .featured-item:first-child .feat-image {
  background: none !important;
  width: 100%;
}
.featured .featured-item:first-child .feat-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 769px) {
  .featured .featured-item {
    flex-wrap: wrap;
    margin-bottom: 60px;
    height: auto;
  }
  .featured .featured-item .feat-content {
    padding: 40px 20px;
    width: 100%;
    -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
  }
  .featured .featured-item .feat-content h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .featured .featured-item .feat-content svg {
    margin-left: 10px;
  }
  .featured .featured-item .feat-content .featured-headline {
    position: relative;
    transform: none;
    top: unset;
    padding: 0;
  }
  .featured .featured-item > .feat-image {
    width: 100%;
  }
  .featured .featured-item > .feat-image > img {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .featured .featured-item:first-child .feat-content {
    padding: 40px 20px;
  }
  .featured .featured-item:first-child .feat-content .featured-headline {
    position: static;
  }
}

.video .video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  animation: all 2.5s ease;
  opacity: 1;
  z-index: 10;
}
.video .video-wrapper.active {
  opacity: 0;
}
.video .video-content {
  margin: 0 auto;
  width: 100%;
  padding: 30px;
  position: absolute;
  top: 80px;
  left: 0;
  text-align: center;
}
.video .video-content h2 {
  margin: 0 auto 30px;
  width: 60%;
  position: relative;
  padding: 20px 30px 0;
  font-weight: 300;
  font-size: 4rem;
  line-height: 4.8rem;
  color: #fff;
}
.video .video-content h2:before {
  width: 200px;
  height: 6px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px;
  background: #fff;
}
.video .video-content svg {
  cursor: pointer;
}
.video .video-content svg #gca_website_home_20180717 {
  transition: all 0.3s ease;
}
.video .video-content svg:hover #gca_website_home_20180717 {
  fill: #F5A623;
}
@media (max-width: 1024px) {
  .video .video-content {
    top: 80px;
    width: 100%;
  }
  .video .video-content h2 {
    font-size: 3rem;
    line-height: 3.8rem;
  }
  .video .video-content svg {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 769px) {
  .video .video-content {
    top: 0;
    width: 100%;
  }
  .video .video-content h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media (max-width: 500px) {
  .video .video-content h2 {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 400px) {
  .video .video-content {
    padding: 10px;
  }
  .video .video-content h2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin-bottom: 10px;
  }
}

.data .section-header h2 {
  font-size: 2.4rem;
  font-weight: 400;
  color: #005DBD;
}
.data img {
  display: block;
}
.data .big-no {
  font-size: 6rem;
  line-height: 6rem;
  letter-spacing: -1px;
  font-weight: 700;
  color: #4A90E2;
  margin-bottom: 10px;
}
.data div[class^="col col-3"] {
  text-align: center;
  background-size: cover;
}
.data div[class^="col col-3"] .inner {
  border: 1px solid rgba(177, 175, 175, 0.3);
  height: 100%;
  padding: 30px;
}
.data div[class^="col col-3"] .inner p {
  margin-bottom: 0;
  font-size: 1.6rem;
}
@media (max-width: 1100px) {
  .data div[class^="col col-3"] .big-no {
    font-size: 5rem;
    line-height: 5rem;
  }
}
@media (max-width: 960px) {
  .data div[class^="col col-3"] {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media (max-width: 769px) {
  .data div[class^="col col-3"] {
    width: 100%;
    margin-bottom: 20px;
  }
}

.latest-news .news-item {
  padding-bottom: 0;
  border-bottom: none;
}
.latest-news .news-item:first-child {
  padding-top: 0;
}
.latest-news .news-item .press-label .date {
  margin: 0;
  padding: 4px 10px;
  font-size: 1.6rem;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #F5A623;
  background: #fff;
}
.latest-news .news-item .news-teaser {
  width: 67%;
}
@media (max-width: 1000px) {
  .latest-news .news-item .news-teaser {
    width: 100%;
  }
}

.show {
  display: block;
}

/*trigger menu*/
.open-menu {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 30px;
  right: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  width: 34px;
  height: 34px;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #fff;
  background: transparent;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1160px) {
  .open-menu {
    display: block;
    top: 18px;
    z-index: 1000;
  }
}
.open-menu:before {
  display: none;
}

.open-menu .icon-bar {
  position: absolute;
  height: 5px;
  width: 100%;
  top: 0;
  right: 0;
  opacity: 1;
  margin: 0;
  background-color: #005DBD;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.open-menu .icon-bar:nth-child(1) {
  top: 4px;
}

.open-menu .icon-bar:nth-child(2) {
  top: 14px;
}

.open-menu .icon-bar:nth-child(3) {
  top: 24px;
}

.open-menu.open .icon-bar:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #005DBD;
}

.open-menu.open .icon-bar:nth-child(2) {
  opacity: 0;
  right: -60px;
  background: #005DBD;
}

.open-menu.open .icon-bar:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #005DBD;
}

footer {
  padding: 50px 0;
  background: #005DBD;
  color: #ffffff;
}
footer.subsite {
  background: #9C7D3C;
}
footer a {
  color: inherit;
}
footer a:hover {
  color: inherit;
  text-decoration: underline;
}
footer a.policy {
  position: relative;
  padding-right: 25px;
}
footer a.policy:after {
  position: absolute;
  top: 3px;
  right: 0;
  content: "";
  display: block;
  width: 14.83px;
  height: 17.8px;
  background: url(./images/arrow-right.svg) no-repeat center right;
}
footer .footer-top {
  margin-bottom: 50px;
}
footer .footer-logo {
  display: inline-block;
  height: 79px;
}
footer .footer-logo img {
  height: 79px;
  width: auto;
}
footer .copyright {
  margin-top: 50px;
  font-size: 1.4rem;
  opacity: 0.75;
}
footer .copyright p {
  margin: 0;
}
footer h3 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 5px;
  opacity: 0.75;
}
footer .footer-address {
  margin-top: 5px;
  opacity: 0.75;
}
@media (max-width: 769px) {
  footer .footer-top {
    margin-bottom: 30px;
  }
  footer .col-4 {
    margin-bottom: 30px;
  }
  footer .copyright {
    margin-top: 0;
  }
}

ul.soc-net {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  top: -5px;
}
ul.soc-net li:first-child {
  opacity: 0.75;
}
ul.soc-net li:not(:first-of-type) {
  margin-left: 25px;
}
ul.soc-net a:hover {
  opacity: 0.75;
  transition: all 0.3s ease-in;
}

.page-header {
  position: relative;
  margin-bottom: 120px;
  text-align: center;
  padding-top: 15px;
}
@media (max-width: 769px) {
  .page-header {
    margin-bottom: 80px;
  }
}
.page-header.page-header-mustard .intro {
  color: #9C7D3C;
}
.page-header.page-header-mustard:before {
  display: none;
}
.regional .page-header:before {
  display: none;
}
.home .page-header:before {
  display: none;
}
.page-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 160px;
  height: 6px;
  display: block;
  background: #005DBD;
}
.page-header .row {
  flex-direction: column;
}
.page-header h1 {
  display: inline-block;
  max-width: 46%;
  margin: 0 auto;
  margin-bottom: 0;
  width: 540px;
  max-width: 540px;
  text-align: center;
  color: #005DBD;
  font-weight: 500;
}
@media (max-width: 1150px) {
  .page-header h1 {
    max-width: 60%;
  }
}
@media (max-width: 769px) {
  .page-header h1 {
    max-width: 80%;
    font-size: 2.4rem;
    line-height: 2.7rem;
  }
}
@media (max-width: 480px) {
  .page-header h1 {
    max-width: 100%;
  }
}
.page-header .intro {
  margin: 30px auto 30px;
  color: #4A90E2;
}
.page-header .intro p {
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.8rem;
}
@media (max-width: 769px) {
  .page-header .intro p {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.page-header .intro:last-child {
  margin-bottom: 0;
}
.page-header p {
  margin: 0 auto 40px;
  text-align: left;
  font-size: 2.1rem;
  line-height: 3.2rem;
}
.page-header p:last-child {
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .page-header p {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

.intro-text p {
  text-align: center;
  font-size: 2.1rem;
  line-height: 3.2rem;
}
@media (max-width: 769px) {
  .intro-text p {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
.subsite .intro-text p, .regional .intro-text p {
  text-align: left;
}
.subsite .intro-text, .regional .intro-text {
  padding: 0 25px;
}
@media (max-width: 769px) {
  .subsite .intro-text, .regional .intro-text {
    padding: 0;
  }
}

.text-center p {
  text-align: center;
}

.row-flags {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.row-flags .flex-flag {
  break-inside: avoid;
  display: flex;
  justify-content: flex-start;
  line-height: 34px;
  margin-bottom: 2rem;
}
.row-flags .flex-flag img {
  display: inline-block;
  margin-right: 15px;
  width: 50px;
  height: 34px;
}
@media (max-width: 992px) {
  .row-flags {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 768px) {
  .row-flags {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 420px) {
  .row-flags {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.flex-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid #9B9B9B;
}
.flex-wrapper:last-child {
  padding-bottom: 0;
}
.flex-wrapper:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.flex-wrapper .img-col {
  width: 20%;
  padding: 0 20px;
  text-align: center;
}
.flex-wrapper .challenge-content {
  width: 80%;
}
.flex-wrapper .challenge-content p {
  line-height: 3rem;
}
.flex-wrapper .challenge-content p:last-child {
  margin-bottom: 0;
}
.flex-wrapper .challenge-content .label {
  width: 100%;
  padding: 0;
  background: transparent;
  font-size: 2.4rem;
  font-weight: 700;
  color: #F5A623;
}
@media (max-width: 950px) {
  .flex-wrapper .challenge-content .label {
    text-align: center;
  }
}
.flex-wrapper .challenge-content h2 {
  font-size: 2.4rem;
  font-weight: 400;
  color: #4A4A4A;
  margin-bottom: 5px;
}
@media (max-width: 950px) {
  .flex-wrapper .challenge-content h2 {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .flex-wrapper {
    flex-flow: column nowrap;
    padding: 30px 0 15px;
  }
  .flex-wrapper .img-col {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding: 0;
  }
  .flex-wrapper .img-col img {
    width: 80px;
  }
  .flex-wrapper .challenge-content {
    width: 100%;
  }
}

.section-header {
  position: relative;
  padding-top: 10px;
}
.subsite .section-header {
  padding-top: 0;
}
.section-header:before {
  content: "";
  display: block;
  width: 100px;
  height: 6px;
  background: #005DBD;
  position: absolute;
  top: 0;
  left: 0;
}
.subsite .section-header:before {
  display: none;
}
.section-header.no-line:before {
  display: none;
}
.section-header h2 {
  font-size: 2.4rem;
  font-weight: 300;
  color: #005DBD;
}
@media (max-width: 600px) {
  .section-header h2 {
    font-size: 2.2rem;
  }
}
.subsite .section-header h2 {
  color: #9C7D3C;
  font-weight: 500;
  text-transform: uppercase;
}

.participating-organizations a {
  display: inline-block;
  color: inherit;
  transition: all 0.3s ease-in;
  line-height: 2rem;
  margin-bottom: 18px;
  width: 100%;
}
.participating-organizations a:hover {
  color: #005DBD;
}
.participating-organizations span {
  display: block;
  break-inside: avoid;
  color: inherit;
  transition: all 0.3s ease-in;
  line-height: 2rem;
  margin-bottom: 18px;
}
.participating-organizations .col-12 {
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
  -webkit-column-gap: 50px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 50px;
  /* Firefox */
  column-gap: 50px;
}
@media (max-width: 992px) {
  .participating-organizations .col-12 {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
}
@media (max-width: 769px) {
  .participating-organizations .col-12 {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}

.left-column {
  padding-right: 30px;
}
@media (max-width: 769px) {
  .left-column {
    margin-bottom: 80px !important;
    padding-right: 0;
  }
}

.all-events {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #4A4A4A;
  font-weight: 700;
}
.all-events:after {
  position: absolute;
  top: 3px;
  right: 0;
  content: "";
  display: block;
  width: 14.83px;
  height: 17.8px;
  background: url(./images/arrow-right-blue.svg) no-repeat center right;
}
.all-events:hover:after {
  filter: grayscale(100%);
}
@media (max-width: 769px) {
  .all-events {
    margin-bottom: 50px;
  }
}

.aside,
.in-the-news-list {
  padding-bottom: 50px;
  color: #4A4A4A;
}
.aside header,
.in-the-news-list header {
  position: relative;
  padding-top: 10px;
}
.aside header:not(:first-of-type),
.in-the-news-list header:not(:first-of-type) {
  margin-top: 30px;
}
.aside header:before,
.in-the-news-list header:before {
  content: "";
  display: block;
  width: 100px;
  height: 6px;
  background: #005DBD;
  position: absolute;
  top: 0;
  left: 0;
}
.aside header h2,
.in-the-news-list header h2 {
  font-size: 2.4rem;
  font-weight: 400;
  color: #005DBD;
  margin-bottom: 0;
}
.aside .items,
.in-the-news-list .items {
  margin-bottom: 30px;
}
.aside .items.in-the-news li img,
.in-the-news-list .items.in-the-news li img {
  max-width: 184px;
}
.aside .items.in-the-news li:hover,
.in-the-news-list .items.in-the-news li:hover {
  color: #000;
}
.aside .items li,
.in-the-news-list .items li {
  position: relative;
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #9B9B9B;
}
.aside .items li > .press-label,
.in-the-news-list .items li > .press-label {
  position: static;
  margin-bottom: 5px;
  top: 10px;
  left: 0px;
}
.aside .items li:hover:after,
.in-the-news-list .items li:hover:after {
  filter: grayscale(100%);
}
.aside .items li:hover h3,
.in-the-news-list .items li:hover h3 {
  color: #000;
}
.aside .items li > a,
.in-the-news-list .items li > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.aside .items li:after,
.in-the-news-list .items li:after {
  position: absolute;
  top: 23px;
  right: 0;
  content: "";
  display: block;
  width: 14.83px;
  height: 17.8px;
  background: url(./images/arrow-right-blue.svg) no-repeat center right;
  cursor: pointer;
  pointer-events: none;
}
.aside .items li p,
.in-the-news-list .items li p {
  margin-bottom: 0;
}
.aside .items li > img,
.in-the-news-list .items li > img {
  display: block;
  margin-bottom: 10px;
}
.aside .items li h3,
.in-the-news-list .items li h3 {
  font-size: 2rem;
  line-height: 2.4rem;
  color: #4A4A4A;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.aside .items li h3 > a,
.in-the-news-list .items li h3 > a {
  color: inherit;
  transition: all 0.3s ease;
}
.aside .items li h3 > a:hover,
.in-the-news-list .items li h3 > a:hover {
  color: #000;
}
@media (max-width: 769px) {
  .aside,
.in-the-news-list {
    padding-bottom: 0;
  }
}

.in-the-news-list .items {
  width: 100%;
}
.in-the-news-list .items li:first-child {
  padding-top: 0;
}

.news {
  margin-bottom: 70px;
}

.news-item {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #9B9B9B;
}
.news-item:last-of-type {
  border: 0;
}
.news-item:first-child {
  padding-top: 0;
}
.news-item:after {
  content: "";
  clear: both;
  display: table;
}
.news-item a {
  position: relative;
}
.news-item .label-image-wrapper {
  display: flex;
  flex-direction: column;
}
.news-item .label-image-wrapper .press-label {
  position: static;
  margin: 0 0 -14px 10px;
}
.news-item.no-image .news-teaser {
  width: 100%;
}
.news-item.no-image .press-label {
  margin-bottom: 6px;
}
.news-item .news-image {
  width: 280px;
  margin: 0 30px 0 0;
  margin-bottom: 10px;
  height: 185px;
}
.news-item .news-image > img {
  display: none;
}
.news-item .news-teaser {
  width: 50%;
}
.news-item .news-teaser h2 {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 300;
  color: #4A4A4A;
  margin: 0 0 5px;
}
.news-item .news-teaser p {
  margin-bottom: 0;
}
.news-item .date-tags {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 4px;
}
.news-item .date {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #F5A623;
  font-weight: 700;
  margin-right: 30px;
}
.news-item .tags {
  font-size: 1.6rem;
}
.news-item .tags .tag-label {
  margin-right: 12px;
  font-weight: 700;
}
.news-item .tags a {
  margin-right: 12px;
  color: #4A4A4A;
  transition: color 0.3s ease;
}
.news-item .tags a:hover {
  color: #005DBD;
  text-decoration: underline;
}
@media (min-width: 1000px) and (max-width: 1040px) {
  .news-item .news-image {
    width: 250px;
    height: 165px;
  }
}
@media (max-width: 1000px) {
  .news-item {
    display: block;
    flex-flow: column nowrap;
  }
  .news-item .news-image {
    float: none;
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
    background: none;
  }
  .news-item .news-image > img {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .news-item .news-teaser {
    width: 100%;
  }
}

.tags .tag-label {
  margin-right: 15px;
  font-weight: 700;
}
.tags a {
  margin-right: 15px;
  color: #4A4A4A;
  transition: all 0.3 ease-in;
}
.tags a:hover {
  color: #005DBD;
  text-decoration: underline;
}

/*downloads*/
.downloads {
  margin-bottom: 20px;
}
@media (min-width: 580px) and (max-width: 769px) {
  .downloads .row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -2%;
  }
}
.downloads .section-headline {
  width: 100%;
}
.downloads .download-box {
  position: relative;
  margin-bottom: 60px;
}
.downloads .download-box:hover .download-img {
  box-shadow: 0px 4px 21px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}
.downloads .download-box:hover .download-img > img {
  opacity: 0.9;
}
.downloads .download-box:hover .download-text {
  color: #4A4A4A;
  filter: grayscale(100%);
  transition: all 0.2s ease;
}
@media (min-width: 580px) and (max-width: 990px) {
  .downloads .download-box {
    margin-left: 2% !important;
    width: 47%;
  }
}
@media (max-width: 769px) {
  .downloads .download-box {
    margin-bottom: 45px;
  }
}
.downloads .download-box .download-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.downloads .download-text {
  padding-right: 40px;
  position: relative;
  font-size: 2.4rem;
  line-height: 3rem;
}
.downloads .download-text h3 {
  margin-bottom: 0;
  color: #005DBD;
}
.subsite .downloads .download-text h3 {
  color: #9C7D3C;
}
@media (max-width: 769px) {
  .downloads .download-text {
    margin: 0 auto 40px;
    padding-right: 0;
    padding-bottom: 30px;
    text-align: center;
  }
}
.downloads .download-text.papers p {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #797979;
  font-weight: 400;
}
.downloads .download-text.papers h3,
.downloads .download-text.papers h4 {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #4A4A4A;
  font-weight: 400;
}
.downloads .download-text:after {
  position: absolute;
  content: url(./images/download-icon.svg);
  right: 0;
  top: 0;
}
@media (max-width: 769px) {
  .downloads .download-text:after {
    bottom: 0;
    top: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
}
.subsite .downloads .download-text:after, .home-campaign .downloads .download-text:after {
  content: url(./images/download-icon-2.svg);
}
.downloads .download-img {
  margin-bottom: 25px;
}
@media (max-width: 769px) {
  .downloads .download-img {
    margin-bottom: 20px;
  }
}
.downloads .download-img img {
  display: block;
  border: 1px solid #8C8C8C;
}
.downloads.horiz-boxes .section-headline h3 {
  font-size: 2.4rem;
  color: #4A4A4A;
  font-weight: 400;
}
.downloads.horiz-boxes .download-box {
  display: flex;
}
.downloads.horiz-boxes .download-img {
  margin-bottom: 0;
  width: 33%;
  height: fit-content;
}
.downloads.horiz-boxes .download-text {
  margin-bottom: 0;
  padding: 0 0 0 25px;
  width: 67%;
}
.downloads.horiz-boxes .download-text h3,
.downloads.horiz-boxes .download-text h4 {
  position: relative;
  padding-bottom: 40px;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.downloads.horiz-boxes .download-text h3:after,
.downloads.horiz-boxes .download-text h4:after {
  position: absolute;
  content: url(./images/download-icon.svg);
  left: 0;
  bottom: 0;
  top: auto;
  right: auto;
}
.subsite .downloads.horiz-boxes .download-text h3:after,
.subsite .downloads.horiz-boxes .download-text h4:after {
  content: url(./images/download-icon-2.svg);
}
.downloads.horiz-boxes .download-text:after {
  display: none;
}
@media (max-width: 769px) {
  .downloads.horiz-boxes .download-text {
    text-align: left;
    font-size: 1.8rem;
  }
}
@media (max-width: 769px) {
  .downloads.horiz-boxes .download-box {
    margin-bottom: 30px;
  }
}

.press header h1 {
  margin-bottom: 40px;
  color: #797979;
  font-size: 3.6rem;
  line-height: 4.4rem;
  font-weight: 400;
}
@media (max-width: 600px) {
  .press header h1 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.press .article-img {
  position: relative;
  min-height: 70px;
}
.press .article-img img {
  width: 100%;
  margin-bottom: 40px;
}
.press .press-text {
  margin-bottom: 40px;
  border-bottom: 1px solid #797979;
}
.press .press-text p, .press .press-text li {
  font-size: 2.1rem;
  line-height: 3.2rem;
}
.press .press-text ol {
  list-style-type: none;
  list-style-position: inside;
}
.press .press-text ol li {
  position: relative;
  padding-left: 42px;
  margin-bottom: 12px;
  counter-increment: step-counter;
}
.press .press-text ol li:before {
  content: counter(step-counter);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  border-radius: 50%;
  padding: 2px 9px;
  width: 30px;
  height: 30px;
  font-weight: bold;
  color: #ffffff;
  background: #005DBD;
}
@media (max-width: 769px) {
  .press .press-text {
    margin-bottom: 30px;
  }
}
.press .press-content {
  margin-bottom: 80px;
  padding: 0 80px;
}
@media (max-width: 769px) {
  .press .press-content {
    margin-bottom: 60px;
    padding: 0;
  }
}
.press .press-featured {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  border-top: 1px solid #797979;
  border-bottom: 1px solid #797979;
  padding: 8px 0;
}
.press .press-featured .tools {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.press .press-featured .tools a {
  margin-right: 50px;
  line-height: 11px;
  transition: all 0.3s ease;
}
.press .press-featured .tools a:hover {
  filter: grayscale(100%);
}
.press .press-featured .tools a:last-child {
  margin-right: 0;
}
@media (max-width: 680px) {
  .press .press-featured .tools a {
    margin-right: 10px;
  }
}
@media (max-width: 680px) {
  .press .press-featured .tools img {
    height: 20px;
  }
}
.press .date-location {
  padding-right: 60px;
  font-weight: 700;
}
.press .date-location .date {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #F5A623;
  margin-right: 30px;
}
@media (max-width: 680px) {
  .press .date-location {
    margin-bottom: 0px;
    padding-right: 15px;
  }
}

/*about*/
.leadership {
  margin-bottom: 80px;
}

.staff-wrp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.staff-wrp .staff-item {
  width: 47%;
  text-align: center;
}
@media (max-width: 580px) {
  .staff-wrp .staff-item {
    width: 100%;
  }
}
.staff-wrp .staff-img {
  margin-bottom: 30px;
}
.staff-wrp .staff-img img {
  display: block;
  width: 100%;
}
@media (max-width: 580px) {
  .staff-wrp .staff-img img {
    margin: 0 auto;
    max-width: 440px;
  }
}
.staff-wrp .staff-content {
  padding: 0 20px 20px;
}
.staff-wrp .staff-content .name {
  margin-bottom: 0;
  color: #005DBD;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3rem;
}
@media (max-width: 700px) {
  .staff-wrp .staff-content .name {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.staff-wrp .staff-content .position {
  margin-bottom: 12px;
  font-size: 2.4rem;
  color: #797979;
  line-height: 3rem;
  font-weight: 300;
}
@media (max-width: 700px) {
  .staff-wrp .staff-content .position {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.staff-wrp .staff-content p {
  line-height: 2.4rem;
}
@media (max-width: 769px) {
  .staff-wrp .staff-content {
    padding: 10px;
  }
}

.senior-staff {
  margin-bottom: 80px;
}
.senior-staff .staff-wrp {
  justify-content: space-around;
}
.senior-staff .staff-item {
  width: 24%;
}
@media (max-width: 860px) {
  .senior-staff .staff-item {
    width: 47%;
  }
}
@media (max-width: 580px) {
  .senior-staff .staff-item {
    width: 100%;
    margin-bottom: 35px;
  }
  .senior-staff .staff-item:last-child {
    margin-bottom: 0;
  }
}
.senior-staff .staff-content {
  padding: 0;
}

.opinions {
  margin-bottom: 80px;
  padding: 40px 0;
  background: #F9F9F9;
}
.opinions .container-narrow {
  position: relative;
}
.opinions .swiper-button-next, .opinions .swiper-button-prev {
  height: 32px;
  background-image: url(./images/arrow-right-blue.svg) !important;
  transition: all 0.3s ease;
}
.opinions .swiper-button-next:hover, .opinions .swiper-button-prev:hover {
  filter: grayscale(100%);
}
@media (max-width: 440px) {
  .opinions .swiper-button-next, .opinions .swiper-button-prev {
    background-size: 21px 24px;
  }
}
.opinions .swiper-button-prev {
  left: -70px;
  transform: rotate(180deg);
}
@media (max-width: 1180px) {
  .opinions .swiper-button-prev {
    left: 1%;
  }
}
.opinions .swiper-button-next {
  right: -70px;
}
@media (max-width: 1180px) {
  .opinions .swiper-button-next {
    right: 1%;
  }
}
.opinions .swiper-button-disabled {
  opacity: 0;
}
.opinions .swiper-opinions {
  width: 100%;
  height: 100%;
}
@media (max-width: 1180px) {
  .opinions .swiper-opinions {
    width: 90%;
  }
}
@media (max-width: 440px) {
  .opinions .swiper-opinions {
    width: 85%;
  }
}
.opinions .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.opinions .quote-item {
  flex-direction: column;
  background: #F9F9F9;
}
@media (max-width: 769px) {
  .opinions .quote-item {
    margin-bottom: 30px;
  }
}
.opinions .quote-img {
  margin-bottom: 20px;
  width: 100%;
}
.opinions .quote-img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.opinions .quote-content {
  position: relative;
  padding: 30px 0;
  text-align: left;
}
.opinions .quote-content:after {
  position: absolute;
  content: "“";
  top: 19px;
  transform: translateX(-50%);
  left: 50%;
  font-size: 72px;
  color: #005DBD;
}
.opinions .quote-content:before {
  position: absolute;
  content: "”";
  bottom: -25px;
  transform: translateX(-50%);
  left: 50%;
  font-size: 72px;
  color: #005DBD;
}
.opinions .quote-content blockquote, .opinions .quote-content h3, .opinions .quote-content h4 {
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.opinions .quote-content h3 {
  color: #005DBD;
}
.opinions .quote-content h4 {
  color: #797979;
}
.opinions .quote-content blockquote {
  padding-left: 0;
  border-left: none;
}

.adaptation-staff {
  margin-bottom: 100px;
}
.adaptation-staff header {
  margin-bottom: 40px;
}
.adaptation-staff .staff-item {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
.adaptation-staff .title, .adaptation-staff .mail {
  display: block;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
.adaptation-staff h3 {
  display: block;
  margin-bottom: 0;
  color: #005DBD;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 700;
}
@media (max-width: 769px) {
  .adaptation-staff h3 {
    font-size: 1.6rem;
  }
}
.adaptation-staff .mail {
  color: #4A4A4A;
}
.adaptation-staff .mail:hover {
  color: #005DBD;
  transition: all 0.3s ease-in;
}
.adaptation-staff .col-12 {
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
  -webkit-column-gap: 30px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 30px;
  /* Firefox */
  column-gap: 30px;
}
@media (max-width: 992px) {
  .adaptation-staff .col-12 {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
}
@media (max-width: 769px) {
  .adaptation-staff .col-12 {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}
.adaptation-staff.advisors-list h3 {
  color: inherit;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 400;
}
.adaptation-staff.advisors-list header {
  margin-bottom: 0;
}

.contact-information {
  margin-bottom: 80px;
}
.contact-information .maps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-information .map {
  width: 49%;
}
@media (max-width: 580px) {
  .contact-information .map {
    margin-bottom: 30px;
    width: 100%;
  }
}
.contact-information .map-img {
  margin-bottom: 30px;
}
.contact-information .map-img img {
  display: block;
  width: 100%;
}
.contact-information .map-content {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 300;
}
.contact-information .map-content h3 {
  margin-bottom: 0;
  color: #005DBD;
  font-weight: 700;
}
.contact-information .map-content a {
  color: #4A4A4A;
}
.contact-information .map-content a:hover {
  color: #000;
}
.contact-information .map-content p {
  line-height: 3rem;
}
@media (max-width: 769px) {
  .contact-information .map-content {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.press-label {
  position: absolute;
  z-index: 1;
  display: flex;
  top: 20px;
  left: -20px;
}
.press-label > span {
  padding: 4px 10px;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: normal;
  font-weight: 700;
  background: #F5A623;
  color: #fff;
}
.press-label .date {
  background: #fff;
  color: #F5A623;
}
.press-label p {
  margin-bottom: 0;
}
@media (max-width: 460px) {
  .press-label {
    font-size: 1.2rem;
  }
}

#search-button {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1160px) {
  #search-button {
    top: auto;
    bottom: 0;
  }
}
#search-button:before {
  content: " ";
  display: block;
  width: 37px;
  height: 37px;
  background: url(./images/search-btn.svg) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}
@media (max-width: 1160px) {
  #search-button:before {
    width: 45px;
    height: 45px;
  }
}

@media (min-width: 1161px) {
  .subsite-header #search-button:before {
    background: url(./images/search-btn-2.svg) no-repeat center center;
  }
}
.modal-box {
  z-index: 2000;
}
.modal-box .video-wrapper {
  margin-bottom: 0;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-2px);
  }
  60% {
    -webkit-transform: translateX(-1px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-2px);
  }
  60% {
    -moz-transform: translateX(-1px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateX(0);
  }
  40% {
    -o-transform: translateX(-2px);
  }
  60% {
    -o-transform: translateX(-1px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-2px);
  }
  60% {
    transform: translateX(-1px);
  }
}
.modal {
  border-radius: 0;
}
.modal .container {
  position: relative;
}
.modal #close-search {
  opacity: 1;
}
.modal #close-search:hover {
  opacity: 1;
}
.modal #close-search:before {
  content: " ";
  display: block;
  width: 37px;
  height: 37px;
  background: url(./images/close-btn.svg) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}
.modal .search-form {
  text-align: center;
}
.modal .search-form h1 {
  color: #797979;
  margin-bottom: 50px;
  font-weight: 300;
}
.modal .search-form .search-input-wrapper {
  position: relative;
  margin: 50px auto;
  width: 700px;
  max-width: 100%;
}
.modal .search-form input {
  -webkit-box-shadow: 1px 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding-right: 50px;
}
.modal .search-form input[type=submit] {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  margin: 0;
  padding: 0px;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  background: #005DBD;
  color: #fff;
  border-width: 0 0 0 1px;
  font-size: 2rem;
  cursor: pointer;
  transition: background 0.3s ease;
}
.modal .search-form input[type=submit]:hover {
  background: #F5A623;
}

.action-section {
  padding: 67px 0;
  color: #797979;
  background: #FAFAFA;
}
.action-section h2 {
  font-weight: 300;
  font-size: 4rem;
  line-height: 4.8rem;
  margin-bottom: 2rem;
  color: #4A4A4A;
}
.action-section p, .action-section ul, .action-section ol, .action-section dl, .action-section table {
  font-size: 2rem;
  line-height: 3.4rem;
}
.action-section .action-section-content {
  padding-right: 20px;
}
@media (max-width: 769px) {
  .action-section .action-section-content {
    padding-right: 0;
  }
}
@media (max-width: 769px) {
  .action-section .action-section-image {
    text-align: center;
  }
}

.did-you-know .section-header {
  margin-bottom: 40px;
}
.did-you-know ol {
  margin-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.did-you-know ol p {
  margin-bottom: 20px;
  line-height: 3rem;
}
.did-you-know ol p:last-child {
  margin-bottom: 0;
}
.did-you-know ol li {
  position: relative;
  border-bottom: 1px solid #9B9B9B;
  min-height: 50px;
  padding: 40px 0 40px 100px;
  counter-increment: step-counter;
}
.did-you-know ol li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 769px) {
  .did-you-know ol li {
    padding: 40px 0 40px 90px;
  }
}
@media (max-width: 480px) {
  .did-you-know ol li {
    margin-bottom: 60px;
    padding-left: 0;
    padding-top: 100px;
  }
}
.did-you-know ol li:before {
  content: counter(step-counter);
  position: absolute;
  top: 33px;
  left: 0;
  display: flex;
  align-items: center;
  border-radius: 50%;
  margin-top: -3px;
  padding: 2px 26px;
  width: 80px;
  height: 80px;
  font-size: 5rem;
  font-weight: bold;
  color: #ffffff;
  background: #005DBD;
}
@media (max-width: 769px) {
  .did-you-know ol li:before {
    padding: 2px 18px;
    width: 60px;
    height: 60px;
    font-size: 4rem;
  }
}
@media (max-width: 480px) {
  .did-you-know ol li:before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.press-contact {
  padding-top: 30px;
}
.press-contact p {
  margin-bottom: 30px;
}
.press-contact p:last-child {
  margin-bottom: 0;
}

.events-contact h2 {
  margin-bottom: 0;
}

.host-government img {
  border: 1px solid #ccc;
}
.host-government p {
  text-align: center;
  margin-bottom: 0;
}

.privacy-content section {
  margin-bottom: 60px;
}
.privacy-content .page-header {
  margin-bottom: 60px;
}

.search-results .news-item .news-teaser div h2, .search-results .news-item .news-teaser div h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #797979;
}

.tools {
  position: relative;
}

#share-buttons {
  display: none;
  position: absolute;
  right: -55px;
  top: -10px;
}

#share-buttons.visible {
  display: block;
}

#share-buttons a {
  display: block;
  width: 50px;
  margin: 0 0 20px 0;
}

@media (max-width: 769px) {
  #share-buttons {
    right: 35px;
    top: 33px;
  }
  #share-buttons img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 680px) {
  #share-buttons {
    right: 15px;
  }
}
.news-item-teaser p:last-child:after {
  content: "...";
}

.events-list .news-item.no-image .press-label {
  margin-left: 0;
}

.special-container {
  margin: 0 -10px;
}

/* GDPF */
.gdpr-button {
  display: inline-block;
  margin-top: 5px;
  padding: 8px 20px;
  color: #fff;
  background: #4a90e2;
}

#gdpr-bar {
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  width: 100%;
  background: #202020;
  border-top: 1px solid #fff;
}
#gdpr-bar .row {
  padding: 20px 0;
}
#gdpr-bar p {
  margin-bottom: 5px;
  color: #fff;
}
#gdpr-bar .gdpr-change-settings-button {
  text-decoration: underline;
  cursor: pointer;
}
#gdpr-bar .gdpr-button {
  margin-left: 20px;
}
@media (max-width: 769px) {
  #gdpr-bar .gdpr-button {
    margin-left: 0;
  }
}

#gdpr-modal {
  z-index: 2000;
}
#gdpr-modal .modal {
  width: 90vw;
  max-width: 900px;
  max-height: calc(100vh - 140px);
}
@media (max-width: 950px) {
  #gdpr-modal .modal {
    max-height: calc(100vh - 60px);
  }
}
@media (max-width: 769px) {
  #gdpr-modal .modal {
    max-height: calc(100vh - 40px);
  }
}
#gdpr-modal .modal-body {
  padding: 64px 0 5px;
}
#gdpr-modal .modal-body-content {
  padding: 0 40px;
  max-height: calc(100vh - 170px - 300px);
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 950px) {
  #gdpr-modal .modal-body-content {
    max-height: calc(100vh - 60px - 350px);
  }
}
@media (max-width: 769px) {
  #gdpr-modal .modal-body-content {
    padding: 0 20px;
    max-height: calc(100vh - 415px);
  }
}
#gdpr-modal .modal-body-content header {
  margin-bottom: 80px;
}
#gdpr-modal .modal-body-content h2 {
  color: #f5a623;
}
#gdpr-modal .modal-footer {
  padding: 36px 56px;
  -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 769px) {
  #gdpr-modal .modal-footer {
    padding: 30px 20px;
  }
}
#gdpr-modal .modal-footer h2 {
  margin-bottom: 10px;
}
@media (max-width: 769px) {
  #gdpr-modal .modal-footer label {
    line-height: 17px;
  }
}
#gdpr-modal .modal-footer div {
  margin-bottom: 10px;
}

.flagship-report .flagship-report-hero {
  margin-bottom: 25px;
}
.flagship-report .flagship-report-hero img {
  width: 100%;
}
.flagship-report p {
  font-size: 2.1rem;
  line-height: 3.2rem;
}

.secretariat h3 {
  margin: 0 0 2px;
  color: #005DBD;
}
.secretariat .col:first-of-type {
  padding-right: 20px;
}
@media (max-width: 769px) {
  .secretariat .col:first-of-type {
    padding-right: 0;
  }
}
.secretariat .col:last-of-type {
  padding-left: 20px;
}
@media (max-width: 769px) {
  .secretariat .col:last-of-type {
    padding-left: 0;
  }
}

.three-commissioners .download-box {
  padding: 0 25px;
}
.three-commissioners .download-img img {
  width: 100%;
  border: none;
}
.three-commissioners .download-text {
  padding-right: 0;
  text-align: center;
}
.three-commissioners .download-text:after {
  display: none;
}
.three-commissioners .download-text h3 {
  margin-bottom: 5px;
}
.three-commissioners .download-text p {
  font-size: 2.1rem;
  line-height: 3.2rem;
  font-weight: 400;
}
@media (max-width: 769px) {
  .three-commissioners .download-text p {
    font-size: 2rem;
  }
}
.three-commissioners .download-box:hover .download-img {
  box-shadow: none;
}
.three-commissioners .download-box:hover .download-img img {
  opacity: unset;
}
.three-commissioners .download-box:hover .download-text {
  filter: none;
  color: inherit;
}
@media (max-width: 990px) {
  .three-commissioners .row {
    justify-content: center;
  }
}

.champions-section {
  padding-top: 30px;
}
.champions-section .champions-commissioners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  margin-left: -10%;
}
@media (max-width: 769px) {
  .champions-section .champions-commissioners {
    margin-left: -5%;
  }
}
@media (max-width: 460px) {
  .champions-section .champions-commissioners {
    margin-left: 0;
  }
}
.champions-section .champions-commissioners .champion-box {
  margin-left: 9.33%;
  width: 24%;
}
@media (max-width: 769px) {
  .champions-section .champions-commissioners .champion-box {
    width: 45%;
    margin-left: 5%;
  }
}
@media (max-width: 460px) {
  .champions-section .champions-commissioners .champion-box {
    width: 100%;
    margin-left: 0;
  }
}
.champions-section .champions-commissioners .champion-img {
  margin-bottom: 25px;
}
.champions-section .champions-commissioners .champion-img img {
  display: block;
  width: 100%;
}
.champions-section .champions-commissioners .champion-content {
  text-align: center;
}
.champions-section .champions-commissioners h3 {
  margin-bottom: 0;
  color: #005DBD;
}
.champions-section .champions-commissioners p {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 300;
}
@media (max-width: 769px) {
  .champions-section .champions-commissioners p {
    font-size: 2rem;
  }
}

.four-commissioners {
  margin-bottom: 15px;
  padding-top: 30px;
}
.four-commissioners .intro-text {
  margin-bottom: 80px;
  padding: 0 25px;
}
@media (max-width: 769px) {
  .four-commissioners .intro-text {
    padding: 0;
  }
}
.four-commissioners .commissioners-wrp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
@media (max-width: 460px) {
  .four-commissioners .commissioners-wrp {
    margin-left: 0;
  }
}
.four-commissioners .commissioner-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 23%;
  margin-bottom: 80px;
}
@media (max-width: 769px) {
  .four-commissioners .commissioner-box {
    width: 48%;
  }
}
@media (max-width: 460px) {
  .four-commissioners .commissioner-box {
    width: 100%;
    margin-left: 0;
  }
}
.four-commissioners .commissioner-img {
  width: 43%;
}
.four-commissioners .commissioner-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.four-commissioners .commissioner-text {
  width: 53%;
  text-align: left;
}
.four-commissioners .commissioner-text h3, .four-commissioners .commissioner-text p {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 2.8rem;
}
@media (max-width: 769px) {
  .four-commissioners .commissioner-text h3, .four-commissioners .commissioner-text p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
.four-commissioners .commissioner-text h3 {
  margin-bottom: 0;
  color: #005DBD;
}
.subsite .four-commissioners .commissioner-text h3 {
  color: #9C7D3C;
}
.four-commissioners .commissioner-text p {
  font-weight: 300;
}

.year-of-action .challenge-content h2 {
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 300;
}
@media (max-width: 992px) {
  .year-of-action .challenge-content h2 {
    text-align: center;
  }
}
@media (max-width: 769px) {
  .year-of-action .challenge-content h2 {
    font-size: 3.3rem;
    line-height: 4rem;
  }
}

.hero-slider {
  margin-bottom: 80px;
  width: 100%;
}
.hero-slider .container {
  z-index: 10;
}
.hero-slider .swiper-slide {
  display: flex;
  height: auto;
}
.hero-slider .hero-slide {
  position: relative;
  display: flex;
  padding: 140px 0;
  min-height: 50vh;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-slider .hero-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.1) 85%, rgba(0, 0, 0, 0.3) 100%);
}
.hero-slider .hero-slide-content {
  max-width: 68%;
}
.hero-slider h2 {
  color: #fff;
  font-size: 7rem;
  font-weight: 900;
  line-height: 8rem;
  text-transform: uppercase;
}
.hero-slider .swiper-button-next, .hero-slider .swiper-button-prev {
  background-image: url("./images/white-arrow.png");
}
.hero-slider .swiper-button-prev {
  left: 15px;
  transform: rotate(180deg);
}
.hero-slider .swiper-button-next {
  right: 15px;
}
.hero-slider.mission-hero-slider .swiper-slide:nth-child(even) .hero-slide-content {
  margin-left: auto;
}
.hero-slider.mission-hero-slider .hero-slide {
  padding: 90px 0;
}
.hero-slider.mission-hero-slider h2 {
  font-size: 6rem;
  text-transform: none;
}
.hero-slider.mission-hero-slider .hero-slide-content {
  display: flex;
  height: 100%;
  align-items: center;
  max-width: 590px;
}
.hero-slider.mission-hero-slider .swiper-pagination {
  bottom: 30px;
}
.hero-slider.mission-hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #fff;
}
.hero-slider.mission-hero-slider .swiper-pagination-bullet-active {
  background: #9C7D3C;
}
@media (max-width: 1400px) {
  .hero-slider .hero-slide-content {
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .hero-slider .hero-slide {
    padding: 120px 0;
  }
  .hero-slider .hero-slide-content {
    padding: 0 40px;
    max-width: 100%;
  }
  .hero-slider.mission-hero-slider .hero-slide-content {
    max-width: 100%;
  }
  .hero-slider .swiper-button-next, .hero-slider .swiper-button-prev {
    width: 20px;
    background-size: contain;
  }
  .hero-slider h2 {
    font-size: 5rem;
    line-height: 6rem;
  }
  .hero-slider.mission-hero-slider h2 {
    font-size: 5rem;
    line-height: 6rem;
  }
}
@media (max-width: 769px) {
  .hero-slider {
    margin-bottom: 40px;
  }
  .hero-slider .swiper-button-next {
    right: 10px;
  }
  .hero-slider .swiper-button-prev {
    left: 10px;
  }
  .hero-slider .hero-slide {
    padding: 50px 0;
  }
  .hero-slider .hero-slide-content {
    padding: 0 20px;
  }
  .hero-slider h2 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
  .hero-slider.mission-hero-slider .hero-slide {
    padding: 40px 0;
  }
  .hero-slider.mission-hero-slider .swiper-pagination {
    bottom: 15px;
  }
  .hero-slider.mission-hero-slider h2 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
  .hero-slider .swiper-button-next, .hero-slider .swiper-button-prev {
    width: 14px;
  }
}

.home .hero-section {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .home .hero-section {
    margin-bottom: 0;
    height: auto;
  }
  .home .hero-section .row {
    margin-left: 0;
  }
  .home .hero-section .col-4,
.home .hero-section .col-8 {
    margin-left: 0;
    margin-bottom: 0 !important;
    width: 100%;
    padding-bottom: 40px;
  }
}
.home .hero-slider {
  margin-bottom: 0;
  height: 100%;
}
.home .hero-slider .hero-slide {
  padding: 30px 0;
  min-height: 300px;
  align-items: center;
}
.home .hero-slider .hero-slide > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
}
.home .hero-slider .hero-slide .hero-slide-content {
  margin-left: 30px;
}
.home .hero-slider .hero-slide .swiper-button-prev {
  left: 10px;
}
.home .hero-slider .hero-slide .swiper-button-next {
  right: 10px;
}
.home .hero-slider .hero-slide-content {
  width: 50%;
}
.home .hero-slider h2 {
  margin-bottom: 0;
  font-size: 4.8rem;
  line-height: 5.6rem;
  text-transform: none;
}
.home .hero-slider .by-line {
  margin-top: 20px;
  font-size: 2.3rem;
  line-height: 2.8rem;
  color: #fff;
}
.home .hero-slider .swiper-button-prev,
.home .hero-slider .swiper-button-next {
  background-size: 23px 40px;
}
@media (max-width: 1400px) {
  .home .hero-slider .hero-slide-content {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .home .hero-slider {
    height: 100%;
  }
  .home .hero-slider .hero-slide-content {
    width: 90%;
  }
  .home .hero-slider h2 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
  .home .hero-slider .swiper-button-prev,
.home .hero-slider .swiper-button-next {
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .home .hero-slider {
    margin-bottom: 0;
  }
}
.home .feed-col {
  padding-left: 6%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 2px solid #D4D3D4;
}
@media (max-width: 1024px) {
  .home .feed-col {
    padding-left: 0;
    border: none;
  }
}
.home .pr-block h2 {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 3px solid #005DBD;
  font-size: 2rem;
  line-height: 2.6rem;
  color: #005DBD;
  font-weight: 500;
}
.home .pr-block .pr-text {
  margin-bottom: 5px;
  padding-top: 16px;
}
.home .pr-block .pr-text a {
  font-weight: 500;
  color: #4A4A4A;
}
.home .pr-block .pr-text a:hover {
  opacity: 0.8;
}
.home .pr-block .pr-footer {
  display: flex;
  justify-content: space-between;
}
.subsite .hero-slider {
  margin-bottom: 50px;
}

.leadership-slider {
  margin-bottom: 80px;
  width: 100%;
}
.leadership-slider .swiper-slide {
  display: flex;
  height: auto;
}
.leadership-slider .swiper-slide:nth-child(even) {
  background: #484848;
}
.leadership-slider .swiper-slide:nth-child(even) .leadership-image-in:after {
  background: linear-gradient(to left, #484848 0%, rgba(72, 72, 72, 0.6) 60%, rgba(72, 72, 72, 0.4) 85%, rgba(72, 72, 72, 0.16) 100%);
}
.leadership-slider .swiper-slide:nth-child(even) .leadership-image-in:before {
  background: linear-gradient(to right, #484848 0%, rgba(72, 72, 72, 0.6) 60%, rgba(72, 72, 72, 0.4) 85%, rgba(72, 72, 72, 0.16) 100%);
}
.leadership-slider .swiper-slide:nth-child(odd) {
  background: #D9D9D9;
}
.leadership-slider .swiper-slide:nth-child(odd) .leadership-image-in:after {
  background: linear-gradient(to left, #d9d9d8 0%, rgba(217, 217, 216, 0.6) 60%, rgba(217, 217, 216, 0.4) 85%, rgba(217, 217, 216, 0.16) 100%);
}
.leadership-slider .swiper-slide:nth-child(odd) .leadership-image-in:before {
  background: linear-gradient(to right, #d9d9d8 0%, rgba(217, 217, 216, 0.6) 60%, rgba(217, 217, 216, 0.4) 85%, rgba(217, 217, 216, 0.16) 100%);
}
.leadership-slider .swiper-slide:nth-child(odd) .leadership-content {
  order: -1;
}
@media (max-width: 1024px) {
  .leadership-slider .swiper-slide:nth-child(odd) .leadership-content {
    order: 0;
  }
}
.leadership-slider .swiper-slide:first-child {
  background: #222222;
}
.leadership-slider .swiper-slide:first-child .leadership-image-in:after {
  background: linear-gradient(to left, #222222 0%, rgba(34, 34, 34, 0.6) 60%, rgba(34, 34, 34, 0.4) 85%, rgba(34, 34, 34, 0.16) 100%);
}
.leadership-slider .swiper-slide:first-child .leadership-image-in:before {
  background: linear-gradient(to right, #222222 0%, rgba(34, 34, 34, 0.6) 60%, rgba(34, 34, 34, 0.4) 85%, rgba(34, 34, 34, 0.16) 100%);
}
.leadership-slider .swiper-slide:first-child .leadership-content {
  order: 0;
}
.leadership-slider blockquote, .leadership-slider h2 {
  color: #fff;
}
.leadership-slider h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: right;
  font-weight: 700;
  font-size: 2rem;
}
.leadership-slider blockquote {
  padding-left: 0;
  border-left: none;
  font-style: normal;
  font-size: 3.3rem;
  line-height: 5rem;
  font-weight: 900;
}
.leadership-slider .hero-slide {
  position: relative;
  display: flex;
  min-height: 35vh;
  width: 100%;
  height: 100%;
}
.leadership-slider .leadership-image {
  padding: 0 60px;
  width: 40%;
  box-sizing: border-box;
}
.leadership-slider .leadership-image-in {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.leadership-slider .leadership-image-in:before, .leadership-slider .leadership-image-in:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 20px;
}
.leadership-slider .leadership-image-in:after {
  right: 0;
}
.leadership-slider .leadership-image-in:before {
  left: 0;
}
.leadership-slider .leadership-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 0;
  width: 60%;
}
.leadership-slider .swiper-button-next, .leadership-slider .swiper-button-prev {
  background-image: url("./images/white-arrow.png");
}
.leadership-slider .swiper-button-prev {
  left: 15px;
  transform: rotate(180deg);
}
.leadership-slider .swiper-button-next {
  right: 15px;
}
@media (max-width: 1300px) {
  .leadership-slider .leadership-content {
    padding: 20px 30px;
  }
  .leadership-slider .leadership-image {
    padding: 0 20px;
  }
  .leadership-slider .swiper-button-next, .leadership-slider .swiper-button-prev {
    width: 20px;
    background-size: contain;
  }
}
@media (max-width: 1024px) {
  .leadership-slider .container {
    box-sizing: border-box;
  }
  .leadership-slider .hero-slide {
    min-height: 30vh;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .leadership-slider .leadership-image, .leadership-slider .leadership-content {
    width: 100%;
  }
  .leadership-slider .leadership-content {
    flex: 1;
  }
  .leadership-slider .leadership-image {
    margin: 0 auto;
    max-width: 400px;
  }
  .leadership-slider .leadership-image-in {
    padding-top: 120%;
  }
}
@media (max-width: 769px) {
  .leadership-slider blockquote {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  .leadership-slider .swiper-button-next, .leadership-slider .swiper-button-prev {
    width: 14px;
  }
  .leadership-slider .leadership-content {
    padding: 20px;
  }
  .leadership-slider .leadership-image {
    max-width: 300px;
  }
  .leadership-slider h2 {
    margin-top: 10px;
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.leadership-slider.mixed-slider .swiper-slide .leadership-image-in:before, .leadership-slider.mixed-slider .swiper-slide .leadership-image-in:after {
  display: none;
}

.home-intro {
  margin-bottom: 0;
}
.subsite .home-intro {
  margin-bottom: 100px;
}
.home-intro p {
  font-size: 2.1rem;
  line-height: 3.2rem;
}
.home-intro .definition {
  margin-bottom: 80px;
  padding: 15px 0 15px 90px;
  border-bottom: 7px solid #4A4A4A;
  border-top: 7px solid #4A4A4A;
  position: relative;
}
.home-intro .definition .decoration {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
.home-intro .definition h1 {
  margin: 0 0 35px;
  font-size: 10rem;
  line-height: 10.4rem;
  font-family: "Times LT W01 Bold";
  color: #4A4A4A;
}
.home-intro .definition p {
  margin-bottom: 10px;
  text-align: left;
  color: #4A4A4A;
  font-family: "Times LT W05 Phonetic";
  font-size: 3.2rem;
  line-height: 3.8rem;
}
.home-intro .definition p:last-of-type {
  text-align: right;
  font-size: 2.1rem;
  line-height: 3.2rem;
  font-family: "Times LT W01 Italic";
}
@media (max-width: 1024px) {
  .home-intro .definition h1 {
    font-size: 7rem;
    line-height: 7.6rem;
  }
  .home-intro .definition p {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
}
@media (max-width: 769px) {
  .home-intro {
    margin-bottom: 40px;
  }
  .subsite .home-intro {
    margin-bottom: 40px;
  }
  .home-intro p {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .home-intro .definition {
    margin-bottom: 40px;
    padding-left: 0;
  }
  .home-intro .definition h1 {
    text-align: center;
    font-size: 4.8rem;
    line-height: 5.5rem;
  }
  .home-intro .definition p {
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .home-intro .definition .decoration {
    max-width: 80px;
    bottom: -13px;
  }
}

.home-latest,
.home-latest-mobile {
  margin-bottom: 0;
  padding: 70px 0;
  background: #F2F2F2;
}
.home-latest h2,
.home-latest-mobile h2 {
  color: #005DBD;
  letter-spacing: 2.5px;
}
.subsite .home-latest h2,
.subsite .home-latest-mobile h2 {
  color: #9C7D3C;
}

.more-news {
  color: #797979;
  text-decoration: underline;
  font-weight: 500;
  transition: all 0.4s ease;
  cursor: pointer;
}
.more-news:hover {
  opacity: 0.8;
}

.home-videos, .home-videos-mobile, .coverages, .news-full-list, .campaign-videos {
  margin-bottom: 0;
  padding: 70px 0;
}
.home-videos h2, .home-videos-mobile h2, .coverages h2, .news-full-list h2, .campaign-videos h2 {
  color: #005DBD;
  letter-spacing: 2.5px;
}
.subsite .home-videos h2, .subsite .home-videos-mobile h2, .subsite .coverages h2, .subsite .news-full-list h2, .subsite .campaign-videos h2 {
  color: #9C7D3C;
}
.home-videos.gray-bgr, .home-videos-mobile.gray-bgr, .coverages.gray-bgr, .news-full-list.gray-bgr, .campaign-videos.gray-bgr {
  background: #F2F2F2;
}

.swiper-three-slide-wrp {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
}
.swiper-three-slide-wrp .swiper-button-prev, .swiper-three-slide-wrp .swiper-button-next {
  width: 20px;
  height: 30px;
  background-image: url("./images/arrow-gray.png");
  background-size: contain;
}
.swiper-three-slide-wrp .swiper-button-next {
  right: 0;
}
.swiper-three-slide-wrp .swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}
@media (max-width: 1400px) {
  .swiper-three-slide-wrp {
    padding: 0 20px;
  }
  .swiper-three-slide-wrp .swiper-button-next {
    right: 10px;
  }
  .swiper-three-slide-wrp .swiper-button-prev {
    left: 10px;
  }
}

.swiper-three-slide, .swiper-three-slide-mobile, .news-full-list {
  position: static;
  margin-bottom: 20px;
}
.swiper-three-slide .swiper-slide-content, .swiper-three-slide-mobile .swiper-slide-content, .news-full-list .swiper-slide-content {
  flex: 1 0 auto;
  padding: 15px;
}
.swiper-three-slide .swiper-slide-content a, .swiper-three-slide-mobile .swiper-slide-content a, .news-full-list .swiper-slide-content a {
  display: inline-block;
  transition: all 0.4s ease;
}
.swiper-three-slide .swiper-slide-content a:hover, .swiper-three-slide-mobile .swiper-slide-content a:hover, .news-full-list .swiper-slide-content a:hover {
  opacity: 0.8;
}
.swiper-three-slide .swiper-slide-content.blue-bgr, .swiper-three-slide-mobile .swiper-slide-content.blue-bgr, .news-full-list .swiper-slide-content.blue-bgr {
  background: #005DBD;
}
.swiper-three-slide .swiper-slide-content.blue-bgr h3, .swiper-three-slide .swiper-slide-content.blue-bgr .location, .swiper-three-slide-mobile .swiper-slide-content.blue-bgr h3, .swiper-three-slide-mobile .swiper-slide-content.blue-bgr .location, .news-full-list .swiper-slide-content.blue-bgr h3, .news-full-list .swiper-slide-content.blue-bgr .location {
  color: #fff;
}
.subsite .swiper-three-slide .swiper-slide-content.blue-bgr, .subsite .swiper-three-slide-mobile .swiper-slide-content.blue-bgr, .subsite .news-full-list .swiper-slide-content.blue-bgr {
  background: #9C7D3C;
}
.swiper-three-slide .swiper-slide, .swiper-three-slide-mobile .swiper-slide, .news-full-list .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
  background: #fff;
}
.swiper-three-slide .swiper-slide-img, .swiper-three-slide-mobile .swiper-slide-img, .news-full-list .swiper-slide-img {
  min-height: 280px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.swiper-three-slide .swiper-slide-img .link, .swiper-three-slide-mobile .swiper-slide-img .link, .news-full-list .swiper-slide-img .link {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-three-slide .swiper-slide-img img, .swiper-three-slide-mobile .swiper-slide-img img, .news-full-list .swiper-slide-img img {
  display: none;
}
.swiper-three-slide .location, .swiper-three-slide-mobile .location, .news-full-list .location {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.8rem;
}
.swiper-three-slide h3, .swiper-three-slide-mobile h3, .news-full-list h3 {
  margin-bottom: 0;
  color: #4A4A4A;
  font-size: 2rem;
  line-height: 2.6rem;
}
.swiper-three-slide.videos-swiper h3, .swiper-three-slide-mobile.videos-swiper h3, .news-full-list.videos-swiper h3 {
  color: #fff;
}
.swiper-three-slide.videos-swiper .headline, .swiper-three-slide-mobile.videos-swiper .headline, .news-full-list.videos-swiper .headline {
  margin-bottom: 35px;
}
.swiper-three-slide.videos-swiper .swiper-slide-img, .swiper-three-slide-mobile.videos-swiper .swiper-slide-img, .news-full-list.videos-swiper .swiper-slide-img {
  position: relative;
}
.swiper-three-slide.videos-swiper .swiper-slide-img .play, .swiper-three-slide-mobile.videos-swiper .swiper-slide-img .play, .news-full-list.videos-swiper .swiper-slide-img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.swiper-three-slide.videos-swiper .swiper-slide-img .play svg, .swiper-three-slide-mobile.videos-swiper .swiper-slide-img .play svg, .news-full-list.videos-swiper .swiper-slide-img .play svg {
  width: 65px;
}
.swiper-three-slide.videos-swiper .swiper-slide-img .play .cls-1, .swiper-three-slide-mobile.videos-swiper .swiper-slide-img .play .cls-1, .news-full-list.videos-swiper .swiper-slide-img .play .cls-1 {
  transition: all 0.4s ease;
}
.swiper-three-slide.videos-swiper .swiper-slide-img .play:hover .cls-1, .swiper-three-slide-mobile.videos-swiper .swiper-slide-img .play:hover .cls-1, .news-full-list.videos-swiper .swiper-slide-img .play:hover .cls-1 {
  stroke: #005DBD;
}
.swiper-three-slide.videos-swiper .swiper-slide-content, .swiper-three-slide-mobile.videos-swiper .swiper-slide-content, .news-full-list.videos-swiper .swiper-slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #005DBD;
}
.swiper-three-slide.videos-swiper .swiper-slide-content .share-icons, .swiper-three-slide-mobile.videos-swiper .swiper-slide-content .share-icons, .news-full-list.videos-swiper .swiper-slide-content .share-icons {
  display: flex;
  align-items: center;
  align-self: flex-end;
  margin-bottom: 0;
}
.swiper-three-slide.videos-swiper .swiper-slide-content .share-icons li, .swiper-three-slide-mobile.videos-swiper .swiper-slide-content .share-icons li, .news-full-list.videos-swiper .swiper-slide-content .share-icons li {
  margin-bottom: 0;
  line-height: 0;
}
.swiper-three-slide.videos-swiper .swiper-slide-content .share-icons li::before, .swiper-three-slide-mobile.videos-swiper .swiper-slide-content .share-icons li::before, .news-full-list.videos-swiper .swiper-slide-content .share-icons li::before {
  content: none;
}
.swiper-three-slide.videos-swiper .swiper-slide-content .share-icons img, .swiper-three-slide-mobile.videos-swiper .swiper-slide-content .share-icons img, .news-full-list.videos-swiper .swiper-slide-content .share-icons img {
  display: block;
  width: 28px;
}
.subsite .swiper-three-slide.videos-swiper .swiper-slide-content, .subsite .swiper-three-slide-mobile.videos-swiper .swiper-slide-content, .subsite .news-full-list.videos-swiper .swiper-slide-content {
  background: #9C7D3C;
}
.swiper-three-slide.with-logos .logo, .swiper-three-slide-mobile.with-logos .logo, .news-full-list.with-logos .logo {
  margin-bottom: 15px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media (max-width: 1400px) {
  .swiper-three-slide .swiper-slide-img, .swiper-three-slide-mobile .swiper-slide-img, .news-full-list .swiper-slide-img {
    min-height: 280px;
  }
}
@media (max-width: 769px) {
  .swiper-three-slide, .swiper-three-slide-mobile, .news-full-list {
    margin-bottom: 0;
    padding: 40px 20px 0;
  }
  .swiper-three-slide .swiper-slide, .swiper-three-slide-mobile .swiper-slide, .news-full-list .swiper-slide {
    margin-bottom: 40px;
  }
  .swiper-three-slide .swiper-slide-content, .swiper-three-slide-mobile .swiper-slide-content, .news-full-list .swiper-slide-content {
    min-height: 140px;
  }
  .swiper-three-slide .container, .swiper-three-slide-mobile .container, .news-full-list .container {
    max-width: 520px;
  }
  .swiper-three-slide .swiper-slide-img, .swiper-three-slide-mobile .swiper-slide-img, .news-full-list .swiper-slide-img {
    min-height: 0;
    background-image: none !important;
  }
  .swiper-three-slide .swiper-slide-img img, .swiper-three-slide-mobile .swiper-slide-img img, .news-full-list .swiper-slide-img img {
    display: block;
    width: 100%;
  }
}

.news-full-list .swiper-slide {
  margin-bottom: 30px;
  width: 30.33%;
  margin-left: 3%;
}
.news-full-list .row {
  margin-left: -3%;
}
@media (max-width: 1024px) {
  .news-full-list .row {
    margin-left: -2%;
  }
  .news-full-list .swiper-slide {
    margin-left: 3%;
    width: 47%;
  }
}
@media (max-width: 769px) {
  .news-full-list .swiper-slide {
    margin-left: 0;
    width: 100%;
  }
  .news-full-list .row {
    margin-left: 0;
  }
  .news-full-list .swiper-slide-content {
    min-height: 0;
  }
}

@media (max-width: 769px) {
  .coverages-mobile .swiper-slide-content {
    min-height: 0;
  }
}

@media (max-width: 769px) {
  .home-latest, .home-videos, .coverages {
    display: none;
  }
}

@media (min-width: 769px) {
  .home-latest-mobile, .home-videos-mobile {
    display: none;
  }
}

.page-events .page-header {
  margin: 40px 0 20px;
}
.page-events .page-header:before {
  content: none;
}
.page-events .page-header .intro {
  padding-left: 25px;
}
.page-events .page-header .intro p {
  text-align: left;
  color: #005DBD;
}
@media (max-width: 769px) {
  .page-events .page-header {
    margin: 0 0 20px;
    padding-top: 0;
  }
  .page-events .page-header .intro {
    padding-left: 0;
  }
}
.page-events h1 {
  display: block;
  margin-bottom: 30px;
  width: auto;
  color: #005DBD;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  text-align: left;
  max-width: 100%;
}
.subsite .page-events h1 {
  color: #9C7D3C;
}
.page-events .events-table {
  border-collapse: collapse;
  margin: 0 0 100px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  font-size: 1.6rem;
  letter-spacing: 1.2px;
}
.page-events .events-table .col-50 {
  width: 50%;
}
.page-events .events-table tr {
  border-bottom: 1px solid #005DBD;
  padding: 0.35em;
}
.subsite .page-events .events-table tr {
  border-bottom: 1px solid #9C7D3C;
}
.page-events .events-table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.page-events .events-table thead th {
  padding: 10px 10px 10px 25px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.page-events .events-table td, .page-events .events-table th {
  border-bottom: none;
  padding: 25px;
  text-align: left;
}
.page-events .events-table a {
  color: #005DBD;
  transition: all 0.4s ease;
}
.page-events .events-table a:hover {
  text-decoration: underline;
}
.subsite .page-events .events-table a {
  color: #9C7D3C;
}
@media screen and (max-width: 769px) {
  .page-events .events-table {
    margin-bottom: 30px;
  }
  .page-events .events-table a {
    display: block;
    padding-left: 120px;
  }
  .page-events .events-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .page-events .events-table tr {
    border-bottom: 3px solid #005DBD;
    padding: 0;
    display: block;
    margin-bottom: 20px;
  }
  .page-events .events-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 10px;
    font-size: 1.5rem;
    text-align: right;
  }
  .page-events .events-table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: 500;
    text-transform: uppercase;
  }
  .page-events .events-table td:last-child {
    border-bottom: 0;
  }
}

.blue-nav-bar {
  margin-bottom: 40px;
  padding: 10px 20px;
  background: #1662B7;
}
.blue-nav-bar p {
  font-size: 1.3rem;
  line-height: 2rem;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}
.blue-nav-bar a {
  text-decoration: underline;
  color: #fff;
}
.blue-nav-bar.blue-nav-bar-mobile {
  display: none;
}
@media (max-width: 1160px) {
  .blue-nav-bar {
    display: none;
    margin: 20px 0;
  }
  .blue-nav-bar.blue-nav-bar-mobile {
    display: block;
  }
}

.campaign-header > div {
  position: relative;
  z-index: 10;
}

.custom-cols .col {
  padding: 0 40px;
}
.custom-cols .col h2 {
  font-size: 2.8rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #9C7D3C;
  text-align: center;
}
.custom-cols .col p {
  text-align: center;
}

.action-tracks {
  margin-bottom: 60px;
}
.action-tracks .col {
  margin-bottom: 20px;
  padding: 0 90px;
}
.action-tracks .col p, .action-tracks .col h3 {
  text-align: center;
}
.action-tracks .col h3 {
  margin-bottom: 5px;
  color: #9A7B45;
  font-size: 2.4rem;
  line-height: 3.4rem;
}
.action-tracks .col p {
  font-size: 2.1rem;
  line-height: 3.2rem;
}
.action-tracks .action-img {
  position: relative;
  margin-bottom: 30px;
  height: 170px;
}
.action-tracks .action-img img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 140px;
  max-height: 100%;
}
@media (max-width: 1024px) {
  .action-tracks .col {
    padding: 0 25px;
  }
}
@media (max-width: 769px) {
  .action-tracks .col {
    padding: 0;
  }
  .action-tracks .col h3 {
    min-height: 0;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .action-tracks .col p {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .action-tracks .action-img {
    margin-bottom: 20px;
    height: auto;
  }
  .action-tracks .action-img img {
    position: relative;
  }
}

.regional .hero-slider .hero-slide {
  padding: 40px 0 60px;
}
.regional .hero-slider .hero-slide-content {
  max-width: 43%;
}
@media (max-width: 1024px) {
  .regional .hero-slider .hero-slide-content {
    max-width: 100%;
    padding-right: 0;
  }
}
.regional .hero-slider h2 {
  font-size: 4rem;
  line-height: 5rem;
  text-transform: none;
}
@media (max-width: 769px) {
  .regional .hero-slider h2 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.regional .hero-slider .info-source {
  margin-left: 100px;
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 769px) {
  .regional .hero-slider .info-source br {
    display: none;
  }
}
@media (max-width: 410px) {
  .regional .hero-slider .info-source {
    margin-left: 0;
  }
}
.regional .page-header {
  margin-bottom: 80px;
  padding-top: 0;
}

.region-items .section-header:before {
  display: none;
}
.region-items .section-header h2 {
  font-size: 6rem;
  line-height: 6rem;
}
@media (max-width: 769px) {
  .region-items .section-header h2 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.region-items .row {
  padding-bottom: 30px;
  border-bottom: 1px solid #4A90E2;
  margin: 50px 0;
}
.region-items .row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.region-items .row .col-6:nth-child(2) {
  padding-left: 4%;
}
.region-items h3 {
  margin-bottom: 10px;
  color: #005DBD;
}
.region-items p {
  margin-bottom: 20px;
  font-size: 2.1rem;
  line-height: 3.2rem;
}
.region-items .img-desc {
  margin: 12px 0 20px;
  font-size: 16px;
  font-style: italic;
}

.solutions-list {
  padding-top: 0;
}

.page-content,
.solution-single {
  margin-bottom: 80px;
}
.page-content .col-4,
.solution-single .col-4 {
  padding-left: 35px;
}
.page-content header,
.solution-single header {
  margin-bottom: 40px;
}
.page-content h1,
.solution-single h1 {
  font-size: 5.8rem;
  line-height: 6.8rem;
  font-weight: 300;
}
.page-content h2,
.solution-single h2 {
  margin: 0 0 10px;
  letter-spacing: 1px;
  color: #005DBD;
  font-weight: 500;
}
.page-content a,
.solution-single a {
  color: #005DBD;
}
.page-content a:hover,
.solution-single a:hover {
  color: #005DBD;
}
.page-content figcaption,
.solution-single figcaption {
  opacity: 1;
  font-size: 1.4rem;
}
.page-content figcaption p,
.solution-single figcaption p {
  margin-bottom: 10px;
}
.page-content .article-img img,
.solution-single .article-img img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.page-content .article-img .row,
.solution-single .article-img .row {
  justify-content: space-between;
}
.page-content .article-img .img-source,
.solution-single .article-img .img-source {
  padding-left: 35px;
  text-align: right;
}
.page-content .article-date,
.solution-single .article-date {
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
}
.page-content .article-author,
.solution-single .article-author {
  margin-bottom: 5px;
  font-weight: 500;
}
.page-content .article-info,
.solution-single .article-info {
  margin-bottom: 15px;
  border-bottom: 1px solid #005DBD;
  padding-bottom: 20px;
}
.page-content .collaboration-link,
.solution-single .collaboration-link {
  margin-bottom: 20px;
  padding: 16px 0;
  border-style: solid;
  border-width: 5px 0;
  border-color: #005DBD;
  font-size: 17px;
}
.page-content .collaboration-link a,
.solution-single .collaboration-link a {
  display: block;
  margin-top: 7px;
  color: #797979;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
}
.page-content .legal-exemption,
.solution-single .legal-exemption {
  margin-bottom: 40px;
  font-size: 2.1rem;
  line-height: 3.2rem;
  font-style: italic;
}
.page-content .share-buttons-wrp span,
.solution-single .share-buttons-wrp span {
  display: block;
  margin-bottom: 15px;
  color: #005DBD;
  font-weight: 500;
}
.page-content .share-buttons,
.solution-single .share-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.page-content .share-buttons a,
.solution-single .share-buttons a {
  margin-right: 14px;
  margin-bottom: 10px;
}
.page-content .share-buttons a:last-child,
.solution-single .share-buttons a:last-child {
  margin-right: 0;
}
.page-content .share-buttons img,
.solution-single .share-buttons img {
  display: block;
  width: 40px;
}
.page-content .article-content,
.solution-single .article-content {
  margin-bottom: 15px;
  border-bottom: 1px solid #005DBD;
  padding-bottom: 60px;
}
.page-content .article-content p,
.solution-single .article-content p {
  font-size: 2.1rem;
  line-height: 3.2rem;
}
.page-content .article-content .blue,
.solution-single .article-content .blue {
  color: #005DBD;
}
.page-content .article-footer .share-buttons,
.solution-single .article-footer .share-buttons {
  margin-bottom: 10px;
}
.page-content .article-author-info p,
.solution-single .article-author-info p {
  margin-bottom: 12px;
}
.page-content .article-author-info .author-name,
.solution-single .article-author-info .author-name {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .page-content h1,
.solution-single h1 {
    font-size: 4.8rem;
    line-height: 5.8rem;
  }
}
@media (max-width: 769px) {
  .page-content h1,
.solution-single h1 {
    font-size: 3rem;
    line-height: 3.8rem;
  }
  .page-content header,
.solution-single header {
    margin-bottom: 30px;
  }
  .page-content .col-4,
.solution-single .col-4 {
    padding-left: 0;
  }
  .page-content .col-4 .share-buttons,
.solution-single .col-4 .share-buttons {
    display: none;
  }
  .page-content .col-4 .article-info,
.solution-single .col-4 .article-info {
    border-bottom: none;
    padding-bottom: 0;
  }
  .page-content .col-4 .article-author,
.page-content .col-4 .article-author-about,
.solution-single .col-4 .article-author,
.solution-single .col-4 .article-author-about {
    display: none;
  }
  .page-content .article-img .img-source,
.solution-single .article-img .img-source {
    padding-left: 0;
  }
}
@media (min-width: 769px) {
  .page-content .mob-article-info,
.solution-single .mob-article-info {
    display: none;
  }
}
@media (max-width: 768px) {
  .page-content .article-footer .article-author-info,
.solution-single .article-footer .article-author-info {
    display: none;
  }
  .page-content .col-4 .article-info,
.solution-single .col-4 .article-info {
    display: none;
  }
}
.page-content ul li,
.solution-single ul li {
  font-size: 2.1rem;
  line-height: 3.2rem !important;
}
.page-content .ylp-testimonials,
.solution-single .ylp-testimonials {
  padding: 20px 35px 10px;
  margin: 0 -35px 40px;
  background-color: #f2f2f2;
}
.page-content .ylp-testimonials h2,
.solution-single .ylp-testimonials h2 {
  font-size: 3.6rem;
  line-height: 4rem;
}
.page-content .ylp-testimonials p,
.solution-single .ylp-testimonials p {
  margin-bottom: 30px;
}
.page-content .ylp-testimonials blockquote,
.solution-single .ylp-testimonials blockquote {
  border: none;
  color: #005DBD;
  text-transform: uppercase;
  font-size: 2.1rem;
  line-height: 3.2rem;
  font-style: normal;
  font-weight: 500;
}

.solution-single .latest-articles,
.page-content .latest-articles,
.latest-block .latest-articles {
  border-top: 3px solid #005DBD;
  padding-top: 10px;
}
.solution-single .latest-articles h2,
.page-content .latest-articles h2,
.latest-block .latest-articles h2 {
  margin-bottom: 20px;
}
.solution-single .latest-articles h3,
.page-content .latest-articles h3,
.latest-block .latest-articles h3 {
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #005DBD;
  font-weight: 500;
}
.solution-single .latest-articles a:hover,
.page-content .latest-articles a:hover,
.latest-block .latest-articles a:hover {
  color: #005DBD;
}
.solution-single .latest-articles .latest-article,
.page-content .latest-articles .latest-article,
.latest-block .latest-articles .latest-article {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.solution-single .latest-articles .latest-article-img,
.page-content .latest-articles .latest-article-img,
.latest-block .latest-articles .latest-article-img {
  position: relative;
  padding-top: 19%;
  width: 25%;
  height: 0;
  background-position: center center;
  background-size: cover;
}
.solution-single .latest-articles .latest-article-img a,
.page-content .latest-articles .latest-article-img a,
.latest-block .latest-articles .latest-article-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.solution-single .latest-articles .latest-article-info,
.page-content .latest-articles .latest-article-info,
.latest-block .latest-articles .latest-article-info {
  padding-left: 15px;
  width: 75%;
}
.solution-single .latest-articles .latest-article-author,
.page-content .latest-articles .latest-article-author,
.latest-block .latest-articles .latest-article-author {
  margin-bottom: 0;
  color: #797979;
  font-weight: 500;
  font-size: 1.6rem;
}
.solution-single .latest-articles .latest-article-date,
.page-content .latest-articles .latest-article-date,
.latest-block .latest-articles .latest-article-date {
  font-size: 1.6rem;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .solution-single .latest-articles .latest-article-img, .solution-single .latest-articles .latest-article-info,
.page-content .latest-articles .latest-article-img,
.page-content .latest-articles .latest-article-info {
    padding-left: 0;
    width: 100%;
  }
  .solution-single .latest-articles .latest-article-img,
.page-content .latest-articles .latest-article-img {
    margin-bottom: 10px;
    padding-top: 46%;
  }
}

.page-content .article-info {
  border: none;
  padding: 0;
}
.page-content .latest-articles h2 {
  color: #005DBD;
}
.page-content .latest-articles .latest-article .latest-article-author {
  display: inline-block;
  margin-right: 6px;
}
.page-content .latest-articles .latest-article .latest-article-date {
  display: inline-block;
}
.page-content .latest-articles .latest-article:nth-child(4) {
  display: none;
}

.latest-block .latest-articles {
  border-top: none;
  padding-top: 0;
}
.latest-block .latest-articles h2 {
  display: inline-block;
  font-size: 3.4rem;
  line-height: 3rem;
  color: #005DBD;
  width: calc(100% - 80px);
}
@media (max-width: 1024px) {
  .latest-block .latest-articles h2 {
    font-size: 2.6rem;
  }
}
.latest-block .latest-articles h3 {
  margin-bottom: 12px;
}
.latest-block .latest-articles h3 a {
  color: #4A4A4A;
}
.latest-block .latest-articles h3 a:hover {
  color: #4A4A4A;
  opacity: 0.8;
}
.latest-block .latest-articles .latest-article-author a {
  color: #797979;
}
.latest-block .more-container {
  display: inline-block;
  width: 80px;
  text-align: right;
}
.latest-block .more-container a:hover {
  color: #000;
}

.subsite .page-content h1, .subsite .page-content h2,
.subsite .solution-single h1,
.subsite .solution-single h2 {
  color: #9C7D3C;
}
.subsite .page-content a,
.subsite .solution-single a {
  color: #9C7D3C;
}
.subsite .page-content a:hover,
.subsite .solution-single a:hover {
  color: #9C7D3C;
}
.subsite .page-content .article-info,
.subsite .solution-single .article-info {
  border-bottom: 1px solid #9C7D3C;
}
.subsite .page-content .collaboration-link,
.subsite .solution-single .collaboration-link {
  border-color: #9C7D3C;
}
.subsite .page-content .latest-articles,
.subsite .solution-single .latest-articles {
  border-top: 3px solid #9C7D3C;
}
.subsite .page-content .latest-articles h3,
.subsite .solution-single .latest-articles h3 {
  color: #9C7D3C;
}
.subsite .page-content .latest-articles a:hover,
.subsite .solution-single .latest-articles a:hover {
  color: #9C7D3C;
}
.subsite .page-content .article-content,
.subsite .solution-single .article-content {
  border-bottom: 1px solid #9C7D3C;
}
.subsite .page-content .share-buttons-wrp span,
.subsite .solution-single .share-buttons-wrp span {
  color: #9C7D3C;
}
@media (max-width: 769px) {
  .subsite .page-content .article-info,
.subsite .solution-single .article-info {
    border-bottom: none;
  }
}

.img-height {
  margin-bottom: 70px;
}
.img-height .hero-slide {
  padding: 0;
  min-height: 430px;
}
.img-height .hero-slide-content {
  position: relative;
  z-index: 10;
  padding: 35px 0;
  width: 100%;
  max-width: 100%;
}
.img-height .container {
  box-sizing: border-box;
}
.img-height h1, .img-height p {
  color: #fff;
}
.img-height h1 {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 6.4rem;
  line-height: 7rem;
}
.img-height p {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 3.8rem;
}
.img-height img {
  width: 100%;
}
@media (max-width: 1200px) {
  .img-height h1 {
    font-size: 4.2rem;
    line-height: 4.8rem;
  }
  .img-height p {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .img-height .hero-slide-content {
    padding: 35px 15px;
  }
}
@media (max-width: 769px) {
  .img-height .hero-slide {
    min-height: 360px;
    background-size: cover;
    background-position: center center;
  }
  .img-height .hero-slide img {
    display: none;
  }
  .img-height .hero-slide-content {
    position: relative;
  }
  .img-height h1 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
  .img-height p {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}

.subsite .img-height {
  margin-bottom: 70px;
}

a.action-item {
  display: block;
}
a.action-item p {
  color: #797979;
}

.action-single .img-height .hero-slide {
  min-height: 470px;
}
.action-single .img-height .hero-slide > .container {
  display: flex;
}
.action-single .img-height h1 {
  font-size: 7rem;
  line-height: 7.8rem;
}
.action-single .img-height .hero-slide-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 35px 0 25px;
}
.action-single .img-height .hero-slide-content .badge {
  margin-bottom: 10px;
}
.action-single .img-height .hero-slide-content h1 {
  margin-bottom: 0;
}
.action-single .img-height .hero-slide-content img {
  width: 120px;
}
.action-single article h2 {
  margin-bottom: 20px;
  font-size: 3.6rem;
  line-height: 4rem;
}
.action-single article p {
  color: #4A4A4A;
}
.action-single article img.align-center {
  display: block;
  margin: 0 auto 40px;
}
@media (max-width: 1200px) {
  .action-single .img-height h1 {
    font-size: 4.2rem;
    line-height: 4.8rem;
  }
}
@media (max-width: 769px) {
  .action-single .img-height .hero-slide {
    min-height: 360px;
  }
  .action-single .img-height h1 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
  .action-single .img-height .hero-slide-content img {
    display: block;
    width: 80px;
  }
  .action-single article h2 {
    margin-bottom: 10px;
    font-size: 2.4rem;
    line-height: 3rem;
  }
}

.video-wrapper,
.fb-video-wrapper {
  position: relative;
  margin-bottom: 40px;
  padding-top: 56.25%;
  height: 0;
}
.video-wrapper embed,
.video-wrapper iframe,
.video-wrapper object,
.fb-video-wrapper embed,
.fb-video-wrapper iframe,
.fb-video-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fb-video-wrapper {
  padding-top: 100%;
}

.home .home-latest {
  padding: 50px 0;
}
.home .home-latest .swiper-three-slide-wrp {
  padding: 0 !important;
}
.home .home-latest .swiper-three-slide-wrp .swiper-three-slide {
  margin-bottom: 0;
}
.home .home-latest .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home .home-latest .swiper-wrapper .swiper-slide {
  margin-bottom: 30px;
  width: 31%;
}
.home .home-latest .more-container {
  text-align: right;
}
@media (max-width: 1024px) {
  .home .home-latest .swiper-wrapper .swiper-slide {
    width: 48%;
  }
}
@media (max-width: 769px) {
  .home .home-latest {
    display: block;
  }
  .home .home-latest .swiper-three-slide {
    padding: 0 20px;
  }
  .home .home-latest .swiper-wrapper {
    justify-content: space-around;
  }
  .home .home-latest .swiper-wrapper .swiper-slide {
    width: 100%;
    max-width: 520px;
  }
  .home .home-latest .swiper-wrapper .swiper-slide .swiper-slide-content {
    min-height: 100px;
  }
  .home .home-latest h2,
.home .home-latest .more-container {
    margin: 0 auto;
    max-width: 520px;
  }
}
@media (min-width: 1025px) {
  .home .home-latest .greed-four-columns .swiper-slide {
    width: 23.5%;
  }
  .home .home-latest .greed-four-columns .swiper-slide .swiper-slide-img {
    min-height: 210px;
  }
}

.home .home-videos,
.home .campaign-videos {
  padding: 40px 0 70px;
}
@media (max-width: 769px) {
  .home .home-videos,
.home .campaign-videos {
    display: block;
  }
  .home .home-videos h2,
.home .home-videos .more-container,
.home .campaign-videos h2,
.home .campaign-videos .more-container {
    margin: 0 auto;
    max-width: 520px;
  }
}
.home .home-videos h2,
.home .campaign-videos h2 {
  font-size: 3.6rem;
  line-height: 3rem;
  color: #005DBD;
  letter-spacing: normal;
}
.home .home-videos .swiper-three-slide-wrp,
.home .campaign-videos .swiper-three-slide-wrp {
  padding: 0;
}
.home .home-videos .swiper-three-slide-wrp .swiper-three-slide,
.home .campaign-videos .swiper-three-slide-wrp .swiper-three-slide {
  margin-bottom: 0;
}
.home .home-videos .swiper-wrapper,
.home .campaign-videos .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home .home-videos .swiper-wrapper .swiper-slide,
.home .campaign-videos .swiper-wrapper .swiper-slide {
  margin-bottom: 30px;
  width: 31%;
}
.home .home-videos .swiper-wrapper .swiper-slide-img,
.home .campaign-videos .swiper-wrapper .swiper-slide-img {
  min-height: 280px;
}
.home .home-videos .swiper-wrapper .headline,
.home .campaign-videos .swiper-wrapper .headline {
  margin-bottom: 20px;
}
.home .home-videos .more-container,
.home .campaign-videos .more-container {
  text-align: right;
}
@media (max-width: 1400px) {
  .home .home-videos .swiper-wrapper .swiper-slide-img,
.home .campaign-videos .swiper-wrapper .swiper-slide-img {
    min-height: 280px;
  }
}
@media (max-width: 1024px) {
  .home .home-videos .swiper-wrapper .swiper-slide,
.home .campaign-videos .swiper-wrapper .swiper-slide {
    width: 48%;
  }
  .home .home-videos .swiper-wrapper .swiper-slide-img,
.home .campaign-videos .swiper-wrapper .swiper-slide-img {
    min-height: 280px;
  }
}
@media (max-width: 769px) {
  .home .home-videos .swiper-wrapper,
.home .campaign-videos .swiper-wrapper {
    justify-content: space-around;
  }
  .home .home-videos .swiper-wrapper .swiper-slide,
.home .campaign-videos .swiper-wrapper .swiper-slide {
    width: 100%;
    max-width: 520px;
  }
  .home .home-videos .swiper-wrapper .swiper-slide-img,
.home .campaign-videos .swiper-wrapper .swiper-slide-img {
    min-height: auto;
  }
}
.home .home-videos .greed-four-columns i.empty,
.home .campaign-videos .greed-four-columns i.empty {
  display: none;
}
@media (min-width: 1025px) {
  .home .home-videos .greed-four-columns .swiper-slide,
.home .campaign-videos .greed-four-columns .swiper-slide {
    width: 23.5%;
  }
  .home .home-videos .greed-four-columns .swiper-slide .swiper-slide-img,
.home .campaign-videos .greed-four-columns .swiper-slide .swiper-slide-img {
    min-height: 210px;
  }
  .home .home-videos .greed-four-columns i.empty,
.home .campaign-videos .greed-four-columns i.empty {
    display: block;
    width: 23.5%;
  }
}

.more-container .more-news {
  position: relative;
  padding-right: 12px;
}
.more-container .more-news:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 8px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #797979;
}

.home-tagline {
  margin-bottom: 0;
  padding: 0 0 40px;
}
.home-tagline .tagline-text {
  margin: 0 30px;
  padding: 20px 0;
  border-top: 3px solid #005DBD;
  border-bottom: 3px solid #005DBD;
  text-align: center;
}
.home-tagline .tagline-text p {
  margin: 0;
  font-size: 3.6rem;
  line-height: 4rem;
  font-weight: 500;
  color: #005DBD;
}
@media (max-width: 1024px) {
  .home-tagline .tagline-text {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .home-tagline .tagline-text p {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 500px) {
  .home-tagline .tagline-text p {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}

.solution-single {
  margin-bottom: 40px;
}
.solution-single ol li {
  font-size: 2.1rem;
  line-height: 3.2rem;
}
.solution-single ol li:before {
  top: 4px;
  font-size: 18px;
}
.solution-single .article-content {
  padding-bottom: 10px;
}
.solution-single .article-author {
  font-weight: 700;
}
.solution-single .article-author-info > p:first-child {
  position: relative;
}
.solution-single .article-author-info > p:first-child::after {
  position: absolute;
  content: "Written by";
  left: 0;
  top: 0;
  background: #fff;
}
.solution-single .container ul li {
  font-size: 2.1rem;
  line-height: 3.2rem;
}
.solution-single .container ul li:before {
  top: 14px;
  font-size: 2.1rem;
  line-height: 3.2rem;
}

.hero-slider .hero-slide {
  position: relative;
}
.hero-slider .hero-slide .absolute-link {
  display: block;
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home-campaign {
  margin-top: -170px;
}
@media (max-width: 1160px) {
  .home-campaign {
    margin-top: -150px;
  }
}

.full-hero {
  margin-bottom: 0;
  min-height: 100vh;
  position: relative;
}
.full-hero .full-hero-bgr {
  padding-top: 170px;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.full-hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.35;
  z-index: 0;
}
.full-hero .full-hero-container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.full-hero .full-hero-content {
  margin: 0 auto;
  width: 90%;
  text-align: center;
}
.full-hero .full-hero-content h1 {
  font-size: 5rem;
  line-height: 5.6rem;
  color: #fff;
}
.full-hero .full-hero-content p {
  margin-bottom: 30px;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #fff;
}
.full-hero .full-hero-content a.button {
  margin-bottom: 30px;
  padding: 12px 26px;
  background: #fff;
  color: #9C7D3C;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 0;
}
.full-hero .full-hero-content a.button:nth-child(1) {
  margin-right: 30px;
}
@media (max-width: 469px) {
  .full-hero .full-hero-content a.button:nth-child(1) {
    margin: 0 auto 30px;
  }
}
.full-hero .full-hero-content .callout {
  margin-bottom: 40px;
  padding: 40px;
  background: #fff;
  color: #005DBD;
  opacity: 0.8;
}
.full-hero .full-hero-content .callout h1 {
  color: #005DBD;
}
.full-hero .full-hero-content .callout p {
  margin-bottom: 30px;
  color: #005DBD;
}
.full-hero .full-hero-content .callout p:last-child {
  margin-bottom: 20px;
}
.full-hero .full-hero-content .callout p a {
  color: #005DBD;
  text-decoration: underline;
}
.full-hero .full-hero-content .callout p a:hover {
  opacity: 0.8;
}
.full-hero .full-hero-content .callout ul li {
  padding-left: 24px;
  font-size: 2.4rem;
  line-height: 3rem;
}
.full-hero .full-hero-content .callout ul li:before {
  display: none;
}
@media (max-width: 1024px) {
  .full-hero .full-hero-content h1 {
    font-size: 4rem;
    line-height: 4.6rem;
  }
}
@media (max-width: 769px) {
  .full-hero .full-hero-content h1 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
  .full-hero .full-hero-content p {
    font-size: 2.1rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 600px) {
  .full-hero .full-hero-content p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .full-hero .full-hero-content .callout {
    padding: 20px;
  }
  .full-hero .full-hero-content .callout ul li {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

.join-section {
  margin: 120px 0 80px;
}

.social-feed {
  margin: 0;
  padding: 80px 0 20px;
}
.social-feed h2 {
  margin-bottom: 80px;
  text-align: center;
}

#twitter-feed ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#twitter-feed ul li {
  margin: 0 0 30px;
  padding: 0;
  width: 22%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
#twitter-feed ul li:before {
  display: none !important;
}
#twitter-feed p {
  margin-bottom: 10px;
}
#twitter-feed .user img {
  display: none;
}
#twitter-feed .user a {
  color: #000;
}
#twitter-feed .interact {
  display: none;
}
#twitter-feed .timePosted a {
  color: #797979;
}
@media (max-width: 1024px) {
  #twitter-feed ul li {
    width: 48%;
  }
}
@media (max-width: 600px) {
  #twitter-feed ul li {
    width: 100%;
  }
}

#masthead.campaign-header #primary-menu {
  border-top: 2px solid #fff;
}
#masthead.campaign-header #primary-menu > li > a {
  color: #fff;
}
#masthead.campaign-header #primary-menu > li > a:hover {
  color: #fff;
}
#masthead.campaign-header #primary-menu > li > a:after {
  background: #fff;
}

@media (min-width: 1161px) {
  #masthead.campaign-header #search-button:before {
    background: url(./images/search-btn-3.svg) no-repeat center center;
  }
  #masthead.campaign-header .logo1 {
    display: none;
  }
}
@media (max-width: 1160px) {
  #masthead.campaign-header .logo2 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .subscibe-form form {
    width: 80%;
  }
}
.subscibe-form .mc-field-group {
  margin-bottom: 25px;
}
.subscibe-form .mc-field-group input {
  padding: 12px;
  height: auto;
  border: 1px solid #9C7D3C;
  background-color: #fbfbfb;
  border-radius: 0;
  font-size: 1.8rem;
}
.subscibe-form .mc-field-group input.mce_inline_error {
  border: 1px solid #c00;
}
.subscibe-form input[type=submit] {
  padding: 12px 20px;
  border-radius: 0;
  height: auto;
  background-color: #9C7D3C;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.subscibe-form input[type=submit]:focus {
  border-color: #9C7D3C;
}
.subscibe-form div.mce_inline_error {
  padding-top: 2px;
}
.subscibe-form #mce-responses .response {
  margin-bottom: 25px;
}
.subscibe-form #mce-responses .response:empty {
  margin-bottom: 0;
}

.home-campaign h2,
.join-section h2 {
  font-size: 3.6rem;
  line-height: 4rem;
  color: #9C7D3C;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .home-campaign h2,
.join-section h2 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}

.campaign-join {
  padding-right: 3%;
  border-right: 2px solid #D4D3D4;
}
@media (max-width: 768px) {
  .campaign-join {
    padding-right: 0;
    border-right: none;
  }
}

.video-image-container {
  position: relative;
  margin-bottom: 35px;
  height: 0;
  padding-top: 56%;
  background-repeat: no-repeat;
  background-size: cover;
}
.video-image-container .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.video-image-container .play svg {
  width: 80px;
}
@media (max-width: 500px) {
  .video-image-container .play svg {
    width: 65px;
  }
}

.share-icons.square-share-icons {
  display: flex;
  align-items: center;
}
.share-icons.square-share-icons li {
  padding: 0 !important;
  margin: 0 20px 0 0 !important;
}
.share-icons.square-share-icons li:before {
  display: none !important;
}

.campaign-map {
  margin: 0;
  background: #f2f2f2;
  height: 500px;
}

.campaign-flagship-report {
  margin: 0;
  padding: 100px 0 80px;
  background: #f2f2f2;
}
.campaign-flagship-report .link-download,
.campaign-flagship-report .link-external {
  display: inline-block;
  margin-right: 40px;
  padding: 0 0 10px 35px;
  font-weight: 500;
  color: #797979;
  background: url(./images/download-icon-2.svg) no-repeat 0 0;
  background-size: 21px 25px;
}
.campaign-flagship-report .link-download:hover,
.campaign-flagship-report .link-external:hover {
  opacity: 0.8;
}
.campaign-flagship-report .link-external {
  padding-left: 40px;
  background-image: url(./images/ext-link-gold.svg);
  background-size: 24px 24px;
}

.report-hero .hero-slide .container {
  display: flex;
  align-items: center;
}
.report-hero .hero-slide-content {
  text-align: center;
}
.report-hero h2 {
  font-size: 4.6rem;
  line-height: 5.6rem;
  text-transform: none;
  margin-bottom: 65px;
}
.report-hero a.button {
  padding: 12px 20px;
  background: #fff;
  font-size: 1.6rem;
  color: #9C7D3C;
  font-weight: 700;
}
@media (max-width: 768px) {
  .report-hero h2 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}

.report-page h2 {
  font-size: 3.4rem;
  line-height: 4rem;
}
.report-page h3 {
  color: #797979;
}
@media (max-width: 768px) {
  .report-page h2 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.report-page .page-content img {
  border: 1px solid #ccc;
}

.scroll-box {
  padding-right: 20px;
  height: 450px;
  overflow-y: scroll;
}
.scroll-box ul li {
  font-size: 1.8rem;
  line-height: normal !important;
}
.scroll-box ul li:before {
  top: 9px !important;
}

.scroll-box-wrap {
  position: relative;
}

.shadow-end {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: linear-gradient(transparent, #fff);
}

.rotatingGlobe {
  margin: 0 auto;
  width: 560px;
  height: 560px;
}
@media (max-width: 1160px) {
  .rotatingGlobe {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 420px) {
  .rotatingGlobe {
    width: 300px;
    height: 300px;
  }
}

#rotatingGlobe {
  cursor: move;
  width: 100%;
  height: 100%;
}

.full-vimeo-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.full-vimeo-wrapper .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 0;
}
.full-vimeo-wrapper iframe {
  position: absolute;
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.full-vimeo-wrapper .full-hero-container {
  padding-top: 220px;
}
.full-vimeo-wrapper .full-hero-container .full-hero-content {
  position: relative;
  z-index: 100;
}
@media (max-width: 600px) {
  .full-vimeo-wrapper .full-hero-container {
    padding-top: 120px;
  }
}

.full-yt-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.full-yt-wrapper .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 0;
}
.full-yt-wrapper .video-foreground,
.full-yt-wrapper .video-foreground iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
@media (min-aspect-ratio: 16/9) {
  .full-yt-wrapper .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .full-yt-wrapper .video-foreground {
    width: 300%;
    left: -100%;
  }
}
.full-yt-wrapper .full-hero-container {
  padding-top: 220px;
}
.full-yt-wrapper .full-hero-container .full-hero-content {
  position: relative;
  z-index: 100;
}
@media (max-width: 600px) {
  .full-yt-wrapper .full-hero-container {
    padding-top: 120px;
  }
}

.events-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.events-list li {
  margin-bottom: 16px;
  width: 49%;
}
.events-list li:before {
  display: none;
}
.events-list li h3 {
  margin-bottom: 12px;
  font-size: 2rem;
  line-height: 2.6rem;
  color: #797979;
}
.events-list li .event-location {
  padding: 0 0 14px 35px;
  background: url(./images/icon-location.svg) no-repeat 2px 0;
  background-size: 20px;
}
.events-list li .event-date {
  padding: 0 0 14px 35px;
  background: url(./images/icon-date.svg) no-repeat 0 0;
  background-size: 22px;
}

.mouse-scroll {
  position: absolute;
  bottom: 5px;
  left: 50%;
  z-index: 50;
  display: inline-block;
  color: #fff;
  transition: opacity 0.3s;
  width: 30px;
  height: 50px;
}

.mouse-scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #9C7D3C;
  border-radius: 50px;
  box-sizing: border-box;
}

.mouse-scroll span:before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #9C7D3C;
  border-radius: 100%;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
article sup {
  top: -10px;
}

article.solution-single p img {
  margin-bottom: -25px;
}

article.solution-single small {
  display: block;
  font-size: 16px;
  line-height: 22px;
}

.video-poster {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./images/hero-video-poster.jpg) no-repeat center center;
  background-size: cover;
  z-index: 0;
}

.is-mobile .video-poster {
  display: block;
}

#page .site-content ul:not(.items) li:before {
  top: 13px;
  background: #9C7D3C;
}

.main-info-text p {
  margin-bottom: 20px;
  font-size: 2.1rem;
  line-height: 3.2rem;
}
.main-info-text p strong {
  font-weight: 500;
}

.home .feed-col .subscibe-form form {
  margin-bottom: 0;
}
.home .feed-col .subscibe-form h2 {
  font-size: 3.4rem;
  line-height: 4rem;
  color: #005DBD;
}
.home .feed-col .subscibe-form .mc-field-group input {
  border: 1px solid #005DBD;
}
.home .feed-col .subscibe-form .mc-field-group input.mce_inline_error {
  border: 1px solid #c00;
}
.home .feed-col .subscibe-form input[type=submit] {
  background-color: #005DBD;
}

/*# sourceMappingURL=style.css.map */
