/*
Theme Name: Ideation Agency
Theme URI: https://ideationagency.co.nz
Description: A custom design for Ideation Agency.
Version: 1.0
Author: Dakine Interactive & Pixelplay
Author URI: https://www.pixelplay.co.nz
*/
/* --------------------------------------------------------------
***** IMPORTANT: Do not edit the styles directly in style.css
***** Make style changes via the scss files in the css folders. 
-------------------------------------------------------------- */
/* Colours
-------------------------------------------------------------- */
.purple-bg {
  background-color: #662f8f;
  color: #fff;
}

.blue-bg {
  background-color: #00aeef !important;
  border-bottom: none !important;
}

.blue-bg * {
  color: #fff !important;
}

.grey-bg {
  background: #eeeeef;
}

/* Fonts
-------------------------------------------------------------- */
.regular {
  font-size: 400;
}

.semi-bold {
  font-family: 600;
}

.bold {
  font-family: 700;
}

.extra-bold {
  font-family: 900;
}

/* Breakpoints
-------------------------------------------------------------- */
/* --------------------------------------------------------------
Base
-------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: proxima-nova, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  color: #666;
  background: #fff;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

:focus:not(.focus-visible) {
  outline: none;
}

h1, .h1, h2, h3, h4 {
  clear: both;
  line-height: 1.1;
  font-weight: 700;
  color: #662f8f;
  margin: 0;
  padding: 0;
}

.media-site h1, .media-site h2, .media-site h3, .media-site h4 {
  color: #00aeef;
}

.group-site h1, .group-site h2, .group-site h3, .group-site h4 {
  color: #70ab43;
}

h1,
.h1 {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 2rem;
}

@media screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 3.2rem;
  }
}
h2 {
  font-size: 3.4rem;
  font-weight: 900;
  margin: 3rem 0 1.5rem;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.6rem;
  }
}
h3 {
  font-size: 2.4rem;
  margin: 3rem 0 0;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 2rem;
  }
}
h4 {
  font-size: 2rem;
  margin: 3rem 0 0;
}

p {
  margin: 1rem 0 1.8rem;
}

figure {
  margin: 1rem 0 1.8rem;
}

a {
  color: #662f8f;
  text-decoration: none;
  position: relative;
}

.media-site main a,
.media-site section a {
  color: #00aeef;
}

.group-site main a,
.group-site section a {
  color: #70ab43;
}

a:hover {
  color: #662f8f;
  text-decoration: none;
}

.media-site main a:hover {
  color: #00aeef;
}

.group-site main a:hover {
  color: #70ab43;
}

a:not(.contains-image):after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  margin: auto;
  background: #662f8f;
  opacity: 0;
  transition: width 0.4s 0.2s cubic-bezier(0, 0, 0, 1.59), opacity 0.4s ease-in;
}

.media-site a:after {
  background: #00aeef;
}

.group-site a:after {
  background: #70ab43;
}

a:hover:after {
  width: 100%;
  opacity: 1;
}

.text-cta,
a.wp-block-button__link {
  font-weight: 700;
  position: relative;
  color: #662f8f;
  background-color: transparent;
  font-size: 1.8rem;
  display: inline-block !important;
  padding: 0;
  margin: 10px 0 10px 39px;
}

.media-site .text-cta,
.media-site a.wp-block-button__link {
  color: #00aeef;
}

.media-site .blue-bg .text-cta {
  color: #fff;
}

.text-cta:before,
a.wp-block-button__link:before {
  content: '';
  height: 24px;
  width: 24px;
  position: absolute;
  background: url(img/arrow-circle-purple.svg) no-repeat;
  background-size: contain;
  left: -39px;
  top: 2px;
}

.media-site .text-cta:before,
.media-site a.wp-block-button__link:before {
  background: url(img/arrow-circle-blue.svg) no-repeat;
}

hr {
  clear: both;
  border: none;
  height: 1px;
  color: #eeeeef;
  background-color: #eeeeef;
  margin: 3rem 0;
}

table {
  width: 100%;
  margin: 1rem 0 2rem;
}

table, th, td {
  border: 1px solid #eeeeef;
  border-collapse: collapse;
}

table td, table th {
  padding: .75rem;
  text-align: left;
  vertical-align: top;
}

main ul {
  margin: -0.8rem 0 2rem;
  padding: 0 0 0 2rem;
}
main ul li {
  margin: 0.5rem 0;
  padding: 0;
  position: relative;
}

.three-column-list:after {
  content: "";
  display: table;
  clear: both;
}

main ul.three-column {
  float: left;
  width: 33.3%;
  margin: 0;
  padding-right: 30px;
}

@media screen and (max-width: 992px) {
  main ul.three-column {
    width: 100%;
    margin-bottom: -0.5rem;
  }
}
main ol {
  margin: 1rem 0 2rem 1rem;
  padding: 0 0 0 2rem;
}
main ol li {
  margin: 0.5rem 0;
  padding: 0;
}

.small {
  font-size: 0.75em;
}

.large {
  font-size: 1.3em;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

/* --------- Buttons --------- */
.btn,
a.btn {
  color: #662f8f;
  text-align: center;
  display: inline-block;
  padding: 1rem 6rem;
  margin: 0 0 1rem 0;
  border: 1px solid #662f8f;
  background: transparent;
  text-decoration: none;
  transition: background 0.2s ease-out;
}

.media-site .btn,
.media-site a.btn {
  color: #00aeef;
}

.group-site .btn,
.group-site a.btn {
  color: #70ab43;
}

.btn:hover,
a.btn:hover,
.btn.focus-visible,
a.btn.focus-visible {
  color: #fff;
  background: #662f8f;
  text-decoration: none;
}

.media-site .btn:hover,
.media-site a.btn:hover,
.media-site .btn.focus-visible,
.media-site a.btn.focus-visible {
  background: #00aeef;
}

.group-site .btn:hover,
.group-site a.btn:hover,
.group-site .btn.focus-visible,
.group-site a.btn.focus-visible {
  background: #70ab43;
}

.btn-small,
a.btn-small {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0.5rem 0.8rem;
  margin: 0.5rem 0.5rem 0 0;
}

.btn-large,
a.btn-large {
  font-size: 2.2rem;
  padding: 1.6rem 2.5rem;
  margin: 1.5rem 1.5rem 0 0;
}

.btn-white,
a.btn-white,
.media-site .btn-white,
.media-site a.btn-white,
.group-site .btn-white,
.group-site a.btn-white {
  color: #fff;
  border: 1px solid #fff;
}

.btn-white:hover,
a.btn-white:hover,
.btn-white.focus-visible,
a.btn-white.focus-visible,
.media-site .btn-white:hover,
.media-site a.btn-white:hover,
.media-site .btn-white.focus-visible,
.media-site a.btn-white.focus-visible,
.group-site .btn-white:hover,
.group-site a.btn-white:hover,
.group-site .btn-white.focus-visible,
.group-site a.btn-white.focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

a.btn:after {
  left: 6rem;
  bottom: 1.2rem;
}

a.btn:hover:after {
  width: calc(100% - 12rem);
}

a.btn-white:after {
  background: #fff;
}

/* Responsive Images
-------------------------------------------------------------- */
img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
}

img.size-full, main img, section img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 0;
}

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

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

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

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

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

a img.alignnone {
  margin: 0;
}

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

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

.wp-caption {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: 1rem 0 2rem;
  padding: 0 0 0.1rem 0;
  background: #f0f0f0;
}

.wp-caption-text {
  font-weight: 700;
  margin: 1rem 0;
}

.wp-caption.alignnone {
  display: inline-block;
  margin: 5px 40px 20px 0;
}

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

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

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

/* --------- Fixes --------- */
/* Screen readers only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.clear-floats {
  clear: both;
}

.clearfix:after,
header:after,
main:after,
section:after,
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/* Header
-------------------------------------------------------------- */
header {
  position: fixed;
  width: 100%;
  padding: 30px 30px 0 30px;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  z-index: 99999;
  height: 180px;
}

@media screen and (max-width: 768px) {
  header {
    height: 112px;
  }
}
body.scrolled header:not(.is-active-mobile) {
  top: -180px;
}

body.scrolled.scroll-up header:not(.is-active-mobile) {
  top: 0;
  height: 128px;
  background: rgba(60, 60, 60, 0.95);
}

header a#logo {
  height: 68px;
  width: 200px;
  position: fixed;
  left: 90px;
  top: 60px;
  background-image: url(img/logo-group-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  header a#logo {
    top: 60px;
    left: 60px;
  }

  body.scrolled.scroll-up header:not(.is-active-mobile) {
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  header a#logo {
    width: 118px;
    height: 40px;
    top: 36px;
    left: 36px;
  }

  body.scrolled.scroll-up header:not(.is-active-mobile) {
    height: 100px;
  }
}
body:not(.scroll-up) header.bg-white a#logo.group-logo:not(.is-active-mobile) {
  background-image: url(img/logo-group.svg);
}

body.scrolled header a#logo:not(.is-active-mobile) {
  top: -100px;
}

body.scrolled.scroll-up header a#logo:not(.is-active-mobile) {
  top: 30px;
}

@media screen and (max-width: 992px) {
  body.scrolled.scroll-up header a#logo:not(.is-active-mobile) {
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  body.scrolled.scroll-up header a#logo:not(.is-active-mobile) {
    top: 36px;
  }
}
header a#logo.media-logo {
  background-image: url(img/logo-media-white.svg);
}

body:not(.scroll-up) header.bg-white a#logo.media-logo:not(.is-active-mobile) {
  background-image: url(img/logo-media.svg);
}

header a#logo.creative-logo {
  background-image: url(img/logo-creative-white.svg);
}

body:not(.scroll-up) header.bg-white a#logo.creative-logo:not(.is-active-mobile) {
  background-image: url(img/logo-creative.svg);
}

@keyframes bounce {
  0% {
    bottom: -10px;
  }
  2% {
    bottom: 0px;
  }
  4%,100% {
    bottom: -10px;
  }
}
.scroll-down,
.scroll-down-to-footer,
.scroll-down-contact {
  position: absolute;
  bottom: -10px;
  display: flex;
  justify-content: center;
  width: 100%;
  left: 0;
  background: url(img/arrow-purple.svg) no-repeat center;
  background-size: 32px;
  text-indent: -9000px;
  height: 32px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.scroll-down,
.scroll-down-to-footer {
  animation: bounce 15s infinite ease-in-out;
  animation-delay: 7.5s;
}

.media-site .scroll-down {
  background-image: url(img/arrow-blue.svg);
}

.group-site .scroll-down,
.group-site .scroll-down-to-footer {
  background-image: url(img/arrow-green.svg);
  z-index: 99999;
}

.scroll-down:hover,
.scroll-down-to-group:hover {
  bottom: 0;
  animation: none;
}

/* --------- Nav --------- */
nav {
  position: fixed;
  top: 76px;
  right: 90px;
  transition: all 0.5s ease-in-out;
}

body.scrolled nav:not(.is-active-mobile) {
  top: -100px;
}

body.scrolled.scroll-up nav:not(.is-active-mobile) {
  top: 46px;
}

nav ul {
  float: right;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 48px;
  padding: 0;
}

nav ul li a {
  display: block;
  color: #fff;
  padding: 6px 0;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: none;
}

body:not(.scroll-up) header.bg-white nav:not(.is-active-mobile) ul li a {
  color: #666;
}

nav ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: 0.5s;
}

body:not(.scrolled):not(.scroll-up) header.bg-white nav:not(.is-active-mobile) ul li a:hover {
  color: rgba(102, 102, 102, 0.5);
}

nav:not(.is-active-mobile) ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  margin: auto;
  background: #fff;
  opacity: 0;
  transition: width 0.4s 0.2s cubic-bezier(0, 0, 0, 1.59), opacity 0.4s ease-in;
}

body:not(.scroll-up) header.bg-white nav:not(.is-active-mobile) ul li a:after {
  background: #662f8f;
}

body:not(.scroll-up).media-site header.bg-white nav:not(.is-active-mobile) ul li a:after {
  background: #00aeef;
}

nav ul li:hover a:after {
  width: 100%;
  opacity: 1;
}

/* --------- Mobile Nav --------- */
#mobile-menu-btn {
  display: none;
}

@media (max-width: 992px) {
  nav.is-active-mobile {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(102, 45, 145, 0.95);
  }

  .media-site nav.is-active-mobile {
    background: rgba(0, 174, 239, 0.95);
  }

  nav ul {
    display: none;
  }

  nav.is-active-mobile ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: left;
    width: 100%;
    height: 100%;
  }

  nav ul li {
    float: left;
    margin: 0 0 0 60px;
    padding: 0;
  }

  nav ul li a {
    padding: 15px 0;
    font-size: 3rem;
    font-weight: 900;
  }

  nav ul li a:after,
  nav ul li a:not(.contains-image):after {
    content: none;
  }

  #mobile-menu-btn {
    display: block;
    position: fixed;
    width: 30px;
    right: 60px;
    top: 60px;
    margin: 0;
    padding: 0;
    background: transparent;
    z-index: 1;
    transition: all 0.5s ease-in-out;
  }

  body.scrolled #mobile-menu-btn:not(.is-active) {
    top: -100px;
  }

  body.scrolled.scroll-up #mobile-menu-btn:not(.is-active) {
    top: 60px;
    right: 60px;
  }

  #mobile-menu-btn:active {
    outline: none;
  }

  .hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .hamburger:hover {
    opacity: 0.7;
  }

  .hamburger:hover {
    opacity: 0.7;
  }

  .hamburger-box {
    width: 30px;
    height: 22px;
    display: inline-block;
    position: relative;
  }

  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }

  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #fff;
    text-indent: -9000px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }

  header.bg-white:not(.is-active-mobile) .hamburger-inner,
  header.bg-white:not(.is-active-mobile) .hamburger-inner::before,
  header.bg-white:not(.is-active-mobile) .hamburger-inner::after {
    background-color: #666;
  }

  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
  }

  .hamburger-inner::before {
    top: -9px;
  }

  .hamburger-inner::after {
    bottom: -9px;
  }

  .hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  }

  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  }

  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .hamburger-label {
    position: relative;
    top: -9px;
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  #mobile-menu-btn {
    right: 36px;
    top: 36px;
  }

  body.scrolled.scroll-up #mobile-menu-btn:not(.is-active) {
    top: 36px;
    right: 36px;
  }
}
/* --------------------------------------------------------------
Layout
-------------------------------------------------------------- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 768px) {
  .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }
}
section.container-fluid.grey-bg {
  border-left: 30px solid #fff;
  border-right: 30px solid #fff;
}

@media (max-width: 768px) {
  section.container-fluid.grey-bg {
    border-left: 18px solid #fff;
    border-right: 18px solid #fff;
  }
}
/* Slider
-------------------------------------------------------------- */
.bx-wrapper {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

.bx-wrapper {
  background: transparent;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  width: 100%;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none !important;
}

/* LOADER 
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}*/
/* PAGER */
.bx-pager-item:first-of-type:last-of-type {
  display: none;
  /* Hide page if just one slide */
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  bottom: 120px;
}

/* Hide pager for landscape mobile */
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .bx-wrapper .bx-pager {
    display: none;
  }
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  outline: 0;
  border: 1px solid #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:after {
  content: none;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  position: absolute;
  height: 48px;
  width: 48px;
  margin-top: -54px;
  top: 50%;
  text-indent: -9000px;
  overflow: hidden;
  z-index: 9999;
  background: url(img/arrow-purple.svg) no-repeat center;
  background-size: 48px 48px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.media-site .bx-wrapper .bx-prev,
.media-site .bx-wrapper .bx-next {
  background: url(img/arrow-blue.svg) no-repeat center;
}

.recent-insights .bx-wrapper .bx-prev,
.recent-insights .bx-wrapper .bx-next {
  height: 38px;
  width: 38px;
  margin-top: -19px;
  top: 116px;
}

.bx-wrapper .bx-prev {
  left: -18px;
  transform: rotate(90deg);
}

.bx-wrapper .bx-next {
  right: -18px;
  transform: rotate(-90deg);
}

.bx-wrapper .bx-prev:hover {
  left: -8px;
}

@media screen and (max-width: 576px) {
  .bx-wrapper .bx-prev:hover {
    left: -18px;
  }
}
.bx-wrapper .bx-next:hover {
  right: -8px;
}

@media screen and (max-width: 576px) {
  .bx-wrapper .bx-next:hover {
    right: -18px;
  }
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* Flex
-------------------------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-stretch {
  align-items: stretch;
}

/* Home Page
-------------------------------------------------------------- */
main,
section {
  position: relative;
  margin: 0 30px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  main,
  section {
    margin: 0 18px;
  }
}
section {
  background: #fff;
}

section.container-fluid {
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  section.container-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }
}
section.homepage-banner {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow: hidden;
  border: 30px solid #fff;
}

@media screen and (max-width: 767px) {
  section.homepage-banner {
    border: 18px solid #fff;
  }
}
@media screen and (max-width: 576px) {
  section.homepage-banner {
    height: calc(100vh - 75px);
  }

  .bx-wrapper .bx-pager {
    bottom: 153px;
  }

  .bx-wrapper .bx-prev, .bx-wrapper .bx-next {
    margin-top: -70px;
  }

  section.homepage-banner .banner-copy {
    margin-top: -93px;
  }
}
section.homepage-banner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

section.homepage-banner ul li {
  height: 100vh;
  background: #fff;
}

section.homepage-banner ul li div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: #fff;
}

section.homepage-banner .media-slider .scroll-down {
  background-image: url(img/arrow-blue.svg);
}

section.homepage-banner .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}

section.homepage-banner .video-wrapper {
  overflow: hidden;
  position: absolute;
  width: 100%;
}

section.homepage-banner .video-wrapper-inner {
  position: relative;
}

section.homepage-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

section.homepage-banner video.video-bg {
  background: #fff;
  background-size: cover;
}

section.homepage-banner .container {
  position: relative;
  z-index: 2;
}

section.homepage-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 1;
  z-index: 1;
  mix-blend-mode: soft-light;
  background: #f35bfd;
}

section.homepage-banner .media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.15;
  z-index: 1;
  background: #000000;
}

section.homepage-banner .banner-copy {
  z-index: 999;
  position: relative;
  margin-left: 60px;
  font-size: 6.2rem;
}

@media screen and (max-width: 600px) {
  section.homepage-banner .banner-copy {
    margin-left: 54px;
  }
}
section.homepage-banner .banner-copy h1 {
  font-size: 4.2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

@media screen and (max-width: 600px) {
  section.homepage-banner .banner-copy h1 {
    font-size: 3.2rem;
  }
}
section.homepage-banner .banner-copy h1 span {
  padding: 4px 25px;
  display: inline-block;
  background: #662f8f;
  margin-bottom: 0;
  text-shadow: none;
  color: #fff;
  font-weight: 900;
  line-height: 1.1;
  border-bottom: none;
}

.media-site section.homepage-banner .banner-copy h1 span {
  background: #00aeef;
}

@media screen and (max-width: 600px) {
  section.homepage-banner .banner-copy h1 span {
    padding: 4px 15px;
  }
}
section.homepage-banner .banner-copy h1 span.title-secondary {
  padding: 4px 25px 4px 0;
  margin-left: -14px;
}

@media screen and (max-width: 576px) {
  section.homepage-banner .banner-copy h1 span.title-secondary {
    padding: 4px 15px;
    margin-left: 0;
    display: table;
  }
}
section.homepage-banner .banner-copy h1 span.tag {
  font-size: 20px;
  background: #333;
  position: relative;
  display: inline-block;
  padding: 0px 24px;
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  section.homepage-banner .banner-copy h1 span.tag {
    font-size: 16px;
    padding: 0 15px;
  }
}
section.homepage-banner .banner-copy p {
  background: #fff;
  color: #666666;
  padding: 9px 24px;
  width: 620px;
  max-width: 75%;
  position: relative;
  font-size: 1.7rem;
  margin: 0;
  margin-left: 90px;
  line-height: 1.3;
  white-space: pre-wrap;
}

@media screen and (max-width: 600px) {
  section.homepage-banner .banner-copy p {
    margin-left: 0;
    font-size: 1.4rem;
    padding: 9px 15px;
  }
}
/* Media Welcome */
.welcome {
  background: transparent;
  margin-top: 100vh;
}

.welcome .container {
  background: #fff;
  border-right: 30px solid #fff;
  border-left: 30px solid #fff;
}

@media screen and (max-width: 1200px) {
  .welcome .container {
    max-width: 100%;
    border-left: none;
    border-right: none;
  }
}
.welcome .intro {
  background: #eeeeef;
  margin-top: 100vh;
  padding: 100px 0 0;
  border-top: 30px solid #fff;
}

@media screen and (max-width: 1440px) {
  .welcome .intro {
    padding: 70px 0 0;
  }
}
@media screen and (max-width: 576px) {
  .welcome .intro {
    padding: 0;
    border-top: 18px solid #fff;
  }
}
.welcome .intro .chris,
.welcome .intro .johnny {
  height: 453px;
}

@media screen and (max-width: 1440px) {
  .welcome .intro .chris,
  .welcome .intro .johnny {
    height: 423px;
  }
}
@media screen and (max-width: 576px) {
  .welcome .intro .chris,
  .welcome .intro .johnny {
    display: none;
  }
}
.welcome .intro .chris img,
.welcome .intro .johnny img {
  max-height: 500px;
  position: absolute;
  right: 18px;
  bottom: 0;
}

@media screen and (max-width: 1440px) {
  .welcome .intro .chris img,
  .welcome .intro .johnny img {
    max-height: 470px;
  }
}
@media screen and (max-width: 576px) {
  .welcome .intro .row div {
    padding: 30px 48px;
  }
}
.welcome .intro h1 {
  min-height: 155px;
  color: #662f8f;
  font-weight: 900;
  font-size: 5rem;
  line-height: 1.11;
  margin-bottom: 0.3em;
}

.media-site .welcome .intro h1 {
  color: #00aeef;
}

@media screen and (max-width: 1440px) {
  .welcome .intro h1 {
    min-height: 130px;
    font-size: 4rem;
  }
}
.media-site .welcome .intro h1 {
  min-height: 208px;
}

@media screen and (max-width: 1440px) {
  .media-site .welcome .intro h1 {
    min-height: 173px;
  }
}
.welcome .intro h1 span:first-child {
  color: #333;
  display: block;
  font-size: 3.4rem;
  line-height: 1;
  margin-bottom: 6px;
}

@media screen and (max-width: 1440px) {
  .welcome .intro h1 span:first-child {
    color: #333;
    display: block;
    font-size: 2.7rem;
  }
}
.welcome .intro p {
  max-width: 500px;
  font-size: 1.7rem;
}

.welcome .two-column-layout {
  padding-left: 30px;
  padding-right: 30px;
}

.welcome h2 {
  border-bottom: 6px solid #662f8f;
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .welcome .two-column-layout .row > div:last-child {
    padding-top: 30px;
  }
}
.media-site .welcome h2 {
  border-color: #00aeef;
}

.group-site .welcome h2 {
  border-color: #70ab43;
}

/* Team slider */
section.homepage-team {
  border-right: 30px solid #fff;
  border-bottom: 30px solid #fff;
  border-left: 30px solid #fff;
}

@media screen and (max-width: 1200px) {
  section.homepage-team {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  section.homepage-team {
    border-right: 18px solid #fff;
    border-bottom: 18px solid #fff;
    border-left: 18px solid #fff;
  }
}
.team-slider-bg {
  background: url(img/team-slider-bg.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
}

.team-slider-bg h1 {
  font-size: 4rem;
  margin: 45px 60px 25px 60px;
}

@media screen and (max-width: 576px) {
  .team-slider-bg h1 {
    font-size: 3.2rem;
    margin: 20px 15px 0 30px;
  }
}
.media-site .team-slider-container {
  padding: 0 10px;
}

.media-site .team-slider-container .bx-wrapper .bx-prev,
.media-site .team-slider-container .bx-wrapper .bx-prev:hover {
  left: -28px;
}

.media-site .team-slider-container .bx-wrapper .bx-next,
.media-site .team-slider-container .bx-wrapper .bx-next:hover {
  right: -28px;
}

@media screen and (min-width: 1200px) {
  .media-site .team-slider-container {
    padding: 0 40px;
  }

  .media-site .team-slider-container .bx-wrapper .bx-prev {
    left: -58px;
  }

  .media-site .team-slider-container .bx-wrapper .bx-next {
    right: -58px;
  }

  .media-site .team-slider-container .bx-wrapper .bx-prev:hover {
    left: -48px;
  }

  .media-site .team-slider-container .bx-wrapper .bx-next:hover {
    right: -48px;
  }
}
.team-slider-bg .bx-viewport {
  overflow: visible !important;
}

ul.team-slider {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

ul.team-slider li .team-member {
  height: 400px;
  position: relative;
  bottom: 0;
  width: 140px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

ul.team-slider li .team-member .photo {
  position: absolute;
  bottom: 0;
  left: -25px;
}

.bx-wrapper .team-member img {
  max-width: 200px;
}

ul.team-slider li .team-member .details {
  position: absolute;
  top: 295px;
  width: 100%;
  padding: 0 0 30px 25px;
  z-index: 1;
}

ul.team-slider li .team-member h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
}

ul.team-slider li .team-member h3 {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 0;
}

ul.team-slider li .team-member p {
  margin: 0;
}

ul.team-slider li .team-member p a {
  display: inline-block;
  margin: 8px 8px 0 0;
  cursor: pointer;
}

ul.team-slider li .team-member p a img {
  height: 22px;
  width: 22px;
}

/* Group Home Page
-------------------------------------------------------------- */
.group-site section.homepage-banner {
  position: relative;
}

.group-site section.homepage-banner .banner-copy {
  text-align: center;
  font-size: 1.7rem;
  margin-left: 0;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 600px) {
  .group-site section.homepage-banner .banner-copy {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 0;
  }
}
.group-site section.homepage-banner .banner-copy p.group-welcome {
  font-size: 2rem;
}

.group-site section.homepage-banner .group-logo {
  width: 100%;
  max-width: 300px;
  margin: 20px auto 30px auto;
}

.group-site section.homepage-banner .banner-copy p {
  background: none;
  color: #fff;
  padding: 0;
  width: 100%;
  max-width: 100%;
  font-size: 1.7rem;
  margin: 0;
}

.group-site section.homepage-banner .banner-copy h2 {
  color: #fff;
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  margin: 30px 0;
}

.group-site section.homepage-banner .banner-copy h2:before,
.group-site section.homepage-banner .banner-copy h2:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 1px;
  content: '\a0';
  background-color: #fff;
}

.group-site section.homepage-banner .banner-copy h2:before {
  margin-left: calc(-50% - 20px);
  text-align: right;
}

.group-site section.homepage-banner .banner-copy h2:after {
  margin-left: 20px;
  text-align: right;
}

.group-site section.homepage-banner .banner-copy a.btn {
  float: left;
  font-size: 2rem;
  width: calc(50% - 10px);
  margin: 0 20px 20px 0;
  padding: 1rem 2rem;
}

@media screen and (max-width: 600px) {
  .group-site section.homepage-banner .banner-copy a.btn {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
.group-site section.homepage-banner .banner-copy a.btn:last-child {
  margin-right: 0;
}

.group-site section.homepage-banner .banner-copy a.btn:after {
  bottom: 0.75rem;
}

/* Call to actions
-------------------------------------------------------------- */
.lets-chat-panel {
  text-align: center;
  line-height: 37px;
}

.lets-chat-panel-inner {
  padding-top: 45px;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .lets-chat-panel-inner {
    padding-top: 18px;
  }
}
.lets-chat-panel.johnny {
  height: 310px;
  background: url(img/johnny.png) no-repeat;
  background-size: 420px auto;
  background-position-x: 100%;
  background-position-y: 44px;
}

.lets-chat-panel h2,
.lets-chat-panel p {
  color: #fff;
}

.lets-chat-panel p {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 27px;
}

.lets-chat-panel a {
  font-size: 18px;
  letter-spacing: 1px;
}

.lets-chat-panel a.btn {
  margin: 8px 0 45px;
}

/*.lets-chat-panel .blue-bg a {
  position: relative;
  border: 1px solid #fff;
  padding: 10px 60px;
  margin: 8px 0 45px;
}
.lets-chat-panel .blue-bg a:hover {
  color: #fff;
  background: rgba(255,255,255, 0.1);
}
.lets-chat-panel .blue-bg a:before {
  left: -24px !important;
  top: 16px !important;
  opacity: 0;
  transition: all 0.3s;
}
.lets-chat-panel .blue-bg a:hover:before {
  left: 39px !important;
  opacity: 1;
}
.blue-bg .text-cta:before {
  background: url(img/arrow-circle-white.svg) no-repeat !important;
}*/
.lets-chat-panel h2 {
  font-weight: 900;
  font-size: 34px;
  letter-spacing: 1px;
  margin-bottom: 0;
  line-height: 1.1;
  margin-top: 20px;
}

.lets-chat-panel .chris {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-left: -160px;
}

@media (max-width: 1200px) {
  .lets-chat-panel .chris {
    margin-left: -140px;
  }
}
@media (max-width: 992px) {
  .lets-chat-panel .chris {
    margin-left: 0px;
  }
}
@media (max-width: 576px) {
  .lets-chat-panel .chris {
    margin-left: 18px;
  }
}
@media screen and (max-width: 576px) {
  .lets-chat-panel h2 {
    font-size: 26px;
  }

  .lets-chat-panel p {
    font-size: 12px;
    margin-bottom: 0;
  }

  .lets-chat-panel .blue-bg a {
    margin-bottom: 0;
  }

  .lets-chat-panel .blue-bg.no-image a {
    margin-bottom: 40px;
  }

  .lets-chat-panel .chris {
    height: 300px;
  }
}
/* Testimonial
-------------------------------------------------------------- */
@media (max-width: 1200px) {
  .testimonial {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.testimonial-box {
  border: 10px solid #662f8f;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.testimonial-box:before,
.testimonial-box:after {
  content: '';
  background: url(img/quote-creative.png);
  width: 83px;
  height: 64px;
  position: absolute;
  z-index: 1;
}

.media-site .testimonial-box:before,
.media-site .testimonial-box:after {
  background: url(img/quote.png);
}

.grey-bg .testimonial-box:before,
.grey-bg .testimonial-box:after {
  background: url(img/quote-creative-grey-bg.png);
}

.media-site .grey-bg .testimonial-box:before,
.media-site .grey-bg .testimonial-box:after {
  background: url(img/quote-grey-bg.png);
}

.testimonial-box:before {
  left: 150px;
  top: -42px;
}

@media (max-width: 1200px) {
  .testimonial-box:before {
    left: 30px;
  }
}
.testimonial-box:after {
  right: 150px;
  bottom: -42px;
  transform: rotate(180deg);
}

@media (max-width: 1200px) {
  .testimonial-box:after {
    right: 30px;
  }
}
.media-site .testimonial-box {
  border: 10px solid #00aeef;
}

.testimonial-box .inner {
  width: 75%;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .testimonial-box .inner {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .testimonial-box .inner h2 {
    font-size: 26px;
  }
}
.testimonial-box h2 {
  margin-top: 2rem;
}

.testimonial-content {
  text-align: center;
}

.testimonial-content img {
  margin-top: 18px;
}

.testimonial-caption {
  font-weight: 700;
  line-height: 1.3;
}

.testimonial-caption span {
  font-size: 1.4rem;
  font-weight: 400;
}

/*.testimonial-text {
  align-self: center;
}*/
/* Recent Insights
-------------------------------------------------------------- */
section.recent-insights .container {
  background: #fff;
  padding-top: 70px;
}

.single section.recent-insights .container {
  padding: 0 0 40px;
}

section.recent-insights .container .bx-wrapper {
  margin: 30px 0;
}

section.recent-insights h1 {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 50;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  display: inline-block;
  padding: 0 64px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  section.recent-insights h1 {
    padding: 0 30px;
  }
}
section.recent-insights h1 + hr {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #999;
  background: transparent;
  border-top: none;
  position: relative;
  top: -14px;
}

section.recent-insights ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

section.recent-insights ul li .item-wrapper {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

section.recent-insights ul li .item-wrapper .recent-work-info {
  position: absolute;
  top: 100%;
  transition: all 0.6s ease-in-out;
  color: #fff;
  height: 100%;
  width: 100%;
  text-align: center;
  opacity: 0;
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 0 25px;
}

section.recent-insights ul li:hover .recent-work-info {
  top: 0;
  opacity: 1;
  background: rgba(102, 47, 143, 0.7);
}

.media-site section.recent-insights ul li:hover .recent-work-info {
  background: rgba(0, 175, 239, 0.7);
}

section.recent-insights ul li a,
section.recent-insights ul li a:hover {
  color: #666;
  text-decoration: none;
}

section.recent-insights ul li a h2 {
  font-weight: 600;
  font-size: 16px;
  margin-top: 9px;
  margin-bottom: 0;
}

section.recent-insights ul li a p {
  font-size: 14px;
  margin: 0;
}

/* Section Pages
-------------------------------------------------------------- */
.section {
  padding-top: 75px;
  padding-bottom: 75px;
}

.sect-intro {
  padding-top: 65px;
  padding-bottom: 57px;
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sect-intro {
    padding-top: 30px;
    padding-bottom: 22px;
  }
}
main .subpage-banner {
  height: 50vh;
  max-height: 405px;
  position: relative;
  background-position: center;
  margin-top: 30px;
  padding: 30px;
}

@media screen and (min-width: 2000px) {
  main .subpage-banner {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  main .subpage-banner {
    background-size: cover;
    margin-top: 18px;
    padding: 18px;
  }
}
@media screen and (max-width: 576px) {
  main .subpage-banner {
    height: 250px;
  }
}
main .subpage-banner:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0) 100%);
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}

main .subpage-banner .subpage-banner-heading {
  position: relative;
  height: 100%;
}

main .subpage-banner .subpage-banner-heading h1 {
  position: absolute;
  bottom: 0;
  color: #fff;
  margin: 0;
  z-index: 2;
}

.subpage-banner-white {
  padding: 210px 0 20px;
  border-bottom: 1px solid #662f8f;
}

.media-site .subpage-banner-white {
  border-bottom: 1px solid #00aeef;
}

.group-site .subpage-banner-white {
  border-bottom: 1px solid #70ab43;
}

@media screen and (max-width: 768px) {
  .subpage-banner-white {
    padding-top: 160px;
  }
}
.subpage-banner-white h1,
.subpage-banner-white .h1 {
  color: #666;
  margin: 0;
  padding: 0;
}

/* Media About */
/*.media-partnerships .partners-list {
  margin: 40px -30px 0;
}*/
.logos-layout .logos .col {
  padding: 10px 15px;
}

/* Media Services */
.media-services-boxes h2 {
  margin-top: -6px;
}

.service-panel {
  color: #fff;
  background: #00aeef;
  margin-bottom: 30px;
}

.service-panel.last {
  margin-bottom: 0;
}

.service-panel h3 {
  display: block;
  padding: 0;
  margin: 0;
}

.service-panel h3 button {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.1;
  background: transparent;
  padding: 30px 180px;
  position: relative;
}

@media screen and (max-width: 992px) {
  .service-panel h3 button {
    font-size: 2rem;
    padding: 30px 70px;
  }
}
.service-panel h3 button:before {
  content: '';
  background: url(img/arrow-circle-white.svg) no-repeat;
  background-size: 30px;
  background-position: 50% 50%;
  height: 30px;
  width: 30px;
  position: absolute;
  transform: rotate(90deg);
  right: 30px;
  top: 50%;
  margin-top: -15px;
  transition: all 0.3s ease-in-out;
}

.service-panel h3 button.active:before {
  transform: rotate(-90deg);
}

.service-panel h3 button:after {
  content: '';
  position: absolute;
  left: 180px;
  bottom: 1.7rem;
  width: 0;
  height: 2px;
  margin: auto;
  background: #fff;
  opacity: 0;
  transition: width 0.4s 0.2s cubic-bezier(0, 0, 0, 1.59), opacity 0.4s ease-in;
}

@media screen and (max-width: 992px) {
  .service-panel h3 button:after {
    left: 70px;
  }
}
.service-panel h3 button:hover:after {
  width: calc(100% - 360px);
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .service-panel h3 button:hover:after {
    width: calc(100% - 140px);
  }
}
.service-panel .service-panel-content {
  display: none;
  box-sizing: content-box;
  padding: 0 30px 30px;
}

.service-panel .service-panel-content:after {
  content: "";
  display: table;
  clear: both;
}

.service-panel .service-panel-content ul {
  float: left;
  width: 33.3%;
  margin: 0;
  padding-right: 30px;
}

@media screen and (max-width: 992px) {
  .service-panel .service-panel-content ul {
    width: 100%;
  }
}
hr.blue-arrow {
  background: url(img/arrow-blue-large.svg) no-repeat center;
  background-size: auto 20px;
  height: 20px;
  margin: 0 0 30px;
}

/* Insights */
.news-item {
  margin-bottom: 30px;
  position: relative;
}

.news-item:after {
  content: "";
  display: block;
  background: #662f8f;
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
  height: 1px;
  z-index: 1;
  margin: 0 15px;
}

.media-site .news-item:after {
  background: #00aeef;
}

.news-item h2 {
  margin-top: 1rem;
}

.news-item h2 a:after {
  content: none;
}

.news-item img {
  display: block;
  margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
  .news-item img {
    margin-bottom: 15px;
  }
}
/* Insights Single */
.next-prev-links {
  display: block;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .next-prev-links {
    text-align: left;
  }
}
.next-prev-links div:last-of-type a {
  margin-left: 30px;
}

.next-link,
.prev-link {
  display: inline-block;
}

.next-link a,
.prev-link a {
  position: relative;
  color: #666 !important;
  display: inline-block !important;
  padding: 0;
  margin: 14px 0 0 39px;
}

.prev-link a {
  margin: 14px 39px 0 0;
}

.next-link a:before,
.prev-link a:before {
  content: '';
  height: 24px;
  width: 24px;
  position: absolute;
  background: url(img/arrow-circle.svg) no-repeat;
  background-size: contain;
  left: -39px;
  transform: rotate(180deg);
}

.prev-link a:before {
  left: auto;
  right: -39px;
  transform: rotate(0deg);
}

.single-news-item {
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .posted-by {
    margin-top: 1rem !important;
  }
}
/* Media Contact */
.contact-banner {
  padding: 30px 0;
  overflow: hidden;
  max-height: 700px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .contact-banner {
    padding: 18px 0;
  }
}
.contact-banner .contact-banner-bg {
  height: 100%;
  padding-top: 130px;
  width: 100%;
  background-image: url(img/creative-contact-bg.jpg);
  background-size: cover;
  background-position: bottom;
  overflow: hidden;
}

.media-site .contact-banner .contact-banner-bg {
  background-image: url(img/media-contact-bg.jpg);
}

@media screen and (max-width: 768px) {
  .contact-banner .contact-banner-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.contact-banner .container {
  padding: 0;
}

@media screen and (max-width: 840px) {
  .contact-banner .container {
    padding: 0 30px;
  }
}
.contact-banner .contact-banner-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: start;
  color: #fff;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .contact-banner .contact-banner-content {
    padding-top: 20px;
  }
}
.contact-banner .btn.link-to-form {
  cursor: pointer;
}

.contact-banner .btn {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  text-align: center;
  line-height: 16px;
  padding: 11px;
  height: 80px;
  font-size: 16px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .contact-banner .btn {
    max-width: 100%;
  }
}
.contact-banner a.btn-phone:after {
  bottom: 1.67rem;
}

.contact-banner .contact-banner-content h1 {
  color: #fff;
  font-size: 34px;
  line-height: 34px;
  margin: 0 0 8px;
  padding-bottom: 40px;
  letter-spacing: 2px;
}

.media-contact-content {
  margin-top: 30px;
}

/*.contact-banner .contact-banner-content h1 span {
  margin-left: 20px;
}*/
@media screen and (max-width: 1200px) {
  .contact-banner .contact-banner-content h1 span {
    margin-left: 0;
  }
}
.contact-banner .contact-banner-content span.or-divider {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  font-size: 20px;
  margin: 0 0 11px 0;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .contact-banner .contact-banner-content span.or-divider {
    max-width: 100%;
  }
}
.contact-banner .contact-banner-content p {
  font-size: 16px;
  margin-bottom: 60px;
}

.contact-banner .contact-banner-profile {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-evenly;
  position: relative;
}

@media screen and (max-width: 768px) {
  .contact-banner .contact-banner-profile {
    display: none;
  }
}
.contact-banner .contact-banner-profile img {
  max-height: 515px;
  position: relative;
}

.contact-banner .contact-banner-name {
  color: #fff;
  position: relative;
  top: -27%;
  left: 0;
  font-weight: 600;
  line-height: 1.2;
  z-index: 1;
}

.media-site .contact-banner .contact-banner-name {
  left: 20px;
}

@media screen and (max-width: 768px) {
  .contact-banner .contact-banner-name {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
  }
}
.contact-banner .contact-banner-name span {
  font-size: 13px;
  font-weight: 400;
}

.contact-banner .scroll-down-contact {
  bottom: 16px;
  background-image: url(img/arrow-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 42px;
  text-indent: -9000px;
  height: 37px;
}

.creative-site .contact-banner .scroll-down-contact {
  background-image: url(img/arrow-purple.svg);
}

.contact-banner .scroll-down-contact:hover {
  bottom: 24px;
}

.media-contact-details h3 {
  font-size: 16px;
}

.staff-list {
  padding: 0;
}

.staff-list > div {
  padding-bottom: 24px;
}

.staff-list img {
  display: block;
  max-width: 150px;
}

.staff-list h3 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 3px;
}

.staff-list a {
  display: inline-block;
  margin-top: 3px;
  margin-right: 8px;
  cursor: pointer;
}

.staff-list a img {
  display: inline-block;
  width: 22px;
  margin-top: 2px;
}

.staff-list p {
  margin: 0;
  line-height: 1.2;
  font-size: 14px;
  color: #333;
}

.phone-popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(102, 45, 145, 0.95);
  z-index: 99999;
}

.media-site .phone-popup {
  background: rgba(0, 174, 239, 0.95);
}

.phone-popup.active {
  display: block;
}

.phone-popup .phone-details {
  display: none;
  flex-direction: column;
  justify-content: center;
  float: left;
  width: 100%;
  height: 100%;
  color: #fff;
  padding-left: calc(50% - 100px);
}

.phone-popup .phone-details.active {
  display: flex;
}

.phone-popup .phone-details h2 {
  color: #fff !important;
}

.phone-popup .phone-details p {
  margin: 0.5rem 0;
}

.phone-popup .phone-details p.name {
  line-height: 1.2;
}

.phone-popup .phone-details p.name span {
  font-size: 2rem;
  font-weight: 700;
}

.phone-popup .phone-details a {
  color: #fff !important;
  text-decoration: underline;
  margin-right: 10px;
}

.phone-popup .phone-details a:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}

.phone-popup .phone-details a:after {
  content: none;
}

.phone-popup .phone-details p.number {
  display: flex;
  align-items: center;
}

.phone-popup .phone-details p.number img {
  width: 26px;
  margin-right: 10px;
  margin-bottom: 0;
}

#phone-popup-close-btn {
  display: block;
  position: fixed;
  width: 30px;
  height: 30px;
  right: 60px;
  top: 60px;
  margin: 0;
  padding: 0;
  background: transparent;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

#phone-popup-close-btn:before,
#phone-popup-close-btn:after {
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  background-color: #fff;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

#phone-popup-close-btn:before {
  transform: rotate(45deg);
}

#phone-popup-close-btn:after {
  transform: rotate(-45deg);
}

#phone-popup-close-btn:hover {
  opacity: 0.5;
}

/* Forms
-------------------------------------------------------------- */
button, input, optgroup, select, textarea {
  font-family: proxima-nova, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #666;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  border-radius: 0;
}

button, input {
  overflow: visible;
}

button {
  color: #fff;
  border: none;
  background: #662f8f;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type="submit"],
input[type="button"],
.temp_submit_button {
  color: #662f8f;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding: 1rem 6rem !important;
  margin: 1rem 0 !important;
  min-height: 56px;
  border: 1px solid #662f8f;
  background: transparent;
  transition: background 0.2s ease-out;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
}

.media-site input[type="submit"],
.media-site input[type="button"],
.media-site .temp_submit_button {
  color: #00aeef;
  border: 1px solid #00aeef;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
.temp_submit_button:hover,
.temp_submit_button:focus {
  color: #662f8f;
  background: rgba(102, 45, 145, 0.1);
  text-decoration: none;
}

.media-site input[type="submit"]:hover,
.media-site input[type="submit"]:focus,
.media-site .temp_submit_button:hover,
.media-site .temp_submit_button:focus {
  color: #00aeef;
  background: rgba(0, 174, 239, 0.1);
}

input[type="submit"]:after,
input[type="button"]:after,
.temp_submit_button:after {
  content: '';
  position: absolute;
  left: 6rem;
  bottom: 1.2rem;
  width: 0;
  height: 2px;
  margin: auto;
  background: #662f8f;
  opacity: 0;
  transition: width 0.4s 0.2s cubic-bezier(0, 0, 0, 1.59), opacity 0.4s ease-in;
}

.media-site input[type="submit"]:after,
.media-site input[type="button"]:after,
.media-site .temp_submit_button:after {
  background: #00aeef;
}

input[type="submit"]:hover:after,
input[type="button"]:hover:after,
.temp_submit_button:hover:after {
  width: calc(100% - 12rem);
  opacity: 1;
}

/* Gravity Forms */
body main .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px;
}

main label.gfield_label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

main .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

main .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
main .gform_wrapper textarea {
  font-size: inherit;
  font-family: proxima-nova, sans-serif;
  padding: 0 0 10px;
  border: none;
  border-bottom: 1px solid #666;
}

main .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
main .gform_wrapper textarea:focus {
  outline: none;
  border-bottom: 1px solid #662f8f;
}

.media-site main .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.media-site main .gform_wrapper textarea:focus {
  border-bottom: 1px solid #00aeef;
}

main .gform_wrapper textarea.medium {
  height: 35px;
}

main .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
}

main .gform_wrapper .gform_footer:after {
  content: "";
  display: table;
  clear: both;
}

main .gform_wrapper .gform_footer input[type=submit] {
  display: none;
  float: right;
}

.temp_submit_button {
  float: right;
}

main .gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 0;
}

.required-message {
  color: #fff;
  background: #662f8f;
  display: inline-block;
  padding: 2px 10px;
  position: relative;
}

.media-site .required-message {
  background: #00aeef;
}

.required-message:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #662f8f;
  position: absolute;
  top: -5px;
  left: 15px;
  transform: rotate(45deg);
}

.media-site .required-message:before {
  background: #00aeef;
}

.confirmation-message {
  background: #eee;
  padding: 20px 30px;
  text-align: center;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row-margin-large {
  margin-right: -30px;
  margin-left: -30px;
}

.row-margin-large .col {
  padding-right: 30px;
  padding-left: 30px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.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 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
/* Blocks
-------------------------------------------------------------- */
/* --------- 2 Column --------- */
.two-column-layout .row {
  margin-right: -30px;
  margin-left: -30px;
}

.two-column-layout .row .col-6,
.two-column-layout .row .col-md-6,
.two-column-layout .row .col-lg-6,
.two-column-layout .row .col-xl-6 {
  padding-right: 30px;
  padding-left: 30px;
}

.img-block-full-width img {
  display: block;
}

.img-block-bg {
  width: 100%;
  height: 100%;
  min-height: 300px;
  background-size: cover;
  background-position: center;
}

/* Footer
-------------------------------------------------------------- */
footer {
  padding: 30px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.single footer {
  padding: 0 30px 30px;
}

.page-template-page-creative-home footer {
  padding: 60px 30px 30px;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 18px;
  }

  .single footer {
    padding: 0 18px 18px;
  }

  .page-template-page-creative-home footer {
    padding: 36px 18px 18px;
  }
}
footer section.footer-links {
  padding-top: 50px;
  border-top: 10px solid #662f8f;
}

.media-site footer section.footer-links {
  border-top: 10px solid #00aeef;
}

.group-site footer section.footer-links {
  border-top: 10px solid #70ab43;
}

.single.media-site footer section.footer-links {
  border-top: none;
}

@media screen and (min-width: 767px) {
  footer section.footer-links .col-md-2,
  footer section.footer-links .col-md-3 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
footer section.footer-links img.footer-logo {
  margin-bottom: 20px;
  max-width: 280px;
  width: 100%;
  height: auto;
}

footer section.footer-links h2 {
  color: #662f8f;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  margin: 0;
}

.media-site footer section.footer-links h2 {
  color: #00aeef;
}

.group-site footer section.footer-links h2 {
  color: #70ab43;
}

footer section.footer-links p {
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (min-width: 767px) {
  footer section.footer-links p.last {
    margin-bottom: 0;
  }
}
footer section.footer-links .footer-contact {
  margin-bottom: -6px;
}

footer section.footer-links .footer-contact p {
  font-size: 14px;
}

footer section.footer-links .row > div:not(:first-child) {
  border-left: 1px solid #666;
}

@media screen and (max-width: 768px) {
  footer section.footer-links .row > div:not(:first-child) {
    border-left: none;
  }
}
footer section.footer-links .group-links,
footer section.footer-links .footer-menu {
  list-style: none;
  padding: 0;
  padding-left: 12px;
  font-size: 12px;
}

footer section.footer-links .group-links {
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  footer section.footer-links .group-links {
    margin-bottom: 0;
  }
}
footer section.footer-links .group-links li,
footer section.footer-links .footer-menu li {
  position: relative;
}

footer section.footer-links .group-links li a,
footer section.footer-links .group-links li a:hover,
footer section.footer-links .footer-menu li a,
footer section.footer-links .footer-menu li a:hover {
  color: #666;
}

footer section.footer-links .group-links li:before,
footer section.footer-links .footer-menu li:before {
  content: '';
  background: url(img/bullet.svg) no-repeat left center;
  height: 8px;
  width: 8px;
  position: absolute;
  left: -11px;
  top: 5px;
}

footer section.footer-links .group-links li:before {
  top: 6px;
}

.media-site footer section.footer-links .group-links li:before,
.media-site footer section.footer-links .footer-menu li:before {
  background: url(img/bullet-blue.svg) no-repeat left center;
}

.group-site footer section.footer-links .group-links li:before,
.group-site footer section.footer-links .footer-menu li:before {
  background: url(img/bullet-green.svg) no-repeat left center;
}

footer section.footer-links .footer-social ul {
  list-style: none;
  width: 74px;
  padding: 0;
}

@media screen and (max-width: 576px) {
  footer section.footer-links .footer-social ul {
    width: 100%;
  }
}
footer section.footer-links .footer-social li {
  float: left;
  width: 50%;
  height: 26px;
  margin: 0 0 10px;
}

@media screen and (max-width: 576px) {
  footer section.footer-links .footer-social li {
    width: 36px;
  }
}
footer section.footer-links .footer-social li img {
  width: 26px;
}

footer section.footer-map {
  margin: 50px 0 0;
  height: 375px;
  position: relative;
  overflow: hidden;
}

footer section.container-fluid {
  padding: 0;
}

#map {
  height: 100%;
}

footer section.footer-map p.address {
  background: #662f8f;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin: 0;
  padding: 7px;
  text-transform: uppercase;
  position: relative;
  z-index: 1000;
  width: 100%;
}

.media-site footer section.footer-map p.address {
  background: #00aeef;
}

.group-site footer section.footer-map p.address {
  background: #70ab43;
}

footer section.footer-map p.address:before {
  position: absolute;
  content: '';
  bottom: -16px;
  left: 50%;
  height: 32px;
  width: 32px;
  margin-left: -16px;
  z-index: -1;
  transform: rotate(45deg);
  background-color: #662f8f;
}

.media-site footer section.footer-map p.address:before {
  background-color: #00aeef;
}

.group-site footer section.footer-map p.address:before {
  background-color: #70ab43;
}

footer section .copyright {
  width: 100%;
  min-height: 30px;
  position: absolute;
  bottom: 0;
}

footer section .copyright p {
  background: #333;
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 11px;
  padding: 6px 0;
}

@media screen and (max-width: 576px) {
  footer section .copyright p {
    font-size: 10px;
  }
}
footer section .copyright p a {
  color: #fff;
  text-decoration: underline;
}

footer section .copyright p a:after {
  content: none;
}

a.back-to-top {
  display: none;
  height: 38px;
  width: 38px;
  background: url(img/back-to-top.svg) no-repeat;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99999;
}

a.back-to-top:after {
  content: none;
}
