/* =========================================================================

    Project: TAI
    Author: Xfive
    Last updated: Sat Feb 10 2018 02:36:24


   ========================================================================= */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

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

body {
  font-family: 'Karla', sans-serif;
  font-size: 1.6em;
  line-height: 1.4;
  overflow-y: scroll;
  overflow-x: hidden;
}

.is-touch body.has-overlay {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
  font-family: inherit;
}

input {
  font-family: inherit;
}

p {
  margin: 0;
}

p + p {
  margin-top: 1em;
}

h1, .h1 {
  font-size: 42px;
  line-height: 1.17;
  font-weight: 400;
  margin: 11px 0;
}

h2, .h2 {
  font-size: 34px;
  line-height: 1.09;
  font-weight: 400;
  margin: 11px 0 0;
}

h3, .h3 {
  font-size: 26px;
  line-height: 1.42;
  font-weight: 400;
  margin: 11px 0 0;
}

h4, .h4 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  margin: 11px 0 0;
}

h5, .h5 {
  font-size: 20px;
  line-height: 1.85;
  font-weight: 400;
  margin: 11px 0 0;
}

h6, .h6 {
  font-size: 0.9333333333em;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 2.64;
  text-transform: uppercase;
  margin: 11px 0 0;
}

ul {
  margin: 1em 0;
  padding: 0 0 0 1.2em;
}

::-webkit-input-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

:-moz-placeholder {
  opacity: 1;
}

input, button, select {
  border-radius: 0;
}

svg {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

svg > use {
  -webkit-transform: initial !important;
  transform: initial !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

svg > use * {
  -webkit-transform: initial !important;
  transform: initial !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

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

table {
  max-width: 100%;
  table-layout: fixed;
}

u {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
}

.top {
  position: relative;
  z-index: 10;
  height:70px;
}

.top__content {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #ffffff;/* changed */
  border-bottom: 1px solid #f1f1f1;
  -webkit-box-shadow: 0px 7px 5px -6px rgba(196,196,196,0.1);
  -moz-box-shadow: 0px 7px 5px -6px rgba(196,196,196,0.1);
  box-shadow: 0px 7px 5px -6px rgba(196,196,196,0.1);
  /*@at-root {
      .admin-bar & {
        top: 46px;
      }

    }
*/
}

@media screen and (min-width: 768px){
  .top__content {
      height: 55px !important;
  }
}
/* changed - container width from 1024 to 1119px */
.top__container {
  max-width: 1119px;
  margin-left: auto;
  margin-right: auto;
	height: 55px !important;
}

.top__logo {
  float: left;
  margin: 10px 0 0 10px;
}
@media screen and (min-width: 768px){
  .top__logo {
      margin: 23px 0 0 30px !important;
	}
.top__content {
		height:60px !important;
	}
  
}
.top__logo:hover svg {
  fill: white;
}

.top__logo svg {
  display: block;
  width: 176px;
  height: 53px;
  margin-top: -5px;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}
@media screen and (max-width: 1024px){
  .top__search {
    float: right;
    height: 55px;
    position: relative;
  }
	.top__content {
		height:90px !important;
	}
	.top__container {
		height: 90px !important;
	}
}
@media screen and (min-width: 1024px){
  .top__search {
    height: 100px;
    position: absolute;
    right: 0;
  }
	.top__content {
		height:90px !important;
	}
}


.top__search input {
  position: absolute;
  right: 100%;
  top: 0;
  background-color: #00e0b5;
  height: 55px;
  border: none;
  font-size: 16px;
  color: #fff;
  padding: 0 25px;
  width: calc(100vw - 110px);
  max-width: 272px;
  opacity: 0;
  display:none;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  pointer-events: none;
  border-radius: 0;
  -webkit-appearance: none;
}

.top__search input::-webkit-input-placeholder {
  color: #fff;
}

.top__search input::-moz-placeholder {
  color: #fff;
}

.top__search input:-ms-input-placeholder {
  color: #fff;
}

.top__search input:-moz-placeholder {
  color: #fff;
}

.top__search-button {
  height: 70px !important;
  width: 70px !important;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  display: block;
}

.top__search-button svg {
  width: 18px;
  height: 18px;
  fill: #46484f;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}

.top__search-button:hover {
  background-color: #00e0b5;
}

.top__search-button:hover svg {
  fill: #23242a;
}

.search-open .top__search-button {
  background-color: #00e0b5;
}

.search-open .top__search-button svg {
  fill: #fff;
}

.no-touch .search-open .top__search-button:hover svg {
  fill: #23242a;
}

.search-open .top__search input {
  opacity: 1;
  display: block;
  visibility: visible;
  pointer-events: auto;
  height: 90px !important;
  z-index: 2;
}

.menu-open .top__search-button:hover svg {
  fill: #23242a;
}

.menu-open .top__search-button svg {
  fill: #fff;
}

@media screen and (min-width: 768px) {
  .top {
    height: 55px;
  }

  .top__content {
    height: 55px;
  }

  .top__logo {
    margin: 13px 0 0 30px;
  }

  .top__logo svg {
    width: 225px;
    height: 53px;
  }

  .top__search {
    float: right;
    height: 50px;
  }

  .top__search-button {
    width: 55px;
    height: 55px;
  }

  .top__search {
    height: 55px;
  }

  .top__search input {
    height: 55px;
    font-size: 18px;
  }

  .top__search-button {
    width: 70px;
    height: 70px;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }

}

@media screen and (min-width: 601px) {
  .admin-bar .top__content {
    top: 46px;
  }

}

@media screen and (min-width: 782px) {
  .admin-bar .top__content {
    top: 32px;
  }

}

@media screen and (min-width: 1024px) {
  .top__logo {
    margin-left: 35px;
  }
  .top__search-button {
    width: 90px !important;
    height: 90px !important;
  }

}

.svg-logo-variant-1 .svg-logo-text {
  fill: #00e0b5;
}

.svg-logo-variant-1 .svg-logo-right-top {
  fill: #ffffff;
}

.svg-logo-variant-1 .svg-logo-left-bottom {
  fill: #00e0b5;
}

.svg-logo-variant-1 .svg-logo-outer {
  fill: #46484f;
}

.svg-logo-variant-2 .svg-logo-right-top {
  fill: #231f1f;
}

.svg-logo-variant-2 .svg-logo-left-bottom {
  fill: #1cc2a3;
}

.svg-logo-variant-2 .svg-logo-outer {
  fill: #bed4df;
}

.open-overlay .main-wrapper {
  position: fixed;
}

.container {
  max-width: 1119px;
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .container {
    margin-left: 30px;
    margin-right: 30px;
  }

}

@media screen and (min-width: 1024px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }

}

.block {
  background-color: #fff;
}

.block--border-top {
  border-top: 2px solid #ececec;
}

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

.block--border-inside {
  border: none;
}

.block--border-bottom:not(.block--border-inside) + .block--border-top,
.block--background + .block--border-top {
  border-top: 0;
}

.block--border-bottom:not(.block--border-inside) + .block--border-top.block--border-inside,
.block--background + .block--border-top.block--border-inside {
  margin-top: -2px;
}

.block--background + .block--border-inside > * {
  border-top-color: transparent;
}

.block--border-bottom.block--border-inside + .block--border-top {
  margin-top: -2px;
}

.block--border-bottom ~ .block--background {
  margin-top: -2px;
}

.sticky--filter {
  background-color: #f7f7f7;
}

.sticky.fixed > * {
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
  z-index: 5;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  border-bottom: 2px solid #eeeeee;
}

.admin-bar .sticky.fixed > * {
  top: 50px;
}

.sticky.fixed.hidden > * {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

@media screen and (min-width: 601px) {
  .admin-bar .sticky.fixed > * {
    top: 116px;
  }

}

@media screen and (min-width: 768px) {
  .sticky.fixed > * {
    top: 90px;
  }

}

@media screen and (min-width: 782px) {
  .admin-bar .sticky.fixed > * {
    top: 122px;
  }

}

/* BELOW THE FOLD
  ========================================================================= */

.footer {
  text-align: center;
  color: #60687d;
  font-size: 15px;
  line-height: 1.47;
}

.footer a {
  color: #1dc2a3;
}

.footer a:hover {
  color: inherit;
}

.footer__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
}

.footer__text {
  margin: 16px auto 0;
  max-width: 604px;
  padding: 0 30px;
}

.footer__social {
  margin: 22px auto 8px;
}

.footer__social-item {
  border-radius: 50%;
  background-color: #33333a;
  width: 29px;
  line-height: 29px;
  text-align: center;
  display: inline-block;
}

.footer__social-item + .footer__social-item {
  margin-left: 16px;
}

.footer__social-item svg {
  width: 15px;
  height: 15px;
  fill: #fff;
  vertical-align: -12%;
}

.footer__social-item:hover {
  background-color: #00e0b5;
}

.footer__contact {
  font-size: 12px;
  line-height: 2.08;
  color: #878c98;
  padding: 0 30px;
}

.footer__copyright {
  font-size: 12px;
  color: #999ea8;
  line-height: 1.67;
  margin-top: 23px;
  padding: 19px 30px;
  border-top: 2px solid #ececec;
}

.footer__copyright .footer__separator {
  color: #f6f6f6;
}

.footer__separator:before, .footer__separator:after {
  content: '\00a0';
}

@media screen and (min-width: 768px) {
  .footer {
    font-size: 15px;
    line-height: 1.73;
  }

  .footer__text {
    margin-top: 8px;
  }

}

.alignnone {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 1.5em 0 1.5em 20px;
}

.alignleft {
  float: left;
  margin: 1.5em 20px 1.5em 0;
}

.aligncenter {
  display: block;
  margin: 1.5em auto;
}

a img.alignright {
  float: right;
  margin: 1.5em 0 1.5em 20px;
}

a img.alignleft {
  float: left;
  margin: 1.5em 20px 1.5em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  /* Style for "The Hong K" */
  color: #6f7990;
  font-size: 13px;
  font-weight: 400;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption:first-child {
  margin-top: 0;
}

.wp-caption.aligncenter {
  margin: 1.5em auto 1.5em auto;
}

.wp-caption.alignnone {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.wp-caption.alignleft {
  margin: 1.5em 20px 1.5em 0;
}

.wp-caption.alignright {
  margin: 1.5em 0 1.5em 20px;
}

.wp-caption img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0 none;
  display: block;
}

.wp-caption .wp-caption-text {
  margin: 12px 0 0;
}

.wp-caption a:hover {
  color: #1dc2a3;
}

@-webkit-keyframes loader-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

}

@keyframes loader-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

}

.button {
  -webkit-transition: border-color 0.4s, color 0.4s, background-color 0.4s;
  transition: border-color 0.4s, color 0.4s, background-color 0.4s;
}

a.button.button {
  text-decoration: none;
}

.button__loader {
  width: 1em;
  height: 1em;
  fill: #23242a;
  -webkit-animation-name: loader-spin;
  animation-name: loader-spin;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  vertical-align: -10%;
  margin-right: 0.5em;
  display: none;
  float: left;
}

.button.loading .button__loader {
  display: inline;
}

.button--teal {
  background-color: #00e0b5;
  border-color: #00e0b5;
  color: #00e0b5;
}

.button--teal:hover {
  background-color: #1dc3a3;
  border-color: #1dc3a3;
  color: #1dc3a3;
}

.button--green {
  background-color: #9a9f0e;
  border-color: #9a9f0e;
  color: #9a9f0e;
}

.button--green:hover {
  background-color: #878c0c;
  border-color: #878c0c;
  color: #878c0c;
}

.button--red {
  background-color: #fa574a;
  border-color: #fa574a;
  color: #fa574a;
}

.button--red:hover {
  background-color: #dc4539;
  border-color: #dc4539;
  color: #dc4539;
}

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

.button--white:hover {
  background-color: #23242a;
  border-color: #23242a;
  color: #23242a;
}

.button--black {
  background-color: #23242a;
  border-color: #23242a;
  color: #23242a;
}

.button--black:hover {
  background-color: #00e0b5;
  border-color: #00e0b5;
  color: #00e0b5;
}

.button--black:hover svg {
  fill: #00e0b5;
}

.button--steel {
  background-color: #5f687d;
  border-color: #5f687d;
  color: #5f687d;
}

.button--steel:hover {
  background-color: #1dc3a3;
  border-color: #1dc3a3;
  color: #1dc3a3;
}

.button--frame {
  border: 2px solid;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1;
  padding: 9px 8px 9px;
  background: transparent;
  display: inline-block;
}

.button--frame:hover {
  background: transparent;
}

.link:hover {
  color: inherit;
}

.link--teal {
  color: #00e0b5;
}

.link--teal:hover {
  color: #1dc2a3;
}

.link--black {
  color: #23242a;
}

.link--black:hover {
  color: #00e0b5;
}

.link--red {
  color: #fa574a;
}

.link--red:hover {
  color: #ff1300;
}

.link--green {
  color: #9a9f0e;
}

.link--green:hover {
  color: #d2d909;
}

.text h1, .text .h1 {
  font-size: 42px;
  line-height: 1.35;
  margin: 0 0 1.1em 0;
}

.text h2, .text .h2 {
  font-size: 34px;
  line-height: 1.35;
  margin: 0 0 1.1em 0;
}

.text h3, .text .h3 {
  font-size: 26px;
  line-height: 1.35;
  margin: 0 0 1.1em 0;
}

.text h4, .text .h4 {
  font-size: 22px;
  line-height: 1.35;
  margin: 0 0 1.1em 0;
}

.text h5, .text .h5 {
  font-size: 20px;
  line-height: 1.35;
  margin: 0 0 1.1em 0;
}

.text h6, .text .h6 {
  font-size: 0.9333333333em;
  line-height: 1.35;
  margin: 0 0 1.1em 0;
}

.block .text--all-caps {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.text a {
  text-decoration: underline;
}

.text a:hover {
  color: #00e0b5;
}

.color--teal {
  color: #1dc2a3;
}

a.color--teal {
  color: #1dc2a3;
}

a.color--teal:hover {
  color: #1dc2a3;
}

.color--teal a {
  color: #1dc2a3;
}

.color--teal a:hover {
  color: #1dc2a3;
}

.color--red {
  color: #fa574a;
}

a.color--red {
  color: #fa574a;
}

a.color--red:hover {
  color: #ff1300;
}

.color--red a {
  color: #fa574a;
}

.color--red a:hover {
  color: #ff1300;
}

.color--green {
  color: #9a9f0e;
}

a.color--green {
  color: #9a9f0e;
}

a.color--green:hover {
  color: #d2d909;
}

.color--green a {
  color: #9a9f0e;
}

.color--green a:hover {
  color: #d2d909;
}

.color--black {
  color: #121315;
}

a.color--black {
  color: #121315;
}

a.color--black:hover {
  color: #00e0b5;
}

.color--black a {
  color: #121315;
}

.color--black a:hover {
  color: #00e0b5;
}

.sidebar__title {
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  letter-spacing: 2.33px;
  line-height: 1;
  font-weight: 700;
  background-color: #424855;
  padding: 0.2142857143em 0.4285714286em 0.1428571429em;
  display: inline-block;
  margin: 0;
}

.sidebar__title--green {
  background-color: #00e0b5;
}

.sidebar__title--blue {
  background-color: #009ce6;
}

/* New */
.sidebar__subscribe{
  margin-bottom: 40px;
}
.sidebar__subscribe:not(:first-child) {
  border-top: 1px solid #ececec;
  padding-top: 30px;
}

.sidebar__subscribe-title {
  margin-top: 0;
}

.sidebar__subscribe-form {
  margin-top: 15px;
}

.sidebar__subscribe-email {
  background-color: #ebedf1;
  font-family: inherit;
  display: block;
  color: #7b869f;
  font-size: 15px;
  font-weight: 400;
  border: none;
  line-height: 1.2666666667;
  padding: 11px 12px 12px;
  width: 100%;
  min-height: 36px;
}

.sidebar__subscribe-email::-webkit-input-placeholder {
  color: #7b869f;
}

.sidebar__subscribe-email::-moz-placeholder {
  color: #7b869f;
}

.sidebar__subscribe-email:-ms-input-placeholder {
  color: #7b869f;
}

.sidebar__subscribe-email:-moz-placeholder {
  color: #7b869f;
}

.sidebar__subscribe-submit {
  width: 100%;
  display: block;
  margin-top: 15px;
  font-size: 12px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.sidebar__subscribe-message {
  margin-top: 11px;
  color: #1dc2a3;
  display: none;
}

.sidebar__subscribe-message.error {
  color: #ff2f1f;
}

.sidebar__subscribe-message.active {
  display: block;
}

.sidebar__subscribe-text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.54;
}

.sidebar__subscribe--post .sidebar__subscribe-text {
  color: #60687d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
}

.sidebar__related {
  margin-top: 26px;
}

.sidebar__related:not(:first-child) {
  border-top: 1px solid #ececec;
  padding-top: 26px;
}

.sidebar__related-tile {
  margin-top: 25px;
  max-width: 325px;
}

.sidebar__related-tile + .sidebar__related-tile {
  margin-top: 35px;
}

.sidebar__related-tile-title {
  color: #2c2c32;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.31;
  display: block;
}

.sidebar__related-image {
  display: block;
  margin-bottom: 18px;
  position: relative;
  padding-top: 53.8775510204%;
}

.sidebar__related-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sidebar__related-authors {
  color: #494f5f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  margin-top: 17px;
}

.sidebar__related-authors a {
  text-decoration: underline;
}

.sidebar__related-authors a:hover {
  color: #00e0b5;
}

.menu__hamburger {
  width: 70px;
  height: 70px;
  float: right;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  text-align: center;
  position: relative;
}

.menu__hamburger-icon {
  display: inline-block;
  width: 21px;
  height: 17px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.menu__hamburger-icon-bar {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #00e0b5;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out, background-color 0.4s;
  transition: .25s ease-in-out, background-color 0.4s;
}

.menu__hamburger-icon-bar:nth-child(1) {
  top: 0;
}

.menu__hamburger-icon-bar:nth-child(2), .menu__hamburger-icon-bar:nth-child(3) {
  top: 7px;
  width: 15px;
}

.menu__hamburger-icon-bar:nth-child(4) {
  top: 14px;
}

.no-touch .menu__hamburger:hover {
  background-color: #00e0b5;
}

.no-touch .menu__hamburger:hover .menu__hamburger-icon-bar {
  background-color: #23242a;
}

/*.no-touch .menu-open &:hover &-icon-bar {
        background-color: #fff;
      }
*/
.menu-open .menu__hamburger {
  background-color: #1dc3a3;
}

.menu-open .menu__hamburger-icon-bar {
  background-color: #fff;
}

.menu-open .menu__hamburger-icon-bar:nth-child(1) {
  top: 8px;
  width: 0;
  left: 50%;
}

.menu-open .menu__hamburger-icon-bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 20px;
}

.menu-open .menu__hamburger-icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 20px;
}

.menu-open .menu__hamburger-icon-bar:nth-child(4) {
  top: 7px;
  width: 0;
  left: 50%;
}
@media screen and (max-width: 1024px){
  .menu__list {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #1dc3a3;
    color: #fff;
    list-style: none;
    margin: 0;
    padding: 120px 40px;
    min-width: 315px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.4s;
    transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.4s;
    transition: transform 0.4s, visibility 0.3s, opacity 0.3s;
    transition: transform 0.4s, visibility 0.3s, opacity 0.3s, -webkit-transform 0.4s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1024px){
  .menu__list {
    /* changed - removed previous styles that hide navigation */
    position: relative;
    float: right;
    list-style: none;
    margin: 26px 0 0 0;
    overflow: visible;
    font-size:15px;
    font-weight: 500;
    line-height: 1.25;
  }
}

.menu__list > * {
  text-transform: uppercase;
}

.menu__list > * + * {
  margin-top: 1.5em;
}



@media screen and (min-width: 1024px){
  .menu__list ul {
    font-size: 16px;/* changed */
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: visible;
  }

  /* changed - removed ul in front of li in the selector */
  .menu__list > li{
    float: left; /* new */
    display: inline-block;
    margin-top: 0.7em;
    margin-right: 15px;
    position: relative;
    overflow: visible;
  }
  /* changed - update the selector by adding li in front of a */
  .menu__list > li > a {
    display: block;
    color:#1dc2a3;  /* changed */
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  /* New */
  .menu__list ul.sub-menu{
    display: none;
    position: absolute;
    top: 20px;
    width: 200px;
    background:#1dc2a3;
    padding: 20px;
  }
  /* New */
  .menu__list > li:hover ul.sub-menu{
    display: block;
  }
  /* New */
  .menu__list ul.sub-menu li{
    margin-bottom: 10px;
  }
  /* New */
  .menu__list ul.sub-menu li a{
    color: #ffffff;
    line-height: 120%;
    display:block;
    font-size: 15px;
  }
  /* New */
  .menu__list ul.sub-menu li a:hover{
    color: #000000;
  }
  /* New */
  .menu__list ul.sub-menu li:last-child{
    margin-bottom: 0;
  }
  /* changed - updated color value */
  .menu__list li.active > a, .menu__list a:hover {
    color: #000000;
  }
}

.menu-open .menu__list {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media screen and (max-width: 768px){
  .menu__hamburger{
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .menu__hamburger {
    /* changed and new */
    width: 70px;
    display: none;/* new - hide hamburger menu on desktop*/
  }
}



@media screen and (min-width: 1024px) {
  .menu__list {
    /* changed */
    width: 70%;
  }

}

.hero {
  position: relative;
  height: 510px;
}

.hero svg {
  fill: #fff;
}

.hero__images {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

.hero__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.8s, visibility 0.8s;
  transition: opacity 0.8s, visibility 0.8s;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  background: no-repeat center center;
  background-size: cover;
}

.hero__image.active {
  opacity: 1;
  visibility: visible;
}

.hero__image img {
  visibility: inherit;
  display: block;
  height: 510px;
  position: absolute;
  right: 50%;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
}

.hero__scroll-down {
  position: absolute;
  bottom: -12px;
  right: 20px;
  width: 38px;
  height: 38px;
}

.hero__scroll-down svg {
  width: 13px;
  height: 8px;
}

.hero__content {
  position: absolute;
  bottom: 35px;
  left: 10px;
  right: 10px;
  max-width: 435px;
}

.hero__content-items {
  position: relative;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: 180px;
  background-color: #23242a;
}

.hero__content-item {
  display: block;
  padding: 20px 25px 40px;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.hero__content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.hero__content-subhead {
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.hero__content-title {
  color: #1dc2a3;
  font-size: 22px;
  font-weight: 400;
  margin-top: 16px;
  line-height: 1.27;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.hero__content-title:first-child {
  margin-top: 28px;
}

.hero__content-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.37;
  margin-top: 4px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.no-touch a:hover .hero__content-text,
.no-touch a:hover .hero__content-subhead {
  color: #1dc2a3;
}

.no-touch a:hover .hero__content-title {
  color: #fff;
}

.hero__copyright {
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
  color: white;
  font-size: 12px;
  line-height: 1.2;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
}

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

.hero__copyright a:hover {
  color: #1dc2a3;
}

.hero__copyright-item {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

.hero__copyright-item.active {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .hero__scroll-down {
    right: 95px;
  }

  .hero__content {
    left: 30px;
  }

  .hero__content-subhead {
    font-size: 14px;
  }

  .hero__content-title {
    font-size: 26px;
  }

  .hero__content-title:first-child {
    margin-top: 30px;
  }

  .hero__content-text {
    font-size: 19px;
  }

  .hero__copyright {
    right: 30px;
    left: 30px;
  }

}

@media screen and (min-width: 1024px) {
  .hero__scroll-down {
    right: calc(50% - 412px);
  }

  .hero__content {
    left: calc(50% - 477px);
    right: auto;
  }

  .hero__copyright {
    left: calc(50% - 477px);
    right: calc(50% - 477px);
  }

}

.navigation {
  height: 35px;
  font-weight: 700;
  font-size: 12px;
  line-height: 35px;
  text-align: center;
  color: white;
}

.navigation > * {
  float: left;
}

.navigation svg {
  fill: #fff;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 15px;
  height: 11px;
}

.navigation__page {
  background-color: #00e0b5;
  width: 65px;
}

.navigation__left, .navigation__right {
  width: 35px;
  height: 35px;
}

.navigation__left svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.navigation__right svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

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

.projects__title {
  color: #4a4a4a;
  font-size: 22px;
  line-height: 1.36;
  margin: 50px 0 0;
  font-weight: 400;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.projects__title strong {
  color: #00e0b5;
}

.projects__tiles {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 40px 0 0;
  text-align: center;
  color: white;
  border-bottom: 2px solid #ececec;
}

.projects__tile {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 9.375vw 20px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  margin-bottom: 20px;
}

.projects__tile:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 50%;
  -webkit-transform: skewX(-16deg);
  transform: skewX(-16deg);
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.projects__tile--red {
  background-color: #ff2f1f;
}

.projects__tile--red:before {
  background-color: #fa574a;
}

.projects__tile--red:hover {
  background-color: #f32b1c;
}

.projects__tile--red:hover:before {
  background-color: #fa4638;
}

.projects__tile--steel {
  background-color: #7b869f;
}

.projects__tile--steel:before {
  background-color: #8894ae;
}

.projects__tile--steel:hover {
  background-color: #6e7890;
}

.projects__tile--steel:hover:before {
  background-color: #7f8aa2;
}

.projects__tile--green, .projects__tile--teal {
  background-color: #46b7a1;
}

.projects__tile--green:before, .projects__tile--teal:before {
  background-color: #49c6ad;
}

.projects__tile--green:hover, .projects__tile--teal:hover {
  background-color: #41aa96;
}

.projects__tile--green:hover:before, .projects__tile--teal:hover:before {
  background-color: #41b39c;
}

.projects__tile-title {
  font-size: 20px;
	font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  margin: 0;
}

.projects__tile-text {
  margin: 0 auto 30px;
  padding-top: 30px;
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 1.47;
  max-width: 485px;
}

.projects__tile-button {
  width: 150px;
  position: absolute;
  z-index: 2;
  left: 65px;
  bottom: 90px;
}

.tax-box .projects__tile-button,
.compendium-box .projects__tile-button{
  width: 150px;
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 41%;
}

.projects__tile-bg-text {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.15;
  color: #fff;
  font-size: 160px;
  font-weight: 700;
  letter-spacing: -7px;
  text-transform: uppercase;
}

.projects__tile-link {
  display: block;
}

.projects__tile-link:hover {
  color: #23242a;
}

.projects__aside {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 28px;
  text-align: left;
}

.projects__brief-title {
  color: #60687d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

.projects__brief-list {
  margin: 17px 0 0;
  padding: 0;
  list-style-type: none;
  counter-reset: brief-list;
}

.projects__brief-item {
  padding-top: 23px;
  padding-bottom: 31px;
  border-top: 1px solid #ececec;
}

.projects__brief-item:before {
  counter-increment: brief-list;
  content: counter(brief-list);
  color: #1dc2a3;
  font-size: 15px;
  font-weight: 700;
}

.projects__brief-item-title {
  color: #2c2c32;
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
  margin: 19px 0 16px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.projects__brief-item-text {
  color: #494f5f;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.67;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

a:hover .projects__brief-item-title,
a:hover .projects__brief-item-text {
  color: #00e0b5;
}

.projects__spotlight {
  list-style-type: none;
  margin: 20px 0 0;
  padding: 0;
  text-align: left;
}

.projects__spotlight-item {
  padding-bottom: 24px;
}

.projects__spotlight-item + .projects__spotlight-item {
  border-top: 1px solid #ececec;
  padding-top: 25px;
}

.projects__spotlight-image {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.projects__spotlight-image-wrapper {
  display: block;
  position: relative;
  margin-bottom: 15px;
  padding-top: 53.5%;
}

.projects__spotlight-title {
  margin-bottom: 9px;
  font-size: 14px;
  font-weight: 700;
  color: #2c2c32;
  display: block;
  line-height: 1.31;
}

.projects__spotlight-authors {
  font-size: 12px;
  line-height: 1.67;
  color: #494f5f;
  display: block;
}

.projects__spotlight-authors a {
  text-decoration: underline;
}

.projects__follow {
  margin: 30px 0;
  font-size: 21px;
  font-weight: 400;
}

.projects__follow:not(:first-child) {
  border-top: 1px solid #ececec;
}

.projects__follow-account {
  display: block;
  color: #009ce6;
  margin-top: 7px;
}

.projects__follow-hashtag {
  margin-top: 7px;
  color: #7b869f;
}

.projects__follow-title {
  margin: 27px 0 13px;
}

@media screen and (min-width: 768px) {
  .projects__container {
    display: block;
    position: relative;
  }

  .projects__container:after {
    content: '';
    display: table;
    clear: both;
    text-indent: -9999px;
    font-size: 0.1px;
    line-height: 0.1;
  }

  .projects__container:before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    right: 218px;
    top: 0;
    background: #ececec;
  }

  .projects__title {
    background-color: #fff;
    position: relative;
    padding-bottom: 44px;
    margin-bottom: 0;
  }

  .projects__tiles {
    float: left;
    width: calc(100% - 234px);
    margin-top: 0;
    border-bottom: 0;
  }

  .projects__tile {
    padding: 60px 40px 40px;
    max-width: none;
    margin-bottom: 25px;
  }

/* change */
  .projects__tile-text {
    margin: 0 auto 30px;
    padding-top: 30px;
    font-size: 17px;
  }

  .projects__tile-bg-text {
    top: 48%;
  }

  .projects__aside {
    float: right;
    width: 28.2485875706%;
    margin-top: 0;
    max-width: 200px;
  }

  .projects__brief-title {
    margin-top: 33px;
  }

  .projects__spotlight-title {
    font-size: 17px;
  }

}

@media screen and (min-width: 1024px) {
  .projects__title {
    width: calc(100% - 250px);
    float: left;
    background: transparent;
    position: static;
    font-size: 25px;
    line-height: 1.6;
    margin-top: 44px;
    padding-bottom: 41px;
  }
  /* new */
  .projects__container:before {
    right: 253px;
  }
  .projects__tiles {
    width: calc(100% - 250px);
    margin-bottom: 10px;
  }

  .projects__tile {
    padding-bottom: 44px;
    width: 32%;
    margin-right: 5px;
    padding: 30px 15px;
    float: left;
    height: 450px;
    position: relative;
  }

  .projects__tile-text {
    font-size: 16px;
    line-height: 1.47;
  }

  .projects__tile-bg-text {
    top: 48%;
  }

  .projects__brief-title {
    margin-top: 28px;
  }

  .projects__aside {
    margin-top: 48px;
    max-width: 230px;
  }

}

.header {
  text-align: center;
  padding: 48px 0 40px;
}

.header--slides {
  padding: 51px 0 29px;
}

.header__container {
  position: relative;
}

.header__title {
  color: #1dc2a3;
  font-size: 28px;
  font-weight: 400;
  margin: 0 auto;
  line-height: 1.2142857143;
  max-width: 680px;
}

.header--slides .header__title {
  height: 17px;
  color: #60687d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 auto;
}

.header__text {
  margin: 34px auto 0;
  color: #424855;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  max-width: 680px;
}

.header--slides .header__text {
  color: #33343a;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.17;
  margin: 43px auto 0;
}

.header__subscription {
  color: #6f7990;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.79;
  margin: 37px auto 0;
  max-width: 680px;
}

.header__subscription a {
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  -webkit-transition: color 0.4s, box-shadow 0.4s;
  transition: color 0.4s, box-shadow 0.4s;
  box-shadow: inset 0 -1px #fff, inset 0 -2px #6f7990;
}

.header__subscription a:hover {
  color: #00e0b5;
  box-shadow: inset 0 -1px #fff, inset 0 -2px #00e0b5;
}

.header__nav {
  margin: 27px auto 0;
  text-align: center;
  line-height: 0.1;
  font-size: 0.1px;
}

.header__nav-button {
  width: 26px;
  height: 26px;
  position: relative;
  line-height: 0.1;
  font-size: 0.1px;
}

.header__nav-button span {
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 0.1;
  font-size: 0.1px;
  text-indent: -9999px;
  background-color: #ccf9f0;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  border-radius: 50%;
}

.header__nav-button:hover span, .header__nav-button.active span {
  background-color: #00e0b5;
}

.header__nav-button-next, .header__nav-button-prev {
  position: absolute;
  top: 35%;
  width: 35px;
  height: 35px;
  display: none;
}

.header__nav-button-next svg, .header__nav-button-prev svg {
  stroke: #ddd;
  -webkit-transition: stroke 0.4s;
  transition: stroke 0.4s;
  width: 18px;
  height: 33px;
}

.header__nav-button-next:hover svg, .header__nav-button-prev:hover svg {
  stroke: #00e0b5;
}

.header__nav-button-next {
  right: 0;
}

.header__nav-button-next svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header__nav-button-prev {
  left: 0;
}

.header__slide {
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}

.header__slide.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header__slides {
  position: relative;
  max-width: 680px;
  margin: 0 auto 22px;
}

@media screen and (min-width: 768px) {
  .header {
    padding: 40px 0 44px;
  }

  .header__nav-button-next, .header__nav-button-prev {
    display: block;
  }

  .header--slides {
    padding: 51px 0 29px;
  }

  .header__text {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
  }

}

@media screen and (min-width: 1024px) {
  .header {
    padding: 56px 0 60px;
  }

  .header--slides {
    padding: 51px 0 29px;
  }

  .header__title {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.1714285714;
    max-width: 810px;
  }

  .header__text {
    font-size: 25px;
    line-height: 1.6;
    max-width: 810px;
  }

  .header__subscription {
    max-width: 810px;
  }

}

.submenu {
  display: none;
  text-align: center;
  color: #fff;
  background-color: #121315;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.43;
  text-transform: uppercase;
  padding: 13px 0 12px;
}

.submenu__item + .submenu__item:before {
  content: '|';
  padding-left: 18px;
  padding-right: 18px;
}

.submenu a:hover {
  color: #00e0b5;
}

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

@media screen and (min-width: 768px) {
  .submenu {
    display: block;
  }

}

.related {
  padding: 38px 0 33px;
  text-align: center;
}

.related--footer {
  background-color: #f7f7f7;
}

.related__title {
  color: #60687d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 39px;
}

.related__items {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  max-width: 100%;
}

.related__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.related__item + .related__item {
  border-left: 2px solid #ececec;
}

.related__item-title {
  color: #1dc2a3;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  min-height: 81px;
}

.related__item-title a:hover {
  color: #23242a;
}

.related__item-author {
  color: #33343a;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.43;
  margin-top: 14px;
  border-top: 2px solid #ececec;
  min-width: 190px;
  padding-top: 10px;
}

.related__item-author a:hover {
  color: #1dc2a3;
}

/* BELOW THE FOLD
  ========================================================================= */

.headline {
  padding: 50px 0 45px;
  text-align: center;
}

.headline--dark {
  background-color: #33333a;
  color: #fff;
  padding: 37px 0 59px;
}

.headline--green {
  padding: 72px 0 62px;
}

.headline__title {
  color: #60687d;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0 auto;
}

.headline__title a {
  color: inherit;
}

.headline__title a:hover {
  color: #00e0b5;
}

.headline--dark .headline__title {
  color: #fff;
}

.headline--dark .headline__title a {
  color: inherit;
}

.headline--dark .headline__title a:hover {
  color: #00e0b5;
}

.headline__text {
  color: #33343a;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.17;
  margin: 40px auto 0;
  max-width: 750px;
}

.headline__text a {
  color: #1dc2a3;
  -webkit-transition: color 0.4s, box-shadow 0.4s;
  transition: color 0.4s, box-shadow 0.4s;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}

.headline__text a:hover {
  box-shadow: inset 0 -1px #1dc2a3;
}

.headline--dark .headline__text a {
  text-shadow: 2px 2px 0 #33333a, -2px 2px 0 #33333a, 0 2px 0 #33333a, -2px 0 0 #33333a, 2px 0 0 #33333a;
}

.headline--green .headline__text {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.27;
  margin-top: 19px;
  color: #1dc2a3;
}

.headline--green .headline__text a {
  color: #23242a;
  -webkit-transition: color 0.4s, box-shadow 0.4s;
  transition: color 0.4s, box-shadow 0.4s;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}

.headline--green .headline__text a:hover {
  box-shadow: inset 0 -1px #23242a;
}

.headline--dark .headline__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #f4f4f4;
  margin-top: 20px;
  margin-bottom: 0;
}

.headline__subscription {
  color: #60687d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.79;
  margin-top: 43px;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}

.headline__subscription a {
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  -webkit-transition: color 0.4s, box-shadow 0.4s;
  transition: color 0.4s, box-shadow 0.4s;
  box-shadow: inset 0 -1px #fff, inset 0 -2px #60687d;
}

.headline__subscription a:hover {
  color: #00e0b5;
  box-shadow: inset 0 -1px #fff, inset 0 -2px #00e0b5;
}

.icons {
  text-align: center;
  padding: 52px 0;
}

.icons__container {
  max-width: 840px;
}

.icons__title {
  color: #1dc2a3;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.27;
  margin: 0;
}

.icons__items {
  margin-top: 29px;
}

.icons__item {
  color: #33343a;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.icons__item + .icons__item {
  margin-top: 40px;
}

.icons__item-image {
  position: relative;
  width: 96px;
  height: 96px;
  margin-left: auto;
  margin-right: auto;
}

.icons__item-image * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 96px;
  max-height: 96px;
}

.icons__item-title {
  margin-top: 20px;
}

.icons__button {
  margin-top: 40px;
  min-width: 150px;
}

@media screen and (min-width: 768px) {
  .icons {
    padding: 49px 0 53px;
  }

  .icons__items {
    margin-top: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .icons__item {
    width: 28.2485875706%;
    margin: 0;
  }

  .icons__item + .icons__item {
    margin-top: 0;
  }

  .icons__item-image {
    width: 166px;
    height: 166px;
  }

  .icons__item-image * {
    max-width: 166px;
    max-height: 166px;
  }

  .icons__item-title {
    margin-top: 24px;
  }

  .icons__button {
    margin-top: 50px;
    min-width: 150px;
  }

}

@media screen and (min-width: 1024px) {
  .icons__title {
    font-size: 26px;
  }

}

.tiles {
  text-align: center;
}

.tiles__container {
  border-top: 2px solid #ececec;
  border-bottom: 2px solid #ececec;
  padding: 52px 0;
}

.tiles__title {
  color: #60687d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

.tiles__headline {
  color: #1dc2a3;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.27;
  margin-top: 27px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.tiles__items {
  margin: 35px 0 0;
  list-style: none;
  padding: 0;
  display: block;
  /*&:after {
      display: table;
      content: '';
      width: 100%;
      clear: both;
      font-size: 0.1px;
      line-height: 0.1;
      text-indent: -99999px;
    }
*/
}

.tiles__item {
  position: relative;
  overflow: hidden;
  margin-top: 12px;
  width: 100%;
}

.tiles__item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(left top, #e8eaef 49.5%, #f4f5f8 50%);
  background: linear-gradient(to right bottom, #e8eaef 49.5%, #f4f5f8 50%);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.tiles__item:hover:before {
  opacity: 0;
}

.tiles__item--red {
  background: -webkit-linear-gradient(left top, #fa574a 49.5%, #ff2f1f 50%);
  background: linear-gradient(to right bottom, #fa574a 49.5%, #ff2f1f 50%);
}

.tiles__item--green {
  background: -webkit-linear-gradient(left top, #9a9f0f 49.5%, #909502 50%);
  background: linear-gradient(to right bottom, #9a9f0f 49.5%, #909502 50%);
}

.tiles__item--teal {
  background: -webkit-linear-gradient(left top, #4ac5ad 49.5%, #47b7a1 50%);
  background: linear-gradient(to right bottom, #4ac5ad 49.5%, #47b7a1 50%);
}

.tiles__item--steel {
  background: -webkit-linear-gradient(left top, #8893ae 49.5%, #7b869f 50%);
  background: linear-gradient(to right bottom, #8893ae 49.5%, #7b869f 50%);
}

.tiles__item > * {
  position: relative;
}

.tiles__item-link {
  display: block;
  padding: 12.8205128205% 9.4017094017%;
}

.is-touch .tiles__item-link {
  cursor: pointer;
}

.tiles__item-content {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.tiles__item:hover .tiles__item-content {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.tiles__item-image {
  width: 156px;
  height: 104px;
  position: absolute;
  top: 43.1654676259%;
  left: 50%;
  margin-left: -78px;
  margin-top: -52px;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.tiles__item-image * {
  max-width: 156px;
  max-height: 104px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tiles__item:hover .tiles__item-image {
  -webkit-transform: translate(0, -150%);
  transform: translate(0, -150%);
  opacity: 0;
}

.tiles__item-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: color 0.4s, -webkit-transform 0.4s;
  transition: color 0.4s, -webkit-transform 0.4s;
  transition: color 0.4s, transform 0.4s;
  transition: color 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.tiles__item:hover .tiles__item-title {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  color: white;
}

.tiles__item--red .tiles__item-title {
  color: #ff2f1f;
}

.tiles__item--green .tiles__item-title {
  color: #9a9f0f;
}

.tiles__item--teal .tiles__item-title {
  color: #1dc2a3;
}

.tiles__item--steel .tiles__item-title {
  color: #60687d;
}

.tiles__item-text {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.15;
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  min-height: 140px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.tiles__item:hover .tiles__item-text {
  opacity: 1;
}

.tiles__button {
  margin-top: 52px;
  min-width: 150px;
}

@media screen and (min-width: 768px) {
  .tiles__title {
    font-size: 14px;
    letter-spacing: 2px;
  }

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

  .tiles__item {
    width: calc(33% - 6px);
  }

  .tiles__item-title {
    font-size: 16px;
    letter-spacing: 2px;
  }

  .tiles__item-text {
    font-size: 26px;
    min-height: 120px;
  }

  .tiles__item-link {
    display: block;
    padding-left: 8.547008547%;
    padding-right: 8.547008547%;
  }

}

@media screen and (min-width: 1024px) {
  .tiles__item-link {
    display: block;
    padding-left: 7.6923076923%;
    padding-right: 7.6923076923%;
  }

}

.members {
  text-align: center;
}

.members__container {
  padding: 62px 0;
  border-top: 2px solid #ececec;
  border-bottom: 2px solid #ececec;
}

.members__title {
  color: #60687d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

.members__headline {
  color: #1dc2a3;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.27;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  margin-top: 30px;
}

.members__button {
  margin-top: 27px;
  min-width: 150px;
}

.members__navigation .navigation__page {
  background-color: #60687d;
}

.members__member {
  margin-top: 62px;
}

.members__member + .members__member {
  margin-top: 30px;
}

.members__member-logo {
  background-color: #f4f5f8;
  min-height: 184px;
  position: relative;
}

.members__member-logo > * {
  max-width: 252px;
  max-height: 100px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.members__member-items {
  background-color: #e8eaef;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.members__member-item {
  padding: 25px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}

.members__member-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.members__member-title {
  color: #33343a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.56;
  margin: 0;
}

.members__member-text {
  color: #60687d;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.33;
  margin-top: 13px;
}

.members__member-link {
  color: #23242a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 17px;
  display: inline-block;
}

.members__member-link:hover {
  color: #00e0b5;
}

.members__member-links {
  margin-top: 1em;
  color: #4d5469;
  font-size: 14px;
  line-height: 1.71;
}

.members__member-links-link {
  display: block;
}

.members__member-links-link:hover {
  color: #00e0b5;
}

.members__member-links-icon {
  fill: #22b891;
  width: 14px;
  height: 14px;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
  vertical-align: -15%;
  margin-right: 10px;
}

.members__member-links-link:hover .members__member-links-icon {
  fill: #00e0b5;
}

@media screen and (min-width: 768px) {
  .members__member-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .members__member-logo {
    width: 48.087431694%;
    position: relative;
  }

  .members__member-logo:after {
    z-index: 1;
    display: block;
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 18px;
    border-color: transparent transparent transparent #f4f5f8;
  }

  .members__member-items {
    width: 51.912568306%;
  }

  .members__member-item {
    padding: 25px 40px;
  }

}

.tooltip {
  position: relative;
  background-color: #474d5d;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: inline-block;
  line-height: 14px;
  text-align: center;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.tooltip:hover {
  background-color: #00e0b5;
}

.tooltip__icon {
  width: 9px;
  height: 9px;
  fill: white;
  vertical-align: -5%;
}

.tooltip__content {
  padding: 25px;
  width: 35vw;
  max-width: 310px;
  color: #424855;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.75;
  background-color: #e8eaef;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  text-align: left;
  position: absolute;
  left: 100%;
  top: 0;
  margin-top: -27px;
  margin-left: 14px;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  visibility: hidden;
  opacity: 0;
  display: none;
}

.tooltip__content:before, .tooltip__content:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 14px 8px 0;
  border-color: transparent #e8eaef transparent transparent;
  position: absolute;
  right: 100%;
  margin-right: -4px;
  top: 26px;
}

.tooltip__content:before {
  border-width: 8px 8px 8px 0;
  border-right-color: rgba(0, 0, 0, 0.2);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  margin-right: 2px;
}

.tooltip:hover .tooltip__content {
  opacity: 1;
  visibility: visible;
  display: block;
}

@media screen and (min-width: 768px) {
  .tooltip__content {
    display: block;
  }

}

.logos {
  text-align: center;
}

.logos__container {
  padding: 52px 0 62px;
  border-top: 2px solid #ececec;
  border-bottom: 2px solid #ececec;
}

.logos__title {
  color: #60687d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

.logos__title--lose-case {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

.logos__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.logos__item {
  margin: 20px;
}

.team {
  text-align: center;
  background-color: #f1f2f5;
}

.team__container {
  padding: 69px 0 70px;
}

.team__title {
  color: #60687d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

.team__title--items {
  margin-top: 60px;
}

.team__text {
  color: #1dc2a3;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.27;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.team__button {
  margin-top: 30px;
  min-width: 150px;
}

.team__button + .team__title {
  margin-top: 68px;
}

.team__items {
  text-align: left;
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team__item {
  display: block;
  background: #fff;
  padding-bottom: 58px;
  position: relative;
  text-align: left;
  width: 100%;
  margin-top: 20px;
}

.team__item > * {
  padding: 0 25px;
}

.team__item-image {
  display: block;
  position: relative;
  padding: 77.6785714286% 0 0;
  background-color: #5f687d;
  margin-bottom: 15px;
}

.team__item-image * {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  will-change: opacity;
}

.team__item:hover .team__item-image * {
  opacity: 0.57;
}

.team__item-name {
  display: block;
  color: #33343a;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.67;
}

.team__item-description {
  display: block;
  margin-top: 2px;
  color: #6f7990;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
}

.team__item-organisation {
  display: block;
  color: #33343a;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.54;
  line-height: 1.24;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.team__overlay {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  bottom: 0;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(66, 71, 84, 0.95);
  z-index: 5;
  overflow: auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s, visibility 0.4s, left 0s ease 0.4s;
  transition: opacity 0.4s, visibility 0.4s, left 0s ease 0.4s;
}

.team__overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  left: 0;
  -webkit-transition: opacity 0.4s, visibility 0.4s, left 0s;
  transition: opacity 0.4s, visibility 0.4s, left 0s;
}

.team__overlay-container {
  position: relative;
  margin: 80px 25px 25px;
  text-align: left;
  background: #fff;
  padding: 60px 20px 40px;
}

.team__overlay-close {
  top: 0;
  right: 0;
  position: absolute;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
  width: 45px;
  height: 45px;
}

.team__overlay-close svg {
  width: 18px;
  height: 18px;
  fill: #1dc3a3;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}

.team__overlay-close:hover svg {
  fill: #23242a;
}

.team__overlay-items {
  position: relative;
}

.team__overlay-item {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  top: 0;
  left: 0;
  width: 100%;
}

.team__overlay-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.team__overlay-title {
  color: #1dc2a3;
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
}

.team__overlay-position {
  color: #424855;
  font-size: 20px;
  margin-top: 18px;
  line-height: 1.3;
}

.team__overlay-organisation {
  color: #1dc2a3;
  font-size: 20px;
  line-height: 1.3;
}

.team__overlay-text {
  color: #5c5b5b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.53;
  margin-top: 22px;
}

.team__overlay-menu {
  display: none;
}

.team__overlay-menu-title {
  color: #60687d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 70px 0 0;
}

.team__overlay-menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team__overlay-menu-item {
  margin-top: 25px;
  margin-right: 25px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: 3px solid #979797;
  -webkit-transition: border-color 0.4s;
  transition: border-color 0.4s;
  border-radius: 50%;
}

.team__overlay-menu-item * {
  display: block;
  width: 44px;
  height: 44px;
}

.team__overlay-menu-item:hover, .team__overlay-menu-item.active {
  border-color: #00e0b5;
}

@media screen and (min-width: 768px) {
  .team__item {
    width: calc((100% - 40px) / 3);
  }

  .team__overlay-close {
    width: 55px;
    height: 55px;
  }

  .team__overlay-close svg {
    width: 20px;
    height: 20px;
  }

  .team__overlay-items {
    width: 69.2789968652%;
    float: left;
  }

  .team__overlay-container {
    margin: 100px auto 30px;
    max-width: 900px;
    width: 92.1875%;
    padding: 60px 35px 40px;
  }

  .team__overlay-container:after {
    display: table;
    content: '';
    clear: both;
    line-height: 0.1;
    font-size: 0.1px;
    text-indent: -99999px;
  }

  .team__overlay-title {
    font-size: 34px;
  }

  .team__overlay-position {
    font-size: 24px;
    margin-top: 24px;
  }

  .team__overlay-organisation {
    font-size: 20px;
  }

  .team__overlay-text {
    font-size: 15px;
    margin-top: 22px;
  }

  .team__overlay-menu {
    display: block;
    width: 26.3322884013%;
    float: right;
  }

}

@media screen and (min-width: 1024px) {
  .team__items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .team__item {
    width: calc((100% - 60px) / 4);
  }

  .team__item:not(:nth-child(4n + 1)) {
    margin-left: 20px;
  }

  .team__overlay-container {
    padding: 70px 40px 55px;
    margin: 105px auto 35px;
  }

  .team__overlay-items {
    width: 530px;
  }

  .team__overlay-menu {
    display: block;
    width: 205px;
    float: right;
  }

  .team__overlay-menu-title {
    letter-spacing: 2px;
  }

  .team__overlay-menu-item {
    margin-top: 30px;
    margin-right: 30px;
    width: 65px;
    height: 65px;
  }

  .team__overlay-menu-item * {
    width: 59px;
    height: 59px;
  }

}

.flow-chart {
  background-color: #f7f7f7;
  padding: 51px 0 54px;
  text-align: center;
}

.flow-chart__title {
  color: #1dc2a3;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.27;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.flow-chart__subtitle {
  color: #60687d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.flow-chart__items {
  margin: 40px 0 0;
  list-style: none;
  padding: 0;
}

.flow-chart__item {
  background-color: #fff;
  position: relative;
  border-top: 9px solid;
  padding: 27px 35px 87px;
  list-style: none;
  margin: 20px auto 0;
  text-align: left;
  max-width: 480px;
}

.flow-chart__item--green {
  border-color: #9a9f0e;
}

.flow-chart__item--green .flow-chart__item-title,
.flow-chart__item--green .flow-chart__item-subtitle {
  color: #9a9f0f;
}

.flow-chart__item--green .flow-chart__item-arrow {
  background-color: #9a9f0e;
  border-color: #9a9f0e;
}

.flow-chart__item--green .flow-chart__item-arrow:after {
  border-left-color: #9a9f0e;
}

.flow-chart__item--green .flow-chart__item-link {
  background-color: #ebeccf;
  color: #909502;
}

.flow-chart__item--green .flow-chart__item-link:hover {
  background-color: #e0e2b6;
  color: #757802;
}

.flow-chart__item--green .flow-chart__item-link-icon {
  background-color: #919502;
}

.flow-chart__item--green .flow-chart__item-link:hover .flow-chart__item-link-icon {
  background-color: #757802;
}

.flow-chart__item--red {
  border-color: #fa574a;
}

.flow-chart__item--red .flow-chart__item-title,
.flow-chart__item--red .flow-chart__item-subtitle {
  color: #fa574a;
}

.flow-chart__item--red .flow-chart__item-arrow {
  background-color: #fa574a;
  border-color: #fa574a;
}

.flow-chart__item--red .flow-chart__item-arrow:after {
  border-left-color: #fa574a;
}

.flow-chart__item--red .flow-chart__item-link {
  background-color: #fedddb;
  color: #ff2f1f;
}

.flow-chart__item--red .flow-chart__item-link:hover {
  background-color: #fdccc8;
  color: #ff2f1f;
}

.flow-chart__item--red .flow-chart__item-link-icon {
  background-color: #fa574a;
}

.flow-chart__item--red .flow-chart__item-link:hover .flow-chart__item-link-icon {
  background-color: #ff2f1f;
}

.flow-chart__item--teal {
  border-color: #1dc3a3;
}

.flow-chart__item--teal .flow-chart__item-title,
.flow-chart__item--teal .flow-chart__item-subtitle {
  color: #1dc2a3;
}

.flow-chart__item--teal .flow-chart__item-arrow {
  background-color: #1dc3a3;
  border-color: #1dc3a3;
}

.flow-chart__item--teal .flow-chart__item-arrow:after {
  border-left-color: #1dc3a3;
}

.flow-chart__item--teal .flow-chart__item-link {
  background-color: #d2f3ed;
  color: #1dc2a3;
}

.flow-chart__item--teal .flow-chart__item-link:hover {
  background-color: #bcece3;
  color: #15977e;
}

.flow-chart__item--teal .flow-chart__item-link-icon {
  background-color: #1dc3a3;
}

.flow-chart__item--teal .flow-chart__item-link:hover .flow-chart__item-link-icon {
  background-color: #15977e;
}

.flow-chart__item-title {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.15;
}

.flow-chart__item-sublist {
  margin: 26px 0 0 0;
  list-style: none;
  padding: 0;
}

.flow-chart__item-subitem + .flow-chart__item-subitem {
  margin-top: 18px;
}

.flow-chart__item-subtitle {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.flow-chart__item-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.33;
  margin-top: 6px;
  color: #60687d;
}

.flow-chart__item-link {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 62px;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  padding: 13.5px 35px;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  white-space: nowrap;
}

.flow-chart__item-link-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.flow-chart__item-link-icon img {
  max-width: 20px;
  max-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flow-chart__item-arrow {
  position: absolute;
  display: none;
  content: '';
  width: 57px;
  height: 2px;
  top: 42px;
  right: -18px;
  z-index: 1;
}

.flow-chart__item-arrow:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent transparent;
  position: absolute;
  left: 100%;
  top: -9px;
}

.flow-chart__button {
  min-width: 180px;
  margin-top: 47px;
}

.flow-chart__link {
  color: #33343a;
  font-size: 14px;
  font-weight: 400;
  margin-top: 23px;
}

.flow-chart__link a {
  text-shadow: 1px 1px 0 #f7f7f7, -1px 1px 0 #f7f7f7, 0 1px 0 #f7f7f7, -1px 0 0 #f7f7f7, 1px 0 0 #f7f7f7;
  -webkit-transition: color 0.4s, box-shadow 0.4s;
  transition: color 0.4s, box-shadow 0.4s;
  box-shadow: inset 0 -1px #f7f7f7, inset 0 -2px #33343a;
}

.flow-chart__link a:hover {
  color: #00e0b5;
  box-shadow: inset 0 -1px #f7f7f7, inset 0 -2px #00e0b5;
}

@media screen and (min-width: 768px) {
  .flow-chart__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .flow-chart__item {
    margin: 0;
    width: calc((100% - 36px) / 3);
  }

  .flow-chart__item-arrow {
    display: block;
    width: 40px;
  }

  .flow-chart__item-link {
    padding-left: 15px;
    padding-right: 15px;
  }

}

@media screen and (min-width: 1024px) {
  .flow-chart__item-arrow {
    width: 57px;
  }

  .flow-chart__item-link {
    padding-left: 35px;
    padding-right: 35px;
  }

}

.tabs {
  text-align: center;
  padding: 62px 0 79px;
}

.tabs__title {
  color: #60687d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 750px;
}

.tabs__text {
  color: #1dc2a3;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.27;
  margin: 23px auto 0;
  max-width: 750px;
}

.tabs__link {
  color: #33343a;
  font-size: 14px;
  font-weight: 400;
  margin: 18px auto 0;
  max-width: 750px;
}

.tabs__link a {
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  -webkit-transition: color 0.4s, box-shadow 0.4s;
  transition: color 0.4s, box-shadow 0.4s;
  box-shadow: inset 0 -1px #fff, inset 0 -2px #33343a;
}

.tabs__link a:hover {
  color: #00e0b5;
  box-shadow: inset 0 -1px #fff, inset 0 -2px #00e0b5;
}

.tabs__item {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.tabs__item:not(:first-child) {
  margin-top: 43px;
}

.tabs__item + .tabs__item {
  margin-top: 30px;
}

.tabs__item-header {
  border: 1px solid black;
  padding: 20px 20px;
}

.tabs__item-title {
  margin: 0;
}

.tabs__item-links {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 3.08;
  text-transform: uppercase;
}

.tabs__item-links a {
  text-decoration: underline;
}

.tabs__item-link span {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.tabs__item-right {
  color: #60687d;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.33;
  margin-top: 10px;
}

.tabs__item-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tabs__item-button {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 11px;
  min-height: 40px;
}

.tabs__item-button:hover {
  color: #fff;
}

.tabs__item-button + .tabs__item-button {
  margin-top: 3px;
}

.tabs__item .button--black:hover, .tabs__item .button--black.active {
  background-color: #2f3237;
}

.tabs__item .button--red.active {
  background-color: #dc4539;
}

.tabs__item .button--green.active {
  background-color: #878c0c;
}

.tabs__item .button--teal.active {
  background-color: #1dc3a3;
}

.tabs__item-container {
  position: relative;
  border: 1px solid black;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.tabs__item-container.active {
  display: block;
  opacity: 1;
  height: auto;
}

.tabs__item-content {
  overflow: hidden;
}

.tabs__item--red .tabs__item-container,
.tabs__item--red .tabs__item-header {
  border-color: #fa574a;
}

.tabs__item--green .tabs__item-container,
.tabs__item--green .tabs__item-header {
  border-color: #9a9f0e;
}

.tabs__item--black .tabs__item-container,
.tabs__item--black .tabs__item-header {
  border-color: #121315;
}

.tabs__item--teal .tabs__item-container,
.tabs__item--teal .tabs__item-header {
  border-color: #00e0b5;
}

.tabs__item-content {
  margin: 20px 20px 40px;
  color: #60687d;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.33;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}

.tabs__item-content.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: relative;
}

.tabs__item-content li {
  line-height: 1.87;
}

.tabs__item-content a {
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  -webkit-transition: color 0.4s, box-shadow 0.4s;
  transition: color 0.4s, box-shadow 0.4s;
  box-shadow: inset 0 -1px #fff, inset 0 -2px #60687d;
}

.tabs__item-content a:hover {
  color: #00e0b5;
  box-shadow: inset 0 -1px #fff, inset 0 -2px #00e0b5;
}

.tabs__item-hide {
  width: 60px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.tabs__item-hide svg {
  fill: #fff;
  width: 19px;
  height: 9px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .tabs__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 28px 35px;
    min-height: 178px;
  }

  .tabs__item-left {
    width: 260px;
    margin-right: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .tabs__item-right {
    margin-top: 0;
    max-width: 350px;
  }

  .tabs__item-title {
    min-height: 74px;
  }

  .tabs__item-content {
    margin: 72px 35px 46px;
  }

  .tabs__item-buttons {
    position: relative;
    z-index: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tabs__item-button {
    min-width: 166px;
  }

  .tabs__item-button + .tabs__item-button {
    margin-top: 0;
    margin-left: 3px;
  }

  .tabs__item-container {
    border-top: 0;
  }

  .tabs__item-container.active {
    margin-top: -41px;
  }

}

.filter {
  position: relative;
}

.filter__header {
  text-align: center;
  background-color: #f7f7f7;
  color: #6d7992;
  font-weight: 400;
  font-size: 18px;
  line-height: 2.22;
}

.filter__header-title {
  padding: 16px 0 19px;
  font-size: 18px;
  line-height: 1.28;
  margin: 0;
}

.filter__toggle {
  background-color: #172128;
  display: block;
  width: 100%;
  padding: 11px 0 11px;
}

.no-touch .filter__toggle:hover {
  background-color: #1dc2a3;
}

.no-touch .filter__toggle:hover span {
  color: #23242a;
}

.no-touch .filter__toggle:hover svg {
  fill: #23242a;
}

.filter__toggle span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: none;
}

.filter__toggle svg {
  width: 19px;
  height: 9px;
  fill: #00e0b5;
  -webkit-transition: stroke 0.4s, -webkit-transform 0.4s;
  transition: stroke 0.4s, -webkit-transform 0.4s;
  transition: stroke 0.4s, transform 0.4s;
  transition: stroke 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.filter__content {
  background-color: #23242a;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.36);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 4% 40px;
  position: absolute;
  top: 100%;
  left: -100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.4s, opacity 0.4s, left 0s ease 0.4s;
  transition: visibility 0.4s, opacity 0.4s, left 0s ease 0.4s;
  pointer-events: none;
  z-index: 1;
  overflow-y: auto;
}

.filter.active .filter__content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  left: 0;
  -webkit-transition: visibility 0.4s, opacity 0.4s, left 0s;
  transition: visibility 0.4s, opacity 0.4s, left 0s;
}

.filter__sorting {
  width: 100%;
  padding: 25px 0;
}

.filter__sorting:first-child {
  padding-top: 0;
}

.filter__sorting + .filter__sorting {
  border-top: 2px solid #2d2e36;
}

.filter__sorting-clear {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.filter__sorting--reports {
  display: none;
}

.filter__sorting-title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}

.filter__sorting-archive-link {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  margin-left: 1em;
  color: #00e0b5;
  text-shadow: 1px 1px 0 #23242a, -1px 1px 0 #23242a, 0 1px 0 #23242a, -1px 0 0 #23242a, 1px 0 0 #23242a;
  -webkit-transition: color 0.4s, box-shadow 0.4s;
  transition: color 0.4s, box-shadow 0.4s;
}

.no-touch .filter__sorting-archive-link:hover {
  color: #00e0b5;
  box-shadow: inset 0 -1px #23242a, inset 0 -2px #00e0b5;
}

.filter__working-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter__working-groups-button {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  width: calc(50% - 7px);
  margin-top: 30px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.filter__working-groups-button > span {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter__working-groups-button span {
  color: inherit;
}

.filter__working-groups-button.active, .no-touch .filter__working-groups-button:hover {
  color: #00e0b5;
}

.filter__working-groups-button img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  vertical-align: middle;
  margin-right: 7px;
  max-width: 60px;
  max-height: 60px;
  width: 48px;
}

.filter__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.filter__checkbox {
  padding: 10px 0;
  color: #ededed;
  font-size: 14px;
  font-weight: 400;
  width: 50%;
  text-align: left;
}

.filter__checkbox > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter__checkbox > span span:first-child {
  text-align: right;
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  border: 1px solid #383940;
  background-color: rgba(255, 254, 255, 0.08);
  line-height: 1;
  font-size: 0.1px;
  position: relative;
  margin-right: 7px;
}

.filter__checkbox svg {
  margin: -1px -3px 0 0;
  width: 15px;
  height: 12px;
  fill: #00e0b5;
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.filter__checkbox.active svg {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.filter__submit {
  color: #000000;
  background: #00e0b5;
  border: 2px solid #00e0b5;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  width: 190px;
  margin: 5px auto;
}

.filter__submit:hover {
  color: #fff;
  border-color: #fff;
}

.filter__clear {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 0;
  /*@at-root {
      .no-touch &:hover {
        span {
          color: #00e0b5;
        }

      }

    }
*/
}

.filter__clear span {
  box-shadow: inset 0 -1px #23242a, inset 0 -2px currentColor;
}

.filter__clear:hover span {
  color: #00e0b5;
}

.filter__clear span {
  text-shadow: 1px 1px 0 #23242a, -1px 1px 0 #23242a, 0 1px 0 #23242a, -1px 0 0 #23242a, 1px 0 0 #23242a;
  -webkit-transition: color 0.4s, box-shadow 0.4s;
  transition: color 0.4s, box-shadow 0.4s;
}

.filter__close {
  display: inline-block;
  color: #cecece;
  font-size: 16px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  background-color: #000000;
  padding: 7px 14px;
  border: 2px solid #00e0b5;
  -webkit-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}

.filter__close:hover {
  background-color: transparent;
  color: #00e0b5;
}

.filter__close-wrapper {
  text-align: center;
  width: 100%;
}

.filter__results {
  display: block;
}

.filter__header{
  background-color: #00e0b5;
  color: #000000;
}

.filter__header-content {
  padding: 25px 0;
}

.filter__header-content svg {
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}

.filter__sort {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
}

.filter__sort > li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}

.filter__sort > li:hover > span {
  color: #1dc2a3;
}

.filter__sort > li:hover svg {
  fill: #1dc2a3;
}

.filter__sort-options {
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-transition: visibility 0.4s, opacity 0.4s;
  transition: visibility 0.4s, opacity 0.4s;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  left: 0;
  right: -6px;
}

.filter__sort-options a {
  display: block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-color: #f7f7f7;
  padding: 4px 30px 10px;
  text-align: right;
}

.filter__sort-options a:hover {
  color: #1dc2a3;
}

.filter__sort > li:hover .filter__sort-options {
  opacity: 1;
  visibility: visible;
}

.filter__more {
  display: inline-block;
}

.filter__more:hover {
  color: #1dc2a3;
}

.filter__more:hover svg {
  fill: #1dc2a3;
}

.filter.active .filter__more {
  color: #ffffff;
}

.filter.active .filter__more svg {
  fill: #ffffff;
}

.filter__arrow {
  width: 13px;
  height: 7px;
  /* fill: #6f7990; */
  fill: #000000;
  margin-left: 10px;
  vertical-align: middle;
}

.filter__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filter__search input {
  color: inherit;
  font-size: inherit;
  height: 40px;
  background: transparent;
  border: none;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  width: 65px;
}

.filter__search input::-webkit-input-placeholder {
  color: currentColor;
}

.filter__search input::-moz-placeholder {
  color: currentColor;
}

.filter__search input:-ms-input-placeholder {
  color: currentColor;
}

.filter__search input:-moz-placeholder {
  color: currentColor;
}

.filter__search input:focus, .filter__search input.filled {
  width: 200px;
}

.filter__search-button {
  height: 40px;
  padding: 0 12px;
  cursor: pointer;
}

.filter__search-button:hover svg {
  fill: #00e0b5;
}

.filter__search-button svg {
  width: 15px;
  height: 15px;
  fill: #000000;
}

@media screen and (min-width: 375px) {
  .filter__working-groups-button {
    font-size: 14px;
  }

  .filter__working-groups-button img {
    width: 60px;
  }

  .filter__sort {
    display: inline-block;
  }

  .filter__more {
    margin-left: 39px;
    position: relative;
    display: inline-block;
  }

  .filter__more:before {
    display: block;
    content: '';
    width: 3px;
    height: 27px;
    background-color: #02c19c;
    position: absolute;
    top: 6.5px;
    left: -21px;
  }

}

@media screen and (max-width: 767px) {
  .fixed .filter {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }

  .fixed .filter:not(.active).hidden {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

}

@media screen and (min-width: 768px) {
  .filter__header-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    padding: 21px 0 21px;
  }

  .filter__content {
    padding: 40px 2.8645833333% 60px;
  }

  .filter__sorting {
    margin: 0;
    border: none;
    padding: 0;
    width: auto;
  }

  .filter__sorting + .filter__sorting {
    border: none;
  }

  .filter__sorting:nth-child(1) {
    width: 56.6123188406%;
    padding-right: 0;
  }

  .filter__sorting--checkboxes.filter__sorting--checkboxes {
    width: 43.308423913%;
    padding-left: 22px;
    padding-right: 18px;
    border-left: 2px solid #2d2e36;
    border-right: none;
    position: relative;
    padding-bottom: 54px;
  }

  .filter__sorting--reports.filter__sorting--reports {
    display: block;
    margin-top: 38px;
    padding-top: 20px;
    border-top: 2px solid #2d2e36;
    position: relative;
    width: 100%;
  }

  .filter__sorting-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 110px;
    bottom: 15px;
    margin-top: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }

  .filter__working-groups-button {
    width: 50%;
    padding-right: 20px;
  }

  .filter__working-groups-button img {
    margin-right: 15px;
  }

  .filter__checkboxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -20px;
  }

  .filter__checkbox {
    width: auto;
    margin-left: 25px;
  }

  .filter__submit {
    width: 130px;
    margin: 0 0 0 20px;
  }

  .filter__clear {
    margin: 0;
    padding: 9px 0;
  }

  .filter__reports {
    height: 124px;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 510px;
    -webkit-overflow-scrolling: touch;
  }

  .filter__reports-nav {
    position: absolute;
    left: 561px;
    top: 88px;
  }

  .filter__reports-nav svg {
    stroke: #0e947d;
    height: 45px;
    width: 24px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: stroke 0.4s;
    transition: stroke 0.4s;
  }

  .filter__reports-nav:hover svg {
    stroke: #00e0b5;
  }

  .is-touch .filter__reports {
    overflow-x: auto;
  }

  .filter__report {
    height: 124px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid transparent;
    -webkit-transition: border-color 0.4s;
    transition: border-color 0.4s;
    margin-right: 14px;
  }

  .filter__report img {
    max-height: 100%;
  }

  .filter__report:hover {
    border: 1px solid #00e0b5;
  }

  .filter__results {
    display: inline-block;
    margin-right: 10px;
  }

  .filter__search {
    display: inline-block;
    float: right;
    margin-right: -12px;
  }

  .filter__header-content {
    width: 92.1875%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .filter__close {
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: -2px;
  }

  .filter__close-wrapper {
    position: relative;
  }

}

@media screen and (min-width: 1024px) {
  .filter {
    /*&__close {
      display: none;
    }
*/
  }

  .filter__content {
    margin-top: 0;
    padding: 40px calc(50% - 450px) 30px;
  }

  .filter__header-title {
    padding: 14px 0 16px;
    font-size: 25px;
    line-height: 1.6;
  }

  .filter__sorting:nth-child(1) {
    width: 480px;
  }

  .filter__sorting--checkboxes.filter__sorting--checkboxes {
    width: 420px;
  }

  .filter__reports {
    width: 714px;
  }

  .filter__reports-nav {
    left: 744px;
  }

  .filter__submit {
    width: 170px;
  }

  .filter__header {
    position: relative;
  }

  .filter__toggle {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    left: auto;
    width: 82px;
    padding: 10px 0 0;
    line-height: 1;
  }

  .filter__toggle span:nth-child(1) {
    display: block;
  }

  .filter__toggle svg {
    margin-top: 8px;
  }

  .filter.active .filter__toggle span:nth-child(1) {
    display: none;
  }

  .filter.active .filter__toggle span:nth-child(2) {
    display: block;
  }

  .filter.active .filter__toggle svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .filter__header-content {
    width: 880px;
  }

}

.posts {
  background-color: #f7f7f7;
  text-align: center;
  padding-bottom: 70px;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  padding-top: 30px;
}

.posts--filter {
  padding-top: 0;
}

.posts.loading {
  opacity: 0.25;
}

.posts__tiles {
  /* max-width: 880px;  <= old style*/
  margin-left: auto;
  margin-right: auto;
}

.posts__tiles--no-results {
  color: #60687d;
  text-align: center;
  padding-top: 70px;
}

.posts__tile {
  text-align: left;
  background-color: #fff;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 425px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.posts__tile + .posts__tile {
  margin-top: 25px;
}

.posts__tile--green {
  background-color: #9a9f0e;
}

.posts__link {
  position: relative;
  display: block;
  padding: 20px 15px 52px;
  min-height: 280px;
}

.posts__icon {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  background-color: #00e0b5;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.posts__icon img {
  max-width: 62.5%;
  max-height: 62.5%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.posts__link:hover .posts__icon {
  background-color: #1dc3a3;
}

.posts__tile--red .posts__icon {
  background-color: #fa574a;
}

.posts__tile--red .posts__link:hover .posts__icon {
  background-color: #ff2f1f;
}

.posts__tile--steel .posts__icon {
  background-color: #6f7990;
}

.posts__tile--steel .posts__link:hover .posts__icon {
  background-color: #424a5e;
}

.posts__tile--green .posts__icon {
  background-color: #fff;
}

.posts__tile--green .posts__link:hover .posts__icon {
  background-color: #fff;
}

.posts__type {
  background-color: #172129;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.33px;
  padding: 2px 15px 3px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.posts__tile--no-image .posts__type {
  position: relative;
}

.posts__tile--red .posts__type {
  background-color: #fa574a;
}

.posts__tile--steel .posts__type {
  background-color: #6f7990;
}

.posts__tile--green .posts__type {
  background-color: #00e0b5;
}

.posts__title {
  color: #172129;
  font-size: 26px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.27;
  margin-top: 16px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.posts__link:hover .posts__title {
  color: #00e0b5;
}

.posts__tile--red .posts__link:hover .posts__title {
  color: #ff2f1f;
}

.posts__tile--steel .posts__link:hover .posts__title {
  color: #6f7990;
}

.posts__tile--green .posts__title {
  color: #fff;
  font-size: 26px;
}

.posts__tile--green .posts__link:hover .posts__title {
  color: #fff;
}

.posts__author {
  color: #33343a;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.43;
  margin-top: 20px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.posts__author u {
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  -webkit-transition: color 0.4s, box-shadow 0.4s;
  transition: color 0.4s, box-shadow 0.4s;
  box-shadow: inset 0 -1px #fff, inset 0 -2px currentColor;
}

.posts__tile--green .posts__author {
  color: #fff;
}

.posts__keypoints {
  margin-top: 25px;
  display: none;
}

.posts__keypoints-title {
  color: #1dc2a3;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.43;
  text-transform: uppercase;
}

.posts__keypoints-text {
  color: #60687d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
}

.posts__tile--red .posts__keypoints-title {
  color: #fa574a;
}

.posts__tile--steel .posts__keypoints-title {
  color: #60687d;
}

.posts__tile--green .posts__keypoints-title,
.posts__tile--green .posts__keypoints-text {
  color: #fff;
}

.posts__footer {
  position: absolute;
  left: 35px;
  bottom: 18px;
  color: #6f7990;
  font-size: 14px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.43;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.posts__tile--green .posts__footer {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.posts__tile--green .posts__link:hover .posts__footer {
  color: #ecf402;
}

.posts__share {
  position: absolute;
  right: 0;
  bottom: 0;
}

.posts__share-button {
  width: 45px;
  height: 45px;
  background-color: #00e0b5;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  margin-left: 2px;
  float: left;
}

.posts__share-button svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}

.posts__share-button:hover {
  background-color: #1dc3a3;
}

.posts__tile--red .posts__share-button {
  background-color: #fa574a;
}

.posts__tile--red .posts__share-button:hover {
  background-color: #ff2f1f;
}

.posts__tile--steel .posts__share-button {
  background-color: #6f7990;
}

.posts__tile--steel .posts__share-button:hover {
  background-color: #414a5e;
}

.posts__tile--green .posts__share-button {
  background-color: rgba(255, 255, 255, 0.4);
}

.posts__tile--green .posts__share-button svg {
  fill: #fff;
}

.posts__tile--green .posts__share-button:hover {
  background-color: #fff;
}

.posts__tile--green .posts__share-button:hover svg {
  fill: #9a9f0f;
}

.posts__load {
  margin: 46px auto 0;
  min-width: 150px;
  font-size: 12px;
  letter-spacing: 1px;
}

.posts__image {
  position: relative;
  padding-bottom: 56.25%;
  margin: 10px;
  background: no-repeat center center;
  background-size: cover;
}

.posts__tile--no-image .posts__image {
  padding-bottom: 0;
}

.posts__date {
  color: #a4a6ab;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
}

@media screen and (min-width: 768px) {
  .posts {
    padding-bottom: 41px;
  }

  .posts__keypoints {
    display: block;
  }

  .posts__tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 92.1875%;
  }

  .posts__tiles--no-results {
    display: block;
    padding-top: 41px;
  }

  .posts__tile {
    width: 100%;
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .posts__load {
    margin-top: 46px;
  }

  .posts__image {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
  }

  .posts__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: calc(50% - 20px);
  }

  .posts__link {
    padding: 30px 25px 60px 15px;
    min-height: 320px;
  }

}

@media screen and (min-width: 1024px) {
  .posts {
    padding-bottom: 78px;
  }

  .posts__tiles {
    width: 880px;
    padding-top: 30px;
  }

  .posts__tiles--no-results {
    padding-top: 78px;
  }

  .posts__link {
    min-height: 420px;
    padding: 30px 25px 70px 15px;
  }

  .posts__title {
    font-size: 26px;
  }

  .posts__footer {
    font-size: 14px;
  }

  .posts__icon {
    top: 12px;
    left: 12px;
    width: 32px;
    height: 32px;
  }

  .posts__share-button {
    width: 56px;
    height: 56px;
  }

  .posts__load {
    margin-top: 70px;
  }

}

.blog-post {
  padding: 30px 0 40px;
}
/* change */
.blog-post__container {
  /* max-width: 865px; */
  max-width: 1119px;
}

.blog-post__print {
  color: #6f7990;
  font-size: 14px;
  font-weight: 400;
}

.blog-post__print svg {
  fill: #a4a6ab;
  width: 13px;
  height: 14px;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}

.blog-post__print svg, .blog-post__print img {
  vertical-align: -15%;
  margin-right: 4px;
}

.no-touch .blog-post__print a:hover {
  color: #1dc2a3;
}

.no-touch .blog-post__print a:hover svg {
  fill: #1dc2a3;
}

.blog-post__headline {
  color: #1dc2a3;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.27;
  margin-top: 24px;
}

.blog-post__date {
  color: #6f7990;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  margin-top: 0;
}

.blog-post__text {
  color: #172129;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.69;
  margin-top: 40px;
}

.blog-post__text table {
  width: 100%;
}

.blog-post__download {
  margin-top: 40px;
}

.blog-post__download-button {
  min-width: 170px;
  text-align: center;
}

.blog-post__share {
  margin-top: 60px;
  margin-top: 50px;
}

.blog-post__quotes {
  margin-top: 45px;
}

.blog-post__quotes-title {
  color: #60687d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 27px;
  margin-top: 0;
}

.blog-post__quote {
  background-color: #172129;
  padding: 32px 32px 70px;
  color: #fff;
  position: relative;
}

.blog-post__quote + .blog-post__quote {
  margin-top: 17px;
}

.blog-post__quote-title {
  color: #00e0b5;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

.blog-post__quote-text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  margin: 17px 0 0;
}

.blog-post__quote-footer {
  position: absolute;
  bottom: 9px;
  left: 32px;
  color: #00e0b5;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.29;
}

.blog-post__quote-share {
  position: absolute;
  bottom: 0;
  right: 0;
}

.blog-post__quote-share-button {
  width: 38px;
  height: 38px;
  background-color: #00e0b5;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  margin-left: 2px;
  float: left;
}

.blog-post__quote-share-button:hover {
  background-color: #1dc3a3;
}

.blog-post__quote-share-button svg {
  fill: #fff;
  width: 19px;
  height: 19px;
}

.blog-post__sidebar {
  margin-top: 45px;
}

@media screen and (min-width: 768px) {
  .blog-post__container:after {
    display: block;
    content: '';
    clear: both;
    text-indent: -99999px;
    font-size: 0.1px;
    line-height: 0.1;
  }

  .blog-post__content {
    width: 65.8959537572%;
    float: left;
  }

  .blog-post__quotes {
    width: 28.323699422%;
    float: right;
    margin-top: 24px;
  }

  .blog-post__quotes-title {
    font-size: 12px;
    letter-spacing: 0;
  }

  .blog-post__quote {
    margin-top: 20px;
    padding: 25px 25px 60px;
  }

  .blog-post__quote + .blog-post__quote {
    margin-top: 15px;
  }

  .blog-post__quote-title {
    font-size: 12px;
  }

  .blog-post__quote-text {
    font-size: 18px;
    line-height: 1.17;
    margin-top: 17px;
  }

  .blog-post__quote-footer {
    font-size: 12px;
  }

  .blog-post__sidebar {
    width: 28.323699422%;
    float: right;
    margin-top: 0;
  }

}

@media screen and (min-width: 1024px) {
  .blog-post {
    padding: 30px 0 80px;
  }

  .blog-post__content {
    width: 700px;
  }

  .blog-post__quotes {
    width: 288px;
  }

  .blog-post__quotes-title {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .blog-post__quote {
    margin-top: 27px;
    padding: 32px 32px 70px;
    min-height: 318px;
  }

  .blog-post__quote + .blog-post__quote {
    margin-top: 17px;
  }

  .blog-post__quote-title {
    font-size: 14px;
  }

  .blog-post__quote-text {
    font-size: 20px;
    line-height: 1.35;
    margin-top: 17px;
  }

  .blog-post__quote-footer {
    font-size: 14px;
  }

  .blog-post__share {
    margin-top: 64px;
  }

  .blog-post__sidebar {
    width: 325px;
  }

}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 244px;
}

.share__button {
  width: calc(50% - 2px);
  color: white;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1.2;
  background-color: #008aff;
  padding: 7px 10px;
  margin-top: 4px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  max-width: 120px;
}

.share__button--facebook {
  background-color: #1b629e;
}

.share__button--linkedin {
  background-color: #007dbb;
}

.share__button--twitter {
  background-color: #00c7f6;
}

.share__button > * {
  display: block;
  position: relative;
  width: 100%;
  height: 12px;
}

.share__button svg {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0;
  fill: #fff;
}

.share__button:hover {
  color: #fff;
}

.no-touch .share__button:hover {
  background-color: #006ecc;
}

.no-touch .share__button--facebook:hover {
  background-color: #144772;
}

.no-touch .share__button--linkedin:hover {
  background-color: #005b88;
}

.no-touch .share__button--twitter:hover {
  background-color: #009ec3;
}

@media screen and (min-width: 768px) {
  .share {
    max-width: 560px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .share__button {
    width: auto;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .share__button + .share__button {
    margin-left: 4px;
  }

}

.content {
  text-align: center;
}

.content__container {
  border-top: 2px solid #ececec;
  border-bottom: 2px solid #ececec;
  padding-top: 60px;
  padding-bottom: 60px;
}

.content__title {
  color: #60687d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 750px;
}

.content__subtitle {
  color: #1dc2a3;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.27;
  margin: 19px auto 0;
  max-width: 750px;
}

.content__link {
  color: #33343a;
  font-size: 14px;
  font-weight: 400;
  margin: 28px auto 0;
}

.content__link a {
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  -webkit-transition: color 0.4s, box-shadow 0.4s;
  transition: color 0.4s, box-shadow 0.4s;
  box-shadow: inset 0 -1px #fff, inset 0 -2px #33343a;
}

.content__link a:hover {
  color: #00e0b5;
  box-shadow: inset 0 -1px #fff, inset 0 -2px #00e0b5;
}

.content__text {
  color: #60687d;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.33;
  text-align: left;
}

.content__text--big {
  margin-top: 26px;
  max-width: 100%;
}

.content__text--columns {
  margin-top: 50px;
}

.content__text--columns + .content__text--big {
  margin-top: 37px;
}

.content__button {
  min-width: 170px;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .content__text--columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .content__text-column {
    width: 42.1383647799%;
  }

}

.accordion {
  text-align: center;
}

.accordion__container {
  border-top: 2px solid #ececec;
  border-bottom: 2px solid #ececec;
  padding: 54px 0;
}

.accordion__title {
  color: #60687d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.accordion__items {
  list-style: none;
  padding: 0;
  margin: 19px 0 0 0;
}

.accordion__item {
  text-align: left;
  position: relative;
}

.accordion__item + .accordion__item {
  border-top: 2px solid #ececec;
}

.accordion__item.active .accordion__item-title span:after {
  opacity: 0;
}

.accordion__item-title {
  color: #1dc2a3;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.15;
  padding: 16px 0 16px;
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  text-align: left;
}

.no-touch .accordion__item-title:hover {
  color: #23242a;
}

.no-touch .accordion__item-title:hover span:after, .no-touch .accordion__item-title:hover span:before {
  background-color: #23242a;
}

.accordion__item-title span {
  display: block;
  position: relative;
  padding-right: 20px;
}

.accordion__item-title span:before, .accordion__item-title span:after {
  position: absolute;
  top: 0.5em;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #1dc2a3;
  -webkit-transition: opacity 0.4s, background-color 0.4s;
  transition: opacity 0.4s, background-color 0.4s;
  display: block;
  content: '';
}

.accordion__item-title span:after {
  width: 2px;
  height: 14px;
  right: 6px;
}

.accordion__item-title span:before {
  width: 14px;
  height: 2px;
  right: 0;
}

.accordion__item-text {
  padding-top: 14px;
  padding-bottom: 26px;
  color: #60687d;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.33;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
  max-width: 690px;
}

.accordion__item.active .accordion__item-text {
  opacity: 1;
  position: relative;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}

@media screen and (min-width: 768px) {
  .accordion__item-title {
    font-size: 22px;
  }

}

@media screen and (min-width: 1024px) {
  .accordion__item-title {
    font-size: 26px;
  }

}

.popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
}

.popup.hidden {
  opacity: 0;
  visibility: hidden;
}

.popup__content {
  margin: 0 auto auto auto;
  width: 600px;
  max-width: 90%;
  padding: 60px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #1dc2a3;
}

.popup__content > * {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.popup__content > .popup__content-background {
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.2;
}

.popup__close {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: auto auto 15px auto;
  letter-spacing: 1px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.popup__close:hover .popup__close-icon {
  fill: currentColor;
}

.popup__close:hover .popup__close-icon-wrapper {
  border-color: currentColor;
}

.popup__close-icon {
  width: 8px;
  height: 8px;
  fill: #fff;
  vertical-align: top;
  margin-top: 7px;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}

.popup__close-icon-wrapper {
  width: 24px;
  height: 24px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 4px;
  vertical-align: top;
  -webkit-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

.popup__title {
  margin-top: 0;
  color: #121315;
}

.popup__text {
  color: #fff;
  margin-top: 15px;
}

.popup__link {
  margin-top: 40px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  min-width: 170px;
  padding: 10px 13px 10px 13px;
  line-height: 1;
  display: inline-block;
}

.popup__link:hover {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .popup__content {
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: calc(100vh - 60px);
  }

  .popup__title {
    font-size: 43px;
  }

}

@media screen and (min-height: 540px) {
  .popup__content {
    min-height: 500px;
  }

}

.weekly h3{
  margin-bottom: 20px;
}
.weekly h3.title a{
  color: #1dc2a3;
  font-weight: 400;
  line-height: 1.35;
  display:block;
  font-size: 16px;
}
.weekly .title a:hover{
  color: #000000;
}

.weekly .text{
  color: #6f7990;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
}

.blog-page-section-title{
  text-align:center;
  display: block;
  margin-bottom: 30px;
}

.hidden-section{
  display:none !important;
}

.sticky-sidebar{
  width: 330px;
  height: 100%;
  position: relative;
  background: none;
  overflow: hidden;
  padding: 0 30px 30px 30px;
  float: left;
  margin-top: 120px;
}
.sticky-sidebar .block{
  background: none;
  padding-top: 0;
  width: 100%;
}
.sticky-sidebar .related__items{
  display: block;
  overflow: hidden;
}
.sticky-sidebar .related__item{
  padding:5px 0 10px 0;
}
.sticky-sidebar .related__item + .related__item{
  border-left: none;
}
.sticky-sidebar .weekly h3{
  font-size: 17px;
  margin:0;
}
.sticky-sidebar .weekly h3.title a{
  margin-bottom: 0;
  padding-bottom: 0;
  color: #1dc2a3;
}
.sticky-sidebar .weekly h3.title.weekly-title a{
  line-height: 90%;
}
.sticky-sidebar .weekly h3.title a:hover{
  color: #000000;
}
.sticky-sidebar .blog-page-section-title{
  margin-bottom: 12px;
  text-align: left;
  font-weight: bold;
}
.sticky-sidebar h2.featured{
  font-size: 30px;
  margin-bottom: 15px;
  padding-bottom: 40px;
  margin-top: 0;
}
.sticky-sidebar h2{
  font-size: 18px;
}
.sticky-sidebar .block--border-bottom{
  border-bottom: 2px solid #eeeeee;
}
.sticky-sidebar .block--border-top{
  border-top: 2px solid #eeeeee;
  margin-top: 30px;
}
.sticky-sidebar .related__item-title{
  color: #1dc2a3;
  font-size: 17px;
  min-height: auto;
}
.sticky-sidebar .related__item-author{
  border-top: 2px solid #eeeeee;
}
.sticky-sidebar::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.sticky-sidebar::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}
.sticky-sidebar::-webkit-scrollbar-thumb{
	background-color: #000000;
	border: 2px solid #555555;
}
.sidebar-spacer{
  height: 20px;
  clear: both;
}


/* sidebar dropdown */
.sticky-sidebar .dropdown {
  position: relative;
  display: block;
  transform: translateY(-2em);
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 10px;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 10px;
}
.sticky-sidebar .dropdown > a{
  color: #1dc2a3;
  font-size: 19px;
}
.sticky-sidebar .dropdown a:hover{
  color: #000000;
}
.sticky-sidebar .dropdown:hover{
  border-bottom: 2px solid #eeeeee;
  transform: translateY(-2em);
  transition: all 0.5s ease-in-out 0.5s;
  background:none;
}
.sticky-sidebar .dropdown-content {
  display: none;
  position: relative;
  padding-top: 10px;
  min-width: 160px;
  padding: 12px 16px;
  transform: translateY(-2em);
  transition: all 0.5s ease-in-out 0.5s;
}
.sticky-sidebar .dropdown-content a{
  font-size: 16px;
}
.sticky-sidebar .dropdown:hover .dropdown-content {
  display: block;
  transform: translateY(0%);
 transition-delay: 0s, 0s, 0.3s;
 transition: all 0.5s ease-in-out 0.5s;

}


.page-template-template-blog .main-wrapper{position: relative;}

@media screen and (min-width: 1024px){
  .page-template-template-blog .main-wrapper .posts .posts__tiles{
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }
}
.sticky-sidebar a.view-all{
  font-size: 14px;
  color: #000000;
  margin-top: -10px;
}
.blog-page-section-title a{color: #000000}
.sticky-sidebar a.view-all:hover, .blog-page-section-title a:hover{
  color: #1dc2a3;
}
.block.intro{
  width: 60%;
  text-align: center;
  margin-left: 20%;
  margin-right: 20%;
}
.block.related.intro p{
  font-size: 19px;
}

/* New */
.osd-sms-wrapper{
  padding-top: 0;
  border-top: none;
  margin: 50px 0 0 0;
  width: 50px;
  position: fixed;
}
/* New */
.osd-sms-title{
  float: left;
  font-size: 14px;
  margin-right: 20px;
  margin-top: -5px;
  color: #6f7990;
}
/* New */
.osd-sms-icon-button, .osd-sms-text-button{
  margin-right: 0;
  margin-bottom: 5px;
}
/* New */
.osd-sms-icon-button:nth-of-type(n+3),
.osd-sms-text-button:nth-of-type(n+3){
  margin-left: 0;
}
/* New */
.tax-box{
  background-color: #282929;
  padding: 80px 30px;
  margin-top: 50px;
  clear: both;
  width: calc(100% - 25px);
  overflow: hidden;
  position: relative;
}
.tax-box:before{
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 50%;
  -webkit-transform: skewX(-16deg);
  transform: skewX(-16deg);
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.tax-box:before{
  background-color: #383838;
}

.compendium-box{
  background-color: #5f687d;
  padding: 80px 30px;
  margin-top: 30px;
  clear: both;
  width: calc(100% - 25px);
  overflow: hidden;
  position: relative;
}
.compendium-box:before{
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 50%;
  -webkit-transform: skewX(-16deg);
  transform: skewX(-16deg);
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.compendium-box:before{
  background-color: #7b869f;
}

/* New - social icons */

@media screen and (max-width: 1024px) {
	ul.social {
		display:none !important;
	}
}

ul.social{
  list-style: none;
  display: block;
  width: 380px;
  margin: auto;
  margin-right:70px !important;
  overflow: hidden;
}
ul.social li{
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: center center;
  text-indent: -99999px;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
}
ul.social li:hover{
  opacity: 0.8;
}
ul.social li.tw{
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5NiA5NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgOTYgOTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNURBOUREO30KCS5zdDF7ZmlsbDojRkRGRUZGO30KPC9zdHlsZT4KPGcgaWQ9IlhNTElEXzFfIj4KCTxwYXRoIGlkPSJYTUxJRF84XyIgY2xhc3M9InN0MCIgZD0iTTQ4LjYsMTMuOWMtMjAuNiwwLTM3LjIsMTYuNy0zNy4yLDM3LjJzMTYuNywzNy4zLDM3LjIsMzcuM3MzNy4yLTE2LjcsMzcuMi0zNy4zCgkJUzY5LjIsMTMuOSw0OC42LDEzLjl6Ii8+CjwvZz4KPHBhdGggY2xhc3M9InN0MSIgZD0iTTY5LjEsNDEuM2MtMS4xLDEuNi0yLjQsMi45LTMuOSw0YzAsMC4yLDAsMC42LDAsMWMwLDIuMS0wLjMsNC4xLTAuOSw2LjJzLTEuNSw0LTIuOCw1LjkKCWMtMS4yLDEuOS0yLjcsMy42LTQuNCw1cy0zLjgsMi42LTYuMiwzLjVjLTIuNCwwLjktNSwxLjMtNy43LDEuM2MtNC4zLDAtOC4zLTEuMi0xMS45LTMuNWMwLjYsMC4xLDEuMiwwLjEsMS45LDAuMQoJYzMuNiwwLDYuOC0xLjEsOS42LTMuM2MtMS43LDAtMy4yLTAuNS00LjUtMS41Yy0xLjMtMS0yLjItMi4zLTIuNy0zLjhjMC41LDAuMSwxLDAuMSwxLjUsMC4xYzAuNywwLDEuNC0wLjEsMi0wLjMKCWMtMS44LTAuNC0zLjMtMS4zLTQuNC0yLjdjLTEuMi0xLjQtMS44LTMtMS44LTQuOXYtMC4xYzEuMSwwLjYsMi4yLDAuOSwzLjUsMWMtMS4xLTAuNy0xLjktMS42LTIuNS0yLjdjLTAuNi0xLjEtMC45LTIuNC0wLjktMy43CgljMC0xLjQsMC40LTIuNywxLjEtMy45YzEuOSwyLjQsNC4zLDQuMyw3LDUuN2MyLjgsMS40LDUuNywyLjIsOC45LDIuNGMtMC4xLTAuNi0wLjItMS4yLTAuMi0xLjhjMC0yLjEsMC44LTQsMi4zLTUuNQoJczMuMy0yLjMsNS41LTIuM2MyLjIsMCw0LjEsMC44LDUuNiwyLjRjMS43LTAuMywzLjQtMSw0LjktMS45Yy0wLjYsMS44LTEuNywzLjMtMy40LDQuM0M2Ni4yLDQyLjMsNjcuNiw0MS45LDY5LjEsNDEuM3oiLz4KPC9zdmc+Cg==");
}
ul.social li.fb{
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5NiA5NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgOTYgOTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMTg3N0YyO30KCS5zdDF7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNDguNiIgY3k9IjUxLjEiIHI9IjM3LjIiLz4KPHBhdGggY2xhc3M9InN0MSIgZD0iTTcwLjksMzYuMXY4LjdoLTUuMmMtMS45LDAtMy4yLDAuNC0zLjgsMS4ycy0xLDItMSwzLjZ2Ni4zaDkuN2wtMS4zLDkuOGgtOC40djI1LjFINTAuOFY2NS42aC04LjR2LTkuOGg4LjQKCXYtNy4yYzAtNC4xLDEuMS03LjMsMy40LTkuNWMyLjMtMi4zLDUuNC0zLjQsOS4yLTMuNEM2Ni42LDM1LjcsNjkuMiwzNS44LDcwLjksMzYuMXoiLz4KPC9zdmc+Cg==");
}
ul.social li.medium{
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5NiA5NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgOTYgOTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTcwLjksMzYuMXY4LjdoLTUuMmMtMS45LDAtMy4yLDAuNC0zLjgsMS4ycy0xLDItMSwzLjZ2Ni4zaDkuN2wtMS4zLDkuOGgtOC40djI1LjFINTAuOFY2NS42aC04LjR2LTkuOGg4LjQKCXYtNy4yYzAtNC4xLDEuMS03LjMsMy40LTkuNWMyLjMtMi4zLDUuNC0zLjQsOS4yLTMuNEM2Ni42LDM1LjcsNjkuMiwzNS44LDcwLjksMzYuMXoiLz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDguNSwxMy43Yy0yMC40LDAtMzcuMiwxNi43LTM3LjIsMzcuMlMyOCw4OCw0OC41LDg4czM3LjItMTYuNywzNy4yLTM3LjJTNjguOSwxMy43LDQ4LjUsMTMuN3oiLz4KCTwvZz4KPC9nPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02OS40LDM5LjVsLTEzLjUtNi43aC0wLjJsMCwwYy0wLjIsMC0wLjIsMC0wLjUsMC4ybC04LjEsMTMuMmw5LjMsMTQuOWwxMy4yLTIxLjQKCQlDNjkuNiwzOS43LDY5LjQsMzkuNSw2OS40LDM5LjV6Ii8+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjQyLjcsNDEuNiA0Mi43LDU2IDU1LjQsNjIuNSAJIi8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTYuNiw2Mi45bDExLjgsNS44YzAuNywwLjIsMS4yLDAsMS4yLTAuN1Y0Mkw1Ni42LDYyLjl6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDEuMywzOS41TDI5LDMzLjJMMjgsMzNoLTAuMmMtMC4yLTAuMi0wLjIsMC0wLjIsMHMtMC4yLDAuMi0wLjIsMC41djI4LjFjMCwwLjUsMC41LDEuMiwwLjcsMS4ybDEyLjEsNgoJCWMwLjIsMCwwLjIsMC4yLDAuNSwwLjJjMC41LDAsMC43LTAuMiwwLjctMC45VjM5LjdDNDEuNSwzOS43LDQxLjMsMzkuNSw0MS4zLDM5LjV6Ii8+CjwvZz4KPC9zdmc+Cg==");
}
ul.social li.linkedin{
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5NiA5NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgOTYgOTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMTI3NUIxO30KCS5zdDF7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGcgaWQ9IlhNTElEXzFfIj4KCTxwYXRoIGlkPSJYTUxJRF84XyIgY2xhc3M9InN0MCIgZD0iTTQ4LjYsMTMuOWMtMjAuNiwwLTM3LjIsMTYuNy0zNy4yLDM3LjJzMTYuNywzNy4zLDM3LjIsMzcuM3MzNy4yLTE2LjcsMzcuMi0zNy4zCgkJUzY5LjIsMTMuOSw0OC42LDEzLjl6Ii8+CjwvZz4KPHBhdGggY2xhc3M9InN0MSIgZD0iTTQwLjMsNDMuM3YyMy40aC03LjhWNDMuM0g0MC4zeiBNNDAuOCwzNi4xYzAsMS4xLTAuNCwyLjEtMS4yLDIuOWMtMC44LDAuOC0xLjksMS4yLTMuMiwxLjJoMAoJYy0xLjMsMC0yLjMtMC40LTMuMS0xLjJjLTAuOC0wLjgtMS4yLTEuNy0xLjItMi45YzAtMS4yLDAuNC0yLjEsMS4yLTIuOWMwLjgtMC44LDEuOS0xLjEsMy4yLTEuMWMxLjMsMCwyLjQsMC40LDMuMSwxLjEKCUM0MC40LDMzLjksNDAuOCwzNC45LDQwLjgsMzYuMXogTTY4LjMsNTMuM3YxMy40aC03LjhWNTQuMmMwLTEuNy0wLjMtMi45LTEtMy45cy0xLjYtMS40LTMtMS40Yy0xLDAtMS44LDAuMy0yLjUsMC44CgljLTAuNywwLjUtMS4yLDEuMi0xLjUsMmMtMC4yLDAuNS0wLjMsMS4xLTAuMywxLjl2MTMuMWgtNy44YzAtNi4zLDAtMTEuNCwwLTE1LjNzMC02LjIsMC03bDAtMS4xaDcuOHYzLjRoMGMwLjMtMC41LDAuNi0wLjksMS0xLjMKCWMwLjMtMC40LDAuOC0wLjgsMS4zLTEuMmMwLjYtMC40LDEuMi0wLjgsMi4xLTFjMC44LTAuMiwxLjctMC40LDIuNy0wLjRjMi43LDAsNC45LDAuOSw2LjUsMi43UzY4LjMsNDkuOCw2OC4zLDUzLjN6Ii8+Cjwvc3ZnPgo=");
}
ul.social li.whatsapp{
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzAwQTUwMDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNjAuMSwzMkMxMzguNiwzMiw0MC4xLDEyOS43LDQwLjEsMjUwLjJjMCw0MS4yLDExLjUsNzkuOCwzMS42LDExMi43YzAsMCw0MC4zLDU4LDgyLjEsNzguNAoJYzMzLjksMTYuMSw2Ny43LDI3LjEsMTA2LjMsMjcuMWMxMjEuNSwwLDIxOS45LTk3LjcsMjE5LjktMjE4LjJDNDgwLDEyOS43LDM4MS41LDMyLDI2MC4xLDMyeiBNMzY5LjQsMzMzLjEKCWMtNS4yLDEyLjgtMjguNiwyNC41LTM4LjksMjUuMWMtMTAuMywwLjUtMTAuNiw4LTY2LjgtMTYuNGMtNTYuMi0yNC40LTkwLjEtODMuOC05Mi43LTg3LjdjLTIuNy0zLjgtMjEuOC0zMS0yMC43LTU4LjUKCWMxLTI3LjQsMTYtNDAuMywyMS40LTQ1LjdjNS40LTUuNCwxMS41LTYuNCwxNS4yLTYuNGM0LjQtMC4xLDcuMy0wLjEsMTAuNiwwYzMuMywwLjEsOC4yLTAuNywxMi40LDEwLjZjNC4zLDExLjMsMTQuNCwzOS4yLDE1LjcsNDIKCWMxLjMsMi44LDIuMSw2LjEsMC4xLDkuOGMtMiwzLjctMyw1LjktNiw5LjFjLTIuOSwzLjEtNi4yLDctOC44LDkuNGMtMi45LDIuNy02LDUuNi0yLjksMTEuM2MzLjEsNS43LDEzLjcsMjQuNCwyOS44LDM5LjcKCWMyMC43LDE5LjgsMzguNiwyNi4zLDQ0LjEsMjkuM2M1LjUsMyw4LjgsMi43LDEyLjItMC45YzMuNC0zLjYsMTQuNi0xNS43LDE4LjYtMjEuMmM0LTUuNCw3LjctNC40LDEyLjctMi4zCgljNS4xLDIuMSwzMi4yLDE2LjYsMzcuNywxOS42YzUuNSwzLDkuMiw0LjUsMTAuNSw2LjlDMzc1LDMwOS4xLDM3NC42LDMyMC4zLDM2OS40LDMzMy4xTDM2OS40LDMzMy4xeiIvPgo8L3N2Zz4K");
  background-size: 48px 48px;
  background-position: center 4px;
}

ul.social li.yt{
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5NiA5NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgOTYgOTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojQ0UxMzEyO30KCS5zdDF7ZmlsbDojRkRGRUZGO30KPC9zdHlsZT4KPGcgaWQ9IlhNTElEXzFfIj4KCTxwYXRoIGlkPSJYTUxJRF84XyIgY2xhc3M9InN0MCIgZD0iTTQ4LjYsMTMuOWMtMjAuNiwwLTM3LjIsMTYuNy0zNy4yLDM3LjJzMTYuNywzNy4zLDM3LjIsMzcuM3MzNy4yLTE2LjcsMzcuMi0zNy4zCgkJUzY5LjIsMTMuOSw0OC42LDEzLjl6Ii8+CjwvZz4KPHBvbHlnb24gY2xhc3M9InN0MSIgcG9pbnRzPSIzOS45LDM4LjQgMzkuOSw2NC4zIDY2LjYsNTIuMiAiLz4KPC9zdmc+Cg==");
}

ul.social li a{
  display:block;
  height: 30px;
  width: 30px;
}

/* social media icons in header */
ul.social{
  margin:0 ;
  float: right;
  width: 120px;
  margin-top: -22px;
  position: relative;
  z-index: 1;
}
ul.social li{
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  margin-right: 0;
}
ul.social li.linkedin{
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5NiA5NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgOTYgOTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMjMyNDJBO30KCS5zdDF7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGcgaWQ9IlhNTElEXzFfIj4KCTxwYXRoIGlkPSJYTUxJRF84XyIgY2xhc3M9InN0MCIgZD0iTTQ4LjYsMTMuOWMtMjAuNiwwLTM3LjIsMTYuNy0zNy4yLDM3LjJzMTYuNywzNy4zLDM3LjIsMzcuM3MzNy4yLTE2LjcsMzcuMi0zNy4zCgkJUzY5LjIsMTMuOSw0OC42LDEzLjl6Ii8+CjwvZz4KPHBhdGggY2xhc3M9InN0MSIgZD0iTTQwLjMsNDMuM3YyMy40aC03LjhWNDMuM0g0MC4zeiBNNDAuOCwzNi4xYzAsMS4xLTAuNCwyLjEtMS4yLDIuOWMtMC44LDAuOC0xLjksMS4yLTMuMiwxLjJsMCwwCgljLTEuMywwLTIuMy0wLjQtMy4xLTEuMnMtMS4yLTEuNy0xLjItMi45czAuNC0yLjEsMS4yLTIuOWMwLjgtMC44LDEuOS0xLjEsMy4yLTEuMXMyLjQsMC40LDMuMSwxLjFDNDAuNCwzMy45LDQwLjgsMzQuOSw0MC44LDM2LjF6CgkgTTY4LjMsNTMuM3YxMy40aC03LjhWNTQuMmMwLTEuNy0wLjMtMi45LTEtMy45cy0xLjYtMS40LTMtMS40Yy0xLDAtMS44LDAuMy0yLjUsMC44cy0xLjIsMS4yLTEuNSwyYy0wLjIsMC41LTAuMywxLjEtMC4zLDEuOXYxMy4xCgloLTcuOGMwLTYuMywwLTExLjQsMC0xNS4zczAtNi4yLDAtN3YtMS4xaDcuOHYzLjRsMCwwYzAuMy0wLjUsMC42LTAuOSwxLTEuM2MwLjMtMC40LDAuOC0wLjgsMS4zLTEuMmMwLjYtMC40LDEuMi0wLjgsMi4xLTEKCWMwLjgtMC4yLDEuNy0wLjQsMi43LTAuNGMyLjcsMCw0LjksMC45LDYuNSwyLjdTNjguMyw0OS44LDY4LjMsNTMuM3oiLz4KPC9zdmc+Cg==");
}
ul.social li.fb{
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5NiA5NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgOTYgOTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMjMyNDJBO30KCS5zdDF7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNDguNiIgY3k9IjUxLjEiIHI9IjM3LjIiLz4KPHBhdGggY2xhc3M9InN0MSIgZD0iTTcwLjksMzYuMXY4LjdoLTUuMmMtMS45LDAtMy4yLDAuNC0zLjgsMS4ycy0xLDItMSwzLjZ2Ni4zaDkuN2wtMS4zLDkuOGgtOC40djI1LjFINTAuOFY2NS42aC04LjR2LTkuOGg4LjQKCXYtNy4yYzAtNC4xLDEuMS03LjMsMy40LTkuNWMyLjMtMi4zLDUuNC0zLjQsOS4yLTMuNEM2Ni42LDM1LjcsNjkuMiwzNS44LDcwLjksMzYuMXoiLz4KPC9zdmc+Cg==");
}
ul.social li.tw{
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5NiA5NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgOTYgOTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMjMyNDJBO30KCS5zdDF7ZmlsbDojRkRGRUZGO30KPC9zdHlsZT4KPGcgaWQ9IlhNTElEXzFfIj4KCTxwYXRoIGlkPSJYTUxJRF84XyIgY2xhc3M9InN0MCIgZD0iTTQ4LjYsMTMuOWMtMjAuNiwwLTM3LjIsMTYuNy0zNy4yLDM3LjJzMTYuNywzNy4zLDM3LjIsMzcuM3MzNy4yLTE2LjcsMzcuMi0zNy4zCgkJUzY5LjIsMTMuOSw0OC42LDEzLjl6Ii8+CjwvZz4KPHBhdGggY2xhc3M9InN0MSIgZD0iTTY5LjEsNDEuM2MtMS4xLDEuNi0yLjQsMi45LTMuOSw0YzAsMC4yLDAsMC42LDAsMWMwLDIuMS0wLjMsNC4xLTAuOSw2LjJzLTEuNSw0LTIuOCw1LjkKCWMtMS4yLDEuOS0yLjcsMy42LTQuNCw1cy0zLjgsMi42LTYuMiwzLjVzLTUsMS4zLTcuNywxLjNjLTQuMywwLTguMy0xLjItMTEuOS0zLjVjMC42LDAuMSwxLjIsMC4xLDEuOSwwLjFjMy42LDAsNi44LTEuMSw5LjYtMy4zCgljLTEuNywwLTMuMi0wLjUtNC41LTEuNXMtMi4yLTIuMy0yLjctMy44YzAuNSwwLjEsMSwwLjEsMS41LDAuMWMwLjcsMCwxLjQtMC4xLDItMC4zYy0xLjgtMC40LTMuMy0xLjMtNC40LTIuNwoJYy0xLjItMS40LTEuOC0zLTEuOC00Ljl2LTAuMWMxLjEsMC42LDIuMiwwLjksMy41LDFjLTEuMS0wLjctMS45LTEuNi0yLjUtMi43Yy0wLjYtMS4xLTAuOS0yLjQtMC45LTMuN2MwLTEuNCwwLjQtMi43LDEuMS0zLjkKCWMxLjksMi40LDQuMyw0LjMsNyw1LjdjMi44LDEuNCw1LjcsMi4yLDguOSwyLjRjLTAuMS0wLjYtMC4yLTEuMi0wLjItMS44YzAtMi4xLDAuOC00LDIuMy01LjVzMy4zLTIuMyw1LjUtMi4zczQuMSwwLjgsNS42LDIuNAoJYzEuNy0wLjMsMy40LTEsNC45LTEuOWMtMC42LDEuOC0xLjcsMy4zLTMuNCw0LjNDNjYuMiw0Mi4zLDY3LjYsNDEuOSw2OS4xLDQxLjN6Ii8+Cjwvc3ZnPgo=");
}
ul.social li.medium{
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5NiA5NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgOTYgOTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMjMyNDJBO30KCS5zdDF7ZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KCS5zdDJ7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGcgaWQ9IlhNTElEXzFfIj4KCTxwYXRoIGlkPSJYTUxJRF84XyIgY2xhc3M9InN0MCIgZD0iTTQ4LjYsMTMuOWMtMjAuNiwwLTM3LjIsMTYuNy0zNy4yLDM3LjJzMTYuNywzNy4zLDM3LjIsMzcuM3MzNy4yLTE2LjcsMzcuMi0zNy4zCgkJUzY5LjIsMTMuOSw0OC42LDEzLjl6Ii8+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNNDguNiwxMy44Yy0yMC40LDAtMzcuMiwxNi43LTM3LjIsMzcuMnMxNi43LDM3LjIsMzcuMiwzNy4yUzg1LjgsNzEuNCw4NS44LDUxUzY5LjEsMTMuOCw0OC42LDEzLjh6Ii8+Cgk8L2c+CjwvZz4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNNjkuNSwzOS42bC0xMy41LTYuN2gtMC4ybDAsMGMtMC4yLDAtMC4yLDAtMC41LDAuMmwtOC4xLDEzLjJsOS4zLDE0LjlsMTMuMi0yMS40CgkJQzY5LjgsMzkuOCw2OS41LDM5LjYsNjkuNSwzOS42eiIvPgoJPHBvbHlnb24gY2xhc3M9InN0MiIgcG9pbnRzPSI0Mi44LDQxLjcgNDIuOCw1Ni4xIDU1LjYsNjIuNiAJIi8+Cgk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNNTYuOCw2M2wxMS44LDUuOGMwLjcsMC4yLDEuMiwwLDEuMi0wLjd2LTI2TDU2LjgsNjN6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNNDEuNCwzOS42bC0xMi4zLTYuM2wtMC45LTAuMkgyOGMtMC4yLTAuMi0wLjIsMC0wLjIsMHMtMC4yLDAuMi0wLjIsMC41djI4LjFjMCwwLjUsMC41LDEuMiwwLjcsMS4ybDEyLjEsNgoJCWMwLjIsMCwwLjIsMC4yLDAuNSwwLjJjMC41LDAsMC43LTAuMiwwLjctMC45VjM5LjhDNDEuNywzOS44LDQxLjQsMzkuNiw0MS40LDM5LjZ6Ii8+CjwvZz4KPC9zdmc+Cg==");
}
/* Sponsor list in footer */
.footer__sponsors{
  background-color: #000000;
  padding: 0 30px;
  overflow: hidden;
  margin-bottom: 40px;
}
.footer__sponsors ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__sponsors ul li{
  float: left;
  width: 20%;
}
.footer__sponsors ul li a{
  opacity: 1;
}
.footer__sponsors ul li a:hover{
  opacity: 0.8;
}
.footer-column-wrapper{
  width: 100%;
  clear: both;
  overflow: hidden;
}
.footer__feed{
  text-align: left;
}
.sidebar-twitter-feed{
  margin-top: -10px;
}
.sidebar-twitter-feed .ctf-tweet-actions{
  display: none;
}
.sidebar-twitter-feed #ctf p.ctf-tweet-text,
.sidebar-twitter-feed #ctf p.ctf-media-link{
  font-size: 12px;
  line-height: 14px;
}

/* homepage tiles button on mobile */
@media screen and (max-width: 1024px){
  .projects__tile-button {
    width: 150px;
    position: relative;
    left: auto;
    bottom: auto;
  }
}


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