@font-face {
  font-family: 'Graphik';
  src: url("../fonts/Graphik-Regular.eot");
  src: url("../fonts/Graphik-Regular?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Regular.woff") format("woff"), url("../fonts/Graphik-Regular.ttf") format("truetype"), url("../fonts/Graphik-Regular.svg#Graphik") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Graphik';
  src: url("../fonts/Graphik-Light.eot");
  src: url("../fonts/Graphik-Light?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Light.woff") format("woff"), url("../fonts/Graphik-Light.ttf") format("truetype"), url("../fonts/Graphik-Light.svg#Graphik") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Graphik';
  src: url("../fonts/Graphik-Medium.eot");
  src: url("../fonts/Graphik-Medium?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Medium.woff") format("woff"), url("../fonts/Graphik-Medium.ttf") format("truetype"), url("../fonts/Graphik-Medium.svg#Graphik") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Graphik';
  src: url("../fonts/Graphik-Semibold.eot");
  src: url("../fonts/Graphik-Semibold?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Semibold.woff") format("woff"), url("../fonts/Graphik-Semibold.ttf") format("truetype"), url("../fonts/Graphik-Semibold.svg#Graphik") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Graphik';
  src: url("../fonts/Graphik-Bold.eot");
  src: url("../fonts/Graphik-Bold?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Bold.woff") format("woff"), url("../fonts/Graphik-Bold.ttf") format("truetype"), url("../fonts/Graphik-Bold.svg#Graphik") format("svg");
  font-weight: 700;
  font-style: normal; }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  border-radius: 0; }

.row {
  margin: 0 -8px; }

.col {
  float: left;
  min-height: 1px;
  margin: 8px;
  position: relative; }

.col-4-10 {
  width: calc(40% - 16px); }

.col-5-10 {
  width: calc(50% - 16px); }

.col-6-10 {
  width: calc(60% - 16px); }

.col-10-10 {
  width: calc(100% - 16px); }

.col-3-9 {
  width: calc(33.33% - 16px); }

@media only screen and (max-width: 767px) {
  .col-3-9, .col-6-10, .col-5-10, .col-4-10 {
    width: calc(100% - 16px); } }

.button {
  border: 1px solid #000;
  display: block;
  height: 45px;
  text-align: center;
  min-width: 160px;
  text-transform: uppercase;
  background-color: transparent;
  font-size: 12px; }

.view-all-cases-button {
  margin: auto; }

.header {
  position: relative;
  height: 90px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header {
    position: fixed;
    height: 50px;
    top: 0;
    left: 25px;
    right: 0;
    z-index: 999; } }

@media only screen and (max-width: 767px) {
  .header {
    position: fixed;
    height: 50px;
    top: 0;
    left: 15px;
    right: 0;
    z-index: 999; } }

.logo img {
  margin-top: 26px;
  height: 38px; }

@media only screen and (max-width: 1024px) {
  .logo img {
    margin-top: 10px;
    height: 30px; } }

.mobile-hamburger-column {
  display: none; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mobile-hamburger-column {
    display: block;
    position: absolute;
    right: 25px;
    top: 20px; }
    .mobile-hamburger-column .hamburger {
      padding: 0;
      zoom: 0.8; } }

@media only screen and (max-width: 767px) {
  .mobile-hamburger-column {
    display: block;
    position: absolute;
    right: 15px;
    top: 20px; }
    .mobile-hamburger-column .hamburger {
      padding: 0;
      zoom: 0.8; } }

.footer {
  background-color: #010101;
  color: #FFFCFC;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .footer .footer-content {
    max-width: 1280px;
    margin: auto;
    position: relative;
    padding: 70px 50px; }
  .footer a {
    color: #FFFCFC; }
  .footer label {
    font-size: 16px; }
  .footer .footer-contact-label {
    position: absolute;
    left: 85%; }
  .footer .footer-social ul {
    margin: 0;
    padding: 0; }
  .footer .footer-social li {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0 40px 0 0; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer {
    font-size: 16px; }
    .footer .footer-content {
      padding: 70px 25px; } }

@media only screen and (max-width: 767px) {
  .footer {
    font-size: 14px; }
    .footer .footer-content {
      padding: 20px 15px; }
      .footer .footer-content img {
        margin-bottom: 20px;
        height: 30px; }
    .footer .footer-social li {
      width: 100%;
      padding: 0; }
    .footer .footer-contact-label {
      display: none; } }

.bottom-padding {
  height: 80px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bottom-padding {
    height: 40px; } }

@media only screen and (max-width: 767px) {
  .bottom-padding {
    height: 0px; } }

nav {
  position: absolute;
  right: 0;
  line-height: 90px;
  top: 0; }
  nav ul {
    margin: 0;
    padding: 0; }
  nav li {
    list-style-type: none;
    display: inline-block;
    padding-left: 50px; }
    nav li a {
      color: #000;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-size: 14px; }
  nav .current_page_item a {
    text-decoration: underline; }

@media only screen and (max-width: 1024px) {
  nav {
    display: none; } }

.mobile-nav-menu {
  display: none;
  max-height: 0;
  overflow: hidden;
  z-index: 996;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F5F4ED;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .mobile-nav-menu ul {
    padding: 0;
    margin: 0; }
  .mobile-nav-menu li {
    list-style-type: none;
    margin: 0;
    padding: 15px 0; }
  .mobile-nav-menu a {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em; }

.mobile-nav-menu.menu-is-opened {
  max-height: 9998px; }

@media only screen and (max-width: 1024px) {
  .mobile-nav-menu {
    display: flex; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mobile-nav-menu a {
    font-size: 32px; } }

html {
  -webkit-tap-highlight-color: transparent;
  font-family: "Graphik", sans-serif;
  height: 100%;
  font-weight: 400; }

body {
  font-family: "Graphik", sans-serif;
  min-height: 100%;
  position: relative;
  margin: 0;
  line-height: 1.3;
  font-size: 18px; }

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px; } }

.wrapper {
  min-height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 50px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapper {
    margin-top: 50px;
    padding: 0 25px; } }

@media only screen and (max-width: 767px) {
  .wrapper {
    margin-top: 50px;
    padding: 0 15px; } }

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

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 24px; } }

h2 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 5px; }

@media only screen and (max-width: 767px) {
  h2 {
    letter-spacing: 0.05em; } }

a {
  color: #000;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

.dashed-list {
  position: relative;
  margin: 0 0 0 35px;
  padding: 0; }
  .dashed-list li {
    list-style-type: none;
    position: relative;
    padding: 2px 0;
    margin: 0; }
  .dashed-list li:before {
    content: " ";
    background-color: #000;
    height: 1px;
    width: 25px;
    display: block;
    position: absolute;
    left: -35px;
    top: 10px; }

.basic-list {
  position: relative;
  margin: 0;
  padding: 0; }
  .basic-list li {
    list-style-type: none;
    position: relative;
    padding: 2px 0;
    margin: 0; }

.bg {
  background-size: cover;
  background-position: center top; }

.services-bg {
  background-position: center 25%; }

.cases-bg {
  background-position: 0 -70px;
  background-repeat: no-repeat;
  background-color: #E8E9EA;
  background-size: 60%; }

@media only screen and (max-width: 767px) {
  .cases-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #E8E9EA;
    background-size: 100%; } }

.main-heading-section {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 90px;
  width: 620px; }

@media only screen and (max-width: 767px) {
  .main-heading-section {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main-heading-section {
    padding-top: 40px;
    padding-bottom: 60px;
    width: 90%; } }

.main-heading {
  font-size: 40px;
  font-weight: 400; }
  .main-heading a {
    text-decoration: underline;
    color: #000; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main-heading {
    font-size: 30px; } }

@media only screen and (max-width: 767px) {
  .main-heading {
    font-size: 20px; } }

.large-body {
  font-size: 28px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .large-body {
    font-size: 18px; } }

@media only screen and (max-width: 767px) {
  .large-body {
    font-size: 18px; } }

.bio-pic:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%; }

.bio-pic {
  position: relative;
  margin-bottom: 20px;
  background-position: center top; }

.bio-text-right {
  padding-left: 20px; }

@media only screen and (max-width: 767px) {
  .bio-text-right {
    padding-left: 0px; } }

.bio-text-left {
  padding-right: 20px; }

@media only screen and (max-width: 767px) {
  .bio-text-left {
    padding-right: 0px; } }

.citation-image {
  height: 390px; }

.hero-section {
  height: 400px; }

@media only screen and (max-width: 767px) {
  .hero-section {
    height: 200px; } }

.hero-section-content {
  height: 400px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }

@media only screen and (max-width: 767px) {
  .hero-section-content {
    height: 200px; } }

.case {
  position: relative;
  height: 390px; }
  .case a {
    color: #000; }

.case:hover .case-cover {
  opacity: 0.24; }

@media only screen and (max-width: 767px) {
  .case {
    position: relative;
    height: auto; }
  .case:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 60%; } }

.case-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

.case-desc {
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 45px 35px; }
  .case-desc span {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block; }
  .case-desc h1 {
    font-size: 20px;
    margin: 0; }

@media only screen and (max-width: 767px) {
  .case-desc {
    font-size: 16px;
    padding: 15px 25px; }
    .case-desc h1 {
      font-size: 16px; } }

.case-hero {
  height: 390px; }

@media only screen and (max-width: 767px) {
  .case-hero {
    height: 300px; } }

.case-content-section {
  padding-top: 80px; }
  .case-content-section .col-6-10 {
    float: right; }
  .case-content-section .col-4-10 {
    float: left; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .case-content-section {
    padding-top: 40px; }
    .case-content-section .large-body {
      padding-bottom: 10px; } }

@media only screen and (max-width: 767px) {
  .case-content-section {
    padding-top: 10px; }
    .case-content-section .large-body {
      padding-bottom: 10px; } }

.arrow {
  width: 30px;
  display: block;
  margin-top: 25px; }

.what-we-did-list {
  margin-bottom: 140px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .what-we-did-list {
    margin-bottom: 40px; } }

@media only screen and (max-width: 767px) {
  .what-we-did-list {
    margin-bottom: 20px; } }

.case-results {
  margin-bottom: 20px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .case-results {
    margin-bottom: 40px; } }

@media only screen and (max-width: 767px) {
  .case-results {
    margin-bottom: 0px; } }

.col-6-10 .vertical-image {
  width: 60%;
  float: right; }

@media only screen and (max-width: 767px) {
  .col-6-10 .vertical-image {
    width: 100%;
    float: none; } }

.col-4-10 .vertical-image {
  width: 100%; }

@media only screen and (max-width: 767px) {
  .case-gallery-section .case-horizontal-image, .case-gallery-section .case-vertical-image {
    margin-top: 0px !important; } }

.case-vertical-image {
  width: 60%; }

@media only screen and (max-width: 767px) {
  .case-vertical-image {
    width: 100%; } }

.case-horizontal-image {
  width: 100%; }

.lead {
  font-size: 40px; }

@media only screen and (max-width: 767px) {
  .lead {
    font-size: 20px;
    padding-bottom: 20px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lead {
    font-size: 30px; } }

.quote1 {
  padding: 90px 25%;
  font-size: 18px; }

.quote2 {
  padding: 90px 0;
  font-size: 18px; }

@media only screen and (max-width: 767px) {
  .quote1, .quote2 {
    padding: 50px 0;
    font-size: 14px; } }

.services-content-section {
  padding: 80px 0; }

@media only screen and (max-width: 767px) {
  .services-content-section {
    padding: 40px 0 20px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .services-content-section {
    padding: 40px 0 40px; } }

.services-quote {
  padding-left: 50px;
  font-size: 18px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .services-quote {
    padding-left: 0px; } }

@media only screen and (max-width: 767px) {
  .services-quote {
    padding-left: 0;
    font-size: 14px; } }

.services-right-quote-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 390px; }

@media only screen and (max-width: 767px) {
  .services-right-quote-panel {
    padding: 40px 0;
    height: auto; } }

.right-panel {
  padding-left: 50px; }

@media only screen and (max-width: 767px) {
  .right-panel {
    padding-left: 0px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .right-panel {
    padding-left: 20px; } }

.case-button-section {
  padding-top: 50px; }

@media only screen and (max-width: 767px) {
  .case-button-section {
    padding-top: 20px; } }

.home-list-section {
  padding: 70px 0;
  font-size: 18px; }

@media only screen and (max-width: 767px) {
  .home-list-section {
    padding: 20px 0;
    font-size: 14px; } }

.home-about-section {
  font-size: 18px;
  padding-top: 70px; }
  .home-about-section .col {
    padding-right: 10%; }

@media only screen and (max-width: 767px) {
  .home-about-section {
    font-size: 14px;
    padding-top: 20px; }
    .home-about-section .col {
      padding-right: 0%; } }

.who-we-are-content-section {
  padding: 100px 0; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .who-we-are-content-section {
    padding: 50px 0; } }

@media only screen and (max-width: 767px) {
  .who-we-are-content-section {
    padding: 20px 0; } }

.email-contact-section {
  padding-top: 200px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .email-contact-section {
    padding-top: 40px; } }

@media only screen and (max-width: 767px) {
  .email-contact-section {
    padding-top: 0px; } }

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

*:focus {
  outline: none; }

html {
  -webkit-tap-highlight-color: transparent; }

body {
  background-color: #F5F4ED; }

img {
  max-width: 100%;
  vertical-align: middle; }

a {
  text-decoration: none; }

a:focus, a:hover {
  text-decoration: underline; }

input[type="text"],
input[type="search"] {
  font-size: inherit;
  line-height: inherit; }

::-moz-selection {
  background-color: #04A4CC;
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #04A4CC;
  color: #fff;
  text-shadow: none; }

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/**
 * Alignment
 */
.alignnone {
  margin: 5px 15px 15px 0; }

.aligncenter {
  display: block;
  margin: 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 15px 15px; }

.alignleft {
  float: left;
  margin: 5px 15px 15px 0; }

/**
 * Gallery & images
 */
.wp-caption {
  background: #fff;
  border: thin solid #F0F0F0;
  max-width: 95%;
  padding: 5px 5px;
  text-align: center; }
  .wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    border: 0 none;
    padding: 0;
    margin: 0; }

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 5px 5px;
  font-size: 140%;
  line-height: 1.5; }

/**
 * partials/utils
 * ---
 * Utils classes
 */
.clear:before, .clear:after {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

.reset-box {
  padding: 0;
  margin: 0; }

/**
 * partials/wrapper
 * ---
 */
/**
 * partials/header
 * ---
 */
/**
 * partials/nav
 * ---
 * Menus
 */
/**
 * partials/sidebar
 * ---
 */
/**
 * partials/footer
 * ---
 */
/**
 * partials/print
 * ---
 * Print version
 * (from https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
