/*!
 * DO NOT OVERRIDE THIS FILE.
 * Generated with `npm run build`
 *
 * wdg-wordpress-theme - WDG's opinionated WordPress theme
 * @version 0.7.0
 * @author WDG
 * @link https://www.webdevelopmentgroup.com/
 */

@charset "UTF-8";
/*! 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.
     */
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 */
  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;
}

.visually-hidden,
.u-visually-hidden {
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  width: 1px !important;
  word-wrap: normal !important;
}

.visually-hidden.focusable:focus, .visually-hidden.focusable:active, .visually-hidden.u-focusable:focus, .visually-hidden.u-focusable:active,
.u-visually-hidden.focusable:focus,
.u-visually-hidden.focusable:active,
.u-visually-hidden.u-focusable:focus,
.u-visually-hidden.u-focusable:active {
  clip: auto !important;
  height: auto !important;
  overflow: visible !important;
  position: static !important;
  width: auto !important;
}

.l-constrain {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.l-constrain .l-constrain {
  padding-left: 0;
  padding-right: 0;
}

.l-constrain--no-padding {
  padding-left: 0;
  padding-right: 0;
}

html {
  background-color: #272727;
  color: #FFFFFF;
}

body {
  background-color: #FFFFFF;
  color: #111111;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 32px;
  margin: 0;
}

:focus {
  outline-color: #f38500;
}

.main-container {
  padding-bottom: 3rem;
}

@media (min-width: 769px) {
  .main-container {
    padding-bottom: 14.3rem;
  }
}

.home .main-container {
  padding-bottom: 0;
}

@media screen and (min-width: 767px) {
  .home .main-container {
    margin-bottom: 11rem;
  }
}

.standard-column {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media screen and (min-width: 1215px) {
  .standard-column {
    margin-left: 0;
  }
}

.content-column {
  margin: 0 20px;
}

hr.job-section {
  border: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 1200px;
  margin: 40px auto;
  width: calc(100% - 60px);
}

.content-related-jobs-columns,
.content-columns {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media (min-width: 769px) {
  .content-related-jobs-columns:first-child,
  .content-columns:first-child {
    width: calc(58.33333% - 31.66667px);
    float: left;
    margin-left: 20px;
  }
  .content-related-jobs-columns:last-child:not(:first-child),
  .content-columns:last-child:not(:first-child) {
    width: calc(41.66667% - 28.33333px);
    float: left;
    margin-left: 20px;
    border-left: 1px solid #c1c1c1;
    margin-left: 27px;
    padding-left: 12px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1025px) {
  .content-related-jobs-columns:first-child,
  .content-columns:first-child {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
  }
  .content-related-jobs-columns:last-child:not(:first-child),
  .content-columns:last-child:not(:first-child) {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
    margin-left: 27px;
    padding-left: 12px;
  }
}

@media (min-width: 769px) {
  .content-related-jobs-columns .related-jobs-sidebar,
  .content-related-jobs-columns .content-sidebar,
  .content-columns .related-jobs-sidebar,
  .content-columns .content-sidebar {
    padding-left: 1.6rem;
  }
}

.content-related-jobs-columns .related-jobs-sidebar h3,
.content-related-jobs-columns .content-sidebar h3,
.content-columns .related-jobs-sidebar h3,
.content-columns .content-sidebar h3 {
  color: #27292d;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.content-related-jobs-columns .related-jobs-sidebar hr,
.content-related-jobs-columns .content-sidebar hr,
.content-columns .related-jobs-sidebar hr,
.content-columns .content-sidebar hr {
  max-width: 50px;
  margin: 0.8rem 0 0.7rem;
  border-top: 2px solid #f38500;
}

.content-related-jobs-columns .related-jobs-sidebar .job-title,
.content-related-jobs-columns .related-jobs-sidebar .sidebar-title,
.content-related-jobs-columns .content-sidebar .job-title,
.content-related-jobs-columns .content-sidebar .sidebar-title,
.content-columns .related-jobs-sidebar .job-title,
.content-columns .related-jobs-sidebar .sidebar-title,
.content-columns .content-sidebar .job-title,
.content-columns .content-sidebar .sidebar-title {
  max-width: 300px;
}

.content-related-jobs-columns .related-jobs-sidebar .job-title:not(:last-of-type),
.content-related-jobs-columns .related-jobs-sidebar .sidebar-title:not(:last-of-type),
.content-related-jobs-columns .content-sidebar .job-title:not(:last-of-type),
.content-related-jobs-columns .content-sidebar .sidebar-title:not(:last-of-type),
.content-columns .related-jobs-sidebar .job-title:not(:last-of-type),
.content-columns .related-jobs-sidebar .sidebar-title:not(:last-of-type),
.content-columns .content-sidebar .job-title:not(:last-of-type),
.content-columns .content-sidebar .sidebar-title:not(:last-of-type) {
  margin-bottom: 0.5rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #c1c1c1;
}

.content-related-jobs-columns .related-jobs-sidebar .job-title a,
.content-related-jobs-columns .related-jobs-sidebar .sidebar-title a,
.content-related-jobs-columns .content-sidebar .job-title a,
.content-related-jobs-columns .content-sidebar .sidebar-title a,
.content-columns .related-jobs-sidebar .job-title a,
.content-columns .related-jobs-sidebar .sidebar-title a,
.content-columns .content-sidebar .job-title a,
.content-columns .content-sidebar .sidebar-title a {
  color: #34363b;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}

.content-related-jobs-columns .related-jobs-sidebar .button,
.content-related-jobs-columns .content-sidebar .button,
.content-columns .related-jobs-sidebar .button,
.content-columns .content-sidebar .button {
  margin-top: 1rem;
}

.related-posts-tools-reports {
  position: relative;
  padding: 1rem 0;
}

.related-posts-tools-reports__title {
  font-size: 32.5px;
  font-weight: 700;
}

.related-posts-tools-reports hr {
  margin: 2rem 0;
}

.related-posts-tools-reports .resources-column {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media (min-width: 769px) {
  .related-posts-tools-reports .resources-column {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
    margin-left: calc(8.33333% - 21.66667px + 40px);
  }
}

.related-posts-tools-reports img {
  display: inline-block;
  vertical-align: middle;
  max-width: 75px;
}

.related-posts-tools-reports h2 {
  display: inline-block;
  margin-left: 1rem;
  margin-right: 2rem;
  vertical-align: middle;
  color: #34363b;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 0;
}

@media (min-width: 769px) {
  .related-posts-tools-reports h2 {
    max-width: 50%;
    width: 100%;
  }
}

@media (min-width: 769px) {
  .related-posts-tools-reports .button-container {
    display: inline-block;
    max-width: 25%;
    width: 100%;
    text-align: right;
  }
}

.page-template-template-dynamic h3 {
  color: #f38500;
  margin: 15px 0;
}

.post-content-subtitle {
  color: #313131;
  font-family: Montserrat;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .post-content-subtitle {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .l-section__content .post-content-subtitle {
    width: unset;
    margin-left: unset;
  }
}

.post-content-subtitle hr {
  margin: 2rem 0;
}

.post-content {
  position: relative;
  display: inline-block;
  width: 100%;
}

.post-content .regions {
  font-size: 15px;
  margin-bottom: 3rem;
}

.post-content .regions strong {
  margin-right: 1rem;
}

.post-content .regions .divider {
  margin: 0 1.2rem;
  border-right: 1px solid #cecece;
  padding: 3px 0;
}

@media (max-width: 768px) {
  .post-content .share-sidebar {
    margin-bottom: 1rem;
  }
  .post-content .share-sidebar hr {
    display: none;
  }
}

@media (min-width: 769px) {
  .post-content .share-sidebar {
    width: calc(12.5% - 22.5px);
    float: left;
    margin-left: 20px;
  }
  .post-content .share-sidebar .title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding-bottom: 1rem;
    width: 39px;
    height: 62px;
  }
  .post-content .share-sidebar .a2a_kit {
    position: relative;
    display: inline-block;
    margin-top: 1.2rem;
    margin-bottom: 2rem;
    left: -6px;
  }
  .post-content .share-sidebar .a2a_kit a {
    display: block;
    margin-bottom: 1rem;
  }
  .post-content .share-sidebar .a2a_kit img {
    vertical-align: top;
  }
  .post-content .share-sidebar hr {
    border-top: 0;
    border-left: 1px solid #aaa;
    width: 1px;
    height: 90px;
    margin: 0;
    margin-left: 1.2rem;
    display: block;
  }
  .post-content .share-sidebar ~ .content {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
  }
  .post-content .share-sidebar ~ .content h2 {
    margin-bottom: 16px;
  }
  .post-content .project-goals-column {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .post-content .project-goals-column {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
    float: left;
    margin-left: calc(12.5% + 33.5px);
  }
}

@media (min-width: 769px) {
  .post-content + .project-goals h3 {
    margin-top: 0;
  }
  .post-content + .project-goals .wrap {
    padding-top: 0;
  }
}

.post-content p {
  margin-top: 0;
}

@media (min-width: 769px) {
  .additional-content-editor .standard-column {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
    margin-left: calc(12.5% - 22.5px + 40px);
  }
}

@media (min-width: 769px) {
  .job-column {
    width: calc(75% - 40px);
    margin-left: calc(17.5% + 33.5px);
  }
}

@media (max-width: 1024px) {
  .job-column {
    margin-left: calc(12.5% + 12.5px);
  }
}

@media (max-width: 768px) {
  .job-column {
    width: 100%;
    margin-left: 0;
  }
}

blockquote {
  margin: 2rem 0;
}

blockquote p {
  color: #313131;
  font-family: Montserrat;
  font-size: 26px;
  font-weight: 400;
  line-height: 46px;
  margin-bottom: 0.7rem;
}

blockquote p:last-of-type {
  font-size: 13px;
  font-weight: 700;
  line-height: 33px;
}

blockquote p:last-of-type::before {
  content: '';
  display: block;
  width: 47px;
  height: 2px;
  background-color: #f38500;
  margin: 0 0 0.5rem;
}

.archive-search-title {
  margin-bottom: 1.5rem;
}

.bctt-click-to-tweet {
  display: inline-block;
}

.tags .wrap {
  padding: 0;
  font-size: 14px;
}

hr {
  border: 0;
  max-width: 85px;
  margin: 1.2rem 0;
  border-top: 3px solid #f38500;
  text-align: left;
}

hr.full-width {
  max-width: none;
}

a {
  color: #1398e7;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin: 0;
  margin-top: 32px;
}

p {
  margin: 9px 0 27px;
}

/* stylelint-disable selector-type-no-unknown */
h1,
.h1,
.searchform.is-showing label.hidden {
  color: inherit;
  font: bold 2.3125em/1.27 "Montserrat", sans-serif;
}

h2,
.h2 {
  color: inherit;
  font: bold 1.625em/1.38 "Montserrat", sans-serif;
}

h3,
.h3 {
  color: inherit;
  font: bold 1.25em/1.5 "Montserrat", sans-serif;
}

h4,
.h4,
.searchform label.hidden {
  color: inherit;
  font: bold 1.125em/1.5 "Montserrat", sans-serif;
}

h5,
.h5 {
  color: inherit;
  font: bold 1.1em/1.5 "Montserrat", sans-serif;
}

h6,
.h6,
legend {
  color: inherit;
  font: bold 1em/1.625 "Montserrat", sans-serif;
}

/* stylelint-enable selector-type-no-unknown */
img {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  vertical-align: bottom;
}

figure {
  margin: 0;
}

figcaption {
  font-size: 0.875em;
  line-height: 1.4;
  padding: 1em 0;
  text-align: left;
}

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

nav li {
  margin: 0;
}

dl {
  margin: 32px auto;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 32px;
  margin-left: 0;
}

ul,
ol {
  /* Issa -10.11: Setting second line
	* to align properly with inner bullet left border
	* Made sense to just put the bullet outside the li;
	* list-style-position: inside;
	*/
  margin: 32px 0;
  padding-left: 32px;
}

li {
  margin: 16px 0;
}

fieldset {
  border: 0;
  border-top: 1px solid #34363b;
  margin: 32px 0;
  padding: 0;
}

legend {
  margin-left: 0.5em;
  padding: 0 0.5em;
}

label {
  cursor: pointer;
  display: inline-block;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  border: 1px solid #585b64;
  padding: 0.625em 1em;
}

a,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  cursor: pointer;
}

@media (max-width: 768px) {
  .small-down-hidden {
    display: none;
  }
}

.text-hidden {
  display: none;
}

.expand-more-ellipsis {
  color: #1398e7;
  cursor: pointer;
}

.expand-more-ellipsis:hover {
  text-decoration: underline;
}

.body-overflow {
  overflow: hidden;
  position: relative;
}

.breadcrumb-with-share {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.breadcrumb-with-share .horizontal-share-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 320px;
  margin-top: -5px;
}

.breadcrumb-with-share .horizontal-share-sidebar .addtoany_list a img {
  vertical-align: middle;
  width: 32px;
}

.breadcrumb-with-share .horizontal-share-sidebar hr {
  border-top: 1px solid #aaa;
  margin: 0 6px 0 8px;
  width: 40px;
  height: 1px;
  display: block;
}

.breadcrumb {
  display: none;
}

@media (min-width: 769px) {
  .breadcrumb {
    background-color: #FFFFFF;
    display: block;
    font-size: 0.9em;
    padding: 35px 0 20px;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 1025px) {
  .breadcrumb {
    margin-top: -70px;
  }
}

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

.breadcrumb__list-item a {
  color: #373737;
}

.breadcrumb__list-item a.home {
  color: #f38500;
  font-size: 1.1rem;
}

.breadcrumb__list-item:not(:first-child)::before {
  color: #373737;
  content: "\f105";
  font-family: FontAwesome;
  margin: 0 1rem;
}

/* ============================
=            GRID            =
============================ */
.our-work .section-title {
  padding-left: 15px;
  padding-right: 15px;
}

.by-the-numbers-component .by-the-numbers-columns {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media (min-width: 769px) {
  .by-the-numbers-component .by-the-numbers-columns {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}

@media (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .by-the-numbers-component .by-the-numbers-columns:last-child {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}

@media (min-width: 1025px) {
  .by-the-numbers-component .by-the-numbers-columns {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
  .by-the-numbers-component .by-the-numbers-columns:not(:first-child) {
    margin-left: calc(8.33333% - 21.66667px + 40px);
  }
}

/* =====  End of GRID  ====== */
.by-the-numbers-component {
  position: relative;
  background-color: #005065;
  color: #fff;
  padding: 1.3rem 0 1.1rem;
}

.by-the-numbers-component h2 {
  font-size: 3.375rem;
  font-weight: 700;
  margin: 0 0 6px;
  text-align: center;
  margin-bottom: 0;
}

.by-the-numbers-component p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 20px;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: initial;
}

/* stylelint-disable property-no-unknown, unit-no-unknown */
.facetwp-listing__cards {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}

@media (min-width: 600px) {
  .featured-content--grid-2 .facetwp-listing__cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 600px) {
  .featured-content--grid-3 .facetwp-listing__cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 769px) {
  .featured-content--grid-3 .facetwp-listing__cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 769px) {
  .featured-content--grid-2 .facetwp-listing__cards.facetwp-listing__cards-persons {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 769px) {
  .featured-content--grid-3 .facetwp-listing__cards.facetwp-listing__cards-persons {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1025px) {
  .featured-content--grid-3 .facetwp-listing__cards.facetwp-listing__cards-persons {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* stylelint-enable property-no-unknown, unit-no-unknown */
.facetwp-listing__card-person {
  text-align: center;
}

.facetwp-listing__card-person picture {
  border: 1px solid #c6c6c6;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 0.5rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.facetwp-listing__card-person .facetwp-listing__card-image-placeholder {
  height: 289px;
  width: 289px;
}

.facetwp-listing__card-news-blog {
  border: 1px solid #b5b8c2;
}

.facetwp-listing__card-news-blog:hover, .facetwp-listing__card-news-blog:focus, .facetwp-listing__card-news-blog:active {
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
}

.facetwp-listing__card-news-blog:hover .facetwp-listing__card-title, .facetwp-listing__card-news-blog:focus .facetwp-listing__card-title, .facetwp-listing__card-news-blog:active .facetwp-listing__card-title {
  color: #00aaec;
}

.facetwp-listing__card-news-blog a {
  color: #313131;
  text-decoration: none;
}

.facetwp-listing__card-news-blog .content-container {
  padding: 2.5rem 3rem 2.1rem;
}

.facetwp-listing__card-link {
  display: block;
  overflow: hidden;
  position: relative;
}

.facetwp-listing__card-person .facetwp-listing__card-link:hover, .facetwp-listing__card-person .facetwp-listing__card-link:focus, .facetwp-listing__card-person .facetwp-listing__card-link:active {
  text-decoration: none;
}

.facetwp-listing__card-person .facetwp-listing__card-link:hover .facetwp-listing__card-title, .facetwp-listing__card-person .facetwp-listing__card-link:focus .facetwp-listing__card-title, .facetwp-listing__card-person .facetwp-listing__card-link:active .facetwp-listing__card-title {
  color: #00aaec;
}

.facetwp-listing__card-link:hover .facetwp-listing__card-image, .facetwp-listing__card-link:focus .facetwp-listing__card-image, .facetwp-listing__card-link:active .facetwp-listing__card-image {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

.facetwp-listing__card-person .facetwp-listing__card-link:hover .facetwp-listing__card-image,
.facetwp-listing__card-news-blog .facetwp-listing__card-link:hover .facetwp-listing__card-image, .facetwp-listing__card-person .facetwp-listing__card-link:focus .facetwp-listing__card-image,
.facetwp-listing__card-news-blog .facetwp-listing__card-link:focus .facetwp-listing__card-image, .facetwp-listing__card-person .facetwp-listing__card-link:active .facetwp-listing__card-image,
.facetwp-listing__card-news-blog .facetwp-listing__card-link:active .facetwp-listing__card-image {
  -webkit-transform: none;
          transform: none;
}

.facetwp-listing__card-image {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
}

.facetwp-listing__card-person .facetwp-listing__card-image {
  max-width: 289px;
  -webkit-transition: none;
  transition: none;
}

.facetwp-listing__card-content {
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(#363636), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #363636 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  /* stylelint-disable-line function-name-case */
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
}

.facetwp-listing__card-content-container {
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(#363636), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #363636 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#363636", endColorstr="#000000", GradientType=1);
  /* stylelint-disable-line function-name-case */
  padding: 100px 1.2rem 1.2rem;
}

.facetwp-listing__card-title {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}

.facetwp-listing__card-person .facetwp-listing__card-title {
  color: initial;
  font-size: 25px;
  font-weight: 700;
  margin-top: 25px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.facetwp-listing__card-news-blog .facetwp-listing__card-title {
  color: initial;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 0.25rem;
}

.facetwp-listing__card-footer {
  color: #fff;
  font-size: 0.8rem;
  margin: 0;
}

.facetwp-listing__card-person .facetwp-listing__card-footer {
  color: initial;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15;
}

.facetwp-listing__date {
  color: #313131;
  font-size: 14px;
  font-weight: 700;
  line-height: 33px;
}

.faceetwp-listing__author-link:hover, .faceetwp-listing__author-link:focus, .faceetwp-listing__author-link:active {
  color: #00aaec;
}

.facetwp-listing__reading-time {
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
}

.facetwp-listing__reading-time::before {
  background-image: url("../img/clock.png");
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
  top: -2px;
  width: 24px;
  height: 26px;
}

.facetwp-listing__category-list {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 1rem;
}

.card {
  background-color: #fff;
  border: 1px solid #b5b8c2;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .card {
    margin-bottom: 0;
  }
}

.card:hover, .card:focus {
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
}

.card a {
  color: #313131;
}

.card a:hover, .card a:focus {
  text-decoration: none;
}

.card a:hover h3, .card a:focus h3 {
  color: #00aaec;
}

.card .content-container {
  color: #000;
  padding: 2.5rem 3rem 2.1rem;
}

.card .content-container h3 {
  color: #34363b;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 0.25rem;
}

.card .content-container h3:hover {
  color: #00aaec;
}

.card .content-container .author,
.card .content-container .date {
  color: #313131;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 33px;
}

.card .content-container .reading-time {
  color: #313131;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
}

.card .content-container .reading-time::before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
  top: -2px;
  width: 24px;
  height: 26px;
  background-image: url("../img/clock.png");
}

.card .content-container .category-list {
  color: #313131;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 1rem;
}

.card .content-container .excerpt p {
  color: #2e2e2e;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.contact-us-maps::after {
  clear: both;
  content: "";
  display: block;
}

.contact-us-maps h2,
.contact-us-maps h3 {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

.contact-us-maps p.location-map {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media (min-width: 769px) {
  .contact-us-maps p.location-map {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
  }
}

.contact-us-maps p.location-map iframe {
  width: 100%;
}

.contact-us-maps p:not(.location-map) {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media (min-width: 769px) {
  .contact-us-maps p:not(.location-map) {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
  margin-top: 0;
}

.section-content {
  position: relative;
}

@media (max-width: 1024px) {
  .section-content {
    display: inline-block;
    width: 100%;
    padding: 100px 0 40px;
  }
  .section-content .content-wrapper:last-of-type {
    margin-top: 3rem;
  }
}

.section-content .content-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-content .content-wrapper::after {
  content: '';
  display: block;
  clear: both;
}

.cta {
  background-color: #3e3e3e;
  background-image: url(../img/logo-mark.png);
  background-position: left 12px top 20px;
  background-repeat: no-repeat;
  background-size: 50px;
  color: #FFFFFF;
  margin: 50px auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
}

@media (min-width: 769px) {
  .cta {
    background-position: left 20px center;
  }
}

.page-template-template-careers .cta {
  background-color: transparent;
  background-image: none;
  color: #111111;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.cta__link {
  color: #FFFFFF;
  display: block;
  max-width: 875px;
  padding: 90px 15px 35px;
}

.page-template-template-careers .cta__link {
  color: #111111;
  max-width: none;
  padding: unset;
}

@media (min-width: 769px) {
  .cta__link {
    padding: 2rem 2rem 2rem 31%;
  }
}

@media (min-width: 1025px) {
  .cta__link {
    padding: 2rem 22%;
  }
}

.cta__link:hover, .cta__link:focus, .cta__link:active {
  text-decoration: none;
}

.cta__link:hover .cta__title, .cta__link:focus .cta__title, .cta__link:active .cta__title {
  text-decoration: underline;
}

.cta__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}

.page-template-template-careers .cta__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.38;
  margin-top: 35px;
}

.cta__buttons ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /* stylelint-disable property-no-unknown */
  /* stylelint-enable property-no-unknown */
}

@media (min-width: 1280px) {
  .cta__buttons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cta__buttons ul li {
  margin: 0;
}

.cta__buttons .button {
  margin-bottom: 1rem;
}

.employment-opps {
  position: relative;
  padding: 2.3rem 0 2rem;
}

.employment-opps h2 {
  color: #313131;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 1.5rem;
}

.employment-opps h2.current-job-listing {
  color: #313131;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  margin-top: 7.6rem;
}

.employment-opps h3 {
  color: #313131;
  font-family: Montserrat;
  font-size: 21px;
  font-weight: 400;
  margin-top: 0;
}

.employment-opps hr {
  border-top: 2px solid #f38500;
  max-width: 47px;
  margin: 25px auto 25px 0;
}

.employment-opps ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 769px) {
  .employment-opps ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.employment-opps ul li {
  margin: 0;
  line-height: 83px;
}

.employment-opps ul li a {
  color: #313131;
}

.employment-opps ul li a:hover, .employment-opps ul li a:focus {
  color: #1398e7;
  text-decoration: none;
}

.external-publications .publication {
  width: 100%;
}

.external-publications .publication h3 {
  margin-top: 0.6rem;
  margin-bottom: 0.3rem;
}

.external-publications .publication h3 a {
  color: #313131;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 35px;
}

.external-publications .publication ~ .publication {
  border-top: 2px solid #b5b8c2;
}

/* stylelint-disable unit-no-unknown */
@media (min-width: 769px) {
  .facet-selects {
    display: grid;
    grid-template-columns: 1fr 1fr 120px;
  }
}

@media (min-width: 1025px) {
  .facet-selects {
    grid-template-columns: 315px 315px 1fr;
  }
}

.facet-label {
  color: #313131;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.facetwp-facet.facetwp-type-fselect {
  margin-bottom: 0.5rem;
  margin-right: 1rem;
  line-height: 1;
}

@media (min-width: 769px) {
  .facet-wrapper .facetwp-facet.facetwp-type-fselect .fs-wrap .fs-dropdown {
    position: relative;
  }
}

.facetwp-facet.facetwp-type-fselect .fs-wrap {
  width: 100%;
}

@media (min-width: 769px) {
  .facetwp-facet.facetwp-type-fselect .fs-wrap {
    max-width: 292px;
  }
}

.facetwp-facet.facetwp-type-fselect .fs-wrap.fs-open .fs-label-wrap {
  background: #eeeeee;
}

.facetwp-facet.facetwp-type-fselect .fs-wrap .fs-dropdown {
  border: 1px solid #b5b8c2 !important;
  border-top: 0 !important;
  border-radius: 0;
  margin-top: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  position: relative;
  width: calc(100% - 2px);
}

@media (min-width: 769px) {
  .facetwp-facet.facetwp-type-fselect .fs-wrap .fs-dropdown {
    position: absolute;
  }
}

.facetwp-facet.facetwp-type-fselect .fs-label-wrap,
.facetwp-facet.facetwp-type-fselect .facetwp-dropdown {
  border: 0 !important;
  font-family: Montserrat;
  font-weight: 700;
  color: #313131;
  max-width: 130px;
}

.facetwp-facet.facetwp-type-fselect .fs-label-wrap .fs-arrow,
.facetwp-facet.facetwp-type-fselect .facetwp-dropdown .fs-arrow {
  border-top: 5px solid #f38500;
}

.facetwp-facet.facetwp-type-fselect .fs-label-wrap {
  cursor: pointer !important;
  width: auto;
}

.facetwp-facet.facetwp-type-fselect .fs-label-wrap .fs-label {
  border: 1px solid #b5b8c2;
}

.facetwp-pager {
  display: inline-block;
  padding: 3rem 5rem 2.4rem 3.5rem;
  position: relative;
  z-index: 10;
}

.facetwp-pager__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 3rem;
  color: #8d919d;
}

.facetwp-pager__previous {
  left: 2rem;
}

.facetwp-pager__next {
  right: 2rem;
}

.facetwp-pager__previous--disabled, .facetwp-pager__next--disabled {
  opacity: 0.35;
}

.facetwp-pager__current {
  position: relative;
  top: -1rem;
  left: 2rem;
  font-size: 46px;
  font-weight: 700;
  line-height: 49px;
}

.facetwp-pager__divider {
  position: relative;
  width: 88px;
  height: 2px;
  background-color: #8d919d;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -0.6rem;
}

.facetwp-pager__total {
  position: relative;
  bottom: -1rem;
  right: 1rem;
  color: #8d919d;
  font-size: 20px;
  font-weight: 400;
  line-height: 49px;
}

a.facetwp-pager__button:hover, a.facetwp-pager__button:focus {
  color: #313131;
}

.facetwp-selections ul {
  margin: 0 0 1rem;
  padding: 0;
}

.facetwp-selections ul li {
  font-size: 15px;
  margin: 5px 0;
}

.facetwp-selections ul li .facetwp-selection-label {
  display: none;
}

.facetwp-selections ul li .facetwp-selection-value {
  background-image: url(../img/facet-selections-orange.png);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 21px;
}

/* stylelint-enable unit-no-unknown */
.featured-content {
  margin: 0 20px;
}

.featured-content__title {
  margin-bottom: 32px;
  margin-top: 0;
}

.featured-content__title::after {
  background-color: #f38500;
  content: '';
  display: block;
  height: 3px;
  margin: 1.2rem 0;
  max-width: 85px;
  text-align: left;
  width: 100%;
}

/* stylelint-disable property-no-unknown, unit-no-unknown */
.featured-content__cards {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}

@media (min-width: 600px) {
  .featured-content--grid-2 .featured-content__cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 600px) {
  .featured-content--grid-3 .featured-content__cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 769px) {
  .featured-content--grid-3 .featured-content__cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* stylelint-enable property-no-unknown, unit-no-unknown */
.featured-content__card-link {
  display: block;
  max-height: 350px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 600px) {
  .featured-content__card-link {
    max-height: 300px;
  }
}

.featured-content__card-link img {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
}

.featured-content__card-link:hover img, .featured-content__card-link:focus img, .featured-content__card-link:active img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

.featured-content__card-content {
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(#363636), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #363636 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  /* stylelint-disable-line function-name-case */
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
}

.featured-content__card-content-container {
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(#363636), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #363636 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#363636", endColorstr="#000000", GradientType=1);
  /* stylelint-disable-line function-name-case */
  padding: 100px 15px 15px;
}

.featured-content__card-eyebrow {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 2px;
  text-transform: uppercase;
}

.featured-content__card-title {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

/* ============================
=            GRID            =
============================ */
footer.footer .subscribe-columns {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  text-align: left;
}

@media (min-width: 769px) {
  footer.footer .subscribe-columns:first-child {
    width: calc(29.16667% - 25.83333px);
    float: left;
    margin-left: 20px;
  }
  footer.footer .subscribe-columns:nth-child(2) {
    width: calc(70.83333% - 34.16667px);
    float: left;
    margin-left: 20px;
    text-align: left;
  }
  footer.footer .subscribe-columns:last-child {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}

@media (min-width: 1025px) {
  footer.footer .subscribe-columns:first-child {
    width: calc(20.83333% - 24.16667px);
    float: left;
    margin-left: 20px;
  }
  footer.footer .subscribe-columns:nth-child(2) {
    width: calc(37.5% - 27.5px);
    float: left;
    margin-left: 20px;
  }
  footer.footer .subscribe-columns:last-child {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
    margin-left: calc(4.16667% - 20.83333px + 40px);
  }
}

/* =====  End of GRID  ====== */
.footer .subscribe-footer {
  position: relative;
  width: 100%;
  background-color: #f38500;
  color: #fff;
  max-width: 1200px;
  padding: 1.5rem 0;
  margin-bottom: 2rem;
}

@media (min-width: 769px) {
  .footer .subscribe-footer {
    margin-top: -10rem;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media (min-width: 1025px) {
  .footer .subscribe-footer {
    margin-bottom: 4rem;
    margin-top: -19rem;
  }
}

.footer .subscribe-footer h2 {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.footer .subscribe-footer .footer-signup .button {
  color: #f38401;
  margin-top: 32px;
  font-size: 1em;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.footer .subscribe-footer .footer-signup .button:hover, .footer .subscribe-footer .footer-signup .button:focus {
  color: #111111;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.footer .top-footer {
  background-color: #313131;
  position: relative;
  text-align: center;
}

@media (min-width: 1025px) {
  .footer .top-footer {
    padding: 12.7rem 0 2.9rem;
    text-align: left;
  }
}

.footer .top-footer::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#f38500), color-stop(25%, #f38500), color-stop(25%, #9bb82d), color-stop(50%, #9bb82d), color-stop(50%, #2ea18e), color-stop(75%, #2ea18e), color-stop(75%, #7b0046), to(#7b0046));
  background: linear-gradient(to right, #f38500 0%, #f38500 25%, #9bb82d 25%, #9bb82d 50%, #2ea18e 50%, #2ea18e 75%, #7b0046 75%, #7b0046 100%);
}

.footer .top-footer > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  /* stylelint-disable unit-no-unknown */
  /* stylelint-enable unit-no-unknown */
}

@media (min-width: 1025px) {
  .footer .top-footer > .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-gap: 10px 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer .footer-logo {
  display: block;
  margin-bottom: 15px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 1025px) {
  .footer .footer-logo {
    grid-column: 1;
    grid-row: 1;
  }
}

.footer .footer-logo img {
  max-width: 230px;
}

.footer .footer-additional-information {
  border-top: 2px solid #6d7079;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-top: 25px;
}

@media (min-width: 1025px) {
  .footer .footer-additional-information {
    border-top: none;
    grid-column: 1;
    grid-row: 2;
    padding-top: 0;
  }
}

.footer .nav--social {
  margin-bottom: 10px;
}

.footer .nav--social ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1025px) {
  .footer .nav--social ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer .nav--social li {
  margin: 0 3px;
  position: relative;
}

.footer .nav--social li a {
  display: block;
  height: 42px;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 42px;
}

.footer .nav--social li::before {
  content: "";
  display: block;
  height: 42px;
  width: 42px;
}

.footer .nav--social li.twitter::before {
  background-image: url("../img/twitter.svg");
}

.footer .nav--social li.facebook::before {
  background-image: url("../img/facebook.svg");
}

.footer .nav--social li.linkedin::before {
  background-image: url("../img/linkedin.svg");
}

.footer .nav--social li.youtube::before {
  background-image: url("../img/youtube.svg");
}

.footer .nav--social li.instagram::before {
  background-image: url("../img/instagram.svg");
}

@media (min-width: 1025px) {
  .footer .nav--bottom-footer {
    margin-top: 5px;
  }
}

.footer .nav--bottom-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media (min-width: 1025px) {
  .footer .nav--bottom-footer ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 1025px) {
  .footer .nav--bottom-footer li {
    border-right: 1px solid #8d919d;
    margin-right: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1025px) {
  .footer .nav--bottom-footer li:last-of-type {
    border-right: none;
  }
}

.footer .nav--bottom-footer a {
  color: #8d919d;
  font-size: 15px;
  font-weight: 400;
}

@media (min-width: 1025px) {
  .footer .nav--bottom-footer a {
    display: block;
    padding: 0;
  }
}

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

@media (min-width: 1025px) {
  .footer .nav--footer {
    grid-row: 1 / span 2;
  }
}

.footer .nav--footer ul {
  /* stylelint-disable unit-no-unknown */
  /* stylelint-enable unit-no-unknown */
}

@media (min-width: 1025px) {
  .footer .nav--footer ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.footer .nav--footer li {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 1025px) {
  .footer .nav--footer li {
    margin: 5px 0;
    padding: 0;
  }
}

.footer .nav--footer li a {
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  position: relative;
}

.footer .nav--footer li a::before {
  border-bottom: 1px solid transparent;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: calc(100% - 17px);
}

.footer .nav--footer li a::after {
  content: '\f105';
  font-family: FontAwesome;
  color: #00aaec;
  margin-left: 1rem;
}

.footer .nav--footer li a:hover, .footer .nav--footer li a:focus, .footer .nav--footer li a:active {
  text-decoration: none;
}

.footer .nav--footer li a:hover::before, .footer .nav--footer li a:focus::before, .footer .nav--footer li a:active::before {
  border-bottom-color: #fff;
}

.footer .bottom-footer {
  background-color: #272727;
  padding: 20px 0;
}

.section-gallery {
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  .section-gallery {
    display: inline-block;
    width: 100%;
    padding: 100px 0 40px;
  }
  .section-gallery .gallery-wrapper:last-of-type {
    margin-top: 3rem;
  }
}

.section-gallery .gallery-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-gallery .gallery-wrapper::after {
  content: '';
  display: block;
  clear: both;
}

.section-gallery .gallery-wrapper .negative-margin {
  margin: 0 -8px;
}

.related-content__posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 375px) {
  .related-content__posts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.related-content__post {
  border: 1px solid #585b64;
  margin: 0 10px 15px 0;
  width: 30%;
}

@media screen and (max-width: 1024px) {
  .related-content__post {
    width: 45%;
  }
}

@media screen and (max-width: 375px) {
  .related-content__post {
    width: 100%;
    margin: 0 0 15px;
  }
}

.related-content__post a {
  text-decoration: none;
}

.related-content__post a:hover {
  text-decoration: none;
}

.related-content__thumbnail {
  max-height: 170px;
  overflow: hidden;
}

.related-content__type, .related-content__title, .related-content__date {
  padding: 0 25px;
  word-break: break-word;
}

.related-content__type + .related-content__title {
  margin: 0 0 10px;
}

.related-content__title {
  color: #111111;
  margin-bottom: 10px;
}

.related-content__date {
  color: #111111;
  margin-bottom: 10px;
}

.related-content .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.related-content .slick-slide {
  height: inherit !important;
}

.related-content .slick__arrow--prev {
  left: -32px;
}

.header {
  background-color: #fff;
}

.header .header__wrap {
  /* stylelint-disable property-no-unknown */
  /* stylelint-enable property-no-unknown */
}

@media (min-width: 1025px) {
  .header .header__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 999;
  }
}

@media (min-width: 1153px) {
  .header .header__wrap {
    gap: 15px;
  }
}

.header .header__wrap::after {
  content: none;
}

@media (min-width: 1025px) {
  .header .Header-logoLink {
    max-width: 330px;
    position: relative;
  }
}

@media (min-width: 1025px) {
  #mobile-nav {
    display: none;
  }
}

@media (max-width: 1024px) {
  #mobile-nav {
    width: 60%;
    position: fixed;
    left: -76%;
    padding: 20px 40px 20px 20px;
    margin-left: 0;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    background: #fff;
    top: 0;
    z-index: 100;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 5px 5px;
            box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 5px 5px;
  }
  #mobile-nav .close-nav {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 101;
    font-size: 1.5rem;
  }
}

.Mobile-nav {
  display: inline-block;
}

@media (min-width: 1025px) {
  .Mobile-nav {
    width: 20%;
  }
}

@media (min-width: 1153px) {
  .Mobile-nav {
    width: 26%;
  }
}

.Mobile-nav #menu-toggle {
  display: none;
}

@media (max-width: 1024px) {
  .Mobile-nav {
    display: block;
    position: relative;
  }
  .Mobile-nav .Header-logo {
    width: 135px;
    height: 75px;
  }
  .Mobile-nav .Header-logoLink {
    display: block;
    margin: 0 auto;
    width: 13.5rem;
    height: 75px;
    position: relative;
    top: 1.2rem;
  }
  .Mobile-nav #menu-toggle {
    display: block;
    position: absolute;
    top: 30px;
    width: 27px;
    height: 27px;
  }
  .Mobile-nav #menu-toggle {
    left: 20px;
    background: url(../img/icons/mobile-menu-button-dark.png) center center no-repeat;
    overflow: hidden;
    text-indent: -99999px;
  }
}

.Header-nav {
  z-index: 10;
}

@media (min-width: 1025px) {
  .Header-nav {
    width: 80%;
  }
}

@media (min-width: 1153px) {
  .Header-nav {
    width: 74%;
  }
}

@media (max-width: 1024px) {
  .Header-nav {
    margin-left: 0;
    display: block;
    position: fixed;
    overflow: auto;
    height: 100%;
    background: #fff;
    left: -9999px;
    top: 0;
    z-index: 100;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 5px 5px;
            box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 5px 5px;
  }
  .Header-nav .Nav--utility,
  .Header-nav .Nav--primary {
    margin: 0 35px;
  }
  .Header-nav .Nav--utility::after,
  .Header-nav .Nav--primary::after {
    clear: both;
    content: "";
    display: table;
  }
  .Header-nav .Nav--utility {
    margin-top: 15px;
    margin-bottom: 32px;
  }
  .Header-nav .Nav--primary {
    clear: both;
    margin-top: 20px;
  }
  .Header-nav.active {
    left: 0;
  }
}

@media (min-width: 0px) and (max-width: 599px) {
  .Header-nav {
    width: 85%;
  }
}

.Header-nav .Nav-menu {
  font-size: 0;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 1025px) {
  .Header-nav .Nav-menu {
    text-align: right;
  }
}

@media (max-width: 1024px) {
  .Header-nav .Nav-menu {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.Header-nav .Nav-menuItem--depth0,
.Header-nav .Nav-menuItem--depth0::before,
.Header-nav .Nav-link {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .Header-nav .Nav-menuItem--depth0,
  .Header-nav .Nav-menuItem--depth0::before,
  .Header-nav .Nav-link {
    display: block;
  }
}

@media (max-width: 1024px) {
  .Header-nav .Nav-menuItem--depth0 {
    width: 100%;
    display: block;
    padding: 12px 0;
  }
}

@media (max-width: 1024px) {
  .Header-nav .Nav--primary .Nav-menuItem--depth0.has-dropdown .Nav-menuItemContainer > a {
    width: 100%;
    display: block;
    -webkit-transition: none;
    transition: none;
    text-indent: 1em;
  }
}

@media (max-width: 1024px) {
  .Header-nav .Nav--primary .Nav-menuItem--depth0 .Nav-menuItemContainer > a {
    text-indent: 1em;
  }
}

.Header-nav .Nav-link {
  color: #595b5e;
  display: inline-block;
  text-decoration: none;
}

.Header-nav .Nav-link:hover, .Header-nav .Nav-link:focus, .Header-nav .Nav-link:active {
  color: #001F3F;
}

@media (max-width: 1024px) {
  .Header-nav .Nav-link {
    color: #595b5e;
    padding: 0;
  }
}

.Header-nav.dark-bg .Nav-link {
  color: #fff;
}

@media (max-width: 1024px) {
  .Header-nav.dark-bg .Nav-link {
    color: #595b5e;
  }
}

.utility-menu {
  /* stylelint-disable property-no-unknown */
  /* stylelint-enable property-no-unknown */
}

@media (min-width: 1025px) {
  .utility-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
}

.utility-menu li {
  display: inline-block;
  margin: 0 0.2rem;
}

.utility-menu li a {
  color: #47484c;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 21px;
  padding: 6px 10px;
  background-color: #e3e3e3;
  border-radius: 4px;
}

.utility-menu li a:hover, .utility-menu li a:focus, .utility-menu li a:active {
  background-color: #f38500;
  color: #FFFFFF;
}

.Nav--primary {
  clear: both;
  margin: 0.8rem 0;
}

@media (max-width: 1024px) {
  .Nav--primary {
    margin-right: 0;
    position: relative;
  }
  .Nav--primary li:not(:last-child) {
    margin: 0;
  }
}

.Nav--primary .Nav-menuItem--depth0:not(:first-child) {
  border-left: 1px solid #dadada;
  margin-left: 0.625rem;
  padding-left: 0.625rem;
}

@media (max-width: 1024px) {
  .Nav--primary .Nav-menuItem--depth0:not(:first-child) {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}

.Nav--primary .Nav-menuItemContainer {
  position: relative;
  z-index: 2;
}

.Nav--primary .Nav-menuItemSpacer,
.Nav--primary .Nav-menuItemIcon,
.Nav--primary .Nav-submenu {
  display: none;
}

@media (max-width: 1024px) {
  .Nav--primary .Nav-menuItem--depth0.active .Nav-submenu {
    display: block;
  }
}

.Nav--primary .Nav-menuItemSpacer {
  background: #fff;
  height: 55px;
  left: -50px;
  opacity: 0;
  position: absolute;
  right: -50px;
  top: 0;
}

.Nav--primary .Nav-menuItemIcon {
  height: 14px;
  left: 50%;
  margin-left: -14px;
  margin-top: 11px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 28px;
}

.Nav--primary .Nav-menuItemIcon::before {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  content: "";
  display: block;
  height: 14px;
  margin-left: 7px;
  margin-top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

@media (min-width: 1025px) {
  .Nav--primary .has-dropdown .Nav-link::after {
    content: '\2023';
    display: inline-block;
    -webkit-transform: rotate(90deg) scaleY(1.5);
            transform: rotate(90deg) scaleY(1.5);
    color: #f38500;
    font-size: 0.8rem;
    line-height: 1;
    position: relative;
    top: 0;
    margin-left: 0.1rem;
  }
}

.Nav--primary .Nav-link {
  font-size: 0.8125rem;
  color: #5a5a5a;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 21px;
  position: relative;
}

@media (min-width: 1153px) {
  .Nav--primary .Nav-link {
    font-size: 0.875rem;
  }
}

.Nav--primary .Nav-submenu {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 999;
}

@media (max-width: 1024px) {
  .Nav--primary .Nav-submenu {
    margin-top: 0;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
  }
}

.Nav--primary .Nav-submenu.dropdown {
  left: auto;
  right: auto;
  background-color: #fff;
  width: auto;
}

@media (min-width: 769px) {
  .Nav--primary .Nav-submenu.dropdown .Nav-menuItemIcon {
    display: none;
  }
}

.Nav--primary .Nav-submenu.dropdown .Nav-submenuWrap {
  padding: 0;
}

.Nav--primary .Nav-submenu.dropdown .Nav-menu--depth1 {
  float: none;
  width: 100%;
  padding: 1rem 2rem;
  margin: 0;
}

.Nav--primary .Nav-submenuBg {
  bottom: 0;
  left: -1000px;
  position: absolute;
  right: -1000px;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 25px 36px -25px rgba(0, 0, 0, 0.32);
          box-shadow: 0 25px 36px -25px rgba(0, 0, 0, 0.32);
}

@media (max-width: 1024px) {
  .Nav--primary .Nav-submenuBg {
    display: none;
  }
}

.Nav--primary hr {
  max-width: 47px;
  margin: 1.5rem 0;
}

@media (max-width: 1024px) {
  .Nav--primary hr {
    display: none;
  }
}

.Nav--primary .Nav-submenuWrap {
  padding: 3rem 0 7.7rem;
  position: relative;
  display: inline-block;
  width: 100%;
}

.Nav--primary .Nav-submenuWrap::before {
  content: '';
  clear: both;
}

@media (max-width: 1024px) {
  .Nav--primary .Nav-submenuWrap {
    padding: 0;
  }
  .Nav--primary .Nav-submenuWrap .Nav-link {
    color: #172646;
    font-size: 0.9375rem;
    font-weight: 400;
  }
  .Nav--primary .Nav-submenuWrap a {
    display: block;
    padding: 0.475rem 0 0.475rem 3rem;
  }
}

.Nav--primary .Nav-submenuContent,
.Nav--primary .Nav-menu--depth1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}

.Nav--primary .Nav-submenuContent {
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px;
}

@media (max-width: 1024px) {
  .Nav--primary .Nav-submenuContent {
    display: none;
  }
}

.Nav--primary .Nav-menu--depth1 {
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px;
  padding-top: 0.75rem;
  text-align: left;
}

@media (max-width: 1024px) {
  .Nav--primary .Nav-menu--depth1 {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .Nav--primary .Nav-menu--depth1 > li > ul {
    text-align: left;
  }
}

.Nav--primary .Nav-submenuContentHeading:hover,
.Nav--primary .Nav-submenuLink:hover,
.Nav--primary .Nav-submenuContentHeading:focus,
.Nav--primary .Nav-submenuLink:focus,
.Nav--primary .Nav-submenuContentHeading:active,
.Nav--primary .Nav-submenuLink:active {
  color: #ee7108;
  text-decoration: none;
}

.Nav--primary .Nav-submenuContentHeading {
  color: #595a58;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1;
}

.Nav--primary .Nav-submenuContent {
  color: #6e7075;
  font-size: 0.875rem;
  line-height: 1.75;
}

.Nav--primary .Nav-submenuContent .Button {
  font-size: 0.875rem;
}

.Nav--primary .Nav-menuItem--depth1:not(:first-child) {
  margin-top: 1rem;
}

@media (max-width: 1024px) {
  .Nav--primary .Nav-menuItem--depth1:not(:first-child) {
    margin: 0;
  }
}

.Nav--primary .Nav-menuItem--depth2 {
  margin-top: 0.5rem;
}

@media (max-width: 1024px) {
  .Nav--primary .Nav-menuItem--depth2 {
    margin: 0;
  }
}

.Nav--primary .Nav-menuItem--depth1.is-parent + .Nav-menuItem--depth1 {
  border-top: 1px solid #e2e4e8;
  line-height: 1;
  padding-top: 1rem;
}

@media (max-width: 1024px) {
  .Nav--primary .Nav-menuItem--depth1.is-parent + .Nav-menuItem--depth1 {
    border-top: none;
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .Nav--primary .Nav-menuItem--depth1.is-parent > a {
    background: url(../img/plus.png) left center no-repeat;
    background-size: 14px 14px;
  }
  .Nav--primary .Nav-menuItem--depth1.is-parent .Nav-menu--depth2 {
    display: none;
  }
  .Nav--primary .Nav-menuItem--depth1.is-parent.active > a {
    background-image: url(../img/minus.png);
  }
  .Nav--primary .Nav-menuItem--depth1.is-parent.active .Nav-menu--depth2 {
    display: block;
  }
}

.Nav--primary .Nav-submenuLink--depth1 {
  color: #27292d;
  font-size: 1.125rem;
  font-weight: 700;
}

.Nav--primary .Nav-submenuLink--depth2 {
  color: #34363b;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 28px;
}

@media (max-width: 1024px) {
  .Nav--primary .Nav-submenuLink--depth2 {
    color: #172646;
    font-size: 0.9375rem;
  }
}

.Nav--primary .Nav-menuItem--depth0.is-active .Nav-menuItemSpacer,
.Nav--primary .Nav-menuItem--depth0.is-active .Nav-menuItemIcon,
.Nav--primary .Nav-menuItem--depth0.is-active .Nav-submenu {
  display: block;
}

.Nav--primary .Nav-menuItem--depth0.is-active .Nav-link {
  color: #ee7108;
}

.Nav--primary .Nav-menuItem--depth0 .Nav-link:hover,
.Nav--primary .Nav-menuItem--depth0 .Nav-link:focus,
.Nav--primary .Nav-menuItem--depth0 .Nav-link:active {
  color: #ee7108;
}

.Nav--primary .noLink {
  cursor: default;
}

.Nav-menu--list-menu, li.news-like li {
  border-bottom: 1px solid #c1c1c1;
  margin: 1rem 0 0;
  padding: 0 0 1rem;
  font-size: 16px;
}

@media (max-width: 1024px) {
  .Nav-menu--list-menu, li.news-like li {
    margin: 0;
    padding: 0;
  }
}

.Nav-menu--list-menu--li--last-child, li.news-like li:last-child a {
  margin: 0;
  padding: 0 0 1rem;
}

.Nav-menu--list-menu--li--last-child--button, li.news-like li:last-child a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid #cbcbcb;
  border-radius: 30px;
  color: #313131;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  padding: 1.2rem 2.3rem 1.1rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.Nav-menu--list-menu--li--last-child--button:hover, li.news-like li:last-child a:hover, .Nav-menu--list-menu--li--last-child--button:focus, li.news-like li:last-child a:focus, .Nav-menu--list-menu--li--last-child--button:active, li.news-like li:last-child a:active {
  background-color: #ee7108;
  border-color: #ee7108;
  color: #fff;
  text-decoration: none;
}

li.news-like li:last-child {
  border-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
}

li.news-like li:last-child a:hover, li.news-like li:last-child a:focus, li.news-like li:last-child a:active {
  color: #fff;
}

.sub-menu .menu-item-has-children > a {
  background: url(../img/plus.png) left center no-repeat;
  background-size: 14px 14px;
}

.sub-menu .menu-item-has-children.active > a {
  background: url(../img/minus.png) left center no-repeat;
  background-size: 14px 14px;
}

ul.sub-menu a {
  padding: 0 0 0 3rem;
  display: block;
}

.overview a.nav__link {
  color: #172646;
  font-size: 0.9375rem;
  font-weight: 400;
}

a.nav__link {
  font-size: 0.9375rem;
  color: #47484c;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 21px;
  padding: 5px 0;
  position: relative;
}

nav #mobile-menu li {
  width: 100%;
  display: block;
  padding: 12px 0;
}

.nav-button.impact a.nav__link {
  font-size: 11px;
  padding: 1.2rem 1.5rem 1.1rem;
}

.nav-button a.nav__link {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid #cbcbcb;
  border-radius: 30px;
  color: #313131;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  padding: 1.2rem 2.3rem 1.1rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  margin-top: 1rem;
  margin-bottom: 0;
}

#mobile-menu .sub-menu li {
  margin: 1rem 0 0;
  padding: 0 0 1rem;
}

#mobile-menu .sub-menu li.overview {
  margin: 0.2rem 0 0;
  padding: 0 0 0.5rem;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent;
  background-image: none;
  color: black;
}

.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-section--no-image {
  background-color: #00aaec;
}

.hero-section .wrap {
  padding: 0;
}

.hero-section__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.hero-section__content .hero-section__content {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1280px) {
  .hero-section__content {
    margin-bottom: 0;
  }
}

.hero-section__pre-title {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  color: #fff;
  text-shadow: 0 5px 27px rgba(0, 0, 0, 0.43);
}

.hero-section__pre-title.regular {
  font-weight: normal;
}

.hero-section__title {
  text-shadow: 0 5px 27px rgba(0, 0, 0, 0.43);
  font-weight: 700;
  color: #fff;
  margin: 0 0 1.4rem;
}

.hero-section .orange-period {
  color: #f18623;
}

.hero-section__description {
  color: #fff;
  line-height: 1.4;
  margin-top: 0;
  font-size: 24px;
  max-width: 400px;
}

.hero-section__date, .hero-section__regions, .hero-section__authors, .hero-section__technical-areas, .hero-section__categories,
.hero-section .span-reading-time,
.hero-section .divider {
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 5px 27px rgba(0, 0, 0, 0.43);
}

.hero-section .span-reading-time::before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
  top: -2px;
  width: 24px;
  height: 26px;
  background-image: url("../img/clock-white.png");
}

.hero-section:not(.hero-section--home) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 75vw;
}

@media (min-width: 768px) {
  .hero-section:not(.hero-section--home) {
    height: 500px;
  }
}

@media (min-width: 1024px) {
  .hero-section:not(.hero-section--home) {
    height: 540px;
  }
}

@media (min-width: 1440px) {
  .hero-section:not(.hero-section--home) {
    height: 610px;
  }
}

@media (min-width: 1920px) {
  .hero-section:not(.hero-section--home) {
    height: 780px;
  }
}

.hero-section:not(.hero-section--home) .wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 1024px) {
  .hero-section:not(.hero-section--home) .wrap {
    margin-bottom: 8vw;
  }
}

@media (min-width: 1280px) {
  .hero-section:not(.hero-section--home) .wrap {
    margin-bottom: 6vw;
  }
}

.hero-section:not(.hero-section--home) .hero-section__title {
  font-size: 7vw !important;
  line-height: 1.2 !important;
}

@media (min-width: 768px) {
  .hero-section:not(.hero-section--home) .hero-section__title {
    font-size: 6vw !important;
  }
}

@media (min-width: 1024px) {
  .hero-section:not(.hero-section--home) .hero-section__title {
    font-size: 54px !important;
  }
}

@media (min-width: 1280px) {
  .hero-section:not(.hero-section--home) .hero-section__title {
    font-size: 70px !important;
  }
}

.hero-section:not(.hero-section--home) .hero-section__background {
  width: 100%;
}

.hero-section:not(.hero-section--home) .hero-section__background img {
  width: 100vw;
  height: 75vw;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: contain; object-position: center top;';
}

@media (min-width: 1024px) {
  .hero-section:not(.hero-section--home) .hero-section__background img {
    height: initial;
  }
}

.hero-section--home {
  height: 410px;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .hero-section--home {
    height: 520px;
  }
}

@media (min-width: 1024px) {
  .hero-section--home {
    height: 600px;
    padding-top: 60px;
  }
}

@media (min-width: 1440px) {
  .hero-section--home {
    height: 610px;
    padding-top: 130px;
  }
}

@media (min-width: 1920px) {
  .hero-section--home {
    height: 680px;
    padding-top: 120px;
  }
}

.hero-section--home .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}

.hero-section--home .hero-section__background {
  position: absolute;
  min-height: 100%;
  width: 100%;
  top: -1px;
}

.hero-section--home .hero-section__background img {
  max-height: 460px;
  float: right;
  -webkit-transform: translate(150px, 0);
          transform: translate(150px, 0);
}

@media (max-width: 1279.98px) {
  .hero-section--home .hero-section__background img {
    max-width: none;
  }
}

@media (min-width: 768px) {
  .hero-section--home .hero-section__background img {
    max-height: 590px;
  }
}

@media (min-width: 1024px) {
  .hero-section--home .hero-section__background img {
    max-height: 720px;
    width: initial;
    min-width: initial;
    max-width: initial;
  }
}

@media (min-width: 1280px) {
  .hero-section--home .hero-section__background img {
    max-height: 800px;
  }
}

@media (min-width: 1440px) {
  .hero-section--home .hero-section__background img {
    -webkit-transform: none;
            transform: none;
    max-height: 960px;
  }
}

@media (min-width: 1920px) {
  .hero-section--home .hero-section__background img {
    max-height: initial;
    width: 100%;
  }
}

.hero-section--home .hero-section__content {
  width: 72%;
  margin-left: 15px;
}

@media (min-width: 375px) {
  .hero-section--home .hero-section__content {
    width: 70%;
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  .hero-section--home .hero-section__content {
    width: 65%;
    margin-left: 15px;
  }
}

@media (min-width: 1024px) {
  .hero-section--home .hero-section__content {
    width: 50%;
    margin-left: 70px;
  }
}

.hero-section--home .hero-section__title {
  margin-bottom: 15px;
}

.hero-section--home .hero-section__title .first-word {
  font-size: 40px;
}

.hero-section--home .hero-section__title span.last-word {
  font-size: 36px;
  color: #ee7108;
}

@media (min-width: 375px) {
  .hero-section--home .hero-section__title {
    font-size: 50px;
  }
  .hero-section--home .hero-section__title .first-word {
    font-size: 45px;
  }
}

@media (min-width: 768px) {
  .hero-section--home .hero-section__title {
    font-size: 70px;
  }
  .hero-section--home .hero-section__title .first-word {
    font-size: 55px;
  }
  .hero-section--home .hero-section__title span.last-word {
    font-size: 70px;
  }
}

@media (min-width: 1280px) {
  .hero-section--home .hero-section__title {
    font-size: 90px;
    line-height: 1.2;
  }
  .hero-section--home .hero-section__title .first-word {
    font-size: 62px;
  }
  .hero-section--home .hero-section__title span.last-word {
    font-size: 90px;
  }
}

.hero-section--home .hero-section__description {
  font-size: 18px;
  max-width: 260px;
}

@media (min-width: 768px) {
  .hero-section--home .hero-section__description {
    font-size: 20px;
    max-width: 340px;
  }
}

@media (min-width: 1280px) {
  .hero-section--home .hero-section__description {
    font-size: 24px;
    max-width: 410px;
  }
}

.hero-section--home .hero-section__button.button {
  color: #fff;
  font-size: 10px;
}

@media (min-width: 768px) {
  .hero-section--home .hero-section__button.button {
    font-size: 14px;
  }
}

.single-news .hero-section .hero-section__title,
.single-procurement .hero-section .hero-section__title,
.single-post .hero-section .hero-section__title,
.single-resource .hero-section .hero-section__title {
  font-size: 6vw !important;
}

@media (min-width: 375px) {
  .single-news .hero-section .hero-section__title,
  .single-procurement .hero-section .hero-section__title,
  .single-post .hero-section .hero-section__title,
  .single-resource .hero-section .hero-section__title {
    font-size: 5vw !important;
  }
}

@media (min-width: 768px) {
  .single-news .hero-section .hero-section__title,
  .single-procurement .hero-section .hero-section__title,
  .single-post .hero-section .hero-section__title,
  .single-resource .hero-section .hero-section__title {
    font-size: 4vw !important;
  }
}

@media (min-width: 1024px) {
  .single-news .hero-section .hero-section__title,
  .single-procurement .hero-section .hero-section__title,
  .single-post .hero-section .hero-section__title,
  .single-resource .hero-section .hero-section__title {
    font-size: 3.6vw !important;
  }
}

@media (min-width: 1280px) {
  .single-news .hero-section .hero-section__title,
  .single-procurement .hero-section .hero-section__title,
  .single-post .hero-section .hero-section__title,
  .single-resource .hero-section .hero-section__title {
    font-size: 3.4vw !important;
  }
}

.single-news .hero-section .wrap,
.single-procurement .hero-section .wrap,
.single-post .hero-section .wrap,
.single-resource .hero-section .wrap {
  margin-bottom: 9vw !important;
}

@media (min-width: 1440px) {
  .single-news .hero-section .wrap,
  .single-procurement .hero-section .wrap,
  .single-post .hero-section .wrap,
  .single-resource .hero-section .wrap {
    margin-bottom: 7vw !important;
  }
}

.news-hero h1 {
  font-size: 4vw !important;
}

.impact-stories-slider {
  position: relative;
  background-color: #7b0046;
  color: #fff;
  padding: 1rem 0 2rem;
}

.impact-stories-slider .slick-list {
  overflow: visible;
}

.impact-stories-slider .impact-stories-columns {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media (min-width: 769px) {
  .impact-stories-slider .impact-stories-columns {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
  .impact-stories-slider .impact-stories-columns:last-child {
    text-align: right;
  }
}

@media (min-width: 1025px) {
  .impact-stories-slider .impact-stories-columns:first-child {
    width: calc(54.16667% - 30.83333px);
    float: left;
    margin-left: 20px;
  }
  .impact-stories-slider .impact-stories-columns:last-child {
    width: calc(41.66667% - 28.33333px);
    float: left;
    margin-left: 20px;
    float: right;
  }
}

.impact-stories-slider .slick-slide img {
  display: inline-block;
}

@media (min-width: 769px) {
  .impact-stories-slider img {
    position: relative;
    top: -4rem;
  }
}

.impact-stories-slider h2 {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 700;
  line-height: 61px;
  margin-bottom: 1.2rem;
}

.impact-stories-slider h2 small {
  display: block;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 400;
  line-height: 61px;
}

.impact-stories-slider .subtitle {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1rem;
}

.impact-stories-slider .excerpt p:first-of-type {
  margin-top: 0;
}

.impact-stories-slider .button {
  background-color: #fff;
  color: #7b0046;
  margin-bottom: 2rem;
}

.impact-stories-slider .button:hover, .impact-stories-slider .button:focus {
  background-color: #620038;
  color: #fff;
  border-color: #620038;
}

@media (min-width: 769px) {
  .impact-stories-slider .impact-stories-slider-controller {
    height: 0;
  }
}

.impact-stories-slider .video-controller {
  position: relative;
  top: 0;
  left: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  right: 0;
  bottom: 0;
  background-color: transparent;
}

@media (min-width: 769px) {
  .impact-stories-slider .video-controller {
    top: -8rem;
    right: -3rem;
    margin-bottom: -2rem;
  }
}

.impact-stories-slider .video-controller .video-button:hover,
.impact-stories-slider .video-controller .video-button:focus {
  color: #fff;
}

.world-map__locations {
  position: relative;
}

.world-map__location {
  position: absolute;
}

.world-map__location a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.48px;
}

.world-map__office {
  margin-top: -30px;
}

.world-map__office a {
  color: #ffffff;
  padding: 10px;
  letter-spacing: 0.48px;
  background: #3e3e3e 0% 0% no-repeat padding-box;
  margin-left: -50%;
}

@media (max-width: 768px) {
  .world-map__office a {
    padding: 6px;
  }
}

.world-map__office .arrow {
  background: #3e3e3e 0% 0% no-repeat padding-box;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  bottom: -22%;
  margin-left: -8px;
}

@media (max-width: 768px) {
  .world-map__office .arrow {
    bottom: -15%;
  }
}

.world-map__region a {
  color: #3e3e3e;
  max-width: 120px;
  display: block;
  line-height: 14px;
  letter-spacing: 0.48px;
}

.world-map__region .arrow {
  display: none;
}

.video-slider {
  position: relative;
  font-family: Montserrat;
  background: #f0f0f0;
  padding: 100px 0 40px;
}

@media (max-width: 1024px) {
  .video-slider {
    display: inline-block;
    width: 100%;
  }
  .video-slider .video-slider-wrapper:last-of-type {
    margin-top: 3rem;
  }
}

.video-slider .video-slider-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.video-slider .video-slider-wrapper::after {
  content: '';
  display: block;
  clear: both;
}

.video:not(html) {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1024px) {
  .video:not(html) {
    display: none !important;
  }
}

.video:not(html) .featured-internal-columns:first-child {
  opacity: 0;
  margin-top: -75px;
}

.video:not(html)::after {
  content: '';
  display: block;
  clear: both;
}

.video:not(html).current {
  position: relative;
  z-index: 6;
}

@media (max-width: 1024px) {
  .video:not(html).current {
    display: inline-block !important;
    width: 100%;
  }
}

.video:not(html).current .featured-internal-columns:first-child {
  opacity: 1;
}

.video:not(html)[class*="move"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  pointer-events: none;
}

.video:not(html).move-one-back, .video:not(html).move-two-back, .video:not(html).move-three-back {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.video:not(html).move-one-back {
  z-index: 4;
}

@media (min-width: 1025px) {
  .video:not(html).move-one-back {
    -webkit-transform: scale(0.85) translateX(50px);
            transform: scale(0.85) translateX(50px);
  }
}

.video:not(html).move-two-back {
  z-index: 3;
}

@media (min-width: 1025px) {
  .video:not(html).move-two-back {
    -webkit-transform: scale(0.72) translateX(120px);
            transform: scale(0.72) translateX(120px);
  }
}

.video:not(html).move-three-back {
  z-index: 2;
}

@media (min-width: 1025px) {
  .video:not(html).move-three-back {
    -webkit-transform: scale(0.62) translateX(200px);
            transform: scale(0.62) translateX(200px);
  }
}

.video:not(html).hide-fourth-till-last {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  pointer-events: none;
}

.video:not(html).last {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  display: inline-block;
}

@media (min-width: 1025px) {
  .video:not(html).last {
    opacity: 0;
  }
}

.video:not(html) .video-wrapper {
  display: block;
  position: relative;
  background-color: #fff;
}

@media (min-width: 1025px) {
  .video:not(html) .video-wrapper {
    height: 0;
    padding-bottom: 56%;
  }
}

.video:not(html) .video-wrapper:hover, .video:not(html) .video-wrapper:focus {
  text-decoration: none;
}

.video:not(html) .video-image {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .video:not(html) .video-image {
    padding-bottom: 56%;
  }
}

@media (min-width: 1025px) {
  .video:not(html) .video-image {
    position: absolute;
    height: 100%;
    width: 100%;
  }
}

.video:not(html) .video-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
}

.video:not(html) .video-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.video:not(html) .video-content-wrapper .play-icon {
  background-color: white;
  margin-right: 5px;
  padding: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video:not(html) .video-content-wrapper .play-icon i {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid lightgray;
  background: white;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  color: #00aaec;
  text-indent: 5px;
}

@media (max-width: 1024px) {
  .video:not(html) .video-content-wrapper {
    background-color: #f0f0f0;
  }
}

@media (min-width: 1025px) {
  .video:not(html) .video-content-wrapper {
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
    top: 70%;
  }
}

.video:not(html) .video-content-wrapper .video-content {
  padding: 16px;
  background-color: white;
}

.video:not(html) .video-content-wrapper .video-content h3 {
  position: relative;
  color: #333;
  padding: 0 0 5px;
  margin: 0;
  font-size: 20px;
  line-height: normal;
  display: inline-block;
}

.video:not(html) .video-content-wrapper .video-content h3:hover, .video:not(html) .video-content-wrapper .video-content h3:focus {
  color: #00aaec;
}

.video:not(html) .video-content-wrapper .video-content p {
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.video:not(html) .authors {
  margin-bottom: 10px;
}

@media (min-width: 1025px) {
  .video:not(html).current .video-content {
    background: white;
  }
  .video:not(html).current .video-content p {
    opacity: 1;
  }
}

.pico-content .pico-close {
  background: black;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  height: 50px;
  width: 50px;
  position: absolute;
  top: -25px;
  right: -25px;
  font-size: 50px;
  text-align: center;
  line-height: 50px;
  color: #ee7108;
  text-shadow: 0;
  border-radius: 50%;
}

.pico-content .pico-close:hover, .pico-content .pico-close:focus {
  color: #ee7108;
}

@media (max-width: 1024px) {
  .pico-content .pico-close {
    top: 10px;
    right: 10px;
  }
}

.video-controller {
  display: inline-block;
  padding: 1rem 0;
  float: right;
}

@media (max-width: 768px) {
  .video-controller {
    margin-right: 25px;
  }
}

.video-controller .video-button {
  font-size: 1.2rem;
  color: #8d919d;
  padding: 1rem;
}

.video-controller .video-button:hover, .video-controller .video-button:focus {
  color: #313131;
  text-decoration: none;
}

.video-controller .video-next {
  padding-right: 15px;
}

.video-controller .current-count {
  font-size: 30px;
  font-weight: 700;
}

.video-controller .divider,
.video-controller .total-count {
  color: #8d919d;
  font-size: 20px;
}

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

.pagination {
  clear: both;
  text-align: center;
}

/* ====================================================
=            SINGLE BLOG POST AUTHOR LIST            =
==================================================== */
.authors-list .author-container {
  position: relative;
  display: inline-block;
  padding: 20px 0;
  width: 100%;
}

@media (min-width: 769px) {
  .authors-list .author-container:only-child .content-container:only-child {
    width: calc(79.16667% - 35.83333px);
    float: left;
    margin-left: 20px;
    margin-left: 13%;
  }
}

@media (min-width: 1025px) {
  .authors-list .author-container:only-child .content-container:only-child {
    width: calc(79.16667% - 35.83333px);
    float: left;
    margin-left: 20px;
    margin-left: 13%;
  }
}

.authors-list .author-container ~ .author-container {
  border-top: 2px solid #dbdce1;
}

.authors-list .image-container {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media (min-width: 769px) {
  .authors-list .image-container {
    width: calc(41.66667% - 28.33333px);
    float: left;
    margin-left: 20px;
  }
}

@media (min-width: 1025px) {
  .authors-list .image-container {
    width: calc(29.16667% - 25.83333px);
    float: left;
    margin-left: 20px;
  }
}

@media (min-width: 769px) {
  .authors-list .image-container ~ .content-container {
    width: calc(58.33333% - 31.66667px);
    float: left;
    margin-left: 20px;
  }
}

@media (min-width: 1025px) {
  .authors-list .image-container ~ .content-container {
    width: calc(70.83333% - 34.16667px);
    float: left;
    margin-left: 20px;
  }
}

.authors-list .content-container {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin: 2rem 0 0.5rem;
}

@media (min-width: 769px) {
  .authors-list .content-container {
    width: calc(58.33333% - 31.66667px);
    float: left;
    margin-left: 20px;
  }
}

@media (min-width: 1025px) {
  .authors-list .content-container {
    width: calc(70.83333% - 34.16667px);
    float: left;
    margin-left: 20px;
  }
}

@media (min-width: 769px) {
  .authors-list .content-container:only-child {
    margin-left: 42.7%;
  }
}

@media (min-width: 1025px) {
  .authors-list .content-container:only-child {
    margin-left: 30.3%;
  }
}

.authors-list h4 {
  margin-top: 0;
  color: #34363b;
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
}

.authors-list .social-icons {
  display: inline-block;
  float: left;
}

.authors-list .social-icons .title {
  color: #313131;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  line-height: 37px;
}

.authors-list .social-icons img {
  margin: 0 1rem;
}

.authors-list .social-icons a:hover, .authors-list .social-icons a:focus {
  text-decoration: none;
}

.authors-list .read-more {
  position: relative;
  display: inline-block;
  float: right;
  top: 0.6rem;
}

.authors-list .read-more a {
  color: #252525;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  line-height: 33px;
}

.authors-list .read-more a i {
  color: #00aaec;
  margin-left: 0.5rem;
}

/* =====  End of SINGLE BLOG POST AUTHOR LIST  ====== */
/* =====================================
=            PERSON SINGLE            =
===================================== */
.person-top .person-top-columns {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media (min-width: 769px) {
  .person-top .person-top-columns {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
}

@media (min-width: 1025px) {
  .person-top .person-top-columns {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
}

@media (min-width: 769px) {
  .person-top .person-top-columns ~ .person-top-two-columns {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px;
    margin-left: calc(8.33333% - 21.66667px + 40px);
  }
}

@media (min-width: 1025px) {
  .person-top .person-top-columns ~ .person-top-two-columns {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px;
    margin-left: calc(8.33333% - 21.66667px + 40px);
  }
}

@media (max-width: 768px) {
  .person-top .person-top-columns .technical-areas-list {
    display: none;
  }
}

.person-top .related-content-container {
  margin-bottom: 2rem;
}

.person-top .related-content-container h3 {
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 10px;
}

.person-top .related-content-container ul {
  margin: 0;
  padding: 0;
}

.person-top .related-content-container ul li {
  margin: 0 0 12px;
  line-height: 1.2;
  list-style: none;
}

.person-top .person-top-two-columns {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

.person-top .person-top-two-columns .video:not(html) .video-content,
.person-top .person-top-two-columns .video-slider {
  background: inherit;
}

.person-top .person-top-two-columns .technical-areas-list {
  margin-top: 15px;
}

@media (min-width: 769px) {
  .person-top .person-top-two-columns .technical-areas-list {
    display: none;
  }
}

.person-top .person-top-two-columns iframe {
  max-width: 100%;
}

.person-top .headshot-container {
  text-align: center;
  margin-bottom: 25px;
}

.person-top .quote {
  color: #44474c;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

.person-top h2 {
  color: #313131;
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 700;
  line-height: 61px;
}

.person-top h2 small {
  display: block;
  color: #313131;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.person-top h2 span {
  color: #cacaca;
  margin-left: 8px;
  margin-right: 8px;
}

.person-top .social-icons a:hover, .person-top .social-icons a:focus {
  text-decoration: none;
}

.person-top .video-slider {
  padding-top: 0;
  padding-bottom: 20px;
}

@media (min-width: 769px) {
  .person-top .video-slider {
    padding-bottom: 80px;
  }
}

.person-top .video-slider .video-content {
  width: 66%;
  bottom: 25px;
  top: initial;
}

@media (max-width: 1024px) {
  .person-top .video-slider .video-content {
    width: 100%;
  }
}

.person-top .video-slider .video:not(html) .video-content h3 {
  padding: 20px 140px;
}

@media (max-width: 1024px) {
  .person-top .video-slider .video-slider-wrapper {
    margin-top: 20px;
    background-color: #f0f0f0;
  }
}

.person-top .video-slider .video-controller {
  padding: 2rem 4rem 1.4rem 2.5rem;
  bottom: 26px;
  right: -1.5rem;
}

@media (max-width: 1024px) {
  .person-top .video-slider .video-controller {
    bottom: initial;
    right: initial;
  }
}

.person-blog-posts hr {
  border-top: 2px solid #b5b8c2;
  max-width: none;
  width: 100%;
}

.person-blog-posts .internal-container {
  max-width: 900px;
  margin: 0 auto;
}

.person-blog-posts h2 {
  color: #313131;
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 0;
  margin-top: 16px;
}

.person-blog-posts h3 {
  margin-top: 0.6rem;
  margin-bottom: 0.3rem;
}

.person-blog-posts h3 a {
  color: #313131;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
}

.person-blog-posts p {
  margin-top: 0;
}

.person-blog-posts .wrap {
  padding-top: 0;
}

.person-blog-posts .blog-post ~ .blog-post {
  border-top: 2px solid #b5b8c2;
}

.person-blog-posts ~ .partial-tabs {
  padding-top: 0;
}

/* =====  End of PERSON SINGLE  ====== */
.rating-buttons .thumbs-rating-up,
.rating-buttons .thumbs-rating-down {
  background-color: inherit;
  font-size: 1.5rem;
}

.rating-buttons .thumbs-rating-up::before,
.rating-buttons .thumbs-rating-down::before {
  font-family: "FontAwesome";
  font-weight: 900;
}

.rating-buttons .thumbs-rating-up:hover,
.rating-buttons .thumbs-rating-down:hover {
  opacity: 0.35;
}

.rating-buttons .thumbs-rating-up {
  color: #f38500;
}

.rating-buttons .thumbs-rating-up::before {
  content: "\f164\00a0";
}

.rating-buttons .thumbs-rating-up:hover {
  color: #f38500;
}

.rating-buttons .thumbs-rating-down {
  color: #313131;
}

.rating-buttons .thumbs-rating-down::before {
  content: "\f165\00a0";
}

.rating-buttons .thumbs-rating-down:hover {
  color: #313131;
}

.utility-search__search-submit {
  background-color: #e3e3e3;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  padding: 5px 8px;
}

.utility-search__search-submit:hover, .utility-search__search-submit:focus {
  background-color: #f38500;
  color: #FFFFFF;
}

.searchform {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.searchform.searchform--global {
  background-color: #FFFFFF;
  display: none;
  height: 100vh;
  position: fixed;
  z-index: 999;
}

.searchform.is-showing {
  -webkit-animation: fade-in 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 forwards;
          animation: fade-in 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s 1 forwards;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  opacity: 0;
  overflow: hidden;
  top: 0;
}

.searchform.is-hidden {
  -webkit-animation: fade-out 0.3s ease-in-out 0.2s 1 forwards;
          animation: fade-out 0.3s ease-in-out 0.2s 1 forwards;
  opacity: 1;
}

.mobile-navigation .searchform {
  border-top: 1px solid #e0e0e0;
  margin-top: 10px;
  padding-top: 20px;
}

.searchform .searchform__container {
  padding: 2rem 1rem;
}

.searchform label.hidden {
  display: inline-block !important;
  margin-bottom: 0;
  margin-right: 10px;
  text-align: left;
}

.searchform label.hidden + .ep-autosuggest-container,
.searchform label.hidden + .searchform__input {
  display: inline-block;
}

.mobile-navigation .searchform label.hidden,
.search-page__form .searchform label.hidden {
  display: none !important;
}

.mobile-navigation .searchform label.hidden + .ep-autosuggest-container,
.mobile-navigation .searchform label.hidden + .searchform__input,
.search-page__form .searchform label.hidden + .ep-autosuggest-container,
.search-page__form .searchform label.hidden + .searchform__input {
  display: block;
}

.searchform__form {
  padding-bottom: 2rem;
}

.mobile-navigation .searchform__form {
  padding-bottom: 0;
  position: relative;
}

.search-page__form .searchform__form {
  padding-bottom: 0;
}

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

.searchform__form ::-webkit-input-placeholder {
  color: #111111;
  opacity: 0.7;
}

.searchform__form ::-moz-placeholder {
  color: #111111;
  opacity: 0.7;
}

.searchform__form :-ms-input-placeholder {
  color: #111111;
  opacity: 0.7;
}

.searchform__form ::-ms-input-placeholder {
  color: #111111;
  opacity: 0.7;
}

.searchform__form ::placeholder {
  color: #111111;
  opacity: 0.7;
}

input[type="search"],
.searchform__input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: solid 1px #111111;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #111111;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.15;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

@media (min-width: 769px) {
  input[type="search"],
  .searchform__input {
    width: 700px;
  }
}

input[type="search"]:focus,
.searchform__input:focus {
  border-color: #f38500;
  outline: none;
}

.mobile-navigation input[type="search"], .mobile-navigation
.searchform__input {
  width: calc(100% - 80px);
}

.search-page__form input[type="search"], .search-page__form
.searchform__input {
  width: auto;
}

.searchform__button {
  margin: 1rem 0 0;
}

.mobile-navigation .searchform__button {
  margin: 0;
  padding: 8px 10px;
  position: absolute;
  right: 0;
  top: 0;
}

.mobile-navigation .searchform__button span {
  display: inline-block;
}

.search-page__form .searchform__button {
  background-color: transparent;
  border: 0;
  color: #f38500;
  font-size: 18px;
  margin: 0;
  padding: 10px;
}

.search-page__form .searchform__button::before {
  content: '\f002';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-page__form .searchform__button span {
  display: none;
}

.searchform__close {
  background-image: url(../img/icon-close.png);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  border-radius: 50%;
  border-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  right: 1rem;
  text-indent: -9999px;
  top: 32px;
}

@media (min-width: 769px) {
  .searchform__close {
    right: 5%;
  }
}

.searchform__close:hover, .searchform__close:focus {
  background-color: transparent;
  color: #f38500;
  text-decoration: underline;
}

.ep-autosuggest-container .ep-autosuggest > ul > li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.search-page__form .ep-autosuggest-container .ep-autosuggest {
  width: calc(100% + 38px);
}

.searchform__container .ep-autosuggest-container .ep-autosuggest > ul.autosuggest-list,
.search-page__form .ep-autosuggest-container .ep-autosuggest > ul.autosuggest-list {
  padding: 10px;
  text-align: left;
}

@-webkit-keyframes fade-out {
  to {
    opacity: 0;
  }
}

@keyframes fade-out {
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fade-in {
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  to {
    opacity: 1;
  }
}

.section-title h2 {
  font-size: 48px;
  text-align: center;
  font-weight: 600;
  margin-top: 35px;
}

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

.select2-search--dropdown {
  border-bottom: 1px solid #34363b;
  border-top: 1px solid #34363b;
  padding: 10px;
}

.select2-results__options {
  font-size: 13px;
  font-style: inherit;
  line-height: 1.5;
}

.select2-results__option {
  margin: 0;
  padding: 6px 15px;
}

.select2-container--chemonics {
  vertical-align: inherit;
  width: auto !important;
  font-family: Montserrat;
}

.select2-container--chemonics .select2-selection--single {
  border: 0;
  height: auto;
}

.select2-container--chemonics .select2-selection--single .select2-selection__rendered {
  line-height: inherit;
  padding: 6px 22px 6px 8px;
  font-weight: bold;
  /* corrected selection titles for /projects */
}

.select2-container--chemonics .select2-selection--single .select2-selection__arrow b {
  border: 5px solid transparent;
  border-bottom: 0;
  border-top: 5px solid #f38500;
  bottom: 0;
  height: 0;
  line-height: 0;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
}

.select2-container--chemonics .select2-dropdown {
  border: 1px solid #cacaca !important;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 4px rgba(226, 226, 226, 0.9) !important;
          box-shadow: 0 0 0 4px rgba(226, 226, 226, 0.9) !important;
  width: 220px !important;
}

.select2-container--chemonics .select2-dropdown--above {
  margin-bottom: 31px;
}

.select2-container--chemonics .select2-dropdown--below {
  margin-top: 46px;
}

.select2-container--chemonics .select2-results {
  max-height: 200px;
  overflow: auto;
}

.select2-container--chemonics .select2-results__option {
  font-weight: 600;
  line-height: 1.25;
  padding: 6px 8px 6px 30px;
  position: relative;
  color: #111111;
  font-family: "Montserrat", sans-serif;
}

.select2-container--chemonics .select2-results__option[aria-selected="true"]::before {
  bottom: 0;
  color: #009ef0;
  content: "\f00c";
  display: block;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  left: 0;
  padding-top: 0.5em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px;
}

.related-services-slider {
  position: relative;
  background-color: #313131;
  margin-top: 3rem;
  color: #fff;
}

.related-services-slider .related-services-columns {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media (min-width: 769px) {
  .related-services-slider .related-services-columns {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}

@media (min-width: 1025px) {
  .related-services-slider .related-services-columns:first-child {
    width: calc(54.16667% - 30.83333px);
    float: left;
    margin-left: 20px;
  }
  .related-services-slider .related-services-columns:last-child {
    width: calc(41.66667% - 28.33333px);
    float: left;
    margin-left: 20px;
    margin-left: calc(4.16667% - 20.83333px + 40px);
  }
}

.related-services-slider h2 {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 44px;
  font-weight: 700;
  line-height: 55px;
}

.related-services-slider h2 small {
  display: block;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 400;
  line-height: 61px;
}

.related-services-slider .slide-list {
  list-style: none;
  padding-left: 0;
}

@media (min-width: 769px) {
  .related-services-slider .slide-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

.related-services-slider .slide-list li {
  color: #8d919d;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 37px;
  margin: 0;
}

.related-services-slider .slide-list li .inner-container {
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

.related-services-slider .slide-list hr {
  display: none;
  width: 24px;
  height: 2px;
  margin: 1rem 0 0 0.7rem;
  vertical-align: top;
  border-top: 2px solid #2ea18e;
}

.related-services-slider .slide-list .list-number {
  display: inline-block;
  vertical-align: top;
  color: #525458;
}

.related-services-slider .slide-list .list-title {
  display: inline-block;
  max-width: 80%;
  line-height: 20px;
  margin-left: 0.7rem;
}

@media (min-width: 769px) {
  .related-services-slider .slide-list .list-title {
    max-width: 75%;
  }
}

.related-services-slider .slide-list .active .list-number,
.related-services-slider .slide-list li .inner-container:hover .list-number,
.related-services-slider .slide-list li .inner-container:focus .list-number {
  color: #2ea18e;
}

.related-services-slider .slide-list .active hr,
.related-services-slider .slide-list li .inner-container:hover hr,
.related-services-slider .slide-list li .inner-container:focus hr {
  display: inline-block;
}

.related-services-slider .slide-list .active .list-title,
.related-services-slider .slide-list li .inner-container:hover .list-title,
.related-services-slider .slide-list li .inner-container:focus .list-title {
  color: #fff;
}

@media (min-width: 769px) {
  .related-services-slider .slider-wrap {
    position: relative;
    margin-top: -3rem;
  }
}

.related-services-slider .internal-container {
  -webkit-box-shadow: 0 18px 29px rgba(0, 0, 0, 0.1);
          box-shadow: 0 18px 29px rgba(0, 0, 0, 0.1);
  background-color: #2ea18e;
  padding: 1.5rem 3rem 3rem;
}

.related-services-slider .internal-container h3 {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 106px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0.5rem;
}

.related-services-slider .internal-container h3 small {
  display: block;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 26px;
  font-weight: 700;
  line-height: 45px;
}

.related-services-slider .internal-container hr {
  max-width: 47px;
  margin: 0 0 1.1rem;
  border-top: 2px solid #fff;
}

.related-services-slider .internal-container p {
  margin: 0;
}

.related-services-slider .video-controller {
  position: relative;
  right: 0;
  bottom: 0;
  background-color: transparent;
}

.related-services-slider .video-controller .video-button.video-previous:hover, .related-services-slider .video-controller .video-button.video-previous:focus,
.related-services-slider .video-controller .video-button.video-next:hover,
.related-services-slider .video-controller .video-button.video-next:focus {
  color: #fff;
}

.related-services-slider .video-controller .current-count {
  color: #2ea18e;
}

.related-services-slider .button {
  background-color: #fff;
  border-color: #fff;
  margin-top: 1.5rem;
}

.tab-content .slick-list {
  width: 100%;
}

.tab-content .slick-slide img {
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.tab-content .slick-slider .tab-column {
  margin-left: 0;
}

/* Slideshow container */
.slider__slides {
  position: relative;
  margin: auto;
  height: 325px;
}

.slider__slides .slider_slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 358px;
}

.slider__slides .slider_slide .wrap {
  padding: 0;
  width: 100%;
  height: 325px;
}

.slider__bgb {
  width: 100%;
  height: 358px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
}

div.slider__slides--text {
  position: absolute;
  padding: 15px;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1152px) {
  div.slider__slides--text {
    padding: 15px;
  }
}

div.slider__slides--text h2 {
  margin-top: 0;
}

div.slider__slides--text h2,
div.slider__slides--text p {
  color: #ffffff;
  font-size: 56px;
  line-height: 51px;
  font-weight: 600;
  text-align: left;
  text-transform: initial;
  margin-top: 15px;
}

@media (max-width: 768px) {
  div.slider__slides--text h2,
  div.slider__slides--text p {
    font-size: 42px;
    line-height: 38px;
  }
}

div.slider__slides--text p {
  font-size: 18px;
  letter-spacing: 0;
  width: 45%;
  line-height: 22px;
  font-weight: 400;
}

@media (max-width: 768px) {
  div.slider__slides--text p {
    font-size: 14px;
    width: 80%;
  }
}

div.slider__slides--text a {
  background: var(--unnamed-color-e68e00) 0% 0% no-repeat padding-box;
  background: #e68e00 0% 0% no-repeat padding-box;
  border-radius: 17px;
  color: #ffffff;
  font-weight: 500;
  padding: 10px 15px;
  text-transform: uppercase;
}

@media (max-width: 1152px) {
  div.slider__slides--text a {
    font-size: 13px;
  }
}

.home .hero-section__background {
  position: absolute;
  width: 100%;
}

.home .hero-section__video-container {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}

@media (min-width: 1025px) {
  .home .hero-section__video-container {
    display: block;
  }
}

.home .hero-section__video-container video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 358px;
}

.home .hero-section__video-container video::-webkit-media-controls {
  display: none;
}

/* The dots/bullets/indicators */
.slider__bullets {
  text-align: center;
  margin-top: -20px;
}

.slider__bullets--dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

.slider__bullets--dot:hover {
  background-color: #e68e00;
}

.slider__bullets--dot.active {
  background-color: #e68e00;
}

.home .partial-tabs .active {
  background-color: inherit;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.slider__button {
  border: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0;
  height: 14px;
  border-color: transparent transparent transparent #ffffff;
  -webkit-transition: 100ms all ease;
  transition: 100ms all ease;
  cursor: pointer;
  display: inline-block;
  border-style: solid;
  border-width: 7px 0 7px 17px;
  margin-left: 2px;
}

.slider__button.paused {
  border-style: double;
  border-width: 0 0 0 17px;
}

.slider__button:hover {
  border-color: transparent transparent transparent #e68e00;
}

.slider_bullets_container {
  z-index: 99;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.svg:not(html) {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
}

.svg:not(html) svg {
  display: block;
  height: 100%;
  width: 100%;
}

.table-a11y {
  width: 100%;
}

.table-a11y caption {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.table-a11y thead,
.table-a11y tbody,
.table-a11y tfoot {
  width: 100%;
}

.table-a11y tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

@media (min-width: 769px) {
  .table-a11y tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.table-a11y th,
.table-a11y td {
  text-align: left;
}

.table-a11y th a,
.table-a11y td a {
  color: #111111;
}

.table-a11y th a::after,
.table-a11y td a::after {
  content: '\f105';
  font-family: FontAwesome;
  color: #00aaec;
  margin-left: 1rem;
}

.table-design {
  /* TABLE HEADER STYLING */
  /* DISPLAY EACH ROW AS A CARD */
  /* INDIVIDUAL CELL HEADING STYLES */
}

.table-design thead {
  background-color: #e6e6e6;
}

.table-design thead th {
  padding: 15px 10px;
  text-align: left;
}

.table-design tbody tr {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}

.table-design tbody th {
  font-weight: normal;
}

.table-design tbody th,
.table-design tbody td {
  padding: 12px 10px;
}

@media (max-width: 768px) {
  .table-design tbody th,
  .table-design tbody td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.table-design tbody .col-header {
  background-color: #e6e6e6;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  font-weight: bold;
  margin: -12px 10px -12px -10px;
  padding: 12px 10px;
  width: 80px;
}

/* MOBILE MODE */
@media (max-width: 768px) {
  .table-design {
    /* even if table headers are visually hidden, it's necessary to set row as block level to avoid weird bug on VoiceOver */
  }
  .table-design thead {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
  }
}

/* TABLET MODE */
@media (min-width: 769px) {
  .table-design {
    background-color: #FFFFFF;
    /* ROWS MOBILE STYLING RESET & STYLING FOR TABLET */
    /* SET CELLS WIDTH */
    /* HIDE INVIDUAL CELL HEADING */
  }
  .table-design tbody tr {
    background-color: #FFFFFF;
    border-bottom: 1px solid #e6e6e6;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0;
  }
  .table-design tbody tr:hover {
    background-color: #f6f6f6;
  }
  .table-design thead th#date-header,
  .table-design thead td.date-cell,
  .table-design thead th#country-header,
  .table-design thead td.country-cell,
  .table-design thead th#term-header,
  .table-design thead td.term-cell,
  .table-design tbody th#date-header,
  .table-design tbody td.date-cell,
  .table-design tbody th#country-header,
  .table-design tbody td.country-cell,
  .table-design tbody th#term-header,
  .table-design tbody td.term-cell {
    width: 15%;
  }
  .table-design thead th#job-title-header,
  .table-design thead td.job-title-cell,
  .table-design tbody th#job-title-header,
  .table-design tbody td.job-title-cell {
    width: 55%;
  }
  .table-design tbody .col-header {
    display: none;
  }
}

/* ======== GRID ======== */
.tab-column,
.tab-columns {
  position: relative;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

.facetwp-template .tab-column, .facetwp-template
.tab-columns {
  float: none;
}

.tab-columns,
.tool-reports-columns {
  margin-bottom: 1.25rem;
}

.tab-link-column,
.tab-column {
  text-align: center;
  line-height: 37px;
}

@media (min-width: 769px) {
  .tab-columns,
  .tool-reports-columns {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}

@media (min-width: 1025px) {
  .tab-columns {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
  }
}

/* =====  End of GRID  ====== */
.tab-link-column {
  background: -webkit-gradient(linear, left bottom, left top, from(#f0f0f0), to(rgba(240, 240, 240, 0)));
  background: linear-gradient(0deg, #f0f0f0 0%, rgba(240, 240, 240, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f0f0", endColorstr="#f0f0f0", GradientType=1);
  /* stylelint-disable-line function-name-case */
}

.hp-tabs {
  padding: 3rem 0;
  background-color: #fff;
}

@media (min-width: 769px) {
  .hp-tabs {
    padding: 3rem 0 14rem;
  }
}

.partial-tabs {
  padding: 3rem 0;
}

.partial-tabs .tabs .wrap {
  width: 95%;
  max-width: 1200px;
}

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

.tabs .tab-links {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabs .tab-links li {
  margin: 0;
  list-style: none;
  border-top: 4px solid transparent;
}

.tabs .tab-links li.active {
  border-top: solid #f38500;
  background-color: #fff;
}

.tabs .tab-links li.active a {
  color: #f38500;
  font-weight: 500;
}

.tabs .tab-links li.active a:hover {
  text-decoration: none;
}

.tabs .tab-links a {
  padding: 0 16px;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #313131;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
  display: inline-block;
}

@media (min-width: 769px) {
  .tabs .tab-links a {
    padding: 0 36px;
    font-size: 1rem;
  }
}

.tab-content {
  clear: both;
  padding: 2rem 0 0;
}

.facetwp-template .tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.tab-content .tab {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}

.tab-content .tab.active {
  height: auto;
}

.tab-content img {
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.tab-content .tab-columns {
  overflow: hidden;
}

.tab-content .tab-columns:hover img, .tab-content .tab-columns:focus img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

.tab-content .content-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(#363636), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #363636 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  /* stylelint-disable-line function-name-case */
}

.tab-content h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 4rem 1.2rem 1.2rem;
}

.tab-content .button {
  margin-top: 2.25rem;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
}

.tab-content .button:hover, .tab-content .button:focus {
  background-color: #e68e00;
  border-color: #e68e00;
}

.tab-content--person h2 {
  background-color: inherit;
}

.tab-content--person .tab-columns {
  height: 390px;
  width: 380px;
  background-color: #f0f0f0;
}

.tab-content--person .content-container p {
  visibility: visible;
  min-height: 230px;
  opacity: 1;
}

.tab-content--person__external-publications h2 {
  background-color: #FFFFFF;
}

.tab-content--person__external-publications .content-container {
  padding-bottom: 1rem;
}

.tool-reports__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tool-reports__column {
  width: 50%;
}

@media (max-width: 768px) {
  .tool-reports__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tool-reports__column {
    width: 100%;
  }
}

.tool-reports__report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 2rem;
}

.tool-reports__report a {
  display: inline-block;
  margin-left: 1rem;
  margin-right: 2rem;
  vertical-align: middle;
  color: #34363b;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 0;
}

.tool-reports__report a .fa {
  margin-right: 8px;
}

.partial-tabs .tab.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: visible;
  margin-bottom: 70px;
}

.partial-tabs .tab.active .tab-column {
  position: absolute;
  bottom: -80px;
}

.partial-tabs .tab-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.partial-tabs .tab-columns a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.partial-tabs .tab-columns img {
  pointer-events: none;
}

.partial-tabs .tab-column {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.slick-slider .tab-columns {
  margin: 0 10px 10px;
}

.slick__arrow {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 4rem;
  font-weight: bold;
  color: #8d919d;
}

.slick__arrow--next, .slick__arrow--prev {
  z-index: 999;
  cursor: pointer;
}

.slick__arrow--next {
  right: 0;
}

.slick__arrow--prev {
  left: 0;
}

@media (min-width: 1025px) {
  .slick__arrow {
    top: 50%;
  }
  .slick__arrow--next {
    right: -25px;
  }
  .slick__arrow--prev {
    left: -25px;
  }
}

@media (max-width: 1024px) {
  .tab .slick-list {
    margin: 0 18px;
  }
}

.home .tab-columns {
  height: 265px;
  overflow: hidden;
}

.single-technical-area .video-slider ~ .featured-tabs-grid-2-tab .tab-link-column,
.single-integrated_solution .video-slider ~ .featured-tabs-grid-2-tab .tab-link-column,
.single-project .video-slider ~ .partial-tabs .tab-link-column,
.single-integrated_solution .video-slider ~ .partial-tabs .tab-link-column,
.home .partial-tabs .tab-link-column {
  background-color: #f0f0f0;
}

.single-project .video-slider ~ .partial-tabs,
.single-integrated_solution .video-slider ~ .partial-tabs,
.home .partial-tabs {
  padding: 0 0 3rem;
}

.post-type-archive-technical-area .main-container {
  padding-bottom: 0;
}

.technical-area-listing {
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 3rem;
}

@media (min-width: 769px) {
  .technical-area-listing {
    padding-bottom: 14.3rem;
  }
}

.tab-content .content-container p.listing-date {
  font-size: 0.8rem;
  color: #fff;
  margin: -0.8rem 0 0;
  padding: 0 1.2rem 1.2rem;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../vendor/slick-carousel/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../vendor/slick-carousel/slick/fonts/slick.eot");
  src: url("../vendor/slick-carousel/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../vendor/slick-carousel/slick/fonts/slick.woff") format("woff"), url("../vendor/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("../vendor/slick-carousel/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

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

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

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

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

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

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

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

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

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

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

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

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

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

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

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.testimonial-slider {
  position: relative;
  -webkit-box-shadow: 0 2px 33px rgba(0, 0, 0, 0.21);
          box-shadow: 0 2px 33px rgba(0, 0, 0, 0.21);
  background-color: #f38500;
  text-align: center;
  padding: 5rem 2rem 4rem;
  margin-bottom: 2rem;
}

.testimonial-slider::before {
  content: '“';
  display: block;
  opacity: 0.44;
  color: #ffffff;
  font-size: 175px;
  font-weight: 700;
}

.testimonial-slider .slick-list {
  padding: 0 !important;
}

.testimonial-slider p {
  max-width: 1000px;
  margin: 0 auto 2.3rem;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 769px) {
  .testimonial-slider p {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .testimonial-slider p {
    font-size: 30px;
    line-height: 49px;
  }
}

.testimonial-slider .author {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
}

.testimonial-slider .testimonial-icon-container {
  position: absolute;
  left: 0;
  bottom: -3.7rem;
  width: 100%;
}

.testimonial-slider .testimonial-icon-container .slick-track {
  display: inline-block;
  width: auto !important;
}

.testimonial-slider .testimonial-icon-container img {
  margin: 0 20px;
}

.wrap.for-icons {
  top: -2em;
  margin-bottom: -7.75rem;
  height: 150px;
}

.the-latest__grid_layout.the-latest__layout__grid--1 {
  display: grid;
  grid-template-columns: [col1] 381px [col2] 381px [col3] 1fr;
  /* stylelint-disable-line unit-no-unknown */
  grid-template-rows: [row1] 264px [row2] 176px [row3] 264px;
  gap: 25px;
  /* stylelint-disable-line property-no-unknown */
  /* Get rid of 2nd picture */
}

.the-latest__grid_layout.the-latest__layout__grid--1 .the-latest__article {
  height: 100%;
}

.the-latest__grid_layout.the-latest__layout__grid--1 .the-latest__link {
  height: 100%;
}

.the-latest__grid_layout.the-latest__layout__grid--1 .the-latest__link img {
  height: 100%;
}

.the-latest__grid_layout.the-latest__layout__grid--1 .the-latest__grid_row {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.the-latest__grid_layout.the-latest__layout__grid--1 .the-latest__grid_row_first {
  grid-column-start: col1;
  grid-column-end: col3;
  grid-row-start: row1;
  grid-row-end: row3;
}

.the-latest__grid_layout.the-latest__layout__grid--1 .the-latest__grid_row_second {
  grid-column-start: col3;
  grid-column-end: col3;
  grid-row-start: row1;
  grid-row-end: row2;
}

.the-latest__grid_layout.the-latest__layout__grid--1 .the-latest__grid_row_third {
  grid-column-start: col1;
  grid-column-end: col2;
  grid-row-start: row3;
  grid-row-end: row4;
}

.the-latest__grid_layout.the-latest__layout__grid--1 .the-latest__grid_row_fourth {
  grid-column-start: col2;
  grid-column-end: col3;
  grid-row-start: row3;
  grid-row-end: row4;
}

.the-latest__grid_layout.the-latest__layout__grid--1 .the-latest__grid_row_fifth {
  grid-column-start: col3;
  grid-column-end: col3;
  grid-row-start: row2;
  grid-row-end: row4;
}

.the-latest__grid_layout.the-latest__layout__grid--1 .the-latest__link img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

.the-latest__grid_layout.the-latest__layout__grid--1 .the-latest__grid_row_second picture:nth-child(2) {
  display: none;
}

@media (max-width: 1024px) {
  .the-latest__grid_layout.the-latest__layout__grid--1 {
    display: block;
  }
  .the-latest__grid_layout.the-latest__layout__grid--1 .the-latest__grid_row {
    margin-bottom: 15px;
  }
  .the-latest__grid_layout.the-latest__layout__grid--1 .the-latest__grid_row:last-child {
    margin-bottom: 0;
  }
  .the-latest__grid_layout.the-latest__layout__grid--1 .the-latest__link {
    height: 270px;
  }
  .the-latest__grid_layout.the-latest__layout__grid--1 .the-latest__link img {
    height: 100%;
  }
}

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

@media (max-width: 1152px) {
  .the-latest__layout {
    margin: 15px;
  }
}

@media (min-width: 1010px) and (max-width: 1200px) {
  .the-latest__layout {
    margin: 15px;
  }
}

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

.the-latest__column--one-third {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.the-latest__column--one-third__second a picture:nth-child(2) {
  display: none;
}

@media (max-width: 900px) {
  .the-latest__column--one-third__second a picture:nth-child(2) {
    display: block;
  }
}

.the-latest__column--one-third__second a picture:nth-child(1) {
  display: none;
}

@media (min-width: 901px) {
  .the-latest__column--one-third__second a picture:nth-child(1) {
    display: block;
  }
}

@media (min-width: 1025px) {
  .the-latest__column--one-third {
    width: 32%;
  }
  .the-latest__column--one-third__first a {
    height: 264px;
    overflow: hidden;
  }
  .the-latest__column--one-third__first img {
    height: 100%;
    width: auto;
  }
  .the-latest__column--one-third__second a {
    height: 439px;
    max-width: 385px;
    overflow: hidden;
  }
}

@media (max-width: 1152px) {
  .the-latest__column--one-third {
    width: 365px;
  }
  .the-latest__column--one-third__first a {
    height: 234px;
    overflow: hidden;
  }
  .the-latest__column--one-third__second a {
    height: 284px;
    max-width: 365px;
    overflow: hidden;
  }
}

@media (min-width: 1010px) and (max-width: 1200px) {
  .the-latest__column--one-third {
    width: 365px;
  }
  .the-latest__column--one-third__first a {
    height: 234px;
    overflow: hidden;
  }
  .the-latest__column--one-third__second a {
    height: 284px;
    max-width: 365px;
    overflow: hidden;
  }
}

@media (min-width: 1025px) {
  .the-latest__column--two-thirds {
    width: 789px;
  }
  .the-latest__column--two-thirds__first a {
    max-height: 438px;
    max-width: 789px;
    overflow: hidden;
  }
  .the-latest__column--two-thirds__first img {
    height: auto;
    width: 100%;
  }
  .the-latest__column--two-thirds__second {
    margin-top: 25px;
  }
  .the-latest__column--two-thirds__second a {
    height: 264px;
    width: 381px;
    overflow: hidden;
  }
  .the-latest__column--two-thirds__second img {
    height: 100%;
    width: auto;
  }
}

@media (min-width: 1010px) and (max-width: 1200px) {
  .the-latest__column--two-thirds {
    width: 67%;
    margin-right: 20px;
  }
  .the-latest__column--two-thirds__first a {
    max-height: 318px;
    max-width: 100%;
    overflow: hidden;
  }
  .the-latest__column--two-thirds__second {
    margin-top: 20px;
    width: 100%;
  }
  .the-latest__column--two-thirds__second article:nth-of-type(1) {
    margin-right: 20px;
  }
  .the-latest__column--two-thirds__second article {
    width: 50%;
  }
  .the-latest__column--two-thirds__second article img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .the-latest__column--two-thirds__second a {
    height: 205px;
    width: 100%;
    overflow: hidden;
  }
}

@media (max-width: 1152px) {
  .the-latest__column--two-thirds {
    width: 65%;
    margin-right: 21px;
  }
  .the-latest__column--two-thirds__first a {
    max-height: 318px;
    max-width: 100%;
    overflow: hidden;
  }
  .the-latest__column--two-thirds__second {
    margin-top: 20px;
    width: 100%;
  }
  .the-latest__column--two-thirds__second article:nth-of-type(1) {
    margin-right: 20px;
  }
  .the-latest__column--two-thirds__second a {
    height: 200px;
    width: 100%;
    overflow: hidden;
  }
}

.the-latest__column--full {
  width: 100%;
}

.the-latest__column--full a {
  height: 340px;
  width: 586px;
  overflow: hidden;
  margin-bottom: 25px;
}

@media (max-width: 1152px) {
  .the-latest__column--full .the-latest__row {
    width: 100%;
  }
  .the-latest__column--full .the-latest__article {
    width: 50%;
  }
  .the-latest__column--full a {
    width: 100%;
  }
  .the-latest__column--full .the-latest__row article:nth-of-type(1) {
    margin-right: 10px;
  }
  .the-latest__column--full .the-latest__row article:nth-of-type(2) {
    margin-left: 10px;
  }
}

@media (max-width: 1024px) {
  .the-latest__column--full .the-latest__row {
    width: 100%;
    display: block;
  }
  .the-latest__column--full .the-latest__article {
    width: 100%;
    margin-left: 0 !important;
  }
  .the-latest__column--full a {
    width: 100%;
    height: 270px;
  }
}

@media (max-width: 539px) {
  .the-latest__column--full a {
    width: 100%;
    height: 220px;
  }
}

.the-latest__column--two_rows {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1025px) {
  .the-latest__column--two_rows__first a {
    height: auto;
  }
  .the-latest__column--two_rows__second {
    margin-top: 25px;
  }
  .the-latest__column--two_rows__second .the-latest__article {
    max-width: 383px;
    overflow: hidden;
    height: 252px;
  }
  .the-latest__column--two_rows__second a {
    max-height: 300px;
  }
  .the-latest__column--two_rows__second img {
    height: 100%;
    width: auto;
  }
}

@media (max-width: 1024px) {
  .the-latest .the-latest__column {
    width: 100%;
  }
  .the-latest .the-latest__row {
    width: 100%;
    display: block;
  }
  .the-latest .the-latest__row a {
    width: 100%;
    max-width: 100%;
    height: 270px;
  }
  .the-latest .the-latest__article {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 15px;
  }
  .the-latest .the-latest__article picture {
    width: 100%;
    display: block;
  }
  .the-latest .the-latest__article img {
    width: 100%;
  }
  .the-latest .the-latest__column {
    display: block;
  }
  .the-latest .the-latest__layout {
    display: block;
  }
  .the-latest .the-latest__column--two-thirds__second {
    margin-top: 0;
  }
}

@media (max-width: 539px) {
  .the-latest .the-latest__row a {
    width: 100%;
    height: 200px;
  }
}

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

.the-latest__content_text {
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(#363636), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #363636 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#363636", endColorstr="#000000", GradientType=1);
  /* stylelint-disable-line function-name-case */
  padding: 100px 15px 15px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.the-latest__link:hover img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.the-latest a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}

.the-latest h4 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0;
  font-size: 14px;
  height: 18px;
}

.the-latest h5 {
  margin-top: 2px;
  font-weight: 200;
  color: #ffffff;
  font-size: 17px;
  line-height: 20px;
}

@media (max-width: 1024px) {
  .the-latest .the-latest__content {
    margin: 15px;
  }
  .the-latest h4 {
    font-size: 12px;
  }
  .the-latest h5 {
    font-size: 13px;
    line-height: 15px;
  }
}

.the-latest .button {
  max-width: 236px;
  display: block;
  margin: auto;
}

.the-latest .wrap {
  padding-top: 0;
}

.the-latest .section-title {
  padding-bottom: 0;
}

/* stylelint-disable */
.twitter-sidebar {
  border-left: none !important;
}

.twitter-sidebar .content-sidebar {
  padding-left: 0 !important;
}

.Avatar {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}

.Avatar--fill {
  width: 100%;
  height: 100%;
}

.Emoji--forText {
  height: 1.25em;
  width: 1.25em;
  padding: 0 .05em 0 .1em;
  vertical-align: -.2em;
}

.Emoji--forLinks {
  background-position: .1em;
  background-repeat: no-repeat;
  background-size: 1.25em 1.25em;
  letter-spacing: 1.1em;
  line-height: 1.25em;
  padding-top: .15em;
  -moz-user-select: none;
  -ms-user-select: none;
}

.Icon {
  display: inline-block;
  height: 1.25em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
}

.Icon--alertsPill {
  width: 1.07639em;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2062%2072%22%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22M51%2014H11c-4.42%200-8%203.58-8%208v28c0%204.418%203.58%208%208%208h40c4.418%200%208-3.582%208-8V22c0-4.42-3.582-8-8-8zM12.107%2036.997L12%2037c-1.057%200-1.94-.826-1.996-1.894-.34-6.354%203.132-12.276%208.844-15.088.99-.487%202.19-.08%202.677.912s.08%202.19-.912%202.678c-4.272%202.103-6.87%206.532-6.615%2011.285.06%201.103-.788%202.045-1.89%202.104zm7%201L19%2038c-1.057%200-1.94-.827-1.996-1.894-.234-4.39%202.164-8.478%206.108-10.413.992-.488%202.19-.08%202.677.914.486.99.077%202.19-.915%202.676-2.503%201.23-4.025%203.824-3.876%206.61.056%201.104-.79%202.045-1.893%202.104zm21.106%209.11c-.21.774-.94%201.282-1.733%201.387-.093.014-.188.02-.285.02H34.4C33.93%2049.955%2032.593%2051%2031%2051c-1.596%200-2.932-1.047-3.398-2.485h-3.78c-.91%200-1.817-.544-2.046-1.426-.223-.86.042-1.692.792-2.145.2-.248%201.048-1.487%201.048-4.71%200-5.407%202.46-8.042%205.273-8.893.13-1.054%201.02-1.873%202.108-1.873%201.093%200%201.983.823%202.11%201.88%202.827.86%205.272%203.486%205.286%208.858.008%203.192.827%204.462%201.044%204.742.014.01.027.02.04.032.718.466.96%201.286.735%202.125zm4.785-11C44.94%2037.172%2044.058%2038%2043.002%2038c-.036%200-.072%200-.108-.003-1.103-.06-1.95-1-1.89-2.104.147-2.786-1.375-5.38-3.877-6.61-.992-.486-1.4-1.685-.914-2.676.487-.99%201.685-1.4%202.677-.914%203.944%201.936%206.34%206.024%206.108%2010.413zm7-1C51.94%2036.172%2051.058%2037%2050.002%2037c-.036%200-.072%200-.108-.003-1.103-.06-1.95-1-1.89-2.104.253-4.753-2.344-9.183-6.616-11.285-.99-.488-1.4-1.687-.912-2.678.487-.99%201.686-1.4%202.677-.912%205.713%202.812%209.184%208.734%208.845%2015.088z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M38.89%2025.693c-.992-.487-2.19-.077-2.677.914-.487.99-.078%202.19.914%202.676%202.503%201.23%204.025%203.824%203.876%206.61-.06%201.104.788%202.045%201.89%202.104.037.002.073.003.11.003%201.055%200%201.937-.827%201.994-1.894.234-4.39-2.163-8.477-6.107-10.413zM43.154%2020.02c-.99-.49-2.19-.08-2.677.91-.488.992-.08%202.19.912%202.68%204.27%202.102%206.868%206.53%206.614%2011.284-.06%201.103.788%202.045%201.89%202.104l.108.002c1.055%200%201.938-.827%201.995-1.894.34-6.354-3.13-12.276-8.843-15.087zM39.48%2044.982l-.04-.032c-.217-.28-1.036-1.55-1.044-4.742-.013-5.37-2.46-8-5.286-8.857-.127-1.057-1.017-1.88-2.11-1.88-1.09%200-1.98.818-2.11%201.872-2.812.85-5.272%203.486-5.272%208.892%200%203.224-.847%204.463-1.048%204.71-.75.453-1.016%201.285-.792%202.145.23.88%201.136%201.425%202.047%201.425h3.78C28.068%2049.953%2029.404%2051%2031%2051c1.593%200%202.93-1.047%203.398-2.485h3.796c.097%200%20.192-.007.285-.02.792-.105%201.523-.613%201.732-1.388.227-.84-.016-1.66-.732-2.125zM24.874%2029.283c.992-.486%201.4-1.685.914-2.676-.487-.993-1.685-1.402-2.677-.914-3.943%201.936-6.34%206.023-6.107%2010.413C17.06%2037.173%2017.943%2038%2019%2038c.035%200%20.07%200%20.107-.003%201.103-.06%201.95-1%201.89-2.104-.148-2.786%201.374-5.38%203.877-6.61zM20.613%2023.608c.99-.488%201.4-1.687.912-2.678s-1.687-1.4-2.677-.912c-5.712%202.812-9.183%208.733-8.844%2015.088C10.06%2036.174%2010.944%2037%2012%2037c.035%200%20.07%200%20.107-.003%201.103-.06%201.95-1%201.89-2.104-.253-4.752%202.343-9.182%206.616-11.285z%22%2F%3E%3C%2Fsvg%3E);
}

.Icon--lightning {
  width: .625em;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2072%22%3E%3Cpath%20fill%3D%22%232b7bb9%22%20d%3D%22M30.738%2028.01C30.382%2027.387%2029.718%2027%2029%2027H18.145l6.686-15.194c.273-.62.215-1.333-.155-1.898C24.305%209.34%2023.675%209%2023%209H11c-.925%200-1.73.634-1.945%201.533l-6%2025c-.143.596-.005%201.224.374%201.705.38.482.957.762%201.57.762h7.278L8.034%2060.632c-.18.953.353%201.897%201.26%202.24.23.087.47.128.706.128.69%200%201.35-.357%201.72-.98l19-32c.367-.617.374-1.384.018-2.01z%22%2F%3E%3C%2Fsvg%3E);
}

.Icon--playCircle {
  width: 1.04167em;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060%2072%22%3E%3Cpath%20opacity%3D%22.8%22%20fill%3D%22%231DA1F2%22%20d%3D%22M30%2012C16.768%2012%206%2022.765%206%2036s10.766%2023.998%2024%2023.998%2024-10.765%2024-24S43.235%2012%2030%2012z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M39.2%2034.34l-12-9c-.606-.455-1.418-.528-2.094-.19-.677.34-1.106%201.032-1.106%201.79v18c0%20.758.428%201.45%201.106%201.79.283.14.59.21.894.21.425%200%20.847-.136%201.2-.4l12-9c.503-.377.8-.97.8-1.6%200-.63-.295-1.223-.8-1.6z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M30%2015c11.598%200%2021%209.402%2021%2021s-9.4%2020.998-21%2020.998-21-9.402-21-21S18.4%2015%2030%2015m0-6C15.112%209%203%2021.11%203%2036s12.112%2026.998%2027%2026.998%2027-12.11%2027-27S44.888%209%2030%209z%22%2F%3E%3C%2Fsvg%3E);
}

.Icon--reply {
  width: 1.28472em;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%238899a6%22%20d%3D%22M14.046%202.242l-4.148-.01h-.002c-4.374%200-7.8%203.427-7.8%207.802%200%204.098%203.186%207.206%207.465%207.37v3.828c0%20.108.045.286.12.403.143.225.385.347.633.347.138%200%20.277-.038.402-.118.264-.168%206.473-4.14%208.088-5.506%201.902-1.61%203.04-3.97%203.043-6.312v-.017c-.006-4.368-3.43-7.788-7.8-7.79zm3.787%2012.972c-1.134.96-4.862%203.405-6.772%204.643V16.67c0-.414-.334-.75-.75-.75h-.395c-3.66%200-6.318-2.476-6.318-5.886%200-3.534%202.768-6.302%206.3-6.302l4.147.01h.002c3.532%200%206.3%202.766%206.302%206.296-.003%201.91-.942%203.844-2.514%205.176z%22%2F%3E%3C%2Fsvg%3E);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.Icon--retweet {
  width: 1.28472em;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2074%2072%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%238899a6%22%20d%3D%22M70.676%2036.644C70.166%2035.636%2069.13%2035%2068%2035h-7V19c0-2.21-1.79-4-4-4H34c-2.21%200-4%201.79-4%204s1.79%204%204%204h18c.552%200%20.998.446%201%20.998V35h-7c-1.13%200-2.165.636-2.676%201.644-.51%201.01-.412%202.22.257%203.13l11%2015C55.148%2055.545%2056.046%2056%2057%2056s1.855-.455%202.42-1.226l11-15c.668-.912.767-2.122.256-3.13zM40%2048H22c-.54%200-.97-.427-.992-.96L21%2036h7c1.13%200%202.166-.636%202.677-1.644.51-1.01.412-2.22-.257-3.13l-11-15C18.854%2015.455%2017.956%2015%2017%2015s-1.854.455-2.42%201.226l-11%2015c-.667.912-.767%202.122-.255%203.13C3.835%2035.365%204.87%2036%206%2036h7l.012%2016.003c.002%202.208%201.792%203.997%204%203.997h22.99c2.208%200%204-1.79%204-4s-1.792-4-4-4z%22%2F%3E%3C%2Fsvg%3E);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.Icon--retweetBadge {
  width: 1.04167em;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2272%22%20viewBox%3D%220%200%2060%2072%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%2319cf86%22%20d%3D%22M49%209H11c-4.418%200-8%203.582-8%208v38c0%204.418%203.582%208%208%208h38c4.418%200%208-3.582%208-8V17c0-4.418-3.582-8-8-8zM21%2044h10c1.657%200%203%201.343%203%203s-1.343%203-3%203H17c-1.657%200-3-1.343-3-3V36H9c-.77%200-1.47-.44-1.803-1.134-.333-.692-.24-1.516.24-2.115l8-10c.76-.947%202.365-.947%203.124%200l8%2010c.48.6.576%201.425.243%202.117C26.47%2035.56%2025.77%2036%2025%2036h-5v7c0%20.553.448%201%201%201zm31.562-4.75l-8%2010c-.38.474-.954.75-1.562.75s-1.182-.276-1.562-.75l-8-10c-.48-.6-.574-1.424-.24-2.116C33.53%2036.44%2034.23%2036%2035%2036h5v-7c0-.553-.447-1-1-1H29c-1.657%200-3-1.343-3-3s1.343-3%203-3h14c1.657%200%203%201.343%203%203v11h5c.77%200%201.47.44%201.803%201.134.333.692.24%201.515-.24%202.115z%22%2F%3E%3C%2Fsvg%3E);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.Icon--mute {
  width: 1.18056em;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2068%2072%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20class%3D%22icon%22%20d%3D%22M37.105%209.21c-1.142-.45-2.447-.162-3.29.734L18.705%2026H7c-1.657%200-3%201.343-3%203v14c0%201.657%201.343%203%203%203h11.704l15.11%2016.056c.844.896%202.15%201.185%203.29.733C38.25%2062.334%2039%2061.23%2039%2060V12c0-1.23-.75-2.335-1.895-2.79zM45%2048c-.746%200-1.492-.276-2.073-.832-1.197-1.146-1.24-3.044-.094-4.24C44.733%2040.937%2046%2039%2046%2036s-1.267-4.938-3.168-6.927c-1.145-1.197-1.103-3.096.094-4.24%201.198-1.147%203.097-1.104%204.242.094C49.418%2027.277%2052%2030.663%2052%2036s-2.583%208.722-4.832%2011.073C46.578%2047.69%2045.79%2048%2045%2048z%22%2F%3E%3Cpath%20class%3D%22icon%22%20d%3D%22M54%2054c-.746%200-1.492-.276-2.073-.832-1.197-1.146-1.24-3.044-.094-4.24%203.365-3.52%205.152-7.992%205.168-12.938-.015-4.926-1.802-9.4-5.167-12.917-1.145-1.197-1.103-3.096.094-4.24%201.197-1.146%203.097-1.104%204.242.094%204.447%204.65%206.81%2010.55%206.83%2017.063-.02%206.532-2.383%2012.434-6.83%2017.083-.59.616-1.38.927-2.17.927z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}

.Icon--unmute {
  width: 1.18056em;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2068%2072%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20class%3D%22icon%22%20d%3D%22M37.105%209.21c-1.142-.45-2.447-.162-3.29.734L18.705%2026H7c-1.657%200-3%201.343-3%203v14c0%201.657%201.343%203%203%203h11.704l15.11%2016.056c.844.896%202.15%201.185%203.29.733C38.25%2062.334%2039%2061.23%2039%2060V12c0-1.23-.75-2.335-1.895-2.79zM58.242%2036l5.88-5.88c1.17-1.17%201.17-3.07%200-4.24-1.172-1.173-3.072-1.173-4.243%200L54%2031.757l-5.88-5.88c-1.17-1.17-3.07-1.17-4.24%200-1.173%201.172-1.173%203.072%200%204.243L49.757%2036l-5.88%205.88c-1.17%201.17-1.17%203.07%200%204.24.586.587%201.354.88%202.122.88s1.536-.293%202.12-.88L54%2040.243l5.88%205.88c.584.585%201.352.878%202.12.878s1.536-.293%202.12-.88c1.173-1.17%201.173-3.07%200-4.24L58.243%2036z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}

.Icon--twitter {
  width: 1.25em;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%231da1f2%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

.Icon--twitterWhite {
  width: 1.25em;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

.Icon--verified {
  width: 1.11111em;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h64v72H0z%22%2F%3E%3Cpath%20fill%3D%22%231da1f2%22%20d%3D%22M3%2037.315c0%204.125%202.162%207.726%205.363%209.624-.056.467-.09.937-.09%201.42%200%206.103%204.72%2011.045%2010.546%2011.045%201.295%200%202.542-.234%203.687-.686C24.22%2062.4%2027.827%2064.93%2032%2064.93c4.174%200%207.782-2.53%209.49-6.213%201.148.45%202.39.685%203.69.685%205.826%200%2010.546-4.94%2010.546-11.045%200-.483-.037-.953-.093-1.42C58.83%2045.04%2061%2041.44%2061%2037.314c0-4.37-2.42-8.15-5.933-9.946.427-1.203.658-2.5.658-3.865%200-6.104-4.72-11.045-10.545-11.045-1.302%200-2.543.232-3.69.688-1.707-3.685-5.315-6.216-9.49-6.216-4.173%200-7.778%202.53-9.492%206.216-1.146-.455-2.393-.688-3.688-.688-5.827%200-10.545%204.94-10.545%2011.045%200%201.364.23%202.662.656%203.864C5.42%2029.163%203%2032.944%203%2037.314z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M17.87%2039.08l7.015%206.978c.585.582%201.35.873%202.116.873.77%200%201.542-.294%202.127-.883.344-.346%2015.98-15.974%2015.98-15.974%201.172-1.172%201.172-3.07%200-4.243-1.17-1.17-3.07-1.172-4.242%200l-13.87%2013.863-4.892-4.868c-1.174-1.168-3.074-1.164-4.242.01-1.168%201.176-1.163%203.075.01%204.244z%22%2F%3E%3C%2Fsvg%3E);
}

.Icon--vine {
  width: .9375em;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2054%2072%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M48.23%2031.25c1.21-2.712%201.877-6.235%201.877-9.32%200-8.304-4.205-13.136-11.894-13.136-7.91%200-12.54%206.136-12.54%2014.225%200%208.01%203.71%2014.887%209.838%2018.018-2.573%205.194-5.853%209.775-9.264%2013.22-6.2-7.56-11.803-17.644-14.103-37.32H3c4.223%2032.774%2016.814%2043.21%2020.143%2045.213%201.883%201.147%203.505%201.09%205.227.112%202.705-1.555%2010.814-9.738%2015.32-19.33%201.883-.005%204.153-.223%206.417-.737V35.74c-1.384.32-2.726.465-3.934.465-6.776%200-11.997-4.774-11.997-13.082%200-4.068%201.558-6.184%203.767-6.184%202.1%200%203.493%201.9%203.493%205.754%200%202.186-.575%204.59-1.01%206.01%200%200%202.093%203.677%207.804%202.547z%22%2F%3E%3C%2Fsvg%3E);
}

.Icon--verifiedWhite {
  width: 1.11111em;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060%2072%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M57%2037.288c0-4.07-2.25-7.59-5.523-9.26.397-1.12.613-2.328.613-3.598%200-5.683-4.394-10.283-9.818-10.283-1.212%200-2.368.216-3.436.64C37.246%2011.357%2033.886%209%2030%209c-3.885%200-7.242%202.357-8.837%205.787-1.066-.424-2.228-.64-3.434-.64-5.426%200-9.82%204.6-9.82%2010.283%200%201.27.217%202.478.612%203.598-3.27%201.67-5.52%205.192-5.52%209.26%200%203.84%202.01%207.193%204.99%208.96-.05.435-.082.874-.082%201.323%200%205.683%204.392%2010.284%209.818%2010.284%201.206%200%202.368-.218%203.434-.638C22.758%2060.644%2026.115%2063%2030%2063c3.887%200%207.246-2.356%208.837-5.784%201.068.42%202.224.638%203.436.638%205.423%200%209.818-4.6%209.818-10.283%200-.448-.034-.886-.085-1.322C54.98%2044.48%2057%2041.128%2057%2037.288zm-14.797-6.742s-14.558%2014.55-14.878%2014.872c-.546.548-1.263.823-1.98.823-.712%200-1.425-.27-1.97-.812l-6.53-6.498c-1.093-1.088-1.098-2.857-.01-3.95%201.087-1.095%202.856-1.098%203.95-.01l4.555%204.53%2012.914-12.906c1.09-1.09%202.86-1.09%203.95%200%201.09%201.093%201.09%202.86%200%203.952z%22%2F%3E%3C%2Fsvg%3E);
}

.Icon--heart {
  width: 1.25em;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%238899a6%22%20d%3D%22M12%2021.638h-.014C9.403%2021.59%201.95%2014.856%201.95%208.478c0-3.064%202.525-5.754%205.403-5.754%202.29%200%203.83%201.58%204.646%202.73.813-1.148%202.353-2.73%204.644-2.73%202.88%200%205.404%202.69%205.404%205.755%200%206.375-7.454%2013.11-10.037%2013.156H12zM7.354%204.225c-2.08%200-3.903%201.988-3.903%204.255%200%205.74%207.035%2011.596%208.55%2011.658%201.52-.062%208.55-5.917%208.55-11.658%200-2.267-1.822-4.255-3.902-4.255-2.528%200-3.94%202.936-3.952%202.965-.23.562-1.156.562-1.387%200-.015-.03-1.426-2.965-3.955-2.965z%22%2F%3E%3C%2Fsvg%3E);
}

.Icon--informationCircleWhite {
  height: 18px;
  width: 18px;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%238899A6%22%20d%3D%22M12%2018.042c-.553%200-1-.447-1-1v-5.5c0-.553.447-1%201-1s1%20.447%201%201v5.5c0%20.553-.447%201-1%201z%22%2F%3E%3Ccircle%20class%3D%22icon%22%20fill%3D%22%238899A6%22%20cx%3D%2212%22%20cy%3D%228.042%22%20r%3D%221.25%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%238899A6%22%20d%3D%22M12%2022.75C6.072%2022.75%201.25%2017.928%201.25%2012S6.072%201.25%2012%201.25%2022.75%206.072%2022.75%2012%2017.928%2022.75%2012%2022.75zm0-20C6.9%202.75%202.75%206.9%202.75%2012S6.9%2021.25%2012%2021.25s9.25-4.15%209.25-9.25S17.1%202.75%2012%202.75z%22%2F%3E%3C%2Fsvg%3E);
}

.Icon--profile {
  width: 1.25em;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23657786%22%20d%3D%22M12%2011.816c1.355%200%202.872-.15%203.84-1.256.814-.93%201.078-2.368.806-4.392-.38-2.825-2.117-4.512-4.646-4.512S7.734%203.343%207.354%206.17c-.272%202.022-.008%203.46.806%204.39.968%201.107%202.485%201.256%203.84%201.256zM8.84%206.368c.162-1.2.787-3.212%203.16-3.212s2.998%202.013%203.16%203.212c.207%201.55.057%202.627-.45%203.205-.455.52-1.266.743-2.71.743s-2.255-.223-2.71-.743c-.507-.578-.657-1.656-.45-3.205zm11.44%2012.868c-.877-3.526-4.282-5.99-8.28-5.99s-7.403%202.464-8.28%205.99c-.172.692-.028%201.4.395%201.94.408.52%201.04.82%201.733.82h12.304c.693%200%201.325-.3%201.733-.82.424-.54.567-1.247.394-1.94zm-1.576%201.016c-.126.16-.316.246-.552.246H5.848c-.235%200-.426-.085-.552-.246-.137-.174-.18-.412-.12-.654.71-2.855%203.517-4.85%206.824-4.85s6.114%201.994%206.824%204.85c.06.242.017.48-.12.654z%22%2F%3E%3C%2Fsvg%3E);
}

.Icon--profileCTA {
  width: 1.25em;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%232b7bb9%22%20d%3D%22M12%2011.816c1.355%200%202.872-.15%203.84-1.256.814-.93%201.078-2.368.806-4.392-.38-2.825-2.117-4.512-4.646-4.512S7.734%203.343%207.354%206.17c-.272%202.022-.008%203.46.806%204.39.968%201.107%202.485%201.256%203.84%201.256zM8.84%206.368c.162-1.2.787-3.212%203.16-3.212s2.998%202.013%203.16%203.212c.207%201.55.057%202.627-.45%203.205-.455.52-1.266.743-2.71.743s-2.255-.223-2.71-.743c-.507-.578-.657-1.656-.45-3.205zm11.44%2012.868c-.877-3.526-4.282-5.99-8.28-5.99s-7.403%202.464-8.28%205.99c-.172.692-.028%201.4.395%201.94.408.52%201.04.82%201.733.82h12.304c.693%200%201.325-.3%201.733-.82.424-.54.567-1.247.394-1.94zm-1.576%201.016c-.126.16-.316.246-.552.246H5.848c-.235%200-.426-.085-.552-.246-.137-.174-.18-.412-.12-.654.71-2.855%203.517-4.85%206.824-4.85s6.114%201.994%206.824%204.85c.06.242.017.48-.12.654z%22%2F%3E%3C%2Fsvg%3E);
}

.Icon--replyCTA {
  width: 1.25em;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%232b7bb9%22%20d%3D%22M14.046%202.242l-4.148-.01h-.002c-4.374%200-7.8%203.427-7.8%207.802%200%204.098%203.186%207.206%207.465%207.37v3.828c0%20.108.045.286.12.403.143.225.385.347.633.347.138%200%20.277-.038.402-.118.264-.168%206.473-4.14%208.088-5.506%201.902-1.61%203.04-3.97%203.043-6.312v-.017c-.006-4.368-3.43-7.788-7.8-7.79zm3.787%2012.972c-1.134.96-4.862%203.405-6.772%204.643V16.67c0-.414-.334-.75-.75-.75h-.395c-3.66%200-6.318-2.476-6.318-5.886%200-3.534%202.768-6.302%206.3-6.302l4.147.01h.002c3.532%200%206.3%202.766%206.302%206.296-.003%201.91-.942%203.844-2.514%205.176z%22%2F%3E%3C%2Fsvg%3E);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.Icon--chevronRightCTA {
  width: 1.25em;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%238899a6%22%20d%3D%22M17.207%2011.293l-7.5-7.5c-.39-.39-1.023-.39-1.414%200s-.39%201.023%200%201.414L15.086%2012l-6.793%206.793c-.39.39-.39%201.023%200%201.414.195.195.45.293.707.293s.512-.098.707-.293l7.5-7.5c.39-.39.39-1.023%200-1.414z%22%2F%3E%3C%2Fsvg%3E);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.IconButton {
  background-color: transparent;
}

.Interstitial {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.75);
  font-size: 17px;
}

.Interstitial-subtext {
  font-size: 13px;
}

.Interstitial-link {
  font-size: 13px;
}

.Interstitial-link, .Interstitial-link:active, .Interstitial-link:focus, .Interstitial-link:hover, .Interstitial-link:visited {
  text-decoration: underline;
}

.Interstitial-link, .Interstitial-link:active, .Interstitial-link:visited {
  color: #71c9f8;
  text-decoration-color: #71c9f8;
}

.Interstitial-link:focus {
  color: #9bdbfd;
  text-decoration-color: #9bdbfd;
}

.Interstitial-link:hover {
  color: #9bdbfd;
  text-decoration-color: #9bdbfd;
}

.Interstitial-cookieConsent {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 10px;
  color: #ccd6dd;
}

.Interstitial-cookieConsentButton {
  display: block;
  margin: 10px auto;
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid #ccd6dd;
  border-radius: 4px;
  color: inherit;
  font-size: 15px;
  cursor: pointer;
}

.Interstitial-cookieConsentButton:hover {
  background: rgba(255, 255, 255, 0.1);
}

.SandboxRoot.env-bp-min .Interstitial {
  font-size: 13px;
}

.SandboxRoot.env-bp-min .Interstitial-subtext {
  display: none;
}

.Identity-name {
  font-weight: 700;
}

.Identity-screenName {
  color: #667580;
  color: #8899a6;
}

.Identity:focus {
  text-decoration: none;
}

.Identity:focus .Identity-name {
  text-decoration: underline;
}

.Identity--blended:focus, .Identity--blended:hover {
  color: inherit;
}

.Identity--blended .Identity-screenName {
  color: inherit;
}

.Identity--withInlineAvatar {
  line-height: 16px;
}

.Identity--withInlineAvatar .Identity-avatar {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  vertical-align: top;
}

.PrettyLink:focus {
  text-decoration: none;
}

.PrettyLink:focus .PrettyLink-value {
  text-decoration: underline;
}

.CroppedImage {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.CroppedImage-image {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
}

.CroppedImage--fillHeight .CroppedImage-image {
  height: 100%;
  width: auto;
}

.CroppedImage--fillWidth .CroppedImage-image {
  width: 100%;
  height: auto;
}

.FilledIframe {
  max-width: 100%;
  max-height: 100%;
}

.FilledIframe--upscale {
  width: 100%;
  height: 100%;
}

.ImageGrid {
  position: relative;
}

.ImageGrid-image {
  position: absolute;
  width: 50%;
  padding-bottom: 25%;
  border: 0 solid #fff;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.ImageGrid--2 .ImageGrid-image {
  padding-bottom: 50%;
}

.ImageGrid--2 .ImageGrid-image-0 {
  top: 0;
  left: 0;
}

.ImageGrid--2 .ImageGrid-image-1 {
  top: 0;
  right: 0;
  border-left-width: 1px;
}

.ImageGrid--3 .ImageGrid-image-0 {
  float: left;
  padding-bottom: 50%;
  top: 0;
  left: 0;
}

.ImageGrid--3 .ImageGrid-image-1 {
  top: 0;
  right: 0;
  border-left-width: 1px;
}

.ImageGrid--3 .ImageGrid-image-2 {
  bottom: 0;
  right: 0;
  border-width: 1px 0 0 1px;
}

.ImageGrid--4 .ImageGrid-image-0 {
  top: 0;
  left: 0;
}

.ImageGrid--4 .ImageGrid-image-1 {
  top: 0;
  right: 0;
  border-left-width: 1px;
}

.ImageGrid--4 .ImageGrid-image-2 {
  bottom: 0;
  left: 0;
  border-top-width: 1px;
}

.ImageGrid--4 .ImageGrid-image-3 {
  bottom: 0;
  right: 0;
  border-width: 1px 0 0 1px;
}

.PlayButton {
  font-size: 43px;
  background-color: transparent;
}

.PlayButton--centered {
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.NaturalImage {
  position: relative;
}

.NaturalImage-image {
  max-width: 100%;
  border: 0;
  line-height: 0;
  height: auto;
}

.NaturalImage-ctaOverlay {
  position: absolute;
  top: 50%;
  left: 50%;
}

.NaturalImage--fill .NaturalImage-image {
  width: 100%;
}

.MediaCard-media {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.MediaCard-widthConstraint {
  max-width: 100%;
}

.MediaCard-mediaContainer {
  position: relative;
  padding-bottom: 0;
  background-color: #f5f8fa;
}

.MediaCard--roundedBottom, .MediaCard--roundedTop {
  overflow: hidden;
}

.MediaCard--roundedTop {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.MediaCard--roundedBottom {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.MediaCard-nsfwInfo {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  padding: 0 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.MediaCard-nsfwHeading {
  margin: 14px;
  font-size: 14px;
  font-weight: 700;
}

.MediaCard-dismissNsfw {
  margin: 14px;
}

.MediaCard-mediaAsset {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  background-color: #fff;
}

.MediaCard-mediaPlaceholder {
  background: #f5f8fa;
}

.MediaCard-mediaPlaceholder.is-backgrounded {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.MediaCard-actionControl {
  position: absolute;
  top: 50%;
  left: 50%;
}

.MediaCard-siteUser {
  margin: 0 0 14px;
}

.MediaCard-bylineUser {
  color: #667580;
  margin: 14px 0;
}

.MediaCard.is-nsfw .MediaCard-nsfwInfo {
  display: block;
}

.MediaCard.is-nsfw .MediaCard-mediaAsset {
  opacity: 0;
}

.PrerenderedCard {
  display: none;
  height: 0;
  width: 100%;
  overflow: hidden;
}

.PrerenderedCard.is-constrainedByMaxWidth {
  display: block;
}

.PrerenderedCard.is-loaded {
  height: auto;
}

.tcu-textMute, a.tcu-graylink {
  color: #667580;
}

.timeline-Widget {
  max-width: 1200px;
  background-color: #fff;
  border-radius: 5px;
}

.timeline-Widget h2 {
  font-size: 18px;
  font-weight: 400;
}

.SandboxRoot.var-chromeless .timeline-Widget {
  background-color: transparent;
}

.timeline-Body {
  position: relative;
}

.timeline-Body-notification {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.SandboxRoot.var-borderless .timeline-Body {
  border: none;
}

.timeline-Viewport {
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  height: 530px;
}

.SandboxRoot.var-fully-expanded .timeline-Viewport {
  overflow-y: visible;
}

ol.timeline-TweetList {
  list-style: none;
  padding: 0;
  margin: 10px 0 !important;
}

.u-floatRight {
  float: right;
}

.timeline-TweetList-tweet {
  border: 1px solid rgba(15, 70, 100, 0.12);
  border-top: none;
  margin: 0;
}

.timeline-TweetList-tweet:first-of-type {
  border-top: 1px solid rgba(15, 70, 100, 0.12);
}

.SandboxRoot.var-borderless .timeline-TweetList-tweet {
  border: none;
}

.timeline-Tweet {
  cursor: pointer;
  padding: 10px;
}

.timeline-Tweet-retweetCredit {
  margin-bottom: 8px;
  margin-left: 18px;
  font-size: 12px;
  color: #889ba6;
}

.timeline-Tweet-retweetCreditIcon {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 4px;
  font-size: 14px;
}

.timeline-Tweet-author {
  position: relative;
  margin-bottom: 2px;
  padding-left: 40px;
}

.timeline-Tweet-inReplyTo {
  padding-left: 40px;
  font-size: 12px;
  font-weight: 300;
  color: #657786;
}

.timeline-Tweet-brand {
  font-size: 15.4px;
}

.timeline-Tweet-brand .Icon {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e1e8ed%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

.timeline-Tweet-text {
  margin-left: 0;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.timeline-Tweet-text[dir=ltr] {
  text-align: left;
  direction: ltr;
}

.timeline-Tweet-text[dir=rtl] {
  text-align: right;
  direction: rtl;
}

.timeline-Tweet-media {
  margin-bottom: 12px;
  margin-left: 40px;
  font-size: 12px;
}

.timeline-Tweet-metadata {
  float: right;
  margin-top: 2px;
}

.timeline-Tweet-timestamp {
  font-size: 12px;
  line-height: 18px;
  color: #8899a6;
}

.timeline-Tweet-actions {
  margin: 0;
  float: left;
  padding-left: 0;
}

.timeline-Tweet-actions li {
  margin: 7px 0;
}

.timeline-Tweet-action {
  display: inline-block;
  font-size: 17px;
}

.timeline-Tweet-action + .timeline-Tweet-action {
  margin-left: 20px;
}

.timeline-Tweet-withheldTitle {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.timeline-Tweet-withheldReason {
  font-size: 12px;
}

.timeline-Tweet--isRetweet {
  padding-top: 7px;
}

.timeline-Tweet:hover {
  background-color: rgba(160, 200, 220, 0.12);
}

.timeline-Tweet:hover .timeline-Tweet-brand .Icon {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%2355acee%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

.timeline-Tweet:hover .timeline-Tweet-timestamp {
  color: #667580;
}

.timeline-Tweet:hover .timeline-Tweet-action .Icon--heart {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23667580%22%20d%3D%22M12%2021.638h-.014C9.403%2021.59%201.95%2014.856%201.95%208.478c0-3.064%202.525-5.754%205.403-5.754%202.29%200%203.83%201.58%204.646%202.73.813-1.148%202.353-2.73%204.644-2.73%202.88%200%205.404%202.69%205.404%205.755%200%206.375-7.454%2013.11-10.037%2013.156H12zM7.354%204.225c-2.08%200-3.903%201.988-3.903%204.255%200%205.74%207.035%2011.596%208.55%2011.658%201.52-.062%208.55-5.917%208.55-11.658%200-2.267-1.822-4.255-3.902-4.255-2.528%200-3.94%202.936-3.952%202.965-.23.562-1.156.562-1.387%200-.015-.03-1.426-2.965-3.955-2.965z%22%2F%3E%3C%2Fsvg%3E);
}

.timeline-Tweet:hover .timeline-Tweet-action .Icon--share {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23667580%22%20d%3D%22M21.78%2011.47l-5.14-5.14c-.292-.292-.767-.292-1.06%200s-.293.77%200%201.062l3.858%203.858H8.918c-.415%200-.75.336-.75.75s.335.75.75.75h10.52l-3.857%203.858c-.29.293-.29.768%200%201.06.148.147.34.22.53.22s.386-.072.53-.22l5.14-5.138c.294-.293.294-.767%200-1.06z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23667580%22%20d%3D%22M9.944%2020.5H4.292c-.437%200-.792-.355-.792-.792V4.292c0-.437.355-.792.792-.792h5.652c.414%200%20.75-.336.75-.75S10.358%202%209.944%202H4.292C3.028%202%202%203.028%202%204.292v15.416C2%2020.972%203.028%2022%204.292%2022h5.652c.414%200%20.75-.336.75-.75s-.336-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E);
}

.SandboxRoot.env-bp-min .timeline-Tweet {
  padding: 10px;
}

.SandboxRoot.env-bp-min .timeline-Tweet-retweetCredit {
  margin-left: 0;
}

.SandboxRoot.env-bp-min .timeline-Tweet-retweetCreditIcon {
  margin-right: 0;
}

.SandboxRoot.env-bp-min .timeline-Tweet-author {
  margin-top: 1px;
}

.SandboxRoot.env-bp-min .timeline-Tweet-inReplyTo {
  padding-left: 0;
  margin-top: 6px;
}

.SandboxRoot.env-bp-min .timeline-Tweet-text {
  margin-top: 6px;
  margin-left: 0;
  font-size: 12px;
  line-height: 18px;
}

.SandboxRoot.env-bp-min .timeline-Tweet-media {
  margin-left: 0;
}

.SandboxRoot.env-bp-min .timeline-Tweet-actions {
  margin-left: 0;
}

.SandboxRoot.env-bp-min .timeline-Tweet-withheldTitle {
  font-size: 12px;
}

.SandboxRoot.env-bp-330 .timeline-Tweet-text {
  font-size: 14px;
  line-height: 18px;
}

.SandboxRoot.env-bp-430 .timeline-Tweet-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.SandboxRoot.env-bp-550 .timeline-Tweet-text {
  font-size: 21px;
  line-height: 27px;
  font-weight: 300;
}

.SandboxRoot.env-bp-550 .timeline-Tweet-inReplyTo {
  font-size: 14px;
}

.SandboxRoot.env-bp-660 .timeline-Tweet-text {
  font-size: 27px;
  line-height: 36px;
  font-weight: 300;
}

.SandboxRoot.env-bp-660 .timeline-Tweet-inReplyTo {
  font-size: 14px;
}

.SandboxRoot.env-bp-820 .timeline-Tweet-text {
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
}

.SandboxRoot.env-bp-820 .timeline-Tweet-inReplyTo {
  font-size: 14px;
}

.SandboxRoot.env-bp-970 .timeline-Tweet-text {
  font-size: 37px;
  line-height: 50px;
  font-weight: 300;
}

.SandboxRoot.env-bp-970 .timeline-Tweet-inReplyTo {
  font-size: 16px;
}

.SandboxRoot.env-bp-550 .timeline-Tweet-author {
  padding-left: 44px;
}

.SandboxRoot.env-bp-550 .timeline-Tweet-inReplyTo {
  padding-left: 44px;
}

.SandboxRoot.env-bp-550 .timeline-Tweet-actions, .SandboxRoot.env-bp-550 .timeline-Tweet-media, .SandboxRoot.env-bp-550 .timeline-Tweet-text {
  margin-left: 44px;
}

.SandboxRoot.env-bp-660 .timeline-Tweet-author, .SandboxRoot.env-bp-820 .timeline-Tweet-author {
  padding-left: 56px;
}

.SandboxRoot.env-bp-660 .timeline-Tweet-inReplyTo, .SandboxRoot.env-bp-820 .timeline-Tweet-inReplyTo {
  padding-left: 56px;
}

.SandboxRoot.env-bp-660 .timeline-Tweet-actions, .SandboxRoot.env-bp-660 .timeline-Tweet-media, .SandboxRoot.env-bp-660 .timeline-Tweet-text, .SandboxRoot.env-bp-820 .timeline-Tweet-actions, .SandboxRoot.env-bp-820 .timeline-Tweet-media, .SandboxRoot.env-bp-820 .timeline-Tweet-text {
  margin-left: 56px;
}

.SandboxRoot.env-bp-970 .timeline-Tweet-author {
  padding-left: 64px;
}

.SandboxRoot.env-bp-970 .timeline-Tweet-inReplyTo {
  padding-left: 64px;
}

.SandboxRoot.env-bp-970 .timeline-Tweet-actions, .SandboxRoot.env-bp-970 .timeline-Tweet-media, .SandboxRoot.env-bp-970 .timeline-Tweet-text {
  margin-left: 64px;
}

.TweetAction:active, .TweetAction:focus, .TweetAction:hover {
  text-decoration: none;
}

.TweetAction--heart:active .Icon, .TweetAction--heart:focus .Icon, .TweetAction--heart:hover .Icon {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e81c4f%22%20d%3D%22M12%2021.638h-.014C9.403%2021.59%201.95%2014.856%201.95%208.478c0-3.064%202.525-5.754%205.403-5.754%202.29%200%203.83%201.58%204.646%202.73.813-1.148%202.353-2.73%204.644-2.73%202.88%200%205.404%202.69%205.404%205.755%200%206.375-7.454%2013.11-10.037%2013.156H12zM7.354%204.225c-2.08%200-3.903%201.988-3.903%204.255%200%205.74%207.035%2011.596%208.55%2011.658%201.52-.062%208.55-5.917%208.55-11.658%200-2.267-1.822-4.255-3.902-4.255-2.528%200-3.94%202.936-3.952%202.965-.23.562-1.156.562-1.387%200-.015-.03-1.426-2.965-3.955-2.965z%22%2F%3E%3C%2Fsvg%3E) !important;
}

.TweetAction--share:active .Icon, .TweetAction--share:focus .Icon, .TweetAction--share:hover .Icon {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%231DA1F2%22%20d%3D%22M21.78%2011.47l-5.14-5.14c-.292-.292-.767-.292-1.06%200s-.293.77%200%201.062l3.858%203.858H8.918c-.415%200-.75.336-.75.75s.335.75.75.75h10.52l-3.857%203.858c-.29.293-.29.768%200%201.06.148.147.34.22.53.22s.386-.072.53-.22l5.14-5.138c.294-.293.294-.767%200-1.06z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%231DA1F2%22%20d%3D%22M9.944%2020.5H4.292c-.437%200-.792-.355-.792-.792V4.292c0-.437.355-.792.792-.792h5.652c.414%200%20.75-.336.75-.75S10.358%202%209.944%202H4.292C3.028%202%202%203.028%202%204.292v15.416C2%2020.972%203.028%2022%204.292%2022h5.652c.414%200%20.75-.336.75-.75s-.336-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E) !important;
}

.TweetAuthor {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
}

.TweetAuthor-avatar {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 4px;
}

.TweetAuthor-decoratedName {
  display: table;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.TweetAuthor-name {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 4px;
}

.TweetAuthor-screenName {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  padding-right: 4px;
}

.TweetAuthor-verifiedBadge {
  position: static;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding-right: 4px;
}

.TweetAuthor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  max-width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.SandboxRoot.env-bp-min .TweetAuthor-avatar {
  margin-right: 8px;
}

.SandboxRoot.env-bp-min .TweetAuthor-link {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.SandboxRoot.env-bp-min .TweetAuthor-screenName {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.SandboxRoot.env-bp-330 .TweetAuthor-name, .SandboxRoot.env-bp-430 .TweetAuthor-name, .SandboxRoot.env-bp-550 .TweetAuthor-name {
  font-size: 14px;
  line-height: 18px;
}

.SandboxRoot.env-bp-330 .TweetAuthor-screenName, .SandboxRoot.env-bp-430 .TweetAuthor-screenName, .SandboxRoot.env-bp-550 .TweetAuthor-screenName {
  font-size: 13px;
  line-height: 18px;
}

.SandboxRoot.env-bp-660 .TweetAuthor-name, .SandboxRoot.env-bp-820 .TweetAuthor-name, .SandboxRoot.env-bp-970 .TweetAuthor-name {
  font-size: 18px;
  line-height: 27px;
}

.SandboxRoot.env-bp-660 .TweetAuthor-screenName, .SandboxRoot.env-bp-820 .TweetAuthor-screenName, .SandboxRoot.env-bp-970 .TweetAuthor-screenName {
  font-size: 14px;
  line-height: 18px;
}

.SandboxRoot.env-bp-550 .TweetAuthor-avatar {
  width: 36px;
  height: 36px;
}

.SandboxRoot.env-bp-660 .TweetAuthor-avatar, .SandboxRoot.env-bp-820 .TweetAuthor-avatar {
  width: 48px;
  height: 48px;
}

.SandboxRoot.env-bp-970 .TweetAuthor-avatar {
  width: 56px;
  height: 56px;
}

.timeline-ShareMenu {
  position: relative;
}

.timeline-ShareMenu-container {
  position: absolute;
  left: -18px;
  z-index: 1000;
  display: none;
  padding-bottom: 4px;
  min-width: 130px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.timeline-ShareMenu-caret, .timeline-ShareMenu-caret:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.timeline-ShareMenu-caret {
  left: 25px;
  margin-left: -9px;
  border-width: 9px;
}

.timeline-ShareMenu-caret:after {
  margin-left: -8px;
  border-width: 8px;
  content: "";
}

.timeline-ShareMenu-title {
  padding: 10px 15px 5px 15px;
  font-size: 12px;
  font-weight: 300;
  color: #667580;
}

.timeline-ShareMenu-option {
  display: inline-block;
  width: 100%;
  padding: 2px 15px;
  font-size: 14px;
  color: #292f33 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}

.timeline-ShareMenu-option:focus, .timeline-ShareMenu-option:hover {
  color: #fff !important;
  background-color: #2b7bb9;
  text-decoration: none !important;
}

.timeline-ShareMenu.is-openedAbove .timeline-ShareMenu-container {
  bottom: 100%;
  display: block;
  margin-bottom: 10px;
}

.timeline-ShareMenu.is-openedAbove .timeline-ShareMenu-caret {
  bottom: -9px;
  border-bottom-width: 0;
  border-top-color: rgba(15, 70, 100, 0.12);
}

.timeline-ShareMenu.is-openedAbove .timeline-ShareMenu-caret:after {
  content: " ";
  bottom: 1px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.timeline-ShareMenu.is-openedBelow .timeline-ShareMenu-container {
  top: 100%;
  display: block;
  margin-top: 10px;
}

.timeline-ShareMenu.is-openedBelow .timeline-ShareMenu-caret {
  top: -9px;
  border-top-width: 0;
  border-bottom-color: rgba(15, 70, 100, 0.12);
}

.timeline-ShareMenu.is-openedBelow .timeline-ShareMenu-caret:after {
  content: " ";
  top: 1px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.SandboxRoot.env-bp-min .timeline-ShareMenu-option {
  font-size: 12px;
}

.timeline-ShowMoreButton {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 10px 0;
  margin: 0 0 20px 0;
  width: 155px;
  font-size: 14px;
  color: #2b7bb9;
  text-align: center;
  background-color: #fff;
  border: 1px solid #55acee;
  border-radius: 100px;
  outline: 0;
  cursor: pointer;
}

.timeline-ShowMoreButton:focus, .timeline-ShowMoreButton:hover {
  background-color: #55acee;
  color: #fff;
  text-decoration: none;
}

.SandboxRoot.env-bp-min .timeline-ShowMoreButton {
  font-size: 12px;
  width: 120px;
}

.timeline-NewTweetsNotification {
  display: none;
  border-bottom: 1px solid rgba(15, 70, 100, 0.12);
  opacity: 0;
}

.timeline-NewTweetsNotification.is-displayed {
  display: block;
}

.timeline-NewTweetsNotification.is-opaque {
  opacity: 1;
}

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

.timeline-LoadMore-prompt {
  border-top: 1px solid #55acee;
}

.timeline-LoadMore-endOfTimelineMessage {
  display: none;
  padding: 10px 0 40px 0;
  font-size: 12px;
  text-align: center;
}

.timeline-LoadMore.is-atEndOfTimeline .timeline-LoadMore-prompt {
  display: none;
}

.timeline-LoadMore.is-atEndOfTimeline .timeline-LoadMore-endOfTimelineMessage {
  display: block;
}

.SandboxRoot.var-static .timeline-LoadMore {
  display: none;
}

.timeline-EmptyMessage {
  width: 100%;
  padding: 20px 10px 0 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.timeline-EmptyMessage-message {
  margin-bottom: 10px;
  font-size: 16.8px;
}

.SandboxRoot.env-bp-min .timeline-EmptyMessage-message {
  font-size: 14.4px;
}

.timeline-Header {
  padding: 10px;
}

.timeline-Header-title {
  font-size: 21px;
  font-weight: 300;
  line-height: 24px;
  color: #292f33;
}

.timeline-Header-byline {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #657786;
}

.timeline-Header-subtitle {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #657786;
}

.timeline-Header-description {
  margin-top: 5px;
  font-size: 12px;
  line-height: 18px;
  color: #657786;
}

.SandboxRoot.var-headerless .timeline-Header {
  display: none;
}

.SandboxRoot.env-bp-430 .timeline-Header-title, .SandboxRoot.env-bp-550 .timeline-Header-title {
  font-size: 27px;
  line-height: 36px;
}

.SandboxRoot.env-bp-660 .timeline-Header-title, .SandboxRoot.env-bp-820 .timeline-Header-title {
  font-size: 32px;
  line-height: 38px;
}

.SandboxRoot.env-bp-970 .timeline-Header-title {
  font-size: 37px;
  line-height: 50px;
}

.SandboxRoot.env-bp-660 .timeline-Header-byline, .SandboxRoot.env-bp-660 .timeline-Header-subtitle, .SandboxRoot.env-bp-820 .timeline-Header-byline, .SandboxRoot.env-bp-820 .timeline-Header-subtitle, .SandboxRoot.env-bp-970 .timeline-Header-byline, .SandboxRoot.env-bp-970 .timeline-Header-subtitle {
  font-size: 14px;
  line-height: 18px;
}

.SandboxRoot.env-bp-330 .timeline-Header-description, .SandboxRoot.env-bp-430 .timeline-Header-description, .SandboxRoot.env-bp-550 .timeline-Header-description {
  font-size: 14px;
  line-height: 18px;
}

.SandboxRoot.env-bp-660 .timeline-Header-description {
  font-size: 16px;
  line-height: 21px;
}

.SandboxRoot.env-bp-820 .timeline-Header-description, .SandboxRoot.env-bp-970 .timeline-Header-description {
  font-size: 18px;
  line-height: 27px;
}

.timeline-Footer {
  padding: 15px;
  font-size: 12px;
}

.SandboxRoot.var-footerless .timeline-Footer {
  display: none;
}

.Icon--heart {
  width: .98611em;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e1e8ed%22%20d%3D%22M12%2021.638h-.014C9.403%2021.59%201.95%2014.856%201.95%208.478c0-3.064%202.525-5.754%205.403-5.754%202.29%200%203.83%201.58%204.646%202.73.813-1.148%202.353-2.73%204.644-2.73%202.88%200%205.404%202.69%205.404%205.755%200%206.375-7.454%2013.11-10.037%2013.156H12zM7.354%204.225c-2.08%200-3.903%201.988-3.903%204.255%200%205.74%207.035%2011.596%208.55%2011.658%201.52-.062%208.55-5.917%208.55-11.658%200-2.267-1.822-4.255-3.902-4.255-2.528%200-3.94%202.936-3.952%202.965-.23.562-1.156.562-1.387%200-.015-.03-1.426-2.965-3.955-2.965z%22%2F%3E%3C%2Fsvg%3E);
}

.Icon--share {
  width: .98611em;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e1e8ed%22%20d%3D%22M21.78%2011.47l-5.14-5.14c-.292-.292-.767-.292-1.06%200s-.293.77%200%201.062l3.858%203.858H8.918c-.415%200-.75.336-.75.75s.335.75.75.75h10.52l-3.857%203.858c-.29.293-.29.768%200%201.06.148.147.34.22.53.22s.386-.072.53-.22l5.14-5.138c.294-.293.294-.767%200-1.06z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23e1e8ed%22%20d%3D%22M9.944%2020.5H4.292c-.437%200-.792-.355-.792-.792V4.292c0-.437.355-.792.792-.792h5.652c.414%200%20.75-.336.75-.75S10.358%202%209.944%202H4.292C3.028%202%202%203.028%202%204.292v15.416C2%2020.972%203.028%2022%204.292%2022h5.652c.414%200%20.75-.336.75-.75s-.336-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E);
}

.timeline-InformationCircle-widgetParent {
  position: relative;
}

.timeline-InformationCircle {
  position: absolute;
  right: 12px;
  top: 15px;
}

.SandboxRoot.env-bp-430 .timeline-InformationCircle, .SandboxRoot.env-bp-550 .timeline-InformationCircle {
  top: 23px;
}

.SandboxRoot.env-bp-660 .timeline-InformationCircle, .SandboxRoot.env-bp-820 .timeline-InformationCircle {
  top: 25px;
}

.SandboxRoot.env-bp-970 .timeline-InformationCircle {
  top: 32px;
}

.wvp-player-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.SandboxRoot.env-bp-min {
  font-size: 12px;
}

/* stylelint-enable */
.visual-grid-active::before {
  background-image: repeating-linear-gradient(to right, transparent, transparent 20px, rgba(0, 212, 255, 0.25) 20px, rgba(0, 212, 255, 0.25) calc(4.16667% - 20.83333px + 20px));
  content: '';
  height: 100%;
  margin: 0 auto;
  max-width: 1200px;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  z-index: 1000;
}

.visual-grid-active::after {
  bottom: 0;
  color: #fff;
  content: "";
  font-family: sans-serif;
  font-size: 9px;
  line-height: 1.5;
  padding: 5px;
  pointer-events: none;
  position: fixed;
  right: 0;
  text-transform: uppercase;
  z-index: 1001;
}

@media (min-width: 0px) and (max-width: 599px) {
  .visual-grid-active::after {
    background: orange;
    content: "xsmall";
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  .visual-grid-active::after {
    background: green;
    content: "small";
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .visual-grid-active::after {
    background: red;
    content: "medium";
  }
}

@media (min-width: 1025px) and (max-width: 1152px) {
  .visual-grid-active::after {
    background: blue;
    content: "large";
  }
}

@media (min-width: 1153px) {
  .visual-grid-active::after {
    background: rebeccapurple;
    content: "xlarge";
  }
}

.work-with-us .work-with-us-column {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .work-with-us .work-with-us-columns {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 769px) {
  .work-with-us .work-with-us-column {
    width: calc(83.33333% - 36.66667px);
    float: left;
    margin-left: 20px;
    margin-left: calc(8.33333% - 21.66667px + 40px);
  }
  .work-with-us .work-with-us-columns {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}

@media (min-width: 1025px) {
  .work-with-us .work-with-us-column {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
    margin-left: calc(12.5% - 22.5px + 40px);
  }
}

/* =====  End of GRID  ====== */
.work-with-us {
  position: relative;
  z-index: 10;
}

.work-with-us .work-with-us-columns:first-child .internal-container {
  background-color: #2ea18e;
}

.work-with-us .work-with-us-columns:first-child .button {
  color: #2ea18e;
}

.work-with-us .work-with-us-columns:last-child .internal-container {
  background-color: #f38500;
}

.work-with-us .work-with-us-columns:last-child .button {
  color: #f38500;
}

.work-with-us .internal-container {
  padding: 4rem 3.1rem 5.3rem;
  min-height: 330px;
  color: #fff;
  -webkit-box-shadow: 0 18px 29px rgba(0, 0, 0, 0.1);
          box-shadow: 0 18px 29px rgba(0, 0, 0, 0.1);
}

.work-with-us h2 {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 45px;
  margin: 0;
}

.work-with-us hr {
  border-top: 2px solid #fff;
  max-width: 47px;
  margin: 1rem 0 1.5rem;
}

.work-with-us p {
  margin-top: 0;
  line-height: 33px;
}

.work-with-us .button {
  background-color: #fff;
  border-color: #fff;
}

.work-with-us .button:hover, .work-with-us .button:focus {
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
}

.home .work-with-us {
  position: relative;
  background: #2d6e8b;
  left: 0;
  width: 100%;
  z-index: 10;
}

@media (min-width: 1024px) {
  .home .work-with-us {
    position: absolute;
    background: transparent;
    margin-top: -6em;
  }
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1em 0;
  position: relative;
}

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

button, input[type="button"], input[type="reset"], input[type="submit"],
.button,
.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 1px solid #cbcbcb;
  border-radius: 30px;
  color: #313131;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  padding: 1.2rem 2.3rem 1.1rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
.button:hover,
.btn:hover {
  background-color: #00aaec;
  border-color: #00aaec;
  color: #fff;
  text-decoration: none;
}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
.button:focus,
.btn:focus {
  outline: 0;
  background-color: #008dc4;
  border-color: #008dc4;
  color: #fff;
  text-decoration: none;
}

button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
.button:disabled,
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button--orange,
.btn--orange {
  background-color: #f38500;
  border-color: #f38500;
  color: #FFFFFF;
}

.button--orange:hover, .button--orange:focus,
.btn--orange:hover,
.btn--orange:focus {
  background-color: transparent;
  border-color: #cbcbcb;
  color: #313131;
}

.button--large,
.btn--large {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.u-cf::after {
  clear: both;
  content: "";
  display: table;
}

.u-content > :first-child {
  margin-top: 0 !important;
}

.u-content > :last-child {
  margin-bottom: 0 !important;
}

#facet-selects {
  /* stylelint-disable property-no-unknown */
  /* stylelint-enable property-no-unknown */
}

@media (min-width: 1025px) {
  #facet-selects .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#facet-selects .news-facet-select-columns {
  padding: 0 20px;
}

@media (min-width: 769px) {
  #facet-selects .news-facet-select-columns {
    padding: 0;
  }
}

@media (min-width: 1025px) {
  #facet-selects.blog-facet-selects .wrap, #facet-selects.impact-story-facet-selects .wrap, #facet-selects.project-facet-selects .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

#facet-selects.blog-facet-selects .news-facet-select-columns {
  margin-top: 15px;
}

#facet-selects.impact-story-facet-selects .facetwp-type-reset {
  padding-top: 1rem;
}

#facet-selects.impact-story-facet-selects .facetwp-selections {
  margin-top: 15px;
}

#facet-selects.job-facet-selects .facet-selects {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  min-height: 55px;
}

@media (min-width: 769px) {
  #facet-selects.job-facet-selects .facetwp-type-fselect {
    margin-bottom: 0;
  }
}

#facet-selects.job-facet-selects .facetwp-type-reset {
  margin: 15px 0 20px;
}

@media (min-width: 769px) {
  #facet-selects.job-facet-selects .facetwp-type-reset {
    margin: 0;
    text-align: right;
  }
}

@media (max-width: 768px) {
  #facet-selects .facetwp-facet.facetwp-facet-news_search.facetwp-type-search {
    margin-top: 20px;
    margin-left: 0;
  }
  #facet-selects .facetwp-facet.facetwp-facet-project_status.facetwp-type-checkboxes {
    margin-top: 20px;
    margin-left: -40px;
  }
}

@media (min-width: 769px) {
  #facet-selects .news-facet-select-columns__display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-top: 15px;
  }
}

.facet-wrapper {
  /* stylelint-disable property-no-unknown, unit-no-unknown */
  /* stylelint-enable property-no-unknown, unit-no-unknown */
}

@media (min-width: 769px) {
  .facet-wrapper {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 10px 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1025px) {
  .facet-wrapper {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 10px 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.post-type-archive-job #facet-selects .facet-select,
.single-job #facet-selects .facet-select {
  display: inline-block;
  margin-top: 0;
  margin-right: 1rem;
}

#facet-selects .title {
  color: #313131;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

#facet-selects .facet-select {
  margin-top: 0.1rem;
}

#facet-selects .facet-select .facetwp-facet {
  margin-bottom: 0.5rem;
  line-height: 1;
}

#facet-selects .facet-select .facetwp-checkbox {
  background-image: none;
  display: inline-block;
}

#facet-selects .display-grid {
  display: block;
  width: 19px;
  height: 19px;
  background-image: url("../img/display-grid.png");
}

#facet-selects .display-grid:hover, #facet-selects .display-grid:focus, #facet-selects .display-grid.active {
  background-image: url("../img/display-grid-selected.png");
}

#facet-selects .display-list {
  display: block;
  width: 19px;
  height: 19px;
  background-image: url("../img/display-list.png");
}

#facet-selects .display-list:hover, #facet-selects .display-list:focus, #facet-selects .display-list.active {
  background-image: url("../img/display-list-selected.png");
}

@media (min-width: 1025px) {
  .project-facets.impact-story .tab-columns,
  .project-facets .tab-columns {
    width: calc(50% - 30px);
    margin-left: 20px;
  }
}

.news-featured {
  background-color: #eeeeee;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  padding: 5rem 0 2rem;
  margin-bottom: 20px;
}

.news-featured .facetwp-counts {
  display: inline-block;
}

.news-featured .featured-internal-columns {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media (min-width: 769px) {
  .news-featured .featured-internal-columns {
    width: calc(50% - 20px);
    float: left;
    margin-left: 20px;
  }
  .news-featured .featured-internal-columns:last-child {
    text-align: right;
  }
}

@media (min-width: 1025px) {
  .news-featured .featured-internal-columns {
    width: calc(33.33333% - 20px);
    float: left;
    margin-left: 20px;
  }
  .news-featured .featured-internal-columns:last-child {
    width: calc(66.66667% - 20px);
    float: left;
    margin-left: 20px;
  }
}

.news-featured .video {
  background-color: #eeeeee;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
}

.news-featured h2 {
  color: #313131;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 61px;
  margin: 0 0 5px;
}

.news-featured h3 {
  color: #313131;
  font-family: Montserrat;
  font-size: 34px;
  font-weight: 700;
  line-height: 43px;
  margin: 0;
}

.news-featured hr {
  border-top: 3px solid #f38500;
  max-width: 85px;
  margin: 1.5rem 0 1.4rem;
}

.news-featured .featured-category,
.news-featured .featured-date {
  color: #313131;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  display: block;
  line-height: 24px;
}

.news-featured .featured-date {
  margin: 10px 0;
}

.news-featured .featured-category a:hover,
.news-featured .featured-category a:active {
  color: #1398e7;
  text-decoration: none;
}

.news-featured .reading-time {
  color: #313131;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
}

.news-featured .reading-time::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
  top: -2px;
  width: 24px;
  height: 26px;
  background-image: url("../img/clock.png");
}

.news-featured .excerpt {
  color: #313131;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
}

.news-featured .excerpt p {
  margin-top: 0;
}

.news-featured img {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.news-featured .button {
  margin-bottom: 1.5rem;
}

.news-featured .video-controller {
  padding: 0;
}

.tech-area-items a {
  color: #000;
}

.tech-area-items::before {
  content: " | ";
}

.tech-area-items:first-of-type::before {
  content: "";
}

.author_items a {
  color: #000;
}

.author_items::before {
  content: " | ";
}

.author_items:first-of-type::before {
  content: "";
}

.author_items + .date::before {
  content: " | ";
}

.news-facets {
  position: relative;
  margin: 3rem 0;
}

.news-facets a {
  color: #313131;
}

.news-facets a:hover, .news-facets a:focus {
  text-decoration: none;
}

.news-facets a:hover h3, .news-facets a:focus h3 {
  color: #00aaec;
}

.news-facets.grid .news-facet-columns {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media (min-width: 769px) {
  .news-facets.grid .news-facet-columns {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}

@media (min-width: 1025px) {
  .news-facets.grid .news-facet-columns {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}

.news-facets.grid .internal-container {
  background-color: #fff;
  border: 1px solid #b5b8c2;
  margin-bottom: 20px;
  overflow-y: hidden;
}

.news-facets.grid .internal-container:hover, .news-facets.grid .internal-container:focus {
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
}

.news-facets.grid .image-container {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.news-facets.grid .image-container img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.news-facets.grid .content-container {
  color: #000;
  padding: 2.5rem 3rem 2.1rem;
}

.news-facets.grid .content-container h3 {
  color: #34363b;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 0.25rem;
}

.news-facets.grid .content-container h3:hover {
  color: #00aaec;
}

.news-facets.grid .content-container .author,
.news-facets.grid .content-container .date {
  color: #313131;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 33px;
}

.news-facets.grid .content-container .reading-time {
  color: #313131;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
}

.news-facets.grid .content-container .reading-time::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
  top: -2px;
  width: 24px;
  height: 26px;
  background-image: url("../img/clock.png");
}

.news-facets.grid .content-container .category-list {
  color: #313131;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 1rem;
}

.news-facets.grid .content-container .excerpt p {
  color: #2e2e2e;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.news-facets.list .wrap {
  max-width: 1000px;
}

.news-facets.list .news-facet-columns {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

.news-facets.list .internal-container {
  display: inline-block;
  width: 100%;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.news-facets.list .image-container,
.news-facets.list .content-container {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media (min-width: 769px) {
  .news-facets.list .image-container,
  .news-facets.list .content-container {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}

.news-facets.list .image-container {
  height: 327px;
  overflow: hidden;
}

.news-facets.list .image-container img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.news-facets.list h3 {
  color: #313131;
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  margin: 0 0 1rem;
}

.news-facets.list .author,
.news-facets.list .date {
  color: #313131;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 33px;
}

.news-facets.list .divider {
  margin: 0 0.2rem;
  padding: 0 0.2rem;
}

.news-facets.list .reading-time {
  display: inline-block;
  color: #313131;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-left: 0.5rem;
  padding-left: 0.8rem;
}

.news-facets.list .reading-time::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
  top: -2px;
  width: 24px;
  height: 26px;
  background-image: url("../img/clock.png");
}

.news-facets.list .category-list {
  color: #313131;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 1rem;
}

.news-facets.list p {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.procurements-cards {
  margin: 3rem 0;
}

.procurements-cards h2 {
  margin-bottom: 15px;
}

.procurements-cards .content-column.cards {
  margin-bottom: 50px;
  /* stylelint-disable property-no-unknown, unit-no-unknown */
  /* stylelint-enable property-no-unknown, unit-no-unknown */
}

.procurements-cards .content-column.cards:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .procurements-cards .content-column.cards {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1025px) {
  .procurements-cards .content-column.cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.project-featured {
  background-color: #fff;
  padding: 0 0 1rem;
  /* change 7rem to 1rem to alter look on /projects */
  border: 0;
}

.project-featured .standard-column {
  overflow: hidden;
}

.project-featured .project-count {
  position: relative;
  display: none;
  /* hid project counter so it does not show up on /impact-story */
  margin-bottom: 2rem;
  color: #313131;
  font-size: 16px;
  font-weight: 700;
  line-height: 61px;
}

.project-featured .project-count::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 1.5rem;
  width: 100vw;
  border-top: 1px solid #b5b8c2;
  height: 1px;
}

.project-featured .project-count::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 1.5rem;
  width: 100vw;
  border-top: 1px solid #b5b8c2;
  height: 1px;
}

.project-featured .video,
.project-featured .video-controller {
  background-color: #fff;
}

.region-archive-list {
  position: relative;
}

@media (min-width: 1025px) {
  .region-archive-list::before {
    content: '\2022';
    font-size: 4rem;
    color: #bcbfd0;
    font-family: sans-serif;
    position: absolute;
    top: 1rem;
    left: 50.6%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 15px;
    height: 97%;
    text-indent: -12px;
    line-height: 15px;
    border-left: 1px solid #bcbfd0;
  }
  .region-archive-list::after {
    content: '\2022';
    font-size: 4rem;
    color: #bcbfd0;
    font-family: sans-serif;
    position: absolute;
    bottom: 1rem;
    left: 50.6%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    text-indent: -16px;
    line-height: 10px;
  }
}

.region-archive-list .region-archive-container {
  display: inline-block;
  width: 100%;
  margin: 45px 0;
}

.region-archive-list .region-archive-container .region-archive-columns {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media (min-width: 769px) {
  .region-archive-list .region-archive-container .region-archive-columns {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}

@media (min-width: 1025px) {
  .region-archive-list .region-archive-container:nth-child(odd) .region-archive-columns:first-child {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px;
  }
  .region-archive-list .region-archive-container:nth-child(odd) .region-archive-columns:last-child {
    width: calc(29.16667% - 25.83333px);
    float: left;
    margin-left: 20px;
    margin-left: calc(4.16667% - 20.83333px + 40px);
  }
  .region-archive-list .region-archive-container:nth-child(even) .region-archive-columns:first-child {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
  .region-archive-list .region-archive-container:nth-child(even) .region-archive-columns:last-child {
    width: calc(70.83333% - 34.16667px);
    float: left;
    margin-left: 20px;
    margin-left: calc(4.16667% - 20.83333px + 55px);
    text-align: right;
  }
  .region-archive-list .region-archive-container::after {
    content: '';
    display: block;
    clear: both;
  }
}

.region-archive-list img {
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
}

.region-archive-list h2 {
  color: #313131;
  font-family: Montserrat;
  font-size: 44px;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 0;
}

.region-archive-list hr {
  max-width: 50px;
  border-top: 2px solid #f38500;
  margin: 1rem 0;
}

.region-archive-list p {
  margin: 0 0 1.6rem;
}

@media (max-width: 768px) {
  .region-archive-list .button:last-child {
    margin-bottom: 1rem;
  }
}

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

@media screen and (max-width: 730px) {
  .search-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.search-page__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 730px) {
  .search-page__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.search-page__heading .search-term {
  padding: 0 15px;
}

@media screen and (min-width: 1215px) {
  .search-page__heading .search-term {
    padding-left: 0;
  }
}

.search-page__heading form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding-right: 0.5rem;
  border-radius: 20px;
  border: 1px solid #9b9fb3;
}

.search-page__heading form input:-webkit-autofill {
  background-color: #fff;
  border-radius: 20px;
}

.search-page__heading form input,
.search-page__heading form input:focus,
.search-page__heading form input:active {
  background-color: transparent;
  border: none;
}

.search-page__searched-term {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0 4px 6px #ddd;
          box-shadow: 0 4px 6px #ddd;
  background-color: #fff;
}

.search-page__searched-term span {
  color: #ee7108;
  font-weight: 700;
}

.search-page__mobile-folding {
  background-color: #f4f4f4;
  display: none;
}

.search-page__mobile-folding button {
  background: url(../img/icons/mobile-menu-button-dark.png) center center no-repeat;
  border: none;
  overflow: hidden;
  text-indent: -99999px;
}

@media screen and (max-width: 730px) {
  .search-page__mobile-folding {
    display: block;
  }
}

@media screen and (max-width: 730px) {
  .search-page__foldable-filters {
    display: none;
  }
}

.search-page__facets {
  width: 30%;
}

@media screen and (min-width: 731px) {
  .search-page__facets {
    padding-left: 15px;
  }
}

@media screen and (min-width: 1215px) {
  .search-page__facets {
    padding-left: 0;
  }
}

.search-page__facets .widget_text {
  display: none;
}

.search-page__facets .widget_ep-facet {
  margin-bottom: 15px;
}

@media screen and (max-width: 730px) {
  .search-page__facets {
    width: 100%;
  }
  .search-page__facets .widget_ep-facet {
    padding: 15px 25px;
  }
}

.search-page__facets h3 {
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 0;
}

.search-page__facets .term {
  position: relative;
}

.search-page__facets .term a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 15px;
  position: relative;
}

.search-page__facets .term .ep-checkbox.checked::after {
  position: relative;
  top: -2px;
}

.search-page__facets .level-0:not(.empty-term) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search-page__facets .level-0:not(.empty-term) > a {
  width: 95%;
}

.search-page__facets .level-0:not(.empty-term) .facet-expand {
  cursor: pointer;
  width: 5%;
}

.search-page__facets .level-0:not(.empty-term) .term-children-container {
  display: none;
  margin-bottom: 15px;
  width: 100%;
}

.search-page__facets .level-0:not(.empty-term) .term-children-container.visible {
  display: block;
}

.search-page__facets .term.level-1 {
  margin-left: 12px;
  padding-left: 10px;
}

.search-page__facets .term.level-1.selected {
  margin-left: 0;
  padding-left: 5px;
}

.search-page__facets .empty-term {
  display: none;
}

.search-page__facets .selected {
  font-weight: 500;
  background-color: #ddd;
  border-radius: 5px;
  padding: 4px 22px 4px 5px;
  background-position: 98% center;
  margin-bottom: 3px;
}

.search-page__facets .selected a {
  margin: 0;
}

.search-page__facets .resource-tooltip {
  font-size: 15px;
  font-weight: 400 !important;
  line-height: 1.8;
  padding: 5px 7px;
  position: absolute;
  top: -7px;
  left: 140px;
  width: 18px;
  height: 18px;
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  z-index: 1;
}

.search-page__facets .resource-tooltip:hover {
  height: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ddf1fe;
}

.search-page .updated-search-result-text {
  display: none;
}

.search-page .search-page__selections {
  margin: 10px 18px;
}

.search-page .search-page__selections .election-label {
  font-weight: 500;
}

.search-page .search-page__selections div {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 0.85em;
}

.search-page .search-page__selections .selection-label {
  font-weight: 500;
}

.search-page .search-page__selections .selection-value a {
  color: #111111;
  margin-right: 8px;
  margin-bottom: 5px;
  background-color: #ddd;
  border-radius: 5px;
  padding: 4px 25px 4px 5px;
  cursor: pointer;
  background-image: url(../img/icon-close.png);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: 97% center;
}

.search-page .search-page__selections .selection-value a:hover {
  text-decoration: none;
}

.search-page__results {
  background-color: #f5f5f5;
  width: 65%;
}

@media screen and (max-width: 730px) {
  .search-page__results {
    width: 100%;
  }
}

.search-page__results article {
  background-color: #fff;
  margin: 10px 15px 15px;
  padding: 10px 10px 40px;
  border: 1px solid #ddd;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-page__results article .entry-title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
}

.search-page__results article h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}

.search-page__results article .entry-meta {
  color: #444;
  margin-bottom: 10px;
}

.search-page__results article .entry-meta .entry-date,
.search-page__results article .entry-meta .entry-authors,
.search-page__results article .entry-meta .entry-relationships {
  margin-right: 10px;
}

.search-page__results article .entry-meta .entry-date span,
.search-page__results article .entry-meta .entry-authors span,
.search-page__results article .entry-meta .entry-relationships span {
  color: #222;
  font-weight: 500;
}

.search-page__results article .entry-content {
  line-height: 1.8;
}

.search-page__results article .entry-content p {
  margin-bottom: 10px;
}

.search-page__results article .entry-type {
  background-color: #ddd;
  border-radius: 0 10px;
  bottom: 0;
  color: #444;
  font-weight: 500;
  left: 0;
  position: absolute;
  padding: 1px 20px 1px 15px;
}

.single-job .table-design {
  margin-top: 50px;
}

@media (min-width: 769px) {
  .single-job .table-design {
    margin-top: 15px;
  }
}

.single-post .l-section__content,
.single-news .l-section__content,
.single-impact-story .l-section__content {
  margin: 20px auto 0;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  /* stylelint-disable unit-no-unknown */
  /* stylelint-enable unit-no-unknown */
}

@media (min-width: 769px) {
  .single-post .l-section__content,
  .single-news .l-section__content,
  .single-impact-story .l-section__content {
    display: grid;
    grid-column-gap: 20px;
  }
}

@media (min-width: 769px) {
  .single-post .l-section__content > *,
  .single-news .l-section__content > *,
  .single-impact-story .l-section__content > * {
    grid-column: 2;
  }
}

.single-post .l-section__content .alignfull,
.single-news .l-section__content .alignfull,
.single-impact-story .l-section__content .alignfull {
  margin-left: -20px;
  margin-right: -20px;
}

@media (min-width: 769px) {
  .single-post .l-section__content .alignfull,
  .single-news .l-section__content .alignfull,
  .single-impact-story .l-section__content .alignfull {
    margin-left: -150px;
    margin-right: -20px;
    width: auto;
  }
}

@media (min-width: 1240px) {
  .single-post .l-section__content .alignfull,
  .single-news .l-section__content .alignfull,
  .single-impact-story .l-section__content .alignfull {
    margin-left: calc(470px - 50vw);
    /* half of the .l-section__content grid-template-columns 1240px (620px), minus 20px padding, 80px social share, 20px grid gap = 500px */
    margin-right: calc(600px - 50vw);
    /* half of the .l-section__content grid-template-columns 1240px, minus 20px padding = 600px */
  }
}

.single-post .l-section__content > h1,
.single-post .l-section__content > h2,
.single-post .l-section__content > h3,
.single-post .l-section__content > h4,
.single-post .l-section__content > h5,
.single-post .l-section__content > h6,
.single-post .l-section__content > p,
.single-post .l-section__content > ul,
.single-post .l-section__content > ol,
.single-post .l-section__content > blockquote,
.single-post .l-section__content > .wp-block-pullquote,
.single-post .l-section__content > .wp-block-separator,
.single-news .l-section__content > h1,
.single-news .l-section__content > h2,
.single-news .l-section__content > h3,
.single-news .l-section__content > h4,
.single-news .l-section__content > h5,
.single-news .l-section__content > h6,
.single-news .l-section__content > p,
.single-news .l-section__content > ul,
.single-news .l-section__content > ol,
.single-news .l-section__content > blockquote,
.single-news .l-section__content > .wp-block-pullquote,
.single-news .l-section__content > .wp-block-separator,
.single-impact-story .l-section__content > h1,
.single-impact-story .l-section__content > h2,
.single-impact-story .l-section__content > h3,
.single-impact-story .l-section__content > h4,
.single-impact-story .l-section__content > h5,
.single-impact-story .l-section__content > h6,
.single-impact-story .l-section__content > p,
.single-impact-story .l-section__content > ul,
.single-impact-story .l-section__content > ol,
.single-impact-story .l-section__content > blockquote,
.single-impact-story .l-section__content > .wp-block-pullquote,
.single-impact-story .l-section__content > .wp-block-separator {
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
}

.single-post .l-section__content > .wp-block-separator,
.single-news .l-section__content > .wp-block-separator,
.single-impact-story .l-section__content > .wp-block-separator {
  margin-left: var(--wp--style--root--padding-left);
}

.single-post .l-section__content > ul,
.single-post .l-section__content > ol,
.single-news .l-section__content > ul,
.single-news .l-section__content > ol,
.single-impact-story .l-section__content > ul,
.single-impact-story .l-section__content > ol {
  padding-left: 60px;
}

.single-post .l-section__content .l-section__subtitle p,
.single-news .l-section__content .l-section__subtitle p,
.single-impact-story .l-section__content .l-section__subtitle p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .single-post .l-section__content .l-section__subtitle p,
  .single-news .l-section__content .l-section__subtitle p,
  .single-impact-story .l-section__content .l-section__subtitle p {
    font-size: 20px;
  }
}

@media (min-width: 1153px) {
  .single-post .l-section__content .l-section__subtitle p,
  .single-news .l-section__content .l-section__subtitle p,
  .single-impact-story .l-section__content .l-section__subtitle p {
    font-size: 26px;
  }
}

@media (min-width: 769px) {
  .single-post .l-section__content .social-sidebar,
  .single-news .l-section__content .social-sidebar,
  .single-impact-story .l-section__content .social-sidebar {
    grid-column: 1;
    min-width: 50px;
    padding: 0;
    position: relative;
  }
}

@media (min-width: 769px) {
  .single-post .l-section__content .social-sidebar .wp-block-separator,
  .single-news .l-section__content .social-sidebar .wp-block-separator,
  .single-impact-story .l-section__content .social-sidebar .wp-block-separator {
    max-width: none;
  }
}

@media (min-width: 769px) {
  .single-post .l-section__content .social-sidebar .title,
  .single-post .l-section__content .social-sidebar .line-break,
  .single-post .l-section__content .social-sidebar .a2a_kit,
  .single-news .l-section__content .social-sidebar .title,
  .single-news .l-section__content .social-sidebar .line-break,
  .single-news .l-section__content .social-sidebar .a2a_kit,
  .single-impact-story .l-section__content .social-sidebar .title,
  .single-impact-story .l-section__content .social-sidebar .line-break,
  .single-impact-story .l-section__content .social-sidebar .a2a_kit {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
  }
}

@media (min-width: 769px) {
  .single-post .l-section__content .social-sidebar .title,
  .single-news .l-section__content .social-sidebar .title,
  .single-impact-story .l-section__content .social-sidebar .title {
    line-height: 1;
    max-width: 60px;
    top: 85px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media (min-width: 769px) {
  .single-post .l-section__content .social-sidebar .line-break,
  .single-news .l-section__content .social-sidebar .line-break,
  .single-impact-story .l-section__content .social-sidebar .line-break {
    background-color: #aaa;
    height: 90px;
    top: 135px;
    width: 1px;
  }
}

@media (min-width: 769px) {
  .single-post .l-section__content .social-sidebar .a2a_kit,
  .single-news .l-section__content .social-sidebar .a2a_kit,
  .single-impact-story .l-section__content .social-sidebar .a2a_kit {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    top: 250px;
  }
}

@media (min-width: 1025px) {
  .single-post .l-section__content .l-section__sidebar,
  .single-news .l-section__content .l-section__sidebar,
  .single-impact-story .l-section__content .l-section__sidebar {
    grid-column: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}

.single-post .l-section__content .l-section__sidebar h3,
.single-news .l-section__content .l-section__sidebar h3,
.single-impact-story .l-section__content .l-section__sidebar h3 {
  margin: 0;
}

@media (min-width: 1025px) {
  .single-post .related-jobs-sidebar,
  .single-news .related-jobs-sidebar,
  .single-impact-story .related-jobs-sidebar {
    border-left: 1px solid #cacaca;
    border-top: none;
    padding: 35px 0 35px 25px;
  }
}

.single-post .related-jobs-sidebar__title,
.single-news .related-jobs-sidebar__title,
.single-impact-story .related-jobs-sidebar__title {
  font-size: 15px;
  line-height: 1.5;
}

.single-post .related-jobs-sidebar__link,
.single-news .related-jobs-sidebar__link,
.single-impact-story .related-jobs-sidebar__link {
  color: #34363b;
}

.single-post .l-section__content,
.single-news .l-section__content {
  /* stylelint-disable unit-no-unknown */
  /* stylelint-enable unit-no-unknown */
}

@media (min-width: 769px) {
  .single-post .l-section__content,
  .single-news .l-section__content {
    grid-template-columns: 80px 1fr 80px;
  }
}

@media (min-width: 769px) {
  .single-post .l-section__content .l-section__subtitle,
  .single-news .l-section__content .l-section__subtitle {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}

@media (min-width: 769px) {
  .single-post .l-section__content .l-section__content-wrapper,
  .single-news .l-section__content .l-section__content-wrapper {
    grid-column-start: 2;
    grid-column-end: 4;
    padding-left: 30px;
  }
}

.single-impact-story .l-section__content {
  /* stylelint-disable unit-no-unknown */
  /* stylelint-enable unit-no-unknown */
}

@media (min-width: 769px) {
  .single-impact-story .l-section__content {
    grid-template-columns: 80px 1fr 225px;
  }
}

@media (min-width: 1025px) {
  .single-impact-story .l-section__content .alignfull {
    margin-right: -325px;
  }
}

@media (min-width: 1240px) {
  .single-impact-story .l-section__content .alignfull {
    margin-right: calc(295px - 50vw);
  }
}

@media (min-width: 769px) {
  .single-impact-story .l-section__content .l-section__content-wrapper {
    grid-column-start: 2;
    grid-column-end: 4;
    padding-left: 30px;
  }
}

@media (min-width: 1025px) {
  .single-impact-story .l-section__content .l-section__content-wrapper {
    grid-column-end: 3;
    padding-right: 60px;
  }
}

@media (min-width: 769px) {
  .single-impact-story .l-section__content .l-section__subtitle {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}

@media (min-width: 1025px) {
  .single-impact-story .l-section__content .l-section__subtitle {
    grid-column-start: 1;
    grid-column-end: 3;
    padding-right: 60px;
  }
}

.resource-top .resource-top-columns {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media (min-width: 769px) {
  .resource-top .resource-top-columns {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
}

@media (min-width: 1025px) {
  .resource-top .resource-top-columns {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
}

@media (min-width: 769px) {
  .resource-top .resource-top-columns ~ .resource-top-two-columns {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px;
    margin-left: calc(8.33333% - 21.66667px + 40px);
  }
}

@media (min-width: 1025px) {
  .resource-top .resource-top-columns ~ .resource-top-two-columns {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px;
    margin-left: calc(8.33333% - 21.66667px + 40px);
  }
}

@media (max-width: 768px) {
  .resource-top .resource-top-columns .technical-areas-list {
    display: none;
  }
}

.resource-top .related-content-container {
  margin-bottom: 2rem;
}

.resource-top .related-content-container h3 {
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 10px;
}

.resource-top .related-content-container ul {
  margin: 0;
  padding: 0;
}

.resource-top .related-content-container ul li {
  margin: 0 0 12px;
  line-height: 1.2;
  list-style: none;
}

.resource-top .resource-top-two-columns {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

.resource-top .resource-top-two-columns .technical-areas-list {
  margin-top: 15px;
}

@media (min-width: 769px) {
  .resource-top .resource-top-two-columns .technical-areas-list {
    display: none;
  }
}

.resource-top .resource-top-two-columns iframe {
  max-width: 100%;
}

.resource-top .headshot-container {
  text-align: center;
  margin-bottom: 25px;
}

.resource-top .headshot-container img {
  border: 0.1rem solid #999;
  -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(9, 61, 95, 0.36);
          box-shadow: 0 0.2rem 0.5rem 0 rgba(9, 61, 95, 0.36);
  max-width: 100%;
  height: auto;
}

.resource-top .resource-subtitle {
  font-weight: 500;
  font-size: 22px;
}

.resource-top h2 {
  color: #313131;
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 700;
  line-height: 61px;
  margin-bottom: 20px;
}

.resource-top h2 small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.resource-files ul {
  padding-left: 0;
}

.resource-files li {
  font-size: 18px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.resource-files li img {
  display: inline-block;
  max-width: 75px;
  vertical-align: middle;
  margin-right: 15px;
}

.resource-files li a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.people-list .person,
.people-list .specialist-column,
.specialists-list .person,
.specialists-list .specialist-column {
  text-align: center;
  min-height: 440px;
  margin-bottom: 1.5rem;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media (min-width: 769px) {
  .people-list .person,
  .people-list .specialist-column,
  .specialists-list .person,
  .specialists-list .specialist-column {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}

@media (min-width: 1025px) {
  .people-list .person,
  .people-list .specialist-column,
  .specialists-list .person,
  .specialists-list .specialist-column {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
  }
}

.people-list a:hover, .people-list a:focus,
.specialists-list a:hover,
.specialists-list a:focus {
  text-decoration: none;
}

.people-list a:hover h3, .people-list a:focus h3,
.specialists-list a:hover h3,
.specialists-list a:focus h3 {
  color: #00aaec;
}

.people-list .person__image-container,
.people-list .image-container,
.specialists-list .person__image-container,
.specialists-list .image-container {
  position: relative;
  display: inline-block;
  max-width: 289px;
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 1px solid #c6c6c6;
  margin-bottom: 0.5rem;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  overflow: hidden;
}

.people-list .person__image-container img,
.people-list .image-container img,
.specialists-list .person__image-container img,
.specialists-list .image-container img {
  height: 100%;
}

.people-list h3,
.specialists-list h3 {
  color: #34363b;
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.people-list p,
.specialists-list p {
  color: #34363b;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin: 0 0 1rem;
  height: 35px;
}

.by-the-numbers {
  padding-top: 50px;
  padding-bottom: 50px;
}

.by-the-numbers > .wp-block-columns,
.by-the-numbers p:last-of-type {
  margin-bottom: 0;
}

.by-the-numbers__statistic {
  line-height: 1;
  margin: 0;
}

.by-the-numbers__content {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 769px) {
  .slider-gallery .splide__arrow--prev {
    left: -3rem;
  }
}

@media (min-width: 769px) {
  .slider-gallery .splide__arrow--next {
    right: -3rem;
  }
}

.slider-gallery--thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.slider-testimonials {
  background-color: #f38500;
}

.slider-testimonials::before {
  color: #FFFFFF;
  content: '“';
  display: block;
  font-size: 175px;
  font-weight: 700;
  left: 0;
  line-height: 1;
  margin: 0 auto;
  opacity: 0.44;
  position: absolute;
  right: 0;
  text-align: center;
  top: 20px;
}

.slider-testimonials .splide__arrow:hover svg, .slider-testimonials .splide__arrow:focus svg, .slider-testimonials .splide__arrow:active svg {
  fill: #bf6800;
}

.slider-testimonials .splide__arrow svg {
  fill: #FFFFFF;
}

.slider-testimonials__container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--content-size);
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
  padding: 120px 40px 50px;
  position: relative;
}

.slider-testimonials__container.alignfull {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.slider-testimonials__container.alignwide {
  max-width: var(--wp--style--global--wide-size);
}

.slider-testimonials__slide {
  padding-left: 35px;
  padding-right: 35px;
  text-align: center;
}

.slider-testimonials__slide blockquote p {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 769px) {
  .slider-testimonials__slide blockquote p {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
  .slider-testimonials__slide blockquote p {
    font-size: 30px;
    line-height: 49px;
  }
}

.slider-testimonials__slide blockquote cite {
  color: #FFFFFF;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-top: 25px;
}

.slider-testimonials__slide .wp-block-image {
  margin: 0 auto;
  max-width: 150px;
}

.wp-block-quote.is-style-plain p:last-of-type::before {
  content: none;
}

.wp-block-separator {
  border-color: #f38500;
  border-width: 2px;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .wp-block-separator {
  overflow: visible;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .wp-block-separator:not(.is-style-wide):not(.is-style-dots)::before {
  background-color: #FFFFFF;
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  right: 0;
  top: -2px;
  width: calc(100% - 85px);
}

.wp-block-separator.is-style-wide {
  max-width: none;
}

.wp-block-separator.is-style-dots {
  color: #f38500;
  max-width: none;
}

figure.alignleft,
img.alignleft {
  float: left;
  margin: 32px;
  margin-left: 0;
  margin-top: 0;
}

figure.aligncenter,
img.aligncenter {
  display: block;
  margin: 32px auto;
}

figure.alignright,
img.alignright {
  float: right;
  margin: 32px;
  margin-right: 0;
  margin-top: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  pointer-events: none;
  position: absolute !important;
  visibility: hidden;
  width: 1px;
}

@media (max-width: 768px) {
  figure.alignleft,
  img.alignleft,
  figure.aligncenter,
  img.aligncenter,
  figure.alignright,
  img.alignright {
    clear: both;
    display: block;
    float: none;
    margin: 32px auto;
  }
}

.fs-search,
.fs-checkbox i {
  display: none !important;
}

.fs-option {
  border: 0 !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  word-break: break-word;
}

.fs-option.selected .fs-checkbox::before {
  color: #009ef0;
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  padding-top: 0.5em;
}

.fs-option .fs-checkbox {
  text-align: center;
}

.fs-option .fs-option-label {
  font-weight: 400;
  word-break: break-word;
  white-space: initial !important;
}

.fs-dropdown {
  border: 1px solid #cacaca !important;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 4px rgba(226, 226, 226, 0.9) !important;
          box-shadow: 0 0 0 4px rgba(226, 226, 226, 0.9) !important;
  margin-top: 15px !important;
}

.fs-options:empty::before {
  content: "No options available";
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 1.25;
  padding: 6px 8px;
  text-align: center;
}

.splide__arrow {
  background: transparent;
  border-radius: unset;
  color: #8d919d;
  height: auto;
  padding: 10px 5px;
  width: auto;
}

.splide__arrow:hover, .splide__arrow:focus, .splide__arrow:active {
  background: transparent;
}

.splide__arrow:hover svg, .splide__arrow:focus svg, .splide__arrow:active svg {
  fill: #111111;
}

.splide__arrow svg {
  fill: #8d919d;
  height: 2.5em;
  width: 2.5em;
}

html.hidden {
  display: block;
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 44px !important;
    line-height: 55px !important;
  }
  div.video-content h3 {
    font-size: 24px !important;
    line-height: auto !important;
  }
}

@media (max-width: 1024px) {
  .pico-content {
    padding: 0 !important;
  }
}

div.standard-column + span.date {
  margin-left: 16px;
}

div.post-content-subtitle {
  width: calc(100% - 40px);
  margin-left: 20px;
}

div.post-content-subtitle {
  margin-left: 0;
}

.indent-column {
  width: calc(75% - 40px);
  margin-left: calc(17.5% + 27.5px);
}

@media (max-width: 1024px) {
  .indent-column {
    margin-left: calc(12.5% + 12.5px);
  }
}

@media (max-width: 768px) {
  .indent-column {
    width: 100%;
    margin-left: 0;
  }
}

div.news-facet-columns * a:hover,
div.news-facet-columns * a:active {
  color: #1398e7;
}

input#gform_submit_button_3:hover {
  color: #000000;
}

section#facet-selects {
  padding: 2rem 0 1rem;
}

div.fs-label-wrap {
  max-width: none !important;
}

span.tech-area:last-child::after {
  content: "";
}

span.tech-area::after {
  content: ",";
}

.slick-prev::before,
.slick-next::before {
  color: #000;
}

.media-contact p,
.subtitle p {
  font-size: 22px;
  font-weight: 500;
}

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