/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: 'brownbold';
  src: url("../../fonts/brown-bold-webfont.eot");
  src: url("../../fonts/brown-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/brown-bold-webfont.woff2") format("woff2"), url("../../fonts/brown-bold-webfont.woff") format("woff"), url("../../fonts/brown-bold-webfont.ttf") format("truetype"), url("../../fonts/brown-bold-webfont.svg#brownbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brownregular';
  src: url("../../fonts/brown-regular-webfont.eot");
  src: url("../../fonts/brown-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/brown-regular-webfont.woff2") format("woff2"), url("../../fonts/brown-regular-webfont.woff") format("woff"), url("../../fonts/brown-regular-webfont.ttf") format("truetype"), url("../../fonts/brown-regular-webfont.svg#brownregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brownregular_italic';
  src: url("../../fonts/brown-regularitalic-webfont.eot");
  src: url("../../fonts/brown-regularitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/brown-regularitalic-webfont.woff2") format("woff2"), url("../../fonts/brown-regularitalic-webfont.woff") format("woff"), url("../../fonts/brown-regularitalic-webfont.ttf") format("truetype"), url("../../fonts/brown-regularitalic-webfont.svg#brownregular_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body {
  background: #4e4e56;
  font-family: "brownregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: white;
  line-height: 1.6em;
  height: 100%;
}

h1, h2, h3, h4, h5,
.alpha, .bravo, .charlie, .delta, .echo {
  margin: 0 0 25px;
  line-height: 1.2em;
  font-weight: 400;
}

h1, .alpha {
  font-size: 36px;
  font-size: 2.57143rem;
}

h2, .bravo {
  font-size: 30px;
  font-size: 2.14286rem;
}

h3, .charlie {
  font-size: 22px;
  font-size: 1.57143rem;
  line-height: 1.166666em;
}

h4, .delta {
  font-size: 18px;
  font-size: 1.28571rem;
  text-transform: uppercase;
}

h5, .echo {
  font-size: 16px;
  font-size: 1.14286rem;
  text-transform: uppercase;
}

h6, .foxtrot {
  font-size: 14px;
  font-size: 1rem;
  text-transform: uppercase;
}

.uppercase {
  text-transform: uppercase;
}

em {
  font-family: 'brownregular_italic';
}

p {
  margin: 0 0 20px;
}

a {
  color: inherit;
}

ol, ul {
  margin: 0 0 20px 16px;
  padding: 0;
}
ol li, ul li {
  margin-bottom: 10px;
}
ol ol, ol ul, ul ol, ul ul {
  margin: 10px 0 0 20px;
}

img {
  max-width: 100%;
  display: block;
}

blockquote {
  font-size: 150%;
  margin-left: 40px;
  font-style: italic;
}

figure {
  margin: 0;
  padding: 0;
}

hr {
  height: 1px;
  border: 0;
  background: white;
  margin: 40px 0;
}

dl {
  margin: 0;
}
dl dd {
  margin: 0;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

button, input[type="submit"] {
  border-radius: 0px;
  border: none;
  outline: none;
  box-shadow: 0;
}

.button, .button.alt {
  border-radius: 0px;
  border: none;
  outline: none;
  box-shadow: 0;
  text-align: center;
  padding: 8px 15px;
}

.tbl {
  display: table;
  height: 100%;
  width: 100%;
}

.tbc {
  display: table-cell;
  vertical-align: middle;
}

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}

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

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

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

.page_wrap {
  min-height: 100%;
  margin-bottom: -50px;
}
.page_wrap:after {
  content: '';
  display: block;
}
@media all and (max-width: 1000px) {
  .page_wrap {
    margin-bottom: 0;
  }
}

.container, .inner {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

div[role="main"] {
  padding-top: 146px;
}
@media all and (max-width: 1000px) {
  div[role="main"] {
    padding-top: 0;
  }
}

.outer {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.mini_inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  padding-top: 43px;
  padding-bottom: 22px;
  background: white;
  margin-bottom: 29px;
  z-index: 50;
}
@media all and (max-width: 1000px) {
  #header {
    position: relative;
  }
}

.logo_wrap {
  position: relative;
  width: 206px;
  float: left;
  height: 46px;
}

.logo {
  height: 46px;
  position: relative;
  display: block;
  padding-left: 60px;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../../img/logo_2x_half_dark.png);
  background-position: right top;
  background-size: 206px 46px;
}
.home .logo {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-animation: fade-in 0.8s 0.22s linear forwards;
          animation: fade-in 0.8s 0.22s linear forwards;
}

#logo_svg {
  height: 46px;
  position: absolute;
  left: 0;
  top: 0;
}

.home .st0 {
  stroke-dasharray: 15.5 15.5;
  stroke-dashoffset: 15.5;
  -webkit-animation: dash-line 1s linear forwards;
          animation: dash-line 1s linear forwards;
}
.home .st0_1 {
  stroke-dasharray: 15.5 15.5;
  stroke-dashoffset: 15.5;
  -webkit-animation: dash-line 1s 0.1s linear forwards;
          animation: dash-line 1s 0.1s linear forwards;
}
.home .st0_2 {
  stroke-dasharray: 15.5 15.5;
  stroke-dashoffset: 15.5;
  -webkit-animation: dash-line 1s 0.2s linear forwards;
          animation: dash-line 1s 0.2s linear forwards;
}
.home .st1 {
  stroke-dasharray: 70;
  stroke-dashoffset: 70;
  -webkit-animation: dash-line 1.5s linear forwards;
          animation: dash-line 1.5s linear forwards;
}
.home .st2 {
  stroke-dasharray: 70;
  stroke-dashoffset: 70;
  -webkit-animation: dash-line 1.7s linear forwards;
          animation: dash-line 1.7s linear forwards;
}
.home .st3 {
  stroke-dasharray: 70;
  stroke-dashoffset: 70;
  -webkit-animation: dash-line 1.9s linear forwards;
          animation: dash-line 1.9s linear forwards;
}
@-webkit-keyframes dash-line {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash-line {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fade-in {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@media all and (max-width: 600px) {
  #header {
    padding-left: 0;
    padding-right: 0;
  }
}
.menu_toggle_open {
  float: right;
  position: relative;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  padding-top: 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #4e4e56;
}
.menu_toggle_open > span {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.menu_toggle_open > span > span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  height: 4px;
  background: #4e4e56;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.menu_toggle_open > span:before {
  content: '';
  position: absolute;
  top: 100%;
  top: 0;
  margin-top: -10px;
  left: 0;
  right: 0;
  height: 4px;
  background: #4e4e56;
  -webkit-transition: all 0.22s ease;
          transition: all 0.22s ease;
}
.menu_toggle_open > span:after {
  content: '';
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 0;
  right: 0;
  height: 4px;
  background: #4e4e56;
  -webkit-transition: all 0.22s ease;
          transition: all 0.22s ease;
}

#main_navigation {
  position: fixed;
  top: 117px;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  color: #515159;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.22s ease-in-out;
          transition: all 0.22s ease-in-out;
}
.pg_home #main_navigation {
  bottom: 77px;
}
#main_navigation .inner {
  height: 100%;
  position: relative;
}
.show_nav #main_navigation {
  opacity: 1;
  visibility: visible;
}
#main_navigation .menu-main-menu-container {
  display: table;
  width: 100%;
  height: 100%;
}

#main_navigation .menu-main-menu-container > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table-cell;
  vertical-align: middle;
}
#main_navigation .menu-main-menu-container > ul li {
  margin-bottom: 0;
}
#main_navigation .menu-main-menu-container > ul > li {
  display: block;
  font-size: 57px;
  font-size: 4.07143rem;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#main_navigation .menu-main-menu-container > ul > li:nth-child(2) {
  -webkit-transition-property: all;
          transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
#main_navigation .menu-main-menu-container > ul > li:nth-child(2) {
  -webkit-transition-property: all;
          transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#main_navigation .menu-main-menu-container > ul > li:nth-child(3) {
  -webkit-transition-property: all;
          transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#main_navigation .menu-main-menu-container > ul > li a {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 30px;
}
#main_navigation .menu-main-menu-container > ul > li > ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
#main_navigation .menu-main-menu-container > ul > li > ul li {
  margin-bottom: 0;
}
#main_navigation .menu-main-menu-container > ul > li > ul > li {
  font-size: 40px;
  font-size: 2.85714rem;
  -webkit-transition: none;
          transition: none;
}
#main_navigation .menu-main-menu-container > ul > li > ul > li a {
  padding-top: 20px;
  padding-bottom: 20px;
}
#main_navigation .menu-main-menu-container > ul > li > ul > li a:before {
  display: none;
}

.show_nav {
  overflow: hidden;
}
.show_nav #main_navigation .menu-main-menu-container > ul > li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.show_nav .menu_toggle_open > span {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.show_nav .menu_toggle_open > span:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100%;
          transform-origin: 100%;
}
.show_nav .menu_toggle_open > span:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100%;
          transform-origin: 100%;
}
.show_nav .menu_toggle_open > span > span {
  opacity: 0;
}

@media all and (max-width: 600px) {
  .menu_toggle_close {
    margin-right: 6px;
    margin-top: 30px;
  }

  #main_navigation {
    bottom: 0 !important;
  }
  #main_navigation ul li {
    font-size: 36px !important;
    line-height: 1.2em;
  }
  #main_navigation ul li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #main_navigation ul li ul li {
    font-size: 24px !important;
  }
  #main_navigation ul li ul li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
#main_footer, .page_wrap:after {
  height: 50px;
}

#main_footer {
  position: relative;
  font-size: 12px;
  font-size: 0.85714rem;
  border-top: 2px solid white;
  padding-top: 14px;
}
#main_footer .inner {
  position: relative;
  overflow: hidden;
}
#main_footer .inner > div > p:first-child {
  margin-left: 0;
}
#main_footer p {
  text-transform: uppercase;
  margin-bottom: 0;
}
#main_footer a {
  text-decoration: none;
}

.footer_contact_name,
.footer_contact_mobile,
.footer_contact_email {
  float: left;
  margin: 0 16px 0 16px;
}

.footer_contact_mobile:before {
  content: 'M | ';
}

.footer_contact_email:before {
  content: 'E | ';
}

.footer_copyright {
  float: right;
}

@media all and (max-width: 1000px) {
  #main_footer, .page_wrap:after {
    height: auto;
  }

  #main_footer {
    padding-bottom: 14px;
  }

  .footer_contact_name,
  .footer_contact_mobile,
  .footer_contact_email,
  .footer_copyright {
    float: none;
    display: block;
    text-align: center;
  }
}
.notice_success {
  position: relative;
  display: block;
  border: 1px solid transparent;
  padding: 15px;
  margin: 0 0 20px;
  border-radius: 3px;
  color: #3c763d;
  background: #dff0d8;
  border-color: #d6e9c6;
}

.notice_warning {
  position: relative;
  display: block;
  border: 1px solid transparent;
  padding: 15px;
  margin: 0 0 20px;
  border-radius: 3px;
  color: #fcf8e3;
  background: #8a6d3b;
  border-color: #faebcc;
}

.notice_error {
  position: relative;
  display: block;
  border: 1px solid transparent;
  padding: 15px;
  margin: 0 0 20px;
  border-radius: 3px;
  color: #a94442;
  background: #f2dede;
  border-color: #ebccd1;
}

.pg_about .primary_content p,
.pg_about .primary_content td, .pg_contact .primary_content p,
.pg_contact .primary_content td {
  font-size: 22px;
  font-size: 1.57143rem;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.pg_about .primary_content p a,
.pg_about .primary_content td a, .pg_contact .primary_content p a,
.pg_contact .primary_content td a {
  text-decoration: none;
}

.pg_about .primary_content, .pg_contact .primary_content {
  margin-bottom: 40px;
}
.pg_about .primary_content table, .pg_contact .primary_content table {
  width: 100%;
  table-layout: fixed;
}
.pg_about .primary_content td, .pg_contact .primary_content td {
  vertical-align: top;
}

.social_links_heading {
  text-transform: uppercase;
}

.social_link {
  display: inline-block;
  margin-right: 15px;
}

@media all and (max-width: 800px) {
  .sgl_page_content table,
  .sgl_page_content table td {
    display: block;
  }
}
.home .page_wrap > .outer,
.home #main_footer,
.post-type-archive-project .page_wrap > .outer,
.post-type-archive-project #main_footer {
  z-index: 1;
}
.home .page_wrap > .outer,
.post-type-archive-project .page_wrap > .outer {
  position: relative;
}
.home div[role="main"],
.post-type-archive-project div[role="main"] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 77px;
  right: 0;
  z-index: 0;
}
.home div[role="main"] > .outer,
.home div[role="main"] > .outer .primary_content,
.home div[role="main"] > .outer .primary_content .featured_projects,
.post-type-archive-project div[role="main"] > .outer,
.post-type-archive-project div[role="main"] > .outer .primary_content,
.post-type-archive-project div[role="main"] > .outer .primary_content .featured_projects {
  height: 100%;
}
.home div[role="main"] > .outer .primary_content .featured_projects,
.post-type-archive-project div[role="main"] > .outer .primary_content .featured_projects {
  position: relative;
  width: 100%;
  background: transparent;
  table-layout: fixed;
}
.home div[role="main"] > .outer .primary_content .featured_projects .tbc,
.post-type-archive-project div[role="main"] > .outer .primary_content .featured_projects .tbc {
  text-decoration: none;
  position: relative;
  display: table-cell;
  -webkit-transition: all 0.33s ease-in-out;
          transition: all 0.33s ease-in-out;
  background-position: center;
  background-size: auto 100%;
  height: 100%;
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  z-index: 1;
}
.home div[role="main"] > .outer .primary_content .featured_projects .tbc:hover,
.post-type-archive-project div[role="main"] > .outer .primary_content .featured_projects .tbc:hover {
  -moz-filter: none;
  -o-filter: none;
  -webkit-filter: grayscale(0%);
  filter: none;
  -webkit-filter: none;
          filter: none;
}
.home div[role="main"] > .outer .primary_content .featured_projects[data-count="3"] .tbc,
.post-type-archive-project div[role="main"] > .outer .primary_content .featured_projects[data-count="3"] .tbc {
  width: 33.33333%;
}
.home div[role="main"] > .outer .primary_content .featured_projects[data-count="3"] .tbc:hover,
.post-type-archive-project div[role="main"] > .outer .primary_content .featured_projects[data-count="3"] .tbc:hover {
  width: 90%;
}
.home div[role="main"] > .outer .primary_content .featured_projects[data-count="4"] .tbc,
.post-type-archive-project div[role="main"] > .outer .primary_content .featured_projects[data-count="4"] .tbc {
  width: 25%;
}
.home div[role="main"] > .outer .primary_content .featured_projects[data-count="4"] .tbc:hover,
.post-type-archive-project div[role="main"] > .outer .primary_content .featured_projects[data-count="4"] .tbc:hover {
  width: 90%;
}
.home div[role="main"] > .outer .primary_content .featured_projects[data-count="5"] .tbc,
.post-type-archive-project div[role="main"] > .outer .primary_content .featured_projects[data-count="5"] .tbc {
  width: 20%;
}
.home div[role="main"] > .outer .primary_content .featured_projects[data-count="5"] .tbc:hover,
.post-type-archive-project div[role="main"] > .outer .primary_content .featured_projects[data-count="5"] .tbc:hover {
  width: 90%;
}

.featured_project_title {
  font-size: 12px;
  font-size: 0.85714rem;
  text-transform: uppercase;
  position: absolute;
  margin: 0;
  z-index: 2;
  right: 34px;
  bottom: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out 0.2s;
          transition: opacity 0.2s ease-in-out 0.2s;
}
.featured_projects .tbc:hover .featured_project_title {
  opacity: 1;
}

@media all and (max-width: 1000px) {
  .home div[role="main"],
  .post-type-archive-project div[role="main"] {
    position: relative;
    left: 0;
    top: 0;
    bottom: auto;
  }
  .home div[role="main"] > .outer,
  .home div[role="main"] > .outer .primary_content,
  .home div[role="main"] > .outer .primary_content .featured_projects,
  .post-type-archive-project div[role="main"] > .outer,
  .post-type-archive-project div[role="main"] > .outer .primary_content,
  .post-type-archive-project div[role="main"] > .outer .primary_content .featured_projects {
    height: auto;
  }
  .home div[role="main"] > .outer .primary_content .featured_projects .tbc,
  .post-type-archive-project div[role="main"] > .outer .primary_content .featured_projects .tbc {
    display: block;
    -moz-filter: none;
    -o-filter: none;
    -webkit-filter: grayscale(0%);
    filter: none;
    -webkit-filter: none;
            filter: none;
    margin-bottom: 26px;
    height: 0 !important;
    padding-bottom: 56.25% !important;
    background-size: cover !important;
  }
  .home div[role="main"] > .outer .primary_content .featured_projects .tbc,
  .post-type-archive-project div[role="main"] > .outer .primary_content .featured_projects .tbc {
    width: 100% !important;
  }

  .featured_project_title {
    opacity: 1 !important;
  }
}
.project_header {
  position: relative;
  overflow: hidden;
}
.project_header h1 {
  float: left;
  text-transform: uppercase;
}
.project_header .project_details {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.project_header .project_details li {
  margin-bottom: 0;
}
.project_header .project_details li {
  display: inline-block;
  margin-right: 85px;
}
.project_header .project_details p {
  margin: 0;
}

.project_feature {
  margin-bottom: 26px;
}

.project_content {
  position: relative;
  overflow: hidden;
}

.project_image_row {
  position: relative;
  clear: both;
  overflow: hidden;
  margin-bottom: 26px;
}
.project_image_row > .outer {
  position: relative;
  overflow: hidden;
}
.project_image_row .project_image > div {
  background: #44444b;
}
.project_image_row.image_left .image_size_half {
  float: left;
  width: 50%;
  padding-right: 65px;
}
.project_image_row.image_left .brief {
  float: right;
  width: 50%;
  padding-left: 65px;
}
.project_image_row.image_left .brief:before {
  left: 65px;
}
.project_image_row.image_right .image_size_half {
  float: right;
  width: 50%;
  padding-left: 65px;
}
.project_image_row.image_right .brief {
  float: left;
  width: 50%;
  padding-right: 65px;
  left: 20px;
}

@media all and (max-width: 1090px) {
  .project_image_row img {
    height: auto !important;
  }
}
.peek {
  opacity: 0;
  -webkit-transition: all 0.22s ease-in-out;
          transition: all 0.22s ease-in-out;
}
.peek.show {
  opacity: 1;
}

.brief {
  position: relative;
  padding-top: 23px;
}
.brief:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 6px;
  background: white;
}
.brief h3 {
  margin-bottom: 16px;
}
.brief p {
  margin-bottom: 16px;
}

.brief_date_range {
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  margin-left: 19px;
  margin-bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.brief_one_time {
  position: absolute;
  bottom: 0;
}
.image_left .brief_one_time {
  left: 50%;
}
.image_right .brief_one_time {
  left: 0;
}
.brief_one_time .brief_time {
  margin-bottom: 0;
}

.project_share_links {
  text-transform: uppercase;
}
.project_share_links h3 {
  color: #ffffff;
  opacity: 0.3;
  margin-bottom: 25px;
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: 400;
}
.project_share_links a {
  float: left;
  clear: left;
  color: #9b9b9b;
  opacity: 0.3;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.28571rem;
  -webkit-transition: all 0.22s ease;
          transition: all 0.22s ease;
}
.project_share_links a:hover {
  color: white;
  opacity: 1;
}

@media all and (max-width: 1000px) {
  .project_header h1 {
    float: none;
    text-align: left;
  }

  .project_header ul.project_details {
    float: none;
  }
  .project_header ul.project_details li {
    display: block;
    margin: 0 0;
    text-align: left;
  }
  .project_header ul.project_details li:last-child {
    margin-bottom: 35px;
  }
  .project_header ul.project_details li > p {
    display: inline-block;
  }
  .project_header ul.project_details li > p:first-child {
    margin-right: 5px;
  }
  .project_header ul.project_details li > p:first-child:after {
    content: ': ';
  }

  .project_image_row {
    margin-bottom: 0;
  }
  .project_image_row.image_left .image_size_half, .project_image_row.image_right .image_size_half {
    float: none;
    width: 100%;
    max-width: 460px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 26px;
  }
  .project_image_row.image_left .image_size_full, .project_image_row.image_right .image_size_full {
    float: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 26px;
  }
  .project_image_row.image_left .brief, .project_image_row.image_right .brief {
    position: relative;
    float: none;
    width: 100%;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 26px;
    padding-left: 0;
    padding-right: 0;
    left: 0;
  }
  .project_image_row.image_left .brief:before, .project_image_row.image_right .brief:before {
    left: 0;
  }
  .project_image_row.project_share_links {
    position: relative;
    float: none;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 26px;
    text-align: left;
  }
  .project_image_row.project_share_links a {
    float: none;
    display: block;
  }
}
.project_nav_next,
.project_nav_prev {
  position: fixed;
  z-index: 49;
  top: 50%;
  margin-top: -32px;
  -webkit-transition: all 0.22s ease-in-out;
          transition: all 0.22s ease-in-out;
}
.project_nav_next a,
.project_nav_prev a {
  display: inline-block;
  text-decoration: none;
  line-height: 65px;
  padding-right: 40px;
  padding-left: 40px;
  background: #38383e;
}
@media all and (max-width: 1250px) {
  .project_nav_next,
  .project_nav_prev {
    display: none;
  }
}

.project_nav_next {
  right: 0px;
  -webkit-transition: all 0.22s ease;
          transition: all 0.22s ease;
  -webkit-transform: translateX(125px);
          transform: translateX(125px);
}
.project_nav_next:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.project_nav_next a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../img/arrow_right.png);
  background-size: auto 12px;
  background-position: left center;
  background-repeat: no-repeat;
}

.project_nav_prev {
  left: 0px;
  -webkit-transition: all 0.22s ease;
          transition: all 0.22s ease;
  -webkit-transform: translateX(-125px);
          transform: translateX(-125px);
}
.project_nav_prev:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.project_nav_prev a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../img/arrow_left.png);
  background-size: auto 12px;
  background-position: right center;
  background-repeat: no-repeat;
}
