@charset "UTF-8";
/*@import "compass";*/
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

button,
input,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0; }
  button:focus,
  input:focus,
  textarea:focus {
    outline: none; }

img {
  display: block; }

pre, code {
  font-family: 'Inconsolata','Monaco',monospace; }

@font-face {
  font-family: 'Tiempos Headline Light';
  src: url("fonts/TiemposHeadline-Light.otf");
  src: url("fonts/test-tiempos-headline-light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

html {
  font-size: 1.8055555556vw; }

body {
  font-family: "Graphik", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.35; }

em, i {
  font-style: italic; }

strong, b {
  font-weight: 400; }

h1, h2, h3, h4, h5 {
  font-family: "Graphik", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 0 auto 1rem;
  max-width: none; }

h2 {
  font-size: 34.1px; }

h3 {
  font-size: 34.1px; }

a {
  color: inherit;
  text-decoration: none;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: "linear";
  -o-transition-timing-function: "linear";
  -webkit-transition-timing-function: "linear";
  transition-timing-function: "linear";
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }


.uc {
  text-transform: uppercase; }


.nowrap {
  white-space: nowrap; }

.noselect,
.section--background-image {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
																supported by Chrome and Opera */ }

strong, b {
  font-weight: 500; }

a.btn, span.btn a {
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 500px;
  font-size: 20.9px;
  padding: 0.5rem 1rem;
  font-weight: 500;
  margin: 1rem 0 0; }
  a.btn:after, span.btn a:after {
    display: none; }
  a.btn:hover, span.btn a:hover {
    background: #fff;
    cursor: pointer; }

main section ol, main section ul {
  margin-bottom: 1rem; }
  main section ol li, main section ul li {
    padding-left: 0.375rem; }

main section ul {
  list-style: disc;
  padding-left: 0.75rem; }

main section ol {
  list-style: decimal;
  padding-left: 0.75rem; }

.section--fill-viewport {
  height: 100vh; }
  .section--fill-viewport .layout,
  .section--fill-viewport .grid--wrapper,
  .section--fill-viewport .grid--column {
    height: 100% !important; }

.section--title {
  padding: 0;
  padding-bottom: 1.3636363636em; }
  .section--title .grid--column {
    margin-bottom: 0;
    padding-bottom: 0; }
  .section--title.hanging--title {
    float: left;
    width: 25%; }

.section--background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none; }

.layout {
  position: relative;
  z-index: 1000; }
  .layout.hanging--title {
    float: right;
    width: 75%; }
  .layout:last-child {
    margin-bottom: 0 !important; }

.grid--wrapper {
  position: relative;
  margin: 0 auto;
  width: 95%;
  height: 100%;
  max-width: 56.3636363636rem; }
  .grid--wrapper:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }

.grid--row,
.grid--column,
.grid--column-nested {
  position: relative;
  height: 100%;
  min-height: 1px; }
  .grid--row:after,
  .grid--column:after,
  .grid--column-nested:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }

.grid--row.wide--wrap {
  padding: 0 2.5%; }

.grid--row[data-align="center"] .grid--column > div > * {
  margin-right: auto;
  margin-left: auto; }

.grid--row[data-align="right"] .grid--column > div > * {
  margin-right: 0;
  margin-left: auto; }

.grid--column {
  float: left;
  width: 100%;
  padding: 0 0.9090909091rem; }
  .grid--column.half {
    width: 50%; }
  .grid--column.one-third, .grid--column.third {
    width: 33.3333333333%; }
    .grid--column.one-third:nth-child(3n+1), .grid--column.third:nth-child(3n+1) {
      clear: left; }
  .grid--column.two-thirds {
    width: 66.6666666667%; }
  .grid--column.quarter {
    width: 25%; }
  .grid--column.three-quarter {
    width: 75%; }
  .grid--column.fifth {
    width: 20%; }
  .grid--column.first-on-mobile {
    float: right; }
  .grid--column[data-valign="true"] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
    .grid--column[data-valign="true"] > div {
      position: relative;
      flex: 1;
      align-self: flex-start; }
  .grid--column[data-vpos="middle"] > div {
    align-self: center; }
  .grid--column[data-vpos="bottom"] > div {
    align-self: flex-end; }

@media screen and (min-width: 1920px) {
  .grid--wrapper {
    max-width: 2200px; }
  headings, p, ul, ol {
    max-width: 916.666666667px; }
  .grid--row.wide--wrap {
    padding: 0; }
  .grid--column {
    padding: 0 50px; } }

@media screen and (max-width: 1200px) {
  .hanging--title.section--title, .hanging--title.layout {
    width: 100%;
    float: none; }
  .grid--row[data-align="center"] .grid--column > div > * {
    margin-right: auto;
    margin-left: 0; }
  .grid--row[data-align="right"] .grid--column > div > * {
    margin-right: auto;
    margin-left: 0; } }

@media screen and (max-width: 1024px) {
  .grid--column {
    padding: 0 10px; } }

@media screen and (max-width: 960px) {
  .grid--column {
    margin-bottom: 1.3636363636em; }
    .grid--column.one-third, .grid--column.two-thirds {
      width: 50%; }
    .grid--column.quarter {
      width: 50%; }
      .grid--column.quarter:nth-child(2n+1) {
        clear: left; } }

@media screen and (max-width: 768px) {
  .grid--wrapper {
    max-width: 560px; }
  .grid--column.third, .grid--column.quarter {
    width: 100%; }
  .grid--column.fifth {
    display: inline-block;
    float: none;
    width: 25%; }
  .layout--columns-five {
    text-align: center; } }

@media screen and (max-width: 640px) {
  .layout {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important; }
  .grid--column.half, .grid--column.third, .grid--column.one-third, .grid--column.two-thirds, .grid--column.quarter {
    width: 100%; }
  .grid--column.fifth {
    width: 40%;
    margin-bottom: 0; } }

::-webkit-input-placeholder {
  color: #0d1b1e !important;
  opacity: 1;
  line-height: 1.4 !important;
  font-size: 22px !important;
  font-weight: 400 !important; }

:-moz-placeholder {
  color: #0d1b1e !important;
  opacity: 1;
  line-height: 1.4 !important;
  font-size: 22px !important;
  font-weight: 400 !important; }

::-moz-placeholder {
  color: #0d1b1e !important;
  opacity: 1;
  line-height: 1.4 !important;
  font-size: 22px !important;
  font-weight: 400 !important; }

:-ms-input-placeholder {
  color: #0d1b1e !important;
  opacity: 1;
  line-height: 1.4 !important;
  font-size: 22px !important;
  font-weight: 400 !important; }

.page-id-86 .grid--column.two-thirds {
  position: relative;
  top: -2rem;
  margin-top: -40px; }

section .gform_wrapper form div#field_2_4 {
  align-items: center; }
  section .gform_wrapper form div#field_2_4 label {
    margin-bottom: 0 !important; }

section .gform_wrapper form {
  font-size: 27.5px !important;
  line-height: 1.35; }
  section .gform_wrapper form input, section .gform_wrapper form button, section .gform_wrapper form select, section .gform_wrapper form textarea {
    border: 0 !important;
    background: #fff;
    color: #000;
    border-radius: 0;
    font-size: 22px !important;
    font-family: "Graphik", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    line-height: 1;
    padding: 0.5rem 0.5rem 0.5rem !important;
    width: 100% !important; }
  section .gform_wrapper form select {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url("images/dropdown.svg") no-repeat 97% center;
    background-size: 1rem;
    border-radius: 1.15rem !important;
    font-size: 22px !important;
    line-height: 1;
    padding: 0.5rem 0.5rem 0.5rem !important; }
  section .gform_wrapper form .gfield_label {
    font-size: 26.4px !important; }
  section .gform_wrapper form div#field_2_4 {
    display: flex;
    margin: 1rem 0; }
    section .gform_wrapper form div#field_2_4 label {
      width: 30%;
      margin-right: 5%; }
    section .gform_wrapper form div#field_2_4 div {
      width: 75%; }
  section .gform_wrapper form .gform_footer {
    display: block !important; }
    section .gform_wrapper form .gform_footer input[type="submit"], section .gform_wrapper form .gform_footer button {
      background: transparent;
      color: #000;
      border: 2px solid #fff !important;
      border-radius: 0.95rem !important;
      text-transform: uppercase;
      display: inline-block !important;
      width: auto !important;
      float: right;
      font-size: 19.8px !important;
      padding: 0.5rem 1.25rem !important;
      font-weight: 500;
      margin: 1rem 0 0; }
      section .gform_wrapper form .gform_footer input[type="submit"]:hover, section .gform_wrapper form .gform_footer button:hover {
        background: #fff;
        cursor: pointer; }

.fancybox-bg {
  background: #403e3b; }

.fancybox-is-open .fancybox-bg {
  opacity: 0.9; }

.fancybox-button {
  background: transparent; }
  .fancybox-button.fancybox-button--close svg, .fancybox-button.fancybox-button--arrow_left svg, .fancybox-button.fancybox-button--arrow_right svg {
    display: none; }
  .fancybox-button.fancybox-button--close {
    background: url("images/icon-close.svg") no-repeat center;
    top: 2rem;
    right: 2rem; }
  .fancybox-button.fancybox-button--arrow_left {
    background: url("images/icon-arrow-prev.svg") no-repeat center; }
  .fancybox-button.fancybox-button--arrow_right {
    background: url("images/icon-arrow-next.svg") no-repeat center; }

/* Slider */
.slick-slider,
.slick-list,
.slick-track {
  height: 100%; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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; }
  .slick-slide:focus {
    outline: 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; }

::-moz-selection {
  background: rgba(13, 27, 30, 0.99);
  color: #e1ded5;
  text-shadow: none; }

::selection {
  background: rgba(13, 27, 30, 0.99);
  color: #e1ded5;
  text-shadow: none; }

html {
  width: 100%;
  height: 100%; }

html {
  background: #0d1b1e; }

body {
  background: #f2eee7; }
  body.margin header {
    padding-top: 0.75rem; }
    body.margin header svg {
      opacity: 0; }
  body.fixed-header header svg {
    display: none !important; }
  body.noscroll {
    overflow: hidden; }
  body.loading #loader {
    display: none;
    z-index: 8000; }
  body #loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 27, 30, 0.95);
    z-index: -8000; }

hr {
  width: 100%;
  height: 0;
  opacity: 0;
  border: none; }
  hr.keyline {
    height: 1px;
    opacity: 1; }
  hr:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }

main {
  min-height: 100%; }
  main:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }

header,
nav,
section,
article,
aside,
footer {
  position: relative;
  z-index: 0; }
  header:after,
  nav:after,
  section:after,
  article:after,
  aside:after,
  footer:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }

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

img,
svg {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto; }
  img.free--width,
  svg.free--width {
    width: 100%;
    max-width: 99999999px; }

.image-wrapper {
  margin-bottom: 1.8181818182rem; }
  .image-wrapper:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden; }

.mobile {
  display: none; }

.hidden--hard {
  display: none !important;
  visibility: hidden !important;
  opacity: 0; }

.pos--fixed {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 4000; }

section {
  border-top: 2px solid #fff; }
  section a {
    position: relative; }
    section a:after {
      content: "";
      border-bottom: 1px solid #0d1b1e;
      width: 0%;
      bottom: -3px;
      left: 0;
      position: absolute;
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -moz-transition-timing-function: ease-in-out;
      -o-transition-timing-function: ease-in-out;
      -webkit-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out;
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
    section a:hover:after {
      width: 100%; }
  section p, section li {
    font-size: 22px; }
  section.two-column-text {
    font-family: "Tiempos Headline Light", "Georgia", serif;
    display: flex; }
    section.two-column-text .column {
      width: 50%;
      padding: 3rem 0; }
      section.two-column-text .column .grid--wrapper {
        max-width: 1000px;
        width: 90%; }
      section.two-column-text .column p {
        color: #77807f;
        font-size: 29.15px;
        margin-bottom: 1rem; }
        section.two-column-text .column p small {
          font-family: "Graphik", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 15.4px; }
      section.two-column-text .column headings {
        font-family: "Graphik", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #0d1b1e;
        margin: 0 auto 1rem; }
      section.two-column-text .column h3 {
        font-size: 34.1px; }
      section.two-column-text .column:first-of-type {
        background: #0d1b1e; }
        section.two-column-text .column:first-of-type span.btn a {
          font-family: "Graphik", "Helvetica Neue", Helvetica, Arial, sans-serif;
          color: #ff612e; }
  section.introduction-band {
    background: #e1ded5;
    padding: 3rem 0; }
    section.introduction-band .grid--wrapper {
      display: flex; }
    section.introduction-band .half {
      height: auto; }
      section.introduction-band .half p {
        font-family: "Tiempos Headline Light", "Georgia", serif;
        color: #77807f;
        font-size: 36.3px;
        max-width: 24rem; }
      section.introduction-band .half:last-of-type .btn {
        position: absolute;
        bottom: 0;
        border-color: #0d1b1e;
        color: #ff612e; }
  section.case-studies, section.categories {
    padding: 3rem 0; }
    section.case-studies .get-a-quote, section.categories .get-a-quote {
      margin-top: 1rem; }
      section.case-studies .get-a-quote .btn, section.categories .get-a-quote .btn {
        border-color: #0d1b1e;
        color: #ff612e; }
    section.case-studies #category-detail, section.categories #category-detail {
      font-size: 26.4px;
      font-weight: 500;
      line-height: 1.4; }
      section.case-studies #category-detail .view-case-studies, section.categories #category-detail .view-case-studies {
        display: flex;
        color: #ff612e;
        margin: 1.5rem 0 0;
        font-size: 26.4px; }
        section.case-studies #category-detail .view-case-studies svg,
        section.case-studies #category-detail .view-case-studies span, section.categories #category-detail .view-case-studies svg,
        section.categories #category-detail .view-case-studies span {
          display: inline-block;
          line-height: 1.15; }
        section.case-studies #category-detail .view-case-studies svg, section.categories #category-detail .view-case-studies svg {
          width: 1.25rem;
          margin-right: 0.85rem; }
        section.case-studies #category-detail .view-case-studies:hover, section.categories #category-detail .view-case-studies:hover {
          color: #0d1b1e; }
          section.case-studies #category-detail .view-case-studies:hover svg *, section.categories #category-detail .view-case-studies:hover svg * {
            stroke: #0d1b1e; }
      section.case-studies #category-detail p, section.case-studies #category-detail ol, section.case-studies #category-detail ul, section.categories #category-detail p, section.categories #category-detail ol, section.categories #category-detail ul {
        max-width: 22rem; }
      section.case-studies #category-detail h2, section.categories #category-detail h2 {
        font-size: 34.1px;
        font-weight: 700; }
      section.case-studies #category-detail ul, section.categories #category-detail ul {
        padding-left: 0; }
      section.case-studies #category-detail li, section.categories #category-detail li {
        display: flex;
        text-transform: uppercase;
        padding: 0.5rem 0;
        border-bottom: 2px solid #afaaa1; }
        section.case-studies #category-detail li .value, section.categories #category-detail li .value {
          width: 50%;
          font-size: 60.5px;
          font-weight: 500; }
        section.case-studies #category-detail li .label, section.categories #category-detail li .label {
          width: 50%;
          color: #403e3b;
          font-size: 19.8px;
          font-weight: 500;
          padding: 0.25rem 0; }
        section.case-studies #category-detail li:first-child .value, section.categories #category-detail li:first-child .value {
          color: #0d1b1e; }
        section.case-studies #category-detail li:nth-child(2) .value, section.categories #category-detail li:nth-child(2) .value {
          color: #403e3b; }
        section.case-studies #category-detail li:nth-child(3) .value, section.categories #category-detail li:nth-child(3) .value {
          color: #ff612e; }
    section.case-studies div#category-more-detail, section.categories div#category-more-detail {
      position: relative; }
      section.case-studies div#category-more-detail .full, section.categories div#category-more-detail .full {
        column-count: 2;
        padding-top: 3rem;
        font-size: 26.4px;
        line-height: 1.4; }
        section.case-studies div#category-more-detail .full p, section.case-studies div#category-more-detail .full ul, section.case-studies div#category-more-detail .full ol, section.categories div#category-more-detail .full p, section.categories div#category-more-detail .full ul, section.categories div#category-more-detail .full ol {
          margin-bottom: 1rem;
          max-width: 22rem; }
      section.case-studies div#category-more-detail dt, section.categories div#category-more-detail dt {
        border-bottom: 1px solid #0d1b1e;
        height: 0.75rem;
        overflow: visible;
        margin: 1.5rem auto 0;
        width: 97%;
        max-width: 56.3636363636rem; }
        section.case-studies div#category-more-detail dt a, section.categories div#category-more-detail dt a {
          background: #f2eee7;
          padding: 0 0.5rem 0 0;
          display: inline-block;
          text-transform: uppercase;
          font-size: 17.6px;
          color: #403e3b;
          font-weight: 400;
          position: inherit;
          position: relative;
          top: -5px;
          /*&:after {
					content:"+";
					text-indent: -999999px;
					width:22px;
					height:22px;
					position: absolute;
					right:0;
					top:52%;
					left:auto;
					border-bottom:0;
					background-color: $color2;
					background-image: url('images/icon-plus.svg');
					background-repeat: no-repeat;
					background-position:center;
					padding:0;
					@include transition(bottom,0.2s,ease-in-out,0s);
				}*/ }
          section.case-studies div#category-more-detail dt a:before, section.categories div#category-more-detail dt a:before {
            content: "MORE INFORMATION"; }
        section.case-studies div#category-more-detail dt.active, section.categories div#category-more-detail dt.active {
          margin-bottom: 2rem; }
          section.case-studies div#category-more-detail dt.active a:before, section.categories div#category-more-detail dt.active a:before {
            content: "LESS INFORMATION"; }
          section.case-studies div#category-more-detail dt.active a:after, section.categories div#category-more-detail dt.active a:after {
            content: "-";
            background-image: url("images/icon-minus.svg");
            top: 1.4%; }
    section.case-studies ul.category-list, section.categories ul.category-list {
      list-style: none;
      padding-left: 0; }
      section.case-studies ul.category-list li, section.categories ul.category-list li {
        border-bottom: 1px solid #403e3b;
        padding: 0.5rem 0;
        color: #afaaa1;
        position: relative;
        font-size: 29.7px; }
        section.case-studies ul.category-list li sup, section.categories ul.category-list li sup {
          font-size: 16.5px;
          vertical-align: top; }
        section.case-studies ul.category-list li a:after, section.categories ul.category-list li a:after {
          display: none; }
        section.case-studies ul.category-list li a:hover, section.categories ul.category-list li a:hover {
          color: #0d1b1e; }
        section.case-studies ul.category-list li.active, section.categories ul.category-list li.active {
          padding-left: 1.25rem;
          color: #0d1b1e; }
          section.case-studies ul.category-list li.active:before, section.categories ul.category-list li.active:before {
            content: "•";
            font-size: 66px;
            line-height: 0.5;
            position: absolute;
            left: 0;
            top: 12px;
            color: #ff612e; }
  section.case-studies #project-detail .post-container {
    margin-top: 3rem; }
  section.case-studies #project-detail .project-slider {
    margin: 0.5rem 0;
    overflow: visible; }
    section.case-studies #project-detail .project-slider dt {
      border-bottom: 1px solid #0d1b1e;
      height: 28px;
      overflow: visible; }
      section.case-studies #project-detail .project-slider dt a {
        background: #f2eee7;
        padding: 0 0.5rem 0 0;
        display: inline-block;
        text-transform: uppercase;
        font-size: 17.6px;
        color: #403e3b;
        font-weight: 400;
        position: inherit;
        /*&:after {
							content:"+";
							text-indent: -999999px;
							width:22px;
							height:22px;
							position: absolute;
							right:0;
							top:59%;
							left:auto;
							border-bottom:0;
							background-color: $color2;
							background-image: url('images/icon-plus.svg');
							background-repeat: no-repeat;
							background-position:center;
							padding:0;
							@include transition(bottom,0.2s,ease-in-out,0s);
						}*/ }
        section.case-studies #project-detail .project-slider dt a:before {
          content: "MORE"; }
      section.case-studies #project-detail .project-slider dt.active {
        margin-bottom: 2rem; }
        section.case-studies #project-detail .project-slider dt.active a:before {
          content: "LESS"; }
        section.case-studies #project-detail .project-slider dt.active a:after {
          content: "-";
          background-image: url("images/icon-minus.svg");
          top: 79%; }
    section.case-studies #project-detail .project-slider dd .slides .slide {
      padding: 1rem 1.5rem 1rem 0; }
      section.case-studies #project-detail .project-slider dd .slides .slide a:after {
        display: none; }
  section.case-studies #project-detail #project-content .quarter p {
    font-size: 26.4px; }
  section.case-studies #project-detail #project-content .quarter figure {
    padding-bottom: 40%; }
    section.case-studies #project-detail #project-content .quarter figure img {
      max-width: 100%;
      max-height: 100%; }
  section.case-studies #project-detail #project-content h3 {
    font-weight: 400;
    font-size: 33px; }
  section.case-studies #project-detail #project-content ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap; }
    section.case-studies #project-detail #project-content ul li {
      padding-left: 0;
      width: 50%;
      width: 50%;
      font-size: 19.8px;
      color: #77807f;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 1rem; }
      section.case-studies #project-detail #project-content ul li span {
        display: block;
        margin-top: 0.35rem;
        color: #0d1b1e;
        font-size: 41.8px;
        text-transform: none;
        font-weight: 400; }
      section.case-studies #project-detail #project-content ul li:nth-of-type(4) {
        color: #ff612e !important; }
        section.case-studies #project-detail #project-content ul li:nth-of-type(4) span {
          color: #ff612e !important;
          font-weight: 500; }
  section.one-third-column-text, section.team-member, section.team-profiles {
    padding: 3rem 0; }
    section.one-third-column-text .full h3, section.team-member .full h3, section.team-profiles .full h3 {
      margin-bottom: 2rem; }
    section.one-third-column-text .third p:first-of-type, section.one-third-column-text .third ul, section.one-third-column-text .third ol, section.one-third-column-text .third .quote, section.team-member .third p:first-of-type, section.team-member .third ul, section.team-member .third ol, section.team-member .third .quote, section.team-profiles .third p:first-of-type, section.team-profiles .third ul, section.team-profiles .third ol, section.team-profiles .third .quote {
      color: #ff612e;
      font-family: "Tiempos Headline Light", "Georgia", serif;
      font-size: 30.25px; }
      section.one-third-column-text .third p:first-of-type:last-of-type, section.one-third-column-text .third ul:last-of-type, section.one-third-column-text .third ol:last-of-type, section.one-third-column-text .third .quote:last-of-type, section.team-member .third p:first-of-type:last-of-type, section.team-member .third ul:last-of-type, section.team-member .third ol:last-of-type, section.team-member .third .quote:last-of-type, section.team-profiles .third p:first-of-type:last-of-type, section.team-profiles .third ul:last-of-type, section.team-profiles .third ol:last-of-type, section.team-profiles .third .quote:last-of-type {
        margin-bottom: 3rem; }
    section.one-third-column-text .third p, section.one-third-column-text .third ul, section.one-third-column-text .third ol, section.one-third-column-text .third .quote, section.team-member .third p, section.team-member .third ul, section.team-member .third ol, section.team-member .third .quote, section.team-profiles .third p, section.team-profiles .third ul, section.team-profiles .third ol, section.team-profiles .third .quote {
      margin-bottom: 1.5rem; }
    section.one-third-column-text .third .btn a, section.team-member .third .btn a, section.team-profiles .third .btn a {
      color: #0d1b1e; }
    section.one-third-column-text .two-thirds, section.team-member .two-thirds, section.team-profiles .two-thirds {
      font-size: 26.4px;
      line-height: 1.5;
      color: #403e3b; }
      section.one-third-column-text .two-thirds p, section.team-member .two-thirds p, section.team-profiles .two-thirds p {
        margin-bottom: 1rem;
        max-width: 22rem; }
      section.one-third-column-text .two-thirds li, section.team-member .two-thirds li, section.team-profiles .two-thirds li {
        max-width: 22rem; }
  section.team-profiles .half {
    padding: 0 3rem; }
    section.team-profiles .half .content {
      max-width: 15rem;
      float: right; }
      section.team-profiles .half .content figure {
        margin-bottom: 1rem; }
        section.team-profiles .half .content figure img {
          max-height: 15rem; }
      section.team-profiles .half .content h4 {
        color: #403e3b;
        font-size: 24.2px;
        margin-bottom: 0rem;
        font-weight: 400; }
      section.team-profiles .half .content a.btn {
        font-size: 16.5px;
        border-color: #0d1b1e; }
    section.team-profiles .half:last-of-type .content {
      float: left; }
  section.team-member {
    padding-bottom: 3rem; }
    section.team-member p {
      margin-bottom: 2rem !important; }
    section.team-member h3 {
      margin-bottom: 2rem; }
    section.team-member a.btn {
      display: block;
      width: 200px;
      text-align: center;
      margin: 0 0 0.5rem; }
    section.team-member .quote {
      margin-top: 2rem;
      max-width: 13rem; }
    section.team-member .mobile {
      display: block;
      margin-bottom: 1rem; }
    section.team-member figure img {
      max-height: 15rem;
      max-width: 15rem;
      height: auto;
      width: auto; }
  section.alternating-image-text {
    padding-top: 3rem;
    font-size: 33px; }
    section.alternating-image-text p {
      max-width: 20rem; }
    section.alternating-image-text .orange-text {
      color: #ff612e;
      text-transform: uppercase;
      font-size: 99px;
      line-height: 0.95;
      text-align: right;
      display: block;
      font-weight: 500;
      margin-bottom: -1.25rem;
      z-index: 1000;
      position: relative; }
      section.alternating-image-text .orange-text small {
        font-size: 34.1px;
        vertical-align: top;
        line-height: 1.25; }
    section.alternating-image-text figure img {
      width: 80%; }
    section.alternating-image-text .first-on-mobile .orange-text {
      text-align: left; }
    section.alternating-image-text .first-on-mobile figure img {
      float: right; }

.clear:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden; }

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40000;
  width: 100%;
  padding: 1.5rem 0; }
  header.sticky h1 {
    opacity: 0; }
  header h1 {
    margin: 0;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
    header h1 svg {
      max-width: 100px; }
  header .activatemenu {
    float: right;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4000;
    text-indent: -99999px; }
    header .activatemenu:hover:after {
      display: none; }
    header .activatemenu > span {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: -1vh;
      font-size: 1.5vh;
      color: #e1ded5;
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.4s;
      -o-transition-duration: 0.4s;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s;
      -moz-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -moz-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    header .activatemenu .hamburger {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      display: block;
      position: relative;
      width: 50px;
      height: 30px;
      top: 0; }
    header .activatemenu .hamburger_bar {
      -webkit-transition: -webkit-transform .3s,opacity .3s;
      transition: transform .3s,opacity .3s;
      display: block;
      width: 100%;
      position: absolute;
      top: 10px;
      left: 0;
      border-bottom: 3px solid #e1ded5;
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.4s;
      -o-transition-duration: 0.4s;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s;
      -moz-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -moz-transition-delay: 0.02s;
      -o-transition-delay: 0.02s;
      -webkit-transition-delay: 0.02s;
      transition-delay: 0.02s; }
    header .activatemenu .hamburger_bar_one {
      top: 10px;
      width: 100%; }
    header .activatemenu .hamburger_bar_two {
      top: 22px;
      width: 75%; }
    header .activatemenu.active .hamburger_bar {
      border-color: #e1ded5;
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.4s;
      -o-transition-duration: 0.4s;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s;
      -moz-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -moz-transition-delay: 0.02s;
      -o-transition-delay: 0.02s;
      -webkit-transition-delay: 0.02s;
      transition-delay: 0.02s; }
    header .activatemenu.active .hamburger_bar_one {
      -webkit-transform: rotate(45deg) translateX(24px) translateY(-24px);
      -ms-transform: rotate(45deg) translateX(24px) translateY(-24px);
      transform: rotate(45deg) translateX(24px) translateY(-24px);
      width: 70%; }
    header .activatemenu.active .hamburger_bar_two {
      -webkit-transform: rotate(-45deg) translateX(16px) translateY(32px);
      -ms-transform: rotate(-45deg) translateX(16px) translateY(32px);
      transform: rotate(-45deg) translateX(16px) translateY(32px);
      width: 70%; }
  header > .menu {
    background: #0d1b1e;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 15rem;
    padding: 6rem 1.5rem 4rem;
    -moz-transition-property: right;
    -o-transition-property: right;
    -webkit-transition-property: right;
    transition-property: right;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
    header > .menu .content ul {
      margin-bottom: 1rem;
      list-style: none; }
      header > .menu .content ul li {
        color: #e1ded5;
        padding: 0.2rem 0;
        font-size: 22px;
        border-bottom: 1px solid #403e3b; }
      header > .menu .content ul.sub {
        margin-bottom: 0; }
        header > .menu .content ul.sub li {
          color: #77807f;
          text-transform: uppercase;
          font-size: 14.3px;
          border-bottom: 0; }

body.active header .menu {
  right: 0; }

#heading {
  position: relative;
  height: 900px;
  min-height: 10vh;
  max-height: 80vh;
  position: sticky;
  width: 100%;
  top: -800px;
  left: 0;
  z-index: 4000;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }
  #heading h3 {
    opacity: 1;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
  #heading .content {
    padding-top: 25vh;
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
    -moz-transition-property: bottom;
    -o-transition-property: bottom;
    -webkit-transition-property: bottom;
    transition-property: bottom;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
    #heading .content .grid--column {
      overflow: visible; }
    #heading .content h3 {
      margin: 0 0 2rem;
      max-width: 20rem;
      font-size: 34.1px;
      line-height: 1.25;
      color: #e1ded5;
      font-family: "Graphik", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    #heading .content .logo svg {
      opacity: 0;
      width: 100%;
      max-width: 800px;
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.6s;
      -o-transition-duration: 0.6s;
      -webkit-transition-duration: 0.6s;
      transition-duration: 0.6s;
      -moz-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      -webkit-transition-timing-function: linear;
      transition-timing-function: linear;
      -moz-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }
  #heading figure {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    #heading figure img {
      position: absolute;
      min-width: 100%;
      min-height: 100%; }
  #heading.hide-text h3 {
    opacity: 0; }

#connect {
  background: #ff612e;
  color: #fff;
  padding: 0.75rem 0;
  line-height: 0.8; }
  #connect a.btn {
    margin-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    line-height: 1; }
    #connect a.btn:first-of-type {
      margin-right: 1.75rem; }
    #connect a.btn:hover {
      background: #fff;
      color: #ff612e; }
  #connect h3 {
    margin: 0.5rem 0;
    font-size: 34.1px; }

footer {
  padding: 3rem 0 1rem;
  color: #77807f;
  font-weight: 500; }
  footer h3 {
    font-weight: 500; }
    footer h3 strong {
      color: #0d1b1e;
      font-weight: 500; }
  footer small {
    font-weight: 400;
    font-size: 15.4px; }
    footer small a {
      position: relative; }
      footer small a:after {
        content: "";
        border-bottom: 1px solid #0d1b1e;
        width: 0%;
        bottom: -3px;
        left: 0;
        position: absolute;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s; }
      footer small a:hover:after {
        width: 100%; }
  footer .full {
    margin-top: -3rem; }
  footer .gform_wrapper {
    width: 100%;
    height: auto;
    max-width: none;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    margin-bottom: 2rem;
    margin-top: 0; }
    footer .gform_wrapper h2 {
      margin: 0;
      font-weight: 500;
      color: #0d1b1e; }
    footer .gform_wrapper form {
      display: flex;
      width: 100%;
      max-width: 20rem;
      margin-top: 2rem;
      padding-bottom: 0.25rem;
      border-bottom: 1px solid #0d1b1e; }
      footer .gform_wrapper form .top_label input.medium {
        width: 100% !important;
        margin-top: 0 !important; }
      footer .gform_wrapper form .gform_body {
        border-right: 1px solid #eee; }
      footer .gform_wrapper form .gform_body, footer .gform_wrapper form .gform_footer {
        position: relative;
        top: auto;
        width: 75%; }
        footer .gform_wrapper form .gform_body .gform_fields .gfield, footer .gform_wrapper form .gform_footer .gform_fields .gfield {
          margin-top: 0;
          padding-right: 0 !important; }
          footer .gform_wrapper form .gform_body .gform_fields .gfield label, footer .gform_wrapper form .gform_footer .gform_fields .gfield label {
            display: none; }
          footer .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container, footer .gform_wrapper form .gform_footer .gform_fields .gfield .ginput_container {
            border-radius: 0;
            margin-top: 0 !important;
            display: block;
            vertical-align: middle;
            width: 100%;
            padding: 0rem 0;
            background-color: transparent;
            border: 0px solid #eee; }
            footer .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input, footer .gform_wrapper form .gform_footer .gform_fields .gfield .ginput_container input {
              color: #0d1b1e;
              font-size: 25.3px;
              padding: 0.15rem 0 !important; }
      footer .gform_wrapper form .gform_footer {
        width: 25%;
        min-width: 5.5rem;
        text-align: right;
        position: relative;
        margin: 0 !important;
        padding: 0 !important;
        padding-bottom: 15%; }
        footer .gform_wrapper form .gform_footer input[type=submit], footer .gform_wrapper form .gform_footer .gform_button {
          position: absolute;
          top: auto;
          right: 0;
          text-align: right;
          width: 100%;
          height: auto;
          padding: 0 0 !important;
          height: 100%;
          font-family: "Graphik", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
          color: #0d1b1e !important;
          font-size: 25.3px !important;
          line-height: 1em;
          font-weight: 500; }
          footer .gform_wrapper form .gform_footer input[type=submit]:hover, footer .gform_wrapper form .gform_footer .gform_button:hover {
            cursor: pointer;
            color: #ff612e !important; }

::-webkit-input-placeholder {
  color: #77807f;
  font-size: 25.3px;
  font-weight: 500; }

:-moz-placeholder {
  color: #77807f;
  font-size: 25.3px;
  font-weight: 500; }

::-moz-placeholder {
  color: #77807f;
  font-size: 25.3px;
  font-weight: 500; }

:-ms-input-placeholder {
  color: #77807f;
  font-size: 25.3px;
  font-weight: 500; }

.gform_confirmation_wrapper {
  width: 100%;
  height: 100%;
  max-width: 1410px;
  text-align: left;
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  line-height: 1.55;
  background: transparent;
  color: #0d1b1e;
  padding: 0.75rem;
  height: auto;
  margin: 0 0 2rem; }

@media screen and (min-width: 1920px) {
  headings {
    max-width: none; } }

@media screen and (max-width: 768px) {
  html, body {
    font-size: 20px; }
  header .activatemenu {
    right: 0rem;
    top: 0rem; }
    header .activatemenu.active {
      right: 1rem; }
  header > .menu {
    max-width: none;
    height: 100vh;
    overflow-y: auto;
    padding: 7rem 1.5rem 4rem; }
    header > .menu .content ul {
      margin-bottom: 3rem; }
      header > .menu .content ul li {
        padding: 0.5rem 0; }
      header > .menu .content ul.sub {
        margin-bottom: 0; }
  #heading {
    top: -585px;
    height: 650px; }
    #heading .content h3 {
      max-width: none;
      font-size: 27.5px; }
    #heading h1 svg {
      max-width: 80px;
      margin: 1rem; }
  section p, section li {
    font-size: 25.3px; }
  section .two-thirds p, section .two-thirds li {
    font-size: 18px !important; }
  section.introduction-band .grid--wrapper {
    display: block; }
    section.introduction-band .grid--wrapper .half p {
      font-size: 25.3px; }
  section.team-member a.btn {
    display: inline-block;
    width: 44%;
    text-align: center;
    margin: 0 1% 1rem 0; }
  section.team-member .quote {
    margin-top: 2rem;
    max-width: none;
    font-size: 24px;
    line-height: 1.25; }
  section.one-third-column-text .two-thirds, section.team-member .two-thirds, section.team-profiles .two-thirds {
    font-size: 24px; }
  section.one-third-column-text .third .quote:last-of-type, section.one-third-column-text .third p:last-of-type, section.team-member .third .quote:last-of-type, section.team-member .third p:last-of-type, section.team-profiles .third .quote:last-of-type, section.team-profiles .third p:last-of-type {
    margin-bottom: 0rem;
    font-size: 22px; }
  section.introduction-band .half:last-of-type .btn {
    position: relative; }
  section.team-profiles .half {
    padding: 0 0.75rem;
    margin: 0 0 3rem; }
    section.team-profiles .half .content {
      max-width: none;
      float: none; }
  section.two-column-text {
    display: block; }
    section.two-column-text .column {
      width: 100%; }
      section.two-column-text .column p {
        font-size: 25.3px; }
      section.two-column-text .column h3 {
        font-size: 27.5px; }
  section.alternating-image-text .orange-text {
    font-size: 71.5px; }
    section.alternating-image-text .orange-text small {
      font-size: 16.5px; }
  section.alternating-image-text p {
    max-width: 20rem;
    font-size: 22px;
    line-height: 1.25; }
  section.case-studies div#category-more-detail .full, section.categories div#category-more-detail .full {
    column-count: 1;
    padding-top: 0rem;
    font-size: inherit;
    line-height: 1.4;
    margin-top: 1.5rem; }
  section.case-studies #project-detail .project-slider dt a:after, section.categories #project-detail .project-slider dt a:after {
    background: #f2eee7;
    padding: 0 0 0 0.25rem;
    font-size: 35px; }
  section.case-studies #project-detail dd .slides .slide, section.categories #project-detail dd .slides .slide {
    padding: 1rem 0 1rem 0; }
  section.case-studies div#category-more-detail dt a:after, section.categories div#category-more-detail dt a:after {
    background: #f2eee7;
    padding: 0 0 0 0.25rem;
    font-size: 35px; }
  section.case-studies #project-detail #project-content .quarter p, section.categories #project-detail #project-content .quarter p {
    font-size: inherit;
    line-height: 1.4; }
  section.case-studies #project-detail #project-content ul, section.categories #project-detail #project-content ul {
    margin-bottom: 0; }
    section.case-studies #project-detail #project-content ul li, section.categories #project-detail #project-content ul li {
      font-size: 14px; }
      section.case-studies #project-detail #project-content ul li span, section.categories #project-detail #project-content ul li span {
        font-size: 32px; }
  section.case-studies ul.category-list li, section.categories ul.category-list li {
    font-size: 22; }
    section.case-studies ul.category-list li.active:before, section.categories ul.category-list li.active:before {
      top: 4px; }
  section.case-studies #category-detail .view-case-studies span, section.categories #category-detail .view-case-studies span {
    max-width: none; }
  section.case-studies #category-detail li, section.categories #category-detail li {
    display: block; }
    section.case-studies #category-detail li .value, section.case-studies #category-detail li .label, section.categories #category-detail li .value, section.categories #category-detail li .label {
      width: 100%; }
  a.btn, span.btn a {
    font-size: 16px; }
  section .gform_wrapper form .gform_footer input[type="submit"], section .gform_wrapper form .gform_footer button {
    font-size: 16px !important; }
  #connect a.btn:first-of-type {
    margin-right: 0.75rem; }
  #connect h3 {
    font-size: 27.5px; }
  body.margin #heading .content {
    bottom: -1rem; }
  section .gform_wrapper form div#field_2_4 label {
    width: 50%;
    margin-right: 0; }
  .gform_wrapper.gravity-theme .ginput_complex span {
    margin-bottom: 0.75rem !important; }
    .gform_wrapper.gravity-theme .ginput_complex span:last-child {
      margin-bottom: 0 !important; }
  section .gform_wrapper form div#field_2_4 {
    display: flex;
    margin: 0rem 0; }
  ::-webkit-input-placeholder {
    color: #403e3b;
    line-height: 1.4 !important;
    font-size: 17.6px !important;
    font-weight: 400 !important; }
  :-moz-placeholder {
    color: #403e3b;
    line-height: 1.4 !important;
    font-size: 17.6px !important;
    font-weight: 400 !important; }
  ::-moz-placeholder {
    color: #403e3b;
    line-height: 1.4 !important;
    font-size: 17.6px !important;
    font-weight: 400 !important; }
  :-ms-input-placeholder {
    color: #403e3b;
    line-height: 1.4 !important;
    font-size: 17.6px !important;
    font-weight: 400 !important; }
  section .gform_wrapper form .gfield_label {
    font-size: 17.6px !important; }
  section .gform_wrapper form input, section .gform_wrapper form button, section .gform_wrapper form select, section .gform_wrapper form textarea {
    font-size: 17.6px !important; }
  h2, h3, footer .gform_wrapper .gform_description {
    font-size: 27.5px; }
  .page-id-86 .grid--column.two-thirds {
    position: relative;
    top: 0;
    margin-top: 0; } }

.alignnone, a img.alignnone, .wp-caption.alignnone {
  display: block;
  float: none; }

.aligncenter, a img.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright, a img.alignright, .wp-caption.alignright {
  float: right;
  margin: 0; }

.alignleft, a img.alignleft, .wp-caption.alignleft {
  float: left;
  margin: 0; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

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