/*
 * Main SCSS File - SCSS v2.0
 * last edited 08/17
 * @author Esther Ball-Babois
 * http://www.designkungfu.com
 *
 *
 *
 */
@import url("http://fonts.googleapis.com/css?family=Open+Sans|Crimson+Text|Overpass");
@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
html {
  box-sizing: border-box;
}

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

button, input[type=button], input[type=reset], input[type=submit], .button {
  appearance: none;
  background-color: #333;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .button:hover {
  background-color: #292929;
  color: #fff;
}
button:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus, .button:focus {
  outline: 3px solid rgba(51, 51, 51, 0.6);
  outline-offset: 2px;
}
button:disabled, input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled, .button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, input[type=button]:disabled:hover, input[type=reset]:disabled:hover, input[type=submit]:disabled:hover, .button:disabled:hover {
  background-color: #333;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em;
}

input,
select,
textarea {
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
}
input[type=color]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=email]:hover, input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, input:not([type]):hover, textarea:hover {
  border-color: #b1b1b1;
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input:not([type]):focus, textarea:focus {
  border-color: #333;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(51, 51, 51, 0.7);
  outline: none;
}
input[type=color]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=email]:disabled, input[type=month]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=text]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=week]:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
input[type=color]:disabled:hover, input[type=date]:disabled:hover, input[type=datetime]:disabled:hover, input[type=datetime-local]:disabled:hover, input[type=email]:disabled:hover, input[type=month]:disabled:hover, input[type=number]:disabled:hover, input[type=password]:disabled:hover, input[type=search]:disabled:hover, input[type=tel]:disabled:hover, input[type=text]:disabled:hover, input[type=time]:disabled:hover, input[type=url]:disabled:hover, input[type=week]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}
input[type=color]::placeholder, input[type=date]::placeholder, input[type=datetime]::placeholder, input[type=datetime-local]::placeholder, input[type=email]::placeholder, input[type=month]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=time]::placeholder, input[type=url]::placeholder, input[type=week]::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #858585;
}

textarea {
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  display: inline;
  margin-right: 0.375em;
}

[type=file] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 0.75em;
  width: 100%;
}

[type=checkbox]:focus,
[type=radio]:focus,
[type=file]:focus,
select:focus {
  outline: 3px solid rgba(51, 51, 51, 0.6);
  outline-offset: 2px;
}

html {
  box-sizing: border-box;
}

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

html,
body {
  height: 100%;
}

body {
  background: #f6f6f6;
  margin: 0;
}

h2.disciplines a {
  border-bottom: 1px dashed rgba(86, 152, 144, 0.85);
  margin: 0 0.5em;
}
h2.disciplines a:hover {
  border-bottom: 1px solid #569890;
}

.mobile-ui {
  display: none;
}
@media screen and (max-width: 480px) {
  .mobile-ui {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .desktop-ui {
    display: none;
  }
}

/* Header
------------------------------------------------------*/
header {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  transition: all 300ms linear;
  background: #fdfdfd;
  /*height: 100px;*/
  /*position: fixed;*/
  text-align: center;
  z-index: 77;
  width: 100%;
}
@media screen and (max-width: 480px) {
  header {
    position: static;
  }
}
header .inner {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  transition: all 300ms linear;
  height: 100px;
  margin: 0 auto;
  max-width: 1280px;
  padding: 15px 50px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  header .inner {
    flex-direction: column;
    padding: 2.5em 0.5em;
  }
}
header .inner .single.left {
  float: left;
  display: block;
  margin-right: 1.5384615385%;
  width: 49.2307692308%;
}
header .inner .single.left:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  header .inner .single.left {
    float: left;
    display: block;
    margin-right: 2.3255813953%;
    width: 48.8372093023%;
  }
  header .inner .single.left:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  header .inner .single.left {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 100%;
    margin-right: 0;
  }
  header .inner .single.left:last-child {
    margin-right: 0;
  }
}
header .inner .single.right {
  float: left;
  display: block;
  margin-right: 1.5384615385%;
  width: 49.2307692308%;
  text-align: right;
}
header .inner .single.right:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  header .inner .single.right {
    float: left;
    display: block;
    margin-right: 2.3255813953%;
    width: 48.8372093023%;
  }
  header .inner .single.right:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  header .inner .single.right {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  header .inner .single.right:last-child {
    margin-right: 0;
  }
}
header .inner .single.right nav ul {
  /*@include media($mobile) { display: none; }*/
}
header .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  height: auto;
  text-decoration: none;
  max-width: 170px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  header .logo {
    display: inline-flex;
  }
}
header .logo img {
  height: auto;
  max-width: 120px;
  width: 100%;
}
header .logo:hover {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
}
header nav {
  display: inline-flex;
  font-size: 0.8em;
}
header nav ul {
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  font-weight: 100;
  margin: 0;
}
@media screen and (max-width: 480px) {
  header nav ul {
    padding: 0;
  }
}
header nav ul li {
  display: inline;
  margin: 0px 5px;
}
header nav ul li a {
  color: rgba(0, 0, 0, 0.8);
}
header nav ul li.active {
  font-weight: bold;
}
header nav ul li.active a {
  color: #569890;
}
header nav ul li.active:hover a {
  color: #569890;
}
header nav ul li:hover a {
  color: rgba(0, 0, 0, 0.95);
  text-decoration: none;
}
header nav .button {
  display: inline-flex;
}

.image-hero {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  color: #fff;
  height: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .image-hero {
    background-position: center top !important;
  }
}
@media screen and (max-width: 480px) {
  .image-hero {
    background-position: center top !important;
  }
}
.image-hero .inner {
  display: flex;
  align-content: center;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  transition: all 300ms linear;
  margin: 0 auto;
  padding: 200px 50px;
  width: 96%;
  max-width: 1280px;
}
@media screen and (max-width: 480px) {
  .image-hero .inner {
    padding: 2.5em 1.25em;
  }
}
.image-hero .inner .hero-text {
  display: flex;
  align-content: center;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
}
@media screen and (max-width: 480px) {
  .image-hero .inner .hero-text {
    width: 100%;
  }
}
.image-hero .opacity {
  background: rgba(0, 0, 0, 0.5);
}
.image-hero img {
  width: 100%;
}
.image-hero h1 {
  color: #fff;
  font-size: 1.75em;
}
.image-hero p {
  font-size: 1.1em;
}
.image-hero a {
  color: #fff;
}
.image-hero.image-banner .inner {
  align-items: flex-start;
}
.image-hero.image-banner h2 {
  color: #fff;
}
.image-hero.image-banner .hero-text {
  width: 33%;
}

.bg-image {
  background: rgba(0, 0, 0, 0.75);
  position: relative;
  overflow: hidden;
}
.bg-image:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  z-index: 0;
  background: url("https://placekitten.com/1280/1280");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg-image .inner {
  opacity: 0.99;
}
.bg-image img {
  width: 100%;
}

.content {
  padding-top: 1em;
}
@media screen and (max-width: 768px) {
  .content {
    padding-top: 0px;
  }
}
@media screen and (max-width: 480px) {
  .content {
    padding-top: 0px;
  }
}
.content .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.content > .inner {
  padding: 15px 50px;
}
@media screen and (max-width: 480px) {
  .content > .inner {
    padding: 0.5em 1em;
  }
}
.content > .inner section {
  width: 96%;
  max-width: 960px;
  margin: 1.25em auto;
}
@media screen and (max-width: 768px) {
  .content > .inner section {
    margin: 1.25em auto;
  }
}
@media screen and (max-width: 480px) {
  .content > .inner section {
    margin: 1.25em auto;
  }
}

.centered {
  text-align: center !important;
}

.text-section.centered .inner {
  align-items: center;
}

.text-resume .position {
  margin: 1.5em 0;
}
.text-resume .position h4 {
  margin: 0.75em 0 0.5em;
}

.home .case-studies figure {
  float: left;
  display: block;
  margin-right: 1.5384615385%;
  width: 100%;
  display: inline-flex;
  float: none;
  margin-bottom: 1.5em;
  align-content: center;
}
.home .case-studies figure:last-child {
  margin-right: 0;
}
.home .case-studies figure:nth-child(0) {
  margin-right: 0;
}
.home .case-studies figure a.inner-wrapper {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .home .case-studies figure a.inner-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.home .case-studies figure img {
  float: left;
  display: block;
  margin-right: 1.5384615385%;
  width: 32.3076923077%;
}
.home .case-studies figure img:last-child {
  margin-right: 0;
}
.home .case-studies figure img:nth-child(3n) {
  margin-right: 0;
}
.home .case-studies figure img:nth-child(3n+1) {
  clear: left;
}
@media screen and (max-width: 480px) {
  .home .case-studies figure img {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 100%;
    margin-right: 0;
  }
  .home .case-studies figure img:last-child {
    margin-right: 0;
  }
}
.home .case-studies figure .intro {
  float: left;
  display: block;
  margin-right: 1.5384615385%;
  width: 66.1538461538%;
}
.home .case-studies figure .intro:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .home .case-studies figure .intro {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 100%;
  }
  .home .case-studies figure .intro:last-child {
    margin-right: 0;
  }
  .home .case-studies figure .intro:nth-child(0) {
    margin-right: 0;
  }
}

.case-studies {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .case-studies {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.case-studies figure {
  float: left;
  display: block;
  margin-right: 1.5384615385%;
  width: 32.3076923077%;
  margin-bottom: 1.5em;
  /*margin: 5em 0;*/
}
.case-studies figure:last-child {
  margin-right: 0;
}
.case-studies figure:nth-child(3n) {
  margin-right: 0;
}
.case-studies figure:nth-child(3n+1) {
  clear: left;
}
@media screen and (max-width: 480px) {
  .case-studies figure {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 100%;
    margin-right: 0;
  }
  .case-studies figure:last-child {
    margin-right: 0;
  }
  .case-studies figure:last-of-type {
    margin-bottom: 0;
  }
}
.case-studies figure .intro {
  display: block;
  /*
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  */
}
.case-studies figure a.inner-wrapper {
  display: block;
}
.case-studies figure .thumbnail {
  background: #eef4f4;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.case-studies figure .thumbnail a {
  display: block;
  height: 100%;
  width: 100%;
}
.case-studies figure p {
  font-size: 0.8em;
  margin: 0 0 0.75em;
}
.case-studies figure p.chapter {
  font-size: 0.6em;
}
.case-studies figure h2 {
  font-size: 1em;
  margin: 0.25em 0 0.5em;
}
.case-studies figure img {
  display: block;
  margin-bottom: 1em;
  width: 100%;
}

.work figure {
  display: inline-flex;
  height: 220px;
  margin-bottom: 1.53846%;
  overflow: hidden;
  flex-grow: 1;
  width: 23.84615%;
  padding: 0.5em;
  flex-basis: 0;
}
.work figure a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.work figure .work-text {
  align-items: flex-start;
  align-content: flex-end;
  background: rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  margin: 0;
  padding: 0.5em 0.75em;
  position: absolute;
  top: 0px;
  width: 100%;
}
.work figure img {
  display: block;
  width: 100%;
}

.image-section,
.text-section {
  clear: both;
  display: block;
  margin: 2.5em 0;
}
.image-section figure,
.text-section figure {
  margin: 0 0 2.5em;
}
.image-section .inner,
.text-section .inner {
  align-items: flex-start;
  flex-direction: column;
  max-width: 1280px;
  margin: 2.5em auto;
  padding: 1.25em 50px 1.25em;
  width: 96%;
}
.image-section .image-section,
.text-section .image-section {
  margin: 0;
}
.image-section .image-section img,
.text-section .image-section img {
  width: 100%;
}
.image-section .image-section figcaption,
.text-section .image-section figcaption {
  margin: 1em auto;
  max-width: 1280px;
  padding: 0 50px;
  width: 96%;
}

.text-section#intro {
  margin: 1.25em 0 2.5em;
}
.text-section#intro .inner {
  margin: 0 auto;
  padding: 0 50px 1.25em;
}

.text-section-bg {
  background: #eef4f4;
  margin: 0;
  padding: 2.5em 0;
}
.text-section-bg .inner {
  align-items: flex-start;
  flex-direction: column;
  max-width: 960px;
  margin: 2.5em auto;
  padding: 0 50px;
  width: 96%;
}
@media screen and (max-width: 480px) {
  .text-section-bg .inner {
    padding: 0px 50px;
  }
}
.text-section-bg .inner .image-section,
.text-section-bg .inner .text-section {
  margin: 1em 0;
}
.text-section-bg .inner .image-section figure,
.text-section-bg .inner .text-section figure {
  margin-bottom: 0;
}
.text-section-bg.text-section-two .single-text {
  flex-direction: column;
}

.text-section-flush {
  margin: 5em 0 2.5em;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 480px) {
  .text-section-flush {
    margin: 1.25em 0 1.25em;
  }
}
.text-section-flush .inner {
  align-items: center;
  flex-direction: row;
  max-width: 1280px;
  margin: 2.5em auto;
  padding: 0px 50px;
  width: 96%;
}
@media screen and (max-width: 480px) {
  .text-section-flush .inner {
    flex-direction: column;
    padding: 0px 50px;
  }
}
.text-section-flush .inner .image-section,
.text-section-flush .inner .text-section {
  margin: 1em 0;
}
@media screen and (max-width: 480px) {
  .text-section-flush .inner .single {
    margin-bottom: 0.75em;
  }
}
.text-section-flush .inner figure {
  height: 616px;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .text-section-flush .inner figure {
    height: 240px;
  }
}
.text-section-flush .inner img {
  position: absolute;
  left: 0px;
  max-width: 960px;
  width: 960px;
}
@media screen and (max-width: 768px) {
  .text-section-flush .inner img {
    right: -75px;
    max-width: 575px;
    top: 150px;
    width: 575px;
  }
}
@media screen and (max-width: 768px) {
  .text-section-flush .inner img {
    right: -75px;
    max-width: 375px;
    top: 0px;
    width: 375px;
  }
}

.image-section-two .single,
.text-section-two .single {
  float: left;
  display: block;
  margin-right: 1.5384615385%;
  width: 49.2307692308%;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
}
.image-section-two .single:last-child,
.text-section-two .single:last-child {
  margin-right: 0;
}
.image-section-two .single:first-of-type,
.text-section-two .single:first-of-type {
  margin-right: 1.53846%;
}

.one-section figure img {
  display: block;
  margin: 0 auto;
}

.two-sections figure,
.two-sections .single {
  float: left;
  display: block;
  margin-right: 1.5384615385%;
  width: 49.2307692308%;
}
.two-sections figure:last-child,
.two-sections .single:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .two-sections figure,
.two-sections .single {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 100%;
    margin-right: 0;
  }
  .two-sections figure:last-child,
.two-sections .single:last-child {
    margin-right: 0;
  }
}
.two-sections.one-two figure {
  float: left;
  display: block;
  margin-right: 1.5384615385%;
  width: 32.3076923077%;
}
.two-sections.one-two figure:last-child {
  margin-right: 0;
}
.two-sections.one-two figure:last-of-type {
  float: left;
  display: block;
  margin-right: 1.5384615385%;
  width: 66.1538461538%;
}
.two-sections.one-two figure:last-of-type:last-child {
  margin-right: 0;
}

.three-sections figure,
.three-sections .single {
  float: left;
  display: block;
  margin-right: 1.5384615385%;
  width: 32.3076923077%;
}
.three-sections figure:last-child,
.three-sections .single:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .three-sections figure,
.three-sections .single {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 100%;
    margin-right: 0;
  }
  .three-sections figure:last-child,
.three-sections .single:last-child {
    margin-right: 0;
  }
}

.four-sections figure,
.four-sections .single {
  float: left;
  display: block;
  margin-right: 1.5384615385%;
  width: 23.8461538462%;
}
.four-sections figure:last-child,
.four-sections .single:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .four-sections figure,
.four-sections .single {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 100%;
    margin-right: 0;
  }
  .four-sections figure:last-child,
.four-sections .single:last-child {
    margin-right: 0;
  }
}

.image-section-three .single,
.text-section-three .single {
  float: left;
  display: block;
  margin-right: 1.5384615385%;
  width: 32.3076923077%;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
}
.image-section-three .single:last-child,
.text-section-three .single:last-child {
  margin-right: 0;
}
.image-section-three .single:first-of-type,
.text-section-three .single:first-of-type {
  margin-right: 1.53846%;
}

.split-two-one .single {
  float: left;
  display: block;
  margin-right: 1.5384615385%;
  width: 66.1538461538%;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
}
.split-two-one .single:last-child {
  margin-right: 0;
}
.split-two-one .single:first-of-type {
  float: left;
  display: block;
  margin-right: 1.5384615385%;
  width: 32.3076923077%;
  margin-right: 1.53846%;
}
.split-two-one .single:first-of-type:last-child {
  margin-right: 0;
}

.s-mar-rl {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.row {
  display: flex;
}
.row.columns {
  flex-direction: row;
}
.row.columns.even .column {
  flex-basis: 0;
  flex-grow: 1;
}
.row.columns.one-third .column:first-child {
  width: 25%;
}

main.content .inner article {
  max-width: 960px;
  width: 96%;
}

figure .image-download,
.single .image-download {
  display: block;
  position: relative;
}
figure .image-download .fa,
.single .image-download .fa {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  color: rgba(0, 0, 0, 0.75);
  padding: 10px;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}
figure .image-download:hover .fa,
.single .image-download:hover .fa {
  background: rgba(255, 255, 255, 0.95);
  color: rgba(0, 0, 0, 0.85);
}
figure.single-text,
.single.single-text {
  padding-top: 1em;
}
figure.single-text h2,
.single.single-text h2 {
  margin: 0.5em 0 0.5em;
}

.text-section-two .single:first-of-type {
  justify-content: flex-start;
}

.image-text-split {
  justify-content: center;
}

figure {
  margin: 2.5em 0;
}
figure figcaption {
  font-size: 0.8em;
  font-style: italic;
  margin: 1em 0;
  text-align: center;
}

.tag {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  font-size: 0.85em;
  margin: 0 0 0.5em 0.5em;
  text-transform: uppercase;
  padding: 0.35em 0.5em;
}

.home .image-hero {
  margin-bottom: 0px;
}
.home .content {
  padding-top: 0px;
}
.home section#bio_timeline {
  padding-bottom: 0px;
}
.home section#bio_timeline .inner {
  align-items: center;
  margin-bottom: 0px;
  text-align: center;
}
.home section#bio_timeline figure {
  margin: 0;
}
.home section#bio_timeline figure img {
  display: block;
  margin-top: 0.5em;
}
.home .social-feed {
  margin-top: 2.5em;
  margin-bottom: 0px;
}
.home .social-feed h2 {
  margin: 0.25em 0 0.75em;
}
.home .social-feed .inner.instafeed-feed {
  margin: 0 auto;
  width: 90%;
}
.home .social-feed .inner:first-child {
  flex-direction: column;
  margin: 1.25em auto 0.75em;
  max-width: 960px;
  width: 96%;
}
@media screen and (max-width: 480px) {
  .home .social-feed .inner:first-child {
    flex-direction: column;
    margin: 2.5em auto 0.75em;
    padding: 0px 50px;
  }
}

.image-scrollable-device .device-wrapper {
  width: 860px;
}
@media screen and (max-width: 768px) {
  .image-scrollable-device .device-wrapper {
    width: 637px;
  }
}
@media screen and (max-width: 480px) {
  .image-scrollable-device .device-wrapper {
    width: 260px;
  }
}
.image-scrollable-device .image-screenshot {
  height: 406px;
  left: 107px;
  overflow-y: scroll;
  position: absolute;
  top: 33px;
  width: 648px;
}
@media screen and (max-width: 768px) {
  .image-scrollable-device .image-screenshot {
    height: 301px;
    left: 79px;
    top: 24px;
    width: 481px;
  }
}
@media screen and (max-width: 480px) {
  .image-scrollable-device .image-screenshot {
    height: 123px;
    left: 32px;
    top: 10px;
    width: 196px;
  }
}
.image-scrollable-device .image-screenshot img {
  display: block;
}
.image-scrollable-device .phone-wrapper {
  width: 235px;
}
@media screen and (max-width: 768px) {
  .image-scrollable-device .phone-wrapper {
    width: 204px;
  }
}
@media screen and (max-width: 480px) {
  .image-scrollable-device .phone-wrapper {
    width: 260px;
  }
}
.image-scrollable-device .phone-wrapper .image-screenshot {
  height: 353px;
  left: 18px;
  top: 70px;
  width: 199px;
}
@media screen and (max-width: 768px) {
  .image-scrollable-device .phone-wrapper .image-screenshot {
    height: 304px;
    left: 16px;
    top: 61px;
    width: 173px;
  }
}
@media screen and (max-width: 480px) {
  .image-scrollable-device .phone-wrapper .image-screenshot {
    height: 390px;
    left: 20px;
    top: 78px;
    width: 221px;
  }
}

#instafeed {
  display: inline-flex;
  margin: 0.75em 0 2.5em;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #instafeed {
    flex-direction: column;
  }
}
#instafeed a {
  float: left;
  display: block;
  margin-right: 1.5384615385%;
  width: 15.3846153846%;
}
#instafeed a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  #instafeed a {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 100%;
    margin-right: 0;
  }
  #instafeed a:last-child {
    margin-right: 0;
  }
}

.page-work-detail .image-hero {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 0px -200px !important;
  background-attachment: fixed !important;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .page-work-detail .image-hero {
    background-position: center center !important;
    background-attachment: scroll !important;
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .page-work-detail .image-hero {
    background-position: center center !important;
    background-attachment: scroll !important;
    height: 275px;
  }
}

/*
section.hero {
	background-color: grey;
	background-attachment: fixed !important;
	background-size: cover !important;
  display: block;
	position: relative;
  width: 100%;

	.opacity {
		background: rgba(0, 0, 0, 0.5);
		color: white;
		height: 675px;
		position: relative;
    width: 100%;
    z-index: 2;
	}

	p {
		font: 400 24px/34px;
	}
}
*/
footer {
  background: #fdfdfd;
  display: block;
  font-size: 0.8em;
  height: auto;
  padding: 25px 0px;
  width: 100%;
}
footer .inner {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  transition: all 300ms linear;
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 2.5em;
  width: 100%;
}
footer .inner:first-child {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  footer .inner {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  footer .inner {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    text-align: center;
  }
}
footer .inner .single {
  float: left;
  display: block;
  margin-right: 1.5384615385%;
  width: 32.3076923077%;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
footer .inner .single:last-child {
  margin-right: 0;
}
footer .inner .single:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  footer .inner .single {
    float: left;
    display: block;
    margin-right: 2.3255813953%;
    width: 100%;
    margin: 25px 0;
  }
  footer .inner .single:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  footer .inner .single {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 100%;
    margin: 25px 0;
  }
  footer .inner .single:last-child {
    margin-right: 0;
  }
}
footer p {
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  margin: 0;
}
footer nav ul {
  font-family: "Overpass", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  margin: 0;
  padding: 0;
}
footer nav ul li {
  font-size: 0.75em;
  margin: 5px 5px;
}
footer nav ul li a {
  color: #66a19a;
}
footer nav ul li a:hover:not(.fa) {
  color: #66a19a;
}
footer nav ul li .fa {
  color: #66a19a;
  font-size: 1.25em;
  margin-right: 0 5px 0 0;
}

.two-column .content .inner {
  align-items: flex-start;
  flex-direction: row;
  margin: 0 auto;
  max-width: 960px;
  width: 96%;
}
.two-column article {
  float: left;
  display: block;
  margin-right: 1.5384615385%;
  width: 66.1538461538%;
}
.two-column article:last-child {
  margin-right: 0;
}
.two-column aside {
  float: left;
  display: block;
  margin-right: 1.5384615385%;
  width: 23.8461538462%;
  margin: 1.25em auto;
}
.two-column aside:last-child {
  margin-right: 0;
}

ul,
ol {
  margin: 0 0 1em;
  padding: 0;
}

ul {
  list-style-type: disc;
  padding: 0 0 0 2em;
}
ul li {
  margin: 0.5em 0;
  padding-left: 0.25em;
}

ol {
  list-style-type: decimal;
  padding: 0 0 0 2em;
}
ol ol {
  list-style-type: lower-alpha;
}
ol li {
  margin: 0.5em 0;
  padding-left: 0.25em;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

iframe.video {
  height: auto;
  width: 100%;
}

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

thead {
  line-height: 1.2;
  vertical-align: bottom;
}

tbody {
  vertical-align: top;
}

tr {
  border-bottom: 1px solid #ddd;
}

th {
  font-weight: 600;
}

th,
td {
  padding: 0.75em 0.75em 0.75em 0;
}

html {
  color: rgba(0, 0, 0, 0.75);
  font-family: "Crimson Text", serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Overpass", sans-serif;
  font-size: 1.333em;
  font-weight: 600;
  line-height: 1.2;
  margin: 0.75em 0 0.75em;
}
@media screen and (max-width: 480px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1em 0 0.5em;
  }
}

h1 {
  font-size: 40px;
  font-weight: 900;
}

h2 {
  font-size: 30px;
}
h2.serif-font {
  color: #569890;
  font-family: "Crimson Text", serif;
  font-size: 36px;
  margin-bottom: 1.5em;
  text-align: center;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

p {
  margin: 0 0 0.75em;
}
p.chapter {
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
}
p a {
  border-bottom: 1px dashed rgba(56, 100, 95, 0.55);
}
p a:hover {
  border-bottom: 1px dashed rgba(56, 100, 95, 0.95);
  color: #000;
}

a {
  color: #333;
  transition: color 150ms ease;
  text-decoration: none;
}
a:hover {
  color: #262626;
}

p.link {
  border-bottom: 1px dashed rgba(56, 100, 95, 0.55);
  color: #333;
  display: inline-flex;
}
p.link:hover {
  border-bottom: 1px dashed rgba(56, 100, 95, 0.95);
  color: #000;
}

.strikethrough {
  color: rgba(255, 255, 255, 0.35);
  text-decoration: line-through;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

nav ul li {
  display: inline;
  margin: 0px 5px;
}
nav ul li a {
  color: #353535;
  text-decoration: none;
  text-transform: uppercase;
}
nav ul li a.active, nav ul li a:hover {
  color: #222;
}
nav ul li a:hover {
  text-decoration: underline;
}

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