/*** MIXINS ***/
@font-face {
  font-family: 'TT-Norms';
  src: url("https://185862.fs1.hubspotusercontent-na1.net/hubfs/185862/fonts/TT_Norms_Pro_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'TT-Norms';
  src: url("https://185862.fs1.hubspotusercontent-na1.net/hubfs/185862/fonts/TT_Norms_Pro_Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
/* line 56, ../sass/components/_variables.scss */
BODY {
  font-family: "TT-Norms", sans-serif !important;
  font-display: auto;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  margin: 0;
}

/***FONTS/Classes***/
/* line 67, ../sass/components/_variables.scss */
BODY, HTML {
  color: "TT-Norms", sans-serif;
  font-size: 15px;
}

/* line 72, ../sass/components/_variables.scss */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

DIV.serviceRow DIV.serviceTechnologyImage IMG {
  float: right;
  margin-bottom: 60px;
}
/* line 561, ../sass/pageInternalTechnology.scss */
DIV.serviceRow DIV.serviceTechnologyImagej IMG {
  float: right;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .customClassNameimagej {
    display: none !important; ;
  }
}


@media screen and (max-width: 500px) {
  .smallfontonmobile {
  padding:0px;!important; ;
  }
}

@media screen and (max-width: 500px) {
  h1.smallfontonmobile {
  padding:0px;!important; 
  }
}

@media screen and (max-width: 500px) { 
      img.serviceTechnologyImagej { display: none !important; }
}
@media screen and (max-width: 500px) { 
      img. serviceTechnologyImagej { display: none !important; }
}

/* line 77, ../sass/components/_variables.scss */
.cf:after {
  clear: both;
}

/* line 80, ../sass/components/_variables.scss */
H1, H2, H3, H4, H5 {
  color: #242b35;
  font-family: "TT-Norms", sans-serif;
  font-weight: 400 !important;
  line-height: 1.2;
  margin-top: 0 !important;
}
/* line 86, ../sass/components/_variables.scss */
H1.title, H2.title, H3.title, H4.title, H5.title {
  margin-bottom: 60px;
}

/* line 92, ../sass/components/_variables.scss */
H1 {
  font-size: 48px !important;
  margin-bottom: 20px;
}

/* line 97, ../sass/components/_variables.scss */
H2 {
  font-size: 28px !important;
}
/* line 99, ../sass/components/_variables.scss */
H2.titleLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 105, ../sass/components/_variables.scss */
H3 {
  font-size: 28px !important;
}

/* line 108, ../sass/components/_variables.scss */
HR {
  border-top: 2px solid #f5f5f5 !important;
  margin: 30px 0 !important;
}

/* line 112, ../sass/components/_variables.scss */
IMG.full {
  display: block;
  height: auto !important;
  width: 100% !important;
}

/* line 117, ../sass/components/_variables.scss */
IMG.responsive {
  display: inline-block;
  height: auto !important;
  max-width: 100% !important;
}

/* line 122, ../sass/components/_variables.scss */
A {
  text-decoration: none !important;
}
/* line 124, ../sass/components/_variables.scss */
A:hover {
  text-decoration: none !important;
}

/* line 128, ../sass/components/_variables.scss */
A.link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 135, ../sass/components/_variables.scss */
A.rm, A.rmw, BUTTON.rmw, BUTTON.rm {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #242b35;
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 30px;
}
/* line 145, ../sass/components/_variables.scss */
A.rm:hover, A.rmw:hover, BUTTON.rmw:hover, BUTTON.rm:hover {
  background-color: #FFFFFF;
  color: #242b35;
}

/* line 150, ../sass/components/_variables.scss */
A.rmw, BUTTON.rmw {
  background-color: #FFFFFF;
  color: #242b35;
}
/* line 154, ../sass/components/_variables.scss */
A.rmw:hover, BUTTON.rmw:hover {
  background-color: #242b35;
  color: #FFFFFF;
}

/* line 160, ../sass/components/_variables.scss */
P {
  color: #242b35;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 30px;
}

/* line 168, ../sass/components/_variables.scss */
P.intro {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

/* line 174, ../sass/components/_variables.scss */
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes expand {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 30px);
  }
}
@-webkit-keyframes expand {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 30px);
  }
}
/* line 206, ../sass/components/_variables.scss */
.expand {
  -webkit-animation-name: expand;
  animation-name: expand;
}

@keyframes expandLeft {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 15px);
  }
}
@-webkit-keyframes expandLeft {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 15px);
  }
}
@keyframes expandLeftDelay {
  100% {
    width: calc(100% - 15px);
  }
}
@-webkit-keyframes expandLeftDelay {
  100% {
    width: calc(100% - 15px);
  }
}
@keyframes expandLeftDelay2 {
  100% {
    width: 15px;
  }
}
@-webkit-keyframes expandLeftDelay2 {
  100% {
    width: 15px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 270, ../sass/components/_variables.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* line 274, ../sass/components/_variables.scss */
.fadeInDelay {
  animation-delay: 0.25s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* line 279, ../sass/components/_variables.scss */
.fadeInDelay2 {
  animation-delay: 0.5s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* line 284, ../sass/components/_variables.scss */
.fadeInDelay3 {
  animation-delay: 0.75s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* line 289, ../sass/components/_variables.scss */
.fadeInDelay4 {
  animation-delay: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* line 294, ../sass/components/_variables.scss */
.fadeInDelay5 {
  animation-delay: 1.25s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* line 299, ../sass/components/_variables.scss */
.fadeInDelay6 {
  animation-delay: 1.5s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 337, ../sass/components/_variables.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 372, ../sass/components/_variables.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/* line 377, ../sass/components/_variables.scss */
.fadeInLeftDelay {
  animation-delay: 0.25s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/* line 382, ../sass/components/_variables.scss */
.fadeInLeftDelay2 {
  animation-delay: 0.5s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 418, ../sass/components/_variables.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 454, ../sass/components/_variables.scss */
.fadeInUp {
  animation-delay: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 490, ../sass/components/_variables.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@keyframes zoomFade {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@-webkit-keyframes zoomFade {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}
/* line 534, ../sass/components/_variables.scss */
.zoomFade {
  -webkit-animation-name: zoomFade;
  animation-name: zoomFade;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  1000% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 570, ../sass/components/_variables.scss */
.zoomInOut {
  -webkit-animation-name: zoomInOut;
  animation-name: zoomInOut;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}

/* line 579, ../sass/components/_variables.scss */
*, ::after, ::before {
  box-sizing: border-box;
}

/* line 583, ../sass/components/_variables.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

/* line 596, ../sass/components/_variables.scss */
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 602, ../sass/components/_variables.scss */
DIV.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 609, ../sass/components/_variables.scss */
DIV.flex-align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: flex;
}

/* line 616, ../sass/components/_variables.scss */
DIV.container {
  float: none !important;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 1140px;
}

/* line 626, ../sass/components/_variables.scss */
DIV.container-fluid-indicia {
  float: none !important;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 1500px;
}

/* line 638, ../sass/components/_variables.scss */
DIV.inline4 DIV.span4:nth-child(3n) {
  margin-left: 0;
}
/* line 643, ../sass/components/_variables.scss */
DIV.inline4.align-items-center DIV.span4 {
  flex: 0 0 33%;
  max-width: 33%;
  width: 100%;
}

/* line 652, ../sass/components/_variables.scss */
DIV.inline6 DIV.span6:nth-child(2n+1) {
  margin-left: 0;
}

/* line 658, ../sass/components/_variables.scss */
.row-fluid [class*="span"] {
  min-height: 0 !important;
}

/* line 662, ../sass/components/_variables.scss */
DIV.text-center {
  text-align: center;
}

/* line 1, ../sass/components/_nav.scss */
.hide-me {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  top: -80px !important;
}

/* line 5, ../sass/components/_nav.scss */
.show-me {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  top: 10px;
}

/* line 13, ../sass/components/_nav.scss */
.slicknav_btn {
  cursor: pointer;
  display: block;
  float: right;
  height: 50px;
  line-height: 1.125em;
  margin: 0;
  padding: 5px;
  padding-left: 0;
  position: absolute;
  top: 15px;
  right: 20px;
  text-decoration: none;
  vertical-align: middle;
  width: 50px;
  z-index: 99;
}
/* line 29, ../sass/components/_nav.scss */
.slicknav_btn .slicknav_icon {
  float: left;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
  padding-top: 10px;
}
/* line 35, ../sass/components/_nav.scss */
.slicknav_btn .slicknav_icon:before {
  background: none;
  color: #242b35;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "Menu";
  position: absolute;
}
/* line 45, ../sass/components/_nav.scss */
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

/* line 83, ../sass/components/_nav.scss */
.slicknav_menu {
  display: none;
  *zoom: 1;
  position: fixed;
  width: 100%;
  z-index: 5;
  font-size: 16px;
  box-sizing: border-box;
  height: 0;
}
/* line 92, ../sass/components/_nav.scss */
.slicknav_menu * {
  box-sizing: border-box;
}
/* line 95, ../sass/components/_nav.scss */
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
/* line 100, ../sass/components/_nav.scss */
.slicknav_menu .slicknav_icon-bar {
  background-color: #242b35;
}
/* line 103, ../sass/components/_nav.scss */
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
/* line 108, ../sass/components/_nav.scss */
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
/* line 111, ../sass/components/_nav.scss */
.slicknav_menu .slicknav_icon-bar {
  border-radius: 2px;
  display: none;
  width: 35px;
  height: 4px;
  margin-bottom: 5px;
}
/* line 119, ../sass/components/_nav.scss */
.slicknav_menu:before {
  content: " ";
  display: table;
}
/* line 123, ../sass/components/_nav.scss */
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

/* line 130, ../sass/components/_nav.scss */
.slicknav_nav {
  clear: both;
}
/* line 132, ../sass/components/_nav.scss */
.slicknav_nav ul, .slicknav_nav li {
  display: block;
}
/* line 136, ../sass/components/_nav.scss */
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
/* line 138, ../sass/components/_nav.scss */
.slicknav_nav .slicknav_item a {
  display: inline;
}
/* line 142, ../sass/components/_nav.scss */
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  display: block;
}
/* line 146, ../sass/components/_nav.scss */
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

/* line 151, ../sass/components/_nav.scss */
.slicknav_brand {
  float: left;
}

/* line 155, ../sass/components/_nav.scss */
.slicknav_arrow {
  color: #5e39e6;
  float: right;
  font-size: 22px;
  font-family: 'FontAwesome';
  line-height: 1;
  margin: 0;
}

/* line 164, ../sass/components/_nav.scss */
.slicknav_nav {
  background-color: #FFFFFF;
  clear: both;
  color: #fff;
  margin: 0;
  padding: 100px 30px 30px;
  font-size: 0.875em;
  list-style: none;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  top: 85px;
  text-align: center;
  z-index: 98;
}
/* line 179, ../sass/components/_nav.scss */
.slicknav_nav li {
  margin-bottom: 10px;
}
/* line 182, ../sass/components/_nav.scss */
.slicknav_nav li a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid transparent;
  color: #242b35 !important;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  padding: 6px;
}
/* line 190, ../sass/components/_nav.scss */
.slicknav_nav li a:focus {
  outline: none;
}
/* line 193, ../sass/components/_nav.scss */
.slicknav_nav li a:hover {
  border-bottom: 1px solid #586981;
  color: #586981;
}
/* line 198, ../sass/components/_nav.scss */
.slicknav_nav li ul {
  margin: 0px;
  padding: 0px;
}
/* line 201, ../sass/components/_nav.scss */
.slicknav_nav li ul li {
  background: #5e39e6;
  border-left: 0px;
}
/* line 204, ../sass/components/_nav.scss */
.slicknav_nav li ul li:last-child {
  background: #5e39e6;
}
/* line 207, ../sass/components/_nav.scss */
.slicknav_nav li ul li A {
  color: white !important;
}
/* line 209, ../sass/components/_nav.scss */
.slicknav_nav li ul li A:hover {
  color: white;
}
/* line 213, ../sass/components/_nav.scss */
.slicknav_nav li ul li .slicknav_arrow {
  color: white;
}
/* line 217, ../sass/components/_nav.scss */
.slicknav_nav li ul li UL LI {
  background-color: white;
  border-left: 3px solid #5e39e6;
}
/* line 220, ../sass/components/_nav.scss */
.slicknav_nav li ul li UL LI A {
  color: #242b35 !important;
}
/* line 223, ../sass/components/_nav.scss */
.slicknav_nav li ul li UL LI:last-child {
  background-color: #FFFFFF;
  border-bottom: none;
}
/* line 226, ../sass/components/_nav.scss */
.slicknav_nav li ul li UL LI:last-child A {
  color: #FFFFFF !important;
}
/* line 236, ../sass/components/_nav.scss */
.slicknav_nav li.slicknav_parent.slicknav_open {
  padding-bottom: 0px;
}
/* line 241, ../sass/components/_nav.scss */
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
}
/* line 248, ../sass/components/_nav.scss */
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
}
/* line 251, ../sass/components/_nav.scss */
.slicknav_nav a {
  padding: 5px 10px;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  letter-spacing: 1.2px;
}
/* line 259, ../sass/components/_nav.scss */
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
/* line 262, ../sass/components/_nav.scss */
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

/* line 15, ../sass/components/_master.scss */
DIV.header {
  background-position: center center;
  background-size: cover;
  margin-top: 97px;
  padding: 240px 0;
}
/* line 21, ../sass/components/_master.scss */
DIV.header DIV.text {
  max-width: 60%;
}
/* line 23, ../sass/components/_master.scss */
DIV.header DIV.text A.rm, DIV.header DIV.text A.rmw, DIV.header DIV.text BUTTON.rmw {
  padding: 15px 40px;
}
/* line 26, ../sass/components/_master.scss */
DIV.header DIV.text H1 {
  margin-bottom: 15px;
}
/* line 29, ../sass/components/_master.scss */
DIV.header DIV.text P {
  font-size: 26px;
}
/* line 31, ../sass/components/_master.scss */
DIV.header DIV.text P A {
  color: inherit;
}

/* line 37, ../sass/components/_master.scss */
DIV.header2 {
  align-items: center;
  background-color: #ecf9fd;
  display: flex;
  height: calc(90vh - 200px);
  margin-top: 180px;
  min-height: 600px;
}
/* line 47, ../sass/components/_master.scss */
DIV.header2 DIV.text {
  max-width: 50%;
}

/* line 51, ../sass/components/_master.scss */
DIV.nav {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  align-items: center;
  background-color: #FFFFFF;
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
/* line 62, ../sass/components/_master.scss */
DIV.nav.nav-up {
  top: -181px;
}
/* line 65, ../sass/components/_master.scss */
DIV.nav.nav-down {
  top: 0px;
}
/* line 68, ../sass/components/_master.scss */
DIV.nav IMG {
  float: right;
  max-width: none !important;
  width: 129px;
}
/* line 73, ../sass/components/_master.scss */
DIV.nav UL {
  list-style-type: none;
  margin: 8px 130px 0 0;
  text-align: right;
}
/* line 79, ../sass/components/_master.scss */
DIV.nav UL.locationMenu LI A {
  color: #91959a;
}
/* line 83, ../sass/components/_master.scss */
DIV.nav UL.locationMenu LI.active A {
  color: #833df9;
}
/* line 89, ../sass/components/_master.scss */
DIV.nav UL LI {
  display: inline-block;
  padding: 5px 15px;
  position: relative;
}
/* line 93, ../sass/components/_master.scss */
DIV.nav UL LI A {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #242b35;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 0 10px;
}
/* line 101, ../sass/components/_master.scss */
DIV.nav UL LI A.underlineMenu:hover {
  text-decoration: none !important;
}
/* line 103, ../sass/components/_master.scss */
DIV.nav UL LI A.underlineMenu:hover:after {
  width: 100%;
}
/* line 107, ../sass/components/_master.scss */
DIV.nav UL LI A.underlineMenu:after {
  content: '';
  display: block;
  border-bottom: 1px solid #242b35;
  padding-top: 5px;
  width: 0px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (hover: none) {
  /* line 117, ../sass/components/_master.scss */
  DIV.nav UL LI A.underlineMenu:after {
    border-bottom: 1px solid #FFFFFF;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
}
/* line 127, ../sass/components/_master.scss */
DIV.nav UL LI:hover UL {
  display: block;
}
/* line 131, ../sass/components/_master.scss */
DIV.nav UL LI UL {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 7px 7px 0px rgba(120, 120, 120, 0.2);
  -moz-box-shadow: 0px 7px 7px 0px rgba(120, 120, 120, 0.2);
  box-shadow: 0px 7px 7px 0px rgba(120, 120, 120, 0.2);
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 55px;
  left: 0;
  text-align: left;
  width: 200px;
}
/* line 144, ../sass/components/_master.scss */
DIV.nav UL LI UL LI {
  display: block;
}
/* line 146, ../sass/components/_master.scss */
DIV.nav UL LI UL LI A {
  display: block;
  padding: 4px;
}
/* line 150, ../sass/components/_master.scss */
DIV.nav UL LI UL LI A.underlineMenu:after {
  display: none;
}
/* line 161, ../sass/components/_master.scss */
DIV.nav .logo IMG {
  float: none;
  margin-top: 15px;
  margin-bottom: -6px;
  max-width: 100% !important;
}
/* line 168, ../sass/components/_master.scss */
DIV.nav DIV.container-fluid-indicia {
  max-width: 1800px;
}
/* line 171, ../sass/components/_master.scss */
DIV.nav DIV.menuWrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 177, ../sass/components/_master.scss */
DIV.nav2 {
  padding: 33px 15px;
}
/* line 179, ../sass/components/_master.scss */
DIV.nav2 UL {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
/* line 184, ../sass/components/_master.scss */
DIV.nav2 UL LI A {
  font-size: 18px;
}
/* line 190, ../sass/components/_master.scss */
DIV.nav2 .row-number-2 .row-fluid {
  display: flex;
  align-items: center;
}
/* line 195, ../sass/components/_master.scss */
DIV.nav2 DIV.container-fluid-indicia {
  max-width: 1500px;
}

/* line 200, ../sass/components/_master.scss */
DIV.brandRow {
  background-color: #f1f8fb;
}

/* line 204, ../sass/components/_master.scss */
DIV.brandWrapper {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px 7px 7px 0px rgba(100, 100, 100, 0);
  -moz-box-shadow: 0px 7px 7px 0px rgba(100, 100, 100, 0);
  box-shadow: 0px 7px 7px 0px rgba(100, 100, 100, 0);
  margin-bottom: 30px;
  position: relative;
}
/* line 212, ../sass/components/_master.scss */
DIV.brandWrapper:hover {
  border: 1px solid #cdcdcd;
  -webkit-box-shadow: 0px 7px 7px 0px rgba(120, 120, 120, 0.2);
  -moz-box-shadow: 0px 7px 7px 0px rgba(120, 120, 120, 0.2);
  box-shadow: 0px 7px 7px 0px rgba(120, 120, 120, 0.2);
}

/* line 220, ../sass/components/_master.scss */
DIV.contentRow {
  padding: 90px 0;
}

/* line 224, ../sass/components/_master.scss */
DIV.footer {
  background-color: #242b35;
  padding: 5px 0;
}
/* line 227, ../sass/components/_master.scss */
DIV.footer IMG {
  float: right;
}
/* line 230, ../sass/components/_master.scss */
DIV.footer P {
  color: #FFFFFF;
  font-size: 14px;
  margin: 25px 0 0;
}
/* line 234, ../sass/components/_master.scss */
DIV.footer P A {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #FFFFFF;
  font-weight: 700;
}
/* line 238, ../sass/components/_master.scss */
DIV.footer P A:hover {
  color: #823cf8;
}

/* line 245, ../sass/components/_master.scss */
DIV.footer2 {
  padding: 60px 0;
}
/* line 247, ../sass/components/_master.scss */
DIV.footer2 A.buttonUp {
  display: none;
}
/* line 251, ../sass/components/_master.scss */
DIV.footer2 .km IMG {
  float: right;
}
/* line 257, ../sass/components/_master.scss */
DIV.footer2 .footerText SPAN P {
  color: #91959a;
  font-size: 16px;
}
/* line 260, ../sass/components/_master.scss */
DIV.footer2 .footerText SPAN P:first-of-type {
  font-size: 22px;
  margin-bottom: 0;
}
/* line 263, ../sass/components/_master.scss */
DIV.footer2 .footerText SPAN P:first-of-type A {
  color: #242b35;
  margin-left: 30px;
}
/* line 269, ../sass/components/_master.scss */
DIV.footer2 .footerText SPAN P:nth-of-type(3) A {
  color: #91959a;
  margin: 5px 10px;
}

/* line 280, ../sass/components/_master.scss */
DIV.locationMenuDesktop UL.locationMenu {
  display: none;
}
/* line 282, ../sass/components/_master.scss */
DIV.locationMenuDesktop UL.locationMenu:first-of-type {
  display: block;
}

/* line 288, ../sass/components/_master.scss */
DIV.locationWrapper {
  margin-bottom: 30px;
}
/* line 290, ../sass/components/_master.scss */
DIV.locationWrapper DIV.image {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-filter: grayscale(0);
  filter: none;
  background-position: center center !important;
  background-size: cover !important;
  height: 220px;
  position: relative;
}
/* line 298, ../sass/components/_master.scss */
DIV.locationWrapper DIV.image:hover {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
}
/* line 302, ../sass/components/_master.scss */
DIV.locationWrapper DIV.image:hover + DIV.text {
  top: -45px;
}
/* line 307, ../sass/components/_master.scss */
DIV.locationWrapper DIV.text {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #FFFFFF;
  max-width: calc(100% - 90px);
  padding: 20px 25px;
  position: relative;
  top: -30px;
}
/* line 314, ../sass/components/_master.scss */
DIV.locationWrapper DIV.text A {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid transparent;
  color: #242b35;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}
/* line 323, ../sass/components/_master.scss */
DIV.locationWrapper DIV.text A:hover {
  border-bottom: 1px solid #586981;
  color: #586981;
}
/* line 328, ../sass/components/_master.scss */
DIV.locationWrapper DIV.text H3 {
  font-size: 22px !important;
}
/* line 331, ../sass/components/_master.scss */
DIV.locationWrapper DIV.text P {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
}
/* line 335, ../sass/components/_master.scss */
DIV.locationWrapper DIV.text P:last-of-type {
  margin-bottom: 30px;
}

/* line 344, ../sass/components/_master.scss */
DIV.page OL LI {
  font-size: 21px;
  margin-bottom: 10px;
}
/* line 349, ../sass/components/_master.scss */
DIV.page UL {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 353, ../sass/components/_master.scss */
DIV.page UL LI {
  font-size: 21px;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
/* line 358, ../sass/components/_master.scss */
DIV.page UL LI:before {
  content: '+';
  position: absolute;
  top: -1px;
  left: 0;
}

/* line 369, ../sass/components/_master.scss */
.pageTitle H2 {
  font-size: 52px !important;
  margin-top: 100px !important;
  text-align: center;
}

/* line 376, ../sass/components/_master.scss */
.pageTitleLeft H2 {
  font-size: 52px !important;
  margin-top: 100px !important;
}

.centerimageomnia {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


/* line 382, ../sass/components/_master.scss */
DIV.serviceContactRow {
  background: url("https://185862.fs1.hubspotusercontent-na1.net/hubfs/185862/service-contact-bg.jpg");
  background-position: center center;
  background-size: cover;
  padding: 100px 0;
}

.hs-cta-img {
  max-width: 100%;
  height: auto;
}


.full-width-banneromnia img { width: 100% !important;}

DIV.omniabackground {
  background: url("https://185862.fs1.hubspotusercontent-na1.net/hubfs/185862/Omnia%20whitepaper/image-000.jpg");
  background-position: center center;
  background-size: cover;
  padding: 100px 0;
  width: 100%;
}

DIV.omniabackgroundpartnership2023 {
  background: url("https://185862.fs1.hubspotusercontent-na1.net/hubfs/185862/Omnia%20whitepaper/Final_2023_PM/image-014-logo.jpg");
    background-position: 0px 0px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

DIV.omniabackgroundkeyfindings2023 {
  background: url("https://185862.fs1.hubspotusercontent-na1.net/hubfs/185862/Omnia%20whitepaper/Final_2023_PM/keyfindings_new.jpg");
  background-position: center center;
  background-size: cover;
  padding: 100px 0;
  width: 100%;
}


DIV.omniabackgroundsidebar {
  background: url("https://185862.fs1.hubspotusercontent-na1.net/hubfs/185862/Omnia%20whitepaper/image-005.jpg");
  background-position: center center;
  background-size: cover;
  padding:0px;
  width: 100%;
}


/* line 387, ../sass/components/_master.scss */
DIV.serviceContactRow .col-md-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
/* line 398, ../sass/components/_master.scss */
DIV.serviceContactRow .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
/* line 407, ../sass/components/_master.scss */
DIV.serviceContactRow FORM > DIV {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
/* line 412, ../sass/components/_master.scss */
DIV.serviceContactRow FORM > DIV INPUT {
  border: none;
  font-size: 25px;
  height: 50px;
  padding: 10px;
  width: 100%;
}
/* line 418, ../sass/components/_master.scss */
DIV.serviceContactRow FORM > DIV INPUT:focus {
  background-color: #d9f4fb;
  color: #a585fd;
  outline: none !important;
}
/* line 423, ../sass/components/_master.scss */
DIV.serviceContactRow FORM > DIV INPUT::-webkit-input-placeholder {
  color: #91959a;
  font-size: 25px;
  overflow-y: visible;
}
/* line 428, ../sass/components/_master.scss */
DIV.serviceContactRow FORM > DIV INPUT:-moz-placeholder {
  /* Firefox 18- */
  color: #91959a;
  font-size: 25px;
  overflow-y: visible;
}
/* line 433, ../sass/components/_master.scss */
DIV.serviceContactRow FORM > DIV INPUT::-moz-placeholder {
  /* Firefox 19+ */
  color: #91959a;
  font-size: 25px;
  overflow-y: visible;
}
/* line 438, ../sass/components/_master.scss */
DIV.serviceContactRow FORM > DIV INPUT:-ms-input-placeholder {
  color: #91959a;
  font-size: 25px;
  overflow-y: visible;
}
/* line 443, ../sass/components/_master.scss */
DIV.serviceContactRow FORM > DIV INPUT.hs-button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #242b35;
  border-bottom: none;
  border-radius: 8px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 30px;
  font-weight: 400;
  height: auto;
  padding: 15px 30px;
  width: auto !important;
}
/* line 455, ../sass/components/_master.scss */
DIV.serviceContactRow FORM > DIV INPUT.hs-button:hover {
  background-color: #FFFFFF;
  color: #242b35;
}
/* line 461, ../sass/components/_master.scss */
DIV.serviceContactRow FORM > DIV LABEL {
  display: inline-block;
  font-size: 21px;
  width: 150px;
}
/* line 466, ../sass/components/_master.scss */
DIV.serviceContactRow FORM > DIV DIV.input {
  width: calc(100% - 160px);
}

/* line 472, ../sass/components/_master.scss */
DIV.workRow {
  background-color: #ecfafd;
  background-image: url("https://185862.fs1.hubspotusercontent-na1.net/hubfs/185862/thanks-bg2.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 100px 0;
  text-align: center;
}
/* line 480, ../sass/components/_master.scss */
DIV.workRow A.rm, DIV.workRow A.rmw, DIV.workRow BUTTON.rmw {
  border-radius: 8px;
  font-size: 32px;
  padding: 12px 37px;
}
/* line 485, ../sass/components/_master.scss */
DIV.workRow H2 {
  font-size: 51px !important;
  margin-bottom: 15px;
}
/* line 489, ../sass/components/_master.scss */
DIV.workRow P {
  color: #50555d;
  font-size: 31px;
  max-width: 400px;
  margin: 0 auto 100px;
}
/* line 495, ../sass/components/_master.scss */
DIV.workRow .col-md-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
/* line 506, ../sass/components/_master.scss */
DIV.workRow .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 16, ../sass/pageIndex.scss */
DIV.brandRow .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
/* line 27, ../sass/pageIndex.scss */
DIV.brandRow .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
/* line 38, ../sass/pageIndex.scss */
DIV.brandRow .col-lg {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
/* line 51, ../sass/pageIndex.scss */
DIV.brandRow .d-lg-block {
  display: block !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
/* line 58, ../sass/pageIndex.scss */
DIV.brandRow .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 69, ../sass/pageIndex.scss */
DIV.grid {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto auto;
  grid-gap: 20px 30px;
}
/* line 74, ../sass/pageIndex.scss */
DIV.grid > DIV {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: 360px;
  overflow: hidden;
  position: relative;
}
/* line 79, ../sass/pageIndex.scss */
DIV.grid > DIV DIV.text {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #FFFFFF;
  max-width: 280px;
  padding: 30px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 87, ../sass/pageIndex.scss */
DIV.grid > DIV DIV.text H2 {
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 5px;
}
/* line 93, ../sass/pageIndex.scss */
DIV.grid > DIV DIV.text SPAN {
  display: block;
  font-size: 18px;
  line-height: 1;
}
/* line 100, ../sass/pageIndex.scss */
DIV.grid > DIV:hover DIV.text {
  bottom: 15px;
}
/* line 105, ../sass/pageIndex.scss */
DIV.grid DIV.item-1 {
  background: url("https://185862.fs1.hubspotusercontent-na1.net/hubfs/185862/item1.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 1;
}
/* line 114, ../sass/pageIndex.scss */
DIV.grid DIV.item-2 {
  background: url("https://185862.fs1.hubspotusercontent-na1.net/hubfs/185862/item2.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  grid-column-start: 3;
  grid-column-end: span 1;
  grid-row-start: 1;
  grid-row-end: span 2;
}
/* line 123, ../sass/pageIndex.scss */
DIV.grid DIV.item-3 {
  background: url("https://185862.fs1.hubspotusercontent-na1.net/hubfs/185862/item3.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 2;
  grid-row-end: span 2;
}
/* line 132, ../sass/pageIndex.scss */
DIV.grid DIV.item-4 {
  background: url("https://185862.fs1.hubspotusercontent-na1.net/hubfs/185862/item4.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  grid-column-start: 2;
  grid-column-end: span 1;
  grid-row-start: 2;
  grid-row-end: span 1;
}
/* line 141, ../sass/pageIndex.scss */
DIV.grid DIV.item-5 {
  background: url("https://185862.fs1.hubspotusercontent-na1.net/hubfs/185862/item5.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  grid-column-start: 2;
  grid-column-end: span 2;
  grid-row-start: 3;
  grid-row-end: span 1;
}
/* line 149, ../sass/pageIndex.scss */
DIV.grid DIV.item-5 DIV.text {
  max-width: 400px;
}

/* line 155, ../sass/pageIndex.scss */
DIV.header {
  overflow: hidden;
  position: relative;
}
/* line 158, ../sass/pageIndex.scss */
DIV.header #bgVideo, DIV.header DIV.videoWrapper {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/* line 167, ../sass/pageIndex.scss */
DIV.header #bgVideo {
  left: -2px;
}
/* line 170, ../sass/pageIndex.scss */
DIV.header DIV.text {
  position: relative;
  z-index: 2;
}
/* line 174, ../sass/pageIndex.scss */
DIV.header DIV.videoWrapper {
  overflow: hidden;
}

/* line 179, ../sass/pageIndex.scss */
DIV.headerMarketingWorks {
  padding: 90px 0 30px;
}
/* line 181, ../sass/pageIndex.scss */
DIV.headerMarketingWorks DIV.marketingWorks {
  border: 4px solid #c2c1c1;
  align-items: center;
  display: flex;
}
/* line 185, ../sass/pageIndex.scss */
DIV.headerMarketingWorks DIV.marketingWorks DIV.image {
  background-position: center center !important;
  background-size: cover !important;
  height: 430px;
  margin: 0 0 -1px -1px;
  width: 50%;
}
/* line 192, ../sass/pageIndex.scss */
DIV.headerMarketingWorks DIV.marketingWorks DIV.text {
  padding: 50px;
  width: 50%;
}
/* line 195, ../sass/pageIndex.scss */
DIV.headerMarketingWorks DIV.marketingWorks DIV.text H2 {
  font-size: 48px !important;
  margin-bottom: 30px;
}

/* line 204, ../sass/pageIndex.scss */
DIV.headerVideo #bgVideo, DIV.headerVideo DIV.videoWrapper {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/* line 213, ../sass/pageIndex.scss */
DIV.headerVideo #bgVideo {
  left: -2px;
}
/* line 216, ../sass/pageIndex.scss */
DIV.headerVideo DIV.container-fluid-indicia {
  align-items: center;
  height: 845px;
  display: flex;
  justify-content: center;
  margin-bottom: -150px;
  position: relative;
  position: relative;
  top: 0;
}
/* line 227, ../sass/pageIndex.scss */
DIV.headerVideo DIV.text {
  position: relative;
  z-index: 2;
}
/* line 230, ../sass/pageIndex.scss */
DIV.headerVideo DIV.text H2 {
  color: #FFFFFF;
  font-size: 52px !important;
}
/* line 235, ../sass/pageIndex.scss */
DIV.headerVideo DIV.videoWrapper {
  overflow: hidden;
}

/* line 241, ../sass/pageIndex.scss */
DIV.locationsRow .col-lg-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
/* line 252, ../sass/pageIndex.scss */
DIV.locationsRow .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 263, ../sass/pageIndex.scss */
DIV.sectorRow {
  background-color: #ecfafd;
  background-image: url("https://185862.fs1.hubspotusercontent-na1.net/hubfs/185862/sector-row-bg.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
}
/* line 270, ../sass/pageIndex.scss */
DIV.sectorRow H2 {
  font-size: 28px !important;
  margin-bottom: 5px;
}
/* line 273, ../sass/pageIndex.scss */
DIV.sectorRow H2 A {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #242b35;
}
/* line 276, ../sass/pageIndex.scss */
DIV.sectorRow H2 A SPAN {
  color: #a7aaae;
}
/* line 279, ../sass/pageIndex.scss */
DIV.sectorRow H2 A:hover {
  color: #242b35;
}
/* line 281, ../sass/pageIndex.scss */
DIV.sectorRow H2 A:hover SPAN {
  color: #833df9;
}
/* line 288, ../sass/pageIndex.scss */
DIV.sectorRow P {
  color: #50555d;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 30px;
}
/* line 294, ../sass/pageIndex.scss */
DIV.sectorRow .col-md-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
/* line 305, ../sass/pageIndex.scss */
DIV.sectorRow .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media only screen and (max-width: 1800px) {
  /* line 2, ../sass/mediaQueries.scss */
  DIV.header {
    padding: 250px 0;
  }

  /* line 5, ../sass/mediaQueries.scss */
  DIV.header2 {
    padding: 0;
  }

  /* line 10, ../sass/mediaQueries.scss */
  DIV.headerMarketingWorks DIV.marketingWorks DIV.text {
    padding: 45px;
  }
  /* line 12, ../sass/mediaQueries.scss */
  DIV.headerMarketingWorks DIV.marketingWorks DIV.text H2 {
    font-size: 46px !important;
  }

  /* line 19, ../sass/mediaQueries.scss */
  DIV.grid > DIV {
    min-height: 320px;
  }

  /* line 23, ../sass/mediaQueries.scss */
  DIV.sectorRow {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 1600px) {
  /* line 28, ../sass/mediaQueries.scss */
  DIV.blogHeader {
    margin-top: 123px;
  }

  /* line 31, ../sass/mediaQueries.scss */
  DIV.careerHeader {
    margin-top: 123px;
  }

  /* line 41, ../sass/mediaQueries.scss */
  DIV.caseStudyPage {
    margin-top: 123px;
  }

  /* line 44, ../sass/mediaQueries.scss */
  DIV.container-fluid-indicia {
    max-width: 86%;
  }

  /* line 47, ../sass/mediaQueries.scss */
  DIV.header2 {
    margin-top: 123px;
  }

  /* line 56, ../sass/mediaQueries.scss */
  DIV.headerMarketingWorks DIV.marketingWorks DIV.image {
    height: 400px;
  }
  /* line 59, ../sass/mediaQueries.scss */
  DIV.headerMarketingWorks DIV.marketingWorks DIV.text {
    padding: 35px;
  }
  /* line 61, ../sass/mediaQueries.scss */
  DIV.headerMarketingWorks DIV.marketingWorks DIV.text H2 {
    font-size: 42px !important;
  }

  /* line 68, ../sass/mediaQueries.scss */
  UL.locationMenu LI {
    padding: 0 5px !important;
  }
  /* line 70, ../sass/mediaQueries.scss */
  UL.locationMenu LI A {
    font-size: 12px !important;
  }

  /* line 75, ../sass/mediaQueries.scss */
  DIV.nav2 {
    padding: 20px 0;
  }
  /* line 77, ../sass/mediaQueries.scss */
  DIV.nav2 IMG {
    width: 115px;
  }
  /* line 80, ../sass/mediaQueries.scss */
  DIV.nav2 UL {
    margin: 5px 0 0;
  }
  /* line 82, ../sass/mediaQueries.scss */
  DIV.nav2 UL LI {
    padding: 5px 12px;
  }
  /* line 84, ../sass/mediaQueries.scss */
  DIV.nav2 UL LI A {
    font-size: 14px;
    padding: 10px 0 5px;
  }
  /* line 90, ../sass/mediaQueries.scss */
  DIV.nav2 DIV.container-fluid-indicia {
    max-width: 86%;
  }

  /* line 94, ../sass/mediaQueries.scss */
  DIV.officeLocation {
    margin-top: 123px;
  }

  /* line 97, ../sass/mediaQueries.scss */
  DIV.sectorRow {
    background-position: center 100%;
    padding: 60px 0;
  }

  /* line 101, ../sass/mediaQueries.scss */
  DIV.storyRow {
    margin-top: 123px;
  }
}
@media only screen and (max-width: 1500px) {
  /* line 106, ../sass/mediaQueries.scss */
  DIV.header {
    padding: 200px 0;
  }
  /* line 108, ../sass/mediaQueries.scss */
  DIV.header H1 {
    font-size: 45px !important;
  }
  /* line 111, ../sass/mediaQueries.scss */
  DIV.header DIV.text {
    max-width: 60%;
  }

  /* line 115, ../sass/mediaQueries.scss */
  DIV.header2 {
    padding: 0;
  }
  /* line 117, ../sass/mediaQueries.scss */
  DIV.header2 DIV.text {
    max-width: 50%;
  }

  /* line 124, ../sass/mediaQueries.scss */
  DIV.grid > DIV DIV.text H2 {
    font-size: 28px !important;
  }

  /* line 130, ../sass/mediaQueries.scss */
  DIV.welcomeRow {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1400px) {
  /* line 135, ../sass/mediaQueries.scss */
  A.rmBlog {
    font-size: 22px !important;
    margin-top: 45px;
    padding: 12px 24px;
  }

  /* line 140, ../sass/mediaQueries.scss */
  H1 {
    font-size: 35px !important;
  }

  /* line 143, ../sass/mediaQueries.scss */
  H3 {
    font-size: 22px !important;
  }

  /* line 146, ../sass/mediaQueries.scss */
  P {
    font-size: 18px;
    margin-bottom: 20px;
  }

  /* line 151, ../sass/mediaQueries.scss */
  DIV.aboutRow OL, DIV.aboutRow UL {
    font-size: 18px;
    padding-left: 20px;
  }

  /* line 157, ../sass/mediaQueries.scss */
  DIV.blogFeed DIV.image {
    background-position: center center !important;
    background-size: cover !important;
    height: 300px;
    margin-bottom: 20px;
  }
  /* line 163, ../sass/mediaQueries.scss */
  DIV.blogFeed H2 {
    font-size: 22px !important;
  }
  /* line 166, ../sass/mediaQueries.scss */
  DIV.blogFeed SPAN.author, DIV.blogFeed SPAN.date {
    font-size: 15px;
  }

  /* line 170, ../sass/mediaQueries.scss */
  DIV.blogHeader {
    height: calc(80vh - 200px);
    min-height: 440px;
    padding: 0;
  }
  /* line 174, ../sass/mediaQueries.scss */
  DIV.blogHeader H1 {
    font-size: 35px !important;
  }
  /* line 177, ../sass/mediaQueries.scss */
  DIV.blogHeader P {
    font-size: 18px !important;
  }

  /* line 183, ../sass/mediaQueries.scss */
  DIV.blogRow2 DIV.blogFeed DIV.image {
    background-position: center center !important;
    background-size: cover !important;
    height: 300px;
    margin-bottom: 20px;
  }
  /* line 189, ../sass/mediaQueries.scss */
  DIV.blogRow2 DIV.blogFeed H2 {
    font-size: 22px !important;
  }
  /* line 192, ../sass/mediaQueries.scss */
  DIV.blogRow2 DIV.blogFeed SPAN.author, DIV.blogRow2 DIV.blogFeed SPAN.date {
    font-size: 15px;
  }
  /* line 196, ../sass/mediaQueries.scss */
  DIV.blogRow2 DIV.blogFeed.paddingLeft DIV.image {
    background-position: center center !important;
    background-size: cover !important;
    height: 200px;
    margin-bottom: 15px;
  }
  /* line 202, ../sass/mediaQueries.scss */
  DIV.blogRow2 DIV.blogFeed.paddingLeft H2 {
    font-size: 20px !important;
  }
  /* line 205, ../sass/mediaQueries.scss */
  DIV.blogRow2 DIV.blogFeed.paddingLeft SPAN.author, DIV.blogRow2 DIV.blogFeed.paddingLeft SPAN.date {
    font-size: 15px;
  }
  /* line 208, ../sass/mediaQueries.scss */
  DIV.blogRow2 DIV.blogFeed.paddingLeft P {
    font-size: 15px;
  }

  /* line 214, ../sass/mediaQueries.scss */
  DIV.careerHeader {
    height: calc(80vh - 200px);
    min-height: 440px;
    padding: 0;
  }
  /* line 218, ../sass/mediaQueries.scss */
  DIV.careerHeader H1 {
    font-size: 35px !important;
  }
  /* line 221, ../sass/mediaQueries.scss */
  DIV.careerHeader DIV.image {
    height: calc(80vh - 200px);
    min-height: 440px;
  }
  /* line 225, ../sass/mediaQueries.scss */
  DIV.careerHeader DIV.text {
    max-width: 50%;
  }
  /* line 227, ../sass/mediaQueries.scss */
  DIV.careerHeader DIV.text A.rm, DIV.careerHeader DIV.text A.rmw, DIV.careerHeader DIV.text BUTTON.rmw {
    font-size: 21px !important;
    padding: 12px 24px;
  }
  /* line 231, ../sass/mediaQueries.scss */
  DIV.careerHeader DIV.text P {
    font-size: 18px !important;
  }

  /* line 237, ../sass/mediaQueries.scss */
  DIV.careersRow H2 {
    font-size: 35px !important;
  }
  /* line 240, ../sass/mediaQueries.scss */
  DIV.careersRow input[type="radio"] + span:before {
    background: url("https://185862.fs1.hubspotusercontent-na1.net/hubfs/185862/check_radio_sheet-2-mob.png") -60px top no-repeat;
  }
  /* line 243, ../sass/mediaQueries.scss */
  DIV.careersRow input[type="radio"]:checked + span:before {
    background: url("https://185862.fs1.hubspotusercontent-na1.net/hubfs/185862/check_radio_sheet-2-mob.png") -93px top no-repeat;
  }
  /* line 246, ../sass/mediaQueries.scss */
  DIV.careersRow DIV.blogFeed {
    margin-bottom: 30px;
  }
  /* line 251, ../sass/mediaQueries.scss */
  DIV.careersRow DIV.careerDetail UL LI {
    font-size: 18px;
  }
  /* line 258, ../sass/mediaQueries.scss */
  DIV.careersRow DIV.careerWrapper DIV.career H3 {
    margin-bottom: 10px;
  }
  /* line 261, ../sass/mediaQueries.scss */
  DIV.careersRow DIV.careerWrapper DIV.career P {
    font-size: 15px;
    margin-bottom: 5px;
  }
  /* line 267, ../sass/mediaQueries.scss */
  DIV.careersRow DIV.input {
    font-size: 14px;
    padding-left: 25px;
  }
  /* line 272, ../sass/mediaQueries.scss */
  DIV.careersRow DIV.testimonialsFeed DIV.image {
    height: 100px;
    width: 100px;
  }
  /* line 276, ../sass/mediaQueries.scss */
  DIV.careersRow DIV.testimonialsFeed DIV.text {
    width: calc(100% - 130px);
  }
  /* line 278, ../sass/mediaQueries.scss */
  DIV.careersRow DIV.testimonialsFeed DIV.text P {
    font-size: 17px;
  }

  /* line 285, ../sass/mediaQueries.scss */
  DIV.caseStudyFeed DIV.image {
    background-position: center center !important;
    background-size: cover !important;
    height: 300px;
    margin-bottom: 15px;
  }
  /* line 292, ../sass/mediaQueries.scss */
  DIV.caseStudyFeed DIV.text H2 {
    font-size: 22px !important;
  }
  /* line 295, ../sass/mediaQueries.scss */
  DIV.caseStudyFeed DIV.text P {
    font-size: 15px;
  }

  /* line 303, ../sass/mediaQueries.scss */
  DIV.caseStudyHeader DIV.text P {
    font-size: 22px !important;
  }

  /* line 309, ../sass/mediaQueries.scss */
  DIV.caseStudyPage input[type="radio"] + span:before {
    background: url("https://185862.fs1.hubspotusercontent-na1.net/hubfs/185862/check_radio_sheet-2-mob.png") -65px top no-repeat;
  }
  /* line 312, ../sass/mediaQueries.scss */
  DIV.caseStudyPage input[type="radio"]:checked + span:before {
    background: url("https://185862.fs1.hubspotusercontent-na1.net/hubfs/185862/check_radio_sheet-2-mob.png") -97px top no-repeat;
  }
  /* line 315, ../sass/mediaQueries.scss */
  DIV.caseStudyPage DIV.input {
    font-size: 14px;
    padding-left: 20px;
  }

  /* line 320, ../sass/mediaQueries.scss */
  DIV.contentRow {
    padding: 60px 0;
  }

  /* line 323, ../sass/mediaQueries.scss */
  DIV.caseStudyRow {
    padding-bottom: 180px;
  }

  /* line 327, ../sass/mediaQueries.scss */
  DIV.eventFeed DIV.image {
    background-position: center center !important;
    background-size: cover !important;
    height: 300px;
  }
  /* line 333, ../sass/mediaQueries.scss */
  DIV.eventFeed DIV.text H2 {
    font-size: 22px !important;
  }
  /* line 336, ../sass/mediaQueries.scss */
  DIV.eventFeed DIV.text SPAN.date, DIV.eventFeed DIV.text SPAN.location {
    font-size: 15px;
  }
  /* line 339, ../sass/mediaQueries.scss */
  DIV.eventFeed DIV.text P {
    font-size: 15px;
  }

  /* line 347, ../sass/mediaQueries.scss */
  DIV.footer2 .footerText SPAN P {
    margin-bottom: 10px;
  }
  /* line 349, ../sass/mediaQueries.scss */
  DIV.footer2 .footerText SPAN P:first-of-type {
    font-size: 16px;
  }

  /* line 357, ../sass/mediaQueries.scss */
  DIV.header2 {
    height: calc(80vh - 200px);
    min-height: 440px;
    padding: 0;
  }
  /* line 361, ../sass/mediaQueries.scss */
  DIV.header2 H1 {
    font-size: 35px !important;
  }
  /* line 364, ../sass/mediaQueries.scss */
  DIV.header2 DIV.text {
    max-width: 50%;
  }
  /* line 366, ../sass/mediaQueries.scss */
  DIV.header2 DIV.text A.rm, DIV.header2 DIV.text A.rmw, DIV.header2 DIV.text BUTTON.rmw {
    font-size: 21px !important;
  }
  /* line 369, ../sass/mediaQueries.scss */
  DIV.header2 DIV.text P {
    font-size: 18px;
  }

  /* line 375, ../sass/mediaQueries.scss */
  DIV.headerMarketingWorks DIV.marketingWorks {
    border: 3px solid #c2c1c1;
  }
  /* line 377, ../sass/mediaQueries.scss */
  DIV.headerMarketingWorks DIV.marketingWorks DIV.image {
    height: 350px;
  }
  /* line 381, ../sass/mediaQueries.scss */
  DIV.headerMarketingWorks DIV.marketingWorks DIV.text H2 {
    font-size: 32px !important;
    margin-bottom: 20px;
  }

  /* line 389, ../sass/mediaQueries.scss */
  DIV.headerVideo DIV.container-fluid-indicia {
    height: 679px;
    margin-bottom: -120px;
  }
  /* line 395, ../sass/mediaQueries.scss */
  DIV.headerVideo DIV.text BUTTON#play-pause {
    height: 70px;
    margin-right: 15px;
    width: 70px;
  }
  /* line 399, ../sass/mediaQueries.scss */
  DIV.headerVideo DIV.text BUTTON#play-pause:before {
    font-size: 23px;
    top: calc(50% - 10px);
    left: calc(50% - 7px);
  }
  /* line 405, ../sass/mediaQueries.scss */
  DIV.headerVideo DIV.text H2 {
    font-size: 35px !important;
    margin-bottom: 5px;
  }

  /* line 413, ../sass/mediaQueries.scss */
  DIV.imageRowBlue DIV.text A {
    margin-bottom: 20px;
  }
  /* line 416, ../sass/mediaQueries.scss */
  DIV.imageRowBlue DIV.text P {
    font-size: 21px;
    line-height: 1.2;
  }
  /* line 420, ../sass/mediaQueries.scss */
  DIV.imageRowBlue DIV.text SPAN.hash {
    font-size: 17px;
  }

  /* line 426, ../sass/mediaQueries.scss */
  DIV.locationWrapper DIV.text {
    max-width: none;
    padding: 15px 20px;
  }
  /* line 429, ../sass/mediaQueries.scss */
  DIV.locationWrapper DIV.text H3 {
    margin-bottom: 15px;
  }

  /* line 434, ../sass/mediaQueries.scss */
  DIV.officeLocation {
    padding-bottom: 300px !important;
  }
  /* line 436, ../sass/mediaQueries.scss */
  DIV.officeLocation H1 {
    font-size: 40px !important;
  }
  /* line 439, ../sass/mediaQueries.scss */
  DIV.officeLocation .col-md-3 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 444, ../sass/mediaQueries.scss */
  DIV.officeLocation .offset-md-1 {
    margin-left: 0;
  }
  /* line 448, ../sass/mediaQueries.scss */
  DIV.officeLocation DIV.map IFRAME {
    height: 420px;
  }

  /* line 453, ../sass/mediaQueries.scss */
  DIV.paddingLeft {
    padding-left: 120px;
  }

  /* line 458, ../sass/mediaQueries.scss */
  DIV.page OL LI, DIV.page UL LI {
    font-size: 18px;
  }

  /* line 464, ../sass/mediaQueries.scss */
  DIV.pageTitle H2 {
    font-size: 32px !important;
    margin-top: 40px !important;
  }

  /* line 470, ../sass/mediaQueries.scss */
  DIV.sectorRow H2 {
    font-size: 24px !important;
  }
  /* line 473, ../sass/mediaQueries.scss */
  DIV.sectorRow P {
    font-size: 17px;
    margin-bottom: 20px;
  }

  /* line 478, ../sass/mediaQueries.scss */
  DIV.serviceContactRow {
    padding: 50px 0;
  }
  /* line 480, ../sass/mediaQueries.scss */
  DIV.serviceContactRow FORM > DIV {
    margin-bottom: 15px;
  }
  /* line 482, ../sass/mediaQueries.scss */
  DIV.serviceContactRow FORM > DIV INPUT {
    height: 40px;
  }
  /* line 484, ../sass/mediaQueries.scss */
  DIV.serviceContactRow FORM > DIV INPUT.hs-button {
    font-size: 22px;
    height: auto;
    padding: 12px 24px;
  }

  /* line 494, ../sass/mediaQueries.scss */
  DIV.serviceDetailRow H2 {
    font-size: 35px !important;
  }
  /* line 497, ../sass/mediaQueries.scss */
  DIV.serviceDetailRow OL, DIV.serviceDetailRow UL {
    font-size: 17px;
  }

  /* line 501, ../sass/mediaQueries.scss */
  DIV.serviceWrapper {
    margin-bottom: 30px;
  }

  /* line 505, ../sass/mediaQueries.scss */
  DIV.serviceWrapperText SPAN.text {
    font-size: 17px;
  }

  /* line 510, ../sass/mediaQueries.scss */
  DIV.serviceDetailText {
    padding-right: 80px;
  }

  /* line 513, ../sass/mediaQueries.scss */
  DIV.serviceRow {
    margin-top: 135px;
  }

  /* line 516, ../sass/mediaQueries.scss */
  DIV.serviceHomepageRow {
    margin-top: 30px;
  }

  /* line 520, ../sass/mediaQueries.scss */
  DIV.teamMember P {
    font-size: 16px;
  }
  /* line 523, ../sass/mediaQueries.scss */
  DIV.teamMember DIV.profileImage {
    height: 160px;
  }
  /* line 526, ../sass/mediaQueries.scss */
  DIV.teamMember DIV.sideImage {
    height: 130px;
  }

  /* line 530, ../sass/mediaQueries.scss */
  DIV.teamRow {
    margin-top: 135px;
  }
  /* line 532, ../sass/mediaQueries.scss */
  DIV.teamRow:before {
    height: 280px;
  }
  /* line 535, ../sass/mediaQueries.scss */
  DIV.teamRow input[type="radio"] + span:before {
    background: url("https://185862.fs1.hubspotusercontent-na1.net/hubfs/185862/check_radio_sheet-2-mob.png") -65px top no-repeat;
  }
  /* line 538, ../sass/mediaQueries.scss */
  DIV.teamRow input[type="radio"]:checked + span:before {
    background: url("https://185862.fs1.hubspotusercontent-na1.net/hubfs/185862/check_radio_sheet-2-mob.png") -97px top no-repeat;
  }
  /* line 541, ../sass/mediaQueries.scss */
  DIV.teamRow DIV.input {
    font-size: 14px;
    padding-left: 20px;
  }

  /* line 547, ../sass/mediaQueries.scss */
  DIV.workRow A.rm, DIV.workRow A.rmw, DIV.workRow BUTTON.rmw {
    font-size: 22px !important;
    padding: 12px 24px;
  }
  /* line 551, ../sass/mediaQueries.scss */
  DIV.workRow H2 {
    font-size: 35px !important;
  }
  /* line 554, ../sass/mediaQueries.scss */
  DIV.workRow P {
    font-size: 22px !important;
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 1300px) {
  /* line 562, ../sass/mediaQueries.scss */
  DIV.serviceRow H3 {
    font-size: 24px !important;
  }
  /* line 565, ../sass/mediaQueries.scss */
  DIV.serviceRow SPAN.text {
    font-size: 16px;
    max-width: 80%;
  }

  /* line 570, ../sass/mediaQueries.scss */
  DIV.serviceWrapperText {
    padding: 30px 15px 0 0;
    width: 60%;
  }
  /* line 573, ../sass/mediaQueries.scss */
  DIV.serviceWrapperText H2 {
    font-size: 22px !important;
  }
  /* line 576, ../sass/mediaQueries.scss */
  DIV.serviceWrapperText SPAN.text {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 582, ../sass/mediaQueries.scss */
  DIV.blogRow2 {
    margin-top: 180px;
    padding: 60px 0;
  }

  /* line 586, ../sass/mediaQueries.scss */
  DIV.blogRow2detail {
    margin-top: 60px;
  }

  /* line 589, ../sass/mediaQueries.scss */
  DIV.caseStudyFeed {
    margin-bottom: 45px;
  }
  /* line 595, ../sass/mediaQueries.scss */
  DIV.caseStudyFeed DIV.text P {
    font-size: 17px;
  }

  /* line 601, ../sass/mediaQueries.scss */
  DIV.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 608, ../sass/mediaQueries.scss */
  DIV.grid > DIV {
    min-height: 300px;
  }

  /* line 612, ../sass/mediaQueries.scss */
  DIV.header {
    padding: 150px 0;
  }
  /* line 614, ../sass/mediaQueries.scss */
  DIV.header DIV.text {
    max-width: 75%;
  }
  /* line 616, ../sass/mediaQueries.scss */
  DIV.header DIV.text P {
    font-size: 22px;
  }

  /* line 621, ../sass/mediaQueries.scss */
  DIV.header2 {
    padding: 0;
  }
  /* line 623, ../sass/mediaQueries.scss */
  DIV.header2 DIV.text {
    max-width: 50%;
  }

  /* line 629, ../sass/mediaQueries.scss */
  DIV.headerMarketingWorks DIV.marketingWorks DIV.image {
    height: 300px;
  }
  /* line 632, ../sass/mediaQueries.scss */
  DIV.headerMarketingWorks DIV.marketingWorks DIV.text {
    padding: 30px;
  }
  /* line 634, ../sass/mediaQueries.scss */
  DIV.headerMarketingWorks DIV.marketingWorks DIV.text H2 {
    font-size: 28px !important;
    margin-bottom: 20px;
  }

  /* line 641, ../sass/mediaQueries.scss */
  DIV.headerVideo {
    margin-bottom: -50px;
  }
  /* line 643, ../sass/mediaQueries.scss */
  DIV.headerVideo DIV.container-fluid-indicia {
    height: 574px;
  }
  /* line 648, ../sass/mediaQueries.scss */
  DIV.headerVideo DIV.text H2 {
    font-size: 42px !important;
  }

  /* line 654, ../sass/mediaQueries.scss */
  DIV.locationWrapper DIV.text {
    max-width: calc(100% - 50px);
    padding: 15px 10px;
  }

  /* line 661, ../sass/mediaQueries.scss */
  DIV.nav UL LI {
    padding: 5px;
  }

  /* line 667, ../sass/mediaQueries.scss */
  DIV.paddingLeft {
    padding-left: 100px;
  }

  /* line 671, ../sass/mediaQueries.scss */
  DIV.pageTitle H2 {
    font-size: 42px !important;
    margin-top: 60px !important;
  }

  /* line 676, ../sass/mediaQueries.scss */
  DIV.serviceDetailText {
    padding-right: 60px;
  }

  /* line 679, ../sass/mediaQueries.scss */
  DIV.serviceRow {
    margin-top: 180px;
  }

  /* line 682, ../sass/mediaQueries.scss */
  DIV.serviceHomepageRow {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 992px) {
  /* line 687, ../sass/mediaQueries.scss */
  .slicknav_menu {
    display: block;
    z-index: 101;
  }

  /* line 692, ../sass/mediaQueries.scss */
  .slicknav_nav UL.locationMenu {
    display: none;
    opacity: 1;
  }
  /* line 695, ../sass/mediaQueries.scss */
  .slicknav_nav UL.locationMenu:first-of-type {
    display: block;
  }
  /* line 700, ../sass/mediaQueries.scss */
  .slicknav_nav.slicknav_hidden UL.locationMenu {
    opacity: 0;
  }

  /* line 706, ../sass/mediaQueries.scss */
  DIV.blogFeed H2 {
    font-size: 24px !important;
    margin-bottom: 15px;
  }
  /* line 710, ../sass/mediaQueries.scss */
  DIV.blogFeed DIV.image {
    height: 300px;
    margin-bottom: 20px;
  }

  /* line 715, ../sass/mediaQueries.scss */
  DIV.blogHeader {
    margin-top: 86px;
  }

  /* line 718, ../sass/mediaQueries.scss */
  DIV.blogRow2 {
    margin-top: 86px;
  }

  /* line 722, ../sass/mediaQueries.scss */
  DIV.brandRow .d-lg-block {
    display: none !important;
  }
  /* line 725, ../sass/mediaQueries.scss */
  DIV.brandRow DIV.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 732, ../sass/mediaQueries.scss */
  DIV.careerHeader {
    margin-top: 86px;
  }

  /* line 735, ../sass/mediaQueries.scss */
  DIV.caseStudyFeed {
    margin-bottom: 30px;
  }
  /* line 738, ../sass/mediaQueries.scss */
  DIV.caseStudyFeed DIV.text H2 {
    font-size: 22px !important;
  }
  /* line 741, ../sass/mediaQueries.scss */
  DIV.caseStudyFeed DIV.text P {
    font-size: 17px;
  }

  /* line 747, ../sass/mediaQueries.scss */
  DIV.caseStudyPage {
    margin-top: 86px;
  }
  /* line 749, ../sass/mediaQueries.scss */
  DIV.caseStudyPage #form_id {
    margin-bottom: 30px;
  }
  /* line 752, ../sass/mediaQueries.scss */
  DIV.caseStudyPage DIV.input {
    float: none;
  }

  /* line 758, ../sass/mediaQueries.scss */
  DIV.caseStudySideImage {
    padding: 30px;
  }

  /* line 762, ../sass/mediaQueries.scss */
  DIV.contactRow DIV.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 768, ../sass/mediaQueries.scss */
  DIV.contactRow DIV.col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 775, ../sass/mediaQueries.scss */
  DIV.container-fluid-indicia {
    max-width: none;
  }

  /* line 779, ../sass/mediaQueries.scss */
  DIV.eventFeed DIV.image {
    height: 300px;
    margin-bottom: 20px;
  }
  /* line 784, ../sass/mediaQueries.scss */
  DIV.eventFeed DIV.text H2 {
    font-size: 24px !important;
    margin-bottom: 15px;
  }

  /* line 790, ../sass/mediaQueries.scss */
  DIV.grid {
    grid-gap: 10px 20px;
  }
  /* line 792, ../sass/mediaQueries.scss */
  DIV.grid > DIV {
    min-height: 240px;
  }
  /* line 794, ../sass/mediaQueries.scss */
  DIV.grid > DIV DIV.text {
    max-width: 90%;
    padding: 20px 10px;
  }
  /* line 797, ../sass/mediaQueries.scss */
  DIV.grid > DIV DIV.text H2 {
    font-size: 24px !important;
  }
  /* line 800, ../sass/mediaQueries.scss */
  DIV.grid > DIV DIV.text SPAN {
    font-size: 16px;
  }

  /* line 806, ../sass/mediaQueries.scss */
  DIV.header {
    padding: 100px 0;
  }
  /* line 808, ../sass/mediaQueries.scss */
  DIV.header DIV.text {
    max-width: none;
  }

  /* line 812, ../sass/mediaQueries.scss */
  DIV.header2 {
    margin-top: 86px;
    padding: 0;
  }
  /* line 815, ../sass/mediaQueries.scss */
  DIV.header2 DIV.text {
    max-width: 50%;
  }

  /* line 821, ../sass/mediaQueries.scss */
  DIV.headerMarketingWorks DIV.marketingWorks DIV.text {
    padding: 25px;
  }
  /* line 823, ../sass/mediaQueries.scss */
  DIV.headerMarketingWorks DIV.marketingWorks DIV.text H2 {
    font-size: 25px !important;
  }

  /* line 830, ../sass/mediaQueries.scss */
  DIV.headerVideo DIV.container-fluid-indicia {
    height: 600px;
  }

  /* line 835, ../sass/mediaQueries.scss */
  DIV.imageRowBlue DIV.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 841, ../sass/mediaQueries.scss */
  DIV.imageRowBlue DIV.col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 847, ../sass/mediaQueries.scss */
  DIV.imageRowBlue DIV.image {
    height: 500px;
    position: static;
  }

  /* line 853, ../sass/mediaQueries.scss */
  DIV.locationMenuDesktop UL.locationMenu:first-of-type {
    display: none;
  }

  /* line 857, ../sass/mediaQueries.scss */
  DIV.locationsRow .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 865, ../sass/mediaQueries.scss */
  DIV.locationWrapper DIV.text {
    max-width: calc(100% - 30px);
  }
  /* line 867, ../sass/mediaQueries.scss */
  DIV.locationWrapper DIV.text H3 {
    margin-bottom: 10px;
  }
  /* line 870, ../sass/mediaQueries.scss */
  DIV.locationWrapper DIV.text P {
    font-size: 16px;
  }

  /* line 875, ../sass/mediaQueries.scss */
  DIV.nav {
    right: 0;
  }
  /* line 877, ../sass/mediaQueries.scss */
  DIV.nav IMG {
    max-width: 115px !important;
    position: absolute;
    right: 120px;
    bottom: 7px;
  }
  /* line 884, ../sass/mediaQueries.scss */
  DIV.nav DIV.logo IMG {
    max-width: 150px !important;
    position: static;
  }
  /* line 890, ../sass/mediaQueries.scss */
  DIV.nav UL {
    display: none;
  }

  /* line 894, ../sass/mediaQueries.scss */
  DIV.nav2 {
    padding: 10px 15px;
  }
  /* line 896, ../sass/mediaQueries.scss */
  DIV.nav2 IMG {
    max-width: 115px !important;
    position: absolute;
    right: calc(50% - 57px);
    bottom: 7px;
  }
  /* line 902, ../sass/mediaQueries.scss */
  DIV.nav2 DIV.container-fluid-indicia {
    max-width: none;
  }

  /* line 906, ../sass/mediaQueries.scss */
  DIV.officeLocation {
    margin-top: 86px;
    padding-bottom: 300px !important;
  }
  /* line 909, ../sass/mediaQueries.scss */
  DIV.officeLocation H1 {
    font-size: 35px !important;
  }

  /* line 913, ../sass/mediaQueries.scss */
  DIV.paddingLeft {
    padding-left: 60px;
  }

  /* line 917, ../sass/mediaQueries.scss */
  DIV.pageTitle H2 {
    font-size: 32px !important;
  }

  /* line 922, ../sass/mediaQueries.scss */
  DIV.sectorRow DIV.col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 928, ../sass/mediaQueries.scss */
  DIV.serviceDetailText {
    padding-right: 30px;
  }

  /* line 931, ../sass/mediaQueries.scss */
  DIV.serviceRow {
    margin-top: 86px;
  }
  /* line 933, ../sass/mediaQueries.scss */
  DIV.serviceRow H3 {
    font-size: 21px !important;
  }
  /* line 936, ../sass/mediaQueries.scss */
  DIV.serviceRow SPAN.text {
    font-size: 14px;
    max-width: 90%;
  }

  /* line 941, ../sass/mediaQueries.scss */
  DIV.serviceHomepageRow {
    margin-top: 30px;
  }

  /* line 944, ../sass/mediaQueries.scss */
  DIV.serviceWrapper {
    margin-bottom: 30px;
  }

  /* line 947, ../sass/mediaQueries.scss */
  DIV.serviceWrapperText {
    width: 70%;
  }
  /* line 949, ../sass/mediaQueries.scss */
  DIV.serviceWrapperText H2 {
    font-size: 22px !important;
  }
  /* line 952, ../sass/mediaQueries.scss */
  DIV.serviceWrapperText SPAN.text {
    font-size: 17px;
  }

  /* line 956, ../sass/mediaQueries.scss */
  DIV.storyRow {
    margin-top: 86px;
  }

  /* line 959, ../sass/mediaQueries.scss */
  DIV.teamRow {
    margin-top: 86px;
  }

  /* line 962, ../sass/mediaQueries.scss */
  DIV.teamRow #form_id {
    margin-bottom: 30px;
  }

  /* line 965, ../sass/mediaQueries.scss */
  DIV.teamRow #form_id DIV.input {
    float: none;
  }

  /* line 968, ../sass/mediaQueries.scss */
  DIV.teamRow P.strapline {
    margin-bottom: 30px;
  }

  /* line 971, ../sass/mediaQueries.scss */
  DIV.teamRow .images {
    margin-bottom: 20px;
  }

  /* line 974, ../sass/mediaQueries.scss */
  DIV.teamRow .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 980, ../sass/mediaQueries.scss */
  .slicknav_nav {
    top: 71px;
  }

  /* line 983, ../sass/mediaQueries.scss */
  DIV.header {
    margin-top: 76px;
  }

  /* line 986, ../sass/mediaQueries.scss */
  DIV.blogFeed {
    margin-bottom: 30px;
  }

  /* line 989, ../sass/mediaQueries.scss */
  DIV.blogHeader {
    display: block;
    height: auto;
    margin-top: 81px;
  }
  /* line 993, ../sass/mediaQueries.scss */
  DIV.blogHeader DIV.author {
    height: 75px;
    bottom: 15px;
    left: 0;
    margin-left: 0;
    width: calc(100% - 30px);
  }
  /* line 999, ../sass/mediaQueries.scss */
  DIV.blogHeader DIV.author DIV.avatar {
    height: 70px;
    width: 70px;
  }
  /* line 1003, ../sass/mediaQueries.scss */
  DIV.blogHeader DIV.author DIV.name {
    left: 90px;
    width: calc(100% - 120px);
  }
  /* line 1008, ../sass/mediaQueries.scss */
  DIV.blogHeader DIV.authorDesktop {
    display: none;
  }
  /* line 1011, ../sass/mediaQueries.scss */
  DIV.blogHeader DIV.authorMobile {
    display: block;
  }
  /* line 1014, ../sass/mediaQueries.scss */
  DIV.blogHeader DIV.container-fluid-indicia {
    display: block;
  }
  /* line 1017, ../sass/mediaQueries.scss */
  DIV.blogHeader DIV.image {
    background-size: cover !important;
    min-height: 300px;
    position: static;
    width: 100%;
  }
  /* line 1023, ../sass/mediaQueries.scss */
  DIV.blogHeader DIV.text {
    height: auto;
    padding: 60px 0 115px;
    width: 100%;
  }
  /* line 1027, ../sass/mediaQueries.scss */
  DIV.blogHeader DIV.text H1 {
    font-size: 36px !important;
  }

  /* line 1032, ../sass/mediaQueries.scss */
  DIV.blogRow2 {
    margin-top: 81px;
  }
  /* line 1034, ../sass/mediaQueries.scss */
  DIV.blogRow2 DIV.col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1040, ../sass/mediaQueries.scss */
  DIV.blogRow2detail {
    margin-top: 0;
  }

  /* line 1044, ../sass/mediaQueries.scss */
  DIV.brandRow DIV.col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 1051, ../sass/mediaQueries.scss */
  DIV.careerHeader {
    display: block;
    height: auto;
    min-height: 0;
  }
  /* line 1055, ../sass/mediaQueries.scss */
  DIV.careerHeader DIV.blueBG {
    right: 0;
  }
  /* line 1058, ../sass/mediaQueries.scss */
  DIV.careerHeader DIV.container-fluid-indicia {
    display: block;
  }
  /* line 1061, ../sass/mediaQueries.scss */
  DIV.careerHeader DIV.image {
    display: none;
  }
  /* line 1064, ../sass/mediaQueries.scss */
  DIV.careerHeader DIV.text {
    float: none;
    padding: 30px 0;
    width: 100%;
  }

  /* line 1072, ../sass/mediaQueries.scss */
  DIV.caseStudyFeed DIV.text H2 {
    font-size: 28px !important;
  }
  /* line 1075, ../sass/mediaQueries.scss */
  DIV.caseStudyFeed DIV.text P {
    font-size: 20px;
  }

  /* line 1082, ../sass/mediaQueries.scss */
  DIV.caseStudyImage SPAN {
    font-size: 17px;
    margin: 10px 0 30px;
    position: static;
  }

  /* line 1090, ../sass/mediaQueries.scss */
  DIV.caseStudyRow DIV.col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1096, ../sass/mediaQueries.scss */
  DIV.caseStudySideImage {
    padding: 30px 0;
  }

  /* line 1100, ../sass/mediaQueries.scss */
  DIV.careersRow DIV.col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1106, ../sass/mediaQueries.scss */
  DIV.col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1111, ../sass/mediaQueries.scss */
  DIV.col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 1117, ../sass/mediaQueries.scss */
  DIV.footer2 {
    text-align: center;
    padding: 15px 0 0;
    position: relative;
  }
  /* line 1121, ../sass/mediaQueries.scss */
  DIV.footer2 A.buttonUp {
    color: #242b35;
    display: inline-block;
    font-size: 24px;
    position: absolute;
    top: 25px;
    right: 15px;
  }
  /* line 1128, ../sass/mediaQueries.scss */
  DIV.footer2 A.buttonUp SPAN {
    color: #833df9;
  }
  /* line 1132, ../sass/mediaQueries.scss */
  DIV.footer2 DIV.logo {
    margin-bottom: 120px;
  }
  /* line 1134, ../sass/mediaQueries.scss */
  DIV.footer2 DIV.logo IMG {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 150px !important;
  }
  /* line 1141, ../sass/mediaQueries.scss */
  DIV.footer2 .km IMG {
    float: none;
    position: absolute;
    top: 10px;
    right: calc(40% - 50px);
    width: 100px;
  }

  /* line 1149, ../sass/mediaQueries.scss */
  DIV.grid {
    grid-gap: 10px 15px;
  }
  /* line 1151, ../sass/mediaQueries.scss */
  DIV.grid > DIV {
    min-height: 210px;
  }
  /* line 1153, ../sass/mediaQueries.scss */
  DIV.grid > DIV DIV.text {
    max-width: 90%;
    padding: 15px 10px;
  }
  /* line 1156, ../sass/mediaQueries.scss */
  DIV.grid > DIV DIV.text H2 {
    font-size: 22px !important;
  }
  /* line 1159, ../sass/mediaQueries.scss */
  DIV.grid > DIV DIV.text SPAN {
    font-size: 15px;
  }
  /* line 1165, ../sass/mediaQueries.scss */
  DIV.grid DIV.item-5 DIV.text {
    max-width: 90%;
  }

  /* line 1171, ../sass/mediaQueries.scss */
  DIV.header2 {
    margin-top: 81px;
  }
  /* line 1174, ../sass/mediaQueries.scss */
  DIV.header2 DIV.text P {
    font-size: 19px;
  }

  /* line 1179, ../sass/mediaQueries.scss */
  DIV.headerMarketingWorks {
    padding-top: 60px;
  }
  /* line 1181, ../sass/mediaQueries.scss */
  DIV.headerMarketingWorks DIV.marketingWorks {
    display: block;
  }
  /* line 1183, ../sass/mediaQueries.scss */
  DIV.headerMarketingWorks DIV.marketingWorks DIV.image {
    margin: 0;
    width: 100%;
  }
  /* line 1187, ../sass/mediaQueries.scss */
  DIV.headerMarketingWorks DIV.marketingWorks DIV.text {
    text-align: center;
    width: 100%;
  }
  /* line 1190, ../sass/mediaQueries.scss */
  DIV.headerMarketingWorks DIV.marketingWorks DIV.text H2 {
    font-size: 24px !important;
  }

  /* line 1197, ../sass/mediaQueries.scss */
  DIV.headerVideo DIV.container-fluid-indicia {
    height: 500px;
  }

  /* line 1202, ../sass/mediaQueries.scss */
  DIV.imageRowBlue DIV.image {
    height: 400px;
  }

  /* line 1207, ../sass/mediaQueries.scss */
  DIV.location A {
    margin-bottom: 10px;
  }
  /* line 1210, ../sass/mediaQueries.scss */
  DIV.location H3 {
    margin-bottom: 10px;
  }
  /* line 1213, ../sass/mediaQueries.scss */
  DIV.location P {
    line-height: 1.2;
  }
  /* line 1215, ../sass/mediaQueries.scss */
  DIV.location P:last-of-type {
    margin-bottom: 10px;
  }

  /* line 1221, ../sass/mediaQueries.scss */
  DIV.nav2 DIV.container-fluid-indicia {
    width: 100%;
  }
  /* line 1225, ../sass/mediaQueries.scss */
  DIV.nav2 DIV.logo IMG {
    float: left;
  }

  /* line 1230, ../sass/mediaQueries.scss */
  DIV.officeLocation {
    margin-top: 81px;
    padding-bottom: 200px !important;
  }
  /* line 1233, ../sass/mediaQueries.scss */
  DIV.officeLocation .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1238, ../sass/mediaQueries.scss */
  DIV.officeLocation .col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1244, ../sass/mediaQueries.scss */
  DIV.paddingLeft {
    padding-left: 0;
  }

  /* line 1248, ../sass/mediaQueries.scss */
  DIV.sectorRow DIV.col-md-4 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 1255, ../sass/mediaQueries.scss */
  DIV.serviceContactRow DIV.col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1261, ../sass/mediaQueries.scss */
  DIV.serviceDetailText {
    padding-right: 0;
  }

  /* line 1264, ../sass/mediaQueries.scss */
  DIV.serviceRow {
    margin-top: 81px;
  }
  /* line 1266, ../sass/mediaQueries.scss */
  DIV.serviceRow .col, DIV.serviceRow .col-1, DIV.serviceRow .col-10, DIV.serviceRow .col-11, DIV.serviceRow .col-12, DIV.serviceRow .col-2, DIV.serviceRow .col-3, DIV.serviceRow .col-4, DIV.serviceRow .col-5, DIV.serviceRow .col-6, DIV.serviceRow .col-7, DIV.serviceRow .col-8, DIV.serviceRow .col-9, DIV.serviceRow .col-auto, DIV.serviceRow .col-lg, DIV.serviceRow .col-lg-1, DIV.serviceRow .col-lg-10, DIV.serviceRow .col-lg-11, DIV.serviceRow .col-lg-12, DIV.serviceRow .col-lg-2, DIV.serviceRow .col-lg-3, DIV.serviceRow .col-lg-4, DIV.serviceRow .col-lg-5, DIV.serviceRow .col-lg-6, DIV.serviceRow .col-lg-7, DIV.serviceRow .col-lg-8, DIV.serviceRow .col-lg-9, DIV.serviceRow .col-lg-auto, DIV.serviceRow .col-md, DIV.serviceRow .col-md-1, DIV.serviceRow .col-md-10, DIV.serviceRow .col-md-11, DIV.serviceRow .col-md-12, DIV.serviceRow .col-md-2, DIV.serviceRow .col-md-3, DIV.serviceRow .col-md-4, DIV.serviceRow .col-md-5, DIV.serviceRow .col-md-6, DIV.serviceRow .col-md-7, DIV.serviceRow .col-md-8, DIV.serviceRow .col-md-9, DIV.serviceRow .col-md-auto, DIV.serviceRow .col-sm, DIV.serviceRow .col-sm-1, DIV.serviceRow .col-sm-10, DIV.serviceRow .col-sm-11, DIV.serviceRow .col-sm-12, DIV.serviceRow .col-sm-2, DIV.serviceRow .col-sm-3, DIV.serviceRow .col-sm-4, DIV.serviceRow .col-sm-5, DIV.serviceRow .col-sm-6, DIV.serviceRow .col-sm-7, DIV.serviceRow .col-sm-8, DIV.serviceRow .col-sm-9, DIV.serviceRow .col-sm-auto, DIV.serviceRow .col-xl, DIV.serviceRow .col-xl-1, DIV.serviceRow .col-xl-10, DIV.serviceRow .col-xl-11, DIV.serviceRow .col-xl-12, DIV.serviceRow .col-xl-2, DIV.serviceRow .col-xl-3, DIV.serviceRow .col-xl-4, DIV.serviceRow .col-xl-5, DIV.serviceRow .col-xl-6, DIV.serviceRow .col-xl-7, DIV.serviceRow .col-xl-8, DIV.serviceRow .col-xl-9, DIV.serviceRow .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 1270, ../sass/mediaQueries.scss */
  DIV.serviceRow DIV.spacer {
    height: 16px;
  }
  /* line 1273, ../sass/mediaQueries.scss */
  DIV.serviceRow .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  /* line 1278, ../sass/mediaQueries.scss */
  DIV.serviceHomepageRow {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  /* line 1283, ../sass/mediaQueries.scss */
  DIV.serviceWrapperText H2 {
    font-size: 28px !important;
  }
  /* line 1286, ../sass/mediaQueries.scss */
  DIV.serviceWrapperText SPAN.text {
    font-size: 20px;
  }

  /* line 1290, ../sass/mediaQueries.scss */
  DIV.slider {
    margin: 0;
  }

  /* line 1293, ../sass/mediaQueries.scss */
  DIV.storyRow {
    margin-top: 81px;
  }
}
@media only screen and (max-width: 575px) {
  /* line 1298, ../sass/mediaQueries.scss */
  A.rmBlog {
    font-size: 19px !important;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 8px 16px;
  }

  /* line 1304, ../sass/mediaQueries.scss */
  H1 {
    font-size: 28px !important;
  }

  /* line 1308, ../sass/mediaQueries.scss */
  DIV.blogFeed H2 {
    font-size: 19px !important;
    margin-bottom: 5px;
  }
  /* line 1312, ../sass/mediaQueries.scss */
  DIV.blogFeed DIV.image {
    height: 200px;
    margin-bottom: 10px;
  }

  /* line 1317, ../sass/mediaQueries.scss */
  DIV.blogHeader {
    margin-top: 72px;
  }

  /* line 1321, ../sass/mediaQueries.scss */
  DIV.brandRow DIV.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 1328, ../sass/mediaQueries.scss */
  DIV.careerHeader {
    background-color: #ecfafd;
    margin-top: 72px;
    position: static;
  }
  /* line 1332, ../sass/mediaQueries.scss */
  DIV.careerHeader DIV.blueBG {
    display: none;
  }
  /* line 1335, ../sass/mediaQueries.scss */
  DIV.careerHeader DIV.text {
    margin-top: 0;
  }

  /* line 1341, ../sass/mediaQueries.scss */
  DIV.caseStudyFeed DIV.text H2 {
    font-size: 20px !important;
  }
  /* line 1344, ../sass/mediaQueries.scss */
  DIV.caseStudyFeed DIV.text P {
    font-size: 16px;
  }

  /* line 1351, ../sass/mediaQueries.scss */
  DIV.caseStudyPage DIV.input {
    margin-right: 10px;
    padding-left: 18px;
    width: auto;
  }

  /* line 1358, ../sass/mediaQueries.scss */
  DIV.contactRow DIV.col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1365, ../sass/mediaQueries.scss */
  DIV.contentRow {
    padding: 30px 0;
  }

  /* line 1369, ../sass/mediaQueries.scss */
  DIV.eventFeed DIV.image {
    height: 200px;
    margin-bottom: 10px;
  }
  /* line 1374, ../sass/mediaQueries.scss */
  DIV.eventFeed DIV.text H2 {
    font-size: 19px !important;
    margin-bottom: 5px;
  }
  /* line 1378, ../sass/mediaQueries.scss */
  DIV.eventFeed DIV.text P {
    max-width: none;
  }

  /* line 1383, ../sass/mediaQueries.scss */
  DIV.footer {
    text-align: center;
    padding: 10px 0;
  }
  /* line 1386, ../sass/mediaQueries.scss */
  DIV.footer IMG {
    float: none;
  }
  /* line 1389, ../sass/mediaQueries.scss */
  DIV.footer P {
    margin-bottom: 10px;
  }

  /* line 1393, ../sass/mediaQueries.scss */
  DIV.footer2 {
    text-align: left;
  }
  /* line 1395, ../sass/mediaQueries.scss */
  DIV.footer2 A.buttonUp {
    color: #242b35;
    display: inline-block;
    font-size: 19px;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  /* line 1403, ../sass/mediaQueries.scss */
  DIV.footer2 SPAN.hidden-xs {
    display: none;
  }
  /* line 1408, ../sass/mediaQueries.scss */
  DIV.footer2 DIV.footerText SPAN P {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: left !important;
  }
  /* line 1412, ../sass/mediaQueries.scss */
  DIV.footer2 DIV.footerText SPAN P:first-of-type {
    text-align: left !important;
  }
  /* line 1414, ../sass/mediaQueries.scss */
  DIV.footer2 DIV.footerText SPAN P:first-of-type A {
    margin-left: 15px;
  }
  /* line 1416, ../sass/mediaQueries.scss */
  DIV.footer2 DIV.footerText SPAN P:first-of-type A:first-of-type {
    margin-left: 0;
  }
  /* line 1422, ../sass/mediaQueries.scss */
  DIV.footer2 DIV.footerText SPAN P:nth-of-type(3) A {
    display: inline-block;
    margin: 5px 10px 5px 0;
  }
  /* line 1430, ../sass/mediaQueries.scss */
  DIV.footer2 DIV.logo {
    margin-bottom: 80px;
  }
  /* line 1432, ../sass/mediaQueries.scss */
  DIV.footer2 DIV.logo IMG {
    width: 106px !important;
  }
  /* line 1436, ../sass/mediaQueries.scss */
  DIV.footer2 .km IMG {
    right: 105px;
    width: 72px;
  }

  /* line 1441, ../sass/mediaQueries.scss */
  DIV.grid {
    grid-template-rows: auto auto auto auto auto;
    grid-gap: 10px 15px;
  }
  /* line 1444, ../sass/mediaQueries.scss */
  DIV.grid > DIV {
    min-height: 210px;
  }
  /* line 1446, ../sass/mediaQueries.scss */
  DIV.grid > DIV DIV.text {
    max-width: 90%;
    padding: 15px 10px;
  }
  /* line 1449, ../sass/mediaQueries.scss */
  DIV.grid > DIV DIV.text H2 {
    font-size: 22px !important;
  }
  /* line 1452, ../sass/mediaQueries.scss */
  DIV.grid > DIV DIV.text SPAN {
    font-size: 15px;
  }
  /* line 1457, ../sass/mediaQueries.scss */
  DIV.grid DIV.item-1 {
    grid-column-start: 1;
    grid-column-end: span 3;
    grid-row-start: 1;
    grid-row-end: span 1;
  }
  /* line 1463, ../sass/mediaQueries.scss */
  DIV.grid DIV.item-2 {
    grid-column-start: 1;
    grid-column-end: span 3;
    grid-row-start: 2;
    grid-row-end: span 1;
  }
  /* line 1469, ../sass/mediaQueries.scss */
  DIV.grid DIV.item-3 {
    grid-column-start: 1;
    grid-column-end: span 3;
    grid-row-start: 3;
    grid-row-end: span 1;
  }
  /* line 1475, ../sass/mediaQueries.scss */
  DIV.grid DIV.item-4 {
    grid-column-start: 1;
    grid-column-end: span 3;
    grid-row-start: 4;
    grid-row-end: span 1;
  }
  /* line 1481, ../sass/mediaQueries.scss */
  DIV.grid DIV.item-5 {
    grid-column-start: 1;
    grid-column-end: span 3;
    grid-row-start: 5;
    grid-row-end: span 1;
  }

  /* line 1488, ../sass/mediaQueries.scss */
  DIV.header {
    padding: 80px 0;
  }
  /* line 1490, ../sass/mediaQueries.scss */
  DIV.header H1 {
    font-size: 40px !important;
  }

  /* line 1494, ../sass/mediaQueries.scss */
  DIV.header2 {
    background: none;
    height: auto;
    min-height: 0;
    margin-top: 72px;
    padding: 30px 0;
  }
  /* line 1500, ../sass/mediaQueries.scss */
  DIV.header2 H1 {
    font-size: 28px !important;
  }
  /* line 1503, ../sass/mediaQueries.scss */
  DIV.header2 DIV.text {
    margin-top: 0;
    max-width: none;
  }

  /* line 1508, ../sass/mediaQueries.scss */
  DIV.headerVideo {
    margin-bottom: 0;
  }
  /* line 1511, ../sass/mediaQueries.scss */
  DIV.headerVideo DIV.container-fluid-indicia {
    height: 200px;
    margin-bottom: -60px;
    top: 0;
  }
  /* line 1517, ../sass/mediaQueries.scss */
  DIV.headerVideo DIV.text BUTTON#play-pause {
    height: 50px;
    margin-right: calc(50% - 25px);
    width: 50px;
  }
  /* line 1521, ../sass/mediaQueries.scss */
  DIV.headerVideo DIV.text BUTTON#play-pause:before {
    left: calc(50% - 6px);
  }
  /* line 1525, ../sass/mediaQueries.scss */
  DIV.headerVideo DIV.text H2 {
    font-size: 20px !important;
    margin-bottom: 15px;
  }

  /* line 1532, ../sass/mediaQueries.scss */
  DIV.imageRowBlue DIV.image {
    height: 300px;
  }

  /* line 1537, ../sass/mediaQueries.scss */
  DIV.locationsRow .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 1544, ../sass/mediaQueries.scss */
  DIV.nav {
    padding: 10px 0;
  }
  /* line 1546, ../sass/mediaQueries.scss */
  DIV.nav IMG {
    max-width: 105px !important;
    right: 95px;
  }
  /* line 1551, ../sass/mediaQueries.scss */
  DIV.nav DIV.logo IMG {
    margin-top: 10px;
    max-width: 140px !important;
  }

  /* line 1557, ../sass/mediaQueries.scss */
  DIV.nav2 {
    height: 72px !important;
  }
  /* line 1559, ../sass/mediaQueries.scss */
  DIV.nav2 IMG {
    max-width: 72px !important;
    right: 105px;
    bottom: 10px;
  }
  /* line 1565, ../sass/mediaQueries.scss */
  DIV.nav2 DIV.logo IMG {
    margin-top: 15px;
    max-width: 106px !important;
  }

  /* line 1572, ../sass/mediaQueries.scss */
  DIV.pageTitle H2 {
    font-size: 24px !important;
    margin-top: 30px !important;
    text-align: left;
  }

  /* line 1578, ../sass/mediaQueries.scss */
  DIV.sectorRow {
    background-size: contain;
    padding: 30px 0 250px;
  }

  /* line 1583, ../sass/mediaQueries.scss */
  DIV.serviceContactRow FORM > DIV {
    display: block;
  }
  /* line 1585, ../sass/mediaQueries.scss */
  DIV.serviceContactRow FORM > DIV LABEL {
    font-size: 12px;
    margin-bottom: 3px;
    padding-left: 10px;
    width: 100%;
  }
  /* line 1591, ../sass/mediaQueries.scss */
  DIV.serviceContactRow FORM > DIV DIV.input {
    width: 100%;
  }
  /* line 1593, ../sass/mediaQueries.scss */
  DIV.serviceContactRow FORM > DIV DIV.input INPUT {
    font-size: 16px;
  }
  /* line 1595, ../sass/mediaQueries.scss */
  DIV.serviceContactRow FORM > DIV DIV.input INPUT:focus {
    outline: none !important;
  }
  /* line 1598, ../sass/mediaQueries.scss */
  DIV.serviceContactRow FORM > DIV DIV.input INPUT::-webkit-input-placeholder {
    font-size: 16px;
  }
  /* line 1601, ../sass/mediaQueries.scss */
  DIV.serviceContactRow FORM > DIV DIV.input INPUT:-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px;
  }
  /* line 1604, ../sass/mediaQueries.scss */
  DIV.serviceContactRow FORM > DIV DIV.input INPUT::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
  }
  /* line 1607, ../sass/mediaQueries.scss */
  DIV.serviceContactRow FORM > DIV DIV.input INPUT:-ms-input-placeholder {
    font-size: 16px;
  }

  /* line 1615, ../sass/mediaQueries.scss */
  DIV.serviceDetailRow H2 {
    font-size: 20px !important;
  }
  /* line 1619, ../sass/mediaQueries.scss */
  DIV.serviceDetailRow OL, DIV.serviceDetailRow UL {
    padding-left: 15px;
  }

  /* line 1623, ../sass/mediaQueries.scss */
  DIV.serviceWrapperText {
    padding: 10px 10px 0 0;
    width: 80%;
  }
  /* line 1626, ../sass/mediaQueries.scss */
  DIV.serviceWrapperText H2 {
    font-size: 19px !important;
  }
  /* line 1629, ../sass/mediaQueries.scss */
  DIV.serviceWrapperText SPAN.text {
    font-size: 15px;
  }

  /* line 1634, ../sass/mediaQueries.scss */
  DIV.teamMember DIV.profileImage {
    height: 260px;
  }
  /* line 1637, ../sass/mediaQueries.scss */
  DIV.teamMember DIV.sideImage {
    height: 220px;
  }

  /* line 1642, ../sass/mediaQueries.scss */
  DIV.teamRow DIV.col-md-6, DIV.teamRow DIV.col-sm-6, DIV.teamRow DIV.col-sm-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 1646, ../sass/mediaQueries.scss */
  DIV.teamRow DIV.input {
    margin-right: 10px;
    padding-left: 18px;
    width: auto;
  }

  /* line 1653, ../sass/mediaQueries.scss */
  DIV.workRow A.rm, DIV.workRow A.rmw, DIV.workRow BUTTON.rmw {
    font-size: 19px !important;
    padding: 8px 16px;
  }
  /* line 1657, ../sass/mediaQueries.scss */
  DIV.workRow H2 {
    font-size: 28px !important;
  }
  /* line 1660, ../sass/mediaQueries.scss */
  DIV.workRow DIV.col-md-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}


/* line 380, ../sass/pageInternalTechnology.scss */
.landingFormROI FORM > DIV {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
/* line 385, ../sass/pageInternalTechnology.scss */
.landingFormROI FORM > DIV INPUT, .landingFormROI FORM > DIV TEXTAREA {
  border: none;
  font-size: 25px;
  height: 50px;
  padding: 10px;
  width: 100%;
}
/* line 391, ../sass/pageInternalTechnology.scss */
.landingFormROI FORM > DIV INPUT:focus, .landingFormROI FORM > DIV TEXTAREA:focus {
  background-color: #d9f4fb;
  color: #a585fd;
  outline: none !important;
}
/* line 396, ../sass/pageInternalTechnology.scss */
.landingFormROI FORM > DIV INPUT::-webkit-input-placeholder, .landingFormROI FORM > DIV TEXTAREA::-webkit-input-placeholder {
  color: #91959a;
  font-size: 25px;
  overflow-y: visible;
}
/* line 401, ../sass/pageInternalTechnology.scss */
.landingFormROI FORM > DIV INPUT:-moz-placeholder, .landingFormROI FORM > DIV TEXTAREA:-moz-placeholder {
  /* Firefox 18- */
  color: #91959a;
  font-size: 25px;
  overflow-y: visible;
}
/* line 406, ../sass/pageInternalTechnology.scss */
.landingFormROI FORM > DIV INPUT::-moz-placeholder, .landingFormROI FORM > DIV TEXTAREA::-moz-placeholder {
  /* Firefox 19+ */
  color: #91959a;
  font-size: 25px;
  overflow-y: visible;
}
/* line 411, ../sass/pageInternalTechnology.scss */
.landingFormROI FORM > DIV INPUT:-ms-input-placeholder, .landingFormROI FORM > DIV TEXTAREA:-ms-input-placeholder {
  color: #91959a;
  font-size: 25px;
  overflow-y: visible;
}
/* line 417, ../sass/pageInternalTechnology.scss */
.landingFormROI FORM > DIV TEXTAREA {
  height: 100px;
}
/* line 420, ../sass/pageInternalTechnology.scss */
.landingFormROI FORM > DIV LABEL {
  display: inline-block;
  font-size: 21px;
  width: 150px;
}
/* line 425, ../sass/pageInternalTechnology.scss */
.landingFormROI FORM > DIV DIV.input {
  width: calc(100% - 160px);
}

/* line 431, ../sass/pageInternalTechnology.scss */
DIV.landingFormROI FORM INPUT.hs-button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #242b35;
  border-bottom: none;
  border-radius: 8px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 30px;
  font-weight: 400;
  height: auto;
  padding: 15px 30px;
  width: auto !important;
}
/* line 443, ../sass/pageInternalTechnology.scss */
DIV.landingFormROI FORM INPUT.hs-button:hover {
  background-color: #FFFFFF;
  color: #242b35;
}
/* line 448, ../sass/pageInternalTechnology.scss */
DIV.landingFormROI FORM DIV.legal-consent-container {
  display: block;
}
/* line 450, ../sass/pageInternalTechnology.scss */
DIV.landingFormROI FORM DIV.legal-consent-container LABEL {
  display: block;
  width: auto;
}
/* line 454, ../sass/pageInternalTechnology.scss */
DIV.landingFormROI FORM DIV.legal-consent-container DIV.input {
  width: 100%;
}
/* line 458, ../sass/pageInternalTechnology.scss */
DIV.landingFormROI FORM UL.inputs-list {
  list-style-type: none;
  margin: 0 0 30px;
  padding-left: 0;
}
/* line 463, ../sass/pageInternalTechnology.scss */
DIV.landingFormROI FORM UL.inputs-list LI input[type="checkbox"] {
  display: none;
}
/* line 466, ../sass/pageInternalTechnology.scss */
DIV.landingFormROI FORM UL.inputs-list LI input[type="checkbox"] + span:before {
  content: '';
  display: inline-block;
  width: 29px;
  height: 29px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url("https://185862.fs1.hubspotusercontent-na1.net/hubfs/185862/check_radio_sheet.png") -60px top no-repeat;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
}
/* line 480, ../sass/pageInternalTechnology.scss */
DIV.landingFormROI FORM UL.inputs-list LI input[type="checkbox"]:checked + span:before {
  background: url("https://185862.fs1.hubspotusercontent-na1.net/hubfs/185862/check_radio_sheet.png") -91px top no-repeat;
}
/* line 484, ../sass/pageInternalTechnology.scss */
DIV.landingFormROI FORM UL.inputs-list LI input[type="checkbox"] + label small {
  color: #242b35;
  font-size: 13px;
  font-weight: 600;
}
/* line 489, ../sass/pageInternalTechnology.scss */
DIV.landingFormROI FORM UL.inputs-list LI SPAN {
  color: #a4a4a4;
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  margin-left: 0;
  padding-left: 160px;
  position: relative;
  text-transform: none;
}
/* line 499, ../sass/pageInternalTechnology.scss */
DIV.landingFormROI FORM UL.inputs-list LI SPAN A {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid transparent;
  color: #242b35;
  font-weight: 600;
  position: relative;
  z-index: 99;
}



/* line 506, ../sass/pageInternalTechnology.scss */
DIV.landingFormROI FORM UL.inputs-list LI SPAN A:hover {
  border-bottom: 1px solid #586981;
  color: #586981;
}

@media only screen and (max-width: 767px) {
.imagefullwidth-roi {
display: block !important;
width: 100% !important;
padding-top: 0 !important;
padding-right: 0 !important;
padding-bottom: 0 !important;
padding-left: 0 !important;
}
}


@media only screen and (max-width: 767px) {
img.imagefullwidth-roi {
display: block !important;
width: 100% !important;
padding-top: 0 !important;
padding-right: 0 !important;
padding-bottom: 0 !important;
padding-left: 0 !important;
}

  DIV.ROIHeader_Oct022 DIV.image {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;

    /* line 561, ../sass/pageInternalTechnology.scss */
DIV.serviceRow DIV.serviceTechnologyImagej IMG {
  float: right;
  margin-bottom: 60px;
}

@media screen and (max-width: 500px) { 
      img.serviceTechnologyImagej { display: none !important; }
}
@media screen and (max-width: 500px) { 
      img. serviceTechnologyImagej { display: none !important; }
}
    
      @media only screen and (max-width: 767px) {
  /* line 919, ../sass/mediaQueries.scss */
  .contentrow_reducedmobile {
    margin-top: 0px !important;
  }