@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name: Trailight – Compliance Technoogies
Author: L&Co – James Bray

Stylesheet: Main Stylesheet

******************************************************************/
/* library/scss/_neat.scss */
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("https://fonts.googleapis.com/css2?family=Karla&display=swap");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 100%;
  margin: 0.67em 0;
  font-weight: 200;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

.iframe-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/******************************************************************
Site Name: Trailight – Compliance Technoogies
Author: L&Co – James Bray

Stylesheet: Variables
******************************************************************/
/******************************************************************
Site Name: Trailight – Compliance Technologies
Author: L&Co – James Bray

Stylesheet: Typography
******************************************************************/
@font-face {
  font-family: "Walsheim-Light";
  src: url("../fonts/GT-Walsheim-Light/GT-Walsheim-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/GT-Walsheim-Light/GT-Walsheim-Light?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim-Light/GT-Walsheim-Light.woff") format("woff"), url("../fonts/GT-Walsheim-Light/GT-Walsheim-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Walsheim-Medium";
  src: url("../fonts/GT-Walsheim-Medium/GT-Walsheim-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/GT-Walsheim-Medium/GT-Walsheim-Medium?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim-Medium/GT-Walsheim-Medium.woff") format("woff"), url("../fonts/GT-Walsheim-Medium/GT-Walsheim-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Walsheim-Regular";
  src: url("../fonts/GT-Walsheim-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/GT-Walsheim-Regular?#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim-Regular.woff") format("woff"), url("../fonts/GT-Walsheim-Regular.ttf") format("truetype");
}
/******************************************************************
Site Name: Trailight – Compliance Technoogies
Author: L&Co – James Bray

Stylesheet: Mixins Stylesheet


******************************************************************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
MEDIA QUERY MIXINS
*********************/
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #e5e5e5;
  font-family: "Walsheim-Light", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

body {
  background: white;
  color: #1C0D33;
  margin: 0 auto;
}

.size-news-archive {
  display: block;
  height: auto;
  width: 100%;
}

h1, h3, .h3 {
  font-size: 38px;
  line-height: 38px;
  font-family: "Walsheim-Regular", Helvetica, Arial, sans-serif;
  margin: 0;
}

h1.single-title {
  font-size: 25.92px;
}

.h2, h2 {
  font-size: 25.92px;
}

h3, .h3 {
  font-weight: normal;
}

.h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.aqua {
  color: #00E5FA;
}

img {
  display: block;
  width: 100%;
}

b,
strong,
.strong {
  font-family: "Walsheim-Regular", Helvetica, Arial, sans-serif;
}

.hidden {
  display: none;
}

.entry-content ul {
  padding: 0;
  list-style: none;
}
@media (max-width: 949px) {
  .entry-content ul {
    margin-left: 1em;
  }
  .entry-content ul li {
    text-indent: -1em;
  }
}
.entry-content ul li {
  padding-bottom: 0.75em;
}
.entry-content ul li:before {
  content: "• ";
  color: #6140C7;
  margin-right: 0.5em;
  margin-left: -1.125em;
}
.entry-content ol {
  counter-reset: item;
  padding: 0;
}
@media (max-width: 949px) {
  .entry-content ol {
    margin-left: 2em;
  }
}
.entry-content ol li {
  text-indent: -1.5em;
  padding-bottom: 0.75em;
}
.entry-content ol li:first-of-type {
  text-indent: -1.25em;
}
.entry-content ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #6140C7;
  margin-right: 0.425em;
}
.entry-content ol ul {
  padding: 0;
  list-style: none;
  margin-left: 1em;
}
.entry-content ol ul li {
  text-indent: -1em;
  padding-bottom: 0.75em;
}
.entry-content ol ul li:before {
  content: "• ";
  color: #6140C7;
  margin-right: 0.425em;
}

blockquote {
  border-left: 0.136em solid #6140C7;
  margin: 0;
  padding: 0 1.5em;
}

a {
  text-decoration: none;
  color: #6140C7;
  transition: 0.4s color;
}
a:hover {
  color: rgb(176, 159.5, 227);
}
a img {
  border: none;
}

::selection {
  background: rgba(0, 229, 250, 0.5);
}

.bg--dark {
  background: #1C0D33;
  color: white;
}
.bg--dark::after {
  clear: both;
  content: "";
  display: block;
}
.bg--dark a {
  color: white;
  transition: 0.4s color;
}
.bg--dark a:hover {
  color: #00E5FA;
}

.bg--mid {
  background-color: #f1f1f1;
}

.container {
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
}
.container::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 519px) {
  .container {
    padding: 0 7vmin;
  }
}
@media (min-width: 520px) {
  .container {
    padding: 0 4vw;
  }
}
@media (max-width: 1089px) {
  .container {
    padding-bottom: 6.5vmin;
    padding-top: 4vmin;
  }
}
@media (min-width: 1090px) {
  .container {
    padding-bottom: 2em;
    padding-top: 2.5em;
  }
}

.footer .container {
  padding-bottom: 1em;
  padding-top: 2em;
}

.footer-nav__container {
  font-size: 15px;
}

@media (min-width: 520px) {
  .temp-container {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}

.header {
  padding-top: 1em;
  padding-bottom: 1em;
  position: sticky;
  top: 0;
  z-index: 4;
  overflow: visible;
}
.header::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}
@media (min-width: 783px) {
  .admin-bar .header {
    top: 32px;
  }
}

@media only screen and (max-width: 949px) {
  #wpadminbar {
    position: fixed;
  }
}

.inner-header::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 520px) {
  .inner-header {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 1142px) {
  .inner-header {
    display: flex;
    justify-content: space-between;
  }
}

.main-nav {
  margin-bottom: 0.4em;
}
@media (min-width: 1142px) {
  .main-nav {
    align-items: flex-end;
    display: flex;
  }
}

@media (max-width: 519px) {
  .nav-collapse {
    margin-top: 0;
  }
}
@media (min-width: 520px) {
  .nav-collapse {
    margin: 0;
  }
}

.sticky-nav .header {
  border-bottom: 1px solid #4d3a73;
  position: fixed;
  width: 100%;
  z-index: 10;
  max-width: 1400px;
  will-change: transform;
}
@media (max-width: 519px) {
  .sticky-nav .header {
    top: 0;
  }
}
.sticky-nav .header .line-container {
  display: none;
}
@media (min-width: 520px) {
  .sticky-nav .logo-container {
    width: 25%;
  }
}
@media (min-width: 950px) {
  .sticky-nav .logo-container {
    width: 19%;
  }
}
.sticky-nav .page-intro {
  display: none;
}

.logo-container {
  margin: 0;
  max-width: 330px;
  overflow: auto;
  position: relative;
  width: 100%;
}
@media (max-width: 1141px) {
  .logo-container {
    float: left;
    min-width: 240px;
    width: 40%;
    margin-right: auto;
  }
}
@media (min-width: 1142px) {
  .logo-container {
    margin-left: auto;
  }
}
@media (min-width: 1090px) {
  .logo-container {
    top: 9px;
  }
}

@media (max-width: 949px) {
  .text-container {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 950px) {
  .text-container {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px;
  }
}

.logo {
  display: block;
  height: 0;
  position: relative;
}
@media (max-width: 519px) {
  .logo {
    overflow: auto;
    padding-top: 58px;
  }
}
@media (min-width: 520px) {
  .logo {
    padding-top: 68px;
  }
}
@media (min-width: 950px) {
  .logo {
    padding-top: 72px;
  }
  .sticky-nav .logo {
    padding-top: 68px;
  }
}
.logo svg {
  position: absolute;
  top: 0;
}

.infographic-container {
  margin: 1vmin auto;
  text-align: center;
}
@media (max-width: 519px) {
  .infographic-container {
    width: 100%;
  }
}
@media (min-width: 520px) {
  .infographic-container {
    width: 80%;
  }
}

.infographic {
  margin-top: 2vw;
  margin-bottom: 2.5vw;
}

/* Trailight Logo */
.gradient-start {
  stop-color: #00E5FA;
}

.gradient-end {
  transition: 1.5s ease;
  stop-color: #6140C7;
}
.logo-container:hover .gradient-end {
  stop-color: #00E5FA;
}

.page-intro {
  font-weight: normal;
  margin: 2vw 0 3vmax 0;
}
@media (max-width: 519px) {
  .page-intro {
    float: left;
  }
}
@media (min-width: 520px) and (max-width: 1089px) {
  .page-intro {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 1090px) {
  .page-intro {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px;
  }
  .page-template-page-contact .page-intro {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px;
  }
}

.youtube {
  position: relative;
  padding-bottom: 56.45%;
  height: 0;
  margin-top: 1em;
}
@media (min-width: 520px) {
  .youtube {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
.sticky-nav .youtube {
  display: none;
}

.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-title {
  font-family: "Walsheim-Regular", Helvetica, Arial, sans-serif;
}

@media (min-width: 520px) {
  .text-area {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px;
  }
}

.number-counter__container {
  display: flex;
}

.home-title {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
@media (min-width: 1090px) {
  .home-title {
    width: calc(58.3333333333% - 31.6666666667px);
    float: left;
    margin-left: 20px;
  }
}

.number-counter {
  color: #6140C7;
  font-family: "Walsheim-Regular", Helvetica, Arial, sans-serif;
  opacity: 0;
  text-align: center;
  transition: 0.4s opacity;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 519px) {
  .number-counter {
    display: none;
  }
}
.number-counter span {
  display: block;
}
.number-counter .years {
  border-bottom: 3px solid #6140C7;
}

.counter-visible {
  opacity: 1;
}

.count {
  font-size: 10em;
  line-height: 0.75em;
}

.years {
  line-height: 2em;
}

@media (min-width: 950px) {
  .community {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}

.post-not-found {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media (min-width: 1142px) {
  .desktop-image {
    display: block;
  }
  .mobile-image {
    display: none;
  }
}
@media (max-width: 1141px) {
  .desktop-image {
    display: none;
  }
  .mobile-image {
    display: block;
  }
}
.filter {
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 1em;
  font-size: 0.909em;
}
.filter.team-filter {
  padding-bottom: 0;
  padding-top: 1em;
  border-top: 1px solid #aeaeae;
  border-bottom: none;
}
@media (max-width: 1399px) {
  .filter__news {
    margin-bottom: 3vw;
  }
}
@media (min-width: 1400px) {
  .filter__news {
    margin-bottom: 1.75em;
  }
}
@media (min-width: 520px) {
  .filter__news {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}

.filter__news .filter-item a:after {
  display: inline-block;
  width: 1.25em;
  padding-left: 0.5em;
  position: relative;
  top: 3px;
}

.filter-item {
  margin-right: 1em;
}
@media (min-width: 520px) {
  .filter-item {
    display: inline-block;
  }
}
@media (max-width: 519px) {
  .filter-item {
    margin-bottom: 0.5em;
  }
}

.filter a,
.filter button {
  background: none;
  border: none;
  color: #6140C7;
  padding: 0;
}
.filter a:focus,
.filter button:focus {
  outline: none;
}

.current-filter a,
.filter button.current-filter {
  color: #FF5921;
}

.filter li.current-filter a:hover,
.filter button.current-filter:hover {
  color: rgb(229.5, 80.1, 29.7);
}

.filter a:hover {
  color: rgb(176, 159.5, 227);
}

a.button {
  background: #FF5921;
  display: inline-block;
  padding: 0.75em 1.5em;
  border-radius: 20px;
  transition: all 0.25s;
  margin-top: 0.5em;
}
a.button:hover {
  color: white;
  background: #6140C7;
}

.cat-item-all {
  margin-right: 1em;
}

.regulatory-news:after {
  content: url("../images/market-news-hover.svg");
}
.current-filter .regulatory-news:after {
  content: url("../images/market-news-active.svg");
}

.company-news:after {
  content: url("../images/company-news-hover.svg");
}
.current-filter .company-news:after {
  content: url("../images/company-news-active.svg");
}

.industry-news:after {
  content: url("../images/industry-news.svg");
}
.current-filter .industry-news:after {
  content: url("../images/industry-news-active.svg");
}

.market-insights:after {
  content: url("../images/insights-hover.svg");
}
.current-filter .market-insights:after {
  content: url("../images/insights-active.svg");
}

.events:after {
  content: url("../images/events-hover.svg");
}
.current-filter .events:after {
  content: url("../images/events-active.svg");
}

.whitepapers:after {
  content: url("../images/whitepaper.svg");
}
.current-filter .whitepapers:after {
  content: url("../images/whitepaper-active.svg");
}

.attachment-news-image {
  width: 100%;
  height: auto;
}

.news-article-header--container {
  display: block;
  height: 100%;
  line-height: 1.3em;
  margin-bottom: 1em;
  top: 0;
  width: 100%;
}
@media (max-width: 949px) {
  .news-article-header--container {
    margin-top: 0.5em;
  }
}
@media (min-width: 950px) {
  .news-article-header--container {
    padding: 1em;
    margin-bottom: 2.5em;
    position: absolute;
    transition: 0.25s;
  }
  .news-article-header--container:hover {
    background: rgba(0, 0, 0, 0.5);
  }
}

.news-article {
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
}
@media (min-width: 520px) {
  .news-article {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 1090px) {
  .news-article {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
  }
}
.news-article:hover .news-article-header--container {
  top: 0;
}

.news-article-title {
  color: #1C0D33;
  margin: 0;
  font-size: 1em;
}
@media (max-width: 949px) {
  .news-article-title {
    color: #1C0D33;
  }
}
@media (min-width: 950px) {
  .news-article-title {
    color: white;
  }
}

.news-article-main {
  color: #FFFFFF !important;
}

.values {
  float: left;
  padding-bottom: 1vmax;
}

.grid-container::after {
  clear: both;
  content: "";
  display: block;
}

@media (min-width: 520px) {
  .value {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 1090px) {
  .value {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
  }
}
.bg--dark .value h3, .bg--dark .value h4 {
  color: #00E5FA;
}
.value h4 {
  margin-bottom: 0.5em;
  font-size: 1.25em;
}
.value p {
  margin-top: 0;
}

@media (min-width: 520px) {
  .blog .tags-container,
  .single .tags-container {
    width: calc(16.6666666667% - 23.3333333333px);
    float: left;
    margin-left: 20px;
  }
}
.blog .tags-container .tags,
.single .tags-container .tags {
  line-height: 0.8rem;
  font-size: 0.909em;
  display: block;
  margin-bottom: 0.7em;
}

.no-image .tags {
  margin-top: 1.5em;
}

.entry-time, .entry-cat {
  color: #FF5921;
  font-weight: normal;
  font-size: 1rem;
}

.entry-cat:after {
  content: ": ";
}

.more-link {
  color: #6140C7;
}
.more-link:after {
  content: url("../images/arrow.svg");
  display: inline-block;
  width: 1em;
  margin-left: 0.5em;
  transition: 0.4s;
}
.no-svg .more-link {
  background: url("../images/arrow.png");
}
.text-area .more-link {
  margin-bottom: 0.5em;
}
.news-article:hover .more-link:after {
  margin-left: 1em;
}

@media (max-width: 949px) {
  .values-images, .values-about {
    width: 100%;
    float: left;
  }
}
@media (min-width: 950px) {
  .values-images, .values-about {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}

.bg--dark .flex-active.trust-value {
  color: #00E5FA;
}
.bg--dark .flex-active.team-value {
  color: #FF5921;
}
.bg--dark .flex-active.transparency-value {
  color: #C7E542;
}

a.value-title {
  cursor: pointer;
  display: inline-block;
}
a.value-title:nth-child(2):after, a.value-title:nth-child(2):before {
  content: "|";
  color: white !important;
  padding-left: 1em;
  padding-right: 1em;
}
a.value-title:nth-child(2):after:hover, a.value-title:nth-child(2):before:hover {
  content: "";
}
a.value-title:hover {
  color: #4d3a73;
}

.bg--dark .values-container a {
  color: #4d3a73;
}

@media (min-width: 520px) {
  .slides {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-top: 0;
  }
}
.slides .home-rule:last-child {
  border-bottom: transparent;
  margin: 0;
}
.slides .home-rule:last-child:after {
  height: 0;
  width: 0;
}

.slide {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  display: flex;
  padding: 2em 0 3em 0;
}
.slide:only-of-type {
  padding-bottom: 0;
}
@media (min-width: 520px) {
  .slide {
    display: flex;
  }
}
@media (min-width: 520px) and (min-width: 950px) {
  .slide.right .animation, .slide.right .image {
    margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
  }
}
@media (min-width: 520px) {
  .slide.left {
    justify-content: flex-end;
  }
}
@media (max-width: 949px) {
  .slide {
    flex-direction: column;
  }
  .slide.right {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1090px) {
  .slide.left .text {
    margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
  }
}

@media (max-width: 949px) {
  .slide.right.methodology {
    flex-direction: column;
  }
  .slide.right.methodology .animation {
    margin-top: 2em;
    width: 80%;
  }
}

.slide.left {
  flex-direction: column-reverse;
}
@media (min-width: 1090px) {
  .slide.left {
    flex-direction: row-reverse;
  }
}

.bg--dark .slide h3 {
  color: #6140C7;
  margin-top: 0;
  margin-bottom: 0.75em;
}
.bg--dark .slide.right h3 {
  color: #00E5FA;
}

.section-title {
  font-size: 25.92px;
  padding-top: 50px;
}

.descriptor {
  font-family: "Karla", sans-serif;
  margin-bottom: 0.75em;
}
.descriptor + .body h3 {
  margin-top: 0;
}

.container--hr {
  padding-top: 0;
  padding-bottom: 0.8em;
}

.single-product .slide:first-child,
.page .slide:first-child {
  padding-top: 0;
}

.slide:last-of-type {
  padding-bottom: 0;
}

.image, .animation {
  align-self: center;
}
@media (max-width: 949px) {
  .image, .animation {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 950px) {
  .image, .animation {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}

@media (max-width: 949px) {
  .lottie-animation {
    width: 80%;
    margin: 0 auto;
  }
}

.image img {
  width: 100%;
}

.text {
  align-self: center;
  flex-direction: column;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
@media (min-width: 950px) {
  .text {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px;
  }
}

.testimonials {
  margin: 0;
}
@media (min-width: 520px) {
  .testimonials::after {
    clear: both;
    content: "";
    display: block;
  }
}

.testimonial {
  background: url("../images/quotemarks.svg") no-repeat;
  background-position: right 2em;
  background-size: 3em;
  overflow: auto;
  padding: 1em 0;
}
.no-svg .testimonial {
  background: url("../images/quotemarks.png");
}
@media (min-width: 520px) {
  .testimonial {
    background-size: 4em;
    background-position: 90% 0em;
  }
}
@media (min-width: 520px) {
  .testimonial {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 950px) {
  .testimonial {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}

hr {
  background-color: #1C0D33;
  border: 0 none;
  color: #1C0D33;
  height: 1px;
}
hr.home-rule {
  border-color: transparent;
  border-bottom: 1px solid #1C0D33;
  height: 1px;
  float: left;
  overflow: visible;
  position: relative;
  width: 100%;
}
hr.home-rule:after {
  background-color: #FFFFFF;
  border-bottom: 1px solid #1C0D33;
  border-right: 1px solid #1C0D33;
  content: "";
  display: block;
  height: 20px;
  margin: 0 auto;
  position: relative;
  top: -10px;
  transform: rotate(45deg);
  width: 20px;
}
@media (min-width: 1090px) {
  hr.home-rule:after {
    height: 30px;
    top: -15px;
    width: 30px;
  }
}

@media (min-width: 520px) {
  .home-rule--container {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}

@media (min-width: 520px) {
  .content-container {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
  }
}

.temp-container hr.home-rule {
  margin-bottom: 0;
  padding-bottom: 3em;
  border-top: 1px solid #6140C7;
  border-bottom: none !important;
}

.bg--dark hr.home-rule {
  border-bottom: 1px solid #6140C7;
}
.bg--dark hr.home-rule:after {
  background-color: #1C0D33;
  border-right: 1px solid #6140C7;
  border-bottom: 1px solid #6140C7;
}

.home-intro {
  font-family: "Walsheim-Light", Helvetica, Arial, sans-serif;
  margin-top: 1.5em;
}
@media (min-width: 520px) and (max-width: 949px) {
  .home-intro {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 950px) {
  .home-intro {
    width: calc(83.3333333333% - 36.6666666667px);
    float: left;
    margin-left: 20px;
  }
}

.testimonial__quote {
  color: #FF5921;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 520px) {
  .testimonial__quote {
    width: 80%;
    float: left;
  }
}

.testimonial__author {
  float: left;
  width: 100%;
}

.pagination {
  border-top: 1px solid #aeaeae;
}
@media (min-width: 520px) {
  .pagination {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}

.page-numbers {
  margin-top: 1em;
}

.page-numbers li {
  display: inline-block;
}

@media (min-width: 520px) {
  .team-container {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}

#company-overview {
  overflow: auto;
}

@media (min-width: 520px) {
  .list-container {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}

.feature-list {
  font-family: "Walsheim-Light", Helvetica, Arial, sans-serif;
}
.feature-list li {
  list-style: none;
  padding-left: 40px;
  padding-bottom: 20px;
}
.feature-list li:last-child {
  padding-bottom: 0;
}
.feature-list li:before {
  margin-left: -36px;
}
.feature-list li::before {
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  width: 25px;
  background-image: url("../images/list-tick.svg");
}

.team {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  margin-bottom: 0;
}
.team a {
  cursor: pointer;
  display: block;
}

.team-member {
  margin-bottom: 1em;
  position: relative;
}
@media (max-width: 519px) {
  .team-member {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 520px) and (max-width: 949px) {
  .team-member {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 950px) {
  .team-member {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
    margin-bottom: 2em;
  }
}

.team-member p {
  margin: 0;
}

p.team-member-name {
  color: #1C0D33;
  margin-top: 0.5em;
}
.bg--dark p.team-member-name {
  color: white;
}

.team-member-position {
  color: #FF5921;
}

.team-image {
  display: block;
  height: auto;
  width: 100%;
  transition: 0.4s opacity;
}

.team-image--normal {
  position: absolute;
  left: 0;
  opacity: 1;
  top: 0;
  z-index: 2;
}
.team-member:hover .team-image--normal {
  opacity: 0;
}

.team-image--hover {
  position: relative;
  z-index: 1;
}

.single-team-container {
  display: flex;
}
@media (max-width: 949px) {
  .single-team-container {
    flex-direction: column-reverse;
  }
}

@media (max-width: 949px) {
  .single-team-bio {
    padding-top: 1vmax;
  }
}
@media (max-width: 519px) {
  .single-team-bio {
    width: 100%;
    margin-bottom: 3vw;
  }
}
@media (min-width: 520px) and (max-width: 949px) {
  .single-team-bio {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 950px) {
  .single-team-bio {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
  }
}

.single-team__name,
.single-team__position {
  font-size: 32px;
  margin-top: 0;
  line-height: 1.2;
  font-family: "Walsheim-Regular", Helvetica, Arial, sans-serif;
}

.single-team__position,
.email {
  color: #FF5921;
}

.single-team-bio__contact {
  border-bottom: 1px solid #aeaeae;
  padding: 1.5em 0;
}

.single-team-bio__header p {
  margin: 0;
}

.single-team__name,
.product-title {
  margin: 0;
}

.product-title {
  font-weight: bold;
}

@media (min-width: 520px) and (max-width: 949px) {
  .single-team-main {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 950px) {
  .single-team-main {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px;
  }
}

.telephone {
  margin: 0;
}

.attachment-portrait {
  width: 100%;
  height: auto;
}

.single-title {
  border-bottom: 1px solid #aeaeae;
  margin: 0;
  padding-bottom: 0.5em;
}

.single .entry-content img {
  width: 100%;
  height: auto;
}

@media (min-width: 520px) {
  .news-content,
  .post-nav {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 950px) {
  .news-content,
  .post-nav {
    width: calc(83.3333333333% - 36.6666666667px);
    float: left;
    margin-left: 20px;
  }
}

.post-nav__item {
  border-top: 1px solid #aeaeae;
  color: #6140C7;
  padding: 0.5em 0;
}

.contact-email {
  display: block;
}

.contact-map {
  width: calc(8.3333333333% - 21.6666666667px);
  float: left;
  margin-left: 20px;
  left: calc(25% - 25px + 20px);
  position: relative;
}

.britain-svg {
  width: 20vw;
}
@media (max-width: 949px) {
  .britain-svg {
    display: none;
  }
}

.customer_map {
  margin: 0 auto;
  padding: 2em;
}
@media (min-width: 950px) {
  .customer_map {
    width: 75%;
  }
}

.transforming .container, .transforming .page-intro {
  padding-top: 0;
  margin-top: 0;
}
.transforming img {
  padding: 0 1.25em;
  margin-bottom: 3em;
  float: left;
}

.global-solution img {
  padding-bottom: 2em;
}

@media (min-width: 520px) {
  .leading-choice-copy,
  .global-body-copy {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 950px) {
  .leading-choice-copy,
  .global-body-copy {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px;
  }
}

.map-container {
  display: inline-block;
  margin-bottom: 1em;
  width: 100%;
}
.map-container::after {
  clear: both;
  content: "";
  display: block;
}

@media (max-width: 949px) {
  .address-container {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 950px) {
  .address-container {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
    padding-left: 1em;
  }
}

.address {
  margin-top: 0;
}
@media (max-width: 949px) {
  .address {
    margin-top: 1em;
  }
}

.office {
  color: #FF5921;
  font-family: "Walsheim-Regular", Helvetica, Arial, sans-serif;
  display: block;
}

.acf-map {
  height: 22.727em;
}
@media (min-width: 520px) {
  .acf-map {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-bottom: 3px;
  }
}
@media (min-width: 950px) {
  .acf-map {
    margin-bottom: 1vmin;
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px;
  }
}

.contact-container {
  border-top: 1px solid #4d3a73;
  padding-top: 2em;
  margin-top: 2em;
}

.contact-telephone,
.contact-email {
  color: #00E5FA;
}

.contact-telephone:before {
  content: "t+ ";
  color: white;
}

.contact-email:before {
  content: "e+ ";
  color: white;
}

.footer-nav {
  float: none;
}
@media (min-width: 520px) {
  .footer-nav {
    width: calc(16.6666666667% - 23.3333333333px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 950px) {
  .footer-nav {
    width: calc(16.6666666667% - 23.3333333333px);
    float: left;
    margin-left: 20px;
  }
}

.footer-nav-item-parent {
  font-family: "Walsheim-Regular", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em;
}

.footer-nav-item {
  padding-bottom: 0.25em;
}

.social-links {
  margin-right: 0 !important;
  width: 100%;
}
@media (min-width: 520px) and (max-width: 949px) {
  .social-links {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
  }
}
@media (min-width: 520px) {
  .social-links {
    float: right;
  }
}
@media (min-width: 950px) {
  .social-links {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
    float: right;
  }
}
.social-links .social-link {
  margin-right: 1em;
}

.copyright {
  position: relative;
}
@media (min-width: 520px) {
  .copyright {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
  .copyright span {
    float: right;
  }
}
@media (max-width: 519px) {
  .copyright span {
    display: block;
  }
}

.copyright,
.copyright a {
  color: #4d3a73;
}

.social-link {
  position: relative;
  float: right;
}
.social-link:hover .social-icon__image-on {
  opacity: 1;
}

.social-icon__link {
  display: block;
}

.social-icon__image {
  height: 40px;
  width: 40px;
}

.social-icon__image-off {
  position: relative;
  z-index: 1;
}

.social-icon__image-on {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.4s;
  z-index: 2;
}

.error404 .article-footer {
  display: none;
}

@media (min-width: 520px) {
  .error404 .quote {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}

.home .excerpt-read-more {
  display: none;
}

/*! responsive-nav.js 1.0.39 by @viljamis */
.sub-menu {
  background: #1C0D33;
  margin: 0;
  display: block;
  list-style: none;
}
@media (max-width: 1141px) {
  .sub-menu {
    padding-top: 0.5em;
  }
}
@media (min-width: 1142px) {
  .sub-menu {
    visibility: hidden;
    position: absolute;
    display: none;
    padding: 1.5em;
    left: -1.25em;
    z-index: 2;
  }
}

.menu-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
}

.nav-collapse > .menu-item {
  cursor: pointer;
  width: 100%;
  display: block;
  white-space: nowrap;
  position: relative;
}
@media (min-width: 950px) {
  .nav-collapse > .menu-item {
    margin-right: 0.8em;
  }
}
@media (max-width: 1141px) {
  .nav-collapse > .menu-item {
    padding: 0.35em 0;
  }
}
@media (min-width: 1142px) and (max-width: 949px) {
  .nav-collapse > .menu-item > a {
    padding: 0 0.3em;
  }
}
@media (min-width: 950px) {
  .nav-collapse > .menu-item > a {
    padding: 0 0.2em;
  }
}
.nav-collapse > .menu-item a:hover {
  color: #00E5FA;
}
.nav-collapse > .menu-item:first-of-type a {
  padding-left: 0;
}

.nav-collapse .sub-menu .menu-item {
  display: block;
}
@media (min-width: 1142px) {
  .nav-collapse .sub-menu .menu-item {
    padding-top: 1em;
  }
}
@media (max-width: 1141px) {
  .nav-collapse .sub-menu .menu-item {
    padding: 0.35em 1em;
  }
}

@media (max-width: 1141px) {
  .nav-collapse > .menu-item, .sub-menu .menu {
    border-top: 1px solid #4d3a73;
  }
}
@media (max-width: 1141px) {
  .js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
  }
  .js .nav-collapse.opened {
    margin-bottom: 1em;
  }
  .js .nav-collapse .current-menu-item a {
    color: #FF5921;
  }
  .js .nav-collapse .current-menu-item a:hover {
    color: rgb(229.5, 80.1, 29.7);
  }
}
.current-menu-item a,
.current-menu-ancestor > a {
  color: #00E5FA;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  float: right;
  width: 25px;
  height: 25px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.c-hamburger:hover span::before, .c-hamburger:hover span::after, .c-hamburger:hover span {
  background: rgb(0, 160.3, 175);
}
.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 12px;
  left: 0px;
  right: 0px;
  height: 3px;
  background: #00E5FA;
}
.c-hamburger span:before, .c-hamburger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00E5FA;
  content: "";
}
.c-hamburger span:before {
  top: -8px;
}
.c-hamburger span:after {
  bottom: -8px;
}

.c-hamburger--htx {
  background-color: transparent;
}
.c-hamburger--htx span::before, .c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
  -webkit-transition-property: top, transform; /* Safari */
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform; /* Safari */
}

/* active state, i.e. menu open */
.c-hamburger--htx.active {
  background-color: transparent;
}

.c-hamburger--htx.active span {
  background: none;
}
.c-hamburger--htx.active span:before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger--htx.active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.c-hamburger--htx.active span:before, .c-hamburger--htx.active span:after {
  transition-delay: 0s, 0.3s;
}

@media (min-width: 1142px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .c-hamburger {
    display: none;
  }
  .nav-collapse .menu-item {
    width: auto;
    display: inline-block;
  }
}
/* Trailight Logo End */
.britain-gradient {
  animation: britain-gradient 1s forwards;
  animation-delay: 2s;
  animation-iteration-count: 1;
  opacity: 0;
}

.britain-gradient-york {
  stop-color: #6140C7;
}

.britain-gradient-london {
  animation: london-gradient-colour 2s forwards;
  animation-delay: 2s;
  transition: 1.5s ease;
}

@keyframes britain-gradient {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes london-gradient-colour {
  0% {
    stop-color: #6140C7;
  }
  100% {
    stop-color: #FF5921;
  }
}
.london-circle, .york-circle {
  fill: white;
}

.line-container,
.line-container .line,
.product-line,
.product-line .line {
  display: block;
  background: #4d3a73;
  height: 1px;
}

.line-container .line,
.product:hover .line {
  animation: rule 0.75s forwards;
  animation-iteration-count: 1;
}

.line-container .line {
  animation-delay: 1s;
}

@keyframes rule {
  0% {
    width: 0;
  }
  20% {
    opacity: 100%;
  }
  100% {
    width: 100%;
    background: #FFFFFF;
  }
}
.client-carousel {
  display: block;
  width: 100%;
  margin: 0;
}
@media (min-width: 520px) {
  .client-carousel {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}

.client {
  width: 100%;
}
.client a, .client img {
  display: block;
  width: 100%;
}

.flickity-page-dots {
  bottom: 0;
  position: relative;
  margin-bottom: 1.5em;
  margin-top: 2em;
}

.flickity-page-dots .dot {
  background-color: #4d3a73;
  height: 15px;
  width: 15px;
  margin: 0 4px;
}
.flickity-page-dots .dot.is-selected {
  background-color: white;
}

/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/