/*
Theme Name: IPG Media Lab
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ipg-media-lab
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

IPG Media Lab is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * ipglab.com
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2012
 */

@font-face {
    font-family: 'AkkuratRegular';
    src: url('fonts/lineto-akkurat-regular.eot');
    src: url('fonts/lineto-akkurat-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/lineto-akkurat-regular.woff') format('woff'),
         url('fonts/lineto-akkurat-regular.ttf') format('truetype'),
         url('fonts/lineto-akkurat-regular.svg#AkkuratRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AkkuratItalic';
    src: url('fonts/lineto-akkurat-italic.eot');
    src: url('fonts/lineto-akkurat-italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/lineto-akkurat-italic.woff') format('woff'),
         url('fonts/lineto-akkurat-italic.ttf') format('truetype'),
         url('fonts/lineto-akkurat-italic.svg#AkkuratItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AkkuratBold';
    src: url('fonts/lineto-akkurat-bold.eot');
    src: url('fonts/lineto-akkurat-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/lineto-akkurat-bold.woff') format('woff'),
         url('fonts/lineto-akkurat-bold.ttf') format('truetype'),
         url('fonts/lineto-akkurat-bold.svg#AkkuratBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AkkuratBoldItalic';
    src: url('fonts/lineto-akkurat-bolditalic.eot');
    src: url('fonts/lineto-akkurat-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/lineto-akkurat-bolditalic.woff') format('woff'),
         url('fonts/lineto-akkurat-bolditalic.ttf') format('truetype'),
         url('fonts/lineto-akkurat-bolditalic.svg#AkkuratBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AkkuratLight';
    src: url('fonts/lineto-akkurat-light.eot');
    src: url('fonts/lineto-akkurat-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/lineto-akkurat-light.woff') format('woff'),
         url('fonts/lineto-akkurat-light.ttf') format('truetype'),
         url('fonts/lineto-akkurat-light.svg#AkkuratLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AkkuratLightItalic';
    src: url('fonts/lineto-akkurat-lightitalic.eot');
    src: url('fonts/lineto-akkurat-lightitalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/lineto-akkurat-lightitalic.woff') format('woff'),
         url('fonts/lineto-akkurat-lightitalic.ttf') format('truetype'),
         url('fonts/lineto-akkurat-lightitalic.svg#AkkuratLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
font-family: "AkkuratRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #161615;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
font-family: "AkkuratRegular","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
	font-size: 14px;
	line-height: 1.5;
}

@media screen and (min-width: 650px) {
body,
button,
input,
select,
optgroup,
textarea {
	font-size: 16px;

}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	font-family: "AkkuratBold","Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1 {
	font-size: 2.25em;
	line-height: 1.2em;
	margin-bottom: 1.2em;
}
h2 {
	font-size: 1.5em;
	line-height: 1.333em;
}

h3 {
	font-size: 1.5em;
	line-height: 1.333em;
	margin-bottom: 1.333em;
	font-weight: normal;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	height: 100vh; /* Avoid the IE 10-11 `min-height` bug. */
	background-attachment: fixed;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
background: transparent;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

#page-wrapper {
	background: #29abe2; /* Old browsers */
background: -moz-linear-gradient(top,  #29abe2 0%, #4b295d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #29abe2 0%,#4b295d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #29abe2 0%,#4b295d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29abe2', endColorstr='#4b295d',GradientType=0 ); /* IE6-9 */
}

.home #page-wrapper {
	background:  #29abe2 url('images/nasa-background.jpg') center bottom no-repeat;
	background-size: 100% auto;
}


.site {

    padding: 1em;
    margin: 0 auto;
    max-width: 1300px;
}
@media screen and (min-width: 600px) {
.site {
    padding: 3em;
}
}
 
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.site-branding {
	float: left;
	height: 50px;
	margin: 0;
	padding: 0;
	width: 201px;
}
.site-title {
	margin: 0;
	padding: 0;
}
.site-title a {
	background: transparent url('images/ipg-media-lab-logo.png') no-repeat center center;
	background-size: 201px 50px;
	display: inline-block;
	height: 50px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 201px;
}



/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
    transition: all 0.5s ease-in-out;
}
a:hover,
a:active {
	color: rgba(255,255,255,1);
	text-decoration: none;
}

a:hover,
a:active {
	outline: 0;
}

.leader-bio a {
	color: rgba(22,22,22,1);
	text-decoration: underline;
}

.leader-bio a:hover {
	color: rgba(22,22,22,0.8);
    text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    display: block;
    float: right;
    width: 50px;
}

.main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
	overflow: hidden;
    padding-left: 0;
    position: absolute;
    transition: all 0.5s ease-in-out;
    top: 78px;
    right: 0;
    width: 0;
    min-height: calc(100vh - 50px);
    z-index: 1;
}

.main-navigation.toggled ul {
	width: 100%;
}

.main-navigation li {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    transition: all 0.5s ease-in-out;
    line-height: 3em;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 599px) {
	.main-navigation li {
		border-bottom: 1px solid #161615;
	}
	.main-navigation.toggled ul {
		border-top: 1px solid #161615;
		background: transparent;
	}
	.main-navigation li a {
		background: rgba(255,255,255,0.8);
		color: #161615;
	}
	.main-navigation li a:hover {
		background: rgba(22, 22, 21,0.8);
		color: #fff;
	}
}

@media screen and (min-width: 600px) {
	.main-navigation li {
		line-height: 50px;
		margin-left: 8px;
		width: auto;
	}
}

.main-navigation a {
	display: block;
	text-transform: uppercase;
}

.main-navigation li:hover a {
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

.menu-toggle:focus {
	outline: none;
}

.menu-toggle {
	border: none;
    border-radius: 0;
    background: #fff;
    color: #161615;
    padding: 0;
    margin: 0;
    height: 50px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    width: 50px;
}

.main-navigation.toggled .menu-toggle {
	text-indent: 200%;
	color: transparent;
}

.menu-toggle::after,
.menu-toggle::before {
	background: #161615;
	content: "";
	height: 4px;
	display: block;
	left: 5px;
	position: absolute;
	transition: all 0.5s ease-in-out;
	width: 40px;
}

.menu-toggle::after {
	top: 41px;
}

.menu-toggle::before {
	top: 5px;
}

.main-navigation.toggled .menu-toggle::after,
.main-navigation.toggled .menu-toggle::before {
	top: 23px;
}

.main-navigation.toggled .menu-toggle::after {
	transform: rotate(45deg);
}

.main-navigation.toggled .menu-toggle::before {
	transform: rotate(-45deg);
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		position: relative;
		top: 0;
		right: 0;
		width: auto;
		min-height: 0;
		height: 50px;
	}
	.main-navigation {
		width: auto;
	}
	.main-navigation a {
		padding: 0 1.5em;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 40%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 40%;
}

.navigation.post-navigation {
	border-top: 1px solid #ffffff;
	margin: 4em 0 1em 0;
	padding: 1em 0;
}

.nav-previous,
.nav-next {
	background: rgba(209,122,125,0.3);
	transition: all 0.5s ease-in-out;
}
.nav-previous:hover,
.nav-next:hover {
	background: rgba(209,122,125,0.7);
}
.nav-previous a,
.nav-next a {
	color: #fff;
	display: block;
	padding: 1em;
}
.nav-previous a:hover,
.nav-next a:hover {
	color: #161615;	
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

#text-2 {
	margin-bottom: 0;
}

#text-2 p {
	margin: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

	.site-content {
		padding: 0 0 6em 0;
	}
	.site-footer {
		background: white;
		color: #000000;
		clear: both;
		padding: 3em;
	}
@media screen and (min-width: 600px) {
	.content-area {
		margin: 0 auto;
	    width: 60%;
	}
	.content-area.page-team {
		padding: 0;
		width: 100%;
	}
	.widget-area {
		clear: none;
		float: right;
		width: auto;
	}
	.site-content {
		padding: 6em 0;
	}
}
.archive .site-main,
.single .site-main,
.blog .site-main {
	background: rgba(22, 22, 21, 0.8);
	padding: 3em;
}
.archive .site-main p a,
.single .site-main p a,
.blog .site-main p a,
.tags-links a,
.entry-meta a {
color: #ff9999;
text-decoration: underline;
}
.archive .site-main p a:hover,
.blog .site-main p a:hover,
.single .site-main p a:hover,
.tags-links a:hover,
.entry-meta a:hover {
color: #ffcccc;
}
#menu-social-menu {
	float: left;
    list-style: none;
    margin: 1.5em auto;
    padding: 0;
    position: relative;
    z-index: 0;
    width: auto;
}

#menu-social-menu li {
	float: left;
    margin-right: 8px;
}

#menu-social-menu li a {
	border-radius: 50%;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 28px;
    font-size: 25px;
    color: #fff;
    background: #161615;
    transition: all 0.5s ease-in-out;
    position: relative;
    text-indent: -9999%;
}
#menu-social-menu li a:hover {
	color: #fff;
}
#menu-social-menu li a::after {
	font: normal normal normal 25px/1 FontAwesome;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-indent: 0;
}
#menu-social-menu li a[href*="twitter"]::after {
    content: "\f099";
}
#menu-social-menu li a[href*="twitter"]:hover {
	background: #55acee;
}
#menu-social-menu li a[href*="facebook"]::after {
    content: "\f09a";
}
#menu-social-menu li a[href*="facebook"]:hover {
	background: #3b5998;
}
#menu-social-menu li a[href*="pinterest"]::after {
    content: "\f231";
}
#menu-social-menu li a[href*="pinterest"]:hover {
	background: #cb2026;
}
#menu-social-menu li a[href*="plus.google"]::after {
    content: "\f0d5";
}
#menu-social-menu li a[href*="plus.google"]:hover {
	background: #dd4b39;
}
#menu-social-menu li a[href*="dribbble"]::after {
    content: "\f17d";
}
#menu-social-menu li a[href*="dribbble"]:hover {
	background: #ea4c89;
}
#menu-social-menu li a[href*="linkedin"]::after {
    content: "\f0e1";
}
#menu-social-menu li a[href*="linkedin"]:hover {
	background: #0077b5;
}
#menu-social-menu li a[href*="medium"]::after {
    content: "\f23a";
}
#menu-social-menu li a[href*="medium"]:hover {
	background: #00ab6b;
}
#menu-social-menu li a[href*="instagram"]::after {
    content: "\f16d";
}
#menu-social-menu li a[href*="instagram"]:hover {
	background: #b900b4;
}
#menu-social-menu li a[href*="@ipglab"]::after {
    content: "\f0e0";
}
#menu-social-menu li a[href*="@ipglab"]:hover {
	background: #ffe800;
}
#menu-social-menu li a::after {
    content: "\f109";
}

#accordion li {
	list-style: none;
    float: left;
    padding: 0;
	margin: 0 0 50px 0;
    position: relative;
    width: 100%;
}
#accordion ul {
	margin: 0;
	padding: 0;
}
#accordion .open {
    cursor: pointer;
    display: block;
}
#accordion .accordion-content {
	background: rgba(255,255,255,0.8);
    box-sizing: border-box;
    border-top: 4px solid #161615;
    color: #161615;
    float: left;
    margin: 2.25em 0;
    padding: 2em;
    position: relative;
    z-index: 9;
    left: 0;
    width: calc(100%);
}

.leader-social .social {
	background: #fff;
	border-radius: 50%;
	color: #161615;
	display: inline-block;
	height: 40px;
	position: relative;
	width: 40px;
}

.leader-social .social:hover {
	background: #161615;
	color: #fff;
}

.leader-social .social::after {
	font: normal normal normal 25px/1 FontAwesome;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-indent: 0;
}
.leader-social .social[href*="twitter"]::after {
    content: "\f099";
}
.leader-social .social[href*="twitter"]:hover {
	background: #55acee;
}
.leader-social .social[href*="facebook"]::after {
    content: "\f09a";
}
.leader-social .social[href*="facebook"]:hover {
	background: #3b5998;
}
.leader-social .social[href*="pinterest"]::after {
    content: "\f231";
}
.leader-social .social[href*="pinterest"]:hover {
	background: #cb2026;
}
.leader-social .social[href*="plus.google"]::after {
    content: "\f0d5";
}
.leader-social .social[href*="plus.google"]:hover {
	background: #dd4b39;
}
.leader-social .social[href*="dribbble"]::after {
    content: "\f17d";
}
.leader-social .social[href*="dribbble"]:hover {
	background: #ea4c89;
}
.leader-social .social[href*="linkedin"]::after {
    content: "\f0e1";
}
.leader-social .social[href*="linkedin"]:hover {
	background: #0077b5;
}
.leader-social .social[href*="medium"]::after {
    content: "\f23a";
}
.leader-social .social[href*="medium"]:hover {
	background: #00ab6b;
}
.leader-social .social[href*="instagram"]::after {
    content: "\f16d";
}
.leader-social .social[href*="instagram"]:hover {
	background: linear-gradient(-135deg,#1400c8,#b900b4,#f50000);
}
.leader-social .social[href*="mailto:"]::after {
    content: "\f0e0";
}
.leader-social .social[href*="mailto:"]:hover {
	background: #161615;
}
.leader-social .social::after {
    content: "\f109";
}


@media screen and (min-width:910px) {

	#accordion li {
		width: calc(33.333333333% - 40px);
	}
	#accordion li:nth-of-type(3n+2) {
	    margin-left: 60px;
	    margin-right: 60px;
	}
	 #accordion li{
		width: calc(25% - 45px);
	}
	 #accordion li:nth-of-type(4n+1) {
		clear: left;
	}
	 #accordion li:nth-of-type(3n+2) {
		margin-left: 0;
		margin-right: 0;
	}
	 #accordion li:nth-of-type(4n+2) {
		margin-left: 60px;
		margin-right: 30px;
	}
	 #accordion li:nth-of-type(4n+3) {
		margin-left: 30px;
		margin-right: 60px;
	}

	#accordion .accordion-content {
		width: calc(300% + 120px);
	}

	 #accordion .accordion-content {
	 	width: calc(400% + 180px);
	}
	#accordion li:nth-of-type(3n+2) .accordion-content {
		left: calc(-100% - 60px);
	}
	#accordion li:nth-of-type(3n+3) .accordion-content {
		left: calc(-200% - 120px);
	}
	 #accordion li:nth-of-type(4n+1) .accordion-content {
		left: 0;
	}
	 #accordion li:nth-of-type(4n+2) .accordion-content {
		left: calc(-100% - 60px);
	}
	 #accordion li:nth-of-type(4n+3) .accordion-content  {
		left: calc(-200% - 120px);
	}
	 #accordion li:nth-of-type(4n+4) .accordion-content  {
		left: calc(-300% - 180px);
	}
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}


.footer-section {
	float: left;
	margin-bottom: 3em;
	width: 100%;
}
@media screen and (min-width: 868px) {
	.footer-section {
	float: left;
	margin: 0;
	text-align: center;
		width: 33.333333333%;
	}
	.footer-section.social-menu-section {
	
	}
	.footer-section.footer-widget-section {
		text-align: center;
	}
	.footer-section.contact-menu-section {
		text-align: right;
	}
}
.footer-section .widget-area {
	float: none;
}
.site-info {
	float: right;
	padding: 3em 0;
	text-align: center;
	width: 100%;
}
@media screen and (min-width: 868px) {
.site-info {
text-align: right;
width: auto;
}
}
#menu-contact-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu-contact-menu li {
	margin: 0;
	padding: 0;
}
#menu-contact-menu li a {
	color: #000000;
}
.edit-link {
	display: none;
}
.social-menu-section form {
	position: relative;
	width: 100%;
}
.social-menu-section button {
    background: transparent !important;
    color: rgba(0,0,0,0) !important;
    border: none !important;
    border-radius: 0 !important;
    display: inline-block !important;
    float: none !important;
    line-height: 2em !important;
    margin: 24px 0 0 6px !important;
    padding: 0 !important;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    width: 24px !important;
    min-height: 0 !important;
    text-indent: -3em;
}
.social-menu-section button:hover {
	color: rgba(0,0,0,0.7) !important;
	text-indent: -10em
}
.social-menu-section button span::after {
	color: #161615;
	content: "\f1d8";
	font: normal normal normal 1.5em/2em FontAwesome;
	display: block;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	transition: color 0.5s ease-in-out;
	position: absolute;
	text-indent: 0;
}
.social-menu-section button:hover span::after{
	color: #4b295d;
}
span.EMAIL-label {
	float: left;
	text-align: left;
	margin: 0 !important;
	width: 100%;
}
.yikes-easy-mc-form input[type=email] {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	float: left;
	max-width: 100% !important;
	width: 100% !important;
}

.yikes-easy-mc-form .field-no-label, .yikes-easy-mc-form label {
	margin: 0 !important;
}

.yikes-easy-mc-form .field-no-label, .yikes-easy-mc-form label {
	float: left;
	width: calc(100% - 48px) !important;
}

a.call-to-action {
	background: rgba(255,255,255,1);
	color: #161615;
    font-size: 1.75em;
    font-weight: 700;
    margin: 0 auto;
    padding: 0.25em 1em;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
}

a.call-to-action:hover {
	background: rgba(255,255,255,0.8);
}

p.cta {
	margin: 6em 0;
	text-align: center;
}


html.esports {
	background: #fff;
	display: initial;
	flex-direction: initial;
	height: initial;
	background-attachment: initial;
}

.esports body {
	color: #000;
	font-size: 120%;
}

.esports section {
	padding: 6em 3em;
}

.esports .site-info {
	background: #161616;
	color: #fefefe;
	padding: 3em;
	text-align: center !important;
	width: 100% !important;
}

.esports .background-image {
	position: relative;
	z-index: 1;
}

.esports .background-image::before {
	background: rgba(22,22,22,0.5);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.esports .site-footer {
	height: auto !important;
}

.map-wrapper {
	background-position: center center;
	background-size: cover;
	box-sizing: border-box;
	margin-top: -10em;
	padding: 3em;
	width: 100%;
}

.map {
	margin: auto;
	max-width: 1400px;
	position: relative;
}

#map-image {
  height: auto;
  width: 100%;
}

.marker {
  height: auto;
  position: absolute;
  width: auto;
}

.office-marker,
.regional-marker {
	height: 20px;
	max-height: 30px;
	position: relative;
	width: auto;
}

@media screen and (min-width: 768px) {
	.office-marker,
	.regional-marker {
		height: 30px;
	}
}

.office-marker {
  transform: translate(-50%, -50%);
}

.regional-marker {
  transform: translate(-50%, -100%);
}

.amsterdam {
  left: 48.35%;
  top: 31.35%;
}

.bangkok {
  left: 74.5%;
  top: 56.55%;
}

.berlin {
  left: 50.5%;
  top: 31.2%;
}

.beijing {
  left: 79.1%;
  top: 40.75%;
}

.bogota {
  left: 26%;
  top: 61.7%;
}

.cairo {
  left: 55.5%;
  top: 47%;
}

.delhi {
  left: 68.5%;
  top: 48%;
}

.dubai {
	left: 62.2%;
	top: 49.5%;
}

.frankfurt {
	left: 49.5%;
	top: 33.5%;
}

.hong-kong {
  left: 78.5%;
  top: 51.25%;
}

.istanbul {
  left: 54.95%;
  top: 39.5%;
}

.johannesburg {
  left: 54.5%;
  top: 79%;
}

.london {
  left: 46.7%;
  top: 31.65%;
}

.los-angeles {
  left: 14%;
  top: 44.25%;
}

.madrid {
  left: 45.75%;
  top: 40%;
}

.mexico-city {
  left: 18.85%;
  top: 52.5%;
}

.miami {
  left: 24.25%;
  top: 49%;
}

.moscow {
  left: 57%;
  top: 30%;
}

.mumbai {
  left: 67.25%;
  top: 53.35%;
}

.new-york {
  left: 26%;
  top: 39.55%;
}

.new-york .office-marker {
	height: 32px;
	max-height: 44px;
	
}

@media screen and (min-width: 768px) {
	.new-york .office-marker {
		height: 44px;
	}
}

.paris {
  left: 47.5%;
  top: 34.2%;
}

.rio-de-janeiro {
  left: 34.85%;
  top: 77%;
}

.rome {
  left: 50.5%;
  top: 39%;
}

.santiago {
  left: 27%;
  top: 84%;
}

.seoul {
  left: 82%;
  top: 41.8%;
}

.shanghai {
  left: 80%;
  top: 46%;
}

.singapore {
  left: 75.25%;
  top: 63%;
}

.sydney {
  left: 88.2%;
  top: 83.55%;
}

.tokyo {
  left: 85.25%;
  top: 43.25%;
}

.toronto {
  left: 24.55%;
  top: 37.5%;
}

.locations {
 background: #D7D7D7;
 float: left;
 width: 100%;
}

.location-section {
	padding-bottom: 3em;
}

.location-section {
	color: #161615;
	width: 100%;
}

.location-section img {
	height: 30px;
	float: left;
	margin-bottom: 1em;
	width: auto;
}

.location-section h3 {
	clear: left;
}

@media screen and (min-width: 813px) {

	.location-section {
		float: left;
		width: calc(50% - 1.5em);
	}

	.location-section.offices {
		margin-right: 3em;
	}


}

.offices-list-wrapper,
.team-list-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.team-countries {
	list-style: none;
	margin: 0;
	padding: 0;
}

.office-address,
.team-list {
	margin:0 3em 3em 0;
}

.offices-list-wrapper div:last-of-type, .team-list-wrapper div:last-of-type {
	margin-right: 0;
}

