/*
1: WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.ml2 {
  font-weight: 900;
  font-size: 3.5em;
}

.ml2 .letter {
  display: inline-block;
  line-height: 1em;
}

/* -----------------
2: GENERAL
---------------------*/
.wrap-768 { max-width:768px; }
.wrap-565 { max-width:565px; }
.position-relative { position:relative;}
.position-absolute { position:absolute; }
.absolute-image-cover {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position: center;
}
.absolute-image-cover.in-col {
  width:100%;
  left:0px;
}
.no-pad-left {
  padding-left: 0 !important;
}
a {
  color: #151515;
  color: #9799a0;
}

a:hover {
  color: #545454;
  text-decoration: none;
  color: #bcbcc1;
}
/** GUTTER CHANGE **/
.row {
  margin-left: -20px;
  margin-right: -20px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 20px;
  padding-right: 20px;
}

img {
  max-width: 100%;
  height: auto;
}
body,
html {
}
body {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.front-page body {
  color: #fff;
}
html {
}
input:focus,
textarea:focus,
.contact-page-form input:focus,
.contact-page-form textarea:focus,
select:focus {
  outline-style: none;
  outline-color: #262626;
  background-color: #fff;
}
input:active,
textarea:active {
}
span.required {
  color: #d83926;
}
.sub-heading {
}

.container.smaller-container,
.smaller-container {
  max-width: 767px;
}

.container.smaller-container.even-smaller-container {
  max-width: 660px;
}
.container.medium-container {
  max-width: 995px;
}
.center {
  position: fixed;
  top: 50%;
  left: 50%;
  /* background: #fff; */
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.center-relative {
  position: absolute;
  top: 50%;
  left: 50%;
  /* background: #fff; */
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #17a2b8;
  z-index: 99999;
  color: #fff;
}
div.wpcf7-response-output {
  background: #fff;
  padding: 25px 30px;
  float: left;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
div.wpcf7-response-output img {
  margin-right: 10px;
}
div.wpcf7-mail-sent-ok {
  background-color: rgba(103, 221, 162, 0.2);
  border: 1px solid #67dda2;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
  border: 1px solid #e82737;
  background-color: rgba(232, 39, 55, 0.1);
}

.dark-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}

.background-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
div.wpcf7 .ajax-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* display: none; */
  margin: 0;
  background-color: rgba(0, 0, 0, 0.6);
  background-size: 5%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/loaders/ball-triangle.svg");
  z-index: 999;
}

div.wpcf7 .ajax-loader.is-active {
  display: initial;
}
span.wpcf7-not-valid-tip {
  color: #e82737;
  font-family: Barlow;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  margin-bottom: 15px;
  display: block;
  margin-top: 4px;
  text-transform: initial;
}

body input[type="text"].wpcf7-not-valid,
body input[type="email"].wpcf7-not-valid,
body input[type="tel"].wpcf7-not-valid,
body textarea.wpcf7-not-valid {
  border-color: #d9534f !important;
  margin-bottom: 0;
}

ul.vertical-list.social-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.vertical-list.social-list li a {
  padding: 5px 0px;
  height: auto;
  display: block;
}

.uppercase {
  text-transform: uppercase;
}
/* CTAs */
.cta {
  color: #24282d;
  font-family: "brandon-grotesque";
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-align: center;
  display: inline-block;
  padding: 17px 45px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
}
.rounded-cta {
  border: 1px solid #9799a0;
  border-radius: 23px;
  transition: all 300ms ease;
}
.rounded-cta:hover {
  background-color: #9799a0;
  color: #fff;
  text-decoration: none;
}
.rounded-cta.white-cta {
  border-color: #fff;
  color: #fff;
}
.rounded-cta.white-cta:hover {
  background: #fff;
  color: #24282d;
}
.cta-black.rounded-cta {
  border: 1px solid #9799a0;
  color: #fff;
  background-color: #24282d;
}
.cta-black.rounded-cta:hover {
  background-color: #9799a0;
}
.grey-cta.rounded-cta {
  border: 1px solid #ffffff;
  color: #fff;
  background-color: #9799a0;
}
.grey-cta.rounded-cta:hover {
  background: #fff;
  color: #24282d;
}

/* WIDTHS ETC */
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.object-fit {
  object-fit: cover;
  object-position: center;
}

/* OVERLAYS ETC */

.a100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.overlay.black {
  background: #000;
  opacity: 0.7;
}

.container {
  max-width: 1180px;
}
.front-page .container {
  max-width: 1260px;
}

/* HEADINGS */
h1,
h2,
h3,
h4 {
  font-family: "brandon-grotesque";
  text-transform: uppercase;
}
h1 {
  font-size: 36px;
  line-height: 40px;
}
h2 {
  font-size: 29px;
  line-height: 32px;
}
h3 {
  font-size: 22px;
  line-height: 25px;
}
h4 {
  font-size: 18px;
  line-height: 21px;
}
h5 {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
}
h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
/* -----
HEADER
----- */
img.head-logo {
  max-width: 85px;
}
.menu-container {
  text-align: right;
}
.front-page .menu-container a {
  color: #fff;
}
.menu-container a {
  font-family: Barlow;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.93px;
  line-height: 16px;
  text-align: right;
  text-transform: uppercase;
  padding: 53px 10px;
  display: block;
  color: #151515;
}
.menu-container ul li:last-child a {
  padding-right: 0;
}

.front-page .head-row {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  z-index: 9;
}
.menu-container {
  text-align: right;
}

.menu-container ul {
  margin-bottom: 0;
}
.menu-container a:hover {
  text-decoration: none;
}
.menu-container ul li:last-child a {
  padding-right: 0;
}

/*-------
FOOTER
----- */
.foot-container {
  background-color: #24282d;
}

.foot-bottom-row {
  border-top: 1px solid #45484c;
  background-color: #2e3237;
  margin-right: -15px;
  margin-left: -15px;
}

.foot-menu-title {
  color: #e9decd;
  font-family: "brandon-grotesque";
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 10px;
}

.foot-bottom-row a {
  color: #e9decd;
  font-family: Barlow;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  display: inline-block;
  padding: 10px 0px 12px;
}

.foot-bottom-row span {
  color: #e9decd;
  font-family: Barlow;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  display: inline-block;
  padding: 10px 0px 12px;
}

.foot-bottom-row span + span {
  margin-left: 35px;
}

.footRow {
  padding-top: 55px;
  padding-bottom: 50px;
}

.foot-menu ul {
  padding: 0;
  list-style-type: none;
}
.foot-menu ul a {
  color: #fff;
  color: #ffffff;
  font-family: Barlow;
  font-size: 13px;
  line-height: 16px;
}
.foot-menu ul a:hover,
.foot-social ul a:hover {
  opacity: 0.7;
}
.foot-social ul {
  font-size: 0.4rem;
}
.foot-social ul .fa-circle {
  color: #fff;
}
.foot-social ul li svg:last-child {
  color: #23272c !important;
}

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

/** HERO **/
video#splash-video {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  object-fit: cover;
}

.home-hero > .container,
.home-hero > .container > .row {
  height: 100vh;
  text-align: center;
}
.hero-logo {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.hero-text.hero-home-text {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.hero-text p {
  margin-bottom: 0;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
}

/* --------
SUB-PAGE
----------*/
/* -  HERO */
.container-fluid.sub-page-hero {
  padding: 57px 0px 51px;
  background: #24282d;
  min-height: 268px;
}
.sub-page-hero.sub-page-hero-no-image {
  padding-top: 116px;
  padding-bottom: 112px;
}
h1.sub-page-h1 {
  margin-bottom: 0;
  color: #ebdecb;
  font-family: "brandon-grotesque";
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

h1.sub-page-academy-h1 {
  margin-bottom: 0;
  color: #ebdecb;
  font-family: "brandon-grotesque";
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.sub-page-h1 img {
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.breadcrumbs-container {
  border-top: 1px solid #45484c;
  border-bottom: 1px solid #45484c;
  padding: 15px 0px;
  background-color: #2b2f34;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  z-index: 1;
  position: relative;
}
.breadcrumbs-container a {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
}
.breadcrumbs-container a:hover {
  opacity: 0.7;
}

/* TIPI ACADEMY PAGE */

/* -- Who are you */

.who-are-you {
  padding-top: 83px;
}

.who-are-you-text-wrap {
  padding-bottom: 50px;
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
  color: #151515;
  font-family: Barlow;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 23px;
}

.academy-options-row {
  padding-bottom: 83px;
}

.academy-option {
  padding: 15px;
}

.academy-link-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.option-box {
  position: relative;
  height: 333px;
  width: 262px;
  background-color: #f9f9f9;
  border-radius: 7px;
}

.academy-option-image {
  position: absolute;
  top: 71px;
  bottom: 195px;
  left: 25px;
  right: 114px;
}

p.academy-option-header {
  position: absolute;
  top: 160px;
  left: 25px;
  right: 26px;
  bottom: 123px;
  height: 50px;
  width: 211px;
  color: #151515;
  font-family: Barlow;
  font-size: 19px;
  font-weight: bold;
  line-height: 25px;
}

p.academy-option-description {
  position: absolute;
  left: 25px;
  right: 26px;
  top: 222px;
  bottom: 39px;
  height: 72px;
  width: 211px;
  color: #151515;
  font-family: Barlow;
  font-size: 16px;
  line-height: 24px;
}
*/

/* -- 'What is the TIPi Academy' */
.ta-events-block {
  position: relative;
  padding-top: 79px;
  padding-bottom: 98px;
}

p.next-course-title {
  color: #020202;
  font-family: Barlow;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.15px;
  line-height: 19px;
  padding-top: 80px;
  text-transform: uppercase;
}

p.next-course-title.recruitment {
  padding-top: 0px !important;
}

p.next-course-date {
  color: #020202;
  font-family: Barlow;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  margin-bottom: 7px;
}
.next-course-date > span:after {
  height: 20px;
  width: calc(100% + 32px);
  background-color: #03ccb1;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 7px;
  left: -16px;
  z-index: -1;
}
.next-course-date > span {
  display: inline-block;
  position: relative;
}
p.next-course-application-date {
  color: #a09897;
  font-family: Barlow;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin-bottom: 25px;
}

.next-course-text-wrap {
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
  color: #151515;
  font-family: Barlow;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-top: 37px;
  margin-bottom: 27px;
}

.next-course-cta-wrap {
  margin-bottom: 77px;
}

span.tipi-brand {
  text-transform: initial;
}

/** PRESS **/

.ta-latest-posts.latest-posts-container.posts-container {
  padding-top: 0px !important;
}

.press-category-selection {
  margin-top: 70px;
  margin-bottom: 70px;
  color: #24282d;
  font-family: Barlow;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  text-align: center;
}

.press-category {
  opacity: 0.3;
}

.press-category:hover {
  opacity: 0.8;
  cursor: pointer;
}

.press-item-container {
  display: inline-grid;
  margin-bottom: 70px;
}

.selected-press {
  border-bottom: 2px solid #24282d;
  box-sizing: border-box;
  opacity: 10 !important;
  color: #000000 !important;
}

.alm-load-more-btn.done {
  display: none;
}

.alm-load-more-btn {
  display: table;
  margin: 0 auto;
  margin-bottom: 50px;
}

.alm-load-more-btn:focus {
  outline: 0 none;
}

.alm-load-more-btn .is-loading {
  border: 2px solid #adafb6;
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  animation: spin 0.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

button.elm-button.cta.rounded-cta:focus {
  outline: 0 none;
}

.dot-spacing {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  opacity: 0.3;
  margin-top: -3px;
  height: 17px;
  width: 5px;
}

.press-categories {
  padding-left: 20px;
  margin-bottom: 3px;
  height: 17px;
}
.dot-spacing-2 {
  padding-left: 10px;
  padding-right: 14px;
  height: 17px;
  width: 6px;
  color: #9799a0;
  font-family: Barlow;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: -5px;
  display: inline-block;
}

.press-headline-img img {
  height: 235px;
  width: 363px;
  margin-bottom: 19px;
  object-fit: cover;
}

.publication-name {
  color: #9799a0;
  font-family: Barlow;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.58px;
  line-height: 17px;
}

.press-agency {
  color: #24282d;
  font-family: Barlow;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
}

.press-title {
  color: #151515 !important;
  line-height: 25px;
  font-size: 19px;
}

.press-title:hover {
  opacity: 0.8;
}

.press-read-link:hover {
  opacity: 0.8;
}

.press-button {
  margin-top: 70px;
}

.press-read-link {
  position: relative;
  margin-top: 20px;
  height: 14px;
  color: #24282d;
  font-family: Barlow;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

.press-read-link img {
  display: inline-block;
  margin-top: -3px;
  padding-left: 10px;
}

/* Academy Page - FAQ */

.what-is-the-academy-container {
  position: relative;
  padding-bottom: 81px;
}

.wita-container {
  position: relative;
  margin-top: 90px;
  padding-bottom: 81px;
}

.wita-q-and-a {
  display: flex;
  align-items: center;
}

.faq-question-wrap {
  padding: 12px;
  height: 73px;
  width: 100%;
  position: relative;
  padding-bottom: 12px;
}

.faq-question {
  color: #151515;
  font-family: Barlow;
  font-size: 19px;
  position: absolute;
  top: 34px;
  left: 20px;
  z-index: 2;
  font-weight: bold;
  line-height: 25px;
  cursor: pointer;
}

.faq-question:hover {
  opacity: 0.7;
}

.faq-question-wrap:focus {
  outline: none;
}

.wita-faq-answer {
  height: 345px;
  vertical-align: middle;
  right: 0;
}

.faq-question-wrap .faq-number {
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  padding-left: 28px;
  font-family: Barlow;
  font-size: 61px;
  font-weight: bold;
  line-height: 73px;
}

.faq-number-small {
  height: 17px;
  width: 15px;
  color: #03ccb1;
  font-family: Barlow;
  font-size: 14px;
  float: left;
  margin-top: 7px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 17px;
}

.hidden {
  display: none;
}

.selected {
  color: #03ccb1;
  opacity: 1;
}

.deselected {
  opacity: 0.1;
  color: #24282d;
}

.wita-q-and-a hr {
  margin-left: 30px;
  box-sizing: border-box;
  height: 1px;
  width: 66px;
  border: 1px solid #24282d;
}

.faq-answer p:last-child {
  margin-bottom: 25px;
}

.wita-faq-text-wrap {
  /* padding-top: 25px; */
  /* border-top: 1px solid #DADADA; */
}

.wita-faq-wrap .faq-qa-block:first-child {
  /* border-top: 1px solid #dadada; */
}

.wita-faq-wrap {
  /* margin-top: 25px; */
}

/** Awards **/

.awards-description {
  margin-top: 13px;
  margin-bottom: 40px;
  color: #151515;
  font-family: Barlow;
  font-size: 20px;
  letter-spacing: 0.83px;
  line-height: 28px;
}

.awards img {
  max-height: 64px;
  margin-left: 25px;
}

/** Academy Entry Level **/

.academy-option-page-logo {
  position: relative;
  bottom: 10px;
}

/** Academy - Single **/
.container.ta-latest-posts.latest-posts-container.academy-single-latest-posts-loop {
  padding-top: 0;
  padding-bottom: 80px;
}
body .fpl-single .post-block-overlay.black {
  opacity: 0.3;
}
.feat-post-large.fpl-single {
  margin-bottom: 0;
}
.post-block img {
  transition: all 600ms;
  backface-visibility: hidden;
  will-change: transform, opacity;
}
.fpl-single {
  overflow: hidden;
}
.fpl-single img {
  transition: all 600ms;
  backface-visibility: hidden;
  will-change: transform;
}
.post-block:hover img,
.fpl-single:hover img {
  transform: scale(1.16);
}
.fpl-single.no-zoom:hover img {
  transform: unset;
}
.academy-single-content {
  line-height: 32px;
}
.academy-single-content p:first-child {
  color: #151515;
  font-family: Barlow;
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 30px;
  margin-bottom: 20px;
}
a.pattern-small-link {
  color: #ffffff;
  font-family: Barlow;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.86px;
  line-height: 14px;
  text-align: center;
  margin-top: 17px;
  display: inline-block;
  /* opacity: .7; */
  text-decoration: underline;
}
a.pattern-small-link:hover {
  opacity: 0.7;
}

.pattern-block-academy-single {
  padding-top: 105px;
  padding-bottom: 85px;
}
.container-fluid.breadcrumbs-container.breadcrumbs-container-single-academy {
  background: transparent;
  border: none;
  color: #000;
  padding-top: 10px;
  padding-bottom: 82px;
}
.container-fluid.breadcrumbs-container.breadcrumbs-container-single-academy a {
  color: #000;
}
.container-fluid.breadcrumbs-container.breadcrumbs-container-single-academy
  a:hover {
  color: #737373;
  opacity: 0.7;
}

/* Academy - Testimonials */
  /* alun additions */
  .container.ta-testimonial-block .bx-viewport {
      height: 550px !important;
  }
  /* end alun additions */
.ta-testimonial-title {
  position: relative;
  float: right;
  top: 81px;
  right: 15px;
  margin-bottom: 15px;
}

.ta-testimonial-description {
  position: relative;
  float: right;
  top: 120px;
  right: -370px;
  width: 440px;
  color: #151515;
  font-family: Barlow;
  font-size: 20px;
  letter-spacing: 0.83px;
  line-height: 28px;
  text-align: right;
}

.ta-testimonial-block-text {
  margin-top: 30px;
}
.testimonial-slide figcaption {
  position: absolute;
  margin-top: 7px;
  color: #151515;
  font-family: Barlow;
  font-size: 13px;
  font-style: italic;
  line-height: 19px;
  width: 570px;
}

.ta-testimonial-author span.uppercase {
  font-weight: bold;
  letter-spacing: 1.15px;
}
.container.ta-testimonial-block {
  margin-bottom: 59px;
  padding-top: 10px;
}
.ta-testimonial-author > .row > div {
  padding: 0 6px;
}
.ta-testimonial-author > .row {
  margin: 0;
}
.ta-testimonial-author > .row > div:first-child {
  padding-left: 0;
}
.ta-testimonial-text-wrap {
  position: relative;
  padding-left: 10px;
  height: auto;
}

.ta-testimonial-img img {
  z-index: 1;
  object-fit: cover;
  height: 487px;
  width: 665px;
}

.ta-testimonial-text {
  padding-top: 40px;
  padding-right: 55px;
  position: absolute;
  margin-left: 570px;
  margin-top: -300px;
  z-index: 2;
  padding-left: 55px;
  background-color: #fafafa;
  height: 382px;
  width: 565px;
  border-radius: 5px;
}

.quotation {
  position: absolute;
  background: #03ccb1;
  background-image: url("../images/quote.svg");
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center;
  height: 45px;
  width: 45px;
  margin-top: -320px;
  margin-left: 640px;
  z-index: 3;
}

.ta-testimonial-author img {
  max-width: 55px;
}
.ta-testimonial-author a {
  color: #24282d;
  font-family: Barlow;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.15px;
  line-height: 19px;
}

.ta-testimonial-author p.author-position {
  color: #9799a0;
  font-family: Barlow;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 17px;
  margin-top: 3px;
  margin-bottom: 0px;
}
.ta-testimonial-author {
  margin-top: 25px;
}
.ta-testimonial-block h2 {
  margin-bottom: 15px;
}
.bx-next span.bx-next-cust {
  transform: rotate(180deg);
  display: inline-block;
}


.bx-controls.bx-has-controls-direction {
  position: absolute;
  bottom: 20px;
  right: 10px;
  margin-right: 10px;
}

span.bx-next-cust svg {
  max-width: 25px;
  height: auto !important;
  margin-right: 10px;
}
.bx-controls-direction > .disabled {
  opacity: 0.5;
}

.ta-form-container {
  position: relative;
  padding-top: 79px;
  padding-bottom: 100px;
}

.form-contact {
  float: right;
  margin-top: -580px;
  margin-left: -100px;
  color: #151515;
  font-family: Barlow;
  font-size: 13px;
  line-height: 16px;
}

.form-contact img {
  position: relative;
  height: 16px;
  top: 15px;
  left: -25px;
}

.form-address {
  margin-bottom: 17px;
}

label {
  text-transform: uppercase;
  display: block;
  margin-bottom: 0;
  color: #151515;
  font-family: Barlow;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  margin-bottom: 5px;
}
input[type="text"],
input[type="textarea"],
input[type="tel"],
input[type="email"],
textarea,
select {
  width: 100%;
  border: none;
  padding: 7px 0px;
  border-bottom: 1px solid #9799a0;

  margin-bottom: 38px;
  font-size: 14px;
  line-height: 18px;
}
select {
  /* height: 41px; */
  background: #fff;
  border-radius: 0px !important;
  -webkit-appearance: none;
  text-indent: 1px;
  background-image: url("../images/angle-down.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 97% calc(50% + 4px);
}

input::placeholder,
textarea::placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #9799a0;
}

.ta-form-container .form-wrap {
  margin-top: 40px;
}

.form-wrap br {
  display: none;
}

/* Academy - Latest Posts */
.latest-posts-title {
  margin-bottom: 30px;
}
.rounded {
  border-radius: 50% !important;
}
.post-block {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.ta-latest-posts .post-block {
  height: 262px;
  margin-bottom: 40px;
}

.ta-latest-posts .author-img {
  width: 35px;
  margin-right: 10px;
}

.post-block-bottom > .row {
  margin: 0;
}
.post-block-bottom > .row > div {
  padding: 0;
}
body .post-block-overlay.black {
  opacity: 0.2;
}
.post-block-top,
.post-block-bottom {
  position: absolute;
  left: 0;
  width: 100%;
}
.post-block-top {
  top: 0;
  padding: 34px 25px 0px;
}
.post-block-bottom {
  bottom: 0;
  padding: 17px 25px;
}

a.post-block-link {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
}

.post-block-bottom,
.post-block-bottom a {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.86px;
  line-height: 14px;
  color: #fff;
}
.ta-latest-posts.latest-posts-container {
  padding-bottom: 0;
  padding-top: 80px;
}

/* TIPI ACADEMY - ARCHIVE */
.container-fluid.breadcrumbs-container.breadcrumbs-container-single-academy.breadcrumbs-container-single.tipi-academy-archive-page-breadcrumbs {
  padding-bottom: 40px;
}
.feat-post-large {
  margin-bottom: 40px;
  text-align: center;
  height: 532px;
  /* margin-bottom: 97px; */
  position: relative;
}

.feat-post-large-author img {
  width: 80px;
}

a.feat-post-large-title {
  color: #ffffff;
  font-family: Barlow;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2.13px;
  line-height: 33px;
  text-align: center;
  margin-bottom: 31px;
  display: block;
}

.feat-post-large-author a,
.feat-post-large-author span {
  display: block;
  color: #ffffff;
  font-family: Barlow;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.86px;
  line-height: 14px;
  text-align: center;
  margin-top: 10px;
}
.feat-post-large .center-relative {
  max-width: 533px;
  width: 95%;
}
.elm-wrapper {
  margin-top: 0;
  margin-bottom: 60px;
}

/** PATTERN IMAGE SECTIONS **/
.rectangle-white {
  height: 436px;
  width: 496px;
  border: 3px solid #151515;
  position: absolute;
  left: 22px;
  z-index: 99;
}

.rectangle-green {
  height: calc(100% + 3px);
  width: 515px;
  border: 12px solid #ffffff;
  background-color: #03ccb1;
  position: absolute;
  border-right: 9px solid #fff;
}

.center-relative.green-center {
  /* margin-left: -2px; */
  /* width: 100%; */
  height: 455px;
  width: 515px;
  /* height: 100%; */
}

.over-image-text {
  position: relative;
  z-index: 9;
  height: 455px;
  width: 100%;
  width: 600px !important;
  padding: 40px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 54px;
  color: #fff;
  /* outline: 1px solid #fff; */
  /* outline-offset: -1px; */
  z-index: 99;
}

.over-image-text p {
  color: #ffffff;
  font-family: Barlow;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
}

.over-image-text .cta {
  margin-top: 20px;
}

.over-image-text h2 {
  margin-bottom: 15px;
}

/** OUR AGENCIES PAGE **/
.agency-block-image.background-cover {
  padding-bottom: 143.4%;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
}
.agency-block-overlay img.white-logo-agency-block.kitty-white-logo {
  top: 13px;
  position: relative;
}

.agency-block-overlay img.white-logo-agency-block.market-white-logo {
  max-height: 70px;
  width: 80%;
  margin-top: 13px;
}
.agency-block-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* opacity: 0.7; */
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
}
.agency-block-overlay .center-relative {
  width: 95%;
}
.agency-block-overlay img {
  /* max-width:145px; */
  width: 70%;
  margin-bottom: 16px;
  max-height: 60px;
}
.agency-block-overlay .tagline {
  color: #ffffff;
  font-family: Barlow;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.arrow-down {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}

.container.agency-content-loop-container {
  /* padding-top: 90px; */
  text-align: center;
  max-width: 770px;
}

.alc-image img {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
}

.alc-services ul {
  list-style-type: none;
  padding: 0;
  font-weight: bold;
  margin: 65px 0px 33px;
}

.alc-tagline {
  margin-top: 13px;
  margin-bottom: 40px;
  color: #151515;
  font-family: Barlow;
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 30px;
  text-align: center;
}

.alc-content p {
}
.alc-contact a,
.alc-contact p {
  display: block;
  color: inherit;
  color: #151515;
  font-family: Barlow;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 6px;
}
.alc-contact a:hover {
  color: #737373;
}
.alc-contact .website {
  color: #151515;
  font-family: Barlow;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}
.agency-loop-content-block {
  padding: 80px 0px;
  border-bottom: 1px solid #ddd;
}
.agency-content-loop-container .agency-loop-content-block:last-child {
  border-bottom: none;
}
.container.agencies-image-blocks-container {
  padding-top: 89px;
}

/** CONTACT PAGE **/
.acf-map {
  height: 410px;
}

.container.contact-first-container {
  padding: 79px 0px 40px;
  max-width: 251px;
}

.container.contact-page-form-container {
  padding-top: 80px;
  padding-bottom: 130px;
  max-width: 767px;
  color: #151515;
  font-family: Barlow;
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 30px;
  text-align: center;
}

.container.contact-first-container h2,
.container.contact-page-form-container h2 {
  margin-bottom: 20px;
}
.container.contact-first-container p {
  margin: 0;
}
.container.contact-first-container a {
  /* color:#9799A0; */
  padding: 12px 0px;
  display: inline-block;
}
.contact-page-form-container .wpcf7 {
  margin-top: 50px;
  text-align: left;
  max-width: 564px;
  margin-left: auto;
  margin-right: auto;
}
.contact-page-form-container a {
  color: #9799a0;
}
.contact-page-form-container .wpcf7 br {
  display: none;
}

/******* WE'VE MOVED CONTAINER *******/
.overlay-moved {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  display: none;
}
.overlay-moved .container {
  padding: 0;
  background: #fff;
}
.overlay-moved .center-relative {
  width: 90%;
  max-width: 800px;
  /* top: calc(50% - 30px); */
}

.close-moved {
  position: absolute;
  right: 10px;
  top: 10px;
  color: grey;
  cursor: pointer;
  z-index: 99;
}
.overlay-moved .container .row {
  margin: 0;
}
.overlay-moved .container .row > div {
  padding: 0;
}
.overlay-moved .container .row .moved-text-col {
  padding: 0 30px;
}

p.moved-headline.uppercase {
  font-family: "brandon-grotesque";
  font-size: 29px;
  line-height: 34px;
}

.moved-address {
  margin-top: 30px;
}

/** APPLY NOW PAGE **/

.container.apply-first-container.smaller-container {
  color: #151515;
  font-family: Barlow;
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 30px;
  text-align: center;
  padding-top: 84px;
  padding-bottom: 89px;
}

.application-closed-box {
  box-sizing: border-box;
  padding-top: 35px;
  height: 98px;

  border: 1px solid #eeeeee;
  background-color: #f9f9f9;
}

.container.apply-first-container.smaller-container p {
  color: #151515;
  font-family: Barlow;
  font-size: 20px;
  margin: 0;
  text-align: center;
  letter-spacing: 0.83px;
  line-height: 28px;
}

.container-fluid.ta-apply-block {
  margin-top: 85px;
  height: auto;
  width: 100%;
  background-color: #24282d;
}
.container-fluid.ta-apply-block
  .container.apply-form-container.smaller-container {
  padding-bottom: 30px;
  margin-bottom: 0px;
}

.container-fluid.ta-apply-block .wpcf7-response-output img {
  margin-top: 0px;
  margin-left: 0px;
}

.container-fluid.ta-apply-block img {
  margin-top: 35px;
  margin-left: 30px;
}

.container-fluid.ta-apply-block h2 {
  margin-top: 70px;
  color: #ebdecb !important;
}

.container-fluid.ta-apply-block p {
  color: #ffffff !important;
  line-height: 28px;
  font-size: 20px !important;
  padding-bottom: 24px !important;
}

.container-fluid.ta-apply-block label {
  color: #e9decd !important;
  padding-left: 5px !important;
}

.container-fluid.ta-apply-block span {
  color: #ffffff !important;
  line-height: 16px !important;
  width: 100%;
  font-size: 13px !important;
  padding-left: 4px;
}

.main-page-apply span {
  width: 100%;
  line-height: 16px !important;
  font-size: 13px !important;
}

.container-fluid.ta-apply-block .col-sm-6 input {
  padding-top: 2px !important;
  color: white;
}

.container-fluid.ta-apply-block br {
  display: none !important;
}

.ta-apply-block .cta {
  color: #ffffff !important;
}

.ta-apply-block .cta:hover {
  background-color: #9799a0 !important;
}

.container-fluid.ta-apply-block input {
  background-color: transparent;
}

.ta-apply-row {
  position: absolute;
  overflow: hidden;
  margin-top: 138px;
  left: 35%;
}

.ta-apply-logo img {
  height: 350px;
  left: 0;
  margin: 95px 0 -500px -130px !important;
  opacity: 0.1;
  overflow: hidden;
}

.ta-apply-title {
  height: 50px;
  width: 202px;
  color: #45484c;
  font-family: Barlow;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  position: relative;
}

.ta-apply-cta {
  height: 120px;
  width: 449px;
  color: #ffffff;
  font-family: Barlow;
  font-size: 100px;
  float: left;
  font-weight: 500;
  line-height: 120px;
  position: relative;
}

.apply-form-container input[type="text"],
.apply-form-container input[type="textarea"],
.apply-form-container input[type="tel"],
.apply-form-container input[type="email"],
.apply-form-container textarea,
.apply-form-container select {
  /*     min-height:10px;
    max-height:100px; */
  resize: none;
  padding-top: 12px;
}

.apply-form-container {
  margin-bottom: 114px;
}

.apply-form-container .wpcf7-list-item-label {
  padding-left: 4px;
}

span.alert.custom-validation-alert.wpcf7-not-valid-tip {
  color: #e82737;
  font-family: Barlow;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  margin-bottom: 15px;
  display: block;
  margin-top: 4px;
  text-transform: initial;
  padding: 0;
  margin-bottom: 29px;
}

textarea.no-more-words-input {
  border-color: #d9534f !important;
  margin-bottom: 0;
}

label.dashed-file-upload-block {
  border: 1px dashed #c8c8c8;
  margin-bottom: 40px;
  width: 100%;
  padding: 27px 40px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
}
span.job-response-text {
  font-size: 16px !important;
  line-height: 19px;
  font-weight: normal !important;
  text-align: center;
  margin-top: 17px;
  text-transform: none !important;
  display: inline-block;
}

div.file-requirements-text {
  color: #9799a0 !important;
  font-weight: normal !important;
  font-family: Barlow;
  font-size: 11px !important;
  text-transform: none !important;
  line-height: 13px !important;
  text-align: center;
}

label.dashed-file-upload-block img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}
label.dashed-file-upload-block br {
  display: none;
}
label.dashed-file-upload-block:hover {
  background: #f6f6f6;
}
.file-upload-row input {
  display: none;
}

/** ABOUT US PAGE **/

/* TEAM --: */
.team-col-img {
  position: relative;
  margin-bottom: 40px;
}

.team-overlay {
  opacity: 0.7;
  background-color: #000000;
  opacity: 0;
  transition: all 300ms ease;
}

p.team-member-name {
  color: #e9decd;
  font-family: Barlow;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  margin-bottom: 5px;
  text-transform: uppercase;
}

p.team-member-position {
  color: #ffffff;
  font-family: Barlow;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0px;
}

.team-overlay .center-relative {
  width: 95%;
  padding: 0 15px;
}

.read-bio-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  padding-bottom: 27px;
}
.read-bio-bottom a {
  font-family: "brandon-grotesque";
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

.team-col-img:hover .team-overlay {
  opacity: 1;
}
.members-overlay.a100 {
  position: fixed;
  display: none;
  background: #24282d;
  color: #fff;
  z-index: 9;
  /* overflow: scroll; */
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
span.mem-overlay-mob > .container > .row {
  height: 100%;
}
.members-overlay .col-sm-12.align-self-center {
  position: relative;
  z-index: 9;
}
.members-close {
  text-align: right;
  float: right;
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  z-index: 99;
  max-width: 17px;
}
.members-close:hover {
  opacity: 0.8;
}
.members-overlay.a100 .container {
  height: 100%;
}
.members-overlay.a100 > .container {
  max-width: 1040px;
}
.underline-after:after {
  content: "";
  width: 50%;
  height: 1px;
  display: inline-block;
  background: #fff;
  margin-top: 4px;
  transition: all 300ms;
}
.underline-after {
  display: inline-block;
}
.underline-after:hover:after {
  width: 80%;
}
p.member-name {
  text-transform: uppercase;
  color: #e9decd;
  font-family: Barlow;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 4px;
}

p.member-position {
  color: #ffffff;
  font-family: Barlow;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
}

img#member-photo {
  border-radius: 50%;
  display: inline-block;
  object-fit: cover;
}

.member-content {
  color: #ffffff;
  font-family: Barlow;
  font-size: 16px;
  line-height: 32px;
}
.member-initials {
  position: absolute;
  right: -40px;
  bottom: 40px;
  font-size: 750px;
  line-height: 250px;
  font-family: "brandon-grotesque";
  color: #2a2e34;
  z-index: 1;
  letter-spacing: -65px;
}

/** CLIENTS CONTAINER **/
.container.clients-galery-container > .row {
  margin-left: -15px;
  margin-right: -15px;
}
.container.clients-galery-container > .row > div {
  padding-left: 15px;
  padding-right: 15px;
}
.container.clients-galery-container img {
  max-width: 165px;
  max-height: 64px;
  /* margin-bottom: 55px; */
  width: 100%;
  object-fit: contain;
}
.container.clients-galery-container > .row > div {
  margin-bottom: 60px;
}

/** SPACINGS **/
.container.smaller-container.team-intro-container.au-intro-container.text-center {
  /* padding-bottom: 65px; */
}

.container.smaller-container.values-intro-container.au-intro-container.text-center {
  padding-bottom: 113px;
}

.container.smaller-container.clients-intro-container.au-intro-container.text-center {
  padding-top: 93px;
}

/* TEXT/IMAGE SECT */
.ti-cta {
  margin-top: 20px;
}
.ti-text-col-wrap p {
  color: #151515;
  font-family: Barlow;
  font-size: 16px;
  line-height: 24px;
}

.ti-text-col-wrap h2 {
  margin-bottom: 20px;
}



/* SLIDER GALLERY SECTION */
.gallery-row ul {
    /* padding-left: calc(50vw - 350px) !important; */
    display:inline-block;
    list-style-type: none;
    white-space: nowrap;
    overflow: visible;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
    padding-bottom: 50px;
}
.gallery-row .bx-controls-direction .disabled {
    opacity:.45;
}
.gallery-row .col-sm-6.offset-3 {
    overflow: visible;
}

.gallery-row .bx-viewport {
    overflow: visible !important;
    height: auto !important;
}

.gallery-row .bx-wrapper {
    /* overflow: visible; */
}
.gallery-row ul li {
    display:inline-block;
    /* max-width: 670px; */
    width:100%;
    opacity: .6;
    transition:all 200ms;
}
.gallery-row ul li.active-slide {
    opacity:1
}
.gallery-row ul li:first-child {
    
}
.gallery-row ul li img {
    width:100%;
    cursor: grab;
}

.gallery-row {
    /* overflow-x: hidden; */
    /* position: relative; */
}
.custom-bx-controls > div {
    display: inline-block;
    max-width: 20px;
    margin: 0 5px;
    transition: all 200ms ease;
    cursor: pointer;
}
.custom-bx-controls > div.disabled,
.custom-bx-controls > div.disabled:hover {
    opacity:.4;
}
.custom-bx-controls > div:hover {
    opacity:1;
}

.custom-bx-controls {
    text-align: center;
    width: 100%;
    margin-top: 9px;
}

div#pronext img {
    transform: rotate(180deg);
}
.gallery-row .bx-controls.bx-has-controls-direction {
    bottom: 4px;
    width: calc(100% - 20px);
    text-align: center;
    /* display: none; */
}
.gallery-row span.bx-next-cust svg {
    max-width:22px;
    margin:0 5px;
}

.gallery-row, .gallery-row .row {
    /* overflow: visible; */
    overflow-x: hidden;
    overflow-y: visible !important;
}


/** AWARDS CONTAINER **/
.container.au-awards-container img {
  max-width: 150px;
  max-height: 70px;
  margin-bottom: 54px;
}
.container.au-awards-container {
  padding-bottom: 45px;
}

/** VALUES SECT **/
span.number {
  position: absolute;
  /* font-size: 4.1rem; */
  bottom: -60px;
  opacity: 0.05;
  color: #151515;
  font-family: "brandon-grotesque";
  font-size: 120px;
  /* font-weight: bold; */
  line-height: 172px;
  left: -5px;
}

span.values-title {
  position: relative;
  overflow: visible;
  display: block;
}
.au-intro-container {
  padding-bottom: 45px;
  padding-top: 75px;
  color: #151515;
  font-family: Barlow;
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 30px;
  text-align: center;
}

.container.values-columns-container {
  padding-bottom: 91px;
}
.au-intro-container h2 {
  margin-bottom: 17px;
}

/** PRIVACY POLICY **/
.container.smaller-container.priv-policy-container {
  padding-top: 40px;
  padding-bottom: 40px;
}





/* CAREERS */
.ctr-head {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 19px;
}

.career-table-row > div {
    padding-top: 20px;
    padding-bottom: 20px;
    /* border-top: 1px solid; */
    border-bottom: 1px solid;
    border-color:#dcdcdc;
}
.career-table-row p {
    margin:0;
    color: #151515;
    font-size: 13px;
    line-height: 16px;
}
.career-heading {
    padding-top:89px;
    padding-bottom:68px;
}
.career-table-row a {
    text-align:center;
    color: #24282D;
    font-family: "brandon-grotesque";
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    position:relative;
    margin-left: auto;
    float: right;
}
.career-table-row a:after {
    /* content:""; */
    /* width:30px; */
    /* height:1px; */
    background:#24282D;
    /* display:block; */
    position:absolute;
    -webkit-transform: translate(-50%, -0%);
    -moz-transform: translate(-50%, -0%);
    -ms-transform: translate(-50%, -0%);
    -o-transform: translate(-50%, -0%);
    transform: translate(-50%, -0%);
    left:50%;
    bottom:-8px;
}

.container-fluid.careers-loop-container {
    padding-bottom: 113px;
}
.cl-title p {
  font-size: 16px;
  line-height: 24px;
}



.r-intro-block {
    font-size: 20px;
    letter-spacing: 0.83px;
    line-height: 28px;
    padding-top: 94px;
    padding-bottom: 45px;
}
.r-intro-block p {
    margin:0;
}
.r-d-block {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.86px;
  line-height: 14px;
  text-transform:uppercase;
  padding-top:17px;
  padding-bottom:17px;
}
.r-detail-block {
    box-sizing: border-box;
    margin-bottom: 75px;
}
.r-detail-block:before,
.r-detail-block:after {
  content:"";
  width:calc(100% - 30px);
  left:15px;
  display:block;
  height:1px;
  background:#DCDCDC;
}
.r-detail-block:before {
  top:0;
}
.r-detail-block:after {
  bottom:0;
}

.job-d-block {
    margin-bottom: 50px;
}
.job-d-block p:last-child,
.job-d-block ul:last-child {
    margin-bottom:0;
}
.job-d-block ul {
  padding-left:2rem;
}
.job-d-block ul li {
  padding-left:10px;
}
.pad-c-col { 
  padding-top:138px;
  padding-bottom:138px; 
  
}
.p-col-sides {
  padding-left:20px;
  padding-right:20px;
}
.p-col-sides p {
  margin-bottom:25px;
}
.normal-row-marg {
  margin-left:-15px;
  margin-right:-15px;
}

.career-award-wrap img {
    /*max-height:55px;
    width:100%;
    margin-left: auto;
    margin-right: auto;
    display:block;*/
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    /* max-width: 140px; */
    height: 80px;
    margin-left: 10px;
    margin-right: 10px;
}
.career-award-wrap {
  text-align:center
}
.container.awards-container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.career-info-blocks {
    margin-bottom: 15px;
}
.career-info-blocks.cib-single {
    margin-bottom:0;
}
.cib-img {
  max-width:125px;
  margin-bottom:21px;
}


/* LANGUAGE NETWORK FORM ADDITIONS */
.contact-page-form-container.language-network-form-container .wpcf7 {
  max-width:unset;
  margin-top: 70px;
}

.form-section-heading h5 {
  margin-bottom: 35px;
  border-bottom: 1px solid #9799A0;
  padding-bottom: 15px;
}
.form-section {
  margin-bottom: 70px;
}
.form-section textarea {
  margin-bottom:0;
}
body span.select2-selection.select2-selection--multiple,
body .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
  border-bottom: 1px solid #9799a0;
  margin-bottom: 38px;
  font-size: 14px;
  line-height: 18px;
  border-radius:0;
}
body .select2-dropdown {
  margin-top:-38px
}
.buttons-here .btn {
  box-sizing: border-box;
  margin-right:15px;
  padding:12px 16px;
  border: 1px solid rgba(151,153,160,0.25);
  border-radius: 5px;
  background-color: rgba(151,153,160,0.07) !important;
  white-space:unset;
  background: #9799a0;
  color:unset !important;
  opacity:.4;
  position:relative;
  margin-top:15px;
  margin-bottom:25px;
}
.buttons-here .btn:after {
  content:"";
  
  display:block;
  transition:all 300ms ease;
}

.buttons-here .btn.bg-success {
  border: 1px solid #36D693;
  border-radius: 5px;
  opacity:1;
}
.buttons-here .btn.bg-success:after {
  content:"";
  width:14px;
  height:14px;
  display:block;
  background-image:url('../images/valid.svg');
  background-size:contain;
  background-repeat:no-repeat;
  position:absolute;
  right:-7px;
  top:-7px;
  transition:all 300ms ease;
}
span.wpcf7-form-control-wrap.Verticals {
  display: none;
}
span.wpcf7-form-control-wrap.HourlyRate:before {
  color: #151515;
  font-family: Barlow;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 31px;
  content: "\00a3";
  display:inline-block;
}
span.wpcf7-form-control-wrap.HourlyRate input {
  display:inline-block;
  /* float:left; */
  max-width: 100px;
  position: relative;
  left: -13px;
  background: unset;
  text-indent: 20px;
  color: #151515;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 31px;
}
span.wpcf7-form-control-wrap.HourlyRate input::placeholder {  
  font-size: 26px;
  letter-spacing: 0;
  line-height: 31px;
}

p.required-fields-caption {
  margin-bottom: 0;
  color: #151515;
  font-family: Barlow;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 35px;
}
span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item.first.last {
  margin: 0;
  color: #151515;
  font-family: Barlow;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 19px;
}
.form-section input[type=checkbox], 
.form-section input[type=radio] {
  margin-right:5px;
}
body li.select2-selection__choice {
  background-color: rgba(151,153,160,0.07) !important;
  
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color:#dc3545!important;
  margin-right:5px;
}

/* --------
RESPONSIVE 
----------*/

.row.slide-row {
  display: block;
  white-space: nowrap;
  overflow-x: auto;
  margin-left: -5px;
  margin-right: -5px;
}

.row.slide-row > div {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.row.slide-row::-webkit-scrollbar {
  display: none;
}

.gallery-row-mobile.mobile-gallery {
  display: none;
}

.mobile-menu-container {
  display: none;
  text-align: center;
}
.mobile-close {
  position: absolute;
  max-width: 20px;
  right: 15px;
  top: 39px;
}
.front-page .mobile-close {
  right: 30px;
  top: 55px;
}

.mobile-menu-container li a {
  color: #ffffff;
  font-family: Barlow;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.14px;
  line-height: 19px;
  text-align: center;
  margin-bottom: 52px;
  display: block;
  text-transform: uppercase;
}
.mobile-menu-container li:last-child a {
  margin-bottom: 0;
}
.mobile-nav.a100 {
  position: fixed;
  width: 100vw;
  height: 0;
  z-index: 99;
  /* display:none; */
  /* opacity: 0; */
  overflow: hidden;
  background: #24282d;
  /* transition-delay: 2s; */
}
.mob-menu-trigger {
  float: right;
  display: none;
  cursor: pointer;
}
span.mobile-breadcrumbs {
  display: none;
}
.bc-chevron-wrap {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 5px;
}

.bc-chevron-wrap img {
  max-width: 5px;
  position: relative;
  top: 0px;
  width: 100%;
}

.mobile-breadcrumbs a {
}
.desktop-hide {  display:none; }
.mobile-hide {display:block;}




/* NEW CAREER ADDITIONS **/
.container-fluid.slide-container.gallery-row-mobile.mobile-gallery.career-mobile-gallery {
    margin-bottom: 60px;
    margin-top: 50px;
}

.container.contact-page-form-container.career-page-form-container {
    padding-bottom: 20px;
}

.career-desktop-gallery {
    margin-bottom: 110px;
    margin-top: 30px;
}


/** ONLINE EVENTS / WEBINARS **/
img.tipi-logo-hero {
    width: 5vw;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.online-events-hero-text-block {
  position:relative;
  z-index:9;
}
img.img-hero-right {
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100% + 7px);
    z-index: 0;
}
span.hero-extra.sub_heading_1 {
    font-size: 23px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}

span.hero-extra.sub_heading_2 {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    color: #ebdecb;
    font-weight: 500;
}

span.hero-extra.date_time_text {
    margin-top: 5px;
    font-weight: 500;
    font-style: italic;
}

span.hero-extra.register_text {
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
}
span.hero-extra.register_text a {
  color:#fff;
}
span.hero-extra.register_text p {
  margin-bottom:10px;
}
.container-fluid.sub-page-hero.sub-page-hero-no-image {
    position: relative;
}
.no-relative {
  position:unset;
}
span.hero-extra {
    display: block;
    text-align: center;
    color: #fff;
}
.webinars-strapline-container {
    /* padding-top: 30px; */
    padding-bottom: 30px;
    /* background: #23272d; */
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
}
.eb-inner {
  margin-bottom: 40px;
  padding-bottom: 40px;
  /* border-bottom: 1px solid #ddd; */
}
.webinar-event-block .title {
    font-family: "brandon-grotesque";
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom:0;
}

.webinar-container-events-outer {
    padding-top: 70px;
    padding-bottom: 70px;
}

.webinar-headings-col h2 {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.row > .webinar-event-block:last-child .eb-inner {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.row.title-date-block-event:after {content: "";display: block;width: calc(100% - 32px);height: 1px;background: #ddd;position: relative;left: 16px;margin-top: 10px;}


.container-fluid.webinar-container-events-outer.previous-events {
    padding-bottom: 100px;
    /* padding-top: 110px; */
    background: #f6f6f6;
    /* margin-top: 70px; */
}

.wrap-aspect-16-9 {
    height:0;
    padding-bottom:56.25%;
    position: relative;
}
.wrap-aspect-16-9 img,
.wrap-aspect-16-9 iframe,
.wrap-aspect-16-9 video {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

.events-youtube-wrapper.wrap-aspect-16-9 {
    margin-top: 15px;
}

a.zoom-sign-up-link {
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}



@media (max-width:1024px) {
  .head-row {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 0;
    padding-right: 0;
  }
  .career-award-wrap img {
    margin-bottom:20px;
  }
  .menuCol .menu-container {
    display: none;
  }
  .mob-menu-trigger {
    display: block;
  }
  .front-page .mob-menu-trigger {
    filter: brightness(100);
    margin-top: 55px;
    margin-right: 15px;
  }
}



@media (max-width: 767px) {
  .container.contact-page-form-container.career-page-form-container { 
    padding-top:50px;
  }
  .mobile-hide {display:none;}
  .desktop-hide {display:block;}
  .container.ta-testimonial-block .bx-viewport {
      height: auto !important;
  }
  /* BREADCRUMBS */
  .desktop-breadcrumbs {
    display: none;
  }
  span.mobile-breadcrumbs {
    display: flex;
  }
  .mobile-breadcrumbs a:hover {
    opacity: 0.7;
  }
  span.q-icon-wrap {
    /* float: right; */
    /* height: 100%; */
    /* display: flex; */
    display: list-item;
    list-style-type: none;
  }

  /** PATTERN **/
  .container.ta-apply-block.apply-pattern-block {
    padding-bottom: 80px;
  }

  /** GUTTER CHANGE **/
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-left: 15px;
    padding-right: 15px;
  }

  .au-team-container .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .au-team-container .row > div {
    padding-left: 5px;
    padding-right: 5px;
  }

 
  .front-page .head-row {
    padding-top: 0;
    padding-bottom: 0;
  }
  .members-overlay.a100 > .container {
    overflow-y: scroll;
    overflow-x: hidden;
    /* padding-bottom: 80px; */
  }
  span.mem-overlay-mob > .container > .row {
    height: unset;
  }
  .member-initials {
    font-size: 78vw;
    /* color:#fff; */
    /* opacity:.6; */
    letter-spacing: -30px;
    right: -5%;
    line-height: 140px;
    /* font-size: 320px; */
  }
  p.member-position {
    margin-bottom: 35px;
  }
  img#member-photo {
    width: 85%;
    max-width: 264px;
    margin-top: 65px;
  }
  .members-overlay.a100 {
  }
  .member-content {
    margin-bottom: 50px;
  }
  
  .hero-logo {
    max-width: 170px;
  }
  

  .hero-text p {
    letter-spacing: 0.8px;
  }
  .team-overlay {
    position: unset;
    height: auto;
    left: unset;
    top: unset;
    opacity: 1;
    background-color: transparent;
  }
  .team-overlay .center-relative {
    position: unset;
    transform: initial;
    width: initial;
  }
  .team-overlay .read-bio-bottom {
    position: unset;
    padding-bottom: 0;
  }
  .team-overlay .read-bio-bottom a {
    color: #24282d;
  }
  .team-overlay .underline-after:after {
    background: #24282d;
  }
  p.team-member-name {
    color: #24282d;
    font-family: Barlow;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 4px;
  }

  p.team-member-position {
    color: #9799a0;
    font-family: Barlow;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    text-align: center;
  }
  .container.au-awards-container img {
    max-width: 100%;
  }

  /** AWARDS HIDE **/
  .container.smaller-container.awards-intro-container.au-intro-container.text-center,
  .container.au-awards-container {
    /* display:none; */
  }

  /** VALUES **/
  .container.values-columns-container > .row > div {
    margin-bottom: 85px;
  }
  .container.values-columns-container > .row > div:last-child {
    margin-bottom: 0;
  }

  /** TEXT IMAGE SECT **/
  .ti-text-col-wrap h2 {
    margin-top: 35px;
    margin-bottom: 15px;
  }

  /* AGENCIES PAGE - BLOCKS */
  .agency-block-image.background-cover {
    padding-bottom: 134%;
    margin-bottom: 20px;
  }
  .arrow-down {
    /* bottom:5px; */
  }
  .agency-block-overlay img {
    margin-bottom: 6px;
    max-width: 140px;
    max-height: 50px;
    min-height: 50px;
    object-fit: contain;
  }
  .agency-block-overlay .tagline {
    margin-bottom: 0;
    white-space: normal;
  }

  /** PATTERN **/
  .rectangle-white {
    width: 95%;
  }
  .center-relative.green-center {
    width: 95%;
  }
  .over-image-text {
    width: 100% !important;
    z-index: 99;
  }
  .rectangle-green {
    width: 100%;
    outline: 4px solid #fff;
    outline-offset: -2px;
  }

  /** LATEST POSTS IN PAGE LOOP **/
  .ta-latest-posts .post-block {
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 10px;
  }
  .post-block-top {
    padding: 15px;
  }
  .post-block-bottom {
    padding: 15px;
    display: none;
  }
  a.post-block-link {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.86px;
  }

  .row.latest-posts-output {
    margin-left: -5px;
    margin-right: -5px;
  }

  .row.latest-posts-output > div {
    padding-left: 5px;
    padding-right: 5px;
  }

  .row.latest-posts-output .col-md-12.text-center {
    margin-top: 30px;
  }

  div#post-loop {
    margin-left: -5px;
    margin-right: -5px;
  }

  div#post-loop > div {
    padding-left: 5px;
    padding-right: 5px;
  }

  /* FAQ */
  .wita-faq-wrap {
    margin-bottom: 70px;
  }

  /** FRONT PAGE VIDEO **/
  .home-hero-video .a100 {
    width: 100vw;
    height: 100vh;
  }
  body.front-page {
    overflow: hidden;
  }

  /** TESTIMONIALS **/

  .ta-testimonial-author p.author-position {
    margin-top: 0;
  }
  .testimonial-slide {
    padding-bottom: 5px;
  }
  .container.ta-testimonial-block .ta-testimonial-author img {
    display: block;
  }
  .container.ta-testimonial-block {
    padding-top: 0;
  }
  .container.ta-testimonial-block {
    height: 537px;
    background-size: 80%;
  }
  .ta-testimonial-text-wrap {
    padding-left: 0px;
    padding-top: 100px;
  }
  .ta-testimonial-author {
    margin-bottom: 25px;
  }

  .ta-testimonial-text-wrap .bx-controls.bx-has-controls-direction {
    width: calc(100% - 20px);
    text-align: right;
    left: 0;
    bottom: 0;
  }

  /** FEAT POST LARGE - FULLSCREEN **/
  .feat-post-large.fpl-single {
    width: calc(100% + 30px);
    margin-left: -15px;
    height: 380px;
  }

  /** OUR AGENCIES AMEND **/
  .row.agencies-image-block-row {
    white-space: nowrap;
    display: -webkit-box;
    overflow-y: scroll;
    padding-left: 15px;
  }

  .row.agencies-image-block-row > div {
    /* display: inline-block; */
    /* float: left; */
  }
  .row.agencies-image-block-row::-webkit-scrollbar {
    display: none;
  }

  /** FOOTER **/
  .row.footRow {
    text-align: center;
    padding-top: 72px;
  }
  .foot-social ul {
    text-align: center;
    padding: 0;
    margin: 0;
    /* margin-top:30px; */
  }
  .foot-menu ul {
    margin-bottom: 32px;
  }

  .col-sm-8.offset-sm-2.no-pad-left.col-8 {
    padding-left: 15px !important;
  }
  .gallery-row-mobile.mobile-gallery {
    display: block;
    /* padding-left: 30px; */
    padding-right: 0;
    overflow-y: hidden;
  }
  .gallery-row.desktop-gallery {
    display: none;
  }

  /** agencies blocks **/
  .agency-block-overlay img.white-logo-agency-block.kitty-white-logo {
    top: 0;
    margin-top: 11px;
  }
  .agency-block-overlay img.white-logo-agency-block.market-white-logo {
    width: 90%;
    max-width: 910px;
  }

  /** FORM **/
  .apply-form-container input[type="textarea"] {
    padding-bottom: 5px !important;
  }

  input[type="text"],
  input[type="textarea"],
  input[type="tel"],
  input[type="email"],
  textarea,
  select {
    -webkit-appearance: none;
    border-radius: 0;
  }
  textarea[name="TaughtSelf"] {
    min-height: 53px;
  }

  .members-overlay.a100 .container,
  .members-overlay.a100 .container > .row {
    overflow: scroll;
  }

  /** HERO ADJUSTMENT **/
  .hero-text.hero-home-text {
    margin-top: -90px;
  }

  /* MOVED POP UP */
  .overlay-moved img.object-fit {
    max-height: 27vh;
  }
  .overlay-moved .container .row .moved-text-col {
    padding: 30px 20px;
  }
  .overlay-moved .center-relative {
    width: 90%;
    max-width: 800px;
    top: calc(50% - 30px);
  }
  .close-moved {
    color: #fff;
  }

  .option-box {
    margin: auto;
    height: 333px;
    width: 90%;
  }

  .what-is-the-academy-container h2 {
    width: 100%;
  }

  .wita-q-and-a {
    display: table;
  }
  .wita-q-and-a hr {
    display: none;
  }

  .faq-number-small {
    display: none;
  }

  .wita-faq-answer {
    width: 90%;
    margin: auto;
    height: auto;
  }

  .container.awards {
    margin: auto;
  }

  .container.awards img {
    margin: 0px 12px 25px 12px;
  }

  .ta-testimonial-text-wrap {
    padding-top: 65px;
    margin: auto;
  }

  .ta-testimonial-title {
    text-align: center;
    float: none;
    margin: auto;
    position: static;
  }

  .ta-testimonial-description {
    text-align: center;
    float: none;
    width: auto;
    position: static;
    margin-bottom: 50px;
  }

  .container-fluid.ta-apply-block {
    height: auto;
  }

  .container-fluid.ta-apply-block .apply-form-container {
    margin-bottom: 0px;
  }

  .container-fluid.ta-apply-block span {
    margin-left: 0px;
  }

  html {
    overflow-x: hidden;
  }

  .bx-wrapper {
    height: auto;
  }

  .ta-testimonial-text {
    position: static;
    margin: 0px 0px 0px 0px;
    height: auto;
    width: auto;
  }

  .testimonial-slide figcaption {
    width: 80%;
  }

  .slide.testimonial-slide {
    height: auto !important;
  }

  .ta-testimonial-img {
    height: auto;
  }

  .ta-testimonial-img img {
    height: 267px;
  }

  .container.ta-testimonial-block {
    height: auto;
  }

  .rounded.quotation {
    margin-top: -20px;
    margin-left: 85%;
    height: 40px;
    width: 40px;
  }

  .ta-testimonial-text {
    background: transparent;
    height: auto;
    padding: 60px 0px 0px 0px;
  }

  .ta-testimonial-text p {
    margin-top: 10px;
  }

  .ta-testimonial-block-text {
    margin: auto;
  }

  .bx-viewport {
    height: auto !important;
  }

  .latest-posts-container .press-headline-img img {
    height: 110px;
    width: 110px;
  }

  .latest-posts-container .press-image-container {
    float: left;
  }

  .latest-posts-container .press-categories.row {
    height: auto;
    margin-left: -20px;
  }

  .latest-posts-container .press-read-link {
    margin-top: 5px;
  }

  .latest-posts-container .press-title {
    line-height: 20px;
    font-size: 16px;
  }

  .latest-posts-container .press-post {
    padding-bottom: 15px;
    margin: auto;
  }

  .latest-posts-container .press-read-link {
    height: auto;
  }

  .latest-posts-container .press-text-container {
    float: right;
    padding-left: 10px;
    width: calc(100% - 110px);
  }

  .latest-posts-container .press-button {
    margin-top: 0px;
  }

  input[name="opt-in[]"] {
    -webkit-appearance: none;
    background-color: #fafafa !important;
    padding: 5px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
  }

  input[name="opt-in[]"]:checked {
    background-color: #007bff !important;
    color: #fafafa;
  }

  input[name="opt-in[]"]:checked:after {
    content: "";
    font-size: 10px;
    position: absolute;
    top: 1px;
    left: 3px;
    width: 4px;
    border-bottom: 2px solid #fafafa;
    /* long arm */
    height: 7px;
    border-right: 2px solid #fafafa;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  .wita-container h2 {
    margin-top: 45px;
  }

  .wita-container .cta.rounded-cta {
    margin-top: 30px;
  }

  .form-contact {
    margin-top: 30px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 78px;
    float: none;
  }

  .form-address {
    float: left;
  }

  .form-contact-details {
    float: right;
  }

  .archive-page.press-headline-img img {
    width: 100%;
    height: 235px;
  }

  .press-latest-posts .press-categories {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
  }

  .press-category-selection {
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
  }

  .main-page-apply input[name="opt-in[]"] {
    border: 1px solid #9799a0;
  }
  


  .row.career-table-row.wrap-768.m-auto {
      margin-left: -15px;
      margin-right: -15px;
  }

  .container-fluid.careers-loop-container > .container {
      padding-left: 0;
      padding-right: 0;
  }

  p.agency-title.at-mob.d-sm-none.desktop-hide {
      font-size: 13px;
      letter-spacing: 0;
      line-height: 16px;
      margin-top: 4px;
  }
  .pad-c-col,
  .p-col-sides {
      padding-top:105px;
      padding-bottom:105px;
      padding-left: 5px;
      padding-right: 5px;
  }

  .image-block-new-cols {
      padding-top: 105%;
  }
  .career-heading {
    padding-bottom:37px;
  }
  .container-fluid.careers-loop-container {
    padding-bottom:87px;
  }
  .career-award-wrap img {
    height:70px;
    margin-bottom:10px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .container.awards-container {
    padding-bottom:0;
  }
}
@media (max-width:800px) {
  img.img-hero-right,
  .tipi-logo-hero {
    display:none;
  }
  .webinar-event-block .title {
    margin-bottom:10px;
  }
}
@media (min-width: 1440px) {
  .container.almost-fluid {
    max-width: unset;
    padding-left: 60px;
    padding-right: 60px;
  }
}
/** ANIMATIONS **/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
