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

@font-face {
  font-family: 'Stockport';
  src: url("fonts/stockport/stockport-webfont.woff") format("woff"), url("fonts/stockport/stockport-webfont.woff2") format("woff2"), url("fonts/stockport/stockport-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Modelica';
  src: url("fonts/BW_Modelica/bw-modelica-ss02-extrabold-webfont.woff") format("woff"), url("fonts/BW_Modelica/bw-modelica-ss02-extrabold-webfont.woff2") format("woff2"), url("fonts/BW_Modelica/bw-modelica-ss02-extrabold-webfont.ttf") format("truetype"); }

@font-face {
  font-family: 'Anonymous Pro';
  src: url("fonts/Anonymous_Pro/anonymouspro-regular-webfont.woff") format("woff"), url("fonts/Anonymous_Pro/anonymouspro-regular-webfont.woff2") format("woff2"), url("fonts/Anonymous_Pro/anonymouspro-regular-webfont.ttf") format("truetype"); }

.flex-container, .logo-vault, .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li, .logo-vault img, body.page-template-page-contact-v2 .hero, body.page-template-page-contact-v2 .wide-content.contact > * > .content, .services-section ul li.services.list-item, .services-section ul li.services.list-item > .content, .services.full .hero, .services.full > .content, .services.full > .more-content .academy-badge img, .bottom-blocks, .bottom-blocks .services-block ul.service-tiles li .content {
  display: block;
  max-width: 100%;
  box-sizing: border-box; }
  .flex-container *, .logo-vault *, .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li *, .logo-vault img *, body.page-template-page-contact-v2 .hero *, body.page-template-page-contact-v2 .wide-content.contact > * > .content *, .services-section ul li.services.list-item *, .services-section ul li.services.list-item > .content *, .services.full .hero *, .services.full > .content *, .services.full > .more-content .academy-badge img *, .bottom-blocks *, .bottom-blocks .services-block ul.service-tiles li .content * {
    box-sizing: border-box; }

.services-section .intro, .services-section .svc-cta {
  text-align: center;
  font-size: 1.25em;
  background: #454545;
  color: white; }
  @media (max-width: 479px) {
    .services-section .intro, .services-section .svc-cta {
      font-size: 1em; } }
  .services-section .intro h1, .services-section .svc-cta h1, .services-section .intro h2, .services-section .svc-cta h2, .services-section .intro h3, .services-section .svc-cta h3, .services-section .intro h4, .services-section .svc-cta h4 {
    font-size: 2.5em;
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 1.18em; }
    @media (max-width: 479px) {
      .services-section .intro h1, .services-section .svc-cta h1, .services-section .intro h2, .services-section .svc-cta h2, .services-section .intro h3, .services-section .svc-cta h3, .services-section .intro h4, .services-section .svc-cta h4 {
        font-size: 2em; } }

.team-slides img, .team-grid img {
  display: block;
  max-width: 100%;
  height: auto; }

.team-slides .hover, .team-grid .hover {
  height: 100%;
  width: 100%;
  left: -100%;
  top: 0;
  position: absolute;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .team-slides .hover .view-profile, .team-grid .hover .view-profile {
    text-transform: uppercase; }

.team-slides .wrapper, .team-grid .wrapper {
  color: white;
  font-weight: bold;
  display: block;
  position: relative;
  overflow: hidden; }

.service-section .side-strip .title {
  position: relative; }
  .service-section .side-strip .title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

.hark-btn {
  position: relative;
  top: 15px;
  display: block;
  background: orange;
  color: #fff;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: left;
  font-size: 1.35em;
  border-radius: 0;
  margin: 0 10px;
  padding: 15px 25px;
  cursor: pointer; }
  .hark-btn span {
    font-weight: 600;
    font-family: "Archer";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .hark-btn:after {
    transition: all 0.3s ease;
    box-sizing: border-box;
    background-color: orange;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15px;
    z-index: -1;
    transform: translateY(0);
    background-image: url("../img/diag-lines.png");
    background-repeat: repeat; }
  .hark-btn span:after {
    display: inline-block;
    padding: 0 8px;
    content: ">";
    width: 0;
    overflow: visible; }
  .hark-btn:hover, .hark-btn:active, .hark-btn:focus {
    text-decoration: none !important;
    top: 0; }
    .hark-btn:hover:after, .hark-btn:active:after, .hark-btn:focus:after {
      transform: translateY(100%); }
    .hark-btn:hover span:after, .hark-btn:active span:after, .hark-btn:focus span:after {
      content: ">>>"; }

.hark-btn.orange, .service-section .btn-wrapper > div:nth-of-type(4n + 1), .service-section .btn-wrapper > a:nth-of-type(4n + 1) {
  background-color: #f76030; }
  .hark-btn.orange:after, .service-section .btn-wrapper > div:nth-of-type(4n + 1):after, .service-section .btn-wrapper > a:nth-of-type(4n + 1):after {
    background-color: #f76030; }

.hark-btn.red, .service-section .btn-wrapper > div:nth-of-type(4n + 2), .service-section .btn-wrapper > a:nth-of-type(4n + 2) {
  background-color: #f93b32; }
  .hark-btn.red:after, .service-section .btn-wrapper > div:nth-of-type(4n + 2):after, .service-section .btn-wrapper > a:nth-of-type(4n + 2):after {
    background-color: #f93b32; }

.hark-btn.purp, .service-section .btn-wrapper > div:nth-of-type(4n + 3), .service-section .btn-wrapper > a:nth-of-type(4n + 3) {
  background-color: #aa3655; }
  .hark-btn.purp:after, .service-section .btn-wrapper > div:nth-of-type(4n + 3):after, .service-section .btn-wrapper > a:nth-of-type(4n + 3):after {
    background-color: #aa3655; }

.hark-btn.burg, .service-section .btn-wrapper > div:nth-of-type(4n + 4), .service-section .btn-wrapper > a:nth-of-type(4n + 4) {
  background-color: #5b2d3c; }
  .hark-btn.burg:after, .service-section .btn-wrapper > div:nth-of-type(4n + 4):after, .service-section .btn-wrapper > a:nth-of-type(4n + 4):after {
    background-color: #5b2d3c; }

.white-fade {
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 90%); }

.upper {
  text-transform: uppercase; }

.ar:after {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.ar.square:after {
  padding-bottom: 100%; }

.ar.wide:after {
  padding-bottom: 75%; }

.ar.x-wide:after {
  padding-bottom: 56.25%; }

.ar.xx-wide:after {
  padding-bottom: 40%; }

.big.logo.orange-text .heading {
  display: block;
  font-size: 23pt;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 5px; }

.big.logo.orange-text .subheading {
  display: block;
  margin: 0;
  padding-top: 5px;
  font-size: 19pt;
  line-height: 1.2; }

.big.logo.orange-text p a {
  color: #f76030; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: 100%; }

.grid.flex.three {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -10px;
  margin-left: -10px;
  width: auto; }
  .grid.flex.three > * {
    margin-top: 10px;
    margin-left: 10px;
    box-sizing: border-box;
    -webkit-flex: 1 0 calc((99.5% / 3) - 10px);
    -moz-flex: 1 0 calc((99.5% / 3) - 10px);
    -ms-flex: 1 0 calc((99.5% / 3) - 10px);
    flex: 1 0 calc((99.5% / 3) - 10px);
    min-width: calc((99.5% / 3) - 10px);
    max-width: calc((100% / 3) - 10px); }
  @media (min-width: 480px) and (max-width: 767px) {
    .grid.flex.three {
      margin-top: -10px;
      margin-left: -10px;
      width: auto; }
      .grid.flex.three > * {
        margin-top: 10px;
        margin-left: 10px;
        box-sizing: border-box;
        -webkit-flex: 1 0 calc((99.5% / 2) - 10px);
        -moz-flex: 1 0 calc((99.5% / 2) - 10px);
        -ms-flex: 1 0 calc((99.5% / 2) - 10px);
        flex: 1 0 calc((99.5% / 2) - 10px);
        min-width: calc((99.5% / 2) - 10px);
        max-width: calc((100% / 2) - 10px); } }
  @media (max-width: 479px) {
    .grid.flex.three {
      margin-top: -10px;
      margin-left: -10px;
      width: auto; }
      .grid.flex.three > * {
        margin-top: 10px;
        margin-left: 10px;
        box-sizing: border-box;
        -webkit-flex: 1 0 calc((99.5% / 1) - 10px);
        -moz-flex: 1 0 calc((99.5% / 1) - 10px);
        -ms-flex: 1 0 calc((99.5% / 1) - 10px);
        flex: 1 0 calc((99.5% / 1) - 10px);
        min-width: calc((99.5% / 1) - 10px);
        max-width: calc((100% / 1) - 10px); } }
  .grid.flex.three .ar {
    width: 100%;
    background-color: #f76030; }

.flex-container {
  width: 100%;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .flex-container > * {
    margin: 10px; }

/*   Navigation
--------------------------------------------------------------------------  */
@media (max-width: 980px) {
  .menu > li {
    margin-left: 0; } }

.menu > li a {
  padding: 3px 0;
  line-height: 18px; }

.entry {
  /*   Images
	--------------------------------------------------------------------------  */
  /*   Captions
	--------------------------------------------------------------------------  */
  /*   Miscellaneous
	--------------------------------------------------------------------------  */
  /*   Alignment
	--------------------------------------------------------------------------  */ }
  .entry .wp-image-link {
    text-decoration: none; }
  .entry img,
  .entry img[class*="align"],
  .entry img[class*="wp-image-"] {
    max-width: 100%;
    height: auto;
    border: 0; }
  .entry .wp-caption {
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center; }
    .entry .wp-caption img {
      max-width: 98.5%;
      width: auto;
      height: auto;
      margin: 0;
      padding: 0;
      border: 0 none; }
    .entry .wp-caption .wp-caption-text {
      margin: 0;
      padding: 0 4px 5px;
      font-size: 0.875em;
      line-height: 1.5; }
  .entry .entry-caption {
    margin: 0;
    padding: 0 4px 5px;
    font-size: 0.875em;
    line-height: 1.5; }
  .entry hr {
    box-sizing: content-box;
    clear: both;
    height: 1px;
    margin-top: 1em;
    padding: 0;
    border: 0;
    border-top: 1px solid grey; }
  .entry .entry-oembed {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
    .entry .entry-oembed iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  @media (min-width: 768px) {
    .entry .alignright {
      float: right;
      margin: 0 0 1em 1em; }
    .entry .alignleft {
      float: left;
      margin: 0 1em 1em 0; } }
  .entry .alignnone {
    margin: 1em 1em 0 0; }
  .entry .aligncenter,
  .entry .alignright,
  .entry .alignleft,
  .entry .aligncenter {
    display: block;
    margin: 1em auto; }
  .entry img.alignright, .entry img.alignleft, .entry img.aligncenter {
    display: block;
    margin: 1em auto; }
  @media (min-width: 768px) {
    .entry img.alignright {
      float: right;
      margin: 1em 0 1em 1em; } }
  @media (min-width: 768px) {
    .entry img.alignleft {
      float: left;
      margin: 1em 1em 1em 0; } }
  .entry .wp-caption.alignnone, .entry .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .entry .wp-caption.alignright {
    margin: 5px 0 20px 20px; }

footer ul.icons {
  margin-left: 5px !important;
  height: 14px !important;
  overflow: visible; }
  footer ul.icons li {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 18pt;
    height: 100%; }

section#layout-content.donate {
  background: #6D2B5C;
  padding-bottom: 60px; }

body.page-template-page-donate .thank-you-container {
  margin-top: 120px;
  margin-bottom: 120px;
  text-align: center;
  color: white;
  display: none; }

body.page-template-page-donate .intro {
  font-size: 2.2em; }
  body.page-template-page-donate .intro .graphic {
    padding-top: 40px;
    margin-bottom: 20px; }
    body.page-template-page-donate .intro .graphic img {
      max-width: 100%; }
      body.page-template-page-donate .intro .graphic img.mobile {
        display: none; }
  body.page-template-page-donate .intro .content {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: white; }
    body.page-template-page-donate .intro .content > div {
      flex-basis: 42%; }
      body.page-template-page-donate .intro .content > div:last-of-type {
        font-weight: 600;
        font-size: .9em; }

body.page-template-page-donate #donateVueSliders > div {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px; }
  body.page-template-page-donate #donateVueSliders > div label {
    flex-basis: 50%;
    font-size: 2em;
    font-weight: 300;
    font-family: "Roboto Slab", serif;
    line-height: 1.2em; }
  body.page-template-page-donate #donateVueSliders > div > .customName {
    flex-basis: 50%; }
    body.page-template-page-donate #donateVueSliders > div > .customName input {
      border: 2px solid #6d2b5c;
      max-width: 400px; }
  body.page-template-page-donate #donateVueSliders > div .vue-slider {
    flex-basis: 50%; }
    body.page-template-page-donate #donateVueSliders > div .vue-slider .vue-slider-rail,
    body.page-template-page-donate #donateVueSliders > div .vue-slider .vue-slider-process {
      background-color: #6d2b5c; }
    body.page-template-page-donate #donateVueSliders > div .vue-slider .vue-slider-dot-handle {
      position: relative;
      bottom: 9px;
      border-radius: 10px;
      border: solid 3px #6d2b5c;
      height: 34px;
      width: 65px;
      text-align: center; }
    body.page-template-page-donate #donateVueSliders > div .vue-slider .vue-slider-dot-tooltip {
      text-align: center;
      position: relative;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    body.page-template-page-donate #donateVueSliders > div .vue-slider .vue-slider-dot-tooltip-inner {
      background-color: transparent;
      position: relative;
      left: 8px;
      height: 34px;
      width: 65px;
      padding: 0;
      text-align: center; }
      body.page-template-page-donate #donateVueSliders > div .vue-slider .vue-slider-dot-tooltip-inner:after {
        display: none; }
    body.page-template-page-donate #donateVueSliders > div .vue-slider .vue-slider-dot-tooltip-text {
      color: #6d2b5c;
      font-weight: bold;
      display: block;
      position: relative;
      bottom: 7px;
      font-size: 1.2em; }
      body.page-template-page-donate #donateVueSliders > div .vue-slider .vue-slider-dot-tooltip-text:after {
        content: "%";
        padding-right: 2px;
        font-size: .9em; }
  body.page-template-page-donate #donateVueSliders > div:nth-of-type(1n) label {
    color: #d8368f; }
  body.page-template-page-donate #donateVueSliders > div:nth-of-type(1n) .vue-slider .vue-slider-dot-handle {
    border-color: #d8368f; }
  body.page-template-page-donate #donateVueSliders > div:nth-of-type(2n) label {
    color: #e85a34; }
  body.page-template-page-donate #donateVueSliders > div:nth-of-type(2n) .vue-slider .vue-slider-dot-handle {
    border-color: #e85a34; }
  body.page-template-page-donate #donateVueSliders > div:nth-of-type(3n) label {
    color: #e89736; }
  body.page-template-page-donate #donateVueSliders > div:nth-of-type(3n) .vue-slider .vue-slider-dot-handle {
    border-color: #e89736; }
  body.page-template-page-donate #donateVueSliders > div:nth-of-type(4n) label {
    color: #e54041; }
  body.page-template-page-donate #donateVueSliders > div:nth-of-type(4n) .vue-slider .vue-slider-dot-handle {
    border-color: #e54041; }

body.page-template-page-donate div.sliders {
  margin: 20px auto;
  background-color: #fff;
  padding: 40px;
  padding-top: 20px;
  border-radius: 42px; }

body.page-template-page-donate .secondary .secondary-content {
  color: #000;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

body.page-template-page-donate .secondary #results-table {
  margin-top: 15px; }
  body.page-template-page-donate .secondary #results-table tr td {
    color: #6D2B5C; }
    body.page-template-page-donate .secondary #results-table tr td:first-of-type {
      padding-right: 15px;
      font-weight: 600;
      font-size: 1.2em; }
    body.page-template-page-donate .secondary #results-table tr td:last-of-type {
      font-size: 1em;
      text-align: center; }
      body.page-template-page-donate .secondary #results-table tr td:last-of-type span {
        font-size: .8em; }

body.page-template-page-donate .secondary .col1 {
  flex-basis: 44%; }
  body.page-template-page-donate .secondary .col1 .email_enter {
    margin-bottom: 20px; }
  body.page-template-page-donate .secondary .col1 h4 {
    font-size: 30pt;
    line-height: 39pt;
    color: #6D2B5C;
    font-weight: 600; }
    body.page-template-page-donate .secondary .col1 h4 span {
      display: block; }

body.page-template-page-donate .secondary .col2 {
  flex-basis: 45%; }
  body.page-template-page-donate .secondary .col2 svg {
    margin-right: 20px; }

body.page-template-page-donate .secondary .email_enter {
  color: #6D2B5C;
  font-size: 20px;
  font-weight: 300;
  font-family: "Roboto Slab", serif; }
  body.page-template-page-donate .secondary .email_enter input[type=email] {
    border: 1px solid #6D2B5C;
    width: 46%; }
  body.page-template-page-donate .secondary .email_enter input[type=submit] {
    border: 2px solid #6D2B5C;
    background-color: #6D2B5C;
    color: white;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 1.1em;
    cursor: pointer;
    transition: all .5s ease-in-out; }
    body.page-template-page-donate .secondary .email_enter input[type=submit]:hover {
      background-color: white;
      color: #6D2B5C; }

@media (max-width: 768px) {
  body.page-template-page-donate .intro .graphic img {
    display: none; }
    body.page-template-page-donate .intro .graphic img.mobile {
      display: block; }
  body.page-template-page-donate #donateVueSliders > div {
    display: block;
    margin-bottom: 20px; }
    body.page-template-page-donate #donateVueSliders > div .vue-slider {
      margin-top: 10px; }
    body.page-template-page-donate #donateVueSliders > div > .customName {
      margin-bottom: 20px; }
  body.page-template-page-donate .secondary {
    margin-top: 40px; }
    body.page-template-page-donate .secondary .secondary-content {
      display: block; }
    body.page-template-page-donate .secondary .results-container {
      margin-bottom: 30px; } }

.bottom-blocks .portfolio-block ul.portfolio-tiles, .bottom-blocks .cases-block ul.portfolio-tiles {
  margin: 0;
  padding: 0; }
  .bottom-blocks .portfolio-block ul.portfolio-tiles > li, .bottom-blocks .cases-block ul.portfolio-tiles > li {
    display: block;
    list-style: none;
    box-sizing: border-box;
    overflow: hidden;
    position: relative; }
    .bottom-blocks .portfolio-block ul.portfolio-tiles > li:after, .bottom-blocks .cases-block ul.portfolio-tiles > li:after {
      display: block;
      content: "";
      height: 0;
      width: 100%;
      padding: 0;
      padding-bottom: 100%; }
    .bottom-blocks .portfolio-block ul.portfolio-tiles > li.big, .bottom-blocks .cases-block ul.portfolio-tiles > li.big {
      width: 570px;
      height: 586px; }
      .bottom-blocks .portfolio-block ul.portfolio-tiles > li.big.pageslider, .bottom-blocks .cases-block ul.portfolio-tiles > li.big.pageslider {
        padding: 0; }
        .bottom-blocks .portfolio-block ul.portfolio-tiles > li.big.pageslider .sliders, .bottom-blocks .cases-block ul.portfolio-tiles > li.big.pageslider .sliders {
          height: 100%; }
        .bottom-blocks .portfolio-block ul.portfolio-tiles > li.big.pageslider .slid .slid-text, .bottom-blocks .cases-block ul.portfolio-tiles > li.big.pageslider .slid .slid-text {
          padding: 100px 70px;
          box-sizing: border-box; }
      .bottom-blocks .portfolio-block ul.portfolio-tiles > li.big i, .bottom-blocks .cases-block ul.portfolio-tiles > li.big i {
        font-size: 39pt;
        line-height: 28pt; }
        .bottom-blocks .portfolio-block ul.portfolio-tiles > li.big i:before, .bottom-blocks .cases-block ul.portfolio-tiles > li.big i:before {
          padding-bottom: 35px; }
      .bottom-blocks .portfolio-block ul.portfolio-tiles > li.big.text, .bottom-blocks .cases-block ul.portfolio-tiles > li.big.text {
        padding: 100px 70px; }
    .bottom-blocks .portfolio-block ul.portfolio-tiles > li.info_text, .bottom-blocks .cases-block ul.portfolio-tiles > li.info_text {
      padding: 50px 43px 43px 43px; }
      .bottom-blocks .portfolio-block ul.portfolio-tiles > li.info_text h2, .bottom-blocks .cases-block ul.portfolio-tiles > li.info_text h2 {
        font-size: 18pt;
        line-height: 25pt; }
      .bottom-blocks .portfolio-block ul.portfolio-tiles > li.info_text p, .bottom-blocks .cases-block ul.portfolio-tiles > li.info_text p {
        padding: 5px 0px;
        margin: 0; }
      .bottom-blocks .portfolio-block ul.portfolio-tiles > li.info_text i, .bottom-blocks .cases-block ul.portfolio-tiles > li.info_text i {
        font-size: 20pt;
        line-height: 0pt; }
    .bottom-blocks .portfolio-block ul.portfolio-tiles > li:hover .work_desc, .bottom-blocks .cases-block ul.portfolio-tiles > li:hover .work_desc {
      margin-top: 0px; }
    .bottom-blocks .portfolio-block ul.portfolio-tiles > li:hover img, .bottom-blocks .cases-block ul.portfolio-tiles > li:hover img {
      opacity: 0.8;
      margin-top: -45px;
      position: absolute; }
    .bottom-blocks .portfolio-block ul.portfolio-tiles > li > ul.nav, .bottom-blocks .cases-block ul.portfolio-tiles > li > ul.nav {
      padding: 0;
      margin: 0;
      position: absolute;
      bottom: 80px;
      left: 70px; }
      .bottom-blocks .portfolio-block ul.portfolio-tiles > li > ul.nav li, .bottom-blocks .cases-block ul.portfolio-tiles > li > ul.nav li {
        background: #545454;
        width: 7px;
        height: 7px;
        float: left;
        list-style: none;
        margin-right: 3px;
        border-radius: 50%;
        border: 1px transparent solid;
        margin-top: 3px; }
        .bottom-blocks .portfolio-block ul.portfolio-tiles > li > ul.nav li.active, .bottom-blocks .cases-block ul.portfolio-tiles > li > ul.nav li.active {
          background: transparent;
          border: 1px #545454 solid;
          height: 12px;
          width: 12px;
          margin-top: -2px; }
    .bottom-blocks .portfolio-block ul.portfolio-tiles > li p, .bottom-blocks .cases-block ul.portfolio-tiles > li p {
      width: 85%;
      padding: 15px 0px; }
    .bottom-blocks .portfolio-block ul.portfolio-tiles > li img, .bottom-blocks .cases-block ul.portfolio-tiles > li img {
      position: relative;
      transition: 0.3s;
      -webkit-transition: 0.3s; }
    .bottom-blocks .portfolio-block ul.portfolio-tiles > li .work_desc, .bottom-blocks .cases-block ul.portfolio-tiles > li .work_desc {
      position: absolute;
      margin-top: 100%;
      z-index: 2;
      width: 100%;
      height: 200px;
      transition: 0.1s;
      -webkit-transition: 0.1s;
      height: 100%; }
      .bottom-blocks .portfolio-block ul.portfolio-tiles > li .work_desc h3, .bottom-blocks .cases-block ul.portfolio-tiles > li .work_desc h3 {
        font-size: 13pt;
        line-height: 16pt; }
      .bottom-blocks .portfolio-block ul.portfolio-tiles > li .work_desc div, .bottom-blocks .cases-block ul.portfolio-tiles > li .work_desc div {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        line-height: 14px;
        background: white; }
        .bottom-blocks .portfolio-block ul.portfolio-tiles > li .work_desc div:before, .bottom-blocks .cases-block ul.portfolio-tiles > li .work_desc div:before {
          background: white;
          position: absolute;
          content: "";
          width: 25px;
          height: 25px;
          top: -5px;
          display: inline-block;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
      .bottom-blocks .portfolio-block ul.portfolio-tiles > li .work_desc .type, .bottom-blocks .cases-block ul.portfolio-tiles > li .work_desc .type {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        text-transform: uppercase; }

@media (max-width: 767px) {
  .portfolio-project blockquote {
    position: relative;
    left: 0;
    width: 75%;
    bottom: auto; }
    .portfolio-project blockquote:after {
      bottom: -10px;
      right: 15px; } }

@media (max-width: 767px) {
  .pageslider.carousel {
    height: auto !important; }
    .pageslider.carousel .sliders, .pageslider.carousel .slid, .pageslider.carousel .slid img {
      height: auto !important; }
    .pageslider.carousel .slid img {
      width: 100%;
      max-width: 100%; } }

.team h2, .team h3 a {
  color: #f76030;
  font-weight: 700; }

.team .column h1 {
  color: #f76030;
  font-weight: 700; }
  .team .column h1 span {
    color: #7d7d7d; }

.team h2 {
  font-size: 1.25rem; }

@media (min-width: 768px) {
  .team .headshot {
    text-align: right; }
    .team .headshot img {
      width: 88%; } }

.team .headshot-secondary img.headshot-hover {
  display: none; }
  @media (min-width: 768px) {
    .team .headshot-secondary img.headshot-hover {
      display: block;
      margin: -60px 0 0 0;
      position: relative; } }

.team .question {
  color: #aa3655;
  font-size: 1.25rem;
  font-weight: 400; }

.team-slides {
  margin-top: 80px; }
  .team-slides .slick-slide {
    background: transparent; }
    .team-slides .slick-slide a {
      margin: 0 15px; }
    .team-slides .slick-slide img {
      display: inline-block; }
    .team-slides .slick-slide h3 {
      line-height: 1.2;
      margin: 10px auto; }
      @media (max-width: 767px) {
        .team-slides .slick-slide h3 {
          font-size: 1.2em; } }
      @media (max-width: 479px) {
        .team-slides .slick-slide h3 {
          margin-bottom: 5px; } }
    .team-slides .slick-slide small {
      display: block;
      line-height: 1.2;
      text-transform: uppercase; }
    .team-slides .slick-slide .wrapper {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .team-slides .slick-slide .wrapper:after {
        display: block;
        margin: 0;
        height: 0;
        content: " ";
        padding-bottom: 100%; }

.team .intro {
  padding: 0 10%;
  text-align: center; }

.team-grid {
  margin: 80px auto 40px;
  padding: 0;
  text-align: center;
  list-style: none;
  /*.hover {

        img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: auto;
            opacity: 0;
            transition: all 0.5s ease;
        }

        .view-profile {
            width: 100%;
            text-align: center;
            color: #fff;
            font-weight: $bold;
            text-transform: uppercase;
            position: absolute;
            bottom: 30%;
            opacity: 0;
            transition: all 0.3s ease;
        }
    }

    li:hover .hover {

        img {
            opacity: 1;
        }

        .view-profile {
            bottom: 52%;
            opacity: 1;
        }
    }
    */ }
  .team-grid > li {
    width: 30.25% !important;
    height: auto !important;
    position: relative  !important;
    top: 0 !important;
    left: 0 !important;
    float: left;
    overflow: hidden;
    margin: 0 1.5% 3% 1.5% !important; }
  .team-grid h3 {
    line-height: 1.2;
    margin: 10px auto; }
    @media (max-width: 767px) {
      .team-grid h3 {
        font-size: 1.2em; } }
    @media (max-width: 479px) {
      .team-grid h3 {
        margin-bottom: 5px; } }
  .team-grid small {
    display: block;
    line-height: 1.2;
    text-transform: uppercase; }
  .team-grid:after {
    content: "";
    display: table;
    clear: both; }

.team-template-default.single-team .slick-prev, .team-template-default.single-team .slick-next {
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0;
  width: 35px;
  height: 35px; }
  .team-template-default.single-team .slick-prev:before, .team-template-default.single-team .slick-next:before {
    font-family: "icon";
    color: #f76030;
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    display: block;
    text-align: center; }
  .team-template-default.single-team .slick-prev:hover:before, .team-template-default.single-team .slick-next:hover:before {
    color: #aa3655; }

@media (max-width: 1199px) {
  .team-template-default.single-team .slick-prev {
    left: 5px; } }

.team-template-default.single-team .slick-prev:before {
  content: '\00AB'; }

@media (max-width: 1199px) {
  .team-template-default.single-team .slick-next {
    right: 5px; } }

.team-template-default.single-team .slick-next:before {
  content: '\00BB'; }

@media (max-width: 980px) {
  .team-template-default.single-team .slick-slider {
    margin: 0 0 30px;
    padding: 0 40px; } }

.single-casestudy {
  background: #ffffff;
  position: relative; }
  .single-casestudy header {
    left: 0;
    padding: 20px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99; }
    .single-casestudy header .menu {
      margin-top: 1em; }
      .single-casestudy header .menu > li a {
        color: #fff; }
        .single-casestudy header .menu > li a:before {
          background-color: #fff; }
      .single-casestudy header .menu > li#menu-item-36 a {
        color: #fb5f24; }
  .single-casestudy #layout-content {
    background: #ffffff; }

.dark-nav header .menu > li a {
  color: #222; }
  .dark-nav header .menu > li a:before {
    background-color: #222; }

#case-study .hero-image {
  background-position: center top;
  background-repeat: no-repeat;
  height: 700px;
  width: 100%; }

#case-study .full-image img {
  width: 100%; }

#case-study .flexible-rows h1, #case-study .flexible-rows h2, #case-study .flexible-rows h3, #case-study .flexible-rows h4, #case-study .flexible-rows h5, #case-study .flexible-rows h6 {
  color: #f38552;
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%; }

#case-study .flexible-rows h1, #case-study .flexible-rows h2 {
  font-size: 1.5em;
  line-height: 1.3; }
  @media (max-width: 767px) {
    #case-study .flexible-rows h1, #case-study .flexible-rows h2 {
      margin: 0 auto;
      width: 92%; } }

#case-study .flexible-rows p {
  color: #666666;
  line-height: 2.0;
  font-size: 1.5em;
  font-weight: 300;
  font-family: 'Roboto Slab',serif; }
  @media (max-width: 767px) {
    #case-study .flexible-rows p {
      padding: 0 1em; } }

#case-study .flexible-rows p strong {
  font-weight:normal;
}

#case-study .flexible-rows .big-text {
  color: #666666;
  display: block;
  font-family: 'Roboto Slab',serif;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.7;
  margin: 0 auto; }

#case-study .flexible-rows .orange-italics {
  color: #f38552;
  display: block;
  font-family: 'Roboto Slab',serif;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
  text-transform: none;
  padding: 1.2rem 0 0 0; }

#case-study .flexible-rows img {
  height: auto;
  max-width: 100%; }

#case-study .flexible-rows .flexible-row.text {
  margin: 4em auto; }

#case-study .flexible-rows .flexible-row.image {
  margin: 4em auto; }
  #case-study .flexible-rows .flexible-row.image img {
    display: block;
    margin: 0 auto; }

#case-study .flexible-rows .flexible-row.two-columns {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 4em auto; }
  #case-study .flexible-rows .flexible-row.two-columns .column {
    float: none;
    padding: 0 1.25em;
    width: 50%; }
  @media (max-width: 767px) {
    #case-study .flexible-rows .flexible-row.two-columns {
      display: block; }
      #case-study .flexible-rows .flexible-row.two-columns .column {
        padding: 0;
        width: 100%;
        margin: 0 auto;
        text-align: center; } }

#case-study .flexible-rows .flexible-row.image-slideshow .slick-dots {
  bottom: 0;
  position: relative;
  top: -5px; }
  #case-study .flexible-rows .flexible-row.image-slideshow .slick-dots li {
    margin: 0 1px; }
    #case-study .flexible-rows .flexible-row.image-slideshow .slick-dots li button:before {
      font-size: 18px; }

#case-study .flexible-rows .flexible-row.image-slideshow.slick-initialized .slick-slide {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  @media (max-width: 800px) {
    #case-study .flexible-rows .flexible-row.image-slideshow.slick-initialized .slick-slide {
      flex-direction: column; } }
  #case-study .flexible-rows .flexible-row.image-slideshow.slick-initialized .slick-slide img.half {
    width: 48%;
    float: left;
    margin: 0.5rem; }
    @media (max-width: 800px) {
      #case-study .flexible-rows .flexible-row.image-slideshow.slick-initialized .slick-slide img.half {
        width: 64%; } }

#case-study .flexible-rows .flexible-row.center-full-width-image-slideshow {
  height: 600px; }
  #case-study .flexible-rows .flexible-row.center-full-width-image-slideshow img {
    margin: 0;
    display: inline-block;
    width: 100%;
    height: 540px; }

#case-study .pagenation-1 {
  height: initial;
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (max-width: 768px) {
    #case-study .pagenation-1 {
      flex-direction: column; }
      #case-study .pagenation-1 .prew, #case-study .pagenation-1 .all, #case-study .pagenation-1 .next {
        width: 100%;
        text-align: center; }
      #case-study .pagenation-1 .next a:before {
        order: 2; }
      #case-study .pagenation-1 a h2, #case-study .pagenation-1 a span {
        display: block; }
      #case-study .pagenation-1 a.icon-leftx,
      #case-study .pagenation-1 a.icon-rightx {
        display: flex;
        justify-content: center; }
      #case-study .pagenation-1 a.icon-rightx h2 {
        order: 1; } }
  #case-study .pagenation-1 .all {
    width: 40%;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
    text-transform: uppercase;
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: #eee;
    color: #f38552; }
    @media (max-width: 768px) {
      #case-study .pagenation-1 .all {
        width: 100%;
        padding: 40px 0; } }
    #case-study .pagenation-1 .all:hover {
      background-color: #262525;
      border-color: #262525;
      transition: .3s;
      -webkit-transition: .3s; }
    #case-study .pagenation-1 .all a h2 {
      font-family: 'Open Sans',sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 13pt;
      letter-spacing: 2pt;
      line-height: 20pt; }

.page-template-page-logos-v2 article.page {
  border-bottom: 0.125em solid #fb5f24;
  padding: 10px 2%; }
  @media (max-width: 1200px) {
    .page-template-page-logos-v2 article.page {
      padding: 10px 4%; } }
  @media (max-width: 768px) {
    .page-template-page-logos-v2 article.page {
      padding: 10px 6%; } }

.just-logos {
  /* Make the container relative */
  /* Select the image and make it absolute to the container */
  /* We set z-index to be higher than the back image, so it's alwyas on the front.

  We give it an opacity leaner to .25s, that way when we hover we will get a nice fading effect.
  */
  /* When we hover the figure element, the block with .swap-on-hover, we want to use > so the front-image is going to have opacity of 0, which means it will be hidden, to the back image will show */ }
  .just-logos .flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around; }
  .just-logos .flex-item {
    width: 260px;
    height: 260px;
    margin-top: 30px;
    line-height: 260px;
    color: white;
    font-weight: bold;
    font-size: 3em;
    text-align: center; }
  .just-logos .swap-on-hover {
    position: relative;
    margin: 0 auto;
    max-width: 260px;
    width: 260px; }
  .just-logos .swap-on-hover img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    /* Sets the width and height for the images*/
    min-width: 260px;
    width: 260px;
    min-height: 260px; }
  .just-logos .swap-on-hover .swap-on-hover__front-image {
    z-index: 9999;
    transition: opacity .85s linear; }
  .just-logos .swap-on-hover.has_link .swap-on-hover__front-image {
    z-index: 9999;
    transition: opacity .85s linear;
    cursor: pointer; }
  .just-logos .swap-on-hover:hover > .swap-on-hover__front-image {
    opacity: 0; }

.tag {
  z-index: 9999;
  background: #f76030;
  top: 0;
  position: absolute;
  padding: 0 1rem;
  color: #fff;
  text-transform: uppercase;
  border-radius: 60px;
  margin: 1rem;
  cursor: pointer; }
  .tag:hover {
    cursor: pointer; }

.page-template-page-clients .flex-wrapper {
  margin-top: -25px;
  margin-left: -25px;
  width: auto; }
  .page-template-page-clients .flex-wrapper > * {
    margin-top: 25px;
    margin-left: 25px;
    box-sizing: border-box;
    -webkit-flex: 1 0 calc((99.5% / 3) - 25px);
    -moz-flex: 1 0 calc((99.5% / 3) - 25px);
    -ms-flex: 1 0 calc((99.5% / 3) - 25px);
    flex: 1 0 calc((99.5% / 3) - 25px);
    min-width: calc((99.5% / 3) - 25px);
    max-width: calc((100% / 3) - 25px); }
  @media (min-width: 480px) and (max-width: 767px) {
    .page-template-page-clients .flex-wrapper {
      margin-top: -25px;
      margin-left: -25px;
      width: auto; }
      .page-template-page-clients .flex-wrapper > * {
        margin-top: 25px;
        margin-left: 25px;
        box-sizing: border-box;
        -webkit-flex: 1 0 calc((99.5% / 2) - 25px);
        -moz-flex: 1 0 calc((99.5% / 2) - 25px);
        -ms-flex: 1 0 calc((99.5% / 2) - 25px);
        flex: 1 0 calc((99.5% / 2) - 25px);
        min-width: calc((99.5% / 2) - 25px);
        max-width: calc((100% / 2) - 25px); } }
  @media (max-width: 479px) {
    .page-template-page-clients .flex-wrapper {
      margin-top: -25px;
      margin-left: -25px;
      width: auto; }
      .page-template-page-clients .flex-wrapper > * {
        margin-top: 25px;
        margin-left: 25px;
        box-sizing: border-box;
        -webkit-flex: 1 0 calc((99.5% / 1) - 25px);
        -moz-flex: 1 0 calc((99.5% / 1) - 25px);
        -ms-flex: 1 0 calc((99.5% / 1) - 25px);
        flex: 1 0 calc((99.5% / 1) - 25px);
        min-width: calc((99.5% / 1) - 25px);
        max-width: calc((100% / 1) - 25px); } }
  .page-template-page-clients .flex-wrapper .flex-row h3, .page-template-page-clients .flex-wrapper .flex-row ul {
    padding-left: 15px; }

.post-template-default.single-post .attachment-banner-image {
  max-width: 100%;
  margin-left: auto;
  display: block;
  margin-right: auto; }

.post-template-default.single-post .post-content pre {
  background-color: #f5f5f5;
  padding: 5px;
  padding-left: 15px; }

.post-template-default.single-post footer {
  /* > .mobile-contact-btn*/
  display: none; }

ul.blog-1 > li .blog_desc p {
  padding-bottom: 10px;
  margin: 5px auto;
  line-height: 1.65; }

ul.blog-1 > li .blog_desc > a > span {
  line-height: 1 !important; }

.blog_desc a {
  color: #333; }

.contact-cta {
  display: block;
  position: relative;
  margin: 30px 0 0;
  padding: 0;
  width: 100%;
  height: 0;
  padding-bottom: 35%;
  background-image: url("/wp-content/themes/hark/img/contact-cta.jpg");
  background-size: cover;
  background-position: center; }
  @media (min-width: 480px) and (max-width: 767px) {
    .contact-cta {
      padding-bottom: 55%; } }
  @media (max-width: 479px) {
    .contact-cta {
      padding-bottom: 65%; } }
  .contact-cta span {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    color: white;
    background-color: rgba(247, 96, 48, 0.5);
    background: -webkit-linear-gradient(-45deg, rgba(247, 96, 48, 0.5) 0%, rgba(249, 59, 50, 0.5) 25%, rgba(170, 54, 85, 0.5) 60%, rgba(91, 45, 60, 0.75) 100%);
    background: -moz-linear-gradient(-45deg, rgba(247, 96, 48, 0.5) 0%, rgba(249, 59, 50, 0.5) 25%, rgba(170, 54, 85, 0.5) 60%, rgba(91, 45, 60, 0.75) 100%);
    background: linear-gradient(135deg, rgba(247, 96, 48, 0.5) 0%, rgba(249, 59, 50, 0.5) 25%, rgba(170, 54, 85, 0.5) 60%, rgba(91, 45, 60, 0.75) 100%); }
    .contact-cta span p {
      font-weight: bold;
      line-height: 1.2;
      text-align: center;
      padding-left: 12%;
      padding-right: 12%;
      margin-bottom: .75em;
      font-size: calc(1em + 2vw);
      letter-spacing: -2px; }
      @media (min-width: 960px) {
        .contact-cta span p {
          font-size: 40px; } }
      @media (max-width: 479px) {
        .contact-cta span p {
          letter-spacing: 0;
          font-size: 18px; } }
  .contact-cta .learn-more {
    background: transparent;
    color: white;
    border-color: white; }
    .contact-cta .learn-more:hover, .contact-cta .learn-more:active {
      background: white;
      color: #aa3655;
      border-color: #aa3655; }

.logo-vault {
  padding: 25px 0 0 25px; }
  .logo-vault > .flex-wrapper {
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: -25px;
    margin-left: -25px;
    width: auto;
    width: 100%; }
    .logo-vault > .flex-wrapper > * {
      margin-top: 25px;
      margin-left: 25px;
      box-sizing: border-box;
      -webkit-flex: 1 0 calc((99.5% / 2) - 25px);
      -moz-flex: 1 0 calc((99.5% / 2) - 25px);
      -ms-flex: 1 0 calc((99.5% / 2) - 25px);
      flex: 1 0 calc((99.5% / 2) - 25px);
      min-width: calc((99.5% / 2) - 25px);
      max-width: calc((100% / 2) - 25px); }
    @media (max-width: 768px -1) {
      .logo-vault > .flex-wrapper {
        margin-top: -25px;
        margin-left: -25px;
        width: auto; }
        .logo-vault > .flex-wrapper > * {
          margin-top: 25px;
          margin-left: 25px;
          box-sizing: border-box;
          -webkit-flex: 1 0 calc((99.5% / 1) - 25px);
          -moz-flex: 1 0 calc((99.5% / 1) - 25px);
          -ms-flex: 1 0 calc((99.5% / 1) - 25px);
          flex: 1 0 calc((99.5% / 1) - 25px);
          min-width: calc((99.5% / 1) - 25px);
          max-width: calc((100% / 1) - 25px); } }
    .logo-vault > .flex-wrapper .first-content {
      overflow: hidden;
      display: -ms-flexbox;
      display: -moz-flex;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media (max-width: 767px) {
        .logo-vault > .flex-wrapper .first-content {
          -webkit-flex: 1 0 calc((99.5% / 1) - 25px);
          -moz-flex: 1 0 calc((99.5% / 1) - 25px);
          -ms-flex: 1 0 calc((99.5% / 1) - 25px);
          flex: 1 0 calc((99.5% / 1) - 25px);
          min-width: calc((99.5% / 1) - 25px);
          max-width: calc((100% / 1) - 25px);
          max-height: 999%; } }
    .logo-vault > .flex-wrapper .logo-process {
      position: relative;
      align-self: flex-end; }
      .logo-vault > .flex-wrapper .logo-process:after {
        content: "\27f3";
        font-family: "icon";
        font-size: 80px;
        color: #f76030;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(193deg);
        transform-origin: center; }
      .logo-vault > .flex-wrapper .logo-process > .flex-wrapper {
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-top: -25px;
        margin-left: -25px;
        width: auto; }
        .logo-vault > .flex-wrapper .logo-process > .flex-wrapper > * {
          margin-top: 25px;
          margin-left: 25px;
          box-sizing: border-box;
          -webkit-flex: 1 0 calc((99.5% / 1) - 25px);
          -moz-flex: 1 0 calc((99.5% / 1) - 25px);
          -ms-flex: 1 0 calc((99.5% / 1) - 25px);
          flex: 1 0 calc((99.5% / 1) - 25px);
          min-width: calc((99.5% / 1) - 25px);
          max-width: calc((100% / 1) - 25px); }
        @media (min-width: 480px) {
          .logo-vault > .flex-wrapper .logo-process > .flex-wrapper {
            margin-top: -25px;
            margin-left: -25px;
            width: auto; }
            .logo-vault > .flex-wrapper .logo-process > .flex-wrapper > * {
              margin-top: 25px;
              margin-left: 25px;
              box-sizing: border-box;
              -webkit-flex: 1 0 calc((99.5% / 2) - 25px);
              -moz-flex: 1 0 calc((99.5% / 2) - 25px);
              -ms-flex: 1 0 calc((99.5% / 2) - 25px);
              flex: 1 0 calc((99.5% / 2) - 25px);
              min-width: calc((99.5% / 2) - 25px);
              max-width: calc((100% / 2) - 25px); } }
      @media (max-width: 767px) {
        .logo-vault > .flex-wrapper .logo-process {
          -webkit-flex: 1 0 calc((99.5% / 1) - 25px);
          -moz-flex: 1 0 calc((99.5% / 1) - 25px);
          -ms-flex: 1 0 calc((99.5% / 1) - 25px);
          flex: 1 0 calc((99.5% / 1) - 25px);
          min-width: calc((99.5% / 1) - 25px);
          max-width: calc((100% / 1) - 25px); } }
    .logo-vault > .flex-wrapper .all-the-logos {
      -webkit-flex: 1 0 calc((99.5% / 1) - 25px);
      -moz-flex: 1 0 calc((99.5% / 1) - 25px);
      -ms-flex: 1 0 calc((99.5% / 1) - 25px);
      flex: 1 0 calc((99.5% / 1) - 25px);
      min-width: calc((99.5% / 1) - 25px);
      max-width: calc((100% / 1) - 25px); }
      .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid {
        list-style: none;
        padding-left: 0;
        margin-top: -25px;
        margin-left: -25px;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; }
        .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li {
          position: relative;
          overflow: hidden;
          margin-top: 25px;
          margin-left: 25px; }
          .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li a {
            line-height: 1.2; }
          .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item {
            -webkit-flex: 1 0 calc((99.5% / 4) - 25px);
            -moz-flex: 1 0 calc((99.5% / 4) - 25px);
            -ms-flex: 1 0 calc((99.5% / 4) - 25px);
            flex: 1 0 calc((99.5% / 4) - 25px);
            min-width: calc((99.5% / 4) - 25px);
            max-width: calc((100% / 4) - 25px);
            line-height: 1.2; }
            @media (max-width: 767px) {
              .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item {
                -webkit-flex: 1 0 calc((99.5% / 2) - 25px);
                -moz-flex: 1 0 calc((99.5% / 2) - 25px);
                -ms-flex: 1 0 calc((99.5% / 2) - 25px);
                flex: 1 0 calc((99.5% / 2) - 25px);
                min-width: calc((99.5% / 2) - 25px);
                max-width: calc((100% / 2) - 25px); } }
            .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .slide {
              box-sizing: border-box;
              position: absolute;
              left: 0;
              bottom: -100%;
              height: 100%;
              width: 100% !important; }
            .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .logo_desc {
              transition: all 0.25s ease-in-out;
              z-index: 10;
              display: -ms-flexbox;
              display: -moz-flex;
              display: -webkit-flex;
              display: flex;
              -webkit-flex-direction: column;
              -moz-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-align-items: center;
              -moz-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              background: rgba(51, 51, 51, 0.8);
              padding: 10%;
              text-align: center;
              overflow: hidden;
              width: 100% !important; }
              .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .logo_desc label {
                color: #f76030;
                text-transform: uppercase; }
                @media (max-width: 820px) {
                  .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .logo_desc label {
                    font-size: 12px; }
                    .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .logo_desc label > h2, .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .logo_desc label > h3, .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .logo_desc label > h4, .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .logo_desc label > h5, .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .logo_desc label > h6 {
                      font-size: 18px; } }
                @media (max-width: 532px) {
                  .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .logo_desc label {
                    font-size: 10px; }
                    .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .logo_desc label > h2, .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .logo_desc label > h3, .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .logo_desc label > h4, .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .logo_desc label > h5, .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .logo_desc label > h6 {
                      font-size: 13px; } }
                .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .logo_desc label > * {
                  line-height: 1.1;
                  text-transform: none; }
              .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .logo_desc h2, .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .logo_desc h3, .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .logo_desc h4, .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .logo_desc label a {
                font-family: 'Open Sans', serif;
                color: white; }
              .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .logo_desc .learn-more {
                color: #f5f5f5;
                font-weight: 300;
                font-family: "Roboto Slab", serif; }
                @media (max-width: 820px) {
                  .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .logo_desc .learn-more {
                    font-size: 12px; } }
                .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .logo_desc .learn-more:before {
                  content: '\00BB';
                  color: #f76030;
                  font-family: "icon";
                  font-weight: 700;
                  font-size: 1.25em;
                  padding-right: .25em; }
              .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .logo_desc > * {
                margin: 15px auto 0; }
                @media (max-width: 820px) {
                  .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .logo_desc > * {
                    margin: 7.5px auto 0; }
                    .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .logo_desc > * * {
                      line-height: 1; } }
                .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .logo_desc > *:nth-child(1) {
                  margin-top: 0 !important; }
            .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item .alt_logo {
              opacity: 0;
              z-index: 5;
              background: white;
              transition: opacity 0.25s ease-in-out; }
          .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item:hover .logo_desc {
            transition: 0.25s all 1.5s ease-in-out; }
          .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item:hover .alt_logo {
            opacity: 1; }
          .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-item:hover .slide {
            bottom: 0; }
          .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-video, .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.second-content {
            -webkit-flex: 1 0 calc((99.5% / 2) - 25px);
            -moz-flex: 1 0 calc((99.5% / 2) - 25px);
            -ms-flex: 1 0 calc((99.5% / 2) - 25px);
            flex: 1 0 calc((99.5% / 2) - 25px);
            min-width: calc((99.5% / 2) - 25px);
            max-width: calc((100% / 2) - 25px); }
            @media (max-width: 767px) {
              .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-video, .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.second-content {
                -webkit-flex: 1 0 calc((99.5% / 1) - 25px);
                -moz-flex: 1 0 calc((99.5% / 1) - 25px);
                -ms-flex: 1 0 calc((99.5% / 1) - 25px);
                flex: 1 0 calc((99.5% / 1) - 25px);
                min-width: calc((99.5% / 1) - 25px);
                max-width: calc((100% / 1) - 25px); } }
          .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-video {
            display: -ms-flexbox;
            display: -moz-flex;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative;
            overflow: hidden; }
            .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.logo-video:after {
              display: block;
              width: 100% !important;
              height: 100% !important;
              top: 0;
              left: 0;
              right: 0;
              content: '';
              position: absolute;
              background-color: rgba(247, 96, 48, 0.5); }
          .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.second-content {
            overflow: hidden; }
            .logo-vault > .flex-wrapper .all-the-logos ul.logo-grid li.second-content .btn {
              display: -ms-inline-flexbox;
              display: -moz-inline-flex;
              display: -webkit-inline-flex;
              display: inline-flex;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-align-items: center;
              -moz-align-items: center;
              -ms-flex-align: center;
              align-items: center; }
  .logo-vault img {
    height: auto; }

.logo-post.tl {
  display: flex;
  flex-direction: column;
  align-items: center; }

body.page-template-page-contact-v2 .title {
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  color: rgba(0, 0, 0, 0); }

body.page-template-page-contact-v2 h1, body.page-template-page-contact-v2 h2 {
  font-weight: 400;
  border: none; }

body.page-template-page-contact-v2 .hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-height: 375px;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0; }

body.page-template-page-contact-v2 .wide-content.contact > * > .content {
  text-align: center;
  font-size: 1.25em;
  font-weight: 500;
  margin: 0;
  padding: 2% 15% 3%;
  background: linear-gradient(0deg, whitesmoke 10%, rgba(245, 245, 245, 0.75) 30%, rgba(245, 245, 245, 0.3)) 100%; }
  body.page-template-page-contact-v2 .wide-content.contact > * > .content .title {
    font-size: 38px;
    font-weight: bold; }
  body.page-template-page-contact-v2 .wide-content.contact > * > .content .desc {
    line-height: 1.8; }

body.page-template-page-contact-v2 .instafeed .item {
  overflow: hidden;
  position: relative; }

body.page-template-page-contact-v2 .instafeed .ar {
  background-position: center;
  background-size: cover;
  overflow: hidden; }

body.page-template-page-contact-v2 .instafeed .hover {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(247, 96, 48, 0.75);
  color: white;
  display: block;
  line-height: 1.2; }

body.page-template-page-contact-v2 .more-content {
  text-align: center; }
  body.page-template-page-contact-v2 .more-content p {
    margin: 10px 0 0;
    padding: 0; }
  body.page-template-page-contact-v2 .more-content a {
    color: #333; }
    body.page-template-page-contact-v2 .more-content a:nth-of-type(2) {
      text-decoration: underline; }
    body.page-template-page-contact-v2 .more-content a:hover {
      color: #f76030; }

body.page-template-page-contact-v2 ul.icons {
  margin: 0;
  padding: 0; }
  body.page-template-page-contact-v2 ul.icons li {
    display: inline-block; }
    body.page-template-page-contact-v2 ul.icons li a {
      text-decoration: none;
      font-size: 30px;
      color: #333;
      opacity: .75; }
      body.page-template-page-contact-v2 ul.icons li a:hover {
        color: #333;
        font-weight: normal;
        opacity: 1; }

body.page-template-page-contact-v2 .wpcf7-form .input-group {
  position: relative;
  display: block;
  margin: 0 15px 30px 15px; }
  body.page-template-page-contact-v2 .wpcf7-form .input-group input, body.page-template-page-contact-v2 .wpcf7-form .input-group select, body.page-template-page-contact-v2 .wpcf7-form .input-group textarea {
    border: 1px solid #7d7d7d;
    background: #f5f5f5 !important;
    padding: 12px;
    width: 100%; }
    body.page-template-page-contact-v2 .wpcf7-form .input-group input:focus, body.page-template-page-contact-v2 .wpcf7-form .input-group input:active, body.page-template-page-contact-v2 .wpcf7-form .input-group select:focus, body.page-template-page-contact-v2 .wpcf7-form .input-group select:active, body.page-template-page-contact-v2 .wpcf7-form .input-group textarea:focus, body.page-template-page-contact-v2 .wpcf7-form .input-group textarea:active {
      outline: none;
      border-color: #f76030; }
  body.page-template-page-contact-v2 .wpcf7-form .input-group select option {
    background: #f5f5f5 !important; }
  body.page-template-page-contact-v2 .wpcf7-form .input-group label {
    position: absolute;
    z-index: 10;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    margin-left: 10px;
    padding: 0 8px;
    background: #f5f5f5;
    color: #7d7d7d; }
    body.page-template-page-contact-v2 .wpcf7-form .input-group label.animate-label {
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

body.page-template-page-contact-v2 .wpcf7-form input[type=submit] {
  border: 2px solid #f76030;
  background-color: #f76030;
  color: #fff;
  font-weight:500;
  transition:all .25s ease;
}

body.page-template-page-contact-v2 .wpcf7-form input[type=submit]:hover,
body.page-template-page-contact-v2 .wpcf7-form input[type=submit]:focus {
  background-color:transparent;
  color:#000;
}

body.page-template-page-contact-v2 .wpcf7-form * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body.page-template-page-contact-v2 .wpcf7-form .input-group input, body.page-template-page-contact-v2 .wpcf7-form .input-group select, body.page-template-page-contact-v2 .wpcf7-form .input-group textarea {
  padding: 8px 12px;
  height: 50px; }

body.page-template-page-contact-v2 .wpcf7-form .input-group br {
  display: none; }

body.page-template-page-contact-v2 .wpcf7-form span.red {
  color: red; }

body.page-template-page-contact-v2 .wpcf7-form .mc4wp-checkbox {
  margin:0 15px;
}

body.page-template-page-contact-v2 .wpcf7-form .mc4wp-checkbox input {
  margin-right:10px;
}

body.page-template-page-contact-v2 footer ul.icons {
  display: none; }

input[type=text], input[type=email], textarea, select {
  font-size: 1em;
  border: none; }

.wpcf7 form p:nth-of-type(1) {
  margin-top: 0; }

input.wpcf7-submit {
  display: block;
  text-transform: uppercase;
  width: auto;
  margin: 10px auto;
  padding: 10px 30px; }

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around; }

.service-section .btn-wrapper {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 20;
  position: relative;
  margin: 15px 0;
  padding: 0 0 15px; }
  @media (max-width: 767px) {
    .service-section .btn-wrapper {
      margin: 15px 0 0;
      padding: 0 7.5px 0; } }
  .service-section .btn-wrapper > div, .service-section .btn-wrapper > a {
    -webkit-flex: 1 0 0;
    -moz-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0; }
    @media (max-width: 767px) {
      .service-section .btn-wrapper > div, .service-section .btn-wrapper > a {
        min-width: 45%;
        margin: 7.5px; } }
    @media (max-width: 479px) {
      .service-section .btn-wrapper > div, .service-section .btn-wrapper > a {
        min-width: 90%; } }

.service-section .servicegifs {
  z-index: 9; }

.service-section .column > *:not(.servicegifs) {
  position: relative;
  z-index: 10; }

.service-section .flex-wrapper {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .service-section .flex-wrapper > .width-9 {
    width: auto;
    -webkit-flex: 1 0 0;
    -moz-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0; }
  .service-section .flex-wrapper > .width-3 {
    width: auto;
    -webkit-flex: 0 1 0;
    -moz-flex: 0 1 0;
    -ms-flex: 0 1 0;
    flex: 0 1 0; }

@media (max-width: 767px) {
  .service-section > .row > .column {
    width: 100%; } }

.service-section .google-partner img {
  max-width: 100%; }

.service-section .side-strip {
  width: 100%;
  max-width: 320px;
  height: 100%;
  margin: 0 auto 20px;
  padding: 30px 0 0; }
  .service-section .side-strip > li {
    list-style: none;
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 15px;
    box-sizing: border-box; }
    .service-section .side-strip > li img {
      position: relative;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      width: 100%;
      height: auto;
      box-sizing: border-box; }
    .service-section .side-strip > li .work_desc {
      position: absolute;
      top: 100%;
      z-index: 2;
      width: 100%;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      height: 100%; }
      .service-section .side-strip > li .work_desc div {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        line-height: 14px;
        background: white; }
        .service-section .side-strip > li .work_desc div:before {
          background: white;
          position: absolute;
          content: "";
          width: 25px;
          height: 25px;
          top: -5px;
          display: inline-block;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
      .service-section .side-strip > li .work_desc h3 {
        font-size: 13pt;
        line-height: 16pt; }
        .service-section .side-strip > li .work_desc h3 a {
          color: black; }
      .service-section .side-strip > li .work_desc .type {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        text-transform: uppercase; }
    .service-section .side-strip > li:hover img {
      opacity: 0.8; }
    .service-section .side-strip > li:hover .work_desc {
      top: 0; }
  .service-section .side-strip .title {
    display: block;
    width: 100%;
    font-size: 1.75em;
    padding-left: 5px;
    padding-bottom: 20px; }
    .service-section .side-strip .title:after {
      top: -10px;
      height: 15px;
      background-color: #f76030;
      transform: translateY(-100%);
      border: 2px solid #fff; }
  .service-section .side-strip a.view-more {
    color: black;
    margin-top: 10px;
    padding-right: 15px;
    box-sizing: border-box;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: right; }

#design .side-strip .title:after {
  background: #f76030; }

#development .side-strip .title:after {
  background: #f93b32; }

#identity .side-strip .title:after {
  background: #aa3655; }

#seo .side-strip .title:after {
  background: #5b2d3c; }

.services-section .intro {
  margin: 0 0 20px;
  padding: 6% 8% 4%; }

.services-section .upper {
  margin-bottom: 0; }

.services-section .btn {
  height: auto;
  font-size: 1em;
  margin: 1em 0;
  padding: 6px 24px 6px 20px;
  border-radius: 0;
  color: black;
  background-color: rgba(245, 245, 245, 0); }
  .services-section .btn:hover, .services-section .btn:active {
    background-color: #f76030;
    color: white;
    border-color: white; }
  .services-section .btn:before {
    content: '»';
    display: inline-block; }

.services-section ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: -0.1em; }
  .services-section ul li {
    position: relative; }
    .services-section ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      content: '>';
      color: #f76030;
      font-weight: bold;
      margin-right: 0.5em; }
    .services-section ul li.services.list-item {
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: cover; }
      @media (min-width: 480px) {
        .services-section ul li.services.list-item {
          background-size: auto 100%; } }
      .services-section ul li.services.list-item > .content {
        background: linear-gradient(0deg, whitesmoke 10%, rgba(245, 245, 245, 0.75) 30%, rgba(245, 245, 245, 0.3)) 100%;
        padding: 2% 4%;
        width: 100%;
        height: 100%; }
      .services-section ul li.services.list-item:before {
        display: none; }
      @media (min-width: 480px) {
        .services-section ul li.services.list-item:nth-of-type(odd) {
          background-position: right center; }
          .services-section ul li.services.list-item:nth-of-type(odd) > .content {
            background: linear-gradient(90deg, whitesmoke 45%, rgba(245, 245, 245, 0) 100%); } }
      @media (min-width: 768px) {
        .services-section ul li.services.list-item:nth-of-type(odd) .svc_desc {
          margin-right: 50%; } }
      .services-section ul li.services.list-item:nth-of-type(odd) .svc_desc > ul > li {
        padding-left: 1.26em; }
      @media (min-width: 480px) {
        .services-section ul li.services.list-item:nth-of-type(even) {
          background-position: left center; }
          .services-section ul li.services.list-item:nth-of-type(even) > .content {
            background: linear-gradient(270deg, whitesmoke 45%, rgba(245, 245, 245, 0)) 100%; } }
      @media (min-width: 768px) {
        .services-section ul li.services.list-item:nth-of-type(even) .svc_desc {
          margin-left: 50%; } }
      .services-section ul li.services.list-item:nth-of-type(even) .svc_desc ul > li {
        padding-right: 1.26em; }
      .services-section ul li.services.list-item .svc_desc {
        line-height: 1.35; }
        .services-section ul li.services.list-item .svc_desc > ul {
          column-count: 2;
          width: auto;
          min-width: 60%;
          display: inline-block; }
          .services-section ul li.services.list-item .svc_desc > ul > li {
            padding-left: 1em;
            font-size: .9em;
            line-height: 1.2;
            margin-bottom: 10px; }

.services-section .svc-cta {
  margin: 20px 0 0;
  padding: 8% 8% 6%; }
  .services-section .svc-cta h2, .services-section .svc-cta h3, .services-section .svc-cta h4, .services-section .svc-cta h5 {
    margin-bottom: 0; }
  .services-section .svc-cta .btn {
    margin-top: .5em;
    margin-bottom: .5em;
    color: white;
    border-color: white; }

.services.full {
  color: #333; }
  .services.full .hero {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-height: 375px;
    overflow: hidden;
    margin: 0 0 20px;
    padding: 0; }
  .services.full > .content {
    text-align: center;
    font-size: 1.25em;
    font-weight: 500;
    margin: 0;
    padding: 2% 15% 3%;
    background: linear-gradient(0deg, whitesmoke 10%, rgba(245, 245, 245, 0.75) 30%, rgba(245, 245, 245, 0.3)) 100%; }
    .services.full > .content .title {
      font-size: 38px;
      font-weight: 400; }
    .services.full > .content .desc {
      line-height: 1.8; }
  .services.full .upper {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    color: #7d7d7d; }
  .services.full:before {
    content: "";
    display: table;
    clear: both; }
  .services.full > .more-content .academy-badge img {
    max-width: 300px; }
  .services.full > .more-content .dev-logos {
    margin-top: 15px; }
    .services.full > .more-content .dev-logos img {
      width: auto;
      max-height: 100px;
      height: 100%;
      display: block;
      margin: 20px; }
  .services.full > .content a, .services.full > .more-content a {
    color: #f76030; }
    .services.full > .content a:hover, .services.full > .more-content a:hover {
      text-decoration: underline; }

.ui-accordion-header {
  border-bottom: 1px solid #333;
  font-weight: 400;
  position: relative;
  font-size: 27px;
  padding: 30px 3%; }
  .ui-accordion-header:after {
    font-weight: 500;
    font-family: 'FontAwesome';
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "\f067"; }
  .ui-accordion-header.ui-accordion-header-active {
    color: #f76030;
    border-bottom: 0; }
    .ui-accordion-header.ui-accordion-header-active:after {
      content: "\f068"; }

.ui-accordion-content {
  font-size: 1.2em;
  padding: 0 5% 30px; }
  .ui-accordion-content.ui-accordion-content-active {
    border-bottom: 1px solid #333; }

.bottom-blocks {
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0 50px 0;
  padding: 0 15px;
  /* //Case studies section
	> * {
		@include marding(50px 0 0 0, 0);
		@include flexchild(1, 0, 100%);
		@include not-mobile {
			@include flexchild;
		}
		@include not-mobile {
			&:nth-of-type(1) {
				margin-right: 15px;
			}
			&:nth-of-type(2) {
				margin-left: 15px;
			}
		}*/
  /* //Case studies section
	 }
	*/ }
  .bottom-blocks > .title {
    font-size: 39px;
    font-weight: 900;
    margin-bottom: 25px; }
  .bottom-blocks .portfolio-block {
    width: 100%; }
    .bottom-blocks .portfolio-block ul.portfolio-tiles {
      margin-top: -10px;
      margin-left: -10px;
      width: auto; }
      .bottom-blocks .portfolio-block ul.portfolio-tiles > * {
        margin-top: 10px;
        margin-left: 10px;
        box-sizing: border-box;
        -webkit-flex: 1 0 calc((99.5% / 4) - 10px);
        -moz-flex: 1 0 calc((99.5% / 4) - 10px);
        -ms-flex: 1 0 calc((99.5% / 4) - 10px);
        flex: 1 0 calc((99.5% / 4) - 10px);
        min-width: calc((99.5% / 4) - 10px);
        max-width: calc((100% / 4) - 10px); }
      @media (min-width: 480px) and (max-width: 767px) {
        .bottom-blocks .portfolio-block ul.portfolio-tiles {
          margin-top: -10px;
          margin-left: -10px;
          width: auto; }
          .bottom-blocks .portfolio-block ul.portfolio-tiles > * {
            margin-top: 10px;
            margin-left: 10px;
            box-sizing: border-box;
            -webkit-flex: 1 0 calc((99.5% / 2) - 10px);
            -moz-flex: 1 0 calc((99.5% / 2) - 10px);
            -ms-flex: 1 0 calc((99.5% / 2) - 10px);
            flex: 1 0 calc((99.5% / 2) - 10px);
            min-width: calc((99.5% / 2) - 10px);
            max-width: calc((100% / 2) - 10px); } }
      @media (max-width: 479px) {
        .bottom-blocks .portfolio-block ul.portfolio-tiles {
          margin-top: -10px;
          margin-left: -10px;
          width: auto; }
          .bottom-blocks .portfolio-block ul.portfolio-tiles > * {
            margin-top: 10px;
            margin-left: 10px;
            box-sizing: border-box;
            -webkit-flex: 1 0 calc((99.5% / 1) - 10px);
            -moz-flex: 1 0 calc((99.5% / 1) - 10px);
            -ms-flex: 1 0 calc((99.5% / 1) - 10px);
            flex: 1 0 calc((99.5% / 1) - 10px);
            min-width: calc((99.5% / 1) - 10px);
            max-width: calc((100% / 1) - 10px); } }
      .bottom-blocks .portfolio-block ul.portfolio-tiles > li {
        margin-bottom: 0 !important;
        margin-right: 0 !important; }
  .bottom-blocks .cases-block {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .bottom-blocks .cases-block ul.portfolio-tiles {
      overflow: hidden;
      width: 100%;
      -webkit-flex: 1 0 auto;
      -moz-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      position: relative; }
      @media (max-width: 479px) {
        .bottom-blocks .cases-block ul.portfolio-tiles {
          height: 93vw; } }
      .bottom-blocks .cases-block ul.portfolio-tiles > li {
        width: 100%;
        height: 100%;
        display: block;
        padding: 0;
        position: absolute !important;
        bottom: 0; }
  .bottom-blocks .services-block {
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    margin-top: 90px; }
    .bottom-blocks .services-block > .title {
      text-align: center;
      margin-bottom: 48px; }
    .bottom-blocks .services-block ul.service-tiles {
      margin-top: -20px;
      margin-left: -20px;
      width: auto; }
      .bottom-blocks .services-block ul.service-tiles > * {
        margin-top: 20px;
        margin-left: 20px;
        box-sizing: border-box;
        -webkit-flex: 1 0 calc((99.5% / 3) - 20px);
        -moz-flex: 1 0 calc((99.5% / 3) - 20px);
        -ms-flex: 1 0 calc((99.5% / 3) - 20px);
        flex: 1 0 calc((99.5% / 3) - 20px);
        min-width: calc((99.5% / 3) - 20px);
        max-width: calc((100% / 3) - 20px); }
      @media (min-width: 480px) and (max-width: 767px) {
        .bottom-blocks .services-block ul.service-tiles {
          margin-top: -15px;
          margin-left: -15px;
          width: auto; }
          .bottom-blocks .services-block ul.service-tiles > * {
            margin-top: 15px;
            margin-left: 15px;
            box-sizing: border-box;
            -webkit-flex: 1 0 calc((99.5% / 2) - 15px);
            -moz-flex: 1 0 calc((99.5% / 2) - 15px);
            -ms-flex: 1 0 calc((99.5% / 2) - 15px);
            flex: 1 0 calc((99.5% / 2) - 15px);
            min-width: calc((99.5% / 2) - 15px);
            max-width: calc((100% / 2) - 15px); } }
      @media (max-width: 479px) {
        .bottom-blocks .services-block ul.service-tiles {
          margin-top: -10px;
          margin-left: -10px;
          width: auto; }
          .bottom-blocks .services-block ul.service-tiles > * {
            margin-top: 10px;
            margin-left: 10px;
            box-sizing: border-box;
            -webkit-flex: 1 0 calc((99.5% / 1) - 10px);
            -moz-flex: 1 0 calc((99.5% / 1) - 10px);
            -ms-flex: 1 0 calc((99.5% / 1) - 10px);
            flex: 1 0 calc((99.5% / 1) - 10px);
            min-width: calc((99.5% / 1) - 10px);
            max-width: calc((100% / 1) - 10px); } }
      .bottom-blocks .services-block ul.service-tiles li .content {
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 8%;
        height: 15vw;
        background: linear-gradient(90deg, whitesmoke 15%, rgba(245, 245, 245, 0) 75%); }
        @media (max-width: 479px) {
          .bottom-blocks .services-block ul.service-tiles li .content {
            height: 55vw; } }
        @media (min-width: 480px) and (max-width: 767px) {
          .bottom-blocks .services-block ul.service-tiles li .content {
            height: 35vw; } }
        @media (min-width: 980px) {
          .bottom-blocks .services-block ul.service-tiles li .content {
            height: 245px; } }
        .bottom-blocks .services-block ul.service-tiles li .content .title {
          line-height: 1.3;
          font-weight: 500; }
  .bottom-blocks li {
    color: #333;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .bottom-blocks li a, .bottom-blocks li a:hover {
      color: #333; }
  .bottom-blocks .portfolio-block ul.portfolio-tiles, .bottom-blocks .cases-block ul.portfolio-tiles, .bottom-blocks .services-block ul.service-tiles {
    list-style: none;
    padding-left: 0;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

.post-type-archive-service footer {
  /* > .mobile-contact-btn*/
  display: none; }

body.page-template-page-evolve section .bg-pattern-block {
  position: absolute;
  background: url("img/evolve/evolve-top-pattern.png");
  height: 100vh;
  width: 100%; }

body.page-template-page-evolve section .container {
  padding-left: 25px;
  padding-right: 25px; }

body.page-template-page-evolve section .content-bg {
  padding-top: 40px;
  padding-left: 0px;
  padding-right: 0px;
  background: #29292a;
  background: -moz-linear-gradient(top, #29292a 30%, #999999 45%, white 100%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(30%, #29292a), color-stop(45%, #999999), color-stop(100%, white), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #29292a 30%, #999999 45%, white 100%, white 100%);
  background: -o-linear-gradient(top, #29292a 30%, #999999 45%, white 100%, white 100%);
  background: -ms-linear-gradient(top, #29292a 30%, #999999 45%, white 100%, white 100%);
  background: linear-gradient(to bottom, #29292a 30%, #999999 45%, white 100%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29292a', endColorstr='#ffffff', GradientType=0 ); }

body.page-template-page-evolve section .video-row {
  margin-bottom: 70px; }
  body.page-template-page-evolve section .video-row .evolve-video {
    width: 100%;
    height: 615px;
    z-index: 1; }
    body.page-template-page-evolve section .video-row .evolve-video .controls {
      width: 100%;
      height: 8.0971659919028340080971659919028%;
      /* of figure's height */
      position: relative; }

body.page-template-page-evolve section .intro-container:before {
  content: '';
  background: url("img/evolve/arrow-divider.png");
  background-repeat: no-repeat;
  position: absolute;
  height: 20px;
  width: 140px;
  left: 0; }

body.page-template-page-evolve section .intro-container .right-image-container:before {
  content: '';
  background: url("img/evolve/triangle-arrow-do-dad.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 390px;
  width: 418px;
  right: 0;
  top: -100px; }

body.page-template-page-evolve section .intro-container:after {
  content: '';
  background: url("img/evolve/vert-bars-divider.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 40px;
  width: 22%;
  left: 5px; }

body.page-template-page-evolve section .intro-content {
  color: white;
  padding-left: 5%; }
  body.page-template-page-evolve section .intro-content .title-container h1 {
    font-family: 'Stockport';
    letter-spacing: -9px;
    line-height: 120px;
    font-size: 140px;
    text-transform: uppercase; }
    body.page-template-page-evolve section .intro-content .title-container h1.first-line {
      letter-spacing: -12px; }
      body.page-template-page-evolve section .intro-content .title-container h1.first-line #ve {
        margin-left: -39px; }
  body.page-template-page-evolve section .intro-content .title-container .first-line:after {
    content: '';
    background: url("img/evolve/your-icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 85px;
    width: 85px;
    margin-top: 10px;
    margin-left: 5px; }
  body.page-template-page-evolve section .intro-content:after {
    content: '';
    background: url("img/evolve/triangle-arrow-do-dad-reverse.png");
    background-position: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    height: 240px;
    width: 220px;
    margin-top: 10px;
    right: 35%;
    bottom: -80px; }
  body.page-template-page-evolve section .intro-content .intro-copy-container {
    width: 70%; }

body.page-template-page-evolve section .img-small-container, body.page-template-page-evolve section .img-medium-container, body.page-template-page-evolve section .img-large {
  -webkit-box-shadow: 4px 4px 21px 6px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 4px 4px 21px 6px rgba(0, 0, 0, 0.45);
  box-shadow: 4px 4px 21px 6px rgba(0, 0, 0, 0.45); }

body.page-template-page-evolve section .img-large-container {
  width: 90%;
  height: 510px;
  background-size: cover;
  margin-left: 5%; }

body.page-template-page-evolve section .img-medium-container {
  position: relative;
  float: right;
  width: 60%;
  height: 330px;
  top: -220px;
  right: -50px;
  background-size: cover; }

body.page-template-page-evolve section .img-small-container {
  width: 40%;
  margin-left: 5%;
  height: 220px;
  background-size: cover; }

body.page-template-page-evolve section .features-container {
  margin-top: 80px;
  padding-top: 40px;
  background: url("img/evolve/feature-right-do-dad.png");
  background-position: right center;
  background-repeat: no-repeat; }
  body.page-template-page-evolve section .features-container > .container {
    padding-top: 10px; }

body.page-template-page-evolve section .features-content {
  padding-left: 5%; }
  body.page-template-page-evolve section .features-content h2 {
    position: relative;
    left: -5%;
    letter-spacing: -4px;
    font-size: 60px;
    line-height: 50px;
    font-family: "Stockport";
    color: #333;
    border: 3px white solid;
    display: inline-block;
    padding: 9px 50px;
    z-index: 1;
    background: transparent; }
    body.page-template-page-evolve section .features-content h2:before {
      content: '';
      position: absolute;
      border-left: 3px white solid;
      border-top: 3px white solid;
      border-bottom: 3px white solid;
      left: -21px;
      height: 72px;
      width: 18px;
      top: -20px; }
    body.page-template-page-evolve section .features-content h2:after {
      content: '';
      position: absolute;
      border-right: 3px white solid;
      border-top: 3px white solid;
      left: -5px;
      height: 17px;
      width: 358px;
      top: -20px; }
  body.page-template-page-evolve section .features-content ul.features-list {
    list-style: none; }
    body.page-template-page-evolve section .features-content ul.features-list li {
      color: #333; }
      body.page-template-page-evolve section .features-content ul.features-list li:before {
        content: "\f054";
        color: #f76030;
        font-family: FontAwesome;
        font-size: 10px;
        display: inline-block;
        margin-left: -1.3em;
        width: 1.3em; }

body.page-template-page-evolve section .services-container {
  margin-top: 60px; }
  body.page-template-page-evolve section .services-container .service-container {
    text-align: center;
    border: 3px #dbdad9 solid;
    margin-left: 12px; }
    body.page-template-page-evolve section .services-container .service-container .overlap-border {
      width: 100%;
      border: 3px #dbdad9 solid;
      position: relative;
      top: -15px;
      left: -15px;
      padding-top: 40px;
      padding-bottom: 40px;
      margin-bottom: -4px; }
      body.page-template-page-evolve section .services-container .service-container .overlap-border .vert-center {
        margin-bottom: 40px; }
        body.page-template-page-evolve section .services-container .service-container .overlap-border .vert-center p {
          font-family: 'Anonymous Pro';
          font-weight: 600;
          font-size: 16px; }
      body.page-template-page-evolve section .services-container .service-container .overlap-border .img-container {
        position: absolute;
        width: 100%;
        text-align: center; }
        body.page-template-page-evolve section .services-container .service-container .overlap-border .img-container img {
          position: relative;
          width: 70px; }

body.page-template-page-evolve section .contact-container {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  color: #333;
  padding-top: 10%;
  background: url("img/evolve/contact-left-pattern.png"), url("img/evolve/contact-right-pattern.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 0% 50%, 100% 50%; }
  body.page-template-page-evolve section .contact-container .column {
    margin: 0 auto;
    float: none; }
  body.page-template-page-evolve section .contact-container h2 {
    font-size: 31pt; }
  body.page-template-page-evolve section .contact-container p {
    margin-top: 30px;
    margin-bottom: 30px; }
  body.page-template-page-evolve section .contact-container form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333; }
  body.page-template-page-evolve section .contact-container form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #333; }
  body.page-template-page-evolve section .contact-container form :-ms-input-placeholder {
    /* IE 10+ */
    color: #333; }
  body.page-template-page-evolve section .contact-container form :-moz-placeholder {
    /* Firefox 18- */
    color: #333; }
  body.page-template-page-evolve section .contact-container form input {
    border: 1px solid #f76030;
    padding: 8px 12px;
    height: 50px;
    font-size: 1em;
    -webkit-box-shadow: inset 0px 0px 7px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 0px 7px 3px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 7px 3px rgba(0, 0, 0, 0.25);
    color: #333; }
    body.page-template-page-evolve section .contact-container form input ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #333; }
    body.page-template-page-evolve section .contact-container form input ::-moz-placeholder {
      /* Firefox 19+ */
      color: #333; }
    body.page-template-page-evolve section .contact-container form input :-ms-input-placeholder {
      /* IE 10+ */
      color: #333; }
    body.page-template-page-evolve section .contact-container form input :-moz-placeholder {
      /* Firefox 18- */
      color: #333; }
    body.page-template-page-evolve section .contact-container form input.wpcf7-submit {
      background-color: #f76030;
      border: 1px solid white;
      color: white;
      font-size: 20px;
      font-weight: bold;
      display: block;
      text-transform: uppercase;
      width: auto;
      -webkit-box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.25);
      margin: 10px auto;
      padding: 10px 30px; }

@media (max-width: 1350px) {
  body.page-template-page-evolve section#layout-content .video-row {
    margin-bottom: 50px; }
  body.page-template-page-evolve section#layout-content .intro-content .title-container {
    margin-top: 30px; } }

@media (max-width: 1050px) {
  body.page-template-page-evolve section#layout-content .video-row .evolve-video {
    height: 56vw; } }

@media (max-width: 1050px) {
  body.page-template-page-evolve section#layout-content .features-container {
    background: url("img/evolve/feature-far-right-do-dad.png");
    background-position: right center;
    background-repeat: no-repeat; }
  body.page-template-page-evolve section#layout-content .services-container .column {
    margin-bottom: 30px; }
    body.page-template-page-evolve section#layout-content .services-container .column .service-container .img-container img {
      width: 60px;
      top: 20px; } }

@media (max-width: 920px) {
  body.page-template-page-evolve section#layout-content .intro-container .title-container h1 {
    font-size: 130px; }
  body.page-template-page-evolve section#layout-content .features-container .features-content h2 {
    font-size: 48px; }
    body.page-template-page-evolve section#layout-content .features-container .features-content h2:after {
      width: 295px; } }

@media (max-width: 768px) {
  body.page-template-page-evolve section#layout-content .intro-row {
    margin-bottom: 20px; }
  body.page-template-page-evolve section#layout-content .intro-content:after {
    bottom: -200px;
    right: 0%; }
  body.page-template-page-evolve section#layout-content .intro-copy-container {
    width: 100%; }
  body.page-template-page-evolve section#layout-content .features-container {
    margin-top: 80px; }
    body.page-template-page-evolve section#layout-content .features-container .right-images-container .img-medium-container {
      float: none;
      position: relative;
      left: 0;
      top: 0;
      margin: 0 auto; }
    body.page-template-page-evolve section#layout-content .features-container .right-images-container .img-small-container {
      display: none !important; }
  body.page-template-page-evolve section#layout-content .services-container {
    margin-top: 40px; } }

@media (max-width: 479px) {
  body.page-template-page-evolve section#layout-content .intro-content .title-container h1 {
    font-size: 100px;
    line-height: 90px; }
    body.page-template-page-evolve section#layout-content .intro-content .title-container h1 span#ve {
      margin-left: -27px; }
    body.page-template-page-evolve section#layout-content .intro-content .title-container h1:after {
      height: 70px;
      width: 70px; }
  body.page-template-page-evolve section#layout-content .intro-content:after {
    bottom: -100px; }
  body.page-template-page-evolve section#layout-content .intro-copy-container {
    width: 100%; }
  body.page-template-page-evolve section#layout-content .features-container .features-content h2 {
    margin-left: 16px;
    padding-left: 34px;
    font-size: 43px; }
    body.page-template-page-evolve section#layout-content .features-container .features-content h2:after {
      width: 260px; }
  body.page-template-page-evolve section#layout-content .features-container .right-images-container .img-medium-container {
    width: 100%; }
  body.page-template-page-evolve section#layout-content .services-container .column {
    width: 100%;
    margin-bottom: 30px; }
    body.page-template-page-evolve section#layout-content .services-container .column .img-container img {
      width: 40px; } }

.page-template-page-logos-v2 article.page {
  border-bottom: 0.125em solid #fb5f24;
  padding: 10px 2%; }
  @media (max-width: 1200px) {
    .page-template-page-logos-v2 article.page {
      padding: 10px 4%; } }
  @media (max-width: 768px) {
    .page-template-page-logos-v2 article.page {
      padding: 10px 6%; } }

.just-logos {
  /* Make the container relative */
  /* Select the image and make it absolute to the container */
  /* We set z-index to be higher than the back image, so it's alwyas on the front.

  We give it an opacity leaner to .25s, that way when we hover we will get a nice fading effect.
  */
  /* When we hover the figure element, the block with .swap-on-hover, we want to use > so the front-image is going to have opacity of 0, which means it will be hidden, to the back image will show */ }
  .just-logos .flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around; }
  .just-logos .flex-item {
    width: 260px;
    height: 260px;
    margin-top: 30px;
    line-height: 260px;
    color: white;
    font-weight: bold;
    font-size: 3em;
    text-align: center; }
  .just-logos .swap-on-hover {
    position: relative;
    margin: 0 auto;
    max-width: 260px;
    width: 260px; }
  .just-logos .swap-on-hover img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    /* Sets the width and height for the images*/
    min-width: 260px;
    width: 260px;
    min-height: 260px; }
  .just-logos .swap-on-hover .swap-on-hover__front-image {
    z-index: 9999;
    transition: opacity .85s linear; }
  .just-logos .swap-on-hover.has_link .swap-on-hover__front-image {
    z-index: 9999;
    transition: opacity .85s linear;
    cursor: pointer; }
  .just-logos .swap-on-hover:hover > .swap-on-hover__front-image {
    opacity: 0; }

/* Thank you page styles */
/* style text and button box  */
  body.page-template-default .ty-text-holder {
    margin: -83px 0 0 0; 
    font-family: 'Open Sans'; 
  }
  body.page-template-default .ty-message-text {
    font-size: 3em;
    font-weight: bold;
  }
  body.page-template-default .ty-button-box{
    font-size: 1em;
    margin-bottom: 4em;
  }
  body.page-template-default .ty-button {
    color: black; 
    background-color: orangered;
    padding: 0.5em 1em; 
    border-radius: 20px;
  }
  /* create styles for responsive image holder  */
  body.page-template-default .ty-image-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 0;
  }
  body.page-template-default .ty-image-gallery > li{
    flex-basis: 185px;
  }
  body.page-template-default .ty-image-gallery > li::marker{
    color: transparent;
  }
  body.page-template-default .ty-image-gallery > li > img{
    object-fit: cover;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }
  /* styles for full screen width thank you image */

  body.page-template-default div.ty-full-width-container {
    width: 100vw;
    height: auto;
    margin-left: calc(-1* ((100vw - 1170px) / 2));
  }
  @media (max-width: 1170px) {
    body.page-template-default div.ty-full-width-container {
     margin-left: 0;
     width: 100%;
    }
   }

@media screen and (max-width: 640px) {
  ul.portfolio-1 > li:hover img {
    margin-top: 0;
    opacity: 1;
    position: initial;
  }
  ul.portfolio-1 > li .work_desc {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
  }
}
