h2 {
  font-size: 38px; }

@keyframes colourFade {
  0% {
    color: #4eb2e5; }
  15% {
    color: #4eb2e5; }
  20% {
    color: #ffe400; }
  35% {
    color: #ffe400; }
  40% {
    color: #ef7d00; }
  55% {
    color: #ef7d00; }
  60% {
    color: #b90d80; }
  75% {
    color: #b90d80; }
  80% {
    color: #009758; }
  95% {
    color: #009758; }
  100% {
    color: #4eb2e5; } }

@keyframes arrowWobble {
  0% {
    transform: translateY(-8px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(-8px); } }

@keyframes highlightAnim {
  0% {
    background-position: 0%; }
  100% {
    background-position: -100%;
    color: #282929; } }

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    transform: translateX(0); } }

@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translateY(0px); }
  100% {
    opacity: 0;
    transform: translateY(-100px); } }

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes imageSlowScale {
  0% {
    transform-origin: bottom left;
    transform: scale(1); }
  10% {
    transform-origin: bottom left;
    transform: scale(1.1); }
  100% {
    transform-origin: bottom left;
    transform: scale(1.15); } }

@keyframes skeleton {
  to {
    background-position: 1000px 0; } }

@keyframes heroCrawl1 {
  to {
    transform: translateX(-2000px); } }

@keyframes heroCrawl2 {
  to {
    transform: translateX(-4000px); } }

@keyframes heroCrawl3 {
  to {
    transform: translateX(-6000px); } }

@keyframes heroCrawl4 {
  to {
    transform: translateX(-8000px); } }

@keyframes heroCrawl5 {
  to {
    transform: translateX(-10000px); } }

@keyframes heroCrawl6 {
  to {
    transform: translateX(-12000px); } }

@keyframes heroCrawl7 {
  to {
    transform: translateX(-14000px); } }

#navSelector {
  display: block;
  position: fixed;
  height: 7px;
  background-color: #4eb2e5;
  top: 0px;
  left: 0px;
  transition: all 0s ease;
  z-index: 11; }

#navSpacer {
  height: 80px;
  width: 100%;
  background: #282929;
  position: fixed;
  z-index: 11; }

.home #navSpacer {
  /* transform: translateY(-100%); */
  opacity: 0.9;
  mix-blend-mode: multiply;
  transition: opacity 0.3s ease; }

.home #navSpacer.active {
  /* transform: translateY(0); */
  opacity: 1;
  mix-blend-mode: normal; }

#navSpacer2 {
  height: 68px;
  width: 100%;
  background: #282929;
  position: relative;
  z-index: 11; }

/* 
#navSpacer2 {
    height: 68px;
    width: 100%;
    background: #282929;
    position: relative;
    z-index: 11;
} */
.home #navSpacer2 {
  display: none; }

.navSection.active {
  /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); */ }

.navSection {
  /* background: #282929; */
  width: 100%;
  color: white;
  padding-top: 15px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  min-height: 80px;
  transition: 0.2s box-shadow; }

.navSection .container {
  position: relative; }

.navSection .headerLogo {
  width: 145px;
  margin-top: -5px; }

body {
  line-height: 1.3;
  font-size: 20px; }

#whyAcquire .col-7, #whyAcquire .col-8 {
  margin-left: auto;
  margin-right: auto; }

#whyAcquire h2 {
  color: #4ea4b1;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 20px; }

/* #whyAcquire p {
    text-align: center;
} */
#whyAcquire td p {
  text-align: left; }

#whyAcquire td {
  padding-left: 30px;
  padding-right: 30px; }

#whyAcquire img {
  height: 50px; }

.tblTitle {
  color: #aec534;
  font-size: 30px; }

.bolder {
  font-weight: 500; }

#tblPadding p, #tblPadding a {
  padding-left: 26px;
  padding-right: 26px; }

#firstRow {
  padding-bottom: 50px; }

#whyAcquireHeader {
  padding-bottom: 50px; }

/* #whyAcquire td {
    vertical-align: top;
    width: 50%;
} */
#whyAcquire h3 {
  font-size: 22px; }

#whyAcquire a {
  color: #212529; }

#whyAcquire #secondRow {
  padding-top: 50px; }

.navSection .col-9 {
  padding-top: 3px; }

.navSection .col-9 nav, #loginNav {
  margin-top: -5px;
  text-transform: uppercase;
  font-size: 0.85em; }

.navSection .col-9 nav .navbar-nav {
  width: 100%; }

.navSection .col-9 nav .navbar-nav .nav-item {
  margin-right: 3%;
  text-align: center; }

.navSection .navbar-nav .nav-item .nav-link {
  color: white; }

.navbar-dark .navbar-nav .nav-link {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.95); }

.dropdown-toggle::after {
  border: 0; }

.dropdown-toggle svg {
  width: 10px;
  margin-top: -3px;
  margin-left: 2px;
  filter: invert(1); }

.dropdown-menu {
  background-color: #282929;
  color: white;
  font-size: 0.85em;
  top: 95%; }

.dropdown-item {
  color: white; }

/* .navbar-nav#nav-right, .nav-item.absLogin {
    padding-top: 5px;
} */
#footer {
  background-color: rgba(40, 41, 41, 0.05);
  font-size: 0.7rem;
  color: #282929; }

#footer #socials {
  height: 100px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px; }

#footer #socials .icon {
  margin-left: 15px;
  margin-right: 15px; }

#footer #socials .icon img {
  width: 35px;
  opacity: 0.7; }

#footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
  position: relative; }

#footer nav:after {
  content: '';
  height: 2px;
  position: absolute;
  width: 100%;
  background-color: rgba(40, 41, 41, 0.07);
  top: 25px; }

#footer nav .col {
  margin-bottom: 30px; }

#footer nav .nav-item {
  margin-bottom: 25px;
  line-height: 1.0; }

#footer nav .nav-item a {
  color: #282929;
  margin-bottom: 20px;
  line-height: 1.0;
  opacity: 0.9; }

#footer nav .nav-item:nth-of-type(1) {
  margin-bottom: 35px; }

#footer #copyright img {
  width: 150px;
  margin-bottom: 20px; }

#footer #copyright p {
  margin-bottom: 10px; }

#footer #copyright #cp-text {
  margin-bottom: 20px; }

#footer #copyright p.link {
  margin-bottom: 5px; }

#footer #copyright p.link a {
  color: #282929; }

#footer #copyright p.link:nth-of-type(3) {
  margin-bottom: 20px; }

#footer #bigPixel {
  color: #282929;
  opacity: 0.7;
  font-size: 0.7rem;
  padding-bottom: 20px;
  margin-top: 70px; }

#footer #bigPixel p {
  text-align: center; }

#footer #bigPixel a {
  color: #282929; }

#aboutUsHero h3 {
  color: #4eb2e5;
  font-weight: normal; }

#aboutUsHero #aboutUsDots {
  display: flex;
  margin-top: 10px; }

#aboutUsHero #aboutUsDots .sliderDot {
  margin-right: 15px; }

#heroSlider {
  background-color: #f9f9f9;
  position: relative;
  min-height: 600px; }

#heroSlider .sliderContent {
  background-color: #2b2b2b;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 40px;
  overflow: hidden; }

#heroSlider #aboutUsHero {
  height: 100%;
  align-items: center; }

#heroSlider .container {
  position: relative;
  z-index: 2;
  height: 600px; }

#heroSlider .videoContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

#heroSlider .videoContainer video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%); }

#heroSlider .videoContainer.active {
  opacity: 1; }

@media (max-width: 992px) {
  #heroSlider #aboutUsHero {
    align-items: flex-end; }
  #heroSlider #aboutUsHero h3 {
    text-align: center; }
  #heroSlider #aboutUsHero #sliderCopy {
    text-align: center; }
  #heroSlider #aboutUsHero #aboutUsDots {
    justify-content: center;
    margin-top: 50px; }
  #parentSliderContainer {
    display: none; }
  .sliderContent {
    margin-bottom: 0px; }
  #heroSlider .videoContainer {
    overflow: hidden; }
  #heroSlider .videoContainer video {
    transform: translateX(10%); } }

#getInTouch {
  background-color: #4eb2e5;
  color: white; }

#getInTouch h2 {
  margin-bottom: 20px;
  font-weight: 400;
  text-align: left;
  text-transform: none; }

#getInTouch h3 {
  /* margin-left: 30px; */
  margin-right: 30px;
  margin-bottom: 50px;
  text-align: left; }

#getInTouch h3 img {
  height: 32px;
  filter: grayscale(1) brightness(10);
  opacity: 0.3; }

#getInTouch .flex-obj {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

#leadershipTeam {
  width: 100%;
  overflow: hidden;
  padding-bottom: 70px; }

#leadershipTeam .row {
  margin: 0; }

#leadershipTeam .col-12 {
  padding: 0; }

#leadershipTeam .card-container {
  display: flex;
  flex-wrap: wrap; }

#leadershipTeam .card {
  height: 28.125vw;
  width: 25%;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0px;
  perspective: 1000px; }

#leadershipTeam .card .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d; }

#leadershipTeam .card .card-inner .card-front,
#leadershipTeam .card .card-inner .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

#leadershipTeam .card .card-inner .card-front {
  background-color: grey;
  background-position: center;
  background-size: cover;
  filter: grayscale(100%) brightness(1.1) contrast(0.8); }

#leadershipTeam .card .card-inner .card-back {
  background-color: lightcoral;
  transform: rotateY(180deg);
  padding: 1vw;
  color: white;
  overflow-y: scroll;
  -ms-overflow-style: none; }

#leadershipTeam .card .card-inner .card-back h3,
#leadershipTeam .card .card-inner .card-back h4,
#leadershipTeam .card .card-inner .card-back p {
  text-align: left; }

#leadershipTeam .card .card-inner .card-back h3 {
  font-size: 2vw; }

#leadershipTeam .card .card-inner .card-back h4 {
  text-transform: uppercase;
  margin-bottom: 1.5vw;
  font-size: 1vw; }

#leadershipTeam .card .card-inner .card-back p {
  font-size: 1vw; }

#leadershipTeam .card .card-inner .card-back::-webkit-scrollbar {
  display: none; }

#leadershipTeam .card #chris .card-front {
  background-image: url("../img/Chris-Color.jpg"); }

#leadershipTeam .card #chris .card-back {
  background-color: #4eb2e5; }

#leadershipTeam .card #zane .card-front {
  background-image: url("../img/Zane-Color.jpg"); }

#leadershipTeam .card #zane .card-back {
  background-color: #ef7d00; }

#leadershipTeam .card #ant .card-front {
  background-image: url("../img/Ant-Color.jpg"); }

#leadershipTeam .card #ant .card-back {
  background-color: #009758; }

#leadershipTeam .card #ashwin .card-front {
  background-image: url("../img/Ashwin-color-sml.jpg"); }

#leadershipTeam .card #ashwin .card-back {
  background-color: #b90d80; }

#leadershipTeam .card:hover .card-inner {
  transform: rotateY(180deg); }

#makeUsDifferent {
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 180px; }

#makeUsDifferent h2 {
  margin-bottom: 100px; }

#makeUsDifferent .item {
  margin-top: -30px; }

#makeUsDifferent .item .flex {
  display: flex;
  align-items: center; }

#makeUsDifferent .item .picture {
  height: 130px;
  width: 130px;
  background-color: white;
  border-radius: 50%;
  border: 10px solid #e1e1e1;
  margin-right: 20px;
  min-width: 130px;
  text-align: center; }

#makeUsDifferent .item .picture .img-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -4px; }

#makeUsDifferent .item .picture .img-container img {
  max-width: 55px;
  max-height: 55px; }

#makeUsDifferent .item .picture::before {
  content: '';
  display: block;
  width: 10000px;
  height: 4px;
  position: relative;
  right: 10000px;
  top: 56px;
  background-color: #e1e1e1; }

#makeUsDifferent .item:nth-child(odd) .flex {
  justify-content: flex-end;
  flex-direction: row-reverse; }

#makeUsDifferent .item:nth-child(odd) .picture {
  margin-right: 0px;
  margin-left: 0px; }

#makeUsDifferent .item:nth-child(odd) .picture::before {
  content: '';
  display: block;
  width: 10000px;
  height: 4px;
  position: relative;
  left: 120px;
  top: 56px;
  background-color: #e1e1e1; }

#makeUsDifferent .item:nth-child(odd) p {
  text-align: right;
  margin-right: 20px;
  width: calc(100% - 130px); }

#wantToJoinUs {
  margin-top: -30px;
  padding-bottom: 30px; }

@media (max-width: 992px) {
  #leadershipTeam .card {
    width: 50%;
    height: 56.25vw; }
  #leadershipTeam .card .card-inner .card-back {
    padding: 2vw; }
  #leadershipTeam .card .card-inner .card-back h3 {
    font-size: 4vw; }
  #leadershipTeam .card .card-inner .card-back h4 {
    margin-bottom: 3vw;
    font-size: 2vw; }
  #leadershipTeam .card .card-inner .card-back p {
    font-size: 2vw; } }

@media (max-width: 768px) {
  #makeUsDifferent .item {
    margin-bottom: 65px; }
  #makeUsDifferent .item p {
    margin-bottom: 0; }
  #discMobPadding {
    padding-top: 30px; } }

@media (max-width: 576px) {
  #leadershipTeam .card {
    width: 100%;
    height: 112.5vw; }
  #leadershipTeam .card .card-inner .card-back {
    padding: 4vw; }
  #leadershipTeam .card .card-inner .card-back h3 {
    font-size: 8vw; }
  #leadershipTeam .card .card-inner .card-back h4 {
    text-transform: uppercase;
    margin-bottom: 6vw;
    font-size: 4vw; }
  #leadershipTeam .card .card-inner .card-back p {
    font-size: 4vw; } }

#sliderTextContainer {
  position: relative; }

.sliderText {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: translate3D(80px, 0px, 0px);
  transition: 0.8s all; }

.sliderText.active {
  opacity: 1;
  transform: translateX(0px); }

.sliderText.getout {
  transform: translate3D(-80px, 0px, 0px); }

#spaceSliderFix {
  position: relative;
  width: 1px;
  height: 164px; }

@keyframes aboutUsSlideIn {
  from {
    transform: translateX(50px);
    opacity: 0; }
  to {
    opacity: 1;
    transform: translateX(0px); } }

#makeUsDifferent .flex p {
  opacity: 0;
  transition: 0.8s opacity ease;
  transition-delay: 0.5s; }

#makeUsDifferent .flex.in-view p {
  opacity: 1; }

#makeUsDifferent .flex:not(.offset-md-6) .picture {
  transform: translateX(-30vw);
  transition: 0.8s transform ease; }

#makeUsDifferent .flex:not(.offset-md-6).in-view .picture {
  transform: translateX(0vw); }

#makeUsDifferent .flex.offset-md-6 .picture {
  transform: translateX(30vw);
  transition: 0.8s transform ease; }

#makeUsDifferent .flex.offset-md-6.in-view .picture {
  transform: translateX(0vw); }

#contactIntro #contactHero {
  filter: grayscale(1); }

#contactIntro .row {
  margin: 0px; }

#contactIntro .col-12 {
  padding: 0px;
  position: relative;
  text-align: left; }

#contactIntro .filterDiv {
  width: 100%;
  height: 600px;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

#contactIntro h2::after {
  width: 90px; }

#contactIntro iframe {
  border: 0;
  width: 100%;
  height: 600px; }

/* #careersSection {
    margin-bottom: 100px;
} */
#careersSection .careerHeading {
  margin-bottom: 30px; }

#careersSection .careerHeading p,
#careersSection .careerHeading h4 {
  text-align: center; }

#careersSection .careerHeading p {
  margin-bottom: 20px; }

#careersSection .careerHeading h4 {
  font-size: 18px;
  margin-bottom: 70px; }

#careersSection #positions {
  text-align: center; }

#careersSection #positions .line {
  width: 100%;
  height: 2px;
  background-color: rgba(40, 41, 41, 0.15);
  z-index: 1;
  position: relative; }

#careersSection #positions p {
  text-align: left; }

#careersSection #positions h4 {
  margin-bottom: 30px; }

#careersSection #positions .sectionHeader {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  color: rgba(40, 41, 41, 0.25);
  margin-bottom: 50px; }

#careersSection #positions .sectionHeader h3 {
  margin-top: -11px;
  font-size: 0.85rem; }

#careersSection #positions .sectionHeader h3 span {
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 4;
  position: relative; }

#getInTouch.contactSection {
  background-color: white;
  color: black; }

#getInTouch.contactSection img {
  height: 32px;
  filter: brightness(1);
  opacity: 1; }

@media (max-width: 768px) {
  #positions .col-md-6 {
    margin-bottom: 100px; } }

@media (max-width: 395px) {
  .staffProfile {
    flex-wrap: wrap; }
  .staffProfile .staffPicture {
    margin-bottom: 20px;
    margin-left: 40px; }
  .staffProfile .staffDetails {
    text-align: center; }
  #getInTouch h3 {
    font-size: 1.4rem;
    line-height: 2; } }

.homeSection.whatWeDoSection {
  padding-bottom: 150px; }

.homeSection.whatWeDoSection h2 {
  text-transform: none;
  text-align: left; }

.homeSection.whatWeDoSection h2:after {
  display: none; }

.homeSection.whatWeDoSection .staffProfile {
  justify-content: start; }

.homeSection.whatWeDoSection .staffProfile .staffPicture {
  width: 86px;
  height: 86px;
  margin-right: 25px; }

.homeSection.whatWeDoSection p {
  padding-right: 50px; }

.homeSection.whatWeDoSection .bold {
  margin-bottom: 35px; }

.homeSection.whatWeDoSection img {
  width: 100%; }

.homeSection.whatWeDoHero {
  min-height: 650px;
  background-color: #282929;
  position: relative; }

.homeSection.whatWeDoHero h1 {
  color: white;
  font-size: 3rem;
  line-height: 1.3; }

.homeSection.whatWeDoHero h1 span {
  color: #282929;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px; }

.homeSection.whatWeDoHero .container {
  position: relative;
  z-index: 3; }

.homeSection.whatWeDoHero h2 {
  color: white; }

.homeSection.whatWeDoHero:after {
  content: '';
  background-size: cover;
  background-position: center 30%;
  height: 650px;
  width: 60%;
  position: absolute;
  right: 0;
  top: 0; }

#enterpriseHero .heroTextRow {
  font-family: 'Merriweather', serif;
  height: 350px; }

#enterpriseHero .heroTextRow .col-md-4 {
  display: flex;
  align-items: center; }

#enterpriseHero::after {
  background-image: url("../img/In-the-Cockpit.jpg"); }

#agencyBrandsHero h1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 70px;
  margin-bottom: 70px;
  font-weight: 600;
  font-size: 2.5rem; }

#agencyBrandsHero img {
  width: 100%;
  margin-bottom: 70px; }

#agencyBrandsCopy h2 {
  margin-bottom: 35px; }

#agencyBrandsCopy .bold {
  margin-top: 50px;
  margin-bottom: 12px; }

#agencyBrandsCopy ul {
  list-style-position: outside; }

#agencyBrandsCopy li {
  margin-bottom: 12px;
  margin-left: 0;
  padding: 0; }

#agencyBrandsCopy #infographic {
  display: flex;
  align-items: center; }

.CTA-ctn {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end; }

.postRow .postImage {
  margin-bottom: 10px; }

.postRow .CTA-btn {
  margin-top: 0; }

.postRow img {
  background-color: rgba(220, 220, 220, 0.5);
  border: 0px solid rgba(220, 220, 220, 0.9);
  box-shadow: 0px;
  height: 100%; }

.postRow h3:empty {
  width: 300px;
  height: 20px;
  margin-bottom: 10px; }

.postRow .shortBio:empty {
  width: 100%;
  height: 15px;
  margin-bottom: 4px;
  margin-top: 3px;
  overflow: visible;
  margin-bottom: 38px; }

.postRow .shortBio:empty::after {
  content: '';
  height: 15px;
  width: 90%;
  margin-bottom: 4px;
  display: block;
  position: relative;
  top: 22px; }

.postRow .postType {
  margin-right: 10px; }

.postRow .postDate:empty {
  width: 100px;
  height: 12px;
  margin-bottom: 8px; }

.postRow .postType:empty {
  width: 60px;
  height: 12px; }

.postRow .postType:empty,
.postRow .postDate:empty,
.postRow .shortBio:empty,
.postRow .shortBio:empty::after,
.postRow h3:empty {
  background-color: rgba(220, 220, 220, 0.5);
  background-image: linear-gradient(90deg, rgba(220, 220, 220, 0) 0, rgba(255, 255, 255, 0.5) 50%, rgba(220, 220, 220, 0) 100%);
  background-position: -50px 0;
  background-size: 20%;
  animation-name: skeleton;
  animation-duration: 1.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background-repeat: no-repeat; }

.postRow {
  margin-bottom: 30px; }

.postRow h3,
.postRow p.shortBio {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.postRow h3 {
  -webkit-line-clamp: 1; }

.postRow p.shortBio {
  -webkit-line-clamp: 2; }

.postExtras {
  margin-bottom: 6px; }

.postType {
  text-transform: uppercase;
  font-size: 0.8rem; }

.postDate {
  color: #009758;
  font-size: 0.8rem; }

.postInfo a {
  color: #282929;
  text-decoration: none;
  display: block;
  width: 100%; }

.postInfo a:hover {
  text-decoration: none; }

.caseStudyContainer {
  margin-bottom: 70px; }

#awardsSection {
  margin-top: 90px;
  margin-bottom: 90px; }

#awardsSection .awards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }

#awardsSection .award {
  display: flex;
  align-items: center;
  margin-bottom: 60px; }

#awardsSection .award img {
  height: 70px;
  width: 70px;
  margin-right: 30px; }

#awardsSection .award h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px; }

#awardsSection .award p {
  font-size: 14px;
  margin-bottom: 0px; }

@media (max-width: 768px) {
  .CTA-ctn {
    justify-content: center; }
  .postImage {
    min-height: 50vw; }
  .postRow {
    margin-bottom: 60px; }
  .postRow .CTA-btn {
    margin-top: 20px; }
  .caseStudyContainer .CTA-btn {
    margin-top: 2%; }
  .postInfo h3 {
    -webkit-line-clamp: 2; }
  .postRow p.shortBio {
    -webkit-line-clamp: 3; }
  .postInfo .row {
    margin-right: 0; } }

#homeScroller {
  background-image: url("../img/Hero.jpg");
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

#homeHero {
  height: calc(95vh - 80px);
  /* background-color: #282929; */ }

#homeHero .container {
  height: 100%; }

#homeHero .container .row {
  height: 100%;
  align-items: center; }

#homeHero h1 {
  font-family: 'Work Sans', sans-serif;
  font-size: 60px;
  color: white;
  line-height: 70px; }

#homeHero p {
  color: white;
  padding-top: 20px; }

#homeHero h1 .line2 {
  color: white;
  font-weight: normal;
  font-size: 0.5em;
  letter-spacing: 2px; }

#homeHero h1 .line3 {
  color: white;
  text-transform: lowercase;
  font-weight: normal;
  font-size: 0.26em;
  line-height: 4;
  letter-spacing: 0px; }

#contactIntro h1::after {
  width: 90px; }

/* section.green h1::after {
    background-color: #009758;
} */
.slide {
  background: radial-gradient(circle 250px at var(--cursorX) var(--cursorY), rgba(255, 255, 255, 0.51) 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.75) 100%); }

#homeScroller {
  background: rgba(0, 0, 0, 0.75); }

@media (max-width: 576px) {
  #homeHero h1 {
    font-size: 12vw;
    line-height: 1.2; } }

#homeHero {
  overflow: hidden;
  width: 100%;
  position: relative; }

#homeHeroTextContainer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0.7; }

#homeHeroTextContainer #homeHeroText {
  position: relative;
  left: -80vw;
  top: -50vh;
  height: 200vh;
  width: 190vw;
  transform: rotate(-20deg); }

#homeHeroTextContainer #homeHeroText #heroTextSlider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  min-width: 100%;
  display: inline-flex;
  animation-name: heroCrawl7;
  animation-duration: 1000s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

#homeHeroTextContainer #homeHeroText #heroTextSlider div {
  height: 100%; }

#homeHeroTextContainer #homeHeroText #heroTextSlider .slide {
  height: 100%;
  width: 2000px;
  background: url("/img/hero-lines.png");
  background-size: 2000px;
  background-repeat: repeat-y;
  margin-right: -330px;
  opacity: 0.3;
  top: 0;
  animation-timing-function: linear; }

#homeHeroTextContainer #homeHeroText #heroTextSlider .slide:nth-child(even) {
  margin-top: 186px; }

#videoContainer {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  overflow: hidden; }

#videoContainer video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%); }

section.adspecs {
  margin-top: 100px;
  margin-bottom: 150px; }

section.adspecs .page-content .col-md-12 {
  padding-bottom: 30px; }

section.adspecs a {
  color: black; }

section.adspecs a:hover {
  text-decoration: none; }

section.adspecs .page-content h2 {
  text-align: center;
  margin-top: 0;
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 5rem; }

section.adspecs .img-container {
  border-radius: 50%;
  height: 94px;
  width: 94px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  border: 5px solid #efefef;
  padding: 0px;
  align-items: center;
  justify-content: center; }

section.adspecs img {
  max-height: 40px;
  max-width: 40px; }

#adspecs-page {
  margin-bottom: 150px; }

#adspecs-page p.reference {
  text-align: left;
  font-size: 11px;
  line-height: 1; }

#adspecs-page ul {
  list-style: none;
  padding-left: 2px; }

#adspecs-page .breadcrumb {
  margin-bottom: 0px;
  background-color: #e9ecef52;
  background-color: rgba(255, 230, 204, 0.22); }

#adspecs-page .breadcrumb a {
  color: #ef7d00; }

#adspecs-page .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"; }

#adspecs-page .col-md-12 {
  margin-bottom: 70px; }

#adspecs-page h2 {
  margin-bottom: 30px;
  font-size: 26px; }

#adspecs-page .page-content .dt {
  color: gray;
  font-weight: 500; }

#adspecs-page li ul li:before {
  content: "\e250";
  font-family: 'Glyphicons Halflings';
  font-size: 9px;
  float: left;
  margin-top: 4px;
  margin-left: -17px;
  color: #ccc; }

#adspecs-page li ul {
  padding-left: 30px; }

#adspecs-page li ul li ul {
  padding-left: 20px; }

#adspecs-page button {
  display: block;
  margin: 0 0 15px 30px;
  padding: 10px 15px;
  border-radius: 10px;
  background: 0 0;
  border: 2px solid #ef7d00;
  color: #ef7d00;
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  float: right; }

#adspecs-page button:active {
  outline: 0; }

#adspecs-page button:focus {
  outline: 0; }

#white-papers {
  margin-bottom: 100px; }

#white-papers .wp-list-item {
  /* background-color: rgba(127, 127, 127, 0.07); */
  border-radius: 10px;
  padding: 30px !important;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

#white-papers .wp-list-item h2 {
  font-size: 21px;
  font-weight: bold; }

#white-papers .wp-list-item p {
  margin-bottom: 0; }

#white-papers .wp-list-item .fa {
  font-size: 40px;
  padding: 10px 10px 10px 0;
  color: #aec534; }

#white-papers button {
  display: block;
  margin: 0 0;
  padding: 10px 15px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: 0 0;
  border: 2px solid #aec534;
  color: #212529;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase; }

#white-papers button:focus {
  outline: 0; }

#white-papers a:hover {
  text-decoration: none; }

#mobileNavMenuBtn {
  display: none;
  position: fixed;
  right: 15px;
  z-index: 10; }

#mobileNavMenuBtn:focus {
  outline: 0; }

nav#mobileMenu {
  display: flex;
  background-color: #282929;
  position: fixed;
  top: -85px;
  left: 0px;
  width: 100%;
  transform: translateY(calc( -100% + 80px));
  transition: 0.4s transform ease;
  justify-content: center;
  text-transform: uppercase;
  z-index: 3;
  padding-top: 90px;
  padding-bottom: 30px; }

.dropdown-item:focus, .dropdown-item:hover {
  color: #aec534;
  text-decoration: none;
  background-color: transparent; }

nav#mobileMenu a {
  display: block;
  width: 80%;
  margin-bottom: 20px;
  color: white; }

nav#mobileMenu a:focus, nav#mobileMenu a:hover {
  color: #aec534;
  text-decoration: none; }

nav#mobileMenu.active {
  transform: translateY(95px);
  /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); */ }

nav#mobileMenu.active {
  display: block; }

@media (max-width: 992px) {
  #mobileNavMenuBtn {
    display: block; } }

.hamburger {
  padding: 13px 13px;
  display: inline-block;
  opacity: 1;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: white; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: white;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
     * Squeeze
     */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

:root {
  --cursorX: 70vw;
  --cursorY: 50vh; }

section.orange h2::after {
  background-color: #ef7d00; }

section.orange a.CTA-btn,
section.orange button.CTA-btn {
  border-color: #ef7d00; }

section.orange a.CTA-btn:hover,
section.orange button.CTA-btn:hover {
  background-color: #ef7d00; }

section.green h2::after {
  background-color: #009758; }

section.green a.CTA-btn,
section.green button.CTA-btn {
  border-color: #009758; }

section.green a.CTA-btn:hover,
section.green button.CTA-btn:hover {
  background-color: #009758; }

section.blue h2::after {
  background-color: #4eb2e5; }

section.blue a.CTA-btn,
section.blue button.CTA-btn {
  border-color: #4eb2e5; }

section.blue a.CTA-btn:hover,
section.blue button.CTA-btn:hover {
  background-color: #4eb2e5; }

section.yellow h2::after {
  background-color: #ffe400; }

section.yellow a.CTA-btn,
section.yellow button.CTA-btn {
  border-color: #ffe400; }

section.yellow a.CTA-btn:hover,
section.yellow button.CTA-btn:hover {
  background-color: #ffe400; }

section.purple h2::after {
  background-color: #b90d80; }

section.purple a.CTA-btn,
section.purple button.CTA-btn {
  border-color: #b90d80; }

section.purple a.CTA-btn:hover,
section.purple button.CTA-btn:hover {
  background-color: #b90d80; }

html {
  scroll-behavior: smooth; }

#nav-right {
  justify-content: flex-end; }

body {
  margin: 0;
  font-family: 'Work Sans', sans-serif; }

h2 {
  font-weight: 400; }

#getInTouch a {
  color: white; }

#getInTouch a img {
  margin-right: 10px; }

.sliderDots {
  margin-top: 75px; }

.sliderDot {
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 15px;
  background-color: #848484;
  transition: all 0.2s; }

.sliderDot:hover {
  transform: scale(1.25); }

.sliderDotActive {
  transform: scale(1.25);
  background-color: #4eb2e5; }

.downArrow {
  position: absolute;
  bottom: 50px;
  left: calc(50% - 22px); }

.slideOut {
  animation-name: slideOut;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; }

.slideIn {
  animation-name: slideIn;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; }

.downArrow img {
  width: 45px;
  animation-name: arrowWobble;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-duration: 1.3s; }

.homeSection {
  width: 100%;
  padding-top: 80px; }

.greenSection, .blueSection, .biggerBlueSection, .greySection {
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  margin-top: -20px;
  margin-bottom: -15px;
  min-height: 345px;
  position: relative; }

.greenSection {
  background-image: url("/img/greenSection.png"); }

.blueSection {
  background-image: url("/img/blueSection.png");
  display: flex;
  flex-direction: row;
  align-items: center; }

.biggerBlueSection {
  background-image: url("/img/biggerBlueSection.png");
  height: 577px; }

.greySection {
  background-image: url("/img/greySection.png");
  height: 396px; }

.greySection h2 {
  color: white; }

.greenSection #greenHero p, .greenSection #greenHero h2 {
  color: white;
  text-align: left; }

.digitalMaturity {
  border: 2px solid #aec534;
  background-color: #aec534;
  color: white; }

.discoverySession {
  border: 2px solid #4ea4b1;
  background-color: #4ea4b1;
  color: white; }

.digitalMaturity, .discoverySession {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 20px; }

.digitalMaturity .formButton:hover {
  border: 2px solid white !important;
  background-color: #aec534;
  color: white; }

.discoverySession .formButton:hover {
  border: 2px solid white !important;
  background-color: #4ea4b1;
  color: white !important; }

label[for=test] {
  display: block;
  -webkit-perspective: 800px;
  perspective: 800px; }

.reversible {
  position: relative;
  width: 100%;
  margin: 50px auto;
  height: 406px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: transform 1s ease;
  transition: all 1s; }

.card.tile-front.active {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.reversible .card {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.tile-front {
  z-index: 2; }

.tile-back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

/* .card-body {
    text-align: center;
  } */
.card-footer {
  font-size: 2rem; }

.card {
  transition: all .8s ease;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* overflow: hidden; */
  background-color: transparent;
  background-clip: border-box;
  border: none !important;
  border-radius: 0 !important; }

.card.tile-back .discoverySession {
  width: 370px;
  height: 406px; }

input:focus {
  outline-offset: 0px; }

input[type="submit" i] {
  padding: 1px 6px; }

input:focus {
  outline: none; }

input[type="submit" i] {
  appearance: push-button;
  user-select: none;
  white-space: pre;
  align-items: flex-start;
  text-align: center;
  cursor: default;
  color: -internal-light-dark(buttontext, #aaaaaa);
  background-color: buttonface;
  box-sizing: border-box;
  padding: 2px 6px 3px;
  border-width: 2px;
  border-style: outset;
  border-color: none;
  border: none;
  border-image: initial; }

.digitalMaturity p, .discoverySession p {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 300;
  margin-left: 0; }

.digitalMaturity form input, .discoverySession a {
  width: 94%;
  margin-top: 5px;
  margin-bottom: 5px;
  /* color: #aaacaa; */
  color: black;
  /* border: 1px solid #aaacaa; */
  border: 1px solid white;
  background-color: white;
  padding: 4px; }

.discoverySession form {
  /* height: 40px; */ }

.formButton {
  text-decoration: none;
  padding: 12px 20px !important;
  border-radius: 22px;
  margin-left: 15px;
  margin-right: 15px;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-transform: uppercase;
  max-width: 144px;
  margin-top: 20px !important;
  color: #212529;
  font-size: 15px;
  font-weight: 500;
  margin-left: calc(94% - 144px); }

.digitalMaturity .formButton {
  /* border: 2px solid #aec534; */
  border: 2px solid white; }

.discoverySession .formButton {
  /* border: 2px solid #4ea4b1; */
  border: 2px solid white; }

.formHeader {
  font-weight: 400;
  text-transform: uppercase; }

.homeSection h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px; }

/* .homeSection h2::after {
    content: '';
    width: 16%;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    height: 3px;
    display: block;
    background-color: #4eb2e5;
} */
.homeSection h1 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 2rem; }

/* .homeSection h1::after {
    content: '';
    width: 16%;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    height: 3px;
    display: block;
    background-color: #4eb2e5;
} */
.homeSection.whatWeDoHero h1 {
  color: white; }

#customIntro h2::after {
  background-color: #4eb2e5; }

#latestSection h2::after {
  background-color: #009758; }

#latestSection {
  padding-bottom: 100px; }

#sliderImage {
  animation-duration: 100s;
  animation-name: imageSlowScale;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  width: 100%; }

.postImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.1s; }

.postImage img:hover {
  transform: translateY(-3px); }

.postInfo {
  padding-left: 40px; }

.postInfo h3 {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 0.3em;
  transition: all 0.1s; }

#sliderCopy {
  margin-top: 25px;
  margin-bottom: 25px; }

#customIntro .CTA-btn {
  margin-top: 0;
  border-color: #4eb2e5; }

#customIntro .CTA-btn:hover {
  margin-top: 0;
  background-color: #4eb2e5; }

#caseStudySection {
  padding-bottom: 100px;
  padding-top: 120px; }

#caseStudySection h2 {
  margin-bottom: 90px; }

#caseStudySection #case-header .line {
  width: 100%;
  height: 2px;
  background-color: rgba(40, 41, 41, 0.15);
  z-index: 1;
  position: relative;
  max-width: 95vw;
  margin-left: auto;
  margin-right: auto; }

#caseStudySection #case-header .sectionHeader {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  color: rgba(40, 41, 41, 0.25);
  margin-bottom: 20px; }

#caseStudySection #case-header .sectionHeader h3 {
  margin-top: -11px;
  font-size: 0.85rem; }

#caseStudySection #case-header .sectionHeader h3 span {
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 4;
  position: relative; }

#caseStudySection .caseStudyContainer .caseImg {
  width: 100%;
  height: 170px;
  background: rgba(40, 41, 41, 0.07);
  margin-bottom: 25px; }

#caseStudySection .caseStudyContainer h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 20px; }

#caseStudySection .caseStudyContainer p.caseCopy {
  font-size: 0.95rem;
  padding-right: 10%; }

.sliderContent {
  margin-top: 40px; }

.postInfo h3:hover {
  color: #009758; }

.CTA-ctn {
  text-align: center; }

a.CTA-btn {
  color: #282929; }

a.CTA-btn:hover {
  color: #aec534 !important;
  text-decoration: none; }

.CTA-btn {
  background-color: transparent;
  text-transform: uppercase;
  padding: 7px 15px;
  border: 2px solid black;
  transition: all 0.1s;
  margin-top: 10%; }

.CTA-btn:hover {
  background-color: white; }

.CTA-btn:focus {
  outline: 0px; }

#signUpFormSection {
  background-color: #282929;
  color: white; }

#signUpFormSection h2:after {
  background-color: #b90d80; }

.lottieContainer {
  width: 100%;
  height: 230px; }

.lottieCopy {
  font-size: 1.0rem;
  padding-right: 10px; }

#lottieSection {
  padding-bottom: 100px; }

#lottieSection h4 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600; }

#footerSection {
  background-color: #ebebeb;
  padding-bottom: 100px; }

#signUpFormSection {
  padding-top: 50px;
  padding-bottom: 50px; }

#signUpFormSection .fName {
  padding-right: 5px; }

#signUpFormSection .lName {
  padding-left: 5px; }

#signUpFormSection button {
  color: white;
  border-color: #b90d80;
  margin-top: 5%;
  margin-left: 10px; }

#signUpFormSection button:hover {
  color: white;
  background-color: #b90d80; }

#signUpFormSection input {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 10px; }

@media (max-width: 992px) {
  #signUpFormSection .newsletterHeader {
    margin-bottom: 20px; }
  #signUpFormSection .fName {
    padding-right: 15px; }
  #signUpFormSection .lName {
    padding-left: 15px; }
  #signUpFormSection .signUpBtnCtn {
    text-align: center; }
  #signUpFormSection button {
    margin-left: 0px; } }

.dark-btn {
  background: transparent; }

.relative {
  position: relative; }

#homeIntro {
  padding-top: 130px;
  padding-bottom: 60px; }

/* #homeIntro .container {
    max-width: 980px;
} */
#homeIntro .container h2 {
  font-family: 'Work Sans', sans-serif;
  text-transform: none;
  font-size: 1.8rem; }

#homeIntro .container h1 {
  font-family: 'Work Sans', sans-serif;
  text-transform: none;
  font-size: 1.8rem; }

#homeIntro .container h2:after {
  display: none; }

/* #homeIntro .container p {
    text-align: center;
} */
#homeIntro .container span {
  padding-left: 3px;
  padding-right: 3px; }

#homeIntro .container .highlight {
  animation-name: highlightAnim;
  background-size: 200%;
  animation-timing-function: ease;
  animation-duration: 0.5s;
  animation-delay: 0.7s;
  background-image: linear-gradient(to left, #ffe400 50%, transparent 50%);
  background-position: 0%;
  animation-fill-mode: forwards; }

.highlight {
  animation-name: highlightAnim;
  background-size: 200%;
  animation-timing-function: ease;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  background-image: linear-gradient(to left, #ffe400 50%, transparent 50%);
  background-position: 0%;
  animation-fill-mode: forwards; }

.bold {
  font-weight: bold; }

.staffProfile {
  display: flex;
  margin-bottom: 60px;
  align-items: center;
  justify-content: center; }

.staffProfile .staffPicture {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  background-size: cover;
  margin-right: 40px; }

.staffProfile #chris {
  background-image: url("../img/Chris-Color.jpg"); }

.staffProfile #zane {
  background-image: url("../img/Zane-Color.jpg"); }

.staffProfile #anthony {
  background-image: url("../img/Ant-Color.jpg"); }

.staffProfile #ashwin {
  background-image: url("../img/Ashwin-color-sml.jpg"); }

.staffProfile h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px; }

.staffProfile h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.staffProfile p {
  margin-bottom: 5px;
  font-size: 14px; }

.staffProfile p span {
  font-weight: bold; }

#caseImg1 {
  background-color: #282929; }

#what-we-do-lottie {
  width: 100%;
  margin-bottom: 70px; }

@media (min-width: 1300px) {
  .container {
    max-width: 1200px; } }

#awards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: white; }

/* .verticalFlex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}  */
.verticalFlex p {
  margin-bottom: 0px; }

#bnt, #awardsIcon {
  padding-left: 20px;
  padding-right: 20px;
  align-self: center; }

.boldText {
  font-weight: 600; }

#activateHero {
  background-image: url("/img/activateHeader.jpg"); }

#solutionsHero {
  background-image: url("/img/solutionsHeader.jpg"); }

#discoveryHero, #blogHero, #careersHero, #learnHero, .contactUsHero {
  background-image: url("/img/discoveryHeader.jpg"); }

#aboutHero {
  background-image: url("/img/aboutHeader.jpg"); }

.pictureHero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 30% 0%;
  height: 165px;
  width: 100%;
  display: flex;
  align-items: center; }

.paddingSection {
  padding-top: 80px;
  padding-bottom: 80px; }

.aboutTitles.paddingSection, #leadershipTeam .paddingSection {
  padding-top: 40px;
  padding-bottom: 40px; }

.greenHeading {
  color: #aec534;
  font-size: 45px; }

.diagramContainer svg {
  width: 100%;
  margin-top: -100px; }

.blueQuote {
  color: #5aa4b2;
  font-size: 22px;
  font-style: italic;
  font-family: 'Merriweather'; }

.quoter {
  color: #7f807f; }

#focusSection h2 {
  text-transform: uppercase;
  font-size: 30px;
  padding-bottom: 25px; }

#focusSection {
  color: white;
  padding-top: 30px; }

li {
  padding-bottom: 7px; }

.solutionsFlex {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  /* justify-content: left; */
  display: flex; }

.solutionsIcon {
  width: 125px;
  padding-right: 20px; }

.solutionsIcon img {
  width: 100%; }

.solutionsText {
  width: calc(95% - 190px);
  /*change width back to calc(95% - 380px) to use the icons*/ }

.paddingSectionSolutions {
  /* to go back to icons: 
    padding-top: 65px;
    padding-bottom: 65px; */
  padding-top: 30px;
  padding-bottom: 30px; }

.blueText {
  color: #4ea4b1; }

.discoveryIcon {
  width: 90px; }

.invert {
  filter: invert(0.8); }

.grayIcon {
  filter: invert(0.7); }

#bnt.grayIcon, #awardsIcon.grayIcon {
  width: 110px; }

#aboutIntro h2, #activateIntro h2, h2#discovery {
  /* color: #696969; */
  font-size: 40px; }

h2#discovery {
  padding-bottom: 25px; }

.aboutTitles {
  text-transform: uppercase;
  font-size: 20px; }

.uppercase {
  text-transform: uppercase; }

#leadershipTeam h2 {
  text-transform: uppercase; }

#leadershipTeam {
  padding-top: 50px;
  margin-right: auto;
  margin-left: auto; }

#leadershipTeam img {
  padding-left: 5px;
  padding-right: 5px;
  width: 290px; }

#getInTouch a {
  color: #212529; }

.leaderImg p {
  position: absolute;
  bottom: 0;
  left: 25px;
  padding-right: 35px;
  color: white; }

.leaderImg {
  position: relative; }

.linkedIn {
  font-size: 12px;
  color: white; }

.linkedIn img {
  width: 25px !important; }

.leaderName {
  font-weight: 600; }

#techpartners {
  display: flex;
  justify-content: center; }

#techpartners img {
  object-fit: contain;
  width: 300px;
  padding-left: 30px;
  padding-right: 30px; }

#readMoreBlog {
  color: #969695; }

section.green a.CTA-btn {
  border-color: black; }

section.green a.CTA-btn:hover {
  background-color: #aec534; }

.postInfo h3:hover {
  color: #969695; }

.postDate {
  color: #212529;
  font-size: 0.8rem; }

#careersSection {
  color: white;
  padding-top: 90px;
  padding-bottom: 90px; }

#careersSection .CTA-btn {
  font-size: 12px;
  border-color: white;
  padding-top: 10px; }

#helicopter {
  background-image: url("/img/helicopter.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9;
  margin-top: -40px;
  min-height: 525px;
  background-position: 50%; }

/* #careersHeader, #learnHeader {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 36px;
} */
#careersCTA {
  font-size: 20px; }

.positionPadding {
  padding-top: 20px;
  padding-bottom: 80px;
  /* height: 310px; */ }

#learnForm input[placeholder='First Name'], input[placeholder='Last Name'] {
  width: 50%; }

#learnForm input[placeholder='Email'] {
  width: calc(100% - 10px); }

#learnForm input {
  padding: 5px;
  margin: 5px; }

/* #careersHeight {
    height: 770px;
} */
/* #learnForm {
    display: flex;
    justify-content: space-between;
} */
.flexName {
  display: flex;
  justify-content: space-between; }

#learnForm input[value="Get access"] {
  border: 2px solid #aec534;
  color: #212529; }

#learnDownloads a.CTA-btn {
  filter: invert(0.8); }

#learnForm input {
  border: 0.5px solid #a9aaa8;
  color: #a9aaa8; }

#greenHero h2 {
  font-size: 32px;
  font-weight: 500; }

#focusSection {
  margin-top: 60px; }

#letsTalk {
  border: 1px solid #aec534;
  min-width: 107px; }

#login {
  border: 1px solid #4ea4b1;
  color: white !important; }

#loginNav {
  position: absolute;
  top: 0.7rem;
  right: 1rem; }

#activateDiagram {
  width: 85%;
  margin-left: 15%; }

.activateSection {
  padding-top: 85px; }

#activateText {
  position: absolute;
  width: 450px; }

#activateMobile {
  display: none; }

#activateMobile p {
  color: #212529; }

.headingColumn {
  display: flex;
  flex-direction: column;
  margin-top: 20px; }

.headingColumn img {
  height: 30px;
  width: 47%;
  margin-bottom: 15px; }

.imageColumn img {
  height: 100px;
  padding: 5px 5px 5px 20px; }

.imageColumn {
  width: 28%; }

.infoColumnBlue, .infoColumnGreen, .infoColumnGrey {
  padding-left: 10px;
  padding-right: 10px; }

.infoColumnBlue {
  display: none; }

.infoColumnGreen {
  display: none; }

.infoColumnGrey {
  display: none; }

/* 
#activateMobile ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
} */
#activateMobile .row {
  max-height: 100px; }

.resultImgContainer {
  width: 100%;
  height: 400px;
  /* background-color: black; */ }

.hideOnWeb {
  display: none;
  width: 100%; }

.caseStudy {
  width: 100%;
  height: 400px;
  background-size: cover;
  position: relative;
  overflow: hidden;
  /* transition: transform .6s ease-in-out; */
  transition: all 0.4s ease-in-out; }

#maoriParty {
  background-image: url("/img/Maori-Party-Header.jpg");
  background-position: 50%; }

#voteNo {
  background-image: url("/img/VoteNo-OldLady.jpg");
  background-position: 54%; }

#blueLagoon {
  background-image: url("/img/blueLagoon.jpg");
  background-position: 60%; }

#airport {
  background-image: url("/img/airport.jpg");
  background-position: 71%; }

#blues {
  background-image: url("/img/blues.jpg");
  background-position: 50%; }

.caseStudyModal {
  background-color: black;
  position: relative;
  height: 100%;
  width: 100%;
  transform: translateY(236px);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 27px; }

.caseStudy:hover .caseStudyModal {
  transform: translateY(0px); }

.min-case.caseStudy:hover .studyIconFlex, .min-case.caseStudy:hover .studyDownloadFlex {
  transform: translatey(-25px); }

.caseStudy a:hover {
  color: #aec534;
  text-decoration: none; }

.caseStudy p {
  color: lightgray;
  font-weight: 200; }

.caseStudyTitle {
  font-size: 20px;
  color: white;
  position: relative;
  font-weight: 300;
  height: 90px; }

.caseStudyLogo {
  background: linear-gradient(to top, black 72%, transparent);
  position: relative;
  bottom: 60px;
  height: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 25px; }

.caseStudyLogo img {
  width: 160px; }

.caseStudyLogo svg {
  width: 40px;
  font-size: 40px; }

.studyIconFlex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }

.studyContentFlex {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 25px;
  padding-right: 25px; }

.caseStudy svg {
  font-size: 33px;
  padding-top: 3px;
  min-width: 30px; }

.studyContentFlex span {
  font-size: 28px;
  color: #aec534;
  font-weight: 400; }

.studyDownloadFlex {
  display: flex;
  flex-direction: row;
  /* justify-content: center; */
  /* align-self: center; */
  align-items: center;
  padding-top: 10px; }

.studyDownloadFlex span {
  padding-left: 3px; }

.navSection .navbar-nav .nav-item:hover .nav-link {
  color: #aec534; }

.navSection .navbar-nav .nav-item:hover .dropdown-toggle svg {
  fill: #aec534;
  filter: none; }

.navSection .navbar-nav .nav-item:hover #letsTalk {
  background-color: #aec534;
  color: white; }

#login:hover {
  background-color: #4ea4b1; }

.dropdown-menu {
  position: absolute;
  border-radius: 0px;
  padding-top: 30px;
  border: none; }

.dropdown .dropdown-menu::after {
  content: '';
  display: block;
  position: relative;
  height: 4px;
  background-color: #aec534;
  top: -89px;
  left: 0px;
  width: 100%;
  z-index: 100; }

.postRow {
  display: none; }

#latestSection .postRow {
  display: flex; }

.content {
  margin-top: -22px; }

.absLogo {
  position: absolute;
  left: 1.7rem;
  z-index: 11; }

.navLogo {
  display: none; }

.solutionsIcon2 {
  height: 80px; }

#aladdinHeader {
  font-family: 'Dancing Script', cursive;
  font-size: 65px; }

#white-papers {
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: visibility 0s, opacity 0.5s linear; }

#learnForm input[type="submit"] {
  background-color: white; }

#testMessage {
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: visibility 0s, opacity 0.5s linear; }

.becomeVisible {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important; }

@media (min-width: 1320px) {
  .navLogin {
    display: none; }
  .absLogin {
    display: block; } }

@media (max-width: 1319px) {
  #activateText {
    position: relative;
    width: 100%; }
  #activateDiagram {
    width: 100%;
    margin-left: 0%; }
  .navLogin {
    display: none; }
  .absLogin {
    display: block; } }

@media (max-width: 990px) {
  .navLogin {
    display: block; }
  .absLogin {
    display: none; }
  /* .positionPadding {
        height: 340px;
    } */ }

@media (max-width: 767px) {
  #activateWeb {
    display: none; }
  #activateMobile {
    display: block;
    padding-top: 25px; }
  .activateSection {
    padding-top: 40px; }
  .paddingSection {
    padding-top: 60px; }
  body {
    font-size: 16px; }
  /* 
    .positionPadding {
        height: 290px;
    } */
  #focusSection ul {
    margin-bottom: 0; }
  /* #white-papers .wp-list-item {
        flex-wrap: wrap;
    } */ }

@media (max-width: 576px) {
  #footer nav:after {
    display: none; }
  #footer .col {
    flex-basis: auto;
    flex-grow: unset;
    width: 100%; }
  #footer .col .nav-item {
    text-align: center; }
  #footer nav .nav-item:nth-of-type(1) {
    margin-bottom: 0px; }
  #footer #forClients {
    margin-bottom: 0; }
  #footer #forClients .nav-item {
    margin-bottom: 30px; }
  #footer #forClients .nav-item:nth-of-type(1) {
    margin-bottom: 15px;
    display: none; }
  #footer #forClients .nav-item:nth-of-type(1) a {
    font-weight: 600; }
  .container {
    padding-right: 25px;
    padding-left: 25px; }
  #awardsSection {
    text-align: center; }
  #awardsSection img {
    height: 70px;
    margin-top: 30px; }
  #awardsSection h3 {
    padding-top: 50px; }
  #firstRow {
    padding-bottom: 20px; }
  #whyAcquireHeader {
    padding-bottom: 0px; }
  .digitalMaturity, .discoverySession {
    text-align: left; }
  #awards {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white; }
  #section1, #section2 {
    padding-bottom: 50px; }
  #section1 {
    padding-top: 50px; }
  .hideOnMobile {
    display: none; }
  .studyMobilePadding {
    padding-bottom: 60px; }
  .quoter {
    padding-bottom: 40px; }
  .blueSection {
    background-position: 1%; }
  .solutionsText {
    width: 100%; }
  .paddingSectionSolutions {
    padding-top: 10px;
    padding-bottom: 20px; }
  .hideOnWeb {
    display: block; }
  .solutionsIcon {
    padding-bottom: 30px;
    width: 170px; }
  .discoveryIcon {
    padding-bottom: 15px;
    padding-top: 15px; }
  .aboutTitles {
    padding-top: 10px;
    padding-bottom: 10px; }
  #section1, #section2 {
    justify-content: flex-start; }
  #leadershipTeam {
    padding-top: 0px; }
  #leadershipTeam h2 {
    font-size: 30px; }
  #leadershipTeam .row {
    padding-top: 15px;
    padding-bottom: 15px; }
  .leaderImg {
    margin-left: auto;
    margin-right: auto; }
  #leadershipTeam img {
    width: 310px;
    padding-bottom: 10px;
    padding-top: 10px; }
  #techpartners {
    flex-direction: column; }
  .greySection {
    height: 470px; }
  #techpartners img {
    width: 200px;
    /* padding-left: 53px; */
    /* padding-right: 30px; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px; }
  #mobileHelicopter {
    width: 100%; }
  #careersSection .CTA-btn {
    padding: 13px 19px;
    font-size: 13px; }
  #careersPadding {
    padding-bottom: 40px; }
  /* 
    .positionPadding {
        height: 300px;
    } */
  #careersHeight {
    padding-top: 5px; }
  #bnt.grayIcon, #awardsIcon.grayIcon {
    width: 70px; }
  #bnt, #awardsIcon {
    padding-left: 0px;
    padding-right: 20px;
    align-self: center; }
  .caseStudyModal {
    transform: translateY(235px); }
  .caseStudyTitle {
    font-size: 17px;
    color: white;
    position: relative;
    font-weight: 300;
    height: 90px; }
  .studyContentFlex span {
    font-size: 22px; }
  .caseStudy svg {
    font-size: 25px; }
  #aladdinHeader {
    font-size: 50px; } }

@media (max-width: 445px) {
  /* .positionPadding {
        height: 330px;
    } */
  .greenHeading {
    font-size: 42px; }
  #aboutIntro h2, #activateIntro h2, h2#discovery {
    font-size: 29px; }
  .tblTitle, #focusSection h2 {
    font-size: 24px; }
  #white-papers button {
    font-size: 14px; }
  #getInTouch .tblTitle {
    margin-bottom: 20px;
    margin-top: 20px; }
  #getInTouch a {
    font-size: 22px; } }

@media (max-width: 380px) {
  /* .positionPadding {
        height: 370px;
    } */ }

@media (max-width: 335px) {
  /* .positionPadding {
        height: 420px;
    } */
  /* #careersHeight {
        height: 830px;
    } */ }

#awards {
  flex-wrap: wrap;
  padding-top: 100px;
  padding-bottom: 100px; }

.awardContainer {
  width: 100%; }

.awardContainer {
  justify-content: flex-start;
  display: flex;
  flex-direction: row; }

#section2 {
  margin-bottom: 60px; }

.awardsSection {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }

.award {
  width: 50%;
  padding-right: 40px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 24px; }
  .award span {
    font-size: 20px; }

.logoSection {
  width: 200px; }

#awards2 {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap; }
  #awards2 .award {
    font-size: 12px; }
    #awards2 .award span {
      font-size: 14px; }
  #awards2 p {
    color: black; }
  #awards2 .awardsSection2 {
    display: flex; }
  #awards2 .logoSection {
    width: 120px; }
  #awards2 #drum2 {
    width: 66.6%; }
  #awards2 #bnt2 {
    width: 33.3%; }
    #awards2 #bnt2 .award {
      width: 100%; }

@media (max-width: 1056px) {
  #awards2 #drum2 {
    width: 100%;
    margin-bottom: 50px; }
    #awards2 #drum2 .award {
      width: 50%; }
  #awards2 #bnt2 {
    width: 100%; }
  .award {
    width: 100%; } }

@media (max-width: 768px) {
  #awards2 #drum2 .award {
    width: 100%; } }

@media (max-width: 576px) {
  .awardsSection2 {
    flex-direction: column; }
  .awardContainer {
    flex-direction: column; }
  #awards2 .awardsSection2 .logoSection,
  .logoSection {
    text-align: center;
    width: 100%;
    margin-bottom: 40px; }
  .award {
    width: 100%;
    text-align: center;
    padding-right: 0px; }
  #section2 {
    margin-bottom: 0px; }
  #bnt2 {
    margin-bottom: 50px; } }

.quotesContainer {
  padding-top: 100px;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .quotesContainer .quote {
    width: 66.6%;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 0.7;
    position: relative; }
    .quotesContainer .quote .quote-icon {
      position: absolute;
      top: -40px;
      left: -20px; }
      .quotesContainer .quote .quote-icon svg {
        width: 120px;
        height: 120px;
        opacity: 0.06; }
    .quotesContainer .quote .quoteContent {
      text-align: justify; }
    .quotesContainer .quote .author {
      text-align: right;
      font-size: 16px; }
      .quotesContainer .quote .author span {
        font-weight: bold; }

@media (max-width: 480px) {
  .quotesContainer .quote {
    width: calc(100% - 50px); }
  .quotesContainer .author {
    font-size: 14px; } }

.partnerLogos {
  margin-top: 30px; }

.partnerLogos .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

.partnerLogos img {
  height: 82px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
  margin-top: 40px; }

@media (max-width: 576px) {
  #awardsSection .partnerLogos img {
    width: 220px;
    height: auto; } }
