/* General resets */

html {
	background: #fff;
}

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

body {
	line-height: 2;
	font-family: 'Exo', sans-serif;
	font-size: 1em;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
	color: #2d2d2d;
	-webkit-text-size-adjust: none;
	position: relative;
	margin: 0 auto;
	overflow-x: hidden;
}

p {
	line-height: 1.25;
}

.page-wrapper {
	padding: 0 20px;
	margin: auto;
}

@font-face {
    font-family: 'capture_itregular';
    src: url('fonts/Capture_it-webfont.eot');
    src: url('fonts/Capture_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Capture_it-webfont.woff') format('woff'),
         url('fonts/Capture_it-webfont.ttf') format('truetype'),
         url('fonts/Capture_it-webfont.svg#capture_itregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

p {
	margin: 0;
	color: #003142;
}

strong {
	font-weight: 700;
}

.clear {
	clear: both;
}

/* Header tags */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	line-height: 1;
    font-family: 'capture_itregular';
	font-style: normal;
	font-weight: normal;
}

h2 {
	font-size: 2em;
}

h3 {
	text-align: center;
	text-transform: uppercase;
	color: #005298;
	font-size: 3.750em;
}

/* Link styles */

a {
	text-decoration: none;
	color: #2d2d2d;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: underline;
}

a:hover {
	color: #6c6c6c;
}

/* General tags */

.max-width {
	width: 95%;
	margin: auto;
	width: 1108px;
}

.header {
	padding: 1.7em 0 1em 0;
}

.header .phone-number {
	float: left;
	color: #ff5459;
	font-weight: 700;
	font-size: 1.125em;
	position: relative;
	top: 0.25em;
}

.header .menu {
	float: right;
}

.header .menu > span {
	color: #003142;
	text-transform: uppercase;
	padding-left: 3.25em;
	background: url('images/menu-icon.png') no-repeat left center;
	line-height: 44px;
	display: block;
	cursor: pointer;
	font-size: 1.125em;
	font-weight: bold;
}

.header .logo {
	position: absolute;
	width: 302px;
	height: 117px;
	background: #f00;
	margin-left: -151px;
	left: 50%;
	top: 0;
	text-indent: -9999px;
	background: url('images/logo.jpg') no-repeat;
	z-index: 2;
	background-size: cover;
}

.header .menu .slide-out {
	width: 410px;
	background: #003142;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	bottom: 0;
	padding: 4em 3em;
	right: -410px;
	transition: cubic-bezier(0.83, 0.02, 0, 1) 0.5s;
}

.navigation-active .header .menu .slide-out {
	right: 0;
}

.header .menu .slide-out h2 {
	text-align: left;
	color: #fff;
}

.header .menu .slide-out .close {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 3em;
	display: inline-block;
	padding-left: 1.5em;
	background: url('images/close.png') no-repeat left top;
	line-height: 21px;
}

.header .menu .slide-out h2.border {
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: 1px solid #fff;
}

.header .menu .slide-out .contact {
	margin-top: 1em;
}

.header .menu .slide-out .contact p {
	color: #00c0d4;
	margin-bottom: 1em;
}

.header .menu .slide-out .contact .letter {
	float: left;
	margin-right: 0.5em;
}

.header .menu .slide-out .contact p a {
	color: #00c0d4;
	text-decoration: none;
	display: block;
	width: auto;
	overflow: hidden;
}

.header .menu .slide-out .social {
	margin-top: 1.5em;
	text-align: left;
}

.header .menu .slide-out .social li {
	margin-left: 0;
}

.global-header-image {
	position: relative;
}

.global-header-image {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.global-header-image::before {
	display: none !important;
}

.global-header-image::after,
.homepage-who::after {
	background: url('images/divider-transparent.png') no-repeat center top !important;
}

.global-header-image img {
	display: block;
	width: 100%;
	height: auto;
}

.global-header-image .text {
	font-size: 5em;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 33%;
}

.global-header-image .text h2 {
	font-size: 1em;
	line-height: 0.8;
}

.global-border {
	position: relative;
	padding: 80px 0;
}

.global-border::before,
.global-border::after,
.homepage-who::after {
	display: block;
	width: 100%;
	height: 30px;
	content: " ";
	left: 0;
	position: absolute;
}

.global-border::before {
	top: 0;
	background: url('images/divider.png') no-repeat center top;
}

.global-border::after,
.homepage-who::after {
	bottom: 0;
	background: url('images/divider-reverse.png') no-repeat center top;
}

.footer {
	background: #003142;
}

.footer .slice {
	background: url('images/footer-slice.png') no-repeat center top;
	padding: 50px 0;
}

.footer h2 {
	color: #00c0d4;
	font-size: 3.750em;
	padding-bottom: 50px;
}

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

.footer .intro p {
	font-size: 1.25em;
	margin-top: 0;
	text-align: left;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 3em;
	-moz-column-gap: 3em;
	column-gap: 3em;
	color: #fff;
}

.footer p a {
	text-decoration: none;
	color: #fff;
}

.footer .arrow {
	padding-top: 60px;
	background: url('images/footer-arrow.png') no-repeat center top;
	max-width: 1108px;
	margin: auto;
}

.footer .darken-footer {
	background: #0d3b4b;
}

.footer .col {
	width: 17%;
	text-align: center;
	border-right: 1px solid #005298;
	float: left;
	padding: 0 1.5%;
	margin-bottom: 2.5em;
	min-height: 228px;
}

.footer .col.social a {
	text-decoration: underline;
}

.footer .col.menu {
	width: 32%;
	padding: 0 0 0 4em;
	border-right: none;
}

.footer .col p {
	font-size: 1em;
	color: #fff;
	line-height: 1.35;
}

.footer-tag {
	background: #fff;
	padding: 1em 0;
	position: relative;
}

.footer-tag .back-to-top {
	width: 174px;
	height: 45px;
	display: block;
	text-indent: -9999px;
	background: url('images/to_top_button.png') no-repeat;
	float: left;
}

.footer-tag .logo {
	width: 152px;
	height: 59px;
	display: block;
	text-indent: -9999px;
	background: url('images/logo_footer.png') no-repeat;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -76px;
}

.footer-tag p {
	text-align: right;
	width: 40%;
	float: right;
	font-size: 0.75em;
	line-height: 1.5;
}

.social {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

.social li {
	display: inline-block;
	margin: 0.5em;
}

.social li a {
	width: 48px;
	height: 48px;
	background: url('images/social.png') no-repeat;
	display: block;
	text-indent: -9999px;
}

.social li a:hover {
	background-position: left bottom;
}

.social li a.twitter {
	background-position: center top;
}

.social li a.twitter:hover {
	background-position: center bottom;
}

.social li a.skype {
	background-position: right top;
}

.social li a.skype:hover {
	background-position: right bottom;
}

.global-navigation {
	background: url('images/menu-graphic.png') no-repeat left 12px;
}

.global-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.global-navigation ul li {
	margin-bottom: 0.45em;
}

.global-navigation ul a {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-left: 3.5em;
}

.global-navigation ul a:hover {
	color: #00c0d4;
}

.global-navigation ul li:nth-child(2) a:hover {
	color: #f8a92a;
}

.global-navigation ul li:nth-child(3) a:hover {
	color: #ff5459;
}

.global-navigation ul li:nth-child(4) a:hover {
	color: #b26798;
}

.global-navigation h2 {
	color: #fff;
	font-size: 1.875em;
	padding: 0;
	text-align: left;
	padding-left: 1.85em;
	margin-bottom: 0.3em;
}

/* Homepage */

.homepage-why {
	background: #f2f5f6;
}

.homepage-why::before {
	display: none;
}

.homepage-why {
	padding-top: 50px !important;
}

.homepage-why h3 {
	margin: 0 0 50px 0;
}

.homepage-why ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.homepage-why ul li {
	width: 33%;
	float: left;
	padding: 2.5em 2em 2em 2em;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.homepage-who-links ul li {
	position: relative;
	overflow: hidden;
}

.homepage-why ul li::after,
.homepage-who-links ul li::after,
.distribution-what::before {
	position: absolute;
	width: 100%;
	height: 200%;
	display: block;
	content: " ";
	top: -25%;
	background-color: rgba(0, 0, 0, 0.11);
	transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	right: -45%;
}

.distribution-what {
	overflow: hidden;
}

.distribution-what::before {
	top: 0;
}

.homepage-why ul li img {
	margin: auto;
	display: block;
	margin-bottom: 2em;
}

.homepage-why ul li img,
.homepage-why ul li p,
.homepage-why ul li h4,
.homepage-who-links ul li img,
.homepage-who-links ul li p,
.homepage-who-links ul li h4,
.homepage-who-links ul li span,
.distribution-what .max-width {
	position: relative;
	z-index: 10;
}

.homepage-why ul li.experience {
	background: #003142;
}

.homepage-why ul li.independent {
	background: #ff5459;
	margin-top: -569px;
	min-height: 560px;
}

.homepage-why ul li.service {
	background: #52a38b;
	min-height: 957px;
}

.homepage-why ul li.global {
	background: #8d3662;
}

.homepage-why ul li.trusted {
	background: #f8a92a;
	min-height: 568px;
}

.homepage-why ul li h4 {
	font-size: 1.875em;
	margin-bottom: 0.75em;
}

.homepage-why ul li p {
	color: #fff;
	font-size: 1.250em;
	line-height: 1.3;
}

.homepage-why .aim {
	text-align: center;
	margin: 50px 0 0 0;
	background: url('images/aim-background.png') no-repeat center bottom;
	height: 131px;
}

.homepage-why .aim img {
	display: none;
}

.homepage-why .aim h2 {
	color: #003142;
	font-size: 3.750em;
}

.homepage-why .aim h3 {
	margin: 0;
	color: #005298;
	font-size: 1.875em;
}

.homepage-who {
	background: #005298;
	text-align: center;
	position: relative;
}

.homepage-who .slice {
	background: url('images/who-slice.png') no-repeat center top;
	padding-bottom: 50px;
}

.homepage-who h3 {
	font-size: 3.750em;
	color: #fff;
	padding-top: 50px;
}

.homepage-who h4 {
	color: #00c0d4;
	font-size: 1.875em;
	margin-bottom: 50px;
}

.homepage-who .max-width p {
	color: #fff;
	font-size: 1.25em;
	margin-top: 1em;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 3em;
	-moz-column-gap: 3em;
	column-gap: 3em;
	text-align: left;
	line-height: 1.35;
}

.homepage-who-links ul {
	list-style: none;
	overflow: hidden;
	padding-bottom: 1.5em;
	margin: 0;
	padding: 0;
}

.homepage-who-links ul li {
	width: 33.33%;
	float: left;
	padding: 3.7em 2.5em;
	margin: 0;
	min-height: 392px;
	text-align: left;
}

.homepage-who-links ul li a {
	text-decoration: none;
	display: block;
}

.homepage-who-links li h4 {
	color: #fff;
	margin: 0 0 0.8em 0;
}

.homepage-who-links li p {
	color: #fff;
	font-size: 1.25em;
	line-height: 1.25;
}

.homepage-who-links li span {
	font-size: 1.25em;
	text-transform: uppercase;
	padding: 0.125em 2em 0.125em 0.5em;
	background: #fff url('images/arrows.png') no-repeat;
	font-weight: 900;
	display: inline-block;
	margin-top: 1.25em;
}

.homepage-who-links li.who {
	background: #52a38b;
}

.homepage-who-links li.physical {
	background: #f8a92a;
}

.homepage-who-links li.digital {
	background: #ff5459;
}

.homepage-who-links li.who span {
	color: #52a38b;
	background-position: -17.75% 12px;
}

.homepage-who-links li.physical span {
	color: #f8a92a;
	background-position: 41.6% 12px;
}

.homepage-who-links li.digital span {
	color: #ff5459;
	background-position: 102% 12px;
}

.homepage-label {
	text-align: center;
	padding: 80px 0;
	background: #f2f5f6;
}

.remove-top.global-border::before {
	display: none;
}

.remove-top.global-border {
	padding-top: 50px;
}

.homepage-label img {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

.homepage-label h4 {
	color: #005298;
	font-size: 3.750em;
}

.homepage-label p {
	font-size: 1.25em;
	margin-top: 50px;
	text-align: left;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 3em;
	-moz-column-gap: 3em;
	column-gap: 3em;
}

/* PHYSICAL PAGE */

.distribution-what {
	background: #005298;
}


.distribution-who p {
	-webkit-column-count: auto;
	-moz-column-count: auto;
	column-count: auto;
	text-align: center;
	margin-top: 0.5em;
}

.distribution-what-list ul {
	list-style: none;
	padding: 0 0 50px 0;
	margin: 50px 0 0 0;
	overflow: hidden;
}

.distribution-what-list li {
	float: left;
	width: 25%;
	padding: 0 2.5em;
	text-align: left;
	border-right: 1px dashed #00c0d4;
}

.physical-wrapper .distribution-what-list li {
	min-height: 471px;
}

.distribution-what-list li:last-of-type {
	border-right: none;
}

.distribution-what-list li h4,
.distribution-what-list li p {
	color: #fff;
}

.physical-wrapper .distribution-what-list li span {
	min-height: 97px;
	display: block;
}

.distribution-what-list li img {
	margin: auto;
	margin-bottom: 1.5em;
	display: block;
}

.distribution-what-list li h4 {
	margin-bottom: 0.5em;
}

.distribution-who p {
	margin-bottom: 50px;
	margin-top: 30px;
}

.physical-wrapper .distribution-who p {
	margin-bottom: 2em;
}

.distribution-who img {
	margin: 0 1em;
	display: inline-block;
	vertical-align: middle;
}

.who-wrapper .distribution-who img {
	margin: 0 4em 0 4em;
}

.distribution-who img.move-up {
	position: relative;
	top: -10px;
}

/* DIGITAL PAGE */

.digital-wrapper .distribution-what,
.physical-wrapper .distribution-what {
	padding-bottom: 30px;
}

.digital-wrapper .global-header-image .text {
	top: 15%;
}

.digital-wrapper .distribution-what-list li {
	width: 50%;
}

.homepage-who .distribution-what-list li p {
	-webkit-column-count: auto;
	-moz-column-count: auto;
	column-count: auto;
}

.digital-wrapper .distribution-what-list li {
	border-left: 1px dashed #00c0d4;
	border-right: none;
}

.digital-wrapper .distribution-what-list li:first-of-type {
	border-left: none;
}

/* WHO PAGE */

.distribution-who::before {
	background: url('images/divider-blue.png') no-repeat center top;
}

.who-wrapper .distribution-what .intro {
	text-align: center;
	display: block;
	color: #fff;
	margin-top: 0.5em; 
	font-size: 1.688em;
	line-height: 1.35;
}

.who-wrapper .distribution-what li {
	border: none;
	width: 50%;
}

.who-wrapper .distribution-what li span {
	display: block;
	font-size: 1.25em;
	line-height: 1.25;
}

.who-wrapper .distribution-what li .quote {
	color: #00c0d4;
	margin-bottom: 0.5em;
	font-weight: 700;
}

.who-wrapper .distribution-what li .who {
	color: #fff;
	margin-bottom: 1.5em;
}

.artists ul {
	list-style: none;
	padding: 0;
	overflow: hidden;
	margin: 50px -5px 0 -5px;
}

.artists ul li {
	width: 20%;
	padding: 5px;
	float: left;
	position: relative;
}

.artists ul li .content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.artists ul li img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
}

.artists ul li .content .table {
	display: table;
	width: 100%;
	height: 100%;
}

.artists ul li .content .table .cell {
	display: table-cell;
	vertical-align: middle;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	padding: 0 1em;
	line-height: 1.35;
}

/* PRIVACY PAGE */

.privacy-page .homepage-label .column {
	width: 48%;
	float: left;
}

.privacy-page .homepage-label .column:nth-child(2) {
	margin-left: 4%;
}

.privacy-page .homepage-label h3,
.privacy-page .homepage-label p {
	text-align: left;
}

.privacy-page .homepage-label p {
	-webkit-column-count: auto;
	-moz-column-count: auto;
	column-count: auto;
}

.privacy-page .homepage-label h3 {
	color: #003142;
	font-size: 1.75em;
}

.privacy-page .homepage-label p {
	margin-bottom: 1.5em
}