/* ==============================================================
 *
 * STYLES
 *
 * ============================================================== */
/* ==============================================================
 *
 * ICONS
 *
 * ============================================================== */
/* ------------------------------------
 * --mixins
 * ------------------------------------*/
/* ==============================================================
 *
 * Media queries
 *
 * ============================================================== */
/* ==============================================================
 *
 * Base
 *  - reset
 *  - default styles
 *
 * ============================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
.searchform__input,
.hero__text p,
h2,
.wysiwyg--h2,
.gform_confirmation_wrapper,
.projectfilter__search input,
.bigtestimonial__text,
h3,
.bigtestimonial__author,
h4,
.wysiwyg--h4,
h5,
.wysiwyg--h5,
.bigtestimonial__authorsub,
h6,
.projectnav__label,
.tabnav__link,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

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

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 0.75em;
  /* 2 */
  margin: 1.5em 0;
  white-space: pre;
  background-color: #ccc;
  padding: 20px; }

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

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

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

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

/* --clear */
.l-cf:before, .l-cf:after {
  content: ' ';
  display: table; }

.l-cf:after {
  clear: both; }

/* --------------------------------------------
 * --wordpress default media
 * -------------------------------------------- */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

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

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

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

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

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

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

/* ==============================================================
 *
 * Layout
 *  - util layout styles (prefixed with "l-")
 *
 * ============================================================== */
.site-content {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }

.l-container, .single-news .type-news,
.sk-plain-page .type-page, .so-widget-big-testimonial-widget, .so-widget-centerline-button-widget, .so-widget-content-box, .so-widget-highlight-widget, .so-widget-project-header-widget {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1272px;
  padding-left: 24px;
  padding-right: 24px; }

@media (max-width: 480px) {
  .l-container--mobilestretch {
    padding-left: 0;
    padding-right: 0; } }

.tabgroup .panel-layout .l-container, .tabgroup .panel-layout .single-news .type-news, .single-news .tabgroup .panel-layout .type-news,
.tabgroup .panel-layout .sk-plain-page .type-page, .sk-plain-page .tabgroup .panel-layout .type-page, .tabgroup .panel-layout .so-widget-big-testimonial-widget, .tabgroup .panel-layout .so-widget-centerline-button-widget, .tabgroup .panel-layout .so-widget-content-box, .tabgroup .panel-layout .so-widget-highlight-widget, .tabgroup .panel-layout .so-widget-project-header-widget {
  padding-left: 0;
  padding-right: 0; }

/* ------------------------------------
 * --layout
 * ------------------------------------*/
.main__wrap {
  padding-top: 72px; }
  @media (max-width: 480px) {
    .main__wrap {
      padding-top: 58px; } }

.centerline {
  display: block;
  position: fixed;
  z-index: 5;
  width: 2px;
  top: 0;
  left: 50%;
  height: 50vh;
  margin-left: -1px;
  background-color: #CF2B20;
  -webkit-transition: height 1s;
  transition: height 1s; }
  .centerline.at-bottom {
    height: 100vh; }

/* ------------------------------------
 * --common layouts
 * ------------------------------------*/
@media (min-width: 769px) {
  .l-2col-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -24px;
    margin-right: -24px; } }

.l-2col-grid .gridcell {
  margin-bottom: 60px; }
  @media (min-width: 769px) {
    .l-2col-grid .gridcell {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 24px;
      padding-right: 24px; } }

.l-2col-grid .gridcell--smallmargin {
  margin-bottom: 48px; }

@media (min-width: 769px) {
  .grid-content-left {
    padding-right: 20px; } }

/* ------------------------------------
 * --flex
 * ------------------------------------*/
@media (min-width: 769px) {
  .l-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

/* ------------------------------------
 * --Site origin layouts
 * ------------------------------------*/
/**
 * Apply this class to indicate a 2 column layout
 */
.so-2col .panel-grid-cell:nth-child(1) {
  padding-right: 24px; }

.so-2col .panel-grid-cell:nth-child(2) {
  padding-left: 24px; }

@media (max-width: 768px) {
  .so-2col .panel-grid-cell:nth-child(2) {
    margin-top: 1rem; } }

.l-basicpage,
.page__basic,
.single-job .type-job,
.sk-plain-page .type-page,
.single-news .type-news {
  margin-top: 120px;
  padding-top: 40px;
  padding-bottom: 2px; }
  @media (max-width: 768px) {
    .l-basicpage,
    .page__basic,
    .single-job .type-job,
    .sk-plain-page .type-page,
    .single-news .type-news {
      position: relative;
      z-index: 6;
      background-color: #fff; } }

.single-news .type-news,
.sk-plain-page .type-page {
  position: relative;
  z-index: 6;
  background-color: #fff;
  max-width: 960px;
  margin-bottom: 100px;
  padding-bottom: 40px; }

.l-basicpage {
  margin-bottom: 100px; }

/* ==============================================================
 *
 * Typography
 *
 * ============================================================== */
/* ------------------------------------
 * --fonts
 * ------------------------------------*/
@font-face {
  font-family: "Benton Sans Book";
  src: url("../fonts/BentonSans-Book.otf"); }

@font-face {
  font-family: "Benton Sans Light";
  src: url("../fonts/BentonSans-Light.otf"); }

@font-face {
  font-family: "Benton Sans Medium";
  src: url("../fonts/BentonSans-Medium.otf"); }

@font-face {
  font-family: "Farnham Display";
  src: url("../fonts/Farnham-Display-Regular.otf"); }

/* ------------------------------------------
 * --vars
 * ------------------------------------------ */
/* ------------------------------------------
 * --base
 * ------------------------------------------ */
html {
  font-size: 18px; }

body,
button,
input,
select,
textarea {
  font-family: "Benton Sans Book", "Helvetica", "Arial", sans-serif;
  color: #181818;
  line-height: 1.55; }

em {
  font-style: italic; }

/* --------------------------------------------
 * --headers
 * -------------------------------------------- */
/**
 * h1
 * 60 / 70
 * Farnham
 */

h1,
.searchform__input,
.hero__text p {
  font-family: "Farnham Display", "Georgia", serif;
  font-size: 3.33rem;
  line-height: 1.167; }
  @media (max-width: 768px) {
    
    h1,
    .searchform__input,
    .hero__text p {
      font-size: 1.556rem;
      line-height: 1.25; } }

/**
 * h2
 * 40 / 45
 * Farnham
 */

h2,
.wysiwyg--h2,
.gform_confirmation_wrapper,
.projectfilter__search input,
.bigtestimonial__text {
  font-family: "Farnham Display", "Georgia", serif;
  font-size: 2.22rem;
  line-height: 1.125; }
  @media (max-width: 768px) {
    
    h2,
    .wysiwyg--h2,
    .gform_confirmation_wrapper,
    .projectfilter__search input,
    .bigtestimonial__text {
      font-size: 1.444rem;
      line-height: 1.2; } }
  @media (max-width: 480px) {
    
    h2,
    .wysiwyg--h2,
    .gform_confirmation_wrapper,
    .projectfilter__search input,
    .bigtestimonial__text {
      font-size: 1.333rem;
      line-height: 1.125; } }

/**
 * h3
 * 30 / 35
 * Benton Sans Light
 */

h3,
.bigtestimonial__author {
  font-family: "Benton Sans Light", "Helvetica", "Arial", sans-serif;
  font-size: 1.667rem;
  line-height: 1.167; }
  @media (max-width: 768px) {
    
    h3,
    .bigtestimonial__author {
      font-size: 1.111rem;
      line-height: 1.25; } }

.h3-small, .wysiwyg--h3-small {
  font-family: "Benton Sans Book", "Helvetica", "Arial", sans-serif;
  font-size: 1.388888889rem;
  line-height: 1.25; }
  @media (max-width: 768px) {
    .h3-small, .wysiwyg--h3-small {
      font-size: 1.111rem;
      line-height: 1.25; } }

/**
 * h4
 * 25 / 32
 * Benton Sans Medium
 */

h4,
.wysiwyg--h4 {
  font-family: "Benton Sans Medium", "Helvetica", "Arial", sans-serif;
  font-size: 1.3889rem;
  line-height: 1.28; }
  @media (max-width: 768px) {
    
    h4,
    .wysiwyg--h4 {
      font-size: 1.111rem;
      line-height: 1.35; } }

/**
 * h5
 * 16 / 22
 * Benton Sans Medium
 */

h5,
.wysiwyg--h5,
.bigtestimonial__authorsub {
  font-family: "Benton Sans Medium", "Helvetica", "Arial", sans-serif;
  font-size: 0.8889rem;
  line-height: 1.375; }
  @media (max-width: 768px) {
    
    h5,
    .wysiwyg--h5,
    .bigtestimonial__authorsub {
      font-size: 0.833rem; } }

/**
 * h6
 *
 */

h6,
.projectnav__label,
.tabnav__link {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.6667rem;
  line-height: 1.375;
  font-family: "Benton Sans Medium", "Helvetica", "Arial", sans-serif; }

/* ------------------------------------
 * --other headers
 * ------------------------------------*/
.t-superhead {
  color: #CF2B20;
  margin-bottom: 1em; }

.sectionheader {
  color: #CF2B20;
  text-align: center;
  margin-bottom: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
  z-index: 6;
  background-color: #fff; }
  .page-template-page-basic .sectionheader {
    margin-bottom: 2em; }

/* --------------------------------------------
 * --basic
 * -------------------------------------------- */
p + p,
.l-margin-top {
  margin-top: 1em; }

.l-margin-top--large {
  margin-top: 1.5em; }

.l-pad-top {
  padding-top: 1em; }

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

button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer; }
  button:focus {
    outline: none; }

.force-no-underline {
  text-decoration: none; }
  .force-no-underline:hover {
    color: #979797; }

/* ------------------------------------
 * --cta
 * ------------------------------------*/
.em-button,
a.em-cta,
span.em-cta > a,
button.em-cta,
p.em-cta > span {
  display: inline-block;
  font-family: "Benton Sans Medium", "Helvetica", "Arial", sans-serif;
  font-size: 0.8889rem;
  text-decoration: none;
  position: relative; }
  .em-button:after,
  a.em-cta:after,
  span.em-cta > a:after,
  button.em-cta:after,
  p.em-cta > span:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 15px;
    top: 50%;
    margin-top: -8px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2218%22%20viewBox%3D%220%200%2011%2018%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23CF2B20%22%20stroke-width%3D%222%22%20d%3D%22M.944%201.361l8%207.667-7.652%207.333%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }

a.em-cta,
span.em-cta > a,
button.em-cta,
p.em-cta > span {
  color: #CF2B20;
  padding-right: 16px; }
  a.em-cta:after,
  span.em-cta > a:after,
  button.em-cta:after,
  p.em-cta > span:after {
    right: 0; }

a.em-cta:hover,
button.em-cta:hover,
span.em-cta > a:hover {
  color: #979797; }
  a.em-cta:hover:after,
  button.em-cta:hover:after,
  span.em-cta > a:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2218%22%20viewBox%3D%220%200%2011%2018%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%237D7878%22%20stroke-width%3D%222%22%20d%3D%22M.944%201.361l8%207.667-7.652%207.333%22%2F%3E%3C%2Fsvg%3E"); }

.em-button {
  color: #CF2B20;
  padding: 18px 32px 18px 18px;
  border: 2px solid #CF2B20;
  line-height: 1.25; }
  .em-button:after {
    right: 14px; }
  .em-button:hover {
    background-color: #CF2B20;
    color: #fff; }
    .em-button:hover:after {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2218%22%20viewBox%3D%220%200%2011%2018%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20d%3D%22M.944%201.361l8%207.667-7.652%207.333%22%2F%3E%3C%2Fsvg%3E"); }

.title-cta {
  text-decoration: none; }
  .title-cta:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-left: 12px;
    width: 14px;
    height: 26px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2218%22%20viewBox%3D%220%200%2011%2018%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23CF2B20%22%20stroke-width%3D%222%22%20d%3D%22M.944%201.361l8%207.667-7.652%207.333%22%2F%3E%3C%2Fsvg%3E"); }
  .title-cta:hover {
    color: #CF2B20; }

/* ------------------------------------
 * --lists
 * ------------------------------------*/
.t-inlinelist li {
  display: inline-block;
  vertical-align: middle; }

/* ------------------------------------
 * --content
 * ------------------------------------*/
.widget_sow-editor p + p,
.widget_sow-editor p + ul,
.widget_sow-editor ul + p,
.em-content p + p,
.em-content p + ul,
.em-content ul + p {
  margin-top: 1em; }

.widget_sow-editor em,
.em-content em {
  font-style: italic; }

.widget_sow-editor ul,
.em-content ul {
  margin-left: 1.1em;
  margin-left: calc(1em + 10px); }
  .widget_sow-editor ul li,
  .em-content ul li {
    list-style: square;
    margin-bottom: 0.5rem;
    padding-left: 8px; }

.widget_sow-editor strong,
.em-content strong {
  font-family: "Benton Sans Medium", "Helvetica", "Arial", sans-serif; }

.widget_sow-editor a,
.em-content a {
  color: #CF2B20;
  text-decoration: none; }
  .widget_sow-editor a:hover,
  .em-content a:hover {
    color: #7D7878; }

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  border-radius: 0; }

/* ------------------------------------
 * --gravity
 * ------------------------------------*/
@media (max-width: 768px) {
  .widget_gform_widget {
    margin-top: 80px; } }

.gform_wrapper {
  margin: 0; }
  .gform_wrapper .gfield_label {
    display: none; }
  .gform_wrapper .ginput_container {
    margin: 0; }
  .gform_wrapper input[type="text"],
  .gform_wrapper input[type="email"],
  .gform_wrapper textarea {
    width: 100%;
    display: block;
    margin: 0;
    position: relative;
    border: 2px solid #CF2B20;
    margin-top: -2px;
    font-size: 1.3889rem;
    padding: 18px 28px;
    border-radius: 0; }
    @media (min-width: 769px) {
      .gform_wrapper input[type="text"],
      .gform_wrapper input[type="email"],
      .gform_wrapper textarea {
        margin-left: -1px; } }
    .gform_wrapper input[type="text"].input-has-content, .gform_wrapper input[type="text"]:focus,
    .gform_wrapper input[type="email"].input-has-content,
    .gform_wrapper input[type="email"]:focus,
    .gform_wrapper textarea.input-has-content,
    .gform_wrapper textarea:focus {
      border-color: #181818;
      outline: none;
      z-index: 8; }
  .gform_wrapper textarea {
    height: 280px; }
    @media (max-width: 480px) {
      .gform_wrapper textarea {
        height: 160px; } }
  .gform_wrapper ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #CF2B20; }
  .gform_wrapper ::-moz-placeholder {
    /* Firefox 19+ */
    color: #CF2B20; }
  .gform_wrapper :-ms-input-placeholder {
    /* IE 10+ */
    color: #CF2B20; }
  .gform_wrapper :-moz-placeholder {
    /* Firefox 18- */
    color: #CF2B20; }
  .gform_wrapper input:focus::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #181818; }
  .gform_wrapper input:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: #181818; }
  .gform_wrapper input:focus:-ms-input-placeholder {
    /* IE 10+ */
    color: #181818; }
  .gform_wrapper input:focus:-moz-placeholder {
    /* Firefox 18- */
    color: #181818; }
  .gform_wrapper textarea:focus::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #181818; }
  .gform_wrapper textarea:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: #181818; }
  .gform_wrapper textarea:focus:-ms-input-placeholder {
    /* IE 10+ */
    color: #181818; }
  .gform_wrapper textarea:focus:-moz-placeholder {
    /* Firefox 18- */
    color: #181818; }
  .gform_wrapper input[type="submit"] {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    border: 2px solid #CF2B20;
    display: block;
    width: 100%;
    font-family: "Benton Sans Medium", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.6667rem;
    text-align: center;
    padding: .75rem;
    margin-top: -2px;
    color: #CF2B20;
    cursor: pointer;
    position: relative;
    z-index: 10; }
    @media (min-width: 769px) {
      .gform_wrapper input[type="submit"] {
        margin-left: -1px; } }
    .gform_wrapper input[type="submit"]:hover {
      background-color: #CF2B20;
      color: #fff; }
    .gform_wrapper input[type="submit"]:focus {
      outline: none; }
  .gform_wrapper .validation_error,
  .gform_wrapper .validation_message {
    margin: .5em 0 1.5em 0;
    font-size: 0.8889rem; }
    @media (min-width: 769px) {
      .gform_wrapper .validation_error,
      .gform_wrapper .validation_message {
        margin-left: 12px; } }

.gform_confirmation_wrapper {
  color: #CF2B20; }
  @media (min-width: 769px) {
    .gform_confirmation_wrapper {
      margin-left: 24px; } }

.gform_footer {
  text-align: center; }

.gform_ajax_spinner {
  -webkit-animation: spinner .8s infinite linear;
          animation: spinner .8s infinite linear;
  width: 30px;
  height: 30px; }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

.error-404 {
  position: relative;
  z-index: 6;
  background-color: #fff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 160px;
  margin-bottom: 160px; }

.site-footer {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #f0f0f0;
  color: #CF2B20;
  font-size: 0.8889rem;
  position: relative;
  z-index: 10;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 480px) {
    .site-footer {
      text-align: center; } }

.footer__social .socialicon {
  display: block;
  width: 44px;
  padding: 12px; }
  .footer__social .socialicon.socialicon--twitter {
    width: 48px; }
  .footer__social .socialicon svg {
    display: block;
    width: 100%;
    max-width: 48px;
    max-height: 20px;
    pointer-events: none; }

.footer__social .sk-social-media-menu {
  margin-right: -12px; }

.socialicon:hover svg path {
  fill: #979797; }

.footer__menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (min-width: 769px) {
    .footer__menu {
      padding-left: 40px; } }
  .footer__menu a:hover {
    color: #7D7878; }

/* ------------------------------------
 * --header
 * ------------------------------------*/
.site-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff; }
  .logged-in.admin-bar .site-header {
    top: 32px; }
    @media screen and (max-width: 782px) {
      .logged-in.admin-bar .site-header {
        top: 46px; } }

.header__flex {
  padding-top: 14px;
  padding-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 480px) {
    .header__flex {
      padding-top: 8px;
      padding-bottom: 8px; } }

.header__search,
.header__menutrigger {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px; }
  .header__search svg,
  .header__menutrigger svg {
    max-width: 100%;
    max-height: 28px; }

.header__button {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  @media (max-width: 480px) {
    .header__button {
      padding: 10px; } }

.header__button--search {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 480px) {
    .header__button--search {
      left: -10px; } }

.header__button--menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (max-width: 480px) {
    .header__button--menu {
      right: -10px; } }

.header__logo {
  display: block;
  margin: auto; }

.header__search button:hover g {
  stroke: #979797; }

.header__menutrigger button:hover g {
  fill: #979797; }

.header__branding {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

/* ------------------------------------
 * --logo
 * ------------------------------------*/
.branding__logo {
  width: 340px; }
  @media (max-width: 480px) {
    .branding__logo {
      width: 200px; } }

/* ==============================================================
 *
 * Navigation
 *
 * ============================================================== */
.em-nav-active .nav__overlay {
  display: block; }

.nav__container {
  padding: 86px 44px 80px 44px; }

.nav__wrap {
  width: 100%;
  max-width: 460px;
  margin: auto; }

.nav__menu {
  font-family: "Farnham Display", "Georgia", serif;
  padding-top: 20px; }
  .nav__menu li {
    margin-top: 20px; }
  .nav__menu a {
    font-size: 2.664rem;
    line-height: 1.05;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-right: calc(20px + 20px); }
    .nav__menu a:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      width: 20px;
      height: 34px;
      margin-top: -17px;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2218%22%20viewBox%3D%220%200%2011%2018%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20d%3D%22M.944%201.361l8%207.667-7.652%207.333%22%2F%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
    .nav__menu a:after {
      margin-top: -14px; }
    @media (max-width: 480px) {
      .nav__menu a {
        font-size: 1.444rem;
        padding-right: 20px; }
        .nav__menu a:after {
          width: 10px;
          height: 16px;
          margin-top: -8px; } }
    .nav__menu a:hover {
      opacity: .8; }

/* --------------------------------------------
 * --main nav
 * -------------------------------------------- */
.main-navigation ul li {
  display: block;
  position: relative; }
  .main-navigation ul li a {
    display: block;
    text-decoration: none; }

.overlay {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CF2B20;
  display: none;
  overflow: auto; }

.overlay__container {
  position: relative; }

.overlay__close {
  position: absolute;
  right: 22px;
  top: 16px;
  width: 44px;
  height: 44px;
  padding: 10px; }
  .logged-in.admin-bar .overlay__close {
    top: 48px; }

.pagination {
  position: relative;
  z-index: 6;
  background-color: #fff;
  text-align: center;
  margin-top: 80px; }
  .pagination .page-numbers {
    position: relative;
    z-index: 6;
    background-color: #fff;
    font-family: "Benton Sans Light", "Helvetica", "Arial", sans-serif;
    text-decoration: none;
    display: inline-block;
    color: #7D7878;
    font-size: 1.3888rem;
    padding: 16px 8px; }
    .pagination .page-numbers:hover, .pagination .page-numbers.current {
      color: #CF2B20;
      font-family: "Benton Sans Medium", "Helvetica", "Arial", sans-serif; }

.paginate__wrapper {
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }

.paginate--fadeout {
  opacity: 0; }

/* ------------------------------------
 * --loader
 * ------------------------------------*/
.lds-ellipsis {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 140px;
  left: 50%;
  margin-left: -32px;
  background-color: #fff;
  z-index: 10; }
  .tabpane .lds-ellipsis {
    top: 20px; }
  .lds-ellipsis span {
    position: absolute;
    top: 27px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #181818;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
            animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis span:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis span:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis span:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis span:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite; }

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0); } }

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0); } }

.projectnav__flex {
  position: relative;
  z-index: 6;
  background-color: #fff;
  overflow: hidden; }
  @media (min-width: 481px) {
    .projectnav__flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 160px; } }

.projectnav__prev,
.projectnav__next {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  position: relative; }
  @media (max-width: 480px) {
    .projectnav__prev,
    .projectnav__next {
      margin-top: 2px; } }

.projectnav__prev {
  text-align: right; }
  @media (min-width: 481px) {
    .projectnav__prev {
      left: 1px; } }

@media (min-width: 481px) {
  .projectnav__prev--offset {
    left: -1px; } }

@media (min-width: 481px) {
  .projectnav__next {
    left: -1px; } }

@media (min-width: 481px) {
  .projectnav__next--offset {
    left: 1px; } }

.projectnav__link {
  display: block;
  height: 100%;
  background-color: #CF2B20;
  color: #fff;
  text-decoration: none;
  padding: 24px 60px 24px 24px;
  position: relative;
  border: 2px solid #CF2B20; }
  .projectnav__prev--offset .projectnav__link:hover {
    left: 2px;
    padding-right: 26px; }
  .projectnav__next--offset .projectnav__link:hover {
    left: -2px;
    padding-left: 26px; }
  .projectnav__link:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 20px;
    margin-top: -10px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    right: 20px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2218%22%20viewBox%3D%220%200%2011%2018%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20d%3D%22M.944%201.361l8%207.667-7.652%207.333%22%2F%3E%3C%2Fsvg%3E"); }
  .projectnav__prev .projectnav__link {
    padding-left: 60px;
    padding-right: 24px; }
    .projectnav__prev .projectnav__link:after {
      left: 20px;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2211%22%20height%3D%2217%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%201L2%208.667%209.652%2016%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E"); }
  .projectnav__link:hover {
    background-color: #fff;
    color: #CF2B20; }
    .projectnav__link:hover:after {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2218%22%20viewBox%3D%220%200%2011%2018%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23CF2B20%22%20stroke-width%3D%222%22%20d%3D%22M.944%201.361l8%207.667-7.652%207.333%22%2F%3E%3C%2Fsvg%3E"); }
    .projectnav__prev .projectnav__link:hover:after {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2211%22%20height%3D%2217%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%201L2%208.667%209.652%2016%22%20stroke%3D%22%23CF2B20%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E"); }
    @media (max-width: 480px) {
      .projectnav__link:hover {
        border-left: 0;
        border-right: 0; } }

.projectnav__label {
  display: block;
  margin-bottom: 1rem; }

.slick-dots,
.slider__nav {
  font-size: 0; }
  .slick-dots li,
  .slider__nav li {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    display: inline-block;
    vertical-align: middle; }

.slider__nav li:first-child {
  margin-left: 0; }

.slider__nav li:last-child {
  margin-right: 0; }

.slick-dots li button,
.slider__navlink {
  display: block;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  text-decoration: none;
  border: 1px solid #979797;
  border-radius: 50%;
  overflow: hidden; }
  .slick-dots li button:hover,
  .slider__navlink:hover {
    border-color: #CF2B20; }

.slick-dots li.slick-active button,
.slider__navlink--active {
  background-color: #CF2B20;
  border-color: #CF2B20; }

.slick-next,
.slider__navnext {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2218%22%20viewBox%3D%220%200%2011%2018%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%237D7878%22%20stroke-width%3D%222%22%20d%3D%22M.944%201.361l8%207.667-7.652%207.333%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  display: block; }
  .slick-next:not(.slider__nav--hidden):hover,
  .slider__navnext:not(.slider__nav--hidden):hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2218%22%20viewBox%3D%220%200%2011%2018%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23CF2B20%22%20stroke-width%3D%222%22%20d%3D%22M.944%201.361l8%207.667-7.652%207.333%22%2F%3E%3C%2Fsvg%3E"); }

.slick-prev,
.slider__navprev {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2211%22%20height%3D%2217%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%201L2%208.667%209.652%2016%22%20stroke%3D%22%237D7878%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  display: block; }
  .slick-prev:not(.slider__nav--hidden):hover,
  .slider__navprev:not(.slider__nav--hidden):hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2211%22%20height%3D%2217%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%201L2%208.667%209.652%2016%22%20stroke%3D%22%23CF2B20%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E"); }

.slider__nav--hidden {
  opacity: 0.2;
  cursor: default; }

/* ------------------------------------
 * --index display
 * ------------------------------------*/
.slider__indexdisplay {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #CF2B20;
  font-size: 0.6667rem;
  margin-top: 24px;
  font-family: "Benton Sans Medium", "Helvetica", "Arial", sans-serif; }

.slider__slidecount {
  color: #7D7878; }

@media (min-width: 661px) {
  .splitanimate__wrap {
    overflow: hidden; }
  .splitanimate__left,
  .splitanimate__right {
    opacity: 0;
    -webkit-transition: all .8s;
    transition: all .8s; }
    .splitanimate--active .splitanimate__left, .splitanimate--active
    .splitanimate__right {
      opacity: 1;
      -webkit-transform: translateX(0) !important;
              transform: translateX(0) !important; }
  .splitanimate__left,
  .splitcontent--imgright .splitanimate__right {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  .splitanimate__right,
  .splitcontent--imgright .splitanimate__left {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .splitanimate ~ .splitslider__nav {
    opacity: 0; }
  .splitanimate--finished ~ .splitslider__nav {
    opacity: 1; } }

.wysiwyg--h4 {
  color: #CF2B20; }

.wysiwyg--h5 {
  margin-top: 0; }

.em-content .wysiwyg--h5 {
  margin-top: 0; }

.wysiwyg--h5-gray {
  color: #7D7878; }

.wysiwyg--quote {
  font-family: "Farnham Display", "Georgia", serif;
  font-size: 1.5rem;
  line-height: 1.3; }
  @media (max-width: 768px) {
    .wysiwyg--quote {
      font-size: 1.444rem;
      line-height: 1.2; } }
  @media (max-width: 480px) {
    .wysiwyg--quote {
      font-size: 1.333rem;
      line-height: 1.125; } }

.wysiwyg--photo-credit {
  font-size: 0.6667rem;
  margin-top: 1rem; }

.outline__box {
  position: relative;
  border: 2px solid transparent; }
  .contentbox__img + .outline__box {
    border-top-width: 0; }

.outline__box--borderbackup {
  border-color: #CF2B20; }

.outline__svgwrap {
  display: none;
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px; }
  .outline__box--active .outline__svgwrap {
    display: block; }
  .outline__svgwrap svg {
    width: 100%;
    height: 100%;
    display: block; }
    .outline__svgwrap svg rect {
      stroke-width: 4px;
      -webkit-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
      .outline__box--outlined .outline__svgwrap svg rect {
        stroke-dashoffset: 0 !important; }

/* ------------------------------------
 * add imports for component styles here
 * ------------------------------------*/
.expandable__extended {
  display: none; }

.expandable__trigger {
  display: inline-block;
  font-family: "Benton Sans Medium", "Helvetica", "Arial", sans-serif;
  font-size: 0.8889rem;
  text-decoration: none;
  position: relative;
  color: #181818;
  position: relative;
  padding-right: calc(12px + 10px);
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }
  .expandable__trigger:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%3E%3Cpath%20d%3D%22M6%200v12M0%206h12%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23CF2B20%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
  .expandable__trigger:hover {
    color: #979797; }
    .expandable__trigger:hover:after {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%3E%3Cpath%20d%3D%22M6%200v12M0%206h12%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23979797%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E"); }

.expandable__trigger--expanded:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%224%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23CF2B20%22%20stroke-width%3D%223%22%20d%3D%22M.972%202h21%22%2F%3E%3C%2Fsvg%3E"); }

.expandable__trigger--expanded:hover:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%224%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23979797%22%20stroke-width%3D%223%22%20d%3D%22M.972%202h21%22%2F%3E%3C%2Fsvg%3E"); }

.expandable__trigger--fadeout {
  opacity: 0; }

/* ------------------------------------
 * --search
 * ------------------------------------*/
.em-search-active .sitesearch__overlay {
  display: block; }

.searchform__assistive {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -99999px; }

.searchform__input {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 2px solid #181818;
  padding: 24px; }
  .searchform__input:focus {
    outline: none; }

.searchform__submit {
  font-family: "Benton Sans Light", "Helvetica", "Arial", sans-serif;
  position: relative;
  font-size: 1.667rem;
  line-height: 1.167;
  padding-right: 26px;
  margin-top: 24px;
  color: #CF2B20; }
  @media (max-width: 768px) {
    .searchform__submit {
      font-size: 1.111rem;
      line-height: 1.25; } }
  .searchform__submit:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 22px;
    margin-top: -12px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2218%22%20viewBox%3D%220%200%2011%2018%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23CF2B20%22%20stroke-width%3D%222%22%20d%3D%22M.944%201.361l8%207.667-7.652%207.333%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
  .searchform__submit:hover {
    color: #979797; }
    .searchform__submit:hover:after {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2218%22%20viewBox%3D%220%200%2011%2018%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%237D7878%22%20stroke-width%3D%222%22%20d%3D%22M.944%201.361l8%207.667-7.652%207.333%22%2F%3E%3C%2Fsvg%3E"); }

.overlay__container .searchform {
  padding-top: 60px;
  margin-right: 80px; }
  .overlay__container .searchform ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.5); }
  .overlay__container .searchform ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5); }
  .overlay__container .searchform :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.5); }

.overlay__container .searchform__input {
  color: #fff;
  padding: 0;
  border: 0; }

.overlay__container .searchform__submit {
  color: #fff; }
  .overlay__container .searchform__submit:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2218%22%20viewBox%3D%220%200%2011%2018%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20d%3D%22M.944%201.361l8%207.667-7.652%207.333%22%2F%3E%3C%2Fsvg%3E"); }
  .overlay__container .searchform__submit:hover {
    color: #fff;
    opacity: .8; }

/* ------------------------------------
 * --search results
 * ------------------------------------*/
.searchresults {
  position: relative;
  z-index: 6;
  background-color: #fff;
  margin-top: 100px;
  padding-bottom: 40px;
  margin-bottom: 120px;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto; }

.searchresults__header,
.searchresults__result {
  margin-bottom: 60px; }

.searchresult__header {
  margin-bottom: 1rem; }

.searchresult__title {
  margin-bottom: 0.5rem; }

.search__type {
  color: #CF2B20;
  padding-top: 40px;
  position: relative; }
  .search__type:before {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    top: 20px;
    width: 30%;
    background-color: #CF2B20; }

.searchresults__listing {
  margin-top: 60px; }

.searchresults__moreoftype {
  margin-bottom: 60px; }

.notfound__searhform {
  margin-top: 60px; }

.searchfilters {
  margin-top: 20px; }

.searchfilter__type {
  display: inline-block;
  background-color: #f0f0f0;
  padding: 10px 16px;
  border-radius: 4px;
  line-height: 1; }

.searchfilter__remove {
  position: relative;
  padding-left: calc(8px + 10px);
  font-family: "Benton Sans Medium", "Helvetica", "Arial", sans-serif;
  font-size: 0.8889rem;
  text-decoration: none;
  position: relative;
  color: #7D7878;
  margin-left: 20px; }
  .searchfilter__remove:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 15px;
    margin-top: -7.5px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2211%22%20height%3D%2217%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%201L2%208.667%209.652%2016%22%20stroke%3D%22%237D7878%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
  .searchfilter__remove:hover {
    color: #CF2B20; }

.shareable__listitem {
  display: inline-block;
  position: relative; }

.shareable__outlets {
  position: absolute;
  width: 160px;
  top: -64px;
  left: 50%;
  margin-left: -80px;
  text-align: center;
  padding-bottom: 20px;
  overflow: hidden; }
  .shareable__outlets li {
    display: inline-block; }
  @media screen and (max-width: 1340px) {
    .shareable__outlets {
      left: auto;
      margin-left: 0;
      right: -44px; } }
  @media (max-width: 920px) {
    .shareable__outlets {
      right: 0; } }

.shareable__link {
  display: block;
  width: 44px;
  height: 44px;
  padding: 8px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s; }
  .shareable__link svg {
    height: 100%; }
  .shareable__link path {
    fill: #fff; }
  .shareable__link--facebook {
    background-color: #3b5998; }
  .shareable__link--twitter {
    background-color: #1da1f2; }
  .shareable__link--linkedin {
    background-color: #0077b5; }
  .shareable__listitem:hover .shareable__link {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible; }
    .shareable__listitem:hover .shareable__link:hover {
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px); }

/* ------------------------------------
 * --tabgroup
 * ------------------------------------*/
.tabgroup {
  margin-top: 60px; }

.tabgroup__content {
  position: relative;
  z-index: 6;
  background-color: #fff;
  margin-bottom: 160px;
  padding-top: 60px; }
  @media (max-width: 768px) {
    .tabgroup__content {
      margin-bottom: 80px; } }

/* ------------------------------------
 * --panes
 * ------------------------------------*/
.tabpane {
  display: none;
  position: relative; }

.tabpane--active {
  display: block; }

/* ------------------------------------
 * --nav
 * ------------------------------------*/
.tabnav {
  position: relative;
  z-index: 6;
  background-color: #fff;
  border-top: 2px solid #CF2B20; }
  @media (min-width: 769px) {
    .tabnav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 2px solid #CF2B20;
      border-right: 2px solid #CF2B20; } }

@media (min-width: 769px) {
  .tabnav__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; } }

.tabnav__link {
  display: block;
  width: 100%;
  padding: 1rem;
  text-align: center;
  border-left: 2px solid #CF2B20;
  color: #CF2B20;
  text-decoration: none; }
  .tabnav__link--active, .tabnav__link:hover {
    background-color: #CF2B20;
    color: #fff; }
  @media (max-width: 768px) {
    .tabnav__link {
      border-right: 2px solid #CF2B20;
      border-bottom: 2px solid #CF2B20;
      display: none; }
      .tabnav__link--active {
        display: block;
        position: relative; }
        .tabnav__link--active:after {
          content: "";
          display: block;
          position: absolute;
          width: 16px;
          height: 10px;
          right: 16px;
          top: 50%;
          margin-top: -5px;
          background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20d%3D%22M13.666%201L7.021%208%20.666%201.305%22%2F%3E%3C%2Fsvg%3E");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: contain; }
      .tabnav--open .tabnav__link {
        display: block; }
        .tabnav--open .tabnav__link:after {
          -webkit-transform: scale(-1);
                  transform: scale(-1); } }

/* ------------------------------------
 * --the filtering func
 * ------------------------------------*/
.projectfilter {
  position: relative;
  z-index: 6;
  background-color: #fff;
  padding-top: 60px;
  margin-bottom: 60px;
  z-index: 10; }
  @media (min-width: 769px) {
    .projectfilter {
      padding-top: 160px; } }

.projectfilter__search {
  position: relative; }
  .projectfilter__search:after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -14px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2228%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23B1B1B1%22%20stroke-width%3D%222%22%20transform%3D%22translate(1)%22%3E%3Cellipse%20cx%3D%2215.961%22%20cy%3D%2211.76%22%20rx%3D%2210.961%22%20ry%3D%2210.76%22%2F%3E%3Cpath%20d%3D%22M0%2026.82l8.083-7.863%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
    @media (max-width: 660px) {
      .projectfilter__search:after {
        width: 20px;
        height: 20px;
        margin-top: -10px; } }
  .projectfilter__search input {
    border: 2px solid #181818;
    padding: 24px 58px 24px 24px;
    margin: 0;
    display: block;
    width: 100%; }
    .projectfilter__search input:hover {
      border-color: #7D7878; }
    .projectfilter__search input:focus {
      outline: none;
      border-color: #181818; }
    @media (max-width: 480px) {
      .projectfilter__search input {
        padding-left: 10px; } }
  .projectfilter__search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7D7878; }
  .projectfilter__search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #7D7878; }
  .projectfilter__search :-ms-input-placeholder {
    /* IE 10+ */
    color: #7D7878; }

.projectfilter__mobilefilter {
  font-family: "Benton Sans Medium", "Helvetica", "Arial", sans-serif;
  position: relative;
  padding-right: calc(12px + 10px);
  font-size: 0.8889rem;
  color: #7D7878;
  width: 100%;
  border-left: 2px solid #7D7878;
  border-right: 2px solid #7D7878;
  border-bottom: 2px solid #7D7878;
  margin-bottom: -2px;
  padding: 10px;
  text-align: left;
  -webkit-font-smoothing: antialiased; }
  .projectfilter__mobilefilter:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 10px;
    margin-top: -5px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23CF2B20%22%20stroke-width%3D%222%22%20d%3D%22M13.666%201L7.021%208%20.666%201.305%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
  @media (min-width: 661px) {
    .projectfilter__mobilefilter {
      display: none; } }

.projectfilter__mobilefilter--active {
  background-color: #7D7878;
  color: #fff; }
  .projectfilter__mobilefilter--active:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20d%3D%22M13.666%201L7.021%208%20.666%201.305%22%2F%3E%3C%2Fsvg%3E"); }

.projectfilter__filters {
  border-left: 2px solid #7D7878;
  border-right: 2px solid #7D7878;
  display: none; }
  @media (min-width: 661px) {
    .projectfilter__filters {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start; } }

select.filterlist__container {
  font-family: "Benton Sans Medium", "Helvetica", "Arial", sans-serif;
  font-size: 0.8889rem;
  color: #7D7878;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23CF2B20%22%20stroke-width%3D%222%22%20d%3D%22M13.666%201L7.021%208%20.666%201.305%22%2F%3E%3C%2Fsvg%3E");
  background-position: center right 10px;
  background-size: 10px;
  background-repeat: no-repeat;
  padding: 10px 30px 10px 10px;
  -webkit-font-smoothing: antialiased; }

.projectfilter__submit,
.projectfilter__reset,
.chosen-container-single .chosen-single span {
  font-family: "Benton Sans Medium", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.6667rem;
  color: #7D7878; }

.projectfilter__submit {
  display: block;
  width: 100%;
  text-align: center;
  padding: .75rem;
  border: 2px solid #CF2B20;
  background-color: #CF2B20;
  color: #fff; }
  .projectfilter__submit:hover {
    color: #f5d5d4; }
  .projectfilter__submit:disabled, .projectfilter__submit[disabled], .projectfilter__submit:disabled:hover, .projectfilter__submit[disabled]:hover {
    border-color: #7D7878;
    color: #7D7878;
    background-color: transparent;
    cursor: default; }

.projectfilter__reset {
  position: absolute;
  right: 0;
  bottom: -2rem; }
  .projectfilter__reset:hover {
    color: #CF2B20; }

/* ------------------------------------
 * --individual filters
 * ------------------------------------*/
@media (max-width: 660px) {
  .filter + .filter {
    border-top: 2px solid #7D7878; } }

@media (min-width: 661px) {
  .filter {
    width: 25%;
    position: relative; }
    .filter:first-child {
      left: -2px; }
    .filter:nth-child(2) {
      left: 1px; }
    .filter:nth-child(3) {
      left: -1px; }
    .filter:last-child {
      left: 2px; } }

.filter:focus {
  outline: none; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com
Version 1.8.5
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com
MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 2px solid #7D7878;
  border-top: 0;
  background: #fff;
  display: none; }

.chosen-container.chosen-with-drop .chosen-drop {
  display: block; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  padding: 0.9rem 24px 0.7rem 24px;
  border: 2px solid transparent;
  margin-top: -2px;
  margin-bottom: -2px;
  line-height: 1; }

.chosen-container-single .chosen-single input[type="text"] {
  display: none; }

.chosen-container-single .chosen-single span {
  position: relative;
  padding-right: calc(14px + 10px);
  display: inline-block;
  overflow: hidden;
  z-index: 3;
  line-height: 1.4; }
  .chosen-container-single .chosen-single span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 8px;
    margin-top: -4px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23CF2B20%22%20stroke-width%3D%222%22%20d%3D%22M13.666%201L7.021%208%20.666%201.305%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
  @media (max-width: 660px) {
    .chosen-container-single .chosen-single span {
      display: block; } }

.filter--selected .chosen-container-single .chosen-single span {
  color: #CF2B20; }

.chosen-container-single.chosen-with-drop .chosen-single span {
  color: #CF2B20; }
  .chosen-container-single.chosen-with-drop .chosen-single span:after {
    -webkit-transform: scale(-1);
            transform: scale(-1); }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -2px; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 180px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 0.5rem 24px;
  list-style: none;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  font-size: 0.8889rem; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  color: #CF2B20; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  background-color: #eeeeee;
  color: #333;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #7D7878; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* ------------------------------------
 * --the grid itself
 * ------------------------------------*/
.projectgrid {
  position: relative;
  z-index: 6;
  background-color: #fff; }
  @media (min-width: 661px) {
    .projectgrid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.projectcell {
  display: block;
  position: relative;
  text-decoration: none;
  opacity: 0;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-transition: all .8s;
  transition: all .8s; }
  @media (min-width: 661px) {
    .projectcell {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 921px) {
    .projectcell {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3333%;
              flex: 0 0 33.3333%;
      max-width: 33.333333%; } }
  @media screen and (min-width: 1900px) {
    .projectcell {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; } }
  .projectcell:hover .projectcell__thumb img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition-duration: 6s;
            transition-duration: 6s; }
  .projectcell:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.78)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.78)); }
  .projectcell:nth-child(1) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s; }
  .projectcell:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; }
  .projectcell:nth-child(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .projectcell:nth-child(4) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s; }
  .projectcell:nth-child(5) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s; }
  .projectcell:nth-child(6) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
  .projectcell:nth-child(7) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s; }
  .projectcell:nth-child(8) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s; }
  .projectcell:nth-child(9) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s; }
  .projectcell:nth-child(10) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s; }
  .projectcell:nth-child(11) {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s; }
  .projectcell:nth-child(12) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s; }
  .projectcell:nth-child(13) {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s; }
  .projectcell:nth-child(14) {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s; }
  .projectcell:nth-child(15) {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s; }
  .projectcell:nth-child(16) {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s; }
  .projectcell:nth-child(17) {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s; }
  .projectcell:nth-child(18) {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s; }
  .projectcell:nth-child(19) {
    -webkit-transition-delay: 1.9s;
            transition-delay: 1.9s; }
  .projectcell:nth-child(20) {
    -webkit-transition-delay: 2s;
            transition-delay: 2s; }
  .projectcell:nth-child(21) {
    -webkit-transition-delay: 2.1s;
            transition-delay: 2.1s; }
  .projectcell:nth-child(22) {
    -webkit-transition-delay: 2.2s;
            transition-delay: 2.2s; }
  .projectcell:nth-child(23) {
    -webkit-transition-delay: 2.3s;
            transition-delay: 2.3s; }
  .projectcell:nth-child(24) {
    -webkit-transition-delay: 2.4s;
            transition-delay: 2.4s; }
  .projectcell:nth-child(25) {
    -webkit-transition-delay: 2.5s;
            transition-delay: 2.5s; }
  .projectcell:nth-child(26) {
    -webkit-transition-delay: 2.6s;
            transition-delay: 2.6s; }
  .projectcell:nth-child(27) {
    -webkit-transition-delay: 2.7s;
            transition-delay: 2.7s; }
  .projectcell:nth-child(28) {
    -webkit-transition-delay: 2.8s;
            transition-delay: 2.8s; }
  .projectcell:nth-child(29) {
    -webkit-transition-delay: 2.9s;
            transition-delay: 2.9s; }
  .projectcell:nth-child(30) {
    -webkit-transition-delay: 3s;
            transition-delay: 3s; }
  .projectcell:nth-child(31) {
    -webkit-transition-delay: 3.1s;
            transition-delay: 3.1s; }
  .projectcell:nth-child(32) {
    -webkit-transition-delay: 3.2s;
            transition-delay: 3.2s; }
  .projectcell:nth-child(33) {
    -webkit-transition-delay: 3.3s;
            transition-delay: 3.3s; }
  .projectcell:nth-child(34) {
    -webkit-transition-delay: 3.4s;
            transition-delay: 3.4s; }
  .projectcell:nth-child(35) {
    -webkit-transition-delay: 3.5s;
            transition-delay: 3.5s; }
  .projectcell:nth-child(36) {
    -webkit-transition-delay: 3.6s;
            transition-delay: 3.6s; }
  .projectcell:nth-child(37) {
    -webkit-transition-delay: 3.7s;
            transition-delay: 3.7s; }
  .projectcell:nth-child(38) {
    -webkit-transition-delay: 3.8s;
            transition-delay: 3.8s; }
  .projectcell:nth-child(39) {
    -webkit-transition-delay: 3.9s;
            transition-delay: 3.9s; }
  .projectcell:nth-child(40) {
    -webkit-transition-delay: 4s;
            transition-delay: 4s; }
  .projectcell:nth-child(41) {
    -webkit-transition-delay: 4.1s;
            transition-delay: 4.1s; }
  .projectcell:nth-child(42) {
    -webkit-transition-delay: 4.2s;
            transition-delay: 4.2s; }
  .projectcell:nth-child(43) {
    -webkit-transition-delay: 4.3s;
            transition-delay: 4.3s; }
  .projectcell:nth-child(44) {
    -webkit-transition-delay: 4.4s;
            transition-delay: 4.4s; }
  .projectcell:nth-child(45) {
    -webkit-transition-delay: 4.5s;
            transition-delay: 4.5s; }
  .projectcell:nth-child(46) {
    -webkit-transition-delay: 4.6s;
            transition-delay: 4.6s; }
  .projectcell:nth-child(47) {
    -webkit-transition-delay: 4.7s;
            transition-delay: 4.7s; }
  .projectcell:nth-child(48) {
    -webkit-transition-delay: 4.8s;
            transition-delay: 4.8s; }
  .projectcell:nth-child(49) {
    -webkit-transition-delay: 4.9s;
            transition-delay: 4.9s; }
  .projectcell:nth-child(50) {
    -webkit-transition-delay: 5s;
            transition-delay: 5s; }
  .projectcell:nth-child(51) {
    -webkit-transition-delay: 5.1s;
            transition-delay: 5.1s; }
  .projectcell:nth-child(52) {
    -webkit-transition-delay: 5.2s;
            transition-delay: 5.2s; }
  .projectcell:nth-child(53) {
    -webkit-transition-delay: 5.3s;
            transition-delay: 5.3s; }
  .projectcell:nth-child(54) {
    -webkit-transition-delay: 5.4s;
            transition-delay: 5.4s; }
  .projectcell:nth-child(55) {
    -webkit-transition-delay: 5.5s;
            transition-delay: 5.5s; }
  .projectcell:nth-child(56) {
    -webkit-transition-delay: 5.6s;
            transition-delay: 5.6s; }
  .projectcell:nth-child(57) {
    -webkit-transition-delay: 5.7s;
            transition-delay: 5.7s; }
  .projectcell:nth-child(58) {
    -webkit-transition-delay: 5.8s;
            transition-delay: 5.8s; }
  .projectcell:nth-child(59) {
    -webkit-transition-delay: 5.9s;
            transition-delay: 5.9s; }
  .projectcell:nth-child(60) {
    -webkit-transition-delay: 6s;
            transition-delay: 6s; }
  .projectgrid--init .projectcell {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }

.projectcell__thumb {
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .projectcell__thumb img {
    width: 100%;
    display: block;
    -webkit-transition: all 3s;
    transition: all 3s; }

.projectcell__thumb-placeholder {
  width: 100%;
  height: 0;
  padding-bottom: 61.25%;
  background-color: #979797; }

.projectcell__data {
  position: absolute;
  z-index: 3;
  left: 20px;
  bottom: 20px;
  right: 20px;
  color: #fff; }

/* ------------------------------------
 * --not found
 * ------------------------------------*/
.projectgrid__notfound {
  position: relative;
  z-index: 6;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 60px;
  text-align: center; }

/* ------------------------------------
 * import widget styles here
 * ------------------------------------*/
.accolade {
  margin-top: 1em; }

.newslist {
  position: relative;
  z-index: 6;
  background-color: #fff; }

.article__date {
  color: #CF2B20;
  margin-bottom: 1em; }

.article__title {
  margin-bottom: 1rem; }

.so-widget-big-testimonial-widget {
  margin-bottom: 160px; }
  @media (max-width: 768px) {
    .so-widget-big-testimonial-widget {
      margin-bottom: 80px; } }

.bigtestimonial {
  padding: 24px;
  position: relative;
  z-index: 6;
  background-color: #fff; }
  @media (min-width: 481px) {
    .bigtestimonial {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (min-width: 921px) {
    .bigtestimonial {
      padding: 60px 160px; } }

.bigtestimonial__text,
.bigtestimonial__author,
.bigtestimonial__authorsub {
  color: #CF2B20; }

.bigtestimonial__text {
  margin-bottom: 1rem; }

.bigtestimonial__author {
  margin-bottom: 0.25rem; }

.bigtestimonial__expandable {
  margin-top: 24px; }

.so-widget-centerline-button-widget {
  margin-bottom: 160px; }
  @media (max-width: 768px) {
    .so-widget-centerline-button-widget {
      margin-bottom: 80px; } }

.centerlinebutton__wrapper {
  margin-top: -2px;
  position: relative; }
  @media (min-width: 661px) {
    .centerlinebutton__wrapper {
      width: 50%; } }
  @media (max-width: 660px) {
    .centerlinebutton__wrapper {
      position: relative;
      z-index: 6;
      background-color: #fff; }
      .centerlinebutton__wrapper .em-button {
        width: 100%;
        display: block;
        padding-left: 24px; } }

@media (min-width: 661px) {
  .centerlinebutton__wrapper--left {
    text-align: right;
    left: 1px; } }

@media (min-width: 661px) {
  .centerlinebutton__wrapper--right {
    margin-left: auto;
    right: 1px; } }

@media (max-width: 660px) {
  .widget_featured-projects-widget + .widget_centerline-button-widget,
  .widget_highlight-widget + .widget_centerline-button-widget {
    margin-top: -82px; } }

.so-widget-client-list-widget {
  margin-bottom: 160px;
  position: relative; }
  @media (max-width: 768px) {
    .so-widget-client-list-widget {
      margin-bottom: 80px; } }

@media (min-width: 769px) {
  .clientlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (max-width: 768px) {
  .clientlist {
    padding-top: 20px;
    padding-bottom: 2px;
    position: relative;
    z-index: 6;
    background-color: #fff; } }

@media (min-width: 769px) {
  .clientlist__column {
    width: 48%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%; } }

.client {
  padding-bottom: 0.3em; }

.client__button {
  text-align: left;
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
  .client__button:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%3E%3Cpath%20d%3D%22M6%200v12M0%206h12%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23CF2B20%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E"); }
  .client__button:hover {
    color: #CF2B20; }

.client__button--active:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%224%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23CF2B20%22%20stroke-width%3D%223%22%20d%3D%22M.972%202h21%22%2F%3E%3C%2Fsvg%3E"); }

.client__name .title-cta:after {
  width: 8px;
  height: 14px;
  margin-top: -5px;
  margin-left: 10px; }

.client__namecenter {
  display: inline;
  vertical-align: middle; }

.client__projectlist {
  display: none; }

.client__project {
  margin-top: 0.5em;
  margin-bottom: 1em;
  margin-left: 14px; }

.client__projectlabel {
  color: #CF2B20; }

.client__projectlink {
  text-decoration: none;
  color: #CF2B20; }
  .client__projectlink:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 14px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2218%22%20viewBox%3D%220%200%2011%2018%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23CF2B20%22%20stroke-width%3D%222%22%20d%3D%22M.944%201.361l8%207.667-7.652%207.333%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-left: 6px; }
  .client__projectlink:hover {
    color: #979797; }
    .client__projectlink:hover:after {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2218%22%20viewBox%3D%220%200%2011%2018%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%237D7878%22%20stroke-width%3D%222%22%20d%3D%22M.944%201.361l8%207.667-7.652%207.333%22%2F%3E%3C%2Fsvg%3E"); }

.client__projectname {
  display: inline;
  vertical-align: middle; }

.client__letter-heading {
  font-weight: bold;
  color: #979797;
  font-size: 80px;
  margin-top: 40px;
  margin-bottom: -0.8em;
  line-height: 1;
  opacity: 0.2;
  position: relative;
  z-index: -1; }

.so-widget-content-box {
  margin-bottom: 160px; }
  @media (max-width: 768px) {
    .so-widget-content-box {
      margin-bottom: 80px; } }

.contentbox {
  position: relative;
  z-index: 6;
  background-color: #fff; }

.contentbox__img {
  font-size: 0;
  text-align: center; }

.contentbox__copy {
  padding: 24px; }
  @media (min-width: 481px) {
    .contentbox__copy {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (min-width: 921px) {
    .contentbox__copy {
      padding-left: 160px;
      padding-right: 160px; } }
  .contentbox__img + .contentbox__copy {
    margin-top: -2px; }

.so-widget-featured-projects-widget {
  margin-bottom: 160px; }
  @media (max-width: 768px) {
    .so-widget-featured-projects-widget {
      margin-bottom: 80px; } }

.so-widget-hero-banner-widget {
  position: relative;
  z-index: 6;
  background-color: #fff;
  text-align: center;
  font-size: 0;
  margin-bottom: 40px; }
  .single-project .so-widget-hero-banner-widget {
    margin-bottom: 0; }

.hero--img {
  position: relative;
  overflow: hidden;
  display: inline-block;
  max-width: 100%; }
  .hero--img .hero__image {
    position: relative;
    z-index: 1; }
  .hero--img .hero__textwrap {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 92px;
    z-index: 3; }
    @media (max-width: 768px) {
      .hero--img .hero__textwrap {
        bottom: 24px; } }
  .hero--img.hero--verticalimg img {
    max-height: 80vh; }
  .hero--img:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    z-index: 2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.78)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.78)); }
    .single-project .hero--img:after {
      display: none; }

.heroimage__centerline {
  display: block;
  position: absolute;
  z-index: 4;
  width: 2px;
  bottom: 0;
  left: 50%;
  height: 80px;
  margin-left: -1px;
  background-color: #CF2B20;
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }
  @media (max-width: 768px) {
    .heroimage__centerline {
      display: none; } }

.hero--noimg {
  background-color: #433F3F;
  padding: 60px 24px; }
  @media (min-width: 769px) {
    .hero--noimg {
      padding-top: 160px;
      padding-bottom: 160px; } }

.hero__text {
  width: 100%;
  max-width: 1024px;
  margin: auto; }
  .hero__text p {
    color: #fff; }
  @media (max-width: 768px) {
    .hero__text {
      max-width: 560px; } }

.so-widget-highlight-widget {
  margin-bottom: 160px; }
  @media (max-width: 768px) {
    .so-widget-highlight-widget {
      margin-bottom: 80px; } }

@media (min-width: 661px) {
  .highlight__wrap {
    width: 50%;
    position: relative;
    left: 1px; }
    .highlight__wrap:nth-child(even) {
      margin-left: auto;
      margin-top: -60px;
      left: -1px; } }

.highlight__wrap .splitanimate__wrap {
  margin-top: -2px; }

.highlight {
  display: block;
  border: 2px solid #CF2B20;
  padding: 24px;
  text-decoration: none; }
  @media (max-width: 660px) {
    .highlight {
      position: relative;
      z-index: 6;
      background-color: #fff; } }
  @media (min-width: 661px) {
    .highlight__wrap:nth-child(odd) .highlight {
      border-right: 0; }
    .highlight__wrap:nth-child(even) .highlight {
      border-left: 0; } }

.highlight--hoverable:hover {
  background-color: #CF2B20; }
  .highlight--hoverable:hover,
  .highlight--hoverable:hover .t-superhead,
  .highlight--hoverable:hover .wysiwyg--h5-gray,
  .highlight--hoverable:hover p.em-cta > span {
    color: #fff; }
  .highlight--hoverable:hover p.em-cta > span:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2218%22%20viewBox%3D%220%200%2011%2018%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20d%3D%22M.944%201.361l8%207.667-7.652%207.333%22%2F%3E%3C%2Fsvg%3E"); }

.highlight__content {
  margin-top: 1em; }
  @media (max-width: 768px) {
    .highlight__content {
      font-size: 0.8889rem; } }

.so-widget-em-image-gallery-widget {
  margin-bottom: 160px; }
  @media (max-width: 768px) {
    .so-widget-em-image-gallery-widget {
      margin-bottom: 80px; } }

.imagegallery {
  position: relative;
  z-index: 6;
  background-color: #fff; }

.imagegallery__container {
  margin-bottom: 10px; }
  @media (max-width: 660px) {
    .imagegallery__container {
      padding-left: 0;
      padding-right: 0; } }
  .imagegallery__container:last-child {
    margin-bottom: 0; }

.imagegallery__img {
  font-size: 0; }
  @media (min-width: 661px) {
    .imagegallery__img {
      max-width: 75%; } }

@media (min-width: 661px) {
  .imagegallery__container--offsettop {
    margin-top: -50%; } }

@media (min-aspect-ratio: 4 / 3) {
  .imagegallery__container--offsettop {
    margin-top: -20vh; } }

@media (min-width: 661px) {
  .imagegallery__img--narrow {
    width: 50%;
    text-align: right; }
    .imagegallery__img--narrow.imagegallery__img--right {
      margin-left: auto;
      text-align: left;
      padding-left: 2px; }
    .imagegallery__img--narrow.imagegallery__img--left {
      padding-right: 2px; }
    .imagegallery__img--narrow img {
      max-height: 720px;
      max-height: 75vh;
      width: auto; } }

@media (min-width: 661px) {
  .imagegallery__img--wide.imagegallery__img--right {
    text-align: right;
    margin-left: auto; } }

.so-widget-em-image-slider-widget {
  position: relative;
  z-index: 6;
  background-color: #fff;
  margin-bottom: 160px;
  padding-bottom: 1em; }
  @media (max-width: 768px) {
    .so-widget-em-image-slider-widget {
      margin-bottom: 80px; } }

.imageslider {
  position: relative; }

.imageslider__wrapper {
  width: 100%;
  overflow: hidden; }

.imageslider__slidewrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.smooth {
  -webkit-transition: all calc(var(--f, 1) * .4s) ease-out;
  transition: all calc(var(--f, 1) * .4s) ease-out; }

.imageslider__slide {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  text-align: center;
  pointer-events: none; }
  .imageslider__slide img {
    max-height: 720px;
    width: auto; }
    @media (max-width: 768px) {
      .imageslider__slide img {
        max-height: 460px; } }
    @media (max-width: 480px) {
      .imageslider__slide img {
        max-height: 260px; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .imageslider__slide img {
        min-height: 400px; } }

/* ------------------------------------
 * --nav
 * ------------------------------------*/
.imageslider__nav {
  text-align: center;
  margin-top: 1rem; }

.imagenav__list {
  margin-bottom: 0.5em; }

.imageslider__arrow {
  position: absolute;
  width: 56px;
  height: 88px;
  top: 50%;
  top: calc(50% - 42px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 40%; }
  .imageslider__arrow.slider__navnext {
    right: 20px; }
  .imageslider__arrow.slider__navprev {
    left: 20px; }

.personlist {
  position: relative;
  z-index: 6;
  background-color: #fff; }

.person {
  padding-bottom: 120px; }
  @media (min-width: 769px) {
    .person {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .person:nth-child(odd) .person__main {
        padding-right: 60px;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; }
      .person:nth-child(even) .person__main {
        padding-left: 60px; } }

@media (min-width: 769px) {
  .person__aside,
  .person__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

.person__name {
  margin-bottom: 1rem; }

.person__fullname {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px; }

.person__creds {
  vertical-align: baseline; }

.person__title {
  margin-bottom: 0.25em; }

.person__bio {
  margin-top: 1rem; }

.person__headshot {
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .person__headshot {
      margin-left: -24px;
      margin-right: -24px;
      text-align: center; } }

.person__quotewrap {
  color: #CF2B20;
  margin-left: 1rem;
  margin-top: 20px; }

@media (max-width: 768px) {
  .person__quotewrap--underpic {
    display: none; } }

@media (min-width: 769px) {
  .person__quotewrap--underbio {
    display: none; } }

@media (max-width: 768px) {
  .person__quote {
    font-size: 1.22222rem;
    line-height: 1.25; } }

.personlist--compact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px; }

.person-compact {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 32px; }
  @media (min-width: 481px) {
    .person-compact {
      -ms-flex-preferred-size: 33.333333%;
          flex-basis: 33.333333%; } }
  @media (min-width: 661px) {
    .person-compact {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%; } }
  @media (min-width: 769px) {
    .person-compact {
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%; } }
  @media (min-width: 921px) {
    .person-compact {
      -ms-flex-preferred-size: 16.6666667%;
          flex-basis: 16.6666667%; } }

.person-compact__headshot img {
  display: block;
  width: 100%; }

.person-compact__placeholder-headshot {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 125%;
  background-color: #979797; }

.person-compact__info {
  margin-top: 10px; }

.person-compact__title {
  font-size: 0.8889rem; }

.so-widget-project-header-widget {
  position: relative;
  z-index: 6;
  background-color: #fff;
  margin-bottom: 160px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (max-width: 768px) {
    .so-widget-project-header-widget {
      margin-bottom: 80px; } }
  @media (min-width: 769px) {
    .so-widget-project-header-widget {
      padding-left: 80px;
      padding-right: 80px; } }

.projectheader__util {
  position: absolute;
  right: 20px;
  bottom: -32px; }
  @media (min-width: 769px) {
    .projectheader__util {
      right: 0;
      bottom: 50%;
      -webkit-transform: translateY(50%);
              transform: translateY(50%); } }

.utility {
  width: 40px;
  height: 40px;
  padding: 10px; }
  .utility svg {
    display: block;
    max-width: 20px;
    max-height: 20px; }
  .utility:hover g {
    stroke: #CF2B20; }

@media (max-width: 920px) {
  .utility--print {
    display: none; } }

.projectheader__subhead {
  margin-top: 0.5em; }

.so-widget-split-content-widget {
  margin-bottom: 160px; }
  @media (max-width: 768px) {
    .so-widget-split-content-widget {
      margin-bottom: 80px; } }

@media (max-width: 660px) {
  .splitcontent {
    margin-left: 24px;
    margin-right: 24px;
    position: relative;
    z-index: 6;
    background-color: #fff; } }

@media (min-width: 661px) {
  .splitslide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.splitslide__img,
.splitslide__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%; }

.splitslide__img {
  text-align: right; }
  .splitcontent--imgright .splitslide__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left; }
  @media (max-width: 660px) {
    .splitslide__img img {
      display: block; } }

.splitslide__imgwrap {
  margin-left: auto;
  max-width: 624px; }
  .splitcontent--imgright .splitslide__imgwrap {
    margin-left: 0; }

@media (min-width: 661px) {
  .splitslide__contentwrap {
    padding-left: 48px;
    padding-right: 24px;
    max-width: 636px; }
    .splitcontent--imgright .splitslide__contentwrap {
      padding-left: 24px;
      padding-right: 48px;
      margin-left: auto; } }

@media (max-width: 660px) {
  .splitslide__contentwrap {
    border-right: 2px solid #CF2B20;
    border-bottom: 2px solid #CF2B20;
    border-left: 2px solid #CF2B20;
    padding: 24px; }
    .splitslide__contentwrap.splitslide__contentwrap--noimg {
      border-top: 2px solid #CF2B20; } }

.splitslide__body--pushed {
  margin-left: 1em; }

/* ------------------------------------
 * --slider specific
 * ------------------------------------*/
.splitslider {
  position: relative; }
  .splitslider .splitslide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s; }
  .splitslider .splitslide--active {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .2s;
            transition-delay: .2s; }
  @media (min-width: 661px) {
    .splitslider .splitslide__content {
      padding-top: 80px; } }
  @media (max-width: 660px) {
    .splitslider .splitslide__contentwrap {
      padding: 106px 24px 24px 24px; } }

.splitslider__nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }
  @media (min-width: 661px) {
    .splitcontent--imgleft .splitslider__nav {
      left: 50%; }
      .splitcontent--imgleft .splitslider__nav .l-container, .splitcontent--imgleft .splitslider__nav .single-news .type-news, .single-news .splitcontent--imgleft .splitslider__nav .type-news,
      .splitcontent--imgleft .splitslider__nav .sk-plain-page .type-page, .sk-plain-page .splitcontent--imgleft .splitslider__nav .type-page, .splitcontent--imgleft .splitslider__nav .so-widget-big-testimonial-widget, .splitcontent--imgleft .splitslider__nav .so-widget-centerline-button-widget, .splitcontent--imgleft .splitslider__nav .so-widget-content-box, .splitcontent--imgleft .splitslider__nav .so-widget-highlight-widget, .splitcontent--imgleft .splitslider__nav .so-widget-project-header-widget {
        padding-left: 48px; } }
  @media (max-width: 660px) {
    .splitslider__nav {
      padding-top: 18px;
      display: none; }
      .splitslider__nav .l-container, .splitslider__nav .single-news .type-news, .single-news .splitslider__nav .type-news,
      .splitslider__nav .sk-plain-page .type-page, .sk-plain-page .splitslider__nav .type-page, .splitslider__nav .so-widget-big-testimonial-widget, .splitslider__nav .so-widget-centerline-button-widget, .splitslider__nav .so-widget-content-box, .splitslider__nav .so-widget-highlight-widget, .splitslider__nav .so-widget-project-header-widget {
        padding-left: 24px; } }

.slider__nav--active {
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s; }

.so-widget-split-video-widget {
  margin-bottom: 160px; }
  @media (max-width: 768px) {
    .so-widget-split-video-widget {
      margin-bottom: 80px; } }

.banner-carousel {
  margin-bottom: 40px;
  position: relative; }
  .banner-carousel .heroimage__centerline {
    z-index: 8; }
  .banner-carousel .slides {
    z-index: 6; }
  @media (max-width: 660px) {
    .banner-carousel {
      background-color: #fff;
      z-index: 6; } }

.banner-carousel-slide {
  position: relative;
  z-index: 6;
  overflow: hidden; }
  .banner-carousel-slide a,
  .banner-carousel-slide img {
    display: block;
    width: 100%;
    text-decoration: none;
    color: inherit; }
    .banner-carousel-slide a:hover,
    .banner-carousel-slide img:hover {
      text-decoration: none;
      color: inherit; }
  @media (max-width: 480px) {
    .banner-carousel-slide img {
      position: relative;
      width: 140%;
      max-width: 140%;
      left: -20%; } }
  .banner-carousel-slide .hero__text {
    position: absolute;
    left: 24px;
    right: 24px;
    width: auto;
    bottom: 92px;
    z-index: 9;
    text-align: center; }
    @media (max-width: 660px) {
      .banner-carousel-slide .hero__text {
        position: static;
        padding: 1rem 0.5rem;
        text-align: left; }
        .banner-carousel-slide .hero__text p {
          color: #181818;
          font-size: 1rem; } }
  .banner-carousel-slide:nth-child(n + 2) {
    display: none; }
  .slick-initialized .banner-carousel-slide:nth-child(n + 2) {
    display: block; }

.slick-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 24px; }
  .slick-navigation .slick-prev {
    margin-right: 0.5rem; }
  .slick-navigation .slick-next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 0.5rem; }
  .slick-initialized + .slick-navigation {
    margin-top: 20px; }
  @media (max-width: 660px) {
    .slick-navigation {
      position: relative;
      z-index: 8;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 0 0.5rem 20px;
      margin: 0 !important; } }

.single-header {
  margin-bottom: 40px; }

.so-widget-jobs-list-widget {
  margin-bottom: 160px; }
  @media (max-width: 768px) {
    .so-widget-jobs-list-widget {
      margin-bottom: 80px; } }

.job__title {
  margin-bottom: 1rem; }

@media (max-width: 768px) {
  .jobslist {
    position: relative;
    z-index: 6;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 2px; } }

.sh-elkus-social__container {
  margin-top: 60px; }
  .sh-elkus-social__container .sociallist {
    margin-left: -6px;
    margin-top: 28px; }
    .sh-elkus-social__container .sociallist li {
      padding-left: 0; }
      .sh-elkus-social__container .sociallist li + li {
        margin-left: 36px; }
        @media (max-width: 480px) {
          .sh-elkus-social__container .sociallist li + li {
            margin-left: 20px; } }
    .sh-elkus-social__container .sociallist .socialicon {
      width: 44px;
      height: 44px;
      padding: 6px;
      display: block; }
    .sh-elkus-social__container .sociallist .socialicon--twitter {
      width: 54px; }
    .sh-elkus-social__container .sociallist .socialicon svg {
      display: block;
      width: 100%;
      width: 100%; }

/*# sourceMappingURL=style.css.map */
