@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.group:before,
.group:after {
  content: ' ';
  display: table;
}

.group:after {
  clear: both;
}

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

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  img {
    max-width: 100%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}

html,
body {
  height: 100%;
}

body {
  font-size: 100%;
  background: url('../img/background/bgleft.svg'),
    url('../img/background/bgright.svg');
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #323232;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

a {
  -webkit-transition: all 0.18s ease;
  -o-transition: all 0.18s ease;
  -moz-transition: all 0.18s ease;
  transition: all 0.18s ease;
}

section,
footer {
  padding: 5rem 0em;
}

.skew,
.pre-footer {
  background: rgba(67, 67, 67, 0.6);
}

.arrow-case {
  color: red;
}

.skew-gallery {
  background-image: url('../img/page_intros/new/case_studies_new.png');
}

.skew-healthcare {
  background-image: url('../img/page_backgrounds/healthcare_og.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.skew-left,
.skew-right {
  width: 100%;
  height: 20vw;
  min-height: 5em;
  max-height: 9em;
}

.skew-left {
  background: url('../img/background/triangle-left.svg') bottom center no-repeat;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.skew-right {
  background: url('../img/background/triangle-right.svg') bottom center
    no-repeat;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

#index .references {
  padding-top: 10em;
}

#about main section:nth-of-type(1) {
  padding-bottom: 0em;
}

body {
  font-family: 'Maven Pro', sans-serif;
}

h1,
h2,
h3,
h4,
li,
p {
  color: #fff;
}

h2,
h3,
h4 {
  text-align: center;
}

h2 {
  font-size: 4.5em;
  line-height: 1.2em;
  font-weight: 500;
}

h3 {
  font-size: 2.7em;
  font-weight: 500;
  padding-bottom: 2em;
  line-height: 1.3em;
}

h4 {
  font-size: 1.25em;
  font-weight: 500;
  padding-bottom: 1.25em;
  line-height: 1.3em;
}

p {
  line-height: 2em;
  font-weight: 400;
  padding-bottom: 1.5em;
}

li {
  line-height: 1.5em;
}

.nowrap {
  white-space: nowrap;
}

.btn {
  font-size: 1.3em;
  border: none;
}

.btn a {
  display: inline-block;
  color: #fff;
  padding: 0.9em 0em;
  width: 9.5em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  text-align: center;
  position: relative;
  z-index: 1;
}

.btn a:after {
  content: '';
  position: absolute;
  z-index: -1;
}

.btn a:hover:after {
  -webkit-animation: buttonBorder 0.55s forwards;
  -moz-animation: buttonBorder 0.55s forwards;
  -o-animation: buttonBorder 0.55s forwards;
  animation: buttonBorder 0.55s forwards;
}

.btn-pink a {
  background-color: #c52060;
}

.btn-pink a:hover,
.btn-pink a:focus {
  background-color: rgba(197, 32, 96, 0.85);
}

.btn-pink a:hover:after {
  border: 0.05em solid rgba(197, 32, 96, 0.85);
}

.btn-blue a {
  background-color: #2a98d4;
}

.btn-blue a:hover,
.btn-blue a:focus {
  background-color: rgba(42, 152, 212, 0.85);
}

.btn-blue a:hover:after {
  border: 0.05em solid rgba(42, 152, 212, 0.85);
}

.btn-yellow a {
  background-color: #e7be33;
}

.btn-yellow a:hover,
.btn-yellow a:focus {
  background-color: rgba(231, 190, 51, 0.85);
}

.btn-yellow a:hover:after {
  border: 0.05em solid rgba(231, 190, 51, 0.85);
}

.btn-green a {
  background-color: #6eb41b;
}

.btn-green a:hover,
.btn-green a:focus {
  background-color: rgba(110, 180, 27, 0.85);
}

.btn-green a:hover:after {
  border: 0.05em solid rgba(110, 180, 27, 0.85);
}

.btn-dark-green a {
  background-color: #28a3af;
}

.btn-dark-green a:hover,
.btn-dark-green a:focus {
  background-color: rgba(40, 163, 175, 0.85);
}

.btn-dark-green a:hover:after {
  border: 0.05em solid rgba(40, 163, 175, 0.85);
}

.btn-purple a {
  background-color: #8e0074;
}

.btn-purple a:hover,
.btn-purple a:focus {
  background-color: white;
}

.btn-purple a:hover:after {
  border: 0.05em solid white;
}

.btn-silver a {
  background-color: white;
}

.btn-silver a:hover,
.btn-silver a:focus {
  background-color: rgba(255, 255, 255, 0.85);
}

.btn-silver a:hover:after {
  border: 0.05em solid rgba(255, 255, 255, 0.85);
}

.btn-silver a {
  color: #000;
}

@-webkit-keyframes buttonBorder {
  from {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
  }
  to {
    top: -0.5em;
    left: -0.5em;
    right: -0.5em;
    bottom: -0.5em;
    border: 0.25em solid transparent;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
  }
}

@-moz-keyframes buttonBorder {
  from {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
  }
  to {
    top: -0.5em;
    left: -0.5em;
    right: -0.5em;
    bottom: -0.5em;
    border: 0.25em solid transparent;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
  }
}

@-o-keyframes buttonBorder {
  from {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0.2em;
  }
  to {
    top: -0.5em;
    left: -0.5em;
    right: -0.5em;
    bottom: -0.5em;
    border: 0.25em solid transparent;
    border-radius: 0.2em;
  }
}

@keyframes buttonBorder {
  from {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
  }
  to {
    top: -0.5em;
    left: -0.5em;
    right: -0.5em;
    bottom: -0.5em;
    border: 0.25em solid transparent;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
  }
}

.arrow {
  text-align: center;
  padding-bottom: 1rem;
}

.arrow-selectors {
  padding-bottom: 10rem;
}

.arrow a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background: #d8d8d8;
  padding: 1rem;
  border: 0.075rem solid #b2b2b2;
}

#selectors-anchor {
  border-radius: 30rem;
  padding: 1rem 1.5rem 1rem;
  font-weight: 500;
}

.arrow a:hover,
.arrow a:focus {
  background: #e5e5e5;
}

.arrow a:hover span {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.arrow span {
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0.15rem;
  font-size: 1rem;
}

.arrow-down-pink span {
  color: #c52060;
}

.arrow-down-blue span {
  color: #2a98d4;
}

.arrow-down-yellow span {
  color: #e7be33;
}

.arrow-down-green span {
  color: #6eb41b;
}

.arrow-down-dark-green span {
  color: #28a3af;
}

.arrow-down-purple span {
  color: #8e0074;
}

.arrow-down-silver span {
  color: #fff;
}

@supports (
  (-webkit-animation-play-state: paused) or (animation-play-state: paused)
) {
  .has-scroll-reveal {
    opacity: 0;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
  }

  .animated {
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
  }

  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }

  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 2.5rem, 0);
      transform: translate3d(0, 2.5rem, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @-moz-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 2.5rem, 0);
      -moz-transform: translate3d(0, 2.5rem, 0);
      transform: translate3d(0, 2.5rem, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      -moz-transform: none;
      transform: none;
    }
  }
  @-o-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 2.5rem, 0);
      transform: translate3d(0, 2.5rem, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      -o-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 2.5rem, 0);
      -moz-transform: translate3d(0, 2.5rem, 0);
      transform: translate3d(0, 2.5rem, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none;
      transform: none;
    }
  }
}

.back-to-top {
  background: #d8d8d8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 2rem;
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 10;
  opacity: 0.85;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0.04rem solid #b2b2b2;
}

.back-to-top:hover,
.back-to-top:focus {
  background: #e5e5e5;
}

.back-to-top:hover span {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.back-to-top span {
  display: block;
  position: relative;
  bottom: 0.07rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.975rem;
  font-size: 1.15rem;
}

#index .back-to-top {
  color: #c52060;
}

#services .back-to-top {
  color: #2a98d4;
}

#contact .back-to-top {
  color: #d8ac19;
}

#references .back-to-top {
  color: #28a3af;
}

#case-studies .back-to-top {
  color: #5b9516;
}

#careers .back-to-top,
#job-description .back-to-top {
  color: #8e0074;
}

header + .intro {
  padding-top: 5em;
}

#page-nav {
  -webkit-box-shadow: 0em 0.125em 0.3em -0.06em rgba(62, 62, 62, 0.8);
  -moz-box-shadow: 0em 0.125em 0.3em -0.06em rgba(62, 62, 62, 0.8);
  box-shadow: 0em 0.125em 0.3em -0.06em rgba(62, 62, 62, 0.8);
  background: #323232;
  position: fixed;
  width: 100%;
  z-index: 3;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#page-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#page-nav li a {
  display: block;
  font-size: 0.95em;
  font-weight: 500;
  padding: 1em;
  text-decoration: none;
}

#page-nav .logo {
  display: block;
  float: left;
  max-width: 280px;
  position: relative;
  margin-top: 12px;
  text-decoration: none;
}
@media (max-width:370px){
  #page-nav .logo {
    max-width: 200px;
    margin-top: 12px;
  }
}

#page-nav .menu {
  clear: both;
  max-height: 0;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  -moz-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

#page-nav .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 1.5em 1em;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #c52060;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}

#page-nav .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 0.15em;
  position: relative;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  width: 1.3em;
}

#page-nav .menu-icon .navicon:before,
#page-nav .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
}

#page-nav .menu-icon .navicon:before {
  top: 0.4em;
}

#page-nav .menu-icon .navicon:after {
  top: -0.4em;
}

#page-nav .menu-btn {
  display: none;
}

#page-nav .menu-btn:checked ~ .menu {
  max-height: 800px;
}

#page-nav .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

#page-nav .menu-btn:checked ~ .menu-icon .navicon:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#page-nav .menu-btn:checked ~ .menu-icon .navicon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#page-nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
#page-nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

@media (min-width: 900px) {
  #page-nav {
    padding-top: 1.6em;
    padding-bottom: 1.6em;
  }

  #page-nav li {
    float: left;
  }

  #page-nav .menu {
    clear: none;
    float: right;
    max-height: none;
  }

  #page-nav .menu-icon {
    display: none;
  }
}

@media (max-width: 899px) {
  #page-nav li {
    text-align: center;
  }

  #page-nav li:not(:last-child) a {
    border-bottom: 1px solid #444444;
  }

  #page-nav .menu a {
    font-size: 120%;
  }
}

@media (max-width: 280px) {
  #page-nav {
    font-size: 80%;
  }
}

#page-nav li:nth-child(1):hover a,
#page-nav li:nth-child(1):focus a {
  color: #e24f88;
}

#page-nav li:nth-child(2):hover a,
#page-nav li:nth-child(2):focus a {
  color: #69b7e1;
}

#page-nav li:nth-child(3):hover a,
#page-nav li:nth-child(3):focus a {
  color: #95e13a;
}

#page-nav li:nth-child(4):hover a,
#page-nav li:nth-child(4):focus a {
  color: #4dcad6;
}

#page-nav li:nth-child(5):hover a,
#page-nav li:nth-child(5):focus a {
  color: #b5b2b6;
}

#page-nav li:nth-child(6):hover a,
#page-nav li:nth-child(6):focus a {
  color: #8e0074;
}

#page-nav li:nth-child(7):hover a,
#page-nav li:nth-child(7):focus a {
  color: #efd477;
}

#services #page-nav .selected a {
  color: #69b7e1;
}

#case-studies #page-nav .selected a {
  color: #95e13a;
}

#references #page-nav .selected a {
  color: #69b7e1;
}

#index #page-nav .selected a {
  color: #e24f88;
}

#about #page-nav .selected a {
  color: #c9c7ca;
}

#careers .selected a,
#job-description .selected a {
  color: #8e0074;
}

#contact #page-nav .selected a {
  color: #efd477;
}

#page-nav {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sticky {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

.intro {
  height: 55em;
}

.intro .container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.intro .intro-heading {
  text-align: left;
  font-size: 4.5em;
  font-weight: 500;
}

.intro .intro-heading h1:after {
  content: '';
  margin: 0.9em 0em 0.5em;
  display: block;
  width: 3.65em;
  border: 0.015em solid #fff;
}

.intro .intro-heading span {
  display: block;
  color: #fff;
  font-size: 0.6em;
  font-weight: 400;
  line-height: 1.2em;
}

.intro .intro-heading strong {
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  .intro .intro-heading {
    text-align: center;
  }

  .intro .intro-heading h1:after {
    margin: 0.5em auto 0.3em auto;
  }

  .intro .intro-heading span {
    max-width: 80%;
    margin: 0 auto;
  }

  .intro .intro-heading span br {
    display: none;
  }
}

.intro {
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .intro {
    background-attachment: fixed;
    height: 100vh;
  }
}

.intro .container {
  position: relative;
  z-index: 1;
}

.intro:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#index .intro {
  background-image: url('../img/page_intros/home.png');
}

#index .intro:after {
  opacity: 0.15;
  background: #c52060;
}

#services .intro {
  background-image: url('../img/page_intros/services.png');
}

#services .intro:after {
  opacity: 0.15;
  background: #2a98d4;
}

#case-studies .intro:after {
  opacity: 0;
  background: #222222;
}

#case-studies .intro {
  background-image: url('../img/page_intros/case_studies.png');
}

#references .intro {
  background-image: url('../img/page_intros/references.png');
}

#references .intro:after {
  opacity: 0.3;
  background: #28a3af;
}

#about .intro {
  background-image: url('../img/page_intros/about.png');
}

#about .intro:after {
  opacity: 0.4;
  background: #ff0063;
}

#careers .intro,
#job-description .intro {
  background-image: url('../img/page_intros/careers.png');
}

#careers .intro:after,
#job-description .intro:after {
  opacity: 0.2;
  background: #8e0074;
}

#contact .intro {
  background-image: url('../img/page_intros/contacts.png');
}

#contact .intro:after {
  opacity: 0.15;
  background: #735c0e;
}

.pre-footer {
  padding-top: 1em;
  padding-bottom: 4em;
}

.pre-footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
}

.socials {
  margin-right: 5px;
  width: 42px;
  height: auto;
}

@media screen and (max-width: 800px) {
  .pre-footer .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
  }
}

.pre-footer ul {
  font-size: 1em;
}

@media screen and (min-width: 801px) {
  .pre-footer ul {
    position: relative;
    bottom: 1.5vw;
  }
}

.pre-footer ul .logo img {
  max-width: 14.25em;
  padding-bottom: 1em;
}

.pre-footer ul li {
  line-height: 1.25em;
  font-weight: 500;
  letter-spacing: -0.05em;
}

footer {
  padding: 1.25em 0em;
  background: #c52060;
  text-align: center;
}

footer a {
  color: #fff;
  font-size: 0.725em;
  font-weight: 500;
}

#index footer {
  color: #ffffff;
  background: #c52060;
}

#services footer {
  color: #ffffff;
  background: #2a98d4;
}

#contact footer {
  background: #e7be33;
}

#references footer {
  color: #ffffff;
  background: #28a3af;
}

#about footer {
  background: #a3a0a5;
}

#case-studies footer {
  color: #ffffff;
  background: #6eb41b;
}

#careers footer,
#job-description footer,
#job-application-message footer {
  background: #8e0074;
}

@media screen and (max-width: 1200px) {
  body {
    font-size: 95%;
  }
}

@media screen and (max-width: 768px) {
  .intro {
    font-size: 80%;
  }
}

@media screen and (max-width: 576px) {
  br {
    display: none;
  }

  .intro-heading {
    font-size: 70%;
  }
}

@media screen and (max-width: 400px) {
  .intro-heading {
    font-size: 3.8em !important;
  }
}

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: -o-transform 1s ease;
  -moz-transition: transform 1s ease, -moz-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease,
    -moz-transform 1s ease, -o-transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  -moz-transform: translateY(-2em);
  -o-transform: translateY(-2em);
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  -moz-transform: translateY(2em);
  -o-transform: translateY(2em);
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  -moz-transition: max-height 1s;
  transition: max-height 1s;
}

.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active,
.cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  -webkit-border-bottom-left-radius: 0.5em;
  -moz-border-radius-bottomleft: 0.5em;
  border-bottom-left-radius: 0.5em;
  -webkit-border-bottom-right-radius: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  -webkit-border-top-left-radius: 0.5em;
  -moz-border-radius-topleft: 0.5em;
  border-top-left-radius: 0.5em;
  -webkit-border-top-right-radius: 0.5em;
  -moz-border-radius-topright: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  flex: 1 0 auto;
}

.cc-window.cc-banner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}

.cc-compliance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  align-content: space-between;
}

.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait),
  screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }

  .cc-window.cc-bottom {
    bottom: 0;
  }

  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }

  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }

  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
  }

  .cc-window.cc-floating {
    max-width: none;
  }

  .cc-window .cc-message {
    margin-bottom: 1em;
  }

  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -webkit-align-items: unset;
    -moz-box-align: unset;
    align-items: unset;
  }

  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  flex: none;
}

.cc-theme-classic .cc-btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

.services .service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.services .service:hover .icon,
.services .service:focus .icon {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.services .service .icon {
  max-width: 6.3em;
  height: 6.3em;
  padding-bottom: 1.5em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services .service h4 {
  text-transform: uppercase;
}

.services .service li {
  font-size: 0.95em;
  text-align: center;
  font-weight: 500;
}

.services .service li:before {
  content: '●';
  position: relative;
  font-size: 0.65em;
  left: -0.5em;
  top: -0.23em;
}

.services .btn-pink {
  text-align: center;
  padding-top: 5em;
}

.services .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services .container .service {
  -webkit-box-flex: 1;
  -webkit-flex: 1 50%;
  -moz-box-flex: 1;
  flex: 1 50%;
  padding-bottom: 5em;
}

@media screen and (max-width: 720px) {
  .services .container .service br {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .services .container .service {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -moz-box-flex: 1;
    flex: 1 100%;
  }

  .services .container .service:last-child {
    padding-bottom: 0em;
  }
}

@supports ((display: -ms-grid) or (display: grid)) {
  .services .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr 1fr auto;
    grid-template-columns: auto 1fr 1fr auto;
    grid-template-areas: '. one two .' '. three four .';
  }

  .services .container .service {
    padding: 0em;
  }

  .services .container .service:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: one;
    margin-bottom: 7em;
  }

  .services .container .service:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: two;
  }

  .services .container .service:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: three;
  }

  .services .container .service:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    grid-area: four;
  }

  @media screen and (max-width: 680px) {
    .services .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      flex-direction: column;
    }

    .services .container .service:not(:last-child) {
      margin-bottom: 6em;
    }
  }
}

.case-studies p.container {
  max-width: 880px;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.5em;
  padding-bottom: 6em;
}

.case-studies .btn {
  margin-top: 5em;
  text-align: center;
}

.case-studies .container {
  max-width: 1135px;
}

.carousel .carousel-cell {
  width: 100%;
}

.carousel .carousel-cell .slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  align-items: center;
}

.carousel .carousel-cell .slide figure {
  -webkit-box-flex: 0.9;
  -webkit-flex: 0.9;
  -moz-box-flex: 0.9;
  flex: 0.9;
}

.carousel .carousel-cell .slide article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

.carousel .carousel-cell .slide article h4 {
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 2em;
}

.carousel .carousel-cell .slide article p {
  font-weight: 500;
}

.carousel .flickity-prev-next-button {
  height: 3em;
  width: 3em;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.carousel .flickity-prev-next-button:hover {
  opacity: 0.85;
}

.carousel .flickity-prev-next-button.previous {
  background: #c52060;
  left: -7em;
}

.carousel .flickity-prev-next-button.next {
  right: -7em;
  background: #c52060;
}

@media screen and (min-width: 841px) and (max-width: 1024px) {
  .carousel .slide figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 841px) {
  .carousel .slide {
    margin: 0em 2.5em;
  }

  .carousel .slide article {
    margin-left: 5%;
  }
}

@media screen and (max-width: 840px) {
  .carousel .slide {
    display: block !important;
  }

  .carousel .slide figure {
    text-align: center;
  }

  .carousel .slide figure img {
    max-width: 30em;
  }

  .carousel .slide article h4 {
    text-align: center !important;
    margin-top: 3em;
  }
}

@media screen and (min-width: 581px) {
  .carousel {
    margin: 0 5em;
  }
}

@media screen and (max-width: 580px) {
  .carousel {
    margin: 0;
  }

  .carousel .flickity-prev-next-button {
    position: absolute;
    top: 105%;
    height: 4em;
    width: 4em;
  }

  .carousel .flickity-prev-next-button.previous {
    left: 30%;
  }

  .carousel .flickity-prev-next-button.next {
    right: 30%;
  }
}

@media screen and (max-width: 580px) {
  .case-studies .btn {
    margin-top: 6em;
  }
}

@media screen and (min-width: 465px) {
  .references h3 {
    padding-top: 12%;
  }
}

.references .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.references .container .reference {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  min-width: 14em;
  max-width: 14em;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 4em;
}

@supports ((display: -ms-grid) or (display: grid)) {
  .references .container {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(13em, 1fr));
    grid-gap: 3em;
  }

  .references .container .reference {
    min-width: 11em !important;
    max-width: none !important;
    margin-left: 0em !important;
    margin-right: 0em !important;
    margin-bottom: 0em !important;
  }
}

.references .btn-pink {
  padding-top: 4em;
  text-align: center;
}

.reference {
  -webkit-transition: all 0.18s ease;
  -o-transition: all 0.18s ease;
  -moz-transition: all 0.18s ease;
  transition: all 0.18s ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.reference span,
.reference sub {
  display: block;
}

.reference a {
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}

.reference img {
  -webkit-border-radius: 0.9em;
  -moz-border-radius: 0.9em;
  border-radius: 0.9em;
  margin-bottom: 1em;
  background-color: rgba(187, 187, 187, 0.5);
  -webkit-box-shadow: 0.075em 0.075em 0.15em 0em rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0.075em 0.075em 0.15em 0em rgba(0, 0, 0, 0.7);
  box-shadow: 0.075em 0.075em 0.15em 0em rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.18s ease;
  -o-transition: all 0.18s ease;
  -moz-transition: all 0.18s ease;
  transition: all 0.18s ease;
}

.reference:hover img,
.reference:focus img {
  -webkit-box-shadow: 0.2em 0.4em 0.4em 0em rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0.2em 0.4em 0.4em 0em rgba(0, 0, 0, 0.7);
  box-shadow: 0.2em 0.4em 0.4em 0em rgba(0, 0, 0, 0.7);
  -webkit-transform: translateY(-0.2em);
  -moz-transform: translateY(-0.2em);
  -o-transform: translateY(-0.2em);
  transform: translateY(-0.2em);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}

.reference span {
  font-size: 1.3em;
  line-height: 1.3em;
}

.reference sub {
  font-size: 0.9em;
}

.about .container {
  max-width: 52em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

@media screen and (min-width: 861px) {
  .about .container {
    position: relative;
    top: 3em;
  }
}

.about .container figure {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  text-align: center;
}

.about .container figure img {
  max-width: 19.5em;
}

@media screen and (min-width: 861px) {
  .about .container figure {
    margin-right: 3em;
    position: relative;
    top: -3.5em;
  }
}

.about .container article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

.about .container article h3 {
  padding: 0em 0em 1em;
  text-align: left;
}

@media screen and (max-width: 860px) {
  .about .container {
    display: block;
  }

  .about .container h3 {
    text-align: center !important;
  }

  .about .container article {
    padding-top: 3em;
  }

  .about .container .btn-pink {
    text-align: center;
    padding-top: 2em;
  }
}

.about .btn {
  text-align: center;
  margin-top: 5em;
}

#services h4 {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  font-size: 1.35em;
}

#services h4:hover .icon {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

#services .icon {
  max-width: 4.4em;
  margin-right: 1.5em;
  position: relative;
  top: 0.1em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#services section:nth-of-type(4) .icon {
  max-width: 3.5em;
}

#services main ul {
  margin-bottom: 3em;
}

#services main ul .list-header {
  font-weight: 600;
  padding: 2em 0em 1em;
}

#services main ul li:not(.list-header) {
  padding-left: 1.85em;
  padding-bottom: 0.9em;
  font-size: 0.9em;
  text-indent: -0.33em;
}

#services main ul li:not(.list-header):before {
  content: '●';
  position: relative;
  font-size: 0.6em;
  left: -2.3em;
  top: -0.23em;
  color: #2a98d4;
}

#services .grid .vertical-line {
  position: relative;
}

#services .grid .vertical-line:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  border-right: 0.07em solid #808080;
}

#services .grid .illustration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

#services .grid .illustration img {
  max-width: 35em;
}

#services .grid .illustration img:nth-child(2) {
  margin-top: 3em;
}

#services .btn {
  margin-top: 2em;
}

#services .grid {
  display: -ms-grid;
  display: grid;
}

#services .grid article {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: article;
}

#services .grid .vertical-line {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: vline;
}

#services .grid .illustration {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: illustration;
}

#services .grid .btn {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: btn;
}

@media screen and (max-width: 900px) {
  #services .grid article {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #services .grid .illustration {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #services .grid .btn {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

#services .grid-left {
  -ms-grid-columns: 1fr 0.25fr 1.2fr;
  grid-template-columns: 1fr 0.25fr 1.2fr;
  grid-template-areas: 'article vline illustration' 'btn . .';
}

#services .grid-right {
  -ms-grid-columns: 1.2fr 0.25fr 1fr;
  grid-template-columns: 1.2fr 0.25fr 1fr;
  grid-template-areas: 'illustration vline  article' '. . btn';
}

@media screen and (max-width: 900px) {
  .grid {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    grid-template-areas: 'article' 'illustration' 'btn' !important;
  }

  .grid .vertical-line {
    display: none;
  }

  .grid .illustration {
    margin: 2em 0em !important;
  }

  .grid .illustration img {
    max-width: 26em !important;
  }

  .grid .btn {
    text-align: center;
  }

  .grid h4 br {
    display: none;
  }
}

@media screen and (max-width: 900px) and (max-width: 380px) {
  .nowrap {
    white-space: normal;
  }
}

#contact .visit-us .map {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  overflow: hidden;
}

#contact .visit-us .map iframe {
  height: 23em;
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.18s ease;
  -o-transition: all 0.18s ease;
  -moz-transition: all 0.18s ease;
  transition: all 0.18s ease;
}

#contact .visit-us .map:hover iframe {
  -webkit-filter: none;
  filter: none;
}

#contact .visit-us .address {
  margin-top: 4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

#contact .visit-us .address li {
  padding-bottom: 0.7em;
  font-size: 0.925em;
}

#contact .visit-us .address img {
  display: inline-block;
  max-width: 1.05em;
  margin-right: 0.2em;
  position: relative;
  bottom: 0.2em;
}

@media screen and (max-width: 720px) {
  #contact .visit-us .address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    text-align: center;
  }

  #contact .visit-us .address ul:first-of-type {
    padding-bottom: 2em;
  }
}

#contact form {
  max-width: 45em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

#contact form input {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 46%;
  -moz-box-flex: 1;
  flex: 1 46%;
  margin-bottom: 1em;
}

@media screen and (min-width: 601px) {
  #contact form input:nth-child(1),
  #contact form input:nth-child(3) {
    margin-right: 1em;
  }
}

@media screen and (max-width: 600px) {
  #contact form input {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    flex: 100%;
  }
}

#contact form textarea {
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
  -moz-box-flex: 1;
  flex: 1 100%;
  height: 20em;
}

#contact form .btn-form {
  -webkit-align-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  width: 9em;
  margin-top: 2em !important;
}

#contact form input,
#contact form textarea,
#contact form .btn-form,
#apply-form input,
#apply-form textarea,
#apply-form .btn-form {
  font-size: 1em;
  border: none;
  padding: 0.5em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

#contact form input,
#contact form textarea,
#apply-form input,
#apply-form textarea {
  font-family: 'Maven Pro', sans-serif;
}

#contact form input::-webkit-input-placeholder,
#contact form textarea::-webkit-input-placeholder,
#apply-form input::-webkit-input-placeholder,
#apply-form textarea::-webkit-input-placeholder {
  font-size: 0.925em;
  color: #323232;
}

#contact form input:-moz-placeholder,
#contact form textarea:-moz-placeholder,
#apply-form input:-moz-placeholder,
#apply-form textarea:-moz-placeholder {
  font-size: 0.925em;
  color: #323232;
}

#contact form input::-moz-placeholder,
#contact form textarea::-moz-placeholder,
#apply-form input::-moz-placeholder,
#apply-form textarea::-moz-placeholder {
  font-size: 0.925em;
  color: #323232;
}

#contact form input:-ms-input-placeholder,
#contact form textarea:-ms-input-placeholder,
#apply-form input:-ms-input-placeholder,
#apply-form textarea:-ms-input-placeholder {
  font-size: 0.925em;
  color: #323232;
}

#contact form input::-ms-input-placeholder,
#contact form textarea::-ms-input-placeholder,
#apply-form input::-ms-input-placeholder,
#apply-form textarea::-ms-input-placeholder {
  font-size: 0.925em;
  color: #323232;
}

#contact form input::placeholder,
#contact form textarea::placeholder,
#apply-form input::placeholder,
#apply-form textarea::placeholder {
  font-size: 0.925em;
  color: #323232;
}

#contact form input:focus,
#contact form textarea:focus,
#apply-form input:focus,
#apply-form textarea:focus {
  outline: none;
  opacity: 0.9;
}

#contact form .btn-form {
  margin-top: 1em;
  padding: 0.8em;
  color: #324429;
  font-size: 1.3em;
  background: #e7be33;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

#contact form .btn-form:after {
  content: '';
  position: absolute;
  z-index: -1;
}

#contact form .btn-form:hover:after {
  -webkit-animation: buttonBorder 0.55s forwards;
  -moz-animation: buttonBorder 0.55s forwards;
  -o-animation: buttonBorder 0.55s forwards;
  animation: buttonBorder 0.55s forwards;
  border: 0.05em solid rgba(231, 190, 51, 0.85);
}

#contact form .btn-form:hover,
#contact form .btn-form:focus {
  background-color: rgba(231, 190, 51, 0.85);
}

#references h3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

#references section:first-child,
#about section:first-child {
  padding-top: 6em;
}

#references .clients,
#about .clients {
  /*max-width: 900px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

@media screen and (max-width: 680px) {
  #references .clients,
  #about .clients {
    display: block;
  }
}

#references .clients .reference,
#about .clients .reference {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 4em;
}

#references .clients .reference img,
#about .clients .reference img {
  max-width: 18em;
}

#references .btn-dark-green,
#about .btn-dark-green {
  text-align: center;
  padding-top: 6em;
}

#about main .institutions-container {
  max-width: 700px;
}

#about figure {
  font-size: 90%;
}

#about h3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

#about .btn-silver {
  text-align: center;
}

#about .arrow span {
  color: #000;
}

#about section:nth-of-type(1) .container,
#about section:nth-of-type(2) .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

@media (max-width: 800px) {
  #about section:nth-of-type(1) .container,
  #about section:nth-of-type(2) .container {
    display: block;
  }
}

#about section:nth-of-type(1) .container figure,
#about section:nth-of-type(1) .container article,
#about section:nth-of-type(2) .container figure,
#about section:nth-of-type(2) .container article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

#about section:nth-of-type(1) .container figure,
#about section:nth-of-type(2) .container figure {
  text-align: center;
}

@media (max-width: 800px) {
  #about section:nth-of-type(1) .container figure,
  #about section:nth-of-type(2) .container figure {
    margin-top: 5em;
  }
}

#about section:nth-of-type(1) .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  flex-direction: row-reverse;
}

@media (min-width: 801px) {
  #about section:nth-of-type(1) figure {
    padding-right: 4em;
  }
}

#about section:nth-of-type(1) figure img {
  max-width: 20em;
}

@media (min-width: 801px) {
  #about section:nth-of-type(1) figure img {
    position: relative;
    top: -7em;
  }
}

#about section:nth-of-type(2) ul li {
  padding-left: 1.85em;
  padding-bottom: 0.9em;
  text-indent: -0.6em;
}

#about section:nth-of-type(2) ul li:before {
  content: '★';
  position: relative;
  font-size: 0.6em;
  left: -1.5em;
  top: -0.23em;
}

@media (min-width: 801px) {
  #about section:nth-of-type(2) figure {
    padding-left: 4em;
  }
}

#about section:nth-of-type(2) figure img {
  max-width: 20em;
}

@media (min-width: 801px) {
  #about section:nth-of-type(2) figure img {
    max-width: 23.5em;
    position: relative;
    top: -4em;
  }
}

#case-studies section {
  overflow: hidden;
}

#case-studies h3 {
  padding-left: 1em;
  padding-right: 1em;
}

#case-studies main .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

#case-studies main .container article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

#case-studies main .container .illustration {
  -webkit-box-flex: 0.7;
  -webkit-flex: 0.7;
  -moz-box-flex: 0.7;
  flex: 0.7;
}

#case-studies main .container article h4 {
  text-align: left;
  font-weight: 700;
  padding-bottom: 1.5em;
}

#case-studies main .container article p {
  padding-bottom: 2.5em;
}

#case-studies main .container article .hashtags {
  font-weight: bold;
  text-indent: 0.33em;
}

#case-studies main .container article .hashtags span {
  color: #6eb41b;
  font-size: 1.5em;
  position: relative;
  top: 0.05em;
}

#case-studies main .container article .hashtags span:not(:first-child) {
  padding-left: 0.25em;
}

#case-studies main .container .illustration {
  margin-left: 7%;
  text-align: center;
}

@media screen and (max-width: 800px) {
  #case-studies main .container {
    display: block;
  }

  #case-studies main .container .illustration {
    margin-top: 3em;
    margin-left: 0em;
    width: 100%;
    text-align: center;
  }

  #case-studies main .container .illustration img {
    max-width: 25em;
  }
}

#case-studies .btn-green {
  text-align: center;
  padding-top: 6em;
}

#case-studies section:nth-of-type(6) .illustration img {
  max-width: 21em;
}

#case-studies section:nth-of-type(7) .illustration img {
  max-width: 19em;
}

#careers section:first-child {
  padding-top: 6em;
}

#careers .join-us .container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-evenly;
}

#careers .container figure {
  margin-bottom: 2em;
  width: 25%;
}

@media (max-width: 800px) {
  #careers .container figure {
    width: 70% !important;
    align-self: center;
  }

  #careers .why-with-us .container {
    flex-flow: column !important;
  }

  #careers .why-us {
    width: 100% !important;
  }
}

#careers #job-positions .btn {
  padding: 0.7em 2em;
}

#careers .join-us a {
  padding-right: 0.3em;
  padding-left: 0.3em;
}

#careers .join-us h3 {
  padding-bottom: 0.5em;
}

#careers .why-with-us .container {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

#careers #specification-list {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  flex-flow: row wrap;
}

#careers #specification-list > div {
  display: flex;
  margin: 0px 5px 30px 5px;
  flex-basis: 0;
  flex-grow: 2;
  color: white;
  min-width: 150px;
}

#careers #specification-list > div:nth-child(2),
#careers #specification-list > div:nth-child(5) {
  flex-basis: 0;
  flex-grow: 3;
}

#careers #specification-list ul {
  text-transform: uppercase;
  margin-top: 25px;
}

#careers #specification-list ul li {
  margin-bottom: 15px;
  font-size: 0.8em;
}

#careers #specification-list .burger-menu {
  display: flex;
  flex-flow: column;
  height: 20px;
  justify-content: space-evenly;
  margin-right: 10px;
}

#careers #specification-list .burger-menu > div {
  height: 3px;
  background: rgba(142, 0, 116, 0.9);
  width: 22px;
  border-radius: 10px;
}

#careers #specification-list .list-header {
  font-size: 1.2em;
  padding-bottom: 5px;
  transition: font-weight ease-in-out 0.1s;
}

.bold-text {
  font-weight: bold;
}

.underline {
  display: inline;
  position: relative;
  overflow: hidden;
}

.underline:after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -5px;
  background: #fff;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.underline:hover:after,
.underline:focus:after,
.underline:active:after {
  left: 0;
  right: auto;
  width: 100%;
}

#careers .why-us > ul {
  font-size: 1.7em;
}

#not-found #page-nav {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#not-found section {
  padding-top: 12em;
  display: block;
  text-align: center;
}

#not-found section h2 {
  font-size: 3em;
  padding-bottom: 0.5em;
}

#not-found .page-wrap {
  min-height: 100%;
  margin-bottom: -3.75em;
}

#not-found .site-footer {
  height: 3.75em;
}

#not-found footer {
  height: 3.75em;
}

#job-description main .container {
  display: flex;
  flex-flow: column nowrap;
}

#job-description section {
  padding-top: 8rem;
}

#job-description main .container p,
#job-description main .container ul {
  margin-bottom: 4em;
  padding-bottom: 0em;
}

#job-description main .container ul {
  list-style-type: disc;
}

#job-description h3,
#job-description h4 {
  text-align: left;
}

#job-description .btn {
  align-self: flex-end;
}

#job-description .job-description-controls {
  flex-flow: row nowrap;
  width: 100%;
  justify-content: space-between;
  display: flex;
  margin-bottom: 5em;
  margin-top: 2em;
}

#job-description .go-back a {
  width: auto;
  padding: 0.9em;
}

#job-description .btn a {
  cursor: pointer;
}

#careers .btn a:visited,
#job-description .btn a:visited {
  background: #8e0074;
}

#careers .btn a:focus,
#job-description .btn a:visited {
  outline: none;
  background: #8e0074;
}

#careers .btn a:hover,
#job-description .btn a:hover {
  background: white !important;
  color: #8e0074 !important;
}

@media screen and (max-width: 780px) {
  #job-description main .container p,
  #job-description main .container ul {
    font-size: 90%;
  }
}

.dialogBgCover {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #0f0f0f6f;
  z-index: 100;
  padding: 1.5em;
  overflow: auto;
}

.apply-form-container {
  max-width: 30em;
  position: relative;
  border-radius: 0.5em;
  background: #434343;
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
  height: max-content;
  max-height: 100%;
}

#conditions {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 31em;
  padding: 2em;
  background: #434343;
  box-shadow: -6px 0px 7px #202020;
  color: white;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  text-align: center;
  transition: 0.5s ease-in-out;
  z-index: 2;
  overflow: auto;
}

#conditions .btn {
  margin: 0em;
  align-self: flex-start;
}

#conditions p {
  line-height: 1.6em;
}

.slide-in-from-right {
  transition: 0.5s ease-in-out;
  left: 0 !important;
}

.mail-to {
  text-decoration: underline;
}

#apply-form {
  display: flex;
  flex-flow: column nowrap;
  padding: 2em;
  width: 100%;
  align-items: center;
  overflow: auto;
}

#apply-form input:not([type='submit']),
#apply-form textarea {
  width: 100%;
  margin-bottom: 1em;
}

#apply-form input,
#apply-form textarea,
#apply-form .btn-form {
  padding: 0.8em;
}

#apply-form textarea {
  min-height: 60px;
}

#apply-form h5 {
  color: white;
  margin-bottom: 0.8em;
}

#apply-form .cv {
  display: none;
}

#apply-form #cv-label {
  cursor: pointer;
  width: auto;
  padding: 0.9em;
  min-width: 9.5em;
}

#apply-form .btn {
  align-self: center;
  font-size: 1em;
}

#apply-form .apply-form-btn {
  font-size: 1em;
  padding: 0.9em;
  color: white;
  min-width: 8em;
  text-align: center;
  background: #8e0074;
  border-radius: 0.2em;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  align-self: flex-start;
}

#apply-form input[type='submit'] {
  padding: 0em;
  background: none;
  color: white;
  cursor: pointer;
}

#apply-form .btn a:hover > * {
  color: #8e0074;
}

#apply-form .apply-form-btns {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 1em;
  width: 100%;
  height: min-content;
}

#apply-form .cancel-apply-btn {
  background: none !important;
  width: 9.5em;
}

#apply-form #approvement {
  width: 1px;
  height: 1px;
  align-self: flex-start;
  opacity: 0;
  margin: 0em;
  position: absolute;
  z-index: -1;
}

#apply-form #check-box-outer {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: 2px solid #8e0074;
  border-radius: 0.3em;
  width: 140px;
  height: 20px;
}

#apply-form #check-box-inner {
  display: none;
  background: #8e0074;
  border-radius: 0.1em;
  width: 12px;
  height: 12px;
}

#apply-form #approvement-label {
  margin-top: 1em;
  color: white;
  font-size: 0.9em;
  display: flex;
  flex-flow: row;
  gap: 1em;
  justify-content: center;
  align-items: center;
}

#apply-form .approvement-text {
  line-height: 1em;
  font-weight: 400;
  padding-bottom: 0em;
  text-align: justify;
}

#apply-form #conditions-link {
  border-bottom: 2px solid white;
  cursor: pointer;
}

#apply-form #approvement-alert {
  display: none;
  margin-top: 1em;
  color: red;
}

#apply-form .btn a {
  padding: 0em;
  width: auto;
}

#apply-form .btn a > * {
  display: inline-block;
  color: #fff;
  padding: 0.9em 0em;
  width: 9.5em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  text-align: center;
  position: relative;
  z-index: 1;
}

#job-application-message section .container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

#job-application-message .job-alert-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.job-sub-list {
  margin-left: 1em;
}

.job-sub-list-paragraph {
  margin-bottom: 1em !important;
}

.job-hidden {
  display: none;
}

.job-bold-text {
  font-weight: 900;
}

.job-red-text {
  color: #d300ac;
}

.job-larger-text {
  font-size: larger;
}

.nested_ul {
  padding-left: 25px;
  list-style-type: circle !important;
}

#page-nav li .language-selector {
  background: transparent;
  border: none;
  color: #fff;
  outline: none;
  display: block;
  font-size: 0.95em;
  font-weight: 500;
  padding: 1.1em;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
  font-weight: bold;
}

#page-nav li .language-selector option {
  background: #a299ae;
  color: #fff;
}

#contact #approvement {
  margin-top: 15px;
}

/* light cosmetics on top */

@media (max-width: 799px) {
  h3 {
    padding-bottom: 1em;
  }
  .cc-revoke.cc-bottom {
    display: none;
  }

  .grid .illustration {
    width: 50%;
    justify-self: center;
  }

  #references .clients .reference, #about .clients .reference {
    width: 75%;
    margin: auto;
    margin-bottom: 3em;
  }

  #services .grid article {
    margin: 0 20px 0 20px;
  }
}
