/*!
Theme Name: Live Nation Entertainment
Theme URI: http://underscores.me/
Author: Live Nation Digital
Author URI: http://underscores.me/
Description: Live Nation Entertainment corporate website theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lne
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.

Live Nation Entertainment is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Frequently Used Items
# Normalize
# Fonts
# Elements
# Typography
# Grid
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Frequently Used Items
--------------------------------------------------------------*/
/*$font-stack: "livenation-regular", "proxima nova", helvetica, arial, sans-serif;
$ln-red:#E21836;
$ln-black:#191919;
$vinyl-black:#262626;
$dark-grey:#5C5C5C;
$grey:#8C8C8C;
$medium-grey:#B6B6B6;
$light-grey:#D8D8D8;
$hot-white:#F4F4F4;
$alternate:#25A09A;
$success:#23CE6B;
$failure:#D33F49;
$alert:#FFC53A;
$sm @media (max-width: 23.375em) - max-width 374 pixels
$md @media (min-width: 23.4375em) - min-width 375 pixels
$lg @media (min-width: 46.25em) - min-width 720 pixels
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

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

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
	font-family: 'Proxima-Nova-Bold';
	src: url('fonts/Proxima-Nova-Bold.eot');
	src: local('☺'), url('fonts/Proxima-Nova-Bold.woff') format('woff'), url('fonts/Proxima-Nova-Bold.ttf') format('truetype'), url('fonts/Proxima-Nova-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima-Nova-Medium';
	src: url('fonts/ProximaNova-Medium.eot');
	src: local('☺'), url('fonts/ProximaNova-Medium.woff') format('woff'), url('fonts/ProximaNova-Medium.ttf') format('truetype'), url('fonts/ProximaNova-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima-Nova-Regular';
	src: url('fonts/proxima_nova_reg-webfont.eot');
	src: local('☺'), url('fonts/proxima_nova_reg-webfont.woff') format('woff'), url('fonts/proxima_nova_reg-webfont.ttf') format('truetype'), url('fonts/proxima_nova_reg-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Tungsten-Semibold';
	src: url('fonts/Tungsten-Semibold.eot');
	src: local('☺'), url('fonts/Tungsten-Semibold.woff') format('woff'), url('fonts/Tungsten-Semibold.ttf') format('truetype'), url('fonts/Tungsten-Semibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Tungsten-Medium';
	src: url('fonts/Tungsten-Medium.eot');
	src: local('☺'), url('fonts/Tungsten-Medium.woff') format('woff'), url('fonts/Tungsten-Medium.ttf') format('truetype'), url('fonts/Tungsten-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	font-size: 62.5%; /* To reset text baseline to 16px */
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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%;
}

/* Commented out until we decide which element the gradient will be placed on
Nate Tharp 20180509
header {
	background-image:
		linear-gradient(
			to right, 
			#e11836, #191919
		);
	background-color:#e11836;
	height:30px;
}*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #191919;
	font-family:'livenation-regular', 'proxima nova', arial, helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
	line-height: 1.4;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	margin-bottom: 2rem;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}






/* For devices up to 374px */
/* 320px - 374px */
.milli {font-size: 1.00rem;}
.centi {font-size: 1.12rem;}
.uno, p {font-size: 1.26rem;}
.hecto {font-size: 1.42rem;}
.kilo {font-size: 1.60rem;}
.mega {font-size: 1.80rem;}
.giga {font-size: 2.03rem;}
.tera {font-size: 2.29rem;}
.peta {font-size: 2.58rem;}
.exa, h3 {font-size: 2.90rem;}
.zetta {font-size: 3.27rem;}
.yotta, h2 {font-size: 3.69rem;}
.bronto {font-size: 4.16rem;}
.geop, h1 {font-size: 4.68rem;}
.sagan {font-size: 5.28rem;}
.pija {font-size: 5.96rem;}
.alpha {font-size: 6.72rem;}
.kryat {font-size: 7.56rem;}
.amos {font-size: 8.52rem;}
.pectrol {font-size: 9.60rem;}
.bolger {font-size: 10.80rem;}
.sambo {font-size: 12.12rem;}
.quesa {font-size: 13.61rem;}
.kinsa {font-size: 15.27rem;}
.ruther {font-size: 17.10rem;}
.dubni {font-size: 19.10rem;}
.seaborg {font-size: 21.32rem;}
.bohr {font-size: 23.76rem;}
.hassiu {font-size: 26.42rem;}
.ruther {font-size: 29.30rem;}
.darmstad {font-size: 32.46rem;}
.roent {font-size: 35.90rem;}
.coper {font-size: 39.62rem;}


/* For devices larger than 374px */
@media (min-width: 23.4375em) { /* 375px - 719px */
	.milli {font-size: 1.12rem;}
	.centi {font-size: 1.26rem;}
	.uno, p {font-size: 1.41rem;}
	.hecto {font-size: 1.60rem;}
	.kilo {font-size: 1.80rem;}
	.mega {font-size: 2.03rem;}
	.giga {font-size: 2.29rem;}
	.tera {font-size: 2.58rem;}
	.peta {font-size: 2.90rem;}
	.exa, h3 {font-size: 3.27rem;}
	.zetta {font-size: 3.69rem;}
	.yotta, h2 {font-size: 4.16rem;}
	.bronto {font-size: 4.68rem;}
	.geop, h1 {font-size: 5.28rem;}
	.sagan {font-size: 5.96rem;}
	.pija {font-size: 6.72rem;}
	.alpha {font-size: 7.56rem;}
	.kryat {font-size: 8.52rem;}
	.amos {font-size: 9.60rem;}
	.pectrol {font-size: 10.80rem;}
	.bolger {font-size: 12.12rem;}
	.sambo {font-size: 13.61rem;}
	.quesa {font-size: 15.27rem;}
	.kinsa {font-size: 17.10rem;}
	.ruther {font-size: 19.10rem;}
	.dubni {font-size: 21.32rem;}
	.seaborg {font-size: 23.76rem;}
	.bohr {font-size: 26.42rem;}
	.hassiu {font-size: 29.30rem;}
	.ruther {font-size: 32.46rem;}
	.darmstad {font-size: 35.90rem;}
	.roent {font-size: 39.62rem;}
	.coper {font-size: 43.62rem;}
}

/* For devices larger than 719px */
@media (min-width: 45em) { /* 720px - 1440px */
	.milli {font-size: 1.26rem;}
	.centi {font-size: 1.42rem;}
	.uno, p {font-size: 1.60rem;}
	.hecto {font-size: 1.80rem;}
	.kilo {font-size: 2.03rem;}
	.mega {font-size: 2.29rem;}
	.giga {font-size: 2.58rem;}
	.tera {font-size: 2.90rem;}
	.peta {font-size: 3.27rem;}
	.exa, h3 {font-size: 3.69rem;}
	.zetta {font-size: 4.16rem;}
	.yotta, h2 {font-size: 4.68rem;}
	.bronto {font-size: 5.28rem;}
	.geop, h1 {font-size: 5.96rem;}
	.sagan {font-size: 6.72rem;}
	.pija {font-size: 7.56rem;}
	.alpha {font-size: 8.52rem;}
	.kryat {font-size: 9.60rem;}
	.amos {font-size: 10.80rem;}
	.pectrol {font-size: 12.12rem;}
	.bolger {font-size: 13.61rem;}
	.sambo {font-size: 15.27rem;}
	.quesa {font-size: 17.10rem;}
	.kinsa {font-size: 19.10rem;}
	.ruther {font-size: 21.32rem;}
	.dubni {font-size: 23.76rem;}
	.seaborg {font-size: 26.42rem;}
	.bohr {font-size: 29.30rem;}
	.hassiu {font-size: 32.46rem;}
	.ruther {font-size: 35.90rem;}
	.darmstad {font-size: 39.62rem;}
	.roent {font-size: 43.62rem;}
	.coper {font-size: 47.97rem;}
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}


.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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%;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Mobile Small - For devices up to 374px */
@media (min-width: 20em) { /* 320px - 374px */
  .container {
    max-width: 23.375em; /* 374px */
  }
}

/* Mobile - For devices larger than 374px */
@media (min-width: 23.4375em) {/* 375px - 719px */
  .container {
    max-width: 43.75em; /* 720px */
  }
}

/* For devices larger than 719px */
@media (min-width: 45em) { /* 720px - 1440px */
  .container {
    max-width: 90em; /* 1440px */
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Small - For devices up to 374px */
@media (min-width: 20em) { /* 320px - 374px */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

/* Mobile - For devices larger than 374px */
@media (min-width: 23.4375em) { /* 375px - 719px */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

/* For devices larger than 719px */
@media (min-width: 45em) { /* 720px - 1440px */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* For devices larger than 719px */
@media (min-width: 45em) { /* 720px - 1440px */
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

/* Mobile Small - For devices up to 374px */
@media (min-width: 20em) { /* 320px - 374px */
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/* Mobile - For devices larger than 374px */
@media (min-width: 23.4375em) {/* 375px - 719px */
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/* For devices larger than 719px */
@media (min-width: 45em) { /* 720px - 1440px */
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}


/*--------------------------------------------------------------
# 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, 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:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	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;
}

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;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:link, a:visited {
	color: #e21836;
	text-decoration:none;
}

a:hover, a:focus, a:active {
	color: #a91128;
	text-decoration:underline;
}

a:focus {
	outline: 0;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.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 li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
    width: auto;
    display: table;
    position: relative;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation .menu > li.current-menu-item > a:after ,
.main-navigation .menu > li > a:hover:after {
    display: block;
    border-bottom: 3px #e21836 solid;
    width: 100%;
    content: "";
    position: absolute;
    bottom: -4px;
}
.sub-menu .current-menu-item a {
	color: #e21836;
}
.big-p h4 a:hover {
    text-decoration: none !important;
    border-bottom: 3px solid #e21836;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

ul.sub-menu {
    text-align: left;
    background: rgba(0,0,0,0.3);
}

ul.sub-menu li {
    padding: 10px 20px;
}
ul.sub-menu li a:hover {
	color: #E21836;
}
ul.sub-menu li a:hover:after {
    display: none;
}
input.search-field {
    display: inline-block;
    vertical-align: top;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.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: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.page-skip-links {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}

a.page-skip-links:active, 
a.page-skip-links:focus, 
a.page-skip-links:hover {
    left: 0; 
    top: 0;
    width: auto; 
    height: auto; 
    overflow: visible; 
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	clip-path: none;
	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;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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,
.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;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/*--------------------------------------------------------------
## 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.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Custom
--------------------------------------------------------------*/

#masthead {
    position: absolute;
    display: block;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: auto;
	padding: 50px 0px;
	z-index: 99;
}

.navigation-container {
    padding: 20px 0px;
    line-height: 1;
}

.logo-container {
    height: 80px;
}

nav#site-navigation {
    text-align: center;
}

.main-navigation li {
    float: none;
    vertical-align: middle;
    display: inline-block;
    margin-top: 5px;
}

.main-navigation li a {
    color: #FFF;
    font-size: 28px;
    text-transform: uppercase;
    font-family: "Proxima-Nova-Bold";
    font-weight: 400 !important;
    letter-spacing: 0.1em;
}
.main-navigation li:not(:last-child) {
    margin-right: 35px !important;
}
.search-container {

}
form#searchform {
	text-align: right;
    display: table;
    float: right;
    margin-right: 15px;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
	transition: all ease-in-out .4s;
}

form#searchform>* {
    display: inline-block;
    vertical-align: middle;
}

form#searchform img {
    cursor: pointer;
}

form#searchform>input {
    font-family: 'Proxima-Nova-Bold';
    margin-right: 20px;
    background: none;
    color: #FFF;
    border-radius: 0px;
    border: 0px;
    width: 0px;
    padding: 0px;
    margin: 0px;
    letter-spacing: 0.1em;
}

form#searchform>input::placeholder {
    color: #FFF;
}
form#searchform>input:focus {
    outline: none;
}
#searchform:hover {
    border-radius: 0px;
}

#searchform:hover input {
    width: 300px;
}

#searchform input {
    transition: all ease-in-out .4s;
}
footer#colophon {
    padding: 100px 0px 75px;
    background: #111;
    overflow: hidden;
    color: #FFF;
}
#footer {
    margin: auto;
	padding-bottom: 240px;
}
div#footer>div:not(:last-child) {
    padding-right: 190px;
}
#footer h4 {
    font-family: "Proxima-Nova-Bold";
    font-size: 34px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px #343434 solid;
}

#footer ul {
    margin-left: 0;
    padding-left: 0px;
    list-style: none;
}

#footer ul li a {
    font-size: 34px;
    color: #ffffff57;
    line-height: 1;
}

#footer ul li {
    margin-bottom: 40px;
}
#copyright {
    border-top: 1px #343434 solid;
	padding-top: 75px;
}
#copyright .container {
	margin: auto;
}
.footer-logo {
    margin-right: -90px;
}

ul#legal-menu {	
    margin-left: 0;	
    padding-left: 0px;	
}

 ul#legal-menu li {	
    padding-left: 0px;	
    list-style: none;	
    display:inline;	
}

.footer-links a {
    font-family: "Proxima-Nova-Bold";
    font-size: 22px !important;
    color: #ffffff57;
    text-transform: uppercase;
    padding-right: 15px;
    display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.1em;
}
.footer-links strong {
    font-family: "Proxima-Nova-Bold";
    font-size: 30px !important;
    color: #ffffff57;
    padding-right: 15px;
    display: inline-block;
	font-weight: 400;
	vertical-align: middle;
}
.footer-links {
    margin-bottom: 5px !important;
}
#copyright p {
    font-family: "Proxima-Nova-Regular";
    font-size: 18px !important;
    color: #ffffff57;
    text-transform: uppercase;
	letter-spacing: 0.1em;
	
}
.footer-socials {
    text-align: right;
}
.footer-socials li {
    display: inline-block;
    list-style: none;
    vertical-align: middle;
    margin-right: 70px;
}

.footer-socials li:last-child {
    margin-right: 0px;
}
.featured-middle.container {
    margin: auto;
    float: none !important;
}
.featured-post .vc_gitem_row.vc_row.vc_gitem-row-position-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
	z-index: 10;
}
.featured-post {
    padding-left: 180px;
}

.featured-post h1 {
    font-family: "Tungsten-Semibold";
    color: #FFF;
    max-width: 65%;
    font-size: 160px;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
#hero h1,
.archive-hero h1 ,
.single-hero h1 {
    font-family: "Tungsten-Semibold";
    color: #FFF;
    font-size: 140px;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.single-hero:after , .featured-post:after , .archive-hero:after , #hero:after{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #0009;
    display: block;
    content: "";
    visibility: visible;
}
.carousel-date , 
.featured-post p , 
.single-hero .posted-on {
    color: #FFF;
    text-transform: uppercase;
    font-family: "Tungsten-Semibold";
    font-size: 32px;
    padding-bottom: 10px;
    border-bottom: 4px #e21836 solid;
    display: table;
	letter-spacing: 0.1em;
}
.archive-post-date {
    color: #000;
    text-transform: uppercase;
    font-family: "Tungsten-Semibold";
    font-size: 32px;
    padding-bottom: 10px;
	margin-bottom: 60px;
    border-bottom: 4px #e21836 solid;
    display: table;
	letter-spacing: 0.1em;
}
.archive-post-title {
    color: #000;
    text-transform: uppercase;
    font-family: "Tungsten-Semibold";
    font-size: 56px;
    padding-bottom: 10px;
	max-width: 900px;
    display: table;
	letter-spacing: 0.1em;
}
.archive-post-title a {
    color: #000;
}
.single-hero .posted-on {
	margin: 0px auto 50px auto; 
}
a.custom-red-button.white-text,
.featured-post .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline ,
.custom-red-button .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline {
    color: #fff;
    font-family: "Proxima-Nova-Bold";
    font-size: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 40px 90px;
    border-color: #e21836;
    border-width: 3px;
    margin-top: 50px;
}
.page-content .search-form input.search-submit,
button.red-button ,
input[type="submit"].red-button {
    color: #000;
	background: none;
    font-family: "Proxima-Nova-Bold";
    font-size: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 30px 50px !important;
    border-color: #e21836;
    border-width: 3px;
    margin-top: 50px;
	cursor: pointer;
	border-radius: 0px;
}
.page-content .search-form input.search-submit:hover,
button.red-button:hover ,
input[type="submit"].red-button:hover {
    background: #e21836;
	color: #fff;
}
.page-content .search-form input.search-submit:focus,
button.red-button:focus ,
input[type="submit"].red-button:focus {
    outline: none;
}
input[type="submit"].red-button{
	color: #fff;
	display: table;
	margin: 100px auto 0px;
}
input[type="submit"].red-button:hover {
	color: #fff !important;
}
#clear-filter {
	margin-right: 40px;
}
.custom-red-button.dark-text .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline {
	color: #000 !important;
}
.custom-red-button.dark-text .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:hover {
    color: #fff!important;
    border-color: #ff0024;
    background-color: #ff0024;
}
.page-content .search-form input.search-submit:focus,
button.red-button:focus {
	outline: none;
}
.page-content .search-form input.search-submit:hover,
button.red-button:hover,
.featured-post .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:hover ,
.custom-red-button .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:hover {
   	border-color: #e21836;
    background-color: #e21836;
	color: #FFF !important;

}
.large-title {
    font-family: "Tungsten-Semibold";
    font-size: 120px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.medium-title {
    font-family: "Tungsten-Semibold";
    font-size: 82px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.big-h4 .medium-title:after {
	display: none;
}
.entry-content h1 {
    font-family: "Tungsten-Semibold";
    font-size: 84px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.entry-content h2 , .news-sidebar h2 {
    font-family: "Tungsten-Semibold";
    font-size: 82px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.large-title:after {
    content: "";
    width: 280px;
    background: #e21836;
    height: 2px;
    display: block;
    margin: 25px auto;
}
.medium-title:after {
    content: "";
    width: 120px;
    background: #e21836;
    height: 2px;
    display: block;
    margin: 25px auto;
}
.entry-content h1:after {
    content: "";
    width: 280px;
    background: #e21836;
    height: 2px;
    display: block;
    margin: 65px 0px;
}
.entry-content h2:after {
    content: "";
    width: 280px;
    background: #e21836;
    height: 2px;
    display: block;
    margin: 35px 0px 80px;
}
.news-sidebar h2:after {
    content: "";
    width: 120px;
    background: #e21836;
    height: 2px;
    display: block;
    margin: 30px 0px 80px;
}
.scrollbar {
    top: 990px;
    position: relative;
}
.wrap {
	position: relative;
	margin: 3em 0;
}
.frame {
	height: 940px;
	line-height: 840px;
	overflow: hidden;
    position: relative;
}
.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 50px;
}
.frame ul li {
	float: left;
	width: 795px;
	height: 100%;
	margin: 0 1px 0 0;
	padding: 0;
	color: #ddd;
	text-align: center;
	cursor: default;
	background-size: cover !important;
	position: relative;
	background-position: center center !important;
}
#press-release-carousel.frame ul li {
	width: 720px;
}
#press-release-carousel.frame ul li:not(:last-child) {
	margin-right: 15px !important;
}
#press-release-carousel.frame {
	height: 960px;
}

#press-release-carousel .press-release-image {
	width: 100%;
	height: 480px;
	background-size: cover !important;
}
#press-release-carousel .press-post-content {
    height: 480px;
    padding: 80px;
    background: #FFF;
}

#press-release-carousel .press-post-content h5 {
    color: #000;
}

#press-release-carousel .press-post-content h4 {
    margin-left: 0px;
    padding-left: 0px;
    text-align: left;
    font-size: 36px;
    color: #000;
    line-height: 50px;
    margin-top: 40px;
    font-family: "Proxima-Nova-Medium";
}
#press-release-carousel .press-post-content a:hover {
	border: 0;
	text-decoration: 0;
    color: #e21836;
}
#recent-press-releases .scrollbar {
    top: 1010px;
    background: #606060;
} 
#recent-press-releases .scrollbar .handle {
    background: #fff;
} 

/* Scrollbar */
.scrollbar {
	height: 2px;
    background: #ccc;
    line-height: 0;
    max-width: 2600px;
    margin-left: 0px;
}
.scrollbar .handle {
	width: 600px;
	height: 100%;
	background: red;
	cursor: pointer;
}
.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}


/* Controls */
.controls { margin: 25px 0; text-align: center; }


.carousel-post-content {
    position: absolute;
    top: 470px;
    padding: 150px 70px;
    text-align: left;
    width: 100%;
    display: block;
	z-index: 2;
}
.carousel-post-content h4 {
    font-family: 'Proxima-Nova-Medium';
    color: #fff;
    font-size: 36px;
    line-height: 50px;
    margin-top: 40px;
}
.carousel-post-content a:hover {
	border: 0;
	text-decoration: none;
}

#centered.frame li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #0000004d;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.slanted>div:before {
    content: "";
	height: 300px;
    width: 110%;
    position: absolute;
    top: -250px;
    background: #FFF;
    display: block;
    right: -15px;
    transform-origin: 100%;
    transform: rotate(-5deg);
}
.bottom-slant>div:after {
    content: "";
    height: 350px;
    width: 110%;
    position: absolute;
    top: -350px;
    background: #1B1B1B;
    display: block;
    left: -15px;
    transform-origin: 100%;
    transform: rotate(-5deg);
}
.reversed-slant>div:before {
    content: "";
    height: 400px;
    width: 110%;
    position: absolute;
    top: -440px;
    background: #f1f2f4;
    display: block;
    left: -15px;
    transform-origin: 100%;
    transform: rotate(5deg);
}
.bottom-slant>div,
.slanted>div, 
.reversed-slant>div {
    position: relative;
}
.leader p,
.big-p p ,
.big-p li {
	color: #605c5c;
	font-family: "Proxima-Nova-Regular";
	font-size: 36px;
	line-height: 2;
}
.leader p {
    max-width: 920px;
    line-height: 56px;
    margin-bottom: 45px;
}
.white-text p {
	color: #FFF;
}
.single-hero {
	min-height: 90vh;
	display: table;
	width: 100%;
	background-size: cover !important;
	position: relative;
	z-index: 1;
} 
.archive-hero {
	min-height: 70vh;
	display: table;
	width: 100%;
	background-size: cover !important;
	position: relative;
	z-index: 1;
} 
.archive-hero > div,
.single-hero > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	position: relative;
	z-index: 1;
}

.archive-hero > div > div ,
.single-hero > div > div {
    max-width: 1240px;
    margin: auto;
}
.single-container {
    max-width: 1640px;
    padding: 135px 200px;
    background: #FFF;
    margin: -140px auto 0px;
    z-index: 10;
    position: relative;
}
.single-shares-container {
	position: sticky;
}
ul.single-shares {
    margin: 0;
    padding: 0;
    position: absolute;
    left: -200px;
    text-align: center;
    top: 210px;
}

ul.single-shares li {
    list-style: none;
	margin-bottom: 20px;
}
ul.single-shares li.share-icon {
    border: 1px #CCC solid;
    border-radius: 50%;
	display: table;
    list-style: none;
    width: 75px;
    height: 75px;
}
ul.single-shares li.share-title {
    font-family: "Proxima-Nova-Bold";
    letter-spacing: 0.1em;
    color: #000;
    font-size: 24px;
}
ul.single-shares li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
.entry-content {
    margin-top: 0px;
}
.post-footer {
    padding: 90px 0px;
    border-top: 1px solid #ccc;
}

.small-h4,
.news-sidebar h4 {
    font-family: "Tungsten-Semibold";
    font-size: 36px;
    margin-bottom: 35px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	position: relative;
}
.entry-content h4 {
    font-family: "Proxima-Nova-Bold";
    font-size: 36px;
    margin-bottom: 35px;
}
.post-footer a {
    display: inline-block;
    padding: 20px 25px;
    color: #000;
    font-family: "Proxima-Nova-Bold";
    border: 3px solid #e21836;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0.1em;
}
.post-footer a:hover {
	text-decoration: none;
	color: #FFF !important;
	background: #e21836;
}
.entry-content p img {
    max-width: 1880px;
    margin-left: -320px;
}
.entry-content ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 100px;
}
ul.people {
    background: #f2f2f2;
    border-top: 3px #e21836 solid;
}

ul.people li {
    padding: 35px 50px;
    border-bottom: 2px solid #fff;
    overflow: hidden;
    margin-bottom: 0px !important;
}

ul.people li br {
	display: none;
}

ul.people li img {
    float: left;
    margin-right: 25px;
}

ul.people li strong {
    font-size: 34px;
    color: #000;
    font-weight: 400;
    display: block;
    line-height: 1;
}

ul.people li a {
    line-height: 1;
    display: block;
    color: #605c5c;
}
section#news-items {
    max-width: 2840px;
    padding: 180px 0px;
}
.news-list .row {
    padding-bottom: 65px;
    margin-bottom: 65px;
        border-bottom: 2px #e5e5e5 solid;
}

.news-list .row>div:first-child {
    padding-left: 0px;
}
.archive-post-thumbnail {
	display: block;
	width: 100%;
	height: 480px;
	background-size: cover !important;
}
ul.filter {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
}

ul.filter li {
    display: inline-block;
    min-width: 280px;
    vertical-align: top;
    padding: 10px 0px;
    font-size: 28px;
    color: #605c5c;
    font-family: "Proxima-Nova-Regular";
}
.filter input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    top: 0;
}

.filter .control {
    display: inline-block;
    vertical-align: middle;
}
ul#financial-sidebar {
	margin: 0;
    padding: 100px 0px;
    margin-top: 100px;
    text-align: center;
    border-top: 1px #CCC solid;
    max-width: 620px;
}
ul#financial-sidebar h3:before {
	content: url(img/financial-icon.png);
	display: block;
	margin: 40px auto;
}
ul#financial-sidebar h3:after {
    content: "";
    width: 120px;
    display: block;
    height: 2px;
    background: #f00;
    margin: 40px auto;
}
ul#financial-sidebar h3 {
    font-size: 56px;
    font-family: "Tungsten-Semibold";
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
ul#financial-sidebar p {
    font-size: 34px;
	line-height: 45px;
    font-family: "Proxima-Nova-Regular";
	color: #605c5c;
}
ul#financial-sidebar .custom-red-button a {
    margin-top: 0px;
}
nav.pagination {
	text-align: center;
}
nav.pagination a {
    color: #808080;
}
nav.pagination span.current, .pagination a:hover {
    border-bottom: 4px #f00 solid;
    text-decoration: none;
	color: #000;
}
nav.pagination a, nav.pagination span {
    font-family: "Tungsten-Semibold";
    font-size: 34px;
    margin: 0px 5px;
    padding: 0px 20px;
}
a.next.page-numbers {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.toggler {
    background: url(img/reduce.png) center center no-repeat;
    position: absolute;
    right: 65px;
    height: 20px;
    width: 20px;
    top: 9px; 
	cursor: pointer;
	background-size: 18px !important;
}
.toggler.active {
    background: url(img/expand.png) center center no-repeat;
}
.leader h1 {
    font-family: "Tungsten-Semibold";
    font-size: 160px;
    line-height: 0.9;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.leader h1 span {
    /*color: #f1f2f4;
    text-shadow: -3px -3px 0 #e21836, 3px -3px 0 #e21836, -3px 3px 0 #e21836, 3px 3px 0 #e21836;*/
}

.leader h4 {
    font-family: "Tungsten-Semibold";
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-bottom: 2px #e21836 solid;
    padding-bottom: 45px;
    margin-bottom: 70px;
}
.small-h4 {
    font-family: "Tungsten-Semibold";
    font-size: 46px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
#impact-bottom .small-h4:after ,
#dark-media-assets .small-h4:after {
	content: "";
	height: 2px;
	width: 60px;
	margin: 45px auto 130px;
	background: #e21836;
	display: block;
}
#impact-bottom .small-h4:after {
	margin-bottom: 0px;
	margin-top: 30px;
}
#impact-bottom .medium-title:after {
	width: 230px;
}
.leader.left-aligned h1, 
.leader.left-aligned h4 {
    position: relative;
    padding-left: calc((100vw - 2200px)/2);
}

.left-padded.custom-red-button {
    position: relative;
    left: calc((100vw - 2200px)/2);
}

.leader.left-aligned p {
    left: calc((100vw - 2200px)/2);
    position: relative;
}
.over {
	position: relative;
	z-index: 5;
}
.under {
	position: relative;
	z-index: 1;
}
ul.download-links {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    overflow: hidden;
}

ul.download-links li.download-link {
    float: left;
    margin-right: 10px;
}

ul.download-links li.download-all {
    float: right;
    border-bottom: 3px #fa012f solid;
}
.media-links-light ul.download-links li a {
	color: #6A6A6A;
}
ul.download-links li a {
    color: #000;
    font-family: Tungsten-Semibold;
    font-size: 32px;
    letter-spacing: 0.1em;
}
ul.download-links li a:hover {
	text-decoration: none;
}

ul.download-links li:not(:first-child):not(:last-child):after {
    content: "|";
    font-size: 31px;
    font-family: "Tungsten-Semibold";
    line-height: 1.5;
    float: left;
    margin-right: 10px;
}
ul.download-links li:not(:last-child) a:before {
    content: "";
    background: url(img/download-icon.png) top center no-repeat;
    background-size: 20px;
    height: 28px;
    width: 25px;
    display: block;
    float: right;
    margin-left: 5px;
    margin-top: 10px;
}
.media-links-light ul.download-links li:not(:last-child) a:before {
    background: url(img/download-icon-light.png) top center no-repeat;
}
.media-links-light ul.download-links li:not(:first-child):not(:last-child):after {
	color: #6A6A6A;
}
#news-bottom .container, #impact-bottom .container {
	float: none;
	margin: auto;
}
#impact-bottom.bottom-slant>div:after {
    background: #f1f2f4;
    left: -25px;
}
.our-culture-slant.bottom-slant>div:after {
    background: #f3f3f3;
    left: -25px;
}
.our-culture-slant .container {
	margin-left: auto !important;
	margin-right: auto !important;
}
.no-results.not-found h1,
.search-results h1 {
    font-family: "Tungsten-Semibold";
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 46px;
}
header.search-results {
    display: block;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 2px #e5e5e5 solid;
}
.search-no-results .page-content p,
.results-count {
	font-size: 29px;
	color: #605c5c;
	display: block;
	line-height: 51px;
	font-family: "Proxima-Nova-Regular";
}
.page-content .search-form input {
	margin-top: 0px !important;
}
.page-content .search-form input {
    padding: 25px;
    border-radius: 0;
    border: 2px #E5E5E5 solid;
    font-family: "Proxima-Nova-Bold";
    color: #000;
}
.global-links a {
    color: #6A6A6A;
    font-size: 29px;
    font-family: "Proxima-Nova-Regular";
}

.global-links h4 {
    border-bottom: 3px #e21836 solid;
    display: table;
    margin-top: 75px;
    font-size: 67px;
}
.outlined {
    color: white;
    text-shadow:
       -2px -1px 0 #e21836,  
        2px -1px 0 #e21836,
        -2px 1px 0 #e21836,
         2px 1px 0 #e21836
}
.error404 .archive-hero:after {
    display: none;
}
@supports((text-stroke: 2px #e21836) or (-webkit-text-stroke: 2px #e21836)) {
    .outlined {
        color: transparent;
        -webkit-text-stroke: 2px #e21836;
        text-stroke: 2px #e21836;
        text-shadow: none;
    }
}
.error404 .archive-hero {
    min-height: 100vh;
}
div#live-nation-address .vc_column-inner > .wpb_wrapper {
	padding-left: calc((100vw - 2200px)/2)
}
#points-of-contact .medium-title:after,
div#live-nation-address .medium-title:after {
	margin-left: 0px;
}
div#live-nation-address p ,
div#live-nation-address a {
	color: #747474;
}
div#live-nation-address p strong{
	color: #fff;
	font-family: "Proxima-Nova-Bold";
	font-weight: 400;
}
a.view-map:before {
	content: "";
    background: url(img/map-marker.png) no-repeat top center;
    width: 16px;
    height: 24px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    background-size: 16px;
}
a.view-map {
    color: #FFF !important;
    font-size: 20px;
    font-family: "Proxima-Nova-Bold";
    text-transform: uppercase;
}
#points-of-contact .big-p {
	padding-right: 130px;
}
#points-of-contact strong {
	color: #000;
	font-family: "Proxima-Nova-Bold";
	font-weight: 400;
	border-bottom: 2px #cccccc solid;
	padding-bottom: 10px;
	display: block;
}
.clean-tabs span.vc_tta-title-text {
    font-family: "Tungsten-Semibold";
    font-size: 38px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.1em;
}
.light-tabs span.vc_tta-title-text {
    color: #fff;
}
.clean-tabs .vc_tta-tab:hover a ,
.clean-tabs .vc_tta-tab a {
	background-color: transparent !important;
}
.clean-tabs .vc_tta-tab {
    display: table-cell !important;
    text-align: center;
    border-bottom: 2px #ccc solid;
}

.clean-tabs ul.vc_tta-tabs-list {
    display: table !important;
    table-layout: fixed;
    width: 100%;
}

.clean-tabs .vc_tta-tab.vc_active {
	border-bottom: 2px #e21836 solid;
    background: none;
    background-color: transparent;
    color: #e21836;
}
.clean-tabs .vc_tta-panels-container {
    padding: 80px 260px;
}

.small-tabs .vc_tta-panels-container, 
.light-tabs .vc_tta-panels-container {
    padding: 80px 0px;
}
.upb_video-wrapper:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url(img/video-overlay.svg);
    content: "";
    background-position: top left;
    background-size: 3px;
    z-index: 10;
}
.home-hero-top-layer {
    z-index: 100;
}
.home-hero-top{
    max-width: 1800px;
    margin: auto !important;
}
.home-hero-top-layer h1 {
    font-size: 203px;
    font-family: "Tungsten-Semibold";
    letter-spacing: 0.16em;
    text-transform: uppercase;
	line-height: 1;
}
section.hero.container h5 {
    font-family: "Tungsten-Semibold";
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 0.1em;
    border-bottom: 2px #e21836 solid;
    display: table;
    padding-left: calc((100vw - 1850px)/2);
}
.ragged-section .large-title {
	font-size: 144px;
	margin-bottom: 55px;
}
.ragged-section .big-p {
	max-width: 1050px;
	margin: auto;
}
.ragged-section .big-p p {
	font-size: 28px;
}
.white {
	color: #FFF;
}
.pattern {
	background-repeat: repeat;
}
#leaders.pattern .leader.leader-right {
    padding-top: 185px !important;
}
section#home-left-right .leader h1 {
    border-bottom: 2px #ff2a38 solid;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.big-p ul {
    margin-left: 0px;
    padding-left: 90px;
    list-style: none;
	margin-top: 60px;
}

.big-p h4 {
    font-family: "Tungsten-Semibold";
    color: #FFF;
    letter-spacing: 0.1em;
    font-size: 67px;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: block;
}

.big-p ul li {
    margin-bottom: 30px;
}

.big-p h4 a {
    color: #FFF;
}
.our-culture-points p {
	max-width: 900px;
	margin: auto;
}
.our-culture-points.big-p {
	margin-bottom: 190px;
}
#our-culture-slant .clean-tabs {
	max-width: 1970px;
	margin: auto;
}
li.vc_tta-tab.vc_active:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid #0000;
    border-right: 10px solid #0000;
    border-top: 10px solid #e21836;
    position: absolute;
    bottom: -10px;
}
.clean-tabs li.vc_tta-tab.vc_active span.vc_tta-title-text {
	color: #e21836;
}
.our-culture-our-own .light-tabs {
	max-width: 1970px;
}
.entry-content h4 {
	color: #000 !important;
}
.custom-form {
	margin-top: 100px;
}
.custom-form h5 {
    font-family: "Proxima-Nova-Bold";
    font-size: 36px;
    color: #fff;
    margin: 90px 0px 50px;
	text-align: center;
}
.custom-form input[type="email"]::-webkit-input-placeholder  {
	color: #FFF !important;
}
.custom-form input[type="email"]:focus {
	outline: 0 !important;
}
.custom-form input[type="email"] {
	padding: 20px;
	background: transparent;
	display: block;
	width: 100%;
	color: #fff;
	border-radius: 0px;
	border: 0px;
	border-bottom: 1px #7b7a78 solid;
	padding-bottom: 50px;
	font-size: 28px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em !important;
}
.alert-category {
    width: 100%;
    display: block;
}

.alert-category span.wpcf7-list-item {
    display: inline-block;
    width: 50%;
    padding: 25px 0px !important;
    color: #FFF;
    text-transform: uppercase;
    font-size: 25px;
    font-family: "Proxima-Nova-Bold";
    letter-spacing: 0.1em;
    margin-left: 0px;

}
.alert-category span.wpcf7-list-item input[type="checkbox"]:checked + span {
  	color: #e21836 !important;
}
.contact-form {
    max-width: 1600px;
    margin: auto !important;
}

.contact-form em {
    font-family: "Proxima-Nova-Bold";
    font-size: 28px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
    display: block;
    font-style: normal;
	letter-spacing: 0.1em;
}
.contact-form.bottom-portion em {
    position: absolute;
    padding-left: 20px;
    margin-bottom: 0px;
    top: 20px;
	transition: all ease-in-out .4s;
}
.contact-form select {
    display: block;
    width: 100%;
    padding: 40px 50px;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Proxima-Nova-Bold";
    color: rgba(0,0,0,0.5);
}
.select2-selection.select2-selection--single,
.contact-form select {
	display: block;
    width: 100%;
    padding: 0px 40px !important;
    height: 80px !important;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Proxima-Nova-Bold";
    color: #00000080;
    border-radius: 0px !important;
    -webkit-appearance: none;
    /*background: #f4f5f6 url(img/arrow_drop_down.png) no-repeat calc(100% - 40px) center;*/
	background: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 80px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #999 #0000 #0000 #0000 !important;
    border-width: 10px 10px 0 10px !important;
    margin-left: -30px !important;
    margin-top: 20px !important;
}
.select2-results__option {
    color: #00000080;
    padding: 13px 6px;
    font-family: "Proxima-Nova-Bold";
    text-transform: uppercase;
    font-size: 19px;
}
.select2-dropdown {
    background-color: #f1f2f4 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 0px;
}
.select2-container {
    width: 100% !important;
}
.contact-form.bottom-portion {
    padding-top: 80px;
    margin-top: 80px !important;
    border-top: solid 2px #d8d9db;
}

.contact-form .wpcf7-textarea ,
.contact-form .wpcf7-text {
    background: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    position: relative;
    transition: all ease-in-out 0.4s;
}
.contact-form p .vc_col-sm-6:first-child input {
    width: calc(100% - 20px);
}

.contact-form p .vc_col-sm-6:last-child input , .contact-form p .vc_col-sm-6:last-child em {
    width: calc(100% - 20px);
    margin-left: 20px;
}

.contact-form p .vc_col-sm-12 textarea ,
.contact-form p .vc_col-sm-12 input {
    width: 100%;
    display: block;
}

.contact-form p textarea ,
.contact-form p input {
    padding: 20px;
    border-radius: 0px;
    border-bottom: 2px #c1c2c3 solid;
    margin-bottom: 30px;
}
.select2-selection.select2-selection--single,
.contact-form select ,
.contact-form p textarea:focus ,
.contact-form p input:focus {
    outline: none;
}
.contact-form .wpcf7-textarea:focus, .contact-form .wpcf7-text:focus {
    /*margin-top: 40px;*/
}

.contact-form p .vc_col-sm-6 {
    float: none;
    display: inline-block;
    vertical-align: bottom;
    width: calc(50% - 20px);
}
.contact-form p .vc_col-sm-12 {
    float: none;
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
}
.contact-form input[type="submit"].red-button {
    color: #000;
}
#featured-post>div {
    position: absolute;
    height: 100%;
    display: block;
}.featured-post {
    height: 100%;
    display: table;
    background-size: cover !important;
}

#featured-post>div>div,#featured-post>div>div>div {
    position: relative;
    height: 100%;
    width: 100%;
    display: table;
}

.featured-post-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 10;
}
.featured-post h1 a {
    color: #fff;
    display: inline !important;
    line-height: 0 !important;
    padding-bottom: 0px !important;
}

.featured-post h1 a:hover {
    text-decoration: none;
}
.page-id-1505 .container {
	margin-left: auto !important;
	margin-right: auto !important;
}
.clean-tabs {
    max-width: 1970px !important;
    margin: auto;
}
.small-tabs  {
    max-width: 1240px !important;
}

div#worl-logos {
    text-align: center;
    margin-top: 100px;
}

div#worl-logos a {
    display: inline-block;
    vertical-align: middle;
}
div#worl-logos img {
    max-height: 160px;
    width: auto;
}

div#worl-logos a:not(:last-child) {
    margin-right: 150px;
}
.oversized {
	font-size: 160px;
}
#percentages h1:after , #percentages h2:after {
	display: none;
}
#percentages h1 {
	border-bottom: 3px #ff0024 solid;
	margin-bottom: 50px;
	letter-spacing: 0.12em;
    font-size: 67px;
}
#percentages {
    max-width: 960px;
    margin: auto;
}
#percentages .medium-title {
    font-size: 52px;
}
#work-infographic h4 {
    font-family: "Proxima-Nova-Bold";
    font-weight: normal !important;
}

#role-icons h4:after {
	content: "";
	width: 60px;
	height: 2px;
	background: #e21836;
	margin: 30px auto;
	display: block;
}
.home #footer {
    display: none;
}
.home footer#colophon {
	padding-top: 0px;
}
.menu-toggler {
	display: none;
}
.leader {
    background-position: -6px -7px !important;
}
section#leaders, .leader {
    background-size: 320px !important;
}
#concerts,
#home-left-right {
    background-size: 300px;
}
.footer-logo img {
	max-width: 270px !important;
}
div#international {
	margin: 112px 0px;
}
div#internships {
	margin: 133px 0px;
}
div#our-open-roles .vc_btn3.vc_btn3-block {
    display: block;
    width: auto;
    text-align: inherit;
    margin: auto;
}
div#role-icons {
    max-width: 2200px;
    margin: auto;
    align-items: center;
    justify-content: center;
}
#our-open-roles {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
    background-size: 300px;
}
#follow-us ul {
    text-align: center;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 70px;
}
.socials ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;
}
.socials ul li {
	display: inline-block;
}
.socials ul li:not(:last-child) {
    margin-right: 30px;
}
.socials img {
    height: 27px;
    width: auto;
}
.input-focus em {
    top: -30px !important;
}
div#get-in-touch .big-p {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.custom-form em {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 0.1em !important;
    font-style: normal;
    color: #FFF;
    text-align: center !important;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 50px;
	transition: all ease-in-out 0.4s;
    font-family: "Proxima-Nova-Bold";
}

.custom-form label {
    position: relative;
    width: 100%;
    display: block;
}
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    -webkit-appearance: none;
    background-color: #0000;
    border: 1px solid #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 0px;
    display: inline-block;
    position: relative;
    top: 2px;
}
[type="checkbox"]:active, [type="checkbox"]:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	outline: none;
}

[type="checkbox"]:checked {
	border: 1px solid #e21836;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #e21836;
}
[type="checkbox"]:checked:after {
    position: absolute;
    font-size: 20px;
    top: -3px;
    content: '\2713';
    left: 4px;
	font-weight: bold;
}
[type="checkbox"]:focus {
    outline: none;
}
div#get-in-touch>div:first-child h1 {
    margin-top: -10px;
    position: relative;
}
button.filter-button.red-button {
    padding: 25px 48px !important;
}
.filter [type="checkbox"] {
    border: 2px solid #000;
}
.filter [type="checkbox"]:checked {
    border: 2px solid #e21836;
	color: #e21836;
}
filter [type="checkbox"]:checked:after {
	color: #e21836;
}
.filter [type="checkbox"]:checked + span {
    color: #e21836;
}
.news-list.col-sm-8.grid footer {
    margin-left: -200px;
}
span.next:after {
    content: "";
    background: url(img/arrow-right.png) no-repeat;
    height: 22px;
    width: 14px;
    display: inline-block;
    background-size: 100%;
}
span.prev:after {
    content: "";
    background: url(img/arrow-prev.png) no-repeat;
    height: 22px;
    width: 14px;
    display: inline-block;
    background-size: 100%;
}
a.next.page-numbers, a.prev.page-numbers {
    padding: 0px;
}
a.next.page-numbers:hover, a.prev.page-numbers:hover {
    border: 0px;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
	transform: none !important;
	-webkit-transform : none !important;
	transition: none !important;
	-webkit-transition: none !important;
}
.clean-tabs p br {
	display: none;
}
.page-id-1505 .clean-tabs p {
    max-width: 750px;
    margin: auto;
	min-height: 270px;
	max-height: 270px;
}
.bottom-slant>div:after,
div#we-live-for {
    background-size: 300px !important;
}
#hero {
    background-size: cover !important;
    min-height: 60vh !important;
}
#masthead {
	overflow: initial;
}
div#our-culture-slant {
    padding-bottom: 0px !important;
}
#interested {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}
.mobile-news-hero {
	display: none;
}
.reversed {
	flex-direction: row-reverse;
}
div#mobile-menu {
	display: none;
}
div.wpcf7-mail-sent-ok ,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 0;
    font-family: "Proxima-Nova-Bold";
    font-size: inherit;
    color: #e21836;
    max-width: 1600px;
    margin: auto;
}
span.wpcf7-not-valid-tip {
    font-family: "Proxima-Nova-Bold";
    font-size: inherit;
    color: #e21836;
}
#news-bottom .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    text-align: center;
    color: #FFF !important;
    margin-bottom: 30px;
}
div#our-open-roles .vc_hidden-lg {
    display: none !important;
}
div#artist-cutout {
    margin-bottom: 0px;
}
div#artist-cutout {
    position: absolute;
    left: 0px;
    bottom: -140px;
}
div#artist-cutout img {
    max-width: 560px;
}
#concerts .wpb_wrapper {
	position: relative;
}
#concerts {
	padding-top: 170px;
	background-size: 300px !important;
}
#world-map {
	margin-bottom: 170px;
}
#world-map img {
	max-width: 1300px;
}
div#sponsorship-carousel ,
div#ticketing-carousel {
    height: 360px;
	line-height: 350px;
	margin-top: 75px
}
div#ticketing {
    padding-bottom: 400px;
	padding-top: 170px;
}
div#sponsorships {
	padding-bottom: 130px;
}
div#sponsorships .scrollbar ,
div#ticketing .scrollbar {
    top: 480px;
}
div#sponsorship-carousel ul li ,
div#ticketing-carousel ul li {
    position: relative;
	margin-right: 15px;
    width: 500px;
}
div#sponsorship-carousel ul li .logo-image-holder {
	border-color: #aaa;
}
div#ticketing-carousel .logo-image-holder img ,
div#sponsorship-carousel .logo-image-holder img {
    display: block;
    margin: auto;
	transform: scale(.8)
}
.frame ul li .logo-image-holder {
    height: 360px;
    display: table;
    width: 100%;
    border: 1px #FFF solid;
}
.logo-image-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
div#ticketing:after {
    content: "";
    height: 350px;
    width: 110%;
    position: absolute;
    bottom: 0px;
    background: #f1f2f6;
    display: block;
    left: -15px;
    transform-origin: 100%;
    transform: rotate(-5deg);
}
ul#legal-menu {
    padding-left: 0px;
    margin-left: 0px;
    list-style: none;
}

ul#legal-menu li {
    display: inline-block;
}

ul#legal-menu li:not(:last-child):after {
    content: "/";
    margin-right: 15px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff57;
}
div#resources {
    background: #000;
    margin-top: -1px;
	padding-top: 160px;
	padding-bottom: 190px;
}
div#resources .big-p  {
    max-width: 2000px;
    margin: auto;
}

.mobile {
	display: none;
}
div#want-touch .custom-red-button {
    position: relative;
    top: 50px;
}
.show-me h4 , .show-me p {
	display: table !important;
}
.letter-column p {
	text-transform: lowercase;
}
.row.grid-item .col-sm-4 {
    flex: 0 0 43.333333%;
    max-width: 43.333333%;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #191919 !important;
}
.select2-results__option {
    padding: 12px 6px;
}
ul.filter li span {
    width: calc(100% - 45px);
    vertical-align: top !important;
}
.page-id-6 #hero {
    background-position: center top !important;
}
@media (max-width: 2600px) {
	.container {
		max-width: 2000px;
	}
	#masthead {
		padding: 100px 0px;
		max-width: 2240px;
	}
	#logos.container,
	section#news-items,
	#copyright .container {
		max-width: 2240px;
		margin: auto;
	} 
	.main-navigation li:not(:last-child) {
		margin-right: 50px !important;
	}
	.footer-socials li {
		margin-right: 50px;
	}
	.footer-logo {
		margin-right: -50px;
	}
	#footer ul li {
		margin-bottom: 30px;
	}
	#footer ul li a {
		font-size: 25px
	}
	.footer-links a {
		font-size: 20px !important;
	}
	.footer-links strong {
		font-size: 28px !important;
	}
	#copyright p {
		font-size: 14px !important;
	}
	#footer>div:not(:last-child) {
		padding-right: 100px;
	}
	.footer-socials img {
		transform: none;
		height: 27px;
		width: auto;
	}
	.logo-image img {
		max-width: 270px !important;
	}
	div#featured-post {
		min-height: 95vh !important;
	}
	.carousel-date, .featured-post p, .single-hero .posted-on {
		font-size: 26px;
	    padding-bottom: 6px;
	}
	.featured-post h1 {
		font-size: 125px;
	}
	.logo-container img {
		width: 300px;
	}

	.logo-container {
		height: 65px;
	}

	.navigation-container {
		padding: 15px 0px;
	}

	.main-navigation li a {
		font-size: 23px;
	}

	#searchform:hover input {
		width: 225px;
	}

	form#searchform img {
		width: 25px;
	}

	form#searchform {
		padding: 20px 22px;
	}
	.featured-post .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline, 
	.custom-red-button .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline {
		font-size: 20px;
		padding: 35px 70px;
	}
	.large-title {
		font-size: 100px;
	}

	.large-title:after {
		width: 235px;
	}
	#ticketing .container ,		
	#sponsorships .container ,	
	#recent-press-releases .container ,
	#in-the-news .container {
		max-width: 2300px;	
		width: 2300px;
		margin-right: 0px;
		padding: 0px;
	} 
	.frame ul li {
		width: 675px;
	}

	.frame {
		height: 810px;
		line-height: 710px;
	}

	.scrollbar {
		top: 850px;
		max-width: 2000px;
	}

	.carousel-post-content {
		top: 365px;
		padding: 120px 70px;
	}

	.carousel-post-content h4 {
		font-size: 30px;
		line-height: 42px;
	}
	.scrollbar .handle {
	    width: 500px;
	}
	#press-release-carousel .press-post-content h4 {
		font-size: 30px
	}
	#press-release-carousel .press-post-content , #press-release-carousel .press-release-image {
		height: 400px;
	}

	#press-release-carousel .press-post-content {
		padding: 50px 30px;
	}
	#recent-press-releases .scrollbar {
		top: 850px;
	}
	#press-release-carousel.frame {
		height: 800px;
	}
	.medium-title {
		font-size: 69px;
	}
	.leader p, .big-p p, .big-p li {
		font-size: 30px;
		line-height: 52px;
	}
	#news-bottom .wpb_text_column {
		padding-left: 80px !important;
		padding-right: 80px !important;
	}
	#news-bottom img {
		max-width: 75px;
	}
	.single-hero .posted-on {
		margin: 0px auto 35px auto;
	}
	#hero h1, .archive-hero h1, .single-hero h1 {
		font-size: 135px;
	}
	.entry-content h1 {
		font-size: 67px;
	}
	.entry-content h1:after {
		width: 235px;
		margin: 45px 0px;
	}
	.single-container {
		max-width: 1300px;
		padding: 110px 160px;
		margin: -110px auto 0px;
	}
	ul.single-shares li.share-title {
		font-size: 20px;
	}
	ul.single-shares li.share-icon {
		width: 70px;
		height: 70px;
	}
	ul.single-shares li.share-icon img {
		transform: scale(0.9);
		transform-origin: bottom center;
	}
	.entry-content p img {
		max-width: 1500px;
		margin-left: -260px;
	}
	.entry-content h2, .news-sidebar h2 {
		font-size: 65px;
	}
	.entry-content h2:after {
		width: 235px;
		margin: 25px 0px 60px;
	}
	ul.people li a {
		margin-top: 0;
		font-size: 27px;
	}
	ul.people li strong {
	    font-size: 26px;
	}
	.entry-content h4 {
		font-size: 28px !important;
		margin-bottom: 30px !important;
	}
	.post-footer a {
		font-size: 19px;
		padding: 15px 20px;
	}
	#footer h4 {
		font-size: 29px;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	div#footer>div:not(:last-child) {
		padding-right: 100px;
	}
	#footer ul li {
		margin-bottom: 25px;
	}
	#footer ul li a {
		font-size: 22px;
	}
	#copyright {
		padding-top: 15px;
	}
	footer#colophon {
		padding: 80px 0px 15px;
	}
	.news-list.col-sm-8.grid {
		padding-left: 150px;
	}
	.news-sidebar h2:after {
		width: 100px;
		margin: 20px 0px 70px;
	}

	.news-sidebar h4 {
		font-size: 32px;
		margin-bottom: 30px;
	}

	.small-h4 {
		font-size: 38px;
		margin-bottom: 30px;
	}

	ul.filter li {
		min-width: 49%;
		font-size: 19px;
	    max-width: 49%;
	}
	.page-content .search-form input.search-submit,
	input[type="submit"].red-button ,
	button.red-button {
		font-size: 20px;
		padding: 30px 75px !important;
	}

	#clear-filter {
		margin-right: 25px;
	}
	.toggler {
		right: 0px;
	}

	.archive-post-thumbnail {
		height: 310px;
	}

	.archive-post-date {
		font-size: 25px;
		margin-bottom: 40px;
	}

	.archive-post-title {
		font-size: 43px;
		max-width: 600px;
	}
	nav.pagination a, nav.pagination span {
		font-size: 30px;
		margin: 0px 3px;
		padding: 0px 20px;
	}
	#financial-sidebar {
		margin-top: 80px;
		padding-top: 80px;
		max-width: 500px;
	}
	ul#financial-sidebar h3 {
	    font-size: 40px;
	}
	ul#financial-sidebar p {
		font-size: 28px;
		line-height: 35px;
	}
	.leader h1 {
	    font-size: 120px;
	}
	.leader h4 {
		font-size: 45px;
		padding-bottom: 30px;
		margin-bottom: 50px;
	}
	#leaders .leader.leader-right {
		padding-left: 130px !important;
		margin-left: -131px !important;
		margin-top: 140px !important;
		padding-top: 110px !important;
	}
	#leaders .leader.left-aligned {
		padding-right: 130px !important;
		margin-right: -131px !important;
		margin-top: 140px !important;
		padding-top: 110px !important;
	}
	.leader.left-aligned p ,
	.left-padded.custom-red-button {
		left: calc((100vw - 1750px)/2);
	}
	.leader.left-aligned h1, .leader.left-aligned h4 {
		padding-left: calc((100vw - 1750px)/2);
	}
	#logos .wpb_single_image {
		padding: 100px 80px !important;
	}

	#logos .media-links {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}
	#logos-head .vc_custom_heading.large-title {
		margin-bottom: 100px !important;
	}
	#logos-head {
		padding-bottom: 200px !important;
	}
	ul.download-links li a {
		font-size: 25px;
	}
	.media-links-light ul.download-links li:not(:last-child) a:before,
	ul.download-links li:not(:last-child) a:before {
		background-size: 16px;
		width: 18px;
	}

	ul.download-links li:not(:first-child):not(:last-child):after {
		font-size: 26px;
	}
	div#dark-media-assets img {
		max-width: 350px;
	}
	#dark-media-assets .small-h4:after {
		width: 50px;
		margin: 25px auto 100px;
	}
	ul#financial-sidebar h3:before {
		margin: 25px auto;
		transform: scale(0.8);
	}
	.archive-hero {
	    min-height: 90vh;
	}
	h1.page-title.search-results {
		margin-bottom: 65px;
		padding-bottom: 55px;
		font-size: 46px;
	}
	div#live-nation-address .vc_column-inner > .wpb_wrapper {
		padding-left: calc((100vw - 1800px)/2)
	}
	#news-bottom .wpb_text_column {
		padding-left: 70px !important;
		padding-right: 70px !important;
	}
}
@media (min-width: 3000px) {
	.container {
		max-width: 2600px;
	}
	#masthead {
		padding: 100px 0px;
		max-width: 2840px;
	}
	#logos.container,
	#copyright .container {
		max-width: 2840px;
		margin: auto;
	}
	#ticketing .container ,		
	#sponsorships .container ,	
	#recent-press-releases .container ,
	#in-the-news .container {
		max-width: 2880px;	
		width: 2880px;
		margin-right: 0px;
		padding: 0px;
	} 
	.main-navigation li:not(:last-child) {
		margin-right: 75px !important;
	}
	/*div#in-the-news {
		padding-left: calc((100vw - 2740px)/2);
	}*/
	div#worl-logos img:not(:last-child) {
		margin-right: 180px;
	}
	#percentages {
		max-width: 1260px;
	}
	div#artist-cutout img {
		max-width: 22vw;
	}
	#world-map img {
		max-width: 50vw;
	}
}
@media (max-width: 2400px) {
	#masthead {
		padding: 60px 0px;
		max-width: 1960px;
	}
	.container {
		max-width: 1760px;
	}
	.logo-container img {
		width: 280px;
	}
	.main-navigation li a {
		font-size: 19px;
	}
	form#searchform {
		padding: 15px 18px;
		margin-right: 0px;
	}
	section.hero.container h5 {
		font-size: 23px;
		padding-left: calc((100vw - 1600px)/2);
	}
	.large-title {
		font-size: 90px;
	}
	.home-hero-top-layer h1 {
		font-size: 173px;
	}
	.ragged-section .large-title {
		font-size: 125px;
	}
	.ragged-section .big-p p {
		font-size: 22px;
		line-height: 46px;
	}
	.ragged-section .big-p {
		max-width: 905px;
	}
	.ragged-section .custom-red-button {
		margin-top: 35px !important;
	}
	.featured-post .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline, .custom-red-button .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline {
		font-size: 18px;
		padding: 30px 60px;
	}
	.leader p, .big-p p, .big-p li {
		font-size: 25px;
		line-height: 40px;
	}

	section#home-left-right .leader-right {
		padding-top: 200px !important;
		margin-top: 100px !important;
	}
	
	section#home-left-right .leader.left-aligned {
		padding-top: 120px !important;
		margin-top: 130px !important;
	}

	.leader h1 {
		font-size: 100px;
		padding-bottom: 20px !important;
		margin-bottom: 20px !important;
	}

	.leader p, .big-p p, .big-p li {
		font-size: 20px !important;
		line-height: 35px !important;
	}

	.featured-post .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline, .custom-red-button .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline {
		margin-top: 25px;
	}
	.big-p h4 {
		font-size: 60px;
		margin-bottom: 25px;
	}
	.global-links a {
		font-size: 25px;
	}
	.global-links h4 {
		margin-top: 50px;
		font-size: 48px;
		margin-bottom: 20px;
	}
	#hero h1, .archive-hero h1, .single-hero h1 {
		font-size: 100px;
	}
	.medium-title {
		font-size: 65px;
	}
	a.view-map {
		font-size: 18px;
	}
	div#live-nation-address .vc_column-inner > .wpb_wrapper {
		padding-left: calc((100vw - 1500px)/2);
	}
	div#points-of-contact {
		padding-top: 150px !important;
		padding-bottom: 150px !important;
	}
	#points-of-contact .big-p {
		padding-bottom: 50px !important;
	}
	#leaders .leader.leader-right {
		padding-left: 110px !important;
		margin-left: -110px !important;
		margin-top: 90px !important;
		padding-top: 90px !important;
		padding-bottom: 100px !important;
	}
	#leaders .leader.left-aligned {
		padding-right: 110px !important;
		margin-right: -110px !important;
		margin-top: 90px !important;
		padding-top: 70px !important;
		padding-bottom: 100px !important;
	}
	.leader.left-aligned h1, .leader.left-aligned h4 {
		padding-left: calc((100vw - 1760px)/2);
	}
	.leader.left-aligned p, .left-padded.custom-red-button {
		left: calc((100vw - 1760px)/2);
	}
	.leader h4 {
		font-size: 40px;
		padding-bottom: 20px;
		margin-bottom: 40px;
	}
	.featured-post h1 {
		font-size: 110px;
	}
	.carousel-date, .featured-post p, .single-hero .posted-on {
		font-size: 23px;
		margin-bottom: 1px;
	}
	#ticketing .container ,		
	#sponsorships .container ,	
	#recent-press-releases .container, 
	#in-the-news .container {
		max-width: 1800px;
		width: 1800px;
	}
	.frame ul li {
		width: 520px;
	}
	.frame {
		height: 600px;
		line-height: 600px;
	}
	.scrollbar {
		top: 640px;
		max-width: 1660px;
	}
	.carousel-post-content {
		top: 265px;
		padding: 90px 50px;
	}
	.carousel-post-content h4 {
		font-size: 24px;
		line-height: 35px;
	}
	#press-release-carousel .press-post-content h4 {
		font-size: 27px;
		line-height: 35px;
	}
	#press-release-carousel .press-release-image {
		height: 380px;
	}
	#press-release-carousel .press-post-content {
		height: 320px;
	}
	#recent-press-releases .scrollbar {
		top: 690px;
	}
	#press-release-carousel.frame {
		height: 640px;
	}
	#recent-press-releases .vc_column-inner {
		padding-bottom: 200px !important;
	}
	.footer-links a {
		font-size: 17px !important;
	}
	#copyright p {
		font-size: 11px !important;
	}
	#searchform:hover input {
		width: 165px;
		font-size: 16px;
	}
	.apps img, .footer-socials img {
		transform: scale(.75);
		transform-origin: left center;
	}
	.footer-socials li {
		margin-right: 40px;
	}
	.entry-content h1 {
		font-size: 60px;
	}
	.entry-content p img {
		max-width: 1200px;
		margin-left: -110px;
	}
	.big-p ul li {
		margin-bottom: 15px;
	}
	ul.people li strong {
		font-size: 21px;
		margin-top: 15px !important;
	    display: contents;
	}
	ul.people li a {
		font-size: 21px;
	}
	.post-footer a {
		font-size: 16px;
	}
	#logos.container, section#news-items, #copyright .container {
		max-width: 1800px;
	}
	.page-content .search-form input.search-submit, 
	button.red-button {
		font-size: 18px;
		padding: 15px 30px;
	}
	#clear-filter {
		margin-right: 15px;
	}
	.archive-post-title {
		font-size: 35px;
		max-width: 600px;
	}
	ul#financial-sidebar p {
		font-size: 23px;
		line-height: 30px;
	}
	#logos .wpb_single_image {
		padding: 70px 60px !important;
	}
	#logos .media-links {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	ul.download-links li a {
		font-size: 21px;
	}
	#logos-head {
		padding-bottom: 00px !important;
	}
	div#dark-media-assets img {
		max-width: 300px;
	}
	#dark-media-assets .small-h4:after {
		margin: 25px auto 50px;
	}
	div#dark-media-assets .vc_col-sm-3 .vc_column-inner {
		padding-bottom: 100px !important;
	}
	div#dark-media-assets {
		padding-bottom: 100px !important;
	}
	.wide-clean-tabs .clean-tabs,
	#take-care-career .clean-tabs,
	div#our-culture-slant .clean-tabs,
	#we-take-care .clean-tabs {
		max-width: 1600px;
	    margin: auto;
	}
	.clean-tabs span.vc_tta-title-text {
		font-size: 30px;
	}
	#we-live-for {
		padding-bottom: 0px !important;
		padding-top: 100px !important;
	}
	#we-take-care {
		padding: 100px 0px 100px !important;
	}
	div#take-care-others ,
	div#take-care-career ,
	div#take-care-family ,
	div#take-care-wealth 	{
	}
	#interested {
		padding: 100px 0px !important;
	}
	.custom-form h5 {
		font-size: 29px;
	}

	.alert-category span.wpcf7-list-item {
		font-size: 21px;
		padding: 20px 0px !important;
	}

	.custom-form input[type="email"] {
		font-size: 25px;
		padding-bottom: 35px;
	}
	.scrollbar .handle {
		width: 440px;
	}
	.contact-form {
		max-width: 1000px;
	}
	div.wpcf7-mail-sent-ok ,
	div.wpcf7-validation-errors,
	div.wpcf7-acceptance-missing {
		max-width: 1000px;
	}
	.contact-form label em {
		font-size: 20px;
		margin-bottom: 0px;
	}
	.home-hero-top {
		max-width: 1560px;
		margin: auto !important;
	}
	.footer-logo img {
		width: 200px;
	}
	div#artist-cutout img {
		max-width: 22vw;
	}
	#world-map img {
		max-width: 50vw;
	}
	div#sponsorship-carousel ,
	div#ticketing-carousel {
		margin-bottom: 90px;
		display: block;
	}
	div#resources .big-p {
		max-width: 1730px;
	}
	button.filter-button.red-button {
		padding: 25px 30px !important;
	}
	.row.grid-item .col-sm-4 {
		flex: 0 0 52.333333%;
		max-width: 52.333333%;
	}
}
@media (max-width: 1920px) {
	#masthead {
		padding: 40px 0px;
		max-width: 1560px;
	}
	.container {
		max-width: 1440px;
	}
	.logo-container img {
		width: 240px;
	}
	.main-navigation li a {
		font-size: 17px;
	}
	#percentages {
		max-width: 900px;
		margin: auto;
	}
	section.hero.container h5 {
		padding-left: calc((100vw - 1300px)/2);
		margin-bottom: 20px;
	}
	.leader h1 {
    	font-size: 95px;
	}
	.home-hero-top-layer h1 {
		font-size: 141px;
		line-height: 0.8;
	}
	.ragged-section .large-title {
		font-size: 110px;
	}
	.ragged-section .big-p p {
		font-size: 19px !important;
		line-height: 35px !important;
	}
	.ragged-section .big-p {
		max-width: 805px;
	}
	.featured-post .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline, .custom-red-button .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline {
		font-size: 16px;
		padding: 25px 55px;
	}
	#ragged-section {
		padding-top: 130px !important;
		padding-bottom: 200px !important;
		background-position: bottom center !important;
	}
	#ragged-section>div {
		background-position: bottom;
	}
	div#learn-more-about {
		padding-top: 100px !important;
		padding-bottom: 150px !important;
	}
	#resources {
		padding-top: 130px !important;
		padding-bottom: 150px !important;
	}
	.global-links a {
		font-size: 21px;
	}
	.global-links h4 {
		font-size: 39px;
	}
	div#global-links {
		padding-top: 60px !important;
		padding-bottom: 100px !important;
	}
	.our-culture-points.big-p {
		margin-bottom: 75px;
	}
	.large-title {
		font-size: 110px;
	}
	div#points-of-contact {
		padding-top: 120px !important;
    	padding-bottom: 120px !important;
	}
	#points-of-contact .big-p {
		padding-bottom: 50px !important;
	}
	#leaders .leader.leader-right {
		padding-bottom: 90px !important;
	}
	#leaders .leader.left-aligned {
		padding-bottom: 90px !important;
	}
	#press-release-carousel .press-post-content h4 {
		font-size: 23px;
		line-height: 32px;
	}
	#logos.container, section#news-items, #copyright .container {
		max-width: 1560px;
	}
	.page-content .search-form input.search-submit, 
	button.red-button {
		font-size: 15px;
		padding: 15px 27px !important;
	}
	#clear-filter {
		margin-right: 10px;
	}
	.toggler {
		right: 10px;
		background-size: 15px !important;
	}
	ul.filter li {
		font-size: 19px;
		padding: 5px 0px;
	}
	#logos .media-links {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	ul.download-links li a {
		font-size: 18px;
	}
	#logos.container {
		padding: 0;
	}
	#logos-head {
		 padding-top: 100px !important;
	}
	div#dark-media-assets .vc_col-sm-3 .vc_column-inner {
		padding-bottom: 75px !important;
	}
	div#news-bottom .container {
		padding-top: 250px !important;
		padding-bottom: 50px;
	}
	.media-links-light ul.download-links li:not(:last-child) a:before, ul.download-links li:not(:last-child) a:before {
		background-size: 13px;
		width: 15px;
	    margin-top: 5px;
	}
	ul.download-links li:not(:first-child):not(:last-child):after {
		font-size: 19px;
	}
	div#dark-media-assets {
		padding-bottom: 100px !important;
	}
	.wide-clean-tabs .clean-tabs,
	#take-care-career .clean-tabs,
	div#our-culture-slant .clean-tabs,
	#we-take-care .clean-tabs {
		max-width: 1560px !important;
	    margin: 60px auto 0px !important;
	}
	div#take-care-others ,
	div#take-care-career ,
	div#take-care-family ,
	div#take-care-wealth 	{
		padding-bottom: 50px !important;
		padding-top: 100px !important;
	}
	div#our-culture-slant  .wpb_single_image.vc_align_center ,
	div#take-care-others  .wpb_single_image.vc_align_center ,
	div#take-care-career  .wpb_single_image.vc_align_center ,
	div#take-care-family  .wpb_single_image.vc_align_center ,
	div#take-care-wealth  .wpb_single_image.vc_align_center {
		padding-bottom: 20px !important;
	}
	div#our-culture-slant {
		padding-bottom: 50px !important;
	}
	#recent-press-releases h1 {
		padding-top: 300px !important;
	}
	.custom-form h5 {
		font-size: 25px;
	}
	.alert-category span.wpcf7-list-item {
		font-size: 19px;
		padding: 15px 0px !important;
	}

	.custom-form input[type="email"] {
		font-size: 22px;
		padding-bottom: 25px;
	}
	div#get-in-touch .big-p {
		padding-left: 80px !important;
		padding-right: 80px !important;
	}
	#press-release-carousel.frame ul li {
		width: 520px;
	}
	#news-bottom .wpb_text_column {
		padding-left: 80px !important;
		padding-right: 80px !important;
	}
	#news-bottom {
		padding-bottom: 100px !important;
	}
	.home-hero-top {
		max-width: 1250px;
		margin: auto !important;
	}
	#footer ul li a {
		font-size: 19px;
	}
	.select2-selection.select2-selection--single,
	.contact-form select {
		padding: 0px 35px !important;
		height: 70px !important;
		font-size: 20px !important;
		background: #f4f5f6 url(img/arrow_drop_down.png) no-repeat calc(100% - 30px) center;
	}
	.select2-results__option {
		font-size: 17px;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow b {
		border-width: 8px 8px 0 8px !important;
		margin-top: 16px !important;
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 70px !important;
	}
	.news-list.col-sm-8.grid {
		padding-left: 90px;
	}
	.row.our-magic-ajax-powered-posts-filter .row.grid-item .col-sm-5 {
		max-width: 44%;
    	flex: 0 0 44%;
	}

	.row.grid-item .col-sm-4 {
		max-width: 45%;
		flex: 0 0 40%;
	}

	.archive-post-thumbnail {
		height: 300px;
	}
	.archive-post-date {
		font-size: 23px;
		margin-bottom: 30px;
	}
	.medium-title {
		font-size: 55px;
	}
	div#get-in-touch>div:first-child h1 {
		top: -16px;
	}
	#impact-bottom .big-p.white-text {
		padding-left: 80px !important;
		padding-right: 80px !important;
	}
	#impact-bottom {
		padding-bottom: 150px !important;
		padding-top: 160px !important;
		margin-top: -335px;
	}
	div#change-lives {
		padding-top: 100px !important;
		position: relative;
		padding-bottom: 200px !important;
	}
	div#change-lives h1 {
		z-index: 1;
		position: relative;
	}	
	#empowering-women,#empowering-earth,#empowering-communities {
		padding: 150px 0px 50px !important;
	}
	#empowering-earth .clean-tabs , #empowering-communities .clean-tabs {
		max-width: 1100px !important;
	}
	.clean-tabs img {
		max-width: 210px !important;
		margin-left: 50px;
	}
	#empowering-women .clean-tabs img {
		margin-left: 0px;
	}
	div#worl-logos {
		margin-top: 100px;
	}

	div#worl-logos img {
		max-height: 160px;
		width: auto;
	}

	div#worl-logos img:not(:last-child) {
		margin-right: 150px;
	}
	div#with-with-best {
		padding-top: 120px !important;
		padding-bottom: 120px !important;
	}
	#global-demographics img {
		max-width: 550px;
	}
	.oversized {
		font-size: 140px;
	}
	#percentages h1 {
		font-size: 73px;
	}
	#percentages h2 {
		font-size: 46px;
	}	
	#role-icons {
		max-width: 1560px;
		margin: auto;
	}
	#role-icons img {
		max-width: 75%;
	}
	div#international {
		margin: 112px 0px;
	}
	div#internships {
		margin: 128px 0px;
	}
	div#internships img {
		max-width: 75%;
	}
	#our-open-roles {
		padding: 150px 0px !important;
	}
	div#our-open-roles h1 {
		margin-bottom: 120px !important;
	}
	div#follow-us {
		padding-top: 200px !important;
		padding-bottom: 200px !important;
	}
	.footer-logo img {
		max-width: 80% !important;
	}
	#home-left-right {
		padding-top: 100px !important;
		padding-bottom: 60px !important;
	}
	#copyright p {
		font-size: 10px !important;
	    line-height: 1;
	}
	.big-p h4 {
		font-size: 55px;
		margin-bottom: 20px;
	}
	.large-title:after {
		width: 190px;
		margin: 20px auto;
	}
	.page-content .search-form input {
    	padding: 8px;
	}
	#international img {
		max-width: initial !important;
		max-height: 170px;
		width: auto;
	}
	#north-america img {
		max-width: initial !important;
		max-height: 170px;
		width: auto;
	}
	.leader.left-aligned p, .left-padded.custom-red-button {
		left: calc((100vw - 1360px)/2);
	}
	.leader.left-aligned h1, .leader.left-aligned h4 {
		padding-left: calc((100vw - 1360px)/2);
	}
	.leader p {
   	 	max-width: 660px;
	}
	div#artist-cutout {
		bottom: -80px;
	}
	div#ticketing,
	#concerts {
		padding-top: 100px;
	}
	div#sponsorship-carousel ul li, div#ticketing-carousel ul li {
		width: 380px;
	}
	div#sponsorship-carousel, div#ticketing-carousel {
		height: 300px;
		line-height: 290px;
	}
	.frame ul li .logo-image-holder {
    	height: 300px;
	}
	div#sponsorships .scrollbar .handle ,	
	div#ticketing .scrollbar .handle {
		width: 300px;
	}
	div#ticketing-carousel .logo-image-holder img, 
	div#sponsorship-carousel .logo-image-holder img {
		transform: scale(.6);
	}
	div#know-latest {
		padding-top: 300px !important;
		padding-bottom: 300px !important;
	}
	div#sponsorships .scrollbar, div#ticketing .scrollbar {
		top: 420px;
	}
	div#resources .big-p {
		max-width: 1410px;
	}
	button.filter-button.red-button {
		padding: 20px 27px !important;
	}
	#press-release-carousel.frame {
		height: 590px;
	}
	#press-release-carousel .press-release-image {
		height: 270px;
	}
	#recent-press-releases .scrollbar {
		top: 650px;
	}
	#recent-press-releases .vc_column-inner {
		padding-bottom: 100px !important;
	}
	div#want-touch .custom-red-button {
		top: 40px;
	}
	.row.grid-item .col-sm-4 {
		max-width: 56%;
		flex: 0 0 56%;
	}
	section#home-left-right .leader-right {
		padding-top: 110px !important;
	}
	
	section#home-left-right .leader.left-aligned {
		padding-top: 60px !important;
	}
}
@media (max-width: 1600px) {
	#masthead {
		max-width: 1360px;
	}
	.main-navigation li a {
		font-size: 14px;
	}
	.logo-container img {
		width: 200px;
	}
	.main-navigation li:not(:last-child) {
		margin-right: 35px !important;
	}
	form#searchform>input {
		font-size: 14px !important;
	}
	form#searchform img {
		width: 18px;
	}
	form#searchform {
		padding: 12px 15px;
	}
	#searchform:hover input {
		width: 140px;
	}
	section#home-left-right .leader-right {
		padding-top: 60px !important;
	}
	section#home-left-right .leader.left-aligned {
		padding-top: 55px !important;
		margin-top: 100px !important;
	}
	.big-p h4 {
		font-size: 50px;
		margin-bottom: 20px;
	}
	.wide-clean-tabs .clean-tabs, #take-care-career .clean-tabs, div#our-culture-slant .clean-tabs, #we-take-care .clean-tabs {
		max-width: 1360px !important;
	}
	.clean-tabs span.vc_tta-title-text {
		font-size: 25px;
	}
	.small-tabs .vc_tta-panels-container, .light-tabs .vc_tta-panels-container, .clean-tabs .vc_tta-panels-container {
		padding: 60px 0px 20px !important;
	}
	#work-infographic {
		margin-top: -100px;
	}
	#percentages {
		padding-bottom: 100px !important;
	}
	#contact-form-7,
	#our-open-roles {
		padding: 100px 0px !important;
	}
	#empowering-women, #empowering-earth, #empowering-communities {
		padding: 100px 0px 50px !important;
	}
	input[type="submit"].red-button {
		margin: 70px auto 0px;
	}
	#live-nation-address .vc_column-inner > .wpb_wrapper {
		padding-left: calc((100vw - 1350px)/2);
	}
	.leader p {
		max-width: 620px;
	}
	.featured-post h1 {
		font-size: 90px;
	}
	.featured-post-inner {
		padding-top: 110px;
	}
	#ticketing .container ,		
	#sponsorships .container ,	
	#recent-press-releases .container, 
	#in-the-news .container {
		max-width: 1500px;
		width: 1500px;
	}
	.scrollbar {
		max-width: 1330px;
	}
	div#news-bottom {
		padding-top: 100px !important;
	    margin-bottom: -1px;
	}
	div#dark-media-assets {
		padding-bottom: 0px !important;
	}
	section#news-items, #copyright .container {
		max-width: 1360px;
	}
	.page-content .search-form input.search-submit, button.red-button {
		font-size: 13px;
		padding: 15px 21px !important;
		margin-top: 30px;
	}
	button.filter-button.red-button {
		padding: 14px 20px !important;
	}
	.row.grid-item .col-sm-4 {
    	max-width: 55% !important;
		flex: 0 0 55% !important;
	}
	.row.our-magic-ajax-powered-posts-filter .row.grid-item .col-sm-5 {
		max-width: 45% !important;
		flex: 0 0 45% !important;
	}
	ul.filter li {
		font-size: 15px;
	}
	ul#financial-sidebar {
    	padding: 60px 0px;
	}
	ul#financial-sidebar p {
		font-size: 17px;
		line-height: 26px;
	}
	.featured-post .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline, .custom-red-button .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline {
		font-size: 14px;
		padding: 20px 50px;
	}
	.footer-links a {
		font-size: 14px !important;
	    padding-right: 10px;
	}
	.footer-links strong {
		font-size: 19px !important;
	    padding-right: 10px;
	}
	.footer-socials li {
		margin-right: 25px;
	}
	.footer-socials img {
		height: 20px;
    	width: auto;
	}
	#footer {
		padding-bottom: 180px !important;
		max-width: 1240px;
	}
	div#footer>div:not(:last-child) {
		padding-right: 85px;
	}
	#footer h4 {
		font-size: 25px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	#footer ul li {
		margin-bottom: 15px;
	}
	#footer ul li a {
		font-size: 16px;
	}
	#empowering-earth .clean-tabs, #empowering-communities .clean-tabs {
		max-width: 880px !important;
	}
	.clean-tabs img {
		max-width: 160px !important;
	}
	.leader p, .big-p p, .big-p li {
		font-size: 18px !important;
		line-height: 30px !important;
	}
	.apps ul li:first-child {
		margin-bottom: -15px !important;
	}
	.apps ul li:first-child {
		margin-bottom: -15px !important;
	}
	.copyright , .footer-links {
		padding-left: 20px;
	}
	#copyright .vc_col-sm-6 {
		width: 60%;
	}
	#copyright .vc_col-sm-4 {
		width: 25%;
	}
	.footer-socials ul {
		padding-left: 0px;
		margin-left: 0px;
	}
	#copyright p {
		font-size: 9px !important;
	}
	.entry-content h2, .news-sidebar h2 {
		font-size: 50px;
	}
	div#follow-us {
		padding-top: 120px !important;
		padding-bottom: 120px !important;
	}
	.apps img {
		transform: scale(.65);
	}
	.page-content .search-form input {
		padding: 12px;
		FONT-SIZE: 16px;
		margin-top: 1px !important;
	}
	.leader.left-aligned h1, .leader.left-aligned h4 {
		padding-left: calc((100vw - 1260px)/2);
	}
	.leader.left-aligned p, .left-padded.custom-red-button {
		left: calc((100vw - 1260px)/2);
	}
	div#artist-cutout {
		bottom: -120px;
		left: -20px;
	}
	#world-map {
		margin-bottom: 100px;
	}
	div#artist-cutout img {
		max-width: 23vw;
	}
	div#ticketing:after {
		height: 250px;
	}
	div#ticketing {
		padding-bottom: 300px;
	}
	div#sponsorship-carousel, div#ticketing-carousel {
		margin-bottom: 40px;
	}
	div#sponsorships {
		padding-bottom: 90px;
	}
	#sponsorships .vc_column-inner {
		padding-top: 0px !important;
	}
	ul#legal-menu li:not(:last-child):after {
		margin-right: 10px;
	}
	div#live-nation-address .vc_column-inner > .wpb_wrapper {
		padding-left: calc((100vw - 1300px)/2);
	}
}
@media (max-width: 1440px) {
	#masthead {
		max-width: 1160px;
		padding: 25px 0px;
	}
	.main-navigation li a {
		font-size: 14px;
	}
	.logo-container img {
		width: 170px;
	}
	.main-navigation li:not(:last-child) {
		margin-right: 25px !important;
	}
	form#searchform>input {
		font-size: 12px !important;
	}
	form#searchform img {
		width: 14px;
	}
	form#searchform {
		margin-top: 15px;
	}
	#searchform:hover input {
		width: 115px;
	}
	nav#site-navigation {
		margin-top: 10px;
	}
	.home-hero-top-layer h1 {
		font-size: 108px;
	}
	.home-hero-top {
    	max-width: 960px;
	}
	section.hero.container h5 {
		padding-left: calc((100vw - 995px)/2);
		font-size: 20px;
	}
	.ragged-section .large-title {
		font-size: 78px;
	}
	.large-title:after {
		width: 120px;
	}
	.ragged-section .big-p p {
		font-size: 16px !important;
		line-height: 28px !important;
	}
	.leader p, .big-p p, .big-p li {
		font-size: 16px !important;
		line-height: 25px !important;
	}
	div#learn-more-about {
		max-width: 1160px;
		margin: auto;
		padding-top: 60px !important;
		padding-bottom: 100px !important;
	}
	div#learn-more-about.vc_column-gap-35>.vc_column_container {
		padding: 17.5px 0px;
	}
	.leader.left-aligned h1, .leader.left-aligned h4 {
		padding-left: calc((100vw - 1060px)/2);
	}
	section#leaders {
		padding-top: 100px !important;
		padding-bottom: 0px !important;
	}
	div#learn-more-about {
		max-width: 1160px;
		margin: auto;
		padding-top: 60px !important;
		padding-bottom: 100px !important;
	}
	section#home-left-right {
		padding-top: 100px !important;
		padding-bottom: 100px;
	}
	section#home-left-right .leader h1 {
		font-size: 78px;
		border-bottom: 1px #ff2a38 solid;
	}
	section#home-left-right .leader-right {
		padding-top: 45px !important;
		margin-bottom: 10px;
	}
	.featured-post .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline, .custom-red-button .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline {
		font-size: 12px;
		padding: 17px 25px;
	}
	.leader.left-aligned p, .left-padded.custom-red-button {
		left: calc((100vw - 1060px)/2);
	}
	#resources {
		padding-top: 50px !important;
		padding-bottom: 70px !important;
	}
	.large-title {
		font-size: 78px;
	}
	.big-p h4 {
		font-size: 45px;
	}
	section#news-items, #copyright .container {
		max-width: 1160px;
	}
	.ragged-section .big-p {
		max-width: 650px;
	}
	#footer {
		padding-bottom: 70px !important;
		max-width: 1060px;
	}
	#footer h4 {
		font-size: 22px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	#footer ul li a {
		font-size: 14px;
	}
	#footer ul li {
		margin-bottom: 10px;
	}
	.footer-socials img {
		max-height: 18px;
		width: auto;
	}
	.footer-socials li {
		margin-right: 20px;
	}
	.copyright, .footer-links {
		margin-left: 0px;
		margin-right: -80px;
	}
	.big-p ul {
		max-width: 1060px;
		margin: auto;
	}
	.container {
		max-width: 1060px;
	}
	#hero h1, .archive-hero h1, .single-hero h1 {
		font-size: 75px;
	}
	.our-culture-points.big-p p {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
	#live-take-care {
		margin-top: 200px !important;
	}
	.wide-clean-tabs .clean-tabs, #take-care-career .clean-tabs, div#our-culture-slant .clean-tabs, #we-take-care .clean-tabs {
		max-width: 1060px !important;
	}
	.clean-tabs span.vc_tta-title-text {
		font-size: 18px;
	}
	div#footer>div:not(:last-child) {
		padding-right: 25px;
	}
	div#our-culture-slant img, 
	div#interested img, 
	div#we-take-care img, 
	div#take-care-others img, 
	div#take-care-career img , 
	div#take-care-family img , 
	div#take-care-wealth img {
		transform: scale(.6);
		margin-bottom: -50px;
	}
	div#our-culture-slant .wpb_single_image.vc_align_center {
		padding-top: 50px !important;
	}
	#worl-logos a:not(:last-child) {
		margin-right: 95px !important;
	}
	div#worl-logos a:nth-child(1),
	div#worl-logos a:nth-child(2),
	div#worl-logos a:nth-child(3) {
		margin-bottom: 50px;
	}
	div#worl-logos img {
		max-height: 170px;
		width: auto;
	}
	#work-infographic {
		margin-top: -140px;
	}
	#global-demographics img {
		max-width: 450px;
	}
	.oversized {
		font-size: 130px !important;
	}
	#percentages h1 {
		font-size: 65px !important;
	}
	#percentages {
		max-width: 850px !important;
	}
	#percentages h2 {
		font-size: 40px !important;
	}
	#role-icons .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
    	font-size: 13px !important;
		padding-left: 20px !important;
    	padding-right: 20px !important;
	}
	div#international {
		margin: 74px 0px !important;
	}
	#internships {
		margin: 97px 0px !important;
	}
	#internships img {
		max-width: 75% !important;
	}
	#north-america {
		margin-top: 74px !important;
		margin-bottom: 75px !important;
	}
	.medium-title {
		font-size: 40px;
	}
	#impact-bottom img.vc_single_image-img {
		max-width: 200px;
	}
	div#impact-bottom .container {
		padding-top: 220px !important;
	}
	#impact-bottom .big-p.white-text {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
	#impact-bottom {
		padding-bottom: 100px !important;
	}
	#empowering-earth .clean-tabs, #empowering-communities .clean-tabs {
		max-width: 780px !important;
	}
	.clean-tabs img {
		max-width: 125px !important;
	}
	#empowering-women, #empowering-earth, #empowering-communities {
		padding: 75px 0px 25px !important;
	}
	.small-tabs .vc_tta-panels-container, .light-tabs .vc_tta-panels-container, .clean-tabs .vc_tta-panels-container {
		padding: 40px 0px 20px !important;
	}
	footer#colophon {
		padding: 50px 0px 15px;
	}
	.featured-post h1 {
		font-size: 80px;
	}
	.carousel-date, .featured-post p {
		font-size: 20px;
		margin-bottom: 1px;
	}
	.single-hero .posted-on {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#ticketing .container ,		
	#sponsorships .container ,	
	#recent-press-releases .container, 
	#in-the-news .container {
		max-width: 1300px;
		width: 1300px;
	}
	.frame ul li {
		width: 320px;
	}
	.frame {
		height: 390px;
		line-height: 390px;
	}
	.carousel-post-content {
		top: 160px;
		padding: 45px 25px;
	}
	.carousel-post-content h4 {
		font-size: 17px;
		line-height: 25px;
		margin-top: 20px;
	}
	.scrollbar {
		top: 440px;
		max-width: 1000px !important;
	}
	div#in-the-news {
		padding-bottom: 200px !important;
	}

	#recent-press-releases h1 {
		padding-top: 230px !important;
	}

	#press-release-carousel.frame ul li {
		width: 470px;
	}

	#press-release-carousel .press-post-content, #press-release-carousel .press-release-image {
		height: 270px;
	}

	#press-release-carousel .press-post-content h4 {
		font-size: 17px;
		line-height: 23px;
		margin-top: 20px;
	}

	#press-release-carousel .press-post-content {
		padding: 35px 25px;
	}

	#recent-press-releases .scrollbar {
		top: 580px;
	}

	.scrollbar .handle {
		width: 250px;
	}

	div#recent-press-releases .vc_btn3-container.custom-red-button.vc_btn3-center {
		/*margin-top: -40px !important;*/
	}

	div#get-in-touch {
		padding-top: 100px !important;
		padding-bottom: 120px !important;
	}

	.custom-form input[type="email"] {
		padding-bottom: 20px;
		font-size: 19px;
	}
	#recent-press-releases .vc_column-inner {
		padding-bottom: 100px !important;
	}
	.custom-form {
		margin-top: 50px;
	}
	.custom-form h5 {
		font-size: 18px;
		margin: 65px 0px 30px;
	}
	.alert-category span.wpcf7-list-item {
		font-size: 12px;
		padding: 10px 0px !important;
	}
	input[type="submit"].red-button {
		margin: 40px auto 0px;
		font-size: 15px;
		padding: 20px 65px !important;
	}
	#news-bottom .wpb_text_column {
		padding: 0px 35px !important;
	}
	.clean-tabs .wpb_single_image.vc_align_left {
		text-align: right;
	}
	.clean-tabs {
		max-width: 960px !important;
		margin: auto;
	}
	.small-h4 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	#logos.container, section#news-items, #copyright .container {
		max-width: 1200px;
	}
	#logos .wpb_single_image {
		padding: 35px 10px !important;
	    margin-bottom: 10px;
	}
	ul.download-links {
		text-align: center;
	}
	div#media-leader {
		padding-top: 230px !important;
	}

	div#dark-media-assets img {
		max-width: 200px;
	}

	div#dark-media-assets .vc_col-sm-3 .vc_column-inner {
		padding-bottom: 40px !important;
	}
	div#news-bottom .container {
		padding-top: 210px !important;
		padding-bottom: 0px;
	}
	.news-sidebar h4 {
		font-size: 29px;
		margin-bottom: 20px;
	}
	.toggler {
		right: 0;
		background-size: 10px !important;
	}
	.page-content .search-form input.search-submit{
		font-size: 11px;
		padding: 12px 15px !important;
		margin-top: 15px;
	}
	button.red-button,button.filter-button.red-button {
		font-size: 11px;
		padding: 10px 15px !important;
		margin-top: 15px;
	    border-width: 2px;
	}
	.blog .news-list.col-sm-8.grid {
		padding-left: 70px;
		max-width: 85% !important;
		width: 85% !important;
	}
	.blog .row.grid-item .col-sm-4 {
		max-width: 52%;
		flex: 0 0 52%;
	}	
	.blog .row.our-magic-ajax-powered-posts-filter .row.grid-item .col-sm-5 {
		max-width: 48%;
		flex: 0 0 48%;
	}
	.search-no-results .page-content p, .results-count {
		font-size: 20px;
		line-height: 1.4;
	}
	ul.filter li {
		font-size: 13px;
		padding: 5px 0px;
	}
	.filter input[type="checkbox"] {
		margin-right: 10px;
	}
	.archive-post-title {
		font-size: 28px;
	}
	.news-list .row {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.archive-post-date {
		font-size: 20px;
		margin-bottom: 15px;
		padding-bottom: 5px;
	}
	nav.pagination a, nav.pagination span {
		font-size: 22px;
		margin: 0px 3px;
		padding: 0px 10px;
	}
	#financial-sidebar {
		padding: 30px 0px;
		margin-top: 60px;
	}
	ul#financial-sidebar h3 {
		font-size: 30px;
	}
	ul#financial-sidebar h3:after {
		width: 95px;
		margin: 30px auto;
	}
	section#news-items {
		padding: 100px 0px;
	}
	#leaders .leader.leader-right {
		padding-left: 70px !important;
		margin-left: -70px !important;
		margin-top: 70px !important;
		padding-top: 60px !important;
		padding-bottom: 50px !important;
	}
	.leader h1 {
		font-size: 75px;
		padding-bottom: 10px !important;
		margin-bottom: 15px !important;
	}
	.leader h4 {
		font-size: 30px;
		padding-bottom: 10px;
		margin-bottom: 25px;
	}
	.leader p {
		max-width: 470px;
		margin-bottom: 25px;
	}
	#leaders .leader.left-aligned {
		padding-right: 70px !important;
		margin-right: -70px !important;
		margin-top: 70px !important;
		padding-top: 60px !important;
		padding-bottom: 50px !important;
	}
	section#leaders {
		padding-bottom: 0px !important;
	}
	.global-links a {
		font-size: 15px;
	}
	.global-links h4 {
		font-size: 28px;
	    margin-bottom: 10px;
		margin-top: 30px;
	}
	div.wpcf7-mail-sent-ok ,
	div.wpcf7-validation-errors,
	div.wpcf7-acceptance-missing ,
	.contact-form {
		max-width: 700px;
	}
	.contact-form p .vc_col-sm-6 {
		width: calc(50% - 10px);
	}
	.contact-form p .vc_col-sm-6:first-child input {
		width: 100%;
	}
	div#contact-form-7 .wpb_text_column {
		margin-bottom: 70px !important;
	}
	.contact-form p .vc_col-sm-6:last-child input, .contact-form p .vc_col-sm-6:last-child em {
    	width: calc(100% - 3px);
	}
	.input-focus em {
		top: -10px !important;
	}	
	#news-bottom .input-focus em {
		top: 5px !important;
	}
	.contact-form label em {
		font-size: 16px;
	}
	.select2-selection.select2-selection--single,
	.contact-form select {
		font-size: 16px !important;
		height: 60px;
		padding: 0px 25px !important;
		background-position: calc(100% - 20px);
	}
	.contact-form p {
		margin-bottom: 0px;
	}
	.contact-form.bottom-portion {
		padding-top: 50px;
		margin-top: 50px !important;
	}
	.contact-form p textarea, .contact-form p input {
		padding: 15px;
		margin-bottom: 20px;
	    font-size: 16px;
	}
	.contact-form.bottom-portion em {
		padding-left: 15px;
		top: 25px;
	}
	div#live-nation-address .vc_column-inner > .wpb_wrapper {
		padding-left: calc((100vw - 1000px)/2);
	}
	div#live-nation-address .vc_column-inner {
		padding-top: 120px !important;
		padding-bottom: 120px !important;
	}
	#points-of-contact .big-p {
		padding-bottom: 20px !important;
		padding-right: 55px;
	}
	.small-h4 {
		font-size: 33px;
	}
	#logos-head .small-h4 {
		font-size: 30px;
	}
	.news-list.col-sm-8.grid footer {
		margin-left: 60px;
	}
	#work-infographic h4 {
		font-size: 20px;
	}
	div#our-open-roles h1 {
		margin-bottom: 90px !important;
	}
	div#get-in-touch .big-p {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
	.footer-socials {
		margin-bottom: 20px;
	}
	section#leaders,
	#leaders .leader.leader-right ,
	#leaders .leader.left-aligned ,
	section#home-left-right {
		background-size: 220px !important;
	    padding-bottom: 50px !important;
	}
	.socials img {
		height: 30px;
	}
	div#international img {
		max-width: 100%;
	}
	div#resources .large-title:after {
		margin: 0px auto;
	}
	div#resources .wpb_text_column.wpb_content_element:not(.big-p) {
		margin-bottom: 20px;
	}	
	#resources h4 {
		font-size: 35px;
	}
	.featured-post .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline, .custom-red-button .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline {
		border-width: 2px;
	}
	section#home-left-right>div:first-child {
		margin-bottom: 40px !important;
	}
	section#home-left-right .leader.left-aligned {
		margin-bottom: 0px !important;
	}
	.global-links h4 {
    	border-bottom: 1.5px #e21836 solid;
	}
	[type="checkbox"], [type="radio"] {
		padding: 6px;
		margin-right: 4px;
	}
	[type="checkbox"]:checked:after {
		font-size: 15px;
		top: -3px;
		left: 3px;
	}
	.alert-category {
		max-width: 460px;
		margin: auto;
	}
	div#recent-press-releases {
		margin-top: -165px !important;
	}
	.single-container {
    max-width: calc(100vw - 400px);
		padding: 80px 110px;
	}
	.entry-content h1 {
		font-size: 45px;
		line-height: 1;
	}
	.entry-content h1:after {
		width: 180px;
		margin: 25px 0px;
	}
	ul.single-shares {
		left: -120px;
	}
	ul.single-shares li.share-title {
		font-size: 16px;
	}
	ul.single-shares li.share-icon {
		width: 55px;
		height: 55px;
	}
	ul.single-shares li.share-icon img {
		transform: scale(0.7);
	}
	.entry-content p img {
		max-width: 80vw;
		margin-left: -15vw;
	}
	.big-p ul {
		padding-left: 40px;
		margin-bottom: 60px;
	}
	.page-id-1505 .clean-tabs p {
		max-width: 400px;
		margin: auto;
		min-height: 100px;
		max-height: 100px;
	}
	#we-take-care {
		padding: 50px 0px 0px !important;
	}
	div#take-care-others, div#take-care-career, div#take-care-family, div#take-care-wealth {
		padding-bottom: 0px !important;
		padding-top: 50px !important;
	}
	#interested {
		padding: 50px 0px !important;
	}
	.bottom-slant>div:after, div#we-live-for {
		background-size: 220px !important;
	}
	#we-live-for {
		padding-top: 50px !important;
	}
	div#with-with-best {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	ul.download-links li:not(:first-child):not(:last-child):after {
		font-size: 17px;
		margin-right: 6px;
	}
	.media-links-light ul.download-links li:not(:last-child) a:before, ul.download-links li:not(:last-child) a:before {
		background-size: 13px;
		width: 7px;
		margin-top: 5px;
	}
	ul.download-links li a {
		font-size: 14px;
	}
	ul.download-links li.download-link {
		float: left;
		margin-right: 6px;
	}
	#logos-head {
		padding-top: 30px !important;
	}
	div#media-leader .vc_custom_heading.large-title ,
	#logos-head .vc_custom_heading.large-title {
		margin-bottom: 50px !important;
	}
	div#dark-media-assets .media-links-light {
    	padding-left: 20px !important;
		padding-right: 20px !important;
	}
	div#dark-media-assets .small-h4 {
		font-size: 28px;
	}
	.page-id-10 .bottom-slant>div:after {
		left: -30px;
	}
	.page-content .search-form input {
    	padding: 10px;
		font-size: 13px;
	}
	.search-results section#news-items>div {
		width: 85%;
		max-width: 85%;
	}
	.archive-post-thumbnail {
		height: 220px;
	}
	#press-release-carousel.frame {
		height: 540px;
	}
	.custom-form em {
		font-size: 20px;
		top: 40px;
	}
	.page-id-1505 .large-title {
		font-size: 60px;
	}
	div#sponsorships .scrollbar .handle, div#ticketing .scrollbar .handle ,
	div#sponsorship-carousel ul li, div#ticketing-carousel ul li {
		width: 270px;
	}
	.frame ul li .logo-image-holder {
		height: 240px;
	}
	div#sponsorship-carousel, div#ticketing-carousel {
		height: 245px;
		line-height: 235px;
	}
	div#ticketing-carousel .logo-image-holder img, div#sponsorship-carousel .logo-image-holder img {
		transform: scale(.55);
	}
	li#spon-11966 img ,		
	li#spon-11969 img ,		
	li#spon-11968 img ,	
	li#spon-11952 img {
		max-height: 135px;
	}
	div#sponsorships .scrollbar, div#ticketing .scrollbar {
		top: 300px !important;
	}
	div#ticketing, #concerts {
		padding-top: 50px;
	}
	div#sponsorship-carousel, div#ticketing-carousel {
		margin-top: 30px;
	}
	div#know-latest {
		padding-top: 200px !important;
		padding-bottom: 200px !important;
	}
	.upb_video-src {
		max-height: 100% !important;
		margin-left: -6%;
	}

}
@media (max-width: 1280px) {
	#ticketing .container ,		
	#sponsorships .container ,	
	#recent-press-releases .container, 
	#in-the-news .container {
		max-width: 1160px;
		width: 1160px;
	}
	.upb_video-src {
		max-height: 100% !important;
		margin-left: -6%;
	}
	div#artist-cutout {
		bottom: -90px;
	}
	div#know-latest {
		padding-top: 150px !important;
		padding-bottom: 150px !important;
	}
	div#ticketing:after {
		height: 200px;
	}
	div#ticketing {
		padding-bottom: 250px;
	}
	#press-release-carousel .press-release-image {
		height: 240px;
	}
	#press-release-carousel .press-post-content {
		height: 200px;
	}
	#press-release-carousel .press-post-content h4 {
		font-size: 18px;
		line-height: 23px;
		margin-top: 20px;
	}
	#press-release-carousel.frame {
		height: 440px;
	}
	#recent-press-releases .scrollbar {
		top: 470px;
	}
	div#recent-press-releases .custom-red-button {
		margin-top: 30px !important;
		margin-bottom: 0px !important;
	}
	div#in-the-news h1 ,	
	#recent-press-releases h1 {
		margin-bottom: 60px !important;
	}
	div#in-the-news {
		padding-top: 50px !important;
	}
	section#home-left-right .leader.left-aligned {
		margin-top: 75px !important;
	}

}
@media (max-width: 1200px) {
	.current_page_item a {
		border-bottom: 3px #ff0024 solid;
	}
	.menu-toggler {
		display: block;
	}
	.navigation-container {
		display: none;
	}
	#masthead {
		max-width: calc(100vw - 150px);
		padding: 66px 0px;
		z-index: 1000;
	    overflow: initial;
	}
	.container {
		max-width: calc(100vw - 100px);
	}
	div#video-hero {
		height: 55vh;
	}

	.upb_video-wrapper {
		display: none;
	}

	.home-hero-top {
		width: calc(100vw - 250px);
	}

	.menu-toggler {
		position: fixed;
		right: 70px;
	}
	.menu-toggler img {
		width: 55px;
	}
	.medium-title {
		font-size: 55px;
	}
	.col-sm-2.search-container {
		position: absolute;
		right: 75px;
		top: 43px;
	    max-width: 230px !important;
	}
	.logo-container {
		margin-top: -27px !important;
	}
	.home-hero-top-layer>.vc_column-inner {
		display: table !important;
		position: relative;
		height: 100vh;
	}

	.home-hero-top-layer>div>div {
		display: table-cell;
		vertical-align: middle !important;
		width: 100%;
		overflow: hidden;
	}
	.home-hero-top-layer h1 {
		font-size: 87px;
		line-height: 0.9;
	}
	section.hero.container h5 {
		padding-left: calc((100vw - (100vw - 230px))/2);
		font-size: 20px;
		margin-bottom: 15px;
	}
	.ragged-section .large-title {
		font-size: 65px;
	}
	.outlined {
		-webkit-text-stroke: 2px #e21836;
		text-stroke: 2px #e21836;
	}
	.ragged-section .big-p p {
		font-size: 19px !important;
		line-height: 30px !important;
	}
	a.custom-red-button.white-text, .featured-post .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline, .custom-red-button .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline {
		border-width: 2px !important;
	}
	.leader p, .big-p p, .big-p li {
		font-size: 20px !important;
		line-height: 30px !important;
	}
	a.custom-red-button.white-text, .featured-post .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline, .custom-red-button .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline {
		border-width: 2px !important;
	}

	div#learn-more-about .vc_row.vc_column-gap-35 {
		max-width: calc(100vw - 150px);
		margin: auto;
	}
	div#learn-more-about .vc_row.vc_column-gap-35>.vc_column_container {
		padding: 6px;
	}
	section#home-left-right .leader h1 {
    	font-size: 65px;
	}
	.leader.left-aligned h1, .leader.left-aligned h4 {
		padding-left: calc((100vw - (100vw - 180px))/2);
	}
	.leader.left-aligned p, .left-padded.custom-red-button {
		left: calc((100vw - (100vw - 180px))/2);
	}
	section#home-left-right .leader-right {
		margin-top: 40px !important;
	}
	.featured-post .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline, .custom-red-button .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline {
		padding: 15px 15px;
	}
	.leader p br {
		display: none;
	}
	.leader p {
		max-width: 435px;
	    font-size: 18px !important;
	}
	section#home-left-right .leader.left-aligned {
		padding-top: 45px !important;
		margin-top: 60px !important;
		margin-bottom: 0px !important;
	}
	div#resources .vc_column-inner {
		padding-top: 0px;
	}
	#resources .big-p {
		margin-bottom: 0px;
	}
	.big-p h4 {
		font-size: 30px !important;
	}
	#concerts,
	section#home-left-right,
	div#our-open-roles {
		background-size: 220px !important;
	}
	section#home-left-right>div:first-child {
		padding-bottom: 0px !important;
		margin-bottom: 20px !important;
	}
	section#home-left-right {
		padding-bottom: 55px !important;
		padding-top: 80px !important;
	}
	div#learn-more-about {
		padding-top: 30px !important;
		padding-bottom: 60px !important;
	}
	div#learn-more-about {
		padding-top: 30px !important;
		padding-bottom: 50px !important;
	}
	.wpb_text_column.wpb_content_element.copyright {
		position: absolute;
		left: -115px;
		margin-bottom: 0px;
		margin-top: 10px;
	}
	.wpb_text_column.wpb_content_element.footer-links {
		margin-top: -30px;
	}
	#copyright p {
		font-size: 9px !important;
	}
	#logos.container, section#news-items, #copyright .container {
		max-width: calc(100vw - 150px);		
	}
	#copyright .vc_col-sm-4 {
		position: relative;
		right: -45px;
	}
	#copyright .vc_col-sm-4>div {
		padding: 0px !important;
	}
	#copyright .container {
		padding: 0px;
	}
	.footer-logo>div {
		padding-left: 0px !important;
	}
	#resources .big-p {
		margin-top: -15px;
	}
	.footer-socials ul li:not(:last-child) {
		margin-right: 20px;
	}
	.footer-socials img {
		max-height: 16px;
		width: auto;
		transform: scale(1);
	}
	form#searchform {
		padding: 12px 16px;
	}
	.navigation-container {
		width: 100%;
		position: absolute;
		max-width: 100%;
		top: 90px;
		left: 0;
	}
	ul#primary-menu>li {
		display: block;
		width: 100%;
		margin-right: 0px !important;
		padding: 20px 20px;
		float: none;
		text-align: left;
		margin-top: 0;
	    line-height: 1.1;
	}
	ul#primary-menu {
		height: 275px;
		background: rgba(0,0,0,0.3);
	}
	.big-p ul {
		padding-left: 120px;
	}
	#hero h1, .archive-hero h1  {
		max-width: 700px;
		margin: auto;
		font-size: 70px;
	}
	#we-live-for {
		background-size: 220px;
	    padding-top: 50px !important;
	}
	.our-culture-points.big-p p {
		max-width: 800px;
	}
	.large-title {
		font-size: 55px;
	}
	.our-culture-slant.bottom-slant>div:after {
		background-size: 220px !important;
	}
	#live-take-care {
		margin-top: 150px !important;
	}
	.wide-clean-tabs .clean-tabs, #take-care-career .clean-tabs, div#our-culture-slant .clean-tabs, #we-take-care .clean-tabs {
		max-width: calc(100vw - 100px) !important;
	}
	.clean-tabs span.vc_tta-title-text {
		font-size: 17px;
	}
	.clean-tabs .vc_tta-tab a {
    	padding: 14px 10px!important;
	}
	.page-id-1505 .clean-tabs p {
		max-width: 600px;
		margin: auto;
	}
	.page-id-1505 .clean-tabs p br {
		display: none;
	}
	#we-take-care {
		padding: 50px 0px 0px !important;
	}
	div#our-culture-slant .clean-tabs span.vc_tta-title-text {
		font-size: 20px;
	}
	.clean-tabs span.vc_tta-title-text {
		font-size: 21px;
	}
	div#take-care-others, div#take-care-career, div#take-care-family, div#take-care-wealth {
		padding-bottom: 0px !important;
		padding-top: 60px !important;
	}
	div#our-culture-slant img, div#interested img, div#we-take-care img, div#take-care-others img, div#take-care-career img, div#take-care-family img, div#take-care-wealth img {
		transform: scale(.5);
	}
	div#interested .custom-red-button a {
		margin-top: 0px;
	}
	div#interested .wpb_single_image {
		padding-bottom: 0px !important;
	}
	#interested {
		padding: 30px 0px 50px !important;
	}
	#footer {
		padding-bottom: 50px !important;
		max-width: calc(100vw - 150px);
	}
	#footer ul li a {
		font-size: 16px;
	}
	div#footer>div:not(:last-child) {
		padding-right: 10px;
	}
	#footer h4 {
		font-size: 19px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	div#take-care-career .clean-tabs span.vc_tta-title-text ,
	div#take-care-others .clean-tabs span.vc_tta-title-text ,	
	div#take-care-wealth .clean-tabs span.vc_tta-title-text {
		font-size: 21px;
	}
	div#our-culture-slant .wpb_single_image.vc_align_center {
		padding-top: 20px !important;
	}
	div#with-with-best {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	#work-infographic {
		margin-top: -200px;
	}
	#global-demographics img {
		max-width: 640px;
	}
	div#role-icons .vc_column-inner {
		padding: 0px 30px !important;
	}
	#role-icons .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
		padding-left: 15px !important;
		padding-right: 15px !important;
		font-size: 13px !important;
	}
	div#international {
		margin: 75px 0px !important;
	}
	div#internships {
		margin: 95px 0px !important;
	}
	#contact-form-7, #our-open-roles {
		padding: 50px 0px 70px !important;
	}
	#role-icons h4:after {
		margin: 20px auto;
	}
	#hero , body:not(.error404) .archive-hero {
		min-height: 35vh !important;
		background-size: cover !important;
	}
	div#change-lives .medium-title {
		font-size: 61px;
		max-width: calc(100vw - 100px);
		margin: auto;
	}
	div#change-lives .medium-title br {
		display: none;
	}
	#impact-bottom .big-p.white-text {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	div#impact-bottom .container {
		padding-top: 150px !important;
	}
	div#empowering-women .big-p {
		padding-left: 70px !important;
		padding-right: 70px !important;
	}
	div#empowering-women .vc_tta-panel-body .big-p {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.page-id-1467 .clean-tabs p {
		max-width: 100%;
		padding-left: 20px;
	}
	.page-id-1467 .clean-tabs .vc_col-sm-8 {
   	     min-height: 195px;
	}
	.page-id-1467 .clean-tabs span.vc_tta-title-text {
		font-size: 24px;
	}
	#empowering-women, #empowering-earth, #empowering-communities {
		padding: 50px 0px 5px !important;
	}
	.global-links h4 {
		font-size: 24px;
	    margin-top: 15px;
	}
	#global-links {
		padding-top: 30px !important;
		padding-bottom: 50px !important;
	}
	.global-links a {
		font-size: 18px;
	}
	.blog .archive-hero ,
	.page-id-10 #hero ,
	.page-id-1332 #hero ,
	.page-id-1395 #hero {
		min-height: 35vh !important;
	}
	section#leaders {
		padding-top: 75px !important;
		padding-bottom: 5px !important;
	}

	section#leaders {
		background-size: 220px !important;
	}

	#leaders .leader {
		background-size: 220px;
	}
	.featured-post {
		padding-left: 120px;
	}
	.featured-post h1 {
		max-width: 90%;
		font-size: 75px;
	}
	div#featured-post {
		min-height: 65vh !important;
	}
	.featured-post {
		padding-left: 120px;
		background-position: top right !important;
	}
	.carousel-date, .featured-post p, .single-hero .posted-on {
		margin-bottom: 15px;
	}
	div#in-the-news {
		padding-top: 30px !important;
	}
	#ticketing .container ,		
	#sponsorships .container ,	
	#recent-press-releases .container, 
	#in-the-news .container {
		max-width: calc(100vw - 120px);
		width: calc(100vw - 120px);
	}
	div#in-the-news h1.large-title , div#recent-press-releases h1.large-title {
		margin-bottom: 40px !important;
	}
	#recent-press-releases .vc_column-inner {
		padding-bottom: 50px !important;
	}
	div#get-in-touch .vc_column-inner {
		padding: 0px;
	}
	#recent-press-releases .container, #in-the-news .container {
		max-width: calc(100vw - 120px);
		width: calc(100vw - 120px);
	}
	div#in-the-news h1.large-title , div#recent-press-releases h1.large-title {
		margin-bottom: 40px !important;
	}
	div#get-in-touch .vc_column-inner {
		padding: 0px;
	}
	div#get-in-touch .big-p {
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	div#get-in-touch .vc_column-inner {
		padding: 0px !important;
	}
	div#get-in-touch>div:first-child h1 {
		margin-top: -20px;
	}
	div#news-bottom .vc_col-sm-3 {
		display: none;
	}
	div#news-bottom .vc_col-sm-6 {
		margin: auto;
		float: none;
		width: 660px;
	}
	div#news-bottom {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.custom-form h5 {
		font-size: 21px;
	}
	div#news-bottom .alert-category {
		max-width: 505px;
		margin: auto;
	}
	.alert-category span.wpcf7-list-item {
		font-size: 14px;
	}
	div#logos-head {
		padding-top: 30px !important;
	}
	#logos-head .vc_custom_heading.large-title {
		margin-bottom: 50px !important;
	}
	div#logos>div {
		width: 50%;
	}
	#logos .wpb_single_image {
		padding: 75px 40px !important;
	}
	li.download-link {
		float: left !important;
	}
	li.download-all {
		float: right !important;
	}
	#dark-media-assets, #logos {
		display: block !important;
	}
	div#dark-media-assets>div {
		width: 50%;
	}
	div#dark-media-assets>div>div {
		border-right: 1px solid #6A6A6B !important;
	}
	div#dark-media-assets>div:nth-child(2) * {
		border-right: 0px !important;
	}
	div#dark-media-assets img {
		max-width: 350px;
	}
	.bottom-slant>div:after {
		left: -30px;
		top: -330px;
	}
	div#news-bottom .container {
		padding-top: 100px !important;
	}
	#news-bottom img {
		max-width: 70px;
	}
	.news-sidebar.col-sm-3 {
		max-width: 33% !important;
		flex: 0 0 33%;
	}
	.news-list.col-sm-8.grid {
		padding-left: 40px;
	}
	.row.grid-item .col-sm-4 {
		max-width: 50%;
		flex: 0 0 50%;
	}
	.archive-post-thumbnail {
		height: 200px;
	}
	.row.our-magic-ajax-powered-posts-filter .row.grid-item .col-sm-5 {
		max-width: 50%;
		flex: 0 0 50%;
		padding-right: 0px !important;
	}

	.archive-post-title {
		font-size: 25px;
	}
	ul#financial-sidebar h3:before {
		margin: 0px auto;
		transform: scale(0.6);
	}
	ul#financial-sidebar h3 {
		font-size: 23px;
	}
	ul#financial-sidebar {
		padding: 30px 0px;
		margin-top: 65px;
	}
	.page-content .search-form input.search-submit, button.red-button {
		border-width: 2px;
		border-radius: 0px;
	}
	ul#financial-sidebar h3:after {
		width: 70px;
		margin: 15px auto;
	}
	.single-hero {
    	min-height: 55vh;
	}
	.single-container {
		max-width: calc(100vw - 300px);
		padding: 110px 65px 20px !important
	}
	.entry-content h1 {
		font-size: 45px;
	}
	.entry-content h1:after {
		width: 190px;
		margin: 30px 0px;
	}
	.entry-content big-p p {
		font-size: 17px !important;
		line-height: 28px !important;
	}
	ul.single-shares {
		left: -95px;
	    top: 150px;
	}
	ul.single-shares li.share-title {
		font-size: 16px;
	}
	ul.single-shares li.share-icon {
		width: 55px;
		height: 55px;
	}
	ul.single-shares li.share-icon img {
		transform: scale(0.7);
	}
	.entry-content p img {
		max-width: 80vw;
		margin-left: -9vw;
		margin-bottom: 45px;
		margin-top: 45px;
		display: block;
	}
	.big-p ul {
		padding-left: 0;
	}
	.entry-content h2, .news-sidebar h2 {
		font-size: 45px;
	}
	.big-p li {
		font-size: 17px !important;
		line-height: 20px !important;
	}
	.big-p ul {
		padding-left: 0px;
	}
	li.vc_tta-tab.vc_active:after {
		bottom: -10px;
	}
	.main-navigation li.current-menu-item a:after, .main-navigation li a:hover:after {
		display: none;
	}
	.main-navigation li.current-menu-item {
		background: #E21836;
	}
	.main-navigation li.current-menu-item a {
		color: #FFF;
	}
	#percentages {
		max-width: 750px !important;
	}
	#percentages h1 {
		font-size: 55px !important;
	}
	.oversized {
		font-size: 120px !important;
	}
	#percentages h2 {
		font-size: 38px !important;
	}
	div#impact-bottom {
		background-position: 50% 120px !important;
	}
	div#impact-bottom .medium-title {
		font-size: 48px;
	}
	#impact-bottom .medium-title:after {
		width: 180px;
		margin: 15px auto;
	}
	#impact-bottom .small-h4:after {
		margin-top: 15px;
	}
	.clean-tabs img {
		max-width: 145px !important;
		margin-left: 0px;
	}
	ul.sub-menu {
		width: 100%;
		left: 0px !important;
		margin-left: 0;
		padding-left: 0;
	}
	ul.sub-menu li {
		display: block;
		padding: 0 !important;
	}
	.sub-menu a {
		font-size: 28px !important;
		font-family: "Tungsten";
	}
	.main-navigation li:not(:last-child) {
		margin-right: 0px !important;
	    margin-top: 0px;
	}
	.scrollbar {
		max-width: calc(100vw - 250px) !important;
	}
	.custom-form em {
		font-size: 20px;
		top: 30px;
	}
	.entry-content h2:after {
		width: 80px;
		margin: 15px 0px 50px;
	}
	.post-footer a {
		padding: 13px 15px !important;
		border: 2px solid #e21836;
		margin-right: 15px;
		font-size: 15px !important;
		margin-bottom: 15px;
	}
	.post-footer {
		padding: 50px 0px 0px;
	}
	.news-sidebar h2:after {
		width: 60px;
		margin: 20px 0px 40px;
	}
	ul.filter li {
		max-width: 49%;
	}
	.region-item span.control {
		width: calc(100% - 35px);
		vertical-align: top;
	}
	span.next:after ,
	span.prev:after {
		background-size: 10px;
		position: relative;
		top: 6px;
	}
	.archive-post-date {
		border-bottom: 2px #e21836 solid;
	}
	.blog .news-list.col-sm-8.grid {
    	padding-left: 50px;
	}
	.contact-form.bottom-portion em {
		padding-left: 10px;
		top: 15px;
	}
	div#live-nation-address .vc_column-inner > .wpb_wrapper {
		padding-left: calc((100vw - (100vw - 175px))/2);
	}
	div#live-nation-address .vc_column-inner {
		padding-top: 70px !important;
		padding-bottom: 50px !important;
	}
	div#points-of-contact .big-p p {
		margin-bottom: 10px;
	}
	div#points-of-contact {
		padding-top: 70px !important;
		padding-bottom: 50px !important;
	}
	.input-focus em {
		top: -20px !important;
	}
	.contact-form p {
		margin-bottom: 20px;
	}
	.contact-form p .vc_col-sm-6 {
		width: calc(50% - 3px);
	}
	div#live-nation-address h1 ,	
	div#points-of-contact h1 {
		font-size: 50px;
	}
	#points-of-contact .big-p {
		padding-bottom: 20px !important;
		padding-right: 0px;
	}
	#points-of-contact strong {
		font-size: 18px;
	}
	div#points-of-contact .big-p p {
		font-size: 17px !important;
		line-height: 28px !important;
	}
	ul.download-links li a {
		font-size: 20px;
	}
	.media-links-light ul.download-links li:not(:last-child) a:before, ul.download-links li:not(:last-child) a:before {
		background-size: 14px;
		width: 12px;
	}
	.news-list.col-sm-8.grid footer {
		margin-left: auto;
		padding-left: 100px;
	}
	.category .news-list.col-sm-8.grid ,
	.tags .news-list.col-sm-8.grid {
		max-width: 100%;
	}
	.carousel-date, .featured-post p {
		font-size: 18px;
		padding-bottom: 1px;
		border-width: 2px;
	}
	.carousel-date, .featured-post p, .single-hero .posted-on {
		border-width: 2px;
		padding-bottom: 2px;
	}
	.big-p ul li {
		margin-bottom: 5px;
	}
	div#points-of-contact .wpb_column.vc_column_container.vc_col-sm-4 {
		width: 50%;
	}
	.search-results section#news-items>div {
		width: 100%;
		max-width: 100%;
	}
	.no-results.not-found h1, .search-results h1 {
		font-size: 35px;
	}
	.search-no-results .page-content p, .results-count {
		font-size: 16px;
	}
	#global-links .vc_column-inner {
		padding-top: 0px;
	}
	div#global-links {
		padding-top: 60px !important;
		padding-bottom: 30px !important;
	}
	.uvc-vc-full-width .upb_video-bg {
		background-position: right;
	}
	.large-title {
		font-size: 60px;
	}
	div#impact-bottom p {
		opacity: 0.5;
	}
	div#mobile-menu {
	}
	#mobile-menu {
		position: fixed;
		left: 0;
		top: 0;
		background: #000;
		width: 100%;
		height: 100%;
	}
	span#close-menu {
		display: block;
		position: fixed;
		right: 0;
		top: 0;
	}
	span#close-menu img {
		width: 100px;
	}
	.mobile-search {
		display: block;
		overflow: hidden;
		padding: 20px;
		background: #333;
		margin-top: 100px;
	}
	form#searchformmobile img {
    	float: right;
		margin-top: 20px;
		opacity: .5;
		font-family: "Proxima-Nova-Regular";
		color: rgba(255,255,255,0.5);
	}
	form#searchformmobile input {
		width: calc(100% - 40px);
		padding: 20px 0px;
		background: none;
		border: 0;
	    font-size: 25px;
    	line-height: 1;
		color: rgba(255,255,255,0.5)
	}
	form#searchformmobile input:focus {
		outline: 0;
	}
	nav#mobile-navigation {
		position: absolute;
		width: 100%;
		height: calc(100vh - 100px);
		display: table;
	}

	nav#mobile-navigation .menu-header-container {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	nav#mobile-navigation .menu-header-container li {
		text-align: center;
		padding-top: 0px;
		padding-bottom: 10px;
	}
	nav#mobile-navigation .menu-header-container li a {
		color: #FFF;
		font-family: "Tungsten-Semibold";
		font-size: 60px;
		letter-spacing: 0.1em;
		text-transform: uppercase;
	}
	ul#primary-menu {
		height: auto;
		margin-bottom: 0px;
		padding-left: 0;
		margin-left: 0;
	    margin-top: -100px;
	}
	a.mobile-navigation-logo {
		position: absolute;
		margin-left: 20px;
		top: 20px;
	}
	a.mobile-navigation-logo img {
		height: 60px;
	}
	#international img ,
	#north-america img {
		max-height: 130px;
	}
	div#artist-cutout {
		bottom: -75px;
		left: -5px;
	}
	#world-map {
		margin-bottom: 50px;
	    margin-top: 50px !important;
	}
	ul#legal-menu li:not(:last-child):after {
		margin-right: 10px;
		font-size: 17px;
	}
	div#resources .big-p {
    	max-width: 930px;
	}
}
@media (max-width: 1023px) {
	.menu-toggler {
		right: 50px;
		top: 45px;
	}
	#masthead {
		max-width: calc(100vw - 80px);
		padding: 40px 0px;
	}
	.menu-toggler img {
		width: 40px;
	}
	.col-sm-2.search-container {
		right: 59px;
		top: 17px;
	}
	form#searchform {
		padding: 10px 14px;
	}
	.home-hero-top {
		width: calc(100vw - 200px);
	}
	.home-hero-top-layer h1 {
    	font-size: 64px;

	}
	section.hero.container h5 {
		padding-left: calc((100vw - (100vw - 170px))/2);
		font-size: 18px;
		margin-bottom: 10px;
	}
	.small-h4 {
		font-size: 28px;
	}
	.ragged-section .large-title {
		font-size: 60px;
	}
	.large-title:after {
		width: 100px;
		margin: 15px auto;
	}
	.ragged-section .big-p p {
		font-size: 17px !important;
		line-height: 28px !important;
	}
	#ragged-section {
		padding-top: 80px !important;
		padding-bottom: 120px !important;
	}
	.leader p, .big-p p, .big-p li {
		font-size: 16px !important;
		line-height: 25px !important;
	}
	#learn-more-about .vc_column-inner {
		padding: 0px;
	}
	section#home-left-right .leader h1 {
		font-size: 50px;
	}
	section#home-left-right .leader-right {
		margin-top: 25px !important;
	}
	.leader p {
		max-width: 355px;
		font-size: 14px !important;
		line-height: 20px !important;
		margin-bottom: 10px;
	}
	.featured-post .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline, .custom-red-button .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline {
		font-size: 10px;
		padding: 10px 12px;
		margin-top: 10px;
	}
	.leader.left-aligned h1, .leader.left-aligned h4 {
		padding-left: calc((100vw - (100vw - 120px))/2);
	}
	.leader.left-aligned p, .left-padded.custom-red-button {
		left: calc((100vw - (100vw - 120px))/2);
	}
	#home-left-right {
		padding-bottom: 35px !important;
		padding-top: 50px !important;
	}
	#logos.container, section#news-items, #copyright .container {
		max-width: calc(100vw - 70px);
	}
	.footer-links a {
		font-size: 12px !important;
		padding-right: 5px;
		margin-top: 7px;
	}
	.footer-links strong {
		font-size: 13px !important;
		padding-right: 6px;
		margin-top: 5px;
	}
	div#resources .large-title:after {
		margin: 10px auto 20px !important;
	}
	#resources .big-p {
		margin-top: -5px;
	}
	.wpb_text_column.wpb_content_element.copyright {
		left: -86px;
		margin-bottom: 0px;
	    width: 100vw;
	}
	.footer-socials img {
		max-height: 14px;
	}
	.footer-logo img {
		max-width: 90% !important;
	}
	#hero h1, .archive-hero h1 {
		max-width: 550px;
		font-size: 60px;
	}
	.our-culture-points.big-p p {
		max-width: 550px;
	}
	.large-title {
		font-size: 45px;
	}
	.large-title:after {
		width: 100px;
		margin: 10px auto 30px;
	}
	.our-culture-points.big-p p {
		max-width: 600px;
	}
	.our-culture-points.big-p {
		margin-bottom: 55px;
	}
	#we-live-for {
		padding-top: 30px !important;
	}
	.page-id-1505 .clean-tabs p {
		max-width: 400px;
	}
	div#our-culture-slant .clean-tabs span.vc_tta-title-text {
		font-size: 17px;
	}
	div#our-culture-slant {
		padding-bottom: 0px !important;
		margin-bottom: -40px;
	}
	.clean-tabs .big-p {
		padding-bottom: 0px !important;
		margin-bottom: 0px;
	}
	.clean-tabs span.vc_tta-title-text {
		font-size: 16px;
	}
	.wide-clean-tabs .clean-tabs, #take-care-career .clean-tabs, div#our-culture-slant .clean-tabs, #we-take-care .clean-tabs {
		margin: 30px auto 0px !important;
	}
	div#take-care-career .clean-tabs span.vc_tta-title-text, div#take-care-others .clean-tabs span.vc_tta-title-text, div#take-care-wealth .clean-tabs span.vc_tta-title-text {
		font-size: 17px;
	}
	li.vc_tta-tab.vc_active:after {
		margin-left: -10px;
	}
	div#take-care-others, div#take-care-career, div#take-care-family, div#take-care-wealth {
		padding-top: 20px !important;
	    padding-bottom: 20px !important;
	}
	.page-id-1505 .clean-tabs p {
		min-height: 115px;
		max-height: 115px;
	}
	#interested {
		padding: 0px 0px 30px !important;
	}
	#hero, body:not(.error404) .archive-hero {
		min-height: 45vh !important;
	}
	#worl-logos img:not(:last-child) {
		margin-right: 45px !important;
	    max-height: 80px !important;
	}
	div#worl-logos {
		margin-top: 70px;
		margin-bottom: 0px;
	}
	#global-demographics img {
		max-width: 490px;
	}
	.oversized {
		font-size: 110px !important;
	}
	#percentages {
		max-width: 650px !important;
	}
	#percentages h1 {
		font-size: 40px !important;
		margin-bottom: 30px;
		line-height: 55px;
	}
	#percentages h2 {
		font-size: 31px !important;
	}
	#contact-form-7 {
		padding: 30px 0px 30px !important;
	}
	#our-open-roles {
		padding: 30px 0px 50px !important;
	}
	div#role-icons .vc_column-inner {
		padding: 0px 20px !important;
	}
	#north-america img {
		max-width: 167px;
	}
	div#internships img {
		max-width: 120px !important;
	}
	div#internships {
		margin: 90px 0px !important;
	}
	div#follow-us {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	    background-position-y: 2px !important;
	}
	.socials img {
		height: 22px;
	}
	#follow-us ul {
		margin-top: 40px;
	}
	#footer {
		padding-bottom: 20px !important;
		max-width: calc(100vw - 55px);
		padding: 0;
	}
	#footer ul li a {
		font-size: 13px;
		line-height: 1;
	}
	#footer ul li {
		margin-bottom: 5px;
	}
	#footer .vc_column-inner {
		padding-top: 5px;
	}
	.apps img {
		transform: scale(.75);
		margin-bottom: 10px !important;
	}
	div#change-lives .medium-title {
		font-size: 39px;
		max-width: calc(100vw - 200px);
	}
	div#change-lives {
		padding-top: 50px !important;
		padding-bottom: 151px !important;
	}
	div#impact-bottom .medium-title {
		font-size: 38px;
	}
	div#empowering-women .big-p {
   	 	padding-left: 50px !important;
		padding-right: 50px !important;
	}
	.small-tabs .vc_tta-panels-container, .light-tabs .vc_tta-panels-container, .clean-tabs .vc_tta-panels-container {
		padding: 0px 0px 20px !important;
	}
	#empowering-earth .clean-tabs, #empowering-communities .clean-tabs {
		max-width: 580px !important;
	}
	div#empowering-earth .big-p br, div#empowering-women .big-p br, #empowering-communities .big-p br {
		display: none;
	}
	.page-id-1467 .clean-tabs span.vc_tta-title-text {
		font-size: 21px;
	}
	.clean-tabs .big-p {
		padding-left: 10px !important;
	}
	.clean-tabs img {
		max-width: 105px !important;
		margin-top: 25px;
	}
	.clean-tabs .vc_tta-tab a {
		padding: 9px 6px!important;
	}
	.medium-title {
		font-size: 50px;
		line-height: 1;
	}
	.medium-title:after {
		margin: 15px auto;
	    width: 80px;
	}
	#impact-bottom img.vc_single_image-img {
		max-width: 160px;
	}
	.featured-post {
    	padding-left: 90px;
	}
	.featured-post h1 {
		font-size: 70px;
	}
	#get-in-touch>div:first-child h1 {
		margin-top: -15px;
	}
	div#get-in-touch {
		padding-left: 30px !important;
		padding-right: 30px !important;
		padding-top: 75px !important;
		padding-bottom: 75px !important;
	}
	#news-bottom img {
		max-width: 50px;
	}
	.input-focus em {
		top: -10px !important;
	}
	input[type="submit"].red-button {
		font-size: 13px;
		padding: 15px 45px !important;
	    margin: 20px auto 0px;
	}
	[type="checkbox"]:checked:after { 
		left: 2px;
	}
	.archive-hero h1, .single-hero h1 {
		font-size: 70px;
		max-width: 90%;
		margin: auto;
	}
	.single-container {
		max-width: calc(100vw - 200px);
		padding: 60px 35px 20px !important;
	}
	ul.single-shares {
    	left: -75px;
	}
	ul.single-shares li.share-title {
		font-size: 14px;
	}
	ul.single-shares li.share-icon img {
		transform: scale(0.6);
	}
	ul.single-shares li.share-icon {
		width: 45px;
		height: 45px;
		margin-bottom: 10px;
	}
	.entry-content h1 {
		font-size: 39px;
	}
	.entry-content h2, .news-sidebar h2 {
		font-size: 39px;
	}
	.post-footer a {
		padding: 10px 10px !important;
		margin-right: 10px;
		font-size: 11px !important;
		margin-bottom: 10px;
	}
	ul.people li a , ul.people li strong {
		font-size: 17px;
	}
	section#news-items {
		padding: 50px 0px;
	}
	ul.filter li {
		max-width: 100%;
	    width: 100%;
	}
	button.red-button, button.filter-button.red-button {
		width: 100%;
	}
	.blog .row.grid-item .col-sm-4 {
		max-width: 46%;
		flex: 0 0 46%;
	}
	.news-sidebar.col-sm-3 {
		max-width: 28% !important;
		flex: 0 0 28%;
	}
	ul#financial-sidebar p {
		font-size: 13px;
		line-height: 21px;
	}
	.archive-post-date {
		font-size: 16px;
		margin-bottom: 9px;
	}
	.archive-post-title {
		font-size: 20px;
	}
	.blog .row.grid-item .col-sm-4 {
		max-width: 46%;
		flex: 0 0 46%;
	    padding-left: 15px;
	}
	.blog .row.our-magic-ajax-powered-posts-filter .row.grid-item .col-sm-5 {
		max-width: 54%;
		flex: 0 0 54%;
		padding-left: 0px;
	}
	ul#financial-sidebar h3:before {
		transform: scale(0.5);
	}
	.news-list .row {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.archive-post-thumbnail {
		height: 160px;
	}
	.news-sidebar h4 {
		font-size: 25px;
		margin-bottom: 15px;
	}
	.toggler {
		right: -6px;
	}
	.leader h1 {
		font-size: 60px;
		padding-bottom: 5px !important;
		margin-bottom: 10px !important;
	}
	#leaders .leader.leader-right {
		padding-left: 35px !important;
		margin-left: -40px !important;
		margin-top: 40px !important;
		padding-top: 40px !important;
		padding-bottom: 20px !important;
	}
	#leaders .leader.left-aligned {
		padding-right: 40px !important;
		margin-right: -40px !important;
		margin-top: 40px !important;
		padding-top: 30px !important;
		padding-bottom: 20px !important;
	}
	.leader h4 {
		font-size: 24px;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
	.contact-form label em {
		font-size: 14px;
	}
	a.view-map {
		font-size: 14px;
	}
	a.view-map:before {
		width: 12px;
		height: 20px;
		margin-right: 10px;
		background-size: 12px;
	}
	div#live-nation-address .vc_column-inner > .wpb_wrapper {
		padding-left: calc((100vw - (100vw - 125px))/2);
	}
	div#points-of-contact {
		padding-bottom: 0px !important;
	}
	div#live-nation-address h1, div#points-of-contact h1 {
		font-size: 40px;
		margin-bottom: 50px !important;
	}
	.global-links h4 {
		font-size: 20px;
		margin-top: 15px;
	}
	.global-links a {
		font-size: 15px;
	}
	ul.download-links li a {
		font-size: 17px;
	}
	#logos .wpb_single_image {
		padding: 45px 30px !important;
	}
	div#media-leader {
		padding-top: 160px !important;
	}
	div#dark-media-assets img {
		max-width: 250px;
	}
	div#media-leader .vc_column-inner {
		padding-top: 0px;
	}
	div#news-bottom {
		padding-top: 30px !important;
		padding-bottom: 50px !important;
	}
	span#close-menu img {
		width: 80px;
	}
	.mobile-search {
		margin-top: 80px;
		padding: 15px 20px;
	}
	a.mobile-navigation-logo img {
		height: 35px;
	}
	form#searchformmobile img {
		margin-top: 15px;
		width: 23px;
	}
	form#searchformmobile input {
		padding: 15px 0px;
	    font-size: 20px;
	}
	nav#mobile-navigation .menu-header-container li a {
		font-size: 50px;
	}
	nav#mobile-navigation .menu-header-container li {
		padding-bottom: 20px;
	}
	a.mobile-navigation-logo {
		top: 23px;
	}
	#ticketing .container, 
	#sponsorships .container, 
	#recent-press-releases .container, 
	#in-the-news .container {
		max-width: calc(100vw - 60px);
		width: calc(100vw - 60px);
	}
	.scrollbar {
		max-width: calc(100vw - 140px) !important;
	}
	.frame ul li .logo-image-holder {
		height: 200px;
	}
	div#sponsorships .scrollbar, div#ticketing .scrollbar {
		top: 260px !important;
	}
	div#ticketing:after {
		height: 150px;
	}
	div#ticketing {
		padding-bottom: 200px;
	}
	div#sponsorship-carousel ul li, div#ticketing-carousel ul li {
		width: 220px;
	}
	.frame ul li .logo-image-holder {
		height: 140px;
	}
	div#sponsorship-carousel, div#ticketing-carousel {
		height: 140px;
		line-height: 130px;
	}
	div#sponsorships .scrollbar .handle, div#ticketing .scrollbar .handle {
		width: 220px;
	}
	div#sponsorships .scrollbar, div#ticketing .scrollbar {
		top: 200px !important;
	}
	ul#legal-menu li:not(:last-child):after {
		margin-right: 2px;
		font-size: 15px;
		margin-top: 7px;
	}
	ul#footer-tertiary-menu {
		padding-left: 60px;
	}
	#news-bottom .input-focus em {
		top: -10px !important;
	}
	#our-open-roles  .vc_col-sm-4 {
		width: 49.333333%;
	}
	.clean-tabs .vc_tta-panel-body {
		padding-top: 30px !important;
	}
	#copyright .vc_column-inner {
		padding-top: 0px;
	}
	div#get-in-touch>div:first-child h1 {
		margin-top: 6px;
	}
	div#want-touch .custom-red-button {
		top: 8px;
	}
}
@media (max-width: 767px) {
	.menu-toggler {
		right: 5vw;
		top: 42px;
	}
	.home-hero-top {
		width: 85vw;
	}
	.container {
		max-width: 90vw;
		padding: 0;
	}
	.col-sm-2.search-container {
		display: none;
	}
	.home-hero-top-layer h1 {
		font-size: 17vw;
		text-align: center !important;
	}
	.col-sm-3.logo-container {
		flex: 0 0 50%;
		max-width: 50%;
		margin-top: -18px !important;
	}
	section.hero.container h5 {
		padding-left: 26vw;
		font-size: 3.8vw;
		width: 72vw;
		text-align: center !important;
		letter-spacing: 0.16em !important;
		margin-bottom: 6vw;
	}
	h1.large-title {
		font-size: 14vw !important;
		line-height: 1;
	}
	#ragged-section h1.large-title span {
		display: block;
	}
	#ragged-section {
    	padding-top: 40px !important;
	}
	.ragged-section .big-p p {
		font-size: 3.6vw !important;
		line-height: 1.5 !important;
	}
	.large-title:after {
		margin: 10px auto 10px;
		height: 1px;
	}
	.ragged-section .large-title {
		margin-bottom: 4vw !important;
	}
	.featured-post .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline, .custom-red-button .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline {
		font-size: 2.5vw;
		padding: 4vw 7vw;
	}
	div#learn-more-about .wpb_single_image.vc_align_center {
		margin-bottom: 5px;
	}
	div#learn-more-about .custom-red-button {
		margin-top: 20px !important;
	}
	#home-left-right {
		display: none !important;
	}
	div#learn-more-about .vc_row.vc_column-gap-35 {
		max-width: 100%;
	}
	#mobile-left-right .leader {
		max-width: 90vw;
		margin: auto;
		background-size: 220px !important;
		padding: 10vw 3vw 4vw 3vw;
		margin-top: -10vw;
		position: relative;
		text-align: center;
	}
	#mobile-left-right .wpb_single_image {
		margin-bottom: 0px;
	}
	.leader h1 {
		font-size: 13vw;
		position: relative;
	}
	section#mobile-left-right {
		background-size: 220px;
		padding-bottom: 5vw !important;
	}
	.leader p {
		max-width: 90vw;
		font-size: 3vw !important;
		line-height: 1.5 !important;
	}
	.leader.left-aligned h1, .leader.left-aligned h4 {
		padding-left: 0px;
		padding-bottom: 15px !important;
	}
	.leader.left-aligned p, .left-padded.custom-red-button {
		left: 0;
	}
	#mobile-left-right .leader h1:after {
		content: "";
		display: block;
		width: 78vw;
		height: 1px;
		position: absolute;
		right: -8vw;
		background: RED;
		bottom: 0px;
	}
	div#resources h1.large-title {
		/*font-size: 8vw !important;*/
	}
	.leader p, .big-p p, .big-p li {
		font-size: 2.5vw !important;
		line-height: 1.5 !important;
	}
	.big-p h4 {
		font-size: 5vw !important;
		text-align: center;
		margin-bottom: 2vw !important;
		display: block;
	}
	.big-p ul {
		padding-top: 3vw !important;
	}
	.mobile-logo img {
		max-width: 180px !important;
	}
	div#copyright, div#copyright * {
		text-align: center !important;
	}
	ul#legal-menu li:not(:last-child):after {
		margin-right: 2px;
		font-size: 15px;
		line-height: 15px;
		margin-top: 7px;
	}
	.footer-socials {
		text-align: center;
	}
	.footer-socials img {
		max-height: 27px !important;
	}
	.footer-socials ul li:not(:last-child) {
		margin-right: 40px;
	}
	.wpb_text_column.wpb_content_element.footer-links {
		margin-top: 0px;
		margin-right: auto;
		margin-left: 0px;
		padding-left: 0px;
	}
	.wpb_text_column.wpb_content_element.copyright {
		position: initial;
		padding: 20px 0px;
		left: auto;
		width: 90vw;
		margin: auto;
	}
	#copyright p {
		font-size: 1.8vw !important;
		line-height: 1.5 !important;
	}
	#masthead {
		max-width: 90vw;
	}
	section#mobile-left-right>div:first-child {
		margin-bottom: 5vw;
	}
	#hero, body:not(.error404) .archive-hero {
		min-height: 55vh !important;
	}
	#hero h1, .archive-hero h1 {
		max-width: 85vw;
		font-size: 12vw;
	}
	.page-id-6 #hero h1 {
		max-width: 60vw;
	}
	.page-id-1505 h1.large-title {
		font-size: 8vw !important;
		line-height: 1;
	}
	.our-culture-points.big-p p {
		max-width: 90vw;
	}
	.vc_active {
		border-left: 2px #e21836 solid;
		position: relative;
	}
	.vc_active:before {
		content: "";
		width: 0;
		height: 0;
		border-top: 7px solid #0000;
		border-bottom: 7px solid #0000;
		border-left: 7px solid #e21836;
		position: absolute;
		top: 50%;
		margin-top: -5px;

	}
	.vc_active a span {
		color: #e21836 !important;
	}
	.clean-tabs span.vc_tta-title-text {
		font-size: 4vw !important;
		padding-left: 15px !important;
	}
	.vc_tta-panel .vc_tta-panel-heading {
		background: none !important;
		background-color: transparent !important;
	}
	.page-id-1505 .clean-tabs p {
		min-height: 0px;
		padding-bottom: 20px;
		text-align: left !important;
		max-width: 100%;
		padding-left: 27px;
	}
	div#we-take-care {
		margin-top: 40px;
	}
	#live-take-care {
		margin-top: 120px !important;
	}
	div#our-culture-slant .wpb_single_image.vc_align_center, 
	div#interested .wpb_single_image.vc_align_center, 
	div#we-take-care .wpb_single_image.vc_align_center, 
	div#take-care-others .wpb_single_image.vc_align_center, 
	div#take-care-career .wpb_single_image.vc_align_center, 
	div#take-care-family .wpb_single_image.vc_align_center, 
	div#take-care-wealth .wpb_single_image.vc_align_center {
		padding-bottom: 20px !important;
		margin-bottom: 20px !important;
	}
	#we-take-care {
		padding: 0px 0px 0px !important;
	}
	div#interested h1 {
		letter-spacing: 0.16em;
	}
	#footer ul li a {
		font-size: 3vw;
		line-height: 1.5;
	}
	.apps img {
		max-height: 45px;
		transform: scale(1);
		width: auto;
	}
	.apps li {
		display: inline-block;
		vertical-align: top;
	}
	.apps li:first-child {
		margin-right: 20px;
	}
	footer#colophon {
		background: #000;
		padding-bottom: 0px;
	}
	div#copyright {
		background: #111;
	}
	div#footer .vc_col-sm-3 .wpb_text_column.wpb_content_element {
		margin-bottom: 20px;
	}
	#learn-more-about .vc_column-inner {
		padding-left: 10px;
		padding-right: 10px;
	}
	.single #masthead ,
	.page-id-9 #masthead {
		background: #000 !important;
		max-width: 100vw;
		padding: 50px 5vw 20px !important;
	}
	.page-id-9 .menu-toggler ,	
	.single  .menu-toggler {
		right: 5vw;
	}
	.featured-post {
		padding-left: 5vw;
	}
	.single-hero h1,
	.featured-post h1 {
		font-size: 12vw;
		line-height: 1.1;
	}
	.featured-post , .single-hero {
		background: #000 !important;
	    min-height: 0;
	}
	.mobile-news-hero {
		display: block;
	}
	#featured-post>div {
    	position: initial;
	}
	#featured-post>div>div, #featured-post>div>div>div {
		height: auto;
		width: 100%;
		display: block;
	}
	.single-hero:after, .featured-post:after {
		display: none;
	}
	.featured-post-inner {
		padding-top: 40px;
		padding-bottom: 20px;
		display: block;
	}
	.mobile-news-hero {
		display: block;
		margin-top: 114px;
	}
	#ticketing .container ,		
	#sponsorships .container ,	
	#recent-press-releases .container, 
	#in-the-news .container {
		max-width: 95vw;
		width: 95vw;
	}
	.frame ul li {
    	width: 300px;
	}
	div#in-the-news .vc_column-inner {
		padding-top: 0px;
	}
	div#in-the-news {
		padding-top: 20px !important;
	}
	.scrollbar {
		max-width: 90vw !important;
	}
	.scrollbar .handle {
		width: 40vw;
	}
	.slanted>div:before {
		top: -75px;
		right: 20px;
		transform: rotate(-15deg);
	}
	#recent-press-releases h1 {
		margin-top: -50px;
	}
	.page-id-9 h1.large-title {
		font-size: 10vw !important;
	}
	div#get-in-touch>div:first-child h1 {
		margin-top: 0px;
		top: 0px;
	}
	div#get-in-touch .vc_column-inner {
		border-right: 0px !important;
	}
	div#get-in-touch>div:first-child {
		margin-bottom: 50px;
		padding-bottom: 50px;
	}
	div#get-in-touch>div:last-child {
		margin-top: 15px;
	}

	div#get-in-touch>div:first-child:after {
		content: "";
		width: 60vw;
		display: block;
		background: #ccc;
		clear: both;
		float: none;
		position: absolute;
		height: 1px;
		bottom: 0px;
		left: 0;
		right: 0;
		margin: auto;
	}
	div#get-in-touch .big-p {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	div#get-in-touch .medium-title {
		line-height: 1;
		letter-spacing: 0.16em;
	}
	div#get-in-touch {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	div#get-in-touch>div {
		max-width: 95vw;
		margin: auto;
	}
	div#news-bottom .vc_col-sm-6 {
		width: 100%;
	}
	#news-bottom img {
		max-width: 40px;
	}
	#news-bottom .vc_align_center {
		margin-bottom: 20px;
	}
	#news-bottom .vc_align_center {
		margin-bottom: 20px;
	}
	div#news-bottom .medium-title {
		font-size: 13vw;
		letter-spacing: 0.16em;
		line-height: 1;
	}
	div#news-bottom .medium-title:after {
		width: 15vw;
	}
	.custom-form em , .custom-form input[type="email"] {
		font-size: 4vw;
	}
	.alert-category span.wpcf7-list-item {
		width: 48%;
		float: left;
		display: block;
		font-size: 2.8vw;
		line-height: 1.6;
	}
	.alert-category span.wpcf7-list-item:nth-child(2n) {
		margin-left: 4% !important;
	}
	.alert-category span.wpcf7-list-item span.wpcf7-list-item-label {
		width: calc(100% - 30px);
		display: inline-block;
		vertical-align: top;
		margin-left: 5px;
	}
	input[type="submit"].red-button {
		margin-top: 15vw !important;
	}
	.custom-form p:nth-of-type(2) {
		overflow: hidden;
	}
	.custom-form h5 {
		font-size: 5vw;
		font-family: "Proxima-Nova-Medium";
		line-height: 1.3;
	}
	#news-bottom .wpb_text_column {
		padding: 0px !important;
	}
	#news-bottom .wpb_text_column p {
		font-size: 3vw !important;
	}
	#footer .vc_column-inner {
		padding: 5px 0px 0px 0px;
	}
	.single-hero-inner {
		text-align: left;
	}
	.single-hero-inner {
		text-align: left;
	}
	.single-hero .posted-on {
		margin-left: 5vw;
	}
	.single-hero-content {
		display: block !important;
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.single-container {
		max-width: 100%;
		padding: 30px 35px 20px !important;
		margin-top: 0px;
	}
	.entry-content h1 {
		font-size: 7vw;
	    margin-bottom: 10vw;
	}
	.entry-content h1:after {
		display: none;
	}
	.entry-content.big-p p {
		font-size: 3.5vw !important;
	}
	ul.single-shares {
		position: initial;
	}
	li.share-title {
		display: none;
	}
	ul.single-shares li.share-icon {
		display: inline-block;
		height: 40px;
		width: 40px;
	}
	ul.single-shares li img {
		height: 19px !important;
		margin-left: 11px;
		margin-top: 5px;
	}
	ul.single-shares li.share-icon:nth-child(3) img {
		margin-left: 8px;
	}
	ul.single-shares li.share-icon {
		margin: 0px 5px;
	}
	ul.single-shares {
		margin-bottom: 30px;
		border-bottom: 1px #ddd solid;
		padding-bottom: 20px;
	}
	.single-container {
		background: #f1f2f4;
	}
	.entry-content p img {
    	max-width: 100vw;
	}
	.news-sidebar h2 {
		font-size: 7vw;
	}
	.entry-content h2 {
		font-size: 9vw;
	}
	.big-p ul li {
		font-size: 3.5vw !important;
	}
	.entry-content.big-p h4 {
		font-size: 3.5vw !important;
		text-align: left;
		text-transform: capitalize;
		font-family: "Proxima-Nova-bold";
		letter-spacing: 0;
	}
	ul.people li {
		background: #e5e6e8;
		padding: 20px 10px;
	}
	ul.people li a, ul.people li strong {
		font-size: 3.5vw;
	}
	ul.people {
		margin-bottom: 40px !important;
    	padding-top: 0px !important;
	}
	.post-footer {
		padding-top: 35px;
	}
	.post-footer a {
		padding: 8px !important;
		font-size: 2.2vw !important;
	}
	ul.filter li {
		max-width: 49%;
		width: 49%;
	}
	.archive-hero {
		background-position: -290px 0 !important;
	}
	section#news-items {
		max-width: 90vw;
	}
	.news-sidebar.col-sm-3, .news-list.col-sm-8 {
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}
	.archive-hero {
		background-position: -290px 0 !important;
	}
	section#news-items {
		max-width: 90vw;
	}
	.blog .row.grid-item .col-sm-4,
	.blog .row.grid-item .col-sm-5,
	.news-sidebar.col-sm-3, 
	.news-list.col-sm-8 {
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}
	.blog .row.grid-item .col-sm-4,
	.blog .row.grid-item .col-sm-5 {
		padding-left: 0px;
	}
	button.red-button, button.filter-button.red-button {
		width: auto;
		display: inline-block;
	}
	.news-widget {
		text-align: center;
	}
	.news-widget div , .news-widget h2 {
		text-align: left;
	}
	.filter .control {
		text-transform: uppercase;
		font-family: "Proxima-Nova-Bold";
		color: #000;
		font-size: 3vw;
		letter-spacing: 0.1em;
	}
	ul#financial-sidebar h3 {
		font-size: 11vw;
		letter-spacing: 0.16em;
	}
	ul#financial-sidebar p {
		font-size: 4.5vw;
		line-height: 1.5;
	}
	.blog .news-list.col-sm-8.grid {
		padding-left: 0px;
		width: 90vw !important;
		max-width: 90vw !important;
		padding-right: 0px;
		margin: auto;
	}
	.archive-post-thumbnail {
		height: 215px;
	    width: 90vw;
	}
	.blog .row.grid-item .col-sm-5 {
		padding-left: 4vw !important;
		margin-top: 5vw;
	}
	h4.archive-post-title {
		font-size: 8.5vw;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.news-list .row {
		margin-left: 0;
		margin-right: 0px;
	}
	.row.our-magic-ajax-powered-posts-filter .row.grid-item .col-sm-5 {
		padding-left: 0px !important;
	}
	.news-list.col-sm-8.grid footer {
		padding-left: 0;
	}
	.row.our-magic-ajax-powered-posts-filter .row.grid-item .col-sm-5 {
		padding-left: 0px !important;
	}
	a.next.page-numbers {
		position: absolute;
    	right: 0;
	}
	a.prev.page-numbers {
		position: absolute;
    	left: 0;
	}
	a.next.page-numbers span {
		padding-right: 0px;
		margin-right: 0px;
	}
	a.prev.page-numbers span {
		padding-left: 0px;
		margin-left: 0px;
	}
	section#leaders {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	section#leaders .wpb_single_image {
		margin-bottom: 0px !important;
	}
	#leaders .leader.leader-right, 
	#leaders .leader.left-aligned {
		padding-left: 5vw !important;
		margin-left: 0 !important;
		margin-top: 0px !important;
		padding-top: 5vw !important;
		padding-bottom: 0px !important;
	}
	#leaders .leader.left-aligned h1 {
		padding-bottom: 0 !important;
	}
	.leader h4 {
    	font-size: 5vw;
	    border-bottom: 1px #e21836 solid;
	}
	.contact-form p .vc_col-sm-6 {
		width: 100%;
	}
	.contact-form p .vc_col-sm-6:last-child input, .contact-form p .vc_col-sm-6:last-child em {
		width: 100%;
		margin-left: 0;
	}
	.contact-form p textarea, .contact-form p input {
		border-bottom: 1px #c1c2c3 solid;
	}
	.contact-form.bottom-portion em {
		padding-left: 0px;
		font-size: 3.3vw;
	}
	.select2-selection.select2-selection--single,
	.contact-form select {
		font-size: 3.5vw !important;
		height: 50px;
		padding: 0px 15px !important;
		background-position: calc(100% - 15px);
		background-size: 15px;
	}
	.contact-form p .vc_col-sm-6:first-child {
		margin-bottom: 20px;
	}
	div#map {
		height: 100vw;
	}
	div#live-nation-address .vc_column-inner > .wpb_wrapper {
		padding-left: 0;
	}
	div#points-of-contact br ,	
	div#live-nation-address br {
		display: block;
	}
	div#live-nation-address {
		text-align: center;
	}
	div#live-nation-address h1 {
		text-align: center !important;
	    font-size: 14vw !important;
	}
	div#live-nation-address h1.medium-title:after {
		width: 10vw;
		margin: 10px auto !important;
	}
	div#points-of-contact .wpb_column.vc_column_container.vc_col-sm-4 {
		width: 100%;
	}
	#points-of-contact .big-p {
		padding-bottom: 0px !important;
	}
	#points-of-contact strong {
		font-size: 5vw;
	}
	div#points-of-contact .big-p p {
		font-size: 5vw !important;
		line-height: 1.5 !important;
	}
	div#live-nation-address h1 {
		font-size: 12vw;
	}
	div#points-of-contact h1.medium-title:after {
		width: 11vw;
	}
	div#points-of-contact {
		padding-top: 40px !important;
		padding-bottom: 10px !important;
	}
	.blog .archive-hero, .page-id-10 #hero, .page-id-1332 #hero, .page-id-1395 #hero {
		min-height: 120vw !important;
	}
	#logos.container {
		max-width: 90vw;
	}
	div#logos>div {
		width: 100%;
		padding: 0;
		margin-bottom: 5vw;
	}
	#logo-head .large-title:after {
		width: 40vw;
	}
	#logos .wpb_single_image {
		padding: 45px 0 !important;
		max-width: 50vw;
		margin: auto;
	}
	#media-leader .large-title:after {
		width: 35vw;
	}
	div#dark-media-assets>div {
		width: 100%;
	}
	div#dark-media-assets img {
		max-width: 70vw;
	}
	.page-id-10 div#media-leader h1.large-title.vc_custom_heading {
		font-size: 12vw !important;
		margin-bottom: 10px !important;
	}
	div#dark-media-assets .vc_column-inner {
		border: 0 !important;
	}
	#dark-media-assets .small-h4:after {
		margin: 15px auto 25px;
	}
	div#dark-media-assets .vc_col-sm-3 .vc_column-inner {
		padding-bottom: 0px !important;
	}
	div#dark-media-assets .media-links-light {
		margin-bottom: 10px;
	}
	.reversed-slant>div:before {
		left: 20px;
		transform: rotate(15deg);
	}
	.page-id-10 .bottom-slant>div:after {
		left: -70px;
		transform: rotate(-15deg);
	}
	div#news-bottom .medium-title br {
		display: none;
	}
	#news-bottom .wpb_text_column p {
		font-size: 5vw !important;
		margin-bottom: 18px !important;
	}
	.search-results section#news-items>div {
		padding-left: 0px;
	}
	.news-list .row>div:first-child,
	.row.grid-item .col-sm-7 {
		padding-left: 0px;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.row.grid-item .col-sm-7 {
		margin-top: 20px;
	}
	.error404 .archive-hero h1 {
		margin-bottom: 20px;
	}
	.contact-form.bottom-portion {
		border-top: solid 1px #d8d9db;
	}
	div#sponsorships p ,
	div#ticketing p ,
	div#concerts p {
		max-width: 90vw;
		margin: auto;
	}
	div#sponsorships p ,
	div#ticketing p {
		margin-bottom: 0px !important;
	}
	#world-map img {
		max-width: 65vw;
		position: relative;
		right: -13vw;
	}
	div#artist-cutout {
		bottom: -5vw;
	}
	div#artist-cutout img {
		max-width: 29vw;
	}
	div#ticketing, #concerts {
		padding-top: 20px;
	}
	div#ticketing:after {
		transform: rotate(-15deg);
	}
	div#ticketing {
		padding-bottom: 170px;
	}
	div#know-latest {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	div#sponsorships {
		padding-bottom: 50px;
	}
	nav#mobile-navigation .menu-header-container .sub-menu li a {
		font-family: "Tungsten-Medium";
	}
	nav#mobile-navigation .menu-header-container .sub-menu {
		margin-top: 15px;
	}
	.page-id-2 h1.large-title {
		font-size: 10vw !important;
		margin-bottom: 35px;
	}
	div#ticketing:after {
		height: 180px;
	}
	.ragged-section .custom-red-button {
		margin-top: 30px !important;
	}
	ul#footer-tertiary-menu {
		padding-left: 0px;
	}
	.wpb-js-composer .vc_tta.vc_general .vc_tta-panel:not(.vc_active) {
		border-left: 2px #CCC solid;
	}
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	ul#financial-sidebar {
		margin-top: 40px;
	}
	.page-id-1467 .clean-tabs .vc_col-sm-8 {
		 display: block !important;
		 margin-top: 20px;
	}
	.clean-tabs img {
		margin-top: 0px !important;
	}
	div#global-links .wpb_text_column.wpb_content_element {
		margin-bottom: 10px;
	}
	div#global-links {
		padding-top: 30px !important;
	}
	.letter-column h2 {
		font-family: "Tungsten-Semibold";
		letter-spacing: 0.1em;
		border-bottom: 1px #ccc solid;
		padding-bottom: 10px;
		margin-bottom: 20px;
		display: block;
		font-size: 25px;
		position: relative;
		background: url(img/reduce.png) 100% 13px no-repeat;
		background-size: 12px;
	}
	.letter-column h2.toggled {
		background: url(img/expand.png) 100% 13px no-repeat;
		background-size: 12px;
	}
	.news-sidebar.col-sm-3 {
		margin-bottom: 40px;
	}
}
@media (max-width: 480px) {
	.home .large-title:after {
		width: 40vw;
	}
	section.hero.container h5 {
		padding-left: 26vw;
		font-size: 4.8vw;
		margin-bottom: 5vw;
	}
	.home-hero-top-layer h1 {
		font-size: 20vw;
	    position: relative;
    	right: -1vw;
	}
	.menu-toggler img {
		width: 35px;
	}
	.col-sm-3.logo-container {
		margin-top: -21px !important;
	}
	.ragged-section .big-p p {
    	font-size: 4.5vw !important;
	}
	#ragged-section {
		padding-top: 20px !important;
	}
	.featured-post .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline, 
	.custom-red-button .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline {
		font-size: 3.5vw;
		padding: 5vw 8vw;
	}
	div#recent-press-releases .custom-red-button .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline ,
	div#get-in-touch .custom-red-button .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline {
		padding: 5vw 12vw;
	}
	h1.large-title {
		font-size: 15vw !important;
	}
	div#learn-more-about h1.large-title {
		font-size: 13vw !important;
	}
	.leader p, .big-p p, .big-p li {
		font-size: 4.5vw !important;
	}
	.leader p br, .big-p p br, .big-p li br {
		display: none;
	}
	.leader h1 {
		font-size: 13vw;
		position: relative;
	}
	#mobile-left-right .leader h1:after {
		bottom: -2px;
	}
	section#mobile-left-right>div {
		margin-bottom: 10px !important;
	}
	.big-p h4 {
		font-size: 8vw !important;
	    margin-bottom: 3vw !important;
	}
	div#learn-more-about {
		margin: 0px -10px;
	}
	div#learn-more-about .wpb_text_column.wpb_content_element {
		margin-bottom: 15px;
	}
	div#learn-more-about .vc_row.vc_column-gap-35>.vc_column_container {
		padding: 3px 0px;
	}
	.mobile-logo img {
		max-width: 140px !important;
	}
	.footer-socials img {
		max-height: 16px !important;
	}
	.footer-socials ul li:not(:last-child) {
		margin-right: 30px;
	}
	.footer-links a {
		font-size: 10px !important;
	}
	#copyright p {
    	font-size: 2.4vw !important;
	}
	#resources {
		padding-bottom: 35px !important;
	}
	.footer-socials {
		margin-bottom: 25px !important;
	}
	.outlined {
		-webkit-text-stroke: 1px #e21836;
		text-stroke: 1px #e21836;
	}
	.page-id-1505 h1.large-title {
		font-size: 10vw !important;
		line-height: 1;
	}
	.page-id-1505 .large-title:after {
		margin: 20px auto 20px;
		height: 1px;
	}
	div#we-live-for .vc_column-inner {
		padding-left: 0;
		padding-right: 0px;
	}
	.bottom-slant>div:after {
		top: -350px;
	}
	#live-take-care {
		margin-top: 80px !important;
	}
	.page-id-1505 h1.large-title {
		font-size: 10.5vw !important;
	    line-height: 1.2;
	}
	.vc_tta-panel-body {
		padding-top: 0 !important;
	}
	.page-id-1505 .vc_row:not(#interested):not(#we-live-for) h1.large-title {
		max-width: 55vw;
    	margin: auto;
	}
	.page-id-1505 .vc_row:not(#interested):not(#we-live-for) h1.large-title:after {
		width: 40vw;
	}
	.clean-tabs .big-p {
		padding-left: 0px !important;
		margin-left: -5px;
	}
	div#footer .vc_col-sm-3 .wpb_text_column.wpb_content_element {
		margin-bottom: 20px;
	}
	div#we-live-for .vc_column-inner {
		padding-left: 0;
		padding-right: 0px;
	}
	div#live-take-care {
		padding-left: 0px;
		padding-right: 0px;
	}
	.clean-tabs span.vc_tta-title-text {
		font-size: 6.4vw !important;
	    display: block;
		padding-right: 0px !important;
	    padding-left: 0 !important;
	}
	.vc_active  h4.vc_tta-panel-title a {
		padding-bottom: 0px !important;
		padding-top: 0px !important;
		padding-right: 0px !important;
	}
	.vc_active {
	}
	.vc_tta-panel-body {
		padding-bottom: 0px !important;
	}
	.page-id-1505 .clean-tabs p {
		padding-bottom: 0px;
	}
	.page-id-1505 .clean-tabs p {
		max-height: max-content;
		padding-bottom: 10px;
		padding-top: 5px;
	}
	.wide-clean-tabs .clean-tabs, #take-care-career .clean-tabs, div#our-culture-slant .clean-tabs, #we-take-care .clean-tabs {
		max-width: 90vw !important;
		margin-top: 0px !important;
	}
	.large-title:after {
		width: 50vw;
	}
	div#take-care-others {
		background: #f1f2f4;
	}
	div#interested .vc_column-inner {
		padding-left: 0px;
		padding-right: 0px;
	}
	div#interested h1 br {
		display: none;
	}	
	#footer ul li a {
    	font-size: 4vw;
	}
	.apps img {
    	max-height: 35px;
	}
	div#footer .vc_col-sm-3:last-child .wpb_text_column.wpb_content_element {
		margin-bottom: 0px;
	}
	.page-id-5 h1.large-title {
		font-size: 11vw !important;
	}
	#worl-logos img:not(:last-child) {
		margin-right: 55px !important;
	}
	div#worl-logos p a:nth-child(2) {
		float: right;
		margin-right: 30px !important;
		margin-bottom: 50px;
	}
	div#worl-logos p a:nth-child(1) {
		float: left;
		margin-left: 30px;
		margin-bottom: 50px;
	}
	.page-id-5 .bottom-slant>div:after {
		left: 7px;
		top: -360px !important;
		margin-top: 20px;
	    transform: rotate(-15deg);
	}
	div#with-with-best {
		padding-bottom: 10px !important;
	}
	#work-infographic {
		margin-top: -225px;
	}
	#global-demographics img {
		max-width: 90%;
	}
	#work-infographic h4 {
		font-size: 4vw;
	}
	div#with-with-best {
		padding-bottom: 10px !important;
	}
	div#percentages>div {
		padding-left: 0px;
		padding-right: 0px;
		width: 50%;
		float: left;
	}
	.oversized {
		font-size: 16vw !important;
	}
	#percentages h1 {
		font-size: 6vw !important;
		line-height: 1;
	}
	#percentages h2 {
		font-size: 5.6vw !important;
		line-height: 1.3;
	}
	div#percentages {
		max-width: 100%;
		padding-bottom: 0px !important;
	}
	#north-america img {
		max-width: 250px;
	}
	div#role-icons h4 {
		margin-bottom: 0px !important;
	}
	div#north-america {
		margin-top: 30px !important;
		margin-bottom: 0px !important;
	}
	div#our-open-roles h1 {
		margin-bottom: 50px !important;
	}
	div#our-open-roles .vc_btn3-container.custom-red-button.dark-text.vc_btn3-center {
		margin-top: 30px !important;
	}
	div#role-icons .vc_column-inner {
		border: 0 !important;
	}
	#role-icons h4:after {
		margin: 15px auto 35px !important;
	}
	div#role-icons>div:not(:last-child) {
		margin-bottom: 40px;
	}
	div#international {
		margin: 30px auto 0px !important;
	}
	div#internships {
		margin: 50px 0px 60px !important;
	}
	div#follow-us h1 {
		font-size: 17vw !important;
	}
	.small-h4 {
		font-size: 6.2vw;
	}
	.socials ul li:not(:last-child) {
		margin-right: 25px;
	}
	div#with-with-best .big-p {
		margin-bottom: 10px !important;
	}
	div#worl-logos {
		margin-top: 40px;
	}
	#follow-us .small-h4 {
		font-size: 5.2vw;
		line-height: 1.5;
	}
	div#change-lives .medium-title {
		font-size: 9vw;
		max-width: 100%;
		margin-bottom: 15vw !important;
	}
	div#impact-bottom>div:after {
		transform: rotate(-15deg);
		left: -60px !important;
	}
	div#impact-bottom .container {
		padding-top: 110px !important;
	}
	#impact-bottom img.vc_single_image-img {
		max-width: 140px;
	}
	#impact-bottom .big-p.white-text {
		padding-left: 0px !important;
		padding-right: 0px !important;
	    padding-bottom: 20px !important;
	}
	div#impact-bottom .container > div:first-child {
		margin-bottom: 15vw;
	}
	div#empowering-women .big-p {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	div#impact-bottom>div:after {
		transform: rotate(-15deg);
		left: -60px !important;
	}
	div#impact-bottom p {
		opacity: 0.5;
	}
	div#impact-bottom .container > div:first-child {
		margin-bottom: 15vw;
	}
	.vc_tta-panel-body .big-p {
		border-left: 0px !important;
	}
	.clean-tabs .vc_align_right {
		text-align: left !important;
		margin-bottom: 0px;
		padding-left: 20px;
	}
	.medium-title {
		font-size: 10vw;
		line-height: 1.4;
	}
	.medium-title:after {
		width: 40vw;
	}	
	div#empowering-communities .big-p ,
	div#empowering-earth .white-text.big-p {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	div#empowering-communities ,
	div#empowering-women {
		background: #f1f2f4;
	}
	#empowering-women .clean-tabs img {
		margin-top: 5px;
	}
	.page-id-1467 .clean-tabs {
		padding-left: 20px;
	}
	.page-id-1467 .vc_tta-panel-body {
		padding-left: 15px !important;
	}
	span#close-menu img {
		width: 70px;
	}
	.mobile-search {
		margin-top: 70px;
		padding: 7px 15px;
	}
	a.mobile-navigation-logo img {
		height: 30px;
	}
	form#searchformmobile img {
		margin-top: 16px;
		width: 19px;
	}
	form#searchformmobile input {
		padding: 15px 5px;
		font-size: 18px;
	}
	nav#mobile-navigation .menu-header-container li {
		padding-bottom: 15px;
	}
	nav#mobile-navigation .menu-header-container li a {
		font-size: 40px;
	}
	div#we-take-care {
		min-height: 620px;
	}
	div#take-care-family {
		min-height: 720px;
	}
	div#take-care-wealth {
		min-height: 660px;
	}
	#know-latest .medium-title {
		line-height: 1.2;
	}
	.page-id-2 h1.large-title {
		font-size: 11vw !important;
		margin-bottom: 30px;
	}
	.page-id-2 .large-title:after {
		width: 37vw;
	}
	div#sponsorships .scrollbar, div#ticketing .scrollbar {
		top: 210px !important;
	}
	#sponsorships .custom-red-button, #ticketing .custom-red-button {
		margin-top: 60px;
	}
	div#ticketing-carousel .logo-image-holder img {
		transform: scale(.6);
	    max-height: 100px;
	}
	div#sponsorship-carousel .logo-image-holder img {
		transform: scale(.35);
	}
	#press-release-carousel .press-release-image {
		height: 199px;
	}
	#press-release-carousel .press-post-content {
		height: 160px;
	}
	#press-release-carousel .press-post-content {
		padding: 20px 25px;
	}
	#press-release-carousel .press-post-content h4 {
		font-size: 15px;
		line-height: 20px;
		margin-top: 10px;
	}
	#press-release-carousel.frame {
		height: 399px;
	}
	#recent-press-releases .scrollbar {
		top: 390px;
	}
	div#want-touch .custom-red-button {
		top: 0px;
	}
	#get-in-touch .medium-title:after {
		width: 12vw;
	}
	div#worl-logos img {
		max-height: 120px;
		width: auto;
	}
	div#worl-logos a:nth-child(1), div#worl-logos a:nth-child(2), div#worl-logos a:nth-child(3) {
		margin-bottom: 0px;
	}
	#recent-press-releases .custom-red-button {
		margin-top: 50px !important;
	} 
	#worl-logos a:not(:last-child) {
		margin-right: 50px !important;
	}
	div#worl-logos img {
		max-height: 80px;
	}
	#our-open-roles .vc_col-sm-4 {
		width: 100%;
	}
	.page-id-1505 .clean-tabs .vc_tta-panel-body {
		padding-top: 10px !important;
	}
	div#f-m h4, div#f-m p, div#n-t h4, div#n-t p, div#s-u h4, div#s-u p {
		display: none;
	}
	.letter-column:not(.show-me) h4,	
	.letter-column:not(.show-me) p {
		display: none;
	}
	div#role-icons .wpb_column.vc_column_container.vc_col-sm-4:nth-child(2) {
		margin-bottom: -10px;
	}
	div#follow-us {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	li#spon-2761 img {
		margin-top: -20px !important;
	}
	div#sponsorship-carousel, div#ticketing-carousel {
		height: 155px;
		line-height: 120px;
	}
	.frame ul li .logo-image-holder {
		height: 152px;
	}
	#footer .current_page_item a {
		border-bottom: 1px #ff0024 solid;
	}
	.row.our-magic-ajax-powered-posts-filter .row.grid-item .col-sm-5 {
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}
	#press-release-carousel.frame ul li {
		width: 350px;
	}
}
