@charset "UTF-8";
/*!
Theme Name: tacitlephp
Theme URI: http://underscores.me/
Author: Camp Doug
Author URI: http://campdoug.com
Description: a custom theme for tactile
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tacitlephp
Tags:

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
:root {
  --font-scandia: "ScandiaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-futura-bold: futura-pt-bold, sans-serif;
  --font-futura-light: Futura, "Trebuchet MS", Arial, sans-serif;
  --font-garamond: "adobe-garamond-pro", georgia;
}

:root {
  --spacing: 25px;
  --spacing-div2: calc(var(--spacing) / 2);
  --spacing-x2: calc(var(--spacing) * 2);
  --spacing-x3: calc(var(--spacing) * 3);
  --spacing-x4: calc(var(--spacing) * 4);
  --spacing-x5: calc(var(--spacing) * 5);
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote,
q {
  quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #28E7BD;
  transition: color 0.3s;
}

a:hover,
a:focus,
a:active {
  color: #28E7BD;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

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

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

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

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

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

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.littlebigger {
  font-size: 26px;
}

::-moz-selection {
  background: #28e7bd !important;
}

::selection {
  background: #28e7bd !important;
}

@font-face {
  font-family: "icomoon";
  src: url("/wp-content/themes/tactilephp/fonts/icomoon.eot?26gsh8");
  src: url("/wp-content/themes/tactilephp/fonts/icomoon.eot?26gsh8#iefix") format("embedded-opentype"), url("/wp-content/themes/tactilephp/fonts/icomoon.ttf?26gsh8") format("truetype"), url("/wp-content/themes/tactilephp/fonts/icomoon.woff?26gsh8") format("woff"), url("/wp-content/themes/tactilephp/fonts/icomoon.svg?26gsh8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e908";
}

.icon-logo:before {
  content: "\e900";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-twitter:before {
  content: "\e903";
}

.icon-behance:before {
  content: "\e904";
}

.icon-linkedin:before {
  content: "\e905";
}

.icon-facebook:before {
  content: "\e906";
}

.icon-close:before {
  content: "\e907";
}

.icon-menu:before {
  content: "\e901";
}

/*
- - - > |  @font-face  | < - - -
*/
/* Scandia Web Light */
@font-face {
  font-family: "ScandiaWeb";
  src: url("/wp-content/themes/tactilephp/fonts/ScandiaWebLight/ScandiaWebLight.eot");
  src: url("/wp-content/themes/tactilephp/fonts/ScandiaWebLight/ScandiaWebLight.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/tactilephp/fonts/ScandiaWebLight/ScandiaWebLight.woff2") format("woff2"), url("/wp-content/themes/tactilephp/fonts/ScandiaWebLight/ScandiaWebLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* Scandia Web Light Italic */
@font-face {
  font-family: "ScandiaWeb";
  src: url("/wp-content/themes/tactilephp/fonts/ScandiaWebLightItalic/ScandiaWebLightItalic.eot");
  src: url("/wp-content/themes/tactilephp/fonts/ScandiaWebLightItalic/ScandiaWebLightItalic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/tactilephp/fonts/ScandiaWebLightItalic/ScandiaWebLightItalic.woff2") format("woff2"), url("/wp-content/themes/tactilephp/fonts/ScandiaWebLightItalic/ScandiaWebLightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
/* Scandia Web Regular */
@font-face {
  font-family: "ScandiaWeb";
  src: url("/wp-content/themes/tactilephp/fonts/ScandiaWebRegular/ScandiaWebRegular.eot");
  src: url("/wp-content/themes/tactilephp/fonts/ScandiaWebRegular/ScandiaWebRegular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/tactilephp/fonts/ScandiaWebRegular/ScandiaWebRegular.woff2") format("woff2"), url("/wp-content/themes/tactilephp/fonts/ScandiaWebRegular/ScandiaWebRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* Scandia Web Regular Italic */
@font-face {
  font-family: "ScandiaWeb";
  src: url("/wp-content/themes/tactilephp/fonts/ScandiaWebRegularItalic/ScandiaWebRegularItalic.eot");
  src: url("/wp-content/themes/tactilephp/fonts/ScandiaWebRegularItalic/ScandiaWebRegularItalic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/tactilephp/fonts/ScandiaWebRegularItalic/ScandiaWebRegularItalic.woff2") format("woff2"), url("/wp-content/themes/tactilephp/fonts/ScandiaWebRegularItalic/ScandiaWebRegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
/* Scandia Web Medium */
@font-face {
  font-family: "ScandiaWeb";
  src: url("/wp-content/themes/tactilephp/fonts/ScandiaWebMedium/ScandiaWebMedium.eot");
  src: url("/wp-content/themes/tactilephp/fonts/ScandiaWebMedium/ScandiaWebMedium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/tactilephp/fonts/ScandiaWebMedium/ScandiaWebMedium.woff2") format("woff2"), url("/wp-content/themes/tactilephp/fonts/ScandiaWebMedium/ScandiaWebMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/* Scandia Web Medium Italic */
@font-face {
  font-family: "ScandiaWeb";
  src: url("/wp-content/themes/tactilephp/fonts/ScandiaWebMediumItalic/ScandiaWebMediumItalic.eot");
  src: url("/wp-content/themes/tactilephp/fonts/ScandiaWebMediumItalic/ScandiaWebMediumItalic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/tactilephp/fonts/ScandiaWebMediumItalic/ScandiaWebMediumItalic.woff2") format("woff2"), url("/wp-content/themes/tactilephp/fonts/ScandiaWebMediumItalic/ScandiaWebMediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
/* Scandia Web Bold */
@font-face {
  font-family: "ScandiaWeb";
  src: url("/wp-content/themes/tactilephp/fonts/ScandiaWebBold/ScandiaWebBold.eot");
  src: url("/wp-content/themes/tactilephp/fonts/ScandiaWebBold/ScandiaWebBold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/tactilephp/fonts/ScandiaWebBold/ScandiaWebBold.woff2") format("woff2"), url("/wp-content/themes/tactilephp/fonts/ScandiaWebBold/ScandiaWebBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* Scandia Web Bold Italic */
@font-face {
  font-family: "ScandiaWeb";
  src: url("/wp-content/themes/tactilephp/fonts/ScandiaWebBoldItalic/ScandiaWebBoldItalic.eot");
  src: url("/wp-content/themes/tactilephp/fonts/ScandiaWebBoldItalic/ScandiaWebBoldItalic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/tactilephp/fonts/ScandiaWebBoldItalic/ScandiaWebBoldItalic.woff2") format("woff2"), url("/wp-content/themes/tactilephp/fonts/ScandiaWebBoldItalic/ScandiaWebBoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
/* Scandia Web Stencil */
@font-face {
  font-family: "ScandiaWebStencil";
  src: url("/wp-content/themes/tactilephp/fonts/ScandiaWebStencil/ScandiaWebStencil.eot");
  src: url("/wp-content/themes/tactilephp/fonts/ScandiaWebStencil/ScandiaWebStencil.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/tactilephp/fonts/ScandiaWebStencil/ScandiaWebStencil.woff2") format("woff2"), url("/wp-content/themes/tactilephp/fonts/ScandiaWebStencil/ScandiaWebStencil.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
- - - > |  Font Classes  | < - - -
*/
.ScandiaWebLight {
  font-family: "ScandiaWeb";
  font-weight: 300;
  font-style: normal;
}

.ScandiaWebLightItalic {
  font-family: "ScandiaWeb";
  font-weight: 300;
  font-style: italic;
}

.ScandiaWebRegular {
  font-family: "ScandiaWeb";
  font-weight: 400;
  font-style: normal;
}

.ScandiaWebRegularItalic {
  font-family: "ScandiaWeb";
  font-weight: 400;
  font-style: italic;
}

.ScandiaWebMedium {
  font-family: "ScandiaWeb";
  font-weight: 500;
  font-style: normal;
}

.ScandiaWebMediumItalic {
  font-family: "ScandiaWeb";
  font-weight: 500;
  font-style: italic;
}

.ScandiaWebBold {
  font-family: "ScandiaWeb";
  font-weight: 700;
  font-style: normal;
}

.ScandiaWebBoldItalic {
  font-family: "ScandiaWeb";
  font-weight: 700;
  font-style: italic;
}

.ScandiaWebStencil {
  font-family: "ScandiaWebStencil";
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: "ScandiaWeb", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * Remove default margin.
 */
body {
  font-family: "ScandiaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  margin: 0;
  background: #f0f0f0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
div,
summary {
  box-sizing: border-box;
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 */
a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  padding: 0;
}

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

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.container {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  position: relative;
  background: #fff;
}
.container .container--small {
  max-width: 900px;
}

#container {
  position: relative;
  font-size: 18px !important;
  transition: font 0.3s ease !important;
}

#container p {
  font-family: "ScandiaWeb", "Helvetica Neue";
}

main {
  background: #fff;
}

.overflowhidden {
  overflow: hidden;
}

.canvasimg-main {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.canvasimg-c {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: relative;
}

.single-newsitem {
  position: relative;
}

.single-post .positionrelative.container-card {
  position: relative;
}

/* ==========================================================================
   Global Styles
   ========================================================================== */
.garamond, .the-content em, .post-preview__subtitle {
  font-family: "adobe-garamond-pro", georgia;
}

.italic {
  font-style: italic;
}

.futura, a.arrow-link,
button.arrow-link,
.arrow-link a, .minus-link, a.plus-link, a.block-featured-studies__more-link, a.block-partners__more-link, a.category-browser__more-link, .recent-posts__more-link a, a.text-image__link,
button.plus-link,
button.block-featured-studies__more-link,
button.block-partners__more-link,
button.category-browser__more-link,
button.text-image__link,
.plus-link a,
.block-featured-studies__more-link a,
.block-partners__more-link a,
.category-browser__more-link a,
.text-image__link a, .text-image__title, .recent-posts__title, .footer__title, .category-browser__taxonomy-button, .category-browser__title, .article-media-card__title, .wp-block-quote, .text-image blockquote {
  font-family: futura-pt-bold, sans-serif;
}

.bgblack {
  background: #000;
  color: #fff;
}

.black .largetitle {
  color: #fff;
}

.largetitle.center .black {
  background: #000;
  color: #fff;
}

.textaligncenter {
  text-align: center;
}

.two-columntext {
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.two-columntext > * {
  width: calc(50% - 27px);
  display: inline-block;
}

.newscontent a {
  color: #28e7bd;
}

.newscontent a:hover {
  color: #000;
}

.readMore {
  color: #000 !important;
}

.load-more-news {
  background: #000;
  margin: 0 auto;
  display: table;
  color: #fff !important;
  padding: 3px 5px;
  margin-bottom: 60px !important;
  font-weight: 500;
  text-decoration: none;
}

.load-more-news:hover {
  text-decoration: none;
  color: #28e7bd !important;
}

.load-more-news:focus {
  color: #fff !important;
  text-decoration: none !important;
}

.newscontent p {
  column-count: 2;
  column-gap: 54px;
}

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

.marginbottom90 {
  padding-bottom: 30px !important;
}

.positionr {
  position: relative;
}

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

.smalltext {
  font-size: 14px;
}

.width100 {
  width: 100%;
}

.dtable {
  display: table;
}

.largetitle {
  line-height: 48px;
  color: #000;
}

.largetitle.center {
  text-align: center;
  width: 100%;
  float: left;
}

.bgblack .largetitle {
  color: #fff;
}

.header {
  position: absolute;
  top: 67px;
  max-width: 1440px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 90px;
  width: 100%;
  z-index: 9999;
  min-height: 50px;
}

.headerspacing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}

.menubutton {
  display: inline-block;
  position: fixed;
  top: 15px;
  right: 45px;
  background: #fff;
  cursor: pointer;
  user-select: none;
  opacity: 1;
  padding: 10px 7px 15px 7px;
  z-index: 9999;
}
.admin-bar .menubutton {
  top: 47px;
}
@media (min-width: 767px) {
  .menubutton {
    top: 67px;
    right: 90px;
  }
  .admin-bar .menubutton {
    top: 99px;
  }
}
@media (min-width: 1440px) {
  .menubutton {
    right: calc((100vw - 1440px) / 2 + 97px);
    top: 97px;
  }
  .admin-bar .menubutton {
    top: 129px;
  }
}

.menu-toggle {
  position: relative;
  width: 25px;
  height: 3px;
  background: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menu-toggle:before,
.menu-toggle:after {
  display: block;
  content: "";
  height: 5px;
  height: 0.3125rem;
  width: 40px;
  width: 2.5rem;
  background: #000;
  position: absolute;
  z-index: -1;
  -webkit-transition: 0.5s 0.25s;
  transition: 0.5s 0.25s;
  border-radius: 1rem;
}

.worktile {
  font-weight: 700;
  opacity: 1;
  background: #000;
  margin: 0;
  color: #fff;
  font-size: 35px;
  padding-top: 335px;
  padding-bottom: 30px;
  padding-left: 90px;
}

.menucontainer.openmsesame {
  opacity: 1;
  display: block;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

#content,
.logo {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

body.shade,
.logo.shade {
  opacity: 0.3;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.view-full-post {
  display: block;
  float: left;
  width: 100%;
}

.menubg {
  display: none;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s ease !important;
}

.menubg.open {
  display: block;
  transition: all 0.3s ease !important;
}

.overflowhidden {
  overflow: hidden;
}

@media screen and (max-width: 728px) {
  .newscontent p {
    column-count: 1;
  }

  .menucontainer {
    width: 100%;
    top: -15px;
    left: 0;
    right: 0;
    padding: 40px 45px;
    min-height: 110vh;
    bottom: -15px;
  }

  .menucontainer a {
    font-size: 40px;
  }
}
.video-responsive {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.videosection canvas {
  width: 100% !important;
  height: auto !important;
}

.videosection video {
  max-width: 100%;
  width: 100%;
}

/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination-container {
  width: 100%;
  max-width: 1440px;
}

.pagination-container::before {
  height: 500px;
  content: "";
  position: fixed;
  bottom: 0;
  display: block;
  background: #000;
  width: 100%;
  max-width: 1250px;
  z-index: -1;
}

.pagination-container a {
  text-decoration: none;
}

.paginationarrow {
  float: right;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-right: 10px;
}

.paginationarrow:hover {
  margin-right: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.pagination {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.pagination .container-card {
  padding-top: 50px !important;
  padding-bottom: 220px;
}

@media screen and (max-width: 728px) {
  .pagination .largetitle {
    margin-left: 55px;
  }

  .pagination .projectmeta {
    right: 25px;
  }
}
#content {
  box-shadow: none !important;
}

.open:not(.steps) .navicon:before,
.open:not(.steps) .navicon:after {
  top: 0 !important;
}

.open .navicon:before,
.open .navicon:after {
  transition: 0.5s;
}

/* Minus
.open { transform: scale($toggled-size); } */
/* Arrows */
.open.larr .navicon:before,
.open.larr .navicon:after,
.open.rarr .navicon:before,
.open.rarr .navicon:after,
.open.uarr .navicon:before,
.open.uarr .navicon:after {
  width: 1.5rem;
}

.open.larr .navicon:before,
.open.rarr .navicon:before,
.open.uarr .navicon:before {
  transform: rotate(35deg);
  transform-origin: left top;
}

.open.larr .navicon:after,
.open.rarr .navicon:after,
.open.uarr .navicon:after {
  transform: rotate(-35deg);
  transform-origin: left bottom;
}

.open.uarr {
  transform: scale(0.75) rotate(90deg);
}

/* Arrows */
.open.rarr .navicon:before {
  transform: translate3d(1em, 0, 0) rotate(-35deg);
  transform-origin: right top;
}

.open.rarr .navicon:after {
  transform: translate3d(1em, 0, 0) rotate(35deg);
  transform-origin: right bottom;
}

/* × and + */
.open.plus .navicon,
.open.x .navicon {
  background: transparent;
}

.open.plus .navicon:before,
.open.x .navicon:before {
  transform: rotate(-45deg);
}

.open.plus .navicon:after,
.open.x .navicon:after {
  transform: rotate(45deg);
}

.open.plus {
  transform: scale(0.75) rotate(45deg);
}

/* ==========================================================================
   Home
   ========================================================================== */
.jumbo-c {
  position: absolute;
  z-index: 9;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 1440px;
  top: 50px;
}

.jumbo {
  background: #fff;
  color: #000;
  width: auto;
  padding: 0;
  z-index: 999;
  margin: 0 50px;
  position: relative;
  top: 0;
  padding-bottom: 30px !important;
}

.jumbo .subhead {
  padding-left: 40px;
  font-style: italic;
  font-size: 24px;
  font-family: "adobe-garamond-pro", georgia;
}
@media screen and (min-width: 769px) {
  .jumbo .subhead {
    padding-left: 65px;
  }
}

.jumbo h1 {
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  font-family: futura-pt-bold, sans-serif;
  padding: 110px 65px 105px;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .home .jumbo h1 {
    min-height: 365px;
  }
}

.largetitle {
  margin-bottom: 30px;
  font-family: "futura-pt-bold", sans-serif;
}

.largetitle.black {
  display: inline;
  background: #000;
  color: white;
  padding: 5px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

.largetitle.step-1 .highlight {
  box-shadow: 5px 0 0 #000, -5px 0 0 #000;
}

.largetitle.step-2 .highlight {
  box-shadow: 5px 0 0 blue, -5px 0 0 blue;
}

.notfoundcontent {
  margin-top: 20px;
}

.not-found {
  padding-top: 120px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background: red;
}

.not-found .aligncenter {
  text-align: center;
  width: 100%;
}

.not-found .newstitle {
  text-align: center;
  width: 100%;
}

/* ==========================================================================
   Additions
   ========================================================================== */
.processsectionabout {
  float: left;
  display: block;
  width: 100%;
}

.page-template-page-about #footer {
  float: left;
  display: block;
  width: 100%;
}

.processsectionabout .container-card {
  padding-top: 70px;
}

.about-module {
  padding: 75px 0px;
  float: left;
  width: 100%;
}

.processsectionabout {
  display: block;
  float: left;
}

.largetitle.black {
  position: relative;
  line-height: 1.2;
  color: #fff;
  background: #000;
  display: inline;
  padding: 0px 5px;
}

.container {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}

.titlecontainer {
  position: absolute;
  top: 200px;
  padding: 0 90px;
}

@media screen and (max-width: 1160px) {
  .titlecontainer {
    padding: 0 75px;
    top: 160px;
    font-size: 33px;
  }
}
.projecttags_mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .projectmeta {
    font-size: 18px;
    text-align: right;
    position: absolute;
    top: 0;
    left: auto;
    font-weight: bold;
    right: 25px;
  }

  .projecttags_mobile {
    display: block !important;
    text-align: left !important;
    position: relative !important;
    left: 0 !important;
    right: auto !important;
    top: auto !important;
    width: 100%;
  }

  .projectsubhead {
    display: none;
  }

  .projecttags {
    display: none;
  }

  .titlecontainer {
    padding: 0 0px;
    top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .titlecontainer .largetitle-dark,
.titlecontainer .largetitle-light {
    font-size: 33px;
    margin-left: 45px;
    padding: 4px 2px 4px 2px;
  }
}
.largetitle {
  font-size: 48px;
  margin-bottom: 30px;
  display: inline;
  font-weight: 700;
  padding: 2px;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

.largetitle-dark {
  background: #000;
  color: #fff;
  font-size: 48px;
  line-height: 1.25;
  display: inline;
  font-weight: 700;
  padding: 2px;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

.largetitle-light {
  background: #fff;
  color: #000;
  font-size: 48px;
  line-height: 1.2;
  display: inline;
  font-weight: 700;
  padding: 2px;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

.smalltitle {
  display: inline;
  font-size: 18px;
  font-weight: 700;
  padding: 5px;
  line-height: 1.2;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

.smalltitle-light {
  background: #fff;
  color: #000;
  display: inline;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  padding: 2px;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

.smalltitle-dark {
  background: #000;
  color: #fff;
  display: table;
  font-size: 24px;
  font-weight: bold;
  padding: 0 5px;
}

.titledescription {
  margin-bottom: 90px;
  font-family: georgia;
  font-style: italic;
  font-size: 18px;
  color: #666;
  display: table;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 70px;
}

.about-module .largetitle {
  display: table;
  font-size: 48px;
  font-weight: bold;
  padding: 23px 0px 0px 0px;
  margin-bottom: 30px;
  width: 100%;
  margin-top: 0px;
}

@media screen and (max-width: 650px) {
  .titledescription {
    padding-bottom: 50px;
  }
}
.about-module {
  padding: 75px 0px;
  position: relative;
}

.about-module.overlap {
  padding: 0;
}

.about-module .description {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .about-module .description {
    margin-bottom: 50px;
    font-size: 15.5px;
  }
}
.about-header img {
  width: 100%;
}

.about-title {
  position: absolute;
  top: 30%;
}

.diagram {
  margin-bottom: 0px;
  width: 100%;
  max-width: 650px;
}

@media screen and (max-width: 650px) {
  .diagram {
    margin-bottom: 50px;
  }
}
.container-card {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 120px 15px 120px 15px;
}

.container-card h2 {
  font-family: "futura-pt-bold", sans-serif;
}

.container-nocard h2 {
  font-family: "futura-pt-bold", sans-serif;
}

.container-nocard {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0px 15px 0px 15px;
}

.icon-container {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

.icon {
  font-family: ScandiaWeb;
}

.icon img {
  max-width: 128px !important;
  margin-bottom: 10px;
}

.icon h3 {
  margin-bottom: 40px;
}

.icon p {
  font-size: 14px;
  line-height: 18px;
}

.flexprocess {
  padding: 20px 0px;
  flex-flow: wrap;
}

.flexprocess .icon {
  padding: 10px 0px;
}

.flexprocess p {
  max-width: 90%;
}

.flexprocess .icon .smalltitle {
  padding: 5px 0px 5px 0px;
}

.flexprocess .icon .smalltitle-dark,
.flexprocess .icon .smalltitle-light {
  margin-bottom: 10px;
}

/* ==========================================================================
   Clients Logo Section
   ========================================================================== */
.clients {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.clients img {
  max-width: 230px;
  margin-bottom: 10px;
  opacity: 0.3;
  transition: opacity 0.4s ease-in-out;
}

@media screen and (max-width: 728px) {
  .clients img {
    margin-bottom: 0px;
  }

  .about-module .largetitle {
    font-size: 34px;
  }
}
.clients img:hover {
  opacity: 1;
}

/* ==========================================================================
   People
   ========================================================================== */
.about-people {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}

.people {
  width: 33.33%;
  overflow: hidden;
  flex-flow: row wrap;
  position: relative;
}

.people-meta {
  display: table-cell;
  position: absolute;
  padding: 25px 25px 10px 25px;
  top: 0;
  left: 0;
  bottom: 0px;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  flex: 0 0 25%;
  overflow: hidden;
}

.people-meta .smalltitle {
  margin-top: 10px;
}

.people {
  font-size: 1em;
}

.people img {
  width: 100%;
  height: 100%;
  display: block;
}

.people:hover .people-meta {
  opacity: 1;
}

.people:active .people-meta {
  opacity: 1;
}

.people:focus .people-meta {
  opacity: 1;
}

.people-meta:hover,
.people-meta:active {
  opacity: 1;
}

.jobtitle {
  font-family: georgia;
  font-style: italic;
  color: #999;
  margin-left: 3px;
  width: 100%;
  float: left;
  margin-top: 25px;
}

.icon {
  display: block;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 650px) {
  .jobtitle {
    font-size: 14px;
  }

  .people-meta .smalltitle-light {
    font-size: 16px;
    line-height: 1;
  }

  .col-sm-6 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .col-md-3 {
    display: inline-block;
    width: 24%;
    padding-right: 1%;
  }
}
@media (max-width: 991px) {
  .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 168px) {
  .col-sm-15 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
  }
}
.col-xs-14 {
  width: 50%;
}

@media (min-width: 168px) {
  .col-sm-14 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-md-14 {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .col-lg-14 {
    width: 25%;
  }
}
@media screen and (max-width: 1160px) {
  .container-card {
    padding: 60px 60px 80px 73px;
  }

  .header {
    padding: 0px 75px;
  }
}
@media (max-width: 650px) {
  .two-columntext {
    display: block;
  }

  .two-columntext p {
    width: 100%;
  }

  .container-card {
    padding: 33px 15px 20px 15px;
  }

  .about-module {
    padding: 20px 0px;
  }

  .largetitle-light,
.largetitle-dark,
.largetitle {
    font-size: 33px;
    line-height: 1;
  }

  .marginbottom90 {
    padding-bottom: 0px !important;
  }
}
/* ==========================================================================
   Blog / News
   ========================================================================== */
/* ==========================================================================
   Single Work
   ========================================================================== */
p {
  margin-top: 0px;
}

.headerimage img {
  width: 100%;
}

@media screen and (max-width: 728px) {
  .headerimage {
    height: 100vh;
  }

  .headerimage img {
    height: 100vh;
  }

  .headerimage p {
    display: block;
    position: absolute;
    top: 170px;
    left: 49px;
  }
}
.largetitle,
.garamond,
.the-content em,
.post-preview__subtitle,
.futura,
a.arrow-link,
button.arrow-link,
.arrow-link a,
.minus-link,
a.plus-link,
a.block-featured-studies__more-link,
a.block-partners__more-link,
a.category-browser__more-link,
.recent-posts__more-link a,
a.text-image__link,
button.plus-link,
button.block-featured-studies__more-link,
button.block-partners__more-link,
button.category-browser__more-link,
button.text-image__link,
.plus-link a,
.block-featured-studies__more-link a,
.block-partners__more-link a,
.category-browser__more-link a,
.text-image__link a,
.text-image__title,
.recent-posts__title,
.footer__title,
.category-browser__taxonomy-button,
.category-browser__title,
.article-media-card__title,
.wp-block-quote,
.text-image blockquote,
.workdescription,
.jumbo h1,
.footer-menu ul a {
  opacity: 1;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.wf-loading .largetitle,
.wf-loading .garamond,
.wf-loading .the-content em,
.the-content .wf-loading em,
.wf-loading .post-preview__subtitle,
.wf-loading .futura,
.wf-loading a.arrow-link,
.wf-loading button.arrow-link,
.wf-loading .arrow-link a,
.arrow-link .wf-loading a,
.wf-loading .minus-link,
.wf-loading a.plus-link,
.wf-loading a.block-featured-studies__more-link,
.wf-loading a.block-partners__more-link,
.wf-loading a.category-browser__more-link,
.wf-loading .recent-posts__more-link a,
.recent-posts__more-link .wf-loading a,
.wf-loading a.text-image__link,
.wf-loading button.plus-link,
.wf-loading button.block-featured-studies__more-link,
.wf-loading button.block-partners__more-link,
.wf-loading button.category-browser__more-link,
.wf-loading button.text-image__link,
.wf-loading .plus-link a,
.plus-link .wf-loading a,
.wf-loading .block-featured-studies__more-link a,
.block-featured-studies__more-link .wf-loading a,
.wf-loading .block-partners__more-link a,
.block-partners__more-link .wf-loading a,
.wf-loading .category-browser__more-link a,
.category-browser__more-link .wf-loading a,
.wf-loading .text-image__link a,
.text-image__link .wf-loading a,
.wf-loading .text-image__title,
.wf-loading .recent-posts__title,
.wf-loading .footer__title,
.wf-loading .category-browser__taxonomy-button,
.wf-loading .category-browser__title,
.wf-loading .article-media-card__title,
.wf-loading .wp-block-quote,
.wf-loading .text-image blockquote,
.text-image .wf-loading blockquote,
.wf-loading .workdescription,
.wf-loading .jumbo h1,
.wf-loading .footer-menu ul a {
  opacity: 0;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.workdescription {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: "adobe-garamond-pro", georgia;
  font-style: italic;
  font-size: 18px;
  color: #666;
  display: block;
  width: 100%;
  max-width: 650px;
  position: relative;
  padding-bottom: 60px;
}

.twoclumncard.black {
  background: #000;
  color: #fff;
}
.twoclumncard.black .black {
  background-color: transparent;
}

.twoclumncard ul {
  margin-left: 0px;
}

.projectmeta {
  font-size: 18px;
  text-align: right;
  position: absolute;
  top: 0;
  left: -50px;
  font-weight: bold;
}

.twoclumncard h2 {
  margin-top: 0px;
}

.fullwidthimage {
  margin-bottom: -8px;
}

.fullwidthimagefile {
  width: 100%;
}

.fullwidthimagefile img {
  width: 100%;
}

.fullwidthimage img {
  width: 100%;
}

.sticky-header.animate {
  transition: all 0.5s !important;
}

.sticky-header.pinned {
  position: fixed;
  top: 0px;
  padding-top: 10px;
  background: #fff;
}

.projecttags {
  right: 60px;
  top: 120px;
  position: absolute;
  text-align: right;
}

.introtext {
  position: relative;
  background: #fff;
}

section.white,
footer.white {
  background: #fff;
}

section.black,
footer.black {
  background: #000;
}

.sticky-header.pinned .Header_header_2z0 .Header_logo_itK .Header_white_30C {
  color: #000 !important;
}

.sticky-header.unpin {
  position: fixed;
  top: -51px;
}

.homebprojects .project.active--view .canvasimg-c .canvasimg {
  filter: grayscale(0) !important;
  opacity: 1 !important;
}

.project.active--view.main-over .canvasimg-main {
  filter: grayscale(1) !important;
  opacity: 0.7 !important;
}

.about-module.overlap {
  padding: 0px;
}

.black.overlap:after,
.black.overlap:before {
  background: #000;
}

.black.overlap {
  background: #000;
}

.overlap.black .container-card {
  background: #000;
}

.overlap:after,
.overlap:before {
  display: block;
  content: " ";
  background: #fff;
  margin: 0 auto;
  max-width: 1020px;
  height: 20px;
  z-index: 9;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.overlap .container-card {
  margin-top: -20px;
  background: #fff;
  margin-bottom: -20px;
  position: relative;
  z-index: 99;
  display: table;
}

.overlap .container-card img {
  width: 100%;
  max-width: 1300px;
}

.container-card img {
  max-width: 100%;
}

.flexible_card {
  padding: 60px 0px;
}

.flexible_card .container-card {
  padding: 20px 15px;
}

.flexible_card .largetitle {
  padding: 0px;
  position: relative;
  float: left;
  width: 100%;
}

.flexible_card .largetitle p {
  font-family: "futura-pt-bold", sans-serif;
  margin-bottom: 0px;
}

.flexible_card.overlap .container-card {
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  z-index: 99;
  display: table;
}

.flexible_card.black {
  color: #fff;
  background: #000;
}

.flexible_card.black .container-card {
  background: #000;
}

.flexible_card.black .smalltitle-dark {
  background: #fff;
  color: #000;
}

.flex-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.flex-container .flex-item {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
}

.animateSectionIntro {
  opacity: 0;
}

.loadingFade main > *,
.loadingFade header {
  opacity: 0;
}

body main > *,
body header {
  transition: opacity 1s;
}

#ourWork {
  background: #000;
}

.shown {
  position: fixed !important;
}

/* ==========================================================================
   Contact
   ========================================================================== */
.page-template-template-contact .site-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.page-template-template-contact .footer,
.page-template-template-contact .pagination {
  display: none;
}

.contact {
  background: #000;
  color: #fff;
}

.contact a {
  text-decoration: none;
  color: #fff !important;
  transition: color 0.3s ease !important;
}

.contact a:hover {
  color: #28e7bd !important;
  transition: color 0.3s ease !important;
}

.contact h2 {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
}

.contact .subheadline {
  color: #808080;
  margin-bottom: 70px;
}

.contact h2,
.contact .subheadline {
  display: block;
  float: left;
  width: 100%;
}

.contact .col {
  width: 25%;
  display: block;
  float: left;
  margin-bottom: 40px;
}

.contact a {
  text-decoration: underline;
}

.contact a:hover {
  color: #808080;
}

.contact .containercard {
  padding: 0px 15px;
}

.contact .smalltitlelight {
  height: 50px;
}

.contact .smalltitle {
  font-size: 18px;
  padding: 0px;
}

.contact .smalltitle {
  margin-bottom: 10px;
}

@media screen and (max-width: 828px) {
  .contact .col {
    width: 50%;
    display: block;
    float: left;
  }

  .tablecell {
    padding: 250px 45px 100px 45px;
  }

  .contact .container-card {
    padding: 0px 45px !important;
  }
}
.tablelayout {
  display: table;
  max-width: 1440px;
  height: 100vh;
  margin: 0 auto;
  padding: 0 90px;
  text-align: left;
}

.tablelayout .largetitle,
.tablelayout .subheadline,
.tablelayout .col {
  text-align: left !important;
}

.tablelayoutcell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 100px 0;
}

@media screen and (max-height: 772px) {
  .tablelayout {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1179px) {
  .contact .col {
    width: 33% !important;
  }

  .contact .container-card {
    padding: 200px 0px 0px 0px !important;
  }
}
@media screen and (max-width: 920px) {
  .contact .col {
    width: 50% !important;
  }
}
@media screen and (max-width: 669px) {
  .contact .col {
    width: 100% !important;
  }

  .tablelayout {
    padding: 0 40px;
    margin-bottom: 0px;
  }

  .page-template-template-contact .contactsocial {
    margin-bottom: 200px;
  }
}
.page-template-template-contact .slideUp .logo.white a,
.page-template-template-contact .slideDown .logo.white a {
  color: #fff !important;
}

@media screen and (max-width: 550px) {
  .contact .col {
    width: 100%;
    display: block;
    float: left;
  }
}
.table {
  display: flex;
  flex-direction: column;
  justify-content: center;
  resize: vertical;
  height: 100%;
  min-height: 100vh;
}

.tablecell {
  overflow: auto;
}

.tablecell {
  max-width: 1000px;
  margin: 0 auto;
  padding: 250px 0 100px;
}

.sectitle {
  height: 80px;
}

.jumboc {
  position: absolute;
  z-index: 9;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 1440px;
  top: 50px;
  min-height: 530px;
}

.single-work .desktopimage,
.single-study .desktopimage,
.project .desktopimage,
.about-header .desktopimage,
.news-header-single .desktopimage,
.single-newsitem .desktopimage,
.mobile-desktop-image .desktopimage,
.single-work .desktop-video,
.single-study .desktop-video {
  display: block;
}

.single-work .mobileimage,
.single-study .mobileimage,
.project .mobileimage,
.about-header .mobileimage,
.news-header-single .mobileimage,
.single-newsitem .mobileimage,
.mobile-desktop-image .mobileimage,
.single-work .mobile-video,
.single-study .mobile-video {
  display: none;
}

.canvasimg.mobileimage {
  display: none;
}

.project.active--view.main-over .desktopimage {
  filter: grayscale(1);
  opacity: 0.7;
}

.project.active--view .desktopimage {
  filter: grayscale(0);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .jumboc {
    padding-top: 15px;
  }

  .single-work .desktopimage,
.single-study .desktopimage,
.project .desktopimage,
.about-header .desktopimage,
.news-header-single .desktopimage,
.single-newsitem .desktopimage,
.mobile-desktop-image .desktopimage,
.single-work .desktop-video,
.single-study .desktop-video {
    display: none;
  }

  .single-work .mobileimage,
.single-study .mobileimage,
.project .mobileimage,
.about-header .mobileimage,
.news-header-single .mobileimage,
.single-newsitem .mobileimage,
.mobile-desktop-image .mobileimage,
.single-work .mobile-video,
.single-study .mobile-video {
    display: block;
  }
}
.jumbo {
  background: #fff;
  color: #000;
  width: auto;
  padding: 0;
  z-index: 999;
  margin: 0 50px;
  position: relative;
  top: 0;
}

@media screen and (max-width: 768px) {
  .jumbo {
    padding: 20px;
    margin: 0 0px;
    height: 70vh;
    position: relative;
  }

  .jumbo .subhead {
    font-size: 22px;
    margin-top: 30px;
    display: block;
    float: left;
    padding-left: 0px;
  }
}
@media screen and (max-width: 768) {
  .jumbo h1 {
    font-size: 35px;
    padding: 130px 0px 40px 0px;
  }
}
@media screen and (max-width: 768px) {
  .homebprojects {
    margin-top: 0px;
    position: relative;
    padding-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .worktile {
    opacity: 1 !important;
    bottom: 0;
    position: relative;
    font-size: 18px;
    top: auto !important;
    background: #fff !important;
    color: #000;
    padding: 20px 45px !important;
  }

  .work-title-in {
    opacity: 1 !important;
  }
}
#work-title {
  padding-top: 22px;
}

@media screen and (max-width: 1160px) {
  .contact .container-card {
    padding: 0px 90px;
  }

  .projecttags {
    top: 60px;
  }
}
post.active--view img {
  filter: grayscale(0);
  opacity: 1;
}

.homesprojects {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background: #fff;
}

.homesprojects .project {
  width: 33.33%;
  overflow: hidden;
  flex-flow: row wrap;
  position: relative;
}

@media screen and (max-width: 992px) {
  .homesprojects .project {
    width: 50%;
  }
}
.project:hover img {
  filter: grayscale(0);
}

.homesprojects img {
  width: 100%;
  height: 100%;
  display: block;
  filter: grayscale(1);
  transition: all 0.5s ease-in-out;
}

.sectiontile {
  font-weight: bold;
  font-size: 50px;
}

.post {
  display: block;
}

.ourworktitle {
  font-weight: bold;
  opacity: 0;
  background: #000;
  margin: 0;
  color: #fff;
  font-size: 35px;
  padding-top: 335px;
  padding-bottom: 30px;
  padding-left: 90px;
}

.isWork .ourworktitle {
  padding-top: 30px;
  transition: none !important;
  opacity: 1 !important;
}

@media screen and (max-width: 768px) {
  .jumbo h1 {
    font-size: 55px;
    padding: 0;
  }

  .jumboc {
    position: relative;
    top: auto;
  }

  .jumbo {
    padding: 130px 45px 45px;
    margin: 0 0px;
    height: 70vh;
    position: relative;
    max-height: 550px;
  }

  .ourworktitle {
    opacity: 1 !important;
    bottom: 0px;
    position: relative;
    font-size: 18px;
    top: auto !important;
    background: #fff !important;
    color: #000;
    padding: 20px 45px !important;
  }
}
/* ==========================================================================
   News
   ========================================================================== */
.newstitle {
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}

.newstitle a {
  text-decoration: none;
  color: #000;
}

.newsdate {
  font-family: "adobe-garamond-pro", georgia;
  font-style: italic;
  font-size: 18px;
  color: #000;
  opacity: 0.3;
  width: 100%;
  display: table;
  margin-bottom: 63px;
}

.readmore {
  float: left;
  background: #fff;
  color: #000;
  display: table;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 2px 0;
  font-weight: 700;
}

.newscontent {
  width: 100%;
  display: block;
}

.single_newsitem img {
  width: 100%;
}

.newsitem a {
  text-decoration: none;
}

.newsitem a h2 {
  color: #000;
  text-decoration: none;
}

.loadMore {
  background: #000;
  margin: 0 auto;
  display: table;
  color: #fff;
  padding: 3px 5px;
  font-weight: 500;
}

.loadMore:hover {
  text-decoration: none;
  color: #28e7bd !important;
}

.loadMore:focus {
  color: #28e7bd !important;
  text-decoration: none !important;
}

.readMore {
  background: #fff;
  color: #000;
  display: table;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 2px 0px;
  font-weight: bold;
}

.readMore:hover {
  color: #28e7bd !important;
  text-decoration: none;
}

.newstitle {
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}

.newstitle a {
  text-decoration: none;
  color: #000;
}

.newsdate {
  font-family: georgia;
  font-style: italic;
  font-size: 18px;
  color: #000;
  opacity: 0.3;
  width: 100%;
  display: table;
  margin-bottom: 63px;
}

.newscontent {
  width: 100%;
  display: block;
}

.single_newsitem > img {
  width: 100%;
}

.textOverlay p {
  width: 100%;
  margin-bottom: 10px;
}

.textOverlay ul {
  margin-left: 0px;
}

.content {
  background: #fff;
  z-index: 1;
}

.headerimage .desktopimage {
  display: block;
}

.headerimage .mobileimage {
  display: none;
}

.headerimage h2 {
  display: none;
}

.textOverlay {
  color: var(--text-color);
  padding: 15px;
}
@media screen and (min-width: 650px) {
  .textOverlay {
    max-width: 1020px;
    padding: 120px 15px 120px 15px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
.textOverlay .largetitle {
  color: inherit;
}

@media screen and (min-width: 650px) {
  .textOverlay.top {
    top: 0px;
    padding-top: 0px;
  }
}

@media screen and (min-width: 650px) {
  .textOverlay.center {
    top: 50%;
    transform: translateY(-50%);
  }
}

.textOverlay.corner {
  font-size: 14px;
}
@media screen and (min-width: 650px) {
  .textOverlay.corner {
    position: absolute;
    top: var(--padding-top);
    right: var(--padding-right);
    bottom: var(--padding-bottom);
    left: var(--padding-left);
    padding: 0;
  }
}
@media (min-width: 992px) {
  .textOverlay.corner {
    font-size: 18px;
  }
}
.textOverlay.corner .largetitle {
  margin: 0 0 10px;
  display: block;
  padding: 0;
  font-size: 32px;
}
@media (min-width: 992px) {
  .textOverlay.corner .largetitle {
    margin: 0 0 30px;
    font-size: 42px;
  }
}

.textOverlayIn {
  width: 100%;
}

.full_width_image {
  position: relative;
}

.textOverlayTitle > span {
  display: block;
}

.fullwidthimage {
  position: relative;
}

.fullWidthImage img,
.fullWidthImage cansvas {
  position: absolute;
  left: 0;
}

.row.flex {
  display: flex;
}

.col-md-12 {
  width: 100%;
}

.col-md-6 {
  flex: 0 0 50%;
}

@media screen and (max-width: 728px) {
  .headerimage .desktopimage {
    display: none;
  }

  .headerimage .mobileimage {
    display: block;
  }

  .col-md-6 {
    flex: 0 0 100%;
  }

  .row.flex {
    flex-direction: column;
  }

  .row.flex h2 {
    margin-bottom: 20px;
    float: left;
  }
}
@media screen and (max-width: 1044px) {
  .textOverlay.center {
    top: 0%;
    transform: translateY(0%);
  }
}
@media screen and (max-width: 728px) {
  .headerimage {
    height: auto !important;
  }

  .headerimage img {
    height: auto !important;
  }

  .headerimage h2 {
    display: block;
    position: absolute;
    top: 80px;
    left: 45px;
  }

  .textOverlay {
    position: relative;
    padding: 0px 15px 30px 15px;
  }

  .textOverlay span {
    color: #000 !important;
  }

  .textOverlay p {
    color: #333 !important;
  }

  .textOverlayIn {
    width: 100%;
    max-width: 100%;
  }
}
.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

.headroom--pinned {
  display: block;
}

.headroom--unpinned {
  display: none;
}

.headroom--top {
  background: transparent !important;
  transition: background 0.25s ease-in-out;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.headroom.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown;
  position: fixed;
  background: #fff;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-100%);
  }
}
@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    -o-transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.headroom.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp;
  background: transparent;
  top: 0px;
}

.headroom {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
}

.slideUp .white .navicon,
.slideDown .white .navicon {
  background: #000;
}

.slideUp .white .navicon:before,
.slideUp .white .navicon:after,
.slideDown .white .navicon:before,
.slideDown .white .navicon:after {
  background: #000;
}

.header {
  position: absolute;
  top: 67px;
  max-width: 1440px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 115px;
  width: 100%;
}
@media (min-width: 1440px) {
  .header {
    top: 97px;
  }
}

.header .logo {
  color: #000;
}

.header .logo.white a {
  color: #fff;
}

.header .menu-toggle {
  color: #000;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

.logo {
  font-size: 11px;
}

.logo a {
  text-decoration: none;
  color: #000;
}

.menu_toggle {
  font-size: 36px;
  color: #000;
}

.menu_toggle.white {
  color: #fff;
}

.menu_close {
  display: none;
  float: right;
  color: #fff;
  margin-right: 16px;
  text-decoration: none;
  font-size: 40px;
}

.menu_close:hover {
  text-decoration: none;
  color: #fff;
}

.menu_drop {
  position: fixed;
  background: #000;
  z-index: 10;
  right: 0;
  top: 0;
  width: 40%;
  min-width: 500px;
  padding: 70px 75px 21.8%;
  display: none;
  transition: 0.25s;
}

.menu_drop li a {
  font-family: "futura-pt-bold", sans-serif;
}

.menu_drop li:hover a {
  text-decoration: none !important;
  color: #28e7bd !important;
  transition: 0.25s;
}

a.menu_toggle:hover,
a.menu_toggle:focus {
  text-decoration: none !important;
  color: initial;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 0 45px !important;
    top: 15px;
  }

  .menu_drop {
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 45px 20px 45px;
  }

  .menu_close {
    margin-right: 10px;
  }
}
@media screen and (max-width: 650px) {
  .menu_close {
    font-size: 25px;
  }
}
.white .navicon {
  background: #fff;
}

.white .navicon:before,
.white .navicon:after {
  background: #fff;
}

.naviconButton {
  display: inline-block;
  position: relative;
  transition: 0.25s;
  cursor: pointer;
  user-select: none;
  opacity: 1;
  padding: 2px 7px;
  z-index: 9999;
}

.naviconButton .navicon:before,
.naviconButton .navicon:after {
  transition: 0.25s;
}

.naviconButton:hover {
  transition: 0.5s;
  opacity: 1;
}

.naviconButton:hover .navicon:before,
.naviconButton:hover .navicon:after {
  transition: 0.25s;
}

.open .navicon {
  background: #28e7bd !important;
}

.navicon {
  position: relative;
  width: 25px;
  height: 3px;
  background: #000;
  transition: 0.5s;
}

.white .navicon {
  background: #fff;
}

.open.white .navicon {
  background: #28e7bd;
}

.navicon:before,
.navicon:after {
  display: block;
  content: "";
  height: 3px;
  width: 25px;
  background: #000;
  position: absolute;
  z-index: -1;
  transition: 0.5s 0.25s;
  border-radius: 0rem;
}

.navicon:before {
  top: 0.425rem;
}

.navicon:after {
  top: -0.425rem;
}

.open:not(.steps) .navicon:before,
.open:not(.steps) .navicon:after {
  top: 0 !important;
}

.open .navicon:before,
.open .navicon:after {
  transition: 0.5s;
}

.page-template-template-contact .site-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.table {
  display: flex;
  flex-direction: column;
  justify-content: center;
  resize: vertical;
  height: 100%;
}

.tablecell {
  resize: vertical;
  overflow: auto;
}

.page-template-template-contact .footer,
.page-template-template-contact .pagination {
  display: none;
}

.page-template-template-contact,
.page-template-template-contact .site-content {
  background: #000;
  color: #fff;
}

.contact h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.contact .subheadline {
  color: #808080;
  margin-bottom: 70px;
}

.contact h2,
.contact .subheadline {
  display: block;
  float: left;
  width: 100%;
}

.contact .col {
  width: 25%;
  display: block;
  float: left;
  margin-bottom: 40px;
}

.contact a {
  text-decoration: underline;
}

.contact a:hover {
  color: #808080;
}

.contact .container-card {
  padding: 0px 15px;
}

.contact .smalltitle-light {
  padding: 0 5px;
}

.contact .smalltitle-light,
.contact .smalltitle {
  font-size: 28px;
  line-height: 1.15;
}

.subheading {
  display: block;
  float: left;
  width: 100%;
  height: 50px;
  margin-top: 25px;
  font-size: 18px;
  font-weight: 700;
}

.contact .smalltitle {
  margin-bottom: 10px;
  height: 80px;
}

@media screen and (max-width: 828px) {
  .contact .col {
    width: 50%;
    display: block;
    float: left;
  }
}
@media screen and (max-width: 550px) {
  .contact .col {
    width: 100%;
    display: block;
    float: left;
  }
}
.animatetext .animatetitle {
  transform: translateY(80px);
  opacity: 0;
  transition: transform 0.7s, opacity 0.7s;
}

.animate--out {
  transition: none;
}

.animatedesc {
  position: relative;
}

.animatedesc a {
  text-decoration: none !important;
}

.animatedesc a {
  color: #28e7bd;
}

.animatedesc a:hover,
.animatedesc a:focus {
  color: #000;
}

.animatetext .animatedesc {
  transform: translateY(80px);
  opacity: 0;
  transition: transform 0.5s 0.7s, opacity 0.5s 0.7s;
}

.animatetext .animatetitle.animate--in {
  transform: translateY(0);
  opacity: 1;
}

.animatetext .animatedesc.animate--in {
  transform: translateY(0);
  opacity: 1;
}

.animateslide {
  transform: translateY(40px);
  transition: transform 0.7s;
}

.animateslide.slide--in {
  transform: translateY(0);
}

.work-title-in {
  padding-top: 25px;
}

.load-more-news {
  background: #000;
  margin: 0 auto;
  display: table;
  color: #fff;
  padding: 3px 5px;
  font-weight: 500;
  text-decoration: none;
}

.load-more-news:hover {
  text-decoration: none;
  color: #28e7bd !important;
}

.load-more-news:focus {
  color: #28e7bd !important;
  text-decoration: none !important;
}

.canvasimg-c {
  position: relative;
  overflow: hidden;
  display: block;
}

.canvasimg {
  width: 100%;
  height: auto;
}

img.canvasimg-main {
  left: 0;
  opacity: 0;
  top: 0;
}

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.fitvid {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.fitvid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.scrollable-video {
  background: #fff;
  width: 100%;
  z-index: 10;
  overflow: hidden;
}

.scrollable-video--dark {
  background: #000;
  color: #fff;
}

.scrollable-video__container {
  position: relative;
}

.scrollable-video__video {
  width: 100%;
}

.scrollable-video__content {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  height: 100vh;
  display: flex;
  align-items: center;
}
.scrollable-video--fixed .scrollable-video__content {
  position: fixed;
}
.scrollable-video__content h2 {
  font-size: 18px;
}
@media (min-width: 728px) {
  .scrollable-video__content h2 {
    font-size: 27px;
  }
}

.scrollable-video__slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
}

.scrollable-video__slide {
  transition: opacity 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 40px;
  opacity: 0;
}
@media (min-width: 728px) {
  .scrollable-video__slide {
    padding: 0 100px;
  }
}
.scrollable-video__slide.active {
  animation: slideUp 0.5s linear;
  animation-fill-mode: forwards;
  opacity: 1;
}

.scrollable-video__slide--animate-up.active {
  animation: slideUp 0.5s linear;
}

.scrollable-video__slide--animate-down.active {
  animation: slideDown 0.5s linear;
}

.scrollable-video__slide--animate-left.active {
  animation: slideLeft 0.5s linear;
}

.scrollable-video__slide--animate-right.active {
  animation: slideRight 0.5s linear;
}

.scrollable-video__slide--left {
  justify-content: flex-start;
}

.scrollable-video__slide--center {
  justify-content: center;
}

.scrollable-video__slide--right {
  justify-content: flex-end;
}

@keyframes slideUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.two-up {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background: #fff;
}

.two-up__section {
  display: flex;
  width: 100%;
}
@media (min-width: 728px) {
  .two-up__section {
    width: 50%;
  }
}

.two-up__image {
  background-size: cover;
  width: 100%;
}

.two-up__alt-text {
  display: none;
}

.two-up__text {
  padding: 40px;
}

@media (min-width: 767px) {
  .videosection {
    position: relative;
  }
}

.videosection__overlay-text {
  color: var(--overlay-text-color);
  background-color: var(--overlay-bg-color);
  font-size: 14px;
}
@media (min-width: 767px) {
  .videosection__overlay-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: transparent;
  }
}
@media (min-width: 1000px) {
  .videosection__overlay-text {
    font-size: 18px;
  }
}
.videosection__overlay-text h2 {
  font-size: 24px;
}
@media (min-width: 1000px) {
  .videosection__overlay-text h2 {
    font-size: 48px;
  }
}
.videosection__overlay-text h2,
.videosection__overlay-text h3 {
  font-family: "Futura-Bold", sans-serif;
  margin: 0 0 20px;
}
.videosection__overlay-text > *:last-child {
  margin-bottom: 0;
}

.videosection__overlay-text--georgia h2,
.videosection__overlay-text--georgia h3 {
  font-family: georgia, serif;
}

.videosection__overlay-text--garamond h2,
.videosection__overlay-text--garamond h3 {
  font-family: "adobe-garamond-pro", georgia, serif;
}

.videosection__overlay-container {
  max-width: 1020px;
  padding: 40px 15px;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .videosection__overlay-container {
    padding: 120px 15px;
  }
}

@media (min-width: 767px) {
  .videosection__overlay-column {
    padding-left: 50%;
  }
}

@media (min-width: 767px) {
  .videosection__overlay-column--left {
    padding-right: 50%;
    padding-left: 0;
  }
}

.text-colored-bg {
  background-color: var(--color-bg);
  color: var(--color-text);
}
.text-colored-bg em,
.text-colored-bg i {
  font-family: "adobe-garamond-pro", georgia;
}

.text-colored-bg__container {
  max-width: 1020px;
  padding: 120px 15px 120px 15px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 0 calc(100% - 25px);
  background-size: 200px;
}
@media screen and (min-width: 728px) {
  .text-colored-bg__container {
    background-position: calc(60% + 100px) calc(100% - 35px);
  }
}

.text-colored-bg__pre_title {
  font-family: "adobe-garamond-pro", georgia;
  font-style: italic;
}

.text-colored-bg__title {
  font-size: 48px;
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: 700;
  padding: 2px;
}

.text-colored-bg__subtitle {
  margin-top: -20px;
  margin-bottom: 40px;
}

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

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

@media (min-width: 728px) {
  .text-colored-bg__columns {
    display: flex;
    justify-content: space-between;
  }
}

.text-colored-bg--columns1 .text-colored-bg__column {
  width: 100%;
}
@media (min-width: 728px) {
  .text-colored-bg--columns2 .text-colored-bg__column {
    width: calc(50% - 27px);
  }
}
.text-colored-bg__column h3 {
  margin: 0 0 10px;
}
.text-colored-bg__column ul {
  margin-bottom: 10px;
  margin-left: 0;
}

.menucontainer {
  position: fixed;
  background: #000;
  z-index: 99;
  opacity: 0;
  right: 0;
  top: 0;
  width: 40%;
  min-width: 500px;
  padding: 70px 75px 21.8%;
  display: block;
  transition: 0.25s;
  display: none;
}
.menucontainer ul {
  margin-left: 0px;
  padding-left: 0px;
}
.menucontainer li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  clear: both;
  float: left;
}
.menucontainer li:hover .sub-menu {
  max-height: 999px;
}
.menucontainer a {
  font-family: futura-pt-bold, sans-serif;
  color: #000;
  background: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  padding: 0 8px 0 5px;
  text-decoration: none;
  transition: color 0.3s ease !important;
  float: left;
}
.menucontainer a:hover, .menucontainer a:focus {
  color: #28e7bd !important;
  transition: color 0.3s ease !important;
}
.menucontainer .menu-secondary-container li:first-child {
  margin-top: 30px;
}
.menucontainer .menu-secondary-container a {
  background-color: transparent;
  color: #fff;
  font-family: "ScandiaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 10px;
}
.menucontainer .sub-menu {
  background: #fff;
  display: inline-block;
  max-height: 0;
  transition: max-height 0.3s;
  overflow: hidden;
  margin: 0;
  float: left;
  clear: both;
}
.menucontainer .sub-menu li {
  display: block;
  float: none;
}
.menucontainer .sub-menu li:first-child a {
  padding-top: 14px;
}
.menucontainer .sub-menu li:last-child a {
  padding-bottom: 14px;
}
.menucontainer .sub-menu a {
  padding: 5px 30px;
  font-style: italic;
  font-size: 14px;
  font-family: "adobe-garamond-pro", georgia;
}

a img.alignnone {
  margin: 0 40px 40px 0;
}

.aligncenter,
div.aligncenter,
a img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright,
a img.alignright {
  float: right;
  margin: 0 0 40px 40px;
}

.alignleft,
a img.alignleft {
  float: left;
  margin: 0 40px 40px 0;
}

.wp-caption {
  font-style: italic;
}

.alignwide {
  position: relative;
  width: 1440px;
  margin: 0 auto;
}

.alignfull {
  margin: 0 calc(-50vw + 50%);
  max-width: 100vw;
}
.alignfull img {
  width: 100vw;
  display: block;
}

.wp-block-quote, .text-image blockquote {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.wp-block-quote p, .text-image blockquote p {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 15px;
}

.wp-block-column {
  margin-bottom: 25px;
}
.wp-block-column *:last-child() {
  margin-bottom: 0;
}

.wp-block-group.alignfull .wp-block-group__inner-container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1100px) {
  .wp-block-group.alignfull .wp-block-group__inner-container {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.wp-block-group.alignfull .wp-block-group__inner-container h2,
.wp-block-group.alignfull .wp-block-group__inner-container h3 {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-group.alignfull .wp-block-group__inner-container h2.has-text-align-center,
.wp-block-group.alignfull .wp-block-group__inner-container h3.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.alignfull .wp-block-group__inner-container h3 {
  font-size: 24px;
}

.archive-banner {
  position: absolute;
  z-index: 9;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 1440px;
  top: 50px;
  min-height: 530px;
}
@media (max-width: 768px) {
  .archive-banner {
    min-height: 0;
    max-height: none;
    height: auto;
    padding-top: 15px;
    position: relative;
    top: auto;
  }
}
@media (min-width: 769px) {
  .archive-banner {
    min-height: 530px;
  }
}
@media (min-width: 1440px) {
  .archive-banner {
    top: 50px;
  }
}

.archive-banner__container {
  background: #fff;
  color: #000;
  width: auto;
  padding: 0;
  z-index: 999;
  margin: 0 50px;
  position: relative;
  top: 0;
  padding-bottom: 30px !important;
}
@media (min-width: 769px) {
  .archive-banner__container {
    padding: 40px;
    min-height: 460px;
  }
  .post-type-archive-careers .archive-banner__container {
    min-height: auto;
  }
}

.archive-banner__title {
  font-weight: 700;
  line-height: 1;
  font-family: futura-pt-bold, sans-serif;
  padding: 0 0 20px;
  font-size: 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .archive-banner__title {
    font-size: 35px;
    padding: 130px 0px 40px 0px;
  }
}
@media (min-width: 768px) {
  .archive-banner__title {
    font-size: 55px;
    padding: 80px 0 20px;
  }
}
@media (min-width: 1440px) {
  .archive-banner__title {
    font-size: 90px;
    padding: 110px 0 40px;
  }
}

.archive-banner__description {
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.5;
}
.archive-banner__description > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .archive-banner__description {
    padding: 0 0 10px;
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .archive-banner__description {
    padding: 0 350px 10px 0;
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .archive-banner__description {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  .archive-banner__no-image {
    background: #000;
    height: 365px;
  }
  body.blog .archive-banner__no-image, body.post-type-archive-careers .archive-banner__no-image {
    height: 365px;
  }
}
@media screen and (min-width: 1440px) {
  .archive-banner__no-image {
    height: 50vw;
    max-height: 695px;
  }
}

@media screen and (min-width: 1440px) {
  .post-type-archive-articles.archive .jumbo--archive {
    min-height: 460px;
  }
}

.article-archive {
  padding-left: 45px;
  padding-right: 45px;
}
@media screen and (min-width: 769px) {
  .article-archive {
    padding-left: 0;
    padding-right: 0;
  }
}

.jumbo .article-archive__title {
  padding: 0 0 20px;
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .jumbo .article-archive__title {
    font-size: 55px;
    padding: 80px 0 20px;
  }
}
@media screen and (min-width: 1440px) {
  .jumbo .article-archive__title {
    font-size: 90px;
    padding: 110px 0 40px;
  }
}

.article-archive__description {
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .article-archive__description {
    padding: 0 0 10px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .article-archive__description {
    padding: 0 350px 10px 0;
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .article-archive__description {
    padding-bottom: 50px;
  }
}
.article-archive__description > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .article-archive__no-image {
    background: #000;
    height: 400px;
  }
}
@media screen and (min-width: 1440px) {
  .article-archive__no-image {
    height: 50vw;
    max-height: 365px;
  }
}

.article-archive__small-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  background: #fff;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .article-archive__small-wrap {
    padding: 65px 0;
  }
}
@media screen and (min-width: 565px) {
  .article-archive__small-wrap .article-media-card {
    width: 48.5%;
  }
}

.article-media-card__image {
  display: block;
}
.article-media-card--has-mobile-image .article-media-card__image {
  display: none;
}
@media screen and (min-width: 769px) {
  .article-media-card--has-mobile-image .article-media-card__image {
    display: block;
  }
}
.article-media-card__image img {
  max-width: none;
  width: 100%;
}

.article-media-card__image-mobile {
  display: block;
}
@media screen and (min-width: 769px) {
  .article-media-card__image-mobile {
    display: none;
  }
}
.article-media-card__image-mobile img {
  max-width: none;
  width: 100%;
}

.article-media-card__text {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  .article-media-card__text {
    padding: 65px 0;
  }
  .article-archive__small-wrap .article-media-card__text, .the-content .article-media-card__text {
    padding: 25px 0;
  }
}

.article-media-card__title {
  font-size: 32px;
  margin: 0;
  letter-spacing: -0.3px;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .article-media-card__title {
    font-size: 42px;
  }
}
.article-archive__small-wrap .article-media-card__title, .the-content .article-media-card__title {
  font-size: 18px;
  margin: 0 0 10px;
}
@media screen and (min-width: 769px) {
  .article-archive__small-wrap .article-media-card__title, .the-content .article-media-card__title {
    font-size: 24px;
  }
}

.article-media-card__subtitle {
  font-style: italic;
  display: inline-block;
  font-family: "adobe-garamond-pro", georgia;
  padding: 0 3px;
  width: 100%;
  margin-bottom: 0;
}

.article-media-card__excerpt {
  margin-top: 20px;
}

.article-media-card__more {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}
.article-media-card__more::after {
  content: " >";
}

.block-dark {
  background: #000;
  color: #fff;
  padding: 40px 20px;
}
@media (min-width: 840px) {
  .block-dark {
    margin: 128px calc(-50vw + 50%);
    max-width: 100vw;
  }
}
@media (min-width: 1440px) {
  .block-dark {
    padding-top: 128px;
    padding-bottom: 128px;
    margin: 128px -270px;
  }
}
.the-content .block-dark h2,
.the-content .block-dark h3 {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}
.block-dark em {
  color: #A8A8A8;
}
.alignfull + .block-dark {
  margin-top: -40px;
}
@media (min-width: 1440px) {
  .alignfull + .block-dark {
    margin-top: -128px;
  }
}

.block-dark__container {
  max-width: 900px;
  margin: 0 auto;
}

.block-featured-post {
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .block-featured-post {
    margin-bottom: 40px;
  }
}

.block-featured-studies {
  text-align: center;
}
.the-content .alignfull + .block-featured-studies.alignfull {
  margin-top: 40px;
}
@media (min-width: 1100px) {
  .the-content .alignfull + .block-featured-studies.alignfull {
    margin-top: 65px;
  }
}

.block-featured-studies__title {
  text-align: center;
}

.block-featured-studies__columns {
  display: grid;
  padding: 20px;
  background: #fff;
  grid-template: auto/1fr;
  padding: 20px;
  background: #fff;
  text-align: left;
}
@media screen and (min-width: 550px) {
  .block-featured-studies__columns {
    grid-template: auto/1fr 1fr;
  }
}
@media screen and (min-width: 950px) {
  .block-featured-studies__columns {
    grid-template: auto/1fr 1fr 1fr;
  }
}

.block-featured-studies__more-link {
  margin-top: 40px;
  display: inline-block;
}
@media (min-width: 1100px) {
  .block-featured-studies__more-link {
    margin-top: 65px;
  }
}

.block-icon-title-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 40px 20px 80px;
}
@media (min-width: 1246px) {
  .block-icon-title-group {
    margin-top: 100px;
    margin-bottom: 128px;
    margin-left: 0;
    margin-right: 0;
  }
}

.block-icon-title-group__item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 900px) {
  .block-icon-title-group__item {
    flex: 1;
    flex-grow: 1;
    flex-basis: 0;
    margin: 0 40px;
  }
}

.block-icon-title-group__link {
  text-decoration: none;
  color: #000;
}

.block-icon-title-group__image {
  min-height: 130px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.block-icon-title-group__title {
  background: #000;
  font-family: "Futura-Bold", sans-serif;
  font-size: 24px;
  color: #fff;
  letter-spacing: -0.15px;
  text-align: center;
  line-height: 1.2;
}

.block-partners {
  padding: 40px 20px;
  background: #000;
  color: #fff;
  margin: 40px calc(-50vw + 50%);
  text-align: center;
}
@media (min-width: 1440px) {
  .block-partners {
    padding-top: 128px;
    padding-bottom: 128px;
    margin: 128px -270px;
  }
}

.block-partners__title {
  font-size: 48px;
  text-align: center;
  line-height: 1.2;
}

.block-partners__items {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

.block-partners__item {
  width: 25%;
  margin-bottom: 10px;
}
@media screen and (max-width: 728px) {
  .block-partners__item {
    margin-bottom: 0;
    width: 50%;
  }
}
.block-partners__item a:hover img,
.block-partners__item a:focus img {
  opacity: 1;
}
.block-partners__item img {
  width: 100%;
  opacity: 0.3;
  transition: opacity 0.4s ease-in-out;
}

.block-partners__link {
  max-width: 230px;
  display: block;
}

.block-team {
  padding: 40px 0;
  margin: 40px calc(-50vw + 50%);
  text-align: center;
}
@media (min-width: 1440px) {
  .block-team {
    padding-top: 128px;
    padding-bottom: 128px;
    margin: 128px -270px;
  }
}

.block-team__items {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 900px) {
  .block-team__items {
    padding: 0 20px;
  }
}

.block-team__item {
  width: 50%;
  overflow: hidden;
  flex-flow: row wrap;
  position: relative;
  font-size: 1em;
}
@media (min-width: 650px) {
  .block-team__item {
    width: 33.3333333333%;
  }
}
@media (min-width: 900px) {
  .block-team__item {
    width: 25%;
  }
}
.block-team__item:hover img {
  filter: brightness(0.15) grayscale(1);
}
.block-team__item img {
  width: 100%;
  display: block;
  filter: grayscale(1);
  transition: all 0.5s ease-in-out;
}
.block-team__item:hover .block-team__item-meta, .block-team__item:active .block-team__item-meta, .block-team__item:focus .block-team__item-meta {
  opacity: 1;
}

.block-team__item-meta {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  transition: 0.3s opacity;
  text-align: left;
  opacity: 0;
}
.work-archive__item:hover .block-team__item-meta, .work-archive__item:focus .block-team__item-meta {
  opacity: 1;
}

.the-content .block-team__name {
  display: inline;
  background: #fff;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  padding: 2px;
  margin-bottom: 0;
  text-align: left;
}
@media (min-width: 650px) {
  .the-content .block-team__name {
    font-size: 36px;
  }
}

.block-team__job-title {
  float: left;
  width: 100%;
  display: inline;
  font-style: italic;
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
@media (min-width: 650px) {
  .block-team__job-title {
    font-size: 18px;
    margin-top: 20px;
  }
}

.block-text-image {
  margin: 40px calc(-50vw + 50%);
}
@media (min-width: 1246px) {
  .block-text-image {
    margin-top: 128px;
    margin-bottom: 128px;
  }
}
@media (min-width: 1440px) {
  .block-text-image {
    margin: 128px -270px;
  }
  .block-text-image:last-child {
    margin-bottom: 0;
  }
}

.block-two-up-card__columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .block-two-up-card__columns {
    padding: 65px 0;
  }
}
@media screen and (min-width: 565px) {
  .block-two-up-card__columns .article-media-card {
    width: 48.5%;
  }
}
@media screen and (min-width: 565px) {
  .block-two-up-card__columns.block-two-up-card__columns--odd .article-media-card:last-child {
    width: 100%;
  }
}

.the-content .block-two-up-card__title,
.block-two-up-card__title {
  text-align: center;
  margin-bottom: 0;
}

.career-archive-content {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .career-archive-content {
    padding-top: 60px;
  }
}

.career-archive-content__body {
  margin: 0 auto 20px;
  max-width: 565px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .career-archive-content__body {
    margin-bottom: 100px;
  }
}
.career-archive-content__body h2,
.career-archive-content__body h3 {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  margin-top: 0;
}
@media (min-width: 768px) {
  .career-archive-content__body h2,
.career-archive-content__body h3 {
    font-size: 48px;
  }
}

.career-archive-content__list-title {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .career-archive-content__list-title {
    font-size: 48px;
  }
}

.career-archive-content__loop {
  list-style-type: none;
  padding: 0 10px;
  margin: 0 auto;
  max-width: 1000px;
}

.career-archive-content__job-item {
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .career-archive-content__job-item {
    padding: 50px;
  }
}

.career-archive-content__link {
  text-decoration: none;
  color: #000;
}

.career-archive-content__job-title {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .career-archive-content__job-title {
    font-size: 24px;
  }
}

.career-archive-content__location {
  margin-bottom: 0;
  font-family: "adobe-garamond-pro", georgia;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .career-archive-content__location {
    font-size: 24px;
  }
}

.career-single {
  padding: 120px 15px 120px 15px;
}

.career-single__content {
  max-width: 1020px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.career-single__content h2,
.career-single__content h3,
.career-single__content h4,
.career-single__content h5,
.career-single__content h6 {
  font-family: "adobe-garamond-pro", georgia;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
  margin-top: 0;
}

.career-single__column {
  width: 100%;
}

@media (min-width: 1024px) {
  .career-single__column--main {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  .career-single__column--side {
    width: 20%;
  }
}

@media (min-width: 500px) {
  .career-single__lower-buttons {
    display: flex;
    justify-content: space-between;
  }
}
.career-single__lower-buttons .career-single__button {
  margin-bottom: 5px;
}
@media (min-width: 500px) {
  .career-single__lower-buttons .career-single__button {
    margin-bottom: 0;
  }
}

.career-single__button {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: #fff;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.24);
  padding: 10px 40px;
  display: inline-block;
}

.category-browser {
  padding: 20px 20px 40px;
}
.jumbo .category-browser {
  padding: 0;
}
@media screen and (min-width: 728px) {
  .category-browser {
    padding: 103px 95px;
  }
  .jumbo .category-browser {
    padding: 80px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .jumbo .category-browser {
    padding: 140px 15px 50px;
  }
}

.category-browser__title {
  margin: 0 0 20px;
  font-weight: 700;
  max-width: 900px;
  font-size: 32px;
  color: #000000;
  line-height: 1.1;
}
@media screen and (min-width: 728px) {
  .category-browser__title {
    font-size: 56px;
  }
}
@media screen and (min-width: 1280px) {
  .category-browser__title {
    font-size: 80px;
  }
}

.category-browser__subtitle {
  font-style: italic;
  font-size: 24px;
  font-family: "adobe-garamond-pro", georgia;
  margin-bottom: 0;
}

@media screen and (min-width: 728px) {
  .category-browser__more-link {
    flex: 1;
  }
}

.category-browser__taxonomies {
  display: flex;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .category-browser__taxonomies {
    flex-direction: row-reverse;
  }
  .category-browser--has-subtitle .category-browser__taxonomies {
    margin-top: -41px;
  }
}

.category-browser__taxonomy {
  margin-left: 5px;
  position: relative;
}
.category-browser__taxonomy:last-child {
  margin-left: 0;
}

.category-browser__taxonomy-button {
  font-weight: 700;
  margin: 0;
  font-size: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  border: 1px solid #c2c2c2;
  background-color: #fff;
  border-radius: 0;
  transition: 0.3s all;
}
.category-browser__taxonomy-button::after {
  content: url(images/chevron-down.svg);
  margin-left: 15px;
  width: 16px;
}

.category-browser__taxonomy-button--active {
  background-color: #000;
  color: #fff;
}
.category-browser__taxonomy-button--active::after {
  content: "×";
}

.category-browser__taxonomy-dropdown {
  max-height: 0;
  transition: 0.3s max-height;
  overflow: hidden;
  position: absolute;
  top: auto;
  left: 0;
  width: 330px;
  max-width: 95vw;
}
@media screen and (min-width: 1024px) {
  .category-browser__taxonomy-dropdown {
    left: auto;
    right: 0;
  }
}

.category-browser__taxonomy-dropdown--active {
  max-height: 9999px;
}

.category-browser__terms {
  margin: 0;
  padding: 25px;
  list-style: none;
  background: #fff;
  border: 1px solid #c2c2c2;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.category-browser__term {
  display: block;
}

.category_browser__term-link {
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  text-decoration: none;
  font-family: "ScandiaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 5px 0;
  display: block;
}

.category-browser__term-link--active {
  color: #28E7BD;
}
.category-toggle__popup .category-browser__term-link--active {
  color: #28E7BD;
}

@media screen and (min-width: 1024px) {
  .disciplines__sections {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 75px;
  }
}

.disciplines__section {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .disciplines__section {
    width: calc((100% - 100px) / 3);
  }
  .disciplines__section:last-child {
    margin-right: 0;
  }
}

.disciplines__icon {
  max-width: 48px;
  top: -8px;
  margin-right: 8px;
  position: relative;
  width: 100%;
  text-align: center;
}

.disciplines__section-text {
  width: 90%;
  margin-left: 8px;
}

.disciplines__section-title, .the-content .disciplines__section-title {
  margin: 0 0 10px;
}

.disciplines__description, .the-content .disciplines__description {
  margin-bottom: 0;
}

.disciplines__section-more {
  margin-top: 20px;
  display: inline-block;
}

.disciplines__link {
  color: #000;
  text-decoration: none;
}
.disciplines__link:hover, .disciplines__link:focus {
  color: #28E7BD;
}

.disciplines__link--active {
  color: #28E7BD;
}

.footer {
  padding: 40px 20px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 60px;
    display: grid;
    grid-template: auto auto auto/5fr 1fr;
  }
}

.footer--black {
  background: #000;
  color: #fff;
}
.footer--black ul a {
  color: #fff;
}

.footer__logo {
  margin-bottom: 20px;
}
.footer__logo a {
  color: #000;
  font-size: 11px;
  text-decoration: none;
  display: inline-block;
}
.footer--black .footer__logo a {
  color: #fff;
}
.footer__logo a:hover, .footer__logo a:focus {
  text-decoration: none;
  color: #28E7BD;
}

.footer__menus {
  grid-column: 2/2;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.footer__menus ul {
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 0;
}
.footer__menus li {
  list-style: none;
}
.footer__menus a {
  font-family: "futura-pt-bold", sans-serif;
  transition: color 0.3s ease-in-out;
  color: #000;
  text-decoration: none;
  font-size: 40px;
  display: inline-block;
}
.footer--black .footer__menus a {
  color: #fff;
}
.footer__menus a:hover, .footer__menus a:focus {
  color: #28e7bd;
}
.footer__menus .menu-secondary-container {
  margin-top: 2px;
}
.footer__menus .menu-secondary-container a {
  background-color: transparent;
  color: #000;
  font-family: "ScandiaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 32px;
}
.footer--black .footer__menus .menu-secondary-container a {
  color: #fff;
}

.footer__text {
  grid-column: 1/1;
  grid-row: 1/1;
}

.footer__title {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 20px;
}
@media screen and (min-width: 728px) {
  .footer__title {
    margin-bottom: 0;
    line-height: 2;
    font-size: 40px;
  }
}

.footer__button {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: #fff;
  text-decoration: none;
  border: 2px solid #000;
  padding: 20px 40px;
  display: inline-block;
  transition: 0.3s ease-in-out all;
  margin-bottom: 20px;
}
.footer--black .footer__button {
  color: #fff;
  background: #000;
  border-color: #fff;
}
.footer__button:hover, .footer__button:focus {
  border-color: #28E7BD;
  color: #28E7BD;
}

.footer__social {
  grid-column: 1/3;
}

.footer__fine-print {
  font-size: 12px;
  font-weight: normal;
  clear: both;
  text-align: right;
  grid-column: 1/3;
}
.footer__fine-print p {
  margin-bottom: 0;
}

.header-new {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header-new__container {
  padding: var(--spacing-div2) var(--spacing);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 769px) {
  .header-new__container {
    padding: var(--spacing) var(--spacing-x2);
  }
}

.header-new__logo {
  display: flex;
  align-items: center;
}
.header-new__logo svg {
  width: 100%;
  max-width: 138px;
}

.header-new__menu-button {
  display: inline-block;
  cursor: pointer;
  user-select: none;
  opacity: 1;
  padding: 10px 7px 15px 7px;
  z-index: 9999;
}
.header-new__menu-button.open {
  background-color: #fff;
}

.header-new__navicon-btn {
  display: inline-block;
  position: relative;
  transition: 0.25s;
  cursor: pointer;
  user-select: none;
  opacity: 1;
  padding: 2px 7px;
  z-index: 9999;
}
.header-new__navicon-btn .navicon:before,
.header-new__navicon-btn .navicon:after {
  transition: 0.25s;
}
.header-new__navicon-btn:hover, .header-new__navicon-btn:focus {
  transition: 0.5s;
  opacity: 1;
}
.header-new__navicon-btn:hover .navicon:before,
.header-new__navicon-btn:hover .navicon:after, .header-new__navicon-btn:focus .navicon:before,
.header-new__navicon-btn:focus .navicon:after {
  transition: 0.25s;
}

.header-new__menu-container {
  position: fixed;
  background: #000;
  z-index: 99;
  opacity: 0;
  right: 0;
  top: 0;
  width: 40%;
  min-width: 500px;
  padding: 70px 75px 21.8%;
  display: block;
  transition: 0.25s;
  display: none;
  overflow: scroll;
}
.header-new__menu-container.openmsesame {
  opacity: 1;
  display: block;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 728px) {
  .header-new__menu-container.openmsesame {
    width: 100%;
    top: -15px;
    left: 0;
    right: 0;
    padding: 40px 45px;
    min-height: 110vh;
    bottom: -15px;
  }
  .header-new__menu-container.openmsesame a {
    font-size: 40px;
  }
}
.header-new__menu-container ul {
  margin-left: 0px;
  padding-left: 0px;
}
.header-new__menu-container li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  clear: both;
  float: left;
}
.header-new__menu-container li:hover .sub-menu {
  max-height: 999px;
}
.header-new__menu-container .menu a {
  font-family: futura-pt-bold, sans-serif;
  color: #000;
  background: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  padding: 0 8px 0 5px;
  text-decoration: none;
  transition: color 0.3s ease !important;
  float: left;
}
.header-new__menu-container .menu a:hover, .header-new__menu-container .menu a:focus {
  color: #28e7bd !important;
  transition: color 0.3s ease !important;
}
.header-new__menu-container .menu-secondary-container {
  float: left;
  width: 100%;
}
.header-new__menu-container .menu-secondary-container .menu {
  float: left;
  width: 100%;
}
.header-new__menu-container .menu-secondary-container li:first-child {
  margin-top: 30px;
}
.header-new__menu-container .menu-secondary-container a {
  background-color: transparent;
  color: #fff;
  font-family: "ScandiaWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 10px;
}
.header-new__menu-container .sub-menu {
  background: #fff;
  display: inline-block;
  max-height: 0;
  transition: max-height 0.3s;
  overflow: hidden;
  margin: 0;
  float: left;
  clear: both;
}
.header-new__menu-container .sub-menu li {
  display: block;
  float: none;
}
.header-new__menu-container .sub-menu li:first-child a {
  padding-top: 14px;
}
.header-new__menu-container .sub-menu li:last-child a {
  padding-bottom: 14px;
}
.header-new__menu-container .sub-menu a {
  padding: 5px 30px;
  font-style: italic;
  font-size: 14px;
  font-family: "adobe-garamond-pro", georgia;
}

.header-new__tfx {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 30px 5px;
  padding: 30px 0;
  clear: both;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  max-width: 300px;
  color: #fff;
  transition: color 0.3s ease;
}
.header-new__tfx path {
  transition: fill 0.3s ease;
}
.header-new__tfx:hover, .header-new__tfx:focus {
  color: #28E7BD;
}

.header-new__tfx-logo {
  max-width: 175px;
  margin-bottom: 30px;
}
.header-new__tfx:hover .header-new__tfx-logo path, .header-new__tfx:focus .header-new__tfx-logo path {
  fill: #28E7BD !important;
}

.header-new__gif {
  display: inline-block;
  position: relative;
  height: 300px;
}

.header-new__tfx-text {
  font-weight: 700;
  margin-top: 30px;
  position: relative;
  font-size: 20px;
}
.header-new__tfx-text svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
}
.header-new__tfx:hover .header-new__tfx-text svg path, .header-new__tfx:focus .header-new__tfx-text svg path {
  fill: #28E7BD !important;
}

.image {
  margin: 0;
}

.news-header {
  position: relative;
  max-height: 50vw;
  overflow: hidden;
  display: block;
  min-height: 200px;
}

.news-header__info {
  position: absolute;
  bottom: 40px;
  width: 100%;
}
.news-header__info .container {
  max-width: 950px;
  padding: 0 20px;
}
@media screen and (min-width: 728px) {
  .news-header__info .container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .news-header__info {
    left: 0;
  }
}
@media screen and (min-width: 828px) {
  .news-header__info {
    left: 0;
  }
}

.news-header__subtitle {
  float: left;
  clear: left;
  font-style: italic;
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 0 3px;
}

.news-header__title {
  float: left;
  clear: left;
  display: inline-block;
  background: #fff;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  padding: 5px;
}

.news-header__image {
  filter: grayscale(1);
  transition: filter 0.4s ease-in-out;
  width: 100%;
  display: block;
}
.active--view .news-header__image {
  filter: grayscale(0);
}

.news-header__image--desktop {
  display: none;
}
@media screen and (min-width: 767px) {
  .news-header__image--desktop {
    display: block;
  }
}

.news-header__image--mobile {
  display: block;
}
@media screen and (min-width: 767px) {
  .news-header__image--mobile {
    display: none;
  }
}

.page-banner {
  padding: var(--spacing-x2);
}

.page-banner__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  font-family: var(--font-futura-bold);
  margin: 0 var(--spacing) var(--spacing) 0;
  opacity: 1;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transform: translateY(0);
}
@media (min-width: 769px) {
  .page-banner__title {
    font-size: 60px;
    margin-bottom: var(--spacing-x2);
  }
}
.wf-loading .page-banner__title {
  opacity: 0;
  transform: translateY(-3px);
}

.page-banner__subtitle {
  font-size: 20px;
  font-family: var(--font-garamond);
  font-style: italic;
}

.page-banner__description {
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page-banner__description {
    padding: 0 0 10px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .page-banner__description {
    padding: 0 350px 10px 0;
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .page-banner__description {
    padding-bottom: 50px;
  }
}
.page-banner__description > *:last-child {
  margin-bottom: 0;
}

.page-banner__body {
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page-banner__body {
    padding: 0 0 10px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .page-banner__body {
    padding: 0 350px 10px 0;
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .page-banner__body {
    padding-bottom: 50px;
  }
}
.page-banner__body > *:last-child {
  margin-bottom: 0;
}

.post-nav {
  text-align: center;
  padding: 20px 20px 40px;
}
.post-nav a {
  text-decoration: none;
  color: #28e7bd;
}
.post-nav a:hover, .post-nav a:focus {
  color: midnightblue;
}

.post-preview {
  text-decoration: none;
  color: #000;
  transition: none;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
}
.post-preview:hover, .post-preview:focus {
  color: #000;
}
@media screen and (min-width: 728px) {
  .post-preview {
    width: 48.5%;
    margin: 40px 0;
  }
  .post-preview:nth-child(2n) {
    margin-left: 1.5%;
  }
  .post-preview:nth-child(2n+1) {
    margin-right: 1.5%;
  }
}

.post-preview__image {
  display: block;
  margin-bottom: 15px;
}
.post-preview__image img {
  display: block;
  width: 100%;
  filter: grayscale(1);
  transition: filter 0.4s ease-in-out;
}
.active--view .post-preview__image img {
  filter: grayscale(0);
}

.post-preview__title {
  margin-top: 0;
  transition: 0.3s color;
}
a:hover .post-preview__title, a:focus .post-preview__title {
  color: #28E7BD;
}

.post-preview__subtitle {
  margin: 0 0 -5px;
  font-style: italic;
  font-weight: normal;
}

.post-preview__excerpt {
  line-height: 1.5;
}

.post-previews__small-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 950px;
  margin: 0 auto 35px;
  padding: 45px 20px;
}
@media (min-width: 728px) {
  .post-previews__small-wrap {
    padding: 80px 40px;
  }
}

.project-hero {
  display: block;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  container-type: inline-size;
}
.project-hero:has(.project-hero__video), .project-hero:has(.fitvid) {
  max-height: none;
}
.project-hero img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}

.project-hero--single img {
  aspect-ratio: 1/1;
  height: 100%;
  object-fit: cover;
}

.project-hero--double img {
  aspect-ratio: 1/1;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 769px) {
  .project-hero--double {
    grid-row: span 2;
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .project-hero--double .canvasimg-c:first-child {
    height: 100%;
  }
  .project-hero--double img {
    aspect-ratio: auto;
  }
}

.project-hero__text {
  padding: 5px 0 0;
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .project-hero__text {
    padding: var(--spacing-div2) 0 0;
  }
}
.project-hero--full .project-hero__text {
  padding: var(--spacing-div2) var(--spacing) var(--spacing);
}
@media (min-width: 769px) {
  .project-hero--full .project-hero__text {
    padding: var(--spacing-div2) var(--spacing-x2) var(--spacing-x2);
  }
}

.project-hero__title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  display: block;
  transition: all 0.5s ease-in-out;
  font-family: var(--font-futura-bold);
  margin: 0;
}
.project-hero__title em {
  font-family: var(--font-garamond);
}
.project-hero:hover .project-hero__title, .project-hero:focus .project-hero__title {
  color: #28E7BD;
}

.project-hero__subtitle,
.project-hero__title em {
  font-weight: 400;
  font-family: var(--font-garamond);
  font-style: italic;
  transition: all 0.5s ease-in-out;
  color: #000;
  margin: 2px 0 0 var(--spacing-div2);
}
.project-hero:hover .project-hero__subtitle, .project-hero:focus .project-hero__subtitle,
.project-hero:hover .project-hero__title em,
.project-hero:focus .project-hero__title em {
  color: #28E7BD;
}

.project-hero__mute {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: 0.3s opacity ease-in-out;
}
.project-hero:hover .project-hero__mute, .project-hero:focus .project-hero__mute {
  opacity: 1;
}

.project-hero__muted {
  display: none;
}
.project-hero__mute--muted .project-hero__muted {
  display: block;
}

.project-hero__unmuted {
  display: block;
}
.project-hero__mute--muted .project-hero__unmuted {
  display: none;
}

.project-hero__description {
  position: absolute;
  top: var(--spacing-div2);
  left: var(--spacing-div2);
  right: var(--spacing-div2);
  bottom: calc(var(--spacing-div2) + 10px);
  padding: var(--spacing-div2);
  opacity: 0;
  transition: 0.3s opacity ease-in-out;
  background-color: #fff;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
}
@container (min-width: 350px) {
  .project-hero__description {
    top: var(--spacing);
    left: var(--spacing);
    right: var(--spacing);
    bottom: calc(var(--spacing) + 10px);
    padding: var(--spacing);
    font-size: 16px;
  }
}
.project-hero:hover .project-hero__description, .project-hero:focus .project-hero__description {
  opacity: 1;
}

.recent-posts {
  max-width: 980px;
  margin: 0 auto;
  padding: 65px 20px;
}

.recent-posts__title {
  font-size: 48px;
  letter-spacing: -0.3px;
  text-align: center;
  line-height: 58px;
  margin: 0 0 20px;
}
@media screen and (min-width: 728px) {
  .recent-posts__title {
    margin-bottom: 60px;
  }
}

.recent-posts__posts {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.recent-posts__more-link {
  margin: 0 auto;
  text-align: center;
}
.share-buttons {
  padding: 20px 0;
}
@media (min-width: 1100px) {
  .share-buttons {
    text-align: right;
    padding: 10px 15px;
  }
}

.share-buttons__title {
  font-family: "adobe-garamond-pro", georgia, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
  margin: 0 0 15px;
}

.share-buttons__alt-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.share-buttons__items {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.share-buttons__item {
  display: inline-block;
}
@media (min-width: 1100px) {
  .share-buttons__item {
    display: block;
  }
}
.share-buttons__item svg {
  max-height: 20px;
  max-width: 20px;
  margin-right: 15px;
  height: 100%;
  width: 100%;
}
@media (min-width: 1100px) {
  .share-buttons__item svg {
    margin: 8px 0;
  }
}
.share-buttons__item path {
  transition: fill 0.3s;
  fill: #000;
}
.share-buttons__item a:hover path,
.share-buttons__item a:focus path {
  fill: #28e7bd;
}

.share-buttons__link {
  display: block;
}

.single-content {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
}
@media (min-width: 1100px) {
  .single-content {
    margin-top: 65px;
  }
}

.single-content__post-meta {
  padding: 20px;
  margin: 0 20px;
}
@media (min-width: 1100px) {
  .single-content__post-meta {
    padding: 0 0 30px;
  }
}

.single-content__content {
  padding: 0 20px;
  margin-top: 15px;
}
@media (min-width: 1100px) {
  .single-content__content {
    padding: 0;
    margin-top: 30px;
  }
}

.single-content__title {
  font-family: "Futura-Bold", sans-serif;
  font-size: 48px;
  color: #fff;
  letter-spacing: -0.3px;
  line-height: 60px;
  background: #000;
  display: inline;
  padding: 8px;
  margin: 0;
}

.single-content__author {
  margin-top: 30px;
}

.single-content__author,
.single-content__author-title {
  font-family: "adobe-garamond-pro", georgia;
  font-size: 18px;
  color: #A8A8A8;
  line-height: 22px;
  font-style: italic;
}

@media (min-width: 1100px) {
  .single-content__share {
    position: absolute;
    top: 0;
    left: -120px;
    width: 100px;
  }
  .single-post .single-content__share {
    top: 120px;
    right: -150px;
    left: auto;
  }
}

.single-title {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
.single-title a {
  text-decoration: none;
}

.page-template-template-contact .social-icons {
  display: block;
  justify-content: flex-end;
  margin-top: 20px;
  float: left;
  width: 100%;
}

.social-icons__items {
  list-style-type: none;
  margin: 0 0 40px;
  padding: 0;
  display: flex;
  align-content: flex-start;
}
@media screen and (min-width: 728px) {
  .footer .social-icons__items {
    margin-bottom: 0;
  }
}

.social-icons__item {
  margin-right: 20px;
}
@media screen and (min-width: 728px) {
  .social-icons__item {
    margin-right: 40px;
  }
}
.social-icons__item:last-child {
  margin-right: 0;
}

.social-icons__link {
  display: block;
  font-size: 22px;
  color: #000;
  text-decoration: none;
  transition: 0.25s;
}
.social-icons__link:hover, .social-icons__link:focus {
  color: #28e7bd;
}

.social-icons__icon-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.jumbo .tax-archive__title {
  padding: 0 0 20px;
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .jumbo .tax-archive__title {
    font-size: 55px;
    padding: 80px 0 20px;
  }
}
@media screen and (min-width: 1440px) {
  .jumbo .tax-archive__title {
    font-size: 90px;
    padding: 110px 0 40px;
  }
}

.tax-archive__description {
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .tax-archive__description {
    padding: 0 0 10px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .tax-archive__description {
    padding: 0 350px 10px 0;
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .tax-archive__description {
    padding-bottom: 50px;
  }
}
.tax-archive__description > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .tax-archive__no-image {
    background: #000;
    height: 500px;
  }
  body.blog .tax-archive__no-image {
    height: 365px;
  }
}
@media screen and (min-width: 1440px) {
  .tax-archive__no-image {
    height: 50vw;
    max-height: 695px;
  }
}

.tax-archive__small-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background: #fff;
}

.tax-archive__item--hero {
  position: relative;
}
.tax-archive__item--hero img {
  width: 100%;
  display: block;
}

.tax-archive__classified-image {
  display: block;
}

.tax-archive__item--small {
  width: 33.33%;
  overflow: hidden;
  flex-flow: row wrap;
  position: relative;
}
@media screen and (max-width: 992px) {
  .tax-archive__item--small {
    width: 50%;
  }
}
.tax-archive__item--small:hover img, .tax-archive__item--small:focus img {
  filter: grayscale(0);
}
.tax-archive__item--small img {
  width: 100%;
  display: block;
  filter: grayscale(1);
  transition: all 0.5s ease-in-out;
}

.tax-archive__project-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  opacity: 0;
  transition: 0.3s opacity;
}
.tax-archive__item:hover .tax-archive__project-info, .tax-archive__item:focus .tax-archive__project-info {
  opacity: 1;
}

.tax-archive__project-title {
  float: left;
  display: inline-block;
  background: #fff;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  padding: 5px;
}

.tax-archive__product-subtitle {
  float: left;
  clear: left;
  font-style: italic;
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 0 3px;
}

.text-image {
  background: #000;
  color: #fff;
}
@media screen and (min-width: 728px) {
  .text-image {
    display: flex;
    min-height: 720px;
  }
}
.text-image--white {
  background: #fff;
  color: #000;
}

@media screen and (min-width: 728px) {
  .text-image--left {
    flex-direction: row-reverse;
  }
}

.text-image__column {
  flex-grow: 1;
  flex-basis: 0;
}

.text-image__column--text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.text-image__text {
  padding: 40px 20px;
}
@media screen and (min-width: 1246px) {
  .text-image__text {
    padding: 20%;
  }
}

.text-image__title {
  font-size: 48px;
  margin: 0 0 30px;
  line-height: 1.1;
}

.text-image__description {
  font-size: 18px;
  line-height: 1.5;
}

.text-image__column--image {
  background-size: cover;
}

.text-image__image {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}

.the-content .alignwide {
  margin: 40px 0;
  max-width: 100%;
}
@media (min-width: 840px) {
  .the-content .alignwide {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
  }
}
@media (min-width: 1246px) {
  .the-content .alignwide {
    max-width: 1246px;
    margin: 128px -174px;
  }
}
.the-content .alignfull {
  margin: 40px 0;
}
.the-content .alignfull:first-child {
  margin-top: 0;
}
.the-content .alignfull:last-child {
  margin-bottom: 0;
}
@media (min-width: 840px) {
  .the-content .alignfull {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
  }
}
@media (min-width: 1440px) {
  .the-content .alignfull {
    margin: 128px -270px;
  }
}
.the-content .alignfull + .alignfull {
  margin-top: -40px;
}
@media (min-width: 1440px) {
  .the-content .alignfull + .alignfull {
    margin-top: -128px;
  }
}
.the-content h2,
.the-content h3 {
  letter-spacing: -0.3px;
  line-height: 1.2;
  margin: 0 auto 40px;
  max-width: 730px;
}
@media (min-width: 1100px) {
  .the-content h2,
.the-content h3 {
    margin-bottom: 65px;
  }
}
.the-content h2.no-margin,
.the-content h3.no-margin {
  margin-bottom: 0;
}
.the-content .wp-block-column h2,
.the-content .wp-block-column h3 {
  margin-bottom: 15px;
}
.the-content h2 {
  font-size: 36px;
}
@media (min-width: 1100px) {
  .the-content h2 {
    font-size: 48px;
  }
}
.the-content h3 {
  font-size: 32px;
}
@media (min-width: 1100px) {
  .the-content h3 {
    font-size: 36px;
  }
}
.the-content p {
  margin-bottom: 25px;
}
.the-content > p {
  padding-right: 20px;
  padding-left: 20px;
}
.the-content > .wp-block-columns {
  padding-right: 20px;
  padding-left: 20px;
}
.the-content > .wp-block-quote, .text-image .the-content > blockquote {
  margin: 40px 0 0;
}
@media (min-width: 1246px) {
  .the-content > .wp-block-quote, .text-image .the-content > blockquote {
    margin-top: 128px;
  }
}
.has-medium-font-size {
  line-height: 1.5;
}

.three-up-block {
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .three-up-block {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.three-up-block .container {
  max-width: 1230px;
}

@media screen and (min-width: 1024px) {
  .three-up-block__text {
    display: flex;
    justify-content: space-between;
    padding-bottom: 90px;
  }
}

.three-up-block__title {
  font-size: 48px;
  line-height: 1.3;
  margin-top: 0;
  max-width: 575px;
}
@media screen and (min-width: 1024px) {
  .three-up-block__title {
    font-size: 54px;
    width: 50%;
    padding-right: 30px;
  }
}
.three-up-block__title strong {
  color: #28E7BD;
}

.three-up-block__body {
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .three-up-block__body {
    font-size: 24px;
    width: 50%;
    padding-left: 30px;
  }
}
.three-up-block__body em {
  font-family: "adobe-garamond-pro", georgia;
}

.three-up-block__more {
  margin-bottom: 20px;
  display: inline-block;
}

.three-up-block__hr {
  border-bottom: 1px solid #ccc;
  max-width: 1000px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1024px) {
  .three-up-block__hr {
    margin-bottom: 65px;
  }
}

.three-up-block__hr--last {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .three-up-block__sections {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 75px;
  }
}

.three-up-block__section {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .three-up-block__section {
    width: calc((100% - 100px) / 3);
  }
  .three-up-block__section:last-child {
    margin-right: 0;
  }
}

.three-up-block__icon {
  max-width: 48px;
  top: -8px;
  margin-right: 8px;
  position: relative;
  width: 100%;
  text-align: center;
}

.three-up-block__section-text {
  width: 90%;
  margin-left: 8px;
}

.three-up-block__section-title {
  margin: 0 0 10px;
}

.three-up-block__description {
  margin-bottom: 0;
}

.three-up-block__section-more {
  margin-top: 20px;
  display: inline-block;
}

.three-up-block__link {
  color: #000;
  text-decoration: none;
}
.three-up-block__link:hover, .three-up-block__link:focus {
  color: #28E7BD;
}

.three-up-block__link--active {
  color: #28E7BD;
}

.three-up-header__title {
  font-size: 48px;
  line-height: 1.3;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .three-up-header__title {
    margin-top: 90px;
  }
}
.three-up-header__title strong {
  color: #28E7BD;
}

@media screen and (min-width: 1024px) {
  .three-up-header__sections {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 75px;
  }
}

@media screen and (min-width: 1024px) {
  .three-up-header__section {
    width: calc((100% - 100px) / 3);
    display: flex;
  }
  .three-up-header__section:last-child {
    margin-right: 0;
  }
}

.three-up-header__icon {
  max-width: 48px;
  top: -8px;
  margin-right: 8px;
  position: relative;
}

.three-up-header__section-text {
  width: 90%;
  margin-left: 8px;
}

.three-up-header__section-title {
  margin: 0 0 10px;
}

.three-up-header__description {
  margin-bottom: 0;
}

.three-up-header__link {
  color: #000;
  text-decoration: none;
}
.three-up-header__link:hover, .three-up-header__link:focus {
  color: #28E7BD;
}

.three-up-header__link--active {
  color: #28E7BD;
}

.three-up-title {
  padding-top: 40px;
}
@media (min-width: 1100px) {
  .three-up-title {
    padding-top: 130px;
  }
}

.three-up-title__text {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1100px) {
  .three-up-title__share {
    position: absolute;
    top: -10px;
    left: -120px;
    width: 100px;
  }
}

.work-archive {
  display: grid;
  padding: var(--spacing-div2);
  background: #fff;
  grid-template: auto/1fr;
  grid-gap: var(--spacing);
  margin-bottom: var(--spacing);
}
@media screen and (min-width: 550px) {
  .work-archive {
    grid-template: auto/1fr 1fr;
  }
}
@media (min-width: 769px) {
  .work-archive {
    padding-left: var(--spacing-x2);
    padding-right: var(--spacing-x2);
    margin-bottom: var(--spacing-x4);
  }
}
@media screen and (min-width: 950px) {
  .work-archive {
    grid-template: auto/1fr 1fr 1fr;
  }
}

.work-landing-archive {
  display: grid;
  padding: var(--spacing-div2);
  background: #fff;
  grid-template: auto/1fr;
  grid-gap: var(--spacing);
  margin-bottom: var(--spacing);
}
@media screen and (min-width: 550px) {
  .work-landing-archive {
    grid-template: auto/1fr 1fr;
  }
}
@media (min-width: 769px) {
  .work-landing-archive {
    padding-left: var(--spacing-x2);
    padding-right: var(--spacing-x2);
    margin-bottom: var(--spacing-x4);
  }
}
@media screen and (min-width: 950px) {
  .work-landing-archive {
    grid-template: auto/1fr 1fr 1fr;
  }
}

.work-grid-item {
  overflow: hidden;
  position: relative;
}
.work-grid-item:hover img, .work-grid-item:focus img {
  filter: grayscale(0);
}
.work-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(1);
  transition: all 0.5s ease-in-out;
}

.work-grid-item__info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  transition: 0.3s opacity, 0.3s color;
  color: #000;
  padding: 5px;
  transition: max-height 0.7s ease-in-out;
  max-height: auto;
}
@media screen and (min-width: 600px) {
  .work-grid-item__info {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}
.work-grid-item--has-description:hover .work-grid-item__info, .work-grid-item--has-description:focus .work-grid-item__info {
  color: #28E7BD;
  background-color: #fff;
  max-height: calc(100% - 40px);
}

.work-grid-item-title {
  display: inline;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 5px;
}
@media screen and (min-width: 600px) {
  .work-grid-item-title {
    font-size: 24px;
  }
}

.work-grid-item__subtitle {
  float: left;
  clear: left;
  font-style: italic;
  font-size: 14px;
  background: #fff;
  padding: 0 3px;
}
@media screen and (min-width: 600px) {
  .work-grid-item__subtitle {
    font-size: 18px;
  }
}

.work-grid-item__description {
  padding: 10px 5px 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 700px) {
  .work-grid-item__description {
    font-size: 18px;
  }
}

.work-grid-item__slide-up {
  clear: both;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease-in-out;
}
.work-grid-item:hover .work-grid-item__slide-up, .work-grid-item:focus .work-grid-item__slide-up {
  max-height: 99999px;
  color: #000;
}

.work-grid-item__categories {
  list-style: none;
  padding: 10px 5px 0;
  margin: 0;
}

.work-grid-item__category {
  display: inline-block;
  font-family: "adobe-garamond-pro", georgia;
}
.work-grid-item__category::after {
  content: " / ";
}
.work-grid-item__category:last-child::after {
  content: "";
}

.tfx {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.the-content .tfx__title, .tfx__title {
  max-width: none;
  text-align: center;
  font-size: 24px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .the-content .tfx__title, .tfx__title {
    font-size: 40px;
  }
}

.tfx__logo {
  max-width: 100px;
  width: 100%;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .tfx__logo {
    margin-bottom: 100px;
    max-width: 300px;
  }
}

.tfx__video {
  width: 100%;
  aspect-ratio: 16/9;
}

.tfx__content {
  max-width: 500px;
  margin: 20px auto;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .tfx__content {
    margin-bottom: 60px;
    margin-top: 60px;
    font-size: 24px;
  }
}

.tfx__website {
  font-size: 20px;
  margin: 20px auto 0;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .jumbo h1 {
    font-size: 40px;
  }
  .jumbo h1 br {
    display: none;
  }
}
a.plus-link, a.block-featured-studies__more-link, a.block-partners__more-link, a.category-browser__more-link, .recent-posts__more-link a, a.text-image__link,
button.plus-link,
button.block-featured-studies__more-link,
button.block-partners__more-link,
button.category-browser__more-link,
button.text-image__link,
.plus-link a,
.block-featured-studies__more-link a,
.block-partners__more-link a,
.category-browser__more-link a,
.text-image__link a {
  font-weight: 700;
  font-size: 24px;
  color: #28E7BD;
  line-height: 28px;
  text-decoration: none;
}
a.plus-link:visited, a.block-featured-studies__more-link:visited, a.block-partners__more-link:visited, a.category-browser__more-link:visited, .recent-posts__more-link a:visited, a.text-image__link:visited,
button.plus-link:visited,
button.block-featured-studies__more-link:visited,
button.block-partners__more-link:visited,
button.category-browser__more-link:visited,
button.text-image__link:visited,
.plus-link a:visited,
.block-featured-studies__more-link a:visited,
.block-partners__more-link a:visited,
.category-browser__more-link a:visited,
.text-image__link a:visited {
  color: #28E7BD;
}
a.plus-link::before, a.block-featured-studies__more-link::before, a.block-partners__more-link::before, a.category-browser__more-link::before, .recent-posts__more-link a::before, a.text-image__link::before,
button.plus-link::before,
button.block-featured-studies__more-link::before,
button.block-partners__more-link::before,
button.category-browser__more-link::before,
button.text-image__link::before,
.plus-link a::before,
.block-featured-studies__more-link a::before,
.block-partners__more-link a::before,
.category-browser__more-link a::before,
.text-image__link a::before {
  content: "+ ";
}

.minus-link {
  font-weight: 700;
  font-size: 24px;
  color: #28E7BD;
  line-height: 28px;
  text-decoration: none;
}
.minus-link:visited {
  color: #28E7BD;
}
.minus-link::before {
  content: "- ";
}

a.arrow-link,
button.arrow-link,
.arrow-link a {
  font-weight: 700;
  font-size: 24px;
  color: #28E7BD;
  line-height: 28px;
  text-decoration: none;
}
a.arrow-link:visited,
button.arrow-link:visited,
.arrow-link a:visited {
  color: #28E7BD;
}
a.arrow-link::after,
button.arrow-link::after,
.arrow-link a::after {
  content: " >";
}

@media screen and (max-width: 768px) {
  .jumboc--archive {
    min-height: 0;
    max-height: none;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .jumboc--archive {
    min-height: 530px;
  }
}
@media screen and (min-width: 1440px) {
  .jumboc--archive {
    top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .jumbo--archive {
    min-height: 0;
    max-height: none;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .jumbo--archive {
    padding: 40px;
    margin: 0 50px;
    min-height: 460px;
  }
}
@media screen and (min-width: 1440px) {
  .jumbo--archive {
    margin: 0 65px;
    min-height: 585px;
  }
  body.blog .jumbo--archive {
    min-height: 460px;
  }
}

@media screen and (max-width: 768px) {
  .jumbo--three-up {
    min-height: 0;
    max-height: none;
    height: auto;
    padding-top: 65px;
  }
}
@media screen and (min-width: 769px) {
  .jumbo--three-up {
    padding: 65px;
    margin: 0 50px;
  }
}
@media screen and (min-width: 1440px) {
  .jumbo--three-up {
    margin: 0 50px;
  }
}

@media screen and (min-width: 768px) {
  .archive .header, .blog .header {
    padding: 0 90px;
  }
}
@media screen and (min-width: 1440px) {
  .archive .header, .blog .header {
    padding: 0 115px;
  }
}

.fadeOnMenu.fade {
  opacity: 0.3;
}

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Default */
  height: 0;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrap--3-2 {
  padding-bottom: 66.6666666667%;
}

.has-black-background-color h3 a {
  text-decoration: none;
}

.hidden-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}