/*
* strip-unit - Unit stripper [10px = 10]
* param - $num : the value with a unit suffix, E.g: 10px
* return - $result : the value without any suffix, E.g: 10
* E.g. strip-unit(100px) = 100
*/
/*
* pxToEM - Convert PX value to EM value [100px = 6.25em]
* param - $target : the value in px without 'px' suffix, E.g: 100
* return - $result : the value in em with 'em' suffix, E.g: 6.25em
* E.g. pxToEM(100) = 6.25em
*/
/*
* u - PX and REM constrictor
* param - $property : css property, E.g: padding
* param - $values... : list of values for the property, note values are multiplied by $pixelBase, E.g.: 10, 20, 30, 40
* return - $result : the css property with values applied in pixels
* E.g. @include u(padding, 10, 20, 30, 40) = padding: 100px, 200px, 300px, 400px;
*/
/*! Variables */
body.cke_editable p,
body.cke_editable li,
body.cke_editable span {
  font-size: initial !important; }

.pt-sans {
  font-family: "pt-sans"; }

/*! Typography and Fonts */
body:not(.cke_editable) {
  font-family: 'proxima-nova',Arial,Helvetica,sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'futura-pt';
  color: #1681C4;
  font-weight: 700; }

p {
  color: #3B3A3C; }

a {
  color: #1681C4; }
  a:visited, a:link {
    color: #1681C4; }
  a:hover {
    color: #003057; }

.btn-outline-primary {
  border-color: #1681C4 !important;
  margin-right: 1rem; }
  .btn-outline-primary:hover {
    background: #1681C4 !important; }

/*! Footer */
#footer {
  background: #3B3A3C;
  color: #fff; }
  #footer a,
  #footer p {
    color: #fff; }
  #footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #footer ul li {
      margin: 0;
      display: block; }
      #footer ul li a,
      #footer ul li span {
        display: block; }
  @media screen and (max-width: 575px) {
    #footer .row > div * {
      text-align: center !important; } }
  @media screen and (min-width: 1200px) {
    #footer .row > div:last-child p {
      text-align: right; } }

/*! Header */
body:not(.cke_editable) #header {
  width: 100%;
  height: 80px;
  top: 0;
  z-index: 400;
  border-bottom: 2px solid #1681C4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 1199px) {
    body:not(.cke_editable) #header .container {
      max-width: 100%; } }
  body:not(.cke_editable) #header .logo {
    height: 80px; }
    body:not(.cke_editable) #header .logo img {
      height: 80px;
      width: auto; }
  body:not(.cke_editable) #header .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    body:not(.cke_editable) #header .main-menu ul:hover > li:not(:hover) > a,
    body:not(.cke_editable) #header .main-menu ul:hover > li:not(:hover) > span {
      opacity: 0.8; }
    body:not(.cke_editable) #header .main-menu ul li {
      text-transform: uppercase;
      font-size: 0.8rem;
      font-family: "futura-pt";
      font-weight: 900;
      letter-spacing: 0.15rem; }

/*MENU STYLES STYLES*/
@media screen and (max-width: 1199px) {
  body:not(.cke_editable) {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 0.5s right ease;
    transition: 0.5s right ease;
    width: 100%; }
    body:not(.cke_editable) #header .hamburger {
      width: 80px;
      height: 80px;
      position: relative;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-bottom: 2px solid #1681c4; }
      body:not(.cke_editable) #header .hamburger .inner {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        body:not(.cke_editable) #header .hamburger .inner > * {
          width: 32px;
          height: 2px;
          background: #1681C4;
          margin: 5px auto; }
      body:not(.cke_editable) #header .hamburger:hover {
        background: #fcfcfc;
        cursor: pointer; }
    body:not(.cke_editable) #header .close {
      -webkit-transition: right 1s ease;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      transition: right 1s ease;
      width: 80px;
      height: 80px;
      position: relative;
      cursor: pointer;
      display: none; }
      body:not(.cke_editable) #header .close:before, body:not(.cke_editable) #header .close:after {
        position: absolute;
        top: 50%;
        left: 50%;
        content: " ";
        height: 30px;
        width: 3px;
        background-color: #1681C4; }
      body:not(.cke_editable) #header .close:before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      body:not(.cke_editable) #header .close:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
      body:not(.cke_editable) #header .close:hover:before, body:not(.cke_editable) #header .close:hover:after {
        background-color: #6D6E70; }
    body:not(.cke_editable) #header .main-menu {
      display: none !important;
      position: fixed;
      top: 0;
      right: -80vw;
      width: 80vw;
      max-width: 100%;
      background: #3B3A3C;
      color: #fff;
      height: 100vh;
      -webkit-transition: 0.5s right ease;
      transition: 0.5s right ease;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 2rem;
      -webkit-box-shadow: inset 53px 0px 91px 0px rgba(0, 0, 0, 0.25);
      box-shadow: inset 53px 0px 91px 0px rgba(0, 0, 0, 0.25); }
      body:not(.cke_editable) #header .main-menu ul li span,
      body:not(.cke_editable) #header .main-menu ul li a {
        color: #fff;
        text-decoration: none;
        display: block;
        font-size: 1rem;
        text-align: right; }
        body:not(.cke_editable) #header .main-menu ul li span:hover,
        body:not(.cke_editable) #header .main-menu ul li a:hover {
          color: #FFC627; }
      body:not(.cke_editable) #header .main-menu > ul > li:not(.cur) ul {
        display: none; } }
    @media screen and (max-width: 1199px) and (min-width: 576px) {
      body:not(.cke_editable) #header .main-menu {
        right: -50vw;
        width: 50vw; }
        body:not(.cke_editable) #header .main-menu ul li a,
        body:not(.cke_editable) #header .main-menu ul li span {
          font-size: 1.25rem; } }

@media screen and (max-width: 1199px) {
  .menu-open {
    position: fixed;
    right: 80vw; } }
  @media screen and (max-width: 1199px) and (min-width: 576px) {
    .menu-open {
      right: 50vw; } }

@media screen and (max-width: 1199px) {
    .menu-open #header .main-menu {
      right: 0; }
    .menu-open #header .hamburger {
      display: none; }
    .menu-open #header .close {
      display: block; }
  .menu-closed {
    right: 0; }
    .menu-closed #header .main-menu {
      right: -80vw; } }
    @media screen and (max-width: 1199px) and (min-width: 576px) {
      .menu-closed #header .main-menu {
        right: -50vw; } }

@media screen and (min-width: 1200px) {
  body:not(.cke_editable) #header #eti_4_8,
  body:not(.cke_editable) #header .hamburger,
  body:not(.cke_editable) #header .close {
    display: none; }
  body:not(.cke_editable) #header .main-menu {
    height: 80px;
    margin-left: auto; }
    body:not(.cke_editable) #header .main-menu ul.lev1 {
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body:not(.cke_editable) #header .main-menu ul.lev1 li.lev1 {
        height: 80px;
        position: relative; }
        body:not(.cke_editable) #header .main-menu ul.lev1 li.lev1 span.lev1,
        body:not(.cke_editable) #header .main-menu ul.lev1 li.lev1 a.lev1 {
          display: block;
          line-height: 80px;
          text-align: center;
          padding: 0 1rem;
          text-decoration: none;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
        body:not(.cke_editable) #header .main-menu ul.lev1 li.lev1 ul.lev2 {
          max-height: 0;
          overflow: hidden;
          position: absolute;
          z-index: 200;
          left: 0;
          top: 80px;
          min-width: 200px;
          max-width: 50vw;
          background: #fcfcfc;
          padding: 0;
          margin: 0;
          -webkit-transition: max-height 1s ease;
          transition: max-height 1s ease; }
          body:not(.cke_editable) #header .main-menu ul.lev1 li.lev1 ul.lev2 li.lev2 a.lev2,
          body:not(.cke_editable) #header .main-menu ul.lev1 li.lev1 ul.lev2 li.lev2 span.lev2 {
            display: block;
            line-height: 40px;
            color: #1681C4;
            padding: 0.5rem 1rem;
            text-decoration: none; }
            body:not(.cke_editable) #header .main-menu ul.lev1 li.lev1 ul.lev2 li.lev2 a.lev2:hover,
            body:not(.cke_editable) #header .main-menu ul.lev1 li.lev1 ul.lev2 li.lev2 span.lev2:hover {
              color: #003057; }
          body:not(.cke_editable) #header .main-menu ul.lev1 li.lev1 ul.lev2 li.lev2 ul {
            display: none; }
        body:not(.cke_editable) #header .main-menu ul.lev1 li.lev1:hover ul.lev2 {
          max-height: 100vh; } }

body:not(.cke_editable).white-header-text #header {
  top: 0;
  position: absolute;
  right: 0;
  border-bottom: 0;
  z-index: 999; }
  body:not(.cke_editable).white-header-text #header .logo img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); }
  body:not(.cke_editable).white-header-text #header .hamburger .inner > div {
    background: #fff; }
  body:not(.cke_editable).white-header-text #header .close:before, body:not(.cke_editable).white-header-text #header .close:after {
    background: #fff; }
  body:not(.cke_editable).white-header-text #header .main-menu ul.lev1 li.lev1 span.lev1,
  body:not(.cke_editable).white-header-text #header .main-menu ul.lev1 li.lev1 a.lev1 {
    color: #fff; }

/*! Images */
img {
  max-width: 100%;
  height: auto; }

.center-image-y p {
  position: relative;
  height: 100%;
  width: 100%; }

.center-image-y img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }

.center-image-y:after {
  display: block;
  content: "";
  padding-top: 1px; }

/*! Helpers */
.ig-stack {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around; }
  .ig-stack img {
    height: auto !important;
    width: 10%; }
    @media screen and (max-width: 1023px) {
      .ig-stack img {
        width: 20%;
        margin: 2rem; } }

.ig-sectors {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  min-height: 50vh;
  position: relative; }
  .ig-sectors > .container > .row > div:hover > .panel {
    --notchSize: 40px;
    clip-path: polygon(0% 0%, 0% 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% 100%, 100% 100%, 0% 100%, 0% 100%); }
  .ig-sectors .panel {
    background: #1681C4 !important;
    background: linear-gradient(121deg, #1681C4 0%, #003057 100%) !important; }
    .ig-sectors .panel:after {
      padding-top: 100%;
      content: "";
      display: block; }
    .ig-sectors .panel > * {
      position: absolute;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      padding: 10%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      justify-content: center;
      flex-direction: column;
      flex-wrap: wrap;
      text-align: center; }
    .ig-sectors .panel i {
      font-size: 5rem;
      display: block;
      margin-bottom: 2rem; }
    .ig-sectors .panel *, .ig-sectors .panel a {
      color: #fff;
      text-decoration: none; }
    .ig-sectors .panel:hover {
      background: #003057 !important; }
      .ig-sectors .panel:hover *, .ig-sectors .panel:hover a {
        color: #fff;
        text-decoration: none; }

.ig-banner {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 0; }
  .ig-banner .btn {
    font-size: 1.25rem; }
  .ig-banner h1 {
    font-size: 4.5rem; }
  .ig-banner p {
    margin: 0; }
  .ig-banner img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    z-index: 5; }
  .ig-banner__content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%, -50%);
    z-index: 10;
    width: 100%; }

.overlay-banner {
  position: relative;
  z-index: 1; }
  .overlay-banner .center-me {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important; }
  .overlay-banner:after {
    position: absolute;
    opacity: 0.9;
    background: #f1f1f2;
    z-index: 100;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media screen and (min-width: 768px) {
      .overlay-banner:after {
        border-radius: 60vw;
        top: -100%;
        left: -50%;
        top: -31vw;
        left: -50vw;
        width: 100%;
        height: 200%;
        width: 120vw;
        height: 120vw; } }
    @media screen and (min-width: 1024px) {
      .overlay-banner:after {
        border-radius: 50vw;
        top: -100%;
        left: -50%;
        top: -48vw;
        left: -43vw;
        width: 100%;
        height: 200%;
        width: 100vw;
        height: 100vw; } }

.our-work-header-text {
  width: 100%;
  position: absolute;
  bottom: 10%;
  left: 0; }
  .our-work-header-text p {
    font-family: "pt-sans";
    font-style: italic;
    margin: 0; }

.narrow-text > * {
  max-width: 100%;
  width: 768px;
  margin: 0px auto; }

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

.full-height:not(:empty) {
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.half-height:not(:empty) {
  height: 50vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.three-quarters-height:not(:empty) {
  height: 75vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.full-height:not(:empty) .outline-button,
.half-height:not(:empty) .outline-button,
.three-quarters-height:not(:empty) .outline-button {
  font-size: 1.25rem !important; }
  .full-height:not(:empty) .outline-button *,
  .half-height:not(:empty) .outline-button *,
  .three-quarters-height:not(:empty) .outline-button * {
    font-size: 1.25rem !important; }

/* TEXT CIKIYRS */
.white-text {
  color: #fff; }
  .white-text h1,
  .white-text h2,
  .white-text h3,
  .white-text h4,
  .white-text h5,
  .white-text h6,
  .white-text p,
  .white-text a,
  .white-text a:link,
  .white-text a:visited {
    color: #fff !important; }
  .white-text .btn {
    border-color: #f8f9fa !important;
    margin-top: 1rem; }
    .white-text .btn:hover {
      color: #1681C4 !important; }

/* BACKGROUND COLOURS */
.blue-bg {
  background: #1681C4; }
  .blue-bg.go-big > * {
    position: relative;
    z-index: 1; }
  .blue-bg.go-big:before {
    position: absolute;
    top: 0;
    left: -100000px;
    left: -100vw;
    width: 1000000px;
    width: 300vw;
    height: 100%;
    background: #1681C4;
    content: "";
    display: block;
    z-index: 0; }

.dark-blue-bg {
  background: #003057; }
  .dark-blue-bg.go-big > * {
    position: relative;
    z-index: 1; }
  .dark-blue-bg.go-big:before {
    position: absolute;
    top: 0;
    left: -100000px;
    left: -100vw;
    width: 1000000px;
    width: 300vw;
    height: 100%;
    background: #003057;
    content: "";
    display: block;
    z-index: 0; }

.yellow-bg {
  background: #FFC627; }
  .yellow-bg.go-big > * {
    position: relative;
    z-index: 1; }
  .yellow-bg.go-big:before {
    position: absolute;
    top: 0;
    left: -100000px;
    left: -100vw;
    width: 1000000px;
    width: 300vw;
    height: 100%;
    background: #FFC627;
    content: "";
    display: block;
    z-index: 0; }

.dark-grey-bg {
  background: #6D6E70; }
  .dark-grey-bg.go-big > * {
    position: relative;
    z-index: 1; }
  .dark-grey-bg.go-big:before {
    position: absolute;
    top: 0;
    left: -100000px;
    left: -100vw;
    width: 1000000px;
    width: 300vw;
    height: 100%;
    background: #6D6E70;
    content: "";
    display: block;
    z-index: 0; }

.light-grey-bg {
  background: #D1D2D4; }
  .light-grey-bg.go-big > * {
    position: relative;
    z-index: 1; }
  .light-grey-bg.go-big:before {
    position: absolute;
    top: 0;
    left: -100000px;
    left: -100vw;
    width: 1000000px;
    width: 300vw;
    height: 100%;
    background: #D1D2D4;
    content: "";
    display: block;
    z-index: 0; }

.lightest-grey-bg {
  background: #fcfcfc; }
  .lightest-grey-bg.go-big > * {
    position: relative;
    z-index: 1; }
  .lightest-grey-bg.go-big:before {
    position: absolute;
    top: 0;
    left: -100000px;
    left: -100vw;
    width: 1000000px;
    width: 300vw;
    height: 100%;
    background: #fcfcfc;
    content: "";
    display: block;
    z-index: 0; }

/* GET CLEAR OF HEADER */
.clear-header {
  margin-top: 80px; }

.image-background {
  position: relative;
  background: #003057; }
  .image-background img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"; }

.banner-background {
  position: relative; }
  .banner-background img {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 70%;
    height: auto; }

.center-me {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 200; }

#banner .center-me {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.stats {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .stats .row {
    z-index: 20;
    position: relative; }
  .stats .cog-2 {
    position: absolute;
    top: -150px;
    left: 0;
    width: 300px;
    height: 300px;
    z-index: 10;
    opacity: 0.2;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    -webkit-transition: -webkit-transform 2s ease-in-out;
    transition: -webkit-transform 2s ease-in-out;
    transition: transform 2s ease-in-out;
    transition: transform 2s ease-in-out, -webkit-transform 2s ease-in-out; }
  .stats .cog-1 {
    position: absolute;
    right: 0;
    bottom: -100px;
    width: 200px;
    height: 200px;
    z-index: 10;
    opacity: 0.2;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    -webkit-transition: -webkit-transform 2s ease-in-out;
    transition: -webkit-transform 2s ease-in-out;
    transition: transform 2s ease-in-out;
    transition: transform 2s ease-in-out, -webkit-transform 2s ease-in-out; }
  .stats:hover .cog-1,
  .stats:hover .cog-2 {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg); }

/*! Grid */
.container-fluid {
  max-width: 1920px; }

html {
  overflow-x: hidden; }

/*! Contact Forms */
/* STYLING HUBSPOT AND INTERGAGE CMS FORMS TOGETHER */
.hbspt-form fieldset,
.c2form_zero fieldset {
  width: 100%;
  max-width: 100% !important; }

.hbspt-form .hs-input,
.hbspt-form select,
.hbspt-form textarea,
.hbspt-form input[type="tel"],
.hbspt-form input[type="email"],
.hbspt-form input[type="text"],
.c2form_zero .hs-input,
.c2form_zero select,
.c2form_zero textarea,
.c2form_zero input[type="tel"],
.c2form_zero input[type="email"],
.c2form_zero input[type="text"] {
  width: 100% !important;
  font-size: 1rem;
  background: #fff;
  box-sizing: border-box;
  padding: 0.5rem;
  margin-bottom: 1rem; }

.hbspt-form label,
.hbspt-form .c2form_reqfields,
.c2form_zero label,
.c2form_zero .c2form_reqfields {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.5rem; }

/* BUTTON EXTENSION */
.btn,
.hs-button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn,
    .hs-button {
      transition: none; } }
  .btn:focus, .btn:hover,
  .hs-button:focus,
  .hs-button:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus,
  .hs-button:focus,
  .hs-button.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #003057; }
  .btn.disabled, .btn:disabled,
  .hs-button.disabled,
  .hs-button:disabled {
    opacity: 0.65; }
  .btn:not(:disabled), .btn:not(.disabled),
  .hs-button:not(:disabled),
  .hs-button:not(.disabled) {
    cursor: pointer; }
  .btn.primary, .btn.btn-primary,
  .hs-button.primary,
  .hs-button.btn-primary {
    color: #fff;
    background-color: #1681C4;
    border-color: #1681C4; }
    .btn.primary:hover, .btn.btn-primary:hover,
    .hs-button.primary:hover,
    .hs-button.btn-primary:hover {
      color: #fff;
      background-color: #003057;
      border-color: #1681C4; }
    .btn.primary.focus, .btn.primary:focus, .btn.btn-primary.focus, .btn.btn-primary:focus,
    .hs-button.primary.focus,
    .hs-button.primary:focus,
    .hs-button.btn-primary.focus,
    .hs-button.btn-primary:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
    .btn.primary.disabled, .btn.primary:disabled, .btn.btn-primary.disabled, .btn.btn-primary:disabled,
    .hs-button.primary.disabled,
    .hs-button.primary:disabled,
    .hs-button.btn-primary.disabled,
    .hs-button.btn-primary:disabled {
      color: #fff;
      background-color: #1681C4;
      border-color: #1681C4; }
    .btn.primary:not(:disabled).active, .btn.primary:not(:disabled):active,
    .show > .btn.primary.dropdown-toggle, .btn.btn-primary:not(:disabled).active, .btn.btn-primary:not(:disabled):active,
    .show > .btn.btn-primary.dropdown-toggle,
    .hs-button.primary:not(:disabled).active,
    .hs-button.primary:not(:disabled):active,
    .show >
    .hs-button.primary.dropdown-toggle,
    .hs-button.btn-primary:not(:disabled).active,
    .hs-button.btn-primary:not(:disabled):active,
    .show >
    .hs-button.btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #003057;
      border-color: #1681C4; }
    .btn.primary:not(:disabled).active:focus, .btn.primary:not(:disabled).active:focus, .btn.btn-primary:not(:disabled).active:focus, .btn.btn-primary:not(:disabled).active:focus,
    .hs-button.primary:not(:disabled).active:focus,
    .hs-button.primary:not(:disabled).active:focus,
    .hs-button.btn-primary:not(:disabled).active:focus,
    .hs-button.btn-primary:not(:disabled).active:focus {
      box-shadow: 0 0 0 0.2rem #003057; }

/* BUTTON FOR PAGE STYLE MANAGER */
span.primary-button a,
a.primary-button,
span.outline-button a,
a.outline-button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    span.primary-button a,
    a.primary-button,
    span.outline-button a,
    a.outline-button {
      transition: none; } }
  span.primary-button a:focus, span.primary-button a:hover,
  a.primary-button:focus,
  a.primary-button:hover,
  span.outline-button a:focus,
  span.outline-button a:hover,
  a.outline-button:focus,
  a.outline-button:hover {
    text-decoration: none; }
  span.primary-button a:focus, span.primary-button a.focus,
  a.primary-button:focus,
  a.primary-button.focus,
  span.outline-button a:focus,
  span.outline-button a.focus,
  a.outline-button:focus,
  a.outline-button.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #003057; }
  span.primary-button a.disabled, span.primary-button a:disabled,
  a.primary-button.disabled,
  a.primary-button:disabled,
  span.outline-button a.disabled,
  span.outline-button a:disabled,
  a.outline-button.disabled,
  a.outline-button:disabled {
    opacity: 0.65; }
  span.primary-button a:not(:disabled), span.primary-button a:not(.disabled),
  a.primary-button:not(:disabled),
  a.primary-button:not(.disabled),
  span.outline-button a:not(:disabled),
  span.outline-button a:not(.disabled),
  a.outline-button:not(:disabled),
  a.outline-button:not(.disabled) {
    cursor: pointer; }

a.primary-button,
span.primary-button a {
  color: #fff;
  background-color: #1681C4;
  border-color: #1681C4; }
  a.primary-button:hover,
  span.primary-button a:hover {
    color: #fff;
    background-color: #003057;
    border-color: #1681C4; }
  a.primary-button.focus, a.primary-button:focus,
  span.primary-button a.focus,
  span.primary-button a:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  a.primary-button.disabled, a.primary-button:disabled,
  span.primary-button a.disabled,
  span.primary-button a:disabled {
    color: #fff;
    background-color: #1681C4;
    border-color: #1681C4; }
  a.primary-button:not(:disabled).active, a.primary-button:not(:disabled):active,
  .show > a.primary-button.dropdown-toggle,
  span.primary-button a:not(:disabled).active,
  span.primary-button a:not(:disabled):active,
  .show >
  span.primary-button a.dropdown-toggle {
    color: #fff;
    background-color: #003057;
    border-color: #1681C4; }
  a.primary-button:not(:disabled).active:focus, a.primary-button:not(:disabled).active:focus,
  span.primary-button a:not(:disabled).active:focus,
  span.primary-button a:not(:disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #003057; }

a.outline-button,
span.outline-button a {
  color: #fff;
  border-color: #fff; }
  a.outline-button:hover,
  span.outline-button a:hover {
    color: #1681C4 !important;
    background-color: #fff;
    border-color: #fff; }
  a.outline-button.focus, a.outline-button:focus,
  span.outline-button a.focus,
  span.outline-button a:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  a.outline-button.disabled, a.outline-button:disabled,
  span.outline-button a.disabled,
  span.outline-button a:disabled {
    color: #fff;
    background-color: #1681C4;
    border-color: #1681C4; }
  a.outline-button:not(:disabled).active, a.outline-button:not(:disabled):active,
  .show > a.outline-button.dropdown-toggle,
  span.outline-button a:not(:disabled).active,
  span.outline-button a:not(:disabled):active,
  .show >
  span.outline-button a.dropdown-toggle {
    color: #fff;
    background-color: #003057;
    border-color: #1681C4; }
  a.outline-button:not(:disabled).active:focus, a.outline-button:not(:disabled).active:focus,
  span.outline-button a:not(:disabled).active:focus,
  span.outline-button a:not(:disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #003057; }

.bffsfield {
  display: none; }

/*! Main */
.single-column #main .row > *:not([class*="col"]) {
  max-width: 100%;
  flex: 0 0 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

/*! Counter */
.small-line {
  font-size: 0.9rem;
  line-height: 0.9rem; }

.medium-line {
  font-size: 1.5rem;
  line-height: 1.5rem; }

.big-line {
  font-weight: 900;
  font-size: 2rem;
  line-height: 2rem; }

.biggest-line {
  font-weight: 900;
  font-size: 4rem;
  line-height: 4rem; }

/*! Article Lists */
.staff-list .staff-member-summary {
  transition: all 0.75s ease;
  position: relative; }
  .staff-list .staff-member-summary figure {
    margin: 0;
    transition: all 0.75s ease; }
  .staff-list .staff-member-summary section {
    transition: all 0.75s ease; }
  .staff-list .staff-member-summary p {
    font-family: "pt-sans";
    font-style: italic;
    margin: 0; }
  .staff-list .staff-member-summary .linkedin-icon {
    position: absolute;
    top: 0.5rem;
    right: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    transition: all 0.75s ease; }
    .staff-list .staff-member-summary .linkedin-icon img {
      margin: 20%;
      width: 60%;
      height: 60%;
      filter: brightness(0) invert(1); }
  .staff-list .staff-member-summary:hover figure {
    border-radius: 50%;
    border: 0px solid black;
    overflow: hidden; }
  .staff-list .staff-member-summary:hover .linkedin-icon {
    border-radius: 50%;
    border: 0px solid black;
    background: #1681C4; }
    .staff-list .staff-member-summary:hover .linkedin-icon:hover {
      background: #003057; }

.staff-list:hover .staff-member-summary:not(:hover) {
  opacity: 0.5; }

.resource-list .resource-item-summary > div {
  position: relative;
  z-index: 1;
  width: 100%;
  transition: all 0.75s ease; }
  .resource-list .resource-item-summary > div a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 0;
    margin: 0; }
  .resource-list .resource-item-summary > div span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    opacity: 0;
    border-color: #f8f9fa !important; }
    .resource-list .resource-item-summary > div span:hover {
      color: #003057 !important; }
  .resource-list .resource-item-summary > div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 5;
    transition: all 0.75s ease; }
  .resource-list .resource-item-summary > div:after {
    display: block;
    padding-top: 141.4%;
    width: 100%;
    content: ""; }

.resource-list .resource-item-summary p {
  font-family: "pt-sans";
  font-style: italic;
  margin: 0; }

.resource-list .resource-item-summary:hover > div {
  background: #003057; }
  .resource-list .resource-item-summary:hover > div img {
    opacity: 0; }
  .resource-list .resource-item-summary:hover > div a span {
    opacity: 1; }

.our-work-item img {
  width: 100%;
  height: auto; }

.our-work-item p {
  font-family: "pt-sans";
  font-style: italic;
  margin: 0; }

.social-media-link-list .social-media-link {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  display: block; }
  .social-media-link-list .social-media-link img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 75%;
    filter: brightness(0) invert(1); }

.social-media-link-list:hover .social-media-link:not(:hover) {
  opacity: 0.5; }

/*! Image Styles */
.spin-on-hover {
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  -ms-transition: -ms-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out; }
  .spin-on-hover:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg); }

.flip-on-hover {
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  -ms-transition: -ms-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out; }
  .flip-on-hover:hover {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    /*IE*/
    filter: fliph;
    /*IE*/ }

/*! Welcome Screen */
@keyframes changeColour {
  0% {
    background: #1681C4; }
  25% {
    background: #FFC627; }
  50% {
    background: #003057; }
  75% {
    background: #FFC627; }
  100% {
    background: #1681C4; } }

body.welcome-screen {
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 100vh;
  background: #1681C4; }
  body.welcome-screen #welcome-screen-wrapper,
  body.welcome-screen #welcome-screen-wrapper > div:not(#welcome-screen-content) {
    width: 100%;
    height: 100%;
    position: relative;
    display: block; }
    body.welcome-screen #welcome-screen-wrapper #welcome-screen-content,
    body.welcome-screen #welcome-screen-wrapper > div:not(#welcome-screen-content) #welcome-screen-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 75%; }
      body.welcome-screen #welcome-screen-wrapper #welcome-screen-content #welcome-screen-logo,
      body.welcome-screen #welcome-screen-wrapper > div:not(#welcome-screen-content) #welcome-screen-content #welcome-screen-logo {
        width: 75%;
        margin: 0px auto; }
        body.welcome-screen #welcome-screen-wrapper #welcome-screen-content #welcome-screen-logo img,
        body.welcome-screen #welcome-screen-wrapper > div:not(#welcome-screen-content) #welcome-screen-content #welcome-screen-logo img {
          filter: brightness(0) invert(1);
          width: 100%;
          position: relative;
          margin-top: -2.5rem;
          height: auto; }
      body.welcome-screen #welcome-screen-wrapper #welcome-screen-content *,
      body.welcome-screen #welcome-screen-wrapper > div:not(#welcome-screen-content) #welcome-screen-content * {
        color: #fff; }
      body.welcome-screen #welcome-screen-wrapper #welcome-screen-content h1,
      body.welcome-screen #welcome-screen-wrapper > div:not(#welcome-screen-content) #welcome-screen-content h1 {
        position: relative;
        margin-top: -2.5rem; }

/*! The Marketing Journey */
.mj {
  position: relative;
  overflow: hidden; }
  .mj img {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -35%;
    height: 50%;
    width: auto;
    opacity: 0.5; }
    @media screen and (min-width: 768px) {
      .mj img {
        display: block; } }

/*! Our Work */
.ig-case-studies__list > div {
  flex-wrap: wrap; }

.ig-case-studies__list__item {
  width: 50%;
  background-size: cover;
  background-position: center center;
  min-height: 65vh; }
  .ig-case-studies__list__item--text {
    display: flex;
    flex-direction: colulm;
    align-items: center;
    justify-content: center; }
    .ig-case-studies__list__item--text > * {
      width: 80%; }

.our-work {
  margin: 2rem 0; }
  .our-work .text {
    background: #f1f1f2; }
  .our-work .image p {
    margin: 0; }
  @media screen and (min-width: 768px) {
    .our-work {
      position: relative;
      z-index: 0;
      width: 100%; }
      .our-work .text {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 50%;
        z-index: 10; }
        .our-work .text.left {
          left: 0; }
        .our-work .text.right {
          right: 0; }
        .our-work .text p:last-child {
          margin-bottom: 0; }
      .our-work .image {
        z-index: 5;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*LM*/
        width: 60%;
        height: 100%; }
        .our-work .image.right {
          right: 0;
          left: unset; }
        .our-work .image p {
          margin: 0;
          width: 100%;
          height: 100%;
          position: relative; }
          .our-work .image p img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .our-work .image.fw {
          width: 100%; }
      .our-work:after {
        display: block;
        padding-bottom: 40%;
        content: ""; } }

/*! Solution Selector */
.sentenceSelector .selectbox {
  display: inline-block;
  width: 100%; }

.sentenceSelector .label {
  width: 15%;
  padding-right: 2%;
  display: inline-block;
  text-align: right; }

.sentenceSelector select#arselectbox {
  width: 65%;
  height: 2.5rem;
  display: inline-block; }

.sentenceSelector .button {
  padding: 0px 10px;
  padding: 0rem 1rem;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute; }

.sentenceSelector button {
  background: #fdc42d;
  color: #fff;
  border: 0px;
  width: 5rem;
  cursor: pointer;
  font-family: "futura-pt"; }

/*! Blog */
.blog-section p {
  color: #656565;
  line-height: 1.5rem;
  font-size: 18px;
  margin-bottom: 2.5rem; }

.blog-section H2 {
  margin-top: 4rem;
  margin-bottom: 2rem; }

/*! Sectors */
@media screen and (max-width: 600px) {
  .sectors h1 {
    font-size: 2rem; }
  .sectors h2 {
    font-size: 1.5rem; }
  .sectors p {
    font-size: 0; }
    .sectors p span {
      font-size: 1rem; } }

.sectors .sectors__inner {
  min-height: 70vh;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .sectors .sectors__inner {
      height: 70vh;
      overflow: hidden; } }
  @media screen and (min-width: 1200px) {
    .sectors .sectors__inner {
      min-height: 60vh;
      height: 60vh; } }
  .sectors .sectors__inner > .sectors__inner__slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block; }
    .sectors .sectors__inner > .sectors__inner__slider > div.sectors__group,
    .sectors .sectors__inner > .sectors__inner__slider > div.sectors__single {
      display: inline-flex;
      flex-direction: column;
      justify-content: space-around;
      box-sizing: border-box; }
      @media screen and (min-width: 600px) {
        .sectors .sectors__inner > .sectors__inner__slider > div.sectors__group,
        .sectors .sectors__inner > .sectors__inner__slider > div.sectors__single {
          padding: 0 4rem; } }
      .sectors .sectors__inner > .sectors__inner__slider > div.sectors__group .panel,
      .sectors .sectors__inner > .sectors__inner__slider > div.sectors__single .panel {
        background: white;
        box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.1); }
    .sectors .sectors__inner > .sectors__inner__slider > div.sectors__group {
      left: 100%;
      display: none; }
      @media screen and (min-width: 1024px) {
        .sectors .sectors__inner > .sectors__inner__slider > div.sectors__group {
          display: inline-block;
          font-size: inherit;
          vertical-align: top; } }
      @media screen and (max-width: 1024px) {
        .sectors .sectors__inner > .sectors__inner__slider > div.sectors__group h3 {
          font-size: 1.25rem; } }
      .sectors .sectors__inner > .sectors__inner__slider > div.sectors__group .panel {
        min-height: 25vh;
        position: relative; }
        @media screen and (min-width: 1025px) {
          .sectors .sectors__inner > .sectors__inner__slider > div.sectors__group .panel {
            min-height: 23vh; } }
        .sectors .sectors__inner > .sectors__inner__slider > div.sectors__group .panel .btn.btn-primary {
          position: absolute;
          bottom: 1rem;
          left: 1rem; }
    .sectors .sectors__inner > .sectors__inner__slider > div.sectors__single .panel {
      min-height: 70vh;
      position: relative;
      margin: 2rem 0; }
      .sectors .sectors__inner > .sectors__inner__slider > div.sectors__single .panel .content {
        position: absolute;
        left: 0%;
        width: 100%;
        top: 40%;
        height: 60%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 2rem; }
      .sectors .sectors__inner > .sectors__inner__slider > div.sectors__single .panel:after {
        background-image: url("/p/1/marketing-automation-image.jpg");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center left;
        width: 100%;
        height: 40%;
        position: absolute;
        top: 0;
        left: 0;
        content: ""; }
      .sectors .sectors__inner > .sectors__inner__slider > div.sectors__single .panel.nerds:after {
        background-image: url("/p/1/ig-nerd-wars_sq.png?v=3"); }
      @media screen and (min-width: 600px) and (max-width: 1023px) {
        .sectors .sectors__inner > .sectors__inner__slider > div.sectors__single .panel .content {
          height: 50%;
          top: 50%; }
        .sectors .sectors__inner > .sectors__inner__slider > div.sectors__single .panel:after {
          height: 50%; } }
      @media screen and (min-width: 1024px) {
        .sectors .sectors__inner > .sectors__inner__slider > div.sectors__single .panel {
          margin: 0;
          min-height: 50vh; }
          .sectors .sectors__inner > .sectors__inner__slider > div.sectors__single .panel .content {
            left: 50% !important;
            width: 50% !important;
            top: 0 !important;
            height: 100% !important; }
          .sectors .sectors__inner > .sectors__inner__slider > div.sectors__single .panel:after {
            width: 50% !important;
            height: 100% !important;
            position: absolute;
            top: 0 !important;
            left: 0 !important; } }
  .sectors .sectors__inner > div.sectors__prev,
  .sectors .sectors__inner > div.sectors__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4rem;
    height: 4rem;
    font-size: 0;
    text-align: center;
    cursor: pointer;
    color: white;
    display: none; }
    .sectors .sectors__inner > div.sectors__prev:before,
    .sectors .sectors__inner > div.sectors__next:before {
      font-size: 2rem;
      line-height: 4rem;
      font-family: monospace;
      content: "<";
      display: block;
      text-align: center; }
    .sectors .sectors__inner > div.sectors__prev:hover,
    .sectors .sectors__inner > div.sectors__next:hover {
      background: white; }
      .sectors .sectors__inner > div.sectors__prev:hover:before,
      .sectors .sectors__inner > div.sectors__next:hover:before {
        color: #1681c4; }
  @media screen and (min-width: 1024px) {
    .sectors .sectors__inner > div.sectors__prev,
    .sectors .sectors__inner > div.sectors__next {
      display: block; } }
  .sectors .sectors__inner > div.sectors__prev {
    left: 0; }
    .sectors .sectors__inner > div.sectors__prev:before {
      content: "<"; }
  .sectors .sectors__inner > div.sectors__next {
    right: 0; }
    .sectors .sectors__inner > div.sectors__next:before {
      content: ">"; }

/*! Case Studies */
.case-study__panel {
  width: 100vw;
  height: 100vh;
  display: block;
  position: relative; }
  .case-study__panel__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); }

.case-study__main-title__content .corners {
  padding: 2rem 4rem;
  margin-top: 2rem;
  text-align: center; }
  .case-study__main-title__content .corners .title {
    font-size: 3rem;
    color: #fff; }
  .case-study__main-title__content .corners .sub-title {
    font-size: 2.5rem;
    color: #fff; }

.case-study__main-title__tagline {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1024px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%); }
  .case-study__main-title__tagline h3 {
    padding: 2rem 25%;
    text-align: center;
    color: #fff; }

.case-study .solid-bg.blue {
  background: #1681C4; }
  .case-study .solid-bg.blue * {
    color: #fff; }

.case-study .solid-bg.navy {
  background: #003057; }
  .case-study .solid-bg.navy * {
    color: #fff; }

.case-study .large-text p {
  font-size: 1.2rem; }

.case-study .graph.yellow-to-blue {
  background: #fec23c; }

.case-study .graph.white-to-blue {
  background: #fff; }

.case-study .corners {
  position: relative; }
  .case-study .corners:before, .case-study .corners:after {
    width: 5rem;
    height: 5rem;
    position: absolute;
    border: 0.5rem solid white;
    content: ""; }
  .case-study .corners:before {
    top: 0;
    left: 0;
    border-bottom: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent; }
  .case-study .corners:after {
    bottom: 0;
    right: 0;
    border-top: 0.5rem solid transparent;
    border-left: 0.5rem solid transparent; }

.intergage-logo {
  display: block;
  width: 7rem;
  height: 7rem;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 59.42'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EAsset 4%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M60,29.8a30,30,0,0,0-60,0A29.74,29.74,0,0,0,25,59.19l1.4.23V57l-1-.16A27.36,27.36,0,0,1,30,2.42a27.36,27.36,0,0,1,6.48,54l-.5.12v-26H24V33h9.54V59.42L35,59.19A29.74,29.74,0,0,0,60,29.8Z'/%3E%3Cpath class='cls-1' d='M30,14.44a6.47,6.47,0,0,0-6.47,6.47A6.58,6.58,0,0,0,30,27.43a6.5,6.5,0,0,0,6.47-6.52A6.4,6.4,0,0,0,30,14.44ZM30,25a4.08,4.08,0,0,1,0-8.15,4,4,0,0,1,4,4.05A4.08,4.08,0,0,1,30,25Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: none;
  background-size: cover; }