@charset "UTF-8";
/* mixins */
/* global vars */
/* colours */
/* btn styles */
.text-btn {
  font-size: 18px;
  font-weight: bold;
  color: #575457 !important;
  cursor: pointer;
  margin: 5px 0 0;
  display: inline-block;
  text-decoration: none !important;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
.text-btn:hover {
  text-decoration: none !important;
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
.text-btn:hover i:before {
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  transform: translateX(115%);
  -webkit-transform: translateX(115%);
  -moz-transform: translateX(115%);
  opacity: 0;
  -webkit-opacity: 0;
}
.text-btn:hover i:after {
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  opacity: 1;
  -webkit-opacity: 1;
}
.text-btn i {
  color: #D10073;
  font-size: 24px;
  margin: 0 10px 0 0;
  position: relative;
  overflow: hidden;
  top: 6px;
  width: 24px;
}
.text-btn i:before {
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  position: relative;
  display: inline-block;
  opacity: 1;
  -webkit-opacity: 1;
}
.text-btn i:after {
  content: "\f061";
  color: #731273;
  position: absolute;
  left: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  opacity: 0;
  -webkit-opacity: 0;
}

.text-link, body p a, body li a, body a {
  color: #731273;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: rgba(115, 18, 115, 0.5) !important;
}
.text-link i, body p a i, body li a i, body a i {
  margin: 0 10px 0 0;
  position: relative;
  top: 1px;
}
.text-link:hover, .text-link:focus, body p a:hover, body p a:focus, body li a:hover, body li a:focus, body a:hover, body a:focus {
  color: #D10073;
  text-decoration: underline;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}

body #wpadminbar {
  z-index: 9999999999;
}

/* scrollbars */
/* width */
.contact-popup-inner::-webkit-scrollbar {
  width: 10px;
}

/* Handle */
ul#menu::-webkit-scrollbar-thumb {
  background: #731273;
  border-radius: 2px;
  -moz-border-radius: 2px;
}

/* width */
ul#menu::-webkit-scrollbar {
  width: 10px;
}

/* Handle */
.contact-popup-inner::-webkit-scrollbar-thumb {
  background: #731273;
  border-radius: 2px;
  -moz-border-radius: 2px;
}

.contact-popup-inner {
  scrollbar-color: #731273 #21031F;
  scrollbar-width: thin;
}

ul#menu {
  scrollbar-color: #731273 #21031F;
  scrollbar-width: thin;
}

/* WPML / Language translations */
body .wpml-ls-legacy-list-vertical {
  display: block;
}
body .wpml-ls-legacy-list-vertical ul li {
  opacity: 0.7;
  -webkit-opacity: 0.7;
}
body .wpml-ls-legacy-list-vertical ul li.wpml-ls-current-language {
  opacity: 1;
  -webkit-opacity: 1;
}

/* heading styles */
/* animations */
@keyframes fadeInUpSm {
  0% {
    opacity: 0;
    -webkit-opacity: 0;
    transform: translate3d(0, 15%, 0);
    -webkit-transform: translate3d(0, 15%, 0);
    -moz-transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-opacity: 1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
  }
}
@keyframes flipWalker {
  0% {
    transform: translate(0, 0) rotateX(0) rotateY(0);
    -webkit-transform: translate(0, 0) rotateX(0) rotateY(0);
    -moz-transform: translate(0, 0) rotateX(0) rotateY(0);
    opacity: 1;
    -webkit-opacity: 1;
  }
  25% {
    transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    opacity: 0.8;
    -webkit-opacity: 0.8;
  }
  50% {
    transform: translate(100%, 100%);
    -webkit-transform: translate(100%, 100%);
    -moz-transform: translate(100%, 100%);
    opacity: 1;
    -webkit-opacity: 1;
  }
  75% {
    transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    opacity: 0.8;
    -webkit-opacity: 0.8;
  }
  100% {
    transform: translate(0, 0) rotateX(0);
    -webkit-transform: translate(0, 0) rotateX(0);
    -moz-transform: translate(0, 0) rotateX(0);
    opacity: 1;
    -webkit-opacity: 1;
  }
}
@keyframes pulseWhite {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes fadeInDownSm {
  0% {
    opacity: 0;
    -webkit-opacity: 0;
    transform: translate3d(0, -5%, 0);
    -webkit-transform: translate3d(0, -5%, 0);
    -moz-transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    -webkit-opacity: 1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
  }
}
@keyframes fadeInLeftSm {
  0% {
    opacity: 0;
    -webkit-opacity: 0;
    transform: translate3d(-5%, 0, 0);
    -webkit-transform: translate3d(-5%, 0, 0);
    -moz-transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-opacity: 1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
  }
}
@keyframes fadePulse {
  0% {
    opacity: 1;
    -webkit-opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
  }
  50% {
    opacity: 0.7;
    -webkit-opacity: 0.7;
    transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    -webkit-opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
  }
}
@keyframes BannerSlideRight {
  0% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
}
@keyframes BannerSlideLeft {
  0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
  100% {
    transform: translateX(360px);
    -webkit-transform: translateX(360px);
    -moz-transform: translateX(360px);
  }
}
@keyframes slideRightFromLeft {
  0% {
    transform: translateX(-360px);
    -webkit-transform: translateX(-360px);
    -moz-transform: translateX(-360px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(360px);
    -webkit-transform: translateX(360px);
    -moz-transform: translateX(360px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
}
@keyframes slideLeftFromRight {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
  100% {
    transform: translateX(-360px);
    -webkit-transform: translateX(-360px);
    -moz-transform: translateX(-360px);
  }
}
.animate__fadeInUpSm {
  animation-name: fadeInUpSm;
  -webkit-animation-name: fadeInUpSm;
}

html[lang] {
  margin-top: 0 !important;
}

body .site-footer {
  float: left;
  width: 100%;
  background: #21031F;
}

/* cookie banner / popup */
body .wt-cli-cookie-bar-container #cookie-law-info-again {
  display: none !important;
}

body .widget #cookie-law-info-again {
  position: relative !important;
  background: none !important;
  left: 0 !important;
  box-shadow: none !important;
  text-align: left;
  color: #fff !important;
  font-size: 12px;
  right: 0 !important;
  padding: 0;
  text-decoration: underline;
  text-align: right;
  float: right;
  top: -1px;
}

body .cli-modal-backdrop.cli-show {
  z-index: 999999999;
}

body .cli-modal.cli-blowup {
  z-index: 9999999999;
}

body .cli-modal-content {
  border-radius: 7px;
  -moz-border-radius: 7px;
}

body .cli-tab-container h4 {
  margin: 10px 0 15px;
  font-size: 19px;
}

body .cli-style-v2 {
  display: block;
}

#cookie-law-info-bar + #cookie-law-info-again {
  display: none !important;
}

body #cookie-law-info-bar, body .wt-cli-cookie-bar {
  padding: 20px 30px !important;
  width: calc(100% - 70px);
  left: 70px;
  right: auto;
  font-family: "Roboto", sans-serif !important;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 7px;
  background-color: rgba(0, 0, 0, 0.85) !important;
  bottom: 0;
}

body #cookie-law-info-again {
  position: relative !important;
  background: none !important;
  left: 0 !important;
  box-shadow: none !important;
  text-align: left;
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.55) !important;
  right: 0 !important;
  padding: 0;
  text-align: left;
  float: none;
  display: inline !important;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
body #cookie-law-info-again:hover {
  color: rgb(255, 255, 255) !important;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}

#cookie-law-info-bar .cli-bar-message {
  width: calc(100% - 150px);
  color: #898888;
  float: left;
  top: 8px;
  position: relative;
}

#cookie-law-info-bar .cli-bar-btn_container {
  width: 100%;
  margin: 0 0 13px;
  display: block;
  float: left;
}

#cookie-law-info-bar a:first-child {
  position: relative;
  top: 0;
  float: none;
  color: #898888 !important;
  text-decoration: underline;
  margin: 0 !important;
  display: inline-block;
  padding: 0;
  text-decoration: underline !important;
  background: none;
  background-color: transparent !important;
}

body .cli-style-v2 .cli-bar-message {
  line-height: 18px;
}

body table.cookielawinfo-winter thead th {
  background: #731273;
}

body .wt-cli-ckyes-footer-section {
  display: none;
}

#cookie-law-info-bar a:not(.cli_settings_button):last-child, body .cli-tab-footer #wt-cli-privacy-save-btn.cli-btn {
  top: 0;
  right: 0;
  margin: 10px 0 !important;
  float: right;
  position: relative;
}

#cookie-law-info-bar a:not(.cli_settings_button):last-child, body .cli-tab-footer .cli-btn {
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  font-size: 16px;
  margin: 0 !important;
  float: right;
  color: #fff !important;
  text-decoration: none !important;
  position: absolute;
  right: 30px;
  top: calc(50% - 20px);
  font-weight: bold;
  line-height: 38px;
  height: 39px;
  padding: 0px 18px;
  background-color: #731273 !important;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
#cookie-law-info-bar a:not(.cli_settings_button):last-child:before, body .cli-tab-footer .cli-btn:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-size: 17px;
  color: #fff;
  position: relative;
  top: 2px;
  margin: 0 10px 0 0;
}
#cookie-law-info-bar a:not(.cli_settings_button):last-child:hover, body .cli-tab-footer .cli-btn:hover {
  background-color: #40053D !important;
  opacity: 1;
  -webkit-opacity: 1;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}

body .cli-tab-container .cli-row {
  max-height: 550px;
}

/* generic base styles */
.row.fl-row {
  margin: 0px -15px;
}

body[class] {
  background-color: transparent;
}

body {
  font-family: "Roboto", sans-serif !important;
}
body p, body li {
  font-size: 20px;
  color: #575457;
  margin: 0 0 25px;
}
body h2 {
  font-size: 29px;
  line-height: 36px;
  color: #0D1A21;
  font-weight: 800;
}
body .fl-heading a {
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: #000;
  position: relative;
  left: -38px;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
body .fl-heading a span.fl-heading-text {
  background: #f7f8f9;
  padding: 0 0 0 5px;
  display: inline-block;
  z-index: 3;
  position: relative;
}
body .fl-heading a:before {
  position: relative;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  display: inline-block;
}
body .fl-heading a:before, body .fl-heading a:after {
  content: "\f061";
  font-family: "FontAwesome";
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  z-index: 2;
  color: #731273;
}
body .fl-heading a:after {
  color: #731273;
  position: absolute;
  left: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  opacity: 0;
  -webkit-opacity: 0;
}
body .fl-heading a:hover {
  transform: translateX(6px);
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
}
body .fl-heading a:hover:before {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  opacity: 0;
  -webkit-opacity: 0;
}
body .fl-heading a:hover:after {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  opacity: 1;
  -webkit-opacity: 1;
}
body h3 {
  color: #0D1A21;
  font-size: 26px;
  line-height: 34px;
  font-weight: 800;
}
body h4 {
  color: #0D1A21;
  font-size: 23px;
  line-height: 30px;
  font-weight: 800;
}
body h2, body h3, body h4 {
  margin: 45px 0 20px;
}
body h2:first-child, body h3:first-child, body h4:first-child {
  margin: 0 0 20px;
}
body .fl-widget .widgettitle {
  font-size: 20px;
  line-height: 32px;
  font-weight: 800;
  color: #8F8C8F;
  display: block;
  border-bottom: 2px solid #D8D6D9;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
body .fl-widget .widgettitle:hover {
  color: inherit;
  opacity: 1;
  -webkit-opacity: 1;
}
body ul:not(.menu), body ol {
  margin: 0 0 45px 22px;
}

.fl-widget .widget ul li.contact-btn-general:not(:first-child) {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 2px dotted #EBD5E8;
}

.contact-btn-general a, .contact-btn-general, .contact-btn {
  text-decoration: none !important;
}

.fl-widget .widget ul li.contact-btn-general a {
  position: relative;
}
.fl-widget .widget ul li.contact-btn-general a:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: -2px;
  left: -30px;
  color: #D10073;
}
.fl-widget .widget ul li.current-menu-item a {
  position: relative;
  color: #000 !important;
}
.fl-widget .widget ul li.current-menu-item a:before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: -2px;
  left: -30px;
  color: #D10073;
}

body .fl-builder-bar {
  z-index: 999999999;
}

.fl-builder--main-menu-panel.is-showing {
  z-index: 999999999;
}

div.mce-inline-toolbar-grp.mce-arrow-up {
  z-index: 999999999999999;
}

body #wp-link-wrap {
  z-index: 99999999999;
}

body .fl-builder-template-template-default #primary {
  padding: 180px 0 50px;
}

body.loaded .fl-row.col-4[style="visibility: visible;"] .fl-col-group + .fl-col-group .fl-col:first-child {
  animation-delay: 0.75s;
}
body.loaded .fl-row.col-4[style="visibility: visible;"] .fl-col-group + .fl-col-group .fl-col:nth-child(2) {
  animation-delay: 1s;
}

/* button styles */
body .fl-builder-content a.fl-button {
  background: none;
  border: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 0;
  color: #575457;
  position: relative;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
body .fl-builder-content a.fl-button:hover {
  transform: translateX(6px);
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  color: #731273 !important;
}
body .fl-builder-content a.fl-button:hover i:before {
  transform: translateX(130%);
  -webkit-transform: translateX(130%);
  -moz-transform: translateX(130%);
  opacity: 0;
  -webkit-opacity: 0;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
body .fl-builder-content a.fl-button:hover i:after {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  opacity: 1;
  -webkit-opacity: 1;
}
body .fl-builder-content a.fl-button * {
  color: #575457 !important;
}
body .fl-builder-content a.fl-button a > *:not(span) {
  color: #D10073;
}
body .fl-builder-content a.fl-button span, body .fl-builder-content a.fl-button font {
  color: #575457;
  position: relative;
  display: inline-block;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
body .fl-builder-content a.fl-button i {
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  width: 22px;
  overflow: hidden;
  position: relative;
}
body .fl-builder-content a.fl-button i:before {
  opacity: 1;
  -webkit-opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  position: relative;
  display: inline-block;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
body .fl-builder-content a.fl-button i:after {
  content: "\f061";
  opacity: 0;
  -webkit-opacity: 0;
  position: absolute;
  left: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  color: #731273 !important;
}
body .fl-builder-content a.fl-button i.fa-envelope:after {
  content: "\f0e0";
}
body .fl-builder-content a.fl-button i, body .fl-builder-content a.fl-button a:visited i {
  position: relative;
  top: 2px;
  font-size: 21px;
  color: #D10073 !important;
}
body .fl-builder-content a.fl-button:hover i {
  opacity: 0.8;
  -webkit-opacity: 0.8;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}

#main-banner .mobile-only .fl-rich-text {
  opacity: 1;
  -webkit-opacity: 1;
  display: block;
}

html[lang=de-DE] #main-banner .Typewriter__wrapper strong:first-child {
  top: -220px;
}

#main-banner .fl-rich-text {
  opacity: 0;
  -webkit-opacity: 0;
  display: none;
}
#main-banner.video-progress .fl-bg-embed-code:before {
  background: rgba(0, 0, 0, 0);
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
}
#main-banner.video-progress .fl-rich-text {
  opacity: 1;
  -webkit-opacity: 1;
}
#main-banner .fl-bg-embed-code iframe, #main-banner .fl-bg-embed-code video {
  width: 120vw !important;
  z-index: 1;
}
#main-banner .video-player {
  height: 100%;
  width: 100%;
}
#main-banner .video-player:before {
  content: "";
  filter: blur(10px);
  z-index: 2;
  position: absolute;
  top: -50px;
  left: -50px;
  display: block;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  background: url("/wp-content/themes/eliot/img/EP-Video-Fallback-1.jpg") no-repeat center center;
  background-size: cover;
  opacity: 1;
  -webkit-opacity: 1;
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
}
#main-banner .video-player[data-video-item=ac9ddcbe1318e2c025]:before {
  background: url("/wp-content/themes/eliot/img/EP-Video-Fallback-2.jpg") no-repeat center center;
}
#main-banner .video-player[data-video-item=ea9ddcbe1318e0c463]:before {
  background: url("/wp-content/themes/eliot/img/EP-Video-Fallback-4.jpg") no-repeat center center;
}
#main-banner .video-player[data-video-item=ac9ddcbe1318e1c325]:before {
  background: url("/wp-content/themes/eliot/img/EP-Video-Fallback-3.jpg") no-repeat center center;
}
#main-banner.video-progress .video-player:before {
  opacity: 0;
  -webkit-opacity: 0;
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
}
#main-banner .fl-icon-wrap {
  position: absolute;
  left: calc(50% + 15px);
  bottom: -100px;
}
#main-banner .fl-button i:after {
  color: #fff !important;
}
#main-banner {
  padding: 0;
}
#main-banner .fl-row-content-wrap {
  padding: 0 0 210px;
}
#main-banner .fl-row-content {
  position: relative;
  z-index: 4;
}
#main-banner .spacer {
  display: block;
  margin: 30px 0 0;
}
#main-banner p {
  font-size: 41px;
  line-height: 48px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 30px;
  padding: 0;
}
#main-banner a.fl-button {
  opacity: 0;
  -webkit-opacity: 0;
}
#main-banner a.fl-button, #main-banner a.fl-button span, #main-banner a.fl-button font {
  color: #fff !important;
}
#main-banner a.fl-button i, #main-banner a.fl-button span i, #main-banner a.fl-button font i {
  color: #D10073;
}
#main-banner .fl-col:last-child .fl-col-content {
  position: absolute;
  bottom: 0;
}
#main-banner .Typewriter__wrapper font {
  display: inline-block;
}
#main-banner .Typewriter__wrapper strong:first-child {
  position: absolute;
  top: -126px;
}
#main-banner .Typewriter__wrapper strong:nth-child(2) {
  position: absolute;
  top: -30px;
}

.loaded #main-banner[style="visibility: visible;"] .fl-col:nth-child(2) {
  animation-delay: 9.8s;
}
.loaded #main-banner[style="visibility: visible;"] a.fl-button {
  animation: fadeInLeftSm 0.4s ease-in-out forwards;
  -webkit-animation: fadeInLeftSm 0.4s ease-in-out forwards;
  -moz-animation: fadeInLeftSm 0.4s ease-in-out forwards;
  animation-delay: 7.3s;
}

/* main menu / sidebar */
body {
  position: relative;
}

body .site-content {
  position: relative;
  width: 100%;
  display: block;
}

body .fl-row-content {
  max-width: 1400px;
  padding: 0px 30px;
}
body .fl-row-content .fl-module-content {
  margin: 0;
  padding: 0px 15px;
}

.main-container > div:not(.cli-modal) {
  position: relative;
  float: left;
  width: 100%;
}
.main-container > div:not(.cli-modal) #page {
  overflow: hidden;
}

.main-container.menu-open {
  animation: slideRight ease-in-out forwards 0.4s;
  -webkit-animation: slideRight ease-in-out forwards 0.4s;
  -moz-animation: slideRight ease-in-out forwards 0.4s;
  transform: translateX(360px);
  -webkit-transform: translateX(360px);
  -moz-transform: translateX(360px);
}

body.menu-open .language-selector {
  right: 0;
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
}

.interact .main-container.menu-closed {
  animation: slideLeft ease-in-out forwards 0.4s;
  -webkit-animation: slideLeft ease-in-out forwards 0.4s;
  -moz-animation: slideLeft ease-in-out forwards 0.4s;
}

#page {
  padding: 0 0 0 70px;
}

.contact-btn-general {
  cursor: pointer;
}
.contact-btn-general:hover {
  color: #731273 !important;
}

header {
  position: absolute;
  padding: 0 0 0 70px;
  top: 61px;
  width: 100%;
  z-index: 999999;
}
header .site-logo img {
  width: 326px;
  height: 54px;
}
header .contact-btn-general {
  position: fixed;
  right: 30px;
  background: #D10073;
  color: #fff;
  width: 45px;
  height: 45px;
  cursor: pointer;
  line-height: 46px;
  line-height: 49px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
}
header .contact-btn-general:hover {
  transform: scale(1.08, 1.08);
  -webkit-transform: scale(1.08, 1.08);
  -moz-transform: scale(1.08, 1.08);
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
}
header .contact-btn-general i {
  font-size: 20px;
  margin: 0;
  color: #fff;
}
header .contact-btn-general:hover i {
  color: #fff;
}

body .container {
  max-width: 1345px;
  padding: 0px 30px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

* {
  margin: 0;
  padding: 0;
}

/* Icon 1 */
#nav-icon {
  width: 26px;
  height: 24px;
  position: relative;
  margin: 0 auto;
  top: calc(50% - 13px);
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  -webkit-opacity: 1;
  left: 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
}

/* Icon 3 */
#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 10px;
}

#nav-icon span:nth-child(4) {
  top: 20px;
}

.main-container.menu-open #nav-icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.main-container.menu-open #nav-icon span:nth-child(2) {
  transform: rotate(45deg);
}

.main-container.menu-open #nav-icon span:nth-child(3) {
  transform: rotate(-45deg);
}

.main-container.menu-open #nav-icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

body .language-selector {
  position: fixed;
  width: 70px;
  height: 50px;
  right: 0;
  top: calc(100vh - 140px);
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  z-index: 999999999;
}
body .language-selector ul li.wpml-ls-item {
  display: block;
  text-align: center;
  width: 100%;
}
body .language-selector a {
  color: #fff !important;
  display: block;
  font-size: 18px;
  text-align: center;
  text-decoration: none !important;
  opacity: 1;
  -webkit-opacity: 1;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
body .language-selector a:not(:first-child) {
  margin: 10px 0 0;
}

.main-sidebar-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main-sidebar-container .main-sidebar {
  width: 430px;
  transform: translateX(-360px);
  -webkit-transform: translateX(-360px);
  -moz-transform: translateX(-360px);
  position: sticky;
  left: 0;
  top: 0;
  height: 100vh;
  z-index: 99999999;
  background: #D10073;
}
.main-sidebar-container .main-sidebar .menu-btn {
  color: #fff;
  display: block;
  cursor: pointer;
  position: absolute;
  width: 70px;
  height: 70px;
  right: 0;
  top: 40px;
  text-align: center;
  line-height: 70px;
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
}
.main-sidebar-container .main-sidebar .main-menu {
  height: 100%;
  position: fixed;
  width: 360px;
  padding: 130px 0 0 40px;
  left: 0;
  top: 0;
  background: #21031F;
}
.main-sidebar-container .main-sidebar .main-menu ul {
  margin: 0;
}
.main-sidebar-container .main-sidebar .main-menu ul li {
  list-style-type: none;
  margin: 0 0 18px;
}
.main-sidebar-container .main-sidebar .main-menu ul li a {
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  opacity: 1;
  -webkit-opacity: 1;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
.main-sidebar-container .main-sidebar .main-menu ul li a:hover {
  opacity: 0.8;
  -webkit-opacity: 0.8;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}

.menu-open #menu li.menu-item i {
  animation: fadePulse 1.4s;
  -webkit-animation: fadePulse 1.4s;
  -moz-animation: fadePulse 1.4s;
  animation-iteration-count: 2;
  animation-delay: 0.5s;
}

.main-sidebar-container .main-sidebar .main-menu ul#menu {
  position: relative;
  height: calc(100% + 20px);
  overflow: scroll;
}
.main-sidebar-container .main-sidebar .main-menu ul li {
  padding: 0 0 0 28px;
  position: relative;
}
.main-sidebar-container .main-sidebar .main-menu ul li.menu-item > i {
  font-weight: bold;
  color: #D10073;
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  left: 0;
  top: 1px;
  height: 31px;
  display: inline-block;
  overflow: hidden;
  opacity: 1;
  -webkit-opacity: 1;
  line-height: 33px;
}
.main-sidebar-container .main-sidebar .main-menu ul li.menu-item > i:hover {
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  opacity: 0.7;
  -webkit-opacity: 0.7;
}
.main-sidebar-container .main-sidebar .main-menu ul li.menu-item > i.active:before {
  content: "";
  border-top: 4px solid #D10073;
  display: inline-block;
  width: 17px;
  position: relative;
  top: -5px;
  border-radius: 8px;
  -moz-border-radius: 8px;
}
.main-sidebar-container .main-sidebar .main-menu ul li li.menu-item-child a {
  font-size: 16px;
  color: #D6ABD1;
}
.main-sidebar-container .main-sidebar .main-menu ul.sub-menu {
  display: none;
  padding: 20px 0;
}
.main-sidebar-container .main-sidebar .main-menu ul.sub-menu li {
  padding: 0;
  margin: 0 0 14px;
}
.main-sidebar-container .main-sidebar .main-menu ul.sub-menu li:last-child {
  margin: 0;
}

html[lang=en-US] .language-selector .glink:not([title=English]),
html:not(.translated-ltr) .language-selector .glink:not([title=English]) {
  opacity: 0.6;
  -webkit-opacity: 0.6;
}
html[lang=en-US] .language-selector .glink:not([title=English]):hover,
html:not(.translated-ltr) .language-selector .glink:not([title=English]):hover {
  opacity: 1;
  -webkit-opacity: 1;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}

html[lang=fr] .language-selector .glink:not([title=French]) {
  opacity: 0.6;
  -webkit-opacity: 0.6;
}
html[lang=fr] .language-selector .glink:not([title=French]):hover {
  opacity: 1;
  -webkit-opacity: 1;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}

html[lang=de] .language-selector .glink:not([title=German]) {
  opacity: 0.6;
  -webkit-opacity: 0.6;
}
html[lang=de] .language-selector .glink:not([title=German]):hover {
  opacity: 1;
  -webkit-opacity: 1;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}

/* general */
.separate-containers.no-sidebar .site-main {
  margin: 0;
}

body .container.grid-container {
  max-width: 100%;
}

.page-transition {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff url("/wp-content/themes/eliot/img/svg-loader-3.svg") no-repeat center center;
  background-size: 250px 250px;
  z-index: 999999999;
}

body .site-content .content-area {
  width: 100%;
  float: left;
}

.site-footer {
  clear: left;
}

/* page elements */
html.fl-builder-is-showing-toolbar .fl-row .fl-overlay-block-active {
  position: relative;
  z-index: 9999999;
}

html.fl-builder-is-showing-toolbar #main-banner .fl-rich-text {
  opacity: 1;
  -webkit-opacity: 1;
  display: block;
}

html.fl-builder-is-showing-toolbar #mid-banner:before, html.fl-builder-is-showing-toolbar #mid-banner:after {
  display: none;
}

html.fl-builder-is-showing-toolbar #main-banner ~ div {
  margin: 50px 0 0;
}

html.fl-builder-is-showing-toolbar .fl-color-picker-ui.fl-color-picker-active {
  z-index: 99999999999;
}

html.fl-builder-is-showing-toolbar .mce-menu.mce-in.mce-animate {
  z-index: 99999999999 !important;
}

html.fl-builder-is-showing-toolbar .acf-map, html.fl-builder-is-showing-toolbar .map-key {
  display: none;
}

.fl-row .headline h2 {
  color: #731273;
  font-size: 41px;
  line-height: 48px;
  font-weight: 800;
  max-width: 400px;
  margin: -5px 0 0;
  padding: 0 60px 0 0;
  float: right;
}

#intro-section {
  padding: 140px 0 40px;
}
#intro-section .fl-row-content-wrap {
  padding: 0;
}

#colour-block-full-banner {
  padding: 0;
}
#colour-block-full-banner.fl-row[style="visibility: visible;"] .fl-col:nth-child(1) {
  animation-delay: 1s;
}
#colour-block-full-banner.fl-row[style="visibility: visible;"] .fl-col:nth-child(2) {
  animation-delay: 1.25s;
}
#colour-block-full-banner .fl-col-group {
  margin: 0 -100px;
  padding: 0;
  width: auto;
}
#colour-block-full-banner .fl-col {
  padding: 0px 85px;
}
#colour-block-full-banner .fl-col + .fl-col p {
  color: #fff;
}
#colour-block-full-banner .fl-row-content-wrap {
  width: 100%;
  float: left;
  min-height: 640px;
  display: flex;
  align-items: center;
  opacity: 0;
  -webkit-opacity: 0;
}
#colour-block-full-banner .fl-row-content-wrap:before {
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #EBD5E8;
  width: calc(50% + 15px);
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
}
#colour-block-full-banner .fl-row-content-wrap:after {
  content: "";
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background: #731273;
  width: calc(50% - 15px);
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
}
#colour-block-full-banner .fl-module-content {
  max-width: 565px;
}
#colour-block-full-banner[style="visibility: visible;"] .fl-row-content-wrap {
  animation: fadeIn 0.4s ease-in-out forwards;
  -webkit-animation: fadeIn 0.4s ease-in-out forwards;
  -moz-animation: fadeIn 0.4s ease-in-out forwards;
}
#colour-block-full-banner[style="visibility: visible;"] .fl-row-content-wrap:before {
  animation: BannerSlideRight 1s ease-in-out forwards;
  -webkit-animation: BannerSlideRight 1s ease-in-out forwards;
  -moz-animation: BannerSlideRight 1s ease-in-out forwards;
}
#colour-block-full-banner[style="visibility: visible;"] .fl-row-content-wrap:after {
  animation: BannerSlideLeft 1s ease-in-out forwards;
  -webkit-animation: BannerSlideLeft 1s ease-in-out forwards;
  -moz-animation: BannerSlideLeft 1s ease-in-out forwards;
}

#colour-block-banner {
  padding: 0;
  margin: 140px 0 0;
}
#colour-block-banner .fl-row-content-wrap {
  width: 100%;
  float: left;
  min-height: 640px;
  display: flex;
  align-items: center;
  opacity: 0;
  -webkit-opacity: 0;
}
#colour-block-banner .fl-row-content-wrap:before {
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #EBD5E8;
  opacity: 0.9;
  -webkit-opacity: 0.9;
  width: calc(50% + 15px);
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
}
#colour-block-banner .fl-row-content-wrap:after {
  content: "";
  width: calc(50% + 200px);
  z-index: -1;
  bottom: 0;
  left: 0;
  height: 100%;
  position: absolute;
  background: #EBD5E8;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  opacity: 0.4;
  -webkit-opacity: 0.4;
}
#colour-block-banner .fl-module-content {
  max-width: 565px;
}
#colour-block-banner[style="visibility: visible;"] .fl-row-content-wrap {
  animation: fadeIn 0.4s ease-in-out forwards;
  -webkit-animation: fadeIn 0.4s ease-in-out forwards;
  -moz-animation: fadeIn 0.4s ease-in-out forwards;
}
#colour-block-banner[style="visibility: visible;"] .fl-row-content-wrap .fl-col {
  animation-delay: 1s;
}
#colour-block-banner[style="visibility: visible;"] .fl-row-content-wrap:before, #colour-block-banner[style="visibility: visible;"] .fl-row-content-wrap:after {
  animation: BannerSlideRight 1s ease-in-out forwards;
  -webkit-animation: BannerSlideRight 1s ease-in-out forwards;
  -moz-animation: BannerSlideRight 1s ease-in-out forwards;
}
#colour-block-banner[style="visibility: visible;"] .fl-row-content-wrap:before {
  animation-delay: 0.3s;
}
#colour-block-banner + .fl-row {
  padding: 140px 0 0;
}

#industry-expertise-banner {
  padding: 0 !important;
}
#industry-expertise-banner .fl-module {
  margin: 0;
}
#industry-expertise-banner .fl-row-content-wrap {
  padding: 0;
}
#industry-expertise-banner .fl-row-content-wrap .fl-col {
  width: 100% !important;
}
#industry-expertise-banner h2 {
  color: #000;
  font-size: 20px;
}
#industry-expertise-banner .fl-module-heading {
  position: absolute;
}

#main-internal-banner + .fl-row {
  padding: 140px 0 60px;
}

/* firefox fixes */
@-moz-document url-prefix() {
  body #mid-banner .fl-row-content-wrap, body #colour-block-banner .fl-row-content-wrap {
    background-size: initial;
  }
}
#mid-banner {
  position: relative;
  padding: 0;
  margin: 80px 0 30px;
  float: left;
  width: 100%;
}
#mid-banner:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(50% - 35px);
  height: 75px;
  top: -75px;
  background: #EBD5E8;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
}
#mid-banner:after {
  content: "";
  position: absolute;
  display: block;
  width: calc(50% - 35px);
  height: 75px;
  bottom: -75px;
  background: #EBD5E8;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
}
#mid-banner.img .fl-row-content-wrap {
  padding: 150px 0;
}
#mid-banner.img .fl-col-content {
  padding: 0 40px 0 0;
}
#mid-banner .fl-heading span.fl-heading-text {
  background: none;
}
#mid-banner .fl-heading a:before, #mid-banner .fl-heading a:after {
  color: #fff;
}
#mid-banner .fl-row-content-wrap {
  padding: 190px 0;
  opacity: 0;
  -webkit-opacity: 0;
}
#mid-banner .fl-row-content-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 35px);
  height: 100%;
  display: block;
  background: #40053D;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
}
#mid-banner + .fl-row {
  margin: 40px 0 0;
  padding: 140px 0 0;
}
#mid-banner[style="visibility: visible;"] .fl-row-content-wrap {
  animation: fadeIn 0.4s ease-in-out forwards;
  -webkit-animation: fadeIn 0.4s ease-in-out forwards;
  -moz-animation: fadeIn 0.4s ease-in-out forwards;
}
#mid-banner[style="visibility: visible;"] .fl-row-content-wrap:before, #mid-banner[style="visibility: visible;"]:before, #mid-banner[style="visibility: visible;"]:after {
  animation: BannerSlideLeft 1s ease-in-out forwards;
  -webkit-animation: BannerSlideLeft 1s ease-in-out forwards;
  -moz-animation: BannerSlideLeft 1s ease-in-out forwards;
}

.home #mid-banner:before {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
}
.home #mid-banner[style="visibility: visible;"] .fl-row-content-wrap:before, .home #mid-banner[style="visibility: visible;"]:before, .home #mid-banner[style="visibility: visible;"]:after {
  animation: BannerSlideRight 1s ease-in-out forwards;
  -webkit-animation: BannerSlideRight 1s ease-in-out forwards;
  -moz-animation: BannerSlideRight 1s ease-in-out forwards;
}

.home .page-template:not(.home) #mid-banner:before {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
}
.home .page-template:not(.home) #mid-banner[style="visibility: visible;"] .fl-row-content-wrap:before, .home .page-template:not(.home) #mid-banner[style="visibility: visible;"]:before, .home .page-template:not(.home) #mid-banner[style="visibility: visible;"]:after {
  animation: BannerSlideLeft 1s ease-in-out forwards;
  -webkit-animation: BannerSlideLeft 1s ease-in-out forwards;
  -moz-animation: BannerSlideLeft 1s ease-in-out forwards;
}

.page-template:not(.home) #mid-banner:before, .page-template:not(.home) #mid-banner:after {
  right: 0;
  left: auto;
  width: calc(50% + 120px);
}
.page-template:not(.home) #mid-banner .fl-row-content-wrap:before {
  right: 0;
  left: auto;
  width: calc(50% + 120px);
}

body .fl-builder-content #mid-banner a.fl-button i.fa-envelope:after {
  color: #fff !important;
}

#mid-banner .fl-col-content {
  padding: 0 110px 0 0;
}
#mid-banner .fl-col-content h2 {
  font-size: 29px;
  line-height: 36px;
  color: #fff;
  margin: 0;
  font-weight: 800;
}
#mid-banner .fl-col-content a.fl-button *:not(i) {
  color: #fff !important;
}

body .page-template #main-internal-banner {
  align-items: inherit;
  padding: 0;
}
body .page-template #main-internal-banner .fl-row-content-wrap {
  height: 100%;
  display: flex;
  align-items: flex-start;
  position: absolute;
  padding: 225px 0 0;
  background-position: top center;
}

.single-team #main-internal-banner {
  padding: 120px 0 0;
  align-items: center;
}

body #main-internal-banner {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: flex-start;
  padding: 220px 0 0;
  float: left;
  width: 100%;
  max-width: 100%;
  z-index: 4;
  background: #000;
  overflow: visible;
}
body #main-internal-banner p a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #fff !important;
}
body #main-internal-banner small, body #main-internal-banner small a {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  opacity: 1;
  -webkit-opacity: 1;
  letter-spacing: 0.04em;
  text-decoration: none;
  display: inline-block;
  margin: 0 0 8px;
}
body #main-internal-banner small:hover, body #main-internal-banner small a:hover {
  opacity: 0.85;
  -webkit-opacity: 0.85;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
body #main-internal-banner .banner-fade + .fl-row-content {
  z-index: 6;
}
body #main-internal-banner .fl-module-content {
  max-width: 700px;
}
body #main-internal-banner .inner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 2000px !important;
  background-repeat: no-repeat !important;
  z-index: 1;
}
body #main-internal-banner .banner-fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #000;
}
body #main-internal-banner .fl-module-heading {
  margin: 0;
}
body #main-internal-banner .container {
  position: relative;
  z-index: 3;
}
body #main-internal-banner p.small {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 15px;
}
body #main-internal-banner h1 {
  color: #fff;
  font-size: 41px;
  line-height: 48px;
  font-weight: 800;
  opacity: 0;
  -webkit-opacity: 0;
}
body #main-internal-banner h1 + p, body #main-internal-banner p {
  font-size: 26px;
  color: #fff;
  line-height: 36px;
  margin: 30px 0 0;
  opacity: 0;
  -webkit-opacity: 0;
}

body .single-office_locations #main-internal-banner {
  align-items: center;
  padding: 80px 0 0;
}

body .page #main-internal-banner .banner-fade {
  z-index: 4;
}

.map-box .acf-map {
  width: 100%;
  height: 244px;
  margin: 0 0 25px;
}
.map-box .acf-map .gm-bundled-control {
  display: none !important;
}

html.contact-popup-open body {
  position: relative;
  overflow: hidden;
}

.contact-popup {
  display: none;
  position: fixed;
  z-index: 999999999;
  width: 100%;
  height: 100vh;
  background: rgba(33, 3, 31, 0.7);
}
.contact-popup h3 {
  margin: 0 0 30px;
}
.contact-popup .contact-popup-container {
  position: absolute;
  width: calc(100% - 70px);
  height: 100%;
  top: 0;
  left: 70px;
  display: flex;
  padding: 100px 0 0;
  overflow: scroll;
}
@media (max-width: 990px) {
  .contact-popup .contact-popup-container {
    padding: 15px 0 0;
  }
}
@media (max-width: 768px) {
  .contact-popup .contact-popup-container .container {
    padding: 0 15px;
  }
}
.contact-popup .contact-popup-container i {
  color: #731273;
  position: absolute;
  cursor: pointer;
  top: 30px;
  right: 30px;
  font-size: 25px;
}
.contact-popup .contact-popup-inner {
  padding: 50px;
  background: rgba(255, 255, 255, 0.95);
  max-height: 800px;
  min-height: 500px;
  max-width: 1200px;
  margin: 0 auto;
  overflow: scroll;
  position: relative;
}

/* infographics */
#page .infographics.three-col .fl-module-content .fl-list .fl-list-item {
  width: 33.3333333%;
}

#page #mid-banner .infographics {
  width: calc(100% + 110px);
}
#page #mid-banner .infographics .fl-list .fl-list-item h3 {
  border-color: #fff;
}
#page #mid-banner .infographics .fl-list .fl-list-item h3 strong {
  color: #fff;
  font-size: 47px;
  text-indent: 5px;
  border-color: #fff;
}
#page #mid-banner .infographics .fl-list .fl-list-item p {
  color: #fff;
}

html[lang=de-DE] body .fl-list .fl-list-item p {
  word-break: break-word;
  hyphens: auto;
}

#page .fl-module-list.diagram-list .fl-list {
  counter-reset: item;
}
#page .fl-module-list.diagram-list .fl-list .fl-list-item {
  margin: 0 0 35px;
  counter-increment: item;
  padding: 0 0 0 52px;
  position: relative;
}
#page .fl-module-list.diagram-list .fl-list .fl-list-item:before {
  content: counter(item);
  color: #40053D;
  background: #fff;
  position: absolute;
  left: 0;
  font-size: 18px;
  font-weight: bold;
  width: 36px;
  height: 36px;
  border: 2px solid #731273;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  top: -2px;
}
#page .fl-module-list.diagram-list .fl-list .fl-list-item h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 33px;
}

#page .fl-module-heading + .fl-module-list.coloured-boxes {
  margin: 40px 0 50px;
}

#page .fl-module-list.number-animate .fl-list-item em {
  font-style: normal;
}

#page .fl-module-list.coloured-boxes {
  margin: 0 0 50px;
}
#page .fl-module-list.coloured-boxes .fl-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#page .fl-module-list.coloured-boxes .fl-list .fl-list-item {
  width: 50%;
  float: left;
  padding: 10px;
}
#page .fl-module-list.coloured-boxes .fl-list .fl-list-item p {
  color: #444;
}
#page .fl-module-list.coloured-boxes .fl-list .fl-list-item:first-child .fl-list-item-wrapper {
  background: #fdeafa;
}
#page .fl-module-list.coloured-boxes .fl-list .fl-list-item:nth-child(2) .fl-list-item-wrapper {
  background: #e8c2e5;
}
#page .fl-module-list.coloured-boxes .fl-list .fl-list-item:nth-child(3) .fl-list-item-wrapper {
  background: #e8c2e5;
}
#page .fl-module-list.coloured-boxes .fl-list .fl-list-item:nth-child(4) .fl-list-item-wrapper {
  background: #fdeafa;
}
#page .fl-module-list.coloured-boxes .fl-list .fl-list-item:nth-child(5) .fl-list-item-wrapper {
  background: #fdeafa;
}
#page .fl-module-list.coloured-boxes .fl-list .fl-list-item:nth-child(6) .fl-list-item-wrapper {
  background: #e8c2e5;
}
#page .fl-module-list.coloured-boxes .fl-list .fl-list-item:nth-child(7) .fl-list-item-wrapper {
  background: #e8c2e5;
}
#page .fl-module-list.coloured-boxes .fl-list .fl-list-item:nth-child(8) .fl-list-item-wrapper {
  background: #fdeafa;
}
#page .fl-module-list.coloured-boxes .fl-list .fl-list-item .fl-list-item-wrapper {
  width: 100%;
  padding: 40px;
  height: 100%;
}
#page .fl-module-list.coloured-boxes .fl-list .fl-list-item .fl-list-item-wrapper ol {
  counter-reset: item;
  margin: 0;
}
#page .fl-module-list.coloured-boxes .fl-list .fl-list-item .fl-list-item-wrapper ol li {
  list-style-type: none;
  counter-increment: item;
  padding: 0 0 0 25px;
  color: #444;
  position: relative;
}
#page .fl-module-list.coloured-boxes .fl-list .fl-list-item .fl-list-item-wrapper ol li:before {
  display: inline-block;
  width: 1em;
  position: absolute;
  left: 0;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}

#page .infographics .fl-list {
  margin: 0px -15px;
  display: flex;
  flex-wrap: wrap;
}
#page .infographics .fl-list .fl-list-item {
  width: 20%;
  float: left;
  margin: 20px 0;
  padding: 0px 15px;
  opacity: 0;
  -webkit-opacity: 0;
}
#page .infographics .fl-list .fl-list-item p {
  text-align: center;
  font-size: 15px;
  line-height: 21px;
  color: #222;
}
#page .infographics .fl-list .fl-list-item h3 {
  margin: 0 0 15px;
  color: #731273;
  font-size: 50px;
  width: 100%;
  display: block;
  height: 0;
  padding: 0 0 100%;
  text-align: center;
  border: 2px dotted #731273;
  border-radius: 50%;
  -moz-border-radius: 50%;
}
#page .infographics .fl-list .fl-list-item h3 strong {
  display: block;
  padding: 44% 0 0;
  width: 100%;
}
#page .infographics .fl-list .fl-list-item h3 em {
  font-style: normal;
}

body div.wpforms-container .wpforms-form .wpforms-recaptcha-container {
  position: absolute;
}
body div.wpforms-container .wpforms-form div.wpforms-uploader .dz-preview {
  border: 0;
  padding: 10px 0;
}
body div.wpforms-container .wpforms-form div.wpforms-uploader .dz-preview .dz-remove:before, body div.wpforms-container .wpforms-form div.wpforms-uploader .dz-preview .dz-remove:after {
  background-color: #731273;
}
body div.wpforms-container .wpforms-form div.wpforms-uploader .dz-preview .dz-progress {
  bottom: 2px;
  background-color: #dcdcde;
}
body div.wpforms-container .wpforms-form div.wpforms-uploader .dz-preview .dz-progress .dz-upload {
  background-color: #731273;
}
body div.wpforms-container .wpforms-form textarea {
  padding: 20px;
  border-color: #9C5A9F;
  border-radius: 5px;
  -moz-border-radius: 5px;
  height: 112px;
}
body div.wpforms-container .wpforms-form textarea.wpforms-field-large {
  height: 130px;
}
body div.wpforms-container .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-number .wpforms-page-indicator-page-triangle {
  display: none;
}

body .wpforms-confirmation-container p {
  font-weight: bold;
  color: #40053D;
}

body .select2-container {
  z-index: 999999999;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #757575 !important;
  font-size: 17px;
  position: relative;
  top: -1px;
}

.select2-container--default .select2-results > .select2-results__options {
  margin: 0;
}

::-moz-placeholder {
  color: #757575 !important;
}

::placeholder {
  color: #757575 !important;
}

::-webkit-placeholder {
  color: #757575 !important;
}

::-moz-placeholder {
  color: #757575 !important;
}

div.wpforms-container .wpforms-form .wpforms-field.hidden {
  display: none !important;
}

body div.wpforms-container .wpforms-form li {
  position: relative;
}

body div.wpforms-container .wpforms-form ul li {
  margin: 0 0 10px !important;
}

body div.wpforms-container .wpforms-form .wpforms-field-label {
  margin: 0 0 23px;
  font-size: 20px;
}

div.wpforms-container .wpforms-form .wpforms-field > label {
  margin: 25px 0 15px;
}

div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-textarea > label {
  margin: 0 0 15px;
}

div.wpforms-container .wpforms-page > div[class*=-team] {
  display: none;
}

div.wpforms-container .wpforms-field .remove-member {
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 0 30px;
  font-size: 20px;
  color: #731273;
  cursor: pointer;
}
div.wpforms-container .wpforms-field .remove-member.hidden {
  display: none;
}
div.wpforms-container .wpforms-field .remove-member i {
  margin: 0 10px 0 0;
  position: relative;
  top: 2px;
  left: 0;
  font-size: 22px;
}

div.wpforms-container .select2-container--default .select2-selection--multiple {
  border: 0;
  margin: 0;
  padding: 0;
}

body div.wpforms-container .wpforms-form .wpforms-page div[class*=-team] ul {
  margin: 0px -10px !important;
}
body div.wpforms-container .wpforms-form .wpforms-page div[class*=-team] ul li {
  border: 2px solid #731273 !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline-block;
  margin: 0px 10px 20px !important;
  opacity: 1;
  -webkit-opacity: 1;
}
body div.wpforms-container .wpforms-form .wpforms-page div[class*=-team] ul li label {
  cursor: pointer;
  display: inline-block;
  padding: 15px 20px 14px 45px;
  margin: 0;
}
body div.wpforms-container .wpforms-form .wpforms-page div[class*=-team] ul li label:before {
  top: 18px;
  left: 15px;
}
body div.wpforms-container .wpforms-form .wpforms-page div[class*=-team] ul li label:after {
  top: 23px;
  left: 20px;
}
body div.wpforms-container .wpforms-form .wpforms-page div[class*=-team] ul li input {
  top: 20px;
}
body div.wpforms-container .wpforms-form .wpforms-page div[class*=-team] ul li:not(.wpforms-selected) {
  opacity: 0.6;
  -webkit-opacity: 0.6;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
body div.wpforms-container .wpforms-form .wpforms-page div[class*=-team] ul li:not(.wpforms-selected):hover {
  opacity: 1;
  -webkit-opacity: 1;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}

div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox {
  margin: 30px 0 0;
}
div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-checkbox + .wpforms-field-checkbox {
  margin: 0;
}

body .wpforms-container .wpforms-one-half {
  width: calc(50% - 10px);
  margin-left: 20px;
}

body div.wpforms-container .wpforms-form input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
  height: 55px;
  padding: 0px 20px;
  border-color: #9C5A9F;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding-top: 2px;
}
body div.wpforms-container .wpforms-form input[type=radio], body div.wpforms-container .wpforms-form input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}
body div.wpforms-container .wpforms-form input[type=radio] + label, body div.wpforms-container .wpforms-form input[type=checkbox] + label {
  font-size: 18px;
  position: relative;
  padding: 0 0 0 30px;
}
body div.wpforms-container .wpforms-form input[type=radio] + label:before, body div.wpforms-container .wpforms-form input[type=checkbox] + label:before {
  content: "";
  width: 22px;
  height: 22px;
  background: #fff;
  border: 2px solid #731273;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
}
body div.wpforms-container .wpforms-form input[type=radio] + label:after, body div.wpforms-container .wpforms-form input[type=checkbox] + label:after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  background: #731273;
  border-radius: 50%;
  -moz-border-radius: 50%;
  top: 6px;
  left: 5px;
  opacity: 0;
  -webkit-opacity: 0;
}
body div.wpforms-container .wpforms-form input[type=radio]:checked + label:after, body div.wpforms-container .wpforms-form input[type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-opacity: 1;
}

.wpforms-container .wpforms-field.wpforms-field-radio {
  margin: 0;
}

div.wpforms-container .wpforms-form .wpforms-field .wpforms-pagebreak-left {
  border: 0;
}

@media (max-width: 990px) {
  div.wpforms-container .wpforms-form .last .wpforms-field .wpforms-pagebreak-left {
    margin: 55px 0 0;
  }
  div.wpforms-container .wpforms-form .last .wpforms-field .wpforms-pagebreak-left .wpforms-page-button {
    position: relative;
    top: -28px;
  }
}

div.wpforms-container .wpforms-form .wpforms-page {
  border-top: 2px dotted #D8D6D9;
  margin: 30px 0 0;
  padding: 30px 0 0;
}
@media (max-width: 990px) {
  div.wpforms-container .wpforms-form .wpforms-page {
    margin: 15px 0 0;
  }
}
div.wpforms-container .wpforms-form .wpforms-page .wpforms-field.wpforms-field-content {
  grid-column: span 2;
}
div.wpforms-container .wpforms-form .wpforms-page .wpforms-field.wpforms-field-content:first-child {
  padding-top: 0;
}
div.wpforms-container .wpforms-form .wpforms-page .wpforms-field.wpforms-field-content p {
  font-size: 14px;
  line-height: 1.4;
}
div.wpforms-container .wpforms-form .wpforms-page .wpforms-field.wpforms-field-content p a {
  text-decoration: none;
}
@media (max-width: 990px) {
  div.wpforms-container .wpforms-form .wpforms-page .wpforms-field .wpforms-field-row {
    max-width: 100%;
  }
}
div.wpforms-container .wpforms-form .wpforms-page .wpforms-field .wpforms-field-row:not(.choices) {
  max-width: 900px;
}
div.wpforms-container .wpforms-form .wpforms-page.wpforms-page-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 20px;
}
div.wpforms-container .wpforms-form .wpforms-page.wpforms-page-2 > .wpforms-field {
  width: 100% !important;
}
div.wpforms-container .wpforms-form .wpforms-page.wpforms-page-2 > .wpforms-field.wpforms-field-phone {
  margin-left: 0;
}
div.wpforms-container .wpforms-form .wpforms-page.wpforms-page-2 input {
  max-width: 100%;
}
@media (max-width: 900px) {
  div.wpforms-container .wpforms-form .wpforms-page.wpforms-page-2 > div {
    grid-column: span 2;
  }
}
div.wpforms-container .wpforms-form .wpforms-page.wpforms-page-2 > div:nth-child(3) {
  width: 100%;
  margin: 0;
}
div.wpforms-container .wpforms-form .wpforms-page.wpforms-page-2 > div:nth-child(4) {
  width: 100%;
  margin: 0;
}
div.wpforms-container .wpforms-form .wpforms-page.wpforms-page-2 > div:last-child {
  grid-column: span 2;
}

body div.wpforms-container {
  margin: 0 0 65px;
}
@media (max-width: 990px) {
  body div.wpforms-container {
    margin: 0;
  }
}
body div.wpforms-container ul {
  margin: 0;
}

div.wpforms-container .wpforms-form .select2 {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  position: relative;
  padding: 15px 20px 20px 20px;
  border: 1px solid #9C5A9F;
  height: 55px;
  min-width: 400px;
}

div.wpforms-container .wpforms-form .select2 div.wpforms-container .wpforms-form select ~ .select2 {
  min-width: 100%;
}

div.wpforms-container .wpforms-field.multiple .select2 {
  min-height: 55px;
  padding: 11px 20px 6px 20px;
  width: 80% !important;
  height: auto;
}

body .select2-container--default .select2-selection--single {
  border: 0;
}

div.wpforms-container .wpforms-form .wpforms-field:first-child > label:not(.wpforms-error) {
  margin: 0 0 15px;
}

body div.wpforms-container div.wpforms-uploader {
  border: 2px dotted #D8D6D9;
}

body div.wpforms-container div.wpforms-uploader .dz-message svg {
  fill: #731273;
}

body .select2-container--default .select2-selection--multiple ul.select2-selection__rendered {
  width: auto !important;
  float: left;
  margin: 0 -10px;
}
body .select2-container--default .select2-selection--multiple ul.select2-selection__rendered li {
  background: #9C5A9F !important;
  color: #fff;
  margin: 0px 5px !important;
  padding: 4px 10px 4px 30px !important;
  font-size: 16px;
  border: 0;
}

body div.wpforms-container-full .wpforms-form .wpforms-submit-spinner {
  position: absolute;
  right: 210px;
  margin-top: 23px;
}
@media (max-width: 500px) {
  body div.wpforms-container-full .wpforms-form .wpforms-submit-spinner {
    margin-top: -40px;
    right: 0;
  }
}

body .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple textarea,
body .select2-container .select2-search--inline .select2-search__field {
  height: 34px;
  margin: 6px 0 0 10px;
  font-size: 16px;
  color: #fff;
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  font-size: 20px;
  border: 0;
  margin: 1px 0 0 6px;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background: none;
  color: rgba(255, 255, 255, 0.7);
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}

body .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
body .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border: 0;
}
body .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple textarea,
body .select2-container--default.select2-container--open.select2-container--below .select2-selection--single textarea {
  border: 0;
}
body .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple ul, body .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple .select2-search, body .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple textarea,
body .select2-container--default.select2-container--open.select2-container--below .select2-selection--single ul,
body .select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-search,
body .select2-container--default.select2-container--open.select2-container--below .select2-selection--single textarea {
  float: left;
}

body .select2-container .select2-search--inline {
  float: left;
}

body .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
}

div.wpforms-container .wpforms-form .field-location .select2 {
  width: 100% !important;
  max-width: 400px;
}

/* select2 dropdown styling */
body .select2-container--open .select2-dropdown--below {
  z-index: 99999999;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

body .select2-results__option {
  padding: 6px 20px;
  margin: 0;
  font-size: 17px;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #9C5A9F;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single[aria-expanded=true] .select2-selection__arrow:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 16px;
  right: 20px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\f078";
  font-family: "FontAwesome";
  color: #9C5A9F;
  position: relative;
  display: inline-block;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

div.wpforms-container .wpforms-form .wpforms-field-pagebreak:first-child {
  display: none;
}

div.wpforms-container .wpforms-form .wpforms-page .wpforms-field label.wpforms-error {
  font-size: 15px;
  margin: 7px 0 0;
}

div.wpforms-container .wpforms-form .wpforms-page-1 .wpforms-field label {
  margin: 0 0 15px;
  font-size: 17px;
  display: block;
}

body .contact-popup div.wpforms-container .wpforms-form .wpforms-field-pagebreak:not(:first-child) {
  margin: 30px 0 0;
}

body .contact-popup div.wpforms-container .wpforms-form .wpforms-page.last .wpforms-field-pagebreak:not(:first-child) {
  margin: 45px 0 0;
}

body div.wpforms-container .wpforms-form .wpforms-page-2 .wpforms-field-pagebreak:not(:first-child) {
  z-index: 1;
}

body div.wpforms-container .wpforms-form .wpforms-submit-container {
  margin-top: -68px;
  border: 0;
}
@media (max-width: 990px) {
  body div.wpforms-container .wpforms-form .wpforms-submit-container {
    max-width: 180px;
    float: right;
  }
}

body div.wpforms-container .wpforms-form .wpforms-field-pagebreak:not(:first-child), div.wpforms-container .wpforms-form .wpforms-submit-container {
  margin: 30px 0 0;
  padding: 35px 0 0 !important;
  border-top: 2px dotted #D8D6D9;
  float: left;
  width: 100%;
  z-index: 99999999999;
}
@media (max-width: 990px) {
  body div.wpforms-container .wpforms-form .wpforms-field-pagebreak:not(:first-child), div.wpforms-container .wpforms-form .wpforms-submit-container {
    margin: 30px 0 0;
    padding: 0 !important;
  }
}
body div.wpforms-container .wpforms-form .wpforms-field-pagebreak:not(:first-child) button.wpforms-page-button, div.wpforms-container .wpforms-form .wpforms-submit-container button.wpforms-page-button {
  background: none;
  border: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 0;
  color: #575457;
  min-width: auto;
  text-align: left;
}
body div.wpforms-container .wpforms-form .wpforms-field-pagebreak:not(:first-child) button.wpforms-page-button:hover, body div.wpforms-container .wpforms-form .wpforms-field-pagebreak:not(:first-child) button.wpforms-page-button:focus, div.wpforms-container .wpforms-form .wpforms-submit-container button.wpforms-page-button:hover, div.wpforms-container .wpforms-form .wpforms-submit-container button.wpforms-page-button:focus {
  background: none;
  border: 0;
}
body div.wpforms-container .wpforms-form .wpforms-field-pagebreak:not(:first-child) button.wpforms-page-button:before, div.wpforms-container .wpforms-form .wpforms-submit-container button.wpforms-page-button:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-size: 21px;
  color: #D10073;
  position: relative;
  top: 2px;
  margin: 0 10px 0 0;
}
body div.wpforms-container .wpforms-form .wpforms-field-pagebreak:not(:first-child) button[type=submit], div.wpforms-container .wpforms-form .wpforms-submit-container button[type=submit] {
  background: #731273;
  border: 0;
  font-size: 18px;
  font-weight: bold;
  margin: 8px 0 30px;
  color: #fff;
  padding: 10px 20px 12px 20px;
  position: relative;
  top: -10px;
  border-radius: 3px;
  min-width: auto;
  text-align: left;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  border: 0;
}
body div.wpforms-container .wpforms-form .wpforms-field-pagebreak:not(:first-child) button[type=submit]:before, div.wpforms-container .wpforms-form .wpforms-submit-container button[type=submit]:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-size: 21px;
  color: #fff;
  position: relative;
  top: 2px;
  margin: 0 10px 0 0;
}
body div.wpforms-container .wpforms-form .wpforms-field-pagebreak:not(:first-child) button[type=submit]:hover, body div.wpforms-container .wpforms-form .wpforms-field-pagebreak:not(:first-child) button[type=submit]:focus, div.wpforms-container .wpforms-form .wpforms-submit-container button[type=submit]:hover, div.wpforms-container .wpforms-form .wpforms-submit-container button[type=submit]:focus {
  background: #40053D;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  border: 0;
}
body div.wpforms-container .wpforms-form .wpforms-field-pagebreak:not(:first-child) button.wpforms-page-button.wpforms-page-next, body div.wpforms-container .wpforms-form .wpforms-field-pagebreak:not(:first-child) button[type=submit], div.wpforms-container .wpforms-form .wpforms-submit-container button.wpforms-page-button.wpforms-page-next, div.wpforms-container .wpforms-form .wpforms-submit-container button[type=submit] {
  float: right;
}
body div.wpforms-container .wpforms-form .wpforms-field-pagebreak:not(:first-child) button.wpforms-page-button.wpforms-page-prev:before, div.wpforms-container .wpforms-form .wpforms-submit-container button.wpforms-page-button.wpforms-page-prev:before {
  content: "\f060";
}

div.wpforms-container .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page .wpforms-page-indicator-page-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.04em;
}
div.wpforms-container .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page.active .wpforms-page-indicator-page-title {
  color: #731273;
}

body .single .site-content .content-area {
  padding: 140px 0 100px;
  position: relative;
}

.single .main-content {
  padding: 30px 0;
}

.single #primary img.team-member {
  margin: 0 0 80px;
}

.single #primary #quick-links img {
  margin: 0;
}

.single.single-team #main-internal-banner:before,
.single.single-team #primary:before,
.page #main-internal-banner:before {
  right: 0;
  left: auto;
  width: calc(50vw - 20px);
  background: #40053D;
  opacity: 0.55;
  -webkit-opacity: 0.55;
}

.single.single-team #main-internal-banner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  -webkit-opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.single-team .team-slider .col-md-6 + .col-md-6 {
  padding: 0px 15px;
}

#primary .team-slider {
  padding: 30px 0;
}
#primary .team-slider h3 {
  font-size: 20px;
  color: #731273;
  font-weight: 800;
  border-bottom: 2px solid #BDC9D3;
  padding: 0 0 10px;
  margin: 0 0 30px;
  border-color: #EBD5E8;
}
#primary .team-slider .team-member {
  width: 100%;
  height: 100%;
  float: left;
  border-bottom: 2px dotted #D8D6D9;
}
#primary .team-slider .team-member h3 {
  font-size: 20px;
  color: #40053D;
  line-height: 32px;
  font-weight: 800;
  width: 100%;
  padding: 0 0 20px;
  margin: 0 0 28px;
  border-bottom: 3px solid #BDC9D3;
}
#primary .team-slider .team-member .team-member-img {
  margin: 0 0 22px;
  background: #731273;
}
#primary .team-slider .team-member .team-member-img:hover img {
  opacity: 0.8;
  -webkit-opacity: 0.8;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
#primary .team-slider .team-member .team-member-img img {
  width: 100%;
  height: auto;
  margin: 0;
  opacity: 1;
  -webkit-opacity: 1;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
#primary .team-slider .team-member h4 {
  margin: 0 0 5px;
}
#primary .team-slider .team-member h4 a {
  color: #242424;
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
#primary .team-slider .team-member h4 a:hover {
  color: #731273;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
#primary .team-slider .team-member p {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  color: #8F8C8F;
  margin: 0;
}
#primary .team-slider .team-member p.location {
  margin: 8px 0 30px;
  color: #A854A3;
}
#primary .team-slider .owl-carousel .owl-stage {
  display: flex;
}
#primary .team-slider .owl-item {
  padding: 0px 2px;
}
#primary .team-slider .owl-stage-outer {
  overflow: hidden;
}
#primary .team-slider .owl-dots.disabled {
  display: none;
}
#primary .team-slider .owl-nav.disabled {
  display: block;
}
#primary .team-slider .owl-nav .owl-next, #primary .team-slider .owl-nav .owl-prev {
  background: none;
}
#primary .team-slider .owl-nav .owl-next span, #primary .team-slider .owl-nav .owl-prev span {
  visibility: hidden;
  outline: none;
}
#primary .team-slider .owl-nav .owl-next span:before, #primary .team-slider .owl-nav .owl-next span:after, #primary .team-slider .owl-nav .owl-prev span:before, #primary .team-slider .owl-nav .owl-prev span:after {
  content: "";
  visibility: visible;
  width: 30px;
  height: 3px;
  display: block;
  background: #40053D;
  position: relative;
  border-radius: 2px;
  -moz-border-radius: 2px;
}
#primary .team-slider .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: -50px;
  /* font-size: 50px; */
  top: calc(50% - 90px);
}
#primary .team-slider .owl-nav .owl-prev span:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  bottom: -5px;
}
#primary .team-slider .owl-nav .owl-prev span:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  top: -4px;
}
#primary .team-slider .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: -50px;
  top: calc(50% - 90px);
}
#primary .team-slider .owl-nav .owl-next span:before {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  bottom: -5px;
}
#primary .team-slider .owl-nav .owl-next span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  top: -4px;
}

/* team /news archive */
.post-type-archive-team .filter-box .filter-btn-block form > ul {
  margin: 0 !important;
}
.post-type-archive-team .searchandfilter ul li {
  float: left;
  width: 100%;
}
.post-type-archive-team .filter-btn-block ul li[class*=sf-level] {
  width: auto;
}

.filter-box {
  float: left;
  width: 100%;
  padding: 30px 0;
  margin: 0 0 40px;
}
.filter-box .filter-btn-block h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 800;
  color: #8F8C8F;
  display: block;
  border-bottom: 2px solid #D8D6D9;
  padding: 0 0 15px;
  margin: 0 0 20px;
  font-size: 16px;
  padding: 0 0 6px;
  pointer-events: none;
}
.filter-box .filter-btn-block ul {
  margin: 0;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}
.filter-box .filter-btn-block ul li[data-sf-field-type=taxonomy] {
  width: 100%;
  float: left;
  padding: 0;
}
.filter-box .filter-btn-block ul li[data-sf-field-type=taxonomy] ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 35px;
  margin: 0 !important;
}
@media (max-width: 900px) {
  .filter-box .filter-btn-block ul li[data-sf-field-type=taxonomy] ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
  }
}
@media (max-width: 500px) {
  .filter-box .filter-btn-block ul li[data-sf-field-type=taxonomy] ul {
    grid-template-columns: 1fr;
  }
}
.filter-box .filter-btn-block ul li[data-sf-field-type=taxonomy] ul li {
  padding: 0;
}
.filter-box .filter-btn-block ul li.sf-field-reset {
  width: 100%;
  float: left;
  text-align: right;
  padding: 0px;
}
.filter-box .filter-btn-block ul li.sf-field-reset a {
  text-decoration: none;
  color: #D10073;
  font-size: 16px;
}
.filter-box .filter-btn-block ul li[class*=sf-level] {
  list-style-type: none;
  cursor: pointer;
  display: inline-block;
  padding: 0px 15px 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #777;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
.filter-box .filter-btn-block ul li[class*=sf-level] input {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.filter-box .filter-btn-block ul li[class*=sf-level] label {
  padding: 0;
  cursor: pointer;
}
.filter-box .filter-btn-block ul li[class*=sf-level].sf-option-active, .filter-box .filter-btn-block ul li[class*=sf-level]:hover {
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  border-color: #D10073;
  color: #D10073;
}

body .search-filter-scroll-loading {
  position: relative;
  margin: 30px 0;
  animation: none;
  -webkit-animation: none;
  -moz-animation: none;
  background: #fff url("/wp-content/themes/eliot/img/svg-loader-3.svg") no-repeat center center;
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  width: 120px;
  height: 120px;
  left: calc(50% - 45px);
}

.team-results.loading {
  position: relative;
}
.team-results.loading:before {
  content: "";
  background: #fff url("/wp-content/themes/eliot/img/svg-loader-3.svg") no-repeat center center;
  height: 200px;
  background-color: #f7f8f9;
  display: block;
  z-index: 3;
  position: relative;
}
.team-results.loading:after {
  content: "";
  background: #f7f8f9;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.team-results .col-xs-12 {
  margin: 0 0 50px;
  animation: fadeInDownSm 0.4s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.4s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.4s ease-in-out forwards;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}
.team-results.loading .col-xs-12 {
  animation: fadeInDownSm 0.4s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.4s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.4s ease-in-out forwards;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}

.team-results.fl-row {
  padding: 0;
  opacity: 0;
  -webkit-opacity: 0;
}
.team-results.fl-row[style="visibility: visible;"] {
  animation: fadeIn 0.4s ease-in-out forwards;
  -webkit-animation: fadeIn 0.4s ease-in-out forwards;
  -moz-animation: fadeIn 0.4s ease-in-out forwards;
}

.team-results .team-member {
  width: 100%;
  height: 100%;
  float: left;
  border-bottom: 2px dotted #D8D6D9;
}
.team-results .team-member h3 {
  font-size: 20px;
  color: #40053D;
  line-height: 32px;
  font-weight: 800;
  width: 100%;
  padding: 0 0 20px;
  margin: 0 0 28px;
  border-bottom: 3px solid #BDC9D3;
}
.team-results .team-member .team-member-img {
  margin: 0 0 22px;
  background: #731273;
}
.team-results .team-member .team-member-img:hover img {
  opacity: 0.8;
  -webkit-opacity: 0.8;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
.team-results .team-member .team-member-img img {
  width: 100%;
  height: auto;
  margin: 0;
  opacity: 1;
  -webkit-opacity: 1;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
.team-results .team-member h4 {
  margin: 0 0 5px;
}
.team-results .team-member h4 a {
  color: #242424;
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
.team-results .team-member h4 a:hover {
  color: #731273;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
.team-results .team-member p {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  color: #8F8C8F;
  margin: 0;
}
.team-results .team-member p.location {
  margin: 8px 0 30px;
  color: #A854A3;
}

/* locations */
.acf-map.location-map {
  width: 100%;
  height: 480px;
}

.single #main-internal-banner, .archive #main-internal-banner, .error404 #main-internal-banner, .page-template #main-internal-banner .fl-row-content-wrap {
  opacity: 0;
  -webkit-opacity: 0;
}
.single #main-internal-banner:before, .archive #main-internal-banner:before, .error404 #main-internal-banner:before, .page-template #main-internal-banner .fl-row-content-wrap:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  height: calc(100% + 75px);
  border-bottom: 75px solid #D6ABD1;
  width: 100%;
  position: absolute;
  z-index: 3;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
}

.single.single-news_insights #main-internal-banner:before {
  border-color: #D9D6D9;
}

.page-template #main-internal-banner[style="visibility: visible;"] + .fl-row:before {
  animation: BannerSlideRight 1s ease-in-out forwards;
  -webkit-animation: BannerSlideRight 1s ease-in-out forwards;
  -moz-animation: BannerSlideRight 1s ease-in-out forwards;
}

/* green theme */
.page-template.page-template-page-template-green #main-internal-banner .fl-row-content-wrap:before {
  border-color: #BFCFBF;
}

.page-template.page-template-page-template-green .fl-widget .widget ul li.contact-btn-general {
  border-color: #BFCFBF;
}

.page-template.page-template-page-template-green .social-sharing ul li i {
  background: #bfcebf;
}

body .page-template.page-template-page-template-green #page .infographics .fl-list h3 {
  color: #4F7052;
}

.page-template.page-template-page-template-green #colour-block-full-banner .fl-row-content-wrap:before {
  background: #BFCFBF;
}
.page-template.page-template-page-template-green #colour-block-full-banner .fl-row-content-wrap:after {
  background: #4F7052;
}

.page-template.page-template-page-template-green #main-internal-banner ~ .fl-row:before,
.page-template.page-template-page-template-green:not(.home) #mid-banner:after,
.page-template.page-template-page-template-green #colour-block-banner .fl-row-content-wrap:before,
.page-template.page-template-page-template-green #colour-block-banner .fl-row-content-wrap:after {
  background: #BFCFBF;
}

.page-template.page-template-page-template-green:not(.home) #mid-banner .fl-row-content-wrap:before {
  background: #121C12;
}

body .page-template-page-template-green #page .fl-row:not(.site-footer) .fl-widget .widgettitle {
  color: #4F7052;
}

body .page-template-page-template-green #page .fl-row:not(.site-footer) .widget_nav_menu ul li a,
body .page-template-page-template-green #page a {
  color: #4F7052;
}
body .page-template-page-template-green #page .fl-row:not(.site-footer) .widget_nav_menu ul li a:hover,
body .page-template-page-template-green #page a:hover {
  color: #8dad90;
}

body .page-template.page-template-page-template-green .fl-heading a:before, body .page-template.page-template-page-template-green .fl-heading a:after {
  color: #3e5841;
}

body .page-template.page-template-page-template-green .fl-builder-content a.fl-button i, body .page-template.page-template-page-template-green .fl-builder-content a.fl-button:visited i {
  color: #4F7052 !important;
}
body .page-template.page-template-page-template-green .fl-builder-content a.fl-button i:after, body .page-template.page-template-page-template-green .fl-builder-content a.fl-button:visited i:after {
  color: #8dad90 !important;
}

/* ends */
/* blue theme */
.page-template.page-template-page-template-blue .social-sharing ul li i {
  background: #7394A8;
}

.page-template.page-template-page-template-blue .fl-widget .widget ul li.contact-btn-general {
  border-color: #BDC9D3;
}

body .page-template.page-template-page-template-blue .fl-builder-content a.fl-button i, body .page-template.page-template-page-template-blue .fl-builder-content a.fl-button:visited i {
  color: #406380 !important;
}
body .page-template.page-template-page-template-blue .fl-builder-content a.fl-button i:after, body .page-template.page-template-page-template-blue .fl-builder-content a.fl-button:visited i:after {
  color: #7394A8 !important;
}

body .page-template.page-template-page-template-blue #page .infographics .fl-list h3 {
  color: #406380;
}

.page-template.page-template-page-template-blue #main-internal-banner .fl-row-content-wrap:before {
  border-color: #7394A8;
}

body .page-template.page-template-page-template-blue .fl-heading a:before, body .page-template.page-template-page-template-blue .fl-heading a:after {
  color: #2c475d;
}

.page-template.page-template-page-template-blue #colour-block-full-banner .fl-row-content-wrap:before {
  background: #BDC9D3;
}
.page-template.page-template-page-template-blue #colour-block-full-banner .fl-row-content-wrap:after {
  background: #7394A8;
}

.page-template.page-template-page-template-blue #main-internal-banner ~ .fl-row:before,
.page-template.page-template-page-template-blue:not(.home) #mid-banner:after {
  background: #7394A8;
}

.page-template.page-template-page-template-blue #colour-block-banner .fl-row-content-wrap:before,
.page-template.page-template-page-template-blue #colour-block-banner .fl-row-content-wrap:after {
  background: #BDC9D3;
}

.page-template.page-template-page-template-blue:not(.home) #mid-banner .fl-row-content-wrap:before {
  background: #1F3D4F;
}

body .page-template-page-template-blue #page .fl-row:not(.site-footer) .fl-widget .widgettitle {
  color: #406380;
}

body .page-template-page-template-blue #page .fl-row:not(.site-footer) .widget_nav_menu ul li a,
body .page-template-page-template-blue a {
  color: #406380;
}
body .page-template-page-template-blue #page .fl-row:not(.site-footer) .widget_nav_menu ul li a:hover,
body .page-template-page-template-blue a:hover {
  color: #7394A8;
}

/* ends */
/* global row / col animation for all page templates */
.fl-row .fl-col .fl-module, .fl-row .col-xs-12 {
  opacity: 0;
  -webkit-opacity: 0;
}

.fl-row .fl-col {
  position: relative;
}

.main-menu.active ul li {
  opacity: 0;
  -webkit-opacity: 0;
}

#page .row-wow .fl-list-item {
  opacity: 0;
  -webkit-opacity: 0;
}

#page .row-wow .fl-row, #page .row-wow .fl-photo {
  opacity: 0;
  -webkit-opacity: 0;
}

#page .row-wow[style="visibility: visible;"] .fl-heading, #page .row-wow[style="visibility: visible;"] .fl-photo {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
}

.fl-row[style="visibility: visible;"] .fl-col:nth-child(1) .fl-module:not(.fl-module-button) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 0.25s;
}

#page .row-wow[style="visibility: visible;"] .fl-list-item:nth-child(1) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 0.25s;
}

#page .infographics.fl-row[style="visibility: visible;"] .fl-list .fl-list-item:nth-child(1) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 0.25s;
}

.fl-row[style="visibility: visible;"] .fl-col:nth-child(1) .fl-module.fl-module-button {
  animation: fadeInLeftSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInLeftSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInLeftSm 0.7s ease-in-out forwards;
  animation-delay: 0.25s;
}

#quick-links.fl-row[style="visibility: visible;"] .fl-col:nth-child(1) .fl-module.fl-module-button {
  animation: fadeIn 0.7s ease-in-out forwards;
  -webkit-animation: fadeIn 0.7s ease-in-out forwards;
  -moz-animation: fadeIn 0.7s ease-in-out forwards;
  animation-delay: 0.25s;
}

.fl-row:not(.team-row):not(.text-column)[style="visibility: visible;"] .col-xs-12:nth-child(1) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 0.25s;
}

.fl-row[style="visibility: visible;"] .inside-footer-widgets > div:nth-child(1) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 0.25s;
}

.fl-row[style="visibility: visible;"] .fl-col:nth-child(2) .fl-module:not(.fl-module-button) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 0.5s;
}

#page .row-wow[style="visibility: visible;"] .fl-list-item:nth-child(2) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 0.5s;
}

#page .infographics.fl-row[style="visibility: visible;"] .fl-list .fl-list-item:nth-child(2) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 0.5s;
}

.fl-row[style="visibility: visible;"] .fl-col:nth-child(2) .fl-module.fl-module-button {
  animation: fadeInLeftSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInLeftSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInLeftSm 0.7s ease-in-out forwards;
  animation-delay: 0.5s;
}

#quick-links.fl-row[style="visibility: visible;"] .fl-col:nth-child(2) .fl-module.fl-module-button {
  animation: fadeIn 0.7s ease-in-out forwards;
  -webkit-animation: fadeIn 0.7s ease-in-out forwards;
  -moz-animation: fadeIn 0.7s ease-in-out forwards;
  animation-delay: 0.5s;
}

.fl-row:not(.team-row):not(.text-column)[style="visibility: visible;"] .col-xs-12:nth-child(2) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 0.5s;
}

.fl-row[style="visibility: visible;"] .inside-footer-widgets > div:nth-child(2) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 0.5s;
}

.fl-row[style="visibility: visible;"] .fl-col:nth-child(3) .fl-module:not(.fl-module-button) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 0.75s;
}

#page .row-wow[style="visibility: visible;"] .fl-list-item:nth-child(3) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 0.75s;
}

#page .infographics.fl-row[style="visibility: visible;"] .fl-list .fl-list-item:nth-child(3) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 0.75s;
}

.fl-row[style="visibility: visible;"] .fl-col:nth-child(3) .fl-module.fl-module-button {
  animation: fadeInLeftSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInLeftSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInLeftSm 0.7s ease-in-out forwards;
  animation-delay: 0.75s;
}

#quick-links.fl-row[style="visibility: visible;"] .fl-col:nth-child(3) .fl-module.fl-module-button {
  animation: fadeIn 0.7s ease-in-out forwards;
  -webkit-animation: fadeIn 0.7s ease-in-out forwards;
  -moz-animation: fadeIn 0.7s ease-in-out forwards;
  animation-delay: 0.75s;
}

.fl-row:not(.team-row):not(.text-column)[style="visibility: visible;"] .col-xs-12:nth-child(3) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 0.75s;
}

.fl-row[style="visibility: visible;"] .inside-footer-widgets > div:nth-child(3) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 0.75s;
}

.fl-row[style="visibility: visible;"] .fl-col:nth-child(4) .fl-module:not(.fl-module-button) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 1s;
}

#page .row-wow[style="visibility: visible;"] .fl-list-item:nth-child(4) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 1s;
}

#page .infographics.fl-row[style="visibility: visible;"] .fl-list .fl-list-item:nth-child(4) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 1s;
}

.fl-row[style="visibility: visible;"] .fl-col:nth-child(4) .fl-module.fl-module-button {
  animation: fadeInLeftSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInLeftSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInLeftSm 0.7s ease-in-out forwards;
  animation-delay: 1s;
}

#quick-links.fl-row[style="visibility: visible;"] .fl-col:nth-child(4) .fl-module.fl-module-button {
  animation: fadeIn 0.7s ease-in-out forwards;
  -webkit-animation: fadeIn 0.7s ease-in-out forwards;
  -moz-animation: fadeIn 0.7s ease-in-out forwards;
  animation-delay: 1s;
}

.fl-row:not(.team-row):not(.text-column)[style="visibility: visible;"] .col-xs-12:nth-child(4) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 1s;
}

.fl-row[style="visibility: visible;"] .inside-footer-widgets > div:nth-child(4) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 1s;
}

.fl-row[style="visibility: visible;"] .fl-col:nth-child(5) .fl-module:not(.fl-module-button) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 1.25s;
}

#page .row-wow[style="visibility: visible;"] .fl-list-item:nth-child(5) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 1.25s;
}

#page .infographics.fl-row[style="visibility: visible;"] .fl-list .fl-list-item:nth-child(5) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 1.25s;
}

.fl-row[style="visibility: visible;"] .fl-col:nth-child(5) .fl-module.fl-module-button {
  animation: fadeInLeftSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInLeftSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInLeftSm 0.7s ease-in-out forwards;
  animation-delay: 1.25s;
}

#quick-links.fl-row[style="visibility: visible;"] .fl-col:nth-child(5) .fl-module.fl-module-button {
  animation: fadeIn 0.7s ease-in-out forwards;
  -webkit-animation: fadeIn 0.7s ease-in-out forwards;
  -moz-animation: fadeIn 0.7s ease-in-out forwards;
  animation-delay: 1.25s;
}

.fl-row:not(.team-row):not(.text-column)[style="visibility: visible;"] .col-xs-12:nth-child(5) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 1.25s;
}

.fl-row[style="visibility: visible;"] .inside-footer-widgets > div:nth-child(5) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 1.25s;
}

.fl-row[style="visibility: visible;"] .fl-col:nth-child(6) .fl-module:not(.fl-module-button) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 1.5s;
}

#page .row-wow[style="visibility: visible;"] .fl-list-item:nth-child(6) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 1.5s;
}

#page .infographics.fl-row[style="visibility: visible;"] .fl-list .fl-list-item:nth-child(6) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 1.5s;
}

.fl-row[style="visibility: visible;"] .fl-col:nth-child(6) .fl-module.fl-module-button {
  animation: fadeInLeftSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInLeftSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInLeftSm 0.7s ease-in-out forwards;
  animation-delay: 1.5s;
}

#quick-links.fl-row[style="visibility: visible;"] .fl-col:nth-child(6) .fl-module.fl-module-button {
  animation: fadeIn 0.7s ease-in-out forwards;
  -webkit-animation: fadeIn 0.7s ease-in-out forwards;
  -moz-animation: fadeIn 0.7s ease-in-out forwards;
  animation-delay: 1.5s;
}

.fl-row:not(.team-row):not(.text-column)[style="visibility: visible;"] .col-xs-12:nth-child(6) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 1.5s;
}

.fl-row[style="visibility: visible;"] .inside-footer-widgets > div:nth-child(6) {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
  animation-delay: 1.5s;
}

.main-menu.active ul li:nth-child(1) {
  animation: fadeInDownSm 0.5s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.5s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.5s ease-in-out forwards;
  animation-delay: 0.14s;
}

.main-menu.active ul li:nth-child(2) {
  animation: fadeInDownSm 0.5s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.5s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.5s ease-in-out forwards;
  animation-delay: 0.28s;
}

.main-menu.active ul li:nth-child(3) {
  animation: fadeInDownSm 0.5s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.5s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.5s ease-in-out forwards;
  animation-delay: 0.42s;
}

.main-menu.active ul li:nth-child(4) {
  animation: fadeInDownSm 0.5s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.5s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.5s ease-in-out forwards;
  animation-delay: 0.56s;
}

.main-menu.active ul li:nth-child(5) {
  animation: fadeInDownSm 0.5s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.5s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.5s ease-in-out forwards;
  animation-delay: 0.7s;
}

.main-menu.active ul li:nth-child(6) {
  animation: fadeInDownSm 0.5s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.5s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.5s ease-in-out forwards;
  animation-delay: 0.84s;
}

.main-menu.active ul li:nth-child(7) {
  animation: fadeInDownSm 0.5s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.5s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.5s ease-in-out forwards;
  animation-delay: 0.98s;
}

.main-menu.active ul li:nth-child(8) {
  animation: fadeInDownSm 0.5s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.5s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.5s ease-in-out forwards;
  animation-delay: 1.12s;
}

.main-menu.active ul li:nth-child(9) {
  animation: fadeInDownSm 0.5s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.5s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.5s ease-in-out forwards;
  animation-delay: 1.26s;
}

.main-menu.active ul li:nth-child(10) {
  animation: fadeInDownSm 0.5s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.5s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.5s ease-in-out forwards;
  animation-delay: 1.4s;
}

.main-menu.active ul li:nth-child(11) {
  animation: fadeInDownSm 0.5s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.5s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.5s ease-in-out forwards;
  animation-delay: 1.54s;
}

.single-team .fl-row.team-row .team-member {
  opacity: 0;
  -webkit-opacity: 0;
}

.text-column + .text-column {
  margin: 60px 0 0;
}

body .text-column h2 {
  font-size: 27px;
  line-height: 37px;
}

.single-team #main-internal-banner[style="visibility: visible;"] ~ #primary .main-content .animation-delay {
  animation-delay: 1s;
}

.team-row .col-xs-12 {
  opacity: 1;
  -webkit-opacity: 1;
}
.team-row .fl-row {
  opacity: 0;
  -webkit-opacity: 0;
}

.loaded .single-team .team-row .fl-row[style="visibility: visible;"] {
  animation: fadeInDownSm 0.7s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
}

.loaded .single #main-internal-banner[style="visibility: visible;"],
.loaded .archive #main-internal-banner[style="visibility: visible;"],
.loaded .error404 #main-internal-banner[style="visibility: visible;"],
.loaded .page-template #main-internal-banner[style="visibility: visible;"],
.loaded .page-template #main-internal-banner[style="visibility: visible;"] .fl-row-content-wrap {
  animation: fadeIn 0.7s ease-in-out forwards;
  -webkit-animation: fadeIn 0.7s ease-in-out forwards;
  -moz-animation: fadeIn 0.7s ease-in-out forwards;
}
.loaded .single #main-internal-banner[style="visibility: visible;"]:before,
.loaded .archive #main-internal-banner[style="visibility: visible;"]:before,
.loaded .error404 #main-internal-banner[style="visibility: visible;"]:before,
.loaded .page-template #main-internal-banner[style="visibility: visible;"]:before,
.loaded .page-template #main-internal-banner[style="visibility: visible;"] .fl-row-content-wrap:before {
  animation: BannerSlideRight 1s ease-in-out forwards;
  -webkit-animation: BannerSlideRight 1s ease-in-out forwards;
  -moz-animation: BannerSlideRight 1s ease-in-out forwards;
}
.loaded .single #main-internal-banner[style="visibility: visible;"] h1,
.loaded .archive #main-internal-banner[style="visibility: visible;"] h1,
.loaded .error404 #main-internal-banner[style="visibility: visible;"] h1,
.loaded .page-template #main-internal-banner[style="visibility: visible;"] h1,
.loaded .page-template #main-internal-banner[style="visibility: visible;"] .fl-row-content-wrap h1 {
  animation: fadeInDownSm 0.5s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.5s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.5s ease-in-out forwards;
  animation-delay: 0.7s;
}
.loaded .single #main-internal-banner[style="visibility: visible;"] p,
.loaded .archive #main-internal-banner[style="visibility: visible;"] p,
.loaded .error404 #main-internal-banner[style="visibility: visible;"] p,
.loaded .page-template #main-internal-banner[style="visibility: visible;"] p,
.loaded .page-template #main-internal-banner[style="visibility: visible;"] .fl-row-content-wrap p {
  animation: fadeInDownSm 0.5s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.5s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.5s ease-in-out forwards;
  animation-delay: 0.8s;
}

.error404 #main-internal-banner {
  margin: 0 0 50px;
}

.single.single-team #main-internal-banner:before {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
}
.single.single-team #main-internal-banner[style="visibility: visible;"]:before {
  animation: BannerSlideLeft 1s ease-in-out forwards;
  -webkit-animation: BannerSlideLeft 1s ease-in-out forwards;
  -moz-animation: BannerSlideLeft 1s ease-in-out forwards;
}
.single.single-team #main-internal-banner[style="visibility: visible;"] + #primary:before {
  animation: BannerSlideLeft 1s ease-in-out forwards;
  -webkit-animation: BannerSlideLeft 1s ease-in-out forwards;
  -moz-animation: BannerSlideLeft 1s ease-in-out forwards;
}

.single #main-internal-banner .intro-text p {
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  margin: 0;
}
.single #main-internal-banner h1 {
  margin: 0;
}
.single #main-internal-banner h1 + p.job-title {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-opacity: 0;
}

body .archive #main-internal-banner:before, body .error404 #main-internal-banner:before {
  background: #40053D;
  opacity: 0.8;
  -webkit-opacity: 0.8;
}

body #primary {
  float: left;
  width: 100%;
  padding: 120px 0 50px;
  position: relative;
  margin: 0;
}

body .single #primary {
  padding: 120px 0 0;
}

body .fl-row-content-wrap {
  width: 100%;
  z-index: 3;
  padding: 0;
}

html.fl-builder-is-showing-toolbar .fl-row:not(.infographics) *, html.fl-builder-is-showing-toolbar .fl-row:not(.infographics) *:before, html.fl-builder-is-showing-toolbar .fl-row:not(.infographics) + *:before, html.fl-builder-is-showing-toolbar .fl-row:not(.infographics) *:after, html.fl-builder-is-showing-toolbar .fl-row:not(.infographics) + *:after {
  opacity: 1 !important;
  -webkit-opacity: 1 !important;
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
}
html.fl-builder-is-showing-toolbar .fl-row:not(.infographics) .fl-row-content-wrap {
  z-index: 9999999;
}

body #quick-links.fl-row:not(.site-footer) {
  padding: 75px 0;
}

body #primary .fl-row.news-snippet,
body #page .fl-row.news-snippet {
  padding: 65px 0 165px;
}

body .fl-row:not(.site-footer):not(.row):not(.team-slider):not(.news-block):not(.social-share-block):not(.team-results):not(.team-member):not(.text-column):not(.quick-links):not(.infographics) {
  padding: 140px 0;
  position: relative;
}
body .fl-row:not(.site-footer):not(.row):not(.team-slider):not(.news-block):not(.social-share-block):not(.team-results):not(.team-member):not(.text-column):not(.quick-links):not(.infographics) .fl-row-content {
  max-width: 1345px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 30px;
  float: none;
}
body .fl-row:not(.site-footer):not(.row):not(.team-slider):not(.news-block):not(.social-share-block):not(.team-results):not(.team-member):not(.text-column):not(.quick-links):not(.infographics) .fl-col-group {
  margin: 0px -15px;
}
body .fl-row:not(.site-footer):not(.row):not(.team-slider):not(.news-block):not(.social-share-block):not(.team-results):not(.team-member):not(.text-column):not(.quick-links):not(.infographics) .fl-col-group + .fl-col-group {
  margin: 75px -15px 0;
}
body .fl-row:not(.site-footer):not(.row):not(.team-slider):not(.news-block):not(.social-share-block):not(.team-results):not(.team-member):not(.text-column):not(.quick-links):not(.infographics) .fl-module-heading {
  margin: 0 0 35px;
}
body .fl-row:not(.site-footer):not(.row):not(.team-slider):not(.news-block):not(.social-share-block):not(.team-results):not(.team-member):not(.text-column):not(.quick-links):not(.infographics) .fl-module-heading:not(:first-child) {
  margin: 40px 0 35px;
}
body .fl-row:not(.site-footer):not(.row):not(.team-slider):not(.news-block):not(.social-share-block):not(.team-results):not(.team-member):not(.text-column):not(.quick-links):not(.infographics) .fl-widget {
  padding: 0 80px 0 0;
}
body .fl-row:not(.site-footer):not(.row):not(.team-slider):not(.news-block):not(.social-share-block):not(.team-results):not(.team-member):not(.text-column):not(.quick-links):not(.infographics) .fl-widget .widget {
  margin: 0 0 40px;
}
body .fl-row:not(.site-footer):not(.row):not(.team-slider):not(.news-block):not(.social-share-block):not(.team-results):not(.team-member):not(.text-column):not(.quick-links):not(.infographics) .widget_nav_menu ul li a {
  color: #731273;
  text-decoration: none;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
body .fl-row:not(.site-footer):not(.row):not(.team-slider):not(.news-block):not(.social-share-block):not(.team-results):not(.team-member):not(.text-column):not(.quick-links):not(.infographics) .widget_nav_menu ul li a:hover {
  color: #D10073;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
body .fl-row:not(.site-footer):not(.row):not(.team-slider):not(.news-block):not(.social-share-block):not(.team-results):not(.team-member):not(.text-column):not(.quick-links):not(.infographics) .widgettitle {
  color: #40053D;
}

body .fl-row.diagram-title {
  padding: 80px 0 0 !important;
}

body #small-padding.fl-row {
  padding: 80px 0;
}
body #small-padding.fl-row .fl-row-content-wrap {
  padding: 0;
}

/* timeline */
#timeline {
  padding: 60px 0 120px;
}
#timeline .fl-col-group:before {
  content: "";
  height: 2px;
  border-top: 2px dotted #D8D6D9;
  border-color: #ccc;
  display: block;
  padding: 0 0 50px;
  width: calc(100% - 30px);
  left: 15px;
  position: relative;
}
#timeline + .fl-row:not(#mid-banner) {
  padding: 100px 0 20px;
}

#timeline .location-img:before {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  top: -40px;
  border-right: 2px dotted #ccc;
  left: calc(50% - 1px);
}
#timeline .location-img img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  filter: grayscale(80%);
  padding: 10px;
  border: 2px dotted #731273;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
}
#timeline .location-img a:hover img {
  transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  filter: grayscale(0);
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
}
#timeline .location-img .fl-photo-caption {
  font-size: 16px;
  margin: 15px 0 0;
  color: #575457;
}
#timeline .location-img .fl-photo-caption strong {
  font-size: 20px;
  display: inline-block;
  margin: 0 0 10px;
  color: #731273;
}

body .fl-row:not(#mid-banner):not(#colour-block-banner):not(#colour-block-full-banner) .fl-module-heading {
  margin: 0 0 25px;
}
body .fl-row:not(#mid-banner):not(#colour-block-banner):not(#colour-block-full-banner) .fl-module-heading:not(:first-child) {
  margin: 32px 0 25px;
}

body .fl-lightbox-wrap {
  z-index: 9999999999 !important;
}

.fl-builder-edit .page-transition {
  display: none !important;
}

html.fl-builder-is-showing-toolbar body .fl-builder #main-internal-banner {
  overflow: visible;
  z-index: 999999;
}
html.fl-builder-is-showing-toolbar body .fl-builder #main-internal-banner .fl-row-content-wrap:before {
  height: 100%;
  border: 0;
}

html.fl-builder-is-showing-toolbar body #map-banner {
  margin: 0 0 80px;
}

#primary .fl-builder-content ~ .fl-builder-template #quick-links {
  padding: 0 0 75px;
}

body:not(.home) .page-template .fl-builder-content ~ .fl-builder-content {
  float: left;
  width: 100%;
  padding: 140px 0 0;
}

body:not(.home) .home .page-template .fl-builder-content ~ .fl-builder-content {
  padding: 200px 0 0;
}

body .fl-builder-content:first-of-type > .fl-row:last-child {
  padding: 140px 0 0;
}

div.supports-drag-drop {
  z-index: 99999999999;
}

body .fl-row-fixed-width {
  float: left;
  clear: left;
  width: 100%;
  max-width: 100%;
  z-index: 3;
}

body .page-template #primary {
  padding: 0;
}

body .separate-containers .site-main {
  margin: 0;
}

.single #primary:before, .archive #primary:before, .page-template #main-internal-banner + .fl-row:before {
  content: "";
  display: block;
  background: #BAC9D4;
  visibility: hidden;
  top: 0;
  left: 0;
  height: 75px;
  width: 100%;
  position: absolute;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
}

/* purple theme */
.page-template.page-template-page-default #main-internal-banner + .fl-row:before {
  background: #EBD5E8;
}

/* ends */
body .archive #primary:before,
body .single.single-team #primary:before {
  background: #D6ABD1;
  opacity: 1;
  -webkit-opacity: 1;
}

body .single.single-team #primary .social-sharing i {
  background: #fff;
  color: #D6ABD1;
}

.address-box .ea-number {
  font-size: 14px;
  color: #7b777a;
  position: absolute;
  right: 15px;
  top: 4px;
}
.address-box p {
  padding: 0 0 0 35px;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #242424;
  position: relative;
}
.address-box i {
  color: #7394A8;
  position: absolute;
  left: 0;
  font-size: 23px;
  top: 5px;
}
.address-box hr {
  margin: 30px 0;
  background: none;
  height: 2px;
  border-top: 2px dotted #D8D6D9;
  width: calc(100% - 30px);
  left: 30px;
  position: relative;
}
.address-box span.contact-btn {
  cursor: pointer;
}
.address-box span.contact-btn i {
  color: #D10073;
}

/* single team member */
body .quick-links ul {
  padding: 0;
  margin: 0;
  position: relative;
}
body .quick-links ul li {
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0 0 0 30px;
  position: relative;
}
body .quick-links ul li span {
  color: #4D004A;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
}
body .quick-links ul li span i {
  color: #D10073;
  position: absolute;
  left: 0;
  top: 7px;
}

.map-box {
  background: #F2F2F2;
  padding: 25px;
  margin: 35px 0 0;
  border-radius: 12px;
  -moz-border-radius: 12px;
}
.map-box .acf-map {
  border: 1px solid #9C5A9F;
}
.map-box h3 {
  font-size: 23px;
  color: #731273;
  font-weight: bold;
  line-height: 33px;
  border-bottom: 1px solid #B1ADB0;
  display: block;
  width: 100%;
  height: 50px;
}
.map-box p {
  font-size: 17px;
  color: #575457;
}
.map-box .address-content {
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.map-box .address-content p {
  display: block;
  width: 100%;
}
.map-box .address-content div {
  width: 100%;
}
.map-box .address-content p.phone-number {
  margin: 0;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #B1ADB0;
}
.map-box .address-content p.phone-number i {
  color: #731273;
  margin: 0 10px 0 0;
}

.single-team .col-md-6 + .col-md-6 {
  padding: 0 15px 0 80px;
}

.single-team .col-md-6 .col-md-6 + .col-md-6 {
  padding: 0px 15px;
}

/* single news */
body .sidebar-block {
  padding: 0 80px 0 0;
}
body .sidebar-block h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 800;
  color: #8F8C8F;
  display: block;
  border-bottom: 2px solid #D8D6D9;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
body .sidebar-block ul {
  padding: 0 0 10px;
  margin: 0;
  border-bottom: 2px dotted #D8D6D9;
}
body .sidebar-block ul li {
  font-size: 16px;
  list-style-type: none;
  margin: 0 0 15px;
}
body .sidebar-block ul li a {
  color: #575457;
  text-decoration: none !important;
}
body .sidebar-block ul li a:hover {
  color: #731273;
}
body .sidebar-block ul li a.contact-btn-general {
  position: relative;
  color: #0D1A21;
  cursor: pointer;
}
body .sidebar-block ul li a.contact-btn-general i {
  position: absolute;
  top: 2px;
  left: -25px;
  color: #D10073;
}
body .sidebar-block ul + ul {
  border: 0;
  padding: 0;
  margin: 25px 0 0;
}
body .sidebar-block.downloads h3 {
  color: #731273;
  margin: 0 0 25px;
}
body .sidebar-block.downloads ul {
  border-bottom: 0;
}
body .sidebar-block.downloads li {
  padding: 0 0 20px;
  position: relative;
  margin: 0 0 20px;
  border-bottom: 2px dotted #D8D6D9;
}
body .sidebar-block.downloads li:last-child {
  margin: 0;
}
body .sidebar-block.downloads li a {
  color: #731273;
}
body .sidebar-block.downloads li i {
  position: absolute;
  top: 2px;
  left: -25px;
  color: #D10073;
}
body .sidebar-block + .sidebar-block {
  margin: 50px 0 0;
}
body .sidebar-block.latest-updates ul li span.contact-btn-general, body .sidebar-block.menu ul li span.contact-btn-general {
  position: relative;
}
body .sidebar-block.latest-updates ul li span.contact-btn-general i, body .sidebar-block.menu ul li span.contact-btn-general i {
  position: absolute;
  top: 2px;
  left: -25px;
  color: #D10073;
}
body .sidebar-block.latest-updates ul li a, body .sidebar-block.menu ul li a {
  color: #575457;
  text-decoration: none !important;
}
body .sidebar-block.latest-updates ul li a:hover, body .sidebar-block.menu ul li a:hover {
  color: #731273;
}

.single.single-news_insights #primary {
  padding: 120px 0 50px;
}
.single.single-news_insights #primary:before {
  background: #D9D6D9;
}

.single #primary img {
  margin: 0 0 20px;
}

#primary .date {
  position: absolute;
  top: -93px;
  z-index: 99;
  color: #575457;
  text-transform: uppercase;
  font-size: 16px;
}

/* archive news */
.news-results {
  width: 100%;
  padding: 50px 0 0;
  float: left;
  border-top: 2px dotted #D8D6D9;
  position: relative;
}
.news-results[style="opacity: 0.5;"]:before {
  content: "";
  background: #fff url("/wp-content/themes/eliot/img/svg-loader-3.svg") no-repeat center center;
  height: 200px;
  background-color: #f7f8f9;
  display: block;
  z-index: 3;
  position: relative;
}
.news-results[style="opacity: 0.5;"]:after {
  content: "";
  background: #f7f8f9;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.news-results .news-content-inner {
  max-width: 740px;
  width: 100%;
}
.news-results .news-img-container {
  padding: 0 50px 0 0;
}
.news-results .news-img-container h4 {
  margin: 40px 0 20px;
}
.news-results .news-img {
  position: relative;
  background: #eee;
  width: 100%;
  padding: 0 0 70%;
  background-size: cover !important;
  opacity: 1;
  -webkit-opacity: 1;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
.news-results .news-img a {
  position: absolute;
  height: 100%;
  width: 100%;
}
.news-results .news-img:hover {
  opacity: 0.8;
  -webkit-opacity: 0.8;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
.news-results .news-img img {
  position: relative;
  width: auto;
  height: 100%;
  opacity: 1;
  -webkit-opacity: 1;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
.news-results .news-block {
  padding: 50px 15px 50px 15px;
  position: relative;
  animation: fadeInDownSm 0.4s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.4s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.4s ease-in-out forwards;
}
.news-results .news-block:first-child {
  padding: 0 15px 50px 15px;
}
.news-results .news-block:not(:first-child):before {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 2px;
  border-top: 2px dotted #D8D6D9;
  position: absolute;
  top: 2px;
  left: 15px;
}
.news-results .news-block h2 a {
  color: #242424;
  text-decoration: none !important;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
.news-results .news-block h2 a:hover {
  color: #731273;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
.news-results .news-content {
  display: flex;
  align-items: center;
}

/* locations snippet */
#page .section.locations-snippet:not(.site-footer) {
  background: #F0F2F5;
  padding: 90px 0 45px;
}
#page .section.locations-snippet:not(.site-footer) .location-content h4:first-child {
  margin: 0 0 14px;
}
#page .section.locations-snippet:not(.site-footer) h3, #page .section.locations-snippet:not(.site-footer) h4 {
  color: #1F3D4F;
}
#page .section.locations-snippet:not(.site-footer) h3 a, #page .section.locations-snippet:not(.site-footer) h4 a {
  color: #1F3D4F;
}
#page .section.locations-snippet:not(.site-footer) h3 a:hover, #page .section.locations-snippet:not(.site-footer) h4 a:hover {
  color: #731273;
}
#page .section.locations-snippet:not(.site-footer) h4 {
  font-size: 23px;
  line-height: 27px;
  margin: 18px 0 14px;
}
#page .section.locations-snippet:not(.site-footer) .col-md-4 {
  margin: 0 0 45px;
}
#page .section.locations-snippet:not(.site-footer) p {
  color: #406380;
  font-size: 18px;
}
#page .section.locations-snippet:not(.site-footer) .location-map-container {
  height: 0;
  padding: 0 0 89%;
  position: absolute !important;
  width: 100%;
  top: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
#page .section.locations-snippet:not(.site-footer) .location-map-container .acf-map {
  position: absolute;
  height: 100%;
  pointer-events: none;
}
#page .section.locations-snippet:not(.site-footer) .location-map-container .acf-map .gm-bundled-control {
  display: none !important;
}
#page .section.locations-snippet:not(.site-footer) .location-content {
  width: 100%;
}
#page .section.locations-snippet:not(.site-footer) .location-content .ea-number {
  display: inline-block;
  font-size: 14px;
  color: #7b777a;
}
#page .section.locations-snippet:not(.site-footer) .location-block {
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
  position: relative;
  height: 100%;
  border-bottom: 1px solid #7394A8;
  padding: 0 0 13px;
}
#page .section.locations-snippet:not(.site-footer) .location-block .phone-number {
  align-self: flex-end;
  margin: 0;
  color: #1F3D4F;
}
#page .section.locations-snippet:not(.site-footer) .location-block .phone-number i {
  color: #406380;
  margin: 0 8px 0 0;
}
#page .section.locations-snippet:not(.site-footer) .location-block .map-image {
  position: relative;
  width: 100%;
  margin: 0 0 25px;
}
#page .section.locations-snippet:not(.site-footer) .location-block .map-image img {
  width: 100%;
  height: auto;
}

/* news snippet */
div.section {
  padding: 50px 0;
  width: 100%;
  float: left;
}
div.section.news-snippet {
  padding: 50px 0 150px;
}
div.section.news-snippet .col-md-4:after {
  content: "";
  height: 2px;
  width: calc(100% - 30px);
  display: block;
  position: absolute;
  bottom: -51px;
  border: 2px dotted #D8D6D9;
}
div.section h4 {
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  color: #242424;
}
div.section h4 a {
  color: #242424 !important;
  text-decoration: none;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
div.section h4 a:hover {
  color: #731273 !important;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
div.section h3 {
  font-size: 20px;
  color: #731273;
  font-weight: 800;
  border-bottom: 2px solid #BDC9D3;
  padding: 0 0 10px;
  margin: 0 0 30px;
}
div.section.news-snippet .col-xs-12 {
  padding: 0 15px 30px;
  position: relative;
}
div.section.news-snippet .news-img {
  position: relative;
  padding: 0 0 50%;
  overflow: hidden;
}
div.section.news-snippet .news-img a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
div.section.news-snippet .news-img a:hover img {
  opacity: 0.8;
  -webkit-opacity: 0.8;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
div.section.news-snippet .news-img img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-opacity: 1;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
div.section.news-snippet .news-img.sample-img {
  background: #eee;
}
div.section.news-snippet .news-content {
  padding: 40px 0 0;
}
div.section.news-snippet .text-btn {
  position: absolute;
  bottom: 0;
  left: 15px;
}

.social-share-block {
  top: 665px;
  position: absolute;
  width: 100%;
  z-index: 99999;
}
.social-share-block .social-sharing {
  top: 0;
}
.social-share-block[style="visibility: visible;"] .social-sharing {
  animation: fadeInDownSm 0.4s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.4s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.4s ease-in-out forwards;
}

.social-sharing {
  position: absolute;
  right: 30px;
  top: -98px;
  z-index: 99;
  height: 34px;
}
.social-sharing ul {
  margin: 0px -5px;
  padding: 0;
}
.social-sharing ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0px 5px;
}
.social-sharing ul li i {
  color: #fff;
  background: #d5acd1;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

#quick-links .fl-row-content {
  display: flex;
  flex-wrap: wrap;
}
#quick-links .fl-row-content .fl-col {
  height: 100%;
}
#quick-links .fl-row-content .fl-col:before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  background: #731273;
  height: 100%;
  left: 15px;
}
#quick-links font {
  color: #fff !important;
}
#quick-links .fl-module-content {
  color: #fff;
  position: relative;
}
#quick-links .fl-button-wrap {
  position: absolute;
  margin-top: -134px;
  width: calc(100% - 30px);
  background: rgba(33, 3, 31, 0.66);
}
#quick-links .fl-button-wrap a {
  padding: 50px 30px;
  width: 100%;
  margin: 10px 0 0;
}
#quick-links .fl-button-wrap i {
  top: 1px;
  font-size: 29px;
  width: 26px;
  color: #D10073 !important;
}
#quick-links .fl-button-wrap a i:after {
  color: #fff !important;
}
#quick-links .fl-button-wrap a span {
  color: #fff !important;
  font-size: 29px;
}
#quick-links .fl-rich-text {
  background: #731273;
  color: #fff;
  padding: 30px;
}
#quick-links .fl-rich-text p {
  color: #fff;
  margin: 0;
}
#quick-links[style="visibility: visible;"] .fl-col {
  animation: fadeInDownSm 0.4s ease-in-out forwards;
  -webkit-animation: fadeInDownSm 0.4s ease-in-out forwards;
  -moz-animation: fadeInDownSm 0.4s ease-in-out forwards;
}

.fl-row .fl-module-photo.diagram img {
  width: 100%;
  margin: 15px 0 40px;
  max-width: 360px;
  float: left;
}

.fl-row .fl-module-photo.diagram-lg img {
  width: 100%;
  margin: 15px 0 40px;
  max-width: 570px;
  float: left;
}

#quick-links .fl-module-photo:hover ~ .fl-module-button a {
  transform: translateX(6px);
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
#quick-links .fl-module-photo:hover ~ .fl-module-button i:before {
  transform: translateX(130%);
  -webkit-transform: translateX(130%);
  -moz-transform: translateX(130%);
  opacity: 0;
  -webkit-opacity: 0;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
#quick-links .fl-module-photo:hover ~ .fl-module-button i:after {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  opacity: 1;
  -webkit-opacity: 1;
}

/* footer */
.site-footer[style="visibility: visible;"] #footer-widgets {
  animation: fadeIn 0.4s ease-in-out forwards;
  -webkit-animation: fadeIn 0.4s ease-in-out forwards;
  -moz-animation: fadeIn 0.4s ease-in-out forwards;
}

.site-footer #footer-widgets {
  background-color: #21031F;
  padding: 220px 0 80px;
  position: relative;
  opacity: 0;
  -webkit-opacity: 0;
}
.site-footer #footer-widgets .footer-widget-5 .widget_custom_html {
  position: absolute;
  top: -100px;
}
.site-footer #footer-widgets .footer-widget-5 .widget_custom_html .social-icon {
  position: relative;
  padding: 0 0 0 37px;
  float: left;
  font-size: 14px;
  line-height: 16px;
  max-width: 195px;
  display: block;
  opacity: 0.6;
  -webkit-opacity: 0.6;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
.site-footer #footer-widgets .footer-widget-5 .widget_custom_html .social-icon i {
  font-size: 23px;
  width: 29px;
  height: 29px;
  display: inline-block;
  float: left;
  background: #fff;
  color: #21031f !important;
  text-align: center;
  line-height: 35px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  text-indent: 1px;
}
.site-footer #footer-widgets .footer-widget-5 .widget_custom_html .social-icon:hover {
  opacity: 1;
  -webkit-opacity: 1;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
.site-footer #footer-widgets ul {
  margin: 0;
}
.site-footer #footer-widgets a, .site-footer #footer-widgets p, .site-footer #footer-widgets * {
  color: #fff !important;
  text-decoration: none;
}
.site-footer #footer-widgets a {
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
}
.site-footer #footer-widgets a:hover {
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  color: rgba(255, 255, 255, 0.7) !important;
}
.site-footer #footer-widgets .footer-widgets-container {
  padding: 0px 30px;
  max-width: 1345px;
}
.site-footer #footer-widgets .inside-footer-widgets > div {
  position: relative;
  padding: 0 0 20px;
  opacity: 0;
  -webkit-opacity: 0;
}
.site-footer #footer-widgets .inside-footer-widgets > div:after {
  content: "";
  height: 2px;
  border-top: 2px dotted #D8D6D9;
  width: calc(100% - 40px);
  left: 40px;
  position: absolute;
  bottom: 0;
  opacity: 0.65;
  -webkit-opacity: 0.65;
}
.site-footer #footer-widgets .footer-widget-1 .widget_text {
  position: absolute;
  top: -120px;
  width: 326px;
}
.site-footer #footer-widgets h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 800;
  color: #8F8C8F;
  display: block;
  border-bottom: 2px solid #D8D6D9;
  padding: 0 0 15px;
  margin: 0 0 20px;
  color: #fff;
  font-weight: 600;
  border-color: rgba(255, 255, 255, 0.5);
}
.site-footer #footer-widgets .widget ul li {
  margin: 0 0 15px;
}
.site-footer #footer-widgets .widget.widget_recent_entries ul li {
  font-size: 17px;
  line-height: 24px;
}

footer.site-info {
  background-color: #21031F;
}
footer.site-info .inside-site-info {
  padding: 20px 30px 40px;
  max-width: 1350px;
  position: relative;
}
footer.site-info .inside-site-info .copyright-bar {
  text-align: left;
  padding: 0px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  width: 100%;
}
footer.site-info a {
  color: rgba(255, 255, 255, 0.55) !important;
  text-decoration-color: rgba(255, 255, 255, 0.55) !important;
  text-decoration: underline;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
footer.site-info a:hover {
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  text-decoration-color: rgb(255, 255, 255) !important;
  color: rgb(255, 255, 255) !important;
}
footer.site-info #credit {
  position: relative;
  float: right;
  display: inline-block;
}
footer.site-info .footer-text {
  opacity: 0;
  -webkit-opacity: 0;
}
footer.site-info .footer-text:not(#credit) {
  margin: 0 0 15px;
  display: inline-block;
}

.site-footer[style="visibility: visible;"] .footer-text {
  animation: fadeIn 0.6s ease-in-out forwards;
  -webkit-animation: fadeIn 0.6s ease-in-out forwards;
  -moz-animation: fadeIn 0.6s ease-in-out forwards;
}
.site-footer[style="visibility: visible;"] .footer-text:first-child {
  animation-delay: 1.7s;
}
.site-footer[style="visibility: visible;"] .footer-text:nth-child(2) {
  animation-delay: 1.8s;
}

#map-banner .fl-module {
  margin: 0;
}
#map-banner .map-title h2 {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 99;
  padding: 15px 25px;
  top: 50px;
}
#map-banner .region-map-diagrams {
  display: none;
}
#map-banner .fa:not(.fa-arrow-right) {
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: right;
  cursor: pointer;
}
#map-banner span {
  color: #BAC9D4;
  font-size: 15px;
}
#map-banner .acf-map.infowindow-open div[role=button] {
  opacity: 0.3;
  -webkit-opacity: 0.3;
  pointer-events: none;
}
#map-banner .diagrams {
  display: none;
  width: 20%;
  float: left;
}
#map-banner .diagrams .location-name {
  color: red !important;
}
#map-banner {
  padding: 0;
}
#map-banner .fl-row-content-wrap {
  padding: 0;
}
#map-banner .fl-row-content {
  padding: 0;
  max-width: 100%;
  margin: 0;
}
#map-banner .fl-col-group {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
#map-banner .fl-module-content {
  padding: 0;
}
#map-banner .acf-map {
  height: 800px;
  width: 100%;
}
#map-banner .acf-map button[title=Close] {
  display: none !important;
}
#map-banner .map-key-items {
  position: absolute;
  top: -181px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
}
#map-banner .map-key-items p {
  margin: 0;
  font-size: 12px;
  padding: 0 0 0 30px;
  color: #fff;
  position: relative;
}
#map-banner .map-key-items p img {
  position: absolute;
  left: 0;
  top: -2px;
}
#map-banner .map-key-items .map-key-item:not(:first-child) {
  margin: 15px 0 0;
}
#map-banner .gm-style .gm-style-iw-c {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0;
  -moz-border-radius: 0;
  padding: 15px !important;
}
#map-banner .gm-style .gm-style-iw-c + .gm-style-iw-tc:after {
  background: rgba(0, 0, 0, 0.6);
}
#map-banner .gm-style .gm-style-iw-c .gm-style-iw-d {
  overflow: hidden !important;
  min-width: 300px;
}
#map-banner .gm-style .gm-style-iw-c .gm-style-iw-d .location-content.office-location {
  padding: 0 0 235px 0;
  min-width: 585px;
}
#map-banner .gm-style .gm-style-iw-c .gm-style-iw-d div:not(.chartjs-size-monitor):first-child {
  margin: 0 0 10px;
}
#map-banner .gm-style .gm-style-iw-c .gm-style-iw-d span a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #fff !important;
}
#map-banner .gm-style .gm-style-iw-c .gm-style-iw-d span a.text-btn {
  color: #fff !important;
  font-size: 15px;
}
#map-banner .gm-style .gm-style-iw-c .gm-style-iw-d span a.text-btn i {
  color: #D10073 !important;
  font-size: 20px;
  width: 16px;
  top: 6px;
}
#map-banner .gm-style .gm-style-iw-c .gm-style-iw-d span a.text-btn i:after {
  top: 0;
  color: #D10073 !important;
}
#map-banner .gm-style .gm-style-iw-c .gm-style-iw-d .diagram-content {
  position: absolute;
  left: 0;
}
#map-banner .gm-style .gm-style-iw-c .gm-style-iw-d .diagram-content iframe {
  width: 585px;
  height: 230px;
  background: none;
}
#map-banner .gm-style .gm-style-iw-c .gm-style-iw-d .diagram-content p {
  padding: 0px 15px;
  font-size: 16px;
  margin: 0 0 5px;
}
#map-banner .gm-style .gm-style-iw-c .gm-style-iw-d .diagram-content p a {
  color: #fff;
  text-decoration-color: #fff !important;
}
#map-banner .gm-style .gm-style-iw-c .gm-style-iw-d .diagram-content .visualizer-front:after {
  font-weight: 400;
  color: #BAC9D4;
  margin: 10px 0 0;
  display: block;
  width: 100%;
  text-align: center;
}
#map-banner .gm-style .gm-style-iw-c .gm-style-iw-d .diagram-content .visualizer-front:nth-of-type(1):after {
  content: "Seniority Level";
}
#map-banner .gm-style .gm-style-iw-c .gm-style-iw-d .diagram-content .visualizer-front:nth-of-type(2):after {
  content: "Infrastructure vs Market-facing";
  max-width: 100px;
  margin: 10px auto 0;
}
#map-banner .gm-style .gm-style-iw-c .gm-style-iw-d .diagram-content .visualizer-front:nth-of-type(3):after {
  content: "Company Type";
}
#map-banner .gm-style .gm-style-iw-c .gm-style-iw-d svg text {
  fill: #fff;
}
#map-banner .gm-style .gm-style-iw-c .gm-style-iw-d p:empty {
  display: none;
}
#map-banner .gm-style .gm-style-iw-c .gm-style-iw-d .visualizer-front {
  float: left;
  width: 190px !important;
  height: 210px !important;
}
#map-banner .gm-style .gm-style-iw-t:after {
  width: 0;
  height: 0;
  left: -15px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid rgba(0, 0, 0, 0.6);
  transform: none;
  background: none;
  box-shadow: none;
}
#map-banner .gm-style .gmnoprint.gm-bundled-control {
  right: 100px !important;
}
#map-banner .gm-style h4 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 5px;
  font-weight: bold;
}
#map-banner .gm-style ul {
  margin: 0 -15px;
  padding: 0;
}
#map-banner .gm-style ul li {
  list-style-type: none;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  padding: 0px 15px;
  color: #BAC9D4;
  opacity: 0;
  -webkit-opacity: 0;
  animation: fadeIn 0.4s ease-in-out forwards;
  -webkit-animation: fadeIn 0.4s ease-in-out forwards;
  -moz-animation: fadeIn 0.4s ease-in-out forwards;
}
#map-banner .gm-style ul li strong {
  display: block;
  font-size: 50px;
  color: #fff;
  font-weight: 400;
}
#map-banner .acf-map img[src*=office-map-marker] {
  animation: pulseWhite 2s infinite;
  -webkit-animation: pulseWhite 2s infinite;
  -moz-animation: pulseWhite 2s infinite;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  border-radius: 50%;
  -moz-border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  top: 10px !important;
  left: 10px !important;
  border-width: 3px !important;
  border-color: #fff !important;
  border-style: solid !important;
}
#map-banner .acf-map img[src*=location-map-marker] {
  border-radius: 50%;
  -moz-border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  top: 10px !important;
  left: 10px !important;
  border-width: 3px !important;
  border-color: #fff !important;
  border-style: solid !important;
}

/* animation on diagram content */
.gm-style-iw-d .diagram-content > .visualizer-front {
  animation: fadeIn 0.4s ease-in-out forwards;
  -webkit-animation: fadeIn 0.4s ease-in-out forwards;
  -moz-animation: fadeIn 0.4s ease-in-out forwards;
  opacity: 0;
  -webkit-opacity: 0;
  animation-delay: 0.3s;
}
.gm-style-iw-d .diagram-content > .visualizer-front:nth-of-type(2) {
  animation-delay: 0.6s;
}
.gm-style-iw-d .diagram-content > .visualizer-front:nth-of-type(3) {
  animation-delay: 0.9s;
}

/* responsive */
@media (max-width: 1200px) {
  .fl-row .headline h2 {
    padding: 0;
    float: left;
  }
}
@media (max-width: 1100px) {
  .address-box .ea-number {
    position: relative;
    left: 35px;
    right: auto;
    top: 0;
    margin: 20px 0 0;
    display: inline-block;
  }
  #primary .filter-box .filter-btn-block .searchandfilter > ul {
    grid-template-columns: 1fr;
  }
  #primary .filter-box li.sf-field-reset {
    position: absolute;
    top: -20px;
    right: 15px;
    padding: 0;
  }
  #primary .filter-box li[data-sf-field-type=taxonomy]:nth-child(2) li {
    width: 50%;
    float: left;
  }
}
@media (min-width: 600px) and (max-width: 990px) {
  body #intro-section .fl-col {
    width: 50%;
    max-width: 50%;
  }
  body #intro-section .fl-col:first-child, body #intro-section .fl-col:last-child {
    display: none;
  }
  body #intro-section .fl-col h2 {
    position: absolute;
    right: 90px;
    top: 5px;
  }
}
@media (max-width: 990px) {
  #quick-links .fl-row-content .fl-col:before {
    width: 100%;
  }
  #main-banner .Typewriter__wrapper strong:nth-child(2) {
    top: -70px;
  }
  #main-banner.fl-row[style="visibility: visible;"] .fl-col:nth-child(3) .fl-module.fl-module-button {
    top: -35px;
    position: relative;
  }
  #main-banner .fl-col:last-child .fl-col-content {
    bottom: 100px;
  }
  body header {
    z-index: 99;
  }
  body .main-siderbar .language-selector, body.menu-open .main-sidebar .language-selector {
    right: 40px;
  }
  body .language-selector ul li.wpml-ls-item {
    display: block;
    width: 50px;
    float: left;
  }
  body #cookie-law-info-bar, body .wt-cli-cookie-bar {
    width: calc(100% - 7px);
    left: 7px;
  }
  #page .infographics .fl-list .fl-list-item {
    width: 33.3333333%;
  }
  body #main-internal-banner, body .page-template #main-internal-banner .fl-row-content-wrap {
    align-items: flex-end;
  }
  .main-sidebar-container .main-sidebar .main-menu ul li.menu-item > i {
    top: -3px;
  }
  #page #mid-banner .fl-col-small {
    width: 100% !important;
    margin: 0 !important;
  }
  #page #mid-banner .fl-col-small .infographics {
    width: 100%;
  }
  .social-share-block .social-sharing {
    top: -59px;
  }
  .sidebar-block {
    padding: 0;
  }
  .single.single-team #main-internal-banner {
    padding: 100px 0 0;
  }
  .single #main-internal-banner,
  .archive #main-internal-banner,
  .error404 #main-internal-banner,
  body .page-template #main-internal-banner {
    min-height: 585px;
    padding: 0 0 30px;
  }
  .single #main-internal-banner .fl-row-content-wrap,
  .archive #main-internal-banner .fl-row-content-wrap,
  .error404 #main-internal-banner .fl-row-content-wrap,
  body .page-template #main-internal-banner .fl-row-content-wrap {
    padding: 0 0 30px;
  }
  .single #main-internal-banner .fl-row-content,
  .archive #main-internal-banner .fl-row-content,
  .error404 #main-internal-banner .fl-row-content,
  body .page-template #main-internal-banner .fl-row-content {
    padding: 0px 30px;
  }
  .single #main-internal-banner h1,
  .archive #main-internal-banner h1,
  .error404 #main-internal-banner h1,
  body .page-template #main-internal-banner h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .single #main-internal-banner p.job-title,
  .archive #main-internal-banner p.job-title,
  .error404 #main-internal-banner p.job-title,
  body .page-template #main-internal-banner p.job-title {
    font-size: 22px;
    line-height: 32px;
  }
  .single #main-internal-banner .intro-text p,
  .archive #main-internal-banner .intro-text p,
  .error404 #main-internal-banner .intro-text p,
  body .page-template #main-internal-banner .intro-text p {
    font-size: 18px;
    line-height: 28px;
  }
  .error404 #main-internal-banner ~ .fl-builder-content {
    float: left;
    margin: 50px 0 0;
  }
  body .wpforms-container .wpforms-page-indicator {
    background: #e1e1e1;
    border-radius: 5px;
    -moz-border-radius: 5px;
  }
}
@media (max-width: 990px) and (max-width: 990px) {
  body .wpforms-container .wpforms-page-indicator {
    display: flex;
  }
}
@media (max-width: 990px) {
  body .wpforms-container .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page {
    width: 33.3333333% !important;
    margin: 0;
  }
  body .wpforms-container .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page.active {
    width: 33.3333333% !important;
    background: #731273;
    height: 6px;
  }
  body .wpforms-container .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page .wpforms-page-indicator-page-title {
    font-size: 15px;
    padding: 10px;
  }
  body .wpforms-container .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page.active .wpforms-page-indicator-page-title {
    color: #fff;
  }
  body .wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-number {
    display: none;
  }
  body div.wpforms-container .wpforms-form input[type=radio] + label:before, body div.wpforms-container .wpforms-form input[type=checkbox] + label:before {
    top: -1px;
  }
  body div.wpforms-container .wpforms-form input[type=radio] + label:after, body div.wpforms-container .wpforms-form input[type=checkbox] + label:after {
    top: 4px;
  }
  #primary .sidebar-block.downloads li a, #primary .sidebar-block.downloads li span.contact-btn-general, #page .sidebar-block.latest-updates ul + ul a, #page .sidebar-block.latest-updates ul + ul span.contact-btn-general {
    display: inline-block;
    padding: 0 0 0 30px;
  }
  #primary .sidebar-block.downloads li i, #page .sidebar-block.latest-updates ul + ul i {
    left: 0;
    top: 4px;
  }
  .menu-open .main-sidebar-container .main-sidebar .menu-btn {
    left: 15px;
    z-index: 9999999;
    transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
  }
  #primary .filter-box .filter-btn-block h4 {
    margin: 15px 0;
    pointer-events: all;
    position: relative;
  }
  #primary .filter-box .filter-btn-block form > ul {
    flex-wrap: wrap;
  }
  #primary .filter-box .filter-btn-block form > ul > li[data-sf-field-name] {
    width: 100% !important;
  }
  #page {
    padding: 0;
    box-sizing: border-box;
    border-left: 7px solid #D10073;
    width: 100%;
    float: left;
    overflow: hidden;
  }
  .post-type-archive-team .searchandfilter ul li {
    width: 100%;
  }
  body div.wpforms-container {
    float: left;
    width: 100%;
  }
  body .wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page {
    margin: 0 0 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
  }
  body .wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page.active {
    width: 100% !important;
    background: #e8e8e8;
  }
  body .page-template #main-internal-banner + .fl-row:not(.site-footer):not(.row):not(.team-slider):not(.news-block):not(.social-share-block) {
    padding: 125px 0 75px !important;
  }
  .fl-row .headline h2, body h2 {
    font-size: 26px;
    line-height: 34px;
  }
  body p, body li {
    font-size: 16px;
    line-height: 25px;
  }
  #main-banner {
    min-height: 100vh;
  }
  #main-banner .fl-row-content-wrap {
    min-height: 100vh;
    padding: 0 0 90px;
  }
  #main-banner .fl-col-small:not(.fl-col-small-full-width) {
    width: 100% !important;
    padding: 0;
  }
  #main-banner p {
    font-size: 26px;
    line-height: 34px;
  }
  #main-banner .fl-icon-wrap {
    left: 50%;
    bottom: -30px;
  }
  #main-banner .fl-button-wrap i {
    top: 1px;
  }
  .page-template:not(.home) #mid-banner:before, .page-template:not(.home) #mid-banner:after {
    width: 100%;
  }
  .page-template:not(.home) #mid-banner {
    margin: 45px 0;
  }
  .contact-popup .contact-popup-inner {
    padding: 30px 20px 40px;
  }
}
@media (max-width: 990px) and (max-width: 990px) {
  .contact-popup .contact-popup-inner {
    min-height: calc(100vh - 30px);
  }
}
@media (max-width: 990px) {
  body .wpforms-container .wpforms-one-half {
    width: 100%;
    margin: 0 0 20px;
  }
  body .wpforms-container .wpforms-field {
    padding: 0;
  }
  body .wpforms-container .wpforms-field.multiple {
    padding: 0 0 24px;
  }
  .contact-popup .contact-popup-container {
    left: 0;
    width: 100%;
  }
  body.menu-open {
    height: 100vh;
    overflow: hidden;
  }
  body .fl-row-content-wrap,
  body .fl-row-content .fl-module-content {
    padding: 0;
  }
  body .fl-row:not(.site-footer):not(.row):not(.team-slider):not(.news-block):not(.social-share-block) .fl-col-group {
    padding: 0px;
  }
  #quick-links .fl-button-wrap a span {
    font-size: 22px;
  }
  body.menu-open .language-selector {
    opacity: 0;
    -webkit-opacity: 0;
    animation: fadeInDownSm 0.7s ease-in-out forwards;
    -webkit-animation: fadeInDownSm 0.7s ease-in-out forwards;
    -moz-animation: fadeInDownSm 0.7s ease-in-out forwards;
    transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    display: block;
    right: 0;
  }
  body.menu-closed .language-selector {
    opacity: 0;
    -webkit-opacity: 0;
    transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
  }
  body .language-selector {
    top: 50px;
    display: none;
    right: 70px;
    padding: 0px 33px 0px 40px;
    width: 200px;
    left: auto;
    text-align: right;
  }
  body .language-selector a {
    display: inline-block;
    padding: 0px 10px;
  }
  .main-sidebar-container .main-sidebar {
    right: 0;
    left: auto;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    position: absolute;
  }
  .main-sidebar-container .main-sidebar .menu-btn {
    left: -80px;
  }
  .main-sidebar-container .main-sidebar .main-menu {
    padding: 180px 40px 80px;
  }
  .main-sidebar-container .main-sidebar .main-menu:before {
    content: "";
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    height: 160px;
  }
  .main-sidebar-container .main-sidebar .contact-btn-general:not(:last-child) {
    color: #D10073;
    position: absolute;
    top: 110px;
    right: 35px;
    font-size: 15px;
  }
  .main-sidebar-container .main-sidebar .contact-btn-general:not(:last-child):before {
    content: "Contact";
    color: #fff;
    font-size: 18px;
    margin: 0 13px 0 0;
    top: -1px;
    position: relative;
  }
  .main-sidebar-container .main-sidebar .contact-btn-general:not(:last-child) i {
    color: #D10073;
    font-size: 18px;
  }
  html[lang=de-DE] .main-sidebar-container .main-sidebar .contact-btn-general:not(:last-child)::before {
    content: "Kontaktarien sie uns";
  }
  body .fl-row:not(.site-footer) .fl-col-group + .fl-col-group {
    margin: 50px auto 0;
  }
  body #main-internal-banner {
    min-height: 840px;
  }
  .page-template:not(.home) #mid-banner .fl-row-content-wrap:before {
    width: 100%;
  }
  body .fl-col-small:not(.fl-col-small-full-width) {
    padding: 0;
    margin: 0 -15px 15px !important;
  }
  body #timeline .fl-col-small:not(.fl-col-small-full-width) {
    margin: 0 !important;
  }
  body #page #quick-links .fl-col-small:not(.fl-col-small-full-width) {
    margin: 0 0 30px !important;
    padding: 0px 15px;
  }
  body #page #quick-links .fl-row-content {
    padding: 0;
  }
  body #page #quick-links .fl-col-group {
    padding: 0px 15px;
    margin: 0 -15px 30px;
  }
  body #page #quick-links .fl-photo-content {
    height: 200px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  body #page #quick-links .fl-photo-content img {
    position: absolute;
    width: auto;
    height: 200px;
    display: block;
  }
  #primary .fl-builder-content ~ .fl-builder-template #quick-links {
    padding: 0;
  }
  #primary .fl-builder-content ~ .fl-builder-template #quick-links .fl-col-group {
    padding: 0 !important;
    margin: 0 !important;
  }
  #primary .fl-builder-content ~ .fl-builder-template #quick-links .fl-col-group .fl-col {
    padding: 0;
    height: auto;
    aspect-ratio: 4/2;
    min-height: 350px;
  }
  #primary .fl-builder-content ~ .fl-builder-template #quick-links .fl-col-group .fl-col:before {
    display: none;
  }
  #primary .fl-builder-content ~ .fl-builder-template #quick-links .fl-col-group .fl-col .fl-col-content {
    height: 100%;
    display: flex;
    justify-content: end;
  }
  #primary .fl-builder-content ~ .fl-builder-template #quick-links .fl-col-group .fl-col .fl-module-photo {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  #primary .fl-builder-content ~ .fl-builder-template #quick-links .fl-col-group .fl-col .fl-module-photo * {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  #primary .fl-builder-content ~ .fl-builder-template #quick-links .fl-col-group .fl-col .fl-button-wrap {
    position: relative;
    top: 0;
    margin-top: 0;
  }
  #primary .fl-builder-content ~ .fl-builder-template #quick-links .fl-col-group .fl-col .fl-button-wrap a {
    height: auto;
  }
  #mid-banner:before, #mid-banner:after {
    width: 100%;
  }
  #mid-banner .fl-col-content {
    padding: 0;
  }
  #mid-banner .fl-row-content-wrap {
    padding: 80px 0;
  }
  #mid-banner .fl-row-content-wrap:before {
    width: 100%;
  }
  #mid-banner + .fl-row {
    margin: 0;
  }
  body #quick-links.fl-row:not(.site-footer):not(.row):not(.team-slider):not(.news-block):not(.social-share-block) .fl-col-group + .fl-col-group {
    margin: 0 -15px;
  }
  body #quick-links .fl-row-content .fl-module-content {
    padding: 0;
  }
  #quick-links .fl-button-wrap {
    width: 100%;
  }
  #colour-block-banner .fl-row-content-wrap:before {
    width: 100%;
    opacity: 0.8;
    -webkit-opacity: 0.8;
  }
  #colour-block-banner .fl-row-content-wrap:after {
    display: none;
  }
  .fl-row .fl-col {
    margin: 0 -15px;
    width: 100%;
  }
  body .fl-module:not(:first-child) .fl-module-heading .fl-heading {
    margin: 50px 0 10px !important;
  }
  body #page #colour-block-banner.fl-row:not(.site-footer) {
    min-height: 585px;
  }
  body #page #colour-block-banner.fl-row:not(.site-footer) .fl-module-content {
    max-width: 100%;
  }
  body #page #colour-block-banner.fl-row:not(.site-footer) .fl-col-group {
    margin: 0;
    padding: 0 !important;
  }
  body #page #colour-block-banner.fl-row:not(.site-footer) .fl-col-small:not(.fl-col-small-full-width) {
    margin: 0 !important;
  }
  body {
    overflow: hidden;
  }
  html {
    position: relative;
    overflow-x: hidden;
  }
  body .container,
  body #page .fl-row:not(.site-footer):not(#map-banner):not(#industry-expertise-banner) .fl-col-group {
    padding: 0px 30px;
  }
  body #page #industry-expertise-banner {
    margin: 0 0 50px;
  }
  body #page #industry-expertise-banner .fl-row-content {
    padding: 0px !important;
  }
  body #page #industry-expertise-banner .fl-col-group {
    margin: 0;
    padding: 0px 10px;
  }
  body #page #industry-expertise-banner .fl-col-group .fl-col {
    margin: 0;
  }
  body #page #industry-expertise-banner .fl-col-group .fl-col .fl-module-heading {
    position: relative;
    background: #fff;
    margin: 0 !important;
    width: calc(100% + 60px);
    left: -30px;
    padding: 30px;
  }
  body #page #map-banner .fl-col-group {
    padding: 0;
    margin: 0 0 0 15px;
  }
  body #page #map-banner .fl-col-group .fl-col {
    width: 100% !important;
  }
  body .fl-row-fixed-width {
    padding: 0;
  }
  header {
    padding: 0 0 0 7px;
  }
  header .site-logo img {
    width: 229px;
    height: 38px;
  }
  .main-container.menu-open {
    animation: slideLeftFromRight ease-in-out forwards 0.4s;
    -webkit-animation: slideLeftFromRight ease-in-out forwards 0.4s;
    -moz-animation: slideLeftFromRight ease-in-out forwards 0.4s;
    transform: translateX(-360px);
    -webkit-transform: translateX(-360px);
    -moz-transform: translateX(-360px);
  }
  .interact .main-container.menu-closed {
    animation: slideRightFromLeft ease-in-out forwards 0.4s;
    -webkit-animation: slideRightFromLeft ease-in-out forwards 0.4s;
    -moz-animation: slideRightFromLeft ease-in-out forwards 0.4s;
  }
  header .contact-btn-general {
    display: none;
  }
  #nav-icon span {
    background: #D10073;
  }
}
@media (max-width: 768px) {
  body div.wpforms-container-full .wpforms-form .wpforms-one-half {
    width: 100% !important;
    margin: 0;
    padding: 10px 0;
  }
  div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row .wpforms-one-half:last-child {
    padding: 10px 0 0;
  }
  html[lang=de-DE] .contact-popup .contact-popup-container i {
    top: 5px;
    right: 10px;
  }
  body div.wpforms-container-full .wpforms-form label.wpforms-error {
    margin: 0;
  }
  body .wpforms-confirmation-container p {
    padding: 0 25px 0 0;
  }
  body .select2-container--default .select2-selection--multiple ul.select2-selection__rendered li {
    margin: 5px 5px !important;
  }
  #map-banner .gm-style .gmnoprint.gm-bundled-control {
    right: 70px !important;
  }
  .site-footer #footer-widgets .footer-widget-5 {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .site-footer #footer-widgets .footer-widget-5 .widget_custom_html {
    position: relative;
    top: 0;
    margin: 30px 0 25px;
  }
  #map-banner .acf-map {
    height: 550px;
  }
  #map-banner .acf-map [role=button] {
    pointer-events: none !important;
  }
  #map-banner .map-key-items {
    top: -210px;
    position: absolute;
  }
  #cookie-law-info-bar a:not(.cli_settings_button):last-child, body .cli-tab-footer .cli-btn {
    position: relative;
    top: 0;
    margin: 20px 0 0 !important;
  }
  div.wpforms-container .wpforms-form .field-location .select2,
  div.wpforms-container .wpforms-form .select2 {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    min-width: 100%;
  }
  body .sidebar-block {
    padding: 0;
  }
  .wpforms-container .wpforms-field.wpforms-field-radio {
    margin: 0 0 15px;
  }
  #cookie-law-info-bar .cli-bar-message {
    width: 100%;
  }
  #cookie-law-info-bar a:last-child, body .cli-tab-footer .cli-btn {
    position: relative;
    top: 0;
  }
  body .page:not(.home) .fl-module-list .fl-list-item-content {
    left: 0;
    width: 100%;
  }
  body .fl-row.diagram-title {
    padding: 20px 0 0 !important;
  }
  #colour-block-banner + .fl-row {
    padding: 70px 0 0;
  }
  .site-footer #footer-widgets {
    padding: 220px 0 40px;
  }
  .text-column + .text-column {
    margin: 0;
  }
  body .page #page #colour-block-banner.fl-row:not(.site-footer) {
    margin: 40px 0 0;
    min-height: auto;
  }
  body .page #page #colour-block-banner.fl-row:not(.site-footer) .fl-row-content-wrap {
    min-height: auto;
    padding: 80px 0;
  }
  #colour-block-banner .fl-rich-text p:last-child {
    margin: 0;
  }
  #mid-banner + .fl-row {
    padding: 80px 0 0;
  }
  #timeline + .fl-row:not(#mid-banner) {
    padding: 50px 0 20px;
  }
  body .desktop-only {
    display: none !important;
  }
  body .fl-heading a {
    left: 0;
  }
  .loaded #main-banner[style="visibility: visible;"] a.fl-button {
    animation-delay: 1s;
  }
  .fl-row .headline h2 {
    margin: 0 0 20px;
  }
  #intro-section {
    padding: 75px 0;
  }
  #main-banner .fl-bg-embed-code {
    display: none;
  }
  #main-banner .fl-module-rich-text {
    position: relative;
    top: -30px;
  }
  #main-banner .fl-col-small:not(.fl-col-small-full-width) {
    width: calc(100% + 30px) !important;
  }
  #main-banner .fl-rich-text p strong {
    font-size: 26px;
    line-height: 34px;
  }
  #main-banner .Typewriter__wrapper strong:nth-child(2) {
    top: -60px;
  }
  #main-banner .fl-icon-wrap {
    left: calc(50% - 5px);
    bottom: -90px;
  }
  #main-banner .fl-module-button {
    position: relative;
    top: -24px;
  }
  #main-banner .fl-row-content-wrap {
    background: url(/wp-content/uploads/2021/05/eliot-parnership-global-insurance-executive-search.jpg);
    background-size: cover;
    background-position: 50% 50%;
  }
  #main-banner .fl-row-content-wrap:before {
    content: "";
    background: #000;
    opacity: 0.35;
    -webkit-opacity: 0.35;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  body #page #quick-links .fl-row-content {
    display: block;
  }
  body #page #quick-links .fl-row-content .fl-col-group {
    margin: 0 -45px;
  }
  body #page #quick-links .fl-row-content .fl-button-wrap {
    width: 100%;
    margin: 0;
    position: relative;
  }
  body #page #quick-links .fl-row-content .fl-button-wrap .fl-button-text {
    line-height: 28px;
  }
  body #page #quick-links .fl-row-content .fl-button-wrap i {
    position: absolute;
    top: auto;
    margin: 0;
  }
  body #page #quick-links .fl-row-content .fl-button-wrap a {
    padding: 34px 30px 30px;
    margin: 0;
    height: 140px;
    display: flex;
    align-items: center;
  }
  body #page #quick-links .fl-row-content .fl-button-wrap a span {
    padding: 0 0 0 40px;
  }
  body #page #quick-links .fl-row-content .fl-col {
    max-width: 100%;
  }
  body #page #quick-links .fl-row-content .fl-col .fl-photo-content {
    height: 140px;
  }
  body #page #quick-links .fl-row-content .fl-col .fl-photo-content img {
    width: calc(100% + 200px);
    max-width: calc(100% + 200px);
    position: relative;
    height: auto;
    left: -100px;
  }
  body #timeline .fl-col-small:not(.fl-col-small-full-width) {
    max-width: 300px;
    width: 100% !important;
    margin: 0 auto !important;
  }
  body #timeline .fl-col-small:not(.fl-col-small-full-width):not(:first-child) {
    padding: 40px 0 0;
  }
  .site-footer #footer-widgets .footer-widget-1 .widget_text {
    width: 229px;
  }
  .site-footer #footer-widgets .inside-footer-widgets > div:after {
    width: 100%;
    left: 0;
  }
}
#colour-block-full-banner .fl-row-content-wrap:before {
  display: none;
}
#colour-block-full-banner .fl-row-content-wrap:after {
  width: 100%;
}
#colour-block-full-banner .fl-row-content-wrap .fl-module-content {
  color: #fff;
  max-width: 100%;
}
#colour-block-full-banner .fl-row-content-wrap .fl-module-content p:last-child {
  margin: 0;
}
#colour-block-full-banner .fl-row-content-wrap .fl-module-content * {
  color: #fff;
}

@media (max-width: 768px) {
  #page .fl-module-list.coloured-boxes .fl-list .fl-list-item {
    width: 100%;
  }
  body:not(.home) .page-template .fl-builder-content ~ .fl-builder-content {
    padding: 115px 0 0;
  }
  body #main-internal-banner h1 + p, body #main-internal-banner p {
    margin: 10px 0 0;
  }
  body #small-padding.fl-row {
    padding: 0 0 50px;
  }
  #page .infographics.three-col .fl-module-content .fl-list .fl-list-item, #page .infographics .fl-module-content .fl-list .fl-list-item {
    width: 50%;
  }
  #page .infographics.three-col .fl-module-content .fl-list .fl-list-item h3 strong, #page .infographics .fl-module-content .fl-list .fl-list-item h3 strong {
    padding: 42% 0 0;
    font-size: 38px;
    text-indent: 3px;
  }
  .single-office_locations .acf-map.location-map {
    margin: 0 0 40px;
    height: 300px;
  }
  #main-internal-banner .intro-text {
    margin: 20px 0 0;
  }
  div.section.news-snippet {
    padding: 45px 0 150px !important;
  }
  body .page-transition:before {
    width: 50px;
    height: 50px;
    left: calc(50% - 55px);
    top: calc(50% - 55px);
  }
  body .fl-row:not(.site-footer):not(.row):not(.team-slider):not(.news-block):not(.social-share-block):not(.team-results) .fl-widget {
    padding: 0 !important;
  }
  .sidebar-block + .sidebar-block {
    margin: 40px 0 0;
  }
  body #main-internal-banner h1 + p, body #main-internal-banner p, body #main-internal-banner .intro-text p, .single #main-internal-banner h1 + p, .single #main-internal-banner p, .single #main-internal-banner .intro-text p {
    font-size: 16px;
    line-height: 25px;
  }
  body #main-internal-banner p.job-title, .single #main-internal-banner p.job-title {
    font-size: 20px;
  }
  body #main-internal-banner h1, .single #main-internal-banner h1 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 25px;
  }
  .single-news_insights #primary > .container > .row {
    flex-wrap: wrap-reverse;
  }
  .single-news_insights #primary > .container > .row .col-xs-12:nth-child(2) {
    margin: 0 0 40px;
  }
  .news-results .news-img-container {
    padding: 0;
    margin: 0 0 30px;
  }
  div.wpforms-container .wpforms-form .wpforms-field-pagebreak:not(:first-child) button.wpforms-page-button.wpforms-page-next,
  div.wpforms-container .wpforms-form .wpforms-field-pagebreak:not(:first-child) button[type=submit],
  div.wpforms-container .wpforms-form .wpforms-submit-container button.wpforms-page-button.wpforms-page-next,
  div.wpforms-container .wpforms-form .wpforms-submit-container button[type=submit],
  div.wpforms-container .wpforms-form .wpforms-field-pagebreak:not(:first-child) button.wpforms-page-button {
    font-size: 16px;
  }
  div.wpforms-container .wpforms-form .wpforms-submit-container button[type=submit] {
    margin: 7px 0 0;
  }
  body div.wpforms-container .wpforms-form .wpforms-field-label {
    font-size: 18px;
  }
  body div.wpforms-container .wpforms-form .wpforms-page div[class*=-team] ul li label {
    font-size: 16px;
    padding: 18px ​20px 14px 45px;
  }
  body div.wpforms-container .wpforms-form input[type=radio] + label, body div.wpforms-container .wpforms-form input[type=checkbox] + label {
    font-size: 16px;
  }
  div.wpforms-container .wpforms-field .remove-member {
    float: left;
    font-size: 16px;
    margin: 20px 0;
  }
  div.wpforms-container .wpforms-field .remove-member i {
    font-size: 20px;
  }
  .contact-popup-inner h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .contact-popup .contact-popup-container i {
    top: 34px;
  }
  body div.wpforms-container .wpforms-form input[type=checkbox] + label:before {
    top: -1px;
  }
  body div.wpforms-container .wpforms-form input[type=checkbox] + label:after {
    top: 4px;
  }
  .page-template .social-share-block .social-sharing {
    top: -57px;
  }
  .single.single-team #main-internal-banner:before, .single.single-team #primary:before, .page #main-internal-banner:before {
    width: 100%;
  }
  .single #primary img.team-member {
    margin: 0 0 40px;
  }
  body #primary .fl-row.news-snippet,
  body #page .fl-row.news-snippet {
    padding: 40px 0 170px;
  }
  body #quick-links.fl-row:not(.site-footer) {
    padding: 45px 0;
  }
  .quick-links.mobile {
    margin: 0 0 40px;
  }
  div.section.news-snippet .col-xs-12:not(:first-child) {
    margin: 110px 0 0;
  }
  .single-team .col-md-6 + .col-md-6 {
    padding: 0px 15px;
  }
  .footer-text {
    float: left;
  }
  footer.site-info #credit.footer-text {
    float: left;
    margin: 15px 0 0;
  }
  #page .section.locations-snippet:not(.site-footer) .location-block {
    display: none;
    border: 0;
    padding: 25px 0 13px;
  }
  #page .section.locations-snippet:not(.site-footer) .acf-map.location-map {
    top: 30px;
  }
  #page .section.locations-snippet:not(.site-footer) h4 {
    display: none;
  }
  #page .section.locations-snippet:not(.site-footer) p {
    margin: 10px 0 25px;
  }
  #page .section.locations-snippet:not(.site-footer) .col-md-4 {
    margin: 0 0 30px;
    padding: 0 15px 30px;
  }
  #page .section.locations-snippet:not(.site-footer) .col-md-4:after {
    content: "";
    height: 2px;
    border-top: 2px dotted #D8D6D9;
    display: block;
    width: calc(100% - 30px);
    left: 15px;
    position: absolute;
    bottom: 0;
  }
  #page .section.locations-snippet:not(.site-footer) .location-btn {
    display: block;
    color: #1F3D4F;
    position: relative;
    cursor: pointer;
  }
  #page .section.locations-snippet:not(.site-footer) .location-btn.active:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
  }
  #page .section.locations-snippet:not(.site-footer) .location-btn:before {
    content: attr(data-location);
    font-size: 23px;
    font-weight: bold;
  }
  #page .section.locations-snippet:not(.site-footer) .location-btn:after {
    content: "\f138";
    font-family: "fontAwesome";
    position: absolute;
    right: 0;
    color: #7394A8;
    font-size: 27px;
    transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
  }
  .quick-links.desktop {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  body #page #quick-links .fl-col-small:not(.fl-col-small-full-width) {
    margin: 0 0 30px !important;
    padding: 0px 15px;
  }
  #main-internal-banner .fl-col {
    width: 80%;
  }
}
@media (min-width: 769px) {
  html:not(.fl-builder-is-showing-toolbar) .mobile-only {
    display: none;
  }
  div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    width: calc(100% - 200px);
    float: right;
  }
}
@media (min-width: 768px) {
  .quick-links.mobile {
    display: none;
  }
}
@media (min-width: 2001px) {
  body #main-internal-banner {
    background-size: 100% !important;
  }
}
@media (min-width: 1420px) {
  body #main-internal-banner {
    background-size: 2000px !important;
  }
  body .page-template #main-internal-banner .fl-row-content-wrap {
    background-size: 118% !important;
  }
}
@media (min-width: 1359px) {
  .single #main-internal-banner:before, .single #primary:before, .archive #main-internal-banner:before, .archive #primary:before, .error404 #main-internal-banner:before, .page-template #main-internal-banner .fl-row-content-wrap:before,
  .page-template #main-internal-banner + .fl-row:before {
    width: calc(50vw + 185px);
  }
  body .sidebar-block.latest-updates ul li span.contact-btn-general, body .sidebar-block.downloads li a {
    padding: 0 0 0 30px;
    text-decoration: none !important;
  }
  body .sidebar-block.latest-updates ul li span.contact-btn-general i, body .sidebar-block.downloads li a i {
    left: 0;
  }
}
@media (max-width: 1358px) {
  body .social-sharing ul:not(.menu) {
    margin: 0px -20px;
  }
}
@media (min-width: 991px) and (max-width: 1260px) {
  #main-banner p {
    margin: 0 0 20px;
  }
  #main-banner .fl-col:nth-child(2) {
    width: 100% !important;
  }
  #main-banner .fl-col:last-child {
    width: 40% !important;
    left: 60%;
  }
  #main-banner .fl-col:last-child .fl-rich-text p {
    font-size: 32px;
    line-height: 38px;
  }
  #main-banner .fl-col:last-child .spacer {
    margin: 15px 0 0;
  }
}
@media (min-width: 991px) {
  .main-sidebar-container .contact-btn-general:not(:last-child) {
    display: none;
  }
  .locations-snippet .location-btn {
    display: none;
  }
}
@media (max-width: 1480px) {
  .fl-widget .widget ul li.current-menu-item, .fl-widget .widget ul li.contact-btn-general:first-child {
    padding: 0 0 0 30px;
  }
  .fl-widget .widget ul li.contact-btn-general:not(:first-child) {
    padding: 20px 0 0 30px;
  }
  #primary .team-slider .owl-nav {
    opacity: 0.8;
    -webkit-opacity: 0.8;
  }
  #primary .team-slider .owl-nav .owl-prev {
    left: 10px;
    top: calc(50% - 97px);
  }
  #primary .team-slider .owl-nav .owl-next {
    right: 15px;
    top: calc(50% - 97px);
  }
  #primary .team-slider .owl-nav .owl-next span:before,
  #primary .team-slider .owl-nav .owl-next span:after,
  #primary .team-slider .owl-nav .owl-prev span:before,
  #primary .team-slider .owl-nav .owl-prev span:after {
    background: #D10073;
    height: 5px;
  }
  #primary .team-slider .owl-nav .owl-next span:after,
  #primary .team-slider .owl-nav .owl-prev span:after {
    top: -7px;
  }
}
@media (min-width: 1700px) {
  header .contact-btn-general {
    right: 60px;
  }
}
@media (max-width: 400px) {
  #intro-section h2 br {
    content: " ";
  }
  body .fl-module-list .fl-list-item-content {
    display: table;
    width: calc(100% - 80px);
    left: 55px;
    position: relative;
  }
  body #page #mid-banner .fl-col-group {
    padding: 0 !important;
    margin: 0 !important;
  }
  body #page .infographics.three-col .fl-module-content .fl-list .fl-list-item, body #page .infographics .fl-module-content .fl-list .fl-list-item {
    width: 100%;
  }
  body #page .infographics.three-col .fl-module-content .fl-list .fl-list-item h3 strong, body #page .infographics .fl-module-content .fl-list .fl-list-item h3 strong {
    font-size: 55px;
    padding: 45% 0 0;
  }
}
@media (min-width: 991px) and (max-width: 1075px) {
  body #quick-links .fl-button-wrap a span {
    font-size: 25px;
  }
}
/* touch overrides */
.fl-builder-touch .language-selector a {
  opacity: 0.6;
  -webkit-opacity: 0.6;
}

html[lang=de] .fl-builder-touch .language-selector a[title=German] {
  opacity: 1;
  -webkit-opacity: 1;
}

html[lang=de] .fl-builder-touch .language-selector .glink:not([title=German]) {
  opacity: 0.6 !important;
  -webkit-opacity: 0.6 !important;
}

html[lang=auto] .fl-builder-touch .language-selector a[title=English] {
  opacity: 1;
  -webkit-opacity: 1;
}

html.fl-builder-edit .fl-row * {
  opacity: 1 !important;
  -webkit-opacity: 1 !important;
  visibility: visible !important;
  z-index: 9999 !important;
}

.page-template-page-template-blank {
  background: none;
  background-color: transparent;
}
.page-template-page-template-blank header, .page-template-page-template-blank .main-sidebar, .page-template-page-template-blank .site-footer {
  display: none;
}
.page-template-page-template-blank #page {
  padding: 0;
  border: 0;
  background: none;
  background-color: transparent;
}
.page-template-page-template-blank #wpadminbar {
  display: none;
}

.page-template-blank #cookie-law-info-bar, .page-template-blank body .wt-cli-cookie-bar {
  display: none !important;
}
.page-template-blank .page-transition {
  background-color: transparent;
  display: none;
}

body .grecaptcha-badge {
  display: none !important;
}

.grid {
  display: grid;
}
.grid.grid-cols-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.diagram-container {
  width: 585px;
  height: 230px;
  padding: 15px 0 0;
}
.diagram-container .grid > div:nth-of-type(1) .visualizer-front:after {
  content: "Seniority Level";
}
.diagram-container .grid > div:nth-of-type(2) .visualizer-front:after {
  content: "Infrastructure vs Market-facing";
}
.diagram-container .grid > div:nth-of-type(3) .visualizer-front:after {
  content: "Company Type";
}
.diagram-container .visualizer-front {
  width: 100% !important;
  height: 210px;
  position: relative;
  display: flex;
  justify-content: center;
}
.diagram-container .visualizer-front:after {
  font-weight: 400;
  color: #BAC9D4;
  margin: 10px 0 0;
  display: block;
  width: 100%;
  text-align: center;
  max-width: 140px;
  width: 140px;
  margin: 0 auto;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  display: flex;
  height: 33px;
  align-items: baseline;
  justify-content: center;
  line-height: 1.2;
}
.diagram-container .visualizer-front svg {
  line-height: 1;
  top: -95px;
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  position: relative;
  z-index: 99;
}
.diagram-container .visualizer-front svg rect {
  fill: transparent;
}

/* Beaver Builder editor UI fixes */
html.fl-builder-edit .fl-block-overlay {
  z-index: 999 !important;
}

/* ends */
body #timeline.fl-row .fl-col-group {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 990px) {
  body #timeline.fl-row .fl-col-group {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  body #timeline.fl-row .fl-col-group {
    grid-template-columns: 1fr;
  }
}
body #timeline.fl-row .fl-col-group:before {
  grid-column: span 6;
}
@media (max-width: 768px) {
  body #timeline.fl-row .fl-col-group:before {
    grid-column: span 1;
  }
}
body #timeline.fl-row .fl-col-group .fl-col {
  width: 100%;
}

/* team member row */
body .fl-row.intro {
  padding: 20px 0 40px !important;
}
body .fl-row.intro .fl-module-accordion {
  margin: 40px 0;
}
body .fl-row.intro .fl-module-accordion .fl-accordion .fl-accordion-item {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-color: #707070;
  margin: 0;
  background: #F1F6FA;
}
body .fl-row.intro .fl-module-accordion .fl-accordion .fl-accordion-item .fl-accordion-button {
  padding: 18px 32px;
}
body .fl-row.intro .fl-module-accordion .fl-accordion .fl-accordion-item .fl-accordion-button .fl-accordion-button-label {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
body .fl-row.intro .fl-module-accordion .fl-accordion .fl-accordion-item .fl-accordion-button .fl-accordion-button-label:active, body .fl-row.intro .fl-module-accordion .fl-accordion .fl-accordion-item .fl-accordion-button .fl-accordion-button-label:focus {
  outline: none;
}
body .fl-row.intro .fl-module-accordion .fl-accordion .fl-accordion-item .fl-accordion-button .fl-accordion-button-icon {
  opacity: 1;
}
body .fl-row.intro .fl-module-accordion .fl-accordion .fl-accordion-item .fl-accordion-button .fl-accordion-button-icon:focus, body .fl-row.intro .fl-module-accordion .fl-accordion .fl-accordion-item .fl-accordion-button .fl-accordion-button-icon:active {
  outline: none;
  opacity: 0.8;
}
body .fl-row.intro .fl-module-accordion .fl-accordion .fl-accordion-item .fl-accordion-button .fl-accordion-button-icon i {
  color: #D10073;
  font-size: 19px;
}
body .fl-row.intro .fl-module-accordion .fl-accordion .fl-accordion-item .fl-accordion-content {
  padding: 3px 80px 0px 32px;
}
body .fl-row.intro .fl-module-accordion .fl-accordion .fl-accordion-item .fl-accordion-content p {
  margin: 0 0 20px;
  color: #0D1A21;
}

body .fl-row.team-member-rows {
  padding: 0 !important;
}
body .fl-row.team-member-rows .fl-row-content-wrap {
  max-width: 1345px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 30px;
  position: relative;
}
body .fl-row.team-member-rows .fl-row-content-wrap .fl-row-content {
  width: 79.9% !important;
  max-width: 79.9% !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  padding: 0 !important;
}
@media (max-width: 990px) {
  body .fl-row.team-member-rows .fl-row-content-wrap .fl-row-content {
    width: 100% !important;
    max-width: 100% !important;
  }
  body .fl-row.team-member-rows .fl-row-content-wrap .fl-row-content .fl-module {
    margin-left: 0;
    margin-right: 0;
  }
}
body .fl-row.team-member-rows .fl-row-content-wrap .fl-module-photo {
  max-width: 600px;
}
body .fl-row.team-member-rows .fl-row-content-wrap .fl-col-group:nth-child(2) {
  margin-top: 0 !important;
}
body .fl-row.team-member-rows .fl-row-content-wrap .fl-col-group .team-member-name h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 0.8;
  margin: 0 0 18px;
}
body .fl-row.team-member-rows .fl-row-content-wrap .fl-col-group .team-member-name h3 + p {
  text-transform: uppercase;
  font-weight: 500;
  color: #8F8C8F;
  margin: 0 0 15px;
  line-height: 1;
}
body .fl-row.team-member-rows .fl-row-content-wrap .fl-col-group .team-member-name h3 + p + p {
  color: #406380;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
body .fl-row.team-member-rows .fl-row-content-wrap .fl-col-group .team-member-name + .fl-module {
  margin-top: 10px;
}

body .page-template.page-template-page-template-blue .fl-builder-content .team-member-rows a.fl-button i {
  color: #D10073 !important;
}
body .page-template.page-template-page-template-blue .fl-builder-content .team-member-rows a.fl-button i:before {
  top: 1px;
}
body .page-template.page-template-page-template-blue .fl-builder-content .team-member-rows a.fl-button i:after {
  color: #731273 !important;
}
body .page-template.page-template-page-template-blue .fl-builder-content .team-member-rows a.fl-button .fl-button-text {
  color: #406380 !important;
}

body .fl-row-bg-photo .fl-rich-text a {
  -webkit-text-decoration: 1px underline rgba(255, 255, 255, 0.7) !important;
          text-decoration: 1px underline rgba(255, 255, 255, 0.7) !important;
}
body .fl-row-bg-photo .fl-rich-text a:hover {
  opacity: 0.7;
}

body .fl-builder-content .fl-module-button.large a.fl-button .fl-button-icon {
  font-size: 26px;
  height: auto;
  position: relative;
  top: -1px;
  width: 23px;
}
body .fl-builder-content .fl-module-button.large a.fl-button .fl-button-icon:before {
  color: #731273 !important;
  position: relative;
  top: 3px;
}
body .fl-builder-content .fl-module-button.large a.fl-button .fl-button-icon:after {
  color: #d10073 !important;
  top: 3px;
}
body .fl-builder-content .fl-module-button.large a.fl-button .fl-button-text {
  color: #000 !important;
}

body .page-template.page-template-page-template-blue .fl-builder-content .fl-module-button.large a.fl-button i:after {
  color: #d10073 !important;
}/*# sourceMappingURL=theme.min.css.map */