@import url(https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i);
@font-face {
  font-family: AvantGardePro;
  src: url(../fonts/ITCAvantGardePro-Bold.otf);
  font-display: swap; }
@font-face {
  font-family: AvantGarde;
  src: url(../fonts/AvantGarde.ttf);
  font-display: swap; }
@font-face {
  font-family: AvantGardeBold;
  src: url(../fonts/AvantGardeBold.ttf);
  font-display: swap; }
@font-face {
  font-family: PoppinsBold;
  src: url(../fonts/Poppins-Bold.otf);
  font-display: swap; }
@font-face {
  font-family: PoppinsLight;
  src: url(../fonts/Poppins-Light.otf);
  font-display: swap; }
@font-face {
  font-family: PoppinsExtraLight;
  src: url(../fonts/Poppins-ExtraLight.otf);
  font-display: swap; }
@font-face {
  font-family: PoppinsThin;
  src: url(../fonts/Poppins-Thin.otf);
  font-display: swap; }
@font-face {
  font-family: CerealBold;
  src: url(../fonts/CerealBold.ttf);
  font-display: swap; }
@font-face {
  font-family: Avenir;
  src: url(../fonts/Avenir.ttf);
  font-display: swap; }
@font-face {
  font-family: Doctor;
  src: url(../fonts/doctor.otf);
  font-display: swap; }
/* Massive heading */
/* Big heading */
/* Small heading */
/* Big copy */
/* Medium copy */
/* Small copy */
/* Tiny copy */
.header-bar {
  width: 100%;
  height: 120px;
  background-color: #0000de;
  position: sticky;
  top: 0;
  z-index: 1; }

.header-bar2 {
  width: 100%;
  height: 120px;
  background-color: #30302f;
  position: sticky;
  top: 0;
  z-index: 100; }

body {
  background-color: #30302f;
  color: #fff;
  font-family: AvantGarde; }

* {
  box-sizing: border-box;
  font-family: AvantGarde; }

a {
  text-decoration: none;
  color: #fff;
  padding-top: 5px !important; }

h1 {
  width: 100%;
  font: normal 800 5.2173913043vw Zeitung, sans-serif;
  color: #636363;
  text-align: center;
  padding-top: 5px !important; }

h2 {
  padding-top: 5px;
  margin-top: -10px; }

pre {
  white-space: pre-wrap; }

button {
  color: #fff;
  background-color: transparent;
  border: 4px solid #1AFFBD;
  border-radius: 50px;
  z-index: 500;
  padding: 16px 30px 14px 30px;
  float: left;
  margin-top: 10px; }

.services-buttons button {
  margin-right: 10px; }

/***************** LAYOUT ******************/
.wrap-50 {
  width: 50%;
  margin-left: 25%; }

.wrap-60 {
  width: 60%;
  margin-left: 20%; }

.wrap-70 {
  width: 72%;
  margin-left: 14%; }

.wrap-80 {
  width: 80%;
  margin-left: 10%; }

.wrap-90 {
  width: 90%;
  margin-left: 5%; }

.columns2 {
  width: 50%;
  float: left; }

.columns2-2 {
  width: 50%;
  float: left; }

.columns3 {
  width: calc(100% / 3);
  float: left; }

.columns4 {
  width: calc(100% / 4);
  float: left; }

.columns5 {
  width: calc(100% / 5);
  float: left; }

.columns6 {
  width: calc(100% / 6);
  float: left; }

.full-height-slide {
  margin: 0;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100vh;
  z-index: 5;
  margin-bottom: 400px;
  scroll-margin-top: 30px; }

#sticky-slides {
  height: 100vh; }

video {
  background-color: #0000de;
  border: 0px; }

.video-container {
  display: grid;
  justify-items: left;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 105; }

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

.video-text2 {
  position: absolute;
  z-index: 20;
  top: 29vh;
  left: 14vw;
  width: 30%;
  text-align: center;
  font-family: AvantGardePro; }

.video-text2 h6 {
  color: #1AFFBD;
  font-size: 1.3vw;
  text-align: left;
  font-family: AvantGarde;
  margin-bottom: 30px; }

.video-text2 h2 {
  font-size: 4vw;
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  width: 110%; }

.video-text2 p {
  font-size: 1.1vw;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  font-family: AvantGarde; }

.mw-logo {
  position: fixed;
  z-index: 106;
  top: 30px;
  left: 30px;
  width: 50%;
  height: 100px; }

.mw-logo-full {
  margin-left: 30px;
  margin-top: 30px; }

.mw-logo-full img {
  width: 220px; }

.mw-logo img {
  width: 60px; }

.mw-name {
  position: fixed;
  z-index: 104;
  top: 0px;
  left: 105px;
  width: 50%; }

.mw-name img {
  padding-top: 27px;
  padding-left: 0px;
  width: 150px; }

a.nav-bottom img {
  display: block;
  display: none;
  width: 3%;
  margin: 0 auto;
  margin-left: 48.5%;
  position: absolute;
  bottom: 30px; }

#topbar {
  height: 30px;
  width: 100%;
  background-color: #30302f;
  position: fixed;
  z-index: 500000; }

#topbar p {
  float: right;
  padding-top: 8px;
  padding-right: 20px;
  font-size: 16px; }

#topbar a:hover {
  color: #1AFFBD; }

.mw-logo {
  top: 60px; }

.mw-name {
  top: 30px; }

/***************** HERO VIDEO ******************/
#hp_video {
  width: 100vw;
  height: 100vh;
  background-color: #dkgrey; }

section.main-vid-overlay-animation {
  padding-left: 14vw;
  text-align: left;
  color: #fff;
  position: sticky;
  top: 0; }

section.main-vid-overlay-animation h1 {
  text-transform: uppercase;
  color: #1AFFBD;
  font-size: 6vw;
  font-family: AvantGardePro;
  margin-bottom: -10px;
  margin-top: -10px;
  text-align: left;
  line-height: 1.15;
  padding-top: 0px !important; }

.vid-fade-right {
  opacity: 0;
  animation-name: vid-fade-right;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

.vid-fade-bottom {
  opacity: 0;
  animation-name: vid-fade-left;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

.vid-fade-left {
  opacity: 0;
  animation-name: vid-fade-bottom;
  animation-delay: 1.7s;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

.vid-full-container {
  opacity: 1;
  animation-name: vid-full-container;
  animation-delay: 4s;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

@keyframes vid-fade-right {
  0% {
    transform: translateX(-445px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes vid-fade-bottom {
  0% {
    opacity: 0; }
  50% {
    transform: translateY(50px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes vid-fade-left {
  0% {
    transform: translateX(445px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes vid-full-container {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/***************** INTRO ******************/
#hp_intro {
  width: 100vw;
  height: 105vh;
  background-color: #0000de;
  background-color: #0000de;
  z-index: 100; }

#hp_intro h2 {
  padding-top: 30vh;
  padding-bottom: 60px;
  text-align: left;
  text-transform: uppercase;
  color: #1AFFBD;
  font-size: 4vw;
  font-family: AvantGardePro; }

#hp_intro .hp_intro_copy p {
  font-size: 1.1vw;
  font-family: AvantGarde;
  color: #30302f;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 25px;
  letter-spacing: 2px;
  width: 70%; }

#hp_intro2 {
  width: 100vw;
  height: 115vh;
  background-color: #0000de;
  z-index: 100;
  padding-top: 30vh; }

#hp_intro2 h2 {
  text-align: left;
  text-transform: uppercase;
  color: #1AFFBD;
  font-size: 6vw;
  font-family: AvantGardePro; }

#hp_intro2 .hp_intro2_copy p {
  font-size: 1.1vw;
  font-family: AvantGarde;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 25px;
  letter-spacing: 2px;
  width: 70%; }

content {
  padding: 100px 50px;
  line-height: 1.62em;
  color: #30302f; }

.content h1 {
  font-weight: bold;
  font-size: 1.3vw;
  margin-bottom: 1em; }

section {
  text-align: left;
  position: sticky;
  top: 0; }

section h2 {
  text-transform: uppercase;
  color: #1AFFBD;
  font-size: 6vw;
  font-family: AvantGardePro; }

.reveal {
  position: relative;
  opacity: 0; }

.reveal.active {
  opacity: 1; }

.active.fade-right {
  opacity: 0;
  animation-name: fade-right;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

.active.fade-bottom {
  opacity: 0;
  animation-name: fade-left;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

.active.fade-left {
  opacity: 0;
  animation-name: fade-bottom;
  animation-delay: 1.7s;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

@keyframes fade-right {
  0% {
    transform: translateX(-445px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes fade-bottom {
  0% {
    opacity: 0; }
  50% {
    transform: translateY(50px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes fade-left {
  0% {
    transform: translateX(445px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
/************** CLIENT LOGOS SLIDE ***************/
#hp_client_list {
  width: 100vw;
  background-color: #30302f;
  padding-top: 30px; }

#hp_client_list h1 {
  font-family: AvantGardePro;
  color: #1AFFBD;
  font-size: 4vw;
  margin-bottom: 70px;
  text-align: left; }

#hp_client_list p {
  width: 85%;
  line-height: 1.2;
  font-size: 1.3vw;
  font-family: AvantGarde; }

#hp_client_list .hp_client_list_logos {
  width: 80%;
  display: block;
  margin: 0 auto; }

.hp_client_list_container {
  padding-left: 50px;
  padding-right: 50px; }

#hp_client_list .client-row {
  margin-bottom: 60px; }

#hp_client_list .client-row:first-of-type {
  padding-top: 100px; }

#hp_client_list img {
  display: inline;
  width: 12%;
  margin: 0 auto;
  margin-right: 3.85%;
  margin-left: 3.85%;
  vertical-align: middle;
  margin-bottom: 4vh;
  margin-top: 4vh;
  box-sizing: border-box; }

/************** NEW CLIENT LOGOS SLIDE ***************/
#client_list {
  width: 100vw;
  background-color: #30302f;
  padding-top: 80px;
  padding-bottom: 80px;
  height: auto; }

#client_list .client_list_logos {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto; }

#client_list img {
  width: calc(20% - 5px);
  /* Default width for five images per row with increased spacing */
  margin-bottom: 3vh;
  margin-top: 3vh;
  vertical-align: middle;
  box-sizing: border-box; }

/* Media query for screens 1400px or lower */
@media (max-width: 1400px) {
  #client_list img {
    width: calc(25% - 5px);
    /* Adjust width to fit four images per row */ }

  #hp_intro2 {
    margin-top: -20vh; } }
/* Media query for screens 800px or lower */
@media (max-width: 800px) {
  #client_list img {
    width: calc(33.33% - 5px);
    /* Adjust width to fit three images per row */ }

  #subscribe-form {
    display: none; }

  #hp_intro2 {
    margin-top: -40vh; } }
/* Media query for screens 400px or lower */
@media (max-width: 400px) {
  #client_list img {
    width: calc(50% - 5px);
    /* Adjust width to fit two images per row */ }

  #hp_intro2 {
    margin-top: -50vh; }

  #client_list {
    padding-top: 40px;
    padding-bottom: 40px; } }
/***************** FOOTER SLIDE ******************/
#footer-container {
  background-color: #000;
  z-index: 50000000; }

footer {
  width: 100vw;
  height: 100vh;
  font-size: 4vw;
  position: relative; }

footer .video-container {
  border-radius: 0 0 25px 25px; }

footer-video-text {
  width: 100%; }

footer h1 {
  color: #fff; }

footer h3 {
  font-size: 3.5vw;
  font-family: AvantGardePro;
  line-height: 1.2;
  color: #FFF;
  padding-top: 0px;
  text-transform: uppercase; }

footer h3:first-of-type {
  text-transform: uppercase; }

footer h3:last-of-type {
  margin-bottom: 40px; }

footer a {
  text-decoration: underline; }

footer .footer-base {
  position: absolute;
  bottom: 120px;
  width: 80%; }

.footer-base address {
  font-size: 1.3vw;
  line-height: 1.5;
  font-family: AvantGarde; }

.footer-base .email {
  font-size: 1.3vw;
  line-height: 1.5;
  font-family: AvantGarde; }

.footer-base .tel {
  font-size: 1.3vw;
  line-height: 1.5;
  font-family: AvantGarde; }

footer .menu-items-right {
  padding-left: 0; }

footer .menu-items-right i {
  font-size: 1.5vw;
  margin-right: 0px;
  margin-top: 50px; }

footer .eoa {
  padding-top: 100px; }

footer .eoa a img {
  width: 250px;
  float: left;
  display: inline; }

footer .eoa a:last-of-type img {
  width: 140px;
  margin-left: 40px; }

/*
footer .legals {
position: absolute;
bottom: 15px;
right: 15px;
float: right;
text-align: right;
margin: 0;
padding: 0;
font-size: 14px;
    }

footer .legals a {
  margin-left: 20px;
  font-size: 16px;
  text-decoration: none;
  color: #ddd;
    }
*/
#footer-drawer {
  background-color: #FFF;
  width: 96%;
  margin-left: 2%;
  height: 120px;
  border-radius: 0 0 25px 25px; }

#footer-drawer .columns2:first-of-type {
  width: 100%; }

#footer-drawer .columns2:last-of-type {
  width: 100%; }

#footer-drawer .drawer-images {
  width: 90%;
  margin-left: 5%; }

#footer-drawer .drawer-images a {
  float: left;
  display: inline;
  margin-top: 20px; }

#footer-drawer .drawer-images a img {
  width: 230px; }

#footer-drawer .drawer-images a img.afc {
  width: 140px;
  margin-left: 40px; }

#footer-drawer .drawer-images a img.google {
  width: 100px;
  margin-left: 30px;
  margin-top: -3px; }

#footer-drawer .drawer-images a img.investors {
  width: 160px;
  margin-left: 30px; }

#footer-drawer .drawer-images a img.cyber {
  width: 160px;
  margin-left: 30px; }

#footer-drawer .drawer-images a img.css {
  width: 140px;
  margin-left: 30px; }

#footer-drawer .legals, .legals {
  margin-top: -30px;
  margin-right: 60px;
  float: right;
  text-align: right;
  font-size: 13px;
  z-index: 150;
  position: relative; }

#footer-drawer .legals a, .legals a {
  margin-left: 20px;
  font-size: 16px;
  text-decoration: none;
  /*  color: #555;*/
  color: #fff !important; }

body#termspage {
  background-color: #30302f; }

#terms {
  padding-top: 20vh;
  margin-left: 2.5%;
  padding-bottom: 15vh; }

#terms h1 {
  font-size: 50px;
  margin-bottom: 50px;
  text-align: left;
  color: #fff;
  font-family: AvantGarde; }

#terms h3 {
  font-size: 30px;
  margin-bottom: 20px; }

#terms h4 {
  font-size: 26px;
  margin-bottom: 10px;
  margin-top: 35px; }

#terms p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px; }

#terms ol, #terms ul {
  list-style-type: decimal;
  padding-left: 2.5%;
  margin: 30px 0; }

#terms li {
  padding-bottom: 25px;
  font-size: 18px;
  line-height: 22px; }

/**************************************************************/
/****************** ABOUT US PAGE  *************************/
/**************************************************************/
#aboutpage .columns4:nth-child(4n+1) {
  clear: left; }

p.about-opening {
  color: #f3f2e5;
  font-size: 1.3vw;
  margin: 0px 0 20px 2.5%;
  line-height: 1.2;
  font-family: AvantGarde; }

/*p.about-opening:last-of-type {
  margin-bottom: 100px;
}*/
#aboutpage h1 {
  padding-top: 20vh;
  padding-bottom: 40px;
  color: #fff;
  font-size: 4vw;
  text-align: left;
  font-family: AvantGardePro;
  font-weight: 1000;
  margin-left: 2.5%; }

#aboutpage h2 {
  padding-top: 5vh;
  padding-bottom: 40px;
  color: #fff;
  font-size: 2.5vw;
  text-align: left;
  font-family: AvantGardeBold;
  font-weight: 1000;
  margin-left: 2.5%; }

.bio-image-frame {
  background-color: white;
  margin-left: 10%;
  line-height: 0;
  transition: background 600ms ease-in;
  -webkit-transform: translateZ(0);
  width: calc(100% + .49px);
  will-change: transform; }

.bio-image-background {
  background-color: white;
  width: 15vw;
  height: 15vw;
  margin-left: 10%;
  border-radius: 50%; }

.bio-image-frame1 {
  position: relative;
  height: 15vw;
  -webkit-transform: translateZ(0);
  width: calc(100% + .49px);
  border-radius: 50%;
  background-size: 100% !important;
  transition: transform 300ms ease-in-out, background 600ms ease-in-out; }

.bio-image-frame1:hover {
  transform: translate(-20px, -20px); }

.bio-image-frame1 img {
  width: 100%;
  border-radius: 50%;
  border: 0px; }

.upper-bio-image {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1s;
  opacity: 0; }

.upper-bio-image:hover {
  opacity: 1; }

.bio-image-copy {
  width: 80%;
  margin-left: 10%;
  padding-bottom: 70px; }

.bio-image-copy h4 {
  font-size: 1.3vw;
  color: #1AFFBD;
  font-family: AvantGardeBold;
  margin-bottom: 5px;
  margin-top: 25px; }

.bio-image-copy h5 {
  font-size: 1vw;
  font-family: AvantGarde;
  margin-bottom: 15px; }

.bio-image-copy p {
  font-size: 18px;
  font-family: AvantGarde;
  margin-bottom: 10px;
  letter-spacing: 1px;
  line-height: 1.2;
  width: 110%; }

.bio-image-row {
  padding-bottom: 100px; }

#about2 {
  padding-top: 200px;
  background-color: #0000de; }

/**************************************************************/
/********************** WORK PAGE  *************************/
/**************************************************************/
body#workpage {
  background-color: #30302f; }

#workmain {
  margin-top: 80px;
  background-color: #30302f; }

#workmain h1 {
  font-family: AvantGardePro;
  font-size: 4vw;
  font-weight: 1000;
  color: #1AFFBD; }

#workmain p.wp_intro_copy {
  text-align: center;
  font-size: 28px;
  line-height: 1.2; }

/********************** ACCORDION GLOBAL  *************************/
#workpage #accordion-complete {
  margin-bottom: 150px; }

.accordion-container {
  position: relative;
  width: 90%;
  margin-left: 5%; }

.accordion-container img {
  width: 100%; }

#workpage video {
  background-color: #e0e0e0;
  border: 0px; }

/********************** ACCORDION MECHANICS  *************************/
.accordion-item {
  overflow: hidden;
  margin-bottom: 0px; }

.accordion-item.show {
  background-color: #30302f; }

.accordion-item .head i {
  font-size: 45px;
  font-weight: 100;
  color: #aaa; }

.accordion-item.show .head i::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f078"; }

.accordion-item.show .body {
  display: block; }

.accordion-item .head {
  display: flex;
  align-items: center;
  border-radius: 0 0 20px 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  min-height: 100px; }

.accordion-item .head i::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f13a";
  color: #aaa; }

.accordion-item .body {
  display: none;
  overflow: hidden;
  height: 0; }

.accordion-item .body .wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 0px; }

/********************** ACCORDION ITEM HERO IMAGE *************************/
img.accordion-hero {
  border-radius: 20px 20px 0 0;
  max-height: 450px; }

figure {
  border-radius: 20px 20px 0 0;
  margin-bottom: -4px;
  margin-top: 5vw;
  width: 100%;
  overflow: hidden; }

/* Shine */
.shine figure {
  position: relative; }

.shine figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 10%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg); }

.shine figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine 1.25s; }

@-webkit-keyframes shine {
  100% {
    left: 105%; } }
@keyframes shine {
  100% {
    left: 105%; } }
/* Circle */
.circle figure {
  position: relative; }

.circle figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0; }

.circle figure:hover::before {
  -webkit-animation: circle .75s;
  animation: circle 1.25s; }

@keyframes circle {
  0% {
    opacity: 0.5; }
  40% {
    opacity: 0.3; }
  100% {
    width: 100%;
    height: 300%;
    opacity: 0; } }
/********************** ACCORDION ITEM HEAD  *************************/
.accordion-item .head {
  min-height: 100px;
  background-color: #e0e0e0;
  color: #30302f;
  z-index: 5;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 30px;
  padding-bottom: 30px; }

.accordion-item .head .columns {
  min-height: 100px; }

.accordion-item .head .columns4:nth-of-type(1) {
  width: 35%; }

.accordion-item .head .columns4:nth-of-type(2) {
  width: 30%; }

.accordion-item .head .columns4:nth-of-type(3) {
  width: 25%; }

.accordion-item .head .columns4:nth-of-type(4) {
  width: 10%; }

.accordion-item .head .columns4 h4 {
  font-size: 1.8vw;
  padding-left: 30px;
  padding-right: 50px;
  font-family: AvantGardePro; }

.accordion-item .head .columns4 h6 {
  font-size: 1.1vw;
  padding-left: 30px;
  font-family: AvantGarde;
  font-weight: 200; }

.accordion-item .head .columns4 img {
  width: 50%; }

/********************** ACCORDION ITEM BODY  *************************/
.accordion-item .body {
  border-radius: 0 0 20px 20px;
  background-color: #e0e0e0;
  padding-top: 30px;
  margin-top: -20px; }

.accordion-item .body .wrapper {
  background-color: #e0e0e0;
  border-radius: 20px;
  margin: 20px;
  width: 70%;
  margin-left: 15%; }

.accordion-item h5 {
  font-family: AvantGardePro;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #000; }

.accordion-item .body .wrapper img {
  border-radius: 20px; }

.accordion-item .last {
  padding-bottom: 60px; }

.accordion-item .body .accordion-body-row {
  margin-bottom: 100px;
  margin-top: 50px; }

.accordion-item .columns2 h5,
.accordion-item .columns2 p {
  width: 80%;
  margin-left: 8%;
  margin-top: 10%; }

.accordion-item .body .accordion-body-row:nth-of-type(odd) .columns2:first-of-type {
  width: 55%; }

.accordion-item .body .accordion-body-row:nth-of-type(odd) .columns2:last-of-type {
  width: 45%; }

.accordion-item .body .accordion-body-row:nth-of-type(odd) .columns2:last-of-type p,
.accordion-item .body .accordion-body-row:nth-of-type(odd) .columns2:last-of-type h5 {
  width: 90%;
  margin-left: 10%; }

.accordion-item .body .accordion-body-row:nth-of-type(even) .columns2:first-of-type {
  width: 45%; }

.accordion-item .body .accordion-body-row:nth-of-type(even) .columns2:last-of-type {
  width: 55%; }

.accordion-item .body .accordion-body-row:last-of-type .columns2:last-of-type {
  margin-bottom: 60px; }

.accordion-item .body .accordion-body-row p {
  margin-top: 5%;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #30302f; }

.accordion-item .body .accordion-body-row p span {
  font-family: AvantGardePro;
  font-size: 14px;
  text-align: left;
  float: left;
  margin-top: -10px; }

.accordion-item .body .accordion-body-row .columns3 {
  width: 30%; }

.accordion-item .body .accordion-body-row .columns3:first-of-type {
  margin-left: 7.5%; }

.accordion-item .body .accordion-body-row .columns3 p.stat-title {
  text-align: left;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 200;
  font-family: AvantGardePro;
  color: #777;
  margin-top: 50px; }

.accordion-item .body .accordion-body-row .columns3 p.stat-stat {
  text-align: left;
  font-size: 1.6em;
  font-weight: 800;
  font-family: AvantGardeBold;
  color: #30302f; }

.work-video video {
  width: 100%;
  border-radius: 20px; }

/**************************************************************/
/********************** WORK PAGE  *************************/
/**************************************************************/
.dhrow button {
  display: none; }

body#hubpage .mw-logo-full {
  background-color: #0000de;
  margin-top: 0;
  padding-top: 30px;
  margin-left: 0;
  padding-left: 30px;
  /*	border-left: 22px solid $green;
  	border-right: 22px solid $green;*/ }

body#hubpage {
  background-color: white; }

body#hubpage button {
  border: 10px solid #1AFFBD; }

.hubheader {
  padding-top: 140px;
  padding-bottom: 240px;
  margin-bottom: 110px;
  background-color: #0000de;
  border-radius: 0 0 30px 30px;
  margin-top: -1px; }

#curve {
  height: 360px;
  z-index: 100;
  overflow: hidden; }

#curve {
  position: relative; }

#curve svg {
  height: 100%;
  width: 100%; }

svg, video {
  vertical-align: middle; }

.hubheader h1 {
  font-family: AvantGardePro;
  font-size: 4vw;
  font-weight: 1000;
  color: #e0e0e0; }

.hubheader p {
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  color: #e0e0e0;
  z-index: 1; }

.hubcontent {
  color: #30302f; }

/*****************  ROW GLOBAL *******************/
.dhrow {
  background-color: white;
  padding: 80px 0 100px 0;
  height: auto; }

.dhrow h2 {
  font-family: CerealBold;
  font-family: AvantGardePro;
  font-size: 65px;
  font-weight: 1000;
  margin-bottom: 20px;
  padding-top: 60px; }

.dhrow:nth-of-type(even) h2 {
  color: #fff; }

.dhrow p {
  font-size: 28px;
  color: #656463;
  line-height: 35px;
  width: 90%;
  font-family: PoppinsLight;
  font-family: AvantGarde;
  letter-spacing: 1px; }

.dhrow:nth-of-type(even) p {
  color: #fff; }

.dhrow img {
  width: 70%;
  margin-top: -40px;
  margin-left: 15%; }

.dhrow .rowinnerbox {
  border-radius: 45px;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px; }

.dhrow ul {
  margin: 30px 0;
  list-style-type: disc;
  padding-left: 3px; }

.dhrow li {
  font-size: 25px;
  line-height: 30px; }

/*****************  ROW SPECIFICS *******************/
.dhrow2 .rowinnerbox {
  background-color: #98475b; }

.dhrow4 .rowinnerbox {
  background-color: #479884; }

.dhrow6 .rowinnerbox {
  background-color: #478498; }

.dhrow8 .rowinnerbox {
  background-color: #988947; }

.dhrow8 .columns2 h2,
.dhrow8 .columns2 p {
  margin-left: -50px; }

.dhrow10 .rowinnerbox {
  background-color: #ef4151; }

.dhrow12 .rowinnerbox {
  background-color: #475898; }

.dhrow14 .rowinnerbox {
  background-color: #984747; }

.dhrow16 .rowinnerbox {
  background-color: #FAF0E6; }

.dhrow16 .rowinnerbox h2 {
  color: #30302f; }

@media (max-width: 1536.01px) {
  /*****************  ROW GLOBAL *******************/
  .dhrow {
    padding: 80px 0 100px 0; }

  .hubheader {
    padding-top: 90px;
    padding-bottom: 140px;
    margin-bottom: 40px; }

  .dhrow h2 {
    font-size: 50px;
    /**/ }

  .dhrow p {
    font-size: 22px;
    /**/
    line-height: 28px; }

  .dhrow img {
    width: 80%;
    margin-top: 0px;
    margin-left: 10%; }

  .dhrow .rowinnerbox {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 30px; }

  .dhrow .rowinnerbox img {
    width: 70%;
    margin-top: 0px;
    margin-left: 10%; }

  .dhrow li {
    font-size: 22px; }

  /*****************  ROW SPECIFICS *******************/
  .dhrow16 .rowinnerbox img {
    margin-top: 150px;
    width: 90%;
    margin-left: 5%; } }
@media (max-width: 767.98px) {
  body#hubpage .columns2 {
    width: 100%; }

  /*****************  ROW GLOBAL *******************/
  .dhrow {
    padding: 40px 0 00px 0;
    margin-bottom: 50px; }

  .dhrow h2 {
    font-size: 45px;
    text-align: center;
    padding-top: 0; }

  .dhrow p {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    width: 90%;
    margin-left: 5%; }

  .dhrow button {
    display: none; }

  .hubheader {
    padding-top: 90px;
    padding-bottom: 140px;
    margin-bottom: 40px; }

  .hubheader h1 {
    font-size: 40px; }

  .hubheader p {
    font-size: 18px !important;
    width: 80%;
    margin-left: 10%;
    padding-top: 20px; }

  .dhrow img {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0%; }

  .dhrow .rowinnerbox {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 0; }

  .dhrow li {
    font-size: 22px; }

  .dhrow .rowinnerbox img {
    margin-left: 15%; }

  /*****************  ROW SPECIFICS *******************/
  .dhrow16 .rowinnerbox img {
    margin-top: 0px;
    width: 90%;
    margin-left: 5%; } }
/**************************************************************/
/********************* CAREERS PAGE  ***********************/
/**************************************************************/
.careersrow button {
  display: none; }

body#careerspage .mw-logo-full {
  background-color: #ffb500;
  margin-top: 0;
  padding-top: 30px;
  margin-left: 0;
  padding-left: 30px; }

body#careerspage {
  background-color: white; }

body#careerspage button {
  border: 10px solid #1AFFBD; }

.careersheader {
  padding-top: 60px;
  padding-bottom: 0px;
  margin-bottom: 30px;
  background-color: #ffb500;
  border-radius: 0 0 30px 30px;
  margin-top: -1px;
  color: #000;
  width: 100%; }

.careersheader img {
  width: 50%;
  margin: 0 auto;
  margin-left: 25%;
  margin-bottom: -3px;
  margin-top: -50px; }

#curve {
  height: 360px;
  z-index: 100;
  overflow: hidden; }

#curve {
  position: relative; }

#curve svg {
  height: 100%;
  width: 100%; }

svg, video {
  vertical-align: middle; }

.careersheader h1 {
  font-family: AvantGardePro;
  font-size: 4vw;
  font-weight: 1000;
  color: #30302f; }

.careersheader p {
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  color: #30302f;
  z-index: 1; }

.careerscontent {
  color: #30302f;
  padding-bottom: 80px; }

/*****************  ROW GLOBAL *******************/
.careersrow {
  background-color: white;
  padding: 80px 0 100px 0;
  height: auto; }

.careersrow h2 {
  font-family: CerealBold;
  /*font-family: AvantGardePro;*/
  font-size: 65px;
  font-weight: 1000;
  margin-bottom: 0px;
  padding-top: 30px;
  text-align: center;
  text-transform: uppercase; }

.careersrow p {
  font-size: 26px;
  color: #656463;
  line-height: 35px;
  width: 90%;
  margin-left: 5%;
  font-family: PoppinsLight;
  /*font-family: AvantGarde;*/
  letter-spacing: 0px;
  text-align: center; }

.careersrow img {
  width: 70%;
  margin-top: -40px;
  margin-left: 15%; }

.careersrow .rowinnerbox {
  border-radius: 45px;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px; }

.careersrow ul {
  margin: 30px 0;
  list-style-type: disc;
  padding-left: 35px; }

.careersrow li {
  font-size: 25px;
  line-height: 30px; }

hr.bottom-divider {
  width: 30%;
  margin-left: 35%;
  height: 0;
  border: 3px solid #ffb500; }

/*****************  ROW SPECIFICS *******************/
.careersemail {
  color: #30302f;
  border-bottom: 2px solid #ffb500; }

.careersrow2 h2 {
  margin-bottom: 120px; }

.careersrow2 {
  padding: 80px 0 50px 0; }

.careersrow2 img,
.careersrow3 img {
  /*	filter: grayscale(100%);*/
  opacity: 70%;
  transition: all 1.5s; }

.careersrow2 img:hover,
.careersrow3 img:hover {
  opacity: 100%;
  filter: grayscale(0%); }

.careersrow3 {
  padding: 0px 0 100px 0; }

.careersrow5 .columns2 {
  width: 44%;
  margin: 0 3% 3% 3%;
  padding: 2%;
  background-color: rgba(172, 209, 255, 0.05);
  height: auto;
  border-left: 3px solid #ffb500; }

.careersrow5 .columns2 .columns2-2:first-of-type {
  width: 80px; }

.careersrow5 .columns2 .columns2-2:first-of-type img {
  width: 50px; }

.careersrow5 .columns2 .columns2-2:last-of-type {
  width: calc(100% - 80px); }

.careersrow5 h4 {
  font-family: CerealBold;
  padding-bottom: 15px;
  font-size: 20px; }

.careersrow5 p {
  font-family: PoppinsLight;
  font-size: 18px;
  padding-bottom: 15px; }

/*************** POP UP MODAL *********************/
.modal-button-container {
  padding-bottom: 140px; }

#ad-block {
  display: block;
  font-weight: 300;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  outline: 0 none;
  width: 80%;
  margin: 0 auto;
  border: 1px solid #000;
  border-left: 6px solid #ffb500;
  text-align: center;
  padding: 40px 50px;
  display: flex; }

#ad-block .columns2:first-of-type {
  width: 250px;
  text-align: left;
  padding-right: 20px; }

#ad-block .columns2:first-of-type h6 {
  font-size: 28px;
  padding-bottom: 20px;
  font-family: CerealBold; }

#ad-block .columns2:last-of-type {
  width: calc(100% - 250px); }

#ad-block .columns2:last-of-type p {
  border-left: 2px solid #30302f;
  padding-left: 50px;
  text-align: left;
  line-height: 1.2;
  font-family: PoppinsLight;
  font-size: 18px; }

#ad-block .columns2:last-of-type p:last-of-type {
  text-align: right;
  padding-top: 20px; }

.modal-wrap,
.modal-bg,
.modal-content {
  display: none;
  position: fixed; }

.modal-wrap,
.modal-bg {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 400; }

.modal-wrap {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.modal-bg {
  background: rgba(0, 0, 0, 0.6); }

.modal-content::-webkit-scrollbar {
  display: none; }

.modal-content {
  text-align: right;
  padding: 10px;
  top: 10vh;
  left: 0%;
  width: 90%;
  height: 80vh;
  margin: 0px 0 0 5%;
  background: white;
  border-radius: 9px;
  position: relative;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

.modal-advert {
  width: 85%;
  margin-left: 7.5%;
  text-align: left;
  background-image: url("../img/mw-logo-blue-opacity-3.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 50px;
  padding-top: 80px;
  padding-bottom: 80px; }

.modal-advert h3 {
  font-size: 40px;
  font-family: CerealBold;
  padding-top: 20px; }

.modal-advert h4 {
  font-family: CerealBold;
  font-size: 30px;
  margin-top: 30px; }

.modal-advert p,
.modal-advert li {
  font-size: 20px;
  padding: 10px 0;
  line-height: 1.2;
  font-family: PoppinsLight; }

.modal-advert ul {
  padding: 15px 0; }

.modal-advert li {
  padding: 5px 0; }

.modal-advert hr {
  width: 160px;
  height: 0;
  border: 4px solid #ffb500; }

.modal-close {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  position: fixed;
  right: 5.5%; }

/*****************  MEDIA QUERIES *******************/
/*****************  MEDIA QUERIES *******************/
/*****************  MEDIA QUERIES *******************/
@media (max-width: 1536.01px) {
  .careersheader {
    padding-top: 90px; }

  .careersrow h2 {
    font-size: 50px;
    /**/ }

  .careersrow p {
    font-size: 22px;
    /**/
    line-height: 28px; }

  .careersrow img {
    width: 80%;
    margin-top: 0px;
    margin-left: 10%; }

  .careersrow .rowinnerbox {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 30px; }

  .careersrow .rowinnerbox img {
    width: 70%;
    margin-top: 0px;
    margin-left: 10%; }

  .careersrow li {
    font-size: 22px; } }
@media (max-width: 767.98px) {
  body#careerspage .wrap-70 {
    width: 84%;
    margin-left: 8%; }

  body#careerspage .columns2 {
    width: 100%; }

  .careersrow {
    padding: 40px 0 0px 0;
    margin-bottom: 50px; }

  .careersrow h2 {
    font-size: 45px;
    text-align: center;
    padding-top: 0;
    margin: 10px 0 20px 0; }

  .careersrow p {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    width: 90%;
    margin-left: 5%; }

  .careersrow button {
    display: none; }

  .careersheader {
    padding-top: 50px;
    margin-bottom: 40px; }

  .careersheader h1 {
    font-size: 40px; }

  .careersheader p {
    font-size: 18px !important;
    width: 80%;
    margin-left: 10%;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #000; }

  .careersrow img {
    width: 50%;
    margin-bottom: 0px;
    margin-top: -10px;
    margin-left: 25%; }

  .careersrow .rowinnerbox {
    padding-top: 100px;
    padding-bottom: 100px; }

  .careersrow li {
    font-size: 22px; }

  .careersrow2 {
    padding: 0;
    margin: 50px 0 0 0; }

  .careersrow3 {
    padding: 0;
    margin: 0 0 60px 0; }

  .careersrow5 p {
    line-height: 1.3; }

  .careersrow5 .columns2 {
    margin-top: 40px; }

  #ad-block {
    border-radius: 0;
    width: 300px;
    margin-bottom: -50px;
    padding: 40px 40px 40px 55px; }

  #ad-block .columns2:first-of-type p {
    text-align: center; }

  #ad-block .columns2:first-of-type h6 {
    text-align: center; }

  #ad-block .columns2:last-of-type {
    width: 100%;
    display: none; } }
@media (max-width: 450px) {
  .careersheader {
    padding-top: 90px; }

  .careersrow h2 {
    font-size: 35px; }

  .careersheader img {
    width: 80%;
    margin-top: -15px;
    margin-left: 10%; }

  .careersrow5 .columns2 {
    width: 100%;
    margin: 0 3% 30px 3%;
    height: auto; }

  .careersrow5 .columns2 {
    border-left: 1px solid #ffb500;
    margin-left: 0; }

  .careersrow5 .columns2 .columns2-2:first-of-type {
    width: 80px;
    padding-left: 10px; }

  .careersrow5 .columns2 .columns2-2:first-of-type img {
    width: 50px; }

  .careersrow5 .columns2 .columns2-2:last-of-type {
    width: calc(100% - 80px); }

  .careersrow5 p {
    font-size: 16px;
    padding-bottom: 15px; } }
/**************************************************************/
/********************* LEGALS PAGE  ***********************/
/**************************************************************/
.legalsrow button {
  display: none; }

body#legalspage .mw-logo-full {
  background-color: #30302f;
  margin-top: 0;
  padding-top: 30px;
  margin-left: 0;
  padding-left: 30px; }

body#legalspage {
  background-color: white; }

body#legalspage button {
  border: 10px solid #1AFFBD; }

.legalsheader {
  padding-top: 60px;
  padding-bottom: 0px;
  margin-bottom: 30px;
  background-color: #30302f;
  border-radius: 0 0 30px 30px;
  margin-top: -1px;
  color: #fff;
  width: 100%; }

.legalsheader img {
  width: 50%;
  margin: 0 auto;
  margin-left: 25%;
  margin-bottom: -3px;
  margin-top: -50px; }

#curve {
  height: 360px;
  z-index: 100;
  overflow: hidden; }

#curve {
  position: relative; }

#curve svg {
  height: 100%;
  width: 100%; }

svg, video {
  vertical-align: middle; }

.legalsheader h1 {
  font-family: AvantGardePro;
  font-size: 4vw;
  font-weight: 1000;
  color: #e0e0e0; }

.legalsheader p {
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  color: #e0e0e0;
  z-index: 1;
  padding-bottom: 80px; }

.legalscontent {
  color: #30302f;
  padding-bottom: 80px; }

/*****************  ROW GLOBAL *******************/
.legalsrow {
  background-color: white;
  padding: 80px 0 100px 0;
  height: auto; }

.legalsrow h2 {
  font-family: CerealBold;
  /*font-family: AvantGardePro;*/
  font-size: 65px;
  font-weight: 1000;
  margin-bottom: 0px;
  padding-top: 30px;
  text-align: center;
  text-transform: uppercase; }

.legalsrow p {
  font-size: 26px;
  color: #656463;
  line-height: 35px;
  width: 90%;
  margin-left: 5%;
  font-family: PoppinsLight;
  /*font-family: AvantGarde;*/
  letter-spacing: 0px;
  text-align: center; }

.legalsrow img {
  width: 70%;
  margin-top: -40px;
  margin-left: 15%; }

.legalsrow .rowinnerbox {
  border-radius: 45px;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px; }

.legalsrow ul {
  margin: 30px 0;
  list-style-type: disc;
  padding-left: 35px; }

.legalsrow li {
  font-size: 25px;
  line-height: 30px; }

hr.bottom-divider {
  width: 30%;
  margin-left: 35%;
  height: 0;
  border: 3px solid #30302f; }

/*****************  ROW SPECIFICS *******************/
.legalsemail {
  color: #30302f;
  border-bottom: 2px solid #ffb500; }

.legalsrow2 h2 {
  margin-bottom: 120px; }

.legalsrow2 {
  padding: 80px 0 50px 0; }

.legalsrow2 img,
.legalsrow3 img {
  /*	filter: grayscale(100%);*/
  opacity: 70%;
  transition: all 1.5s; }

.legalsrow2 img:hover,
.legalsrow3 img:hover {
  opacity: 100%;
  filter: grayscale(0%); }

.legalsrow3 {
  padding: 0px 0 100px 0; }

.legalsrow5 .columns2 {
  width: 44%;
  margin: 0 3% 3% 3%;
  padding: 2%;
  background-color: rgba(172, 209, 255, 0.05);
  height: auto;
  border-left: 3px solid #ffb500; }

.legalsrow5 .columns2 .columns2-2:first-of-type {
  width: 80px; }

.legalsrow5 .columns2 .columns2-2:first-of-type img {
  width: 50px; }

.legalsrow5 .columns2 .columns2-2:last-of-type {
  width: calc(100% - 80px); }

.legalsrow5 h4 {
  font-family: CerealBold;
  padding-bottom: 15px;
  font-size: 20px; }

.legalsrow5 p {
  font-family: PoppinsLight;
  font-size: 18px;
  padding-bottom: 15px; }

/*************** POP UP MODAL *********************/
.modal-button-container {
  padding-bottom: 140px; }

#ad-block {
  display: block;
  font-weight: 300;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  outline: 0 none;
  width: 80%;
  margin: 0 auto;
  border: 1px solid #000;
  border-left: 6px solid #ffb500;
  text-align: center;
  padding: 40px 50px;
  display: flex; }

#ad-block .columns2:first-of-type {
  width: 250px;
  text-align: left;
  padding-right: 20px; }

#ad-block .columns2:first-of-type h6 {
  font-size: 28px;
  padding-bottom: 20px;
  font-family: CerealBold; }

#ad-block .columns2:last-of-type {
  width: calc(100% - 250px); }

#ad-block .columns2:last-of-type p {
  border-left: 2px solid #30302f;
  padding-left: 50px;
  text-align: left;
  line-height: 1.2;
  font-family: PoppinsLight;
  font-size: 18px; }

#ad-block .columns2:last-of-type p:last-of-type {
  text-align: right;
  padding-top: 20px; }

.modal-wrap,
.modal-bg,
.modal-content {
  display: none;
  position: fixed; }

.modal-wrap,
.modal-bg {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 400; }

.modal-wrap {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.modal-bg {
  background: rgba(0, 0, 0, 0.6); }

.modal-content::-webkit-scrollbar {
  display: none; }

.modal-content {
  text-align: right;
  padding: 10px;
  top: 10vh;
  left: 0%;
  width: 90%;
  height: 80vh;
  margin: 0px 0 0 5%;
  background: white;
  border-radius: 9px;
  position: relative;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

.modal-advert {
  width: 85%;
  margin-left: 7.5%;
  text-align: left;
  background-image: url("../img/mw-logo-blue-opacity-3.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 50px;
  padding-top: 80px;
  padding-bottom: 80px; }

.modal-advert h3 {
  font-size: 40px;
  font-family: CerealBold;
  padding-top: 20px; }

.modal-advert h4 {
  font-family: CerealBold;
  font-size: 30px;
  margin-top: 30px; }

.modal-advert p,
.modal-advert li {
  font-size: 20px;
  padding: 10px 0;
  line-height: 1.2;
  font-family: PoppinsLight; }

.modal-advert ul {
  padding: 15px 0; }

.modal-advert li {
  padding: 5px 0; }

.modal-advert hr {
  width: 160px;
  height: 0;
  border: 4px solid #30302f; }

.modal-close {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  position: fixed;
  right: 5.5%; }

/*****************  MEDIA QUERIES *******************/
/*****************  MEDIA QUERIES *******************/
/*****************  MEDIA QUERIES *******************/
@media (max-width: 1536.01px) {
  .legalsheader {
    padding-top: 90px; }

  .legalsrow h2 {
    font-size: 50px;
    /**/ }

  .legalsrow p {
    font-size: 22px;
    /**/
    line-height: 28px; }

  .legalsrow img {
    width: 80%;
    margin-top: 0px;
    margin-left: 10%; }

  .legalsrow .rowinnerbox {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 30px; }

  .legalsrow .rowinnerbox img {
    width: 70%;
    margin-top: 0px;
    margin-left: 10%; }

  .legalsrow li {
    font-size: 22px; } }
@media (max-width: 767.98px) {
  body#legalspage .wrap-70 {
    width: 84%;
    margin-left: 8%; }

  body#legalspage .columns2 {
    width: 100%; }

  .legalsrow {
    padding: 40px 0 0px 0;
    margin-bottom: 50px; }

  .legalsrow h2 {
    font-size: 45px;
    text-align: center;
    padding-top: 0;
    margin: 10px 0 20px 0; }

  .legalsrow p {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    width: 90%;
    margin-left: 5%; }

  .legalsrow button {
    display: none; }

  .legalsheader {
    padding-top: 50px;
    margin-bottom: 40px; }

  .legalsheader h1 {
    font-size: 40px; }

  .legalsheader p {
    font-size: 18px !important;
    width: 80%;
    margin-left: 10%;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #000; }

  .legalsrow img {
    width: 50%;
    margin-bottom: 0px;
    margin-top: -10px;
    margin-left: 25%; }

  .legalsrow .rowinnerbox {
    padding-top: 100px;
    padding-bottom: 100px; }

  .legalsrow li {
    font-size: 22px; }

  .legalsrow2 {
    padding: 0;
    margin: 50px 0 0 0; }

  .legalsrow3 {
    padding: 0;
    margin: 0 0 60px 0; }

  .legalsrow5 p {
    line-height: 1.3; }

  .legalsrow5 .columns2 {
    margin-top: 40px; }

  #ad-block {
    border-radius: 0;
    width: 300px;
    margin-bottom: -50px;
    padding: 40px 40px 40px 55px; }

  #ad-block .columns2:first-of-type p {
    text-align: center; }

  #ad-block .columns2:first-of-type h6 {
    text-align: center; }

  #ad-block .columns2:last-of-type {
    width: 100%;
    display: none; } }
@media (max-width: 450px) {
  .legalsheader {
    padding-top: 90px; }

  .legalsrow h2 {
    font-size: 35px; }

  .legalsheader img {
    width: 80%;
    margin-top: -15px;
    margin-left: 10%; }

  .legalsrow5 .columns2 {
    width: 100%;
    margin: 0 3% 30px 3%;
    height: auto; }

  .legalsrow5 .columns2 {
    border-left: 1px solid #ffb500;
    margin-left: 0; }

  .legalsrow5 .columns2 .columns2-2:first-of-type {
    width: 80px;
    padding-left: 10px; }

  .legalsrow5 .columns2 .columns2-2:first-of-type img {
    width: 50px; }

  .legalsrow5 .columns2 .columns2-2:last-of-type {
    width: calc(100% - 80px); }

  .legalsrow5 p {
    font-size: 16px;
    padding-bottom: 15px; } }
/*********** Menu***********/
.menu, .menu-burger, .menu-bg {
  position: fixed;
  z-index: 500;
  width: 60px;
  height: 60px;
  font-size: 40px;
  text-align: center;
  border-radius: 100%;
  right: 20px;
  top: 40px; }

.menu-underlay {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 26.5px;
  top: 27px;
  z-index: 400;
  border-radius: 50px; }

#hubpage .menu-underlay {
  background-color: #0000de; }

#careerspage .menu-underlay {
  background-color: #ffb500; }

.menu-bg {
  background-color: #30302f;
  width: 1px;
  height: 1px;
  pointer-events: none;
  transition: 0.9s;
  right: 50px;
  top: 50px;
  transform: translate3d(50%, -50%, 0);
  transform-origin: center center; }

.menu-bg.fs {
  transform: translate3d(50%, -50%, 0);
  width: 300vw;
  height: 300vw; }

.menu-burger {
  color: white;
  padding-top: 6px;
  -webkit-user-select: none;
  cursor: pointer;
  transition: 0.4s;
  transform-origin: center; }

.menu-burger.fs {
  transform: rotate(-180deg) translateY(0px);
  padding-top: 8px; }

.menu-items {
  z-index: 500;
  position: fixed;
  color: white;
  width: 100%;
  opacity: 0;
  transition: 1s;
  margin-top: 12vh;
  transform: translateY(-200%);
  pointer-events: none;
  font-family: AvantGardePro; }

.menu-items div {
  transition: 2s;
  opacity: 0;
  margin-top: 0px; }

.menu-items.fs {
  transform: translateY(0);
  pointer-events: auto;
  opacity: 1; }

.menu-items.fs div {
  opacity: 1;
  margin-top: 75px; }

.menu-items-left ul {
  padding-left: 35%;
  font-size: 3.2vw;
  line-height: 1.3;
  text-transform: uppercase; }

.menu-items-left li:first-of-type a:hover {
  color: #1AFFBD; }

.menu-items-left li:nth-of-type(2) a:hover {
  color: #1AFFBD; }

.menu-items-left li:nth-of-type(3) a:hover {
  color: #1AFFBD; }

.menu-items-left li:nth-of-type(4) a:hover {
  color: #1AFFBD; }

.menu-items-left li:nth-of-type(5) a:hover {
  color: #1AFFBD; }

.menu-items-left li:nth-of-type(6) a:hover {
  color: #1AFFBD; }

.menu-items-left li:nth-of-type(7) a:hover {
  color: #1AFFBD; }

.menu-items .mw-logo {
  position: absolute;
  top: 50px; }

.menu-items-right {
  margin-left: 0px;
  padding-left: 110px;
  padding-top: 25px; }

.menu-items-right h6 {
  color: #1AFFBD;
  font-family: AvantGarde;
  margin-bottom: 10px;
  font-size: 1.1vw;
  margin-top: 35px; }

.menu-items-right h6:first-of-type {
  margin-top: 20px; }

.menu-items-right p {
  font-family: AvantGardeBold;
  font-size: 1.5vw;
  line-height: 1.2; }

.menu-items-right i {
  font-size: 1.5vw;
  margin-right: 20px;
  margin-top: 30px; }

.menu-items-right i:hover, a.green:hover {
  color: #1AFFBD; }

/*** CURSOR *

body {

    cursor: none;

}

.cursor {
    width: 15px;
    height: 15px;
    background-color: $green;
    border: 0px solid white;
    border-radius: 50%;
    position: absolute;
    transition-duration: 0ms;
    pointer-events: none;
    z-index: 10000000;
}

.cursor::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    border: 0px solid blue;
    border-radius: 50%;
    opacity: .5;
    top: -9px;
    left: -9px;
    animation: cursorAnim.0.1s infinite alternate;
}

@keyframes cursorAnim {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.7);
    }
}

@keyframes cursorAnim2 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.4);
    }
}

@keyframes cursorAnim3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(3);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.expand {
    animation: cursorAnim3 .5s forwards;
    border: 1px solid white;
}

*/
/************* CURSOR **************/
/*
body {

    cursor: none;

}

.cursor {
    position: absolute;
    background-color: $green;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    z-index: 1;
    transition: .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .3s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
    transition: .3s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity;
    transition: .3s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .3s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.cursor.active {
    opacity: .5;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.cursor.hide {
    -webkit-transform: scale(0);
    transform: scale(0)
}
*/
.cursor-follower {
  position: absolute;
  background-color: rgba(35, 35, 35, 0.2);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67) opacity, 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
  background-size: 100% !important;
  border: 1px solid #1AFFBD;
  opacity: 0; }

.cursor-follower:after {
  font-family: sneak;
  font-weight: 100 !important;
  -webkit-font-smoothing: antialiased !important;
  font-size: 6px;
  color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 1s ease all; }

.cursor-follower.active {
  opacity: 0.5;
  -webkit-transform: scale(3);
  transform: scale(3); }

.cursor-follower.active:after {
  opacity: 1; }

.cursor-follower.hide {
  -webkit-transform: scale(0);
  transform: scale(0); }

.cursor--container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 10000; }

/************* ACCORDION *************/
/************* PULSE BUTTON (WORK PAGES) *************/
.pulse_button a {
  position: absolute;
  /*bottom: 20px;*/
  bottom: 40px;
  left: 0%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
  padding-top: 60px; }

#pulsebutton1 a span,
#pulsebutton2 a span,
#pulsebutton3 a span,
#pulsebutton4 a span,
#pulsebutton5 a span,
#pulsebutton6 a span,
#pulsebutton7 a span,
#pulsebutton8 a span {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: 0px;
  border: 0px solid #333;
  border-radius: 100%;
  box-sizing: border-box; }

/*#pulsebutton a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(-45deg);
  box-sizing: border-box;
}*/
#pulsebutton1 a span::before,
#pulsebutton2 a span::before,
#pulsebutton3 a span::before,
#pulsebutton4 a span::before,
#pulsebutton5 a span::before,
#pulsebutton6 a span::before,
#pulsebutton7 a span::before,
#pulsebutton8 a span::before {
  position: absolute;
  top: 25px;
  left: 22px;
  z-index: -1;
  content: '';
  width: 1px;
  height: 1px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 0;
  animation: sdb03 3s infinite;
  box-sizing: border-box; }

@keyframes sdb03 {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  60% {
    box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.9);
    opacity: 0; }
  100% {
    opacity: 0; } }
/************* FOOTER SUBSCRIBE FORM **************/
#subscribe-form {
  width: 450px;
  margin-bottom: 100px; }

.ctr {
  display: block;
  position: relative;
  width: 500px; }

.ctr input:focus {
  outline: none; }

.ctr .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: rgba(255,255,255,.15);*/
  background: #FF7a00;
  /* SLIDE COLOUR */
  background: #1AFFBD;
  /*   opacity:  0.5;*/
  width: 0%;
  z-index: 99;
  pointer-events: none;
  -webkit-transition: 3s all ease;
  transition: 3s all ease;
  border-radius: 10px; }

.ctr .loader.full {
  width: 100%; }

.ctr .loader.done {
  background: #e74c3c;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  height: 0; }

.ctr input {
  line-height: 80px;
  width: 100%;
  font-size: 24px;
  padding: 0 20px;
  height: auto !important;
  border: none;
  cursor: pointer;
  color: blue;
  position: relative;
  z-index: 10;
  background: transparent;
  color: transparent;
  font-weight: 300;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  font-family: 'AvantGarde', sans-serif;
  color: #FFF !important; }

.ctr input.full {
  pointer-events: none !important;
  width: 0%; }

.ctr .indicator {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  /*    background: #e74c3c;*/
  /*background: #1AFFBD;*/
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  z-index: 9;
  font-family: 'AvantGarde', sans-serif;
  border: 3px solid #1AFFBD;
  border-radius: 10px; }

.ctr .indicator:after {
  content: attr(data-content);
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
  font-size: 20px;
  z-index: 999;
  text-align: left;
  font-weight: 300; }

.ctr input:focus {
  color: white; }

.ctr input:focus + .indicator {
  height: 100%; }

.ctr input.full:focus + .indicator {
  height: 5px;
  color: #e74c3c; }

.ctr input:focus + .indicator:after {
  color: #e74c3c;
  color: #fff; }

@media (max-width: 767.98px) {
  .ctr {
    display: block;
    position: relative;
    width: 70%;
    max-width: 300px; }

  .ctr .indicator:after {
    font-size: 14px;
    content: attr(data-content);
    top: -30px; }

  #subscribe-form {
    margin-bottom: 30px; } }
@media (max-width: 2000px) {
  .video-text2 h6 {
    font-size: 35px;
    margin-bottom: 25px; }

  .video-text2 h2 {
    font-size: 75px; }

  .video-text2 p {
    font-size: 22px; }

  #hp_client_list p {
    font-size: 26px;
    width: 100%; }

  .video-text2 p {
    width: 125% !important; }

  #hp_client_list .columns6 {
    width: 33.3%; }

  #hp_client_list .client-row:first-of-type {
    padding-top: 70px; }

  #hp_client_list .client-row {
    margin-bottom: 50px; }

  #hp_client_list img {
    width: 16%;
    margin: 0 auto;
    margin-right: 1.85%;
    margin-left: 1.85%;
    margin-bottom: 4vh;
    margin-top: 4vh; }

  #hp_intro2 .hp_intro2_copy p {
    width: 80%; }

  #hp_intro2 {
    /*      padding-top: 40vh;*/ }

  #workmain {
    margin-top: 40px; }

  #workmain p.wp_intro_copy {
    text-align: center;
    font-size: 22px;
    line-height: 1.2; }

  .accordion-item .head {
    padding-left: 7.5%;
    padding-right: 7.5%; }

  .accordion-item .head .columns4 h4 {
    font-size: 1.9vw; }

  .accordion-item .head .columns4 h6 {
    font-size: 1.4vw; }

  .accordion-item .head .columns4:nth-of-type(1) {
    width: 40%; }

  .accordion-item .head .columns4:nth-of-type(2) {
    width: 25%; }

  .accordion-item .columns2 h5,
  .accordion-item .columns2 p {
    width: 85%;
    margin-left: 0%;
    margin-top: 0%; }

  .accordion-item .body .accordion-body-row:nth-of-type(odd) .columns2:first-of-type {
    width: 45%; }

  .accordion-item .body .accordion-body-row:nth-of-type(odd) .columns2:last-of-type {
    width: 55%; }

  .accordion-item .body .accordion-body-row:nth-of-type(even) .columns2:first-of-type {
    width: 55%; }

  .accordion-item .body .accordion-body-row:nth-of-type(even) .columns2:last-of-type {
    width: 45%; }

  .accordion-item .body .accordion-body-row p {
    font-size: 16px; }

  footer .eoa {
    padding-top: 60px; }

  footer .eoa a img {
    width: 200px; }

  footer .eoa a:last-of-type img {
    width: 112px; }

  .accordion-container {
    width: 86%;
    margin-left: 7%; }

  .accordion-item .body .wrapper {
    width: 80%;
    margin-left: 10%; } }
@media (max-width: 1536.01px) {
  #hp_client_list img {
    width: 15%;
    margin: 0 auto;
    margin-right: 2.2%;
    margin-left: 2.2%;
    margin-bottom: 4vh;
    margin-top: 4vh; } }
@media (max-width: 1400.01px) {
  a.nav-bottom img {
    width: 6vw;
    margin-left: 47vw; }

  p.about-opening {
    font-size: 32px; }

  .bio-image-copy p {
    font-size: 24px;
    margin-bottom: 50px; }

  .columns4 {
    width: 50%; }

  .accordion-item .body .accordion-body-row p {
    font-size: 16px; }

  #aboutpage h2 {
    font-size: 50px; }

  /*
  .bio-image-frame,
  .bio-image-frame1,
  .bio-image-background {
  width: 25vw;
  height: 25vw;
  }
  
  .bio-image-frame1 {
  background-size: 25vw 25vw;
  
  }
  
  */
  .video-text2 p {
    font-size: 19px;
    line-height: 1.2; }

  #hp_intro2 .hp_intro2_copy p {
    font-size: 20px;
    width: 100%; }

  #hp_client_list p {
    font-size: 22px;
    width: 100%; } }
@media (max-width: 1400.01px) {
  #hp_client_list img {
    width: 24%;
    margin: 0 auto;
    margin-right: 3%;
    margin-left: 5%;
    margin-bottom: 3vh;
    margin-top: 3vh; }

  #footer-drawer {
    height: 60px; }

  #footer-drawer .columns2:first-of-type {
    width: 65%; }

  #footer-drawer .columns2:last-of-type {
    width: 35%; }

  #footer-drawer .drawer-images {
    width: 90%; }

  #footer-drawer .drawer-images a {
    margin-top: 13px; }

  #footer-drawer .drawer-images a img {
    width: 115px; }

  #footer-drawer .drawer-images a img.afc {
    width: 70px; }

  #footer-drawer .drawer-images a img.google {
    width: 50px; }

  #footer-drawer .drawer-images a img.investors {
    width: 80px; }

  #footer-drawer .drawer-images a img.cyber {
    width: 80px; }

  #footer-drawer .drawer-images a img.css {
    width: 80px;
    margin-top: -3px; }

  #footer-drawer .legals {
    margin-top: 24px; }

  .accordion-item .head .columns4 h4 {
    font-size: 26px;
    padding-left: 20px; } }
@media (min-width: 1400.01px) {
  .header-bar, .header-bar2 {
    display: none; } }
@media (max-width: 767.98px) {
  #hubpage h2 {
    letter-spacing: 0px; }

  .dhrow ul {
    width: 80%;
    margin: 0 auto; }

  .dhrow .left-ul {
    margin-top: 50px; }

  .dhrow p {
    width: 84%;
    margin-left: 8%; }

  #hubpage .wrap-80 {
    width: 84%;
    margin-left: 8%; }

  .dhrow:nth-of-type(odd) img {
    margin-top: 40px; }

  .dhrow8 .columns2 p {
    width: 84%;
    margin-left: 8%; }

  .dhrow8 .columns2 h2 {
    margin-left: 4%;
    font-size: 43px; }

  .menu-underlay {
    right: 21px;
    top: 17px; }

  footer .eoa {
    padding-top: 60px; }

  footer .eoa a:first-of-type img {
    width: 250px;
    float: left;
    display: inline; }

  footer .eoa a:last-of-type img {
    width: 140px;
    margin-left: 30px; }

  #aboutpage h2 {
    font-size: 30px;
    margin-left: 0%; }

  .header-bar, .header-bar2 {
    height: 80px;
    top: 30px;
    /*** TOPBAR Adjustment ***/ }

  #hp_client_list .client-row:first-of-type {
    padding-top: 0px; }

  .hp_client_list_container {
    padding-left: 20px;
    padding-right: 20px; }

  #hp_client_list .hp_client_list_logos {
    width: 100%;
    display: block;
    margin: 0 auto; }

  #hp_client_list img {
    width: 46%;
    margin: 0 auto;
    margin-right: 1%;
    margin-left: 2%;
    margin-bottom: -2vh;
    margin-top: -2vh; }

  .cursor, .cursor-follower {
    display: none; }

  video {
    height: 100vh; }

  #crunch-landing-page video {
    height: auto; }

  a.nav-bottom img {
    width: 6vw;
    margin-left: 47vw; }

  .video-text2 {
    width: 80%;
    margin-left: 0;
    padding-left: 0;
    left: 10%;
    top: 24vh; }

  .video-text2 h6 {
    font-size: 25px;
    margin-bottom: 25px; }

  .video-text2 h2 {
    font-size: 44px; }

  .video-text2 p {
    font-size: 19px;
    line-height: 1.2;
    width: 100% !important; }

  #hp_intro2 h2 {
    font-size: 59px; }

  .hp_intro2_copy section {
    padding: 80px 0 50px 0; }

  #hp_intro2 {
    padding-top: 40vh;
    height: auto;
    padding-bottom: 50px; }

  .services-buttons button {
    color: #fff;
    background-color: transparent;
    border: 4px solid #1AFFBD;
    border-radius: 50px;
    z-index: 500;
    padding: 8px 20px 10px 20px;
    float: left;
    margin-top: 8px;
    margin-right: 8px; }

  #hp_intro2 .hp_intro2_copy p {
    font-size: 20px;
    width: 100%;
    line-height: 1; }

  .wrap-70 {
    width: 80%;
    margin-left: 10%; }

  #hp_client_list h1 {
    font-size: 45px;
    margin-bottom: 40px; }

  #hp_client_list {
    padding-top: 60px; }

  #hp_client_list p {
    font-size: 18px;
    width: 100%; }

  .mw-logo-full {
    margin-left: 15px;
    margin-top: 15px; }

  .mw-logo-full img {
    width: 150px; }

  .mw-logo {
    /*  top: 15px;*/
    top: 45px;
    /*** TOPBAR Adjustment ***/
    left: 15px;
    width: 50%;
    height: 100px; }

  .mw-logo img {
    width: 50px; }

  .mw-name {
    top: 0px;
    top: 30px;
    /*** TOPBAR Adjustment ***/
    left: 30px;
    width: 50%; }

  .mw-name img {
    padding-top: 10px;
    padding-left: 50px;
    width: 180px; }

  .full-height-slide {
    margin-bottom: 250px; }

  footer h3 {
    font-size: 36px;
    padding-top: 10px; }

  footer h3:first-of-type {
    padding-top: 0vh; }

  .footer-base address {
    font-size: 14px;
    line-height: 1.5; }

  .footer-base .columns2 {
    width: 100%; }

  .footer-base .email {
    font-size: 14px;
    line-height: 1.5; }

  .footer-base .tel {
    font-size: 14px;
    line-height: 1.5; }

  footer .menu-items-right i {
    font-size: 30px;
    margin-top: 10px; }

  .menu-bg.fs {
    transform: translate3d(50%, -50%, 0);
    width: 500vw;
    height: 500vw; }

  .menu-items .columns2 {
    width: 100%; }

  .menu-items-right {
    margin-left: 25%; }

  .menu-items-right h6 {
    margin-bottom: 10px;
    font-size: 18px;
    margin-top: 10px;
    display: none; }

  .menu-items-right p {
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 10px;
    display: none; }

  .menu-items-right p:nth-of-type(3),
  .menu-items-right p:nth-of-type(4),
  .menu-items-right p:nth-of-type(5),
  .menu-items-right h6:nth-of-type(3) {
    display: none; }

  .menu-items-left ul {
    margin-left: 20%;
    font-size: 40px; }

  .menu-items-right i {
    font-size: 30px;
    margin-right: 10px;
    margin-top: 50px; }

  footer .menu-items-right {
    margin-left: 0%; }

  .menu, .menu-burger, .menu-bg {
    width: 50px;
    height: 50px;
    top: 40px; }

  .menu-bg {
    right: 46px;
    top: 44px;
    width: 1px;
    height: 1px; }

  .menu-burger {
    padding-top: 1px; }

  .menu-burger.fs {
    padding-top: 4px; }

  #hp_client_list .columns6 {
    width: 100%; }

  #hp_client_list .client-row:first-of-type {
    padding-top: 00px; }

  #hp_client_list img {
    margin-bottom: 20px; }

  #hp_client_list .client-row {
    margin-bottom: 20px; }

  .menu-items-left ul {
    padding-left: 0%; }

  .menu-items {
    margin-top: 15vh; }

  .menu-items-right {
    padding-left: 0%;
    margin-left: 20%; }

  .menu-items-right i {
    margin-top: -50px; }

  #about2 {
    padding-top: 120px; }

  p.about-opening {
    margin-left: 0;
    font-size: 18px; }

  #aboutpage h1 {
    padding-top: 10vh;
    font-size: 40px;
    margin-left: 0; }

  .columns4 {
    width: 100%; }

  .bio-image-frame {
    margin-left: 0%;
    background-size: 80vw 80vw;
    width: 80vw;
    height: 80vw; }

  .bio-image-background {
    background-color: white;
    width: 80vw;
    height: 80vw;
    margin-left: 0%; }

  .bio-image-copy {
    margin-left: 0;
    width: 90%; }

  .bio-image-copy p {
    font-size: 18px; }

  .bio-image-copy h4 {
    font-size: 26px; }

  .bio-image-copy h5 {
    font-size: 26px; }

  .bio-image-row {
    margin-bottom: 0px; }

  #workmain {
    margin-top: 40px; }

  #workmain h1 {
    font-size: 36px; }

  #workmain p.wp_intro_copy {
    font-size: 16px;
    width: 90%;
    margin-left: 5%;
    display: none; }

  .accordion-container {
    position: relative;
    width: 100%;
    margin-left: 0%; }

  .accordion-item {
    margin-bottom: 30px; }

  .accordion-item .columns4 ul {
    display: none; }

  .accordion-item .head {
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 70px;
    border-radius: 0 0 15px 15px; }

  img.accordion-hero {
    border-radius: 20px 20px 0 0;
    border-radius: 15px 15px 0 0;
    max-height: 450px;
    width: 200%;
    margin-left: -50%; }

  .accordion-item .head .columns4 h4 {
    font-size: 26px;
    padding-left: 20px; }

  .accordion-item .head .columns4 h6 {
    font-size: 16px;
    padding-left: 20px; }

  .accordion-item .head .columns4:nth-of-type(1) {
    width: 85%; }

  .accordion-item .head .columns4:nth-of-type(2) {
    width: 0%; }

  .accordion-item .head .columns4:nth-of-type(3) {
    width: 0%; }

  .accordion-item .head .columns4:nth-of-type(4) {
    width: 15%; }

  .accordion-item .head .columns4 img {
    display: none; }

  #pulsebutton a span {
    top: 10px;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -23px; }

  #pulsebutton a span::after {
    width: 12px;
    height: 12px;
    margin: -8px 0 0 -6px; }

  #pulsebutton a span::before {
    display: none; }

  .accordion-item .columns2 h5,
  .accordion-item .columns2 p {
    width: 100%; }

  .accordion-item .body .accordion-body-row:nth-of-type(odd) .columns2:first-of-type,
  .accordion-item .body .accordion-body-row:nth-of-type(odd) .columns2:last-of-type,
  .accordion-item .body .accordion-body-row:nth-of-type(even) .columns2:first-of-type,
  .accordion-item .body .accordion-body-row:nth-of-type(even) .columns2:last-of-type {
    width: 100%; }

  .accordion-item .body .accordion-body-row:nth-of-type(odd) .columns2:last-of-type p,
  .accordion-item .body .accordion-body-row:nth-of-type(odd) .columns2:last-of-type h5 {
    width: 100%;
    margin-left: 0%; }

  .accordion-item .body .accordion-body-row {
    margin-top: 0;
    margin-bottom: 0; }

  .accordion-item .body .accordion-body-row p {
    font-size: 16px;
    margin-bottom: 20px; }

  .accordion-item .body .accordion-body-row h5 {
    margin-top: 20px; }

  .mobilehide {
    display: none; }

  .accordion-item .body .wrapper {
    width: 86%;
    margin-left: 7%;
    margin-top: 0; }

  #workpage video {
    height: 100%;
    border-radius: 15px 15px; }

  .accordion-item .body .wrapper img {
    margin: 20px 0;
    border-radius: 15px; }

  .accordion-item .body .accordion-body-row .columns3 {
    width: 100%; }

  .accordion-item .body .accordion-body-row .columns3:first-of-type {
    margin-left: 0%; }

  .accordion-item .body .accordion-body-row .columns3:first-of-type p.stat-title {
    margin-top: 40px; }

  .accordion-item .body .accordion-body-row .columns3 p.stat-title {
    text-align: center;
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 0;
    width: 90% !important;
    margin-left: 5% !important; }

  .accordion-item .body .accordion-body-row .columns3 p.stat-stat {
    text-align: center;
    font-size: 36px;
    font-family: AvantGardePro;
    letter-spacing: -1px; }

  #footer-drawer {
    width: 92%;
    margin-left: 4%;
    height: 60px;
    border-radius: 0 0 10px 10px; }

  #footer-drawer .columns2:first-of-type {
    width: 100%; }

  #footer-drawer .columns2:last-of-type {
    width: 100%; }

  #footer-drawer .drawer-images {
    width: 90%;
    margin-left: 5%; }

  #footer-drawer .drawer-images a {
    float: left;
    display: inline;
    margin-top: 10px; }

  #footer-drawer .drawer-images a img {
    width: 110px; }

  #footer-drawer .drawer-images a img.afc {
    width: 70px;
    margin-left: 16px; }

  #footer-drawer .drawer-images a img.google {
    width: 50px;
    margin-left: 16px;
    margin-top: -2px; }

  #footer-drawer .drawer-images a img.investors {
    width: 80px;
    margin-left: 16px; }

  #footer-drawer .drawer-images a img.cyber {
    width: 80px;
    margin-left: 16px; }

  #footer-drawer .drawer-images a img.css {
    width: 70px;
    margin-left: 16px; }

  #footer-drawer .legals {
    margin-top: 5px;
    margin-right: 0px;
    float: none;
    text-align: center; }

  #footer-drawer .legals a {
    margin-left: 0px;
    margin-right: 10px;
    font-size: 11px;
    text-decoration: none;
    color: #222; }

  footer .video-container {
    border-radius: 0 0 10px 10px; }

  .crunchcontent .columns3 .columns2 {
    width: 100%; }

  .crunchcontent .columns3 .columns2:last-of-type {
    padding-bottom: 50px; }

  .crunchcontent .columns3 .columns2 ul {
    margin: 0; }

  .crunchcontent .columns3 .columns2 li {
    padding: 5px 0; }

  .mobile-temp-wrap {
    width: 90%;
    margin-left: 5%; } }
@media (max-width: 415px) {
  footer .eoa {
    padding-top: 30px; }

  footer .eoa a:first-of-type img {
    width: 120px; }

  footer .eoa a:last-of-type img {
    width: 80px; }

  footer .menu-items-right i {
    margin-right: 10px;
    margin-top: 30px;
    margin-bottom: 20px; }

  footer h3 {
    font-size: 28px; }

  #hp_intro2 h2 {
    font-size: 32px;
    line-height: 1.15; }

  section.main-vid-overlay-animation h1 {
    font-size: 32px;
    line-height: 1.35; }

  section.main-vid-overlay-animation {
    margin-top: -100px;
    padding-left: 10vw; }

  .hp_intro2_copy section {
    padding: 80px 0 50px 0; }

  #hp_intro2 .hp_intro2_copy {
    margin-top: -30px; }

  #hp_intro2 .hp_intro2_copy p {
    font-size: 18px;
    width: 100%;
    line-height: 1.1;
    letter-spacing: 0.5px;
    margin-top: -10px; }

  a.nav-bottom img {
    display: block;
    width: 6vw;
    margin-left: 47vw;
    position: absolute;
    bottom: 20vh;
    display: none; }

  #hp_video video {
    margin-top: -80px;
    margin-top: -0px;
    /*** TOPBAR Adjustment ***/ }

  #hp_client_list div img:nth-child(15) {
    display: none; }

  .slick-dots li {
    display: none !important; } }
@media (max-width: 420px) {
  .dhrow ul li {
    font-size: 18px; }

  #hp_intro2 h2 {
    font-size: 26px; }

  section.main-vid-overlay-animation h1 {
    font-size: 26px; }

  .dhrow8 .columns2 h2 {
    font-size: 34px; }

  #footer-drawer {
    height: 45px; }

  #footer-drawer .drawer-images a img {
    width: 60px; }

  #footer-drawer .drawer-images a img.afc {
    width: 36px;
    margin-left: 12px; }

  #footer-drawer .drawer-images a img.google {
    width: 30px;
    margin-left: 10px;
    margin-top: -2px; }

  #footer-drawer .drawer-images a img.investors {
    width: 50px;
    margin-left: 6px; }

  #footer-drawer .drawer-images a img.cyber {
    width: 48px;
    margin-left: 8px; }

  #footer-drawer .drawer-images a img.css {
    width: 40px;
    margin-left: 8px;
    margin-top: 0px; }

  #footer-drawer .legals, .legals {
    margin-top: -30px;
    margin-right: 0px;
    float: left;
    text-align: right;
    font-size: 12px; }

  #footer-drawer .legals a, .legals a {
    margin-left: 40px;
    font-size: 14px;
    text-decoration: none;
    /*  color: #555;*/
    color: #fff !important; } }
