@charset "UTF-8";
/*!
Theme Name: EMDASH
Theme URI: http://eekanomic.com/themes/trilogy.zip
Description: a custom theme for EMDASH
Version: 1.0
Author: eekanomic
Author URI: https://eekanomic.com
Tags: custom and handcrafted
*/
/**
 * Source: http://matthewlein.com/ceaser/
 **/
@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

svg * {
  transform-box: fill-box; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  font-family: 'neue-haas-unica', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #1F1F1F;
  background-color: #fffcf9;
  overflow-x: hidden; }

h1, h2, h3, h4, h5 {
  font-family: 'neue-haas-unica', sans-serif;
  color: inherit;
  line-height: 1em; }

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

p {
  font-size: 1.1em; }

ul {
  padding-left: 1em; }

li {
  list-style-type: "\2014";
  padding-left: .5em;
  font-size: 1.1em; }
  li:first-child::marker {
    color: #FD411E; }

li::marker {
  color: transparent; }

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

strong, b {
  font-weight: 600 !important; }

.orange {
  color: #FD411E; }

.regular {
  font-weight: 300; }

.medium {
  font-weight: 500; }

.bold {
  font-weight: 600; }

.black {
  font-weight: 800;
  color: #1F1F1F; }

.grey {
  color: #858585; }

.basepage {
  position: relative;
  display: inline-block;
  margin: auto;
  width: 100%;
  padding: 3em;
  background-color: #fffcf9; }

.content {
  position: relative; }

.logo {
  position: relative;
  width: 90px;
  height: 34px;
  margin-bottom: 1em;
  margin-left: .75rem; }
  .logo svg path, .logo svg rect {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s; }
  .logo svg #dash {
    fill: #FD411E; }
  .logo svg #word {
    fill: #1F1F1F; }
  .logo:hover #word {
    fill: #FD411E; }
  .logo:hover #dash {
    fill: #1F1F1F; }
  .logo a {
    display: inline-block;
    width: 100%;
    height: 100%; }

.light-logo-text .topmenu .logo svg #dash {
  fill: #FD411E; }

.light-logo-text .topmenu .logo svg #word {
  fill: white; }

.light-logo-text .topmenu .logo:hover #word {
  fill: #FD411E; }

.light-logo-text .topmenu .logo:hover #dash {
  fill: white; }

.emdash {
  color: #FD411E !important;
  font-weight: 600; }

.top-lg-m {
  margin-top: 20vh; }

.top-med-m {
  margin-top: 10vh; }

.top-sml-m {
  margin-top: 5vh; }

.top-xsml-m {
  margin-top: 2vh; }

.top-none-m {
  margin-top: 0; }

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

.big {
  font-size: 2.5em;
  line-height: 1.4em; }

#my-nav {
  display: none; }

.dimmer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none !important; }
  .dimmer.active {
    opacity: 1;
    filter: alpha(opacity=100);
    pointer-events: all !important; }

.black-bar {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 30px;
  background-color: #1F1F1F;
  margin-bottom: -5px;
  padding-bottom: 0;
  display: none; }

@media screen and (min-width: 0) and (max-width: 767px) {
  .basepage {
    padding: .5em;
    padding-top: 1em; }
  .top-lg-m {
    margin-top: 10vh; }
  .top-med-m {
    margin-top: 5vh; }
  .top-sml-m {
    margin-top: 2vh; }
  .dimmer {
    top: -2em; }
  .cta-panel {
    margin-left: -0.5em;
    margin-right: -0.5em;
    width: calc( 100% + 1em); } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .basepage {
    padding: 1em; }
  .top-lg-m {
    margin-top: 10vh; }
  .top-med-m {
    margin-top: 5vh; }
  .top-sml-m {
    margin-top: 2vh; }
  .cta-panel {
    margin-left: -1em;
    margin-right: -1em;
    width: calc( 100% + 2em); } }

@media screen and (min-width: 1024px) and (max-width: 1319px) {
  .basepage {
    padding: 2em; }
  .top-lg-m {
    margin-top: 16vh; }
  .top-med-m {
    margin-top: 8vh; }
  .top-sml-m {
    margin-top: 4vh; }
  .cta-panel {
    margin-left: -2em;
    margin-right: -2em;
    width: calc( 100% + 4em); } }

@media screen and (min-width: 1921px) {
  .logo {
    width: 110px;
    height: 35px; }
  h2 {
    line-height: 1.2em; }
  li {
    font-size: 1.25em; } }

h2 {
  font-size: 7em;
  font-weight: 400; }

.words {
  position: relative;
  height: 7em;
  line-height: 7em; }

.word {
  position: absolute;
  opacity: 0;
  font-size: 7em;
  font-weight: 600;
  white-space: nowrap; }
  .word.active {
    opacity: 1; }

.hero-bg,
.hero-bg-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105vh;
  background: #fffcf9 url("") center center no-repeat;
  background-size: cover;
  z-index: 0; }

.hero-bg-mobile {
  display: none; }

.light-logo-text .hero-panel {
  color: white; }

.hero-panel {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 85vh;
  padding-bottom: 10vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .hero-panel .inner {
    width: 100%; }
  .hero-panel h2 {
    font-weight: 400; }
  .hero-panel p {
    position: absolute;
    bottom: 0;
    font-size: 1.25em;
    line-height: 1.25em; }
  .hero-panel .scroll-indicator {
    position: absolute;
    right: 0;
    bottom: 2em;
    font-size: 1em;
    padding-right: 1em;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
    .hero-panel .scroll-indicator:after {
      content: "\2014";
      font-weight: 800;
      margin-left: .25em;
      color: #FD411E;
      -webkit-animation: blink 2.2s infinite forwards;
      animation: blink 2.2s infinite forwards; }

@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes blink {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.intro-panel h2 {
  font-size: 6em;
  line-height: 2em; }

.intro-panel p {
  font-size: 2.5em;
  line-height: 1.3em; }

.intro-panel img {
  width: 100%; }

.intro-panel video {
  width: 70%; }

.intro-panel .cols p {
  font-size: unset;
  line-height: unset; }

.sub-intro p {
  width: 35%;
  font-size: 1.15em; }

.sml-intro p {
  font-size: 1.15em; }

.sml-copy .col:last-of-type {
  padding-left: 3em; }

.sml-copy p {
  font-size: 1.15em; }

body .content .cta-panel {
  background-color: #f1ebe3;
  min-height: 80vh;
  width: 100%;
  width: calc( 100% + 6em);
  margin-left: -3em;
  margin-right: -3em;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  body .content .cta-panel .row {
    width: 100%; }
  body .content .cta-panel h2 {
    font-size: 6em;
    text-align: left;
    margin-bottom: .25em; }
  body .content .cta-panel h3 {
    width: 100%;
    text-align: left;
    margin-bottom: .5em;
    font-weight: 400;
    font-size: 3em;
    line-height: 1em; }
  body .content .cta-panel a {
    font-size: 1.3em;
    font-weight: 500;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
    body .content .cta-panel a:before {
      content: "\2014";
      margin-right: .5em;
      font-weight: 600;
      color: #FD411E; }
    body .content .cta-panel a:after {
      content: "\2014";
      opacity: 0;
      font-weight: 800;
      margin-left: .25em; }
    body .content .cta-panel a:hover {
      color: #FD411E;
      margin-left: -1em; }
      body .content .cta-panel a:hover:before {
        -webkit-animation: fadeout .4s .3s 1 forwards;
        animation: fadeout .4s .3s 1 forwards; }
      body .content .cta-panel a:hover:after {
        color: #FD411E;
        -webkit-animation: fadein .4s .3s 1 forwards;
        animation: fadein .4s .3s 1 forwards; }

.orgs-panel h2 {
  font-size: 6em; }

@media screen and (min-width: 0) and (max-width: 767px) {
  h2,
  .big {
    font-size: 2em; }
  .orgs-panel h2,
  .cta-panel h2 {
    font-size: 2em; }
  .words {
    height: 2em;
    line-height: 2em;
    margin: .2em 0; }
  .word {
    font-size: 2em; }
  .hero-panel {
    height: 65vh; }
    .hero-panel br {
      display: none; }
  .hero-bg {
    height: 80vh; }
  .scroll-indicator {
    display: none; }
  .intro-panel h2 {
    font-size: 2em; }
  .intro-panel p {
    font-size: 1.2em;
    line-height: 1.4em; }
  .intro-panel .copy {
    font-size: 1.4em;
    line-height: 1em; }
  .sub-intro p {
    width: 100%;
    font-size: 1.15em; }
  .sml-intro p {
    font-size: 1.15em; }
  body .content .cta-panel {
    min-height: 40vh;
    padding-left: 1rem;
    padding-right: 1rem; }
    body .content .cta-panel h2 {
      padding-right: 30%;
      font-size: 2em; }
    body .content .cta-panel h3 {
      font-size: 2em !important;
      padding-top: 0 !important; } }

@media screen and (min-width: 1024px) and (max-width: 1319px) {
  body .content .cta-panel {
    margin-left: -2em;
    margin-right: -2em;
    width: calc( 100% + 4em);
    padding-left: 1.75rem;
    padding-right: 1.75rem; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  body .content .cta-panel {
    margin-left: -1em;
    margin-right: -1em;
    width: calc( 100% + 2em);
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media screen and (min-width: 1023px) {
  .basepage {
    overflow-x: initial; } }

@media screen and (min-width: 0) and (max-width: 767px) {
  body .content .cta-panel {
    margin-left: -0.5em;
    margin-right: -0.5em;
    width: calc( 100% + 1em); } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  h2 {
    font-size: 5em; }
  .orgs-panel h2 {
    font-size: 5em; }
  .words {
    height: 6.5em;
    line-height: 6.5em; }
  .word {
    font-size: 5em; }
  .intro-panel p,
  .intro-panel ul {
    font-size: 1.4em;
    line-height: 1.5em; }
  .hero-panel {
    height: 65vh; }
  .hero-bg {
    height: 80vh; }
  .sub-intro p {
    width: 100%;
    font-size: 1.15em; }
  .sml-intro p {
    font-size: 1.15em; }
  .scroll-indicator {
    font-size: 1.3em !important; }
  body .content .cta-panel {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    body .content .cta-panel h2 {
      font-size: 5em; }
    body .content .cta-panel h3 {
      font-size: 2em !important;
      padding-top: 0 !important; } }

@media screen and (min-width: 1600px) and (max-width: 1920px) {
  body .content .cta-panel {
    padding-left: 2.5rem;
    padding-right: 2.75rem; } }

@media screen and (min-width: 1921px) {
  h2 {
    font-size: 9em; }
  .orgs-panel h2 {
    font-size: 6em; }
  body .content .cta-panel {
    padding-left: 2.5rem;
    padding-right: 2.75rem; }
    body .content .cta-panel h2 {
      width: 90%;
      line-height: 1em;
      font-size: 6em; }
    body .content .cta-panel h3 {
      font-size: 3.5em;
      line-height: 1.3em; }
  p {
    font-size: 1.5em; }
  .hero-panel h2 {
    font-size: 9em; }
  .hero-panel p {
    font-size: 1.75em; }
  .hero-panel .scroll-indicator {
    font-size: 1.5em; }
  .words {
    height: 9em;
    line-height: 9em; }
  .word {
    font-size: 9em; }
  .intro-panel p {
    font-size: 3.5em;
    line-height: 1.3em; }
  .intro-panel .cols p {
    font-size: 1.5em; }
  .sub-intro p {
    font-size: 1.5em; }
  .sml-intro p {
    font-size: 1.5em; } }

.light-menu .topmenu:not(.stuck) .menu a {
  color: white !important; }

.light-menu .topmenu:not(.stuck) .menu button {
  color: white !important; }

.light-menu .topmenu:not(.stuck) .menu .hamburger svg path {
  stroke: white; }

.stickytopmenu {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 2.75em;
  padding-top: 2.5em;
  padding-bottom: 1em;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }
  .stickytopmenu.stuck {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
    .stickytopmenu.stuck .stuckbg {
      opacity: 1;
      filter: alpha(opacity=100); }
  .stickytopmenu .stuckbg {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 115px;
    background-color: #fffcf9;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
    filter: alpha(opacity=0); }

.topmenu {
  position: relative;
  z-index: 1;
  background-color: none !important;
  padding-top: 1em; }

.topmenu .menu, .stickytopmenu .menu, .menu-overlay .menu {
  position: relative;
  background-color: transparent !important;
  z-index: 1; }
  .topmenu .menu .hamburger button, .topmenu .menu .close button, .stickytopmenu .menu .hamburger button, .stickytopmenu .menu .close button, .menu-overlay .menu .hamburger button, .menu-overlay .menu .close button {
    line-height: 34px !important;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
    color: #1F1F1F;
    vertical-align: top; }
  .topmenu .menu .close, .stickytopmenu .menu .close, .menu-overlay .menu .close {
    margin-top: -5px; }
  .topmenu .menu a, .stickytopmenu .menu a, .menu-overlay .menu a {
    display: inline-block;
    font-size: 1.1em;
    line-height: 2em;
    font-weight: 500;
    color: #1F1F1F; }
    .topmenu .menu a button, .stickytopmenu .menu a button, .menu-overlay .menu a button {
      background: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none;
      outline: none;
      margin-left: 1.25em;
      color: #1F1F1F;
      vertical-align: top;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -ms-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.4s;
      -moz-transition-duration: 0.4s;
      -ms-transition-duration: 0.4s;
      -o-transition-duration: 0.4s;
      transition-duration: 0.4s; }
      .topmenu .menu a button:after, .stickytopmenu .menu a button:after, .menu-overlay .menu a button:after {
        content: "\2014";
        opacity: 0;
        font-weight: 800;
        margin-left: .25em; }
      .topmenu .menu a button:hover, .stickytopmenu .menu a button:hover, .menu-overlay .menu a button:hover {
        color: #FD411E;
        -webkit-transform: translateX(-0.5em);
        -moz-transform: translateX(-0.5em);
        -ms-transform: translateX(-0.5em);
        -o-transform: translateX(-0.5em);
        transform: translateX(-0.5em); }
        .topmenu .menu a button:hover:after, .stickytopmenu .menu a button:hover:after, .menu-overlay .menu a button:hover:after {
          color: #FD411E;
          -webkit-animation: fadein .4s .3s 1 forwards;
          animation: fadein .4s .3s 1 forwards; }

@media screen and (min-width: 0) and (max-width: 767px) {
  .topmenu.stuck, .stickytopmenu.stuck, .menu-overlay.stuck {
    padding: 1.2em; }
  .topmenu .stuckbg, .stickytopmenu .stuckbg, .menu-overlay .stuckbg {
    height: 70px; }
  .topmenu .menu, .stickytopmenu .menu, .menu-overlay .menu {
    margin-top: -5px; }
  .topmenu .menu a, .stickytopmenu .menu a, .menu-overlay .menu a {
    line-height: 1em;
    width: 100%; }
  .topmenu .menu a button:after, .stickytopmenu .menu a button:after, .menu-overlay .menu a button:after {
    display: none; }
  .topmenu .menu .items, .stickytopmenu .menu .items, .menu-overlay .menu .items {
    display: none !important; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .topmenu.stuck, .stickytopmenu.stuck, .menu-overlay.stuck {
    padding: 1.1em 1.5em; }
  .topmenu .stuckbg, .stickytopmenu .stuckbg, .menu-overlay .stuckbg {
    height: 70px; }
  .topmenu .menu a button:after, .stickytopmenu .menu a button:after, .menu-overlay .menu a button:after {
    display: none; }
  .topmenu .menu .items, .stickytopmenu .menu .items, .menu-overlay .menu .items {
    display: none !important; } }

@media screen and (min-width: 1024px) and (max-width: 1319px) {
  .topmenu.stuck, .stickytopmenu.stuck, .menu-overlay.stuck {
    padding: 2em; }
  .topmenu .stuckbg, .stickytopmenu .stuckbg, .menu-overlay .stuckbg {
    height: 90px; }
  .topmenu .menu, .stickytopmenu .menu, .menu-overlay .menu {
    margin-top: -5px; }
  .topmenu .menu .items, .stickytopmenu .menu .items, .menu-overlay .menu .items {
    display: none !important; } }

@media screen and (min-width: 1320px) and (max-width: 1599px) {
  .topmenu .menu .hamburger, .stickytopmenu .menu .hamburger, .menu-overlay .menu .hamburger {
    display: none !important; } }

@media screen and (min-width: 1600px) and (max-width: 1920px) {
  .topmenu .menu .hamburger, .stickytopmenu .menu .hamburger, .menu-overlay .menu .hamburger {
    display: none !important; } }

@media screen and (min-width: 1921px) {
  .topmenu .menu a, .stickytopmenu .menu a, .menu-overlay .menu a {
    font-size: 1.5em;
    line-height: 1.65em; }
  .topmenu .menu .hamburger, .stickytopmenu .menu .hamburger, .menu-overlay .menu .hamburger {
    display: none !important; } }

.menu-overlay {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1F1F1F;
  z-index: 110;
  padding: 3em;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  overflow-y: scroll;
  overflow-x: hidden;
  overscroll-behavior-y: contain;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s; }
  .menu-overlay.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .menu-overlay .logo svg #dash {
    fill: #FD411E; }
  .menu-overlay .logo svg #word {
    fill: white; }
  .menu-overlay .logo:hover #word {
    fill: #FD411E; }
  .menu-overlay .logo:hover #dash {
    fill: white; }
  .menu-overlay .big-list {
    margin-top: 2em; }
    .menu-overlay .big-list a {
      display: block;
      font-size: 7em;
      line-height: 1em;
      font-weight: 500;
      color: white; }
      .menu-overlay .big-list a button {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        outline: none;
        color: white;
        vertical-align: top;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -ms-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -ms-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s; }
        .menu-overlay .big-list a button:after {
          content: "\2014";
          opacity: 0;
          font-weight: 800;
          margin-left: .25em; }
        .menu-overlay .big-list a button:hover {
          color: #FD411E; }
          .menu-overlay .big-list a button:hover:after {
            color: #FD411E;
            -webkit-animation: fadein .4s .3s 1 forwards;
            animation: fadein .4s .3s 1 forwards; }
  .menu-overlay .social, .menu-overlay .more {
    margin-top: 6em;
    font-weight: normal;
    color: white; }
    .menu-overlay .social h3, .menu-overlay .more h3 {
      font-size: 2em;
      font-weight: normal;
      color: #FD411E;
      margin-bottom: .5em; }
    .menu-overlay .social a, .menu-overlay .more a {
      display: block; }
  @media screen and (min-width: 0) and (max-width: 767px) {
    .menu-overlay {
      padding: 1em; }
      .menu-overlay .menu {
        margin-top: -5px; }
      .menu-overlay .menu a {
        line-height: 1em;
        width: 100%; }
      .menu-overlay .menu a button:after {
        display: none; }
      .menu-overlay .big-list a {
        font-size: 2.5em;
        line-height: 1.2em; }
      .menu-overlay .social, .menu-overlay .more {
        margin-top: 4em; }
      .menu-overlay .social h3, .menu-overlay .more h3 {
        font-size: 1.25em; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .menu-overlay .menu a button:after {
      display: none; }
    .menu-overlay .big-list a {
      font-size: 5em;
      line-height: 1.2em; }
    .menu-overlay .social, .menu-overlay .more {
      margin-top: 20vh; } }
  @media screen and (min-width: 1024px) and (max-width: 1319px) {
    .menu-overlay .menu a button:after {
      display: none; }
    .menu-overlay .big-list a {
      font-size: 4em;
      line-height: 1.2em; } }
  @media screen and (min-width: 1600px) and (max-width: 1920px) {
    .menu-overlay .big-list a {
      font-size: 7em; } }
  @media screen and (min-width: 1921px) {
    .menu-overlay .social, .menu-overlay .more {
      margin-top: 6em; }
    .menu-overlay .big-list a {
      font-size: 9em; } }

.contact-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 515;
  pointer-events: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transform: translateX(-120%);
  -moz-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  -o-transform: translateX(-120%);
  transform: translateX(-120%); }
  .contact-modal-container.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .contact-modal-container .contact-modal {
    background-color: white;
    height: 90vh;
    border-radius: .5em; }
  .contact-modal-container .left {
    background-color: #fffcf9;
    padding: 3em;
    height: 90vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: end;
    justify-content: end;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: end;
    align-items: end;
    border-radius: .5em; }
    .contact-modal-container .left h2 {
      font-size: 4em; }
  .contact-modal-container .right {
    position: relative;
    padding: 3em;
    padding-top: 4em;
    pointer-events: all; }
    .contact-modal-container .right .close {
      position: absolute;
      top: 1em;
      right: 1em;
      font-size: 2em;
      line-height: 0em;
      cursor: pointer; }
      .contact-modal-container .right .close:hover {
        color: #1F1F1F; }
    .contact-modal-container .right .email {
      position: absolute;
      left: 3em;
      bottom: 3em;
      color: #858585; }
      .contact-modal-container .right .email:hover {
        color: #FD411E; }
    .contact-modal-container .right .wpforms-confirmation-container-full {
      margin-top: 1em !important;
      background-color: white !important;
      border: none !important; }
    .contact-modal-container .right .contact-form .wpforms-field-medium {
      max-width: none !important; }
    .contact-modal-container .right .contact-form .form_fn, .contact-modal-container .right .contact-form .form_ln {
      display: inline-block;
      width: 50%; }
    .contact-modal-container .right .contact-form .form_fn {
      padding-right: 2em; }
    .contact-modal-container .right .contact-form .wpforms-field-label {
      font-weight: 400;
      font-size: .8em; }
    .contact-modal-container .right .contact-form input {
      border: none !important;
      border-bottom: 1px solid #1F1F1F !important;
      padding-left: 0 !important;
      font-size: 1.1em !important;
      margin-bottom: 1em; }
    .contact-modal-container .right .contact-form textarea {
      font-size: 1.1em !important;
      height: 150px !important; }
    .contact-modal-container .right .contact-form .submit-butn {
      float: right;
      background-color: white !important;
      border: none !important;
      outline: none !important;
      margin-top: -1em;
      text-align: right !important;
      padding-right: 0 !important;
      margin-right: -1em !important;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -ms-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.6s;
      -moz-transition-duration: 0.6s;
      -ms-transition-duration: 0.6s;
      -o-transition-duration: 0.6s;
      transition-duration: 0.6s;
      -webkit-transition-delay: 0.3s;
      -moz-transition-delay: 0.3s;
      -ms-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
      .contact-modal-container .right .contact-form .submit-butn:before {
        content: "\2014";
        margin-right: .5em;
        font-weight: 600;
        color: #FD411E; }
      .contact-modal-container .right .contact-form .submit-butn:after {
        content: "\2014";
        opacity: 0;
        font-weight: 800;
        margin-left: .25em; }
      .contact-modal-container .right .contact-form .submit-butn:hover {
        background-color: white !important;
        color: #FD411E;
        -webkit-transform: translateX(-1em);
        -moz-transform: translateX(-1em);
        -ms-transform: translateX(-1em);
        -o-transform: translateX(-1em);
        transform: translateX(-1em); }
        .contact-modal-container .right .contact-form .submit-butn:hover:before {
          -webkit-animation: fadeout .4s .3s 1 forwards;
          animation: fadeout .4s .3s 1 forwards; }
        .contact-modal-container .right .contact-form .submit-butn:hover:after {
          color: #FD411E;
          -webkit-animation: fadein .4s .3s 1 forwards;
          animation: fadein .4s .3s 1 forwards; }
  @media screen and (min-width: 0) and (max-width: 767px) {
    .contact-modal-container .left, .contact-modal-container .right {
      padding: 1em; }
    .contact-modal-container .contact-modal {
      height: auto; }
    .contact-modal-container .left {
      display: none;
      height: auto; }
      .contact-modal-container .left h2 {
        font-size: 2em;
        padding-right: 15%; }
    .contact-modal-container .right {
      padding-top: 3em;
      height: 80vh; }
      .contact-modal-container .right .close {
        right: .5em; }
      .contact-modal-container .right .email {
        left: 1em;
        bottom: 1em; }
      .contact-modal-container .right input {
        font-size: .8em !important; }
      .contact-modal-container .right .contact-form .form_fn {
        padding-right: 1em; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .contact-modal-container .left, .contact-modal-container .right {
      padding: 1em; }
    .contact-modal-container .contact-modal {
      height: auto; }
    .contact-modal-container .left {
      height: auto; }
      .contact-modal-container .left h2 {
        font-size: 2em;
        padding-right: 15%;
        margin: 10% 0; }
    .contact-modal-container .right {
      padding-top: 4em;
      height: 50vh; }
      .contact-modal-container .right .close {
        right: .5em; }
      .contact-modal-container .right .email {
        left: 1em;
        bottom: 1em; } }
  @media screen and (min-width: 1024px) and (max-width: 1319px) {
    .contact-modal-container .left h2 {
      font-size: 3em; } }
  @media screen and (min-width: 1320px) and (max-width: 1599px) {
    .contact-modal-container .left h2 {
      font-size: 4.25em;
      line-height: 1.1em; } }
  @media screen and (min-width: 1921px) {
    .contact-modal-container .container {
      max-width: 1420px; }
    .contact-modal-container .left h2 {
      font-size: 4.5em;
      line-height: 1em; } }

.person-modal-container {
  position: fixed;
  top: 2vh;
  left: 0;
  height: 96vh;
  z-index: 15;
  pointer-events: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transform: translateX(-120%);
  -moz-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  -o-transform: translateX(-120%);
  transform: translateX(-120%); }
  .person-modal-container.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
    .person-modal-container.active .person-modal {
      pointer-events: all; }
  .person-modal-container .person-modal {
    background-color: white;
    border-radius: .5em;
    padding: 2em;
    max-height: 90vh; }
  .person-modal-container .left {
    background: #858585 url("") center top no-repeat;
    background-size: cover;
    overflow: hidden; }
  .person-modal-container .right {
    position: relative;
    padding: 3em;
    padding-top: 4em; }
    .person-modal-container .right .bio {
      display: block;
      position: relative;
      margin-top: 3em;
      margin-bottom: 0; }
      .person-modal-container .right .bio h3 {
        margin-bottom: 1em;
        line-height: 1.2em; }
    .person-modal-container .right .close {
      position: absolute;
      top: 0em;
      right: 0;
      font-size: 2em;
      line-height: 0em;
      cursor: pointer; }
      .person-modal-container .right .close:hover {
        color: #1F1F1F; }
    .person-modal-container .right .nameplate {
      position: absolute;
      pointer-events: none;
      top: 0;
      left: 3em; }
      .person-modal-container .right .nameplate .grey {
        font-size: .75em; }
    .person-modal-container .right .bottom {
      position: absolute;
      left: 3em;
      bottom: 0;
      width: 100%;
      padding-right: 3em; }
    .person-modal-container .right .social {
      text-align: right; }
      .person-modal-container .right .social i {
        margin-left: 1em; }
  @media screen and (min-width: 0) and (max-width: 767px) {
    .person-modal-container .left, .person-modal-container .right {
      padding: .1em; }
    .person-modal-container .person-modal {
      padding: 1em; }
    .person-modal-container .left {
      display: none;
      height: auto; }
      .person-modal-container .left h2 {
        font-size: 2em;
        padding-right: 15%; }
    .person-modal-container .right {
      padding-top: 3em;
      height: 80vh; }
      .person-modal-container .right .close {
        right: 0em; }
      .person-modal-container .right .nameplate {
        left: auto; }
      .person-modal-container .right .bio {
        height: 60vh;
        overflow-y: auto;
        padding-bottom: 3em; }
      .person-modal-container .right .bottom {
        left: auto;
        padding-right: 0;
        padding-top: 1em;
        background-color: white;
        line-height: 1em; }
        .person-modal-container .right .bottom i {
          margin-left: .5em; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .person-modal-container .left, .person-modal-container .right {
      padding: .1em; }
    .person-modal-container .person-modal {
      padding: 1em; }
    .person-modal-container .left {
      display: none;
      height: auto; }
      .person-modal-container .left h2 {
        font-size: 2em;
        padding-right: 15%; }
    .person-modal-container .right {
      padding-top: 3em;
      height: 60vh; }
      .person-modal-container .right .close {
        right: 0em; }
      .person-modal-container .right .nameplate {
        left: auto; }
      .person-modal-container .right .bio {
        height: 60vh;
        overflow-y: auto;
        padding-bottom: 3em; }
      .person-modal-container .right .bottom {
        left: auto;
        padding-right: 0;
        padding-top: 1em;
        background-color: white;
        line-height: 1em; }
        .person-modal-container .right .bottom i {
          margin-left: .5em; } }
  @media screen and (min-width: 1024px) and (max-width: 1319px) {
    .person-modal-container .left h2 {
      font-size: 3em; }
    .person-modal-container .bio {
      height: 50vh;
      overflow-y: auto;
      padding-bottom: 2em; } }
  @media screen and (min-width: 1921px) {
    .person-modal-container .container {
      max-width: 1420px; }
    .person-modal-container .left h2 {
      font-size: 4.5em;
      line-height: 1em; }
    .person-modal-container .right .bio {
      margin-top: 8em;
      margin-bottom: 4em; } }

.footer {
  padding: 5em 0; }
  .footer h3 {
    color: #FD411E;
    font-size: 1.1em;
    font-weight: 400; }
  .footer .logo {
    margin-left: 0; }
  .footer .address, .footer .email, .footer .privacy-policy, .footer p {
    margin-bottom: 0;
    font-size: .8em; }
  .footer .mobile-email {
    display: none;
    margin-top: 1em;
    font-size: .8em; }
  .footer .social a, .footer .more a {
    display: block;
    font-size: .8em; }
  .footer .input-box {
    margin-bottom: 1em; }
    .footer .input-box form {
      position: relative !important; }
    .footer .input-box input:not(input[type=submit]) {
      width: 90% !important;
      margin-top: 1em !important;
      border: 1px solid #1F1F1F !important;
      padding: .75em !important;
      padding-right: 4em !important;
      background-color: transparent !important;
      font-size: 1.1em !important;
      color: #FD411E !important;
      height: auto !important; }
    .footer .input-box .wpforms-submit-container {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      width: 90% !important; }
    .footer .input-box .wpforms-confirmation-container-full {
      margin-top: 1em !important;
      background-color: transparent !important; }
    .footer .input-box .inbox-butn {
      position: absolute !important;
      top: .65em !important;
      right: .5em !important;
      font-size: 2em !important;
      line-height: 2em !important;
      font-weight: 600 !important;
      color: #FD411E !important;
      background: transparent !important;
      border: none !important;
      margin-right: .5em !important;
      padding: 0 !important; }
      .footer .input-box .inbox-butn:hover {
        color: #1F1F1F !important; }
  .footer .unceded {
    position: relative;
    padding-right: 5%;
    margin-top: 1em; }
  .footer .logo1 img, .footer .logo2 img {
    width: 90%;
    max-width: 100px; }
  .footer .logo1 img {
    margin-bottom: 2em; }
  .footer .logo2 img {
    vertical-align: bottom; }
  .footer .mobile-logos {
    display: none; }
  .footer .mdash-anim {
    margin-top: 80px; }
    .footer .mdash-anim .col {
      position: relative;
      padding: 0 20px; }
    .footer .mdash-anim .mdash {
      position: absolute;
      left: 0%;
      top: 50%;
      height: 20px;
      width: 80%;
      margin-left: 10%;
      background-color: #FD411E;
      -webkit-transform-origin: center center;
      -moz-transform-origin: center center;
      -ms-transform-origin: center center;
      -o-transform-origin: center center;
      transform-origin: center center;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -ms-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.8s;
      -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
      -o-transition-duration: 0.8s;
      transition-duration: 0.8s; }
  @media screen and (min-width: 0) and (max-width: 767px) {
    .footer {
      padding: 2em 1em; }
      .footer .mobile-email {
        display: block; }
      .footer .email {
        display: none; }
      .footer .newsletter {
        margin-top: 2em; }
        .footer .newsletter h3 {
          margin-bottom: 0; }
      .footer .input-box {
        margin-top: 0; }
      .footer .logo1, .footer .logo2 {
        display: none; }
      .footer .unceded {
        margin-bottom: 2em; }
      .footer .mobile-logos {
        margin: 1em 0;
        display: block; }
        .footer .mobile-logos img {
          height: 75%;
          width: auto;
          vertical-align: top;
          max-width: 130px; }
        .footer .mobile-logos img:first-of-type {
          margin-right: 10%; }
      .footer .mdash-anim {
        margin-bottom: 80px; }
        .footer .mdash-anim .mdash {
          height: 5px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .footer {
      padding: 2em 1em; }
      .footer .mobile-email {
        display: block; }
      .footer .email {
        display: none; }
      .footer .newsletter {
        margin-top: 2em; }
        .footer .newsletter h3 {
          margin-bottom: 0; }
      .footer .input-box {
        margin-top: 0; }
      .footer .logo1, .footer .logo2 {
        display: none; }
      .footer .unceded {
        margin-bottom: 2em; }
      .footer .mobile-logos {
        margin-top: 1em;
        display: block; }
        .footer .mobile-logos img {
          height: 75%;
          width: auto;
          vertical-align: top;
          max-width: 130px; }
        .footer .mobile-logos img:first-of-type {
          margin-right: 10%; }
      .footer .mdash-anim {
        margin-bottom: 80px; }
        .footer .mdash-anim .mdash {
          height: 10px; } }
  @media screen and (min-width: 1600px) and (max-width: 1920px) {
    .footer .mdash-anim .mdash {
      height: 40px; } }
  @media screen and (min-width: 1921px) {
    .footer .address, .footer .email, .footer .privacy-policy, .footer p {
      font-size: 1em; }
    .footer .social a, .footer .more a {
      font-size: 1em; } }

.page-template-front-page .hero-panel {
  height: 85vh; }

.page-template-front-page .works-panel h3 {
  font-size: 1.5em;
  font-weight: 400; }

.page-template-front-page .works-panel a {
  position: relative;
  display: inline-block;
  width: 100%;
  color: initial; }

.page-template-front-page .works-panel .work .image {
  width: 100%;
  background: transparent url("") center center no-repeat;
  background-size: 100%;
  cursor: pointer;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
  position: relative; }
  .page-template-front-page .works-panel .work .image:hover {
    background-size: 105%; }
  .page-template-front-page .works-panel .work .image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.66667%; }
  .page-template-front-page .works-panel .work .image > .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.page-template-front-page .works-panel .work .title, .page-template-front-page .works-panel .work .subtitle {
  font-size: 1em; }

.page-template-front-page .works-panel .work .title {
  font-weight: 500;
  margin-top: .25em;
  line-height: 1.1em; }

.page-template-front-page .mid-page-panel .words {
  display: inline-block;
  position: relative;
  height: 1em;
  line-height: 1.15em; }

.page-template-front-page .mid-page-panel .word {
  position: absolute;
  opacity: 0;
  font-size: 1em;
  font-weight: 600; }
  .page-template-front-page .mid-page-panel .word.active {
    opacity: 1; }

.page-template-front-page .mid-page-panel .copy p {
  font-size: 2.5em;
  line-height: 1.3em; }

.page-template-front-page .images-panel {
  height: 70vh;
  width: 110%;
  margin-left: -5%;
  margin-right: -5%; }
  .page-template-front-page .images-panel .big, .page-template-front-page .images-panel .sml {
    position: relative; }
    .page-template-front-page .images-panel .big .inner, .page-template-front-page .images-panel .sml .inner {
      position: absolute;
      width: 100%;
      height: 80vh;
      overflow: hidden;
      background: transparent url("") center center no-repeat;
      background-size: auto 100%;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -ms-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 1.5s;
      -moz-transition-duration: 1.5s;
      -ms-transition-duration: 1.5s;
      -o-transition-duration: 1.5s;
      transition-duration: 1.5s; }
      .page-template-front-page .images-panel .big .inner:hover, .page-template-front-page .images-panel .sml .inner:hover {
        background-size: auto 105%;
        -webkit-filter: grayscale(100%);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(100%); }

.page-template-front-page .quote-panel blockquote {
  padding: 0 1em;
  font-size: 2.5em;
  line-height: 1.3em; }
  .page-template-front-page .quote-panel blockquote p {
    display: inline;
    padding-left: 0; }
  .page-template-front-page .quote-panel blockquote:before {
    content: '\201C';
    color: #FD411E;
    display: inline;
    font-size: 2em;
    line-height: 0em;
    vertical-align: middle;
    margin-left: -.45em; }
  .page-template-front-page .quote-panel blockquote:after {
    content: '\201D';
    color: #FD411E;
    display: inline;
    font-size: 2em;
    line-height: 0em;
    vertical-align: middle; }

.page-template-front-page .quote-panel p {
  padding-left: 2.25em; }

.page-template-front-page.light-logo-text .hero-panel {
  color: white; }

@media screen and (min-width: 0) and (max-width: 767px) {
  .page-template-front-page .works-panel .work .subtitle {
    margin-top: 0; }
  .page-template-front-page .mid-page-panel .copy h2, .page-template-front-page .mid-page-panel .copy .words {
    font-size: 1.7em; }
  .page-template-front-page .mid-page-panel .copy .word {
    font-size: .65em;
    line-height: 2.8em; }
  .page-template-front-page .mid-page-panel .copy p {
    font-size: 1.5em;
    line-height: 1.3em; }
  .page-template-front-page .images-panel {
    height: auto; }
    .page-template-front-page .images-panel .big .inner, .page-template-front-page .images-panel .sml .inner {
      position: relative; }
    .page-template-front-page .images-panel .sml {
      display: none; }
  .page-template-front-page .quote-panel {
    padding: 0 .75em; }
    .page-template-front-page .quote-panel blockquote {
      font-size: 1.1em; }
      .page-template-front-page .quote-panel blockquote p {
        display: inline; }
    .page-template-front-page .quote-panel p {
      padding-left: 1em; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-template-front-page .intro-panel p {
    font-size: 2.5em;
    line-height: 1.3em; }
  .page-template-front-page .works-panel .work .title, .page-template-front-page .works-panel .work .subtitle {
    font-size: 1.15em; }
  .page-template-front-page .mid-page-panel .copy h2, .page-template-front-page .mid-page-panel .copy .words {
    font-size: 3.5em; }
  .page-template-front-page .mid-page-panel .copy .word {
    font-size: .3em;
    line-height: 5.75em; }
  .page-template-front-page .mid-page-panel p:not(.big) {
    padding-top: 1em; }
  .page-template-front-page .images-panel {
    height: auto; }
    .page-template-front-page .images-panel .big .inner, .page-template-front-page .images-panel .sml .inner {
      position: relative; }
    .page-template-front-page .images-panel .sml {
      display: none; } }

@media screen and (min-width: 1024px) and (max-width: 1319px) {
  .page-template-front-page .images-panel {
    height: auto; }
    .page-template-front-page .images-panel .big .inner, .page-template-front-page .images-panel .sml .inner {
      position: relative; }
  .page-template-front-page .works-panel .work .title, .page-template-front-page .works-panel .work .subtitle {
    font-size: .85em;
    margin-top: 1em; }
  .page-template-front-page .mid-page-panel .copy h2, .page-template-front-page .mid-page-panel .copy .words {
    font-size: 2.5em; }
  .page-template-front-page .mid-page-panel .copy .word {
    font-size: .5em;
    line-height: 3.25em; } }

@media screen and (min-width: 1921px) {
  .page-template-front-page .works-panel .work {
    font-size: 1.5em; }
  .page-template-front-page .works-panel .work .row {
    margin-bottom: 1em !important; }
  .page-template-front-page .mid-page-panel .copy p.big {
    font-size: 3.5em;
    line-height: 1.3em; }
  .page-template-front-page .mid-page-panel .row p {
    font-size: 1.5em; }
  .page-template-front-page .quote-panel blockquote {
    padding-top: 2em;
    line-height: 1.75em; }
  .page-template-front-page .quote-panel p:not(:first-child) {
    font-size: 1.5em; }
  .page-template-front-page .quote-panel p {
    padding-left: 1.75em; } }

.case-study .hero-panel {
  height: 85vh; }
  .case-study .hero-panel .cols p {
    font-size: unset;
    line-height: unset; }

.case-study .works-panel .work .image {
  width: 100%;
  background: transparent url("") center center no-repeat;
  background-size: 100%;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  position: relative; }
  .case-study .works-panel .work .image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.66667%; }
  .case-study .works-panel .work .image > .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.case-study .works-panel .work .vid {
  position: relative; }
  .case-study .works-panel .work .vid:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.66667%; }
  .case-study .works-panel .work .vid > .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .case-study .works-panel .work .vid video {
    width: 100%; }

.case-study .panel.big_text p {
  font-size: 2.5em;
  line-height: 1.3em; }

.case-study .panel.big_text blockquote {
  padding: 0 1.5em; }
  .case-study .panel.big_text blockquote p {
    display: inline; }
  .case-study .panel.big_text blockquote:before {
    content: '\201C';
    color: #FD411E;
    display: inline;
    font-size: 5em;
    line-height: 0em;
    vertical-align: middle;
    margin-left: -.45em; }
  .case-study .panel.big_text blockquote:after {
    content: '\201D';
    color: #FD411E;
    display: inline;
    font-size: 5em;
    line-height: 0em;
    vertical-align: middle; }

.case-study .panel.big_text .spkr {
  position: relative;
  font-size: 1.1em;
  margin-left: 3em; }
  .case-study .panel.big_text .spkr .emdash {
    position: absolute;
    left: -1.5em; }

.case-study .panel .image {
  background: transparent url("") center center no-repeat;
  background-size: cover; }

.case-study .panel.Video video {
  width: 100%; }

.case-study .panel.image_split .left_img {
  background: #fffcf9 url("") center center no-repeat;
  background-size: cover; }

.case-study .panel.image_split img {
  width: 100%; }

.case-study .panel.image_double .image {
  height: 90vh;
  background: #fffcf9 url("") center center no-repeat;
  background-size: cover; }

.case-study .panel.youtube_embed .col {
  position: relative; }
  .case-study .panel.youtube_embed .col:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .case-study .panel.youtube_embed .col > .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .case-study .panel.youtube_embed .col iframe {
    width: 100%;
    height: 100%; }

.case-study .panel.vimeo_embed .col {
  position: relative; }
  .case-study .panel.vimeo_embed .col:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .case-study .panel.vimeo_embed .col > .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .case-study .panel.vimeo_embed .col iframe {
    width: 100%;
    height: 100%; }

.case-study .content .cta-panel {
  min-height: unset;
  padding-top: 20vh;
  padding-bottom: 20vh; }

@media screen and (min-width: 0) and (max-width: 767px) {
  .case-study .hero-bg {
    display: none; }
  .case-study .hero-bg-mobile {
    display: block;
    height: 100vh; }
  .case-study .hero-panel br {
    display: block; }
  .case-study .big_text .copy p {
    font-size: 1.5em;
    line-height: 1.3em; }
  .case-study .big_text blockquote {
    padding: 0 1.5em; }
    .case-study .big_text blockquote:before {
      font-size: 2em !important; }
    .case-study .big_text blockquote:after {
      font-size: 2em !important; }
    .case-study .big_text blockquote p {
      font-size: 1.1em !important; }
  .case-study .big_text .spkr {
    padding-left: 0;
    width: 80%; }
    .case-study .big_text .spkr br {
      display: none; }
  .case-study .image_double .image {
    height: 30vh !important; }
  .case-study .content .cta-panel {
    padding-top: 20vh;
    padding-bottom: 20vh; }
  .case-study .intro-panel .copy {
    font-size: inherit;
    line-height: inherit; }
  .case-study .intro-panel p {
    font-size: 1.5em;
    line-height: 1.3em; }
  .case-study .intro-panel .cols p {
    font-size: unset;
    line-height: unset; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .case-study .hero-bg {
    display: none; }
  .case-study .hero-bg-mobile {
    display: block;
    height: 100vh; }
  .case-study h2 {
    font-size: 6em; }
  .case-study .intro-panel {
    padding-top: 2em; }
  .case-study .big_text .copy p {
    font-size: 1.5em;
    line-height: 1.3em; }
  .case-study .big_text blockquote {
    padding: 0 1.5em; }
    .case-study .big_text blockquote:before {
      font-size: 3em !important; }
    .case-study .big_text blockquote:after {
      font-size: 3em !important; }
  .case-study .big_text .spkr {
    padding-left: 0;
    width: 80%; }
    .case-study .big_text .spkr br {
      display: none; }
  .case-study .image_double .image {
    height: 50vh !important; } }

@media screen and (min-width: 1921px) {
  .case-study .four_columns p {
    font-size: 1.5em; }
  .case-study .big_text p {
    font-size: 3.5em;
    line-height: 1.3em; }
  .case-study .big_text .spkr {
    font-size: 1.5em !important;
    margin-top: 1em;
    margin-left: 2.5em !important; } }

.page-template-services-page .strategy-panel h3, .page-template-services-page .design-panel h3 {
  font-size: 2.5em;
  line-height: 1.3em;
  font-weight: normal; }

.page-template-services-page .strategy-panel .list p, .page-template-services-page .design-panel .list p {
  margin-bottom: 0; }

.page-template-services-page .image_split {
  height: 90vh;
  overflow: hidden; }
  .page-template-services-page .image_split img {
    width: 100%; }
  .page-template-services-page .image_split .top {
    padding-bottom: 1.5em; }
  .page-template-services-page .image_split .right_img {
    background: transparent url("") center center no-repeat;
    background-size: cover; }

.page-template-services-page .orgs-panel .org-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto; }

.page-template-services-page .orgs-panel .org {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  padding: 1em .5em; }
  .page-template-services-page .orgs-panel .org:nth-child(-n+5) {
    border-top: 1px solid rgba(0, 0, 0, 0.8); }
  .page-template-services-page .orgs-panel .org a {
    width: 100%; }
  .page-template-services-page .orgs-panel .org p {
    display: none;
    text-align: left;
    width: 96%;
    margin-left: 2%;
    color: #858585; }

.page-template-services-page .orgs-panel img {
  width: 100%;
  mix-blend-mode: multiply; }

.page-template-services-page .how-we-panel .cta-img {
  position: relative;
  background: lightgray url("") center center no-repeat;
  background-size: cover;
  margin-bottom: .5em; }
  .page-template-services-page .how-we-panel .cta-img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .page-template-services-page .how-we-panel .cta-img > .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.page-template-services-page .quote-panel blockquote {
  padding: 0 1em;
  font-size: 2.5em;
  line-height: 1.3em; }
  .page-template-services-page .quote-panel blockquote p {
    display: inline;
    padding-left: 0; }
  .page-template-services-page .quote-panel blockquote:before {
    content: '\201C';
    color: #FD411E;
    display: inline;
    font-size: 2em;
    line-height: 0em;
    vertical-align: middle;
    margin-left: -.45em; }
  .page-template-services-page .quote-panel blockquote:after {
    content: '\201D';
    color: #FD411E;
    display: inline;
    font-size: 2em;
    line-height: 0em;
    vertical-align: middle; }
  .page-template-services-page .quote-panel blockquote .emdash {
    color: #FD411E !important; }

.page-template-services-page .quote-panel p {
  padding-left: 2.25em; }

.page-template-services-page .hero-panel {
  height: 90vh; }

.page-template-services-page .intro-panel video {
  width: 70%; }

@media screen and (min-width: 0) and (max-width: 767px) {
  .page-template-services-page .hero-panel {
    height: 65vh; }
  .page-template-services-page .image_split {
    height: auto; }
  .page-template-services-page .right_img {
    height: 55vh;
    width: 90%;
    margin-top: 5%;
    margin-left: 5%; }
  .page-template-services-page .orgs-panel {
    position: relative; }
    .page-template-services-page .orgs-panel .org-grid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: auto;
      grid-template-columns: auto;
      margin-top: 0;
      padding-top: 3em;
      border-top: 1px solid rgba(0, 0, 0, 0.8); }
    .page-template-services-page .orgs-panel .org {
      border: none !important;
      text-align: left !important;
      padding: 0; }
      .page-template-services-page .orgs-panel .org img {
        display: none; }
      .page-template-services-page .orgs-panel .org p {
        display: inline-block; }
  .page-template-services-page .quote-panel {
    padding: 0 .75em; }
    .page-template-services-page .quote-panel blockquote {
      font-size: 1.1em; }
      .page-template-services-page .quote-panel blockquote p {
        display: inline; }
    .page-template-services-page .quote-panel p {
      padding-left: 1em; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-template-services-page .hero-panel h2 {
    font-size: 5em; }
  .page-template-services-page .intro-panel h2 {
    font-size: 3em;
    line-height: 1em;
    margin-bottom: .5em; }
  .page-template-services-page .intro-panel p {
    font-size: 2.5em;
    line-height: 1.3em; }
  .page-template-services-page .strategy-panel h3, .page-template-services-page .design-panel h3 {
    font-size: 2em; }
  .page-template-services-page .strategy-panel p, .page-template-services-page .design-panel p {
    font-size: 1.1em; }
  .page-template-services-page .strategy-panel li, .page-template-services-page .design-panel li {
    font-size: 1em; }
  .page-template-services-page .image_split {
    height: auto; }
  .page-template-services-page .orgs-panel .org-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    margin-top: 0;
    padding-top: 3em;
    border-top: 1px solid rgba(0, 0, 0, 0.4); }
  .page-template-services-page .orgs-panel .org {
    border: none !important;
    text-align: left !important;
    padding: 0; }
    .page-template-services-page .orgs-panel .org img {
      display: none; }
    .page-template-services-page .orgs-panel .org p {
      display: inline-block; } }

@media screen and (min-width: 1921px) {
  .page-template-services-page .quote-panel blockquote {
    padding-top: 2em;
    line-height: 1.75em; }
  .page-template-services-page .quote-panel p:not(:first-child) {
    font-size: 1.5em; }
  .page-template-services-page .quote-panel p {
    padding-left: 1.75em; }
  .page-template-services-page .orgs-panel .org {
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    padding: 2.5em; } }

.page-template-agency-page .image_split {
  height: 85vh; }
  .page-template-agency-page .image_split .left_img, .page-template-agency-page .image_split .right_img {
    position: relative;
    height: 85vh;
    background: transparent url("") center top no-repeat;
    background-size: cover;
    overflow: hidden; }
  .page-template-agency-page .image_split .image {
    position: relative;
    width: 100%;
    height: 85vh;
    background: transparent url("") center top no-repeat;
    background-size: cover;
    padding-right: 2em; }

.page-template-agency-page .mid-page-panel .words, .page-template-agency-page .expanded-panel .words {
  display: block;
  position: relative;
  height: 1em;
  line-height: 1.15em; }

.page-template-agency-page .mid-page-panel .word, .page-template-agency-page .expanded-panel .word {
  position: absolute;
  opacity: 0;
  font-size: 1em;
  font-weight: 600; }
  .page-template-agency-page .mid-page-panel .word.active, .page-template-agency-page .expanded-panel .word.active {
    opacity: 1; }

.page-template-agency-page .mid-page-panel .copy p, .page-template-agency-page .expanded-panel .copy p {
  font-size: 2.5em;
  line-height: 1.3em; }

.page-template-agency-page .image_split_2 {
  height: 90vh;
  margin-left: -3em;
  margin-right: -3em;
  width: calc( 100% + 6em);
  overflow-x: hidden;
  position: relative; }
  .page-template-agency-page .image_split_2 .arrow-cursor {
    position: absolute;
    width: 70px;
    height: 70px;
    background: transparent url("static/img/arrow-background.svg") center center no-repeat;
    background-size: 100%;
    z-index: 10;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    -ms-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .page-template-agency-page .image_split_2 .arrow-cursor.active {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
  .page-template-agency-page .image_split_2 .carousel-container {
    position: relative;
    font-size: 0;
    left: 0;
    height: 80vh;
    white-space: nowrap;
    overflow: hidden;
    cursor: -webkit-grab;
    cursor: grab; }
    .page-template-agency-page .image_split_2 .carousel-container img {
      position: relative;
      height: 80vh; }
  .page-template-agency-page .image_split_2 .carousel-progress {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 0 5%;
    padding-top: 10px; }
    .page-template-agency-page .image_split_2 .carousel-progress .carousel-progress-bg {
      width: 100%;
      background-color: #1F1F1F;
      height: 2px; }
    .page-template-agency-page .image_split_2 .carousel-progress .carousel-progress-bar {
      position: absolute;
      margin: 0 5%;
      top: 5px;
      left: 0;
      background-color: #FD411E;
      height: 11px;
      z-index: 1; }
  .page-template-agency-page .image_split_2 .top {
    padding-bottom: 1.5em; }

.page-template-agency-page .mid-page-rows .logo {
  width: 100px;
  height: auto; }
  .page-template-agency-page .mid-page-rows .logo img {
    height: 100%;
    max-width: 250%;
    -o-object-fit: contain;
    object-fit: contain; }

.page-template-agency-page .mid-page-rows .row {
  border-bottom: 1px solid #1F1F1F; }

.page-template-agency-page .people-panel .person {
  cursor: pointer; }
  .page-template-agency-page .people-panel .person .head img {
    width: 100%;
    pointer-events: none; }
  .page-template-agency-page .people-panel .person .copy {
    position: relative;
    padding-top: .5em;
    padding-right: 1em;
    pointer-events: none; }
    .page-template-agency-page .people-panel .person .copy p {
      margin-bottom: 0;
      line-height: 1.3em; }
  .page-template-agency-page .people-panel .person i {
    position: absolute;
    right: 0;
    top: 1em;
    color: #FD411E;
    pointer-events: none; }

.page-template-agency-page .quote-panel blockquote {
  padding: 0 1em;
  font-size: 2.5em;
  line-height: 1.3em; }
  .page-template-agency-page .quote-panel blockquote p {
    display: inline;
    padding-left: 0; }
  .page-template-agency-page .quote-panel blockquote:before {
    content: '\201C';
    color: #FD411E;
    display: inline;
    font-size: 2em;
    line-height: 0em;
    vertical-align: middle;
    margin-left: -.45em; }
  .page-template-agency-page .quote-panel blockquote:after {
    content: '\201D';
    color: #FD411E;
    display: inline;
    font-size: 2em;
    line-height: 0em;
    vertical-align: middle; }
  .page-template-agency-page .quote-panel blockquote .emdash {
    color: #FD411E !important; }

.page-template-agency-page .quote-panel p {
  padding-left: 2.25em; }

.page-template-agency-page p a {
  color: #FD411E;
  text-decoration: underline; }
  .page-template-agency-page p a:hover {
    color: #1F1F1F; }

@media screen and (min-width: 0) and (max-width: 767px) {
  .page-template-agency-page .image_split {
    height: auto; }
    .page-template-agency-page .image_split .right_img {
      display: none; }
  .page-template-agency-page .mid-page-panel .copy p {
    font-size: 1.4em;
    line-height: 1.3em; }
  .page-template-agency-page .image_split_2 {
    margin-left: -0.5em;
    margin-right: -0.5em;
    width: calc( 100% + 1em); }
  .page-template-agency-page .expanded-panel .big {
    font-size: 1.5em !important; }
  .page-template-agency-page .mid-page-rows .logo {
    margin-left: 0;
    margin-top: 1em; }
  .page-template-agency-page .quote-panel {
    padding: 0 .75em; }
    .page-template-agency-page .quote-panel blockquote {
      font-size: 1.1em; }
      .page-template-agency-page .quote-panel blockquote p {
        display: inline; }
    .page-template-agency-page .quote-panel p {
      padding-left: 1em; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-template-agency-page .image_split {
    height: auto; }
    .page-template-agency-page .image_split .right_img {
      display: none; }
  .page-template-agency-page .image_split_2 {
    margin-left: -1em;
    margin-right: -1em;
    width: calc( 100% + 2em); }
  .page-template-agency-page .mid-page-rows .logo {
    margin-left: 0;
    margin-top: 1em; } }

@media screen and (min-width: 1024px) and (max-width: 1319px) {
  .page-template-agency-page .image_split_2 {
    margin-left: -2em;
    margin-right: -2em;
    width: calc( 100% + 4em); } }

@media screen and (min-width: 1320px) and (max-width: 1599px) {
  .page-template-agency-page .image_split_2 {
    margin-left: -3em;
    margin-right: -3em;
    width: calc( 100% + 6em); } }

@media screen and (min-width: 1921px) {
  .page-template-agency-page .intro-panel .middle p {
    padding-right: 15%; }
  .page-template-agency-page .sml-copy p, .page-template-agency-page .mid-page-rows p {
    font-size: 1.5em; }
  .page-template-agency-page .quote-panel blockquote {
    padding-top: 2em;
    line-height: 1.75em; }
  .page-template-agency-page .quote-panel p:not(:first-child) {
    font-size: 1.5em; }
  .page-template-agency-page .quote-panel p {
    padding-left: 1.75em; }
  .page-template-agency-page .image_split_2 {
    margin-left: -3em;
    margin-right: -3em;
    width: calc( 100% + 6em); } }

.page-template-careers-page .joblist-panel {
  width: 110%; }
  .page-template-careers-page .joblist-panel .job-container.expanded .job-butn {
    background-color: white !important; }
    .page-template-careers-page .joblist-panel .job-container.expanded .job-butn p {
      border: none;
      padding-bottom: 0;
      margin-bottom: 0;
      background-image: none; }
    .page-template-careers-page .joblist-panel .job-container.expanded .job-butn .emdash {
      display: block !important; }
  .page-template-careers-page .joblist-panel .job-container.expanded .details {
    margin-top: 0;
    padding: 2em 5%;
    height: auto; }
  .page-template-careers-page .joblist-panel .job-butn {
    position: relative;
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
    padding: 0 5%;
    pointer-events: all;
    cursor: pointer; }
    .page-template-careers-page .joblist-panel .job-butn p {
      position: relative;
      pointer-events: none;
      width: 97%;
      border-bottom: 1px solid #858585;
      padding-bottom: .5em;
      background: transparent url("../../themes/emdash/static/img/emdash-orange-caret-down.svg") center right no-repeat;
      margin-top: .5em !important;
      margin-bottom: 0 !important; }
    .page-template-careers-page .joblist-panel .job-butn .emdash {
      position: absolute;
      top: 0;
      right: 0;
      line-height: inherit;
      display: none; }
  .page-template-careers-page .joblist-panel .details {
    z-index: 1;
    background-color: white;
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
    padding: 0;
    height: 0;
    overflow: hidden; }
  .page-template-careers-page .joblist-panel li {
    list-style-type: disc !important; }
  .page-template-careers-page .joblist-panel li::marker {
    color: #858585 !important; }

.page-template-careers-page .outro-panel h3 {
  font-size: 2.5em;
  line-height: 1.4em;
  font-weight: normal; }

@media screen and (min-width: 0) and (max-width: 767px) {
  .page-template-careers-page .words p br {
    display: none; }
  .page-template-careers-page .cta-panel {
    min-height: 50vh;
    padding: 10%;
    padding-top: 15%;
    width: 120%;
    margin-left: -10%;
    margin-right: -10%; }
    .page-template-careers-page .cta-panel h2 {
      padding-right: 0%; }
    .page-template-careers-page .cta-panel p:first-of-type {
      margin-bottom: 1.5em; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-template-careers-page .hero-panel br {
    display: none; }
  .page-template-careers-page .intro-panel p {
    font-size: 2.5em;
    line-height: 1.3em; }
  .page-template-careers-page .cta-panel {
    min-height: 40vh;
    width: 120%;
    padding: 0 10%;
    margin-left: -10%;
    margin-right: -10%; } }

@media screen and (min-width: 1921px) {
  .page-template-careers-page .outro-panel p {
    font-size: 2.5em; }
  .page-template-careers-page .job-container .details p {
    font-size: 1.5em; }
  .page-template-careers-page .cta-panel h2 {
    width: 90%;
    line-height: 1em; }
  .page-template-careers-page .cta-panel p {
    font-size: 1.5em; }
  .page-template-careers-page .cta-panel a {
    font-size: 1em;
    line-height: 1em; } }

.single-post .content,
.page-template-blog-page .content {
  margin-top: 36px; }
  .single-post .content .post-content,
  .page-template-blog-page .content .post-content {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px; }
  .single-post .content .back-link,
  .page-template-blog-page .content .back-link {
    margin-bottom: 36px; }
    .single-post .content .back-link img,
    .page-template-blog-page .content .back-link img {
      margin-right: 15px;
      max-width: 24px;
      position: relative;
      top: -2px; }
    .single-post .content .back-link h5,
    .page-template-blog-page .content .back-link h5 {
      margin-bottom: 0; }
  .single-post .content .title-section,
  .page-template-blog-page .content .title-section {
    margin-bottom: 36px; }
    .single-post .content .title-section h1,
    .page-template-blog-page .content .title-section h1 {
      margin-bottom: 18px; }
    .single-post .content .title-section h3,
    .page-template-blog-page .content .title-section h3 {
      margin-bottom: 0; }
  .single-post .content .featured-img,
  .page-template-blog-page .content .featured-img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 36px;
    display: block; }
  .single-post .content h1,
  .page-template-blog-page .content h1 {
    font-size: 2.25em;
    line-height: 1.15em;
    margin-bottom: 36px;
    font-weight: 400; }
  .single-post .content h2,
  .page-template-blog-page .content h2 {
    font-size: 1.7em;
    line-height: 1.15em;
    margin-bottom: 18px;
    font-weight: 400; }
  .single-post .content h3,
  .page-template-blog-page .content h3 {
    font-size: 1.35em;
    line-height: 1.25em;
    margin-bottom: 18px;
    font-weight: 400; }
  .single-post .content h4,
  .page-template-blog-page .content h4 {
    font-size: 1.25em;
    line-height: 1.15em;
    margin-bottom: 18px;
    font-weight: 400; }
  .single-post .content h5,
  .page-template-blog-page .content h5 {
    font-size: 1.15em;
    line-height: 1.15em;
    margin-bottom: 18px;
    font-weight: 400; }
  .single-post .content p,
  .page-template-blog-page .content p {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 36px; }
    .single-post .content p a,
    .page-template-blog-page .content p a {
      color: #FD411E;
      text-decoration: none; }
      .single-post .content p a:hover,
      .page-template-blog-page .content p a:hover {
        color: #FD411E;
        text-decoration: underline; }
  .single-post .content blockquote,
  .page-template-blog-page .content blockquote {
    margin-bottom: 36px; }
    .single-post .content blockquote h3,
    .page-template-blog-page .content blockquote h3 {
      margin-bottom: 0; }
  .single-post .content .contact-cta,
  .page-template-blog-page .content .contact-cta {
    margin-top: 54px;
    margin-bottom: 54px; }
    .single-post .content .contact-cta button,
    .page-template-blog-page .content .contact-cta button {
      border: none;
      background: transparent;
      padding: 0;
      color: #FD411E;
      text-decoration: underline; }
      .single-post .content .contact-cta button:hover,
      .page-template-blog-page .content .contact-cta button:hover {
        color: #FD411E;
        text-decoration: none; }
      .single-post .content .contact-cta button:active, .single-post .content .contact-cta button:focus,
      .page-template-blog-page .content .contact-cta button:active,
      .page-template-blog-page .content .contact-cta button:focus {
        border: none;
        outline: none; }
  .single-post .content .signup-box,
  .page-template-blog-page .content .signup-box {
    margin-top: 54px;
    margin-bottom: 54px;
    background-color: #f1ebe3;
    border-radius: 2px;
    padding: 18px 0.5em; }
    .single-post .content .signup-box h4,
    .page-template-blog-page .content .signup-box h4 {
      margin-top: 0;
      margin-bottom: 9px; }
    .single-post .content .signup-box p,
    .page-template-blog-page .content .signup-box p {
      margin-bottom: 18px; }
    .single-post .content .signup-box .wpforms-field,
    .single-post .content .signup-box .wpforms-submit-container,
    .single-post .content .signup-box .wpforms-container-full,
    .page-template-blog-page .content .signup-box .wpforms-field,
    .page-template-blog-page .content .signup-box .wpforms-submit-container,
    .page-template-blog-page .content .signup-box .wpforms-container-full {
      margin: 0;
      padding: 0; }
    .single-post .content .signup-box input[type="email"],
    .page-template-blog-page .content .signup-box input[type="email"] {
      margin-bottom: 18px;
      background-color: #fff;
      border: none;
      border-radius: 2px;
      padding: 15px 10px;
      height: 47px; }
    .single-post .content .signup-box .wpforms-form button[type=submit],
    .page-template-blog-page .content .signup-box .wpforms-form button[type=submit] {
      background-color: #FD411E;
      border: none;
      color: #fff;
      width: 100%;
      margin-top: 0;
      border-radius: 2px; }
  .single-post .content .by-line,
  .page-template-blog-page .content .by-line {
    position: relative; }
    .single-post .content .by-line:before,
    .page-template-blog-page .content .by-line:before {
      display: block;
      content: "";
      width: 100px;
      height: 2px;
      background-color: #D7D7D7;
      margin-bottom: 18px; }
  .single-post .content .post-author,
  .single-post .content .post-date,
  .page-template-blog-page .content .post-author,
  .page-template-blog-page .content .post-date {
    margin-bottom: 0; }
  .single-post .content .post-date,
  .page-template-blog-page .content .post-date {
    color: #858585; }
  @media screen and (min-width: 480px) {
    .single-post .content,
    .page-template-blog-page .content {
      margin-top: 54px; }
      .single-post .content .post-content,
      .page-template-blog-page .content .post-content {
        margin-bottom: 54px; }
      .single-post .content .back-link,
      .page-template-blog-page .content .back-link {
        margin-bottom: 54px; }
      .single-post .content .title-section,
      .page-template-blog-page .content .title-section {
        margin-bottom: 54px; }
      .single-post .content h1,
      .page-template-blog-page .content h1 {
        font-size: 3em; }
      .single-post .content h2,
      .page-template-blog-page .content h2 {
        font-size: 1.7em; }
      .single-post .content h3,
      .page-template-blog-page .content h3 {
        font-size: 1.35em; }
      .single-post .content h4,
      .page-template-blog-page .content h4 {
        font-size: 1.25em; }
      .single-post .content h5,
      .page-template-blog-page .content h5 {
        font-size: 1.15em; }
      .single-post .content p,
      .page-template-blog-page .content p {
        font-size: 1em; }
      .single-post .content .contact-cta,
      .page-template-blog-page .content .contact-cta {
        margin-top: 54px;
        margin-bottom: 72px; }
      .single-post .content .signup-box,
      .page-template-blog-page .content .signup-box {
        padding: 25px; } }
  @media screen and (min-width: 768px) {
    .single-post .content .post-content,
    .page-template-blog-page .content .post-content {
      margin-bottom: 72px; }
    .single-post .content .back-link img,
    .page-template-blog-page .content .back-link img {
      max-width: 30px;
      top: -2px; }
    .single-post .content .title-section,
    .page-template-blog-page .content .title-section {
      margin-bottom: 72px; }
    .single-post .content .featured-img,
    .page-template-blog-page .content .featured-img {
      margin-bottom: 54px; }
    .single-post .content h1,
    .page-template-blog-page .content h1 {
      font-size: 5em;
      line-height: 1em; }
    .single-post .content h2,
    .page-template-blog-page .content h2 {
      font-size: 2.25em; }
    .single-post .content h3,
    .page-template-blog-page .content h3 {
      font-size: 1.8em; }
    .single-post .content h4,
    .page-template-blog-page .content h4 {
      font-size: 1.35em; }
    .single-post .content h5,
    .page-template-blog-page .content h5 {
      font-size: 1.25em; }
    .single-post .content p,
    .page-template-blog-page .content p {
      font-size: 1em; }
    .single-post .content blockquote,
    .page-template-blog-page .content blockquote {
      margin-left: -25%;
      width: calc( 100% + 50%);
      margin-top: 54px;
      margin-bottom: 54px; }
    .single-post .content .signup-box,
    .page-template-blog-page .content .signup-box {
      margin-left: -25%;
      width: calc( 100% + 50%);
      padding: 36px; }
      .single-post .content .signup-box .wpforms-field-container,
      .page-template-blog-page .content .signup-box .wpforms-field-container {
        float: left;
        width: calc( 100% - 220px); }
      .single-post .content .signup-box .wpforms-submit-container,
      .page-template-blog-page .content .signup-box .wpforms-submit-container {
        clear: right;
        float: right;
        width: 200px; }
      .single-post .content .signup-box input[type="email"],
      .page-template-blog-page .content .signup-box input[type="email"] {
        margin-bottom: 0; }
      .single-post .content .signup-box p,
      .page-template-blog-page .content .signup-box p {
        margin-bottom: 27px; }
    .single-post .content .by-line,
    .page-template-blog-page .content .by-line {
      margin-left: -25%;
      width: calc( 100% + 50%); } }
  @media screen and (min-width: 1024px) {
    .single-post .content .back-link img,
    .page-template-blog-page .content .back-link img {
      max-width: 32px;
      top: -2px; }
    .single-post .content .title-section h1,
    .page-template-blog-page .content .title-section h1 {
      margin-bottom: 36px; }
    .single-post .content .contact-cta,
    .page-template-blog-page .content .contact-cta {
      margin-top: 54px;
      margin-bottom: 90px; } }
  @media screen and (min-width: 1440px) {
    .single-post .content,
    .page-template-blog-page .content {
      margin-top: 72px; }
      .single-post .content .post-content,
      .page-template-blog-page .content .post-content {
        width: 50%;
        margin-bottom: 90px; }
      .single-post .content .back-link,
      .page-template-blog-page .content .back-link {
        margin-bottom: 72px; }
        .single-post .content .back-link img,
        .page-template-blog-page .content .back-link img {
          max-width: 34px; }
      .single-post .content .title-section,
      .page-template-blog-page .content .title-section {
        margin-bottom: 90px; }
        .single-post .content .title-section h3,
        .page-template-blog-page .content .title-section h3 {
          margin: 0; }
      .single-post .content .featured-img,
      .page-template-blog-page .content .featured-img {
        margin-bottom: 72px; }
      .single-post .content h1,
      .page-template-blog-page .content h1 {
        font-size: 6em; }
      .single-post .content h2,
      .page-template-blog-page .content h2 {
        font-size: 2.5em;
        margin-top: 54px; }
      .single-post .content h3,
      .page-template-blog-page .content h3 {
        font-size: 2em;
        margin-top: 54px; }
      .single-post .content h4,
      .page-template-blog-page .content h4 {
        font-size: 1.5em;
        margin-top: 54px; }
      .single-post .content h5,
      .page-template-blog-page .content h5 {
        font-size: 1.35em;
        margin-top: 54px; }
      .single-post .content p,
      .page-template-blog-page .content p {
        font-size: 1.15em; }
      .single-post .content blockquote,
      .page-template-blog-page .content blockquote {
        margin-left: -16%;
        width: calc( 100% + 32%);
        margin-top: 72px;
        margin-bottom: 72px; }
        .single-post .content blockquote h3,
        .page-template-blog-page .content blockquote h3 {
          margin: 0; }
      .single-post .content .contact-cta,
      .page-template-blog-page .content .contact-cta {
        margin-top: 72px;
        margin-bottom: 108px; }
      .single-post .content .by-line,
      .page-template-blog-page .content .by-line {
        margin-left: -16%;
        width: calc( 100% + 32%); }
      .single-post .content .signup-box,
      .page-template-blog-page .content .signup-box {
        margin-left: -16%;
        width: calc( 100% + 32%); } }
  @media screen and (min-width: 1920px) {
    .single-post .content,
    .page-template-blog-page .content {
      margin-top: 108px; }
      .single-post .content .post-content,
      .page-template-blog-page .content .post-content {
        width: 40%;
        margin-bottom: 108px; }
      .single-post .content .title-section,
      .page-template-blog-page .content .title-section {
        margin-bottom: 108px; }
        .single-post .content .title-section h3,
        .page-template-blog-page .content .title-section h3 {
          margin: 0; }
      .single-post .content .featured-img,
      .page-template-blog-page .content .featured-img {
        margin-bottom: 90px; }
      .single-post .content h1,
      .page-template-blog-page .content h1 {
        font-size: 8em; }
      .single-post .content h2,
      .page-template-blog-page .content h2 {
        font-size: 3.6em;
        margin-top: 72px; }
      .single-post .content h3,
      .page-template-blog-page .content h3 {
        font-size: 2.6em;
        margin-top: 72px; }
      .single-post .content h4,
      .page-template-blog-page .content h4 {
        font-size: 2em;
        margin-top: 72px; }
      .single-post .content h5,
      .page-template-blog-page .content h5 {
        font-size: 1.5em;
        margin-top: 72px; }
      .single-post .content p,
      .page-template-blog-page .content p {
        font-size: 1.25em; }
      .single-post .content blockquote,
      .page-template-blog-page .content blockquote {
        margin-top: 90px;
        margin-bottom: 90px; }
      .single-post .content .signup-box,
      .page-template-blog-page .content .signup-box {
        padding: 54px; }
        .single-post .content .signup-box h4,
        .page-template-blog-page .content .signup-box h4 {
          margin-bottom: 18px; }
        .single-post .content .signup-box p,
        .page-template-blog-page .content .signup-box p {
          margin-bottom: 36px; } }

.single-post .related-posts,
.page-template-blog-page .related-posts {
  background-color: #f1ebe3;
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
  padding: 36px 5%; }
  .single-post .related-posts .featured-img,
  .page-template-blog-page .related-posts .featured-img {
    margin-bottom: 18px;
    display: block; }
  .single-post .related-posts h2,
  .page-template-blog-page .related-posts h2 {
    font-size: 1.7em;
    line-height: 1.15em;
    margin-bottom: 25px; }
    .single-post .related-posts h2 span,
    .page-template-blog-page .related-posts h2 span {
      font-weight: 600; }
  .single-post .related-posts h4,
  .page-template-blog-page .related-posts h4 {
    font-size: 1.25em;
    line-height: 1.15em;
    margin-bottom: 0;
    font-weight: 400; }
  .single-post .related-posts .col-sm-4,
  .page-template-blog-page .related-posts .col-sm-4 {
    margin-bottom: 36px; }
    .single-post .related-posts .col-sm-4:last-child,
    .page-template-blog-page .related-posts .col-sm-4:last-child {
      margin-bottom: 0; }
  .single-post .related-posts img,
  .page-template-blog-page .related-posts img {
    width: 100%; }
  @media screen and (min-width: 480px) {
    .single-post .related-posts .col-sm-4,
    .page-template-blog-page .related-posts .col-sm-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 33.3333333333%;
      margin-bottom: 0; }
    .single-post .related-posts h2,
    .page-template-blog-page .related-posts h2 {
      font-size: 1.7em; }
    .single-post .related-posts h4,
    .page-template-blog-page .related-posts h4 {
      font-size: 1.25em; } }
  @media screen and (min-width: 768px) {
    .single-post .related-posts,
    .page-template-blog-page .related-posts {
      padding: 54px 5%; }
      .single-post .related-posts h2,
      .page-template-blog-page .related-posts h2 {
        font-size: 2.25em;
        margin-bottom: 36px; }
      .single-post .related-posts h4,
      .page-template-blog-page .related-posts h4 {
        font-size: 1.35em; } }
  @media screen and (min-width: 1024px) {
    .single-post .related-posts h4,
    .page-template-blog-page .related-posts h4 {
      font-size: 1.5em; } }
  @media screen and (min-width: 1440px) {
    .single-post .related-posts,
    .page-template-blog-page .related-posts {
      padding: 90px 5%; }
      .single-post .related-posts h2,
      .page-template-blog-page .related-posts h2 {
        font-size: 2.5em; }
      .single-post .related-posts h4,
      .page-template-blog-page .related-posts h4 {
        font-size: 1.5em; } }
  @media screen and (min-width: 1920px) {
    .single-post .related-posts h2,
    .page-template-blog-page .related-posts h2 {
      font-size: 3.6em; }
    .single-post .related-posts h4,
    .page-template-blog-page .related-posts h4 {
      font-size: 2em; } }

.page-template-blog-page .content .title-section h1 {
  position: relative; }
  .page-template-blog-page .content .title-section h1:after {
    content: "—";
    color: #FD411E !important;
    font-weight: 600;
    margin-left: 10px; }
    @media screen and (min-width: 1024px) {
      .page-template-blog-page .content .title-section h1:after {
        margin-left: 20px; } }

@media screen and (min-width: 1024px) {
  .page-template-blog-page .content .title-section {
    margin-bottom: 108px; } }

@media screen and (min-width: 1440px) {
  .page-template-blog-page .content .title-section {
    margin-bottom: 162px; } }

@media screen and (min-width: 1920px) {
  .page-template-blog-page .content .title-section {
    margin-bottom: 216px; } }

.page-template-blog-page .content #filters {
  display: none;
  margin-bottom: 36px; }
  @media screen and (min-width: 480px) {
    .page-template-blog-page .content #filters {
      display: block; } }
  @media screen and (min-width: 1023px) {
    .page-template-blog-page .content #filters #filters-holder {
      position: -webkit-sticky;
      position: sticky;
      top: 120px; } }
  .page-template-blog-page .content #filters h5 {
    margin-top: 0; }
  .page-template-blog-page .content #filters ul {
    padding-left: 0;
    margin-left: 0;
    margin: 0; }
    .page-template-blog-page .content #filters ul li {
      padding-left: 0;
      margin-top: 9px;
      margin-right: 20px;
      display: inline-block; }
      .page-template-blog-page .content #filters ul li:first-child::marker {
        display: none;
        color: transparent; }
      .page-template-blog-page .content #filters ul li:first-child {
        margin-top: 0; }
      .page-template-blog-page .content #filters ul li .current-category {
        color: #FD411E; }
      @media screen and (min-width: 768px) {
        .page-template-blog-page .content #filters ul li {
          display: block; } }
      @media screen and (min-width: 1440px) {
        .page-template-blog-page .content #filters ul li {
          margin-top: 9px; } }

.page-template-blog-page .content #posts .signup-box {
  margin-top: 36px;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.page-template-blog-page .content #posts .title-block h2 {
  margin-bottom: 9px; }

.page-template-blog-page .content #posts .title-block h5 {
  margin-top: 0;
  margin-bottom: 0; }

.page-template-blog-page .content #posts .featured-image-placeholder {
  background-color: #dfdfdf;
  width: 100%;
  display: block;
  aspect-ratio: 400/267; }

.page-template-blog-page .content #posts .featured-img {
  margin-bottom: 9px; }

.page-template-blog-page .content #posts .featured-posts {
  padding-bottom: 36px;
  border-bottom: solid 1px #D7D7D7; }
  .page-template-blog-page .content #posts .featured-posts.one-featured-post {
    padding-bottom: 0;
    border: none; }

.page-template-blog-page .content #posts .regular-posts {
  padding-top: 36px;
  border-top: solid 1px #D7D7D7; }
  .page-template-blog-page .content #posts .regular-posts.no-featured-posts {
    padding-top: 0;
    border: none; }

.page-template-blog-page .content #posts .featured-post,
.page-template-blog-page .content #posts .regular-post,
.page-template-blog-page .content #posts #paginated-posts {
  margin-top: 36px;
  padding-top: 36px;
  border-top: solid 1px #D7D7D7; }
  .page-template-blog-page .content #posts .featured-post a.row,
  .page-template-blog-page .content #posts .regular-post a.row,
  .page-template-blog-page .content #posts #paginated-posts a.row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .page-template-blog-page .content #posts .featured-post:first-child,
  .page-template-blog-page .content #posts .regular-post:first-child,
  .page-template-blog-page .content #posts #paginated-posts:first-child {
    margin-top: 0;
    padding-top: 0;
    border: none; }

.page-template-blog-page .content #posts #paginated-posts {
  display: none; }

.page-template-blog-page .content #posts .load-more-button {
  text-align: center;
  margin-top: 54px; }

.page-template-blog-page .content #posts #load-more {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .page-template-blog-page .content #posts #load-more img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    padding-left: 18px;
    height: 34px; }

@media screen and (min-width: 992px) {
  .page-template-blog-page .content #posts .featured-image-holder {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .page-template-blog-page .content #posts .featured-img {
    margin-bottom: 0; }
  .page-template-blog-page .content #posts .title-block {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    .page-template-blog-page .content #posts .title-block h4, .page-template-blog-page .content #posts .title-block h2 {
      margin-top: 0;
      margin-bottom: 18px; } }

@media screen and (min-width: 1024px) {
  .page-template-blog-page .content #posts .load-more-button {
    margin-top: 72px; } }

@media screen and (min-width: 1440px) {
  .page-template-blog-page .content #posts .featured-post,
  .page-template-blog-page .content #posts .regular-post,
  .page-template-blog-page .content #posts #paginated-posts {
    margin-top: 54px;
    padding-top: 54px; }
  .page-template-blog-page .content #posts .signup-box {
    margin-top: 54px;
    margin-bottom: 54px; }
  .page-template-blog-page .content #posts .featured-posts {
    padding-bottom: 54px; }
  .page-template-blog-page .content #posts .regular-posts {
    padding-top: 54px; } }
