/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

/* Document
       ========================================================================== */

/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */

@import url("https://fonts.googleapis.com/css?family=Vollkorn");

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700");

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

/* 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-.
     */

figcaption,
figure {
  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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */

main {
  display: block;
}

/**
     * 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 */
}

/* Links
       ========================================================================== */

/**
     * 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 */
}

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

/**
     * 1. Remove the bottom border in Chrome 57- and 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 */
  -webkit-text-decoration: underline dotted;
          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.
     */

button {
  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 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */

input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 */
}

/**
     * Correct the padding in Firefox.
     */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
     * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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;
}

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

/*
     * Add the correct display in Edge, IE, and Firefox.
     */

details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */

summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */

menu {
  display: block;
}

/* 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;
}

/* Slider */

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

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

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

body::before {
  content: "(xs: 375px, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1440px)";
  display: none;
}

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

ul {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

iframe,
button {
  border: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
  min-width: auto;
}

figure {
  margin: 0;
}

html,
button,
a,
input,
select,
textarea {
  font-family: Arial, sans-serif;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  -ms-scroll-limit-x-max: 100%;
  -ms-scroll-limit-x-min: 0;
}

.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

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

a {
  color: #26527c;
  text-decoration: underline;
}

a img {
  border: 0;
}

a:focus,
a:hover {
  color: inherit;
}

input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.6%;
  height: 0;
  max-width: 300px;
  margin: 20px auto;
  overflow: hidden;
  margin-top: 23px;
  margin-bottom: 40px;
}

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

.gm-style img {
  max-width: none;
}

.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

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

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

.alignnone {
  display: inline-block;
  max-width: 100%;
}

.aligncenter {
  display: block;
  margin: 20px auto;
  clear: both;
  text-align: center;
}

.error404 {
  text-align: center;
}

.error404 ul {
  text-align: left;
}

.navigation.pagination {
  clear: both;
}

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

nav ul:before,
nav ul:after {
  content: '';
  display: table;
}

nav ul:after {
  clear: both;
}

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

.hidden {
  display: none;
}

.lightbox {
  display: none;
  background-color: rgba(61, 61, 61, 0.95);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
}

.lightbox-close {
  width: 90px;
  height: 23px;
  cursor: pointer;
  background-image: url("../images/icon-lightbox-close.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 29px;
  top: 29px;
  padding: 20px 60px;
  background-position: center center;
}

.lightbox-content {
  position: relative;
  max-width: 946px;
  padding: 0 15px;
  margin: 0 auto;
  top: 200px;
}

.lightbox iframe {
  width: 100% !important;
  max-width: 100%;
  height: 515px !important;
  max-height: 100vw;
}

.editor-content h2 {
  margin: 0 0 10px;
}

.editor-content > h4 {
  margin: 0 0 8px;
}

.editor-content h3 {
  margin: 0 0 25px;
}

.editor-content p {
  margin: 0 0 26px;
}

.editor-content img.alignnone {
  margin: 0 0 15px;
}

body {
  font-family: "Vollkorn", serif;
  color: #303030;
}

h1 {
  font-family: "Vollkorn", serif;
  font-weight: 400;
}

h2 {
  font-family: "Vollkorn", serif;
  font-weight: 400;
}

h3 {
  font-family: "Vollkorn", serif;
  font-weight: 400;
}

h4 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

h5 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 2.5em;
  letter-spacing: 0.08em;
}

p {
  margin: 0 0 26px;
}

p.big {
  font-family: "Vollkorn", serif;
  font-size: 24px;
  line-height: 1.41666667em;
  letter-spacing: 0.02em;
  margin: 0 0 29px;
}

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

a:hover {
  color: #8c8c8c;
}

.user-content a {
  background-color: transparent;
  border-bottom: 2px solid #f1b218;
}

.user-content a:hover {
  color: inherit;
  background-color: #f1b218;
}

.wp-caption {
  margin-bottom: 0px;
  padding-bottom: 27px;
}

.wp-caption > figcaption {
  font-family: "Vollkorn", serif;
  font-style: italic;
  color: #777777;
}

.simple-content a {
  font-family: "Vollkorn", serif;
  border-bottom: 2px solid #f1b218;
}

.simple-content a:hover {
  color: #1b1b1b;
  background-color: #f1b218;
}

.page-content > .simple-content {
  max-width: 946px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-header {
  -webkit-transition: .1s;
  transition: .1s;
}

.page-header-logo {
  display: none;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 2;
  font-family: "Vollkorn", serif;
  color: #ffffff;
}

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

.ph-wrapper.is-open {
  display: block;
}

.ph.is-scrolled {
  background-color: #3f3f3f;
}

.ph-icon-search {
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 34px 0 25px;
}

.ph-icon-search:hover svg {
  fill: #c0c0c0;
}

.ph-icon-search svg {
  max-width: 100%;
  fill: #ffffff;
  cursor: pointer;
}

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

.ph-menu.is-open {
  display: block;
}

.ph-menu li {
  padding: 0 20px;
}

.ph-menu a {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
}

.ph-menu a:hover {
  color: #a7a7a7;
}

.ph-search-bar {
  height: 93px;
  background-color: #2c2c2c;
  width: 100%;
}

.ph-search-form-lightbox {
  position: relative;
  width: 100%;
  margin-top: 5px;
}

.ph-search-form-lightbox input[type=text] {
  border: none;
  background-color: transparent;
  color: #ffffff;
  font-family: "Vollkorn", serif;
  padding: 28px 57px 21px;
  font-size: 40px;
  width: 100%;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  border-bottom: 8px solid #ffffff;
}

.ph-search-form-lightbox input::-webkit-input-placeholder {
  color: #ffffff;
}

.ph-search-form-lightbox input:-ms-input-placeholder {
  color: #ffffff;
}

.ph-search-form-lightbox input::-ms-input-placeholder {
  color: #ffffff;
}

.ph-search-form-lightbox input::placeholder {
  color: #ffffff;
}

.ph-search-form-lightbox-icon {
  width: 33px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ph-search-form-lightbox-icon svg {
  max-width: 100%;
  height: auto;
  fill: white;
}

.ph-search-form-lightbox input[type="submit"] {
  display: none;
}

.ph-search-form-lightbox input[type=text]:focus,
.ph-search-form-lightbox input[type=text]:hover,
.ph-search-form-lightbox input[type=text]:active {
  outline: none;
}

.mobile-header {
  background-color: #3f3f3f;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.mobile-header-bar {
  min-height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}

.mobile-header-logo {
  font-family: "Vollkorn", serif;
  color: #ffffff;
  font-size: 26px;
}

.mobile-header-content {
  display: none;
}

.mobile-header-search-form {
  position: relative;
  margin-top: auto;
}

.mobile-header-search-form input[type=text] {
  border: none;
  background-color: #2c2c2c;
  color: #ffffff;
  font-family: "Vollkorn", serif;
  font-size: 25px;
  line-height: 1.76em;
  letter-spacing: 0.02em;
  height: 93px;
  background-color: #2c2c2c;
  padding: 24px 0 22px 58px;
  width: 100%;
}

.mobile-header-search-form input[type=text]:focus,
.mobile-header-search-form input[type=text]:hover,
.mobile-header-search-form input[type=text]:active {
  outline: none;
}

.mobile-header-search-form input[type=submit] {
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  visibility: hidden;
}

.mobile-header-search-form input::-webkit-input-placeholder {
  font-size: 25px;
  line-height: 1.76em;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.mobile-header-search-form input:-ms-input-placeholder {
  font-size: 25px;
  line-height: 1.76em;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.mobile-header-search-form input::-ms-input-placeholder {
  font-size: 25px;
  line-height: 1.76em;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.mobile-header-search-form input::placeholder {
  font-size: 25px;
  line-height: 1.76em;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.mobile-header-search-form-icon {
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  cursor: pointer;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mobile-header-search-form-icon svg {
  max-width: 100%;
  height: auto;
  fill: white;
}


.mobile-header.is-open .mobile-header-content {
  min-height: 0;
  padding-top: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /* height: calc(553px - 64px); */
  display: block;
}

.mobile-header.is-open .mobile-header-wrapper {
  min-height: 0;
  overflow-y: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bars {
  width: 23px;
  height: 17px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
}

.bars span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  margin-top: 4px;
}

.bars span:first-child {
  margin-top: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.bars .other-bar {
  width: 3px;
  height: 0;
  background-color: #ffffff;
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -2px;
  -webkit-transition: height 0.4s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: height 0.4s cubic-bezier(0.694, 0.048, 0.335, 1);
  z-index: 10;
}

.mobile-header.is-open .bars {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.mobile-header.is-open .bars span:first-child {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
}

.mobile-header.is-open .bars span:nth-child(3) {
  width: 0;
  -webkit-transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
}

.mobile-header.is-open .bars .other-bar {
  height: 23px;
  -webkit-transition: height 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: height 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.company-info {
  padding: 56px 0 42px;
}

.company-info-nav {
  margin-bottom: 29px;
}

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

.company-info-buttons .icon {
  margin: 0 4px;
}

.company-info-buttons .link a {
  text-decoration: none;
  font-size: 15px;
  line-height: 1.06666667em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  border-radius: 18px;
  text-transform: uppercase;
  text-align: center;
  background-color: #000;
  display: block;
  padding: 10px 24px;
  margin: 0 8px;
}

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

.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #303030;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}

.hero-heading {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 88%;
}
.hero-heading.blog-logo {
  max-width: 40%;
}

.hero h1 {
  color: #ffffff;
}
.hero h1 span {
  font-size: .5em;
  display: block;
}

.collapsibles {
  margin-bottom: 90px;
}

.collapsibles-container {
  max-width: 946px;
  padding: 0 15px;
  margin: 0 auto;
}

.collapsibles-heading {
  margin-bottom: 29px;
}

.collapsibles-heading h2 {
  margin-bottom: 12px;
}

.collapsibles-item {
  border-top: 1px solid #d9d9d9;
  position: relative;
}

.collapsibles-item:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}

.collapsibles-subheading {
  font-size: 23px;
  line-height: 1.0625em;
  margin-bottom: 33px;
}

.collapsibles-text {
  display: none;
  padding: 0 0 42px;
}

.collapsibles-text p {
  margin: 0 0 26px;
}

.collapsibles-text p:last-of-type {
/*  margin: 0;*/
}

.accordion-toggle {
  cursor: pointer;
}
.accordion-toggle span {
  display: block;
font-weight: 300;
font-size: .9em;
margin-top: -10px;
}
.accordion-teaser {
  position: relative;
}

.accordion.is-open .accordion-toggle-icon {
  background-image: url(../images/icon-accordion-minus.png);
}

.accordion-toggle-icon {
  cursor: pointer;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  background-image: url(../images/icon-accordion-plus.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  right: 0;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.accordion-content {
  display: none;
}

.content-columns {
  max-width: 916px;
  margin: 0 auto;
}

.content-columns-grid {
  display: grid;
}

.fb {
  position: relative;
}

.fb::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.fb-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

.fb-wrapper {
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.fb-outside .fb-wrapper {
  padding: 136px 0 89px;
}

.fb-thumbnail {
  display: inline-block;
}

.fb-subtitle {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  line-height: 2.66666667em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.fb-title {
  font-size: 46px;
  letter-spacing: 0.02em;
  line-height: 1.08695652em;
  margin-bottom: 12px;
}

.fb-text {
  font-size: 17px;
  line-height: 1.52941176em;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}

.fb-link {
  text-decoration: none;
}

.fb-btn {
  position: relative;
  font-size: 17px;
  letter-spacing: 0.06em;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  color: #262626;
  background-color: #ffffff;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  padding: 20px 67px 20px 23px;
  font-weight: 700;
}

.fb-btn:hover {
  color: #8c8c8c;
}

.fb-btn:hover::after {
  background-image: url("../images/icon-arrow-btn-hover.png");
}

.fb-btn::after {
  content: '';
  position: absolute;
  background-image: url("../images/icon-arrow-btn.png");
  min-width: 20px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: initial;
  background-position: right;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  padding-left: 34px;
  border-left: 3px solid rgba(0, 0, 0, 0.1);
}

.fb-orange::before {
  background-color: rgba(233, 122, 64, 0.93);
}

.fb-orange .fb-title,
.fb-orange .fb-text,
.fb-orange .fb-subtitle,
.fb-orange .fb-link {
  color: #ffffff;
}

.fb-yellow::before {
  background-color: rgba(241, 175, 17, 0.9);
}

.fb-yellow .fb-subtitle,
.fb-yellow .fb-text {
  color: #262626;
}

.fb-yellow .fb-title,
.fb-yellow .fb-link {
  color: #ffffff;
}

.fb-white::before {
  background-color: rgba(255, 255, 255, 0.9);
}

.fb-white .fb-title,
.fb-white .fb-text,
.fb-white .fb-subtitle,
.fb-white .fb-link {
  color: #262626;
}

.fb-white .fb-btn {
  border: 2px solid #e5e5e5;
}

.home-slider-item {
  width: 100%;
}

.home-slider-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.home-slider-text {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.home-slider-scroll {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 31px;
  height: 31px;
  margin-top: 26px;
  background-image: url(../images/icon-arrow-scroll-down.png);
}

.aside-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #d9d9d9;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 2.85714286em;
  letter-spacing: 0.08em;
  color: #303030;
  text-transform: uppercase;
  font-weight: 700;
}

.aside-item:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}

.aside-download-link {
  font-size: 14px;
  line-height: 2.85714286em;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: #262626;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.aside-download-link:hover .aside-download-icon {
  opacity: 0.6;
}

.aside-download-icon {
  width: 28px;
  height: 28px;
  margin-right: 14px;
  background-image: url(../images/icon-download-single.png);
  display: inline-block;
}

.aside-media-nav {
  padding: 20px 0 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aside-media-nav h4 {
  margin-bottom: 6px;
}

.aside-media-nav a {
  font-weight: 300;
}

.aside-media-nav a:hover {
  font-weight: 700;
  color: #303030;
}

.aside-media-nav-list {
  padding-left: 8px;
  margin-bottom: 10px;
}

.aside-media-nav-item {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
  text-transform: initial;
  color: #616161;
}

.aside-tags {
  line-height: 1em;
}

.aside-tags ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.aside-tags li {
  margin: 0 8px 8px 0;
}

.aside-tags a {
  font-size: 12px;
  letter-spacing: 0.02333333em;
  line-height: 28px;
  border: 1px solid #303030;
  color: #303030;
  border-radius: 2px;
  padding: 6px 10px;
  text-decoration: none;
}

.aside-tags a:hover {
  color: #8c8c8c;
  border-color: #8c8c8c;
}

.aside-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.aside-categories a {
  line-height: 2em;
}

.video-grid {
  background-color: #f5f5f5;
}

.video-grid-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 54px;
}

.video-grid-grid {
  display: grid;
  max-width: 1154px;
  margin: 0 auto;
  grid-row-gap: 40px;
}

.video-grid-thumbnail {
  background-color: #262626;
  display: block;
  position: relative;
  margin: 0 0 23px;
}

.video-grid-thumbnail::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}

.video-grid-thumbnail::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/icon-play.png);
  background-repeat: no-repeat;
  width: 59px;
  height: 49px;
  z-index: 2;
}

.video-grid-grid-item-title {
  font-family: "Vollkorn", serif;
  font-weight: 400;
  line-height: 1.36363636em;
  letter-spacing: 0.01545455em;
}

.icon-social {
  width: 36px;
  height: 36px;
}

.icon-social svg {
  max-width: 100%;
}

.icon-social-small {
  cursor: pointer;
  width: 26px;
  height: 26px;
  background-color: #303030;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 6px;
  padding: 0;
}

.icon-social-small:hover {
  background: #8c8c8c;
}

.icon-social-small svg {
  fill: #ffffff;
  width: 100%;
  max-width: 18px;
}

.icon-search-submit {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
}

.icon-search-submit svg {
  fill: #ffffff;
  width: 100%;
  max-width: 27px;
}

.buttons-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.buttons-item {
  line-height: 1em;
}

.buttons-link {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border-radius: 18px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 0 4px;
}

.buttons-link:hover {
  color: #8c8c8c;
}

.buttons-icon {
  margin: 0 4px;
  border-radius: 50%;
  position: relative;
  border-radius: 50%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
}

.buttons svg {
  width: 100%;
  max-width: 20px;
  height: auto;
}

.page-header .buttons-link,
.mobile-header .buttons-link {
  color: #303030;
  background-color: #ffffff;
}

.page-header .buttons-link:hover,
.mobile-header .buttons-link:hover {
  color: #8c8c8c;
}

.page-header .buttons-icon,
.mobile-header .buttons-icon {
  background: #dfdfdf;
}

.page-header .buttons-icon:hover svg,
.mobile-header .buttons-icon:hover svg {
  fill: #767676;
}

.page-header .buttons svg,
.mobile-header .buttons svg {
  fill: #3f3f3f;
}

.page-footer .buttons-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-footer .buttons-link {
  color: #ffffff;
  background-color: #000000;
}

.page-footer .buttons-link:hover {
  background-color: #8c8c8c;
}

.page-footer .buttons-icon {
  background-color: #c0c0c0;
}

.page-footer .buttons-icon:hover svg {
  fill: #767676;
}

.page-footer .buttons svg {
  fill: #303030;
}

.simple-content-social .buttons-link {
  display: none;
}

.simple-content-social .buttons-icon {
  background-color: #c0c0c0;
}

.simple-content-social .buttons-icon:hover svg {
  fill: #767676;
}

.newsletter-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newsletter-fields {
  position: relative;
}

.newsletter-fields label {
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.newsletter-fields input[type="submit"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 21px;
  height: 19px;
  border: none;
  background-repeat: no-repat;
  background-image: url(../images/icon-subscribe-arrow.png);
}

.newsletter-fields input[type=email] {
  border: none;
  border-radius: 30px;
  font-family: "Vollkorn", serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #000;
  width: 100%;
  padding: 23px 70px 17px 30px;
}

.newsletter-fields input[type=email]::-webkit-input-placeholder {
  font-weight: 400;
  color: #272727;
}

.newsletter-fields input[type=email]:-ms-input-placeholder {
  font-weight: 400;
  color: #272727;
}

.newsletter-fields input[type=email]::-ms-input-placeholder {
  font-weight: 400;
  color: #272727;
}

.newsletter-fields input[type=email]::placeholder {
  font-weight: 400;
  color: #272727;
}

.newsletter-fields input[type=email]:hover,
.newsletter-fields input[type=email]:focus,
.newsletter-fields input[type=email]:active {
  outline: none;
}

.mc4wp-form-success .mc4wp-form-fields {
  display: none;
}

.mc4wp-alert.mc4wp-success p {
  font-size: 20px;
  font-weight: 600;
  line-height: 2em;
  letter-spacing: 0.08em;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.mc4wp-alert.mc4wp-success p span {
  font-family: "Vollkorn", serif;
  text-transform: initial;
  display: block;
  font-size: 17px;
  letter-spacing: 0.08em;
  line-height: 2.35294118em;
  color: #a8a8a8;
}

.twitter-feed {
  min-height: 588px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  position: relative;
}

.twitter-feed::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #383838;
  opacity: 0.65;
}

.twitter-feed-wrapper {
  position: relative;
  z-index: 2;
}

.twitter-feed-icon {
  display: block;
  margin: 0 auto;
  background-image: url(../images/icon-twitter-feed.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.twitter-feed-info {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 2.66666667em;
  text-transform: uppercase;
  margin-bottom: 47px;
}

.twitter-feed-text {
  font-family: "Vollkorn", serif;
  font-size: 34px;
  line-height: 1.17647059em;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 600;
  max-width: 1130px;
}

.twitter-feed-nav {
  text-align: center;
}

.twitter-feed-arrow {
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}

.twitter-feed-arrow-right {
  width: 29px;
  height: 21px;
  background-image: url(../images/icon-arrow-feed-right.png);
  background-repeat: no-repeat;
}

.twitter-feed-arrow-left {
  width: 29px;
  height: 21px;
  background-image: url(../images/icon-arrow-feed-left.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.ctf {
  position: relative;
}

.ctf-author-box {
  margin-bottom: 47px;
}

.ctf-item:hover,
.ctf-item:active,
.ctf-item:focus {
  outline: none;
}

.ctf-author-box-link a {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 15px !important;
  letter-spacing: 0.08em;
  line-height: 2.66666667em;
  text-decoration: none;
  font-weight: 600;
}

.ctf-tweets {
  max-width: 1080px;
  padding: 0 15px;
  margin: 0 auto;
}

.ctf-tweet-text {
  font-family: "Vollkorn", serif;
  font-size: 34px;
  line-height: 1.17647059em;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 600;
  max-width: 1130px;
}

.ctf-tweet-text a {
  color: #fff;
  border-bottom: 3px solid #f1b218;
}

.anchor-title {
  position: absolute;
  left: -99999px;
}

.anchor-nav {
  border-bottom: 1px solid #d9d9d9;
}

.anchor-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.anchor-nav li {
  height: 100%;
  flex-basis: 0;
flex-grow: 1;
}

.anchor-nav a {
  display: block;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  color: #303030;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.anchor-nav-prev {
  border-right: 1px solid #d9d9d9;
}

.anchor-nav-next {
  border-left: 1px solid #d9d9d9;
}

.blog .select2 {
  font-family: "Montserrat", sans-serif;
  width: 100% !important;
  max-width: 445px;
}

.blog .select2-results__option {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 2.2em;
  letter-spacing: 0.02066667em;
  color: #303030;
  padding: 6px 20px;
}

.blog .select2-results__options {
  max-height: 186px !important;
}

.blog .select2-selection {
  height: 60px !important;
}

.blog .select2-selection--single {
  padding: 16px 22px;
  outline: none;
  border: 2px solid #cecece;
  border-radius: 6px;
}

.blog .select2-selection__rendered,
.blog .select2-selection__placeholder {
  text-align: left;
  font-size: 17px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  height: 100%;
}

.blog .select2-results__option--highlighted[aria-selected] {
  background-color: #f3f3f3;
  color: #303030 !important;
  font-weight: 600;
}

.blog .select2-selection__arrow {
  top: 50% !important;
  right: 20px !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog .select2-container .select2-selection__arrow {
  background-image: url(../images/icon-select-arrow-down.png);
  background-size: cover;
  width: 21px;
  height: 11px;
}

.blog .select2-container--open .select2-selection__arrow {
  background: white;
  background-image: url(../images/icon-select-arrow-up.png);
  background-size: cover;
  width: 21px;
  height: 11px;
}

.blog .select2-container--open .select2-dropdown--below {
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: #cecece;
  overflow: hidden;
}

.blog .select2-container--open .select2-dropdown--above {
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: #cecece;
  border-radius: 6px 6px 0 0;
}

.blog .select2-selection__arrow b {
  display: none;
}

.blog .select2-container .select2-selection {
  height: 60px;
}

.blog .posts .select-wrapper {
  text-align: center;
}

.posts-heading {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.posts-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 938px;
  padding: 0 15px;
}

.posts-item {
  width: 100%;
}

.posts-item-link {
  display: block;
}

.posts-item-link:hover {
  opacity: .7;
}

.posts-thumbnail {
  background-color: #262626;
  display: block;
}

.posts-date {
  line-height: 3.07692308em;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.04px;
  color: #262626;
  font-weight: 600;
}

.posts-title {
  font-family: "Vollkorn", serif;
  font-weight: 400;
  color: #262626;
  text-decoration: none;
}

.press-media {
  background-color: #f5f5f5;
  padding: 68px 0 72px;
}

.press-media-heading {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.press-media-grid {
  display: grid;
  grid-column-gap: 27px;
  grid-row-gap: 49px;
  max-width: 946px;
  padding: 0 15px;
  margin: 0 auto;
}

.press-media-grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.press-media-thumbnail {
  width: 208px;
  height: 139px;
  background-color: #262626;
  display: block;
  margin-bottom: 15px;
}

.press-media-publication-name {
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 3.33333333em;
  letter-spacing: 0.08em;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.press-media-title {
  font-family: "Vollkorn", serif;
  text-decoration: none;
  color: #262626;
  font-size: 21px;
  line-height: 1.33333333em;
  letter-spacing: 0.02em;
}

.press-media-title:hover {
  color: #8c8c8c;
}

.press-releases {
  padding: 72px 0 70px;
}

.press-releases-heading {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.press-releases-grid {
  max-width: 708px;
  padding: 0 15px;
  margin: 0 auto;
}

.press-releases-grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.press-releases-grid-item:not(:last-of-type) {
  margin-bottom: 55px;
}

.press-releases-grid-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.press-releases-thumbnail {
  width: 208px;
}

.press-releases-date {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 2.33333333em;
  letter-spacing: 0.08em;
  color: #262626;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.press-releases-title {
  font-family: "Vollkorn", serif;
  text-decoration: none;
  color: #262626;
  font-size: 22px;
  line-height: 1.18181818em;
  letter-spacing: 0.02em;
  margin-bottom: 17px;
  display: block;
}

.press-releases-title:hover {
  color: #8c8c8c;
}

.press-releases-subtitle {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}

.research-grid {
  display: grid;
  max-width: 943px;
  padding: 0 15px;
  margin: 0 auto;
}

.research-text p {
  margin: 0 0 5px;
}

.research-thumbnail {
  width: 209px;
  height: 270px;
  display: inline-block;
  background-color: #000000;
  -webkit-box-shadow: 6px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 7px rgba(0, 0, 0, 0.2);
}

.research-title {
  font-size: 26px;
  line-height: 1.15384615em;
  letter-spacing: 0.02em;
  font-family: "Vollkorn", serif;
  color: #262626;
  margin-bottom: 18px;
  text-decoration: none;
  display: block;
}

.research-title:hover {
  color: #8c8c8c;
}

.research-subtitle {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.01333333em;
  margin-bottom: 7px;
}

.research-download-link {
  font-size: 13px;
  line-height: 3.07692308em;
  letter-spacing: 0.08em;
  color: #262626;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.research-download-link::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 11px;
  margin-left: 7px;
  background-image: url("../images/icon-arrow-btn.png");
  background-size: cover;
}

.research-download-link:hover {
  color: #8c8c8c;
}

.research-download-link:hover::after {
  background-image: url("../images/icon-arrow-btn-hover.png");
}

.organizations-container {
  max-width: 946px;
  padding: 0 15px;
  margin: 0 auto;
}

.organizations-heading {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.organizations-grid {
  display: grid;
  grid-column-gap: 22px;
  grid-row-gap: 50px;
  max-width: 920px;
}

.organizations-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.organizations-grid-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.organizations-thumbnail {
  max-width: 90px;
  margin: 0 15px 0 0;
}

.organizations-subtitle {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  margin: -4px 0 15px;
}

.organizations-title {
  font-family: "Vollkorn", serif;
  font-size: 19px;
  line-height: 1.36842105em;
  letter-spacing: 0.02em;
  color: #262626;
  text-decoration: none;
}

.organizations-title:hover {
  color: #8c8c8c;
}

.team-staff {
  padding: 33px 0;
}

.team-staff-container {
  max-width: 946px;
  padding: 0 15px;
  margin: 0 auto;
}

.team-staff-item {
  border-width: 1px 0;
  border-style: solid;
  border-color: #d9d9d9;
  margin-bottom: -1px;
  position: relative;
}

.team-staff-teaser {
  padding: 28px 32px 32px 0;
}

.team-staff-teaser.is-thumbnail {
  padding-left: 154px;
}

.team-staff-thumbnail {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.team-staff-job-title {
  font-family: "Vollkorn", serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.17647059em;
  display: block;
  margin-bottom: 10px;
}

.team-staff-bio {
  display: none;
  padding: 0 0 39px;
}

.team-staff-bio p {
  margin: 0 0 26px;
}

.team-staff-bio p:last-of-type {
  margin: 0;
}

.team-advisory-board {
  padding: 33px 0;
}

.team-advisory-board-container {
  max-width: 946px;
  padding: 0 15px;
  margin: 0 auto;
}

.team-advisory-board-item {
  border-width: 1px 0;
  border-style: solid;
  border-color: #d9d9d9;
  margin-bottom: -1px;
  position: relative;
}

.team-advisory-board-teaser {
  padding: 28px 32px 32px 0;
}

.team-advisory-board-teaser.is-thumbnail {
  padding-left: 154px;
}

.team-advisory-board-thumbnail {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.team-advisory-board-job-title {
  font-family: "Vollkorn", serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.17647059em;
  display: block;
  margin-bottom: 10px;
}

.team-advisory-board-bio {
  display: none;
  padding: 0 0 39px;
}

.team-advisory-board-bio p {
  margin: 0 0 26px;
}

.team-advisory-board-bio p:last-of-type {
  margin: 0;
}

.team-board {
  padding: 33px 0;
}

.team-board-container {
  max-width: 946px;
  padding: 0 15px;
  margin: 0 auto;
}

.team-board-grid {
  display: grid;
  grid-column-gap: 45px;
}

.team-board-item {
  border-width: 1px 0;
  border-style: solid;
  border-color: #d9d9d9;
  margin-bottom: -1px;
  padding: 28px 0 36px;
}

.team-board-job-title {
  font-family: "Vollkorn", serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.17647059em;
  display: block;
}

.post-type-list-header {
  margin-bottom: 16px;
}

.post-type-list-header h2 {
  margin-bottom: 25px;
}

.post-type-list-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.post-type-list-button {
  display: inline-block;
  background-color: #c0c0c0;
  color: #262626;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.post-type-list-button:hover {
  color: #ffffff;
  cursor: pointer;
}

.post-type-list-button-wrapper {
  margin-top: 20px;
  text-align: center;
}

.sc-btn {
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #262626;
  background-color: #ffffff;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}

.sc-btn::before {
  content: '';
  width: 2px;
  height: 33px;
  position: absolute;
  background-color: #e5e5e5;
  right: 52px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sc-btn:hover {
  color: #8c8c8c;
}

.sc-btn[data-border="true"] {
  border: 2px solid #e5e5e5;
}

.sc-btn[data-type="download"]::after {
  content: '';
  background-image: url("../images/icon-arrow-btn.png");
  width: 20px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.sc-btn[data-type="download"]:hover::after {
  background-image: url("../images/icon-arrow-btn-hover.png");
}

.sc-btn[data-type="simple"]::after {
  content: '';
  background-image: url("../images/icon-arrow-btn.png");
  width: 20px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sc-btn[data-type="simple"]:hover::after {
  background-image: url("../images/icon-arrow-btn-hover.png");
}

p > a.sc-btn {
  margin: 0 20px 20px 0;
}

.sc-read-more {
  font-size: 13px;
  line-height: 3.07692308em;
  letter-spacing: 0.08em;
  color: #262626;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.sc-read-more::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 11px;
  margin-left: 7px;
  background-image: url("../images/icon-arrow-btn.png");
  background-size: cover;
}

.sc-read-more:hover::after {
  opacity: 0.6;
}

.sc-number .number {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: block;
}

.sc-quote {
  padding-left: 54px;
  margin: 0 0 27px;
  position: relative;
}

.sc-quote::before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
  position: absolute;
  top: 14px;
  left: 1px;
  width: 31px;
  height: 21px;
  background-image: url(../images/icon-quote.png);
}

.sc-quote .text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background: linear-gradient(transparent 13px, #fff0a8 0%);
  background-position-y: -3px;
}

.sc-quote .author {
  font-family: "Montserrat", sans-serif;
  display: block;
  color: #303030;
  font-weight: 600;
}

.sc-quote .author::before {
  display: inline-block;
}

.sc-highlight .text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background: linear-gradient(transparent 13px, #fff0a8 0%);
  background-position-y: 0px;
}

.sc-info {
  margin-top: 54px;
  border-top: 1px solid #d9d9d9;
  padding: 50px 0;
  color: #696969;
}

.page-single {
  max-width: 920px;
  margin: 0 auto;
}

.page-single-subtitle {
  font-family: "Vollkorn", serif;
  font-size: 24px;
  line-height: 1.41666667em;
  letter-spacing: 0.02em;
  font-style: italic;
  display: block;
  margin-bottom: 68px;
}

.page-single-grid {
  display: grid;
  max-width: 100%;
}

.page-search {
  padding: 76px 0 90px;
}

.page-search-container {
  max-width: 946px;
  padding: 0 15px;
  margin: 0 auto;
}

.page-search-item {
  border-width: 1px 0;
  border-style: solid;
  border-color: #d9d9d9;
  margin-bottom: -1px;
  padding: 29px 0 17px;
}

.page-search-item:last-of-type {
  border-width: 1px 0 0 0;
}

.page-search-header {
  margin-bottom: 64px;
}

.page-search-date {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 3.07692308em;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 11px;
}

.page-search-title {
  margin: 0 0 14px;
}

.page-search-text p {
  margin: 0 0 26px;
}

@media (min-width: 576px) {
  .video-container {
    max-width: 540px;
  }

  .video-grid-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 25px;
  }

  .research-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
  }
}

@media (min-width: 768px) {
  .video-container {
    max-width: 750px;
  }

  .alignnone {
    max-width: 100%;
  }

  .press-releases-grid-item {
    margin: 0 auto 82px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .press-releases-thumbnail {
    margin-right: 30px;
  }
}

@media (min-width: 992px) {
  .mobile {
    display: none;
  }

  body {
    font-size: 17px;
    line-height: 1.52941176em;
    letter-spacing: 0.02em;
  }

  h1 {
    font-size: 70px;
    line-height: 1.08571429em;
    letter-spacing: 0.02em;
  }

  h2 {
    font-size: 48px;
    line-height: 1.16666667em;
    letter-spacing: 0.02em;
  }

  h3 {
    font-size: 28px;
    line-height: 1.21428571em;
    letter-spacing: 0.02em;
  }

  h4 {
    font-size: 18px;
    line-height: 2.22222222em;
    letter-spacing: 0.08em;
  }

  .wp-caption > img {
    margin-bottom: 34px;
  }

  .wp-caption > figcaption {
    font-size: 17px;
    line-height: 1.52941176em;
    letter-spacing: 0.00823529em;
  }

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

  .fci-menu li {
    padding: 0 20px;
  }

  .fci-menu a {
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #303030;
  }

  .fci-menu a:hover {
    color: #a7a7a7;
  }

  .company-info-buttons {
    margin: 0 0 49px;
  }

  .company-info-text {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 2.5em;
  }

  .company-info-text p {
    margin: 0;
  }

  .hero {
    padding-top: 50px;
    min-height: 500px;
  }

  .collapsibles-teaser {
    padding: 32px 0;
  }

  .content-columns {
    padding: 70px 0 70px;
  }

  .content-columns-item {
    padding: 0 30px;
  }

  .content-columns-grid {
    margin: 0 -30px;
  }

  .content-columns-grid.with-border div.content-columns-item:not(:last-of-type) {
    border-right: 1px solid #d9d9d9;
  }

  .content-columns-grid[data-grid-type="single-col"] {
    grid-template-columns: 1fr;
  }

  .content-columns-grid[data-grid-type="two-col-3-6"] {
    grid-template-columns: 1fr 2fr;
  }

  .content-columns-grid[data-grid-type="two-col-6-3"] {
    grid-template-columns: 2fr 1fr;
  }

  .content-columns-grid[data-grid-type="three-col"] {
    grid-template-columns: repeat(3, 1fr);
  }

  .fb-grid {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 83px 0 89px;
  }

  .fb-grid-col {
    width: 50%;
  }

  .fb-wrapper {
    padding: 84px 0 86px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .fb-col-text {
    padding-left: 15px;
  }

  .fb-outside .fb-col-text {
    padding: 53px 0 3px 15px;
  }

  .fb-outside .fb-thumbnail {
    display: block;
    position: absolute;
    top: 81px;
  }

  .fb-thumbnail {
    -webkit-box-shadow: 12px 11px rgba(0, 0, 0, 0.2);
            box-shadow: 12px 11px rgba(0, 0, 0, 0.2);
  }

  .fb-subtitle {
    display: block;
    margin-bottom: 7px;
  }

  .home-slider-item {
    height: 780px;
  }

  .home-slider-wrapper::after {
    content: '';
    width: 540px;
    height: 432px;
    border: 12px solid #ffffff;
    -webkit-box-shadow: 10px 8px rgba(0, 0, 0, 0.4);
            box-shadow: 10px 8px rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
  }

  .home-slider-text {
    font-size: 33px;
    line-height: 1.33333333em;
    letter-spacing: 0.01757576em;
    padding: 59px 0 33px;
  }

  .aside-item {
    min-height: 100px;
    padding: 20px 0;
  }

  .video-grid {
    padding: 69px 0 96px;
  }

  .video-grid-grid {
    grid-column-gap: 85px;
  }

  .video-grid-thumbnail {
    height: 233px;
  }

  .video-grid-grid-item-title {
    font-size: 22px;
  }

  .buttons-link {
    font-size: 15px;
    line-height: 1.06666667em;
    padding: 10px 24px;
    margin: 0 8px;
  }

  .page-footer .buttons-list {
    margin-bottom: 49px;
  }

  .newsletter {
    background-color: #272727;
    padding: 75px 0;
    min-height: 211px;
  }

  .newsletter-fields {
    height: 60px;
  }

  .newsletter-fields label {
    font-size: 20px;
    line-height: 2em;
    letter-spacing: 0.08em;
    font-weight: 700;
  }

  .newsletter-fields input[type=email] {
    width: 436px;
    margin-left: 30px;
  }

  .twitter-feed {
    padding: 130px 0 114px;
  }

  .twitter-feed-icon {
    width: 41px;
    height: 33px;
    margin-bottom: 44px;
  }

  .anchor-nav li {
    padding: 0 28px;
    border-bottom: 3px solid transparent;
  }

  .anchor-nav li:hover {
    border-bottom: 3px solid #0a8987;
  }

  .anchor-nav a {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    padding: 23px 0 17px;
  }

  .anchor-nav-arrow {
    display: none;
  }

  .blog .select2 {
    margin-bottom: 85px;
  }

  .blog .posts {
    padding: 87px 0 59px;
  }

  .posts {
    padding: 121px 0 91px;
  }

  .posts-heading {
    font-size: 18px;
    line-height: 2.22222222em;
    letter-spacing: 0.08em;
    margin-bottom: 47px;
  }

  .posts-grid {
    margin: 0 auto 47px;
  }

  .posts-item {
    margin-bottom: 40px;
  }

  .posts-item:nth-child(4n+1),
  .posts-item:nth-child(4n+4) {
    max-width: 327px;
  }

  .posts-item:nth-child(4n+2),
  .posts-item:nth-child(4n+3) {
    max-width: 554px;
  }

  .posts-thumbnail {
    height: 250px;
    margin-bottom: 16px;
  }

  .posts-date {
    font-size: 13px;
    line-height: 3.07692308em;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
  }

  .posts-title {
    font-size: 22px;
    line-height: 1.36363636em;
    letter-spacing: 0.02em;
  }

  .press-media-heading {
    font-size: 18px;
    line-height: 2.22222222em;
    letter-spacing: 0.08em;
    margin-bottom: 57px;
  }

  .press-media-grid {
    margin: 0 auto 64px;
    grid-template-columns: repeat(4, 208px);
  }

  .press-releases-heading {
    font-size: 18px;
    line-height: 2.22222222em;
    letter-spacing: 0.08em;
    margin-bottom: 59px;
  }

  .research {
    padding: 109px 0 106px;
  }

  .research-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .research-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 27px;
    padding-top: 40px;
  }

  .organizations {
    padding: 70px 0 35px;
  }

  .organizations-heading {
    font-size: 18px;
    line-height: 2.22222222em;
    letter-spacing: 0.08em;
    margin-bottom: 60px;
  }

  .organizations-grid {
    margin: 0 auto 64px;
    grid-template-columns: repeat(3, 1fr);
  }

  .team-staff-teaser {
    min-height: 158px;
  }

  .team-board-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .post-type-list-header h4 {
    margin-bottom: 47px;
  }

  .post-type-list-button {
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1em;
    padding: 15px 18px;
  }

  .sc-btn {
    font-size: 17px;
    letter-spacing: 0.06em;
    line-height: 1em;
    padding: 18px 72px 18px 22px;
    letter-spacing: 0.5px;
  }

  .sc-number .number {
    font-size: 59px;
    line-height: 1em;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
  }

  .sc-quote .text {
    font-size: 20px;
    line-height: 1.66666667em;
    letter-spacing: 0.02em;
    margin-bottom: 26px;
  }

  .sc-quote .author {
    padding-top: 14px;
    font-size: 16px;
    line-height: 2.5em;
    letter-spacing: 0.08em;
  }

  .sc-highlight {
    margin-bottom: 28px;
    padding-left: 57px;
  }

  .sc-highlight .text {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }

  .page-single {
    padding: 82px 0 93px;
  }

  .page-single-title {
    margin-bottom: 15px;
  }

  .page-single-grid {
    grid-template-columns: 212px 680px;
    grid-column-gap: 27px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .fci-menu a {
    font-size: 15px;
    letter-spacing: 0.08em;
  }
}

@media (min-width: 960px) {
  .container {
    max-width: 1180px;
  }

  .page-logo {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 10;
    display: block;
    width: 267px;
    height: 145px;
    background-image: url("../images/logo.png");
  }

  .page-header {
    display: block;
  }

  .page-header-logo {
    font-size: 36px;
    top: 26px;
    left: 25px;
  }

  .mobile-header {
    display: none;
  }

  .ph-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 22px;
  }

  .ph-menu a {
    font-size: 15px;
    letter-spacing: 0.08em;
  }

  .ph-search-bar {
    display: none !important;
  }
}

@media (max-width: 959px) {
  .page-header {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .ph {
    background-color: #3f3f3f;
    min-height: 64px;
  }

  .ph-wrapper {
    display: none;
  }

  .ph-icon-search {
    display: none;
  }

  .ph-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 44px;
  }

  .ph-menu a {
    font-size: 17px;
    line-height: 3.05882353em;
    letter-spacing: 0.08em;
  }

  .page-header .buttons,
  .mobile-header .buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 54px;
    height: 32px;
  }
}

@media (max-width: 991px) {
  body {
    margin-top: 64px;
  }

  .lightbox-content {
    overflow-y: auto;
  }

  body {
    font-size: 15px;
    line-height: 1.46666667em;
    letter-spacing: 0.02em;
  }

  h1 {
    font-size: 32px;
    line-height: 1.09375em;
    letter-spacing: 0.02em;
  }

  h2 {
    font-size: 32px;
    line-height: 1.0625em;
    letter-spacing: 0.02em;
  }

  h3 {
    font-size: 22px;
    line-height: 1.09090909em;
    letter-spacing: 0.02545455em;
  }

  h4 {
    font-size: 15px;
    line-height: 1.73333333em;
    letter-spacing: 0.08em;
  }

  .wp-caption > img {
    margin-bottom: 21px;
  }

  .wp-caption > figcaption {
    font-size: 15px;
    line-height: 1.46666667em;
    letter-spacing: 0.02em;
  }

  .fci {
    padding: 46px 0 14px;
  }

  .fci-menu {
    display: none;
  }

  .company-info-nav {
    display: none;
  }

  .company-info-buttons {
    margin: 0 0 36px;
  }

  .company-info-text {
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1.73333333em;
    padding: 0 25px;
  }

  .company-info-text p {
    margin: 0 0 20px;
  }

  .hero {
    min-height: 224px;
  }

  .hero h1 {
    font-size: 45px;
    line-height: 1.11111111em;
    letter-spacing: 0.02em;
  }
  .hero h1 span {
    font-size: .65em;
  }
  .collapsibles-teaser {
    padding: 32px 30px 32px 0;
  }

  .content-columns {
    padding: 60px 0;
  }

  .content-columns-grid {
    grid-row-gap: 30px;
    padding: 0 15px;
  }

  .fb-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 55px 0 20px;
  }

  .fb-grid.with-subtitle {
    padding: 78px 0 20px;
  }

  .fb-wrapper {
    padding: 27px 0 41px;
  }

  .fb-outside .fb-wrapper {
    padding: 27px 0 20px;
  }

  .fb-thumbnail {
    margin-right: 10px;
    -webkit-box-shadow: 9px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 9px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 35px;
  }

  .fb-subtitle {
    position: absolute;
    top: 27px;
    left: 0;
  }

  .fb-title {
    font-size: 32px;
    line-height: 1.0625em;
    letter-spacing: 0.01882353em;
  }

  .fb-text {
    font-size: 16px;
    line-height: 1.375em;
    letter-spacing: 0.02em;
    margin-bottom: 21px;
  }

  .fb-btn {
    padding: 16px 67px 16px 23px;
  }

  .home-slider-item {
    height: 222px;
  }

  .home-slider-text {
    font-size: 19px;
    line-height: 1.26315789em;
    letter-spacing: 0.02em;
    padding: 25px 0 21px;
  }

  .aside-item {
    min-height: 60px;
    padding: 10px 0;
  }

  .video-grid {
    padding: 49px 0 66px;
  }

  .video-grid-grid-item-title {
    font-size: 16px;
  }

  .buttons-link {
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.09em;
    padding: 9px 16px;
  }

  .page-header .buttons-icon,
  .mobile-header .buttons-icon {
    width: 32px;
    height: 32px;
  }

  .page-footer .buttons-list {
    margin-bottom: 36px;
  }

  .page-footer .buttons-link {
    font-size: 15px;
    padding: 10px 21px 11px;
  }

  .newsletter {
    background-color: #343434;
    padding: 57px 0 50px;
  }

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

  .newsletter-fields label {
    font-weight: 700;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 1.46666667em;
    margin-bottom: 22px;
  }

  .newsletter-fields input[type=email] {
    max-width: 290px;
  }

  .newsletter-fields input[type=email]::-webkit-input-placeholder {
    font-size: 17px;
    letter-spacing: 1.36px;
  }

  .newsletter-fields input[type=email]:-ms-input-placeholder {
    font-size: 17px;
    letter-spacing: 1.36px;
  }

  .newsletter-fields input[type=email]::-ms-input-placeholder {
    font-size: 17px;
    letter-spacing: 1.36px;
  }

  .newsletter-fields input[type=email]::placeholder {
    font-size: 17px;
    letter-spacing: 1.36px;
  }

  .twitter-feed {
    padding: 55px 0 100px;
  }

  .twitter-feed-icon {
    width: 34px;
    height: 27px;
    margin-bottom: 22px;
  }

  .twitter-feed-text {
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: 0.02em;
  }

  .ctf-tweet-text {
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: 0.02em;
  }

  .ctf-author-box {
    width: 100%;
  }

  .ctf-author-box .ctf-author-name {
    display: none !important;
  }

  .ctf-author-box .ctf-author-screenname {
    display: block !important;
    font-size: 13px !important;
    line-height: 2.30769231em;
    letter-spacing: 0.08em;
  }

  .ctf-author-box .ctf-tweet-meta {
    display: none !important;
  }

  .anchor-nav {
    height: 62px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .anchor-nav-list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .anchor-nav li {
    display: none;
    width: 100%;
    text-align: center;
  }

  .anchor-nav li.active {
    display: block;
  }

  .anchor-nav a {
    font-size: 14px;
    line-height: 3.14285714em;
    letter-spacing: 0.08em;
    display: block;
  }

  .anchor-nav-arrow {
    width: 52px;
    text-align: center;
    color: #303030;
    font-size: 20px;
    font-weight: bold;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
  }

  .anchor-nav.is-scrolled {
    position: fixed;
    top: 64px;
    width: 100%;
    background-color: #ffffff;
    z-index: 8;
  }

  .blog .select-wrapper {
    padding: 0 15px;
  }

  .blog .select2 {
    margin-bottom: 35px;
  }

  .blog .posts {
    padding: 40px 0 59px;
  }

  .posts {
    padding: 43px 0;
  }

  .posts-heading {
    font-size: 15px;
    line-height: 2.66666667em;
    letter-spacing: 0.03em;
  }

  .posts-item {
    margin-bottom: 37px;
  }

  .posts-thumbnail {
    height: 220px;
    margin-bottom: 10px;
  }

  .posts-date {
    font-size: 12px;
    line-height: 3.33333333em;
    letter-spacing: 0.08em;
  }

  .posts-title {
    font-size: 20px;
    line-height: 1.3em;
    letter-spacing: 0.02em;
  }

  .press-media-heading {
    font-size: 15px;
    line-height: 2.66666667em;
    letter-spacing: 0.03em;
    margin-bottom: 40px;
  }

  .press-media-thumbnail {
    width: 100%;
    height: 180px;
  }

  .press-releases-heading {
    font-size: 15px;
    line-height: 2.66666667em;
    letter-spacing: 0.03em;
    margin-bottom: 40px;
  }

  .research {
    padding: 40px 0;
  }

  .research-item {
    margin-bottom: 30px;
  }

  .research-item:last-of-type {
    margin-bottom: 0;
  }

  .research-thumbnail {
    margin-bottom: 20px;
  }

  .organizations {
    padding: 32px 0 60px;
  }

  .organizations-heading {
    font-size: 15px;
    line-height: 2.66666667em;
    letter-spacing: 0.03em;
    margin-bottom: 48px;
  }

  .post-type-list-header h4 {
    margin-bottom: 32px;
  }

  .post-type-list-button {
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 0.07076923em;
    padding: 14px 18px;
  }

  .sc-btn {
    font-size: 15px;
    line-height: 1em;
    padding: 17px 61px 17px 19px;
  }

  .sc-number .number {
    font-size: 50px;
    line-height: 1em;
    letter-spacing: 0.02em;
    margin-bottom: 2px;
  }

  .sc-quote .text {
    font-size: 18px;
    line-height: 1.36363636em;
    letter-spacing: 0.02em;
    margin-bottom: 19px;
  }

  .sc-quote .author {
    padding-top: 3px;
    font-size: 15px;
    line-height: 2.66666667em;
    letter-spacing: 0.08em;
  }

  .sc-highlight {
    margin-bottom: 31px;
  }

  .sc-highlight .text {
    font-size: 18px;
    line-height: 1.55555556em;
    letter-spacing: 0.02em;
  }

  .page-single {
    padding: 26px 15px 10px;
  }

  .page-single-title {
    margin-bottom: 10px;
  }

  .page-single-grid {
    grid-row-gap: 34px;
    grid-template-columns: 100%;
  }
}

@media (max-width: 767px) {
  .lightbox-content {
    top: 100px;
  }

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

  .press-releases-grid-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .press-releases-thumbnail {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .video-grid-thumbnail {
    height: 180px;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  .fci-menu a {
    font-size: 17px;
    line-height: 3.05882353em;
    letter-spacing: 0.08em;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .video-grid-thumbnail {
    height: 100px;
  }

  .press-media-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .video-grid-thumbnail {
    height: 150px;
  }

  .press-media-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .posts-item {
    width: 49%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .organizations-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-board-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.hero-heading-search,
.search-form {
  max-width: 916px;
  width: 100%;
}

.search-form {
  position: relative;
  padding: 0 56px;
  border-bottom: 8px solid #ffffff;
}

.search-form input[type="text"] {
  width: 100%;
  background-color: #272727;
  font-family: "Vollkorn", serif;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 12px;
  letter-spacing: .8px;
  color: #ffffff;
  border: none;
}

.search-form input[type="text"]:focus,
.search-form input[type="text"]:hover {
  outline: none;
}

@media (min-width: 960px) {
  .icon-search-submit-sp {
    width: 33px;
    height: 35px;
    top: 28px;
    left: 0;
    cursor: pointer;
  }
}

.icon-search-submit-sp svg {
  max-width: 33px;
}

.search-form input[type="submit"] {
  display: none;
}

@media (max-width: 959px) {
  .hero-heading-search {
    padding: 0 15px;
  }

  .search-form input[type="text"] {
    font-size: 25px;
    line-height: 25px;
  }

  .search-form {
    position: relative;
    padding: 0 56px;
    border-bottom: 4px solid #ffffff;
  }

  .icon-search-submit-sp {
    top: 18px;
    left: 10px;
    cursor: pointer;
  }
}

mark {
  background: linear-gradient(transparent 51%, #fff0a8 0%);
  background-position-y: 0;
}

.aside-media-nav-list {
  margin-bottom: 10px;
  padding: 0;
}

.aside-media-nav-list > li > a {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 2.22;
  letter-spacing: 0.08em;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  pointer-events: none;
  cursor: default;
}

.aside-media-nav-list > li > ul > li > a {
  text-transform: none;
  font-size: 14px;
}

.aside-media-nav-list > li > ul > li > a::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.aside-media-nav-list > li > ul > li {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
  text-transform: initial;
  color: #616161;
}

.aside-media-nav .current-menu-item a {
  background: linear-gradient(transparent 61%, #fff0a8 0%);
  background-position-y: 0;
  font-weight: 400;
}

.aside-media-nav-list .sub-menu {
  padding-left: 8px;
}

@media (min-width: 992px) {
  .anchor-nav.with-media {
    display: none;
  }
}

@media (max-width: 991px) {
  .resources-template-default .single-aside {
    display: none;
  }
}

.newsletter-fields-v2 {
  text-align: center;
}
.mc4wp-form-theme .newsletter-fields-v2 input {
  display: inline-block;
}
@media (min-width: 992px) {
  .newsletter-fields-v2 .input-wrapper {
    display: inline-block;
  }
  .mc4wp-form-theme-dark.mc4wp-form-theme  .newsletter-fields-v2 input[type=submit].custom-submit {
    margin-top: 0;
    font-size: inherit;
    vertical-align: top;
    border: 1px solid #ccc;
  }
}
.mc4wp-alert.mc4wp-success p span,
.mc4wp-response, 
.mc4wp-response p,
.mc4wp-alert.mc4wp-success p,
.mc4wp-alert.mc4wp-error {
  text-align: center;
  color: #303030 !important;
}
.page-footer .mc4wp-alert.mc4wp-success p span,
.page-footer .newsletter-wrapper .mc4wp-response, 
.page-footer .newsletter-wrapper .mc4wp-response p,
.page-footer .mc4wp-alert.mc4wp-error,
.page-footer .newsletter-fields-v2 {
  text-align: center;
  color:white !important;
}
.page-template-tpl-tiktok .content-columns-grid .newsletter-fields-v2 > label,
.page-template-tpl-tiktok .content-columns-grid .newsletter-fields-v2 .input-wrapper.phone_field,
.page-template-tpl-tiktok .content-columns-grid .newsletter-fields-v2 .input-wrapper.lname_field {
  display: none;
}
.content-columns.editor-content .mc4wp-form {
  margin: 0;
}
.page-template-tpl-tiktok .column_type_auto-cols {
  padding-top: 0 !important;
  margin-top:0 !important;
}
