@charset "UTF-8";
html {
  min-height: 100%;
  position: relative;
  scroll-behavior: smooth;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
img {
  border: none;
  height: auto;
}
.has-error {
  border-color: #f00;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.clear {
  clear: both;
}
body {
  font: 1.25rem "Nunito", sans-serif;
  color: #000;
  background: #ebebeb;
  transition: background-color 0.6s cubic-bezier(0.7, 0, 0.7, 1);
}
body.dark {
  background-color: #202a33;
  color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 100;
}
a:link, a:visited {
  color: #000;
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}
input, textarea {
  background: #8691d5;
  border-radius: 6px;
  border: 1px solid #8691d5;
  color: #074979;
  box-sizing: border-box;
  line-height: 18px;
  outline: none;
  padding: 8px 18px;
  font: 1rem "Nunito", sans-serif;
}
select {
  box-sizing: border-box;
  border-radius: 6px;
  background: #8691d5;
  border: 1px solid #8691d5;
  color: #074979;
  font: 1rem "Nunito", sans-serif;
  line-height: 18px;
  outline: none;
  padding: 0 18px;
  margin: 0;
  display: block;
  height: 40px;
  -webkit-appearance: none;
  box-shadow: none;
}
button, input[type=submit], input[type=button] {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 13px 40px;
  border: none;
  cursor: pointer;
  background: #0f72ba;
  color: #fff;
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 45px;
  line-height: 45px;
  font-weight: 100;
  border-radius: 0;
}
button:hover, input[type=submit]:hover, input[type=button]:hover {
  background: #fff;
  color: #000;
}
input[type="radio"], input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #8691d5;
  color: #fff;
  top: 10px;
  height: 30px;
  width: 30px !important;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 7px;
  outline: none;
}
input[type="radio"]:checked::before, input[type="checkbox"]:checked::before {
  position: absolute;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  line-height: 1;
  left: 14px;
  top: 7px;
  content: "⅃";
  transform: rotate(40deg);
}
.focus-input {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 2px solid;
  border-color: #8691d5;
  -webkit-border-radius: 8px;
  border-radius: 6px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}
input:focus + .focus-input, textarea:focus + .focus-input {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.button:link, .button:visited {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 13px 30px;
  border: none;
  cursor: pointer;
  background: #0f72ba;
  color: #fff;
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  display: inline-block;
}
.button:hover {
  text-decoration: none;
  color: #000;
  background: #fff;
}
textarea {
  resize: none;
  display: block;
}
.input-wrap {
  position: relative;
  min-height: 40px;
  margin-bottom: 25px;
}
.input-wrap input:not([type="submit"]), .input-wrap textarea, .input-wrap select {
  width: 100%;
}
::-webkit-input-placeholder {
  color: #221f20;
}
::-moz-placeholder {
  color: #221f20;
}
:-ms-input-placeholder {
  color: #221f20;
}
::placeholder {
  color: #221f20;
}
ul#menu-header-menu li.dark-theme-toggle:hover {
  background: transparent;
}
.opti-span {
  color: #750000;
}
.opti-quote {
  color: #403095;
}
.boost .input-wrap, .input-wrap textarea, .input-wrap select {
  width: 292px !important;
}
.boost .wpcf7-text {
  color: #000 !important;
}
.boost {
  padding: unset !important;
}
.site-10 input[type]:not([type="submit"]), .site-10 textarea, .site-10 input.wpcf7-text {
  color: #221f20 !important;
}
.team-sm {
  background: url(../png/team-small-9.png) center top no-repeat;
  height: 560px;
  width: 360px;
}
.eu-team-sm {
  background: url(../png/eu-team-mobile2-9.png) center top no-repeat;
  height: 360px;
  width: 360px;
}
@media (min-width: 500px) {
  .eu-team-sm {
    display: none;
  }
}
.minutes {
  font-size: 223px;
  line-height: 161px;
  margin-top: 0;
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: bolder;
}
.eu-compass {
  transform: scale(1.2);
}
.play-video {
  display: inline-block;
  padding: 10px 25px;
  text-align: center;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 50px;
  font-size: 1.1em;
  cursor: pointer;
}
.vid-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 100;
}
.show-vid-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.vid-modal-content {
  position: relative;
  max-width: 50em;
  margin: 0 auto;
  display: block;
  padding: 0 3%;
  height: auto;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  /*translateX(-50%)*/
  /*left: 50%;*/
}
.video-container {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  height: 0;
  /*border: 2px #FFF solid;*/
  box-shadow: 0 0 15px #333;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.close-vid-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
  right: 35px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 100%;
  border: 1px #fff solid;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #000;
  text-align: center;
  text-decoration: none;
  color: #fff;
  z-index: 101;
  transition: all 0.3s ease;
}
.-webkit-.touchevents .close-vid-modal {
  line-height: 0.5;
}
.close-vid-modal svg {
  width: 100%;
}
.close-vid-modal:hover {
  opacity: 0.8;
  color: #fff;
}
.heist-vid {
  position: relative;
  top: 0;
  left: 0;
}
.vid-close {
  margin-right: 0 !important;
  margin-bottom: 1% !important;
  padding: 1px 3px 5px 3px !important;
  line-height: 30px !important;
  background: black !important;
  border: 1px black solid !important;
}
.vid-close:hover {
  background: white !important;
  color: black !important;
}
.yt1 {
  position: relative;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  height: 234px;
  width: 480px;
}
.yt2 {
  position: absolute;
  top: 35px;
  left: 1px;
  transform: scale(0.2);
}
.brand-statement-sm {
  background: url(../webp/1996-4.webp) center top no-repeat;
  height: 472px;
  width: 357px;
}
.brand-statement-sm-it {
  display: none;
}
.tab-interior {
  left: 30% !important;
  padding-right: 3% !important;
  padding-left: 5% !important;
  display: flex;
  flex-direction: column;
  margin-top: -10% !important;
}
.tab-interior p {
  width: 93%;
  margin: 1%;
}
.offices {
  background: url(../png/global-offices-9.png) center center no-repeat;
  height: 400px;
  background-size: contain;
  resize: both;
}
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.733);
  margin-top: -1px;
  animation: zoom 0.3s ease-in-out;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.eu-team {
  transform: scale(0.65);
  top: -10vh;
  left: 4vw;
}
.boost h2 {
  font-size: 30px !important;
  line-height: 26px !important;
  margin: unset !important;
  font-weight: bolder;
  padding: 20px 0px 20px 0px;
}
.boost p {
  font-size: 0.55rem !important;
}
.boost input, textarea {
  color: #000 !important;
}
.page-id-62586 .row {
  justify-content: center;
}
.team-body {
  justify-content: center;
}
.eu-column {
  height: 580px;
}
.open-modal {
  cursor: pointer;
}
.modal-button {
  margin-right: 0 !important;
  padding: 0px 4px;
  margin-bottom: 1% !important;
  line-height: 36px;
  font-size: 45px;
}
.more:hover {
  color: #2170b8 !important;
  background: #fff !important;
  border: 1px solid #2170b8;
}
.serv-img1 {
  content: url(../png/compass-9.png);
  height: 400px;
  margin-top: 5%;
}
.serv-img2 {
  content: url(../png/roses-9.png);
  height: 400px;
}
.serv-img3 {
  content: url(../png/tools-9.png);
  height: 400px;
}
.serv-img4 {
  content: url(../png/magnet-9.png);
  height: 500px;
  margin-top: 5%;
}
.serv-img5 {
  content: url(../png/typewriter-9.png);
  height: 400px;
  margin-top: 5%;
}
.serv-img6 {
  content: url(../png/old-camera-9.png);
  height: 400px;
}
fieldset {
  border: 0;
}
fieldset legend {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
fieldset label {
  font-weight: 700;
}
ul#menu-header-menu li.search-bar:hover {
  background: transparent;
  transform: scale(1.1);
}
.corner-pic-seo {
  display: none;
}
.corner-pic-blog {
  background: url(../png/newsie2-9.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.corner-pic-training {
  background: url(../png/roses-training-9.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.corner-pic-guide {
  background: url(../png/bulb-guide-9.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.robot {
  background: url(../png/robot-11.png) center center no-repeat;
  width: 400px;
  height: 700px;
}
.content-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.page-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  z-index: 999999;
}
.lds-roller {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -32px 0 0 -32px;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2170b8;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.anaglyph-red {
  color: #f0b6b5;
  -webkit-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
  position: absolute;
  mix-blend-mode: multiply;
}
.anaglyph-green {
  color: #77ced9;
  -webkit-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
  position: absolute;
  mix-blend-mode: multiply;
}
.anaglyph-black {
  position: relative;
}
.black-line {
  fill: none;
  stroke: black;
  stroke-width: 3;
}
.line-draw {
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.line-draw svg {
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -960px;
}
.line-1 {
  height: 84px;
}
.line-2 {
  height: 200px;
  margin-bottom: -90px;
}
.line-2 svg {
  margin-top: 30px;
}
.line-3 {
  height: 168px;
  margin-bottom: -60px;
}
.line-4 {
  height: 643px;
  margin-top: -330px;
  margin-bottom: -180px;
}
.line-5 {
  height: 185px;
  margin-top: -140px;
  margin-bottom: 45px;
}
.line-6 {
  height: 459px;
  margin-top: -316px;
  margin-bottom: -65px;
}
.line-7 {
  height: 514px;
  margin-top: -360px;
  margin-bottom: 45px;
}
.line-8 {
  height: 390px;
  margin-top: -190px;
  margin-bottom: -145px;
}
.line-9 {
  height: 679px;
  margin-top: 30px;
  margin-bottom: -630px;
}
.container {
  max-width: 1290px;
}
.example {
  background-image: url(../png/para-bg-9.png);
  height: 100%;
  /* Create a parallax effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.background-layers {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
}
.background-layers .layer-right {
  position: absolute;
  left: 50%;
}
.background-layers .layer-left {
  position: absolute;
  right: 50%;
}
.background-layers .layer-1 {
  background: url(../png/1-9.png) left top no-repeat;
  width: 1085px;
  height: 840px;
  margin-left: -100px;
}
.background-layers .layer-2 {
  background: url(../png/2-9.png) left top no-repeat;
  width: 1239px;
  height: 1688px;
  margin-top: 890px;
  margin-right: 450px;
}
.background-layers .layer-4 {
  background: url(../png/4-9.png) left top no-repeat;
  width: 1193px;
  height: 1124px;
  margin-top: 2256px;
  margin-left: 350px;
}
.background-layers .layer-5 {
  background: url(../png/5-9.png) left top no-repeat;
  width: 1446px;
  height: 1559px;
  margin-top: 3598px;
  margin-right: 520px;
}
.background-layers .layer-3 {
  background: url(../png/3-9.png) left top no-repeat;
  width: 902px;
  height: 588px;
  margin-top: 1132px;
  margin-right: 460px;
}
.background-layers .layer-3-2 {
  background: url(../png/3-9.png) left top no-repeat;
  width: 902px;
  height: 588px;
  margin-top: 2868px;
  margin-left: 600px;
}
.background-layers .layer-3-3 {
  background: url(../png/3-9.png) left top no-repeat;
  width: 902px;
  height: 588px;
  margin-top: 3616px;
  margin-right: 660px;
}
.background-layers .layer-6 {
  background: url(../png/6-9.png) left top no-repeat;
  width: 1461px;
  height: 735px;
  margin-top: 0;
  margin-left: 15px;
}
.background-layers .layer-7 {
  background: url(../png/7-9.png) left top no-repeat;
  width: 795px;
  height: 452px;
  margin-top: 1775px;
  margin-left: 204px;
}
.background-layers .layer-8 {
  background: url(../png/8-9.png) left top no-repeat;
  width: 1453px;
  height: 830px;
  margin-top: 0;
  margin-left: -15px;
}
.background-layers .layer-9 {
  background: url(../png/9-9.png) left top no-repeat;
  width: 2069px;
  height: 1839px;
  margin-top: 1624px;
  margin-left: 172px;
}
.background-layers .layer-10 {
  background: url(../png/10-9.png) left top no-repeat;
  width: 472px;
  height: 528px;
  margin-top: 120px;
  margin-left: 0px;
}
.background-layers .layer-10-1 {
  background: url(../png/10-9.png) left top no-repeat;
  width: 472px;
  height: 528px;
  margin-top: 2182px;
  margin-left: 517px;
}
.background-layers .layer-11 {
  background: url(../png/11-9.png) left top no-repeat;
  width: 1558px;
  height: 825px;
  margin-top: 0px;
  margin-left: -58px;
}
.background-layers .layer-12 {
  background: url(../png/12-9.png) left top no-repeat;
  width: 804px;
  height: 950px;
  margin-top: 721px;
  margin-left: 726px;
}
.background-layers .layer-13 {
  background: url(../png/13-9.png) left top no-repeat;
  width: 1025px;
  height: 1357px;
  margin-top: 975px;
  margin-right: 475px;
}
.background-layers .layer-14 {
  background: url(../png/14-9.png) left top no-repeat;
  width: 767px;
  height: 791px;
  margin-top: 995px;
  margin-left: 665px;
}
.background-layers .layer-15 {
  background: url(../png/15-9.png) left top no-repeat;
  width: 271px;
  height: 297px;
  margin-top: 1411px;
  margin-right: 522px;
}
.header-container {
  height: 136px;
  position: relative;
  z-index: 9999;
}
header .container {
  position: relative;
}
header .brand img {
  float: left;
  width: 136px;
}
header .menu-toggle {
  width: 48px;
  height: 39px;
  padding: 19px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: none;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header .menu-toggle .bar {
  height: 7px;
  background: #3c3939;
  margin-bottom: 9px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header nav {
  position: relative;
  z-index: 1;
}
header nav ul {
  list-style: none;
  float: right;
  padding-top: 58px;
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
header nav ul li {
  float: left;
  line-height: 37px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header nav ul li:hover {
  background: #fff;
}
header nav ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
header nav ul li:hover .sub-menu li {
  display: block;
}
header nav ul li a:link, header nav ul li a:visited, header nav ul li span {
  padding: 0 30px;
  display: block;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header nav ul li a:hover, header nav ul li span:hover {
  text-decoration: none;
}
header nav ul li.blue {
  margin-right: 20px;
  margin-left: 0px;
}
header nav ul li.blue a {
  background: #0f72ba;
  color: #fff;
}
header nav ul li.blue a:hover {
  background: #fff;
  color: #000;
}
header nav ul li.search a {
  font-size: 0;
  background: url(../png/search-9.png) center 9px no-repeat;
  width: 18px;
}
header nav ul li.menu-item-has-children > a:after {
  content: "";
  width: 6px;
  height: 32px;
  margin-left: 5px;
  vertical-align: top;
  display: inline-block;
  background: url(../png/arrow_down-9.png) center center no-repeat;
}
header nav ul.sub-menu {
  position: absolute;
  padding: 5px 0;
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  min-width: 100%;
}
header nav ul.sub-menu li {
  float: none;
  display: none;
}
header nav ul.sub-menu li:hover a {
  background: #eee;
}
header nav ul.sub-menu li a {
  display: block;
}
header .call {
  position: absolute;
  top: 105px;
  right: -11px;
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 36px;
  -webkit-transition: 0s;
  transition: 0s;
}
header .call a {
  display: block;
  -webkit-transition: 0s !important;
  transition: 0s !important;
}
header .call:hover {
  background: none;
}
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ebebeb;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header.sticky .sub-menu {
  background: #ebebeb;
}
header.sticky nav ul:not(.sub-menu) {
  padding-top: 19px;
}
header.sticky .brand img {
  width: 78px;
  height: 78px;
}
header.sticky .call {
  display: none;
}
.header-content {
  padding: 40px 0;
  overflow: hidden;
}
.header-content .title {
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 800;
  font-size: 95px;
  line-height: 78px;
  text-transform: uppercase;
  margin: 0;
  overflow: hidden;
}
.breadcrumb {
  font-size: 1.0625rem;
  overflow: hidden;
  padding: 30px 0 15px;
  position: relative;
  z-index: 1;
}
.breadcrumb a:link, .breadcrumb a:visited {
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb .current-item {
  font-weight: bold;
}
.page-content h1 {
  font-size: 140px;
  line-height: 120px;
  font-weight: bold;
  margin: 0 0 30px;
}
.page-content h2 {
  font-size: 108px;
  line-height: 108px;
  margin: 30px 0 15px;
}
.page-content h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 0;
}
.page-content h4 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
}
.page-content hr {
  margin: 50px auto;
  width: 25%;
  border: none;
  height: 1px;
  background: #000;
}
.page-content img {
  max-width: 100%;
}
.page-content .pagination {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  padding-bottom: 30px;
  display: flex;
}
.page-content .pagination span {
  text-decoration: none;
  display: inline-block;
  padding: 3px 8px;
}
.page-content .pagination span.current {
  background: #92c3c3;
}
.page-content .pagination a:link, .page-content .pagination a:visited {
  text-decoration: none;
  display: inline-block;
  padding: 3px 8px;
}
.page-content .pagination a:hover {
  background: #92c3c3;
}
.page-content .pagination a.prev {
  font-weight: 400;
  width: 120px;
  white-space: nowrap;
}
.page-content .pagination a.prev:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 20px;
  margin-right: 7px;
  background: url(../png/nav-9.png) left top no-repeat;
  background-size: 28px 41px;
}
.page-content .pagination a.prev:hover {
  background: none;
}
.page-content .pagination a.prev:hover:before {
  background-position: left bottom;
}
.page-content .pagination a.next {
  font-weight: 400;
  width: 120px;
  text-align: right;
  white-space: nowrap;
}
.page-content .pagination a.next:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 20px;
  margin-left: 7px;
  background: url(../png/nav-9.png) right top no-repeat;
  background-size: 28px 41px;
}
.page-content .pagination a.next:hover {
  background: none;
}
.page-content .pagination a.next:hover:after {
  background-position: right bottom;
}
.page-content .training-rating {
  line-height: 41px;
  font-size: 15px;
  margin-bottom: 5px;
}
.page-content .training-rating .stars {
  vertical-align: middle;
  display: inline-block;
  height: 31px;
  width: 200px;
  margin-bottom: 10px;
  background: url(../png/stars-9.png) bottom left no-repeat;
}
.page-content .training-rating .stars span {
  display: inline-block;
  width: 50%;
  height: 31px;
  background: url(../png/stars-9.png) top left no-repeat;
}
.page-content .training-rating .reviews {
  font-weight: bold;
  text-decoration: underline;
}
.page-content .next-training {
  font-size: 15px;
}
.page-content .next-training h3 {
  color: #da816c;
}
.page-content .suggestion-form form {
  padding-top: 25px;
  text-align: center;
}
.page-content .suggestion-form .title {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
}
.page-content .registration-form {
  font-size: 14px;
}
.page-content .registration-form form {
  padding-top: 15px;
  text-align: center;
}
.page-content .registration-form .title {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
}
.page-content .registration-form .input-wrap {
  margin-bottom: 15px;
}
.page-content .seo-title {
  font-size: 162px;
  line-height: 162px;
}
.page-content .seo-title span {
  margin-bottom: -50px;
  display: inline-block;
  font-size: 428px;
  line-height: 428px;
}
.page-content .education {
  padding-top: 100px;
  text-align: center;
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  text-decoration: underline;
}
.page-content .education .shoes {
  position: relative;
  margin-top: -35px;
}
.page-content .education .shoes img {
  max-width: 100%;
}
.page-content .education .shoes .shadow {
  position: absolute;
}
.page-content .education .shoes .image {
  position: relative;
}
.page-content .related-posts h3, .page-content .post-reply h3 {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 40px;
}
.page-content .post-responses {
  font-size: 15px;
}
.page-content .post-responses .response {
  overflow: hidden;
  margin-bottom: 30px;
}
.page-content .post-responses .response .content {
  overflow: hidden;
}
.page-content .post-responses h3 {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 40px;
}
.page-content .post-responses .avatar {
  float: left;
  margin-right: 18px;
}
.page-content .post-responses .title {
  float: left;
}
.page-content .post-responses .date {
  float: right;
  font-size: 13px;
  line-height: 15px;
}
.page-content .post-responses p {
  padding: 20px 0 0 0;
  overflow: hidden;
  clear: both;
}
.page-content .post-responses hr {
  margin: 25px auto;
}
.page-content .post-details {
  font-size: 14px;
  line-height: 25px;
}
.page-content .post-details .post-date {
  background: #92c3c3;
  float: left;
  padding: 0 10px;
}
.page-content .post-details .comments-count {
  text-align: right;
}
.page-content .post-details .tags {
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .page-content img {
    max-width: 91%;
  }
}
@media (max-width: 768px) {
  .page-content img {
    max-width: 88%;
  }
}
#hsForm_bb898571-6af6-4ac7-ba2a-5a66ded47c4e > div.hs_submit.hs-submit > div.actions > input {
  margin-top: 10px;
  background: #d77e6a;
  font-weight: bold;
  color: #2B2B2B;
  text-transform: uppercase;
}
#hsForm_bb898571-6af6-4ac7-ba2a-5a66ded47c4e > div.hs_submit.hs-submit > div.actions > input:hover {
  background: #FFF;
  color: #0f72ba;
}
.case-study-1 h3 {
  font-size: 53px;
  line-height: 53px;
  font-weight: 400;
}
.recents {
  margin-top: 30px;
  width: fit-content;
}
.case-study-header {
  padding-top: 0;
}
.case-study-header h3 {
  font-size: 53px;
  line-height: 53px;
  font-weight: 400;
}
.case-study-header .title {
  font-size: 295px;
  line-height: 230px;
}
.case-study-header .title span {
  font-size: 460px;
  line-height: 338px;
}
.heist-vid {
  margin-top: 30px;
}
.case-study-man .penguin {
  background: url(../png/penguin-9.png) left top no-repeat;
  /*width: 660px;*/
  height: 621px;
  position: absolute;
  margin-top: -110px;
  left: 72%;
  right: 0;
}
.case-study-man h3 {
  font-size: 53px;
  line-height: 53px;
  font-weight: 400;
}
.case-study-man .button {
  margin-bottom: 15px;
}
.case-study-man .man {
  position: relative;
}
.case-study-bottom h2 {
  margin-top: -175px;
}
.case-study-bottom h3 {
  font-size: 53px;
  line-height: 53px;
  font-weight: 400;
}
.case-study-seo-header {
  padding-top: 0;
}
.case-study-seo-header .title {
  font-size: 125px;
  line-height: 110px;
  font-weight: 700;
}
.case-study-seo-header h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
}
.case-study-seo-1 .col-md-6:last-child {
  padding-top: 50px;
}
.case-study-seo-1 ol li {
  margin-bottom: 15px;
}
.case-study-seo-2 .spy {
  position: absolute;
  margin-top: -250px;
}
.con-left {
  background: rgba(225, 154, 137, 0.95);
  padding: 10px 40px;
  margin: 10px 0px;
  border-radius: 94% 2% 92% 5% / 5% 77% 5% 74%;
  -webkit-box-shadow: 2px 2px 19px 1px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 2px 2px 19px 1px rgba(0, 0, 0, 0.57);
  box-shadow: 2px 2px 19px 1px rgba(0, 0, 0, 0.57);
}
.con-right {
  background: rgba(168, 207, 207, 0.95);
  padding: 10px 40px;
  margin: 10px 0px;
  border-radius: 4% 90% 5% 86% / 74% 9% 74% 8%;
  -webkit-box-shadow: 2px 2px 19px 1px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 2px 2px 19px 1px rgba(0, 0, 0, 0.57);
  box-shadow: 2px 2px 19px 1px rgba(0, 0, 0, 0.57);
}
.con-left a {
  color: #111 !important;
  padding: 0 !important;
  text-decoration: none !important;
  background-image: linear-gradient(transparent 0%, transparent calc(50% - 8px), #b8d9d9, calc(50% - 8px), #b8d9d9 100%) !important;
  transition: background-position 120ms ease-in-out, padding 120ms ease-in-out !important;
  background-size: 100% 200% !important;
  background-position: 0 0 !important;
}
.con-left a:hover {
  background-image: linear-gradient(transparent 0%, transparent calc(50% - 8px), #92c3c3, calc(50% - 8px), #92c3c3 100%) !important;
  background-position: 0 100% !important;
}
.con-right a {
  color: #111 !important;
  padding: 0 !important;
  text-decoration: none !important;
  background-image: linear-gradient(transparent 0%, transparent calc(50% - 8px), #e29e8e, calc(50% - 8px), #e29e8e 100%) !important;
  transition: background-position 120ms ease-in-out, padding 120ms ease-in-out !important;
  background-size: 100% 200% !important;
  background-position: 0 0 !important;
}
.con-right a:hover {
  background-image: linear-gradient(transparent 0%, transparent calc(50% - 8px), #da816c, calc(50% - 8px), #da816c 100%) !important;
  background-position: 0 100% !important;
}
.pricing-plans {
  font-family: "Roboto", sans-serif;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  justify-content: center;
}
.pricing-plans .plan {
  width: 80%;
  min-width: 0;
  -webkit-box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  position: relative;
  will-change: transform;
  text-align: center;
}
.pricing-plans .plan:before {
  position: relative;
  content: "";
  border: 1px solid transparent;
  width: 80%;
  display: block;
  padding: 0.5rem;
  height: 12px;
}
@media only screen and (min-width: 1200px) {
  .pricing-plans .plan {
    width: 18%;
  }
}
.pricing-plans .plan.options {
  font-size: 0.75rem;
}
.pricing-plans .plan .plan-header {
  border: 1px solid #ddd;
  border-right-color: transparent;
  border-bottom-color: transparent;
  background-color: rgba(221, 221, 221, 0.2);
  display: flex;
  flex-direction: column;
  align-content: center;
  vertical-align: top;
  position: relative;
  min-height: 17px;
  padding: 0.5rem;
}
.pricing-plans .plan .plan-header.first {
  border-color: transparent;
  background-color: transparent;
}
.pricing-plans .plan .plan-header.last {
  border-right: 1px solid #ddd;
}
.pricing-plans .plan .plan-header h3 {
  font-size: 1rem;
  margin: 0;
  text-align: center;
}
.pricing-plans .plan .plan-header h3 .label {
  display: block;
  font-size: 1rem;
  letter-spacing: 1px;
  margin: 0 auto 0px;
  text-transform: uppercase;
  font-weight: 700;
}
.pricing-plans .plan .plan-header h3 .figure {
  padding: 5px 0 5px;
  position: relative;
}
.pricing-plans .plan .plan-header h3 .figure span {
  display: inline-block;
}
.pricing-plans .plan .plan-header h3 .figure .amount {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1;
}
.pricing-plans .plan .plan-header h3 .figure .amount:before {
  content: "$";
  font-size: 1rem;
  font-weight: 400;
  vertical-align: top;
  letter-spacing: normal;
}
.pricing-plans .plan .plan-header h3 .figure .amount:after {
  position: relative;
  top: -3px;
  left: 3px;
  content: "/MO";
  letter-spacing: normal;
  font-weight: 400;
  vertical-align: bottom;
  font-size: 0.6rem;
  text-transform: uppercase;
}
.pricing-plans .plan .plan-header h3 .foreword {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 0;
}
.pricing-plans .plan .plan-header h3 .afterword {
  font-size: 0.7rem;
  text-transform: uppercase;
  padding: 0;
  white-space: nowrap;
  color: #84949c;
  letter-spacing: 0px;
}
.pricing-plans .plan .plan-header h3 .text {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0px;
  text-align: left;
}
.pricing-plans .plan .plan-info .list-group .ul {
  padding: 0px;
  margin-top: 0px;
  list-style-type: none;
}
.pricing-plans .plan .plan-info .list-group .list-group-item {
  border-radius: 0px;
  border-width: 1px;
  border: 1px solid #ddd;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  .pricing-plans .plan .plan-info .list-group.first {
    margin-top: 3.75rem;
    min-width: 320px;
    position: absolute;
    right: 0px;
    list-style-type: none;
  }
}
.pricing-plans .plan .plan-info .list-group.first .list-group-item {
  border-color: transparent;
  padding: 0.42rem 0.25rem;
}
.pricing-plans .plan .plan-info .list-group.last {
  padding: 0px;
  list-style-type: none;
  margin-top: 5px;
}
.pricing-plans .plan .plan-info .list-group.last .list-group-item {
  border-right-color: #ddd;
  list-style-type: none;
  padding: 2px 0px;
}
.sidebar-home.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: -50%;
}
.sidebar.sticky {
  height: 292vh;
  position: -webkit-sticky;
  position: sticky;
  top: -14vh;
}
@media (max-width: 1440px) {
  .sidebar.sticky {
    height: 144vh;
  }
  .sidebar.sticky-blog {
    height: 115vh;
    top: -172px;
  }
}
@media (max-width: 768px) {
  .sidebar.sticky {
    height: 143vh;
    top: -40%;
    width: fit-content;
  }
  .sidebar.sticky-blog {
    height: 128vh;
    top: -405px;
  }
}
@media (max-width: 425px) {
  .sidebar.sticky {
    height: 81vh;
    position: -webkit-sticky;
    position: sticky;
    top: -16%;
    width: fit-content;
  }
  .sidebar.sticky-blog {
    height: 242vh;
    position: -webkit-sticky;
    position: sticky;
    top: -660px;
  }
  h3 {
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    margin: 0;
  }
  .widget {
    padding-bottom: 30px;
  }
  .categories ul {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
    position: relative;
    margin-left: 55px;
  }
  .categories ul li {
    padding: 5px 0 5px 24px;
    position: relative;
  }
  .categories a:link, .categories a:visited {
    text-decoration: none;
  }
  .categories a:link:before, .categories a:visited:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    margin-top: 4px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid black;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .categories a:hover:before {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }
}
.sidebar .widget {
  padding-bottom: 30px;
}
.sidebar h3 {
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  margin: 0;
}
.sidebar .categories ul {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
  position: relative;
}
.sidebar .categories ul li {
  padding: 5px 0 5px 24px;
  position: relative;
  text-align: left;
}
.sidebar .categories a:link:before, .sidebar .categories a:visited:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  margin-top: 4px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid black;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.service-slider {
  overflow: hidden;
  position: relative;
}
.service-slider .navigation {
  background: #92c3c3;
  text-align: center;
  margin: 13px 0;
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 36px;
  line-height: 36px;
}
.service-slider .navigation .select {
  border: 3px solid black;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  height: 72px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.service-slider .navigation .item {
  border: 3px solid rgba(0, 0, 0, 0);
  display: inline-block;
  padding: 15px 16px;
  margin: -5px 0;
  cursor: pointer;
  position: relative;
}
.service-slider .slides {
  margin: 41px 0;
  position: relative;
  overflow: hidden;
}
.service-slider .slides h2 {
  font-size: 74px;
  line-height: 74px;
  margin: 0;
}
.service-slider .slides .slides_wrapper {
  width: 99999px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.service-slider .slides .item {
  float: left;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: flex;
  align-items: center;
}
.service-slider .slides .item .content {
  padding-left: 50px;
}
.service-slider .slides .item.active {
  visibility: visible;
  opacity: 1;
}
section.results {
  font-family: "Saira Extra Condensed", sans-serif;
  text-align: center;
}
section.results .title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
section.results .result {
  font-size: 214px;
  line-height: 214px;
  font-weight: 700;
}
section.tutorials h2 {
  font-size: 108px;
  line-height: 108px;
  text-align: center;
  margin: 0;
}
section.tutorials .shoes {
  position: relative;
  margin-top: -25px;
}
section.tutorials .shoes img {
  max-width: 100%;
}
section.tutorials .shoes .shadow {
  position: absolute;
}
section.tutorials .shoes .image {
  position: relative;
}
section.tutorials .tutorial-slider {
  margin: 60px 0 30px;
}
section.tutorials .tutorial-slider a:link, section.tutorials .tutorial-slider a:visited {
  text-decoration: none;
}
section.tutorials .tutorial-slider .owl-nav {
  width: 104px;
  margin: auto;
}
section.tutorials .tutorial-slider .owl-nav button {
  width: 28px;
  height: 41px;
  border: none;
  outline: none;
  margin: 0 12px;
  -webkit-transition: 0s;
  transition: 0s;
}
section.tutorials .tutorial-slider .owl-nav button span {
  display: none;
}
section.tutorials .tutorial-slider .owl-nav .owl-prev {
  background: url(../png/nav-9.png) left bottom no-repeat;
}
section.tutorials .tutorial-slider .owl-nav .owl-prev.disabled {
  background-position: left top;
}
section.tutorials .tutorial-slider .owl-nav .owl-next {
  background: url(../png/nav-9.png) right bottom no-repeat;
}
section.tutorials .tutorial-slider .owl-nav .owl-next.disabled {
  background-position: right top;
}
section.tutorials .tutorial-slider .tutorial-item {
  display: block;
  width: 50%;
  float: left;
  font-size: 1.25rem;
  margin-bottom: 40px;
  padding-right: 70px;
}
section.tutorials .tutorial-slider .tutorial-item .title {
  overflow: hidden;
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 5px;
}
section.tutorials .tutorial-slider .tutorial-item span {
  float: left;
  text-align: center;
  font-weight: 700;
  font-size: 33px;
  background: #000;
  color: #fff;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  margin: 6px 20px 0 0;
}
section.top-books h2 {
  font-size: 138px;
  line-height: 138px;
  font-weight: bold;
  margin: 0;
}
section.top-books img {
  max-width: 100%;
}
section.top-books .books {
  position: relative;
}
section.top-books .books .book-1 {
  position: absolute;
  top: 0;
  right: 42%;
  width: 50.7%;
}
section.top-books .books .book-2 {
  position: absolute;
  right: 2.5%;
  top: 98px;
  width: 45.737%;
}
.calendar {
  padding: 0 45px;
  font-size: 30px;
  font-weight: 700;
  font-family: "Saira Extra Condensed", sans-serif;
}
.calendar a:link, .calendar a:visited {
  color: #000;
  text-decoration: none;
}
.calendar table {
  border-collapse: collapse;
  text-align: center;
}
.calendar table td {
  padding: 0 12px;
}
.calendar table td:first-child {
  background: #000;
  color: #fff;
}
.calendar table thead tr:first-child td:nth-child(2) {
  color: #f0b6b5;
  font-size: 68px;
  font-weight: 400;
  line-height: 68px;
}
.calendar table tbody td:first-child {
  background: #000;
  color: #fff;
}
.calendar table tbody td.conf {
  background: #da816c;
}
.calendar table tbody td.training {
  background: #77ced9;
}
section.home-conference {
  padding-bottom: 58px;
}
section.home-conference .conference {
  display: flex;
}
section.home-conference .image {
  margin-right: 20px;
  width: 46%;
}
section.home-conference .image img {
  float: left;
  max-width: 100%;
}
section.home-conference .content {
  width: 54%;
  display: flex;
  flex-direction: column;
}
section.home-conference .content .category {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 1.375rem;
  line-height: 1.375rem;
  margin: 0 0 5px 0;
}
section.home-conference .content h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
}
section.home-conference .content p {
  flex-grow: 1;
}
section.home-conference .content .next {
  font-weight: bold;
  font-size: 15px;
}
section.home-conference .content .next h3 {
  font-size: 20px;
  line-height: 20px;
  color: #da816c;
  margin: 0 0 6px 0;
}
section.home-conference .content .next p {
  margin: 0;
}
section.home-articles a, .articles a {
  display: block;
  text-decoration: none;
}
section.home-articles .article, .articles .article {
  margin-bottom: 40px;
}
section.home-articles .article img, .articles .article img {
  max-width: 100%;
}
section.home-articles .article .category, .articles .article .category {
  margin-top: 20px;
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 20px;
  line-height: 20px;
}
section.home-articles .article h3, .articles .article h3 {
  font-size: 30px;
  line-height: 30px;
  margin: 8px 0;
  font-weight: 700;
}
section.home-articles .article .date, .articles .article .date {
  background: #77ced9;
  font-size: 0.875rem;
  display: inline-block;
  padding: 6px 10px;
}
.subscribe-form {
  padding: 0 0 80px 0;
}
.subscribe-form h3 {
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  margin: 0;
}
.subscribe-form p {
  margin-top: 0;
  font-size: 1.25rem;
}
.subscribe-form .input-wrap {
  margin-bottom: 15px;
}
.subscribe-form input {
  width: 100%;
}
.subscribe-form button {
  margin: 0 auto;
  display: block;
}
section.home-globe {
  padding: 20px 0;
}
section.home-globe img {
  max-width: 100%;
}
section.home-globe h2 {
  font-size: 222px;
  line-height: 222px;
  margin: 0;
  font-weight: 700;
}
section.home-globe h3 {
  font-size: 69px;
  line-height: 69px;
  margin: 0;
  font-weight: 400;
}
section.bottom {
  position: relative;
  font-size: 14px;
  background: url(../png/bottom-17.png) center top no-repeat;
}
section.bottom .container {
  position: relative;
}
section.bottom .books {
  position: absolute;
  right: 36px;
  bottom: -65px;
}
section.bottom .loupe {
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
section.bottom .loupe img {
  margin-bottom: -192px;
}
section.bottom .face {
  position: absolute;
  margin-left: 158px;
  bottom: 0;
  overflow: hidden;
}
section.bottom .face img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: -82px;
}
section.bottom .face img:hover {
  margin-bottom: -22px;
}
section.bottom nav {
  max-width: 600px;
  margin: auto;
  text-align: center;
  padding-top: 110px;
  padding-bottom: 10px;
}
section.bottom .contacts {
  padding-bottom: 20px;
  max-width: 600px;
  margin: auto;
  text-align: center;
}
/* Hubspot form on SEO landing page  */
.page-id-185827 .hbspt-form {
  background: url(../png/footer-7.png) center top no-repeat #7982bb;
  padding: 20px;
  display: block;
  margin-bottom: 15px;
  max-width: 500px;
  font-size: 14px;
}
.page-id-185827 .hs-form * {
  color: black;
}
footer {
  background: url(../png/footer-11.png) center top no-repeat #7982bb;
  font-size: 0.875rem;
  padding: 20px 0 50px 0;
  height: 900px;
  background-size: cover;
}
footer .brand {
  float: left;
}
footer .brand img {
  height: 166px;
  width: 166px;
}
footer nav.vertical {
  float: left;
  margin-left: 42px;
  padding-left: 20px;
  border-left: 1px solid #fff;
}
footer nav.vertical ul {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
footer nav.vertical ul a:link, footer nav.vertical ul a:visited {
  color: #000;
  text-decoration: none;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
footer nav.vertical ul a:hover {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
}
footer nav.vertical ul li {
  line-height: 41.5px;
}
footer h2 {
  font-weight: 700;
  font-size: 175px;
  line-height: 175px;
  color: #d6dcfd;
  margin: -220px 0 44px 0;
  text-align: right;
}
footer .form-popup {
  padding: 50px 0 25px 204px;
  color: #d8e1fe;
}
footer input, footer textarea, footer select {
  background: #d8e1fe;
  border-color: #d8e1fe;
  border-radius: 0;
  color: #074979;
  width: 100%;
  border-radius: 6px;
}
footer textarea {
  height: 170px;
}
footer button, footer input[type="submit"] {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  padding: 10px 40px;
  margin: 0 auto;
  display: block;
}
footer .focus-input {
  border-color: #d6dcfd;
}
footer .close {
  display: none;
}
footer .contact-us {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 75%;
  font-size: 38px;
  font-weight: 100;
  line-height: 62px;
  padding: 0;
}
footer .call-now {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 25%;
  height: 62px;
  line-height: 62px;
  padding: 0;
  background: url(../png/phone_icon-9.png) center center no-repeat #39b54a;
  background-size: auto 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
footer .copyrights {
  text-align: center;
}
#contact-form-title {
  font-weight: 700;
  font-size: 175px;
  line-height: 175px;
  color: #d6dcfd;
  margin: -11px 0 44px 0;
  text-align: right;
}
.page-template-template-contact #footer-section {
  height: 839px;
}
@media (max-width: 1890px) {
  .page-template-template-contact #footer-section {
    height: 831px;
  }
}
@media (max-width: 1400px) {
  .eu-team {
    transform: scale(0.7);
    top: -20vh;
    left: -3vw;
  }
}
@media (max-width: 1320px) {
  .page-template-template-contact #footer-section {
    height: 828px;
  }
}
@media (max-width: 1100px) {
  .minutes {
    font-size: 129px;
  }
  .eu-compass {
    transform: scale(1);
  }
  .eu-team {
    transform: scale(0.5);
    top: -80vh;
    left: 35vw;
  }
  .eu-column {
    height: 390px;
  }
}
@media (max-width: 900px) {
  .eu-team {
    transform: scale(0.5);
    top: -80vh;
    left: 35vw;
  }
}
@media (max-width: 993px) {
  .page-template-template-contact #footer-section {
    height: 1102px;
  }
}
@media (max-width: 768px) {
  .page-template-template-contact #footer-section {
    height: unset;
  }
  .title-1, .title-2, .title-3 {
    margin-left: 2% !important;
  }
  .eu-team {
    transform: scale(0.6);
    top: -15vh;
    left: -5vw;
  }
  .brand-statement-sm-it {
    background: url(../png/it-dal-9.png) center top no-repeat;
    height: 472px;
    width: 357px;
    display: block;
  }
  .eu-pic {
    right: -84% !important;
    margin-top: -78% !important;
  }
  .team-body {
    margin-top: 45% !important;
    justify-content: center;
  }
  .eu-members {
    flex: 0 0 100%;
    max-width: unset !important;
  }
  .eu-info {
    text-align: center;
  }
  .yt1 {
    height: 175px !important;
  }
}
footer nav.horizontal, section.bottom nav {
  margin: auto;
  text-align: center;
}
footer nav.horizontal ul, section.bottom nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer nav.horizontal ul a:link, footer nav.horizontal ul a:visited, section.bottom nav ul a:link, section.bottom nav ul a:visited {
  color: #000;
  text-decoration: none;
}
footer nav.horizontal ul a:hover, section.bottom nav ul a:hover {
  text-decoration: underline;
}
footer nav.horizontal ul li, section.bottom nav ul li {
  display: inline-block;
}
footer nav.horizontal ul li:after, section.bottom nav ul li:after {
  content: "|";
  display: inline-block;
  padding: 0 20px;
}
footer nav.horizontal ul li:last-child:after, section.bottom nav ul li:last-child:after {
  display: none;
}
.social-icons {
  display: flex;
  justify-content: center;
}
.social-icons img {
  height: 40px;
  width: 40px;
  padding: 5px;
}
.social-icons img:hover {
  transform: scale(1.1);
}
.page-template-template-home .header-content .title, .page-template-template-AU-SEOLanding .header-content .title {
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 800;
  font-size: 95px;
  line-height: 78px;
  text-transform: uppercase;
  margin: 0;
}
.page-template-template-home .header-content .year, .page-template-template-AU-SEOLanding .header-content .year {
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 800;
  font-size: 400px;
  line-height: 400px;
  margin-top: -39px;
}
table {
  width: 100%;
  padding: 0;
  margin: 0;
}
table thead {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 22px;
}
table tbody tr:hover {
  background-color: #92c3c3;
}
table tr th, table tr td {
  text-align: center;
}
table tr th:first-of-type, table tr td:first-of-type {
  text-align: left;
}
.recaptcha-terms {
  font-size: 0.8em;
}
.grecaptcha-badge {
  visibility: hidden;
}
.search-result img.wp-post-image {
  margin-top: 30px;
}
figure.wp-caption {
  max-width: 100%;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.responsive-video iframe, .responsive-video object, .responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
#additionalsharingconsent {
  font-size: 0.8em;
}
.lightcheckbox {
  background-color: #d8e1fe !important;
  border-color: #d8e1fe !important;
  color: #074979 !important;
}
@media (max-width: 770px) {
  .brand-statement {
    height: 58vh;
  }
  .offices {
    background: url(../png/global-offices-9.png) center center no-repeat;
    height: 303px;
    width: 375px;
    background-size: contain;
  }
  input[type="radio"][name="tabs"]:checked + .tab-label-content .tab-content {
    width: unset !important;
  }
  .tab-label-content .tab-content {
    width: unset;
    margin-top: unset;
    top: unset;
  }
  .tab-content {
    top: 76% !important;
    padding: unset;
  }
  .shoes {
    background: url(../png/shoes-11.png) center center no-repeat;
    margin-right: unset !important;
  }
  .tab-interior p {
    width: unset;
  }
  .carousel .logo-container {
    margin: 5px;
  }
}
.dark-hold {
  transform: scale(0.5);
  margin-top: -4px;
}
.menu-item-158547 {
  margin-top: -6px;
}
.menu-item-158547:hover {
  background: transparent !important;
}
/* outer-container styles */
.outer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
/* container "the whole button" styles */
.dark-theme-container {
  background: #053481;
  width: 8rem;
  height: 3rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 0.3rem 0.5rem;
  cursor: pointer;
  font-size: 52%;
}
.light .dark-theme-container {
  background: #56a0d3;
}
/* sun and moon styles */
.circle {
  position: relative;
  height: 100%;
  width: 35%;
  background: #fffdf2;
  border-radius: 50%;
  transition: all 0.3s;
  box-shadow: 2rem 0rem 0 -1rem #e3f10ceb, 3rem 0.8rem 0 -1rem #e3f10ceb, 3rem 0rem 0 -1.1rem #e3f10ceb, 2.5rem -1rem 0 -1.1rem #e3f10ceb, 4rem 0 0 -1rem #e3f10ceb, 4.5rem 1rem 0 -1.1rem #e3f10ceb, 5rem -0.8rem 0rem -1.1rem #e3f10ceb, 5.5rem 0.5rem 0 -1rem #e3f10ceb, inset 4rem -2.5rem 0.9rem -3.5rem #053481, inset 0rem 0rem 0 -3rem rgba(104, 58, 15, 0.041);
}
.light .circle {
  background: #fbca00;
  transform: translateX(190%);
  box-shadow: none;
  border: 0.2rem solid #e4c74d;
}
.light .circle::after, .light .circle::before {
  display: none;
}
/* the clouds styles */
.light .cloud {
  position: absolute;
  top: 31%;
  left: -4.5rem;
  display: block;
  width: 10rem;
  height: 1.5rem;
  border: 0.4rem solid #d4d4d2;
  border-radius: 3rem;
  background-color: #fff;
  animation: scaleItUp 0.5s;
  z-index: -2;
  transform: scale(0.35);
  pointer-events: none;
}
.light .bird1 {
  position: absolute;
  background: url(../png/bird1-9.png) no-repeat;
  top: -41%;
  left: -4.5rem;
  display: block;
  width: 5rem;
  height: 2.5rem;
  animation: scaleItUp 0.5s;
  z-index: -2;
  transform: scale(0.35);
  pointer-events: none;
}
.light .bird2 {
  position: absolute;
  background: url(../png/bird2-9.png) no-repeat;
  top: 21%;
  left: -5.5rem;
  display: block;
  width: 5rem;
  height: 2.5rem;
  animation: scaleItUp 0.5s;
  z-index: -2;
  transform: scale(0.35);
  pointer-events: none;
}
.light .cloud::before, .light .cloud::after {
  content: "";
  display: block;
  position: relative;
  border: 0.4rem solid #d4d4d2;
  border-radius: 100%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  background-color: #fff;
}
.light .cloud::before {
  top: -2.3rem;
  right: 0rem;
  width: 4rem;
  height: 3.5rem;
  transform: rotateZ(20deg);
}
.light .cloud::after {
  top: -6.7rem;
  right: -3rem;
  width: 3rem;
  height: 5rem;
  transform: rotateZ(83deg);
  z-index: -1;
}
/* animations */
@keyframes scaleItUp {
  from {
    transform: scale(0);
  }
}
.dark-theme body {
  background: #202a33 !important;
}
.dark-theme .hb-bck {
  background: #ccc;
  padding: 20px;
}
.dark-theme .page-content .post-details .post-date {
  background: #db816b;
  float: left;
  padding: 0 10px;
}
.dark-theme .page-content .pagination:hover {
  background: none;
}
.dark-theme .page-content .pagination a:hover {
  background: #db816b;
}
.dark-theme .page-content .pagination span.current {
  background: #db816b;
}
.dark-theme ::-webkit-input-placeholder {
  color: #ebebeb;
}
.dark-theme ::-moz-placeholder {
  color: #ebebeb;
}
.dark-theme :-ms-input-placeholder {
  color: #ebebeb;
}
.dark-theme ::placeholder {
  color: #ebebeb;
}
.dark-theme .articles h3 {
  color: white !important;
}
.dark-theme .article a {
  background-image: none !important;
}
.dark-theme .hbspt-form label {
  color: #FFF !important;
}
.dark-theme .widget a {
  background-image: none !important;
}
.dark-theme .articles .article .category {
  color: #db816b;
}
.dark-theme .sub-hed, .dark-theme .subheading, .dark-theme ul, .dark-theme li, .dark-theme h2, .dark-theme .result, .dark-theme a:link, .dark-theme a:visited {
  color: white !important;
}
.dark-theme section.results .title {
  color: white;
}
.dark-theme .slide-content li a {
  color: white;
}
.dark-theme .page-content h1 {
  color: #db816b;
}
.dark-theme .breadcrumb .current-item {
  color: #db816b;
}
.dark-theme .man-cards h5 {
  color: #000;
}
.dark-theme .man-cards h3 {
  color: #FFF !important;
}
.dark-theme .subscribe-form h3, .dark-theme section.home-globe h3 {
  color: #db816b;
}
.dark-theme section.home-conference .content .category {
  color: #db816b;
}
.dark-theme .logo-slider__navlink {
  background-color: #db816b;
}
.dark-theme #hsForm_bb898571-6af6-4ac7-ba2a-5a66ded47c4e > div.hs_submit.hs-submit > div.actions > input {
  margin-top: 10px;
  background: #db816b;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
}
.dark-theme #hsForm_bb898571-6af6-4ac7-ba2a-5a66ded47c4e > div.hs_submit.hs-submit > div.actions > input:hover {
  background: #99c4c7;
  color: #202a33;
}
.dark-theme #label-message-eec7b01b-220e-42b2-9ec4-80209f619a88 {
  color: #FFF !important;
}
.dark-theme .calendar table td {
  color: white;
}
.dark-theme .title {
  color: #2170b8;
}
.dark-theme .font-144 {
  color: white;
}
.dark-theme .year {
  color: #066cca;
}
.dark-theme header.sticky {
  background: #202a33;
}
.dark-theme a:hover {
  color: #202a33;
}
.dark-theme .anaglyph-blue {
  color: #2170b8;
  -webkit-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
  position: absolute;
  mix-blend-mode: multiply;
}
.dark-theme .anaglyph-white {
  color: #fff;
  -webkit-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
  position: absolute;
  mix-blend-mode: multiply;
}
.dark-theme .anaglyph-pink {
  color: #fff;
  -webkit-transform: translate(-8px, -8px);
  -ms-transform: translate(-8px, -8px);
  transform: translate(-8px, -8px);
  position: absolute;
  opacity: 80%;
  mix-blend-mode: screen;
}
.dark-theme .anaglyph-black {
  position: relative;
}
.dark-theme .anaglyph-red {
  color: white !important;
}
.dark-theme .year {
  text-shadow: 4px 4px white;
}
.dark-theme .logo-img img {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 50%;
}
.dark-theme .anaglyph-green {
  color: #fff !important;
  -webkit-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
  position: absolute;
  mix-blend-mode: multiply;
}
.dark-theme .black-line {
  stroke: #fff;
}
.dark-theme .layer-right {
  left: 66%;
}
.dark-theme .layer-left {
  right: unset;
}
.dark-theme .layer-1 {
  background: url(../png/top-right-graphic-9.png);
  height: 1115px;
  margin-top: 0%;
  background-repeat: no-repeat;
}
.dark-theme .layer-2 {
  background: url(../png/left-graphic-9.png) left top no-repeat;
  max-width: 909px;
  width: 100%;
  max-height: 2638px;
  height: 100%;
  margin-top: 52%;
  margin-right: 8%;
}
.dark-theme .layer-4 {
  background: url(../png/middle-right-9.png) left top no-repeat;
  max-width: 1315px;
  width: 100%;
  max-height: 2643px;
  height: 100%;
  margin-top: 174%;
  margin-left: 89%;
  left: unset !important;
}
.dark-theme .layer-5 {
  background: url(../png/bottom-left-9.png) left top no-repeat;
  max-width: 428px;
  width: 100%;
  max-height: 1337px;
  height: 100%;
  margin-top: 6000px;
}
.dark-theme .layer-3 {
  display: none;
}
.dark-theme .layer-3-2 {
  display: none;
}
.dark-theme .layer-3-3 {
  display: none;
}
.dark-theme .offices {
  background: url(../png/global-offies-dark-9.png) center center no-repeat;
  height: 400px;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-blog {
  background: url(../png/blog-dark-9.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-training {
  background: url(../png/training-dark-11.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-guide {
  background: url(../png/guide-dark-9.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-team {
  display: none;
}
.dark-theme .corner-pic {
  display: none;
}
.dark-theme .corner-pic-content {
  display: block;
  background: url(../png/ice-9.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-ppc {
  display: block;
  background: url(../png/money-tree-14.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-smm {
  display: block;
  background: url(../png/smm-dark-14.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-seo {
  display: block;
  background: url(../png/glove-9.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-seo-tools {
  display: block;
  background: url(../png/tools-dark-9.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-about {
  display: block;
  background: url(../png/about-dark-9.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-employment {
  display: block;
  background: url(../png/employment-dark-9.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-analytics {
  display: block;
  background: url(../png/dark-analytics-9.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-cro {
  display: block;
  background: url(../png/dark-cro-9.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-dmo {
  display: block;
  background: url(../png/seo-dark-9.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-paid-search {
  display: block;
  background: url(../png/money-tree-14.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-design {
  display: block;
  background: url(../png/dark-design-9.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .robot {
  background: url(../png/404-dark-9.png) center center no-repeat;
  width: 400px;
  height: 700px;
}
.dark-theme ul#menu-header-menu li.search-bar a {
  filter: invert(1);
}
.dark-theme section.bottom nav:hover {
  background: transparent !important;
}
.dark-theme footer nav.horizontal, .dark-theme section.bottom nav:hover {
  background: transparent !important;
}
.dark-theme header nav ul li:hover {
  background: #db816b;
}
.dark-theme #menu-item-55905:hover {
  background: transparent;
}
.dark-theme .sidebar h3 {
  color: #db816b;
}
.dark-theme .sidebar .categories a:link:before, .dark-theme .sidebar .categories a:visited:before {
  border-left: 8px solid #92c3c3;
}
.dark-theme .shoes {
  background: url(../png/telescope-9.png) center center no-repeat;
  height: 600px;
  margin-right: 40px;
}
.dark-theme .tab-bar {
  background: #2170b8;
}
.dark-theme label {
  color: #fff;
}
.dark-theme .slide {
  border: 3px solid #db816b;
}
.dark-theme .subscribe-form h3, .dark-theme section.home-globe h3 {
  color: #db816b;
}
.dark-theme section.home-conference .content .category {
  color: #db816b;
}
.dark-theme .logo-slider__navlink {
  background-color: #db816b;
}
.dark-theme .page-content h3 {
  color: #db816b;
}
.dark-theme .opti-span, .dark-theme .opti-quote {
  color: #db816b;
}
.dark-theme .quote-attribution footer cite {
  color: #db816b !important;
}
.dark-theme .breadcrumb::after {
  color: #db816b;
}
.dark-theme .quote-attribution:before {
  color: #91c4c3;
}
.dark-theme .sidebar .categories a:link:before, .dark-theme .sidebar .categories a:visited:before {
  content: "";
  border-left: 8px solid #91c4c3;
}
.dark-theme header nav ul li.menu-item-has-children > a:after {
  background: url(../png/arrow_down_white-9.png) center center no-repeat;
}
.dark-theme .wp-caption-text {
  color: #ccc;
}
.dark-theme header nav ul li.blue a:hover {
  background: #db816b;
  color: #000;
}
.dark-theme .jtbd ul li:before {
  display: inline-block;
  content: url(../png/dark-quotes-9.png);
  position: absolute;
  left: 20px;
}
.dark-theme section.home-articles .article .date, .dark-theme .articles .article .date {
  background: #db816b;
  color: black;
}
.dark-theme .sidebar .categories a:link:before, .dark-theme .sidebar .categories a:visited:before {
  border-left: 8px solid #92c3c3;
}
.dark-theme .drk-bgrnd {
  background: #FFF !important;
  padding: 40px;
}
.dark-theme .drk-bgrnd a, .dark-theme .drk-bgrnd p, .dark-theme .drk-bgrnd h2, .dark-theme .drk-bgrnd li {
  color: #000 !important;
}
.dark-theme .drk-bgrnd-two {
  background: #ccc !important;
  padding: 40px;
}
.dark-theme .drk-bgrnd-two a, .dark-theme .drk-bgrnd-two p, .dark-theme .drk-bgrnd-two h2, .dark-theme .drk-bgrnd-two li {
  color: #000 !important;
}
.dark-theme .drk-bgrnd-three {
  background: #e6e6e6 !important;
  padding: 40px;
}
.dark-theme .drk-bgrnd-three a, .dark-theme .drk-bgrnd-three p, .dark-theme .drk-bgrnd-three h2, .dark-theme .drk-bgrnd-three li {
  color: #000 !important;
}
.dark-theme .articles .article a:hover {
  background-image: none !important;
}
.dark-theme .widget a:hover {
  background-image: none !important;
}
.dark-theme .date a {
  background-image: none !important;
}
.dark-theme .fn a {
  background-image: none !important;
}
.dark-theme .serv-img1 {
  content: url(../png/glove-9.png);
  height: 400px;
  margin-right: 40px;
}
.dark-theme .serv-img2 {
  content: url(../png/jump-rope-14.png);
  height: 400px;
}
.dark-theme .serv-img3 {
  content: url(../png/seo-multitool-9.png);
  height: 400px;
}
.dark-theme .serv-img4 {
  content: url(../png/money-tree-14.png);
  height: 400px;
}
.dark-theme .serv-img5 {
  content: url(../png/ice-9.png);
  height: 400px;
}
.dark-theme .serv-img6 {
  content: url(../png/smm-dark-14.png);
  height: 400px;
}
.dark-theme .category-dark-test-one .blog-content {
  background: white !important;
}
.dark-theme .shoes {
  background: url(../png/telescope-9.png) center center no-repeat;
  height: 600px;
  margin-right: 40px;
}
.dark-theme .tab-bar {
  background: #2170b8;
}
.dark-theme label {
  color: #fff;
}
.dark-theme .slide {
  border: 3px solid #db816b;
}
.dark-theme input[type="radio"], .dark-theme input[type="checkbox"] {
  background-color: #db816b;
}
.dark-theme nav:hover {
  background: #2170b8;
}
.dark-theme nav:hover.blue a {
  background: #db816b;
}
.dark-theme nav:hover.blue a:hover {
  background: #91c4c3;
}
.dark-theme nav ul.sub-menu {
  background: #2170b8;
}
.dark-theme nav ul.sub-menu li:hover a {
  background: #db816b;
}
.dark-theme.sticky {
  background: #7982bb;
}
.dark-theme.sticky .sub-menu {
  background: #7982bb;
}
.dark-theme .article .date {
  background: #db816b;
}
.dark-theme section.bottom {
  background: url(../png/bottom-18.png) center top no-repeat;
}
.dark-theme .page-template-template-AU-SEOLanding .header-content .title {
  color: #2170b8;
}
.dark-theme .page-template-template-AU-SEOLanding .header-content .year {
  cursor: context-menu;
}
@media (max-width: 1695px) {
  .dark-theme .layer-2 {
    height: 29%;
  }
}
@media (max-width: 991px) {
  .dark-theme header .menu-toggle .bar {
    background: #ccc;
  }
  .dark-theme header .brand, .dark-theme header.sticky .brand {
    background: #202a33 !important;
  }
}
@media (max-width: 770px) {
  .dark-theme header .menu-toggle .bar {
    background: #ccc;
  }
  .dark-theme .logo-img {
    transform: scale(0.7);
  }
  .dark-theme .carousel ol {
    margin: -10px;
  }
  .dark-theme .carousel__slide {
    flex: 0 0 151%;
  }
  .dark-theme .carousel .logo-container {
    justify-content: center;
    margin-left: 18px;
    margin-top: 10px;
    margin-bottom: -30px;
    flex-wrap: nowrap;
  }
  .dark-theme .team-sm {
    background: url(../png/team-small-dark-9.png) center top no-repeat;
    height: 560px;
    width: 360px;
  }
  .dark-theme .brand-statement-sm {
    background: url(../png/1996-dark-9.png) center top no-repeat;
    height: 472px;
    width: 357px;
  }
  .dark-theme .offices {
    height: 303px;
    width: 375px;
    background-size: contain;
  }
  .dark-theme .serv-img1 {
    content: url(../png/glove-9.png);
    background-size: contain;
    margin-top: 4%;
  }
  .dark-theme .serv-img2 {
    content: url(../png/jump-rope-14.png);
    background-size: contain;
  }
  .dark-theme .serv-img3 {
    content: url(../png/money-tree-14.png);
    background-size: contain;
    margin-bottom: 12%;
    margin-left: 4%;
  }
  .dark-theme .serv-img4 {
    content: url(../png/easel-9.png);
    background-size: contain;
  }
  .dark-theme .serv-img5 {
    content: url(../png/ice-9.png);
    background-size: contain;
  }
  .dark-theme .serv-img6 {
    content: url(../png/seo-multitool-9.png);
    background-size: contain;
  }
  .dark-theme .layer-1 {
    height: 717px;
    width: 233px;
    margin-top: 78%;
    margin-left: 67px;
  }
  .dark-theme .layer-2 {
    margin-top: 195%;
  }
  .dark-theme header .brand, .dark-theme header.sticky .brand {
    background: #202a33 !important;
  }
  .dark-theme .team-sm img {
    filter: invert(0.6);
  }
  .dark-theme header nav ul, .dark-theme header.sticky nav ul {
    background: #db816b;
  }
  .dark-theme header.sticky nav ul.sub-menu {
    background: #2170b8;
  }
}
/* Aaron's Screen */
@media screen and (min-width: 1280px) and (max-height: 1251px) {
  .sidebar.sticky {
    height: 264vh;
    top: -4vh;
  }
}
/* Bruce's Laptop */
@media screen and (min-width: 1280px) and (max-height: 631px) {
  .sidebar.sticky {
    height: 421vh;
    position: -webkit-sticky;
    position: sticky;
    top: -18vh;
  }
  .boost .input-wrap, .input-wrap textarea, .input-wrap select {
    height: 8vh !important;
  }
}
@media (max-width: 1289px) {
  .page-content h1 {
    font-size: 100px;
    line-height: 100px;
  }
  .page-content h2 {
    font-size: 80px;
    line-height: 80px;
  }
  .page-content .seo-title {
    font-size: 13.03vw;
    line-height: 13.03vw;
  }
  .page-content .seo-title span {
    font-size: 33.21vw;
    line-height: 33.21vw;
  }
  section.top-books h2 {
    font-size: 10.7vw;
    line-height: 10.7vw;
  }
  section.bottom .contacts {
    padding-bottom: 212px;
  }
  footer h2 {
    font-size: 13.5vw;
    line-height: 13.5vw;
  }
  .line-6 {
    margin-top: -240px;
  }
  .page-template-template-home .header-content .title, .page-template-template-AU-SEOLanding .header-content .title {
    font-size: 7.4vw;
    line-height: 6.2vw;
  }
  .page-template-template-home .header-content .year, .page-template-template-AU-SEOLanding .header-content .year {
    font-size: 31vw;
    line-height: 31vw;
    margin-top: -3vw;
  }
  .case-study-header .title {
    font-size: 22.73vw;
    line-height: 18.28vw;
  }
  .case-study-header .title span {
    font-size: 35.85vw;
    line-height: 26.34vw;
  }
  .case-study-bottom h2 {
    margin-top: initial;
  }
}
@media (max-width: 991px) {
  .header-container {
    height: 78px;
  }
  header {
    top: 0;
    width: 100%;
    background: #ebebeb;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header .call {
    top: 70px;
    right: 0;
    /*display: block;
			position: static;
			line-height: 37px;
			background: url(../images/phone_icon.png) center center no-repeat #39b54a;
			background-size: auto 100%;
			font-size: 0;

			&:hover {
				background: url(../images/phone_icon.png) center center no-repeat #39b54a;
				background-size: auto 100%;
			}*/
  }
  header .sub-menu {
    background: #ebebeb;
  }
  header nav ul:not(.sub-menu) {
    padding-top: 19px;
  }
  header nav ul li a:link, header nav ul li a:visited, header nav ul li span {
    padding: 0 20px;
  }
  header .brand img {
    width: 78px;
    height: 78px;
  }
  section.results .title {
    font-size: 23px;
    line-height: 23px;
  }
  section.results .result {
    font-size: 160px;
    line-height: 160px;
  }
  section.tutorials .shoes {
    margin-top: 30px;
  }
  section.tutorials .tutorial-slider .tutorial-item {
    padding-right: 20px;
  }
  .calendar {
    padding: 0;
    margin: 30px auto 0 auto;
  }
  footer h2 {
    margin: -96px 0 30px 0;
    font-size: 11.5vw;
    line-height: 11.5vw;
  }
  footer .form-popup {
    padding-left: 0;
    padding-top: 0;
    color: #d8e1fe;
  }
  .no-gutter span.wpcf7-list-item {
    margin-left: 0;
  }
  #additionalsharingconsent {
    padding: 10px 0 0 10px;
    display: block;
  }
}
@media (max-width: 767px) {
  .focus-input {
    display: none;
  }
  header .brand, header.sticky .brand {
    position: relative;
    z-index: 2;
    margin: 0 -15px;
    display: block;
    height: 78px;
    background: #ebebeb;
  }
  header .menu-toggle, header.sticky .menu-toggle {
    display: block;
  }
  header .call, header.sticky .call {
    position: static;
    display: block !important;
    font-size: 13px;
    font-family: Nunito;
    font-weight: 700;
    background: #39b54a;
    -webkit-transition: 0.4s !important;
    transition: 0.4s !important;
  }
  header .call a:link, header .call a:visited, header.sticky .call a:link, header.sticky .call a:visited {
    color: #fff;
    -webkit-transition: 0.4s !important;
    transition: 0.4s !important;
  }
  header .call a:hover, header .call a:active, header.sticky .call a:hover, header.sticky .call a:active {
    color: #000;
  }
  header .call:hover, header.sticky .call:hover {
    background: #fff;
    color: #000;
  }
  header.toggle, header.sticky.toggle {
    top: 0 !important;
    position: fixed;
    -webkit-transition: 0s;
    transition: 0s;
  }
  header.toggle nav ul, header.sticky.toggle nav ul {
    display: block;
  }
  header.toggle .menu-toggle .bar:nth-child(1), header.sticky.toggle .menu-toggle .bar:nth-child(1) {
    -webkit-transform: translate(0px, 16px) rotate(45deg);
    -ms-transform: translate(0px, 16px) rotate(45deg);
    transform: translate(0px, 16px) rotate(45deg);
  }
  header.toggle .menu-toggle .bar:nth-child(2), header.sticky.toggle .menu-toggle .bar:nth-child(2) {
    opacity: 0;
  }
  header.toggle .menu-toggle .bar:nth-child(3), header.sticky.toggle .menu-toggle .bar:nth-child(3) {
    -webkit-transform: translate(0px, -16px) rotate(-45deg);
    -ms-transform: translate(0px, -16px) rotate(-45deg);
    transform: translate(0px, -16px) rotate(-45deg);
  }
  header nav ul, header.sticky nav ul {
    display: none;
    background: #ebebeb;
    position: fixed;
    left: 0;
    top: 78px;
    padding: 15px 0;
    width: 100%;
    -webkit-box-shadow: 0 0px 30px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 30px 4px rgba(0, 0, 0, 0.5);
  }
  header nav ul li, header.sticky nav ul li {
    float: none;
    position: static;
  }
  header nav ul li a:link, header nav ul li a:visited, header nav ul li span, header.sticky nav ul li a:link, header.sticky nav ul li a:visited, header.sticky nav ul li span {
    padding: 0 30px;
  }
  header nav ul li.search a, header.sticky nav ul li.search a {
    width: initial;
    padding: 0 30px;
    background-position: 30px center;
  }
  header nav ul li.blue, header.sticky nav ul li.blue {
    margin: 0;
  }
  header nav ul.sub-menu, header.sticky nav ul.sub-menu {
    display: none;
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    visibility: visible;
    opacity: 1;
    background: none;
    float: none;
  }
  header nav ul.sub-menu li, header.sticky nav ul.sub-menu li {
    float: none;
    display: block;
  }
  header nav ul.sub-menu li a, header.sticky nav ul.sub-menu li a {
    padding-left: 60px;
  }
  .line-1 {
    height: 58px;
    padding-top: 30px;
  }
  .line-3 {
    height: 68px;
    margin-bottom: 0px;
    margin-top: 12%;
  }
  section.results {
    margin-top: 23%;
  }
  .test-title {
    padding-top: 73px !important;
  }
  .jtbd ul {
    padding-left: 20px !important;
  }
  .header-content img {
    max-width: 100%;
  }
  .sidebar.sticky {
    padding-left: 0;
  }
  .page-content .seo-title {
    font-size: 32vw;
    line-height: 32vw;
  }
  .page-content .seo-title span {
    font-size: 83vw;
    line-height: 83vw;
  }
  .service-slider .navigation {
    font-size: 24px;
    line-height: 24px;
  }
  .service-slider .slides img {
    max-width: 100%;
  }
  .service-slider .slides .item {
    display: block;
  }
  .service-slider .slides .item .content {
    padding-left: 0;
  }
  section.tutorials .shoes {
    text-align: center;
  }
  .subscribe-form {
    padding-left: 0;
  }
  section.bottom .books, section.bottom .loupe, section.bottom .face {
    display: none;
  }
  section.bottom .contacts {
    padding-bottom: 20px;
  }
  footer {
    background: #7982bb;
  }
  footer h2 {
    float: none;
    clear: both;
    text-align: left;
    margin: 0;
    padding: 20px;
  }
  footer .form-popup {
    display: none;
    padding-bottom: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #7982bb;
    width: 100%;
    overflow: scroll;
    top: 78px;
    z-index: 2;
  }
  footer .form-popup .input-wrap {
    min-height: initial;
  }
  footer .form-popup .close {
    display: block;
    position: absolute;
    z-index: 111;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 49px;
    height: 49px;
    text-align: center;
    color: #fff;
    font-size: 48px;
    line-height: 63px;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  footer .form-popup .row {
    margin: 0;
  }
  footer nav.horizontal {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  footer .contact-us, footer .call-now {
    display: block;
    z-index: 1;
  }
  .line-7 {
    display: none;
  }
  .page-template-template-home .header-content .title, .page-template-template-AU-SEOLanding .header-content .title {
    font-size: 20.4vw;
    line-height: 17.2vw;
  }
  .page-template-template-home .header-content .year, .page-template-template-AU-SEOLanding .header-content .year {
    font-size: 62vw;
    line-height: 62vw;
    margin-top: -6vw;
  }
  .case-study-header .title {
    font-size: 46vw;
    line-height: 38vw;
  }
  .case-study-header .title span {
    font-size: 63vw;
    line-height: 53vw;
  }
  .case-study-bottom h2 {
    margin-top: 60px;
  }
  .case-study-seo-2 .spy {
    position: relative;
    margin-top: 0;
  }
  .case-study-man .penguin {
    display: none;
  }
  section.top-books .books {
    padding-bottom: 75%;
  }
}
@media (max-width: 767px) and (max-width: 425px) {
  footer .footer {
    width: 493px;
  }
  footer section.bottom {
    width: 493px;
  }
}
@media (max-width: 575px) {
  .page-content h1 {
    font-size: 66px;
    line-height: 66px;
  }
  .page-content h2 {
    font-size: 60px;
    line-height: 60px;
  }
  section.tutorials .tutorial-slider .tutorial-item {
    width: 100%;
  }
  section.home-conference .conference {
    display: block;
  }
  section.home-conference .conference .image {
    margin-right: 0;
  }
  section.home-conference .conference .content {
    display: block;
  }
  section.home-globe h2 {
    font-size: 200px;
    line-height: 200px;
  }
  footer .brand {
    width: 83px;
  }
  footer .brand img {
    width: 83px;
    height: 83px;
  }
  footer h2 {
    font-size: 15.5vw;
    line-height: 15.5vw;
  }
  footer nav.vertical {
    margin-left: 20px;
  }
  footer nav.vertical ul li {
    line-height: 30px;
  }
  .case-study-seo-header .title {
    font-size: 85px;
    line-height: 73px;
  }
}
/*# sourceMappingURL=styles.css.map */