@import url(https://use.typekit.net/kdx2ktt.css);
/*!
 * fullPage 3.1.2
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative; /* Safari<=5 Android<=3 */ /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translate3d(0,-50%,0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body {
  font-family: "sofia-pro", sans-serif;
}

.page-title {
  font-size: 6vh;
  text-align: center;
}

.scroll-tip {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 1px;
}
@media screen and (max-width: 55em) {
  .scroll-tip {
    font-size: 0.7rem;
  }
}
.scroll-tip.mobile {
  display: none;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
supported by Chrome and Opera */
}

@media screen and (max-width: 55em) {
  .scroll-tip.desktop {
    display: none;
  }
  .scroll-tip.mobile {
    display: block;
  }
  .page-title {
    font-size: 1em;
    min-height: 141px;
  }
  #welcome-page .page-title {
    font-size: 1.8rem;
    line-height: 2.6rem;
    min-height: 235px;
  }
  #welcome-page .page-title_wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    min-height: 160px;
  }
  .page-title_wrapper {
    min-height: 112px;
  }
  .page-title {
    min-height: 80px !important;
    font-size: 2rem;
  }
}
@media screen and (max-width: 55em) and (max-width: 500px) {
  .page-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 55em) {
  h2 {
    margin: 0;
  }
}
@media screen and (max-width: 55em) {
  .mobile-scroll-tip {
    display: flex;
    margin-top: 12vh;
  }
}
.page-container, #contact-page, #clients-page, #approach-page, #service-page, #about-page, #welcome-page {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 55em) {
  .page-container, #contact-page, #clients-page, #approach-page, #service-page, #about-page, #welcome-page {
    max-width: 90%;
  }
}

#loading-page {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #de1010;
  text-align: center;
}
#loading-page .loading-text {
  margin-bottom: -85px;
}

#load {
  width: 150px;
  animation: loading 3s linear infinite;
}
#load #loading-inner {
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  stroke-width: 10;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  animation: loading-circle 2s linear infinite;
  stroke: #de1010;
  fill: transparent;
}

@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-circle {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -600;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#header .content {
  display: flex;
  justify-content: space-between;
  padding: 24px 64px;
}
@media screen and (max-width: 55em) {
  #header .content {
    padding: 0.5em 1em;
  }
}
#header .content .logo {
  height: 64px;
  width: auto;
}
@media screen and (max-width: 55em) {
  #header .content .logo {
    height: 48px;
  }
}
#header .content .nav-btn {
  height: 20px;
  width: auto;
  cursor: pointer;
}
@media screen and (max-width: 55em) {
  #header .content .nav-btn {
    height: 16px;
    padding: 1em 1em;
    margin-right: -1em;
  }
}

#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  z-index: 10;
}
#footer .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 64px;
}
#footer .content div.email a {
  color: #de1010;
  text-decoration: none;
}
#footer .content div.copyright {
  text-align: center;
}
#footer .content div.copyright span {
  color: grey;
}
#footer .content div.social {
  text-align: right;
}
#footer .content div.social img {
  height: 1rem;
  width: auto;
  padding-left: 1rem;
}

#mobile-footer {
  display: none;
  background-color: black;
  color: white;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 1rem;
  z-index: 30;
}
#mobile-footer .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-footer .content p {
  letter-spacing: 1px;
}
#mobile-footer .content a {
  color: white;
  text-decoration: underline;
}

@media screen and (max-width: 55em) {
  #footer {
    display: none;
  }
}
@media screen and (max-width: 55em) {
  #mobile-footer {
    display: block;
  }
}
@media screen and (max-width: 55em) and (orientation: landscape) {
  #mobile-footer {
    display: none;
  }
}
.flipping {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.flipping ul, .flipping li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.flipping .wrapper {
  width: 100%;
  margin: 0 auto;
}
.flipping .cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flipping .col {
  width: 95%;
}
.flipping .wrapper-div {
  width: 25%;
}
.flipping .container {
  transform-style: preserve-3d;
  perspective: 1000px;
}
.flipping .front {
  background-size: cover;
  background-position: center;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  backface-visibility: hidden;
  text-align: center;
  padding-bottom: 100%;
  height: auto;
  border-radius: 3px;
  color: #fff;
}
.flipping .back {
  background-size: cover;
  background-position: center;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  backface-visibility: hidden;
  text-align: center;
  padding-bottom: 100%;
  height: auto;
  border-radius: 3px;
  color: white;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  background: #de1010;
  background: linear-gradient(135deg, #fd5f00 0%, #de1010 100%);
}
.flipping .back .inner p {
  margin-top: 0;
  line-height: 1.6;
}
.flipping .back .inner img {
  max-width: 20%;
}
.flipping .back .inner a {
  color: white;
}
.flipping .back .inner .no-decoration {
  text-transform: none;
}
.flipping .front:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  backface-visibility: hidden;
  border-radius: 5px;
}
.flipping .container:hover .front, .flipping .container:hover .back {
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.flipping .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.flipping .inner {
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  box-sizing: border-box;
  outline: 1px solid transparent;
  perspective: inherit;
  z-index: 2;
}
.flipping .container .back {
  transform: rotateY(180deg);
  transform-style: preserve-3d;
}
.flipping .container .front {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}
.flipping .container:hover .back {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}
.flipping .container:hover .front {
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}
.flipping .container:focus .back {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}
.flipping .container:focus .front {
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}
.flipping .front .inner img {
  max-width: 25%;
}
.flipping .front .inner p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  margin: 0;
  margin-top: 4%;
}
@media screen and (max-width: 1033px) {
  .flipping .front .inner p {
    font-size: 0.8rem;
  }
  .flipping #flipping .inner {
    padding: 0.6rem;
  }
}
@media screen and (max-width: 482px) {
  .flipping .back .inner {
    padding: 1rem;
  }
  .flipping .back .inner ul {
    padding: 0;
    margin: 0;
  }
  .flipping .back .inner li {
    list-style-type: none;
    line-height: 1.6;
  }
  .flipping .front .inner img {
    max-width: 20%;
  }
  .flipping .front .inner {
    padding: 0.1rem;
  }
}
@media screen and (max-width: 375px) {
  .flipping .back .inner img {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 55em) {
  .flipping .wrapper-div {
    width: 50%;
  }
  .flipping .col {
    max-height: 95%;
  }
  .flipping .pad-top {
    padding-top: 5%;
  }
  .flipping .wrapper {
    justify-content: center;
    max-width: 45vh;
  }
}
@media screen and (max-width: 55em) and (orientation: landscape) {
  .flipping .wrapper {
    max-width: 80vh;
  }
}

h2 a {
  color: #de1010;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

.blink {
  animation: blinker 0.8s step-end infinite alternate;
  color: black;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
#fp-nav ul li .fp-tooltip {
  color: black;
  right: 24px;
  text-align: right;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: 500;
}
#fp-nav ul li a span {
  margin: -3px 0 0 -3px;
  width: 6px;
  height: 6px;
  background: grey;
}
#fp-nav ul li a.active span {
  margin: -4px 0 0 -4px;
  width: 8px;
  height: 8px;
  background: grey;
}
#fp-nav ul li a.active span,
#fp-nav ul li a:hover span {
  background: black;
}
@media screen and (max-width: 55em) {
  #fp-nav {
    display: none;
  }
}

#nav-menu {
  background: #121212;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: -20%;
  margin-left: 100%;
  z-index: 200;
  transition: margin 700ms;
  color: white;
  overflow: hidden;
  width: 80%;
}
@media screen and (max-width: 55em) {
  #nav-menu {
    width: 100%;
    text-align: center;
  }
}
#nav-menu .close {
  position: absolute;
  right: 10%;
  top: 6rem;
  height: 1.5rem;
  width: auto;
  cursor: pointer;
  padding: 1rem;
  margin-right: -1rem;
  margin-top: -1rem;
}
@media screen and (max-width: 55em) {
  #nav-menu .close {
    right: 1em;
    top: 1em;
  }
}
#nav-menu.open {
  margin-left: 20%;
}
@media screen and (max-width: 55em) {
  #nav-menu.open {
    margin-left: 0;
  }
}
#nav-menu .flex-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#nav-menu .flex-wrapper .nav-wrapper {
  width: 80%;
  max-height: 600px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 55em) and (orientation: portrait) {
  #nav-menu .flex-wrapper .nav-wrapper {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 55em) and (orientation: landscape) {
  #nav-menu .flex-wrapper .nav-wrapper {
    width: 90%;
    text-align: left;
  }
}
#nav-menu .flex-wrapper .nav-wrapper .nav-links {
  margin-right: 3rem;
}
@media screen and (max-width: 55em) and (orientation: portrait) {
  #nav-menu .flex-wrapper .nav-wrapper .nav-links {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
#nav-menu .flex-wrapper .nav-wrapper .nav-links .nav-link {
  height: 6rem;
  display: flex;
  align-items: flex-end;
  width: 100%;
}
@media screen and (max-width: 55em) and (orientation: portrait) {
  #nav-menu .flex-wrapper .nav-wrapper .nav-links .nav-link {
    height: 4rem;
  }
}
@media screen and (max-width: 55em) and (orientation: landscape) {
  #nav-menu .flex-wrapper .nav-wrapper .nav-links .nav-link {
    height: 15vh;
  }
}
#nav-menu .flex-wrapper .nav-wrapper .nav-links .nav-link a {
  font-size: 3rem;
  text-decoration: none;
  color: white;
  transition: color 300ms;
  vertical-align: bottom;
}
@media screen and (max-width: 55em) and (orientation: portrait) {
  #nav-menu .flex-wrapper .nav-wrapper .nav-links .nav-link a {
    font-size: 2rem;
    width: 100%;
  }
}
#nav-menu .flex-wrapper .nav-wrapper .nav-links .nav-link a:hover {
  color: #de1010;
}
@media screen and (max-width: 55em) and (orientation: landscape) {
  #nav-menu .flex-wrapper .nav-wrapper .nav-links .nav-link a {
    font-size: 1.5rem;
    height: 2rem;
  }
}
#nav-menu .flex-wrapper .nav-wrapper .nav-content {
  max-width: 600px;
  font-size: 1.5rem;
  max-height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 55em) and (orientation: portrait) {
  #nav-menu .flex-wrapper .nav-wrapper .nav-content {
    max-width: 55em;
  }
}
#nav-menu .flex-wrapper .nav-wrapper .nav-content .nav-content_body {
  margin-top: 40%;
  font-weight: 300;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 55em) and (orientation: portrait) {
  #nav-menu .flex-wrapper .nav-wrapper .nav-content .nav-content_body {
    display: none;
  }
}
@media screen and (max-width: 55em) and (orientation: landscape) {
  #nav-menu .flex-wrapper .nav-wrapper .nav-content .nav-content_body {
    margin-top: 6vh;
  }
}
#nav-menu .flex-wrapper .nav-wrapper .nav-content .social {
  line-height: 3rem;
}
#nav-menu .flex-wrapper .nav-wrapper .nav-content .social a {
  padding-left: 1.5rem;
}
#nav-menu .flex-wrapper .nav-wrapper .nav-content .social a:nth-child(1) {
  padding-left: 0;
}
#nav-menu .flex-wrapper .nav-wrapper .nav-content .social img {
  height: 1.5rem;
  width: auto;
}
#nav-menu .flex-wrapper .nav-wrapper .nav-content .nav-email {
  display: none;
}
@media screen and (max-width: 55em) and (orientation: portrait) {
  #nav-menu .flex-wrapper .nav-wrapper .nav-content .nav-email {
    display: block;
    margin-top: 2rem;
  }
  #nav-menu .flex-wrapper .nav-wrapper .nav-content .nav-email a {
    color: #de1010;
    text-decoration: none;
  }
}

#background {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 0.5;
}

#welcome-page .scroll-down_wrapper {
  text-align: center;
}
@media screen and (orientation: landscape) and (max-width: 55em) {
  #welcome-page .page-title_wrapper {
    min-height: 100px;
    margin-top: 10vh;
  }
  #welcome-page .scroll-tip {
    margin-top: 4vh;
  }
}

.bounce {
  animation: bounce 5s infinite;
}

@keyframes bounce {
  0% {
    transform: translate(0px, 0px);
  }
  8% {
    transform: translate(0px, 0px);
  }
  16% {
    transform: translate(0px, -10px);
  }
  20% {
    transform: translate(0px, 0px);
  }
  24% {
    transform: translate(0px, -5px);
  }
  32% {
    transform: translate(0px, 0px);
  }
  40% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@media screen and (max-width: 55em) and (orientation: landscape) {
  #about-page {
    flex-direction: row;
  }
}
#about-page .page-title_wrapper {
  min-height: 110px;
}
@media screen and (max-width: 55em) and (orientation: landscape) {
  #about-page .page-title_wrapper {
    width: 40vw;
  }
  #about-page .page-title_wrapper .page-title {
    font-size: 1.5rem;
  }
}
#about-page .about_cards {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 55em) and (orientation: landscape) {
  #about-page .about_cards {
    width: 60vw;
    padding-left: 1rem;
  }
}
#about-page .about_cards .desktop-cards {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 55em) {
  #about-page .about_cards .desktop-cards {
    display: none;
  }
}
#about-page .about_cards .card {
  text-align: center;
  font-weight: 600;
  width: calc(25% - 1.5rem);
  margin: 0.75rem;
}
#about-page .about_cards .card img {
  height: 85px;
  width: auto;
  margin-bottom: 1rem;
}
#about-page .about_cards .card .rankings {
  margin-top: 1rem;
  font-size: 1.25rem;
}
#about-page .about_cards .slider {
  display: none;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 55em) {
  #about-page .about_cards .slider {
    display: block;
  }
}
#about-page .about_cards .slider .card {
  min-height: 40vh;
  width: 100%;
}
#about-page .about_cards .slider .card p {
  padding: 0 2rem;
}
#about-page .flickity-button {
  background: transparent;
}
#about-page .flickity-button.flickity-prev-next-button.previous {
  left: -10px;
}
#about-page .flickity-button.flickity-prev-next-button.next {
  right: -10px;
}

@media screen and (max-width: 55em) and (orientation: landscape) {
  #service-page {
    flex-direction: row;
  }
  #service-page .page-title_wrapper {
    width: 40vw;
  }
  #service-page .page-title_wrapper .page-title {
    font-size: 1.5rem;
  }
}
#service-page .hover-text_wrapper p {
  margin-top: 0;
  margin-bottom: 32px;
}
#service-page .about_cards {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 55em) and (orientation: landscape) {
  #service-page .about_cards {
    width: 60vw;
  }
}
#service-page .about_cards .card {
  text-align: center;
  font-weight: 600;
  width: 100%;
  margin: 16px;
}
#service-page .about_cards .card img {
  height: 85px;
  width: auto;
  margin-bottom: 1rem;
}
#service-page .about_cards .card .rankings {
  font-size: 1.25rem;
}
@media screen and (max-width: 32em) {
  #service-page .hover-text_wrapper p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 55em) and (orientation: landscape) {
  #service-page .hover-text_wrapper {
    display: none;
  }
}

@media screen and (max-width: 55em) {
  #approach-page .page-title_wrapper {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 55em) and (orientation: landscape) {
  #approach-page {
    flex-direction: row;
  }
  #approach-page .hover-text_wrapper {
    display: none;
  }
  #approach-page .page-title_wrapper {
    width: 50vw;
  }
  #approach-page .page-title_wrapper .page-title {
    font-size: 1.5rem;
  }
  #approach-page .approach-cards {
    max-width: 60vw;
    padding-left: 1rem;
    max-height: 80vh;
  }
}
#approach-page .hover-text_wrapper p {
  margin-top: 0;
  margin-bottom: 32px;
}
#approach-page .approach-cards {
  width: 100%;
  display: flex;
}
#approach-page .approach-cards .card {
  width: 100%;
  margin: 0.5rem;
  height: 250px;
}
#approach-page .approach-cards .card img {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  transition: width 500ms linear, margin 500ms linear;
}
#approach-page .approach-cards .card .card-title {
  text-align: center;
  font-size: 1.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  width: 100%;
  transition: width 500ms linear, margin 500ms linear;
}
#approach-page .approach-cards .card .card-text {
  opacity: 0;
  font-size: 0.9rem;
  animation-duration: 700ms;
  animation-fill-mode: both;
  -webkit-animation-duration: 700ms;
  -webkit-animation-fill-mode: both;
}
@media screen and (min-width: 55em) {
  #approach-page .approach-cards .card:hover .card-text {
    animation-name: fadeInUp;
  }
  #approach-page .approach-cards .card:hover .card-title {
    width: 0;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  #approach-page .approach-cards .card:hover img {
    margin-left: 0;
    width: 30%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 55em) {
  #approach-page .approach-cards {
    flex-wrap: wrap;
  }
  #approach-page .approach-cards .card {
    width: 50%;
    margin: 0;
    height: auto;
  }
  #approach-page .approach-cards .card img {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
  #approach-page .approach-cards .card .card-title {
    font-size: 1.2rem;
  }
  #approach-page .approach-cards .card .card-text {
    display: none;
  }
}
@media screen and (max-width: 55em) and (orientation: landscape) {
  #approach-page .approach-cards {
    width: 50vw;
  }
  #approach-page .approach-cards .card {
    width: 40%;
  }
  #approach-page .approach-cards .card .card-title {
    font-size: 1rem;
  }
  #approach-page .approach-cards .card img {
    width: 40%;
  }
}

.approach-cards_modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 55em) {
  .approach-cards_modal {
    display: none;
  }
}
.approach-cards_modal .slider {
  margin-top: -2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 55em) and (orientation: landscape) {
  .approach-cards_modal .slider .flickity-slider .card img {
    height: 20vh;
  }
  .approach-cards_modal .slider .flickity-slider .card .card-title {
    font-size: 1.2rem;
  }
}
.approach-cards_modal .slider .flickity-page-dots {
  bottom: 0;
}
.approach-cards_modal .slider .card {
  width: 100%;
  padding: 2rem;
}
.approach-cards_modal .slider .card img {
  width: 30%;
  margin-left: 35%;
  margin-right: 35%;
}
.approach-cards_modal .slider .card .card-title {
  text-align: center;
  font-size: 1.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  width: 100%;
}
.approach-cards_modal .slider .card .card-text {
  text-align: center;
  padding: 0 4rem;
}

/* Animation */
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

#clients-page .page-title_wrapper {
  margin-top: 1rem;
  min-height: 150px;
}
#clients-page .client-showcase {
  display: flex;
  flex-wrap: wrap;
}
#clients-page .client-showcase .single-client {
  height: 10vh;
  width: 25%;
  margin-bottom: 3rem;
  display: flex;
}
#clients-page .client-showcase .single-client img {
  width: 50%;
  height: auto;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}
#clients-page .client-showcase .single-client object {
  width: 50%;
  height: auto;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}
#clients-page .nice-scroll {
  z-index: 30;
  position: absolute;
  left: 0;
  right: 0;
  top: 35vh;
  bottom: 0;
}
@media screen and (max-width: 55em) and (orientation: landscape) {
  #clients-page {
    flex-direction: row;
  }
  #clients-page .page-title_wrapper {
    width: 50vw;
  }
  #clients-page .page-title_wrapper .page-title {
    font-size: 1.5rem;
  }
  #clients-page .client-showcase {
    width: 50vw;
  }
}
@media screen and (max-width: 55em) {
  #clients-page .page-title_wrapper {
    min-height: 110px;
  }
  #clients-page .client-showcase {
    justify-content: center;
    align-content: center;
    max-width: 500px;
  }
  #clients-page .client-showcase .single-client {
    height: 5vh;
    width: 44%;
    padding-bottom: 10px;
    padding-top: 10px;
    min-height: 36px;
    margin-bottom: 0;
  }
  #clients-page .client-showcase .single-client img {
    width: 20%;
  }
  #clients-page .single-client:nth-child(odd) {
    border-bottom: 1px solid #adadad;
    border-right: 1px solid #adadad;
  }
  #clients-page .single-client:nth-child(even) {
    border-bottom: 1px solid #adadad;
  }
  #clients-page .single-client:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
@media screen and (max-width: 32em) {
  #clients-page .page-title_wrapper {
    min-height: 110px;
  }
  #clients-page .single-client {
    padding-bottom: 0.4em;
    padding-top: 0.4em;
  }
}

@media screen and (max-width: 55em) and (orientation: landscape) {
  #contact-page {
    flex-direction: row;
  }
  #contact-page .page-title_wrapper {
    width: 40vw;
  }
  #contact-page .page-title_wrapper .page-title {
    font-size: 1.5rem;
  }
  #contact-page .hover-text_wrapper {
    display: none;
  }
}
#contact-page .hover-text_wrapper p {
  margin-top: 0;
  margin-bottom: 32px;
}
#contact-page .about_cards {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 55em) and (orientation: landscape) {
  #contact-page .about_cards {
    width: 60vw;
  }
}
#contact-page .about_cards .card {
  text-align: center;
  font-weight: 600;
  width: 100%;
  margin: 16px;
}
#contact-page .about_cards .card img {
  width: 60%;
  margin-bottom: 1rem;
}
#contact-page .about_cards .card .rankings {
  font-size: 1.25rem;
}
