@charset "UTF-8";
/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "Montserrat";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 26px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 12px;
        height: 12px;
        border-radius: 100%;
        border: 1px solid white; }
    .slick-dots li.slick-active button:before {
      border: 1px solid #F9ED3D;
      background: #F9ED3D; }

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
blockquote, caption, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em; }

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 "Montserrat", sans-serif;
  color: #1f1f1f;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, caption, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 20px; }

/**
 * `main` element
 */
main {
  display: block;
  /* Default value of `display` of `main` element is 'inline' in IE 11. */ }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
  position: relative; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 14px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 40px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1 {
  font-size: 70px; }

h2 {
  font-size: 60px; }

h3 {
  font-size: 42px; }

/**
 * Used for Work Index case study titles and blog posts
 */
h4 {
  font-size: 32px;
  letter-spacing: 0.05em;
  font-weight: 500; }

h5 {
  font-size: 28px;
  letter-spacing: 0.05em; }

h6 {
  font-size: 18px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

/**
 * Links
 */
a {
  color: #1f1f1f;
  text-decoration: none; }
  a:visited {
    color: black; }
  a:hover {
    color: #1f1f1f;
    text-decoration: underline; }
  .social-media-list a:hover {
    text-decoration: none; }
    .social-media-list a:hover .username {
      text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 20px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

blockquote .client {
  color: #1f1f1f;
  font-size: 60px;
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  margin: 80px 20px; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: auto; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper - inherited from Minima template. No changes.
 */
.wrapper {
  max-width: -webkit-calc(1440px - (40px * 2));
  max-width: calc(1440px - (40px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  width: 100%; }
  @media screen and (max-width: 1200px) {
    .wrapper {
      max-width: -webkit-calc(1440px - (40px));
      max-width: calc(1440px - (40px));
      padding-right: 20px;
      padding-left: 20px; } }
  .wrapper.no-padding {
    padding: 0; }

.wrapper_child {
  padding: 0 40px; }
  @media screen and (min-width: 768px) {
    .wrapper_child {
      max-width: 1200px;
      margin: 0 auto;
      width: 100%; } }

.wrapper_half {
  padding: 0 40px; }
  @media screen and (min-width: 768px) {
    .wrapper_half {
      max-width: 600px;
      padding: 0 40px; } }

.work .wrapper {
  max-width: -webkit-calc(1600px - (40px * 2));
  max-width: calc(1600px- (40px * 2)); }

.contact .wrapper {
  max-width: -webkit-calc(1600px - (40px * 2));
  max-width: calc(1600px- (40px * 2)); }

/**
 * Clearfix
 */
/**
 * Tables
 */
table {
  margin-bottom: 40px;
  width: 100%;
  text-align: left;
  color: #4d4d4d;
  border-collapse: collapse;
  border: 1px solid #e8e8e8; }
  table tr:nth-child(even) {
    background-color: #f7f7f7; }
  table th, table td {
    padding: 13.3333333333px 20px; }
  table th {
    background-color: #f0f0f0;
    border: 1px solid #dedede;
    border-bottom-color: #c9c9c9; }
  table td {
    border: 1px solid #e8e8e8; }

/* To keep things neat and oprganized, keep CSS is organized into buckets that reflect the structure of the site:
Universal styles (e.g. body, a links that exist across the entire site)
Navigation (e.g. nav, nav img, nav span, nav a)
Content Container (e.g. specifying content width to be 100%. This is essentially everything below the navigation)
Content Header (e.g. header or hero image and page header)
Content Body (everything except the hero)
footer


/* Universal Styles */
/* Navigation */
/* Content Container*/
/* Content Header */
/* Content Body */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: local("Montserrat Thin"), local("Montserrat-Thin"), url(https://fonts.gstatic.com/s/montserrat/v13/JTUQjIg1_i6t8kCHKm45_QpRyS7m0dR9pA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_ZpC3gnD_vx3rCs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_bZF3gnD_vx3rCs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_dJE3gnD_vx3rCs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local("Montserrat Italic"), local("Montserrat-Italic"), url(https://fonts.gstatic.com/s/montserrat/v13/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* specifying font families  */
font family {
  font-family: 'Montserrat', sans-serif; }

/**
 * Hero image that spans full width
 */
.hero-container {
  position: relative;
  overflow: hidden; }

.hero-container img {
  display: block;
  width: 100%;
  min-height: 350px;
  object-fit: cover; }
  @media screen and (min-width: 768px) {
    .hero-container img {
      max-height: 900px; } }

a.no-underline:focus, a.no-underline:active, a.no-underline:hover {
  text-decoration: none; }

/**
 * Button styling
 */
input {
  border-radius: 0; }

.primary-btn {
  position: absolute;
  display: inline-block;
  width: auto;
  padding: .8rem 2rem;
  background-color: #F9ED3D;
  color: #1f1f1f;
  text-align: center;
  -webkit-transition: background-color .3s ease,color .3s ease;
  transition: background-color .3s ease,color .3s ease; }

.btn-inverse, .btn-inverse:visited {
  text-align: center;
  background: rgba(0, 0, 0, 0);
  border: 1px solid white;
  color: white;
  font-size: 14px;
  letter-spacing: 0.1rem;
  display: inline-block;
  text-decoration: none;
  min-width: 180px;
  padding: 10px;
  transition: background-color .3s ease; }
  .btn-inverse:hover, .btn-inverse:visited:hover {
    color: white;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.8);
    border: none; }

.btn-black, .btn-black:visited {
  text-align: center;
  background: black;
  border: 1px solid black;
  color: white;
  font-size: 14px;
  letter-spacing: 0.1rem;
  display: inline-block;
  text-decoration: none;
  min-width: 180px;
  padding: 10px;
  transition: background-color .3s ease; }
  .btn-black:hover, .btn-black:visited:hover {
    color: white;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.8); }

.btn-small, .btn-small:visited {
  min-width: initial;
  padding: 10px 20px; }

.btn-white, .btn-white:visited {
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0);
  color: #FFF;
  font-size: 14px;
  letter-spacing: 0.1rem;
  display: inline-block;
  text-decoration: none;
  min-width: 180px;
  padding: 10px;
  transition: background-color .3s ease; }
  .btn-white:hover, .btn-white:visited:hover {
    color: #FFF;
    text-decoration: none;
    border: 1px solid white;
    background: rgba(255, 255, 255, 0.2); }

.btn-yellow, .btn-yellow:visited {
  text-align: center;
  background: #F9ED3D;
  border: 1px solid #F9ED3D;
  color: #1f1f1f;
  font-size: 14px;
  letter-spacing: 0.1rem;
  display: inline-block;
  text-decoration: none;
  min-width: 180px;
  padding: 10px;
  transition: background-color .3s ease, border .3s ease; }
  .btn-yellow:hover, .btn-yellow:visited:hover {
    color: white;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.8);
    border: rgba(0, 0, 0, 0.8); }

.btn-share, .btn-share:visited {
  text-align: right;
  background-color: #325FFF;
  color: white;
  font-size: 12px;
  letter-spacing: 0.1rem;
  display: inline-block;
  text-decoration: none;
  border-radius: 100px;
  transition: background-color .3s ease;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 10px 2px 10px; }
  @media screen and (min-width: 768px) {
    .btn-share, .btn-share:visited {
      padding: 10px 20px;
      margin: 10px 2px;
      min-width: 220px; } }
  .btn-share span, .btn-share:visited span {
    display: none; }
    @media screen and (min-width: 768px) {
      .btn-share span, .btn-share:visited span {
        display: inline-block; } }
  .btn-share i, .btn-share:visited i {
    margin: 0; }
    @media screen and (min-width: 768px) {
      .btn-share i, .btn-share:visited i {
        margin-right: 1em; } }
  .btn-share:hover, .btn-share:visited:hover {
    color: white;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    /* Mouse pointer on hover */ }

.btn-info, .btn-info:visited {
  text-align: center;
  background: white;
  border: 1px solid black;
  color: #1f1f1f;
  font-size: 14px;
  letter-spacing: 0.1rem;
  display: inline-block;
  text-decoration: none;
  min-width: 250px;
  padding: 20px;
  transition: background-color .3s ease;
  margin: 40px 20px 0px; }
  .btn-info:hover, .btn-info:visited:hover {
    color: white;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.8); }

.btn_backtotop, .btn-backtotop:visited {
  text-align: center;
  background: #F9ED3D;
  border: 1px solid #F9ED3D;
  color: #1f1f1f;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color .3s ease, border .3s ease; }
  .btn_backtotop:hover, .btn-backtotop:visited:hover {
    color: white;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.8);
    border: rgba(0, 0, 0, 0.8); }
    .btn_backtotop:hover svg, .btn-backtotop:visited:hover svg {
      color: white;
      fill: white; }

i {
  display: inline-block;
  margin-right: 1rem;
  transform: scale(1.75);
  vertical-align: middle; }

/* CSS for home page created with Sarah starts here */
* {
  box-sizing: border-box; }

.grid-home {
  margin: 0px auto;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .grid-home {
      display: flex;
      flex-wrap: wrap; } }

.home-feature {
  color: #fff;
  min-height: 250px;
  display: block; }
  .home-feature.full {
    padding-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .home-feature {
      display: flex;
      align-items: flex-start;
      min-height: 605px; }
      .home-feature.half {
        width: 50%; }
      .home-feature.full {
        width: 100%;
        min-height: 800px;
        padding-bottom: 0; }
      .home-feature a {
        margin-top: 20px; } }
  .home-feature h4 {
    font-size: 18px;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .home-feature h4 {
        font-size: 31px; } }
  .home-feature p {
    font-size: 18px;
    font-family: garamond-premier-pro-display, serif;
    font-weight: lighter;
    font-style: normal; }
    @media screen and (min-width: 768px) {
      .home-feature p {
        font-size: 21px; } }
  .home-feature ul {
    display: none; }
    @media screen and (min-width: 768px) {
      .home-feature ul {
        display: block; } }
  .home-feature .read-more {
    font-size: 16px; }
    @media screen and (min-width: 768px) {
      .home-feature .read-more {
        font-size: 20px; } }
  .home-feature .content {
    max-width: 1440px; }
  .home-feature .client-spotlight {
    font-size: 10px;
    font-family: "Montserrat";
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .home-feature .client-spotlight {
        font-size: 14px; } }

.feature-1 {
  background: url("../Assets/Images/FeaturedContent_01.png") top right;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .feature-1 {
      justify-content: flex-end; } }

.home-feature-text_itm_1 {
  padding: 20px 40px;
  max-width: 340px;
  color: #FFFFFF; }
  @media screen and (min-width: 768px) {
    .home-feature-text_itm_1 {
      padding-top: 80px;
      padding-right: 100px;
      max-width: 600px; } }

.feature-2 {
  background: url("../Assets/Images/FeaturedContent_02.png") bottom left;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .feature-2 {
      background-position-x: 50%;
      justify-content: flex-start; } }

.home-feature-text_itm_2 {
  padding: 20px 40px;
  max-width: 340px;
  color: #1f1f1f; }
  @media screen and (min-width: 768px) {
    .home-feature-text_itm_2 {
      padding-top: 80px;
      padding-left: 40px;
      max-width: 600px; } }

.feature-3 {
  background: #F4F4F3; }
  .feature-3 .wrapper_half {
    padding: 0; }
    @media screen and (min-width: 768px) {
      .feature-3 .wrapper_half {
        padding: 0 40px; } }
  .feature-3 .wrapper {
    padding: 20px 40px;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .feature-3 .wrapper {
        display: flex;
        align-items: center;
        padding: 40px 0px; } }
  .feature-3 .feature-image {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .feature-3 .feature-image {
        min-width: 50%; } }
    .feature-3 .feature-image img {
      max-width: 170px; }
      @media screen and (min-width: 768px) {
        .feature-3 .feature-image img {
          max-width: 300px;
          width: auto;
          height: auto; } }

.home-feature-text_itm_3 {
  color: #1f1f1f;
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .home-feature-text_itm_3 {
      padding-top: 80px; } }

.feature-4 {
  background: #041F48;
  position: relative; }
  @media screen and (min-width: 768px) {
    .feature-4 {
      overflow: hidden; } }
  @media screen and (min-width: 768px) {
    .feature-4_img {
      position: absolute;
      left: 50%;
      height: 100%;
      width: auto;
      top: 10px; } }
  @media screen and (min-width: 768px) {
    .feature-4 .wrapper {
      display: flex;
      align-items: center;
      min-height: 700px; } }
  .feature-4 .home-feature-text_itm_4 {
    color: #FFF;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .feature-4 .home-feature-text_itm_4 {
        padding-top: 80px;
        max-width: 50%;
        padding-right: 40px; } }

.feature-5 {
  background: #50E3C2;
  position: relative; }
  @media screen and (min-width: 768px) {
    .feature-5 {
      overflow: hidden; } }
  @media screen and (min-width: 768px) {
    .feature-5_img {
      position: absolute;
      left: 50%;
      height: 100%;
      width: auto;
      top: 25%;
      z-index: 0; } }
  @media screen and (min-width: 768px) {
    .feature-5 .wrapper {
      display: flex;
      align-items: center;
      min-height: 700px; } }
  .feature-5 .home-feature-text_itm_5 {
    color: #1f1f1f;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .feature-5 .home-feature-text_itm_5 {
        padding-top: 80px;
        max-width: 50%;
        padding-right: 40px;
        z-index: 1; } }

.client-testimonial {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  margin: 40px 20px 20px;
  font-size: 27.2px;
  letter-spacing: 0;
  background: url("../Assets/Images/quotemark_yellow_sm.png") no-repeat 10px 0;
  padding: 20px; }
  @media screen and (min-width: 576px) {
    .client-testimonial {
      background: url("../Assets/Images/quotemark_yellow_sm.png") no-repeat 10px 0;
      padding: 10px 20px; } }
  @media screen and (min-width: 768px) {
    .client-testimonial {
      font-size: 40px;
      margin: 40px;
      padding: 20px 40px;
      background: url("../Assets/Images/quotemark_yellow_med.png") no-repeat 25px 0; } }
  @media screen and (min-width: 992px) {
    .client-testimonial {
      margin: 80px 0 20px;
      font-size: 48px;
      padding: 30px 60px;
      background: url("../Assets/Images/quotemark_yellow.png") no-repeat 10px 0; } }
  @media screen and (min-width: 1800px) {
    .client-testimonial {
      margin: 80px 0 20px;
      font-size: 60px;
      background: url("../Assets/Images/quotemark_yellow.png") no-repeat 24px 0; } }

.client-author {
  text-align: center;
  font-size: 10.6666666667px;
  color: #828282;
  text-transform: uppercase;
  letter-spacing: 0.2em; }
  @media screen and (min-width: 768px) {
    .client-author {
      font-size: 14px;
      margin-bottom: 80px; } }

/* Grid to display client logos */
.home-clients {
  background-color: #F4F4F3;
  padding-top: 40px;
  padding-bottom: 90px; }

.grid-client-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px;
  margin: 40px auto 0px; }
  @media screen and (min-width: 768px) {
    .grid-client-logos {
      max-width: 1200px;
      grid-template-columns: repeat(4, 1fr); } }

.grid-client-logos > div {
  background-color: #F4F4F3;
  color: #fff;
  padding: 15px 35px 15px; }
  @media screen and (min-width: 768px) {
    .grid-client-logos > div {
      padding: 22px 22px 23px; } }
  @media screen and (min-width: 992px) {
    .grid-client-logos > div {
      padding: 22px 54px 23px; } }

@media screen and (min-width: 768px) {
  #logo-border-a {
    border-bottom: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8; } }

@media screen and (min-width: 768px) {
  #logo-border-b {
    border-bottom: 1px solid #D8D8D8; } }

@media screen and (min-width: 768px) {
  #logo-border-c {
    border-right: 1px solid #D8D8D8; } }

/* CSS for About section */
.grid-about {
  margin: 0px auto;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .grid-about {
      display: flex;
      flex-wrap: wrap; } }

.about-item {
  color: #1f1f1f;
  display: block; }
  .about-item.no-padding {
    padding: 0 20px !important; }
    @media screen and (min-width: 768px) {
      .about-item.no-padding {
        padding: 0  !important; } }
  @media screen and (min-width: 768px) {
    .about-item {
      display: flex;
      align-items: flex-start; }
      .about-item.half {
        width: 50%; }
      .about-item.full {
        width: 100%; } }
  .about-item h4 {
    font-size: 24px;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .about-item h4 {
        font-size: 28px; } }
  .about-item p {
    font-size: 18px;
    font-family: garamond-premier-pro-caption, serif;
    font-weight: 400;
    font-style: normal; }
    @media screen and (min-width: 768px) {
      .about-item p {
        font-size: 21px;
        padding-top: 20px; } }

@media screen and (min-width: 768px) {
  .approach-item {
    width: 40% !important; } }
.approach-item p {
  font-size: 18px;
  font-family: garamond-premier-pro-caption, serif;
  font-weight: 400;
  font-style: normal; }
  @media screen and (min-width: 768px) {
    .approach-item p {
      font-size: 21px;
      padding-top: 0;
      padding-left: 0; } }
@media screen and (min-width: 768px) {
  .approach-item_img {
    position: absolute;
    top: 0;
    left: 50%; } }

.approach-phase {
  margin: 40px 0; }
  @media screen and (min-width: 768px) {
    .approach-phase {
      display: flex;
      justify-content: flex-start;
      margin: 60px 0; } }
  @media screen and (min-width: 1480px) {
    .approach-phase_offset {
      margin-left: 25%; } }

.approach-phase__header {
  font-weight: 600;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .approach-phase__header {
      text-align: left;
      font-size: 16px; } }

.approach-phase__content {
  font-family: garamond-premier-pro-caption, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px; }
  @media screen and (min-width: 768px) {
    .approach-phase__content {
      font-size: 21px;
      padding-right: 10%; } }
  @media screen and (min-width: 1480px) {
    .approach-phase__content {
      max-width: 500px;
      font-size: 21px;
      padding: 0; } }

.approach-phase__image {
  text-align: center;
  max-width: 40%;
  margin: 0 auto 10px; }
  @media screen and (min-width: 768px) {
    .approach-phase__image {
      max-width: none;
      flex-shrink: 0;
      width: 280px;
      text-align: right;
      margin: 0 80px 0 0; } }

.a-to-b {
  position: relative;
  margin-top: 20px; }
  .a-to-b__text {
    font-family: garamond-premier-pro-caption, serif;
    font-size: 18px;
    margin: 20px 0;
    letter-spacing: 1.05px;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      .a-to-b__text {
        background: rgba(255, 255, 255, 0.85);
        padding: 1.4vw;
        position: absolute;
        top: 25%;
        left: 11%;
        max-width: 30%;
        font-size: 1.25vw;
        margin: 0; } }
    @media screen and (min-width: 1480px) {
      .a-to-b__text {
        font-size: 18px;
        padding: 20px; } }

.envisioning-the-future {
  position: relative;
  margin-top: 20px; }
  .envisioning-the-future__text {
    font-family: garamond-premier-pro-caption, serif;
    font-size: 14px !important;
    font-weight: 100 !important;
    letter-spacing: 1.05px;
    line-height: 1.5;
    color: #1f1f1f;
    background: rgba(0, 0, 0, 0.85);
    padding: 20px;
    max-width: 100%;
    font-size: 1.25vw;
    margin: 0;
    color: #FFF; }
    .envisioning-the-future__text #content-mobile {
      display: none; }
    @media screen and (min-width: 576px) {
      .envisioning-the-future__text {
        background: rgba(0, 0, 0, 0.85);
        padding: 1.4vw;
        position: absolute;
        top: 70%;
        left: 2%;
        max-width: 95%;
        font-size: 1.25vw;
        margin: 0;
        color: #FFF; } }
    @media screen and (min-width: 768px) {
      .envisioning-the-future__text {
        background: rgba(0, 0, 0, 0.85);
        padding: 1.4vw;
        position: absolute;
        top: 70%;
        left: 2%;
        max-width: 45%;
        font-size: 1.25vw;
        margin: 0;
        color: #FFF; } }
    @media screen and (min-width: 992px) {
      .envisioning-the-future__text {
        background: rgba(0, 0, 0, 0.85);
        padding: 1.4vw;
        position: absolute;
        top: 72%;
        left: 20%;
        max-width: 25%;
        font-size: 1.25vw;
        margin: 0;
        color: #FFF; } }
    @media screen and (min-width: 1480px) {
      .envisioning-the-future__text {
        font-size: 14px;
        padding: 20px; } }

.bio-item {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: "Montserrat", sans-serif; }
  .bio-item:hover, .bio-item:focus {
    opacity: .8;
    outline: 0; }
  .bio-item__name {
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
    font-family: "Montserrat", sans-serif; }
    @media screen and (min-width: 576px) {
      .bio-item__name {
        font-size: 18px;
        line-height: 1.1; } }
    @media screen and (min-width: 768px) {
      .bio-item__name {
        font-size: 24px;
        line-height: 1.1; } }
    @media screen and (min-width: 992px) {
      .bio-item__name {
        font-size: 25px;
        line-height: 1.1; } }
  .bio-item__position {
    font-size: 11px;
    letter-spacing: .2em; }
    @media screen and (min-width: 768px) {
      .bio-item__position {
        font-size: 14px; } }

.modal-open {
  height: 100vh;
  overflow-y: hidden; }

.modal-bio {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5000; }
  .modal-bio.hidden {
    display: none; }
  .modal-bio__content {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    background: #fff;
    z-index: 1005;
    padding: 50px 20px 20px; }
    .modal-bio__content:after {
      width: 100%;
      content: '';
      display: block;
      bottom: 20px;
      left: 0;
      height: 80px;
      position: absolute;
      background: linear-gradient(rgba(251, 248, 249, 0), #fff); }
    @media screen and (min-width: 768px) {
      .modal-bio__content {
        max-height: 80%;
        max-width: 80%;
        top: 10%;
        left: 10%; } }
    @media screen and (min-width: 992px) {
      .modal-bio__content {
        padding: 70px 84px;
        position: relative;
        width: 1245px;
        height: 808px;
        max-height: 80%;
        max-width: 80%;
        top: 0%;
        left: 0%; }
        .modal-bio__content:after {
          bottom: 70px;
          left: 0;
          height: 150px; } }
  .modal-bio__close {
    position: absolute;
    border: 0;
    background: transparent;
    top: 35px;
    right: 35px;
    cursor: pointer; }
    .modal-bio__close svg {
      height: 34px;
      width: 34px;
      color: #706F6F; }
    .modal-bio__close:focus, .modal-bio__close:hover {
      opacity: .75;
      outline: 0; }
  .modal-bio__author {
    display: flex;
    max-height: 100%;
    flex-direction: column; }
    @media screen and (min-width: 992px) {
      .modal-bio__author {
        flex-direction: row; } }
    .modal-bio__author.hidden {
      display: none; }
  .modal-bio__image {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 20px; }
    .modal-bio__image img {
      width: 75%;
      max-width: 200px; }
    @media screen and (min-width: 768px) {
      .modal-bio__image img {
        width: 200px; } }
    @media screen and (min-width: 992px) {
      .modal-bio__image {
        text-align: left;
        width: 300px;
        padding-right: 84px;
        flex-shrink: 0; }
        .modal-bio__image img {
          width: auto;
          max-height: 100%; } }
  .modal-bio__bio {
    font-family: garamond-premier-pro-display, serif;
    font-weight: lighter;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    overflow: scroll;
    max-height: 100%;
    padding-right: 30px;
    margin-right: -30px;
    position: relative;
    padding-bottom: 60px; }
    @media screen and (min-width: 992px) {
      .modal-bio__bio {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 5em; } }
  .modal-bio__name {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 24px; }
    @media screen and (min-width: 992px) {
      .modal-bio__name {
        font-size: 42px;
        margin-bottom: 42px;
        line-height: 42px; } }
  .modal-bio__position {
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    letter-spacing: 0.1rem;
    line-height: 16px;
    margin-bottom: 16px; }
    @media screen and (min-width: 992px) {
      .modal-bio__position {
        margin-bottom: 50px; } }

.about-text_section_1 {
  padding-top: 20px; }
  @media screen and (min-width: 768px) {
    .about-text_section_1 {
      padding-top: 80px;
      padding-right: 100px;
      max-width: 600px; } }

.about-image_section_1 img {
  margin: 0 -20px;
  max-width: calc(100% + 40px);
  object-fit: cover;
  width: calc(100% + 40px);
  height: 276px; }
@media screen and (min-width: 768px) {
  .about-image_section_1 {
    padding-top: 92px; }
    .about-image_section_1 img {
      height: 90%;
      width: 100%;
      max-width: 100%;
      margin: 0;
      object-fit: cover; } }

.about-text_section_2 {
  padding-top: 20px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .about-text_section_2 {
      background: rgba(255, 255, 255, 0.85);
      padding: 80px;
      padding-left: 80px;
      max-width: 600px;
      float: right;
      margin: 90px 40px; }
      .about-text_section_2:after {
        clear: both;
        content: '';
        display: block; } }
  .about-text_section_2 .btn-black {
    margin-top: 40px; }
    @media screen and (min-width: 768px) {
      .about-text_section_2 .btn-black {
        margin-top: 20px; } }

.about-image_section_2 {
  position: relative;
  width: 100%; }
  .about-image_section_2_img {
    position: relative;
    z-index: -1;
    margin: -75px -20px 0;
    max-width: calc(100% + 40px);
    object-fit: cover;
    width: calc(100% + 40px);
    height: 276px; }
    @media screen and (min-width: 768px) {
      .about-image_section_2_img {
        top: 0;
        position: absolute;
        height: 100%;
        padding-top: 60px;
        width: 100%;
        max-width: none;
        z-index: -1;
        margin: 0; } }
    @media screen and (min-width: 1360px) {
      .about-image_section_2_img {
        width: 100%;
        left: 0; } }

.about_section-header {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .about_section-header {
      padding-top: 60px; } }

.approach_section-header {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: left;
  padding-top: 20px;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .approach_section-header {
      padding-top: 60px; } }

.home_section-header {
  background-color: #F4F4F3;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px; }

.about-text_section_3 {
  text-align: center;
  margin: auto;
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .about-text_section_3 {
      width: 75%; } }

.grid-collective {
  margin: 80px, auto;
  text-align: center;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  align-items: start; }
  @media screen and (min-width: 768px) {
    .grid-collective {
      padding: 40px;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 40px; } }
  .grid-collective p {
    margin-top: 0px;
    letter-spacing: 0.1em; }

.services-panel__label {
  font-size: 16px;
  border: 0;
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 16px;
  background: transparent;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .services-panel__label {
      margin-bottom: 0; } }
  .services-panel__label:focus {
    outline: none; }
    .services-panel__label:focus:after {
      content: '';
      display: block;
      position: absolute;
      width: 68px;
      height: 5px;
      background-color: #F9ED3D;
      bottom: 2px;
      opacity: .5; }
  .services-panel__label[aria-expanded=true]:after, .services-panel__label[aria-expanded=true]:focus:after {
    content: '';
    display: block;
    position: absolute;
    width: 68px;
    height: 5px;
    background-color: #F9ED3D;
    bottom: 2px;
    opacity: 1; }

.services-modal-wrapper {
  position: relative; }

.services-modal {
  background: rgba(255, 255, 255, 0.9);
  border: 20px solid rgba(247, 232, 87, 0.9);
  padding: 20px;
  position: relative;
  font-family: garamond-premier-pro-display, serif;
  font-weight: lighter;
  font-style: normal;
  margin: 0 -20px 20px;
  min-height: 296px; }
  @media screen and (min-width: 768px) {
    .services-modal {
      height: 492px;
      width: 432px;
      top: 30%;
      left: 45%;
      position: absolute;
      padding: 40px;
      margin: 0; } }
  @media screen and (min-width: 975px) {
    .services-modal {
      height: 492px;
      width: 532px;
      top: 30%;
      left: 45%;
      position: absolute;
      padding: 40px;
      margin: 0; } }
  .services-modal__header {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 32px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    margin: 0;
    letter-spacing: 3px;
    display: none;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .services-modal__header {
        display: block; } }
  .services-modal__body {
    padding-top: 0 !important;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .services-modal__body {
        padding-top: 25px !important;
        font-size: 18px;
        line-height: 31px; } }
  .services-modal__image {
    position: absolute;
    z-index: 1;
    max-width: initial;
    pointer-events: none; }
    .services-modal__image--strategy {
      bottom: -10%;
      left: 30%;
      width: 50%;
      min-width: 240px; }
      @media screen and (min-width: 768px) {
        .services-modal__image--strategy {
          width: 70%;
          top: 35%;
          left: 30%;
          bottom: auto; } }
      @media screen and (min-width: 975px) {
        .services-modal__image--strategy {
          width: auto;
          top: 25%;
          left: 30%;
          bottom: auto; } }
    .services-modal__image--user-research {
      top: 30%;
      left: -20px;
      width: 70%; }
      @media screen and (min-width: 768px) {
        .services-modal__image--user-research {
          top: 50%;
          width: 80%; } }
      @media screen and (min-width: 975px) {
        .services-modal__image--user-research {
          top: 50%;
          width: auto; } }
    .services-modal__image--ux {
      top: 60%;
      left: -20px;
      max-width: calc(100% + 40px); }
    .services-modal__image--prototype {
      right: 10%;
      bottom: -15%;
      width: 40%;
      min-width: 180px; }
      @media screen and (min-width: 768px) {
        .services-modal__image--prototype {
          width: 80%;
          min-width: auto;
          bottom: auto;
          right: auto;
          top: 60%;
          left: 20%; } }
      @media screen and (min-width: 975px) {
        .services-modal__image--prototype {
          width: auto;
          min-width: auto;
          bottom: auto;
          right: auto;
          top: 60%;
          left: 20%; } }
    .services-modal__image--brand {
      right: 10%;
      bottom: -15%;
      width: 40%;
      min-width: 140px; }
      @media screen and (min-width: 768px) {
        .services-modal__image--brand {
          width: 80%;
          min-width: auto;
          bottom: auto;
          right: auto;
          top: 75%;
          left: 20%; } }
      @media screen and (min-width: 975px) {
        .services-modal__image--brand {
          width: auto;
          min-width: auto;
          bottom: auto;
          right: auto;
          top: 60%;
          left: 20%; } }
    .services-modal__image--mobiledev {
      right: 4%;
      bottom: -16%;
      width: 49%;
      min-width: 180px; }
      @media screen and (min-width: 768px) {
        .services-modal__image--mobiledev {
          width: 80%;
          min-width: auto;
          bottom: auto;
          right: auto;
          top: 75%;
          left: 10%; } }
      @media screen and (min-width: 975px) {
        .services-modal__image--mobiledev {
          width: auto;
          min-width: auto;
          bottom: auto;
          right: auto;
          top: 60%;
          left: 10%; } }
    .services-modal__image--webdev {
      right: 11%;
      bottom: -20%;
      width: 30%;
      min-width: 150px; }
      @media screen and (min-width: 768px) {
        .services-modal__image--webdev {
          width: 70%;
          min-width: auto;
          bottom: auto;
          right: auto;
          top: 75%;
          left: 30%; } }
      @media screen and (min-width: 975px) {
        .services-modal__image--webdev {
          width: auto;
          min-width: auto;
          bottom: auto;
          right: auto;
          top: 60%;
          left: 30%; } }

hr {
  height: 1px;
  color: #1f1f1f;
  margin-left: auto;
  margin-right: auto;
  width: 60%; }
  @media screen and (min-width: 768px) {
    hr {
      width: 30%; } }
  @media screen and (min-width: 992px) {
    hr {
      width: 15%; } }

.social-share-divider {
  width: 100%;
  border-color: #325FFF;
  margin-top: 20px; }

.about-text_section_5 {
  padding-top: 20px; }
  .about-text_section_5 ul {
    list-style: none; }
  @media screen and (min-width: 768px) {
    .about-text_section_5 {
      padding-top: 40px;
      padding-right: 100px;
      max-width: 600px; } }

.about-image_section_5 {
  background: url("../Assets/Images/about_our_services_square.png") center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 768px) {
    .about-image_section_5 {
      justify-content: flex-start; } }

.about-text_section_6 {
  padding-top: 20px; }
  .about-text_section_6 a {
    text-decoration: underline; }
  @media screen and (min-width: 768px) {
    .about-text_section_6 {
      padding-top: 40px;
      padding-right: 100px;
      max-width: 600px; } }

/* Work Index */
.grid-work {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 380px; }
  @media screen and (min-width: 768px) {
    .grid-work {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-auto-rows: 40vw;
      grid-gap: 10px;
      margin: 0px auto;
      margin-bottom: 20px; } }
  @media screen and (min-width: 1480px) {
    .grid-work {
      grid-auto-rows: 577px; } }

.work-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  .work-item:hover::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    background: radial-gradient(transparent, black);
    opacity: 0.3; }
  .work-item.no-hover:hover::before {
    display: none; }
  @media screen and (min-width: 768px) {
    .work-item {
      justify-content: center; } }
  @media screen and (min-width: 768px) {
    .work-item_top {
      justify-content: flex-start; } }
  @media screen and (min-width: 768px) {
    .work-item_bottom {
      justify-content: flex-end; } }
  @media screen and (min-width: 768px) {
    .work-item:hover {
      text-decoration: none; } }

.client-name {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .client-name {
      margin-bottom: 20px;
      font-size: 12px; } }
  @media screen and (min-width: 1480px) {
    .client-name {
      font-size: 14px; } }

.client-headline {
  font-size: 18px;
  font-weight: 600;
  margin: 0; }
  @media screen and (min-width: 768px) {
    .client-headline {
      font-size: 21px;
      margin-bottom: 20px; }
      .client-headline-sensory {
        display: block; } }
  @media screen and (min-width: 992px) {
    .client-headline {
      font-size: 32px; } }

.cannabis_casestudy {
  margin-right: 0px; }
  @media screen and (min-width: 992px) {
    .cannabis_casestudy {
      margin-right: 40px; } }
  @media screen and (min-width: 1480px) {
    .cannabis_casestudy {
      margin-right: 60px; } }

/* 595x470 */
.rect-small {
  justify-self: stretch;
  position: relative; }

/* 1440x577 */
.rect-short {
  position: relative;
  grid-column-end: 1 span; }
  @media screen and (min-width: 768px) {
    .rect-short {
      grid-column-end: 2 span; } }
  .rect-short-work-text-container {
    position: relative;
    max-width: 1222px;
    width: 100%;
    margin: 0 auto;
    z-index: 102; }
    .rect-short-work-text-container .work-text {
      margin: 0; }
      @media screen and (min-width: 768px) {
        .rect-short-work-text-container .work-text {
          max-width: 400px; } }
      @media screen and (min-width: 1480px) {
        .rect-short-work-text-container .work-text {
          max-width: 550px; } }
    @media screen and (min-width: 768px) {
      .rect-short-work-text-container_right {
        display: flex;
        flex-direction: row;
        justify-content: flex-end; } }

/* 595x950 */
.rect-tall {
  position: relative;
  grid-row-end: 1 span; }
  @media screen and (min-width: 768px) {
    .rect-tall {
      grid-row-end: 2 span; } }
  .rect-tall picture {
    margin: 0 auto; }

.work-text {
  padding: 10px;
  margin: 0;
  background: rgba(255, 255, 255, 0.4); }
  @media screen and (min-width: 768px) {
    .work-text {
      margin: 0 auto;
      background: none;
      padding: 60px 48px 20px 48px;
      max-width: 500px;
      width: 100%; } }
  .work-text.no-top-spacing {
    padding-top: 16px; }

.work-text_wide {
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 102; }
  @media screen and (min-width: 768px) {
    .work-text_wide {
      background: none;
      padding: 48px 40px 0px 60px;
      width: auto; } }
  @media screen and (min-width: 1480px) {
    .work-text_wide {
      padding: 48px 80px 0px 60px;
      width: auto; } }
  .work-text_wide.no-top-spacing {
    padding-top: 0; }

#client-1 {
  color: #FFFFFF;
  background-size: cover;
  background-image: url("../Assets/Images/WorkIndex_Bend_sm2.png"); }
  @media screen and (min-width: 576px) {
    #client-1 {
      background-image: url("../Assets/Images/WorkIndex_Bend_med.png");
      background-position: right; } }
  @media screen and (min-width: 768px) {
    #client-1 {
      background-image: url("../Assets/Images/WorkIndex_Bend.png"); } }
  @media screen and (min-width: 992px) {
    #client-1 {
      background-image: url("../Assets/Images/WorkIndex_Bend.png"); } }
  #client-1 .work-text {
    background: rgba(4, 31, 72, 0.4); }
    @media screen and (min-width: 768px) {
      #client-1 .work-text {
        background: none; } }

#client-2 {
  color: #1f1f1f;
  background-size: cover;
  background-image: url("../Assets/Images/WorkIndex_NYP_sm.png"); }
  @media screen and (min-width: 576px) {
    #client-2 {
      background-image: url("../Assets/Images/WorkIndex_NYP_med.png");
      background-position: center; } }
  @media screen and (min-width: 768px) {
    #client-2 {
      background-image: url("../Assets/Images/WorkIndex_NYP.png"); } }
  @media screen and (min-width: 992px) {
    #client-2 {
      background-image: url("../Assets/Images/WorkIndex_NYP.png"); } }
  #client-2 .work-text {
    background: rgba(255, 244, 244, 0.9); }
    @media screen and (min-width: 768px) {
      #client-2 .work-text {
        background: none; } }

#client-3 {
  color: #1f1f1f;
  background-size: cover;
  background-image: url("../Assets/Images/WorkIndex_MJAlly_sm.png"); }
  @media screen and (min-width: 576px) {
    #client-3 {
      background-image: url("../Assets/Images/WorkIndex_MJAlly_med.png");
      background-position: center; } }
  @media screen and (min-width: 768px) {
    #client-3 {
      background-image: url("../Assets/Images/WorkIndex_MJAlly.png"); } }
  @media screen and (min-width: 992px) {
    #client-3 {
      background-image: url("../Assets/Images/WorkIndex_MJAlly.png"); } }
  #client-3 .work-text_wide {
    background: #50E3C2; }

#client-4 {
  color: #FFFFFF;
  background-size: cover;
  background-image: url("../Assets/Images/WorkIndex_Cyberus_sm.png"); }
  @media screen and (min-width: 576px) {
    #client-4 {
      background-image: url("../Assets/Images/WorkIndex_Cyberus_med.png");
      background-position: center; } }
  @media screen and (min-width: 768px) {
    #client-4 {
      background-image: url("../Assets/Images/WorkIndex_Cyberus.png"); } }
  @media screen and (min-width: 992px) {
    #client-4 {
      background-image: url("../Assets/Images/WorkIndex_Cyberus.png"); } }
  #client-4 .work-text_wide {
    background: rgba(0, 0, 0, 0.4); }
    @media screen and (min-width: 768px) {
      #client-4 .work-text_wide {
        background: none; } }

#client-5 {
  color: #FFFFFF;
  background-size: cover;
  background-image: url("../Assets/Images/WorkIndex_IDHW_sm.png"); }
  @media screen and (min-width: 576px) {
    #client-5 {
      background-image: url("../Assets/Images/WorkIndex_IDHW_med.png");
      background-position: center; } }
  @media screen and (min-width: 768px) {
    #client-5 {
      background-image: url("../Assets/Images/WorkIndex_IDHW.png"); } }
  @media screen and (min-width: 992px) {
    #client-5 {
      background-image: url("../Assets/Images/WorkIndex_IDHW.png"); } }
  #client-5 .work-text {
    background: rgba(18, 68, 88, 0.4); }
    @media screen and (min-width: 768px) {
      #client-5 .work-text {
        background: none; } }

#client-6 {
  color: #1f1f1f;
  background-size: cover;
  background-image: url("../Assets/Images/WorkIndex_MaineHealth_sm.png"); }
  @media screen and (min-width: 576px) {
    #client-6 {
      background-image: url("../Assets/Images/WorkIndex_MaineHealth_med.png");
      background-position: center; } }
  @media screen and (min-width: 768px) {
    #client-6 {
      background-image: url("../Assets/Images/WorkIndex_MaineHealth.png"); } }
  @media screen and (min-width: 992px) {
    #client-6 {
      background-image: url("../Assets/Images/WorkIndex_MaineHealth.png"); } }
  #client-6 .work-text-container {
    background: rgba(255, 255, 255, 0.4); }

#client-7 {
  color: #1f1f1f;
  background-size: cover;
  background-image: url("../Assets/Images/WorkIndex_Melmac_sm.png"); }
  @media screen and (min-width: 576px) {
    #client-7 {
      background-image: url("../Assets/Images/WorkIndex_Melmac_med.png");
      background-position: center; } }
  @media screen and (min-width: 768px) {
    #client-7 {
      background-image: url("../Assets/Images/WorkIndex_Melmac.png"); } }
  @media screen and (min-width: 992px) {
    #client-7 {
      background-image: url("../Assets/Images/WorkIndex_Melmac.png"); } }

#client-8 {
  color: #1f1f1f;
  background-size: cover;
  background-image: url("../Assets/Images/WorkIndex_ShoutBrands_sm.png"); }
  @media screen and (min-width: 576px) {
    #client-8 {
      background-image: url("../Assets/Images/WorkIndex_ShoutBrands_med.png");
      background-position: center; } }
  @media screen and (min-width: 768px) {
    #client-8 {
      background-image: url("../Assets/Images/WorkIndex_ShoutBrands.png"); } }
  @media screen and (min-width: 992px) {
    #client-8 {
      background-image: url("../Assets/Images/WorkIndex_ShoutBrands.png"); } }

#client-9 {
  color: #1f1f1f;
  background-size: cover;
  background-image: url("../Assets/Images/WorkIndex_CHO_sm.png"); }
  @media screen and (min-width: 576px) {
    #client-9 {
      background-image: url("../Assets/Images/WorkIndex_CHO_med.png");
      background-position: center; } }
  @media screen and (min-width: 768px) {
    #client-9 {
      background-image: url("../Assets/Images/WorkIndex_CHO.png"); } }
  @media screen and (min-width: 992px) {
    #client-9 {
      background-image: url("../Assets/Images/WorkIndex_CHO.png"); } }
  #client-9 .work-text {
    background: #cec2b8; }
    @media screen and (min-width: 768px) {
      #client-9 .work-text {
        background: none; } }

#client-10 {
  color: #1f1f1f;
  background-size: cover;
  background-image: url("../Assets/Images/WorkIndex_Nico_sm.png"); }
  @media screen and (min-width: 576px) {
    #client-10 {
      background-image: url("../Assets/Images/WorkIndex_Nico_med.png");
      background-position: center; } }
  @media screen and (min-width: 768px) {
    #client-10 {
      background-image: url("../Assets/Images/WorkIndex_Nico.png"); } }
  @media screen and (min-width: 992px) {
    #client-10 {
      background-image: url("../Assets/Images/WorkIndex_Nico.png"); } }

#index-quote {
  background: #F9ED3D;
  color: #1f1f1f;
  justify-content: space-between;
  padding: 8px; }

.quotation_mark {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px; }
  .quotation_mark img {
    max-width: 15%; }

.quotation_mark_post {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 0px; }
  .quotation_mark_post img {
    max-width: 15%; }

.work-testimonial {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 30px;
  line-height: 40px;
  padding: 0 40px;
  text-align: center;
  letter-spacing: 0em; }
  @media screen and (min-width: 768px) {
    .work-testimonial {
      font-size: 30px;
      line-height: 40px; } }
  @media screen and (min-width: 992px) {
    .work-testimonial {
      font-size: 40px;
      line-height: 50px; } }
  @media screen and (min-width: 1480px) {
    .work-testimonial {
      font-size: 60px;
      line-height: 70px; } }

#client-11 {
  color: #1f1f1f;
  background-size: cover;
  background-image: url("../Assets/Images/WorkIndex_Seagate_sm.png"); }
  @media screen and (min-width: 576px) {
    #client-11 {
      background-image: url("../Assets/Images/WorkIndex_Seagate_med.png");
      background-position: center; } }
  @media screen and (min-width: 768px) {
    #client-11 {
      background-image: url("../Assets/Images/WorkIndex_Seagate_alt.png"); } }
  @media screen and (min-width: 1480px) {
    #client-11 {
      background-image: url("../Assets/Images/WorkIndex_Seagate.png"); } }

/* CSS for individual Case Studies */
.case-section {
  width: 100%; }
  @media screen and (min-width: 992px) {
    .case-section {
      position: relative;
      overflow: hidden; }
      .case-section_img {
        position: absolute;
        left: 50%;
        top: 150px; }
      .case-section_img-stretch {
        position: absolute;
        left: 45%;
        top: 150px; }
      .case-section .third {
        width: 35%; }
      .case-section .half {
        width: 50%; } }

.client-title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 21px;
  font-weight: 600; }
  @media screen and (min-width: 992px) {
    .client-title {
      margin-bottom: 40px;
      font-size: 32px; } }

.case-study-title {
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 20px;
  font-size: 30px;
  line-height: 38px; }
  @media screen and (min-width: 992px) {
    .case-study-title {
      margin-bottom: 40px;
      margin-top: 40px;
      font-size: 32px;
      line-height: 48px; } }

.case-study-subsection {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 20px;
  margin-bottom: 20px; }

.case-study-new {
  display: flex;
  flex-direction: column; }
  .case-study-new.reverse {
    flex-direction: column-reverse; }
    @media screen and (min-width: 768px) {
      .case-study-new.reverse {
        flex-direction: row; } }
  @media screen and (min-width: 768px) {
    .case-study-new {
      flex-direction: row;
      justify-content: space-between;
      margin-top: 40px; }
      .case-study-new.align-center {
        align-items: center; }
      .case-study-new__half {
        width: 50%; }
        .case-study-new__half.text {
          padding-left: 35px;
          padding-right: 60px; }
        .case-study-new__half.text-left {
          padding-right: 60px; }
      .case-study-new__two-thirds {
        width: 75%; }
        .case-study-new__two-thirds.text {
          padding-left: 35px;
          padding-right: 60px; }
        .case-study-new__two-thirds.text-left {
          padding-right: 60px; } }

.cyberus_background {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px; }
  @media screen and (min-width: 768px) {
    .cyberus_background {
      position: relative;
      left: -100px; } }

.case-study-textblock {
  font-size: 16px;
  margin-bottom: 40px; }
  .case-study-textblock.columns {
    margin-bottom: 26.6666666667px; }
    @media screen and (min-width: 992px) {
      .case-study-textblock.columns {
        columns: 2;
        text-align: justify;
        column-fill: balance;
        column-gap: 70px; } }

.case-study-image-partial_left {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .case-study-image-partial_left {
      margin-bottom: 60px;
      display: flex;
      justify-content: flex-start;
      align-items: center; } }

.case-study-image-partial_right {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .case-study-image-partial_right {
      margin-bottom: 60px;
      display: flex;
      justify-content: flex-end;
      align-items: center; } }
  @media screen and (min-width: 768px) {
    .case-study-image-partial_right img {
      max-width: 65%; } }

.case-study-text-partial_right {
  margin-top: 40px;
  padding: 20px; }
  @media screen and (min-width: 768px) {
    .case-study-text-partial_right {
      max-width: 350px;
      padding-left: 40px;
      padding-right: 40px; } }

@media screen and (min-width: 768px) {
  .case-study-text-partial_left {
    max-width: 350px;
    padding-right: 80px; } }

.case-study-image_special {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .case-study-image_special {
      width: 75%; } }

.case-study {
  min-height: 250px;
  display: block;
  width: 100%;
  margin: 20px, 0; }
  @media screen and (min-width: 768px) {
    .case-study {
      display: flex;
      align-items: flex-start; }
      .case-study.half {
        width: 50%; }
      .case-study.full {
        width: 100%; } }
  .case-study h4 {
    font-size: 18px;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .case-study h4 {
        font-size: 28px; } }

.grid-case-study-gallery--six {
  display: grid;
  margin: 0 auto 20px; }
  @media screen and (min-width: 768px) {
    .grid-case-study-gallery--six {
      grid-template-columns: repeat(3, 1fr);
      column-gap: 50px; } }

.grid-case-study-gallery--three__MaineHealth {
  display: grid;
  margin: 0 auto 20px; }
  @media screen and (min-width: 768px) {
    .grid-case-study-gallery--three__MaineHealth {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 50px; } }

.grid-case-study-gallery--four {
  display: grid;
  margin: 0 auto 20px;
  grid-row-gap: 10px; }
  @media screen and (min-width: 768px) {
    .grid-case-study-gallery--four {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 20px; } }

.grid-case-study-gallery--two {
  margin: 0 auto 10px; }
  @media screen and (min-width: 768px) {
    .grid-case-study-gallery--two {
      margin-right: 10px; } }

.gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.grid-services-summary {
  margin: 0 auto;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .grid-services-summary {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      column-gap: 50px; } }
  .grid-services-summary ul {
    list-style: none;
    margin-left: 0;
    margin-top: 0; }
    @media screen and (min-width: 768px) {
      .grid-services-summary ul {
        display: block; } }

.divider {
  color: #D8D8D8;
  margin-bottom: 20px;
  width: 100%; }

.divider-case-services {
  color: #D8D8D8;
  margin-top: 26.6666666667px;
  margin-bottom: 20px;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .divider-case-services {
      margin-top: 40px; } }

.underline:after {
  content: '';
  display: block;
  width: 12%;
  height: 5px;
  background-color: #F9ED3D; }

.client-logo_case {
  text-align: center;
  padding: 20px; }
  @media screen and (min-width: 768px) {
    .client-logo_case {
      padding: 48px; } }

.grid-more-projects {
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .grid-more-projects {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 20px;
      margin: 0 auto;
      margin-bottom: 80px; } }
  .grid-more-projects .project-item {
    max-width: 515px;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .grid-more-projects .project-item {
        margin: 0;
        max-width: auto; } }

.more-projects_client {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: left;
  padding-top: 10px;
  font-size: 10px;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .more-projects_client {
      font-size: 14px; } }

.more-projects-link {
  color: #1f1f1f;
  text-decoration: none;
  text-align: left;
  line-height: normal;
  font-size: 18px; }
  .more-projects-link:hover {
    color: #1f1f1f;
    text-decoration: underline; }
  @media screen and (min-width: 768px) {
    .more-projects-link {
      font-size: 21px;
      padding-right: 40px; } }

.case-study__nyphil.gallery_5d {
  background-color: #F2F4D1;
  padding: 20px; }
@media screen and (min-width: 768px) {
  .case-study__nyphil {
    padding: 40px; } }

.case-banner {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 250px; }
  @media screen and (min-width: 768px) {
    .case-banner {
      min-height: 400px; } }
  @media screen and (min-width: 1480px) {
    .case-banner {
      width: 100%;
      min-height: auto; } }

/* CSS for Blog section */
.grid-blog {
  margin: 0 auto;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .grid-blog {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 30px;
      margin: 0 auto;
      max-width: 1200px; } }

.grid-blog > div {
  color: #1f1f1f;
  min-height: 350px;
  display: block;
  background-color: #fff;
  text-align: center;
  margin-top: 20px; }
  .grid-blog > div:hover {
    position: relative;
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
    transition: box-shadow 0.2s ease-in-out; }
  @media screen and (min-width: 992px) {
    .grid-blog > div {
      display: block;
      align-items: flex-start;
      margin-top: 40px; } }

.blog-post-date {
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #828282;
  padding-top: 10px;
  font-size: 10px;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .blog-post-date {
      font-size: 14px; } }

.blog-post-date__featured {
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #828282;
  padding-top: 10px;
  font-size: 10px;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .blog-post-date__featured {
      font-size: 14px;
      text-align: left; } }

.featured_background {
  background-color: rgba(50, 95, 255, 0.1);
  padding: 40px 0 20px 0; }
  @media screen and (min-width: 768px) {
    .featured_background {
      padding: 40px 0; } }

@media screen and (min-width: 768px) {
  .blog-post-teaser__featured {
    grid-column-end: 3 span;
    width: 100%;
    display: flex;
    flex-wrap: wrap; } }

.new {
  margin-top: 20px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .new {
      margin-top: 60px;
      text-align: left; } }

.blog-post-teaser__non-featured {
  display: block;
  /* regular post image */ }
  @media screen and (min-width: 768px) {
    .blog-post-teaser__non-featured {
      flex-wrap: wrap;
      margin-top: 0px;
      padding-bottom: 40px; } }
  .blog-post-teaser__non-featured .blog-img {
    display: block;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .blog-post-teaser__non-featured .blog-post-title__non-featured {
    font-size: 18px;
    font-weight: 600;
    padding: 0 10px; }
    @media screen and (min-width: 768px) {
      .blog-post-teaser__non-featured .blog-post-title__non-featured {
        font-size: 21px;
        line-height: 1.25; } }
    @media screen and (min-width: 992px) {
      .blog-post-teaser__non-featured .blog-post-title__non-featured {
        font-size: 28px; } }
  .blog-post-teaser__non-featured .blog-short-description__non-featured {
    display: none; }
    @media screen and (min-width: 992px) {
      .blog-post-teaser__non-featured .blog-short-description__non-featured {
        display: block;
        font-size: 16px;
        padding: 0 10px; } }

.blog-text-wrap {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .blog-text-wrap {
      width: 40%;
      padding-left: 3%;
      text-align: left; } }

.blog-short-description {
  font-size: 16px; }

/* featured post image */
.blog-img__featured {
  max-width: 587px;
  width: 60%;
  margin: 0; }

.blog-post-title__featured {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25; }
  @media screen and (min-width: 768px) {
    .blog-post-title__featured {
      font-size: 28px;
      padding: 0; } }

.blog-post-link {
  color: #1f1f1f;
  text-decoration: none; }
  .blog-post-link:hover {
    color: #1f1f1f;
    text-decoration: underline; }

.blog-post-btn {
  display: inline-block;
  width: auto;
  padding: .8rem 2rem;
  background-color: #F9ED3D;
  color: #1f1f1f;
  text-align: center;
  -webkit-transition: background-color .3s ease,color .3s ease;
  transition: background-color .3s ease,color .3s ease; }

.blog-content a {
  text-decoration: underline; }

.blog-yellow-banner {
  background-color: #F9ED3D;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px; }

.newsletter-email-field {
  display: inline-block;
  height: 40px;
  width: 240px;
  background-color: #FFF;
  position: relative;
  margin: 10px auto;
  padding: 10px;
  opacity: 0.8;
  font-size: 14px; }

.newsletter-label {
  display: block; }

/**
 * Page headers and subheader for main pages
 */
.home .page-header-text.absolute .wrapper {
  justify-content: center;
  padding-top: 0; }

.page-header-text {
  text-align: center;
  width: 100%; }
  .page-header-text.absolute {
    position: absolute;
    z-index: 5;
    top: 0;
    height: 100%; }
    .page-header-text.absolute .wrapper {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      padding-top: 10px; }
      @media screen and (min-width: 768px) {
        .page-header-text.absolute .wrapper {
          padding-top: 80px; } }
      .page-header-text.absolute .wrapper .wrapper_child {
        padding: 0 2em; }
  .page-header-text h1 {
    font-family: garamond-premier-pro-display, serif;
    font-weight: lighter;
    font-style: normal;
    color: #1f1f1f;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 60px;
    font-size: 5vw; }
    @media (max-width: 1200px) {
      .page-header-text h1 {
        font-size: 60px; } }
    @media (min-width: 1540px) {
      .page-header-text h1 {
        font-size: 77px; } }
  .page-header-text h2 {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    padding-bottom: 20px;
    font-size: 5vw;
    font-weight: 800;
    color: #243237; }
    @media (max-width: 800px) {
      .page-header-text h2 {
        font-size: 40px; } }
    @media (min-width: 1540px) {
      .page-header-text h2 {
        font-size: 77px; } }
  .page-header-text h4 {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 3vw;
    color: #1f1f1f;
    text-transform: uppercase; }
    @media (max-width: 533.3333333333px) {
      .page-header-text h4 {
        font-size: 16px; } }
    @media (min-width: 700px) {
      .page-header-text h4 {
        font-size: 21px; } }

.home .page-header-text {
  text-align: left;
  z-index: 500; }

.home .page-header-text h2 {
  font-size: 30px;
  text-align: left;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #FFF;
  margin-top: 0; }
  @media screen and (min-width: 768px) {
    .home .page-header-text h2 {
      font-size: 56px; } }
  @media screen and (min-width: 1480px) {
    .home .page-header-text h2 {
      font-size: 77px; } }

.blog .hero-container img {
  min-height: 400px; }

.about .page-header-text h1 {
  color: #FFFFFF; }

.page-subheader {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase; }

.home-tagline {
  position: absolute;
  color: #FFF;
  width: 40%;
  margin: 40rem 50rem;
  font-size: 1.44rem;
  letter-spacing: 2px;
  font-weight: 500;
  line-height: 1.3; }

/**
 * Site header
 */
@media screen and (min-width: 768px) {
  .dark-header-text .site-header .main-nav_item:last-child a {
    border-color: #2c2b30; }
    .dark-header-text .site-header .main-nav_item:last-child a:hover {
      background: rgba(0, 0, 0, 0.1); } }
@media screen and (min-width: 768px) {
  .dark-header-text .site-header a {
    color: #2c2b30; }
    .dark-header-text .site-header a svg {
      color: #2c2b30; } }

@media screen and (min-width: 768px) {
  .dark-header .site-header,
  .header-not-at-top .site-header,
  .dark-header-text.header-not-at-top .site-header {
    background-color: #2c2b30; }
    .dark-header .site-header svg,
    .header-not-at-top .site-header svg,
    .dark-header-text.header-not-at-top .site-header svg {
      color: #ffffff; }
    .dark-header .site-header a,
    .header-not-at-top .site-header a,
    .dark-header-text.header-not-at-top .site-header a {
      color: #ffffff; }
    .dark-header .site-header li:last-child a,
    .header-not-at-top .site-header li:last-child a,
    .dark-header-text.header-not-at-top .site-header li:last-child a {
      border-color: #ffffff; }
      .dark-header .site-header li:last-child a:hover,
      .header-not-at-top .site-header li:last-child a:hover,
      .dark-header-text.header-not-at-top .site-header li:last-child a:hover {
        background: rgba(255, 255, 255, 0.1); } }

.site-header {
  min-height: 60px;
  background-color: #2c2b30;
  padding: 0 20px;
  position: sticky;
  top: 0;
  z-index: 3000;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .site-header {
      background-color: transparent;
      position: fixed;
      min-height: 80px; } }
  @media screen and (min-width: 1480px) {
    .site-header {
      padding: 0 40px; } }
  .site-header .social-media-list {
    text-align: left;
    padding-left: 24px;
    padding-top: 32px; }
    @media screen and (min-width: 768px) {
      .site-header .social-media-list {
        display: none; } }

@media screen and (min-width: 768px) {
  .dark-header {
    padding-top: 80px; } }

@media screen and (min-width: 768px) {
  .header-at-top .site-header {
    position: absolute; } }

@media screen and (min-width: 768px) {
  .header-not-at-top .site-header {
    position: fixed; } }

.site-header-logo {
  margin-right: 20px; }
  .site-header-logo svg {
    vertical-align: center;
    width: 100%;
    height: auto;
    max-width: 125px;
    display: inline-block;
    margin-top: 4px;
    color: #ffffff; }
    @media screen and (min-width: 768px) {
      .site-header-logo svg {
        color: #ffffff;
        max-width: 142px; } }
    @media screen and (min-width: 1480px) {
      .site-header-logo svg {
        max-width: 172px; } }

.site-nav {
  z-index: 90; }
  .site-nav label[for="nav-trigger"] {
    display: block;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
    z-index: 100;
    position: relative; }
    @media screen and (min-width: 768px) {
      .site-nav label[for="nav-trigger"] {
        display: none; } }
  .site-nav .nav-trigger {
    display: none; }
  .site-nav .trigger .main-nav {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .site-nav .trigger .main-nav {
        display: flex;
        justify-content: flex-end; } }
  .site-nav input ~ .trigger, .site-nav input ~ .trigger-background {
    display: none; }
    @media screen and (min-width: 768px) {
      .site-nav input ~ .trigger, .site-nav input ~ .trigger-background {
        position: static;
        background: transparent;
        width: auto;
        padding: 0;
        display: flex;
        justify-content: flex-end; } }
  .site-nav .menu-icon .menu-icon_open {
    display: block; }
  .site-nav .menu-icon .menu-icon_close {
    display: none; }
  .site-nav input:checked ~ label .menu-icon_open {
    display: none; }
  .site-nav input:checked ~ label .menu-icon_close {
    display: block; }
  .site-nav input:checked ~ .trigger-background {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8); }
    @media screen and (min-width: 768px) {
      .site-nav input:checked ~ .trigger-background {
        display: none; } }
  .site-nav input:checked ~ .trigger {
    display: flex;
    flex-direction: column;
    position: fixed;
    background: #2c2b30;
    right: 0;
    top: 0;
    bottom: 0;
    width: 75%;
    padding: 60px 20px;
    justify-content: flex-start; }
    @media screen and (min-width: 768px) {
      .site-nav input:checked ~ .trigger {
        position: static;
        background: transparent;
        width: auto;
        padding: 0; } }
  .site-nav .menu-icon {
    display: block;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 5px;
    text-align: center; }
    .site-nav .menu-icon > svg {
      fill: #ffffff;
      cursor: pointer; }
    @media screen and (min-width: 768px) {
      .site-nav .menu-icon {
        display: none; } }
  .site-nav .main-nav_item {
    margin-bottom: 16px; }
    @media screen and (min-width: 768px) {
      .site-nav .main-nav_item {
        margin-bottom: 0;
        margin-right: 26.6666666667px; } }
    @media screen and (min-width: 992px) {
      .site-nav .main-nav_item {
        margin-right: 26.6666666667px; } }
    @media screen and (min-width: 1480px) {
      .site-nav .main-nav_item {
        margin-right: 40px; } }
  .site-nav .page-link {
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    padding: 8px 24px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.5px;
    /*    &:not(:last-child) {
          margin-right: 20px;
        }*/ }
    @media screen and (min-width: 768px) {
      .site-nav .page-link {
        padding: 8px 0; } }
  .site-nav .main-nav_item:last-child {
    margin-right: 0; }
    .site-nav .main-nav_item:last-child .page-link {
      border: 1px solid #ffffff;
      padding: 8px 24px;
      margin-top: 8px; }
      @media screen and (min-width: 768px) {
        .site-nav .main-nav_item:last-child .page-link {
          margin-top: 0;
          margin-right: 0; } }
      @media screen and (min-width: 1480px) {
        .site-nav .main-nav_item:last-child .page-link {
          margin-left: 30px; } }
      .site-nav .main-nav_item:last-child .page-link:hover {
        text-decoration: none;
        background: rgba(255, 255, 255, 0.1); }

/**
 * Contact Form & Site Footer
 */
.contact-heading {
  font-size: 32px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #1f1f1f;
  font-family: garamond-premier-pro-display, serif;
  font-weight: lighter;
  font-style: normal;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .contact-heading {
      font-size: 60px; } }

.contact-intro {
  margin-bottom: 20px;
  margin-top: 20px;
  color: #1f1f1f;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .contact-intro {
      margin: 0px auto 20px;
      width: 55%; } }

.contact-container {
  text-align: center; }

.enquiry {
  display: block;
  text-align: center;
  margin: 0px 5px; }

.contact-img-1 {
  z-index: 1; }
  @media screen and (min-width: 1480px) {
    .contact-img-1 {
      min-height: 1100px;
      max-width: 95%;
      margin: 0 auto;
      background: url("../Assets/Images/contact_phone3.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position-x: 50%;
      background-position-y: 90%; } }

.contact-img-2 {
  z-index: 0;
  background: url("../Assets/Images/contact_bubbles.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px; }
  @media screen and (min-width: 768px) {
    .contact-img-2 {
      background-position-y: 40%;
      min-height: 60vw;
      max-height: 1200px;
      width: 100%; } }

#grad {
  background-image: linear-gradient(#FFFFFF 0%, #FFFFFF 20%, #FEF504 20%, #F9ED3D 100%);
  padding-bottom: 40px; }

.contact {
  z-index: 2;
  display: block; }
  .contact_form {
    padding: 40px;
    min-height: 200px;
    font-size: 4px;
    display: block;
    text-align: left;
    background-color: whitesmoke;
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2); }
    @media screen and (min-width: 768px) {
      .contact_form {
        min-height: 600px;
        width: 60%;
        padding: 80px 120px;
        margin: 0 auto; } }
  .contact_label {
    color: #888;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    display: block; }
  .contact_input {
    padding: 5px;
    margin: 8px auto 15px;
    border: none;
    border-bottom: 1px solid #636363;
    background-color: inherit;
    display: block;
    color: #1f1f1f;
    font-size: 16px;
    width: 100%; }
    .contact_input:focus {
      outline: 0;
      box-shadow: 0 2px 0px 0px #636363; }
  .contact_textarea {
    padding: 5px;
    width: 100%;
    margin: 8px auto 15px;
    border: none;
    border-bottom: 1px solid #636363;
    background-color: inherit;
    display: block;
    color: #1f1f1f;
    font-size: 16px; }
    .contact_textarea:focus {
      outline: 0;
      background: rgba(255, 255, 255, 0.75); }
  .contact_submit {
    display: block;
    margin: 40px auto 20px;
    height: 40px;
    font-family: "Montserrat";
    font-weight: 400; }

.site-footer .contact_form {
  background-color: transparent;
  box-shadow: none; }
.site-footer .contact_label {
  color: #fff; }
.site-footer .contact_input {
  color: #fff;
  border-color: #888; }
  .site-footer .contact_input:focus {
    box-shadow: 0 2px 0px 0px #888; }
.site-footer .contact_textarea {
  color: #fff;
  border-color: #888; }
  .site-footer .contact_textarea:focus {
    background: rgba(255, 255, 255, 0.5);
    color: #1f1f1f; }
.site-footer .contact_submit {
  text-align: center;
  background: rgba(0, 0, 0, 0);
  border: 1px solid white;
  color: white;
  font-size: 14px;
  letter-spacing: 0.1rem;
  text-decoration: none;
  min-width: 180px;
  padding: 10px;
  transition: background-color .3s ease; }
  .site-footer .contact_submit:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.2); }

.site-footer {
  padding: 40px 0;
  min-height: 720px;
  background-color: #243237;
  margin: auto;
  width: 100%;
  margin-top: 40px; }

.home .site-footer {
  margin-top: 0; }

.contact .site-footer,
.thank-you .site-footer {
  min-height: auto; }

.footer-heading {
  font-size: 32px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #ffffff;
  font-family: garamond-premier-pro-display, serif;
  font-weight: lighter;
  font-style: normal;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .footer-heading {
      font-size: 60px; } }

.copyright {
  text-align: center;
  font-size: 13px;
  color: #888; }

.contact-list,
.social-media-list {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 0 16px 0; }
  .contact-list li,
  .social-media-list li {
    display: inline-block;
    margin: 0 8px;
    text-align: center; }
    .contact-list li a,
    .social-media-list li a {
      display: block;
      padding: 3px 4px;
      border-radius: 100%;
      border: 1px solid #888;
      width: 28px;
      height: 28px;
      transform: scale(1.25); }

.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #fff;
  vertical-align: text-top;
  padding: 0; }

/**
 * Page content
 */
.page-content {
  flex: 1; }

.contact .page-content {
  margin-top: 80px; }

.post-list-heading {
  font-size: 28px; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 40px; }

/**
 * Posts
 */
.post-hero-image-wrapper {
  min-height: 300px; }

.post-hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 300px; }
  @media screen and (min-width: 768px) {
    .post-hero-image {
      min-height: 500px; } }
  @media screen and (min-width: 1480px) {
    .post-hero-image {
      width: 100%;
      min-height: auto; } }

.post-header {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .post-header {
      margin-top: 20px;
      margin-bottom: 20px; } }

.post-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    .post-title {
      font-size: 48px; } }

.post {
  padding-top: 1rem;
  line-height: 1.5;
  margin: auto;
  max-width: 1200px; }
  @media screen and (min-width: 768px) {
    .post {
      padding-top: 2rem; }
      .post p {
        line-height: 28px; } }

.post-meta {
  font-size: 14px;
  color: #828282;
  margin-top: 10px; }

.meta-container {
  display: inline-flex; }

.post-author {
  font-size: 14px;
  color: #828282; }

.back-link {
  font-family: garamond-premier-pro-display, serif;
  font-weight: lighter;
  font-style: normal;
  font-size: 21px;
  padding-top: 20px;
  padding-bottom: 20px; }

.post-container h2 {
  font-weight: 400;
  font-size: 20px; }
  @media screen and (min-width: 768px) {
    .post-container h2 {
      font-size: 28px; } }

.post-col-1 {
  display: block; }
  @media screen and (min-width: 1480px) {
    .post-col-1 {
      width: -webkit-calc(65% - (40px / 2));
      width: calc(65% - (40px / 2)); } }

@media screen and (min-width: 1480px) {
  .post-col-2 {
    width: -webkit-calc(35% - (40px / 2));
    width: calc(35% - (40px / 2)); } }

.post-source {
  font-size: 14px;
  color: #828282;
  margin-top: 0px; }

.post-quote {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  font-size: 27.2px;
  letter-spacing: 0em;
  line-height: 34px !important;
  margin: 0px 20px; }
  @media screen and (min-width: 768px) {
    .post-quote {
      margin: 20px 60px 20px;
      font-size: 32px;
      line-height: 40px !important; } }

.post-quote-author {
  text-align: center;
  font-size: 10.6666666667px;
  color: #828282;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 13.3333333333px; }
  @media screen and (min-width: 768px) {
    .post-quote-author {
      font-size: 14px;
      margin-bottom: 40px;
      margin-top: 0; } }

.avatar-image {
  display: inline-flex;
  width: 60px;
  height: 60px;
  margin-right: 20px; }

.clock-icon {
  display: inline-block;
  margin-left: 40px; }
  .clock-icon img {
    vertical-align: text-bottom; }

div.author {
  display: inline-flex;
  margin: 20px 0px; }
  @media screen and (min-width: 768px) {
    div.author {
      margin-right: 15%; } }

.author-name {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600; }

.author-position {
  text-transform: uppercase;
  color: #828282; }

.author-bio {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px; }

.social-media-list-blue {
  list-style: none;
  display: block;
  text-align: right;
  padding: 0;
  margin: 0 0 16px 0; }
  .social-media-list-blue li {
    display: inline-block;
    margin: 0 8px; }
    .social-media-list-blue li a {
      display: block;
      padding: 3px 4px;
      border-radius: 100%;
      border: 1px solid #888;
      width: 28px;
      height: 28px;
      transform: scale(1.25); }

/**
 * Trying to figure out how to get the most read posts to display :-(
 */
.most-read {
  width: 300px;
  color: #1f1f1f;
  min-height: 350px;
  background-color: whitesmoke;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .most-read {
      min-height: 600px; } }

.clickable:hover {
  cursor: pointer; }

.home-slideshow .slick-arrow {
  display: none !important; }
.home-slideshow .slick-dots {
  top: 50%;
  margin-top: -75px; }
.home-slideshow .slick-dots li {
  display: block;
  max-width: 1250px;
  width: auto;
  margin: 10px auto;
  padding: 0 15px;
  z-index: 2000; }
  .home-slideshow .slick-dots li button {
    position: relative;
    cursor: pointer; }

.industry-slideshow {
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
  overflow-x: hidden; }
  .industry-slideshow_slide {
    position: relative; }
    .industry-slideshow_slide:before {
      content: '';
      display: block;
      position: absolute;
      height: 100%;
      width: calc(100% - 10px);
      left: 5px;
      border-radius: 8px;
      background: #5450f7; }
    .industry-slideshow_slide_text {
      position: absolute;
      text-align: center;
      width: 80%;
      left: 50%;
      margin-left: -40%;
      bottom: 20px;
      color: #fff;
      text-transform: uppercase;
      font-family: "Montserrat";
      font-weight: 600;
      letter-spacing: 3.5px;
      font-size: 16px; }
    .industry-slideshow_slide img {
      padding: 0 5px; }
      .industry-slideshow_slide img:hover {
        opacity: 0.5; }
  .industry-slideshow .slick-dots {
    bottom: 0px; }
    .industry-slideshow .slick-dots li button:before {
      background: #dadada;
      border: 1px solid #dadada; }
    .industry-slideshow .slick-dots li.slick-active button:before {
      background: #5450f7;
      border: 1px solid #5450f7; }

.projects {
  display: flex; }
  .projects__item {
    margin: 20px; }

.thank-you-page {
  max-width: 600px;
  margin: 0 auto;
  padding: 5em 1em;
  text-align: center; }
  .thank-you-page__header {
    font-size: 24px; }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #eef; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }
