/*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-official:before {
  content: "\f230";
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* cookie consent styles */

#CybotCookiebotDialog {
  padding-top: 18px !important;
}

#CybotCookiebotDialogBodyContent {
  padding: 0 0 0 8px !important;
}

#CybotCookiebotDialogBodyContentTitle,
#CybotCookiebotDialogBodyContentText {
  margin: 0 0 10px !important;
}

#CybotCookiebotDialogBodyContentText p {
  color: #666 !important;
  line-height: 1.4 !important;
}

#CybotCookiebotDialogPoweredbyLink {
  display: none !important;
}

#CybotCookiebotDialog a,
#CybotCookiebotDialog div,
#CybotCookiebotDialogBodyContentTitle,
#CybotCookiebotDialogBodyContentText p {
  font-family: "Open Sans", sans-serif !important;
}

#CybotCookiebotDialogBodyButtons {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane {
  border-radius: 0 !important;
}

a#CybotCookiebotDialogBodyButtonAccept {
  min-width: 80px;
  font-size: 16px;
  padding: 8px 30px;
  margin: 0 !important;
  background-color: #ff5580 !important;
  font-weight: 600;
  border: none !important;
}

#CybotCookiebotDialogDetail {
  margin-top: 6px !important;
}

p.address {
  font-size: 18px;
  line-height: 25px;
}

p.address b {
  font-size: 20px;
  line-height: 45px;
}

.address .btn {
  margin: 24px 0;
  height: 50px;
  line-height: 50px;
  min-width: initial !important;
}

@media screen and (min-width: 440px) and (max-width: 769px) {
  p.address {
    font-size: 16px;
  }
}

@media screen and (min-width: 0px) and (max-width: 440px) {
  p.address {
    margin: 15px;
  }
}

.award-single img {
  width: 50px;
  height: 50px;
  display: block;
}

.animated-icon-gif {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  display: block;
}

img.icon-super {
  margin: 0 auto;
}

.eighty-opacity {
  opacity: 0.8;
}

a.jobs-anchor:hover {
  text-decoration: underline;
}

footer {
  position: relative;
  overflow: hidden;
}

.sidebar-widget a {
  /* color: #ff5580 !important; */
}

.sidebar-widget a:hover {
  color: #ff5580;
  text-decoration: underline;
}

footer div,
footer p {
  color: #999;
  font-size: 16px;
  line-height: 24px;
}

footer h3 {
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 10px;
}

header.title {
  height: 500px;
  position: relative;
  overflow: hidden;
}

section {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1366px;
  margin: 0 auto;
}

/*
body.blog section, body.post-type-archive-resources section, .page-template-template-team section {
  padding: 40px 20px 0px;
}
*/
body.blog section.dark-wrapper {
  background-color: #fff !important;
}

.first-section-under-icon {
  padding-top: 60px;
}

.comment-form input[type="text"],
.comment-form textarea {
  width: 100%;
  padding: 16px;
  border: none;
  box-shadow: none;
  background: #ccc;
}

.triangles-blog {
  width: 1460px;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  max-height: 80vh;
}

.triangles-footer {
  width: 1200px;
  height: auto;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.cat-examples ul {
  text-align: center;
}

.cat-examples ul li {
  text-align: center;
  list-style: none;
  display: inline-block;
  margin: 10px 0px 10px 0px;
}

.cat-examples li a {
  text-transform: uppercase;
  font-weight: bold;
}

.cat-examples li:after {
  content: "|";
  padding: 0 10px;
}

.cat-examples li:last-of-type:after {
  content: "";
  padding: 0;
}

.blog .cat-examples ul li a {
  color: #333;
}

.blog .cat-examples ul li a:hover {
  color: #ff5580;
}

body.blog header.title h1,
body.blog header .super-word,
body.category header.title h1,
body.category header .super-word {
  color: #222;
}

body.blog {
  background-color: #fff;
}

body.blog .found-wrapper {
  background: transparent;
}

.blog header.title {
  height: 400px;
  position: relative;
  overflow: hidden;
  background: #fff url(../images/brand-imagery/web-grey.png) no-repeat;
  background-size: 1050px auto;
  background-position: center top;
}

div.wpcf7-validation-errors {
  margin: 20px 0;
  padding: 10px;
  background-color: #ffffff;
  color: #222222 !important;
  border: none;
  font-weight: 600;
}

div.wpcf7-mail-sent-ok {
  margin: 20px 0;
  padding: 10px;
  border: none;
  background-color: #fff;
  color: #4cc2c4 !important;
  font-weight: 600;
}

div.wpcf7 .wpcf7-not-valid {
  border-bottom: 2px solid #fff;
  background: rgba(255, 255, 255, 0.2);
}

form img.ajax-loader {
}

.found-logo-holder svg {
  max-width: 160px;
}

html.flexbox {
  margin-top: 0px !important;
}

#wpadminbar {
  display: none;
}

.scroll-top-btn {
  display: none;
  position: fixed;
  left: 20px;
  top: 45%;
  width: 55px;
  height: 55px;
  color: #4cc2c4;
  z-index: 7;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

img {
  width: auto;
}

#stopHere {
  width: 100px;
  height: 5px;
  background: #fff;
  position: absolute;
  bottom: 0px;
}

.scroll-top-btn:hover {
  top: 43%;
}

.team-1-member a img:hover {
  opacity: 0.7;
}

.author-image {
  width: 172px;
  height: 172px;
  border-radius: 4px;
  margin: 0 auto 15px;
  overflow: hidden;
}

.home-intro-services {
  padding-top: 10px;
}

#wpadminbar {
  direction: ltr;
  color: #ccc;
  font: 400 13px/32px "Open Sans", sans-serif;
  height: 32px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 600px;
  z-index: 1000;
  background: #23282d;
}

body {
  font-family: Open Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #444;
  font-size: 16px;
  line-height: 26px;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Open Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mobile-hamburger {
  display: none;
}

.bg-primary {
  position: relative;
  overflow: visible;
  z-index: 2;
  padding-top: 60px;
  background-color: #44c2c4 !important;
}

.bg-primary.aq-block {
  padding-bottom: 60px;
}

.grey-box-intro {
  position: relative;
  overflow: visible;
  z-index: 3;
}

#found-side-logo {
  width: 100px;
  margin-bottom: 20px;
  margin-top: 5px;
}

.text-turquoise {
  color: #4cc2c4 !important;
}

a,
a:active,
a:focus,
a:visited,
a:hover {
  text-decoration: none;
}

p {
  color: #666;
  font-size: 20px;
  line-height: 30px;
}

.found-wrapper {
  overflow: hidden;
  position: relative;
  max-width: 1920px;
  background: #fff;
  margin: 0 auto;
}

.header-bar-holder {
  position: fixed;
  width: 100%;
  background: #4cc2c4;
  top: 0;
  padding: 10px 0;
  z-index: 100;
}

.header-bar-holder.sticky {
  background: rgba(76, 192, 194, 1);
}

#found-header-bar {
  margin: 0 auto 0px auto;
  padding: 0 10px;
}

#itlab-navigation-logo {
  width: 90px;
  height: 30px;
}

/* IT LAB COLOURS*/

.itlab-blue-bg {
  background: #ff5580;
}

section.itlab-blue-bg:nth-of-type(odd):not(section.vc_row) {
  background: #ff5580;
}

/*General Styling no media queries*/

img {
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.header.title {
  background: #333333;
}

.page-id-116 header.title {
  background: #333333 url(../images/headers/services.svg) center bottom
    no-repeat;
  background-size: 1511px auto;
  min-height: 515px;
}

/*header.title:before {
	background: none;
}*/

.post-type-archive header.title:before {
  background: none;
}

.single-careers header.title:before,
.blog header.title:before,
.category header.title:before,
.page-template-full-colour-header-template header.title:before,
.page-template-services-template header.title:before,
.post-type-archive-team header.title:before,
.post-type-archive-case-studies header.title:before,
.page-template-template-team header.title:before {
  background-color: transparent;
}

a,
p a,
h3 a,
h5 a {
  color: #4cc2c4;
}

a:hover,
h3 a:hover,
h5 a:hover {
  color: #4cc2c4;
}

h2,
h6 {
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
}

.article-body h2 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 24px;
}

.bg-primary p {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 44px;
}

.bg-primary .hs-richtext p {
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
  margin: 0 8px 10px;
}

.submitted-message p {
  text-transform: none;
  font-size: 22px;
  line-height: 1.5;
}

h3 {
  font-size: 28px;
  text-transform: inherit;
}

.services-cta-widget h3 {
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  color: #ff5580 !important;
}

.light-wrapper h3 {
  color: #ff5580;
}

#services-section h3 {
  color: #333;
}

h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}

h3 {
  font-size: 28px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: bold;
}

h3.with-border-bottom {
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: solid 2px #f0f0f0;
  text-transform: none;
}

.feature h4 {
  font-size: 18px;
  line-height: 24px;
  padding: 0;
  font-weight: 800;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.feature h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}

.article-body h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  color: #ff5580;
  margin-bottom: 10px;
  margin-top: 30px;
}

/* ---------- MAIN MENU ---------- */

/* ---------- MAIN MENU ---------- */

/* ---------- MAIN MENU ---------- */

/* ---------- MAIN MENU ---------- */

/* ---------- MAIN MENU ---------- */

/* ---------- MAIN MENU ---------- */

/* ---------- MAIN MENU ---------- */

/* ---------- MAIN MENU ---------- */

ul.menu-main-navigation {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}

ul.menu-main-navigation li {
  display: inline-block;
  padding: 0;
  height: 30px;
  position: relative;
}

body ul.menu-main-navigation li a {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  height: 30px;
  display: table-cell;
  vertical-align: middle;
}

body.blog ul.menu-main-navigation li a,
body.blog #menu-main-navigation .menu-item-has-children a::after,
body.category ul.menu-main-navigation li a,
body.category #menu-main-navigation .menu-item-has-children a::after,
body.single-post ul.menu-main-navigation li a,
body.single-post #menu-main-navigation .menu-item-has-children a::after {
  color: #222;
}

body.blog .logo-color-super,
body.category .logo-color-super,
body.single-post .logo-color-super {
  fill: #ff5580;
}

body.blog .header-bar-holder.sticky .logo-color-super,
body.category .header-bar-holder.sticky .logo-color-super,
body.single-post .header-bar-holder.sticky .logo-color-super {
  fill: #fff;
}

body.blog .header-bar-holder.sticky ul.menu-main-navigation li a {
  color: #fff;
}

body.blog .header-bar-holder.sticky ul.menu-main-navigation li a,
body.blog
  .header-bar-holder.sticky
  #menu-main-navigation
  .menu-item-has-children
  a::after {
  color: #fff;
}

body.blog ul.menu-main-navigation li ul li a,
body.single-post ul.menu-main-navigation li ul li a {
  color: #fff;
}

.article-single {
  /* margin-top: 130px; */
}

ul.menu-main-navigation li.current-menu-item a {
  color: #ffffff !important;
}

ul.menu-main-navigation li.current-menu-item a {
  color: #333 !important;
}

ul.menu-main-navigation li.current-menu-item a::after {
  color: #333 !important;
}

ul.menu-main-navigation li.current-menu-item ul li a {
  color: #222 !important;
}

ul.menu-main-navigation li.current-menu-item ul li a:hover {
  color: #4cc2c4 !important;
}

ul.menu-main-navigation li ul {
  position: absolute;
  top: 45px;
  left: 50%;
  z-index: 7;
  background: rgba(76, 194, 196, 0.95);
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  width: 200px;
  display: none;
  -moz-transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}

ul.menu-main-navigation li ul li ul {
  position: absolute;
  top: 0px;
  left: 200px;
}

ul.menu-main-navigation li ul li ul.sub-menu {
  left: 300px;
}

#menu-item-39 > .sub-menu {
  display: block !important;
}

#menu-item-39.highlight-parent > a {
  color: #fff !important;
}

.sub-menu {
  display: none;
}

#menu-main-navigation .menu-item-has-children a::after {
  content: "\f078";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #fff;
  font-size: 11px;
  position: absolute;
  top: 8px !important;
  right: 5px;
}

#menu-main-navigation .menu-item-has-children ul li a::after {
  content: none;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}

#menu-main-navigation
  .menu-item-has-children
  ul
  li.menu-item-has-children
  a::after {
  content: "\f054";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #fff;
  font-size: 11px;
  position: absolute;
  top: 11px;
  right: 5px;
}

#menu-main-navigation
  .menu-item-has-children
  ul
  li.menu-item-has-children
  ul
  li
  a::after {
  content: none;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}

.menu-main-navigation .menu-item-has-children:hover > .sub-menu {
  display: block;
}

body ul.menu-main-navigation li ul li {
  display: block;
  padding-right: inherit;
  height: inherit;
  padding: 0;
}

body ul.menu-main-navigation li a {
  padding: 5px 25px 20px;
}

body ul.menu-main-navigation li.menu-item-has-children a {
  padding: 5px 20px 20px 10px;
}

body ul.menu-main-navigation li.menu-item-has-children ul li a {
  padding: 10px 10px 10px 10px;
}

body ul.menu-main-navigation li a:hover {
  color: #666;
}

body.blog ul.menu-main-navigation li a:hover,
body.single-post ul.menu-main-navigation li a:hover {
  color: #666;
}

ul.menu-main-navigation li ul li:last-child {
  border-bottom: none !important;
  padding-bottom: 0px !important;
}

body ul.menu-main-navigation li ul li a {
  display: block;
  height: inherit;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px;
}

ul.menu-main-navigation li ul li a:hover {
  color: #fff !important;
  background: #333;
}

.highlight-parent a {
  background: rgba(255, 255, 255, 0.9);
  color: #4cc2c4 !important;
}

.highlight-parent ul.sub-menu li a {
  background: transparent !important;
  color: #ffffff !important;
}

.highlight-parent ul.sub-menu li a:hover {
  color: #4cc2c4 !important;
  background: rgba(255, 255, 255, 0.9) !important;
}

/*   HAMBUGER and SLIDE MENU   */

.hamburger-column {
  position: inherit;
}

.hamburger-holder {
  position: absolute;
  right: 10px;
  top: -5px;
  z-index: 9999999;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.side-slide-menu .hamburger-holder {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2000;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.hamburger-holder.scrolled-down {
  top: 21px;
}

.hamburger {
  width: 30px;
  height: 23px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 12;
}

.hamburger span {
  background-color: #222 !important;
  display: block;
  position: absolute;
  height: 2px;
  width: 30px;
  border-radius: 1px;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.hamburger span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.hamburger span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 4px;
  background-color: #222;
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 4px;
  background-color: #222;
}

body.blog .hamburger span,
body.category .hamburger span,
body.single-post .hamburger span {
  background-color: #222;
}

.side-slide-menu {
  position: fixed;
  top: 100px;
  width: 500px;
  height: 100%;
  z-index: 13;
  background: transparent;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;*/
}

.side-slide-menu.open-slide {
}

.side-slide-menu.close-slide {
}

#slide-navigation-cover {
  position: fixed;
  background: rgb(76, 194, 196);
  background: rgba(76, 194, 196, 1);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 12;
  display: none;
  opacity: 0.98;
}

#slide-navigation-cover:hover {
  cursor: url(../images/cursor/close.svg), auto;
}

.slide-menu-divider {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  margin: 25px 0;
}

.slide-menu-statement {
  color: #bf4d00;
  /*IT Lab Brown*/
  font-size: 1.2em;
}

.slide-menu-statement.one {
  font-weight: bold;
}

ul.menu-side-slide-menu li {
  margin-bottom: 10px;
  padding: 3px 0px;
  color: #ffffff;
  text-align: left;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

ul.menu-side-slide-menu li a {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 25px;
}

ul.menu-side-slide-menu li a:hover {
  color: #ff5580;
}

ul.menu-side-slide-menu li ul {
  padding-left: 20px;
  padding-bottom: 4px;
}

ul.menu-side-slide-menu li ul li {
  margin-bottom: 0px;
}

ul.menu-side-slide-menu li ul li a {
  font-size: 18px;
  font-weight: normal;
  text-transform: inherit;
}

ul.menu-side-slide-menu li ul li a:hover {
  color: #ffffff;
  padding-left: 10px;
}

ul.menu-side-slide-menu:first-child {
  padding-top: 15px;
}

.side-slide-menu .menu-item-has-children a {
  background: transparent url(../images/plus.png) right 12px no-repeat;
  background-size: 12px 12px;
}

.side-slide-menu .menu-item-has-children ul li a {
  background: none !important;
}

.side-slide-menu .menu-item-has-children.open a {
  background: transparent url(../images/minus.png) right 12px no-repeat;
  background-size: 12px 12px;
  color: #ff5580;
}

.side-slide-menu .menu-item-has-children.open ul li a {
  color: #ffffff;
}

.side-slide-menu .menu-item-has-children ul {
}

.side-slide-menu ul li.menu-item-has-children ul li:last-child {
  margin-bottom: 0px;
}

/*   FOOTER   */

.footer-holder {
  background: #222222;
  max-width: 1920px;
  margin: 0 auto;
}

footer {
  color: #fff;
  padding-bottom: 0;
}

footer h5 {
  color: #fff;
}

footer .sidebar-widget li a {
  color: #4cc2c4;
  position: relative;
}

footer .sidebar-widget li a:hover {
  color: #ff5580;
}

footer .sidebar-widget li .arrow_right {
  position: absolute;
  right: -21px;
  top: 11px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

footer .sidebar-widget li a:hover .arrow_right,
footer .sidebar-widget a i.arrow_right:hover {
  right: -25px;
}

footer .sidebar-widget li {
  padding: 8px 0px;
  border-bottom: none;
  width: 100%;
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

footer .sidebar-widget li a {
  padding: 8px 0px;
  border-bottom: none;
  width: 100%;
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.copyright-bar {
  opacity: 0.3;
  text-align: center;
  padding: 50px 0;
}

.footer-copyright-menu-holder,
.copyright-bar ul {
  display: inline-block;
}

.copyright-bar ul li {
  display: inline-block;
  margin-right: 30px;
}

.copyright-bar ul li:nth-child(1) {
  margin-left: 30px;
}

.copyright-bar ul li a {
  color: #fff;
}

.copyright-bar ul li a:hover {
  opacity: 0.7;
}

ul.social-footer-list li {
  display: inline-block;
  margin-right: 10px;
  width: inherit;
  padding: 0;
}

ul.social-footer-list li a {
  display: block;
  width: 44px;
  height: 44px;
  background: transparent;
  border: solid #4cc2c4 2px;
  border-radius: 0px;
}

ul.social-footer-list li a i {
  display: none;
}

ul.social-footer-list li a i.fa {
  display: block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

footer form {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  margin-top: 10px;
}

footer input {
  background: transparent;
  width: 80%;
  padding: 10px 10px 10px 10px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  color: #fff;
  margin-right: 10px;
}

footer input:hover {
  padding: 10px 10px 10px 15px;
}

footer form a i {
  color: #4cc2c4;
}

/* Button styles */

input[type="submit"] {
  background-color: #333;
  color: #fff;
  margin: 0;
  display: inline-block;
  height: 57px;
  padding: 0 40px;
  font-size: 21px;
  font-weight: bold;
  line-height: 56px;
  text-transform: uppercase;
  border: none !important;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-family: "Open Sans";
  width: 100%;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 20px;
}

.job-submit .submit-button {
  margin-top: 29px;
}

.btn {
  background-color: #4cc2c4;
  color: #fff;
  margin: 20px 0px 20px 0;
  display: inline-block;
  min-width: 250px;
  height: 57px;
  padding: 0 40px;
  font-size: 21px;
  font-weight: bold;
  line-height: 56px;
  text-transform: uppercase;
  border: none !important;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.btn:hover {
  opacity: 0.7;
}

.btn-candy {
  background: #ff5580 !important;
}

.btn.outline {
  background: transparent;
  color: #333;
  margin: 20px 0px 20px 0;
  display: inline-block;
  min-width: 250px;
  height: 57px;
  border: solid 2px #333 !important;
  padding: 0 40px;
  font-size: 21px;
  font-weight: bold;
  line-height: 52px;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

input.btn {
  background-color: #4cc2c4;
  color: #fff;
  margin: 20px 0px 20px 0;
  display: inline-block;
  min-width: 250px;
  height: 57px;
  padding: 0 40px;
  font-size: 21px;
  font-weight: bold;
  line-height: 56px;
  text-transform: uppercase;
  border: none !important;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

::-webkit-input-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

input:-moz-placeholder {
  color: #fff;
}

::placeholder {
  color: #fff;
}

.widget_search input::-webkit-input-placeholder {
  color: #666;
}

.widget_search input::-moz-placeholder {
  color: #666;
}

.widget_search input:-ms-input-placeholder {
  color: #666;
}

.widget_search input:-moz-placeholder {
  color: #666;
}

.widget_search input::placeholder {
  color: #666;
}

.itlab-input-holder {
  margin-bottom: 20px;
}

.itlab-input-holder input {
  background: transparent;
  border: solid 2px #fff;
  border-radius: 4px;
  color: #fff;
  width: 100%;
}

.sidebar-contact-form-pane p,
.sidebar-contact-form-pane span {
  color: #fff;
}

.default-sidebar-pane {
  background: #f0f0f0;
  padding: 30px;
  margin: 30px 0;
  moz-border-radius: 4px;
  border-radius: 4px;
}

.default-sidebar-pane h4 {
  color: #333;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}

input:focus,
input:active,
textarea:focus {
  background: #fff;
  color: #666 !important;
}

.btn-copy {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}

.sidebar-contact-form-pane .btn:hover {
  background: none;
  color: #fff;
  border: none;
  background-color: #4cc2c4;
}

.btn:hover,
.button:hover,
.added_to_cart:hover,
.menu-button > a:hover,
.btn:active,
.btn:focus {
  background: none;
  color: #fff;
  border-color: #4cc2c4;
  background-color: #4cc2c4;
}

.outline-btn {
  border: solid 2px #4cc2c4 !important;
  background-color: transparent;
  color: #4cc2c4;
  line-height: 53px;
}

.outline-btn:hover {
  color: #ffffff;
}

.navy-btn {
  background-color: #333333 !important;
}

.navy-btn:hover {
  background-color: #333333;
}

.navy-btn.outline-btn {
  background-color: transparent;
  border: solid 2px #333333 !important;
  color: #333333;
}

.navy-btn.outline-btn:hover {
  background-color: #333333;
  color: #fff;
}

.btn-amber {
  color: #fff;
}

.blue-btn {
  background-color: #ff5580;
}

.blue-btn:hover {
  background-color: #ff5580;
}

.blue-btn.outline-btn {
  background-color: transparent;
  border: solid 2px #ff5580 !important;
  color: #ff5580;
}

.blue-btn.outline-btn:hover {
  background-color: #ff5580;
  color: #fff;
}

.plain-btn {
  background-color: transparent;
}

.plain-btn:hover {
  background-color: transparent;
}

.plain-btn.amber-btn {
  color: #4cc2c4;
}

.plain-btn.amber-btn:hover {
  color: #4cc2c4;
}

.plain-btn.navy-btn {
  color: #333333;
}

.plain-btn.navy-btn:hover {
  color: #333333;
}

.plain-btn.blue-btn {
  color: #ff5580;
}

.plain-btn.blue-btn:hover {
  color: #ff5580;
}

/* Slide in form */

.slide-in-form {
  display: table-cell;
}

/* Archive Page Styles */

.page-title-holder {
}

header.title h1 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 55px;
}

.white-line {
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  max-width: 480px;
  margin: 30px auto;
}

.sub-title {
  font-size: 20px;
  font-style: italic;
  max-width: 700px;
  display: block;
  margin: 0 auto;
}

.page-header {
  margin: 0px;
  padding: 0px;
  padding: 150px 0px;
  border-bottom: none;
}

.blog .page-header {
  padding: 100px 0;
}

.case-study-child-holder {
  background: #333333;
  color: #fff;
  overflow: hidden;
}

.case-study-child-holder p {
  color: #fff;
}

.case-study-child-details-holder {
  padding: 30px;
  height: 313px;
  text-overflow: ellipsis;
}

.case-study-child-image {
  display: block;
}

.case-study-child-image img {
  margin: 0;
}

.case-study-logo-holder img {
  max-height: 120px;
  width: auto;
}

.career-child-holder {
  position: relative;
  margin-bottom: 0;
  background: #333;
  overflow: hidden;
}

.career-child-details-holder {
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.career-child-details-holder p {
  text-overflow: ellipsis;
}

.career-child-image img {
  margin: 0;
  float: right;
  width: 25%;
  min-height: 142px;
  min-width: 142px;
}

.job-title-container {
  display: inline-flex;
  flex-direction: column;
  width: 70%;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 15px;
}

.career-child-holder .title-holder {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 20px;
}

@media screen and (max-width: 414px) {
  .career-child-holder .title-holder {
    font-size: 16px;
  }

  .job-title-container {
    width: 60%;
  }
}

.career-child-holder .read-more {
  font-weight: bold;
}

.location {
  font-weight: 700;
  text-transform: uppercase;
}

/*.case-study-logo-holder.tower-transit img {
	max-height: 80px;
}
.case-study-logo-holder.greater-manchester-chamber-of-commerce img {
	max-height: 80px;
}
.case-study-logo-holder.farmcare img {
	max-height: 80px;
}
.case-study-logo-holder.mclaren img {
	max-height: 50px;
}
.case-study-logo-holder.william-turner img {
	max-height: 50px;
}
.case-study-logo-holder.davis-blank-furniss img {
	max-height: 18px!important;
}*/

.link-text {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: none;
  display: inline-block;
  padding-bottom: 0px;
  color: #4cc2c4;
  letter-spacing: inherit;
}

.blog-snippet-1 a {
  margin-top: 0px;
}

.blog-snippet-1 a,
.blog-snippet-1 a:hover {
  color: #fff;
}

.it-lab-big-intro {
  padding: 30px;
}

.dark-wrapper .bottom-arrow-pointer {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  bottom: -25px;
  margin-left: -25px;
  background: #f0f0f0;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dark-wrapper {
  background: #f0f0f0 !important;
}

.dark-wrapper,
.light-wrapper {
  position: relative;
}

.it-lab-big-intro {
  z-index: 2;
}

.it-lab-big-intro p {
  font-size: 35px;
  line-height: 50px;
  font-style: italic;
  text-align: center;
}

.article-single {
  background: #ffffff !important;
}

/*- - - - SINGLE EVENT PAGE - - - */

.accordion-special .panel-heading {
  position: relative;
}

.accordion-special .panel-heading.collapsed {
}

.accordion-special .panel-heading:hover {
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.panel-group {
  border-left: solid 2px #ff5580;
  padding-left: 30px;
  margin-left: 5px;
  position: relative;
}

.products.panel-group {
  border-left: none;
  padding-left: 0px;
  margin-left: 0px;
  position: relative;
}

.accordion-special .panel-heading:hover {
  cursor: pointer;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: none;
}

.accordion-special .time {
  color: #ff5580;
  font-size: 18px;
  font-weight: bold;
}

.accordion-special h4 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0;
}

.found-icon-panel {
  padding: 0 85px 0 70px;
  background: #f4f4f4 url(../images/generic-icons/itlab-icon_a1.svg);
  background-size: 55px 55px !important;
  height: 100px;
}

.found-icon-panel {
  padding: 0 85px 0 70px;
  background-color: #f4f4f4;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 55px 55px !important;
}

.products.accordion-special h4 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  line-height: 24px;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  max-width: 370px;
}

.accordion-special .speaker {
  font-size: 16px;
  color: #666;
}

.panel-group .panel {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-radius: 0;
  border-bottom: solid #ddd 1px;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: visible;
  position: relative;
}

.accordion-special .panel {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-radius: 0;
  border-bottom: solid #ddd 1px;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: visible;
  position: relative;
}

.time-marker {
  width: 8px;
  height: 8px;
  background: #ff5580;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.time-marker {
  left: -36px;
  top: 20px;
}

.time-marker.top,
.time-marker.bottom {
  width: 12px;
  height: 2px;
  background: #ff5580;
  position: absolute;
  -moz-border-radius: 0%;
  -webkit-border-radius: 0%;
  border-radius: 0%;
}

.time-marker.top {
  left: -7px;
  top: -2px;
}

.time-marker.bottom {
  left: -7px;
  bottom: -2px;
  top: inherit;
}

.amber-arrow-dropdown {
  width: 50px;
  height: 50px;
  background: transparent url(../images/accordion/amber-arrow.svg) center center
    no-repeat;
  background-size: auto 14px;
  position: absolute;
  right: 10px;
  top: 35px;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.products .amber-arrow-dropdown {
  top: 25px;
}

.collapsed .amber-arrow-dropdown {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.products .panel-heading {
  height: 100;
}

.products .panel {
  margin-bottom: 30px;
  padding-bottom: 0px;
  border-radius: 0;
  border-bottom: none;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: visible;
  position: relative;
}

.panel-group .panel + .panel {
  margin-top: 0px;
}

.event-image-holder {
  margin-bottom: 30px;
}

.event-info-pane {
  background: #f0f0f0;
  overflow: hidden;
}

.info-copy-title {
  color: #ff5580;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.info-copy-result {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px;
}

.event-info-pane p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 24px;
}

.event-info-pane ul li {
  font-size: 16px;
  line-height: 32px;
}

.event-details-holder {
  padding: 30px;
  padding-top: 0;
}

.sidebar-contact-form-pane {
  background: #4cc2c4;
  padding: 30px;
  margin: 30px 0;
}

.sidebar-contact-form-pane h4 {
  color: #fff;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}

.sidebar-pane {
  margin: 0 0 30px 0;
}

/* - - - - -  Service page styles - - - - - - */

#services-section ul li {
  margin-bottom: 90px;
}

#services-section ul li .btn-copy {
  margin-top: 10px;
  display: block;
}

/*- - - - - Tweet Icon bug Fix - - - - - */

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: inherit;
}

.wpb-js-composer i.icon.icon-jumbo {
  width: inherit;
  height: inherit;
  line-height: 64px;
  margin-bottom: 25px;
  border: none;
}

.bg-secondary-1 a {
  color: #4cc2c4;
}

.single-insight-banner .cta-pre-title {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 10px;
}

.single-insight-banner h2 {
  font-size: 35px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 0;
}

.single-insight-banner .btn {
  margin: 10px 0;
}

/* - - - - - Sticky Nav Styles - - - - - */

.navbar {
  background: rgba(255, 255, 255, 0.98);
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 7;
  height: 90px;
}

.navbar-fixed-top.small {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 7;
  height: 65px;
  padding-top: 8px;
}

.navbar-nav {
  float: none;
}

.navbar-nav > li {
  float: none;
  display: inline-block;
  font-size: 20px;
  color: #666;
}

.navbar-nav > li strong {
  color: #ff5580 !important;
}

.navbar-nav > li a {
  color: #666;
}

.navbar-nav > li.active a {
  color: #4cc2c4;
}

.navbar .hamburger-holder {
  position: absolute;
  right: 40px;
  top: 20px;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 15px 50px 18px 0px;
}

.nav > li > a:hover {
  background: transparent;
  color: #4cc2c4;
}

.found-sticky-nav {
  display: none;
}

.found-sticky-nav .logo-holder {
  padding-top: 9px;
}

.sticky-size-fix {
  max-width: 1170px;
  margin: 0 auto;
}

.found-sticky-nav.navbar .hamburger-holder {
  position: absolute;
  right: 10px;
  top: 13px;
}

.tony {
  display: block;
}

.found-sticky-nav .title-holder {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
  padding-bottom: 3px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

/*- - - - - COMMON STYLES - - - - - */

.client-row {
  margin-top: 0px;
}

strong {
  font-weight: 700;
}

.aq-block-aq_section_title_block h1 {
  margin-bottom: 50px;
  font-size: 40px;
}

.client-row img {
  max-height: 150px;
  max-width: 240px;
  opacity: 0.6;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  transition: all 0s ease;
  -webkit-backface-visibility: none;
}

.alt-font {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.testimonials-slider p.lead {
  font-size: 32px;
  line-height: 38px;
  font-style: italic;
}

.testimonials-slider .author {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

.small-service-icon {
  max-width: 200px;
  display: block;
  margin: 0px auto;
}

#services-section .small-service-icon {
  max-width: 100px;
  display: block;
  margin: 0px auto;
}

.article-body {
  padding-bottom: 64px;
  border-bottom: none;
}

.feature ul,
.panel ul {
  list-style: outside;
  padding: 0 0 0 50px;
}

.feature ul li {
  padding-bottom: 10px;
  color: #4cc2c4;
  font-size: 20px;
  line-height: 30px;
}

.feature ul li span {
  color: #666;
}

.article-body ul li {
  padding-bottom: 10px;
  color: #ff5580;
}

.article-body ul li span {
  color: #333;
}

.article-body ul {
  list-style: disc outside;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
  color: #ff5580;
  font-size: 40px;
  font-weight: 300;
  font-style: normal;
  line-height: 45px;
  border-top: solid 2px #ff5580;
  padding-bottom: 0px;
  padding-top: 20px;
  margin: 10px 0 30px 0;
  font-family: "jubilat", "Open Sans";
}

.approach-icon {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 auto;
}

.itlab-generic-icon {
  display: block;
  width: 55px;
  height: 55px;
  margin: 0 auto;
}

#cloudlab-logo {
  max-width: 400px;
  display: block;
  margin: 0 auto 50px auto;
}

.stat-copy {
  font-size: 25px;
  line-height: 35px;
  margin-top: 20px;
}

.orange-arrow-pointer {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ff5580;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: -20px;
}

.grey-arrow-pointer {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f0f0f0;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: -20px;
}

.navy-arrow-pointer {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #333333;
  margin: 0 auto;
}

.btn-no-margin-right {
  margin-right: 0;
}

.services-cta-widget {
  background: #333333 url(../images/widget/services.svg) center center no-repeat;
  background-size: 1511px auto;
  min-height: 515px;
  padding-top: 180px;
}

.approach-svg-holder svg {
  width: 393px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.custom-found-quote-header {
  font-size: 29px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.custom-found-quote-header span {
  font-weight: bold;
  color: #4cc2c4;
}

.custom-found-quote-header p:last-child {
  margin-bottom: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  border-bottom: inherit;
  padding-bottom: inherit;
}

.orange-line-and-arrow {
  max-width: 772px;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}

ul.icon-unordered-list li {
  font-size: 18px;
  font-weight: normal;
  padding-left: 80px;
  background-color: transparent;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 55px 55px !important;
  height: auto;
  line-height: auto;
  padding-right: 80px;
  margin-bottom: 30px;
}

.full-bleed-links {
  padding: 0px;
}

.full-bleed-links a {
  height: 500px;
  background-size: cover;
  text-align: center;
  padding-top: 220px;
  position: relative;
  display: block;
}

.full-bleed-links a span {
  display: block;
  position: relative;
}

.ebor-team-1-image {
  border-radius: 4px;
  overflow: hidden;
  width: 172px;
  height: 172px;
  margin: 0 auto 15px;
}

.full-bleed-links a span.about-bleed-title {
  font-weight: 400;
  font-size: 25px;
  color: #fff;
  margin-top: 10px;
}

.full-bleed-links a span.black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.full-bleed-links a:hover > span.black-overlay {
  background: rgba(0, 0, 0, 0.1);
}

header.single-header {
  height: 140px;
  position: relative;
  overflow: hidden;
  padding: 0;
}

header.single-header::before {
  position: absolute;
  width: 100%;
  height: 140px;
  top: 0px;
  content: "";
  opacity: 1;
  z-index: 2;
  background: #333333;
}

.address-box {
  margin: 20px 0;
}

.address-box img {
  margin-left: -13px;
}

.address-box h3 {
  margin: 20px 0;
  color: #ff5580 !important;
}

ul.contact-us-tel-list {
  max-width: 600px;
  margin: 0 auto;
}

ul.contact-us-tel-list li {
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #f0f0f0;
  text-align: center;
}

ul.contact-us-tel-list li span {
  font-weight: bold;
  color: #ff5580;
}

.default-contact-form input {
  border-bottom: none;
  background: #fff;
  margin-bottom: 15px;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

.default-contact-form textarea {
  border-bottom: none;
  background: #fff;
  margin-bottom: 15px;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

/*- - - - ITLAB ICONS - - - - - */

.found-icon-panel {
  background-size: 50px 50px;
  background-color: #ccc;
}

.found-icon-panel.collapsed {
  background-size: 50px 50px;
  background-color: #f0f0f0;
}

.obsessed-holder {
  background: #333333;
  padding: 20px;
  border-radius: 4px;
  width: 80%;
  margin: 30px auto;
}

.obsessed-holder svg {
  width: 100%;
  height: auto;
}

#services-section p {
  margin: 20px 0;
}

.margin-t-b-30 {
  margin: 30px 0;
}

.team-1-member {
  margin-bottom: 30px;
  border-bottom: #f4f4f4 solid 1px;
  padding-bottom: 30px;
  min-height: 345px;
}

.itsb16-logo-holder {
  max-width: 280px;
  margin: 0 auto 50px auto;
}

.itsb16-logo-holder img {
  width: 100%;
  height: auto;
}

.no-padding-bottom {
  padding-bottom: 0px;
}

.no-padding-top {
  padding-top: 0px;
}

.no-padding-bottom .full-bleed-image-holder {
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.feature-box .background-image-holder.overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: "";
  opacity: 0;
  z-index: 2;
  background-color: #333;
  z-index: -1;
}

.full-bleed-image-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.short {
  height: 300px;
}

.medium {
  height: 500px;
}

.tall {
  height: 750px;
}

.form-open-cta {
  display: block;
  color: #fff;
  margin: 0 auto;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  text-align: center;
}

.form-open-cta:hover {
  opacity: 0.7;
}

.form-open-cta .copy-holder {
  background: #ff5580;
  padding: 20px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  max-width: 400px;
  margin: 30px auto 0px auto;
}

.form-open-cta .cta-title-holder {
  padding: 0px 20px 30px 20px;
  color: #ff5580;
}

.form-open-cta span {
  display: block;
}

.form-open-cta span span {
  display: inline;
}

.large.form-open-cta span.one {
  font-style: italic;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0px;
}

.large.form-open-cta span.two {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 22px;
  font-style: italic;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.large.form-open-cta span.three {
  font-size: 27px;
  margin-bottom: 10px;
}

.large.form-open-cta span.three span {
  font-weight: bold;
}

.large.form-open-cta span.four {
  margin-bottom: 10px;
}

.large.form-open-cta span.five {
  font-size: 27px;
}

.large.form-open-cta span.five span {
  font-weight: bold;
}

.tiny-arrow {
  width: 12px;
  height: 8px;
  margin: 30px auto 0 auto;
}

.tiny-arrow svg {
  width: 100%;
  display: block;
}

.tiny-arrow.white path {
  fill: #fff;
}

.tiny-arrow.amber path {
  fill: #4cc2c4;
}

.service-icon-holder img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 20px auto;
}

.service-holder {
  display: block;
  width: 232px;
  text-align: center;
  background: #fff;
  padding: 25px 20px;
  border-radius: 4px;
  margin-right: 10px;
  border: solid #fff 2px;
  margin-bottom: 10px;
  float: left;
}

.service-holder:hover {
  border: solid #4cc2c4 2px;
  cursor: pointer;
}

.service-holder:nth-last-child(1) {
  margin-right: 0px !important;
}

.service-holder .service-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}

.home-intro-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px !important;
  color: #ff5580 !important;
  margin-bottom: 20px !important;
  margin-top: 30px;
}

.widget-title {
  text-transform: uppercase;
  font-weight: bold;
  /*font-size: 25px !important;*/
  /*color: #ff5580 !important;*/
  margin-bottom: 20px !important;
  margin-top: 0px;
}

.approach-widget .btn {
  float: right;
}

.approach-widget-copy {
  font-size: 35px;
}

.home-intro-copy {
  font-size: 26px !important;
  line-height: 34px !important;
  font-weight: 200 !important;
  margin-bottom: 50px !important;
}

.home-tile-link {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-height: 400px;
  position: relative;
}

.tile-holder-col {
  padding: 0px;
  padding-right: 10px;
}

.home-tile-link .black-opacity-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  content: "";
  opacity: 0.4;
  z-index: 1;
  background-color: #333;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home-tile-link:hover > .black-opacity-layer {
  opacity: 0.2;
}

.home-tile-link .tiny-arrow {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  margin-left: -6px;
}

.home-tile-link p {
  color: #fff;
  position: relative;
  z-index: 2;
}

.home-tile-link .tile-icon-holder {
  margin-bottom: 30px;
}

.home-tile-link .tile-icon-holder svg {
  position: relative;
  z-index: 2;
  width: 30px;
  height: auto;
}

.tiny-arrow {
  position: relative;
  z-index: 2;
}

.home-tile-link .pre-title {
  color: #fff;
  position: relative;
  z-index: 2;
  font-weight: bold;
  margin-bottom: 10px;
}

.home-tile-link .title {
  color: #fff;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-size: 20px;
}

.shout-out-box-holder {
  background: #333333;
  background: rgba(66, 66, 66, 1);
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-height: 400px;
  position: relative;
  padding: 0;
  border: solid 2px #333333;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shout-out-box-holder:hover {
  border: solid 2px #333333;
  background: rgba(66, 66, 66, 0.9);
}

.shout-out-box {
  display: block;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 400px;
  padding: 130px 40px 40px 40px;
}

.shout-out-box .cta-text {
  display: block;
  color: #4cc2c4;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.shout-out-box .tiny-arrow {
  display: inline-block;
  margin-left: 10px;
  margin-top: -2px;
}

.shout-out-box .title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 10px;
}

.shout-out-box p {
  color: #fff;
}

.mclaren-partner-logo {
  width: 213px;
  height: auto;
  margin-left: 30px;
}

.partner-banner-copy {
  font-size: 25px;
  font-style: italic;
}

.mclaren-case-study-widget {
  background: url(http://beta30.a8websites.co.uk/wp-content/uploads/2016/03/Aerial-view-of-the-McLaren-Technology-Centre-left-and-McLaren-Production-Centre-right.jpg);
  background-size: cover;
  background-position: center center;
}

.mclaren-case-study-widget img {
  width: 213px;
}

.single-post-thumb-holder {
  margin-bottom: 50px;
}

.widget_search input {
  background: #f0f0f0;
}

.footer-small.copyright-bar {
  padding: 10px;
}

.small-footer {
  padding: 30px;
}

.single-insight #found-header-bar {
  padding: 50px 0 00px 0;
}

.page-template-no-header-page-template header.title,
.page-template-sitemap-template header.title {
  height: auto !important;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: #333333;
}

.page-template-no-header-page-template header.title::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: "";
  opacity: 0;
  z-index: 2;
  background-color: #333;
}

header.title {
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

.page-template-single-services-template .page-header {
  margin: 0px;
  padding: 0px;
  /*padding: 160px 0px;*/
  border-bottom: none;
}

.page-template-single-services-template .page-header .container-super-center,
.page-template .page-header .container-super-center,
.archive .page-header .container-super-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.case-study-widget {
  position: relative;
  padding: 100px 0;
}

.case-study-widget::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: "";
  opacity: 0.6;
  z-index: 1;
  background-color: #333;
}

.case-study-widget img {
  max-width: 250px;
  margin: 0 auto 30px auto;
  display: block;
  z-index: 2;
}

.case-study-widget p {
  font-size: 24px;
  line-height: 30px;
  font-style: italic;
  display: block;
  margin: 0 auto 30px auto;
  max-width: 850px;
  text-align: center;
  color: #fff;
}

.case-study-widget cite {
  text-align: center;
  color: #ff5580 !important;
  font-weight: bold;
  display: block;
  margin-bottom: 30px;
}

.case-study-widget cite span {
  font-weight: normal;
}

.case-study-widget .btn {
  margin-bottom: 0px;
}

.case-study-widget img,
.case-study-widget p,
.case-study-widget .btn,
.case-study-widget cite {
  z-index: 2;
  position: relative;
}

.open-contact-form:hover {
  cursor: pointer;
}

.pop-up-form-holder {
  position: fixed;
  z-index: 3000;
  max-width: 400px;
  top: 100px;
  left: 50%;
  margin-left: -200px;
  background: #fff;
  padding: 30px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: none;
}

.pop-up-form-holder input,
.pop-up-form-holder text-area {
  border: solid 2px #ccc;
  width: 100%;
}

.pop-up-form-holder input:active,
.pop-up-form-holder input:focus {
  border: solid #4cc2c4;
  border-width: 2px !important;
}

.pop-up-form-holder input.submit:focus,
.pop-up-form-holder input.submit:active {
  background: #4cc2c4 !important;
  color: #fff;
}

.pop-up-form-holder h3 {
  color: #ff5580;
}

/*General form Styles*/

input,
textarea {
  border: solid 2px #fff;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 0px;
  background: transparent;
}

.job-list a {
  display: block;
  padding: 20px 20px;
  border-bottom: solid 1px #ccc;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.job-list a:hover {
  background: #f0f0f0;
  border-bottom: solid 1px #4cc2c4;
}

.job-list a strong {
  text-transform: uppercase;
}

.job-line-design {
  height: 50px;
  margin-bottom: 30px;
}

.job-line-design.left {
  border: solid 2px #4cc2c4;
  border-bottom: none;
}

.job-line-design.right {
  border-bottom: solid 2px #4cc2c4;
}

.job-title {
  font-size: 22px;
}

.job-title span {
  font-size: 16px;
  text-transform: uppercase;
  color: #ff5580;
  font-weight: bold;
}

.copy-cta {
  font-weight: bold;
  text-transform: uppercase;
}

.testimonials-slider blockquote {
  font-size: 25px;
  line-height: 35px;
}

.testimonials-slider .author {
  color: white;
}

.aq-block.aq-block-aq_column_block {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.full-bleed-text-side {
  padding: 50px !important;
}

.full-bleed-image-side {
  padding: 0px !important;
}

.full-bleed-text-side cite {
  margin-bottom: 50px;
  display: block;
}

.it-lab-gallery-thumbs a {
  height: 100px;
  overflow: hidden;
  padding: 5px;
}

.itlab-video-holder {
  background-image: url(/wp-content/themes/pivot-child/images/video/video-holder-grey.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 915px 480px !important;
  background-position: center center !important;
  min-height: 475px !important;
  padding-top: 55px;
}

.section-video h1 {
  margin-bottom: 0px;
}

.itlab-video-holder iframe {
  width: 700px;
  height: 394px;
  display: block;
  margin: 0 auto 0 auto;
  border: solid 2px #666;
  border-radius: 4px;
}

a.testimonial {
  padding: 50px;
  display: block;
}

.testimonial {
  background-image: url(/wp-content/themes/pivot-child/images/testimonials/DSC07159.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  background-position: center -100px !important;
  min-height: 600px !important;
}

.testimonial-tower-transit {
  background-image: url(/wp-content/themes/pivot-child/images/testimonials/DSC07159.jpg);
  background-repeat: no-repeat;
  background-size: 1170px auto;
  background-position: center center;
  min-height: 600px;
}

.testimonial-bg {
}

.portrait {
  display: block;
  moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  padding: 50px 30px;
}

.portrait.testimonial-bg h3 {
  font-size: 30px;
  line-height: 35px;
  color: #ff5580;
}

.portrait.testimonial-bg h4 {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 50px;
}

.portrait.testimonial-bg blockquote {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: solid 2px #ff5580;
}

.portrait.testimonial-bg cite {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 20px;
}

.testimonial-bg blockquote {
  font-size: 22px;
  line-height: 27px;
  font-weight: 300;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: solid 2px #ff5580;
}

.testimonial-icon-holder {
  width: 115px;
  height: 115px;
  background: #ff5580;
  moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.testimonial-bg h3 {
  font-size: 50px;
  line-height: 55px;
  color: #ff5580;
  clear: both;
}

.testimonial-bg h4 {
  font-size: 30px;
  line-height: 37px;
  color: #fff;
  margin-bottom: 50px;
}

.consultancy-and-change-icon-small.white {
  background-image: url(/wp-content/themes/pivot-child/images/service-icons/small/full-white/consultancy-and-change.svg);
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: center center;
}

.infrastructure-and-cloud-icon-small.white {
  background-image: url(/wp-content/themes/pivot-child/images/service-icons/small/full-white/infrastructure-and-cloud.svg);
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: center center;
}

.productivity-applications-icon-small.white {
  background-image: url(/wp-content/themes/pivot-child/images/service-icons/small/full-white/productivity-applications.svg);
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: center center;
}

.business-applications-icon-small.white {
  background-image: url(/wp-content/themes/pivot-child/images/service-icons/small/full-white/business-applications.svg);
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: center center;
}

.it-support-icon-small.white {
  background-image: url(/wp-content/themes/pivot-child/images/service-icons/small/full-white/it-support.svg);
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: center center;
}

.operate-icon-small.white {
  background-image: url(/wp-content/themes/pivot-child/images/service-icons/small/full-white/operate.svg);
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: center center;
}

.navigate-icon-small.white {
  background-image: url(/wp-content/themes/pivot-child/images/service-icons/small/full-white/navigate.svg);
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: center center;
}

.integrate-icon-small.white {
  background-image: url(/wp-content/themes/pivot-child/images/service-icons/small/full-white/integrate.svg);
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: center center;
}

.portrait.tower-transit {
  background-image: url(/wp-content/themes/pivot-child/images/testimonials/portrait/tower-transit.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top !important;
  min-height: 600px;
}

.portrait.io-oil-and-gas {
  background-image: url(/wp-content/themes/pivot-child/images/testimonials/portrait/io-oil-and-gas.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center !important;
  min-height: 600px;
}

.portrait.io-oil-and-gas .testimonial-icon-holder {
  float: right;
}

.portrait.bibendum {
  background-image: url(/wp-content/themes/pivot-child/images/testimonials/portrait/bibendum.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center !important;
  min-height: 600px;
}

.portrait.bibendum-v2 {
  background-image: url(http://beta30.a8websites.co.uk/wp-content/uploads/2016/04/bibendum-v2-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center !important;
  min-height: 600px;
}

.portrait.bibendum h3 {
  font-size: 37px;
  line-height: 38px;
}

.portrait.bibendum .testimonial-icon-holder {
  float: right;
}

.portrait.william-turner {
  background-image: url(/wp-content/themes/pivot-child/images/testimonials/portrait/william-turner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center !important;
  min-height: 600px;
}

.portrait.greater-manchester-chamber-of-commerce {
  background-image: url(/wp-content/themes/pivot-child/images/testimonials/portrait/greater-manchester-chamber-of-commerce.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center !important;
  min-height: 600px;
}

.portrait.greater-manchester-chamber-of-commerce h3 {
  font-size: 37px;
  line-height: 38px;
}

.portrait.davis-blank-furniss {
  background-image: url(/wp-content/themes/pivot-child/images/testimonials/portrait/davis-blank-furniss.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center !important;
  min-height: 600px;
}

.portrait.davis-blank-furniss .testimonial-icon-holder {
  float: right;
}

.portrait.farmcare {
  background-image: url(/wp-content/themes/pivot-child/images/testimonials/portrait/farmcare.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center !important;
  min-height: 600px;
}

.testimonial-bg blockquote {
  font-size: 22px;
  line-height: 27px;
  font-weight: 300;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: solid 2px #ff5580;
}

.testimonial-bg cite {
  display: block;
  color: #fff;
}

.testimonial-bg.tower-transit {
  background-position: center -100px;
}

.pop-up-form-holder input::-webkit-input-placeholder,
.pop-up-form-holder textarea::-webkit-input-placeholder {
  color: #666;
}

.pop-up-form-holder input:-moz-placeholder,
.pop-up-form-holder textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
}

.pop-up-form-holder input::-moz-placeholder,
.pop-up-form-holder textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
}

.pop-up-form-holder input:-ms-input-placeholder,
.pop-up-form-holder textarea:-ms-input-placeholder {
  color: #666;
}

p.slide-menu-cta {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  font-style: italic;
}

p.slide-menu-cta.two {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}

p.slide-menu-cta.two span {
  font-weight: bold;
  font-size: 35px;
}

.full-width-call-cta {
  color: #fff;
}

.full-width-call-cta span {
  font-size: 25px;
  display: inline-block !important;
}

.full-width-call-cta span.two {
  display: block !important;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 22px;
  font-style: italic;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.full-width-call-cta span.three {
  font-size: 27px;
}

.full-width-call-cta span.three span {
  font-size: 35px;
  font-weight: bold;
}

.full-width-call-cta span.four {
  margin: 0px 20px;
}

.full-width-call-cta span.five span {
  font-size: 35px;
  font-weight: bold;
}

.name-holder {
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 50px;
}

.name-holder .the-name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}

.portrait .client-logo img {
  max-height: 100px;
  max-width: 230px;
}

.single-insight-heading {
  font-size: 35px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 0;
}

.postid-649 .page-title-holder h1 {
  text-transform: none;
}

.postid-649 .testimonials-slider .author {
  text-transform: none;
}

.blog-snippet-1 h5 {
  text-transform: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.blog-snippet-1 h5 a {
  word-break: break-word;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.blog-snippet-1 h5 a:hover {
  color: #4cc2c4;
}

.blog-snippet p {
  font-size: 18px;
  line-height: 27px;
}

/* fender case study image opacity */
body.postid-18795 header.title:before {
  opacity: 0.1;
}

.single-case-studies .case-study-logo-holder {
  margin-bottom: 20px;
}

.single-case-studies .page-header {
  padding: 160px 0px;
}

.single-case-studies .case-study-logo-holder img {
  max-height: 120px;
}

section.mclaren-partner-section {
  padding: 30px 0;
}

.client-logo img {
  max-height: 100px;
  max-width: 230px;
  margin-top: 5px;
}

.client-logo {
  max-height: 100px;
  max-width: 230px;
  margin-top: 5px;
}

.evolution.desktop {
  display: block;
}

.evolution.mobile {
  display: none;
}

.article-body blockquote p,
.article-body blockquote ol:last-child,
.article-body blockquote p:last-child,
.article-body blockquote ul:last-child {
  margin-bottom: 0;
  color: #ff5580;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 27px;
  border-top: none;
  padding-bottom: 0px;
  padding-top: 20px;
  margin: 10px 0 30px 0;
  font-family: "jubilat", "Open Sans";
}

.pagination li a {
  color: #4cc2c4;
  background: none;
  margin-right: 12px;
  border-radius: 4px;
  padding: 6px 12px;
  border: 2px solid #4cc2c4;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.61803399;
  text-decoration: none;
  color: #4cc2c4;
  background-color: #fff;
  border: 2px solid #4cc2c4;
  margin-left: -1px;
}

.pagination li a:hover {
  color: #fff;
  background: #4cc2c4;
  border-radius: 4px;
  padding: 6px 12px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #fff;
  background-color: #4cc2c4;
  border-color: #4cc2c4;
  padding: 6px 12px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #4cc2c4;
  border-color: #4cc2c4;
  cursor: default;
}

.pagination li:first-child a,
.pagination li:last-child a {
  border-radius: 4px !important;
}

.team-1-member h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 300;
}

input.hidden-submit {
  display: none;
}

div.wpcf7 {
  margin-top: 20px;
}

p.slide-menu-cta {
  display: none;
}

.single-sevice-header-v {
  background: transparent url(../images/brand-imagery/white-diagonal-mask.png)
    center bottom no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 240px;
  z-index: 8;
}

.single-sevice-header-v-centered {
  background: transparent
    url(../images/brand-imagery/white-diagonal-mask-centered.png) center bottom
    no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 240px;
  z-index: 8;
}

.service-icon-holder {
  margin-top: 60px;
}

.service-icon-holder img {
  margin-bottom: 0px;
}

.background-diagonal-cover {
  background: transparent url(../images/brand-imagery/blue-diag.png) no-repeat;
  background-position: 0% 100%;
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 50%;
  height: 500px;
  z-index: 9;
}

.background-diagonal-cover svg {
  position: absolute;
  bottom: 0px;
  left: 0%;
}

.super-word {
  font-size: 160px;
  line-height: 160px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}

.page-id-20894 .super-word {
  font-size: 110px;
}

header.title .container {
  position: relative;
  z-index: 9;
}

.featured-pullout,
.featured-pullout h2 {
  background: transparent url(../images/brand-imagery/web-grey.png) top center
    no-repeat;
  background-size: 1050px auto;
  font-size: 60px;
  line-height: 72px;
  font-weight: 300;
  padding: 50px 20px;
  border-top: solid 2px #ff5580;
  border-bottom: solid 2px #ff5580;
  text-align: center;
  margin: 60px 0 0 0;
  text-transform: inherit;
}

.featured-pullout span {
  font-size: 60px;
  line-height: 72px;
  font-weight: 800;
  font-style: italic;
}

.case-study-widget.randstad {
  background: transparent url(../images/photography/randstad.jpg) center center
    no-repeat !important;
  background-size: 1920px auto !important;
}

.case-study-widget.yha {
  background: transparent url(../images/photography/yha.jpg) center center
    no-repeat !important;
  background-size: 1920px auto !important;
}

.case-study-widget.randstad-wiw {
  background: transparent url(../images/photography/randstad-wiw.jpg) center
    center no-repeat !important;
  background-size: 1920px auto !important;
}

.case-study-widget.randstad-personalisation {
  background: transparent
    url(../images/photography/randstad-personalisation.jpg) center center
    no-repeat !important;
  background-size: 1920px auto !important;
}

.case-study-widget.funky-pigeon {
  background: transparent url(../images/photography/funky-pigeon.jpg) center
    center no-repeat !important;
  background-size: 1920px auto !important;
}

.case-study-widget.majestic-athletic {
  background: transparent
    url(https://www.found.co.uk/wp-content/uploads/2018/01/dev-topper-2.jpg)
    center center no-repeat !important;
  background-size: 1920px auto !important;
}

.case-study-widget.clarks-originals-wallabees {
  background: transparent
    url(https://www.found.co.uk/wp-content/uploads/2018/12/clarks-topper.jpg)
    center center no-repeat !important;
  background-size: 1920px auto !important;
}

.case-study-widget.thomas-cook-18-30 {
  background: transparent
    url(https://www.found.co.uk/wp-content/uploads/2018/01/topper-4.jpg) center
    center no-repeat !important;
  background-size: 1920px auto !important;
}

.case-study-widget.pebble {
  background: transparent url(../images/photography/pebble.jpg) center center
    no-repeat !important;
  background-size: 1920px auto !important;
}

.case-study-widget-inner > div {
  position: relative;
  z-index: 2;
}

.case-study-widget .cta-copy {
  font-style: italic;
  font-weight: bold;
}

.case-study-widget .usp {
  font-size: 40px;
  line-height: 48px;
}

.aq-block-aq_testimonial_carousel_block {
  background: #ffb400;
  padding: 100px 0px;
}

/*---MEET THE TEAM---*/

/*---MEET THE TEAM---*/

/*---MEET THE TEAM---*/

/*---MEET THE TEAM---*/

/*---MEET THE TEAM---*/

/*---MEET THE TEAM---*/

/*---MEET THE TEAM---*/

.post-type-archive-team .light-wrapper {
  overflow: visible;
}

.hidden-box-team-info {
  background: rgba(0, 0, 0, 1);
  position: absolute;
  display: block;
  overflow: auto;
  visibility: hidden;
  padding: 2px 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  width: 100%;
  top: 97%;
  left: 0%;
  z-index: 20;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.gradholder:hover > .hidden-box-team-info {
  visibility: visible;
  opacity: 1;
}

.grad-person-holder {
  position: relative;
  z-index: 2;
}

p.person-name {
  text-transform: uppercase;
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
}

p.job-title {
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  line-height: 1.5;
  position: relative;
  top: 0px;
  margin-bottom: 6px;
}

.gradholder {
  height: 223px;
  width: 223px;
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
  position: relative;
  transition: box-shadow ease-out 0.5s;
  -webkit-transition: box-shadow ease-out 0.3s;
  -moz-transition: box-shadow ease-out 0.3s;
  -o-transition: box-shadow ease-out 0.3s;
}

.gradholder:hover {
  -webkit-box-shadow: inset 0px 0px 0px 6px #ffffff;
  -moz-box-shadow: inset 0px 0px 0px 6px #ffffff;
  box-shadow: inset 0px 0px 0px 6px #ffffff;
  cursor: pointer;
}

/*---SUPER-1---*/

/*---SUPER-1---*/

/*---SUPER-1---*/

/*---SUPER-1---*/

/*---SUPER-1---*/

/*---SUPER-1---*/

.superTRI-1 .triangle-a {
  width: 89px;
  height: 63px;
  background: url(../images/meet-the-team/tri-a-1.svg);
  background-size: 89px 63px;
  position: absolute;
  top: 14px;
  left: 20px;
  z-index: 1;
  transition: all ease-out 0.5s;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
}

.superTRI-1:hover .triangle-a {
  -webkit-transform: scale(2) rotate(-20deg);
  transform: scale(2) rotate(-20deg);
}

.superTRI-1 .triangle-b {
  width: 50px;
  height: 40px;
  background: url(../images/meet-the-team/tri-a-2.svg);
  background-size: 50px 40px;
  position: absolute;
  top: 147px;
  left: 134px;
  z-index: 16;
  transition: all ease-out 0.5s;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
}

.superTRI-1:hover .triangle-b {
  -webkit-transform: scale(2.3) rotate(20deg);
  transform: scale(2.3) rotate(20deg);
}

/*---SUPER-2---*/

/*---SUPER-2---*/

/*---SUPER-2---*/

/*---SUPER-2---*/

/*---SUPER-2---*/

/*---SUPER-2---*/

/*---SUPER-2---*/

.superTRI-2 .triangle-a {
  width: 109px;
  height: 112px;
  background: url(../images/meet-the-team/tri-b-1.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -1px;
  left: -2px;
  z-index: 1;
  transition: all ease-out 0.5s;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
}

.superTRI-2:hover .triangle-a {
  -webkit-transform: scale(1.5) rotate(-28deg);
  transform: scale(1.5) rotate(-28deg);
}

.superTRI-2 .triangle-b {
  width: 50px;
  height: 54px;
  background: url(../images/meet-the-team/tri-b-2.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 122px;
  left: 147px;
  z-index: 16;
  transition: all ease-out 0.5s;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
}

.superTRI-2:hover .triangle-b {
  -webkit-transform: scale(2.5) rotate(18deg);
  transform: scale(2.5) rotate(18deg);
}

/*---SUPER-3---*/

/*---SUPER-3---*/

/*---SUPER-3---*/

/*---SUPER-3---*/

/*---SUPER-3---*/

/*---SUPER-3---*/

.superTRI-3 .triangle-a {
  width: 67px;
  height: 77px;
  background: url(../images/meet-the-team/tri-c-1.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 114px;
  left: 6px;
  z-index: 6;
  transition: all ease-out 0.5s;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
}

.superTRI-3:hover .triangle-a {
  -webkit-transform: scale(2.1) rotate(-15deg);
  transform: scale(2.1) rotate(-15deg);
}

.superTRI-3 .triangle-b {
  width: 93px;
  height: 91px;
  background: url(../images/meet-the-team/tri-c-2.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 11px;
  left: 80px;
  z-index: 1;
  transition: all ease-out 0.5s;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
}

.superTRI-3:hover .triangle-b {
  -webkit-transform: scale(1.8) rotate(20deg);
  transform: scale(1.8) rotate(20deg);
}

/*---SUPER-4---*/

/*---SUPER-4---*/

/*---SUPER-4---*/

/*---SUPER-4---*/

/*---SUPER-4---*/

/*---SUPER-4---*/

.superTRI-4 .triangle-a {
  width: 67px;
  height: 77px;
  background: url(../images/meet-the-team/tri-d-1.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 35px;
  left: 18px;
  z-index: 1;
  transition: all ease-out 0.5s;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
}

.superTRI-4:hover .triangle-a {
  -webkit-transform: scale(2.3) rotate(-20deg);
  transform: scale(2.3) rotate(-20deg);
}

.superTRI-4 .triangle-b {
  width: 93px;
  height: 91px;
  background: url(../images/meet-the-team/tri-d-2.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 104px;
  left: 103px;
  z-index: 16;
  transition: all ease-out 0.5s;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
}

.superTRI-4:hover .triangle-b {
  -webkit-transform: scale(1.5) rotate(15deg);
  transform: scale(1.5) rotate(15deg);
}

/*---SUPER-5---*/

/*---SUPER-5---*/

/*---SUPER-5---*/

/*---SUPER-5---*/

/*---SUPER-5---*/

/*---SUPER-5---*/

.superTRI-5 .triangle-a {
  width: 67px;
  height: 77px;
  background: url(../images/meet-the-team/tri-e-1.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 100px;
  z-index: 1;
  transition: all ease-out 0.5s;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
}

.superTRI-5:hover .triangle-a {
  -webkit-transform: scale(2.3) rotate(35deg);
  transform: scale(2.3) rotate(35deg);
}

.superTRI-5 .triangle-b {
  width: 93px;
  height: 91px;
  background: url(../images/meet-the-team/tri-e-2.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 109px;
  left: 4px;
  z-index: 16;
  transition: all ease-out 0.5s;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
}

.superTRI-5:hover .triangle-b {
  -webkit-transform: scale(1.5) rotate(15deg);
  transform: scale(1.5) rotate(15deg);
}

/* Background gradients */

/* Background gradients */

/* Background gradients */

/* Background gradients */

/* Background gradients */

.superBG-1,
.superBG-2,
.superBG-3,
.superBG-4 {
  background: #3fabad;
  margin: 5px;
}

.btn {
  border-radius: 0px;
}

.super-number {
  display: block;
  color: #ff5580;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 30px;
}

/*----------HOME-PAGE----------*/

/*----------HOME-PAGE----------*/

/*----------HOME-PAGE----------*/

/*----------HOME-PAGE----------*/

/*----------HOME-PAGE----------*/

/*----------HOME-PAGE----------*/

/*----------HOME-PAGE----------*/

/*----------HOME-PAGE----------*/

/*----------HOME-PAGE----------*/

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.z-index-11 {
  z-index: 11;
}

.z-index-12 {
  z-index: 12;
}

section.triangle-holder {
  position: absolute;
  width: 100%;
  height: 100vh;
}

.home section {
  /* height: 100vh; */
  /* background: #222222; */
  overflow: hidden;
}

.home section.section__growthforgood {
  height: auto !important;
}
.down-next-arrow {
  width: 47px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}

.down-next-arrow polyline {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
}

.opaque-cover {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
}

.home .section-1 {
  position: relative;
  background-size: auto 100%;
}

.home .section-1 .background-double {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../images/homepage/section-1/canterbury.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

/* .home .section-2 {
    position: relative;
    background: #ffffff url(../images/homepage/section-1/);
    background-repeat: repeat-x;
    background-position: center center;
    background-size: auto 100%;
}

.home .section-1 .player-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../images/homepage/section-1/player-1@2x.png);
    background-repeat: repeat-x;
    background-position: center center;
    background-size: auto 100%;
}

.home .section-1 .player-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../images/homepage/section-1/player-2@2x.png);
    background-repeat: repeat-x;
    background-position: center center;
    background-size: auto 100%;
}

.home .section-1 .player-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../images/homepage/section-1/player-3@2x.png);
    background-repeat: repeat-x;
    background-position: center center;
    background-size: auto 100%;
} */

.home .section-1 p {
  position: absolute;
  bottom: 70px;
  width: 100%;
  text-align: center;
}

/*---SECTION 2---*/

/*---SECTION 2---*/

/*---SECTION 2---*/

/*---SECTION 2---*/

.home .section-2 {
  overflow: hidden;
  background: transparent url(../images/brand-imagery/web-grey.png) center
    center no-repeat;
  background-size: 1050px auto;
}

.home .section-2 h2 {
  font-size: 60px;
  line-height: 70px;
}

.omni-svg-holder {
  position: absolute;
  width: 2958px;
  height: auto;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}

.omni-svg-holder svg {
  width: 2958px;
  height: auto;
}

.home .section-2 p {
  color: #333;
}

/*---SECTION 3---*/

/*---SECTION 3---*/

/*---SECTION 3---*/

/*---SECTION 3---*/

.home .section-3,
.home .section-3 .slide-wrapper {
  background-color: #4cc2c4;
  background-image: url(../images/homepage/section-3/web.jpg);
  background-size: 1920px auto, 1050px auto;
  background-position: center bottom, center -300px;
  background-repeat: no-repeat, no-repeat;
}

.section-3 .white-box-holder {
  background: rgba(255, 255, 255, 0.3);
  border: solid 2px #ffffff;
  width: 650px;
  margin: 30px auto;
  padding: 20px;
}

.section-3 .white-box-holder span {
  display: block;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 800;
}

.section-3 .white-box-holder span.equation {
  margin-bottom: 0px;
}

.section-3 .white-box-holder span.big-number {
  font-size: 90px;
  line-height: 90px;
}

.home .section-3 img.funky-pigeon {
  width: 700px;
  position: absolute;
  top: -120px;
  pointer-events: none;
}

.home .section-3 p.big-statement {
  font-size: 40px;
}

/*---SECTION 4---*/

/*---SECTION 4---*/

/*---SECTION 4---*/

/*---SECTION 4---*/

.home .section-4,
.home .section-4 .slide-wrapper {
  background: #222222 url(../images/homepage/section-4/bg.jpg);
  background-size: 1920px auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.section-4 .animated-bg-sparkles {
  background: transparent url(../images/homepage/section-4/sparkles.png);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 10%;
}

.section-4 h2 {
  color: #ffffff;
  font-size: 69px;
  font-weight: bold;
  line-height: 70px;
  margin-bottom: 30px;
  font-family: Open Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.section-4 h2 strong {
  font-weight: 800;
}

.text-amber {
  color: #ffb400;
}

/*---SECTION 5---*/

/*---SECTION 5---*/

/*---SECTION 5---*/

/*---SECTION 5---*/

.home .section-5 {
  background: #ffffff url(../images/brand-imagery/web-grey.png);
  background-size: 1050px auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.home .section-5 h2 {
  font-size: 150px;
  line-height: 100px;
  margin-bottom: 60px;
}

.home .section-5 p {
  color: #222;
}

.home .section-5 .nav-tabs > li {
  width: 33.3%;
}

.home .section-5 .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.61803399;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  text-transform: uppercase;
  font-size: 25px;
}

.home .section-5 .nav-tabs > li.active > a,
.home .section-5 .nav-tabs > li.active > a:focus,
.home .section-5 .nav-tabs > li.active > a:hover {
  color: #fff;
  background-color: #ff5580;
  border: none;
  border-bottom-color: transparent;
  cursor: default;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.home .section-5 h3 {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.home .section-5 .nav > li > a {
  padding: 10px;
  font-weight: 800;
}

.home .section-5 .center-this-box {
  min-width: 80%;
}

.home .section-5 .services-icon-holder {
  padding: 20px;
  margin-bottom: 50px;
}

ul.services-icon-holder li {
  display: inline-block;
  width: 210px;
  margin: 0 20px;
}

/*---SECTION 6---*/

/*---SECTION 6---*/

/*---SECTION 6---*/

/*---SECTION 6---*/

.home .section-6,
.home .section-9 {
  background: #ff5580;
}

.home .section-6 .center-this-box,
.home .section-9 .center-this-box {
  background: #ff5580 url(../images/brand-imagery/web-white.png);
  background-size: 1050px auto;
  background-position: center 50px;
  background-repeat: no-repeat;
  border-top: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  padding-bottom: 30px;
}

.section-6 .featured-pullout,
.section-9 .featured-pullout,
.featured-pullout h2 {
  color: #fff;
  margin-top: 0px;
  background: none;
}

/*---SECTION 7---*/

/*---SECTION 7---*/

/*---SECTION 7---*/

/*---SECTION 7---*/

.home .section-7,
.home .section-7 .slide-wrapper {
  background: url(../images/homepage/section-7/bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-width: 100% auto;
  background-color: #222222;
}

.section-7 h2 {
  text-align: left;
  color: #ffffff;
  font-size: 69px;
  font-weight: bold;
  line-height: 70px;
  font-family: Open Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.section-7 p {
  text-align: left;
}

.section-7 h2 strong {
  font-weight: 800;
}

.animated-triangles-layer {
  background: transparent url(../images/homepage/section-7/triangles.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 20%;
  height: 20%;
  top: 40%;
  left: 50%;
}

.cta-copy {
  color: #ff5580;
}

.case-study-widget .cta-copy {
  color: #ffffff;
}

.awards-holder {
  background: rgba(0, 0, 0, 0.6);
  margin: 0 auto 20px;
  padding: 4px 30px;
  max-width: 240px;
}

.new-awards-holder {
  width: 100%;
  height: 40vh;
}

.new-awards-holder img {
  margin: 10px auto;
  height: 100%;
}

/*---SECTION 8---*/

/*---SECTION 8---*/

/*---SECTION 8---*/

/*---SECTION 8---*/

.home .section-8 {
  background: #ffffff url(../images/brand-imagery/web-grey.png) no-repeat;
  background-size: 1050px auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.section-8 p {
  color: #333333;
}

.section-8 .col-sm-3 {
  padding: 40px;
}

header .container-super-center.descriptive h2 {
  margin-bottom: 25px;
}

.center-this-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-3 .center-this-box {
  top: 25%;
}

.job-title {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  line-height: 120px;
  text-transform: uppercase;
  margin-top: 30px;
}

.job-image-height {
  height: 550px;
  background-size: cover;
  margin-top: 50px;
}

.job-unordered-list ul {
  font-size: 20px;
  /*list-style-image: url(../images/css-icons/list-arrow.png);*/
  list-style: none;
  margin: 0;
  padding: 0;
}

.job-unordered-list ul li {
  margin: 0;
  margin-bottom: 10px;
  line-height: 30px;
  padding: 0;
  background: url(../images/css-icons/list-arrow.png) no-repeat 0 0;
  padding-left: 40px;
  min-height: 40px;
}

.margin-t-25 {
  margin-top: 25px;
}

.margin-b-50 {
  margin-bottom: 50px;
}

#aq-block-17578-1 {
  background: #ff5580;
}

#aq-block-36-1 {
  background: #4cc2c4;
}

.info-block-yellow {
  background-color: #ffb400;
  text-align: center;
  padding-top: 80px;
}

.info-block-text h1 {
  color: white;
  margin: 0;
  line-height: 1;
  font-size: 70px;
  font-weight: 800;
  text-transform: uppercase;
}

.info-block-text h2 {
  color: white;
  margin: 0;
  line-height: 2;
}

.freelance-block-border {
  border-right: solid #c7c7c7 2px;
}

.vertical-space-80 {
  clear: both;
  width: 100%;
  height: 80px;
}

.color-overlay {
  background-color: rgba(51, 51, 51, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.logo-container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.insta-logo {
  width: 100%;
  max-width: 200px;
  opacity: 0.7;
}

.found-insta-account {
  font-size: 35px;
  padding-top: 20px;
  color: white;
  font-family: roboto;
  text-align: center;
  opacity: 0.8;
}

.instagram-feed {
  padding: 0;
}

#sb_instagram {
  padding-bottom: 0px !important;
}

.awards-icon {
  background-image: url(/wp-content/themes/pivot-child/images/animated-icons/perks-icons/long-service-rewards.gif);
  background-size: 100%;
}

.job-image-padding {
  padding: 50px 10px;
}

/* 27-09-2016 Contact Page */

.page-id-96 .bg-primary,
.page-id-20894 .bg-primary {
  padding: 40px 0;
}

.page-id-96 .bg-primary:last-of-type,
.page-id-20894 .bg-primary:last-of-type {
  background-color: #4cc2c4 !important;
}

.page-id-96 .bg-primary:last-of-type input.wpcf7-submit,
.page-id-20894 .bg-primary:last-of-type input.wpcf7-submit {
  background-color: #ff5580 !important;
}

.page-id-96 .light-wrapper,
.page-id-20894 .light-wrapper {
  padding: 60px 0;
}

.page-id-96 .light-wrapper h3,
.page-id-20894 .light-wrapper h3 {
  color: #333;
  font-size: 22px;
  padding-bottom: 25px;
}

.page-id-96 .light-wrapper p,
.page-id-20894 .light-wrapper p {
  font-size: 16px;
}

.page-id-96 .image-divider.overlay:before,
.page-id-20894 .image-divider.overlay:before {
  background-color: transparent;
}

.page-id-96 section.image-divider,
.page-id-20894 section.image-divider {
  padding: 50px 0;
}

.page-id-96 section.image-divider h2,
.page-id-96 section.image-divider p,
.page-id-96 section.image-divider b,
.page-id-20894 section.image-divider h2,
.page-id-20894 section.image-divider p,
.page-id-20894 section.image-divider b {
  color: #333 !important;
}

.address-icon {
  width: 25%;
  max-width: 100px;
}

.page-id-96 section.image-divider .btn.found-btn,
.page-id-20894 section.image-divider .btn.found-btn {
  min-width: 185px;
  font-size: 18px;
  padding: 0 25px;
}

@media screen and (min-width: 1150px) and (max-width: 1300px) {
  ul.services-icon-holder li {
    width: 170px;
  }
}

/* 28-09-2016 Meet the teem Mobile */

@media screen and (min-width: 0px) and (max-width: 440px) {
  /* Blog mobile - small change */

  body.blog .dark-wrapper .container .row .col-md-4.col-sm-6 {
    background-color: #fafafa;
    padding: 15px 15px 20px;
    margin-bottom: 30px;
  }

  .page-template-template-team .light-wrapper {
    padding: 0;
  }
  .page-template-template-team .light-wrapper .col-md-12 {
    padding-bottom: 60px;
  }
  .page-template-template-team
    .light-wrapper
    .row
    .aq-block-aq_spacer_block
    > div {
    height: 0 !important;
  }
  .gradholder {
    height: 50%;
    width: 50%;
  }
  .superBG-1,
  .superBG-2,
  .superBG-3,
  .superBG-4 {
    background-size: 100%;
  }
  .superTRI-1 .triangle-a {
    width: 45%;
    height: 32%;
    top: 7%;
    left: 10%;
    background-size: 100% 100%;
  }
  .superTRI-1 .triangle-b {
    width: 26%;
    height: 21%;
    top: 75%;
    left: 69%;
    background-size: 100% 100%;
  }
  .superTRI-2 .triangle-a {
    width: 56%;
    height: 57%;
    top: -0.5%;
    left: -1%;
  }
  .superTRI-2 .triangle-b {
    width: 26%;
    height: 28%;
    top: 63%;
    left: 75%;
  }
  .superTRI-3 .triangle-a {
    width: 34%;
    height: 39%;
    top: 58%;
    left: 3%;
  }
  .superTRI-3 .triangle-b {
    width: 48%;
    height: 47%;
    top: 6%;
    left: 41%;
  }
  .superTRI-4 .triangle-a {
    width: 34%;
    height: 39%;
    top: 18%;
    left: 9%;
  }
  .superTRI-4 .triangle-b {
    width: 48%;
    height: 47%;
    top: 53%;
    left: 52%;
  }
  .superTRI-5 .triangle-a {
    width: 34%;
    height: 39%;
    top: 5%;
    left: 51%;
  }
  .superTRI-5 .triangle-b {
    width: 48%;
    height: 47%;
    top: 56%;
    left: 2%;
  }
}

/* 06-06-2017 Updated jobs page - Elena */

.position-h2 {
  font-size: 80px;
  font-weight: 900;
  line-height: 100px;
  border-top: 2px solid #ffb400;
  border-bottom: 2px solid #ffb400;
  padding: 30px 0;
  margin-top: 10px;
}

.position-h3 {
  margin: 50px 0 70px 0;
}

#found-nav-tabs {
  margin-bottom: 30px;
  padding-bottom: 2px;
}

#found-nav-tabs li {
  width: 33.3%;
  margin-bottom: 3px;
}

#found-nav-tabs > li > a > h2 {
  padding: 10px;
}

#found-nav-tabs > li.active > a > h2 {
  color: #fff;
  border-radius: 0;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: #ff5580;
}

#found-nav-tabs h2 {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}

#found-nav-tabs > li.active > h2 {
  color: #fff;
}

#found-nav-tabs > li > a,
#found-nav-tabs > li > a:focus,
#found-nav-tabs > li > a:hover {
  border: none;
  margin: 0;
  padding: 0;
}

.hidden-md {
  display: none;
}

@media screen and (max-width: 768px) and (min-width: 0px) {
  .hidden-md {
    display: block;
  }
  .position-h2 {
    font-size: 40px;
    line-height: 45px;
  }
  #found-nav-tabs li:nth-child(2),
  #found-nav-tabs li:nth-child(3) {
    display: none;
  }
  #found-nav-tabs li:first-child {
    width: 100%;
  }
  #found-nav-tabs {
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
  }
  h2.hidden-md {
    padding: 10px;
    text-align: center;
    font-weight: 800;
    background-color: #ff5580;
    color: #222;
    font-size: 24px;
    border-bottom: 1px solid #ddd;
  }
  #toggle-what-will-you-do,
  #toggle-requirements {
    margin-bottom: 20px !important;
    background-color: #ccc;
  }
  #found-nav-tabs > li.active > a > h2 {
    background-color: #ccc;
    color: #222;
  }
  #toggle-about-you:after,
  #toggle-what-will-you-do:after,
  #toggle-requirements:after {
    content: "";
    cursor: pointer;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 40px;
    border-bottom: 2px solid #4cc2c4;
    border-right: 2px solid #4cc2c4;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 5px;
    transition: all 0.5s ease-out;
  }
  #toggle-about-you:after {
    right: 24px;
  }
  #toggle-about-you.active:after,
  #toggle-what-will-you-do.active:after,
  #toggle-requirements.active:after {
    content: "";
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 14px;
    transition: all 0.5s ease-out;
  }
  h2#toggle-about-you,
  h2#toggle-what-will-you-do,
  h2#toggle-requirements {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px !important;
    text-align: left;
  }
  .job-unordered-list ul li {
    font-size: 16px;
  }
  #elena-jobs-header {
    height: 300px;
    padding: 100px 0 0 0;
  }
}

/* 10-07-2017 updated landing page - Elena */

.home .section-2 p {
  padding: 0 15%;
}

/* Elena - Front-page mobile tweaks */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .down-next-arrow {
    bottom: 6%;
  }

  .visible-pigeon {
    top: 20%;
  }

  .section-3 .white-box-holder {
    width: 65%;
  }

  .section-3 .center-this-box {
    top: 22%;
  }

  .home .section-3 .client-logo {
    left: 55%;
  }

  .home .section-3 img.funky-pigeon {
    top: 10px;
    left: -415px;
  }

  #section-6,
  #section-9 {
    background-color: #ff5580;
  }

  .section-6 .section-wrapper,
  .section-9 .section-wrapper {
    background-color: #ff5580;
  }

  .section-8 .candy-section-8 {
    top: 85%;
    left: 75%;
  }

  .section-8 .turquoise-section-8 {
    top: 55%;
    left: 80%;
  }

  #section-7 h2,
  #section-4 h2 {
    font-size: 69px;
    line-height: 70px;
  }

  #section-8 {
    padding: 0;
  }

  #section-6,
  #section-9 {
    height: 100vh;
  }

  #section-6 .center-this-box,
  #section-9 .center-this-box,
  #section-8 .center-this-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  #section-2 h2 {
    font-size: 56px;
    line-height: 57px;
  }

  #section-5 .mobile-only {
    display: none;
  }

  .home .section-5 h2 {
    font-size: 56px;
    margin-bottom: 50px;
  }

  #section-5 .found-super-tab {
    display: block;
  }

  #section-5 .found-super-tab li a {
    font-size: 18px;
  }

  .home .section-5 .services-icon-holder li:nth-child(3) {
    position: relative;
    top: 10px;
  }

  #section-5 ul.services-icon-holder li {
    width: 18%;
  }

  #section-8 {
    height: 100vh;
  }
}
/* end media */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .home .section-3 p.big-statement {
    line-height: 46px !important;
  }

  .section-3 .center-this-box {
    top: 20%;
  }

  .visible-pigeon {
    top: 57%;
  }

  #section-3 a.btn-candy {
    margin-top: 10px;
  }

  .home .section-5 .services-icon-holder li:nth-child(3) {
    position: relative;
    top: 10px;
  }

  .home .section-5 .services-icon-holder {
    padding: 10px 20px;
    margin-bottom: 30px;
  }

  .home .section-5 .nav > li > a {
    padding: 10px 0;
    font-size: 20px;
  }

  .home .section-2 p {
    padding: 0;
  }

  .section-6 .section-wrapper,
  .section-9 .section-wrapper {
    background-color: #ff5580;
  }

  .section-8 .candy-section-8 {
    top: 85%;
    left: 75%;
  }

  .section-8 .turquoise-section-8 {
    top: 55%;
    left: 80%;
  }
}
/* end media */
@media only screen and (max-width: 440px) {
  .section-3 .white-box-holder span.big-number {
    font-size: 50px;
    line-height: 52px;
  }

  .home .section-8 {
    padding: 0 0 40px 0 !important;
  }

  .home .section-8 h2 {
    margin-top: 40px;
  }

  .home .section-1 .background-double {
    background-image: url(../images/homepage/section-1/canterbury-mob.jpg);
    background-size: 100% auto;
  }

  .home .section-1 {
    background-image: none;
  }
}
@media only screen and (max-width: 740px) and (orientation: landscape) {
  .home .section-5 h3 {
    display: inline-block;
    margin: 0 20px;
  }

  .home .section-5 h2,
  .home .section-5 .mobile-only,
  .home .section-5 .mobile-only .animated-icon-gif-holder {
    display: inline-block;
  }

  .home .section-5 .mobile-only .animated-icon-gif-holder {
    margin: 0 20px 0;
    position: relative;
    top: 12px;
  }

  .section-3 .center-this-box {
    top: 23%;
  }

  .visible-pigeon {
    top: 8%;
  }

  .home .omni-svg-holder svg {
    width: 0;
  }

  .home .section-4 .btn {
    margin: 0 0 10px;
  }

  .home .section-8 {
    padding: 0 10px;
  }

  .home .section-8 h2 {
    padding-top: 40px;
  }

  .home .section-8 .btn {
    margin-bottom: 40px;
  }
}

/* A/B TESTING STYLES */
.mobile-get-in-touch {
  display: none;
}

#ab-home .down-next-arrow {
  width: 47px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3%;
  z-index: 11;
}

#ab-home #carousel-intro h1 span,
#ab-home #carousel-intro #home-h5 span {
  color: #333;
}

#carousel-intro .mg-top {
  display: inline-block;
  margin-top: 20px;
}

#carousel-intro .mg-bot {
  display: inline-block;
  margin-bottom: 20px;
}

#ab-home .down-next-arrow polyline {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3;
}

#ab-home h1 span,
#ab-home #home-h5 span {
  color: #333;
  font-weight: 800;
}

#ab-home .opaque-cover {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
}
#carousel-intro {
  height: 100%;
  z-index: 10 !important;
}
#carousel-intro .carousel-inner .item {
  height: 100vh;
}
#carousel-intro .carousel-inner .item > img {
  z-index: 0;
  height: 100vh;
  width: 100%;
}
#carousel-intro .carousel-caption {
  left: 0;
  right: 0;
  padding-bottom: 30px;
  position: absolute;
  text-shadow: none;
  height: 100vh;
}
#carousel-intro .carousel-caption p {
  position: absolute;
  font-size: 19px;
  line-height: 28px;
  top: 40%;
  right: 60%;
  width: 26%;
  text-align: left;
}
#carousel-intro .carousel-caption p .found-btn {
  display: block;
  min-width: 235px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  padding: 0 30px;
}
#carousel-intro .carousel-caption p strong {
  color: #333;
}
#carousel-intro .carousel-indicators {
  bottom: 10%;
  width: 102%;
  margin: 0;
  padding: 0;
  left: -1%;
  background: #333;
}
#carousel-intro .carousel-indicators li {
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-indent: initial;
  margin: 0;
  padding: 0;
  width: 24.5%;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  border-radius: 0;
  border: medium none;
  transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
}
#carousel-intro .carousel-indicators li.active {
  background-color: #ff5580;
  margin: 0;
  padding: 0;
  width: 24.5%;
  height: 30px;
}
#ab-home .scene {
  position: absolute;
  top: 35%;
  left: 45%;
  height: 50vh;
  width: 40%;
}
.sticky-get-in-touch {
  position: fixed;
  right: -170px;
  top: 22%;
  z-index: 12;
  background-color: #ff5580;
  width: 220px;
  min-height: 40px;
  height: auto;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  display: flex;
  transition: all 0.3s ease-in-out;
}
.sticky-get-in-touch:hover {
  right: 0;
}
.sticky-get-in-touch .get-in-touch-a {
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0;
}
.sticky-get-in-touch span.phone {
  width: 16px;
  height: 23px;
  background: url(../images/phone.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  float: left;
  margin: 10px 20px 0 15px;
}

@media screen and (max-width: 789px) and (min-width: 440px) {
  #ab-home h1,
  #ab-home #home-h5 {
    top: 100px !important;
    font-size: 56px !important;
    line-height: 58px;
    width: 90% !important;
    left: 5% !important;
  }
  #ab-home .scene {
    position: absolute;
    top: 26%;
    left: 2%;
    width: 100%;
  }
  #carousel-intro .carousel-caption p {
    top: 70%;
    right: 5%;
    width: 90%;
    font-size: 18px;
    text-align: center;
  }

  #carousel-intro .carousel-indicators li {
    width: 24.5%;
  }

  #carousel-intro .carousel-indicators {
    bottom: 10%;
    width: 102%;
    margin: 0;
    padding: 0;
    left: -1%;
    background: transparent;
  }

  #carousel-intro .carousel-caption p .found-btn {
    width: 40%;
    margin: 15px auto;
  }

  #carousel-intro .carousel-indicators li {
    font-size: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #carousel-intro .carousel-indicators {
    bottom: 12%;
  }

  #ab-home .down-next-arrow {
    bottom: 6%;
  }

  #carousel-intro .carousel-caption p {
    top: 69%;
  }

  #ab-home .scene {
    top: 25%;
  }
}
/* end media */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #carousel-intro .carousel-caption p {
    top: 45%;
    right: 53%;
    width: 40%;
  }

  #ab-home .scene {
    top: 40%;
    left: 50%;
    width: 45%;
  }

  #ab-home h1,
  #ab-home #home-h5 {
    padding: 0 15%;
    line-height: 60px;
  }
}
/* end media */
@media only screen and (max-width: 440px) {
  #carousel-intro .carousel-caption p {
    top: 68%;
  }
  .desktop-get-in-touch {
    display: none;
  }
  .mobile-get-in-touch {
    display: block;
  }
}
@media only screen and (max-width: 740px) and (orientation: landscape) {
  #ab-home .scene {
    display: none !important;
  }

  #ab-home h1,
  #ab-home #home-h5 {
    font-size: 30px !important;
    line-height: 28px !important;
  }

  #carousel-intro .carousel-caption p {
    top: 39%;
    font-size: 16px;
  }

  #carousel-intro .carousel-indicators {
    bottom: 13%;
  }

  #carousel-intro .carousel-caption p .found-btn {
    margin: 10px auto;
  }
}

@media screen and (max-width: 440px) and (min-width: 0px) {
  #ab-home .down-next-arrow {
    width: 35px !important;
  }

  #ab-home .scene {
    position: absolute;
    top: 31%;
    left: -5%;
    width: 115%;
  }
  #ab-home h1,
  #ab-home #home-h5 {
    top: 100px !important;
  }
  #carousel-intro .carousel-caption p {
    font-size: 15px;
    line-height: 24px;
    top: 66%;
    right: 5%;
    width: 90%;
    text-align: center;
  }

  #carousel-intro .carousel-caption p .found-btn {
    display: none;
  }

  #carousel-intro .carousel-indicators li.active {
    margin: 0 -1px;
    width: 23.5%;
    height: 20px;
  }

  #carousel-intro .carousel-indicators {
    bottom: 10%;
    width: 102%;
    height: 20px;
    margin: 0;
    padding: 0;
    left: -1%;
    background: transparent;
  }

  #carousel-intro .carousel-indicators {
    bottom: 10%;
    width: 102%;
    height: 20px;
    margin: 0;
    padding: 0;
    left: -1%;
    background: transparent;
  }

  #carousel-intro .carousel-indicators li {
    font-size: 0;
    margin: 0 -1px;
    width: 23.5%;
    height: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #carousel-intro .mg-top {
    display: inline;
    margin-top: 0;
  }

  #carousel-intro .mg-bot {
    display: inline;
    margin-bottom: 0;
  }
}

/* Job apply form styles */

#apply-form label:not([for="Attachment"]) {
  font-weight: 400;
  display: inline;
}

#apply-form input[type="text"],
#apply-form textarea,
#apply-form input[type="email"] {
  background: #fff;
  color: #333 !important;
}

#apply-form input[type="text"].wpcf7-not-valid,
#apply-form textarea.wpcf7-not-valid,
#apply-form input[type="email"].wpcf7-not-valid {
  background: rgba(255, 255, 255, 0.2);
  color: #fff !important;
}

#apply-form input[type="text"].wpcf7-not-valid::-webkit-input-placeholder,
#apply-form textarea.wpcf7-not-valid::-webkit-input-placeholder,
#apply-form input[type="email"].wpcf7-not-valid::-webkit-input-placeholder {
  color: #fff !important;
}

#apply-form input[type="text"]::-webkit-input-placeholder,
#apply-form input[type="email"]::-webkit-input-placeholder,
#apply-form textarea::-webkit-input-placeholder {
  color: #666 !important;
}

#apply-form input[type="text"]::-webkit-input-placeholder,
#apply-form input[type="email"]::-webkit-input-placeholder,
#apply-form textarea::-webkit-input-placeholder,
#apply-form input[type="text"]::-moz-placeholder,
#apply-form input[type="email"]::-moz-placeholder,
#apply-form textarea::-moz-placeholder,
#apply-form input[type="text"]:-ms-input-placeholder,
#apply-form input[type="email"]:-ms-input-placeholder,
#apply-form textarea:-ms-input-placeholder,
#apply-form input[type="text"]:-moz-placeholder,
#apply-form input[type="email"]:-moz-placeholder,
#apply-form textarea:-moz-placeholder {
  color: #666 !important;
}

#apply-form label[for="Talent"] {
  display: inline-block;
  font-weight: 700;
  margin-top: 15px;
}

#apply-form input[type="checkbox"] {
  display: inline;
  width: 18px;
  height: 15px;
  top: 3px;
  margin: 0;
  position: relative;
}

#apply-form span.wpcf7-list-item {
  margin: 0;
}

#apply-form h2 {
  margin-bottom: 30px;
}

#apply-form .col-sm-12 {
  margin-bottom: 10px;
}

#apply-form .wpcf7-list-item.first {
  margin-right: 30px;
}

#apply-form .col-sm-6 {
  margin-top: 10px;
}

#apply-form input[type="file"] {
  padding: 13px;
}

#apply-form input[type="submit"] {
  margin-top: 30px;
}

#apply-form .process-span {
  display: block;
  font-size: 16px;
  color: #fff;
  background-color: #333;
  padding: 20px;
  width: 98%;
  margin-top: 30px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  left: 14px;
  top: 100px;
  opacity: 0;
}

#apply-form .process-span:before {
  content: " ";
  position: absolute;
  border: 10px solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 95%;
  left: 50px;
  border: solid transparent;
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #333;
  border-width: 18px;
}

input[type="checkbox"] {
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  #apply-form .process-span {
    margin-top: 75px;
    width: 96%;
  }
}

@media screen and (max-width: 500px) {
  #apply-form .process-span {
    margin-top: 75px;
    width: 94%;
  }
}

@media screen and (min-width: 360px) and (max-width: 500px) {
  #apply-form .process-span {
    margin-top: 38%;
  }
}

@media screen and (max-width: 360px) {
  #apply-form .process-span {
    margin-top: 52%;
  }
}

#apply-form div.wpcf7-validation-errors,
#apply-form div.wpcf7-mail-sent-ok {
  width: 100%;
  margin: 0 auto;
  max-width: 1170px;
}

.tools .blog-snippet-1 img {
  border: none;
}

/* Gladwins styles */
/*
.custom-blog-posts, .blog-list-header section, .blog-list-section, 
.post-type-archive-resources section , .page-template-template-team section, .blog-post-article {
    max-width: none;
    padding: 40px 20px 0px;
}

.custom-blog-posts .container, .blog-list-header .container, .blog-list-section .container, 
.post-type-archive-resources section .container, .page-template-template-team section .container, 
.blog-post-article .container, .awards-section .container {
    padding: 0;
    width: 100%;
    max-width: 1366px;
}
*/

@media screen and (max-width: 800px) {
  .module.custom-blog-posts {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}

.custom-blog-posts.module {
  margin-top: 50px;
}

.module.custom-blog-posts,
.module.meet-team-section {
  padding-top: 50px;
}
.custom-blog-posts .blog-post-child-holder {
  background: #2a2b28;
  color: #fff;
  margin: 0 auto 40px;
}

.custom-blog-posts .blog-post-child-holder h5 {
  padding: 25px;
  margin: 0;
  font-weight: bold;
  /* height: 150px; */
  display: flex;
  /* align-items: center; */
  text-transform: uppercase;
}

.custom-blog-posts .blog-post-child-holder h5 span {
  color: #4cc2c4;
}

.custom-blog-posts .blog-post-child-holder a {
  color: #fff;
}

.custom-blog-posts .blog-post-child-holder img {
  border: none;
  width: 100%;
  margin: 0;
}

.blog-sidebar .widget_search {
  display: none;
}

.blog-sidebar .widget_recent_entries {
  background: #4cc2c4;
  padding: 30px;
  margin-bottom: 0;
}

.blog-sidebar .widget_recent_entries h5 {
  color: #2a2b28;
}

.blog-sidebar .widget_recent_entries li {
  border: none;
  padding: 0;
  font-size: 14px;
  margin-bottom: 20px;
}

.blog-sidebar .widget_recent_entries a {
  color: #fff;
}

.blog-sidebar .widget_tag_cloud {
  background: #2a2b28;
  padding: 30px;
}

.blog-sidebar .widget_tag_cloud h5 {
  color: #4cc2c4;
}

.blog-sidebar .widget_tag_cloud .tagcloud a {
  border: none;
  color: #fff;
}

.blog-sidebar .widget_tag_cloud .tagcloud a:hover {
  background: none;
}

.module .author-details h5 {
  text-align: center;
}

.blog-post-section {
  padding: 0;
}

.blog-post-header section {
  width: 100%;
}

.blog-post-section h1,
.blog-post-section h2 {
  padding: 0 !important;
}

.module__content--b2.blog-post-section {
  margin-bottom: 25px;
}

.module__header.blog-post-header h1 {
  margin: 0 0 -10px;
}

.blog-post-section > .container > h2 {
  margin-top: 10px;
}

@media screen and (min-width: 800px) {
  .module__header.blog-post-header h1 {
    margin: 0 0 -14px;
  }
}

/*
body.single-post .container {
    width: 100%;
    padding: 0;
}
*/
.blog-post-meta {
  /* margin-top: 25px; */
}

.blog-post-meta .sub {
  font-size: 12px;
  letter-spacing: 0px;
}

.module__header.blog-list-header {
  background: url("http://beta29.a8websites.co.uk/wp-content/uploads/2019/10/blog-bg.jpg");
  min-height: 35vh;
  background-size: cover;
}

body section.blog-list-section {
  padding-bottom: 0;
  padding-top: 10px;
  width: 100%;
}

.blog-list-section h2 {
  margin: 0;
}

.blog-list-section p {
  margin: 35px 0;
}

body .custom-case-studies .case-study-child-details-holder {
  /* height: 122px; */
  display: flex;
  align-items: center;
}

.custom-case-studies .blog-snippet-1 .case-study-child-image img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.post-type-archive-resources .module {
  padding-top: 50px;
}

.post-type-archive-resources .blog-snippet-1 {
  background: #eaeaea;
  /* min-height: 340px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.post-type-archive-resources .text-center {
  margin: 0;
}

.post-type-archive-resources .text-center h2 {
  margin: 30px 0 0;
  font-size: 50px;
}

.post-type-archive-resources .blog-snippet-1 h2 {
  padding: 25px;
  margin: 0;
  /* min-height: 102px; */
  /* display: flex;
  align-items: center; */
}

.post-type-archive-resources .blog-snippet-1 h2 a {
  color: #1e2925;
  word-break: break-word;
  height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 799px) {
  .blog-list-section h2,
  .post-type-archive-resources .text-center h2 {
    font-size: 32px;
  }

  .blog-list-header.module__header h1 {
    margin: 0 0 -9px;
  }
}

.page-template-template-team .space-bottom-large {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: center;
}

.blog-list-section p a {
  font-weight: bold;
}

.page-template-recognition-template .blog-list-section h5 {
  margin: 30px 0 0;
}

.winning-section .flex-two_col {
  max-width: 65%;
  flex-basis: 65%;
}

.enquire-call {
  background: #31353b;
  padding: 30px;
  align-self: stretch;
  flex-basis: calc(35% - 50px);
  max-width: calc(35% - 50px);
}

.enquire-call h3,
.enquire-call h5 {
  color: #fff;
}

.enquire-call h3 {
  margin-bottom: 30px;
}

.enquire-call h5 a {
  font-weight: 800;
}

@media screen and (max-width: 1200px) {
  .winning-section .flex-two {
    flex-direction: column;
  }

  .winning-section .flex-two_col {
    max-width: 100%;
    flex-basis: 100%;
    margin-right: 0 !important;
  }

  .enquire-call {
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0 !important;
  }
}

.icon-faded {
  opacity: 0.3;
}

.award-single {
  height: 240px;
}

.award-single h5 {
  margin: 5px 0;
}

.awards-section h2 {
  margin: 0 15px 50px;
}

section .container {
  padding: 0;
}

.profile-avatar {
  text-align: right;
}

.profile-avatar img {
  width: 350px;
  margin-right: 10px;
}

.header-bar-holder {
  height: 57px;
  background: #fff;
  padding: 0;
}

.header-bar-holder li a {
  color: #222 !important;
  background: #fff;
}

.header-bar-holder li {
  border-color: #222 !important;
}

#found-header-bar {
  background: #fff !important;
  height: 57px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.module__pageheader {
  margin-top: 57px;
  padding-top: 0;
}

#found-header-bar .fixed-nav-hamburger-holder {
  display: none;
  float: right;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 769px) {
  #found-header-bar .fixed-nav-hamburger-holder {
    margin-top: 6px;
  }
}

.found-logo-section {
  margin-bottom: 0 !important;
}

.found-logo-section > div {
  width: 57px;
}

#found-header-bar .main-menu-holder {
  padding-top: 10px;
}

#found-header-bar .found-logo-holder {
  margin: 0;
}

body #menu-main-navigation .menu-item-has-children a::after {
  color: #222;
}

.blog-sidebar {
  display: block;
  padding-left: 0;
}

@media screen and (max-width: 1200px) {
  #found-header-bar .fixed-nav-hamburger-holder {
    display: block;
  }
  #found-header-bar .main-menu-holder {
    display: none;
  }

  .module__pageheader--img {
    margin-top: 25px !important;
    text-align: center;
  }

  .avatar-col {
    justify-content: center;
  }

  .author-avatar-empty {
    display: none;
  }
}

.resources-bg {
  background-image: url("../images/resources-bg.jpg");
}

.blog-parent-bg.graphite-bg {
  background-image: url("../images/blog-parent-bg.jpg");
}

.meet-the-team-bg.graphite-bg {
  background-image: url("../images/meet-the-team-bg.jpg");
}

.case-studies-parent-bg.graphite-bg {
  background-image: url("../images/case-studies-bg.jpg");
}

@media screen and (max-width: 800px) {
  .case-studies-parent-bg.graphite-bg {
    /* background-image: url("../images/mobile/case-study-bg-mob.jpg");
    background-size: contain !important; */
  }
}

.jobs-extra {
  padding: 80px 0;
}

.blog-snippet-1 {
  margin-bottom: 25px;
}

.services-clients-section .flex-four img.flex-four_col {
  width: 250px;
}

@media screen and (max-width: 991px) {
  .freelance-block-border {
    border-right: none;
    margin-bottom: 40px;
  }

  .jobs-extra {
    padding: 40px;
  }
}

#apply-form {
  padding-top: 40px;
  padding-bottom: 40px;
}

.job-content h3 {
  margin-bottom: 15px;
}

section.module__pageheader header.header {
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1200px) {
  section.module__pageheader header.header {
    background-attachment: fixed;
    background-position: top;
    background-size: 1366px 500px;
  }
}

.page-template-recognition-template header.header.graphite-bg {
  background-image: url(../images/gradients/black-bg.svg);
  background-size: cover;
}

.contact-header header {
  background-image: url("/wp-content/uploads/2019/10/contact-bg.jpg");
}

.contact-header h5 {
  margin-top: 25px;
}

.hubspot-form-wrapper fieldset input {
  background: #fff;
}

.hubspot-form-wrapper input::placeholder {
  color: #333;
}

.logos-wrapper {
  width: 100%;
}

.logos-wrapper .client-logo-container {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
}

.logos-wrapper .client-logo-container img {
  max-width: 270px;
  width: 100%;
}

/* Custom Font Sizes */

.fa-h1 {
  font-size: 65px !important;
}

.fa-h2 {
  font-size: 55px !important;
}

.fa-h3 {
  font-size: 45px !important;
}

@media screen and (max-width: 1199px) {
  .fa-h1 {
    font-size: 50px !important;
  }

  .fa-h2 {
    font-size: 40px !important;
  }

  .fa-h3 {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 575px) {
  .fa-h1 {
    font-size: 2em !important;
  }

  .fa-h2 {
    font-size: 1.5em !important;
  }

  .fa-h3 {
    font-size: 1.17em !important;
  }
}

/* Responsive styles V2 */

.accred-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 799px) {
  .module__pageheader--img {
    display: none;
  }

  .module__pageheader--img.profile-avatar {
    display: block;
  }

  .f4-service img.flex-two_col {
    margin-top: 25px;
    width: 100%;
  }
}

.hoppy-vid-dt {
  display: inline-block;
}

.hoppy-vid-mb {
  display: none;
}

/* Mobile device only V2 */
@media screen and (max-width: 414px) {
  .seo-header-custom {
    background-image: url("../images/mobile/seo-bg-mob.jpg") !important;
  }

  .display-header-custom {
    background-image: url("../images/mobile/display-bg-mob.jpg") !important;
  }

  .data-header-custom {
    background-image: url("../images/mobile/data-bg-mob.jpg") !important;
  }

  .hoppy-vid-dt {
    display: none;
  }

  .hoppy-vid-mb {
    display: inline-block;
  }
}

/* Agency Services V2 */
@media screen and (min-width: 800px) and (max-width: 1300px) {
  .module__content--a2 > .module__wrapper {
    flex-direction: column;
  }

  .module__content--a2 > .module__wrapper > img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }

  .module__content--a2 > .module__wrapper > div.flex-two_col {
    max-width: 100%;
  }
}

.hubspot-form-wrapper fieldset input {
  color: #333 !important;
}

body.post-type-archive-resources .blog-snippet-1 img {
  margin-bottom: 0;
  background-color: #fff;
}

body.post-type-archive-resources .blog-snippet-1 h2 {
  line-height: 26px;
}

.blog-single-header {
  font-size: 34px;
  margin: 20px 0;
}

body.single-post .blog-post-article {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  body.single-post .article-single {
    margin-top: 0 !important;
  }

  body.single-post .blog-post-article {
    padding-top: 0;
  }

  .blog-single-header {
    font-size: 28px;
    margin: 20px 0;
  }
}

#searchform {
  padding: 0 15px;
}

.post-name-date {
  padding: 5px 10px;
  background: #4cc2c4;
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .background-image-holder.parallax-background .background-image {
    display: none;
  }
}

/* Online events */

.online-events p {
  max-width: 1366px;
  padding: 0 25px;
}

@media screen and (min-width: 800px) {
  .online-events {
    margin: 30px 0;
  }

  .online-events P {
    padding: 0 100px;
  }
}

/* .online-events table {
  table-layout: fixed;
  width: 100%;
}

.online-events table,
th,
td {
  border: 1px solid black;
  text-align: center;
}

.online-events td {
  padding: 10px;
} */

.events-header.module__pageheader h6 {
  font-size: 45px;
}

.events-header.module__pageheader h1 {
  font-size: 30px;
}

@media screen and (min-width: 800px) {
  .events-header.module__pageheader h6 {
    font-size: 70px;
  }

  .events-header.module__pageheader h1 {
    font-size: 45px;
  }
}

.online-events iframe {
  width: 100%;
  height: 1200px;
  padding: 30px;
}

.search-trends-contents h5 {
  margin-bottom: 10px;
}

input[id^="agree_to_recruitment_process"] {
  height: auto !important;
}

label[id^="label-upload_cv"] {
  display: block !important;
  padding-left: 8px;
}

input[id^="upload_cv"] {
  height: auto !important;
}

.brand-logos {
  display: flex;
  justify-content: space-evenly;
  flex-flow: wrap;
}

.brand-logos img {
  margin: 10px;
}

.international-trophy-section p,
.international-trophy-section li,
.international-trophy-section h5 {
  color: #fff;
}

.international-trophy-section .flex-two_col {
  max-width: 55%;
}

.international-trophy-section li span {
  font-weight: bold;
}

.international-trophy-section li {
  margin: 0;
}

.international-trophy-section h5 {
  margin: 25px 0 0;
}

.international-trophy-section img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
}

.international-services {
  margin-top: 20px;
  font-weight: bold;
}

.international-services span {
  color: #4cc2c4;
}

@media screen and (max-width: 1200px) {
  .international-trophy-section .flex-two_col {
    max-width: 100%;
    margin-right: 0 !important;
  }

  .international-trophy-section .module__wrapper.flex-two {
    flex-direction: column;
  }

  .international-trophy-section img {
    position: relative;
    top: auto;
    transform: none;
    right: auto;
    margin: auto;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .international-header h6 {
    font-size: 40px !important;
    margin: 0 0 -5px !important;
  }
}

/* Workable Integration */
#jobs > h2 {
  margin-bottom: 20px;
}

.whr-info {
  display: none;
}

#whr_embed_hook .whr-title {
  margin-bottom: 10px !important;
  font-size: 25px;
}

.whr-title a:hover {
  text-decoration: underline;
}

#whr_embed_hook .whr-item {
  margin-bottom: 0;
  padding: 10px;
}

.whr-info li {
  color: #fff;
  margin: 0;
}

.whr-date,
.whr-location {
  display: none;
}

/* homepage v6 updates */

ul.menu-main-navigation {
  display: flex;
  justify-content: flex-end;
}

.sub-nav {
  padding-top: 10px;
  background: #f0f0f0;
}

.sub-nav ul {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}

body .sub-nav a {
  padding: 5px 10px;
  font-size: 14px;
  color: #333;
  background: #f0f0f0;
}

.sub-nav .nav-tel {
  position: absolute;
}

.sub-nav .nav-tel a {
  padding-left: 0;
}

.header-bar-holder li:hover a {
  /* color: #4cc2c4 !important; */
}

.header-bar-holder li a.btn-highlight {
  background: #4cc2c4 !important;
  border-radius: 4px;
  color: #fff !important;
}

.sub-nav {
  display: none;
}

ul.menu-main-navigation > li:last-of-type {
  padding-left: 10px;
}

ul.menu-main-navigation > li:last-of-type a {
  background: #4cc2c4;
  border-radius: 4px;
  color: #fff !important;
  padding-bottom: 5px;
}

ul#menu-footer-menu li {
  padding: 0;
  margin: 0;
}

.triangles-footer {
  display: none;
}

.sidebar-widget a {
  color: #fff;
  text-decoration: underline;
}

footer div,
footer p {
  color: #fff;
}

#menu-side-slide-menu {
  margin-top: 15px;
}

.custom-blog-posts img {
  height: 212px;
}

@media screen and (max-width: 500px) {
  .page-template-foundry-network-template h1 {
    font-size: 40px !important;
  }
}
