@charset "UTF-8";
@-ms-viewport {
  width: device-width;
  zoom: 1.0; }

@-o-viewport {
  width: device-width;
  zoom: 1.0; }

@viewport {
  width: device-width;
  zoom: 1.0; }

body {
  margin: 0;
  color: #004876;
  background: #F1F1F1;
  font: normal 1em canada-type-gibson, "Trebuchet MS", Calibri, sans-serif; }

@media screen and (max-width: 534px) {
  body {
    padding-bottom: 50px; } }
.color-wrap {
  background: #fbf8f4; }

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

a img {
  border: 0; }

code, pre {
  max-width: 100%;
  overflow: auto; }

code, kbd, samp, tt {
  font-family: "Ubuntu Mono", Consolas, Inconsolata, "Roboto Mono", monospace;
  font-size: inherit; }

figcaption {
  font-size: smaller;
  font-style: italic;
  font-weight: bolder; }

iframe {
  width: 1px;
  min-width: 100%; }

ins {
  display: inline-block;
  color: #191;
  background: #cfc;
  vertical-align: top; }

pre {
  position: relative;
  max-width: 100%;
  border: solid 1px #d1d3d3;
  border-radius: 5px;
  background: #FAFAFA;
  line-height: initial; }
  pre > code,
  pre > kbd {
    display: block;
    padding: 1.5625em 0.75em; }
    pre > code:before, pre > code:after,
    pre > kbd:before,
    pre > kbd:after {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 0.75em;
      content: ''; }
    pre > code:before,
    pre > kbd:before {
      left: 0;
      border-radius: 4px 0 0 4px;
      background-image: -webkit-linear-gradient(270deg, rgba(250, 250, 250, 0.15), #fafafa 85%);
      background-image: linear-gradient(270deg, rgba(250, 250, 250, 0.15), #fafafa 85%); }
    pre > code:after,
    pre > kbd:after {
      right: 0;
      border-radius: 0 4px 4px 0;
      background-image: -webkit-linear-gradient(90deg, rgba(250, 250, 250, 0.15), #fafafa 85%);
      background-image: linear-gradient(90deg, rgba(250, 250, 250, 0.15), #fafafa 85%); }
  pre > kbd {
    padding-left: 1.5em; }
    pre > kbd:before {
      padding-top: 1.64em;
      padding-left: .75em;
      content: "$ "; }

h1, h3, h4, h5, h6 {
  font-family: canada-type-gibson, "Trebuchet MS", Calibri, sans-serif;
  font-weight: normal; }

h2 {
  font-family: canada-type-gibson, "Trebuchet MS", Calibri, sans-serif;
  font-weight: normal; }

.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6 {
  -webkit-font-smoothing: antialiased; }

iframe {
  border: 0; }

img {
  max-width: 100%; }

sup {
  line-height: 1; }

#comments {
  padding: 2em 0; }

button, input {
  font-family: canada-type-gibson, "Trebuchet MS", Calibri, sans-serif; }

label {
  display: block;
  margin: .5em 0 .2em; }

input[type=text],
input[type=email] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: .2em .4em;
  border: solid 1px #d1d3d3;
  margin: .2em 0 1em;
  font-size: 16px; }

textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 6em;
  padding: .2em .4em;
  border: solid 1px #d1d3d3;
  font-size: 16px; }

p a {
  text-decoration: underline; }

.downcase {
  text-transform: lowercase; }

.hidden {
  display: none !important; }

@media screen and (max-width: 690px) {
  .hidden-sm {
    display: none !important; } }
@media screen and (max-width: 534px) {
  .hidden-xs {
    display: none !important; } }
.template-page p,
.template-error p {
  color: #58595b;
  font: normal 112.5%/1.55 Georgia, Times, "Times New Roman", serif; }

.clearfix {
  position: relative;
  clear: both; }

.l-container {
  position: relative;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto; }

@media screen and (max-width: 1120px) {
  .l-container {
    margin-right: 20px;
    margin-left: 20px; } }
.row {
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  clear: both;
  margin-right: -20px;
  margin-left: -20px; }

.row--tight {
  margin-right: -15px;
  margin-left: -15px; }
  .row--tight > .column {
    padding: 0 15px; }

.column {
  box-sizing: border-box;
  padding: 0 20px;
  margin-right: 0;
  margin-left: 0; }

.column-1 {
  width: 8.33333%; }

.column-2 {
  width: 16.66667%; }

.column-3 {
  width: 25%; }

.column-4 {
  width: 33.33333%; }

.column-5 {
  width: 41.66667%; }

.column-6 {
  width: 50%; }

.column-7 {
  width: 58.33333%; }

.column-8 {
  width: 66.66667%; }

.column-9 {
  width: 75%; }

.column-10 {
  width: 83.33333%; }

.column-11 {
  width: 91.66667%; }

.column-12 {
  width: 100%; }

@media screen and (min-width: 900px) {
  .row--reverse {
    -ms-flex-flow: row-reverse wrap;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; } }
@media screen and (max-width: 900px) {
  .row--reverse-md {
    -ms-flex-flow: row-reverse wrap;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .column-md-1 {
    width: 8.33333%; }

  .column-md-2 {
    width: 16.66667%; }

  .column-md-3 {
    width: 25%; }

  .column-md-4 {
    width: 33.33333%; }

  .column-md-5 {
    width: 41.66667%; }

  .column-md-6 {
    width: 50%; }

  .column-md-7 {
    width: 58.33333%; }

  .column-md-8 {
    width: 66.66667%; }

  .column-md-9 {
    width: 75%; }

  .column-md-10 {
    width: 83.33333%; }

  .column-md-11 {
    width: 91.66667%; }

  .column-md-12 {
    width: 100%; } }
@media screen and (max-width: 690px) {
  .row--reverse-sm {
    -ms-flex-flow: row-reverse wrap;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .column-sm-1 {
    width: 8.33333%; }

  .column-sm-2 {
    width: 16.66667%; }

  .column-sm-3 {
    width: 25%; }

  .column-sm-4 {
    width: 33.33333%; }

  .column-sm-5 {
    width: 41.66667%; }

  .column-sm-6 {
    width: 50%; }

  .column-sm-7 {
    width: 58.33333%; }

  .column-sm-8 {
    width: 66.66667%; }

  .column-sm-9 {
    width: 75%; }

  .column-sm-10 {
    width: 83.33333%; }

  .column-sm-11 {
    width: 91.66667%; }

  .column-sm-12 {
    width: 100%; } }
@media screen and (max-width: 534px) {
  .row--reverse-xs {
    -ms-flex-flow: row-reverse wrap;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .column-xs-1 {
    width: 8.33333%; }

  .column-xs-2 {
    width: 16.66667%; }

  .column-xs-3 {
    width: 25%; }

  .column-xs-4 {
    width: 33.33333%; }

  .column-xs-5 {
    width: 41.66667%; }

  .column-xs-6 {
    width: 50%; }

  .column-xs-7 {
    width: 58.33333%; }

  .column-xs-8 {
    width: 66.66667%; }

  .column-xs-9 {
    width: 75%; }

  .column-xs-10 {
    width: 83.33333%; }

  .column-xs-11 {
    width: 91.66667%; }

  .column-xs-12 {
    width: 100%; } }
.nav-top {
  float: right;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1; }

.nav-top ul,
.nav-top li {
  display: inline;
  padding: 0;
  margin: 0;
  list-style: none; }

.nav-top a {
  margin-right: 40px;
  text-transform: uppercase; }

.nav-sub {
  border-left: solid 1px #fff;
  border-left-color: rgba(255, 255, 255, 0.25);
  font-family: canada-type-gibson, "Trebuchet MS", Calibri, sans-serif; }

.nav-sub a {
  margin-right: 0;
  margin-left: 40px; }

.wf-active .nav-top {
  -webkit-font-smoothing: antialiased; }

@media screen and (max-width: 970px) {
  .nav-top {
    padding-top: 9px;
    font-size: 16px; }

  .nav-top a {
    margin-right: 20px; }

  .nav-sub a {
    margin-right: 0;
    margin-left: 20px; } }
@media screen and (max-width: 800px) {
  body {
    padding-bottom: 80px; }

  .nav-top {
    position: fixed;
    float: none;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50px;
    padding: 0;
    background: #004876;
    background: rgba(0, 72, 118, 0.8);
    font-size: 14px;
    line-height: 50px; }

  .nav-top a {
    margin-right: 10px; }

  .nav-sub a {
    margin-right: 0;
    margin-left: 10px; } }
@media screen and (max-width: 450px) {
  body {
    padding-bottom: 60px; } }
.social-icon {
  position: relative;
  display: inline-block;
  height: 20px;
  margin-left: 20px;
  vertical-align: middle; }

#icons path,
.icon path,
.social-icon path {
  fill: #fff; }

.social-icon > svg {
  position: relative;
  width: 100%;
  height: 100%; }

.icon-email {
  width: 20px;
  height: 13px;
  margin-left: 0; }

.icon-facebook {
  width: 10px; }

.icon-twitter {
  width: 25px; }

.icon-dribble {
  width: 21px; }

.icon-github {
  width: 17px; }

.embed {
  position: relative;
  width: 100%;
  height: 0; }
  .embed[data-ratio="4:3"] {
    padding-bottom: 75%; }
  .embed[data-ratio="16:10"] {
    padding-bottom: 62.5%; }
  .embed[data-ratio="16:9"] {
    padding-bottom: 56.25%; }
  .embed > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

table {
  width: 100%;
  font-size: 80%;
  border-collapse: collapse; }

table, td, th {
  font-family: inherit;
  -moz-font-feature-settings: "lnum" 1, "tnum" 1;
  -moz-font-feature-settings: "lnum=1, tnum=1";
  -ms-font-feature-settings: "lnum" 1, "tnum" 1;
  -o-font-feature-settings: "lnum" 1, "tnum" 1;
  -webkit-font-feature-settings: "lnum" 1, "tnum" 1;
  font-feature-settings: "lnum" 1, "tnum" 1; }

th {
  text-align: left; }

tbody > tr:nth-child(odd) {
  background: #d1d3d3; }

.stripe {
  float: none;
  clear: both;
  width: 100%; }

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  padding: 18px 20px;
  color: #fff;
  background: #004876;
  background: rgba(0, 72, 118, 0.8);
  overflow: hidden; }

.header-logo {
  float: left;
  height: 26px;
  margin: 0; }
  .header-logo > img {
    display: block;
    margin: 0 auto; }

@media screen and (max-width: 800px) {
  .site-header {
    position: absolute;
    position: relative;
    text-align: center;
    overflow: visible; }

  .header-logo {
    float: none;
    margin: 0 auto; } }
.site-footer {
  background: #F1F1F1;
  font-size: 12px;
  text-align: justify; }

.site-footer:after {
  width: 100%;
  display: inline-block;
  content: ''; }

.copyright {
  display: inline-block;
  padding-right: 20px;
  margin-top: 0; }

.footer-logo {
  display: block;
  width: 164px;
  height: 111px;
  margin: 44px auto 44px; }

.local-pride {
  display: inline-block;
  padding-left: 20px;
  margin-top: 0; }

.stripe-social-media {
  position: relative;
  padding: 18px 0;
  color: #fff;
  background: #004876;
  text-align: center; }

.one-up {
  vertical-align: middle; }

.template-people .site-footer {
  margin-top: -34px; }

@media screen and (max-width: 534px) {
  .copyright,
  .local-pride {
    display: block;
    padding: 0;
    margin: 0 0 1em;
    text-align: center; } }
.page-header {
  position: relative;
  padding: 200px 8% 150px;
  color: #fff;
  background-color: #004876;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.inverted-header {
  color: #004876;
  background: #fbf8f4; }

.page-header > h1 {
  margin-top: 0;
  margin-bottom: 0;
  font: normal 350% canada-type-gibson, "Trebuchet MS", Calibri, sans-serif;
  text-align: center; }

@media screen and (max-width: 800px) {
  .page-header {
    padding: 150px 8%;
    padding: 12vh 8%; } }
@media screen and (max-width: 768px) {
  .page-header > h1 {
    font-size: 42px; } }
@media screen and (max-width: 534px) {
  .page-header {
    box-sizing: border-box;
    padding: 150px 5%;
    padding: 10vh 5%;
    font-size: 28px;
    overflow: hidden; }

  .page-header > h1 {
    font-size: 28px; } }
.section-header {
  padding: 100px 0 100px;
  text-align: center; }

.section-header p {
  font-size: 24px; }

.section-header > h2 {
  color: #004876;
  font-size: 54px;
  line-height: 1.2222; }

@media screen and (max-width: 768px) {
  .section-header {
    padding: 80px 0;
    padding: 8vh 0; }
    .section-header > h2 {
      font-size: 42px; } }
@media screen and (max-width: 534px) {
  .section-header {
    padding: 5vh 0; }
    .section-header > h2 {
      font-size: 28px; } }
.page-header.map {
  box-sizing: border-box;
  min-height: 480px;
  height: 100vh; }
  .page-header.map .gm-style {
    color: #004876; }
    .page-header.map .gm-style h1 {
      margin-top: 0; }
    .page-header.map .gm-style .h-card {
      padding: 15px 10px 15px; }
    .page-header.map .gm-style p:last-child {
      margin-bottom: 0; }

@media screen and (max-height: 600px), screen and (max-width: 600px) and (orientation: portrait) {
  .page-header.map {
    height: 100vh; } }
.app-store {
  display: inline-block;
  overflow: hidden;
  min-width: 135px;
  min-height: 40px;
  background: url(./images/app-store.svg) no-repeat;
  text-indent: -100%;
  white-space: nowrap; }

.archive-list,
.tag-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .archive-list > li,
  .tag-list > li {
    padding: 0;
    margin: 0 0 .2em; }

.cssBackgroundBlendMode .page-header--photo {
  background-blend-mode: multiply; }

.page-header--photo {
  overflow: hidden; }

.page-header--photo .cssBackgroundBlendFallback {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  background-color: #004876; }

.cssBackgroundBlendMode .cssBackgroundBlendFallback {
  display: none; }

.taglines-wrapper {
  position: relative;
  background-color: #004876; }

.stripe-taglines {
  box-sizing: border-box;
  min-height: 748px;
  padding: 140px 8%;
  margin: 0;
  color: #fff;
  font-size: 300%;
  font-weight: 200;
  list-style: none; }

.stripe-taglines > h2 {
  font: normal 48px/1.2 canada-type-gibson, "Trebuchet MS", Calibri, sans-serif; }

.stripe-taglines p {
  font-size: 24px;
  line-height: 1.33333333; }

.wf-active .stripe-taglines {
  -webkit-font-smoothing: antialiased; }

@media screen and (max-width: 534px) {
  .stripe-taglines {
    padding: 36px 8%; }
    .stripe-taglines p {
      font-size: 18px; }
    .stripe-taglines > h2 {
      font-size: 28px; } }
.home-header {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  min-height: 80vh;
  padding: 128px 8% 368px;
  color: #000;
  font: normal 48px canada-type-gibson, "Trebuchet MS", Calibri, sans-serif;
  font-weight: 200; }

.home-header em {
  display: inline-block;
  padding: 0 5px;
  margin: 0 -5px;
  background: #EEDB22;
  background: rgba(238, 219, 34, 0.8);
  font-style: normal; }

.home-header h2 {
  margin: 0;
  font: normal 48px canada-type-gibson, "Trebuchet MS", Calibri, sans-serif;
  font-weight: 500; }

.home-header p {
  margin: 0 0 170px; }

@media screen and (max-width: 1000px) {
  .home-header {
    padding-top: 10vh;
    padding-bottom: 10vh; }

  .home-header, .home-header h2 {
    font-size: 40px; } }
@media screen and (max-width: 767px) {
  .home-header, .home-header h2 {
    font-size: 36px; } }
@media screen and (max-width: 534px) {
  .home-header {
    min-height: 80vh;
    box-sizing: border-box;
    padding: 80px 5% 10vh;
    font-size: 24px;
    overflow: hidden; }

  .home-header h2 {
    font-size: 24px; } }
.casestudy-list {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none; }

.casestudy {
  position: relative;
  clear: both;
  color: #58595B;
  background-color: #d1d3d3;
  background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  font: normal 18px/1.55 Georgia, Times, "Times New Roman", serif; }
  .casestudy:nth-child(even) {
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%); }
  .casestudy .row {
    -ms-flex-item-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch; }
  .casestudy .client-name {
    margin-top: 0;
    margin-bottom: .5em;
    color: #004876;
    font-size: 200%;
    line-height: 1; }
  .casestudy .p-summary {
    min-height: 380px;
    padding: 2em 20px;
    line-height: 1.4; }
    .casestudy .p-summary a {
      text-decoration: underline; }
  .casestudy .p-name a {
    text-decoration: none; }
  .casestudy .thumb {
    position: relative; }
    .casestudy .thumb img {
      display: block;
      width: 100%; }
    .casestudy .thumb > .thumb-wrapper {
      position: absolute;
      top: -10%;
      box-sizing: border-box;
      display: block;
      width: 100%;
      height: 110%;
      padding: 15px 40px 0 15px;
      margin-right: -15px;
      margin-left: -15px;
      overflow: hidden; }
    .casestudy .thumb .drop {
      box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); }
  @media screen and (max-width: 690px) {
    .casestudy {
      background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 200%);
      background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 200%);
      background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 200%);
      background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 200%);
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 200%);
      font-size: 14px; }
      .casestudy:nth-child(even) {
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 200%);
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 200%);
        background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 200%);
        background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 200%);
        background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 200%); }
        .casestudy:nth-child(even) .thumb-wrapper {
          padding-right: 20px;
          margin-left: -20px;
          text-align: right;
          direction: rtl; }
      .casestudy .p-summary {
        min-height: 0;
        margin-bottom: 50px; }
      .casestudy .thumb img {
        width: 200%;
        max-width: 200%; } }
  @media screen and (max-width: 534px) {
    .casestudy {
      font-size: 12px; }
      .casestudy .thumb img {
        width: 100%;
        max-width: 100%; } }

.template-portfolio .casestudy:nth-child(even) .row {
  -ms-flex-flow: row-reverse wrap;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }
.template-portfolio .casestudy:nth-child(even) .thumb-wrapper {
  padding-left: 15px;
  margin-right: 0;
  margin-left: -15px; }

.template-products .casestudy:nth-child(odd) .row {
  -ms-flex-flow: row-reverse wrap;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .template-products .casestudy:nth-child(odd) .row .thumb-wrapper {
    direction: rtl;
    text-align: right; }
.template-products .casestudy:nth-child(odd) .thumb-wrapper {
  padding-left: 15px;
  margin-right: 0;
  margin-left: -15px; }
.template-products .casestudy .thumb-wrapper {
  direction: ltr;
  text-align: left; }

@media screen and (max-width: 534px) {
  .template-products .casestudy .l-container,
  .template-portfolio .casestudy .l-container {
    margin: 0; }
  .template-products .casestudy .p-summary,
  .template-portfolio .casestudy .p-summary {
    position: relative;
    z-index: 1;
    box-shadow: 0 -5px 5px 1px rgba(0, 0, 0, 0.1);
    padding-right: 20px;
    padding-left: 20px; }
  .template-products .casestudy .row:nth-child(n),
  .template-portfolio .casestudy .row:nth-child(n) {
    -ms-flex-flow: column-reverse nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0 auto; }
    .template-products .casestudy .row:nth-child(n) .thumb,
    .template-portfolio .casestudy .row:nth-child(n) .thumb {
      padding: 0;
      margin: 0; }
    .template-products .casestudy .row:nth-child(n) .thumb-wrapper,
    .template-portfolio .casestudy .row:nth-child(n) .thumb-wrapper {
      padding: 40px 40px 0;
      margin: 0; }
  .template-products .casestudy .thumb-wrapper,
  .template-portfolio .casestudy .thumb-wrapper {
    position: relative;
    width: 100%;
    height: 250px; }
  .template-products .casestudy .drop,
  .template-portfolio .casestudy .drop {
    box-shadow: 0 0 40px 1px rgba(0, 0, 0, 0.4); } }
.casestudy-icons {
  position: relative;
  box-sizing: border-box;
  padding: 0 0 120px;
  font-size: 0.1px;
  text-align: center;
  list-style: none; }
  .casestudy-icons li {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 19%;
    padding: 0 20px 10px;
    font-size: 20px;
    vertical-align: top;
    text-align: center; }
    @media screen and (max-width: 800px) {
      .casestudy-icons li {
        width: 22%;
        font-size: 16px; } }
    @media screen and (max-width: 690px) {
      .casestudy-icons li {
        width: 30%;
        padding-bottom: 20px; } }
    @media screen and (max-width: 534px) {
      .casestudy-icons li {
        width: 40%; } }
  .casestudy-icons .icon {
    display: block;
    width: 116px;
    height: 115px;
    margin: 0 auto;
    font-size: 0.1px;
    text-align: center; }
    .casestudy-icons .icon:after {
      display: inline-block;
      width: 0px;
      height: 115px;
      vertical-align: middle;
      content: ''; }
  .casestudy-icons img {
    max-width: 115px;
    vertical-align: middle; }
  .casestudy-icons .client-name {
    font-size: inherit; }

hr.footnotes {
  height: 1px;
  padding: 0;
  border: none;
  margin: 1em auto;
  color: #d1d3d3;
  background: #d1d3d3; }
  hr.footnotes ~ * {
    font-size: 14px; }
  hr.footnotes ~ p {
    padding-left: 1em;
    text-indent: -1em; }
    hr.footnotes ~ p sup {
      display: inline-block;
      width: 1em;
      text-indent: 0; }

.blog-photo-header {
  position: relative;
  display: block;
  padding: 357px 0 68px;
  margin: 0 0 40px;
  color: #fff;
  background: none center no-repeat #004876;
  background-size: cover; }
  .blog-photo-header > .blog-photo-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .blog-photo-header > .p-name,
  .blog-photo-header .subtitle {
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.5); }
  .blog-photo-header .subtitle {
    color: #fff; }
  .blog-photo-header .license {
    position: absolute;
    right: 10px;
    left: 10px;
    bottom: 5px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    text-align: right;
    text-shadow: 0 0 3px #000; }
    .blog-photo-header .license a {
      color: inherit; }
      .blog-photo-header .license a:hover {
        color: #fff;
        background: rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 534px) {
      .blog-photo-header .license {
        right: 20px;
        left: 20px;
        text-align: left; } }

.blog-photo-header--multiply {
  background-color: #ccc;
  background-blend-mode: multiply; }

.blog-header {
  padding: 136px 0 0;
  margin: 0 0 40px;
  color: #004876; }
  .blog-header .p-summary {
    color: #a03123; }

.post-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 133.3333%;
  font-weight: 500;
  text-transform: uppercase; }

.blog-meta,
.post-author,
.post-meta > h3,
.comments {
  color: #ac6d29;
  font: normal 131.25% canada-type-gibson, "Trebuchet MS", Calibri, sans-serif;
  -webkit-font-smoothing: antialiased; }

.post-author {
  margin-top: 0;
  line-height: 1.3285714; }

.subtitle {
  color: #a03123;
  font: italic normal 16px Georgia, Times, "Times New Roman", serif;
  -webkit-font-smoothing: antialiased; }

.p-summary {
  color: #58595b;
  font: normal 112.5%/1.55 Georgia, Times, "Times New Roman", serif; }

.p-summary > p:first-child {
  margin-top: 0; }

.e-content,
.about-the-author .p-note {
  color: #58595b;
  font: normal 112.5%/1.55 Georgia, Times, "Times New Roman", serif; }

.e-content {
  margin: 0 0 65px; }
  .e-content > p {
    margin: 1.5em 0; }
    .e-content > p:first-child {
      margin-top: 0; }
  .e-content > h1, .e-content > h2, .e-content > h3, .e-content > h4, .e-content > h5, .e-content > h6 {
    margin-bottom: 0; }
    .e-content > h1 + p, .e-content > h2 + p, .e-content > h3 + p, .e-content > h4 + p, .e-content > h5 + p, .e-content > h6 + p {
      margin-top: .6em; }
  .e-content > h1, .e-content > h2 {
    margin-top: 1.66em; }
  .e-content > h3 {
    margin-top: 2.14em; }
  .e-content > h4 {
    margin-top: 2.5em; }
  .e-content > h5 {
    margin-top: 2em; }
  .e-content > h6 {
    margin-top: 3.7em; }
  .e-content a {
    color: #004876;
    text-decoration: underline; }

.dt-published {
  display: block;
  color: #58595b;
  font: normal 131.25% canada-type-gibson, "Trebuchet MS", Calibri, sans-serif;
  font-weight: 200;
  -webkit-font-smoothing: antialiased; }

.about-the-author {
  position: relative;
  overflow: hidden; }

.about-the-author img {
  display: block;
  width: 100%; }

.post-meta {
  margin-bottom: 50px; }
  .post-meta > h3 {
    margin-top: 85px; }

.recent-posts {
  padding: 0;
  margin: 0; }

.recent-posts > .h-entry {
  padding: 0;
  margin: 0 0 60px;
  list-style: none; }

.recent-posts .p-name {
  margin: 0;
  text-transform: uppercase; }

.recent-posts .p-summary {
  margin-top: 0; }

.item-bloglabel .page-header,
.item-blogarchivedate .page-header,
.item-blogarchivefolder .page-header {
  margin-bottom: 62px; }

.item-bloglabelfolder > .color-wrap,
.item-blog > .color-wrap {
  padding-top: 124px; }
  @media screen and (max-width: 800px) {
    .item-bloglabelfolder > .color-wrap,
    .item-blog > .color-wrap {
      padding-top: 0; }
      .item-bloglabelfolder > .color-wrap > .l-container,
      .item-blog > .color-wrap > .l-container {
        padding-top: 20px; } }

.item-bloglabelfolder .l-container,
.item-bloglabel .l-container,
.item-blogarchivedate .l-container,
.item-blogarchivefolder .l-container,
.item-blog .l-container {
  max-width: 1200px; }
.item-bloglabelfolder .h-entry,
.item-bloglabel .h-entry,
.item-blogarchivedate .h-entry,
.item-blogarchivefolder .h-entry,
.item-blog .h-entry {
  margin-bottom: 70px; }
.item-bloglabelfolder .p-author,
.item-bloglabel .p-author,
.item-blogarchivedate .p-author,
.item-blogarchivefolder .p-author,
.item-blog .p-author {
  display: block;
  margin: 0 0 .944em;
  font-size: 18px;
  font-weight: 200;
  -webkit-font-smoothing: antialiased; }
.item-bloglabelfolder .post-title,
.item-bloglabel .post-title,
.item-blogarchivedate .post-title,
.item-blogarchivefolder .post-title,
.item-blog .post-title {
  line-height: 1.2; }

.item-blog .blog-photo-header {
  position: relative;
  height: 0;
  padding: 0 0 40%;
  margin-bottom: 20px;
  background-position: center;
  background-size: cover; }

.item-bloglabel .latest-post .post-title,
.item-blogarchivedate .latest-post .post-title,
.item-blogarchivefolder .latest-post .post-title,
.item-blog .latest-post .post-title,
.item-blogpost .post-title {
  font-size: 300%; }
  @media screen and (max-width: 600px) {
    .item-bloglabel .latest-post .post-title,
    .item-blogarchivedate .latest-post .post-title,
    .item-blogarchivefolder .latest-post .post-title,
    .item-blog .latest-post .post-title,
    .item-blogpost .post-title {
      font-size: 200%; } }
.item-bloglabel .latest-post .subtitle,
.item-blogarchivedate .latest-post .subtitle,
.item-blogarchivefolder .latest-post .subtitle,
.item-blog .latest-post .subtitle,
.item-blogpost .subtitle {
  font-size: 1.5em; }

.item-blogpost > .h-entry {
  overflow: hidden; }

.item-bloglabel .subtitle,
.item-bloglabelfolder .subtitle,
.item-blogarchivedate .subtitle,
.item-blogarchivefolder .subtitle,
.item-blog .subtitle {
  line-height: 1.4;
  margin-bottom: .41em; }
.item-bloglabel .p-author,
.item-bloglabelfolder .p-author,
.item-blogarchivedate .p-author,
.item-blogarchivefolder .p-author,
.item-blog .p-author {
  color: #ac6d29; }
.item-bloglabel .h-entry:not(.latest-post) .h-card,
.item-bloglabelfolder .h-entry:not(.latest-post) .h-card,
.item-blogarchivedate .h-entry:not(.latest-post) .h-card,
.item-blogarchivefolder .h-entry:not(.latest-post) .h-card,
.item-blog .h-entry:not(.latest-post) .h-card {
  margin-top: .33em;
  margin-bottom: .5em; }

/**
* Comments
*/
.comments-wrapper {
  position: relative;
  padding: 0 0 2em; }

#toggle-comment-form {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: .31em;
  color: #004876;
  line-height: 1;
  text-transform: uppercase; }
  #toggle-comment-form + br {
    display: none; }

#toggle-comment-form:before {
  content: "✚"; }

#comment-form {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  background: #fff;
  overflow: hidden;
  -webkit-transition: height .3s;
  -moz-transition: height .3s;
  transition: height .3s; }
  #comment-form, #comment-form label {
    color: #a6a6a6;
    font-size: 14px;
    line-height: 18px; }
  #comment-form label {
    display: inline-block; }
  #comment-form input,
  #comment-form textarea {
    display: block;
    border: solid 1px #cdcdcd;
    border-radius: 4px;
    margin-bottom: .5em;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3); }
  #comment-form input {
    font-size: 24px;
    line-height: 28px; }
  #comment-form textarea {
    resize: vertical; }
  #comment-form .submit {
    margin-top: 1em;
    text-align: right; }
  #comment-form button[type="reset"] {
    border: none;
    margin-right: 2em;
    color: #004876;
    background: transparent; }
  #comment-form button[type="submit"] {
    padding: 8px 10px 9px;
    border: none;
    border-radius: 4px;
    color: #fff;
    background: #004876;
    font-size: 18px;
    line-height: 23px; }
  #comment-form .wrapper {
    padding: 1em; }

.comment-list {
  padding: 1em;
  margin: 1em 0 0;
  background: #fff;
  list-style: none; }
  .comment-list p {
    margin: 0 0 .5em; }
  .comment-list .e-content {
    margin-bottom: 20px; }
  .comment-list .h-entry {
    margin: 0 0 1.5em; }
  .comment-list .comment-meta {
    text-align: justify; }
    .comment-list .comment-meta:after {
      display: inline-block;
      width: 100%;
      content: ''; }
  .comment-list .dt-published,
  .comment-list .p-author,
  .comment-list .p-photo {
    display: inline-block;
    vertical-align: middle; }
  .comment-list .p-photo > img {
    width: 24px;
    height: 24px; }
  .comment-list .dt-published {
    font-size: 80%; }

.about-people {
  padding-top: 30px;
  padding-bottom: 50px; }

.person {
  padding-top: 62px; }
  .person .p-name {
    margin: 0;
    color: #a03123;
    font-size: 24px; }
  .person .p-job-title {
    margin-top: 0; }
  .person .p-note {
    color: #58595b;
    font: normal 18px/1.5 Georgia, Times, "Times New Roman", serif; }
    @media screen and (max-width: 534px) {
      .person .p-note {
        font-size: 16px; } }
  .person .u-photo {
    margin-bottom: 20px; }
  .person .social a {
    display: block;
    min-height: 21px;
    margin: 0 0 5px;
    font-size: 14px; }
  .person .social svg {
    position: relative;
    width: 16px;
    height: 16px;
    margin: 4px; }
  .person .social use {
    display: block;
    max-width: 16px;
    max-height: 16px;
    margin: 2px auto; }
  .person .social .icon {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin: 0 5px 0 0;
    content: '';
    vertical-align: middle; }
  .person .social .icon + span {
    display: inline-block;
    margin-top: 4px;
    line-height: 24px;
    vertical-align: middle; }
  .person .u-email {
    color: #004876; }
  .person .u-email .icon {
    background-color: #004876; }
  .person .twitter {
    color: #4099FF; }
  .person .twitter .icon {
    background-color: #4099FF; }
  .person .github {
    color: #333; }
  .person .github .icon {
    background-color: #333; }
  .person .linkedin {
    color: #1d8cb5; }
  .person .linkedin .icon {
    background-color: #1d8cb5;
    background-position: 20px 0; }
  .person .dribbble {
    color: #EA4C89; }
  .person .dribbble .icon {
    background-color: #EA4C89; }

.no-js .section-about .page-header {
  background: #004876; }

@media screen and (max-width: 690px) {
  .section-about .page-header {
    box-sizing: border-box;
    min-height: 100vh; } }
