
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../webfonts/open-sans-v34-latin-300.woff2") format("woff2"), url("../webfonts/open-sans-v34-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../webfonts/open-sans-v34-latin-regular.woff2") format("woff2"), url("../webfonts/open-sans-v34-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../webfonts/open-sans-v34-latin-600.woff2") format("woff2"), url("../webfonts/open-sans-v34-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../webfonts/open-sans-v34-latin-700.woff2") format("woff2"), url("../webfonts/open-sans-v34-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: local(""), url("../webfonts/open-sans-v34-latin-300italic.woff2") format("woff2"), url("../webfonts/open-sans-v34-latin-300italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("../webfonts/open-sans-v34-latin-italic.woff2") format("woff2"), url("../webfonts/open-sans-v34-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
hr {
  border: 0;
  border-top: 1px solid #1D73C3;
  margin: 20px 0;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 50px;
  font-weight: 300;
}
@media (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
}
@media (max-width: 991px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

p {
  margin-bottom: 20px;
  color: #2c2f30;
  line-height: 23px;
}

.reg-text {
  font-weight: 400 !important;
}

a {
  color: #1966af;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.white {
  color: #ffffff;
}

.grey {
  color: #2c2f30;
}

.large-para {
  max-width: 1000px;
  margin: 20px auto;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 767px) {
  .large-para {
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 28px;
  }
}

.marginTopLarge {
  margin-top: 120px;
}

.marginTopSmall {
  margin-top: 60px;
}

.marginTopNone {
  margin-top: 0;
}

.marginBottomLarge {
  margin-bottom: 120px;
}

.marginBottomSmall {
  margin-bottom: 60px;
}

.marginBottomNone {
  margin-bottom: 0;
}

.fb-homepage-header {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 60px;
}
.fb-homepage-header .embed-container {
  position: absolute;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .fb-homepage-header .embed-container {
    height: 100vh;
    padding-bottom: 0;
  }
}
.fb-homepage-header .embed-container iframe, .fb-homepage-header .embed-container object, .fb-homepage-header .embed-container embed {
  width: 100%;
  height: 210%;
  min-height: 104%;
  min-width: 177.77vh;
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
}
.fb-homepage-header .embed-container .embed-container--bottom-gradient-wrapper {
  position: absolute;
  z-index: 1;
  left: -10%;
  right: -10%;
  bottom: -75px;
  height: 150px;
  width: 120%;
}
.fb-homepage-header .embed-container .embed-container--bottom-gradient-wrapper .embed-container--bottom-gradient {
  -webkit-filter: blur(21px);
          filter: blur(21px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#6749ba), color-stop(10%, #6749ba), color-stop(90%, #1D73C3), to(#1D73C3));
  background: linear-gradient(90deg, #6749ba 0%, #6749ba 10%, #1D73C3 90%, #1D73C3 100%);
}
.fb-homepage-header .embed-container .embed-container--bottom-gradient-wrapper .embed-container--bottom-gradient-white {
  -webkit-filter: blur(21px);
          filter: blur(21px);
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 300px;
  background-color: #ffffff;
}
.fb-homepage-header .white-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#1D73C3), to(#6749ba));
  background-image: linear-gradient(90deg, #1D73C3, #6749ba);
  mix-blend-mode: screen;
}
.fb-homepage-header .dark-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, #6749ba, #1D73C3);
  mix-blend-mode: multiply;
}
.fb-homepage-header .header-content-wrapper {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 90px auto 20px auto;
  max-width: 1440px;
  z-index: 2;
}
.fb-homepage-header .header-content-wrapper .header-title .homepage-h1 {
  font-weight: 300;
  font-size: 60px;
  line-height: 70px;
  max-width: 940px;
  margin: auto;
}
@media (max-width: 767px) {
  .fb-homepage-header .header-content-wrapper .header-title .homepage-h1 {
    margin-top: 0;
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
  }
}
@media (max-width: 479px) {
  .fb-homepage-header .header-content-wrapper .header-title .homepage-h1 {
    margin-top: 16px;
  }
}
.fb-homepage-header .header-content-wrapper .header-title .button-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .fb-homepage-header .header-content-wrapper .header-title .button-flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 0;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.fb-homepage-header .header-content-wrapper .header-title .button-flex .flex-content__border-dark-button, .fb-homepage-header .header-content-wrapper .header-title .button-flex .flex-content__border-white-button, .fb-homepage-header .header-content-wrapper .header-title .button-flex .flex-content__solid-white-button, .fb-homepage-header .header-content-wrapper .header-title .button-flex .flex-content__solid-blue-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: auto;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
  margin-top: 14px;
  margin-bottom: 14px;
  padding: 10px 56px 14px;
  border-radius: 4px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.fb-homepage-header .header-content-wrapper .header-title .button-flex .flex-content__border-dark-button:hover, .fb-homepage-header .header-content-wrapper .header-title .button-flex .flex-content__border-white-button:hover, .fb-homepage-header .header-content-wrapper .header-title .button-flex .flex-content__solid-white-button:hover, .fb-homepage-header .header-content-wrapper .header-title .button-flex .flex-content__solid-blue-button:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .fb-homepage-header .header-content-wrapper .header-title .button-flex .flex-content__border-dark-button, .fb-homepage-header .header-content-wrapper .header-title .button-flex .flex-content__border-white-button, .fb-homepage-header .header-content-wrapper .header-title .button-flex .flex-content__solid-white-button, .fb-homepage-header .header-content-wrapper .header-title .button-flex .flex-content__solid-blue-button {
    height: auto;
    line-height: 32px;
    font-size: 24px;
    line-height: 30px;
    padding: 10px 36px 14px;
  }
}
.fb-homepage-header .header-content-wrapper .header-title .button-flex .flex-content__solid-blue-button {
  background-color: #1D73C3;
}
.fb-homepage-header .header-content-wrapper .header-title .button-flex .flex-content__solid-blue-button:hover {
  background-color: #1966af;
}
.fb-homepage-header .header-content-wrapper .header-title .button-flex .flex-content__solid-white-button {
  background-color: #ffffff;
  color: #1D73C3;
}
.fb-homepage-header .header-content-wrapper .header-title .button-flex .flex-content__solid-white-button:hover {
  background-color: rgba(255, 255, 255, 0.75);
  color: #2c2f30;
}
.fb-homepage-header .header-content-wrapper .header-title .button-flex .flex-content__border-white-button {
  border: 1px solid #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
.fb-homepage-header .header-content-wrapper .header-title .button-flex .flex-content__border-white-button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.fb-homepage-header .header-content-wrapper .header-title .button-flex .flex-content__border-dark-button {
  border: 1px solid #000;
  background-color: rgba(0, 0, 0, 0);
  color: #2c2f30;
}
.fb-homepage-header .header-content-wrapper .header-title .button-flex .flex-content__border-dark-button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .fb-homepage-header .header-content-wrapper {
    padding: 0 40px;
  }
}
.fb-homepage-header .cover-image-homepage {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fb-homepage-header .cover-image-homepage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fb-homepage-header .blur-image img {
  opacity: 0.4;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.fb-header-image-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.intro-light {
  color: #ffffff;
}
@media (max-width: 767px) {
  .intro-light {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.header-intro {
  text-align: center;
}
@media (max-width: 767px) {
  .header-intro {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.background-default {
  text-align: center;
}
.background-default .intro-text .large-para {
  max-width: 690px;
  margin: 20px auto;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 767px) {
  .background-default .intro-text .large-para {
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .background-default .intro-text {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .background-default {
    padding-top: 260px;
  }
}
@media (max-width: 767px) {
  .background-default {
    padding-top: 330px;
  }
}
@media (max-width: 479px) {
  .background-default {
    padding-bottom: 60px;
  }
}

.content-card-columns-section .columns-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 122px;
  padding-left: 122px;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 991px) {
  .content-card-columns-section .columns-flex {
    padding-right: 0;
    padding-left: 0;
  }
}
.content-card-columns-section .columns-flex .column-flex {
  position: relative;
  width: 220px;
  height: auto;
  text-align: center;
}
.content-card-columns-section .columns-flex .column-flex .column-image-padding {
  padding: 30px;
}
.content-card-columns-section .columns-flex .column-flex .column-image {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
}
.content-card-columns-section .columns-flex .column-flex .column-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 479px) {
  .content-card-columns-section .columns-flex .column-flex .column-image {
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
  }
}
.content-card-columns-section .columns-flex .column-flex .column-content {
  position: relative;
}
.content-card-columns-section .columns-flex .column-flex .column-content h2 {
  font-size: 25px;
  line-height: 30px;
}

.content-card-columns-section--grad {
  background-color: #1D73C3;
  background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, #6749ba, #1D73C3);
  color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.content-card-columns-section--grad .large-para, .content-card-columns-section--grad .columns-flex p {
  color: #ffffff;
}

.content-card-columns-section--blue {
  background-color: #1D73C3;
  padding-top: 100px;
  padding-bottom: 100px;
}
.content-card-columns-section--blue .large-para, .content-card-columns-section--blue .columns-flex p {
  color: #ffffff;
}

.content-card-columns-section--white {
  padding-top: 0;
  background-color: #ffffff;
}
.content-card-columns-section--white .large-para, .content-card-columns-section--white .columns-flex p {
  color: #2c2f30;
}

.section-image-content-cta {
  width: 100%;
  position: relative;
}
.section-image-content-cta .content-image-wrapper {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
}
.section-image-content-cta .content-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .section-image-content-cta .content-image-wrapper {
    -webkit-clip-path: none;
            clip-path: none;
    position: relative;
    width: 100%;
    height: auto;
  }
}
.section-image-content-cta .image-content-cta-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  max-width: 1440px;
  margin: auto;
}
.section-image-content-cta .image-content-cta-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .section-image-content-cta .image-content-cta-content {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -webkit-flex-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
.section-image-content-cta .image-content-cta-content .content-container {
  width: 50%;
  margin: 80px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .section-image-content-cta .image-content-cta-content .content-container {
    width: 100%;
    margin: 20px;
  }
}
.section-image-content-cta .image-content-cta-content .content-container .content-text {
  width: 80%;
}
.section-image-content-cta .image-content-cta-content .content-container .content-text p, .section-image-content-cta .image-content-cta-content .content-container .content-text li {
  margin: 20px auto;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .section-image-content-cta .image-content-cta-content .content-container .content-text {
    width: 100%;
  }
}

.section-image-content-cta--image-left .content-image-wrapper {
  -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  right: auto;
  left: 0;
}
@media (max-width: 767px) {
  .section-image-content-cta--image-left .content-image-wrapper {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.section-image-content-cta--image-left .image-content-cta-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.section-image-content-cta--image-left .content-text {
  margin-left: 60px;
}
@media (max-width: 767px) {
  .section-image-content-cta--image-left .content-text {
    margin-left: 0;
  }
}

.section-image-content-cta--image-right .content-image-wrapper {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
}
@media (max-width: 767px) {
  .section-image-content-cta--image-right .content-image-wrapper {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

.section-image-content-cta--grad {
  background-color: #1D73C3;
  background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, #6749ba, #1D73C3);
}
.section-image-content-cta--grad .content-container {
  color: #ffffff;
}
.section-image-content-cta--grad .content-container .content-text p {
  color: #ffffff;
}
.section-image-content-cta--grad .content-container .content-text a {
  text-decoration: underline;
}
.section-image-content-cta--grad .content-container .content-text .button {
  background-color: #ffffff;
  color: #1D73C3;
}
.section-image-content-cta--grad .content-container .content-text .button:hover {
  background-color: rgba(255, 255, 255, 0.85);
}

.section-image-content-cta--blue {
  background-color: #1D73C3;
}
.section-image-content-cta--blue .content-container {
  color: #ffffff;
}
.section-image-content-cta--blue .content-container .content-text p {
  color: #ffffff;
}
.section-image-content-cta--blue .content-container .content-text a {
  text-decoration: underline;
}
.section-image-content-cta--blue .content-container .content-text .button {
  background-color: #ffffff;
  color: #1D73C3;
}
.section-image-content-cta--blue .content-container .content-text .button:hover {
  background-color: rgba(255, 255, 255, 0.85);
}

.section-image-content-cta--white {
  background-color: #ffffff;
}
.section-image-content-cta--white .content-container {
  color: #2c2f30;
}
.section-image-content-cta--white .content-container .content-text p {
  color: #2c2f30;
}
.section-image-content-cta--white .content-container .content-text a {
  text-decoration: underline;
}
.section-image-content-cta--white .content-container .content-text .button {
  background-color: #1D73C3;
  color: #ffffff;
}
.section-image-content-cta--white .content-container .content-text .button:hover {
  background-color: #1966af;
}

.section-background-image-content-cta {
  width: 100%;
  position: relative;
}
.section-background-image-content-cta .background-image-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.section-background-image-content-cta .background-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-background-image-content-cta .carousel {
  height: auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  padding: 20px 100px 50px 100px;
}
@media (max-width: 767px) {
  .section-background-image-content-cta .carousel {
    padding: 20px 60px 50px 60px;
  }
}
.section-background-image-content-cta .carousel .w-slider-mask .background-image-content-cta-content {
  position: relative;
  width: 100%;
}
.section-background-image-content-cta .carousel .w-slider-mask .background-image-content-cta-content .background-image__content-container {
  max-width: 800px;
  margin: auto;
}
@media (max-width: 767px) {
  .section-background-image-content-cta .carousel .w-slider-mask .background-image-content-cta-content .background-image__content-container {
    width: 100%;
  }
}
.section-background-image-content-cta .carousel .w-slider-mask .background-image-content-cta-content .background-image__content-container .background-image__content-text {
  text-align: center;
  display: block;
  padding: 100px 0;
}
.section-background-image-content-cta .carousel .w-slider-mask .background-image-content-cta-content .background-image__content-container .background-image__content-text .text-button {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  padding-right: 40px;
  background-image: url("../images/arrow-blue-thick.svg");
  background-position: 100% 0;
  background-size: 20px;
  background-repeat: no-repeat;
  display: inline-block;
  text-decoration: none;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.section-background-image-content-cta .carousel .w-slider-mask .background-image-content-cta-content .background-image__content-container .background-image__content-text .text-button:hover {
  -webkit-animation: animateBackground 0.3s ease-in-out forwards;
          animation: animateBackground 0.3s ease-in-out forwards;
}
@-webkit-keyframes animateBackground {
  0% {
    background-position: 95% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes animateBackground {
  0% {
    background-position: 95% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.section-background-image-content-cta .carousel .w-slider-mask .background-image-content-cta-content .background-image__content-container .background-image__content-text .text-button:not(:hover) {
  -webkit-animation: animateBackgroundOut 0.3s ease-in-out forwards;
          animation: animateBackgroundOut 0.3s ease-in-out forwards;
}
@-webkit-keyframes animateBackgroundOut {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 95% 0;
  }
}
@keyframes animateBackgroundOut {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 95% 0;
  }
}
@media (max-width: 991px) {
  .section-background-image-content-cta .carousel .w-slider-mask .background-image-content-cta-content .background-image__content-container .background-image__content-text {
    width: 100%;
    padding: 60px 0 40px 0;
  }
}
@media (max-width: 767px) {
  .section-background-image-content-cta .carousel .left-arrow {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .section-background-image-content-cta .carousel .right-arrow {
    width: 40px;
  }
}
.section-background-image-content-cta .carousel .slide-nav {
  bottom: auto;
}
.section-background-image-content-cta .carousel-full-width-when-no-nav {
  padding: 20px 0 50px 0;
}

.section-background-image-content-cta--light-text .background-image__content-text p, .section-background-image-content-cta--light-text .background-image__content-text h2 {
  color: #ffffff;
}
.section-background-image-content-cta--light-text .background-image__content-text .text-button {
  color: #ffffff;
  background-image: url("../images/arrow-white-thick.svg") !important;
}
.section-background-image-content-cta--light-text .left-arrow, .section-background-image-content-cta--light-text .right-arrow {
  color: #ffffff;
}
.section-background-image-content-cta--light-text .slide-nav .w-slider-dot.w-active {
  background-color: #ffffff;
}
.section-background-image-content-cta--light-text .slide-nav .w-slider-dot {
  background-color: rgba(255, 255, 255, 0.3);
}

.section-background-image-content-cta--dark-text .background-image__content-text p, .section-background-image-content-cta--dark-text .background-image__content-text h2 {
  color: #2c2f30;
}
.section-background-image-content-cta--dark-text .background-image__content-text .text-button {
  color: #2c2f30;
  background-image: url("../images/arrow-grey-thick.svg") !important;
}
.section-background-image-content-cta--dark-text .left-arrow, .section-background-image-content-cta--dark-text .right-arrow {
  color: #2c2f30;
}
.section-background-image-content-cta--dark-text .slide-nav .w-slider-dot.w-active {
  background-color: #2c2f30;
}
.section-background-image-content-cta--dark-text .slide-nav .w-slider-dot {
  background-color: rgba(44, 47, 48, 0.3);
}

.fp-extenable-section {
  padding-top: 0;
  padding-bottom: 0;
}
.fp-extenable-section .accordion-container {
  padding: 1px 0 40px 0;
}
.fp-extenable-section .accordion-item {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  cursor: pointer;
}
.fp-extenable-section .accordion-item:first-of-type {
  padding-top: 20px;
}
.fp-extenable-section .accordion-item .accordion-question {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  position: relative;
}
.fp-extenable-section .accordion-item .accordion-question .question {
  padding: 0 60px 0 20px;
  width: 100%;
  white-space: normal;
}
.fp-extenable-section .accordion-item .accordion-question .question p {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.fp-extenable-section .accordion-item .a-answer {
  display: block;
  width: 100%;
}
.fp-extenable-section .accordion-item .answer {
  padding: 16px;
  white-space: normal;
  padding-left: 40px;
  width: 100% !important;
}
.fp-extenable-section .accordion-item .answer p {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}

.fp-extenable-section--grad {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1D73C3;
  background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, #6749ba, #1D73C3);
  color: #ffffff;
}
.fp-extenable-section--grad p {
  color: #ffffff;
}
.fp-extenable-section--grad .accordion-item {
  border-bottom: 1px solid #ffffff;
}
.fp-extenable-section--grad .accordion-item:first-of-type {
  border-top: 1px solid #ffffff;
}
.fp-extenable-section--grad .accordion-item .accordion-question .question p {
  color: #ffffff;
}
.fp-extenable-section--grad .accordion-item .answer p {
  color: #ffffff;
}

.fp-extenable-section--grad {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1D73C3;
  color: #ffffff;
}
.fp-extenable-section--grad p {
  color: #ffffff;
}
.fp-extenable-section--grad .accordion-item {
  border-bottom: 1px solid #ffffff;
}
.fp-extenable-section--grad .accordion-item:first-of-type {
  border-top: 1px solid #ffffff;
}
.fp-extenable-section--grad .accordion-item .accordion-question .question p {
  color: #ffffff;
}
.fp-extenable-section--grad .accordion-item .answer p {
  color: #ffffff;
}

.fp-extenable-section--white {
  background-color: #ffffff;
}
.fp-extenable-section--white .accordion-item {
  border-bottom: 1px solid rgba(44, 47, 48, 0.3);
}
.fp-extenable-section--white .accordion-item:first-of-type {
  border-top: 1px solid rgba(44, 47, 48, 0.3);
}
.fp-extenable-section--white .accordion-item .accordion-question .question p {
  color: #2c2f30;
}
.fp-extenable-section--white .accordion-item .answer p {
  color: #2c2f30;
}

.testimonial-section {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  display: inline-block;
}
.testimonial-section .cta-container {
  margin-top: 60px;
  display: block;
  text-align: center;
}
.testimonial-section .cta-container .text-button {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  padding-right: 40px;
  background-image: url("../images/arrow-blue-thick.svg");
  background-position: 100% 0;
  background-size: 20px;
  background-repeat: no-repeat;
  display: inline-block;
  text-decoration: none;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.testimonial-section .cta-container .text-button:hover {
  -webkit-animation: animateBackground 0.3s ease-in-out forwards;
          animation: animateBackground 0.3s ease-in-out forwards;
}
@keyframes animateBackground {
  0% {
    background-position: 95% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.testimonial-section .cta-container .text-button:not(:hover) {
  -webkit-animation: animateBackgroundOut 0.3s ease-in-out forwards;
          animation: animateBackgroundOut 0.3s ease-in-out forwards;
}
@keyframes animateBackgroundOut {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 95% 0;
  }
}
.testimonial-section .testimonial-slider {
  height: auto;
  background-color: transparent;
  position: relative;
}
.testimonial-section .testimonial-slider .left-quote {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 80px;
  background-image: url("../images/blue-left-quote-2.svg");
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-slider .left-quote {
    width: 110px;
    height: 72px;
    top: -110px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.testimonial-section .testimonial-slider .right-quote {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 80px;
  background-image: url("../images/blue-right-quote-2.svg");
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-slider .right-quote {
    display: none;
  }
}
.testimonial-section .testimonial-slider .testimonial {
  position: relative;
  padding: 0 10px 0 10px;
  max-width: 80%;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-slider .testimonial {
    padding: 0 40px 0 40px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 479px) {
  .testimonial-section .testimonial-slider .testimonial {
    padding: 0 20px 0 20px;
  }
}
.testimonial-section .testimonial-slider .testimonial .testimonial-panel-text .testimonial-credit {
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}
.testimonial-section .testimonial-slider .testimonial .testimonial-panel-text p {
  max-width: 800px;
  margin: 20px auto;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-slider .testimonial .testimonial-panel-text p {
    font-size: 18px;
    line-height: 26px;
  }
}
.testimonial-section .testimonial-slider .testimonial .testimonial-panel-image {
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 100%;
  width: 250px;
  height: 250px;
}
@media (max-width: 991px) {
  .testimonial-section .testimonial-slider .testimonial .testimonial-panel-image {
    width: 180px;
    height: 180px;
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-slider .testimonial .testimonial-panel-image {
    float: none;
    margin: auto;
  }
}
.testimonial-section .testimonial-slider .testimonial .testimonial-panel-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.testimonial-section .testimonial-slider .testimonial .testimonial-panel-text-with-image {
  padding-left: 40px;
}
.testimonial-section .testimonial-slider .testimonial .testimonial-panel-text-with-image p {
  text-align: left;
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-slider .testimonial .testimonial-panel-text-with-image p {
    text-align: center;
  }
}
.testimonial-section .testimonial-slider .testimonial .testimonial-panel-text-with-image .testimonial-credit {
  text-align: left;
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-slider .testimonial .testimonial-panel-text-with-image .testimonial-credit {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .testimonial-section .testimonial-slider .testimonial .testimonial-panel-text-with-image {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-slider .testimonial .testimonial-panel-text-with-image {
    text-align: center;
    padding-left: 0;
    float: none;
  }
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-slider .testimonial-full-width-when-no-nav {
    max-width: none;
  }
}
.testimonial-section .testimonial-slider .left-arrow {
  color: #1D73C3;
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-slider .left-arrow {
    width: 40px;
  }
}
.testimonial-section .testimonial-slider .right-arrow {
  color: #1D73C3;
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-slider .right-arrow {
    width: 40px;
  }
}
.testimonial-section .testimonial-slider .slide-nav {
  bottom: auto;
}
.testimonial-section .testimonial-slider .slide-nav .w-slider-dot {
  background-color: rgba(29, 115, 195, 0.3);
}
.testimonial-section .testimonial-slider .slide-nav .w-slider-dot.w-active {
  background-color: #1D73C3;
}

.testimonial-section-blue {
  background-color: #1D73C3;
  padding-top: 80px;
  padding-bottom: 70px;
}
.testimonial-section-blue .text-button {
  color: #ffffff;
  background-image: url("../images/arrow-white-thick.svg") !important;
}
.testimonial-section-blue .testimonial-slider {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}
.testimonial-section-blue .testimonial-slider .left-quote {
  background-image: url("../images/white-left-quote-2.svg");
}
.testimonial-section-blue .testimonial-slider .right-quote {
  background-image: url("../images/white-right-quote-2.svg");
}
.testimonial-section-blue .testimonial-slider .left-arrow, .testimonial-section-blue .testimonial-slider .right-arrow {
  color: #ffffff;
}
.testimonial-section-blue .testimonial-slider .slide-nav .w-slider-dot.w-active {
  background-color: #ffffff;
}
.testimonial-section-blue .testimonial-slider .slide-nav .w-slider-dot {
  background-color: rgba(255, 255, 255, 0.3);
}
.testimonial-section-blue .testimonial-slider .testimonial {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}
.testimonial-section-blue .testimonial-slider .testimonial .testimonial-panel-text p, .testimonial-section-blue .testimonial-slider .testimonial .testimonial-panel-text .testimonial-credit {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}

.testimonial-section-grad {
  background-color: #1D73C3;
  background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, #6749ba, #1D73C3);
  padding-top: 80px;
  padding-bottom: 70px;
}
.testimonial-section-grad .text-button {
  color: #ffffff;
  background-image: url("../images/arrow-white-thick.svg") !important;
}
.testimonial-section-grad .testimonial-slider {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}
.testimonial-section-grad .testimonial-slider .left-quote {
  background-image: url("../images/white-left-quote-2.svg");
}
.testimonial-section-grad .testimonial-slider .right-quote {
  background-image: url("../images/white-right-quote-2.svg");
}
.testimonial-section-grad .testimonial-slider .left-arrow, .testimonial-section-grad .testimonial-slider .right-arrow {
  color: #ffffff;
}
.testimonial-section-grad .testimonial-slider .slide-nav .w-slider-dot.w-active {
  background-color: #ffffff;
}
.testimonial-section-grad .testimonial-slider .slide-nav .w-slider-dot {
  background-color: rgba(255, 255, 255, 0.3);
}
.testimonial-section-grad .testimonial-slider .testimonial {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}
.testimonial-section-grad .testimonial-slider .testimonial .testimonial-panel-text p, .testimonial-section-grad .testimonial-slider .testimonial .testimonial-panel-text .testimonial-credit {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
}

.testimonial-section-white {
  background-color: #ffffff;
}
.testimonial-section-white .testimonial-slider .testimonial .testimonial-panel-text p, .testimonial-section-white .testimonial-slider .testimonial .testimonial-panel-text .testimonial-credit {
  color: #6749ba;
  background: #1D73C3;
  background: -webkit-gradient(linear, left top, right top, from(#1D73C3), to(#6749ba));
  background: linear-gradient(to right, #1D73C3 0%, #6749ba 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #ffffff;
}

.panel-case-studies-title-container .text-button {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  padding-right: 40px;
  background-image: url("../images/arrow-blue-thick.svg");
  background-position: 100% 0;
  background-size: 20px;
  background-repeat: no-repeat;
  display: inline-block;
  text-decoration: none;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.panel-case-studies-title-container .text-button:hover {
  -webkit-animation: animateBackground 0.3s ease-in-out forwards;
          animation: animateBackground 0.3s ease-in-out forwards;
}
@keyframes animateBackground {
  0% {
    background-position: 95% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.panel-case-studies-title-container .text-button:not(:hover) {
  -webkit-animation: animateBackgroundOut 0.3s ease-in-out forwards;
          animation: animateBackgroundOut 0.3s ease-in-out forwards;
}
@keyframes animateBackgroundOut {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 95% 0;
  }
}

.section-form-panel .grad-section {
  padding-top: 90px;
  padding-bottom: 80px;
}
.section-form-panel .large-para {
  max-width: 690px;
  margin: 20px auto;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
}
.section-form-panel .large-para a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.section-form-panel .large-para a:hover {
  text-decoration: none;
}

.circle-columns-section .grad-section-circles {
  background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, #6749ba, #1D73C3);
  text-align: center;
  padding-top: 80px;
  padding-bottom: 130px;
  color: #ffffff;
}
.circle-columns-section .grad-section-circles p {
  color: #ffffff;
}
.circle-columns-section .columns-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 122px;
  padding-left: 122px;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 991px) {
  .circle-columns-section .columns-flex {
    padding-right: 0;
    padding-left: 0;
  }
}
.circle-columns-section .columns-flex .column-flex {
  position: relative;
  width: 220px;
  height: auto;
  padding-bottom: 80px;
  margin-top: 40px;
  border-radius: 100%;
  text-align: center;
}
.circle-columns-section .columns-flex .column-flex .column-image {
  position: relative;
  width: 220px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
}
.circle-columns-section .columns-flex .column-flex .column-image img {
  width: 100%;
}
@media (max-width: 479px) {
  .circle-columns-section .columns-flex .column-flex .column-image {
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
  }
}
.circle-columns-section .columns-flex .column-flex .column-content {
  position: relative;
}
.circle-columns-section .columns-flex .column-flex .column-content h2 {
  font-size: 25px;
  line-height: 30px;
}

.filter-block {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.filter-block .filter-title {
  margin-bottom: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.filter-block .filter-title-text {
  font-size: 18px;
}
.filter-block .filter-icon {
  margin-right: 8px;
  float: left;
}
.filter-block .post-preview-cat-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
.filter-block .post-preview-cat-wrapper .selected {
  background-color: #737373 !important;
  color: #ffffff !important;
}
.filter-block .post-preview-cat-wrapper .all-categories {
  display: inline-block;
  padding: 2px 6px;
  background-color: #2c2f30;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 20px;
  margin-bottom: 4px;
}
.filter-block .post-preview-cat-wrapper .all-categories:hover {
  background-color: #000;
}
.filter-block .post-preview-cat-wrapper .category-services-button {
  display: inline-block;
  padding: 2px 6px;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #6749ba;
  width: auto;
  margin-bottom: 4px;
}
.filter-block .post-preview-cat-wrapper .category-services-button:hover {
  background-color: #333333;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.filter-block .post-preview-cat-wrapper .category-sectors-button {
  display: inline-block;
  padding: 2px 6px;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #1D73C3;
  width: auto;
  margin-bottom: 4px;
}
.filter-block .post-preview-cat-wrapper .category-sectors-button:hover {
  background-color: #333333;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.filter-block .post-preview-cat-wrapper .category-button {
  display: inline-block;
  padding: 2px 6px;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #333333;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ebeff3;
  width: auto;
  margin-bottom: 4px;
}
.filter-block .post-preview-cat-wrapper .category-button:hover {
  color: #ffffff;
  background-color: #333333;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.grid {
  min-height: 400px;
  padding: 0;
  margin-bottom: 40px;
}
.grid .grid-item, .grid .grid-item-blog, .grid .grid-sizer, .grid .grid-sizer-blog {
  width: 32%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .grid .grid-item, .grid .grid-item-blog, .grid .grid-sizer, .grid .grid-sizer-blog {
    width: 49%;
  }
}
@media (max-width: 479px) {
  .grid .grid-item, .grid .grid-item-blog, .grid .grid-sizer, .grid .grid-sizer-blog {
    width: 100%;
  }
}
.grid .gutter-sizer, .grid .gutter-sizer-blog {
  width: 2%;
}
.grid .nothing-to-filter {
  visibility: hidden;
  max-width: 700px;
  display: block;
  margin: auto;
  padding: 100px;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
}

.main-nav-global {
  position: absolute;
  left: auto;
  top: 0%;
  right: 230px;
  bottom: auto;
  z-index: 300;
  display: inline-block;
  width: auto;
  margin-top: 10px;
  text-align: right;
}
.main-nav-global .languages-selection {
  display: inline-block;
  margin-left: 50px;
}
@media (max-width: 991px) {
  .main-nav-global .languages-selection {
    margin-right: 10px;
    float: none;
    margin-left: 40px;
  }
}
@media (max-width: 991px) {
  .main-nav-global {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 2;
    width: auto;
    text-align: center;
  }
}

.fb-homepage-header .flex-block__circle-content {
  margin-top: 0;
}
.fb-homepage-header .flex-block__circle-content h2 {
  color: #ffffff;
}
.fb-homepage-header .circles-flex {
  padding-left: 40px;
  padding-right: 40px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.fb-homepage-header .circles-flex .service-circle-image {
  padding-top: 45px;
}
@media (max-width: 991px) {
  .fb-homepage-header .circles-flex {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cta-lead-section .cta-card {
  display: inline-block;
  width: 100%;
  max-width: 630px;
  margin: 10px auto 10px;
  padding: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .cta-lead-section .cta-card {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    max-width: none;
  }
}

.cta-lead-section-grad {
  background-color: #1D73C3;
  background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, #6749ba, #1D73C3);
  padding-top: 60px;
  padding-bottom: 40px;
}
.cta-lead-section-grad .cta-card {
  color: #ffffff;
  background-image: none;
}

.cta-lead-section-blue {
  background-color: #1D73C3;
  padding-top: 60px;
  padding-bottom: 40px;
}
.cta-lead-section-blue .cta-card {
  background-image: none;
}

.cta-lead-section-white {
  background-color: #ffffff;
}
.cta-lead-section-white .cta-card {
  background-image: none;
  color: #2c2f30;
}
.cta-lead-section-white .cta-card .cta-phone {
  color: #2c2f30;
  background-image: url("../images/phone-icon-blue.svg");
}
.cta-lead-section-white .cta-card .button {
  background-color: #1D73C3;
  color: #ffffff;
}
.cta-lead-section-white .cta-card .button:hover {
  background-color: #1966af;
}

.section-image-carousel {
  height: auto;
  background-color: #1D73C3;
  background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, #6749ba, #1D73C3);
  overflow: hidden;
}
.section-image-carousel .title-intro {
  position: absolute;
  left: calc(50% + 20px);
  text-align: left;
  opacity: 0.8;
  z-index: 100;
  right: auto;
  bottom: auto;
  top: 0;
  margin: auto;
  margin-top: 40px;
  display: block;
  max-width: 550px;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .section-image-carousel .title-intro {
    position: static;
    padding: 40px 40px 20px 40px;
    max-width: none;
    margin: 0;
  }
}
.section-image-carousel .title-intro h2 {
  color: #ffffff;
}
.section-image-carousel .title-intro p {
  text-align: left;
}
@media (max-width: 991px) {
  .section-image-carousel .w-slider-mask {
    padding-bottom: 40px;
  }
}
.section-image-carousel .w-slider-mask .carousel-slide {
  position: relative;
}
.section-image-carousel .w-slider-mask .carousel-slide .content-image-wrapper {
  position: absolute;
  width: 50%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  right: auto;
  left: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .section-image-carousel .w-slider-mask .carousel-slide .content-image-wrapper {
    -webkit-clip-path: none;
            clip-path: none;
    position: relative;
    width: 100%;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .section-image-carousel .w-slider-mask .carousel-slide .content-image-wrapper {
    height: 350px;
  }
}
.section-image-carousel .w-slider-mask .carousel-slide .content-image-wrapper .purple-carousel-bg {
  -webkit-filter: blur(20px);
          filter: blur(20px);
  height: 100%;
  position: absolute;
  right: -110px;
  width: 240px;
  top: -30px;
  bottom: -30px;
  height: 160%;
}
.section-image-carousel .w-slider-mask .carousel-slide .content-image-wrapper .carousel-shape {
  position: absolute;
  height: 100%;
  width: 110px;
  background-color: #6749ba;
  -webkit-clip-path: polygon(0 0, 100% 0%, 23% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 23% 100%, 0% 100%);
  z-index: 1;
}
@media (max-width: 991px) {
  .section-image-carousel .w-slider-mask .carousel-slide .content-image-wrapper .carousel-shape {
    display: none;
  }
}
.section-image-carousel .w-slider-mask .carousel-slide .content-image-wrapper .carousel-shape-two {
  position: absolute;
  height: 100%;
  width: 130px;
  background-color: rgba(103, 73, 186, 0.7);
  -webkit-clip-path: polygon(0 0, 100% 0%, 35% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 35% 100%, 0% 100%);
  z-index: 1;
}
@media (max-width: 991px) {
  .section-image-carousel .w-slider-mask .carousel-slide .content-image-wrapper .carousel-shape-two {
    height: 20px;
    width: 100%;
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 100% 0%);
    bottom: -1px;
    background-color: #1D73C3;
    background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
    background-image: linear-gradient(90deg, #6749ba, #1D73C3);
  }
}
.section-image-carousel .w-slider-mask .carousel-slide .content-image-wrapper .carousel-shape-three {
  position: absolute;
  height: 100%;
  width: 140px;
  background-color: rgba(103, 73, 186, 0.5);
  -webkit-clip-path: polygon(0 0, 100% 0%, 39% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 39% 100%, 0% 100%);
  z-index: 1;
}
@media (max-width: 991px) {
  .section-image-carousel .w-slider-mask .carousel-slide .content-image-wrapper .carousel-shape-three {
    height: 20px;
    width: 100%;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 0%);
            clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 0%);
    background-color: #1D73C3;
    background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
    background-image: linear-gradient(90deg, #6749ba, #1D73C3);
  }
}
.section-image-carousel .w-slider-mask .carousel-slide .content-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-image-carousel .w-slider-mask .carousel-slide .image-content-cta-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 550px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  max-width: 1440px;
  margin: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .section-image-carousel .w-slider-mask .carousel-slide .image-content-cta-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .section-image-carousel .w-slider-mask .carousel-slide .image-content-cta-content {
    height: auto;
    padding: 20px 0;
  }
}
.section-image-carousel .w-slider-mask .carousel-slide .image-content-cta-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-image-carousel .w-slider-mask .carousel-slide .image-content-cta-content .content-container {
  width: 50%;
  margin: 80px 40px;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .section-image-carousel .w-slider-mask .carousel-slide .image-content-cta-content .content-container {
    padding: 0 60px;
    height: auto;
    width: 100%;
    margin: 20px;
  }
}
@media (max-width: 767px) {
  .section-image-carousel .w-slider-mask .carousel-slide .image-content-cta-content .content-container {
    margin: 0;
  }
}
.section-image-carousel .w-slider-mask .carousel-slide .image-content-cta-content .content-container .content-text-carousel {
  width: 500px;
  margin-top: 140px;
  margin-left: 60px;
  line-height: 22px;
}
@media (max-width: 991px) {
  .section-image-carousel .w-slider-mask .carousel-slide .image-content-cta-content .content-container .content-text-carousel {
    width: 100%;
    margin: auto;
    text-align: center;
  }
}
.section-image-carousel .w-slider-mask .carousel-slide .image-content-cta-content .content-container .content-text-carousel p, .section-image-carousel .w-slider-mask .carousel-slide .image-content-cta-content .content-container .content-text-carousel li {
  color: #ffffff;
  margin: 20px auto;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}
.section-image-carousel .w-slider-mask .carousel-slide .image-content-cta-content .content-container .content-text-carousel a {
  text-decoration: underline;
}
.section-image-carousel .left-arrow-carousel {
  right: -250px;
  height: 60px;
  bottom: 60px;
  top: auto;
  color: #ffffff;
}
@media (max-width: 991px) {
  .section-image-carousel .left-arrow-carousel {
    right: auto;
    height: 60px;
    bottom: 60px;
    top: auto;
  }
}
@media (max-width: 767px) {
  .section-image-carousel .left-arrow-carousel {
    width: 40px;
  }
}
.section-image-carousel .right-arrow-carousel {
  left: 740px;
  height: 60px;
  bottom: 60px;
  top: auto;
  color: #ffffff;
}
@media (max-width: 991px) {
  .section-image-carousel .right-arrow-carousel {
    left: auto;
    height: 60px;
    bottom: 60px;
    top: auto;
  }
}
@media (max-width: 767px) {
  .section-image-carousel .right-arrow-carousel {
    width: 40px;
  }
}
.section-image-carousel .slide-nav-carousel {
  bottom: 68px;
  width: 300px;
  left: 500px;
  position: absolute;
}
.section-image-carousel .slide-nav-carousel .w-slider-dot {
  background-color: rgba(255, 255, 255, 0.5);
}
.section-image-carousel .slide-nav-carousel .w-slider-dot.w-active {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .section-image-carousel .slide-nav-carousel {
    width: 100%;
    left: auto;
    right: auto;
    bottom: 0;
  }
}

.unfade-and-move {
  -webkit-animation: moving ease-out 1s;
          animation: moving ease-out 1s;
}

@-webkit-keyframes moving {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moving {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer-link:focus,
.social-link:focus,
.footer-logo:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.footer a:focus {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}

.accordion-question:focus {
  outline: none;
  border-left: 4px solid #ffffff;
}

.button:focus {
  outline: 2px solid #0073aa;
  outline-offset: 2px;
}

.post-title-link:focus,
.text-button:focus {
  outline: 2px solid #0073aa;
  outline-offset: 2px;
}

.cover-image img {
  width: 100%;
  height: auto;
}

.no-image-placeholder {
  background-color: #f0f0f0;
  min-height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #666;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.content-image-wrapper img {
  width: 100%;
  height: auto;
}

.section-form-panel input:focus,
.section-form-panel textarea:focus,
.section-form-panel select:focus,
.section-form-panel button:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.service-circle-image:focus,
.button-blue:focus {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
}

.service-circle-image img {
  width: 100%;
  height: auto;
}

.service-circle-flex:focus-within {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.service-circle-image:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.service-circle-flex-no-button:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.service-circle-image img,
.image-text--image img {
  width: 100%;
  height: auto;
}

.service-circle-flex-no-button:focus-within {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.column-flex:focus-within {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.column-image:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.button-white:focus,
.button-blue:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.cta-phone:focus,
.phone-link:focus,
.social-media-icon:focus {
  outline: 2px solid #0073aa;
  outline-offset: 2px;
}

.cta-lead-section-grad .cta-phone:focus,
.cta-lead-section-blue .cta-phone:focus {
  outline-color: #0073aa;
}

.service-card-details dt {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.service-card-details dd {
  margin: 0;
}

.service-circle-image img:focus {
  outline: 2px solid #0073aa;
  outline-offset: 2px;
}

blockquote.testimonial-text {
  /* your existing styles */
  margin: 0; /* Remove default blockquote margins if needed
}

// If you had styles for .testimonial-title div, update to:
footer.testimonial-title {
    /* your existing styles */
}

.testimonial-title cite {
  font-style: normal;
}

.nav-link-text:focus,
.dropdown-link:focus,
.flag-wrapper:focus,
.text-button:focus,
.nav-link-contact:focus,
.menu-button:focus {
  outline: 2px solid #0073aa;
  outline-offset: 2px;
}

.sr-only:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only:focus {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 100000;
  text-decoration: none;
}

/* Screen reader only text for dt elements */
.office-details dt {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Remove default dd margins */
.office-details dd {
  margin: 0;
}

/* Remove default address styling if needed */
.office-details address {
  font-style: normal;
}

/* Focus styles */
.card-blue-bg-title:focus,
.office-image-wrapper:focus,
.office-link:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.filter-button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  display: inline-block;
}

.filter-button:focus {
  outline: 2px solid #0073aa;
  outline-offset: 2px;
}

.filter-button[aria-pressed=true],
.filter-button.active {
  font-weight: bold;
}

.filter-group {
  border: none;
  padding: 0;
  margin: 0;
}

.case-study-post-medium a:focus {
  outline: 2px solid #0073aa;
  outline-offset: 2px;
}

/* Inline definition list styles */
.inline-dt, .inline-dd {
  display: inline;
  margin: 0;
}

.inline-dt {
  font-style: italic;
}

.inline-dd {
  margin-right: 0.5em;
}

/* Focus styles */
.featured-case-insight a:focus,
.grid-item a:focus {
  outline: 2px solid #0073aa;
  outline-offset: 2px;
}

/* Focus styles */
.blog-study-post-small a:focus {
  outline: 2px solid #0073aa;
  outline-offset: 2px;
}

/* No photo placeholder */
.team-member-circle .no-image-placeholder {
  background-color: #f0f0f0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #999;
  font-size: 0.9em;
}

/* Focus styles */
.team-member-circle-interaction-large:focus {
  outline: 3px solid #0073aa;
  outline-offset: 3px;
  border-radius: 50%;
}

.team-member-name a:focus {
  outline: 2px solid #0073aa;
  outline-offset: 2px;
}

/* Screen reader only link */
.team-member-name .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.industry-sector-team:focus {
  outline: 2px solid #0073aa;
  outline-offset: 2px;
  border-radius: 4px;
}

.sector-service-image {
  max-width: 100%;
  height: auto;
}

.consultant-image-cont a:focus,
.case-studies-title a:focus {
  outline: 2px solid #0073aa;
  outline-offset: 2px;
}

.tag a {
  color: inherit;
  text-decoration: none;
}

.tag a:hover,
.tag a:focus {
  text-decoration: underline;
  outline: 2px solid #0073aa;
  outline-offset: 2px;
}

.blog-study-post-small a:focus {
  outline: 2px solid #0073aa;
  outline-offset: 2px;
}

body {
  margin-top: 100px;
  font-family: "Open Sans", sans-serif;
  color: #2c2f30;
  font-size: 15px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.category-absolute {
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

.category-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 4px;
  /*  margin: 14px 0; */
}

.category-wrapper-single-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  margin: 20px 0;
}

.category-wrapper-single-page .category {
  margin-left: 0;
}

.insight-category-wrapper {
  margin-bottom: 40px;
  margin-top: 40px;
}
.insight-category-wrapper .cat-header {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
}
.insight-category-wrapper .tag {
  text-decoration: none;
  color: #333333;
  background-color: #ebeff3;
  padding: 1px 4px;
  margin: 4px;
  border-radius: 2px;
  display: inline-block;
}
.insight-category-wrapper .tag:first-of-type {
  margin-left: 0;
}

.category-wrapper {
  /* Category tag images custom_category.php */
  /* Service Categories */
  /* Industry Sector Categories */
}
.category-wrapper .category {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 51px;
  background-position: 4px 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  background-color: #1D73C3;
  border-radius: 4px;
  padding: 6px;
  padding-left: 60px;
  line-height: 13px;
  font-size: 12px;
  color: #ffffff;
  margin: 2px 3px;
  padding-right: 8px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-align: left;
}
.category-wrapper .category:hover {
  text-decoration: none;
  background-color: #1966af;
}
.category-wrapper .leadership-assessment {
  background-image: url(../images/icon-white-selection.png);
  background-color: #6749ba;
  width: 138px;
}
.category-wrapper .leadership-assessment:hover {
  background-color: #4a3485;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.category-wrapper .female-leaders-and-diversity-strategies {
  background-image: url(../images/icon-white-female-leaders.png);
  background-color: #6749ba;
  width: 156px;
}
.category-wrapper .female-leaders-and-diversity-strategies:hover {
  background-color: #4a3485;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.category-wrapper .leadership-succession {
  background-image: url(../images/icon-white-leadership.png);
  background-color: #6749ba;
  width: 132px;
}
.category-wrapper .leadership-succession:hover {
  background-color: #4a3485;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.category-wrapper .executive-search {
  background-image: url(../images/icon-white-talent.png);
  background-color: #6749ba;
  width: 130px;
}
.category-wrapper .executive-search:hover {
  background-color: #4a3485;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.category-wrapper .c-suite-executive-search {
  background-image: url(../images/icon-white-c-suite.png);
  background-color: #6749ba;
  width: 130px;
}
.category-wrapper .c-suite-executive-search:hover {
  background-color: #4a3485;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.category-wrapper .automotive-and-aerospace {
  background-image: url(../images/icon-white-aerospace.png);
  width: 137px;
}
.category-wrapper .banking-financial-services-and-insurance {
  background-image: url(../images/icon-white-financial.png);
  width: 171px;
}
.category-wrapper .chemicals-and-process-industry {
  background-image: url(../images/icon-white-chemical.png);
  width: 140px;
}
.category-wrapper .consumer-goods {
  background-image: url(../images/icon-white-electronics.png);
  width: 130px;
}
.category-wrapper .electronics-and-semiconductors {
  background-image: url(../images/icon-white-semi-conductors.png);
  width: 162px;
}
.category-wrapper .renewable-energy-and-cleantech {
  background-image: url(../images/icon-white-renewables.png);
  width: 150px;
}
.category-wrapper .industrial-goods-and-engineering {
  background-image: url(../images/icon-white-engineering.png);
  width: 138px;
}
.category-wrapper .pharmaceutical-biotechnology-and-life-sciences {
  background-image: url(../images/icon-white-pharmaceutical.png);
  width: 168px;
}
.category-wrapper .professional-services {
  background-image: url(../images/icon-white-specialist.png);
  width: 140px;
}
.category-wrapper .technology-media-and-telecommunications {
  background-image: url(../images/icon-white-technology.png);
  width: 200px;
}
.category-wrapper .transportation-and-logistics {
  background-image: url(../images/icon-white-logistics.png);
  width: 152px;
}

.footer-shape {
  -webkit-clip-path: polygon(0px 80px, 100% 0px, 100% 100%, 0% 100%);
          clip-path: polygon(0px 80px, 100% 0px, 100% 100%, 0% 100%);
}

@media screen and (max-width: 991px) {
  .footer-shape {
    -webkit-clip-path: polygon(0 40px, 100% 0px, 100% 100%, 0% 100%);
            clip-path: polygon(0 40px, 100% 0px, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 767px) {
  .footer-shape {
    -webkit-clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 479px) {
  .footer-shape {
    -webkit-clip-path: polygon(0 20px, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 20px, 100% 0, 100% 100%, 0% 100%);
  }
}
.footer-privacy a {
  border-right: 1px solid white;
}

.footer-privacy a:last-child {
  border-right: 0;
}

.team-member:nth-child(3n+2) {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .team-member:nth-child(3n+2) {
    margin-top: 0;
  }
}
.team-member-circle img {
  mix-blend-mode: luminosity;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}

/* For meet the team page */
.team-member-circle img:last-of-type {
  mix-blend-mode: normal;
}

.team-member-circle img:hover {
  mix-blend-mode: revert;
}

.circle-text {
  /* position vertically centred */
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 26px;
  left: 26px;
}

.circle-text strong {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 700;
}

.flex-content--circles-block {
  margin-top: 60px;
  margin-bottom: 60px;
}

/* Additional styles */
.colour-test {
  padding: 40px;
  background-color: #6749ba;
  background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, #6749ba, #1D73C3);
}

.colour-test-para {
  color: #ffffff;
  font-size: 16px;
}

.colour-test-grad {
  padding: 40px;
  background-color: #6749ba;
}

.colour-test-title {
  padding: 40px;
  background-color: #0192c7;
  background-image: none;
}

.colour-test-header {
  color: #ffffff;
}

.nav-link {
  padding-right: 24px;
  padding-left: 10px;
  border-radius: 10px;
  font-weight: 600;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--open {
  margin-top: 0;
}

.nav-container {
  position: relative;
  height: 104px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 120px;
}

.brand {
  position: absolute;
  top: -318px;
  width: 470px;
  height: 470px;
  margin-left: -120px;
  border-radius: 100%;
  background-color: #ffffff;
  text-align: center;
}

.navbar {
  position: fixed;
  width: 100%;
  height: 104px;
  margin-top: -100px;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 11px 3px rgba(0, 0, 0, 0.09);
          box-shadow: 1px 1px 11px 3px rgba(0, 0, 0, 0.09);
}

.homepage-header {
  position: relative;
}

.nav-logo {
  display: inline-block;
  margin-top: 341px;
  margin-left: 12px;
}

.dropdown {
  margin-top: 44px;
  margin-right: 6px;
  margin-left: 6px;
  float: left;
}

.dropdown.w--open {
  top: 40px;
  z-index: -1;
  padding-top: 79px;
  border-radius: 10px;
  background-color: #ebeff3;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}

.dropdown-list.w--open {
  top: 40px;
  margin-top: 20px;
  background-color: transparent;
}

.dropdown-link-container {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 12px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}

.dropdown-link {
  padding-top: 6px;
  padding-bottom: 6px;
}

.dropdown-link:hover {
  text-decoration: underline;
}

.dropdown-link.dropdown-indent {
  border-left: 0 none #1D73C3;
}

.dropdown-link.dropdown-indent-sector {
  border-left: 1px solid #1D73C3;
  margin-left: 14px;
}

.homepage-title {
  position: absolute;
  left: 0;
  top: 80px;
  right: 0;
  bottom: auto;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  color: #2c2f30;
  text-align: center;
}

.homepage {
  font-weight: 400;
}

.homepage-bio-card {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: -110px;
  display: inline-block;
  width: 50%;
  max-width: 630px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 15px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 15px 5px rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.panel-bio-card {
  display: block;
  width: 50%;
  max-width: 630px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 15px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 15px 5px rgba(0, 0, 0, 0.25);
}

.rep-card-section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, #6749ba, #1D73C3);
}

.card {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 3px 15px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 3px 15px 5px rgba(0, 0, 0, 0.25);
}

.bio-card-image {
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin-top: -12px;
  margin-right: 16px;
  margin-left: -68px;
  padding-top: 11px;
  padding-left: 35px;
  float: left;
  border-radius: 100%;
}

.bio-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bio-card-content {
  padding-right: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.card-header {
  color: #1966af;
}

.bio-card-whats-app {
  position: relative;
  overflow: hidden;
  margin-top: 6px;
  padding-right: 40px;
  padding-left: 90px;
  float: left;
  border-radius: 10px;
  background-color: #1D73C3;
  -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.bio-card-whats-app:hover {
  background-color: #1966af;
}

.bio-card-whats-app-icon {
  position: absolute;
  left: -65px;
  top: -45px;
  right: auto;
  bottom: auto;
  width: 150px;
  height: 150px;
  margin-right: 16px;
  padding-top: 55px;
  padding-left: 80px;
  border-radius: 100%;
  background-color: #d3f1fc;
}

.text-block {
  display: inline-block;
  padding: 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.whats-app-text-reg {
  font-weight: 400;
}

.image {
  width: 50px;
  height: 50px;
}

.white, .white p {
  color: #ffffff !important;
}

.grey, .grey p {
  color: #2c2f30 !important;
}

.blue, .blue p {
  color: #1D73C3 !important;
}

.grad-homepage {
  padding-top: 180px;
  padding-bottom: 127px;
  background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, #6749ba, #1D73C3);
}

.white-image-grad {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  height: 250px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(transparent));
  background-image: linear-gradient(180deg, rgb(255, 255, 255), transparent);
}

.white-arrow-large {
  position: absolute;
  left: auto;
  top: 16px;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
}

.container {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.privacy-container, .wysiwyg-editor {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 900px;
}

.large-para-white {
  max-width: 690px;
  margin: 20px auto;
  color: #ffffff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

.image-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 750px;
  margin: 84px auto;
  border-radius: 10px;
  background-color: #ffffff;
}

.image-text--image {
  overflow: hidden;
  width: 50%;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 10px;
}

.image-text--image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-text--text {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  text-align: left;
}

.intro-image img {
  width: 100%;
  height: 100%;
  max-height: 390px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro-window-text p {
  margin-bottom: 0;
}

.menu-heading {
  padding: 10px 20px 4px;
  font-weight: 700;
}

.nav-blue-container {
  position: relative;
  right: 0;
  width: 200px;
  height: 104px;
  padding-right: 30px;
  padding-left: 40px;
  float: right;
  background-image: url("../images/nav-blue-slant.svg");
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: right;
}
@media (max-width: 991px) {
  .nav-blue-container {
    width: 100%;
    height: auto;
    padding: 16px 20px;
    float: none;
    background-color: #1D73C3;
    text-align: left;
    margin-top: 20px;
  }
}
.nav-blue-container .candidate-nav-wrapper {
  display: block;
  margin: 10px -10px 0 0;
}
@media (max-width: 991px) {
  .nav-blue-container .candidate-nav-wrapper {
    margin: 0px -10px 20px 0;
  }
}
.nav-blue-container .candidate-nav-wrapper .text-button {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  padding-right: 40px;
  background-image: url("../images/arrow-blue-thick.svg");
  background-position: 100% 0;
  background-size: 20px;
  background-repeat: no-repeat;
  display: inline-block;
  text-decoration: none;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.nav-blue-container .candidate-nav-wrapper .text-button:hover {
  -webkit-animation: animateBackground 0.3s ease-in-out forwards;
          animation: animateBackground 0.3s ease-in-out forwards;
}
@keyframes animateBackground {
  0% {
    background-position: 95% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.nav-blue-container .candidate-nav-wrapper .text-button:not(:hover) {
  -webkit-animation: animateBackgroundOut 0.3s ease-in-out forwards;
          animation: animateBackgroundOut 0.3s ease-in-out forwards;
}
@keyframes animateBackgroundOut {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 95% 0;
  }
}
.nav-blue-container .candidate-nav-wrapper .text-button {
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  background-image: url("../images/arrow-white-thicker.svg");
  background-size: 16px;
  padding-right: 30px;
}
.nav-blue-container .nav-link-contact {
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 5px;
  background-color: #ffffff;
  font-weight: 600;
  position: absolute;
  bottom: 12px;
  left: 50px;
}
@media (max-width: 991px) {
  .nav-blue-container .nav-link-contact {
    position: static;
    display: inline-block;
  }
}
.nav-blue-container .nav-link-contact:hover {
  text-decoration: underline;
}
.nav-blue-container .nav-contact-text {
  color: #ffffff;
  font-size: 9px;
  line-height: 11px;
}
@media (max-width: 991px) {
  .nav-blue-container .nav-contact-text {
    display: inline-block;
    margin-right: 10px;
    font-size: 10px;
  }
}
.nav-blue-container .nav-contact-text-phone {
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}
.nav-blue-container .nav-contact-wrapper {
  position: relative;
  left: 0;
  top: 0;
  right: 40px;
  bottom: auto;
  margin-top: 6px;
  margin-bottom: 4px;
  padding: 4px 10px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: right;
}
@media (max-width: 991px) {
  .nav-blue-container .nav-contact-wrapper {
    display: block;
    margin-top: 0;
    background-color: transparent;
    text-align: center;
  }
}

.dropdown-icon {
  margin-right: 5px;
  color: #1D73C3;
}

.circle-container {
  margin-top: -100px;
}

.circle-container-homepage {
  margin-top: 0;
}

.circles-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 122px;
  padding-left: 122px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service-circle {
  position: relative;
  width: 220px;
  height: 220px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 100%;
  background-color: #ffffff;
  color: #1D73C3;
  text-align: center;
}

.social-block {
  position: relative;
  margin-top: 50px;
  padding-top: 22px;
  padding-bottom: 80px;
  background-color: #1D73C3;
  color: #ffffff;
  text-align: center;
}

.social-media-cont {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

.social-icon {
  height: 36px;
  margin-right: 20px;
  margin-left: 20px;
}

.card-phone {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 18px;
  color: #1966af;
  font-weight: 400;
}

.card-phone-contact-card {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 400;
  padding-top: 7px;
}

.homepage-cta {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: -68px;
  width: 50%;
  max-width: 630px;
  margin-right: auto;
  margin-left: auto;
}

.global-section {
  background-image: url("../images/pacific-global-map2x.jpg");
  background-position: 0% 40%;
  background-size: 800px;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 50px;
}

.ceo-testimonial {
  display: inline-block;
  width: 600px;
  margin-top: 240px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.testimonial-image {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  overflow: hidden;
  width: 200px;
  border-bottom-left-radius: 10px;
}

.testimonial-text {
  width: 360px;
  margin-top: 20px;
  margin-left: 20px;
  font-family: "Open Sans", sans-serif;
  color: #1D73C3;
  font-size: 26px;
  line-height: 34px;
  font-style: italic;
  font-weight: 300;
}

.testimonial-title {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: "Open Sans", sans-serif;
  color: #2c2f30;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.footer {
  position: relative;
  margin-top: -80px;
  z-index: 10;
}

.footer-shape {
  width: 100%;
  background-color: #1D73C3;
  -webkit-box-shadow: 0 -1px 11px 3px rgba(0, 0, 0, 0.09);
          box-shadow: 0 -1px 11px 3px rgba(0, 0, 0, 0.09);
  color: #ffffff;
}

.footer-nav {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  text-align: center;
}

.footer-brand-flex {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 40px 0 50px 0;
}
@media (max-width: 991px) {
  .footer-brand-flex {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.footer-brand-flex img:not(.footer-logo img) {
  margin-bottom: 6px;
  height: 54px;
  width: auto;
}
.footer-brand-flex .footer-brand {
  text-align: center;
}
.footer-brand-flex .footer-accreditation p, .footer-brand-flex .footer-accreditation a {
  margin-top: 10px;
  color: #ffffff;
  line-height: 15px;
  font-size: 14px;
}

.footer-link {
  display: inline-block;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  color: #ffffff;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.social-icon-footer {
  height: 28px;
  margin-right: 14px;
  margin-left: 14px;
}

.footer-privacy {
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.footer-logo {
  width: 110px;
  display: block;
}

.social-link {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.social-link:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.card-drawer {
  z-index: 1;
  position: relative;
  display: block;
  overflow: hidden;
  height: 70px;
  margin-top: -20px;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 10px;
  background-color: #2c2f30;
  color: #ffffff;
  cursor: pointer;
}

.card-drawer-wrapper {
  position: relative;
}

.drawer-form {
  position: absolute;
  z-index: 0;
  top: 0;
  margin-top: 40px;
  background-color: #2c2f30;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none;
}

.drawer-form form label {
  color: #ffffff;
}

.rotate {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-arrow {
  width: 20px;
  height: 30px;
  float: right;
  /* transform: rotate(0deg); */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-arrow img {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.drawer-form form {
  padding: 20px 20px 0 20px;
}

.draw-title {
  float: left;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.draw-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  float: left;
}

.select-menu {
  height: 46px;
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0 none #000;
  border-radius: 4px;
}

.form-text-field {
  height: 46px;
  margin-bottom: 20px;
  border: 0 none #000;
  border-radius: 4px;
}

.call-form {
  padding-top: 20px;
}

.button-white-100pc {
  width: 100%;
  height: 46px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  background-color: #1D73C3;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.button-white-100pc:hover {
  background-color: #1966af;
}

.gerneral-header {
  color: #ffffff;
  text-align: center;
}

.gerneral-header p {
  max-width: 690px;
  margin: 20px auto;
  color: #ffffff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

.grad-section {
  padding-top: 100px;
  padding-bottom: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, #6749ba, #1D73C3);
  text-align: center;
}

.grad-section.grad-section-careers {
  background-image: url("../images/pacific-map-transparent2x.png"), -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: url("../images/pacific-map-transparent2x.png"), linear-gradient(90deg, #6749ba, #1D73C3);
  background-position: 0% 10%, 0 0;
  background-size: 1000px, auto;
  background-repeat: no-repeat, repeat;
}

.grad-section.who-we-are-grad {
  padding-bottom: 160px;
}

.who-we-are-logo {
  width: 200px;
  margin: 40px auto;
}

.circle-text {
  display: inline-block;
  /* width: 180px; */
  font-size: 15px;
  line-height: 20px;
}

.team-member-circle-interaction {
  display: inline-block;
  overflow: hidden;
  width: 150px;
  height: 150px;
  margin: 4px 6px;
  border-radius: 100%;
  -webkit-filter: saturate(30%);
          filter: saturate(30%);
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.team-member-circle-interaction:hover {
  -webkit-filter: saturate(100%);
          filter: saturate(100%);
}

.team-member-circle {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #1D73C3;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.38, 0.475, 0.392, 0.861);
  transition: -webkit-transform 500ms cubic-bezier(0.38, 0.475, 0.392, 0.861);
  transition: transform 500ms cubic-bezier(0.38, 0.475, 0.392, 0.861);
  transition: transform 500ms cubic-bezier(0.38, 0.475, 0.392, 0.861), -webkit-transform 500ms cubic-bezier(0.38, 0.475, 0.392, 0.861);
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  background-image: url("../images/be-aprt-of-the-team2x.png");
  background-position: center;
  background-size: 65%;
  background-repeat: no-repeat;
}

.team-member-circle:hover {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.purple-circle {
  background-color: #6749ba;
}

.careers-icon-wrapper {
  width: 170px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.part-of-a-team-section {
  margin-top: -98px;
  margin-bottom: 100px;
  color: #1D73C3;
  text-align: center;
}

.button-blue {
  position: relative;
  display: inline-block;
  height: 46px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 26px;
  padding-left: 26px;
  border-radius: 6px;
  background-color: #1D73C3;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #ffffff;
  line-height: 25px;
  text-decoration: none !important;
  border: 1px solid #ffffff;
}
.button-blue:hover {
  background-color: #1966af;
}

.button {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 26px;
  padding-left: 26px;
  border-radius: 6px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  line-height: 20px;
  text-decoration: none !important;
  border: 1px solid #ffffff;
}
.button-white {
  position: relative;
  display: inline-block;
  height: 46px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 26px;
  padding-left: 26px;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #1D73C3;
  line-height: 25px;
  text-decoration: none !important;
}
.button-white:hover {
  background-color: #c9f1ff;
}

.button-blue.button-blue-pos-abs {
  text-align: center;
  width: auto;
  margin: auto;
  margin-bottom: 0;
}

.offices-section {
  margin-bottom: 100px;
  color: #1D73C3;
}

.large-para-blue {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  color: #1966af;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
}

.offices-wrapper-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 59px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #ffffff;
  text-align: left;
}

.office-card-wrapper {
  position: relative;
  overflow: hidden;
  width: 47%;
  margin: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 10px;
  background-color: #1D73C3;
  -webkit-box-shadow: 4px 4px 15px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 15px 5px rgba(0, 0, 0, 0.25);
}

.card-blue-bg-title {
  position: static;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  z-index: 0;
  width: 100%;
  min-height: 50px;
  padding-right: 10px;
  padding-left: 14px;
  background-color: #1966af;
  color: #ffffff;
}

.card-blue-bg-title:hover {
  text-decoration: none;
}

.office-image-wrapper {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  overflow: hidden;
  width: 40%;
  height: 100%;
  float: right;
  border-radius: 10px;
}

.office-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.office-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.office-content {
  width: 60%;
  padding: 8px 10px;
}

.office-location-row {
  display: inline-block;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 30px;
  background-image: url("../images/location-icon-white.svg");
  background-position: 0 0;
  background-size: 20px;
  background-repeat: no-repeat;
}

.office-content-text {
  display: block;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #ffffff;
  font-size: 12px;
}

.office-contact-row {
  display: inline-block;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 30px;
  background-image: url("../images/phone-icon-white.svg");
  background-position: 0 0;
  background-size: 20px;
  background-repeat: no-repeat;
}

.office-link {
  color: #ffffff;
}

.last-office {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: #f1f4f3;
}

.office-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.white-header {
  display: inline-block;
  padding-right: 50px;
  background-image: url("../images/arrow-white-large.svg");
  background-position: 95% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: background-position 200ms ease;
  transition: background-position 200ms ease;
}

.white-header:hover {
  background-position: 100% 50%;
}

.circle-content {
  position: relative;
  margin-top: -60px;
}

.circle-content h2 {
  font-size: 25px;
  line-height: 30px;
}

.service-circle-flex {
  position: relative;
  width: 270px;
  height: auto;
  padding-bottom: 80px;
  border-radius: 100%;
  color: #1D73C3;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-circle-flex p {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .service-circle-flex {
    width: 100%;
  }
}

.service-circle-flex-no-button {
  position: relative;
  width: 220px;
  height: auto;
  border-radius: 100%;
  color: #1D73C3;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav-link-text {
  color: #2c2f30;
}

.industry-sector-circle {
  width: 31%;
  margin: 6px;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #1D73C3;
  text-align: center;
}

.industry-sector-circle:hover {
  background-color: #d3f1fc;
  text-decoration: none;
}

.ind-sect-half {
  display: inline-block;
  width: 50%;
  margin-top: -300px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  color: #ffffff;
  text-align: center;
}

.industry-sector-circle-text {
  margin-top: 12px;
  margin-bottom: 16px;
  line-height: 20px;
}

.circles-indus-sect-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.light-grey-background-w-margin {
  padding-top: 80px;
  padding-bottom: 160px;
  background-color: #ebeff3;
}

.white-text,
.white-text a {
  color: #ffffff;
}

.white-divider {
  width: 250px;
  height: 1px;
  margin-top: 19px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
}

.list-item,
li {
  margin-top: 14px;
  margin-bottom: 14px;
}

.list,
ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.vacancies-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: left;
}

.vacancy {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #2c2f30;
}

.vacancy:hover {
  text-decoration: none;
}

.vacancies-section {
  margin-top: 100px;
  margin-bottom: 100px;
  color: #1D73C3;
  text-align: center;
}

.vacancies-section .container .lead-para p {
  max-width: 700px;
  margin: 20px auto 40px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.light-grey-card-background {
  padding: 0 10px 10px;
  background-color: #ebeff3;
}

.careers-location-row {
  display: inline-block;
  width: 45%;
  margin-top: 10px;
  padding-left: 30px;
  background-image: url("../images/location-icon.svg");
  background-position: 2px 0;
  background-size: 15px;
  background-repeat: no-repeat;
}

.careers-document-row {
  display: inline-block;
  width: 45%;
  margin-top: 10px;
  padding-left: 30px;
  background-image: url("../images/document-icon.svg");
  background-position: 1px 0;
  background-size: 18px;
  background-repeat: no-repeat;
}

.card-content {
  padding: 14px 14px 14px;
}

.form-light-grey {
  width: 600px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 10px;
  border-radius: 10px;
  color: #ffffff;
  text-align: left;
}

.form-background {
  background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, #6749ba, #1D73C3);
  width: 600px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 10px;
  border-radius: 10px;
  color: #ffffff;
  text-align: left;
}

.upload-container {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 8px;
  border-style: dashed;
  border-width: 4px;
  border-color: #cfd3d5;
  border-radius: 6px;
  background-color: #e4e9ee;
}

.purple-button-small {
  position: relative;
  display: inline-block;
  height: 38px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 4px 26px;
  border-radius: 6px;
  background-color: #6749ba;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #ffffff;
  font-size: 12px;
  line-height: 28px;
}

.purple-button-small:hover {
  background-color: #4d309b;
  text-decoration: none;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin: 10px 0;
}

.checkb0x-label {
  display: inline;
}

label {
  font-weight: normal;
  text-align: left;
}

.checkbox-field {
  margin-top: 20px;
  text-align: left;
}

.teams-execs {
  margin-top: -140px;
  text-align: center;
  margin-bottom: 100px;
}

.team-member-name {
  color: #1D73C3;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}

.team-member {
  width: 30%;
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
          align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.team-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.what-we-do-bio-card {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: auto;
  display: inline-block;
  width: 50%;
  max-width: 630px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 15px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 15px 5px rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.global-section-what-we-do {
  height: 500px;
  background-image: url("../images/pacific-global-map2x.jpg");
  background-position: 0% 0;
  background-size: 900px;
  background-repeat: no-repeat;
  text-align: center;
}

.case-studies-insights-header {
  margin-top: -76px;
  margin-bottom: 100px;
}

.featured-case-insight {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.featured-case-insight-image {
  position: relative;
  display: block;
  margin: auto;
  overflow: hidden;
  height: 400px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.cover-image img,
.cover-image picture,
.cover-image source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

img.cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cover-image {
  height: 100%;
  width: 100%;
}

.insight-post-small-content {
  position: static;
  float: left;
}

.insight-post-small-content:hover {
  text-decoration: none;
}

.insight-post-small-content:hover {
  text-decoration: none;
}

.featured-case-study-text {
  position: absolute;
  left: -10px;
  right: auto;
  bottom: auto;
  display: inline-block;
  padding: 5px 14px;
  border-radius: 6px;
  background-color: #ffffff;
  color: #5866ca;
  font-size: 14px;
  padding-left: 20px;
  top: 76px;
  font-weight: 900;
  border: 1px solid white;
}

.consultant {
  position: relative;
  margin-right: auto;
  margin-left: 0;
  padding-top: 20px;
  /* padding-bottom: 20px; */
}

.consultant-image-cont {
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #1D73C3;
  display: block;
  float: left;
  clear: both;
  background-image: url("../images/be-aprt-of-the-team2x.png");
  background-position: center;
  background-size: 65%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

.consultant-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.featured-case-studies-title {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 10px;
  color: #1D73C3;
  line-height: 38px;
  padding-right: 40px;
}

.case-studies-title {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 10px;
  color: #1D73C3;
  line-height: 25px;
  font-weight: 400;
}

.blue-arrow-cont {
  position: absolute;
  display: inline-block;
  width: 25px;
  top: 25%;
  right: 10px;
  /* margin-top: 8px;
  margin-left: 10px; */
}

.post-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}

.case-study-post-small {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 30%;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
}

.case-study-post-small-image {
  position: relative;
  overflow: hidden;
  height: 230px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #01a2dd;
  background-image: url("../images/icon-white-pacific.png");
  background-position: center;
  background-size: 50px;
  background-repeat: repeat;
}

.post-small-title-exerpt {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  text-align: left;
}

.consultant-image-cont-small-post {
  position: absolute;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #1D73C3;
  -webkit-box-shadow: 2px 0 9px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 0 9px 1px rgba(0, 0, 0, 0.3);
  background-image: url("../images/be-aprt-of-the-team2x.png");
  background-position: center;
  background-size: 65%;
  background-repeat: no-repeat;
}

.centre {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  clear: both;
  text-align: center;
}

.blog-preview-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .blog-preview-cont {
    gap: 20px;
  }
}

.blog-preview-cont-homepage {
  margin-top: -200px;
}

.block-half {
  display: inline-block;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  color: #1D73C3;
  text-align: center;
}

.job-content-text {
  display: block;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #2c2f30;
  font-size: 12px;
}

.light-grey-beackground-ind-sect {
  margin-bottom: -260px;
  padding-bottom: 260px;
  background-color: #ebeff3;
}

.wp-preview-cont {
  display: block;
  margin-top: 40px;
  padding: 4px 10px;
  border-radius: 10px;
  background-color: #ffffff;
}

.wp-preview {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-right: 40px;
  padding-bottom: 1px;
  padding-left: 14px;
  border-radius: 6px;
  background-color: #ebeff3;
  background-image: url("../images/arrow-blue-large.svg");
  background-position: 98% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 200ms ease, background-color 300ms ease;
  transition: background-position 200ms ease, background-color 300ms ease;
}

.wp-preview:hover {
  background-color: #d3f1fc;
  background-position: 99% 50%;
  text-decoration: none;
}

.blog-study-post-small {
  /* width: 49%; */
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 30%;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
  border-radius: 10px;
  background-color: #1D73C3;
  -webkit-transition: background-position 200ms ease, background-color 300ms ease;
  transition: background-position 200ms ease, background-color 300ms ease;
}

.blog-study-post-small:hover {
  text-decoration: none;
  background-color: #1966af;
  -webkit-transition: background-position 200ms ease, background-color 300ms ease;
  transition: background-position 200ms ease, background-color 300ms ease;
}

.blog-study-post-tiny {
  width: 47%;
}

.blog-post-small-content {
  padding: 10px 10px 2px;
  color: #ffffff;
  display: block;
  min-height: 146px;
}
@media (max-width: 479px) {
  .blog-post-small-content {
    min-height: auto;
  }
}

.blog-post-small-content:hover {
  text-decoration: none;
}

.blog-small-title {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 2px;
  float: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.blog-small-para {
  margin-top: 4px;
  padding-right: 30px;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
}

.blog-study-post-featured {
  width: 100%;
  margin-bottom: 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 10px;
  background-color: #1D73C3;
  -webkit-transition: background-position 200ms ease, background-color 300ms ease;
  transition: background-position 200ms ease, background-color 300ms ease;
}

.blog-study-post-featured:hover {
  text-decoration: none;
  background-color: #1966af;
  -webkit-transition: background-position 200ms ease, background-color 300ms ease;
  transition: background-position 200ms ease, background-color 300ms ease;
}

.blog-featured-post-small-image {
  position: relative;
  overflow: hidden;
  height: 280px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #1D73C3;
  background-image: url("../images/icon-white-pacific.png");
  background-position: center;
  background-size: 50px;
  background-repeat: repeat;
}

.featured-title-case-study {
  padding-right: 30px;
  background-image: url("../images/arrow-blue-thick.svg");
  background-position: 100% 59%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  display: inline-block;
}

.featured-title {
  position: relative;
}

.featured-title-white-paper {
  padding-right: 30px;
}

.circles-block {
  padding-right: 122px;
  padding-left: 122px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.breadcrumb-container {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  color: #ffffff;
  text-align: left;
  -webkit-column-count: auto;
     -moz-column-count: auto;
          column-count: auto;
}

.breadcrumb-text,
.breadcrumb-text a {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  color: #ffffff;
}

.breadcrumb-text-wrapper {
  width: 50%;
}

.circle-container-no-margin {
  margin-top: -110px;
}

.w-button {
  border: 1px solid #ffffff;
}

.lead-para,
.lead-para p {
  max-width: 700px;
  margin: 20px auto 40px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.header-link {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 60px;
  padding-right: 36px;
  background-image: url("../images/arrow-blue-thick.svg");
  background-position: 100% 130%;
  background-size: 24px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: background-position 200ms ease;
  transition: background-position 200ms ease;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
}

.header-link:hover {
  background-position: 102% 130%;
  text-decoration: none;
}

.header-text {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 60px;
  padding-right: 36px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
}

.case-studies-header-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.industry-sector-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta-card {
  display: inline-block;
  width: 100%;
  max-width: 630px;
  margin: 50px auto 49px;
  padding: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, #6749ba, #1D73C3);
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cta-card {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    max-width: none;
  }
}

.cta-card-large {
  width: 100%;
}

.card-wrapper-half {
  width: 45%;
}

.cta-large-text {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

.nowrap {
  white-space: nowrap;
}

.cta-phone {
  padding-left: 40px;
  background-image: url("../images/phone-icon-white.svg");
  background-position: 0% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #ffffff;
}

.cta-phone:hover {
  text-decoration: none;
}

.heading-3 {
  font-weight: 400;
}

.case-study-post-medium {
  position: relative;
  width: 46%;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* ACF - Max 3 case studies per row on the Industry and Services single pages */
.single-industry_sectors .case-study-post-medium {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 30%;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
}

.case-study-post-medium-image {
  position: relative;
  overflow: hidden;
  height: 320px;
  margin-bottom: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #01a2dd;
  background-image: url("../images/icon-white-pacific.png");
  background-position: center;
  background-size: 50px;
  background-repeat: repeat;
}

.case-study-post-medium-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a.case-study-post-medium-image {
  display: block;
  height: 100%;
}

.case-study-post-image {
  display: block;
  position: relative;
  width: 100%;
  height: inherit;
  background-color: #01a2dd;
  background-image: url("../images/icon-white-pacific.png");
  background-position: center;
  background-size: 50px;
  background-repeat: repeat;
}

.grad-section-ind-sect {
  padding-top: 100px;
  padding-bottom: 350px;
  background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, #6749ba, #1D73C3);
  text-align: center;
}

.grad-section-homepage {
  padding-top: 80px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, #6749ba, #1D73C3);
  text-align: center;
}

.sector-header-pad {
  position: relative;
  padding-bottom: 200px;
}

.grad-section-ind-sect.team-member-header {
  position: relative;
  height: 600px;
  padding-bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(103, 73, 186, 0.98)), to(rgba(0, 174, 239, 0.9))), url("../images/icon-white-leadership2x.png"), -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, rgba(103, 73, 186, 0.98), rgba(0, 174, 239, 0.9)), url("../images/icon-white-leadership2x.png"), linear-gradient(90deg, #6749ba, #1D73C3);
  background-position: 0 0, 50% 50%, 0 0;
  background-size: auto, 60px, auto;
  background-repeat: repeat, repeat, repeat;
}

.grad-section-ind-sect.white-paper-header {
  position: relative;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(103, 73, 186, 0.98)), to(rgba(0, 174, 239, 0.9))), url("../images/icon-white-talent2x.png"), -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, rgba(103, 73, 186, 0.98), rgba(0, 174, 239, 0.9)), url("../images/icon-white-talent2x.png"), linear-gradient(90deg, #6749ba, #1D73C3);
  background-position: 0 0, 50% 50%, 0 0;
  background-size: auto, 60px, auto;
  background-repeat: repeat, repeat, repeat;
}

.grad-section-ind-sect.job-header {
  position: relative;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(103, 73, 186, 0.98)), to(rgba(0, 174, 239, 0.9))), url("../images/icon-white-leadership2x.png"), -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, rgba(103, 73, 186, 0.98), rgba(0, 174, 239, 0.9)), url("../images/icon-white-leadership2x.png"), linear-gradient(90deg, #6749ba, #1D73C3);
  background-position: 0 0, 50% 50%, 0 0;
  background-size: auto, 60px, auto;
  background-repeat: repeat, repeat, repeat;
}

.grad-section-service {
  position: relative;
  padding-top: 100px;
  padding-bottom: 200px;
  background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, #6749ba, #1D73C3);
  text-align: center;
}

.half {
  width: 50%;
  padding-top: 60px;
  padding-right: 40px;
  float: left;
  color: #2c2f30;
  text-align: left;
}

.job-left {
  width: 50%;
  padding-right: 40px;
  float: left;
  color: #2c2f30;
  text-align: left;
}

.job-left p:first-of-type {
  margin-bottom: 30px;
  color: #1966af;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

.service-right {
  width: 50%;
  float: right;
}

.service-content {
  position: relative;
  margin-top: -110px;
}

.team-content {
  position: relative;
}

.grad-section-margin-bottom {
  padding-top: 100px;
  padding-bottom: 140px;
  background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, #6749ba, #1D73C3);
  text-align: center;
}

.service-card {
  display: inline-block;
  width: 100%;
  max-width: 630px;
  margin: 50px auto 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 15px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 15px 5px rgba(0, 0, 0, 0.25);
}

.service-card-contant {
  margin-top: 26px;
  margin-left: 10px;
  padding-right: 20px;
  text-align: left;
}

.service-card-contant .consultant h3 {
  margin-bottom: 3px;
}

.service-image {
  position: relative;
  z-index: -1;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.card-top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  background-color: #2c2f30;
  color: #ffffff;
}

.service-card-details {
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  color: #2c2f30;
  line-height: 18px;
}

.phone-row {
  display: inline-block;
  width: 100%;
  min-height: 22px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 30px;
  background-image: url("../images/phone-icon-blue.svg");
  background-position: 0 0;
  background-size: 18px;
  background-repeat: no-repeat;
}

.location-row {
  display: inline-block;
  width: 100%;
  min-height: 22px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 30px;
  background-image: url("../images/location-icon-blue.svg");
  background-position: 0 0;
  background-size: 17px;
  background-repeat: no-repeat;
}

.languages-row {
  display: inline-block;
  width: 100%;
  min-height: 22px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 30px;
  background-image: url("../images/languages-icon-blue.svg");
  background-position: 0 3px;
  background-size: 18px;
  background-repeat: no-repeat;
}

.phone-link {
  color: #2c2f30;
}

.sector-card {
  display: inline-block;
  width: 45%;
  max-width: 630px;
  margin: 10px auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.large-para-left {
  margin-bottom: 30px;
  color: #1966af;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

.service-testimonial {
  display: inline-block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.grad-section-posts {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, #6749ba, #1D73C3);
  text-align: center;
}

.get-in-touch-section {
  padding-bottom: 268px;
  text-align: center;
}

.get-in-touch-section h2 a, .get-in-touch-section label a, .grad-section .wpcf7-form h2 a, .grad-section .wpcf7-form label a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.get-in-touch-section h2 a:hover, .get-in-touch-section label a:hover, .grad-section .wpcf7-form h2 a:hover, .grad-section .wpcf7-form label a:hover {
  text-decoration: none;
}

.get-in-touch-header {
  color: #ffffff;
  text-align: center;
}

.get-in-touch-bio-card {
  position: relative;
  left: 0;
  top: auto;
  right: 0;
  display: block;
  width: 50%;
  max-width: 630px;
  margin: -136px auto 120px;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 15px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 15px 5px rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.case-studies-header {
  margin-top: -76px;
  margin-bottom: 100px;
}

.featured-case-study {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.consultant-featured-case {
  position: relative;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 116px;
  color: #2c2f30;
}

.grad-section-case-studies {
  position: relative;
  padding-top: 100px;
  padding-bottom: 160px;
  background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, #6749ba, #1D73C3);
  text-align: center;
}

.team-member-header {
  color: #ffffff;
  text-align: left;
}

.team-member-header-link {
  display: inline-block;
  margin-left: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
  float: left;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
}

.team-member-link-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.team-member-right {
  position: relative;
  z-index: 1;
  width: 35%;
  margin-top: 26px;
  float: right;
  text-align: center;
}
.team-member-right h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .team-member-right h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.team-member-image-wrapper {
  overflow: hidden;
  border-radius: 10px;
}

.team-member-image-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-content-left {
  width: 60%;
  padding-top: 0;
  padding-right: 10%;
  float: left;
  color: #2c2f30;
  text-align: left;
  min-height: 400px;
}

.team-content-left p:first-of-type {
  margin-bottom: 30px;
  color: #1966af;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

.industry-sector-team {
  width: 30%;
  margin: 6px;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #1D73C3;
  text-align: center;
}

.industry-sector-team:hover {
  background-color: #d3f1fc;
  text-decoration: none;
}

.team-fun {
  position: relative;
  overflow: hidden;
  min-height: 100px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 20px 20px 20px 110px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, #6749ba, #1D73C3);
  color: #ffffff;
}

.team-fun-image {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 150px;
  height: 150px;
  margin-top: -39px;
  margin-right: 20px;
  margin-left: -56px;
  padding-top: 56px;
  padding-left: 70px;
  border-radius: 100%;
  background-color: #ebeff3;
}

.case-study-header {
  margin-bottom: 60px;
}

.case-study-main-image {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 400px;
  max-width: 800px;
  float: right;
  border-radius: 0 0 10px 10px;
  background-color: #01a2dd;
  background-image: url("../images/icon-white-pacific.png");
  background-position: center;
  background-size: 50px;
  background-repeat: repeat;
}

.cast-study-consultant-image-cont {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #1D73C3;
}

.case-study-header-content {
  position: static;
  width: 50%;
  margin-top: 60px;
  padding-right: 20px;
  float: left;
  color: #1D73C3;
}

.circles-case-study-block {
  padding-top: 0;
  padding-right: 122px;
  padding-left: 122px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #1D73C3;
  text-align: center;
}
.circles-case-study-block h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .circles-case-study-block h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.case-study-content-container {
  margin-top: 60px;
  margin-bottom: 100px;
}

.casy-study-para p {
  max-width: 800px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  line-height: 26px;
}

.case-study-footer {
  margin-bottom: 160px;
}

.email-row {
  display: inline-block;
  width: 100%;
  min-height: 22px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 30px;
  background-image: url("../images/email-icon-blue.svg");
  background-position: 0% 50%;
  background-size: 17px;
  background-repeat: no-repeat;
}

.large-para-grey {
  max-width: 600px;
  margin: 20px auto 20px 0;
  color: #2c2f30;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
}

.blog-header-section {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
  padding-top: 70px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1D73C3), to(#1D73C3));
  background-image: linear-gradient(180deg, #1D73C3, #1D73C3);
  text-align: center;
}

.blog-header {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  color: #ffffff;
  text-align: center;
}

.blog-right {
  width: 45%;
  float: right;
}

.blog-content {
  position: relative;
  z-index: 1;
  margin-top: -80px;
  margin-bottom: 160px;
}

.blog-image {
  position: relative;
  z-index: -1;
  overflow: hidden;
  margin-bottom: 90px;
  border-radius: 10px;
}

.service-blog-card {
  display: inline-block;
  width: 100%;
  margin: 60px auto 49px;
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, #6749ba, #1D73C3);
  color: #ffffff;
  text-align: center;
}

blockquote {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-left-color: #1D73C3;
}

blockquote p {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #2c2f30 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
}

.white-paper-content {
  position: relative;
  z-index: 1;
  margin-bottom: 160px;
}

.post-image {
  margin-top: 20px;
  margin-bottom: 30px;
}

.white-paper-right {
  width: 45%;
  margin-top: 40px;
  float: right;
}

.job-content {
  position: relative;
  z-index: 1;
  margin-bottom: 160px;
}

.job-post-details {
  margin-top: 30px;
}

.job-detail {
  width: 25%;
  float: left;
}

.posted {
  padding-top: 16px;
  padding-bottom: 16px;
}

.job-details-text {
  margin-top: 5px;
}

.location-image {
  width: 20px;
  margin-right: 20px;
  float: left;
}

.doc-image {
  width: 24px;
  margin-right: 20px;
  float: left;
}

.job-right {
  width: 35%;
  margin-top: -20px;
  float: right;
}

.job-post {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #2c2f30;
}

.job-post:hover {
  text-decoration: none;
}

.office-map {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 45%;
  height: 100%;
  margin-left: 50px;
  float: right;
  border-radius: 10px;
}

.office-map img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.spacer-container-for-map {
  height: 400px;
  margin-bottom: 60px;
}

.office-content-large {
  width: 100%;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 10px;
}

.office-location-row-large {
  display: inline-block;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 30px;
  background-image: url("../images/location-icon-blue.svg");
  background-position: 0 0;
  background-size: 20px;
  background-repeat: no-repeat;
}

.office-contact-row-large {
  display: inline-block;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 30px;
  background-image: url("../images/phone-icon-blue.svg");
  background-position: 0 0;
  background-size: 20px;
  background-repeat: no-repeat;
}

.office-content-text-large {
  display: block;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #2c2f30;
}

.office-link-large {
  color: #2c2f30;
}

.office-email-row-large {
  display: inline-block;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 30px;
  background-image: url("../images/email-icon-blue.svg");
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.office-email-row {
  display: inline-block;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 30px;
  background-image: url("../images/email-icon-white.svg");
  background-position: 0% 6px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.team-member-image-large {
  position: relative;
  z-index: -1;
  overflow: hidden;
  padding: 20px 20px 60px;
  /* float: right; */
  border-radius: 10px;
  background-color: #ffffff;
}

.featured-case-studies-title-2 {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 10px;
  float: left;
  color: #1D73C3;
  line-height: 24px;
  font-weight: 400;
}

.phone-link-2 {
  color: #2c2f30;
}

.cta-phone-2 {
  padding-left: 40px;
  background-image: url("../images/phone-icon-white.svg");
  background-position: 0% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #ffffff;
}

.cta-phone-2:hover {
  text-decoration: none;
}

.service-cta-card {
  display: inline-block;
  width: 90%;
  max-width: 630px;
  margin: 20px auto 49px;
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, #6749ba, #1D73C3);
  color: #ffffff;
  text-align: center;
}

.card-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 3px 15px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 3px 15px 5px rgba(0, 0, 0, 0.25);
}

.card-top-2 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  background-color: #2c2f30;
  color: #ffffff;
}

.service-testimonial-text {
  margin-top: 20px;
  margin-left: 20px;
  font-family: "Open Sans", sans-serif;
  color: #6749ba;
  font-size: 26px;
  line-height: 34px;
  font-style: italic;
  font-weight: 300;
}

.service-card-details-2 {
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  color: #2c2f30;
  line-height: 18px;
}

.consultant-image-cont-2 {
  position: absolute;
  left: 0;
  top: 20px;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #1D73C3;
}

.half-service {
  width: 50%;
  padding-top: 120px;
  padding-right: 40px;
  float: left;
  color: #2c2f30;
  text-align: left;
}

.half-service p:first-of-type {
  margin-bottom: 30px;
  color: #1966af;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

.button-white-2 {
  height: 46px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 26px;
  padding-left: 26px;
  border-radius: 6px;
  background-color: #ffffff;
  color: #1966af;
  line-height: 25px;
}

.button-white-2:hover {
  text-decoration: none;
}

.service-large-para {
  margin-bottom: 30px;
  color: #1966af;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

.social-icon-main-nav {
  height: 20px;
  margin-right: 8px;
  margin-left: 8px;
}

.footer-text {
  margin-top: 14px;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 12px;
}

.flag-wrapper {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  padding: 2px 6px 6px;
}

.flag-wrapper:hover {
  border-radius: 2px;
  background-color: #2c2f30;
}

.sector-service-image img {
  width: auto;
  height: 100px;
}

.team-member-circle-interaction-large {
  display: inline-block;
  overflow: hidden;
  width: 230px;
  height: 230px;
  margin: 4px 6px;
  border-radius: 100%;
  -webkit-filter: saturate(30%);
          filter: saturate(30%);
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.no-filter {
  -webkit-filter: none;
          filter: none;
}

.team-member-circle-interaction-large:hover {
  -webkit-filter: saturate(85%);
          filter: saturate(85%);
}

.full-width-image {
  padding-top: 28px;
}

.team-member-end {
  width: 30%;
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
          align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.who-we-are-lead-image-para {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.container-small {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-column-count: auto;
     -moz-column-count: auto;
          column-count: auto;
}

.ind-sect-half-title {
  display: inline-block;
  width: 100%;
}

.sector-icons {
  display: block;
}

.background-blog {
  padding-bottom: 160px;
}

.grad-section-blog {
  margin-bottom: -173px;
  padding-top: 100px;
  padding-bottom: 268px;
  background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, #6749ba, #1D73C3);
  text-align: center;
}

.grad-section-blog-and-whitepapers {
  padding-top: 100px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, #6749ba, #1D73C3);
  text-align: center;
}

.half-blog {
  width: 50%;
  padding-top: 20px;
  padding-right: 40px;
  float: left;
  color: #2c2f30;
  text-align: left;
  min-height: 500px;
}

.half-blog p:first-of-type {
  margin-bottom: 30px;
  color: #1966af;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

.map-absolute {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.map {
  height: 100vh;
  margin-top: 100px;
}

.office-page-content {
  position: static;
  width: 100%;
  padding-right: 47%;
  padding-bottom: 2px;
  padding-left: 20px;
  float: left;
  border-radius: 10px;
  background-color: #ffffff;
  color: #1D73C3;
}

.global-section-map {
  position: relative;
  margin-bottom: -260px;
  padding-top: 60px;
  padding-bottom: 200px;
  background-color: #ffffff;
}

.map-header {
  width: 90%;
  margin: 100px auto;
  padding-top: 100px;
}

.map-grad {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1D73C3), to(rgba(0, 157, 214, 0)));
  background-image: linear-gradient(180deg, #1D73C3, rgba(0, 157, 214, 0));
  pointer-events: none;
}

.team-phone {
  display: inline-block;
  width: 100%;
  height: auto;
  padding-top: 6px;
  background-image: url("../images/phone-icon-white.svg");
  background-position: 0% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
}

.social-media-icon {
  margin-right: 20px;
  display: block;
  float: left;
}

.social {
  padding-top: 16px;
  padding-left: 44px;
}

.social-card {
  padding-top: 8px;
  padding-left: 44px;
}

.main-nav-social-wrapper {
  display: inline-block;
  float: none;
}

.circle-wrapper-flex {
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.service-circle-image {
  position: relative;
  width: 220px;
  height: 220px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 36px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 100%;
  background-color: #ffffff;
  color: #1D73C3;
  text-align: center;
}

.service-circle-image img {
  width: 130px;
}

.whats-app-text {
  display: inline-block;
  padding: 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.whats-app-image img {
  width: 52px;
}

.homepage-h1 {
  font-weight: 400;
}
@media (max-width: 767px) {
  .homepage-h1 {
    margin-top: 0;
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
  }
}
@media (max-width: 479px) {
  .homepage-h1 {
    margin-top: 16px;
  }
}

.ind-sect-half-right {
  display: inline-block;
  width: 50%;
  margin-top: -300px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  color: #ffffff;
  text-align: center;
}

.blog-right-image {
  width: 45%;
  float: right;
}

.team-member-header-content {
  width: 60%;
  float: left;
}

.team-member-image {
  width: 35%;
  margin-top: 28px;
  float: right;
}

.team-member-content {
  margin-top: 50px;
}

.team-email {
  display: inline-block;
  width: 100%;
  height: auto;
  background-image: url("../images/email-icon-white.svg");
  background-position: 0% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.team-phone-copy {
  display: inline-block;
  width: 100%;
  height: auto;
  padding-left: 40px;
  background-image: url("../images/phone-icon-white.svg");
  background-position: 0 0;
  background-size: auto;
  background-repeat: no-repeat;
}

.team-phone-copy.location {
  background-image: url("../images/location-icon-white.svg");
  background-position: 0% 50%;
  background-size: 23px;
}

.team-phone-copy.languages {
  background-image: url("../images/languages-icon-white.svg");
  background-position: 0% 50%;
  background-size: 28px;
}

.circle-container-sector {
  margin-top: -110px;
}

.tenant-content {
  position: relative;
  margin-top: -112px;
}

.circle-container-tenat-page {
  margin-top: -110px;
}

.service-right-image {
  width: 50%;
  float: right;
}

.grad-section-tenat {
  position: relative;
  padding-top: 100px;
  padding-bottom: 200px;
  background-image: -webkit-gradient(linear, left top, right top, from(#6749ba), to(#1D73C3));
  background-image: linear-gradient(90deg, #6749ba, #1D73C3);
  text-align: center;
}

.center {
  text-align: center;
}

.four-oh-four {
  padding: 120px 40px;
  text-align: center;
}

.spacer {
  margin-top: 80px;
}

/* Contact Form 7 */
/* Custom phone number classes */
.code {
  width: 100px;
  float: left;
  margin-right: 20px;
}

.phone {
  width: auto;
  float: left;
}

.phone-number-wrapper {
  display: block;
  width: 100%;
  float: left;
}

/* Custom phone number classes */
.country-name {
  color: #000;
}

.wpcf7-select {
  height: 46px !important;
  margin-top: 12px !important;
  margin-bottom: 12px !important;
  border: 0 none #000 !important;
  border-radius: 4px !important;
  background-color: #f3f3f3;
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #ccc;
}

.wpcf7-not-valid-tip {
  margin-top: 0;
  margin-bottom: 24px;
  color: white !important;
  background-color: #921919;
  border-radius: 4px;
  padding: 6px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  background-color: #ffffff;
  border-radius: 4px;
  color: #2c2f30;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background-color: #46b450;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 10;
}

.wpcf7 form .wpcf7-response-output {
  margin-left: 0 !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 20px !important;
  padding: 10px !important;
}

.form-message,
.wpcf7-textarea {
  min-height: 200px !important;
  padding-top: 10px !important;
  /* margin-top: 12px !important; */
  border: 0 none #000 !important;
  border-radius: 4px !important;
  width: 100% !important;
  color: #333333;
  padding-left: 10px;
  padding-right: 10px;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=url],
input[type=email] {
  height: 46px !important;
  margin-bottom: 12px !important;
  /* margin-top: 12px !important; */
  border: 0 none #000 !important;
  border-radius: 4px !important;
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #ccc;
}

.marginb {
  margin-bottom: 12px !important;
}

input[type=submit] {
  width: 100%;
  height: 46px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  color: #ffffff;
  background-color: #1D73C3;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
  border: 1px solid #ffffff !important;
}

input[type=checkbox] {
  background-color: initial;
  cursor: default;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* margin: 3px 3px 3px 4px; */
  padding: initial;
  border: initial;
}

/* From webflow */
.wpcf7-list-item {
  display: block !important;
  margin: 0 !important;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
  /* height: auto!important; */
  /* margin: 0!important; */
}

.w-checkbox::before {
  content: " ";
  display: table;
  grid-column-end: 2;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: " ";
  display: table;
  grid-column-end: 2;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: 0;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  -webkit-box-shadow: 0 0 3px 1px #3898ec;
          box-shadow: 0 0 3px 1px #3898ec;
}

.form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.form50pad-right {
  width: 50%;
}

.form50pad-left {
  width: 50%;
}

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=tel], .intl-tel-input.separate-dial-code input[type=text] {
  margin-bottom: 12px !important;
}

/* Drag and drop wrapper */
.codedropz-upload-wrapper {
  padding: 10px;
  background-color: #ececec;
  border-radius: 4px;
  margin-bottom: 10px;
}

/* Drag and drop text */
.codedropz-upload-inner {
  color: #6749ba;
}

/* Drag and counter colour */
.dnd-upload-counter {
  color: black;
}

.codedropz-upload-handler {
  margin-bottom: 0 !important;
}

/* recapcha */
.grecaptcha-badge {
  visibility: hidden;
}

.small-text {
  font-size: 13px;
  line-height: 15px;
  margin-top: 0;
  margin-bottom: 10px;
}

.small-text a {
  color: #ffffff;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .form-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .form50pad-right {
    width: 100%;
  }
  .form50pad-left {
    width: 100%;
  }
}
/* Hover scale - grow */
.grow {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.grow:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* Hover scale */
.selected-dial-code {
  color: #333333;
}

/* Tooltip */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.extra-margin-bottom {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .extra-margin-bottom {
    margin-bottom: 40px;
  }
}

/* Contact Form 7 */
@media screen and (max-width: 991px) {
  .nav-link {
    display: block;
    width: 100%;
    padding: 16px 20px 16px 16px;
    border-radius: 0;
    background-color: #ffffff;
    text-align: left;
  }
  .service-circle .circle-text {
    width: auto;
    text-align: center;
  }
  .nav-container {
    height: 100%;
  }
  .brand {
    left: 0;
    top: 6px;
    right: auto;
    bottom: auto;
    width: 142px;
    height: auto;
    margin-left: 20px;
    border-radius: 0;
  }
  .navbar {
    padding-top: 6px;
  }
  .nav-logo {
    margin-top: 0;
    margin-left: 0;
  }
  .dropdown {
    margin-top: 0;
    min-width: 300px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .dropdown-list.w--open {
    margin-top: 4px;
  }
  .dropdown-link-container {
    position: relative;
    margin-top: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 0;
    background-color: #d3f1fc;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .dropdown-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .dropdown-link.dropdown-indent {
    margin-left: 4px;
  }
  .homepage-title {
    top: 20px;
    width: 70%;
  }
  .homepage-bio-card {
    bottom: -220px;
    width: 70%;
  }
  .grad-section-homepage {
    padding-top: 260px;
  }
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .dropdown-icon {
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-right: 31px;
    margin-bottom: 0;
    padding-top: 16px;
    padding-left: 13px;
  }
  .circles-flex {
    padding-right: 0;
    padding-left: 0;
  }
  .homepage-cta {
    width: 100%;
  }
  .office-card-wrapper {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
  }
  .industry-sector-circle {
    width: 46%;
  }
  .what-we-do-bio-card {
    width: 90%;
  }
  .featured-case-insight {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .breadcrumb-container {
    left: 0;
    top: 40px;
    right: auto;
    bottom: auto;
    padding-right: 40px;
    padding-left: 40px;
  }
  .breadcrumb-text-wrapper {
    width: 100%;
  }
  .grad-section-ind-sect.team-member-header {
    height: auto;
  }
  .grad-section-ind-sect.job-header {
    height: auto;
    padding-bottom: 40px;
  }
  .half,
  .job-left {
    width: 60%;
  }
  .service-right {
    width: 100%;
    text-align: center;
  }
  .get-in-touch-bio-card {
    width: 80%;
  }
  .job-detail {
    width: 50%;
  }
  .team-member-image-large {
    padding: 10px 10px 30px;
  }
  .half-service {
    width: 100%;
    padding-top: 40px;
  }
  .team-member-circle-interaction-large {
    width: 210px;
    height: 210px;
  }
  .container-small {
    padding-right: 40px;
    padding-left: 40px;
  }
  .map-header {
    width: 100%;
  }
  .team-phone {
    padding-top: 0;
    padding-left: 30px;
  }
  .menu-button {
    margin-top: 23px;
    margin-right: 23px;
    padding: 12px;
    background-color: #ffffff;
    z-index: 1000;
  }
  .menu-button.w--open {
    background-color: #ffffff;
  }
  .menu-icon {
    color: #ffffff;
    font-size: 36px;
  }
  .nav-menu {
    background-color: #ffffff;
    width: 100vw !important;
    margin-right: auto;
    min-width: 350px;
    display: block;
    padding-top: 80px !important;
    overflow: scroll !important;
  }
  .main-nav-social-wrapper {
    display: none;
  }
  .circle-wrapper-flex {
    width: 33.3333%;
  }
  .team-member-sub-head {
    display: inline-block;
  }
  .team-member-image {
    margin-top: 27px;
  }
  .team-email {
    padding-top: 0;
    padding-left: 30px;
  }
  .team-phone-copy {
    padding-top: 0;
    padding-left: 30px;
    background-image: url("../images/phone-icon-white.svg");
    background-position: 0% 50%;
    background-size: 27px;
    background-repeat: no-repeat;
  }
  .service-right-image {
    width: 100%;
  }
  /* Animated menu */
  .sn-hamburger {
    position: relative;
    width: 30px;
    height: 35px;
  }
  .sn-line2 {
    position: absolute;
    top: 0;
    width: 28px;
    height: 3px;
    background-color: #1D73C3;
  }
  .sn-line1 {
    position: absolute;
    top: 8px;
    width: 28px;
    height: 3px;
    background-color: #1D73C3;
  }
  .sn-line4 {
    position: absolute;
    top: 8px;
    width: 28px;
    height: 3px;
    background-color: #1D73C3;
  }
  .sn-line3 {
    position: absolute;
    top: 16px;
    width: 28px;
    height: 3px;
    background-color: #1D73C3;
  }
  .blog-study-post-small {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 46%;
        -ms-flex: 1 0 46%;
            flex: 1 0 46%;
  }
  .nav-link-text {
    font-size: 16px;
    line-height: 22px;
  }
  .service-content {
    position: relative;
    margin-top: 0;
  }
  .industry-sector-team {
    width: 44%;
  }
}
@media screen and (max-width: 767px) {
  .homepage-title {
    width: 90%;
  }
  .homepage {
    font-size: 30px;
    line-height: 40px;
  }
  .homepage-bio-card {
    position: relative;
    top: 277px;
    bottom: auto;
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .bio-card-image {
    width: 150px;
    height: 150px;
    margin-right: -48px;
    margin-left: 16px;
    padding-top: 7px;
    padding-right: 27px;
    padding-left: 0;
    float: right;
  }
  .bio-card-content {
    padding-left: 20px;
  }
  .card-header {
    font-size: 21px;
    line-height: 25px;
  }
  .bio-card-whats-app {
    padding-left: 72px;
  }
  .bio-card-whats-app-icon {
    left: -78px;
    padding-top: 51px;
    padding-left: 88px;
  }
  .text-block {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 18px;
    line-height: 24px;
  }
  .whats-app-text-reg {
    font-size: 18px;
    line-height: 24px;
  }
  .grad-section-homepage {
    padding-top: 330px;
  }
  .white-image-grad {
    height: 200px;
  }
  .white-arrow-large {
    top: 10px;
  }
  .container {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .large-para-white {
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 28px;
  }
  .image-text-container {
    margin: 40px 20px;
  }
  .image-text--image {
    margin-right: 20px;
  }
  .intro-image {
    max-height: 100%;
  }
  .circle-container {
    margin-bottom: 40px;
  }
  .social-block {
    padding-bottom: 120px;
  }
  .card-phone {
    font-size: 24px;
    line-height: 30px;
  }
  .homepage-cta {
    left: 20px;
    right: 20px;
    width: 90%;
    max-width: none;
  }
  .ceo-testimonial {
    width: 100%;
    margin-top: 170px;
  }
  .testimonial-image {
    height: 100%;
    margin-left: 10px;
    float: right;
    border-radius: 10px;
  }
  .testimonial-text {
    width: auto;
    padding-right: 210px;
    font-size: 20px;
    line-height: 28px;
  }
  .testimonial-title {
    display: block;
    padding-right: 210px;
  }
  .footer {
    position: relative;
  }
  .draw-title {
    font-size: 16px;
  }
  .draw-icon {
    width: 20px;
    height: 24px;
  }
  .grad-section.grad-section-careers {
    padding-top: 60px;
  }
  .grad-section.who-we-are-grad {
    padding-top: 40px;
  }
  .who-we-are-logo {
    width: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .part-of-a-team-section {
    margin-bottom: 40px;
  }
  .office-card-wrapper {
    width: 100%;
    min-height: 220px;
  }
  .white-header {
    padding-right: 40px;
    background-size: 15px;
    font-size: 18px;
    line-height: 28px;
  }
  .ind-sect-half {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
    color: #2c2f30;
  }
  .circles-indus-sect-flex {
    margin-top: 20px;
  }
  .light-grey-background-w-margin {
    margin-top: 60px;
    padding-top: 40px;
  }
  .vacancy {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .form-light-grey {
    width: 100%;
  }
  .teams-execs {
    margin-top: -94px;
  }
  .team-member-name {
    font-size: 18px;
  }
  .team-member {
    width: 50%;
  }
  .case-studies-insights-header {
    margin-bottom: 60px;
  }
  .featured-case-insight {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .featured-case-insight-image {
    width: 100%;
    height: 300px;
  }
  .cover-image {
    z-index: -1;
  }
  .featured-case-studies-title {
    font-size: 20px;
    line-height: 28px;
  }
  .case-studies-title {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 0;
  }
  .post-flex {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    gap: 20px;
  }
  .case-study-post-small {
    width: 48%;
  }
  .block-half {
    width: 100%;
  }
  .wp-preview-cont {
    position: relative;
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .wp-preview {
    padding-bottom: 0;
  }
  .blog-small-title {
    font-size: 16px;
    line-height: 22px;
  }
  .breadcrumb-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .circle-container-no-margin {
    /* margin-top: 0; */
  }
  .industry-sector-cards {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .case-study-post-medium {
    width: 45%;
  }
  .grad-section-ind-sect.white-paper-header {
    padding-bottom: 60px;
  }
  .half,
  .job-left {
    width: 100%;
    padding-right: 0;
  }
  .grad-section-margin-bottom {
    padding-top: 30px;
  }
  .sector-card {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: none;
  }
  .large-para-left,
  .job-left p:first-of-type {
    font-size: 20px;
    line-height: 30px;
  }
  .grad-section-posts {
    padding-top: 60px;
  }
  .get-in-touch-bio-card {
    width: 100%;
  }
  .team-member-header {
    text-align: left;
  }
  .team-member-header-link {
    display: inline-block;
  }
  .team-member-link-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .team-member-right {
    width: 100%;
    margin-top: 0;
  }
  .team-content-left {
    width: 100%;
  }
  .case-study-header {
    margin-bottom: 60px;
  }
  .case-study-main-image {
    width: 100%;
    height: 340px;
  }
  .case-study-header-content {
    width: 100%;
    margin-top: 10px;
  }
  .circles-case-study-block {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .casy-study-para {
    font-size: 14px;
    line-height: 24px;
  }
  .large-para-grey {
    font-size: 20px;
    line-height: 26px;
  }
  .blog-header-section {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 40px;
  }
  .blog-right {
    width: 100%;
  }
  .blog-content {
    margin-top: -20px;
  }
  .blog-image {
    margin-bottom: 20px;
  }
  .white-paper-right {
    width: 100%;
  }
  .job-content {
    margin-bottom: 0;
  }
  .job-right {
    width: 100%;
  }
  .half-service {
    padding-right: 0;
  }
  .team-member-circle-interaction-large {
    width: 180px;
    height: 180px;
  }
  .team-member-end {
    width: 50%;
  }
  .who-we-are-lead-image-para {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .container-small {
    padding-right: 20px;
    padding-left: 20px;
  }
  .half-blog {
    width: 100%;
    padding-top: 0;
  }
  .team-phone {
    height: 36px;
  }
  .circle-wrapper-flex {
    width: auto;
  }
  .heading-4 {
    font-size: 34px;
    line-height: 46px;
  }
  .heading-5 {
    font-size: 24px;
    line-height: 30px;
  }
  .whats-app-text {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 18px;
    line-height: 24px;
  }
  .whats-app-image {
    width: 46px;
  }
  .cover-image-homepage {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    z-index: -1;
  }
  .ind-sect-half-right {
    width: 100%;
    margin-top: 60px;
    padding-right: 0;
    padding-left: 0;
    color: #2c2f30;
  }
  .blog-right-image {
    width: 100%;
  }
  .team-member-sub-head {
    margin-top: 0;
  }
  .team-member-header-content {
    width: 100%;
  }
  .team-member-image {
    display: inline-block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .team-email {
    height: 36px;
  }
  .team-phone-copy {
    height: 36px;
  }
  .blue-text {
    color: #1966af;
  }
  .tenant-content {
    margin-top: -133px;
  }
  .grad-section-tenat {
    padding-bottom: 120px;
  }
  .map {
    height: 100vh;
    margin-top: 0;
  }
  .map-grad {
    height: 300px;
  }
  .gm-style-iw {
    padding-right: 10px !important;
    padding-bottom: 10px !important;
  }
  .category-wrapper .category {
    padding: 6px;
    width: auto;
    height: auto;
  }
  .category-wrapper .leadership-assessment {
    background-image: none;
  }
  .category-wrapper .female-leaders-and-diversity-strategies {
    background-image: none;
  }
  .category-wrapper .leadership-succession {
    background-image: none;
  }
  .category-wrapper .executive-search {
    background-image: none;
  }
  .category-wrapper .c-suite-executive-search {
    background-image: none;
  }
  .category-wrapper .automotive-and-aerospace {
    background-image: none;
  }
  .category-wrapper .banking-financial-services-and-insurance {
    background-image: none;
  }
  .category-wrapper .chemicals-and-process-industry {
    background-image: none;
  }
  .category-wrapper .consumer-goods {
    background-image: none;
  }
  .category-wrapper .electronics-and-semiconductors {
    background-image: none;
  }
  .category-wrapper .renewable-energy-and-cleantech {
    background-image: none;
  }
  .category-wrapper .industrial-goods-and-engineering {
    background-image: none;
  }
  .category-wrapper .pharmaceutical-biotechnology-and-life-sciences {
    background-image: none;
  }
  .category-wrapper .professional-services {
    background-image: none;
  }
  .category-wrapper .technology-media-and-telecommunications {
    background-image: none;
  }
  .category-wrapper .transportation-and-logistics {
    background-image: none;
  }
  .whats-app-image img {
    width: 45px;
  }
  .card-wrapper-half {
    width: 100%;
  }
  .form-background {
    width: 100%;
  }
  .form-light-grey {
    padding-left: 0;
    padding-right: 0;
  }
  .grad-section-ind-sect.ind-sect-page {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .single-industry_sectors .case-study-post-medium {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .case-studies-header-flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .header-text {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .nav-link {
    /* padding-top: 10px; */
  }
  .brand {
    margin-left: 10px;
    padding-left: 0;
  }
  .brand.w--current {
    width: 130px;
  }
  .homepage-title {
    top: auto;
  }
  .bio-card-image {
    padding-left: 0;
    float: right;
  }
  .bio-card-content {
    padding-left: 20px;
  }
  .card-header {
    font-size: 20px;
  }
  .bio-card-whats-app {
    margin-top: 0;
    padding-right: 28px;
    padding-left: 60px;
  }
  .bio-card-whats-app-icon {
    left: -95px;
    padding-left: 103px;
  }
  .text-block {
    font-size: 14px;
    line-height: 18px;
  }
  .whats-app-text-reg {
    font-size: 14px;
    line-height: 18px;
  }
  .grad-section-homepage {
    padding-bottom: 60px;
  }
  .white-image-grad {
    height: 80%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(transparent));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.7), transparent);
  }
  .white-arrow-large {
    top: 9px;
    width: 30px;
    height: 30px;
  }
  .image-text-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .image-text--image {
    width: 100%;
    height: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .image-text--text {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: left;
  }
  .intro-image {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .dropdown-icon {
    margin-right: 11px;
    /* padding-top: 10px; */
    padding-left: 11px;
    font-size: 18px;
  }
  .circle-container {
    margin-top: 0;
  }
  .social-block {
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .ceo-testimonial {
    margin-top: 160px;
  }
  .testimonial-image {
    position: relative;
    width: 100%;
    height: 290px;
    margin-bottom: 10px;
  }
  .testimonial-text {
    margin-left: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .testimonial-title {
    padding-right: 20px;
  }
  .footer-link.w--current {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .social-link {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .team-member-circle-interaction {
    width: 100px;
    height: 100px;
  }
  .industry-sector-circle {
    width: 100%;
  }
  .featured-case-insight {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .featured-case-insight-image {
    height: 230px;
  }
  .cover-image {
    /* margin-bottom: 10px; */
  }
  .consultant {
    padding-top: 20px;
    padding-left: 0;
  }
  .consultant-image-cont {
    position: static;
    top: 10px;
    right: 0;
  }
  .post-flex {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .case-study-post-small {
    width: 100%;
  }
  .block-half {
    padding-right: 0;
    padding-left: 0;
  }
  .blog-study-post-small {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .blog-featured-post-small-image {
    height: 240px;
  }
  .circles-block {
    padding-right: 0;
    padding-left: 0;
  }
  .lead-para {
    text-align: left;
  }
  .case-study-post-medium {
    width: 100%;
    margin-bottom: 20px;
  }
  .case-study-post-medium-image {
    height: 170px;
  }
  .grad-section-ind-sect {
    padding-top: 60px;
    padding-bottom: 130px;
  }
  .grad-section-margin-bottom {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .case-studies-header {
    margin-bottom: 60px;
  }
  .team-member-header-link {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .team-member-link-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .team-content-left {
    padding-right: 0;
  }
  .industry-sector-team {
    width: 45%;
  }
  .case-study-main-image {
    height: 220px;
  }
  .office-map {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .team-member-circle-interaction-large {
    width: 130px;
    height: 130px;
  }
  .circle-bold {
    font-size: 16px;
  }
  .half-blog {
    padding-right: 0;
  }
  .office-page-content {
    padding-right: 0;
    padding-left: 0;
  }
  .team-phone {
    height: auto;
    text-align: left;
  }
  .menu-button {
    margin-right: 10px;
    background-color: #ffffff;
    color: #2c2f30;
    font-size: 14px;
  }
  .menu-icon {
    color: #ffffff;
  }
  .circle-wrapper-flex {
    padding-right: 0;
    padding-left: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .service-circle-image {
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
  }
  .whats-app-text {
    padding-left: 0;
    font-size: 14px;
    line-height: 18px;
  }
  .whats-app-image {
    width: 37px;
  }
  .whats-app-button {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .team-member-sub-head {
    margin-top: 10px;
    font-size: 18px;
    line-height: 28px;
  }
  .team-member-image {
    width: 100%;
  }
  .team-email {
    height: auto;
  }
  .team-phone-copy {
    height: auto;
  }
  .tenant-content {
    margin-top: -94px;
  }
  .office-content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .whats-app-image img {
    width: 35px;
  }
}
/* NEW STYLES FOR NAV */
/* No greater than 900px, no less than 400px */
@media (max-width: 1280px) and (min-width: 992px) {
  .brand {
    position: absolute;
    top: auto;
    width: 136px;
    height: auto;
    margin-left: 0;
    border-radius: 0;
    background-color: #ffffff;
    text-align: center;
  }
  .nav-logo {
    margin-top: 15px;
    margin-left: 20px;
  }
  .nav-container {
    padding-left: 0;
  }
}
/* NEW STYLES FOR NAV *//*# sourceMappingURL=pacific-international-v3.css.map */