/*
* Chesterton's Fence:
* 	"The principle that reforms should not be made until the reasoning behind the existing state of affairs is understood."
*/

/*
* 1.Settings
* =========================
* Import the settings, these define colours, typography and global varibales
* for use across the partials.
*/

/*
* At the moment this just contains some variables but can easily expand to
* include a modular scale etc.
*/

@font-face {
	font-family: 'TT-Norms';
	src: url("../fonts/TypeType - TT Norms Medium.otf") format("opentype");
}

@font-face {
	font-family: 'TT-Norms-black';
	src: url("../fonts/TypeType - TT Norms Black.otf") format("opentype");
}

@font-face {
	font-family: 'TT-Norms-bold';
	src: url("../fonts/TypeType - TT Norms Bold.otf") format("opentype");
}

/*
* Used in the following files
*
* _typography.scss
 */

/*
* 2.Tools
* =========================
* This defines helpful mixins and tools for use across partials.
*/

.full {
	width: 100%;
}

.three-quarters {
	width: 75%;
}

.three-quarters_override {
	width: 90%;
}

.two-thirds {
	width: 66.66%;
}

.three-fifths {
	width: 60%;
}

.half {
	width: 50%;
}

.two-fifths {
	width: 40%;
}

.third {
	width: 33.33%;
}

.quarter {
	width: 25%;
}

.fifth {
	width: 20%;
}

/*
* 3.Generic
* =========================
* This defines styles for elements on a low level. Good for normalize, resets etc.
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * 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
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
figure,
table,
th,
td,
caption,
hr {
	margin: 0;
	padding: 0;
}

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

select,
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

/*
* 4.Base
* =========================
* Use this to specify how elements should look more specifically
* things such as how links, lists and headings should look.
*/

html,
body {
	height: 100%;
	width: 100%;
	font-size: 18px;
	line-height: 20px;
}

body {
	font-family: "TT-Norms", "Helvetica", "Arial", sans-serif;
	color: #000000;
	height: auto;
	margin-top: 80px;
}

img,
iframe {
	max-width: 100%;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

strong {
	font-weight: normal;
	font-family: "TT-Norms-bold", "Helvetica", "Arial", sans-serif;
}

p,
a,
li,
blockquote,
form,
span {
	-webkit-font-smoothing: antialiased;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
	font-family: "TT-Norms", "Helvetica", "Arial", sans-serif;
}

a {
	text-decoration: none;
	color: inherit;
}

div,
p,
li {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.77778rem;
}

h1,
.h1 {
	font-size: 40px;
	font-size: 2.22222rem;
	line-height: 2.77778rem;
	letter-spacing: -1px;
	-webkit-font-variant-ligatures: none;
	font-variant-ligatures: none;
}

h2,
.h2 {
	font-size: 30px;
	font-size: 1.66667rem;
	line-height: 2.22222rem;
	letter-spacing: -1px;
	-webkit-font-variant-ligatures: none;
	font-variant-ligatures: none;
}

h3,
.h3 {
	font-size: 20px;
	font-size: 1.11111rem;
	line-height: 1.66667rem;
	letter-spacing: -1px;
	-webkit-font-variant-ligatures: none;
	font-variant-ligatures: none;
}

h4,
.h4 {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.38889rem;
	-webkit-font-variant-ligatures: none;
	font-variant-ligatures: none;
}

/*font-size declarations
* sass map is declared in _type.scss
*
*/

.fs-14 {
	font-size: 14px;
	font-size: 0.77778rem;
}

.fs-16 {
	font-size: 16px;
	font-size: 0.88889rem;
}

.fs-18 {
	font-size: 18px;
	font-size: 1rem;
}

.fs-20 {
	font-size: 20px;
	font-size: 1.11111rem;
}

.fs-24 {
	font-size: 24px;
	font-size: 1.33333rem;
}

.fs-30 {
	font-size: 30px;
	font-size: 1.66667rem;
}

.fs-40 {
	font-size: 40px;
	font-size: 2.22222rem;
}

.fs-70 {
	font-size: 70px;
	font-size: 3.88889rem;
}

.fs-100 {
	font-size: 100px;
	font-size: 5.55556rem;
}

input,
select {
	background-color: #ffffff;
	line-height: 2.25rem;
	padding: 0 15px;
	margin: 0 0 10px 0;
}

input[type="radio"],
input[type="checkbox"] {
	-webkit-appearance: normal;
	-moz-appearance: normal;
	appearance: normal;
}

/*
* 5.Objects
* =========================
* Drilling down a bit now, define big parts of our UI.
* Things like layout / grid obects. Wrapper / container objects.
* These Objects shouldn't contain any paint / aesthetics.
*/

.container {
	max-width: 1450px;
	margin: 0 auto;
	padding: 0 20px;
}

.container:before,
.container:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.container:after {
	clear: both;
}

.container-constrained {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

.container-constrained:before,
.container-constrained:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.container-constrained:after {
	clear: both;
}

.height-auto {
	height: auto;
	overflow: auto;
}

.media-wrap {
	padding-bottom: 56.25%;
	overflow: hidden;
}

.bold {
	font-family: "TT-Norms-bold", "Helvetica", "Arial", sans-serif;
}

.light {
	font-family: "TT-Norms", "Helvetica", "Arial", sans-serif;
}

.italic {
	font-style: italic;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.underline {
	text-decoration: underline;
}

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

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

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

.lh-1-5 {
	line-height: 1.5rem;
}

.white {
	color: #ffffff;
}

.grey {
	color: #666666;
}

.mid-grey {
	color: #999999;
}

.dark-blue {
	color: #000000;
}

.turquoise {
	color: #00e7c8;
}

.light-grey {
	color: #ebebeb;
}

.fc-brand {
	color: #FDE74B;
}

.fc-integrated {
	color: #F55e5d;
}

.fc-digital {
	color: #F7a6c0;
}

.fc-content {
	color: #11b3c3;
}

.break-word {
	word-wrap: break-word;
}

.fill-white {
	fill: #ffffff;
}

.fill-white svg {
	fill: #ffffff;
}

.fill-dark-blue {
	fill: #000000;
}

.fill-dark-blue svg {
	fill: #000000;
}

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

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

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

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

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

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

.z-ridiculous {
	z-index: 10000;
}

.clear {
	clear: both;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.fs-0 {
	font-size: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	margin: 0 auto;
}

.block {
	display: block;
}

.inline {
	display: inline-block;
}

.hide {
	display: none;
}

.mobile,
.mobile-block,
.tablet,
.tablet-block {
	display: none;
}

.desktop {
	display: inline-block;
}

.desktop-block {
	display: block;
}

.table {
	display: table;
}

.table-cell {
	display: table-cell;
}

.valign-middle {
	vertical-align: middle;
}

.valign-bottom {
	vertical-align: bottom;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.fixed {
	position: fixed;
}

.hidden {
	overflow: hidden;
}

.scroll {
	overflow: scroll;
}

.scroll-y {
	overflow-y: scroll;
}

.ul li {
	list-style-type: disc;
	margin-left: 20px;
}

.ul-no-style li {
	list-style-type: none;
}

.columns-2 {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-width: "50%";
	column-width: "50%";
}

.columns-3 {
	-webkit-column-count: 3;
	column-count: 3;
	-webkit-column-width: "33.33333%";
	column-width: "33.33333%";
}

.columns-4 {
	-webkit-column-count: 4;
	column-count: 4;
	-webkit-column-width: "25%";
	column-width: "25%";
}

.pad-left-0 {
	padding-left: 0px;
}

.pad-right-0 {
	padding-right: 0px;
}

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

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

.pad-0 {
	padding: 0px;
}

.pad-left-5 {
	padding-left: 5px;
}

.pad-right-5 {
	padding-right: 5px;
}

.pad-top-5 {
	padding-top: 5px;
}

.pad-bottom-5 {
	padding-bottom: 5px;
}

.pad-5 {
	padding: 5px;
}

.pad-left-10 {
	padding-left: 10px;
}

.pad-right-10 {
	padding-right: 10px;
}

.pad-top-10 {
	padding-top: 10px;
}

.pad-bottom-10 {
	padding-bottom: 10px;
}

.pad-10 {
	padding: 10px;
}

.pad-left-15 {
	padding-left: 15px;
}

.pad-right-15 {
	padding-right: 15px;
}

.pad-top-15 {
	padding-top: 15px;
}

.pad-bottom-15 {
	padding-bottom: 15px;
}

.pad-15 {
	padding: 15px;
}

.pad-left-20 {
	padding-left: 20px;
}

.pad-right-20 {
	padding-right: 20px;
}

.pad-top-20 {
	padding-top: 20px;
}

.pad-bottom-20 {
	padding-bottom: 20px;
}

.pad-20 {
	padding: 20px;
}

.pad-left-30 {
	padding-left: 30px;
}

.pad-right-30 {
	padding-right: 30px;
}

.pad-top-30 {
	padding-top: 30px;
}

.pad-bottom-30 {
	padding-bottom: 30px;
}

.pad-30 {
	padding: 30px;
}

.pad-left-35 {
	padding-left: 35px;
}

.pad-right-35 {
	padding-right: 35px;
}

.pad-top-35 {
	padding-top: 35px;
}

.pad-bottom-35 {
	padding-bottom: 35px;
}

.pad-35 {
	padding: 35px;
}

.pad-left-40 {
	padding-left: 40px;
}

.pad-right-40 {
	padding-right: 40px;
}

.pad-top-40 {
	padding-top: 40px;
}

.pad-bottom-40 {
	padding-bottom: 40px;
}

.pad-40 {
	padding: 40px;
}

.pad-left-50 {
	padding-left: 50px;
}

.pad-right-50 {
	padding-right: 50px;
}

.pad-top-50 {
	padding-top: 50px;
}

.pad-bottom-50 {
	padding-bottom: 50px;
}

.pad-50 {
	padding: 50px;
}

.pad-left-60 {
	padding-left: 60px;
}

.pad-right-60 {
	padding-right: 60px;
}

.pad-top-60 {
	padding-top: 60px;
}

.pad-bottom-60 {
	padding-bottom: 60px;
}

.pad-60 {
	padding: 60px;
}

.pad-left-80 {
	padding-left: 80px;
}

.pad-right-80 {
	padding-right: 80px;
}

.pad-top-80 {
	padding-top: 80px;
}

.pad-bottom-80 {
	padding-bottom: 80px;
}

.pad-80 {
	padding: 80px;
}

.pad-left-100 {
	padding-left: 100px;
}

.pad-right-100 {
	padding-right: 100px;
}

.pad-top-100 {
	padding-top: 100px;
}

.pad-bottom-100 {
	padding-bottom: 100px;
}

.pad-100 {
	padding: 100px;
}

.pad-left-110 {
	padding-left: 110px;
}

.pad-right-110 {
	padding-right: 110px;
}

.pad-top-110 {
	padding-top: 110px;
}

.pad-bottom-110 {
	padding-bottom: 110px;
}

.pad-110 {
	padding: 110px;
}

.pad-left-120 {
	padding-left: 120px;
}

.pad-right-120 {
	padding-right: 120px;
}

.pad-top-120 {
	padding-top: 120px;
}

.pad-bottom-120 {
	padding-bottom: 120px;
}

.pad-120 {
	padding: 120px;
}

.pad-left-130 {
	padding-left: 130px;
}

.pad-right-130 {
	padding-right: 130px;
}

.pad-top-130 {
	padding-top: 130px;
}

.pad-bottom-130 {
	padding-bottom: 130px;
}

.pad-130 {
	padding: 130px;
}

.pad-left-140 {
	padding-left: 140px;
}

.pad-right-140 {
	padding-right: 140px;
}

.pad-top-140 {
	padding-top: 140px;
}

.pad-bottom-140 {
	padding-bottom: 140px;
}

.pad-140 {
	padding: 140px;
}

.pad-left-150 {
	padding-left: 150px;
}

.pad-right-150 {
	padding-right: 150px;
}

.pad-top-150 {
	padding-top: 150px;
}

.pad-bottom-150 {
	padding-bottom: 150px;
}

.pad-150 {
	padding: 150px;
}

.pad-left-200 {
	padding-left: 200px;
}

.pad-right-200 {
	padding-right: 200px;
}

.pad-top-200 {
	padding-top: 200px;
}

.pad-bottom-200 {
	padding-bottom: 200px;
}

.pad-200 {
	padding: 200px;
}

.margin-left-0 {
	margin-left: 0px;
}

.margin-right-0 {
	margin-right: 0px;
}

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

.margin-bottom-0 {
	margin-bottom: 0px;
}

.margin-0 {
	margin: 0px;
}

.margin-left-5 {
	margin-left: 5px;
}

.margin-right-5 {
	margin-right: 5px;
}

.margin-top-5 {
	margin-top: 5px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-5 {
	margin: 5px;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-right-10 {
	margin-right: 10px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-10 {
	margin: 10px;
}

.margin-left-15 {
	margin-left: 15px;
}

.margin-right-15 {
	margin-right: 15px;
}

.margin-top-15 {
	margin-top: 15px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-15 {
	margin: 15px;
}

.margin-left-20 {
	margin-left: 20px;
}

.margin-right-20 {
	margin-right: 20px;
}

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

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-20 {
	margin: 20px;
}

.margin-left-30 {
	margin-left: 30px;
}

.margin-right-30 {
	margin-right: 30px;
}

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

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-30 {
	margin: 30px;
}

.margin-left-35 {
	margin-left: 35px;
}

.margin-right-35 {
	margin-right: 35px;
}

.margin-top-35 {
	margin-top: 35px;
}

.margin-bottom-35 {
	margin-bottom: 35px;
}

.margin-35 {
	margin: 35px;
}

.margin-left-40 {
	margin-left: 40px;
}

.margin-right-40 {
	margin-right: 40px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.margin-40 {
	margin: 40px;
}

.margin-left-50 {
	margin-left: 50px;
}

.margin-right-50 {
	margin-right: 50px;
}

.margin-top-50 {
	margin-top: 50px;
}

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

.margin-50 {
	margin: 50px;
}

.margin-left-60 {
	margin-left: 60px;
}

.margin-right-60 {
	margin-right: 60px;
}

.margin-top-60 {
	margin-top: 60px;
}

.margin-bottom-60 {
	margin-bottom: 60px;
}

.margin-60 {
	margin: 60px;
}

.margin-left-80 {
	margin-left: 80px;
}

.margin-right-80 {
	margin-right: 80px;
}

.margin-top-80 {
	margin-top: 80px;
}

.margin-bottom-80 {
	margin-bottom: 80px;
}

.margin-80 {
	margin: 80px;
}

.margin-left-100 {
	margin-left: 100px;
}

.margin-right-100 {
	margin-right: 100px;
}

.margin-top-100 {
	margin-top: 100px;
}

.margin-bottom-100 {
	margin-bottom: 100px;
}

.margin-100 {
	margin: 100px;
}

.margin-left-110 {
	margin-left: 110px;
}

.margin-right-110 {
	margin-right: 110px;
}

.margin-top-110 {
	margin-top: 110px;
}

.margin-bottom-110 {
	margin-bottom: 110px;
}

.margin-110 {
	margin: 110px;
}

.margin-left-120 {
	margin-left: 120px;
}

.margin-right-120 {
	margin-right: 120px;
}

.margin-top-120 {
	margin-top: 120px;
}

.margin-bottom-120 {
	margin-bottom: 120px;
}

.margin-120 {
	margin: 120px;
}

.margin-left-130 {
	margin-left: 130px;
}

.margin-right-130 {
	margin-right: 130px;
}

.margin-top-130 {
	margin-top: 130px;
}

.margin-bottom-130 {
	margin-bottom: 130px;
}

.margin-130 {
	margin: 130px;
}

.margin-left-140 {
	margin-left: 140px;
}

.margin-right-140 {
	margin-right: 140px;
}

.margin-top-140 {
	margin-top: 140px;
}

.margin-bottom-140 {
	margin-bottom: 140px;
}

.margin-140 {
	margin: 140px;
}

.margin-left-150 {
	margin-left: 150px;
}

.margin-right-150 {
	margin-right: 150px;
}

.margin-top-150 {
	margin-top: 150px;
}

.margin-bottom-150 {
	margin-bottom: 150px;
}

.margin-150 {
	margin: 150px;
}

.margin-left-200 {
	margin-left: 200px;
}

.margin-right-200 {
	margin-right: 200px;
}

.margin-top-200 {
	margin-top: 200px;
}

.margin-bottom-200 {
	margin-bottom: 200px;
}

.margin-200 {
	margin: 200px;
}

.bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-color: #ffffff;
}

.b-lazy {
	opacity: 0;
	transition: opacity 0.35s ease-in-out;
}

.b-loaded {
	opacity: 1;
}

.bg-left {
	background-position: 0% 50%;
}

.bg-right {
	background-position: 100% 50%;
}

.grayscale-image {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.bg-white {
	background-color: #ffffff;
}

.bg-black {
	background-color: #000000;
}

.bg-dark-blue {
	background-color: #000000;
}

.bg-turquoise {
	background-color: #00e7c8;
}

.bg-light-grey {
	background-color: #ebebeb;
}

.bg-dark-grey {
	background-color: #1b1b1b;
}

.bg-mid-grey {
	background-color: #999999;
}

.bg-mild-grey {
	background-color: #83838e;
}

.bg-black-trans {
	background-color: rgba(0, 0, 0, 0.4);
}

.bg-turquoise-trans {
	background-color: rgba(0, 0, 0, 0.4);
}

.bg-turquoise-trans-lighter {
	background-color: rgba(0, 231, 200, 0.2);
}

.bg-yellow-trans {
	background-color: rgba(253, 231, 76, 0.7);
}

.bg-yellow {
	background-color: #fde74c;
}

.bg-brand {
	background-color: #FDE74B;
}

.bg-integrated {
	background-color: #F55e5d;
}

.bg-digital {
	background-color: #F7a6c0;
}

.bg-content {
	background-color: #11b3c3;
}

.circle {
	border-radius: 50%;
}

.vertical-gradient-white {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 34%, white 100%);
}

/*
* 6.Components
* =========================
* Drilling down a bit now, These add a layer of paint to our Objects.
*/

.file-upload-input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	display: none !important;
}

.file-upload-input + label {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 15px 30px;
}

.file-upload + label {
	color: #999999;
	background-color: #ffffff;
	padding: 0;
	text-align: right;
}

.file-upload + label span,
.file-upload + label strong {
	padding: 15px 30px;
}

.file-upload + label span {
	float: left;
	width: 60%;
	text-align: left;
	min-height: 2em;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top;
	font-size: 16px;
	font-size: 0.88889rem;
}

.file-upload + label strong {
	height: 100%;
	color: #ffffff;
	background-color: #000000;
	display: inline-block;
	transition: background-color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	font-size: 16px;
	font-size: 0.88889rem;
}

.file-upload:focus + label strong,
.file-upload.has-focus + label strong,
.file-upload + label:hover strong {
	background-color: #999999;
}

.file-upload-label {
	padding: 15px 20px !important;
}

.input-wrapper input,
.input-wrapper select {
	font-size: 16px;
	font-size: 0.88889rem;
	padding: 15px 20px;
	width: 100%;
}

.wysiwyg p {
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 20px;
}

.wysiwyg li {
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 15px;
}

.wysiwyg ol {
	list-style-type: decimal;
	list-style-position: inside;
}

.wysiwyg ul {
	padding-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
}

.wysiwyg a {
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	background-color: rgba(0, 231, 200, 0.2);
	padding: 0px 5px;
}

.wysiwyg a:hover {
	background-color: #000000;
	color: #ffffff;
	padding: 5px 5px;
}

.wysiwyg a[rel~="attachment"] {
	transition: none;
	background-color: transparent;
	padding: 0;
}

.wysiwyg a[rel~="attachment"]:hover {
	background-color: transparent;
	color: none;
	padding: 0;
}

.wysiwyg-intro p {
	margin-bottom: 0;
}

.wysiwyg-no-margin p {
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.wysiwyg-margin-10 p {
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 10px;
}

.wysiwyg-pad-right-20 p {
	padding-right: 20px;
}

.button {
	font-family: "TT-Norms-bold", "Helvetica", "Arial", sans-serif;
}

.button * {
	font-family: "TT-Norms-bold", "Helvetica", "Arial", sans-serif;
}

.button-small {
	padding: 5px 10px;
}

.button-medium {
	padding: 10px 20px;
}

.button-large {
	padding: 15px 30px;
}

.button-bounce {
	-webkit-transform-origin: .5 .5;
	transform-origin: .5 .5;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	transition: -webkit-transform 0.25s cubic-bezier(0.61, 0.09, 0.35, 1.42);
	transition: transform 0.25s cubic-bezier(0.61, 0.09, 0.35, 1.42);
	transition: transform 0.25s cubic-bezier(0.61, 0.09, 0.35, 1.42), -webkit-transform 0.25s cubic-bezier(0.61, 0.09, 0.35, 1.42);
}

.button-bounce:active {
	-webkit-transform: scale3d(0.9, 0.9, 1);
	transform: scale3d(0.9, 0.9, 1);
}

.play-button {
	text-align: center;
	background: #000000;
	color: #ffffff;
	border-radius: 50%;
	height: 185px;
	width: 185px;
	line-height: 185px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.65s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.65s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.65s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	font-family: "TT-Norms", "Helvetica", "Arial", sans-serif;
}

.play-button:hover {
	background-color: #999999;
}

.play-button:active {
	-webkit-transform: translate(-50%, -50%) scale3d(0.9, 0.9, 1);
	transform: translate(-50%, -50%) scale3d(0.9, 0.9, 1);
}

.play-button.isActive {
	opacity: 1;
	visibility: visible;
}

.slider-button {
	background: #000000;
	height: 55px;
	width: 55px;
	line-height: 40px;
	transition: opacity 0.65s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.65s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.65s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slider-button:hover {
	background-color: #999999;
}

.slider-button:active {
	-webkit-transform: translate3d(0, -50%, 0) scale3d(0.9, 0.9, 1);
	transform: translate3d(0, -50%, 0) scale3d(0.9, 0.9, 1);
}

.envelope-button-wrap {
	left: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	background-color: #00e7c8;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	cursor: pointer;
	box-shadow: 5px 5px 20px -7px rgba(0, 0, 0, 0.5);
}

.envelope-button-wrap:hover {
	background: #000000;
}

.envelope-button-wrap:hover .envelope-button-tooltip {
	right: -220%;
	opacity: 1;
	visibility: visible;
}

.envelope-button {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 6;
}

.envelope-button svg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.envelope-button-tooltip {
	position: absolute;
	top: 0;
	right: -160%;
	width: 200%;
	background: #00e7c8;
	color: #ffffff;
	text-align: center;
	padding: 8px 5px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	z-index: 5;
}

.envelope-button-tooltip:hover {
	background: #000000;
}

.block-button {
	text-align: center;
	padding: 20px;
	color: #ffffff;
	background: #000000;
}

.block-button:hover {
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	background: #999999;
}

.block-button--neg {
	background: #999999;
}

.block-button--neg:hover {
	background: #ffffff;
	color: #000000;
}

.block-button--bold {
	font-weight: bold;
	font-family: "TT-Norms-bold", "Helvetica", "Arial", sans-serif;
}

.full-width-banner-hero {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.banner-controls {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 20px;
}

.banner-heading,
.banner-heading p {
	line-height: 4.44444rem;
}

.work-small-headline {
	font-weight: 100;
	letter-spacing: 0px;
	-webkit-font-smoothing: antialiased;
}

.banner-subline {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 10px 20px;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.banner-subline:hover {
	background-color: #000000;
	color: #ffffff;
}

.breadcrumbs {
	margin-top: 20px;
	margin-bottom: 20px;
}

.breadcrumbs span {
	color: #999999;
}

.breadcrumbs a {
	color: #000000;
}

.third-pod:nth-of-type(odd) {
	padding-left: 7px;
	padding-right: 7px;
}

.third-pod:nth-of-type(even) {
	padding-left: 7px;
	padding-right: 7px;
}

.half-pod:nth-of-type(odd) {
	padding-right: 10px;
}

.half-pod:nth-of-type(even) {
	padding-left: 10px;
}

.logo,
.logo-wrap {
	width: 175px;
	height: 40px;
}

.mobile-logo {
	width: 50px;
	height: 45px;
}

.footer-right {
	height: 100%;
}

.secondary-footer-menu {
	position: absolute;
	bottom: 40px;
	left: 20px;
}

.newsletter-toggle.isActive .envelope-button-wrap {
	background: #000000;
}

.newsletter-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
	opacity: 0;
	visibility: hidden;
	z-index: 50;
}

.newsletter-overlay .close {
	position: absolute;
	right: 15px;
	top: 10px;
}

.newsletter-overlay .newsletter-panel-wrap {
	width: 100%;
	max-width: 600px;
	position: relative;
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	transition: -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition-delay: 0.35s;
}

.newsletter-overlay.isActive {
	visibility: visible;
	opacity: 1;
}

.newsletter-overlay.isActive .newsletter-panel-wrap {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.newsletter-panel {
	z-index: 2;
	width: 100%;
	position: relative;
}

.newsletter-backing {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transform: translate(10px, 10px);
	transform: translate(10px, 10px);
}

.footer-logo svg {
	height: 50px;
}

.ipa-logo {
	width: 80px;
}

.wirehive-logo {
	width: 90px;
}

.rar-logo {
	width: 80px;
}

.amin-footer-logo {
	width: 190px;
}

.footer-social-links li {
	padding: 8px 0;
}

.footer-social-links .social-icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
}

.footer-social-links .social-icon svg {
	width: 32px;
	height: 32px;
}

.footer-social-links .social-icon.linkedin {
	top: -5px;
}

.newsletter-signup .gform_confirmation_message {
	color: #ffffff;
}

.footer-logos svg {
	position: relative;
	transition: all 0.3s ease;
	bottom: 0px;
}

.footer-logos svg:hover {
	bottom: 5px;
}

.approach-bar {
	z-index: 40;
	transition: top 0.35s;
}

.approach-bar .active a {
	font-family: "TT-Norms-bold", "Helvetica", "Arial", sans-serif;
}

.approach-bar-item {
	padding: 5px 15px;
	border-bottom: 2px solid transparent;
	transition: border-color 0.35s;
}

.approach-bar-item:hover {
	border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}

.full-overlay {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.full-overlay.isActive {
	opacity: 1;
	visibility: visible;
}

.overlay-video-wrap {
	width: 100%;
	max-width: 1415px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.overlay-video {
	width: 100%;
}

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

.iframe-video iframe {
	width: 100%;
	height: 100%;
}

.video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-button-hover:hover .play-button {
	background: #000000;
}

.placeholder-img {
	opacity: 1;
	visibility: visible;
	transition: opacity 1s ease;
	z-index: 1;
}

.placeholder-img.isHidden {
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s 2s, opacity 1s ease;
}

.play-video-wrap {
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.65s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.play-video-wrap.isActive {
	visibility: visible;
	opacity: 1;
}

.approach-pod-subtitle {
	line-height: 2rem;
	padding: 0 20px;
	display: inline-block;
}

.what-we-do-pod-button {
	background: #000000;
	color: #ffffff;
	transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.what-we-do-pod-button:hover {
	background-color: #999999;
}

.what-we-do-pod-button-text {
	margin-bottom: 18px;
}

.approach-pod-brand {
	background-color: #FDE74B;
	transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.approach-pod-brand:hover {
	background-color: #000000;
	color: #ffffff;
}

.approach-pod-integrated {
	background-color: #F55e5d;
	transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.approach-pod-integrated:hover {
	background-color: #000000;
	color: #ffffff;
}

.approach-pod-digital {
	background-color: #F7a6c0;
	transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.approach-pod-digital:hover {
	background-color: #000000;
	color: #ffffff;
}

.approach-pod-content {
	background-color: #11b3c3;
	transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.approach-pod-content:hover {
	background-color: #000000;
	color: #ffffff;
}

.service-pod {
	visibility: visible;
	width: calc(33.33% - 30px);
	margin-bottom: 30px;
}

.service-pod-hover {
	background: #000000;
	color: #ffffff;
	transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.service-pod-hover:hover {
	background-color: #999999;
}

.service-item-link-wrap:nth-child(3n + 1) {
	clear: both;
}

.service-item-wrap {
	position: relative;
}

.service-item-description {
	transition: all 0.35s;
}

.service-item-wrap.brand:hover .service-item-description {
	color: #FDE74B;
}

.service-item-wrap.integrated:hover .service-item-description {
	color: #F55e5d;
}

.service-item-wrap.digital:hover .service-item-description {
	color: #F7a6c0;
}

.service-item-wrap.content:hover .service-item-description {
	color: #11b3c3;
}

.service-item-icon {
	padding-bottom: 20px;
	-webkit-animation-name: bob;
	animation-name: bob;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-timing-function: cubic-bezier(0.61, 0.09, 0.35, 1.42);
	animation-timing-function: cubic-bezier(0.61, 0.09, 0.35, 1.42);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.service-item-icon img {
	width: 100px;
}

.service-item-icon svg {
	width: 100px;
	height: 100px;
}

.service-item-icon svg path {
	transition: all 0.35s;
}

.services-grid .service-item-link-wrap:nth-child(1) .service-item-icon {
	-webkit-animation-duration: 4.84s;
	animation-duration: 4.84s;
}

.services-grid .service-item-link-wrap:nth-child(2) .service-item-icon {
	-webkit-animation-duration: 8.37s;
	animation-duration: 8.37s;
}

.services-grid .service-item-link-wrap:nth-child(3) .service-item-icon {
	-webkit-animation-duration: 11.18s;
	animation-duration: 11.18s;
}

.services-grid .service-item-link-wrap:nth-child(4) .service-item-icon {
	-webkit-animation-duration: 11.31s;
	animation-duration: 11.31s;
}

.services-grid .service-item-link-wrap:nth-child(5) .service-item-icon {
	-webkit-animation-duration: 5.15s;
	animation-duration: 5.15s;
}

.services-grid .service-item-link-wrap:nth-child(6) .service-item-icon {
	-webkit-animation-duration: 7.96s;
	animation-duration: 7.96s;
}

.services-grid .service-item-link-wrap:nth-child(7) .service-item-icon {
	-webkit-animation-duration: 3.66s;
	animation-duration: 3.66s;
}

.services-grid .service-item-link-wrap:nth-child(8) .service-item-icon {
	-webkit-animation-duration: 11.38s;
	animation-duration: 11.38s;
}

.services-grid .service-item-link-wrap:nth-child(9) .service-item-icon {
	-webkit-animation-duration: 4.9s;
	animation-duration: 4.9s;
}

.services-grid .service-item-link-wrap:nth-child(10) .service-item-icon {
	-webkit-animation-duration: 12.7s;
	animation-duration: 12.7s;
}

.services-grid .service-item-link-wrap:nth-child(11) .service-item-icon {
	-webkit-animation-duration: 8.28s;
	animation-duration: 8.28s;
}

.pointer {
	cursor: pointer;
}

.pointer-none {
	pointer-events: none;
}

.back-link-hover {
	background: rgba(0, 231, 200, 0.2);
	transition: all 0.35s cubic-bezier(0.61, 0.09, 0.35, 1.42);
	padding: 0 5px;
}

.back-link-hover:hover {
	background: #000000;
	padding: 5px 5px;
}

.turquoise-hover {
	background-color: #ffffff;
	color: #000000;
}

.turquoise-hover .turquoise-overlay {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.4);
	transition: all 0.2s ease;
}

.turquoise-hover .grayscale {
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.turquoise-hover .approach-team-pod {
	opacity: 0;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.turquoise-hover .approach-team-pod p {
	color: #000000;
}

.turquoise-hover:hover .share-button {
	color: #000000;
}

.turquoise-hover.active-hover .share-button {
	color: #ffffff;
}

.turquoise-hover:hover,
.turquoise-hover.active-hover {
	background-color: #000000;
	color: #ffffff;
}

.turquoise-hover:hover .approach-team-pod,
.turquoise-hover.active-hover .approach-team-pod {
	opacity: 1;
}

.turquoise-hover:hover .approach-team-pod p,
.turquoise-hover.active-hover .approach-team-pod p {
	color: #000000;
}

.turquoise-hover:hover .turquoise-overlay,
.turquoise-hover.active-hover .turquoise-overlay {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 1;
	height: 100%;
}

.turquoise-hover:hover .grayscale,
.turquoise-hover.active-hover .grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='gray'><feColorMatrix in='SourceGraphic' type='saturate' values='0' /></filter></svg>#gray");
	-webkit-filter: grayscale(1) contrast(120%);
	filter: grayscale(1) contrast(120%);
}

.turquoise-hover:hover .blog-pod-text,
.turquoise-hover.active-hover .blog-pod-text {
	background: white;
	color: black;
	text-decoration: underline;
}

.turquoise-hover svg {
	fill: #000000;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.listing-pod-hover .media-wrap {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='gray'><feColorMatrix in='SourceGraphic' type='saturate' values='0' /></filter></svg>#gray");
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.listing-pod-hover .listing-pod-content,
.listing-pod-hover .services-pod-content,
.listing-pod-hover .media-wrap {
	transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.listing-pod-hover svg {
	fill: #000000;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.listing-pod-hover:hover .media-wrap {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.listing-pod-hover:hover .listing-pod-content {
	text-decoration: underline;
}

.listing-pod-hover:hover .services-pod-content {
	background-color: #000000;
	color: #ffffff;
}

.listing-pod-hover:hover svg {
	fill: #ffffff;
}

.grayscale-hover {
	transition: -webkit-filter 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: filter 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: filter 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-filter 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='gray'><feColorMatrix in='SourceGraphic' type='saturate' values='0' /></filter></svg>#gray");
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.grayscale-hover:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.grayscale-inverse-hover {
	transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-filter 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), filter 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), filter 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-filter 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.grayscale-inverse-hover:hover {
	color: #ffffff;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.white-blue-hover {
	color: #000000;
	background-color: #ffffff;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.white-blue-hover:hover {
	color: #ffffff;
	background-color: #000000;
}

.turquoise-trans-lighter-blue-hover {
	background-color: rgba(0, 231, 200, 0.2);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.turquoise-trans-lighter-blue-hover:hover {
	color: #ffffff;
	background-color: #000000;
}

.blue-white-hover {
	color: #ffffff;
	background-color: #000000;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.blue-white-hover:hover {
	color: #000000;
	background-color: #ffffff;
}

.fill-white-hover svg {
	fill: #000000;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.fill-white-hover:hover svg {
	fill: #ffffff;
}

.fill-dark-blue-hover svg {
	fill: #ffffff;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.fill-dark-blue-hover svg * {
	fill: #ffffff;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.fill-dark-blue-hover:hover svg {
	fill: #000000;
}

.fill-dark-blue-hover:hover svg * {
	fill: #000000;
}

.opacity-hover-60 {
	opacity: 0.6;
	transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-backface-visibility: hidden;
}

.opacity-hover-60:hover {
	opacity: 1;
}

.white-hover {
	transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.white-hover:hover {
	color: #ffffff;
}

.turquoise-colour-hover {
	transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.turquoise-colour-hover:hover {
	color: #00e7c8;
}

.blue-turquoise-hover {
	color: #000000;
	transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.blue-turquoise-hover:hover {
	color: #00e7c8;
}

.bg-white-blue-hover {
	transition: background-color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.bg-white-blue-hover:hover {
	background-color: #ffffff !important;
}

.bg-white-blue-hover:hover {
	color: #000000 !important;
}

.bg-blue-hover {
	transition: background-color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.bg-blue-hover:hover {
	background-color: #000000 !important;
}

.bg-white-hover {
	transition: background-color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.bg-white-hover:hover {
	background-color: #ffffff !important;
}

.grey-darkgrey-hover {
	background-color: #83838e;
	transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.grey-darkgrey-hover:hover {
	background-color: #6a6a74;
}

.bg-brand-hover {
	transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.bg-brand-hover:hover {
	background-color: #fde432;
}

.bg-integrated-hover {
	transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.bg-integrated-hover:hover {
	background-color: #f33d3b;
}

.bg-digital-hover {
	transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.bg-digital-hover:hover {
	background-color: #f3779f;
}

.bg-content-hover {
	transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.bg-content-hover:hover {
	background-color: #0d8894;
}

.post-tag-list {
	position: relative;
	top: -2px;
	transition: -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
}

.post-tag-list.isVisible {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

/*
* 7.Theme
* =========================
* Use this for pretty specific styles.
*/

.menu .menu-item {
	bottom: 0px;
	padding-bottom: 0px;
	position: relative;
	transition: all 0.3s ease;
}

.menu .menu-item:last-child {
	padding-right: 0;
}

.menu .menu-item:hover {
	bottom: 5px;
	padding-bottom: 5px;
}

.fixed-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
	padding-top: 60px;
	transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	transition: transform 0.35s, -webkit-transform 0.35s;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.fixed-header.show {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mobile-menu {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.65s ease;
}

.mobile-menu .menu-item-wrap {
	opacity: 0;
	transition-property: opacity;
}

.mobile-menu .menu-item {
	transition: background-color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	display: list-item;
}

.mobile-menu .menu-item:active {
	background-color: #00e7c8;
}

.mobile-menu .menu-item:active.current-menu-item {
	color: #ffffff;
}

.mobile-menu .current-menu-item {
	color: #00e7c8;
}

.mobile-menu-trigger {
	padding-top: 12px;
}

.mobile-logo {
	transition: fill 0.35s cubic-bezier(0.61, 0.09, 0.35, 1.42);
}

.current-menu-item {
	font-family: "TT-Norms-bold", "Helvetica", "Arial", sans-serif;
}

.burger-icon {
	width: 30px;
	height: 20px;
	position: relative;
}

.burger-line {
	width: 100%;
	height: 2px;
	background-color: #000000;
	position: absolute;
	left: 0;
	transition: color 0.35s cubic-bezier(0.61, 0.09, 0.35, 1.42);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.burger-line.first {
	top: 0;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.burger-line.middle {
	top: 50%;
	margin-top: -1px;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.burger-line.last {
	bottom: 0;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.mobile-menu-isActive .mobile-menu {
	transition-delay: 0.3s;
	left: 0%;
}

.mobile-menu-isActive .mobile-menu .menu-item-wrap:nth-child(1) {
	-webkit-animation: fadeIn 0.6s normal forwards;
	animation: fadeIn 0.6s normal forwards;
}

.mobile-menu-isActive .mobile-menu .menu-item-wrap:nth-child(2) {
	-webkit-animation: fadeIn 0.9s normal forwards;
	animation: fadeIn 0.9s normal forwards;
}

.mobile-menu-isActive .mobile-menu .menu-item-wrap:nth-child(3) {
	-webkit-animation: fadeIn 1.2s normal forwards;
	animation: fadeIn 1.2s normal forwards;
}

.mobile-menu-isActive .mobile-menu .menu-item-wrap:nth-child(4) {
	-webkit-animation: fadeIn 1.5s normal forwards;
	animation: fadeIn 1.5s normal forwards;
}

.mobile-menu-isActive .mobile-menu .menu-item-wrap:nth-child(5) {
	-webkit-animation: fadeIn 1.7s normal forwards;
	animation: fadeIn 1.7s normal forwards;
}

.mobile-menu-isActive .mobile-menu .menu-item-wrap:nth-child(6) {
	-webkit-animation: fadeIn 2s normal forwards;
	animation: fadeIn 2s normal forwards;
}

.mobile-menu-isActive .mobile-menu .menu-item-wrap:nth-child(7) {
	-webkit-animation: fadeIn 2.3s normal forwards;
	animation: fadeIn 2.3s normal forwards;
}

.mobile-menu-isActive .mobile-menu .menu-item-wrap:nth-child(8) {
	-webkit-animation: fadeIn 2.6s normal forwards;
	animation: fadeIn 2.6s normal forwards;
}

.mobile-menu-isActive .mobile-menu .menu-item-wrap:nth-child(9) {
	-webkit-animation: fadeIn 2.9s normal forwards;
	animation: fadeIn 2.9s normal forwards;
}

.mobile-menu-isActive .mobile-menu .menu-item-wrap:nth-child(10) {
	-webkit-animation: fadeIn 3.2s normal forwards;
	animation: fadeIn 3.2s normal forwards;
}

.mobile-menu-isActive .burger-line {
	background-color: #ffffff;
}

.mobile-menu-isActive .burger-line.first {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 4px;
	width: 90%;
}

.mobile-menu-isActive .burger-line.middle {
	width: 0%;
	opacity: 0;
}

.mobile-menu-isActive .burger-line.last {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 4px;
	width: 90%;
}

/* Landscape */

.post-content {
	margin-bottom: 40px;
}

.post-content .article-image {
	width: 100%;
	margin-bottom: 20px;
}

.quote-text {
	width: 90%;
	margin-left: 0;
	margin-right: auto;
	text-align: left;
	margin-bottom: 0px !important;
}

.embed-container {
	position: relative;
	padding-top: 56.25%;
	margin-bottom: 20px;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

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

.flex {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: flex-end;
	height: 100%;
}

.cookie-bar {
	display: none;
	bottom: 0;
	position: fixed;
	z-index: 150;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+ (document.documentElement.clientHeight-this.offsetHeight)));
	height: auto;
	padding: 10px 0;
	background-color: #000000;
	color: #fff;
	width: 100%;
}

.cookie-bar a {
	text-decoration: underline;
}

.cookie-bar .accept a {
	background-color: #999999;
	color: #ffffff;
	padding: 10px;
	text-decoration: none;
	width: 200px;
	transition: all 0.3s ease;
}

.cookie-bar .accept a:hover {
	color: #000000;
	background-color: #ffffff;
}

.cookie-bar .copy {
	width: 85%;
	margin-right: auto;
}

.alert-banner {
	display: block;
	top: 0;
	position: fixed;
	z-index: 150;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+ (document.documentElement.clientHeight-this.offsetHeight)));
	height: auto;
	padding: 10px 0;
	background-color: #FDE74B;
	color: #000;
	width: 100%;
}

.alert-banner a {
	text-decoration: underline;
}

.alert-banner .accept a {
	padding: 10px;
	text-decoration: none;
	width: 200px;
	transition: all 0.3s ease;
}

.alert-banner .accept a:hover {
	background-color: #000000;
}

.alert-banner .copy {
	width: 100%;
	margin-right: auto;
	text-align: center;
}

.apply-sidebar {
	background-color: #ebebeb;
	padding-left: 15px;
	padding-right: 10px;
}

.ipa-logo {
	max-width: 100px;
	float: right;
}

.careers-form {
	max-height: 0px;
	height: auto;
	overflow: hidden;
	transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.careers-form-active {
	max-height: 1200px;
}

.career-form-button {
	opacity: 1;
	visibility: visible;
	transition: all 0.35s;
}

.career-form-button.isHidden {
	opacity: 0;
	visibility: hidden;
	transition-delay: 0.45s;
}

.contact-info p {
	margin-bottom: 0;
}

.home-banner {
	height: 0px;
	overflow: hidden;
	padding-bottom: 56.25%;
}

.grey-bar-right::after,
.dark-grey-bar-right::after {
	content: " ";
	width: 33.3333%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.grey-bar-right::after {
	background-color: #ebebeb;
}

.dark-grey-bar-right::after {
	background-color: #1b1b1b;
}

.extended-third {
	width: calc(((100vw - 1410px) / 2) + 100%);
}

.share-button {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.share-button.isActive {
	background-color: #000000;
	color: #ffffff;
}

.blog-share {
	color: #ffffff;
	background: #000000;
	padding-bottom: 112.5%;
	position: relative;
	overflow: hidden;
}

.blog-share .blog-share-track {
	width: 200%;
	height: 100%;
	position: absolute;
	transition: -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.blog-share .blog-share-panel {
	height: 100%;
	width: 50%;
	float: left;
	position: relative;
}

.blog-share.blog-share-slim {
	padding: 0;
	height: 70px;
	margin-bottom: 40px;
}

.blog-share.blog-share-slim:hover .blog-share-track {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.blog-share.blog-share-mid {
	padding: 0;
	height: 100px;
	margin-bottom: 40px;
}

.blog-share.blog-share-mid:hover .blog-share-track {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.blog-share.blog-share-active .blog-share-track {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.blog-share.blog-share-active .blog-share-panel {
	background-color: #000000;
}

.blog-share-panel .newsletter-signup {
	max-width: 450px;
	margin: 0 auto;
	text-align: left;
}

.blog-share-panel .newsletter-signup input[type="text"] {
	color: #666666;
}

.subscribe-icon {
	width: 40px;
	height: 40px;
	position: relative;
}

.subscribe-icon svg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.blog-sidebar {
	height: 100%;
}

.pod-icon-row {
	text-align: center;
	position: absolute;
	width: 100%;
	max-height: 35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pod-icon-row .icon {
	width: 45px;
	height: 35px;
	display: inline-block;
}

.pod-icon-row .icon svg {
	width: 100%;
	height: 100%;
}

.pod-icon-row.translate-from-right {
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
	transition: -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.pod-icon-row.translate-from-right.isActive {
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.related-article {
	margin-bottom: 25px;
}

.related-article .post-tag-list li {
	font-size: 14px;
}

.related-article-content p {
	line-height: 1.25rem;
}

.blog-tag-icon {
	position: relative;
	height: 24px;
	width: 24px;
}

.blog-tag-icon svg {
	position: absolute;
	width: 100%;
	height: 100%;
	fill: #00e7c8;
}

.blog-tag-icon p {
	position: absolute;
	opacity: 0;
	transition: 0.5s;
	-webkit-transform: translate3d(0);
	transform: translate3d(0);
	transition-property: left, opacity;
}

.blog-tag-icon.isActive p {
	opacity: 1;
	left: 30px;
}

.featured-term {
	font-size: 0.88889rem;
}

.featured-term:hover {
	color: #00e7c8;
	transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.archive-button {
	position: absolute;
	bottom: 20px;
	width: calc(100% - 20px);
	left: 20px;
}

.absolute-centered {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -65px;
	margin-top: -65px;
}

.vacancies-list {
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.vacancies-list::-webkit-scrollbar {
	display: none;
}

.intern-carousel.slick-initialized .slick-slide {
	display: table;
	outline: none;
}

.intern-info {
	height: auto;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.35s cubic-bezier(0.61, 0.09, 0.35, 1.42);
}

.intern-info.isActive {
	max-height: 1000px;
}

.square::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.contact-header .contact-header-paragraph {
	line-height: 1.5;
}

.contact-header .contact-header-paragraph .gform_wrapper {
	background-color: #ebebeb;
	padding: 3em 1em;
}

.contact-header .contact-header-paragraph .gform_wrapper form {
	width: 80%;
	margin: auto;
}

.contact-header .contact-header-paragraph .gform_wrapper form ul {
	list-style-type: none;
}

.contact-header .contact-header-paragraph .gform_wrapper form ul input,
.contact-header .contact-header-paragraph .gform_wrapper form ul textarea {
	width: 100%;
	padding: 15px 20px;
	border: none;
}

.contact-header .contact-header-paragraph .gform_wrapper form ul input::-webkit-input-placeholder,
.contact-header .contact-header-paragraph .gform_wrapper form ul textarea::-webkit-input-placeholder {
	color: #999999;
}

.contact-header .contact-header-paragraph .gform_wrapper form ul input:-ms-input-placeholder,
.contact-header .contact-header-paragraph .gform_wrapper form ul textarea:-ms-input-placeholder {
	color: #999999;
}

.contact-header .contact-header-paragraph .gform_wrapper form ul input::-ms-input-placeholder,
.contact-header .contact-header-paragraph .gform_wrapper form ul textarea::-ms-input-placeholder {
	color: #999999;
}

.contact-header .contact-header-paragraph .gform_wrapper form ul input::placeholder,
.contact-header .contact-header-paragraph .gform_wrapper form ul textarea::placeholder {
	color: #999999;
}

.contact-header .contact-header-paragraph .gform_wrapper form ul textarea {
	height: 170px;
}

.contact-header .contact-header-paragraph .gform_wrapper form ul .gfield_label {
	display: none;
}

.contact-header .contact-header-paragraph .gform_wrapper form input[type="submit"] {
	background-color: #000000;
	transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	color: #ffffff;
	font-size: 30px;
	font-size: 1.66667rem;
	line-height: 2.22222rem;
	font-family: "TT-Norms-bold", "Helvetica", "Arial", sans-serif;
	margin-top: 20px;
	padding: 15px 20px;
	width: 60%;
}

.contact-header .contact-header-paragraph .gform_wrapper form input[type="submit"]:hover {
	background-color: #999999;
}

.contact-header .contact-header-paragraph .gform_wrapper form input[type="submit"] .button-large {
	padding: 15px 30px;
}

.contact-pods-container {
	margin-bottom: 100px;
}

.map-pod {
	position: relative;
	height: 100%;
}

.map-pod .map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.approach-wrap {
	padding-top: 92px;
}

.approach-content p {
	font-size: inherit;
	line-height: inherit;
}

.approach-content ol {
	list-style-type: decimal;
	list-style-position: inside;
}

.approach-content ol li {
	font-size: 30px;
	font-size: 1.66667rem;
	line-height: 2.22222rem;
}

.approach-team-desktop {
	display: block;
}

.awards-pod {
	width: 25%;
}

.awards-pod img {
	max-height: 90px;
}

.amin-logo {
	width: 300px;
}

.services-list {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.services-list a {
	text-decoration: underline;
	transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.approach-back {
	right: 20px;
	top: 0;
	line-height: 50px;
}

.services-h1 {
	font-size: 100px;
	font-size: 5.55556rem;
	line-height: 6.11111rem;
}

.services-content {
	padding: 100px 0;
}

.services-header {
	background: #000000;
	background-size: cover;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 750px;
}

.services-header-heading {
	width: 80%;
}

.services-header-back {
	right: 50px;
	top: 50px;
}

.half-text-section-content:first-child {
	padding-right: 75px;
}

.half-text-section-content:last-child {
	padding-left: 75px;
}

.impact-section-title {
	font-size: 30px;
	font-size: 1.66667rem;
	line-height: 3.33333rem;
	padding-bottom: 50px;
}

.work-carousel .slick-slide {
	outline: none;
}

.work-slider-carets {
	width: 25px;
	height: 25px;
	fill: #ffffff;
	margin-top: 10px;
}

.work-slider-arrow-left,
.work-slider-arrow-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.work-slider-arrow-left {
	left: 20px;
}

.work-slider-arrow-right {
	right: 20px;
}

.work-slider-left-caret {
	margin-right: 5px;
}

.work-slider-right-caret {
	margin-left: 5px;
}

.half-text-section-title {
	font-size: 30px;
	font-size: 1.66667rem;
}

.single-work-header-container .title-text {
	font-weight: 400;
}

.back-link {
	position: absolute;
	bottom: 50px;
	right: 0;
}

.clients-title {
	letter-spacing: 2px;
}

.client-heading {
	font-size: 60px;
	font-size: 3.33333rem;
	line-height: 3.88889rem;
}

.clients-rar-logo {
	position: absolute;
	bottom: 5%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 200px;
}

.clients-logo-block {
	padding-bottom: 60px;
	padding-top: 60px;
	display: flex;
	flex-wrap: wrap;
}

.clients-section-pod {
	width: 20%;
	padding: 0 10px;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.clients-section-pod img {
	max-width: 125px;
	transition: all 0.3s ease;
	-webkit-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
}

.clients-section-pod:hover img {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.team-blocks {
	margin-bottom: 60px;
}

.team-blocks .team-wrap {
	width: 25%;
	float: left;
}

.team-blocks .team-wrap .team-member {
	margin: 5px;
	overflow: hidden;
	height: 450px;
	position: relative;
}

.team-blocks .team-wrap .team-member .team-content {
	opacity: 0;
	position: absolute;
	bottom: 0px;
	transition: all 0.3s ease;
	width: 100%;
}

.team-blocks .team-wrap .team-member .team-content span {
	width: 100%;
	text-align: center;
	clear: both;
	display: block;
	color: #ffffff;
	line-height: 20px;
	text-shadow: 1px 1px #6f5959;
}

.team-blocks .team-wrap .team-member .team-content span.name {
	font-size: 18px;
	font-weight: bold;
}

.team-blocks .team-wrap .team-member .team-content span.job {
	font-size: 16px;
}

.team-blocks .team-wrap .team-member .linkedin {
	opacity: 0;
	width: 40px;
	position: absolute;
	right: 10px;
	top: 0px;
	height: 40px;
	transition: all 0.3s ease;
}

.team-blocks .team-wrap .team-member .linkedin svg {
	width: 100%;
	height: 100%;
}

.team-blocks .team-wrap .team-member .linkedin svg use {
	fill: #ffffff;
}

.team-blocks .team-wrap .team-member:hover .team-content {
	opacity: 1;
	bottom: 20px;
}

.team-blocks .team-wrap .team-member:hover .linkedin {
	opacity: 1;
	top: 10px;
}

.hub-header h1 span {
	display: inline-block;
	width: 100%;
	clear: both;
}

.hub-header h1 span svg {
	height: 40px;
	width: 60px;
}

/*
* 8.Trumps
* =========================
* Use this to trump everything, similiar to our normal shame.css.
* Here we put important rules and super specific utility functions.
*/

.touch-icon {
	display: none !important;
}

.is-touch .turquoise-hover {
	color: #000000;
	background-color: initial;
}

.is-touch .turquoise-hover .blog-pod-text {
	background-color: #ffffff;
	padding-left: 0;
}

.is-touch .turquoise-hover svg {
	fill: #ffffff;
}

.is-touch .turquoise-hover svg * {
	fill: #ffffff;
}

.is-touch .turquoise-hover:hover .turquoise-overlay {
	display: none;
}

.is-touch .turquoise-hover:hover .grayscale {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.is-touch .turquoise-hover:hover svg {
	fill: #ffffff;
}

.is-touch .turquoise-hover.active-hover .turquoise-overlay {
	display: block;
}

.is-touch .turquoise-hover.active-hover .grayscale {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.is-touch .listing-pod-hover:hover .listing-pod-content {
	background-color: inherit;
	color: #000000;
	padding: 0px;
	padding-top: 10px;
	padding-left: 0px;
}

.is-touch .listing-pod-hover:hover .services-pod-content,
.is-touch .listing-pod-hover:hover .work-pod-inner {
	background-color: inherit;
	color: #000000;
}

.is-touch .listing-pod-hover:hover .media-wrap {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.is-touch .listing-pod-hover:hover svg {
	fill: #00e7c8;
}

.is-touch .bg-turquoise:hover,
.is-touch .slider-button:hover {
	background-color: #00e7c8 !important;
}

.is-touch .blog-share-active {
	background-color: #000000;
}

.is-touch .blog-share-active .blog-share-track {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.is-touch .approach-pod-brand {
	transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.is-touch .approach-pod-brand:hover {
	background-color: #ebebeb;
}

.is-touch .approach-pod-integrated {
	transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.is-touch .approach-pod-integrated:hover {
	background-color: #ebebeb;
}

.is-touch .approach-pod-digital {
	transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.is-touch .approach-pod-digital:hover {
	background-color: #ebebeb;
}

.is-touch .approach-pod-content {
	transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.is-touch .approach-pod-content:hover {
	background-color: #ebebeb;
}

.is-touch .non-touch-icon {
	display: none;
}

.is-touch .touch-icon {
	display: block !important;
}

.is-touch .carousel-touch-icons {
	width: 50px;
	height: 50px;
	fill: #ffffff;
}

.is-touch .white-blue-hover:hover {
	color: #000000;
	background-color: #ffffff;
}

.is-touch .blue-white-hover:hover {
	color: #ffffff;
	background-color: #000000;
}

.is-touch .directions-link {
	color: #00e7c8;
}

.is-touch .play-button,
.is-touch .placeholder-img {
	display: none;
}

.input-wrapper .hidden_sub_label {
	display: none;
}

.input-wrapper .hidden_label .gfield_label {
	display: none;
}

.input-wrapper .gform_title,
.input-wrapper .gform_validation_container {
	display: none;
}

.input-wrapper .gform_footer .gform_button,
.input-wrapper .gform_footer .gform_next_button,
.input-wrapper .gform_page_footer .gform_button,
.input-wrapper .gform_page_footer .gform_next_button {
	background-color: #83838e;
	transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	color: #ebebeb;
	font-size: 30px;
	font-size: 1.66667rem;
	line-height: 2.22222rem;
	font-family: "TT-Norms-bold", "Helvetica", "Arial", sans-serif;
	margin-top: 40px;
}

.input-wrapper .gform_footer .gform_button:hover,
.input-wrapper .gform_footer .gform_next_button:hover,
.input-wrapper .gform_page_footer .gform_button:hover,
.input-wrapper .gform_page_footer .gform_next_button:hover {
	background-color: #6a6a74;
}

.input-wrapper .gform_footer .gform_button .button-large,
.input-wrapper .gform_footer .gform_next_button .button-large,
.input-wrapper .gform_page_footer .gform_button .button-large,
.input-wrapper .gform_page_footer .gform_next_button .button-large {
	padding: 15px 30px;
}

.validation_error,
.validation_message {
	color: #d05353;
	margin-bottom: 15px;
	padding-left: 5px;
}

.newsletter-signup .gfield_label,
.newsletter-signup .gform_heading {
	display: none;
}

.newsletter-signup .gform_body,
.newsletter-signup .gform_footer {
	float: left;
}

.newsletter-signup .gform_body {
	width: calc(100% - 150px);
}

.newsletter-signup .gform_footer {
	width: 150px;
}

.newsletter-signup .gform_ajax_spinner {
	display: none;
}

.newsletter-signup .validation_error {
	font-size: 0.88889rem;
	color: #ffffff;
	margin-bottom: 10px;
}

.newsletter-signup .validation_message {
	font-size: 0.88889rem;
	color: #ffffff;
}

.newsletter-signup input {
	width: 100%;
	margin-bottom: 0;
	line-height: 60px;
	font-size: 0.88889rem;
}

.newsletter-signup input[type="text"],
.newsletter-signup input[type="email"] {
	padding: 0 20px;
	color: #000000;
	outline: none;
	border: 2px solid transparent;
	border-right: none;
}

.newsletter-signup input[type="text"]:focus,
.newsletter-signup input[type="email"]:focus {
	border-color: #00e7c8;
}

.newsletter-signup input[type="submit"] {
	transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
	background-color: #999999;
	color: #ffffff;
	border: 2px solid #999999;
}

.newsletter-signup input[type="submit"]:hover {
	color: #000000;
	background-color: #ffffff;
	border-color: #ffffff;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-disabled {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.65s cubic-bezier(0.645, 0.045, 0.355, 1);
}

░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░▀█▀░█░░█░█▀▀░█░█▀░░░░░
░░░░░█░░█░░█░█░░░█▀▄░░░░░░
░░░░░▀░░▀▀▀▀░▀▀▀░▀░▀▀░░░░░
░░█▀▀░█▀█░█░░█░█▄░▄█░█▀█░░
░░█▀▀░██▀░█░░█░█░▀░█░█▀▀░░
░░█░░░█░█░█▄▄█░█░░░█░█░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░
.archive-button {
	bottom: 20px;
	position: absolute;
	left: 20px;
	width: calc(100% - 20px);
}

.wrap {
	flex-wrap: wrap;
}

.huge {
	font-size: 5.5555555em;
	line-height: 4.77778rem;
}

.sexy-gif {
	margin-top: 25px;
	margin-bottom: 25px;
	width: 100px;
	height: 100px;
}

.mb-130 {
	margin-bottom: 130px;
}

.tj-loves-work-pod {
	width: 75%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.tj-loves-work-pod .work-pod-inner {
	margin-right: 10px;
}

.flex-center {
	padding: 50px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}

.flex-center h3 {
	margin-bottom: 10px;
	font-size: 30px;
}

.flex-center p {
	margin-bottom: 10px;
	font-size: 30px;
	font-family: TT-Norms;
}

.color-white {
	color: white;
}

.page-template-page-tj_loves .footer-main {
	display: none;
}

.no-white-bg {
	background-color: initial;
}

.full-width-height {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.absolute-vertical-middle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.absolute-middle {
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media only screen and (max-device-width: 568px) and (orientation: landscape) {

.mobile-menu .menu-item-wrap {
	float: left;
	width: 50%;
}

.mobile-menu .menu-item-wrap.social-menu-item {
	float: left;
	width: 25%;
	clear: none;
	padding-top: 10px;
}

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

input {
	line-height: 1.5rem;
}

}

@media screen and (min-width: 768px) and (max-height: 800px) {

.full-width-banner-hero {
	bottom: auto;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

}

@media screen and (max-width: 1450px) {

.extended-third {
	width: calc(100% + 20px);
}

}

@media screen and (max-width: 1366px) {

.contact-header .contact-header-paragraph {
	padding: 0 15px;
}

}

@media screen and (max-width: 1280px) {

.banner-heading,
.banner-heading p {
	font-size: 60px;
	font-size: 3.33333rem;
	line-height: 3.55556rem;
}

.footer-main .newsletter-signup .gform_body {
	width: 60%;
}

.footer-main .newsletter-signup .gform_footer {
	width: 40%;
}

}

@media screen and (max-width: 1200px) {

.team-blocks .team-wrap .team-member {
	height: 350px;
}

}

@media screen and (max-width: 1024px) {

.w-90\@1024 {
	width: 90%;
}

.full-width-banner-hero {
	width: 85%;
}

.post-tag-list li {
	font-size: 14px;
	font-size: 0.77778rem;
}

.benefits-pod {
	padding-left: 40px;
}

.archive-button {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.38889rem;
}

.services-h1 {
	font-size: 80px;
	font-size: 4.44444rem;
	line-height: 5rem;
}

.services-header {
	min-height: 600px;
}

}

@media screen and (max-width: 1000px) {

.client-heading {
	font-size: 50px;
	font-size: 2.77778rem;
	line-height: 3.33333rem;
}

.clients-rar-logo {
	max-width: 130px;
}

}

@media screen and (max-width: 980px) {

.service-item-link-wrap {
	padding: 40px 20px;
}

}

@media screen and (max-width: 960px) {

.service-pod-title {
	font-size: 16px;
	font-size: 0.88889rem;
}

.service-buttons {
	width: 75%;
}

.clients-section-pod {
	width: 33%;
}

}

@media screen and (max-width: 950px) {

.team-blocks .team-wrap .team-member {
	height: 300px;
}

}

@media screen and (max-width: 940px) {

.footer-social-links .social-icon {
	display: none;
}

}

@media screen and (orientation: portrait) and (max-width: 768px) {

.home-banner .media-wrap,
.home-banner .full-width-banner .media-wrap {
	padding: 0;
	padding-bottom: 100%;
}

.home-banner {
	padding-bottom: 100%;
}

}

@media screen and (max-width: 768px) and (orientation: landscape) {

.full-width-banner-hero {
	bottom: auto;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

}

@media screen and (max-width: 768px) {

.three-quarters {
	width: 100%;
}

.fifth {
	width: 25%;
}

.two-fifths {
	width: 25%;
}

.three-fifths {
	width: 75%;
}

.w-80\@tablet {
	width: 80%;
}

body {
	margin-top: 85px;
}

h1,
.h1 {
	font-size: 30px;
	font-size: 1.66667rem;
	line-height: 2.22222rem;
}

h2,
.h2 {
	font-size: 24px;
	font-size: 1.33333rem;
	line-height: 1.66667rem;
}

h3,
.h3 {
	font-size: 20px;
	font-size: 1.11111rem;
	line-height: 1.33333rem;
}

h4,
.h4 {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.38889rem;
}

.desktop,
.desktop-block {
	display: none;
}

.tablet {
	display: inline-block;
}

.tablet-block {
	display: block;
}

.tab-margin-bottom-20 {
	margin-bottom: 20px;
}

.file-upload + label span {
	width: 50%;
}

.file-upload + label span,
.file-upload + label strong {
	padding: 15px 20px;
}

.wysiwyg p {
	line-height: 1.5;
}

.play-button {
	width: 140px;
	height: 140px;
	line-height: 140px !important;
	font-size: 24px;
	font-size: 1.33333rem;
}

.button-large {
	padding: 30px 45px;
}

.banner-heading,
.banner-heading p {
	line-height: 3.88889rem;
}

.third-pod {
	width: 100%;
	margin-bottom: 15px;
}

.half-pod {
	margin-bottom: 20px;
}

.blog-pod-text p {
	font-size: 16px;
	font-size: 0.88889rem;
}

.header {
	padding: 10px 0;
}

.header .mobile-trigger {
	padding-top: 10px;
}

.footer-left {
	padding-right: 20px;
}

.footer-left .two-thirds {
	width: 100%;
}

.footer-main .newsletter-signup .gform_body {
	width: 100%;
	margin-bottom: 10px;
}

.footer-main .newsletter-signup .gform_footer {
	width: auto;
}

.footer-social-links {
	width: 100%;
}

.newsletter-overlay .button-large {
	padding: 15px 30px;
}

.newsletter-overlay .newsletter-panel-wrap {
	max-width: calc(100vw - 40px);
}

.approach-pod-subtitle {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.38889rem;
}

.approach-pod {
	width: 100%;
	padding: 0 !important;
}

.service-pod {
	width: calc(100% - 40px);
	margin-bottom: 20px;
}

.service-item-link-wrap {
	width: 50%;
	padding: 40px 40px;
}

.service-item-link-wrap:nth-child(3n + 1) {
	clear: none;
}

.service-item-link-wrap:nth-child(2n + 1) {
	clear: both;
}

.menu .menu-item {
	padding-left: 4px;
	padding-right: 4px;
}

.mobile-menu-header {
	padding: 20px 0;
}

.person-sidebar {
	padding-left: 0;
	text-align: left;
	background-color: #ffffff;
}

.job-post-content {
	padding-right: 40px;
}

.benefits-pod .quarter {
	width: 15%;
}

.benefits-pod .three-quarters {
	width: 85%;
}

.benefits-pod .full {
	width: 100%;
}

.benefits-pod .h2 {
	font-size: 20px;
	font-size: 1.11111rem;
}

.job-header {
	padding: 40px 0;
}

.home-sub-copy p {
	font-size: 16px;
	font-size: 0.88889rem;
	line-height: 1.5;
}

.archive-button {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.38889rem;
	position: relative;
	width: 100%;
	left: 0;
	bottom: 0;
}

.blog-title {
	padding: 40px 0;
}

.related-articles {
	padding-right: 0;
}

.related-article-image {
	width: 100%;
	margin-bottom: 10px;
}

.related-article-content {
	width: auto;
	padding-left: 0;
}

.blog-share.blog-share-slim {
	margin-bottom: 20px;
}

.blog-post-title p {
	font-size: 16px;
	font-size: 0.88889rem;
}

.blog-main,
.blog-sidebar {
	width: 100%;
	height: auto !important;
}

.blog-sidebar {
	margin-bottom: 20px;
}

.two-thirds,
.third {
	width: 100%;
}

.footer-right {
	height: auto !important;
}

.page-blog .grey-bar-right:after,
.single-post .grey-bar-right:after {
	display: none !important;
	opacity: 0;
}

.footer-main.dark-grey-bar-right:after {
	display: none !important;
}

.secondary-footer-menu {
	position: relative;
	left: 0px;
	bottom: 10px;
}

.tag-list-wrap {
	display: none;
}

.careers-intro-section {
	width: 100%;
}

.careers-intro-content {
	padding-left: 50px;
	padding-right: 50px;
	line-height: 2.22222rem;
}

.interns-pod {
	margin-bottom: 20px;
}

.contact-header .contact-header-paragraph {
	font-size: 24px;
	font-size: 1.33333rem;
	line-height: 1.88889rem;
}

.contact-pod-wrapper {
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}

.contact-pod {
	height: auto;
}

.contact-pods-container {
	margin-bottom: 0px;
}

.map-pod {
	width: 100%;
	margin-bottom: 25px;
}

.archive-back-button {
	padding-top: 10px;
}

.archive-title-container {
	margin-top: 70px;
	margin-bottom: 70px;
}

.approach-intro-content {
	font-size: 16px;
	font-size: 0.88889rem;
	line-height: 1.38889rem;
}

.approach-awards-row {
	margin-bottom: 60px;
}

.approach-content-block {
	padding-left: 30px;
	padding-right: 30px;
}

.approach-content {
	font-size: 16px;
	font-size: 0.88889rem;
	line-height: 1.5;
	margin-bottom: 40px;
}

.approach-section-title {
	padding-top: 50px;
	padding-bottom: 50px;
}

.approach-team-desktop {
	display: none;
}

.strategy-text-block {
	font-size: 21px;
	font-size: 1.16667rem;
	line-height: 1.66667rem;
}

.what-we-do-pod-container {
	overflow: hidden;
}

.what-we-do-image-container {
	width: 150%;
}

.what-we-do-image {
	width: 70%;
}

.amin-button {
	padding: 15px 15px;
}

.amin-footer {
	padding: 50px;
}

.amin-logo {
	width: 200px;
	padding-bottom: 40px;
}

.amin-title {
	padding-bottom: 40px;
}

.amin-content-block {
	font-size: 16px;
	font-size: 0.88889rem;
}

.amin-content-block p {
	font-size: 16px;
	font-size: 0.88889rem;
}

.work-pod-text {
	font-size: 16px;
	font-size: 0.88889rem;
	height: 100px;
}

.work-title-container {
	padding-top: 50px;
	padding-bottom: 50px;
}

.approach-sub-title {
	width: 50%;
	text-align: center;
}

.approach-sub-block {
	text-align: center;
	padding: 0;
}

.what-we-do-carousel .media-wrap {
	padding-bottom: 100%;
}

.approach-intro p {
	font-size: 16px;
	font-size: 0.88889rem;
	line-height: 1.5;
}

.approach-overview-content {
	margin-bottom: 40px;
}

.approach-overview-content p {
	font-size: 16px;
	font-size: 0.88889rem;
	line-height: 1.5rem;
}

.services-awards-row {
	padding: 50px 0px;
}

.services-h1 {
	font-size: 60px;
	font-size: 3.33333rem;
	line-height: 3.88889rem;
}

.services-h2 {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.38889rem;
}

.services-header {
	min-height: 400px;
}

.services-content {
	padding: 70px 0;
}

.services-content .wysiwyg p {
	font-size: 20px;
	font-size: 1.11111rem;
}

.services-content .h2 p {
	font-size: 24px;
	font-size: 1.33333rem;
}

.services-header-back {
	right: 20px;
	top: 20px;
}

.half-text-section {
	padding: 50px 0;
}

.half-text-section-content:first-child {
	padding-right: 15px;
}

.half-text-section-content:last-child {
	padding-left: 15px;
}

.impact-section-content {
	padding-bottom: 50px;
}

.impact-section-share-button {
	margin-bottom: 20px;
}

.impact-section-title {
	padding-bottom: 30px;
}

.work-media-section {
	padding-bottom: 30px;
}

.wysiwyg-smaller-text p,
.wysiwyg-smaller-text li {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.38889rem;
}

.clients-section-pod {
	width: 50%;
}

.clients-intro-content p {
	font-size: 16px;
	font-size: 0.88889rem;
}

.clients-rar-logo {
	max-width: 130px;
}

.team-blocks .team-wrap {
	width: 50%;
}

.team-blocks .team-wrap .team-member {
	height: 400px;
}

.team-blocks .team-wrap .team-content {
	opacity: 1 !important;
	bottom: 20px !important;
}

.team-blocks .team-wrap .job {
	display: none !important;
}

.team-blocks .team-wrap .linkedin {
	display: none !important;
}

.input-wrapper .gform_footer .gform_button,
.input-wrapper .gform_footer .gform_next_button,
.input-wrapper .gform_page_footer .gform_button,
.input-wrapper .gform_page_footer .gform_next_button {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.44444rem;
}

}

@media screen and (max-width: 680px) {

.footer-main .container {
	padding: 0;
}

.footer-main .newsletter-signup .gform_body {
	width: calc(100% - 130px);
}

.footer-main .newsletter-signup .gform_footer {
	width: 130px;
}

.footer-main::after {
	display: none;
}

.footer-left,
.footer-right {
	width: 100%;
	padding: 50px 20px;
}

.secondary-footer-menu {
	position: relative;
	bottom: auto;
	left: auto;
}

.post-tag-list li {
	font-size: 12px;
	font-size: 0.66667rem;
}

}

@media screen and (max-width: 600px) {

.file-upload + label span {
	width: 0%;
}

.half-text-section-content {
	width: 100%;
	padding-right: 0 !important;
	padding-left: 0 !important;
	margin-bottom: 20px;
}

}

@media screen and (orientation: portrait) and (max-width: 480px) {

.latest-section-title {
	padding: 20px 0;
}

}

@media screen and (max-width: 480px) {

.two-thirds,
.half,
.third,
.quarter,
.two-fifths,
.three-fifths {
	width: 100%;
}

body {
	margin-top: 155px;
}

.fixed-header {
	padding-top: 100px;
}

.js-mobile-menu {
	padding-top: 100px !important;
}

div,
p,
li {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.5rem;
}

h1,
.h1 {
	font-size: 20px;
	font-size: 1.11111rem;
	line-height: 1.11111rem;
}

h2,
.h2 {
	font-size: 20px;
	font-size: 1.11111rem;
	line-height: 1.5rem;
}

h3,
.h3 {
	font-size: 16px;
	font-size: 0.88889rem;
	line-height: 1.33333rem;
}

h4,
.h4 {
	font-size: 14px;
	font-size: 0.77778rem;
	line-height: 1rem;
}

.title-text {
	font-size: 20px;
	font-size: 1.11111rem;
	line-height: 1.5rem;
	letter-spacing: -1px;
}

.container {
	padding-left: 10px;
	padding-right: 10px;
}

.tablet,
.tablet-block {
	display: none;
}

.mobile {
	display: inline-block;
}

.file-upload + label span {
	width: 60%;
}

.wysiwyg p {
	line-height: 1.5;
}

.button-large {
	padding: 15px 35px;
}

.play-button {
	width: 100px;
	height: 100px;
	line-height: 100px !important;
	font-size: 20px;
	font-size: 1.11111rem;
}

.archive-button-wrap {
	padding: 0;
}

.full-width-banner-hero {
	width: 100%;
}

.banner-heading,
.banner-heading p {
	font-size: 30px;
	font-size: 1.66667rem;
	line-height: 2.22222rem;
	letter-spacing: -2px;
}

.third-pod,
.half-pod,
.listing-pod {
	padding: 0 !important;
}

.generic-pod-mobile .half {
	width: 50%;
}

.listing-pod-image,
.listing-pod-content {
	width: 50%;
	float: left;
}

.listing-pod-content {
	padding-top: 0;
	padding-left: 10px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.listing-pod-content p,
.listing-pod-content li {
	font-size: 14px;
	font-size: 0.77778rem;
}

.newsletter-panel .newsletter-signup .gform_body {
	width: 100%;
	margin-bottom: 10px;
}

.newsletter-panel .newsletter-signup .gform_footer {
	width: 130px;
	margin: 0 auto;
	float: none;
	clear: both;
}

.newsletter-panel .sign-up-wrap {
	padding: 20px;
}

.panel-phone .fs-30 {
	font-size: 1.11111rem;
}

.panel-phone,
.panel-email {
	margin-bottom: 10px;
}

.newsletter-signup,
.panel-title {
	margin: 0;
}

.panel-text {
	font-size: 0.77778rem;
	margin-bottom: 20px;
}

.footer-logo {
	padding: 0 5px 0 0;
}

.placeholder-img,
.play-button {
	display: none;
}

.service-item-icon,
.service-item-description {
	display: none;
}

.service-item-link-wrap {
	padding: 20px 20px;
	width: 100%;
}

.service-item-title {
	font-size: 18px;
	font-size: 1rem;
}

.fixed-header {
	padding: 10px 0;
	padding-top: 100px;
}

.mobile-menu-header {
	padding: 10px 0;
}

.job-title {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.44444rem;
}

.job-location {
	font-size: 14px;
	font-size: 0.77778rem;
	line-height: 1rem;
}

.job-post-content {
	padding-right: 20px;
}

.benefits-pod {
	padding: 20px;
}

.benefits-pod .quarter {
	width: 25%;
}

.benefits-pod .three-quarters {
	width: 75%;
}

.contact-info p {
	font-size: 20px;
	font-size: 1.11111rem;
}

.home-latest-pod {
	width: 100%;
}

.home-sub-copy p {
	font-size: 14px;
	font-size: 0.77778rem;
}

.blog-share {
	padding: 0;
	height: 80px;
	margin-bottom: 20px;
}

.blog-share .absolute-vertical-middle {
	position: relative;
}

.blog-sidebar {
	margin-bottom: 40px;
	background-color: #ffffff;
	padding: 0;
}

.pod-icon-row .icon {
	width: 35px;
}

.related-articles {
	padding: 0;
}

.extended-third {
	width: 100%;
}

.grey-bar-right::after {
	display: none;
}

.blog-tag-icon {
	width: 25px;
	height: 25px;
	float: left;
}

.blog-tag-icon svg {
	fill: #000000 !important;
}

.blog-tag-icon svg * {
	fill: #000000 !important;
}

.listing-pod-content {
	padding: 5px 0 5px 10px;
	height: 100%;
}

.blog-post-title {
	transition: 0.5s all;
}

.post-content {
	font-size: 0.875rem;
}

.post-tag-list {
	width: calc(100% - 30px);
	float: right;
	line-height: 1rem;
	top: 0px;
}

.post-tag-list.isVisible {
	-webkit-transform: translate(0, 2px);
	transform: translate(0, 2px);
}

.vacancies-section-title {
	margin-top: 10px;
	margin-bottom: 20px;
	letter-spacing: 0.3px;
}

.apply-button {
	padding: 20px 60px;
	font-size: 16px;
	font-size: 0.88889rem;
}

.careers-intro-content {
	font-size: 14px;
	font-size: 0.77778rem;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 1.66667rem;
	margin-bottom: 20px;
}

.careers-title {
	margin-bottom: 20px;
	letter-spacing: 0.3px;
}

.careers-intro-section {
	padding: 30px 0;
}

.interns-pod {
	padding: 50px 20px;
	margin-bottom: 10px;
}

.interns-title {
	margin-bottom: 20px;
}

.intern-section-text {
	font-size: 14px;
	font-size: 0.77778rem;
}

.contact-header .contact-header-paragraph {
	font-size: 14px;
	font-size: 0.77778rem;
	line-height: 1.11111rem;
}

.email-button {
	font-size: 0.88889rem;
}

.archive-title-container {
	margin-top: 50px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.approach-title {
	margin-bottom: 0px;
	font-size: 20px;
	font-size: 1.11111rem;
	line-height: 1.33333rem;
}

.approach-intro-content {
	font-size: 14px;
	font-size: 0.77778rem;
}

.approach-content {
	margin-bottom: 0px;
	font-size: 14px;
	font-size: 0.77778rem;
	line-height: 1.5;
}

.approach-awards-row {
	margin-bottom: 40px;
}

.approach-awards-row .awards-pod {
	padding: 30px;
}

.approach-pod-subtitle {
	font-size: 16px;
	font-size: 0.88889rem;
	line-height: 1.33333rem;
}

.awards-pod {
	width: 50%;
}

.client-pod {
	width: 33.33%;
}

.approach-content-block {
	padding-left: 5px;
	padding-right: 5px;
}

.approach-content {
	padding-left: 10px;
	padding-right: 10px;
}

.approach-section-title {
	padding-top: 50px;
	padding-bottom: 30px;
}

.strategy-text-block {
	font-size: 14px;
	font-size: 0.77778rem;
	line-height: 1.22222rem;
}

.approach-image {
	margin-bottom: 30px;
}

.approach-team-pod {
	padding-left: 0px;
	padding-right: 0px;
}

.approach-team-pod:nth-child(1) {
	padding-right: 0px;
	padding-left: 0px;
}

.approach-team-pod:last-child {
	padding-left: 0px;
	padding-right: 0px;
}

.approach-team-pod:nth-child(2) {
	padding-right: 0px;
	padding-left: 0px;
}

.approach-team-pod {
	margin-bottom: 10px;
}

.approach-team-pod-tabmob {
	margin-bottom: 0px;
}

.what-we-do-pod-container {
	overflow: auto;
	position: relative;
}

.what-we-do-image-container {
	width: auto;
}

.what-we-do-image {
	width: 100%;
}

.what-we-do-image-container,
.what-we-do-text {
	float: left;
	width: 50%;
}

.what-we-do-text {
	text-align: left;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.team-section {
	margin-bottom: 0px;
}

.team-section .team-section-title {
	padding-top: 0px;
}

.amin-footer {
	padding: 40px 20px 40px 20px;
	margin-bottom: 30px;
}

.amin-content-block {
	margin-bottom: 40px;
}

.amin-content-block p {
	font-size: 14px;
	font-size: 0.77778rem;
}

.amin-button {
	padding: 10px 10px;
	font-size: 18px;
	font-size: 1rem;
}

.amin-logo {
	padding-bottom: 20px;
}

.amin-title {
	padding-bottom: 20px;
}

.service-buttons {
	width: 100%;
}

.approach-wrap {
	padding-top: 0;
}

.work-pod-text {
	height: auto;
}

.work-pods-container {
	margin-bottom: 30px;
}

.work-title-container {
	padding-top: 0;
	padding-bottom: 0;
}

.approach-sub-container {
	margin-bottom: 20px;
}

.approach-sub-title {
	width: 75%;
}

.approach-overview-content p {
	font-size: 14px;
	font-size: 0.77778rem;
	margin-bottom: 20px;
}

.approach-overview-content p:nth-last-child(1) {
	margin-bottom: 0px;
}

.what-we-do-carousel {
	padding-bottom: 30px;
}

.approach-intro p {
	font-size: 14px;
	font-size: 0.77778rem;
	line-height: 1.5;
}

.services-awards-row {
	margin: 20px 0;
}

.services-h1 {
	font-size: 36px;
	font-size: 2rem;
	line-height: 2.22222rem;
}

.services-h2 {
	font-size: 14px;
	font-size: 0.77778rem;
	line-height: 1.22222rem;
}

.services-header {
	min-height: 250px;
}

.services-header-back {
	padding: 10px;
}

.services-content {
	padding: 40px 0;
}

.services-content .wysiwyg p {
	font-size: 16px;
	font-size: 0.88889rem;
}

.services-content .h2 p {
	font-size: 20px;
	font-size: 1.11111rem;
}

.services-footer {
	padding: 30px 20px 20px 20px;
}

.single-work-header-container {
	padding-top: 0px;
	padding-bottom: 30px;
}

.half-text-section {
	padding: 0 0 30px 0;
}

.half-text-section-title {
	font-size: 16px;
	font-size: 0.88889rem;
	padding-bottom: 7px;
}

.half-text-section-content p {
	font-size: 14px;
	font-size: 0.77778rem;
}

.work-block {
	padding-bottom: 10px;
}

.work-media-section {
	padding-bottom: 30px;
}

.media-content-title {
	padding-top: 20px;
	padding-bottom: 20px;
}

.impact-section-title {
	font-size: 16px;
	font-size: 0.88889rem;
	padding-bottom: 7px;
	line-height: 1.5;
}

.impact-section-content {
	padding-bottom: 20px;
}

.wysiwyg-smaller-text p,
.wysiwyg-smaller-text li {
	font-size: 14px;
	font-size: 0.77778rem;
}

.clients-intro-section {
	padding: 30px 0px 0px 0px;
}

.clients-intro-content p {
	font-size: 14px;
	font-size: 0.77778rem;
}

.clients-box-image {
	height: 75px;
}

.clients-section-pod {
	width: 100%;
}

.clients-header-image {
	max-height: 150px;
}

.clients-rar-logo {
	max-width: 100px;
}

.team-blocks .team-wrap .team-member {
	height: 280px;
}

.is-touch .listing-pod-hover:hover .listing-pod-content {
	padding: 5px 0 5px 10px;
}

.input-wrapper .gform_footer .gform_button,
.input-wrapper .gform_footer .gform_next_button,
.input-wrapper .gform_page_footer .gform_button,
.input-wrapper .gform_page_footer .gform_next_button {
	font-size: 20px;
	font-size: 1.11111rem;
	line-height: 1.5rem;
}

.flex {
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.cookie-bar .accept {
	margin-bottom: 10px;
}

.cookie-bar .copy {
	width: 100%;
	margin-bottom: 20px;
}

.page-template-page-tj_loves video {
	width: 100%;
}

.page-template-page-tj_loves .tj-loves-work-pod {
	flex-flow: column;
}

.page-template-page-tj_loves .mb-130 {
	margin-bottom: 30px;
}

}

@media screen and (max-width: 320px) {

.mobile-menu .menu-item,
.mobile-menu .social-menu-item {
	padding: 5px;
}

.contact-pod p {
	font-size: 14px;
	font-size: 0.77778rem;
	line-height: 1.11111rem;
}

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

33% {
	opacity: 0.3;
}

80% {
	opacity: 0.8;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

33% {
	opacity: 0.3;
}

80% {
	opacity: 0.8;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes bob {

0% {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

25% {
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}

50% {
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
}

75% {
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}

100% {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}

@keyframes bob {

0% {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

25% {
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}

50% {
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
}

75% {
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}

100% {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

}

