/*

Body font:				font-family: 'montserrat', Helvetica, Arial, sans-serif;
Heading 1 font:			font-family: 'Integral CF Demi', Helvetica, Arial, sans-serif;

*/


@-webkit-viewport {
	width: device-width;
	zoom: 1.0;
}
@-moz-viewport {
	width: device-width;
	zoom: 1.0;
}
@-ms-viewport {
	width: device-width;
	zoom: 1.0;
}
@-o-viewport {
	width: device-width;
	zoom: 1.0;
}
@viewport {
	width: device-width;
	zoom: 1.0;
}

/* ------------------------------------------------------
**** Breakpoints
------------------------------------------------------ */

/* BP 1 */
@media screen and (max-width: 1340px) {

}

/* BP 2 */
@media screen and (max-width: 1100px) {

}

/* BP 3 */
@media screen and (max-width: 767px) {

}

/* BP 4 */
@media screen and (max-width: 600px) {

}

/* BP 5 */
@media screen and (max-width: 500px) {

}

/* BP 6 */
@media screen and (max-width: 450px) {

}

/* ------------------------------------------------------
**** Box Model Reset
------------------------------------------------------ */

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


/* ------------------------------------------------------
**** Typography
------------------------------------------------------ */

html {
	font-size: 62.5%;
}

body {
	line-height: 1.4;
	font-size: 1.6em;
	color: #232221;
	font-family:'Neue Helvetica W01', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	font-size: 62.5%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

/* BP 1 */
@media screen and (max-width: 1340px) {
	body {
		font-size: 1.5em;
	}
}
/* BP 2 */
@media screen and (max-width: 1100px) {
	body {
		font-size: 1.4em;
	}
}


/* ---- Fonts ---- */

/* Integral */
@font-face {
	font-family: 'Integral CF Demi';
	src: url('../fonts/integral/IntegralCF-DemiBold.eot');
	src: url('../fonts/integral/IntegralCF-DemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/integral/IntegralCF-DemiBold.woff2') format('woff2'),
		url('../fonts/integral/IntegralCF-DemiBold.woff') format('woff'),
		url('../fonts/integral/IntegralCF-DemiBold.ttf') format('truetype'),
		url('../fonts/integral/IntegralCF-DemiBold.svg#IntegralCF-DemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
}

/* Icon font */
@font-face {
	font-family: 'icomoon';
	src:  url('../fonts/iconfont/fonts/icomoon.eot?9bez4a');
	src:  url('../fonts/iconfont/fonts/icomoon.eot?9bez4a#iefix') format('embedded-opentype'),
	url('../fonts/iconfont/fonts/icomoon.ttf?9bez4a') format('truetype'),
	url('../fonts/iconfont/fonts/icomoon.woff?9bez4a') format('woff'),
	url('../fonts/iconfont/fonts/icomoon.svg?9bez4a#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon-before:before, .icon-after:after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.icon-before.icon-images:before,
.icon-after.icon-images:after {
	content: "\e917";
}
.icon-before.icon-video:before,
.icon-after.icon-video:after {
	content: "\e915";
}
.icon-before.icon-zoom:before,
.icon-after.icon-zoom:after {
	content: "\e916";
}
.icon-before.icon-spotify:before,
.icon-after.icon-spotify:after {
	content: "\e912";
}
.icon-before.icon-googleplus:before,
.icon-after.icon-googleplus:after {
	content: "\e913";
}
.icon-before.icon-plus:before,
.icon-after.icon-plus:after {
	content: "\e910";
}
.icon-before.icon-minus:before,
.icon-after.icon-minus:after {
	content: "\e914";
}
.icon-before.icon-close:before,
.icon-after.icon-close:after {
	content: "\e90f";
}
.icon-before.icon-arrow-down:before,
.icon-after.icon-arrow-down:after {
	content: "\e90b";
}
.icon-before.icon-arrow-left:before,
.icon-after.icon-arrow-left:after {
	content: "\e90c";
}
.icon-before.icon-arrow-right:before,
.icon-after.icon-arrow-right:after {
	content: "\e90d";
}
.icon-before.icon-arrow-up:before,
.icon-after.icon-arrow-up:after {
	content: "\e90e";
}
.icon-before.icon-cart:before,
.icon-after.icon-cart:after {
	content: "\e900";
}
.icon-before.icon-date:before,
.icon-after.icon-date:after {
	content: "\e901";
}
.icon-before.icon-email:before,
.icon-after.icon-email:after {
	content: "\e902";
}
.icon-before.icon-enews:before,
.icon-after.icon-enews:after {
	content: "\e903";
}
.icon-before.icon-facebook:before,
.icon-after.icon-facebook:after {
	content: "\e904";
}
.icon-before.icon-home:before,
.icon-after.icon-home:after {
	content: "\e905";
}
.icon-before.icon-instagram:before,
.icon-after.icon-instagram:after {
	content: "\e906";
}
.icon-before.icon-snapchat:before,
.icon-after.icon-snapchat:after {
	content: "\e911";
}
.icon-before.icon-search:before,
.icon-after.icon-search:after {
	content: "\e907";
}
.icon-before.icon-time:before,
.icon-after.icon-time:after {
	content: "\e908";
}
.icon-before.icon-twitter:before,
.icon-after.icon-twitter:after {
	content: "\e909";
}
.icon-before.icon-youtube:before,
.icon-after.icon-youtube:after {
	content: "\e90a";
}


/* ---- Headings ---- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 2.5rem 0 1.8rem 0;
	font-weight: bold;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-weight: normal;
	line-height: 1;
	color: #8a7b7b;
}

h1, .h1 {
	line-height: 1;
	font-size: 4.2rem;
	font-family: 'Integral CF Demi', Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.1rem;
	color: #0c0707;
	text-transform: uppercase;
}

h2, .h2 {
	line-height: 1;
	font-size: 2.9rem;
	font-family: 'Integral CF Demi', Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}

h3, .h3 {
	line-height: 1;
	font-size: 2.4rem;
	text-transform: uppercase;
	margin-bottom: 1.6rem;
	font-family: 'Integral CF Demi', Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

h4, .h4 {
	line-height: 1.2;
	font-size: 1.9rem;
}

h5, .h5 {
	line-height: 1.2;
	font-size: 1.7rem;
}
h6, .h6 {
	line-height: 1.2;
	font-size: 1.6rem;
}

/* BP 1 */
@media screen and (max-width: 1340px) {
	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6 {
		margin: 2rem 0 1.5rem 0;
	}
	h1, .h1 {
		font-size: 3.4rem;
	}
	h2, .h2 {
		font-size: 3rem;
	}
	h3, .h3 {
		font-size: 2rem;
	}
	h4, .h4 {
		font-size: 1.8rem;
	}
	h5, .h5 {
		font-size: 1.6rem;
	}
	h6, .h6 {
		font-size: 1.5rem;
	}
}

/* BP 3 */
@media screen and (max-width: 767px) {
	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6 {
		margin: 1.6rem 0 1.3rem 0;
	}
	h1, .h1 {
		font-size: 3.1rem;
	}
	h2, .h2 {
		font-size: 2.7rem;
	}
	h3, .h3 {
		font-size: 1.8rem;
	}
	h4, .h4 {
		font-size: 1.7rem;
	}
}


/* BP 3 */
@media screen and (max-width: 400px) {

	h1, .h1 {
		font-size: 2.8rem;
	}
	h2, .h2 {
		font-size: 2.4rem;
	}

}

.heading-inline {
	display: inline;
	float: left;
	padding: 0;
}

p,
ol,
ul,
dl,
p,
ol,
ul,
dl,
address {
	margin: 0 0 1.5rem;
}

small {
	font-size: 1.2rem;
}

/* ---- Lists ---- */

ul,
ol {
	padding: 0 0 0 2rem;
}

li ul,
li ol {
	margin: 1rem 0;
}

ul.inline,
ol.inline {
	list-style-type: none;
	margin-left: 0;
}
ul.inline > li,
ol.inline > li {
	display: inline-block;
	padding-left: 12px;
	padding-right: 12px;
}

/* ---- Breadcrumbs ---- */

.breadcrumb {
	list-style-type: none;
	margin: 0 0 30px;
	padding: 19px 0 13px;
	border-bottom: 3px solid #e1dfdc;
	font-size: 1.4rem;
	text-transform: uppercase;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb,
.breadcrumb a {
	color: #8c8b92;
}
.breadcrumb a {
	text-decoration: none;
}
.breadcrumb > li a:hover {
	text-decoration: underline;
	color: #0c0707;
}
.breadcrumb > li:before {
	content: "\00a0\003e\00a0";
	margin: 0 2px;
}
.breadcrumb > li:first-child:before {
	content: none;
}

/* BP 2 */
@media screen and (max-width: 1100px) {
	.breadcrumb {
		padding: 0 0 9px;
		margin-bottom: 25px;
	}
}


/* ---- Quotations ---- */
blockquote {
	margin: 1.5rem 0;
	padding: 5px 20px 15px;
	background: #f6f6f6;
	font-style: normal;
}
blockquote small:before {
	content: '\00A0 \2014';
}
blockquote small:after {
	content: '';
}
blockquote.pull-right {
	float: right;
	background-color: transparent;
}
blockquote.pull-right p, blockquote.pull-right small {
	text-align: right;
}
blockquote.pull-right small:before {
	content: '';
}
blockquote.pull-right small:after {
	content: '\00A0 \2014';
}
blockquote cite {
	font-style: normal;
}
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

dl,
dd {
	margin-bottom: 1.5em;
}

dt {
	font-weight: bold;
}

/* ---- Text level elements ---- */
abbr[title] {
	border-bottom: 1px dotted #c6bfbf;
	cursor: help;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
ins {
	background-color: #f6f6f6;
	color: #473f3f;
	text-decoration: none;
}
mark {
	background-color: #f6f6f6;
	color: #473f3f;
	font-style: italic;
	font-weight: bold;
}
pre,
code,
kbd,
samp {
	font-family: Monaco, Courier New, monospace;
	color: #484040;
	background: #efefef;
	background: rgba(0, 0, 0, .07);
	padding: 0 2px;
	margin: 0 -2px;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}


/* ---- Links ---- */

a {
	color: #263d83;
	word-break: break-word;
}

a:hover {
	color: #4374d0;
}

a.white-link {
	color: #ffffff;
}

a.white-link:hover {
	color: #ffffff;
	text-decoration: none;
}
@media screen and (min-width: 600px) {
	a.white-link[href^="tel:"] {
		color: inherit !important;
		text-decoration: inherit !important;
	}
}

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

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

/* ---- HR ---- */
hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	display: block;
	height: 1px;
	border: 0;
	border-top: 3px solid #e1dfdc;
	margin: 2em 0;
	padding: 0;
	clear: right;
}


/* ------------------------------------------------------
**** Design Patterns

Reusable bits of badass code that we probably use a lot

------------------------------------------------------ */

/* ---- Buttons ---- */
.button {
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	border: 2px solid #1d1d1b;
	text-decoration: none;
	text-transform: uppercase;
	background: none;
	border-radius: 0;
	-webkit-transition: all 100ms ease;
	transition: all 100ms ease;
	font-family: 'Integral CF Demi', Helvetica, Arial, sans-serif;
	letter-spacing: 0.1rem;
	font-weight: 600;
}

/* -- Sizes -- */

/* Small */
.button.button-small,
.field-element--button.field-element--small .button {
	padding: 8px 10px 8px;
	font-size: 1.3rem;
	line-height: 1.2;
}

/* Regular (default) */
.button,
.button-regular {
	padding: 13px 36px 14px;
	font-size: 1.5rem;
	line-height: 1.2;
}

/* Large */
.button.button-large,
.field-element--button.field-element--large .button {
	padding: 14px 26px;
	font-size: 1.9rem;
	line-height: 1.2;
}

/* Field element */
.button.button-field-element {
	padding: 18px 26px;
}

/* BP 2 */
@media screen and (max-width: 1100px) {
	.button.button-field-element {
		padding: 21px 10px;
	}
}
/* BP 3 */
@media screen and (max-width: 767px) {
	.button.button-field-element {
		padding: 10px 10px 9px;
	}
}

/* Icons */
.button.icon-before:before {
	margin-right: 5px;
}
.button.icon-after:after {
	margin-left: 5px;
}

/* Outline black (default) */
.button,
.button.button-outline-black {
	background-color: transparent;
	color: #232221;
}
.button.icon-before:before,
.button.icon-after:after,
.button.button-outline-black.icon-before:before,
.button.button-outline-black.icon-after:after {
	color: #232221;
}
.button:hover,
.button.button-outline-black:hover,
.button:focus,
.button.button-outline-black:focus {
	background-color: transparent;
	color: #737272;
	border-color: #737272;
}

/* Outline white alt */
.button.button-outline-white-alt {
	background-color: transparent;
	color: #ffffff;
	border-color: #FFF;
}
.button.button-outline-white-alt.icon-before:before,
.button.button-outline-white-alt.icon-after:after {
	color: #ffffff;
}
.button.button-outline-white-alt:hover,
.button.button-outline-white-alt:focus {
	background-color: #FFF;
	color: #232221;
	border-color: rgba(255,255,255,0.8);
}

/* Outline white */
.button.button-outline-white {
	background-color: transparent;
	color: #f1cf18;
	border-color: #FFF;
}
.button.button-outline-white.icon-before:before,
.button.button-outline-white.icon-after:after {
	color: #f1cf18;
}
.button.button-outline-white:hover,
.button.button-outline-white:focus {
	background-color: #FFF;
	color: #232221;
	border-color: rgba(255,255,255,0.8);
}

/* White */
.button.button-white {
	background-color: #fff;
	color: #232221;
	border-color: #fff;
}
.button.button-white.icon-before:before,
.button.button-white.icon-after:after {
	color: #232221;
}
.button.button-white:hover,
.button.button-white:focus {
	background-color: #d7d6d3;
	color: #232221;
	border-color: #d7d6d3;
}


/* Black */
.button.button-black {
	background-color: #232221;
	color: #f1cf18;
	border-color: #232221;
}
.button.button-black.icon-before:before,
.button.button-black.icon-after:after {
	color: #f1cf18;
}
.button.button-black:hover,
.button.button-black:focus {
	background-color: #000;
	color: #f1cf18;
	border-color: #000;
}

/* Firefox: Get rid of the inner focus border */
.button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/* Disabled/unavailable button style */
.button[disabled],
.button-disabled,
.button-disabled:hover,
.button-disabled:focus,
.button-disabled:active {
	border: none;
	background-image: none;
	opacity: 0.40;
	cursor: default;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.button-outline-disabled,
.button-outline-disabled:hover,
.button-outline-disabled:focus,
.button-outline-disabled:active {
	opacity: 0.3;
	cursor: default;
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: transparent;
	color: #000;
	border-color: #000;
}


/* Tag style button*/

.button.button-tag {
	border: 0px;
	background: #000;
	color: #fff;
	padding: 4px 10px 4px;
	border-radius: 20px;
	font-size: 1.4rem;
	line-height: 1.4rem;
}

.button.button-tag.button-tag--on,
.button.button-tag:hover,
.button.button-tag:focus,
.button.button-tag:active {
	color: #f1cf18;
	background: rgba(0,0,0,0.75);
}


.button-block {
	display: block;
	width: 100%;
}

/* BP 2 */
@media screen and (max-width: 1100px) {
	.button {
		border-width: 2px;
	}
	/* Large and regular turn small */
	.button,
	.button-regular,
	.button.button-large,
	.field-element--button.field-element--large .button {
		padding: 8px 12px 8px;
		font-size: 1.3rem;
		line-height: 1.2;
	}
}

/* BP 5 */
@media screen and (max-width: 500px) {
	.button-block-bp5 {
		display: block;
		width: 100%;
	}
}

/* ---- Expando Styles ---- */
.expando-opener-heading {
	text-decoration: underline;
}
.expando-opener-heading:before {
	content: '\003e';
	display: inline-block;
	padding-right: 10px;
	-webkit-transition: all 150ms ease;
	transition: all 150ms ease;
}
.expando-opener-heading:hover:before {
	content: '\003e';
	display: inline-block;
	padding-right: 6px;
	padding-left: 4px;
}

.expando-opener-heading.expanded:before {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	padding-right: 4px;
	padding-left: 6px;
}

.expando-opener-heading.expanded:hover:before {
	padding-right: 6px;
	padding-left: 4px;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

.expando-closer-para {
	margin-top: 20px;
}

.expando-closer-para a:before {
	content: '\003e  ';
	display: inline-block;
	margin-right: 4px;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

/* ---- Expando Styles Full screen pop up ---- */

/* If we need to use these styles on the main content, remove .fullscreen-popup-content from the below selectors */
.fullscreen-popup .expando-opener-link:hover,
.fullscreen-popup .expando-closer-link:hover {
	opacity: 0.9;
}
.fullscreen-popup .expando-opener-link:before,
.fullscreen-popup .expando-closer-link:before {
	background: url(../images/expando-sprite.svg) no-repeat;
	content: " ";
	width: 34px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	margin-top: -2px;
}
.fullscreen-popup .expando-opener-link:before {
	background-position: 0 0;
}
.fullscreen-popup .expando-closer-link:before {
	background-position: -37px 0;
}

/* Popup expandos - do not remove .fullscreen-popup */
.fullscreen-popup .expando-opener-link:before {
	background-position: 0 -34px;
}
.fullscreen-popup .expando-closer-link:before {
	background-position: -37px -34px;
}
.fullscreen-popup .expando-opener-link,
.fullscreen-popup .expando-closer-link {
	color: #FFF;
}

/* ---- Content Highlight box ---- */

.content-highlight {
	margin: 15px 0;
	margin: 1.5rem 0;
	padding: 15px 20px 15px;
	background: #f6f6f6;
}


/* ---- Date Pattern ---- */
.calendar-date {
	background: #f1cf18;
	color: #fff;
	border-radius: 6px;
	padding: 0px 0 5px;
	width: 60px;
	text-align: center;
}
.calendar-date-text {
	color: #fff;
	text-decoration: none; /* Used if the date is a link */
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.calendar-date-text span {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	text-transform: uppercase;
}


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

/* ------------------------------------------------------
**** Forms
------------------------------------------------------ */

/* ---- Base styles ---- */
.field-element {
	margin-bottom: 21px;
}

.field-element:before,
.field-element:after {
	content: " ";
	display: table;
}

.field-element:after {
	clear: both;
}

.field-input .textbox,
.field-input select {
	display: block;
	width: 100%;
	outline: none;
	line-height: normal;
	padding: 18px 20px;
	-webkit-appearance: none;
}
.field-input .textbox,
.field-input select {
	font-size: 1.6rem;
	line-height: 1.2;
	border: 3px solid #e1dfdc;
	border-radius: 0;
	background-color: #e1dfdc;
}

/* ---- Label margin ---- */
.field-element-label-margin {
	margin-top: 29px;
}

/* ---- Inline ---- */
.field-elements-inline:before,
.field-elements-inline:after {
	content: " ";
	display: table;
}

.field-elements-inline:after {
	clear: both;
}
.field-elements-inline .field-element {
	float: left;
	margin-right: 1%;
}
.field-elements-inline .field-element:last-child {
	margin-right: 0;
}

/* Button */
.field-elements-inline .field-element--button {
	margin-top: 29px;
}
.field-elements-inline .field-element--button.field-element--inline-no-label {
	margin-top: 0;
}

/* Add top margin to make empty space for margins */
.field-element--inline-with-label {
	margin-top: 29px;
}

/* ---- White ---- */
.field-element.field-element--white .field-input .textbox,
.field-element.field-element--white .field-input select  {
	background-color: #fff;
}

/* ---- Transparent white ---- */
.field-element.field-element--transp-white .field-input .textbox,
.field-element.field-element--transp-white .field-input select {
	background-color: transparent;
	border-color: #ffffff;
}

.field-element.field-element--transp-white input::-webkit-input-placeholder {
	opacity: 1;
}
.field-element.field-element--transp-white input:-ms-input-placeholder {
	opacity: 1;
}
.field-element.field-element--transp-white input::placeholder {
	opacity: 1;
}

/* ---- Black ---- */
.field-element.field-element--black .field-input .textbox,
.field-element.field-element--black .field-input select {
	background-color: transparent;
	border-color: #232221;
}

/* ---- Yellow ---- */
.field-element.field-element--yellow .field-input .textbox,
.field-element.field-element--yellow .field-input select {
	background-color: transparent;
	border-color: #f1cf18;
	color: #FFF;
}



/* ---- Small ---- */
.field-element--small .field-input .textbox,
.field-element--small .field-input select {
	font-size: 1.4rem;
	padding: 9px 15px 8px;
}

/* ---- Large ---- */
.field-element--large .field-input .textbox,
.field-element--large .field-input select {
	font-size: 1.8rem;
	padding: 23px 25px 21px;
}

@media screen and (max-width: 767px) {
	.field-element {
		margin-bottom: 13px;
	}
}

/* ---- Disabled ---- */
.field-element--disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
.field-element--disabled .textbox[disabled],
.field-element--disabled select[disabled],
.field-element--disabled button[disabled] {
	cursor: not-allowed;
}

/* ---- Caps ---- */
.field-element--caps .textbox,
.field-element--caps select {
	text-transform: uppercase;
}

/* ---- Fieldset ---- */
.field-element fieldset {
	border: none;
	padding: 0;
	margin: 0;
}


/* ---- Labels and legends ---- */
.field-label,
.fieldset__legend {
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 10px;
	line-height: 1.2;
	text-transform: uppercase;
}

/* Hidden labels */
.field-element--hidden-label .field-label,
.field-element--hidden-label .fieldset__legend {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* BP 2 */
@media screen and (max-width: 1100px) {
	.field-label,
	.fieldset__legend {
		font-size: 1.5rem;
	}
}

/* BP 3 */
@media screen and (max-width: 767px) {
	.field-label,
	.fieldset__legend {
		font-size: 1.4rem;
	}
}


/* ---- Required ---- */
.field-label__required {
	text-indent: -9999px;
	line-height: 0;
	display: inline-block;
}

.field-label__required:after {
	content: "*";
	text-indent: 0;
	display: block;
	line-height: inherit;
}


/* ---- Field helpers ---- */
.field-helper {
	font-weight: 400;
	font-size: 1.3rem;
	margin-bottom: 1em;
}
.field-label .field-helper {
	margin-top: 0.3em;
	margin-bottom: 0;
}


/* ---- Field errors ---- */
.field-element.field-element--error  .field-input .textbox,
.field-element.field-element--error  .field-input select {
    background-color: #f7eaec;
}
.field-error__list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.field-error__list__item {
	color: #fff;
	background: #E04D4D;
	padding: 10px 20px;
	margin: 11px 0;
	border-left: 6px solid #b72323;
}

/* ---- Text area ---- */
textarea {
	resize: vertical;
}

/* ---- Range ---- */
.field-element--range .field-input .textbox {
	-webkit-appearance: slider-horizontal;
	background: none;
	padding: 0;
	border-radius: 0;
	border: none;
	background: none !important;
}
input[type=range]::-moz-focus-outer {
    border: 0;
}


/* ---- Selects ---- */
.field-element .field-input select {
	-moz-appearance: none;
	background-image: url(../images/form-icons.svg),
	url(../images/form-icons.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: top -251px right -106px, top -447px right -92px;
	padding-right: 55px;
}
.field-element .field-input select[multiple] {
	background-image: none;
	padding-right: 20px;
}

.field-element select::-ms-expand,
.daterangepicker select.monthselect::-ms-expand,
.daterangepicker select.yearselect::-ms-expand {
    display: none;
}

/* Multiple selects */
.field-element.field-element--select.field-element--select--multiple select {
	padding: 8px 8px;
	background-image: none;
}

.field-element.field-element--select.field-element--select--multiple option {
	padding: 6px 10px;
}

/* White */
.field-element--white .field-input select {
	background-position: top -258px right -106px, top -607px right -92px;
}

/* White + Small */
.field-element--small.field-element--white .field-input select {
	background-position: top -262px right -106px, top -607px right -92px;
}
/* White + Large */
.field-element--large.field-element--white .field-input select {
	background-position: top -253px right -106px, top -607px right -92px;
}

/* Small */
.field-element--small .field-input select {
	background-position: top -262px right -106px, top -447px right -92px;
}
/* Large */
.field-element--large .field-input select {
	background-position: top -253px right -106px, top -447px right -92px;
}

/* Large and regular field elements turn small */
@media screen and (max-width: 767px) {
	.field-element .field-input select,
	.field-element.field-element--large .field-input select,
	.field-element.field-element--regular .field-input select {
		background-position: top -262px right -106px, top -447px right -92px;
		font-size: 1.4rem;
		padding: 7px 15px 7px;
		padding-right: 55px;
	}
}


/* ---- Checkboxes and radio buttons ---- */
.field-element.field-element--checkbox,
.field-element.field-element--radio {
	font-size: 1.6rem;
}

.field-element input[type="checkbox"],
.field-element input[type="radio"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.field-element input[type="checkbox"] + label,
.field-element input[type="radio"] + label {
	padding-left: 34px;
	position: relative;
	cursor: pointer;
	display: inline-block;
}

.field-element input[type="checkbox"] + label:before,
.field-element input[type="radio"] + label:before {
	content: " ";
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 13px;
	position: relative;
	top: 5px;
	background-color: #e1dfdc;
	margin-left: -34px;
	border-radius: 1px;
}

/* Check and dot */
.field-element input[type="checkbox"]:checked + label:after,
.field-element input[type="radio"]:checked + label:after {
	content: " ";
	position: absolute;
	left: 1px;
	top: 6px;
	font-size: 15px;
}


/* Without labels */
.field-element.field-element--checkbox--no-label input[type="checkbox"] + label,
.field-element.field-element--radio--no-label input[type="radio"] + label {
	padding-left: 0;
}

.field-element.field-element--checkbox--no-label input[type="checkbox"] + label:before,
.field-element.field-element--radio--no-label input[type="radio"] + label:before {
	margin-left: 0;
	margin-right: 0;
}

.field-element.field-element--checkbox--no-label input[type="checkbox"]:checked + label:after,
.field-element.field-element--radio--no-label input[type="radio"]:checked + label:after {
	left: 1px;
}

.field-element.field-element.field-element--radio--no-label input[type="radio"]:checked + label:after {
	margin-left: 4px;
}


/* -- Checkboxes -- */

/* Check (pseudo element) */
.field-element input[type="checkbox"]:checked + label:after {
	content: " ";
	background-image: url(../images/form-icons.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: top -708px left 1px;
	width: 26px;
	height: 29px;
	margin: -1px 0 0 -1px;
}

.field-element--checkboxlist--columns .field-element__input-set {
    -webkit-columns: 3;
            columns: 3;
}

/* Inline */
.field-element--checkboxboollist--inline .fieldset-input {
	float: left;
	margin-right: 30px;
}
.field-element--checkboxboollist--inline .fieldset-input:last-child {
	margin-right: 0;
}

/* -- Radio Buttons -- */

/* Radio button (pseudo element) */
.field-element input[type="radio"] + label:before {
	border-radius: 50%;
}

/* Radio dot (pseudo element) */
.field-element input[type="radio"]:checked + label:after {
	left: 6px;
	top: 10px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #58595B;
}

/* -- Varations -- */

/* White */
.field-element.field-element--white input[type="checkbox"] + label:before,
.field-element.field-element--white input[type="radio"] + label:before {
	background-color: #e1dfdc;
}

/* Large */
.field-element.field-element--large input[type="checkbox"] + label:before,
.field-element.field-element--large input[type="radio"] + label:before {
	width: 30px;
	height: 30px;
	margin-right: 16px;
	top: 8px;
}

.field-element.field-element--large input[type="radio"]:checked + label:after {
	left: 7px;
	top: 12px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
}
.field-element.field-element--large input[type="checkbox"]:checked + label:after {
	background-position: top -760px left 1px;
	width: 31px;
	height: 30px;
	margin: 3px 0 0 -2px;
}

/* ---- Color picker ---- */
.field-element--colorpicker .textbox.colorpicker {
	padding: 3px 8px;
	height: 43px;
	width: 50px;
}

/* Small */
.field-element--colorpicker.field-element--small .textbox.colorpicker {
	padding: 2px 7px;
	height: 33px;
	width: 39px;
}

/* Large and regular field elements turn small */
@media screen and (max-width: 767px) {
	.field-element.field-element--colorpicker .textbox.colorpicker,
	.field-element.field-element--colorpicker.field-element--large .textbox.colorpicker,
	.field-element.field-element--colorpicker.field-element-regular .textbox.colorpicker {
		padding: 2px 7px;
		height: 33px;
		width: 39px;
	}
}

/* ---- Money ---- */
.field-element--money .field-input .textbox {
	padding-left: 55px;
	background-image: url(../images/form-icons.svg);
	background-repeat: no-repeat;
	background-position: top -447px left -1px;
}

.field-element--money .field-input {
	position: relative;
}
.field-element--money .field-input .money-symbol:before {
	content: "\00a4";		/* Generic currency sign */
	position: absolute;
	display: block;
	top: 10px;
	left: 0;
	color: #58595B;
	font-weight: bold;
	font-size: 19px;
	width: 45px;
	text-align: center;
}
.field-element--money .field-input .money-symbol--dollar:before {
	content: "$";    /* Dollars */
}
.field-element--money .field-input .money-symbol--pound:before {
	content: "\00a3";    /* Pounds */
}
.field-element--money .field-input .money-symbol--yen:before {
    content: "\00a5";    /* Yen */
}
.field-element--money .field-input .money-symbol--indian_rupee:before {
    content: "\20B9";   /* Indian rupee */
}

/* White */
.field-element--money.field-element--white .field-input .textbox,
.field-element--money.field-element--white.field-element--small .field-input .textbox,
.field-element--money.field-element--white.field-element--large .field-input .textbox {
	background-position: top -607px left -1px;
}

/* Small */
.field-element--money.field-element--small .field-input .textbox {
	background-position: top -447px left -1px;
}
.field-element--money.field-element--small .field-input .money-symbol:before {
	top: 6px;
}

/* Large */
.field-element--money.field-element--large .field-input .textbox {
	background-position: top -447px left -1px;
}
.field-element--money.field-element--large .field-input .money-symbol:before {
	top: 14px;
}

/* Large and regular field elements turn small */
@media screen and (max-width: 767px) {
	.field-element.field-element--money .field-input .textbox,
	.field-element.field-element--money.field-element--large .field-input .textbox,
	.field-element.field-element--money.field-element--regular .field-input .textbox {
		background-position: top -447px left -1px;
		padding-left: 55px;
	}
	.field-element.field-element--white.field-element--money .field-input .textbox,
	.field-element.field-element--white.field-element--money.field-element--large .field-input .textbox,
	.field-element.field-element--white.field-element--money.field-element--regular .field-input .textbox {
		background-position: top -607px left -1px;
	}
	.field-element--money .field-input .money-symbol:before,
	.field-element--money.field-element--large .field-input .money-symbol:before,
	.field-element--money.field-element--regular .field-input .money-symbol:before {
		top: 5px;
	}
}


/* ---- Lightweight elements ---- */
.field-element--lightweight {
	margin: 0;
}



/* ---- Responsiveness ---- */

/* Large and regular field elements turn small */
@media screen and (max-width: 767px) {
	.field-element .field-input .textbox {
		border-width: 2px;
	}
	.field-element .field-input .textbox,
	.field-element.field-element--large .field-input .textbox,
	.field-element.field-element--regular .field-input .textbox {
		font-size: 1.4rem;
		padding: 9px 15px 8px;
	}
}


/* ---- Attach ---- */
.field-element--attach-wrapper {
	position: relative;
}
.field-element--attach-button {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	-webkit-appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background: none;
	color: #ffffff;
	width: 75px;
	border-left: 4px solid #f1cf18;
	-webkit-transition: all 150ms ease;
	transition: all 150ms ease;
}
.field-element--transp-white.field-element--attach-button {
	width: 120px;
	border-color: #fff;
	color: #fff;
	padding-right: 4px;
}
.field-element--attach-button.icon-before:before {
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.field-element--attach-wrapper .field-input .textbox {
	padding-right: 95px;
}
.field-element--attach-button:hover {
	background-color: #000000;
	color: #fff;
}
.field-element--transp-white.field-element--attach-button:hover {
	background-color: #fff;
	color: #000;
}

/* Small */
.field-element--attach-wrapper--small .field-element--attach-button.icon-before:before {
	font-size: 37px;
}
.field-element--attach-wrapper.field-element--attach-wrapper--small .field-input .textbox {
	padding-right: 73px;
}
.field-element--attach-wrapper--small .field-element--attach-button {
	width: 60px;
}

/* Large */
.field-element--attach-wrapper--large .field-element--attach-button {
	width: 90px;
}
.field-element--attach-wrapper.field-element--attach-wrapper--large .field-input .textbox {
	padding-right: 110px;
}
.field-element--attach-wrapper--large .field-element--attach-button.icon-before:before {
	font-size: 51px;
}

/* Large and regular field elements turn small */
@media screen and (max-width: 767px) {
	.field-element--attach-button {
		border-width: 2px;
		top: 2px;
		right: 2px;
		bottom: 2px;
	}

	.field-element--attach-wrapper .field-element--attach-button.icon-before:before,
	.field-element--attach-wrapper--large .field-element--attach-button.icon-before:before {
		font-size: 37px;
	}
	.field-element--attach-wrapper .field-input .textbox,
	.field-element--attach-wrapper.field-element--attach-wrapper--large .field-input .textbox {
		padding-right: 73px;
	}
	.field-element--attach-wrapper .field-element--attach-button,
	.field-element--attach-wrapper--large .field-element--attach-button {
		width: 60px;
	}
}



/* ---- Submit Bar ---- */
.submit-bar {
	text-align: right;
	background: #F6F6F6;
	padding: 14px;
}

.sidebar .submit-bar {
	padding: 10px 0;
}

.submit-bar a {
	margin-right: 20px;
}




/* ---- Site Messages ---- */
ul.messages {
	list-style: none;
	margin: 16px 0 25px;
	padding: 0;
}
ul.messages li {
	margin: 0 0 15px;
	padding: 10px 20px;
	vertical-align: bottom;
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.2em;
}
ul.messages .error {
	background: #E04D4D;
	border-left: 4px solid #B72323;
	color: #FFF !important;
}
ul.messages .confirm {
	color: #FFF !important;
	background: #6DBB5A;
	border-left: 4px solid #439230;
}
ul.messages a {
	color: #FFF;
}

/* ---- Form help ---- */
.help-block,
.help-inline {
	color: #625757;
	font-size: 1.2rem;
	line-height: 1.4;
}
.help-block {
	display: block;
	margin-bottom: 0.75em;
}
.help-inline {
	display: inline-block;
	vertical-align: middle;
	padding-left: 12px;
}
.help-block,
.help-inline {
	color: #625757;
}
.help-block {
	display: block;
	margin-bottom: 0.75em;
}
.help-inline {
	display: inline-block;
	vertical-align: middle;
	padding-left: 24px;
}

/* ---- Form Errors ---- */
.has-error {
	background: #fae8e7;
	padding: 10px 20px;
	margin: 0 -20px;
}
.has-error input {
	border-color: #B94A48;
}
.has-error .help-block,
.has-error .help-inline {
	color: #B94A48;
	font-weight: bold;
	font-style: italic;
}

/* -- Placeholders -- */

/* Selects */
.field-element.field-element--select--placeholder .field-input select {
	color: #bbbbbb;
	text-transform: uppercase;
}

/* Inputs */
::-webkit-input-placeholder {
   color: #bbbbbb;
   text-transform: uppercase;
}

input:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: all 500ms ease 100ms;
	transition: all 500ms ease 100ms;
}

:-moz-placeholder { /* Firefox 18- */
   color: #bbbbbb;
   text-transform: uppercase;
}

input:focus:-moz-placeholder {
	opacity: 0;
	-webkit-transition: all 500ms ease 100ms;
	transition: all 500ms ease 100ms;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #bbbbbb;
   text-transform: uppercase;
}

input:focus::-moz-placeholder {
	opacity: 0;
	-webkit-transition: all 500ms ease 100ms;
	transition: all 500ms ease 100ms;
}


:-ms-input-placeholder {
   color: #bbbbbb;
   text-transform: uppercase;
}

input:focus:-ms-input-placeholder {
	opacity: 0;
	-webkit-transition: all 500ms ease 100ms;
	transition: all 500ms ease 100ms;
}



/* Black */
.field-element.field-element--black.field-element--select--placeholder .field-input select {
	color: #232221;
}

.field-element--black ::-webkit-input-placeholder {
   color: #232221;
}

.field-element--black :-moz-placeholder { /* Firefox 18- */
   color: #232221;
}

.field-element--black ::-moz-placeholder {  /* Firefox 19+ */
   color: #232221;
}

.field-element--black :-ms-input-placeholder {
   color: #232221;
}


/* ---- Oldschool Table based form styles ---- */

.form-section,
.checkbox-list {
	border-collapse: collapse;
	background: #F6F6F6;
	border: 1px #d7d7d7 solid;
	margin-bottom: 30px;
	width: 100%;
}

.form-section tr,
.checkbox-list tr {
	border-bottom: 1px #d7d7d7 solid;
}

.form-section th,
.form-section tr > th:first-child {
	width: 25%;
	font-weight: bold;
	padding: 20px 10px 16px 15px;
	vertical-align: top;
	border: none;
}

.form-section td,
.checkbox-list td {
	width: auto;
	padding: 12px 11px;
	vertical-align: top;
	border: none;
}

.form-section td.field-info {
	vertical-align: middle;
	font-size: 1rem;
}
.form-section .field-info span.field-error {
	display: block;
	padding: 4px 10px 2px;
	background: #c44556;
	color: #ffffff;
}
.checkbox-list td.check {
	width: 10px;
	text-align: center;
}
td .checkbox-list td.check {
	padding: 12px 5px 11px 20px;
}

.form-section span.s {
	display: block;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.4;
}

.form-section .checkbox-list {
	margin: 0;
}
.form-section input,
.form-section label,
.form-section select {
	margin-bottom: 0;
}

.form-section .field-info span {
	color: #a1b300;
	font-size: 1.2rem;
	font-weight: bold;
}


@media screen and (max-width: 600px) {
	table.form-section:not(.radiogrid) th,
	table.form-section:not(.radiogrid) tr > th:first-child {
		padding-bottom: 0;
	}
	table.form-section:not(.radiogrid) > tbody > tr > th,
	table.form-section:not(.radiogrid) > tbody > tr > td {
		display: block;
		width: 100%;
	}
	table.form-section .field-info {
		text-align: right;
	}
	table.form-section td.nothing {
		padding: 0;
		height: 0;
	}
	.form-section .buttons {
		text-align: center;
	}

}


/* ---- Submit Bar ---- */
.submit-bar {
	text-align: right;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(84%, #f9fafa));
	background: linear-gradient(to bottom, #ffffff 0%, #f9fafa 84%);
	padding: 9px 30px;
	border: 1px solid #e2e2e2;
}

.submit-bar a {
	margin-right: 20px;
}

/* ---- Search Form ---- */
input.search-query {
	margin-bottom: 0;
	padding-right: 14px;
	padding-right: 4px;
	padding-left: 14px;
	padding-left: 4px;
	border-radius: 0;
}

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
	border-radius: 0;
}

.form-search .input-append .search-query {
	border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
	border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
	border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
	border-radius: 14px 0 0 14px;
}

.form-search input,
.form-search textarea,
.form-search select {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-search .hide {
	display: none;
}
.form-search label,
.form-search .btn-group {
	display: inline-block;
}
.form-search .radio,
.form-search .checkbox {
	margin-bottom: 0;
	padding-left: 0;
	vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
	float: left;
}
.form-search .radio input[type="radio"] margin,
.form-search .checkbox input[type="checkbox"] margin {
	right: 3px;
	left: 0;
}
.form-search .control-group {
	margin-bottom: 0.75em;
}
.form-search legend + .control-group {
	margin-top: 1.5em;
	-webkit-margin-top-collapse: separate;
}


/* ---- Search pagination ---- */
.search-paginate {
	padding: 10px 0;
	text-align: center;
}
	.search-paginate .page-prev {
		margin: 0 8px 0 0;
	}
	.search-paginate .page {
		padding: 2px 9px;
		margin: 0 3px;
		background: #eee;
		border: 1px #e85505 solid;
		text-decoration: none;
	}
	.search-paginate .page.on {
		color: #000;
		border-color: #000;
	}
	.search-paginate .page-next {
		margin: 0 0 0 8px;
	}


/* ---- Captcha ---- */
.captcha {
	background: #f6f6f6;
	margin: 5px 0px;
	padding: 10px;
	width: 90%;
	border: 1px #D6D6D6 solid;
}

.captcha .captcha-info, .captcha .info {
	width: 20px;
	float: right;
}
.captcha .captcha-info, .captcha .info a {
	text-decoration: none;
}
.captcha .captcha-info .captcha-icon {
	width: 16px;
	height: 16px;
	margin-bottom: 16px;
}

.captcha .captcha-img {
	width: 200px;
	margin-bottom: 10px;
}

.captcha .captcha-input {
	width: 200px;
}


/* ------------------------------------------------------
**** Tables
------------------------------------------------------ */
caption {
	font-size: 2rem;
	text-transform: uppercase;
	padding: 13px 10px 10px;
	margin: 0;
	text-align: center;
	background: #232323;
	color: #fff;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 3rem 0;
	max-width: 100%;
	width: 100%;
	text-align: left;
}

table th,
table td {
	padding: 12px 22px;
	vertical-align: top;
	border: 1px solid #d7d7d7;
}
div:not(.widget) > table:not(.plain-table) th {
	background-color: #E9E9E9;
}
div:not(.widget) > table:not(.plain-table) td  {
	background-color: #FFF;
}

table th {
	font-weight: bold;
	padding: 14px 22px;
	color: #232221;
}
table:not(.form-section) th {
	background: #e6e6e6;
}
table thead th {
	vertical-align: bottom;
}

/* Responsive tables */
.responsive-table {
	overflow: auto;
	overflow-y: hidden;
	overflow-x: auto;
	display: block;
}

/* ---- No Layout Table ---- */
.table__no-styles {
	border-collapse: separate;
	border: none;
}

.table__no-styles th,
.table__no-styles td {
	padding: 0;
	border: 0;
	background: none;
}

/* ---- 3-col-content-images ---- */

/*table replacement*/

.three-col-content-images {
	width: 100%;
}

.three-col-content-images__item {
	margin-bottom: 15px;
	display: block;
}

.three-col-content-images img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}

@media screen and (min-width: 501px) {
	.three-col-content-images {
		width: 100%;
		margin-left: -3%;
		margin-right: -3%;
	}
	.three-col-content-images__item {
		width: 30%;
		margin-left: 3%;
		float: left;
		margin-bottom: 15px;
	}
}


/** Responsive form table **/
.table--stack {
	border-collapse: collapse;
	background: #F6F6F6;
	border: 1px #d7d7d7 solid;
	margin-bottom: 30px;
	width: 100%;
}

.table--stack tr {
	border-bottom: 1px #d7d7d7 solid;
}

.table--stack:not(.form-section) th {
	font-weight: bold;
	padding: 20px 10px 16px 15px;
	vertical-align: top;
	border: none;
	background: transparent;
}

.table--stack td {
	width: auto;
	padding: 12px 11px;
	vertical-align: top;
	border: none;
}

.col-days-name {
	width: 60%;
}

.col-days-day {
	width: 10%;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.table--stack th {
		display: none;
	}

	.table--stack td {
		display: block;
		width: 100%;
	}

	.table--stack td.col-days-day {
		display: inline-block;
		width: 25%;
	}

	.table--stack tr {
		border: none;
	}

	.table--stack tr td:first-child {
		border-top: 1px #d7d7d7 solid;
	}

	.table--stack td[data-heading]:before {
		content: attr(data-heading);
		display: block;
		background-color: #f3f3f3;
		padding: 5px 11px 4px;
		margin: -5px -11px 6px;
		border-top: 1px solid #d7d7d7;
		font-weight: bold;
	}

	.table--stack tr td[data-heading]:first-child:before {
		border-top: none;
	}
}


/* ------------------------------------------------------
**** Logo Gallery
------------------------------------------------------ */
.logo-gallery .logo {
	float: left;
	padding: 0 10px;
	margin: 15px 1.6665% 15px 1.6665%;
	border: 1px solid #cccccc;
	width: 30%;
}

.logo-gallery .logo-wrap {
	position: relative;
	width: 100%;
	height: 200px;
	display: table-cell;
	vertical-align:middle;
}

.logo-gallery .logo-wrap:before {
	content: "";
	display: block;
	padding-top: 0%;
}

.logo-wrap img {
	width: 100%;
	max-width: 50em;
	height: auto;
	max-height: 100%;
	margin: 0 auto;
}

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


/* ------------------------------------------------------
**** Helper classes
------------------------------------------------------ */

/* ---- Clearfix ---- */
.clear {
	height: 0;
	clear: both;
	display: block;
}

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

.-clearfix:after {
	clear: both;
}

/* ---- Highlight ---- */
.highlight--left,
.highlight--right,
.highlight {
	background-color: #e1dfdc;
	padding: 30px;
	margin: 30px 0;
	border-left: 11px solid #f1cf18;
}
.highlight > :first-child {
	margin-top: 0;
}
.highlight > :last-child {
	margin-bottom: 0;
}
.highlight:before,
.highlight:after {
	content: " ";
	display: table;
}
.highlight:after {
	clear: both;
}
.highlight--small {
	padding: 15px;
}

/* BP 5 */
@media screen and (max-width: 500px) {
	.highlight {
		padding: 20px;
	}
}

@media screen and (min-width: 1101px) {
	.highlight--left {
		float: left;
		width: 45%;
		margin-top: 0;
		margin-right: 20px;
		clear: right;
	}

	.highlight--right {
		float: right;
		width: 45%;
		margin-top: 0;
		margin-left: 20px;
		clear: left;
	}
}

.highlight > *:last-child,
.highlight--right > *:last-child,
.highlight--left > *:last-child {
	margin-bottom: 0;
}





/* ---- Hiding classes ---- */
.-ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
}

.-ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.-hidden {
	display: none !important;
	visibility: hidden;
}

.-vis-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.-vis-hidden.focusable:active,
.-vis-hidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.-invisible {
	visibility: hidden;
}

/* ---- Pseudo elements ---- */

/* Angle Brackets */
.-r-arrow-after:after {
	content: "\00a0\003e";
}
.-r-arrow-before:before {
	content: "\003e\00a0";
}
.-l-arrow-after:after {
	content: "\00a0\003c";
}
.-l-arrow-before:before {
	content: "\003c\00a0";
}

/* Ellipsis */
.ellipsis-2:after {
	content: "..";
}
.ellipsis-3:after {
	content: "...";
}

/* ---- Floats and positioning ---- */
.left {
	margin: 0 30px 25px 0;
	float: left;
}
.right {
	margin: 0 0 25px 30px;
	float: right;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 500px) {
    .left,
    .right {
    	max-width: 45%;
    }
}

@media screen and (max-width: 340px) {
    img.left,
    img.right {
    	max-width: 100%;
    	width: 100%;
    	float: none;
    	margin-left: 0;
    	margin-right: 0;
    }
}

/* ---- Text align ---- */
.text-align--center {
	text-align: center;
}
.text-align--right {
	text-align: right;
}

/* ---- Hide/show ---- */
.hide {
	display: none;
}
.show {
	display: initial;
}


/* BP 1 */
@media screen and (max-width: 1340px) {
	.hide-bp1 {
		display: none;
	}
	.show-bp1 {
		display: initial;
	}
}

/* BP 2 */
@media screen and (max-width: 1100px) {
	.hide-bp2 {
		display: none;
	}
	.show-bp2 {
		display: initial;
	}
}

/* BP 3 */
@media screen and (max-width: 767px) {
	.hide-bp3 {
		display: none;
	}
	.show-bp3 {
		display: initial;
	}
}

/* BP 4 */
@media screen and (max-width: 600px) {
	.hide-bp4 {
		display: none;
	}
	.show-bp4 {
		display: initial;
	}
}

/* BP 5 */
@media screen and (max-width: 500px) {
	.hide-bp5 {
		display: none;
	}
	.show-bp5 {
		display: initial;
	}
}

/* BP 6 */
@media screen and (max-width: 450px) {
	.hide-bp6 {
		display: none;
	}
	.show-bp6 {
		display: initial;
	}
}

/* ---- Grid system ---- */
.grid:before,
.grid:after {
	content: " ";
	display: table;
}

.grid:after {
	clear: both;
}

.grid-col {
	float: left;
	margin-right: 3.9473684210526314%;
}
.grid-col:last-child,
.grid-col.grid-col-last-in-row {
	margin-right: 0;
}
.grid-col-spacer {
	min-height: 1px;
}

/* Reverse */
.grid.grid-reverse > .grid-col {
	float: right;
	margin-right: 0;
	margin-left: 3.9473684210526314%;
}
.grid.grid-reverse > .grid-col:last-child,
.grid.grid-reverse > .grid-col.grid-col-last-in-row {
	margin-left: 0;
}

/* 2 col grid */
.grid-2-cols .grid-col:nth-child(2n+2) {
	margin-right: 0;
}
/* 3 col grid */
.grid-3-cols .grid-col:nth-child(3n+3) {
	margin-right: 0;
}
/* 4 col grid */
.grid-4-cols .grid-col:nth-child(4n+4) {
	margin-right: 0;
}

/* max-width col */

.grid-col-max-width {
	max-width: 710px;
	margin: auto;
}


/* 1 col */
.grid-col-1 {
	width: 4.714912280702%;
}
/* 2 col */
.grid-col-2 {
	width: 13.377192982456%;
}
/* 3 col */
.grid-col-3 {
	width: 22.039473684211%;
}
/* 4 col */
.grid-col-4 {
	width: 30.701754385965%;
}
/* 5 col */
.grid-col-5 {
	width: 39.364035087719%;
}
/* 6 col */
.grid-col-6 {
	width: 48.026315789474%;
}
/* 7 col */
.grid-col-7 {
	width: 56.688596491228%;
}
/* 8 col */
.grid-col-8 {
	width: 65.350877192982%;
}
/* 9 col */
.grid-col-9 {
	width: 74.013157894737%;
}
/* 10 col */
.grid-col-10 {
	width: 82.675438596491%;
}
/* 11 col */
.grid-col-11 {
	width: 91.337719298246%;
}
/* 12 col */
.grid-col-12 {
	width: 100%;
	margin-right: 0;
}

/* BP 1 */
@media screen and (max-width: 1340px) {
	/* 2 col grid */
	.grid-2-cols-bp1 .grid-col:nth-child(2n+2) {
		margin-right: 0;
	}
	/* 3 col grid */
	.grid-3-cols-bp1 .grid-col:nth-child(3n+3) {
		margin-right: 0;
	}
	/* 4 col grid */
	.grid-4-cols-bp1 .grid-col:nth-child(4n+4) {
		margin-right: 0;
	}



	/* 1 col */
	.grid-col-1-bp1 {
		width: 4.714912280702%;
	}
	/* 2 col */
	.grid-col-2-bp1 {
		width: 13.377192982456%;
	}
	/* 3 col */
	.grid-col-3-bp1 {
		width: 22.039473684211%;
	}
	/* 4 col */
	.grid-col-4-bp1 {
		width: 30.701754385965%;
	}
	/* 5 col */
	.grid-col-5-bp1 {
		width: 39.364035087719%;
	}
	/* 6 col */
	.grid-col-6-bp1 {
		width: 48.026315789474%;
	}
	/* 7 col */
	.grid-col-7-bp1 {
		width: 56.688596491228%;
	}
	/* 8 col */
	.grid-col-8-bp1 {
		width: 65.350877192982%;
	}
	/* 9 col */
	.grid-col-9-bp1 {
		width: 74.013157894737%;
	}
	/* 10 col */
	.grid-col-10-bp1 {
		width: 82.675438596491%;
	}
	/* 11 col */
	.grid-col-11-bp1 {
		width: 91.337719298246%;
	}
	/* 12 col */
	.grid-col-12-bp1 {
		width: 100%;
		margin-right: 0;
	}
}

/* BP 2 */
@media screen and (max-width: 1100px) {
	.grid-col-destroy-bp2 {
		width: auto;
		float: none;
		margin: 0;
	}

	.grid-4-cols.grid-3-cols-bp2 .grid-col:nth-child(4n+4),
	.grid-3-cols.grid-2-cols-bp2 .grid-col:nth-child(3n+3) {
		margin-right: 3.9473684210526314%;
	}

	/* 2 col grid */
	.grid-2-cols-bp2 .grid-col:nth-child(2n+2),
	.grid-3-cols.grid-2-cols-bp2 .grid-col:nth-child(2n+2) {
		margin-right: 0;
	}
	/* 3 col grid */
	.grid-3-cols-bp2 .grid-col:nth-child(3n+3),
	.grid-4-cols.grid-3-cols-bp2 .grid-col:nth-child(3n+3) {
		margin-right: 0;
	}
	/* 4 col grid */
	.grid-4-cols-bp2 .grid-col:nth-child(4n+4) {
		margin-right: 0;
	}



	/* 1 col */
	.grid-col-1-bp2 {
		width: 4.714912280702%;
	}
	/* 2 col */
	.grid-col-2-bp2 {
		width: 13.377192982456%;
	}
	/* 3 col */
	.grid-col-3-bp2 {
		width: 22.039473684211%;
	}
	/* 4 col */
	.grid-col-4-bp2 {
		width: 30.701754385965%;
	}
	/* 5 col */
	.grid-col-5-bp2 {
		width: 39.364035087719%;
	}
	/* 6 col */
	.grid-col-6-bp2 {
		width: 48.026315789474%;
	}
	/* 7 col */
	.grid-col-7-bp2 {
		width: 56.688596491228%;
	}
	/* 8 col */
	.grid-col-8-bp2 {
		width: 65.350877192982%;
	}
	/* 9 col */
	.grid-col-9-bp2 {
		width: 74.013157894737%;
	}
	/* 10 col */
	.grid-col-10-bp2 {
		width: 82.675438596491%;
	}
	/* 11 col */
	.grid-col-11-bp2 {
		width: 91.337719298246%;
	}
	/* 12 col */
	.grid-col-12-bp2 {
		width: 100%;
		margin-right: 0;
	}
}

/* BP 3 */
@media screen and (max-width: 767px) {
	/* 2 col grid */
	.grid-2-cols-bp3 .grid-col:nth-child(2n+2) {
		margin-right: 0;
	}
	/* 3 col grid */
	.grid-4-cols.grid-3-cols-bp3 .grid-col:nth-child(4n+4) {
		margin-right: 3.9473684210526314%;
	}
	.grid-3-cols-bp3 .grid-col:nth-child(3n+3) {
		margin-right: 0;
	}
	/* 4 col grid */
	.grid-4-cols-bp3 .grid-col:nth-child(4n+4) {
		margin-right: 0;
	}

	/* 1 col */
	.grid-col-1-bp3 {
		width: 4.714912280702%;
	}
	/* 2 col */
	.grid-col-2-bp3 {
		width: 13.377192982456%;
	}
	/* 3 col */
	.grid-col-3-bp3 {
		width: 22.039473684211%;
	}
	/* 4 col */
	.grid-col-4-bp3 {
		width: 30.701754385965%;
	}
	/* 5 col */
	.grid-col-5-bp3 {
		width: 39.364035087719%;
	}
	/* 6 col */
	.grid-col-6-bp3 {
		width: 48.026315789474%;
	}
	/* 7 col */
	.grid-col-7-bp3 {
		width: 56.688596491228%;
	}
	/* 8 col */
	.grid-col-8-bp3 {
		width: 65.350877192982%;
	}
	/* 9 col */
	.grid-col-9-bp3 {
		width: 74.013157894737%;
	}
	/* 10 col */
	.grid-col-10-bp3 {
		width: 82.675438596491%;
	}
	/* 11 col */
	.grid-col-11-bp3 {
		width: 91.337719298246%;
	}
	/* 12 col */
	.grid-col-12-bp3 {
		width: 100%;
		margin-right: 0;
	}
}

/* BP 4 */
@media screen and (max-width: 600px) {
	/* 2 col grid */
	.grid-2-cols-bp4 .grid-col:nth-child(3n+3),
	.grid-4-cols.grid-3-cols-bp2 .grid-col:nth-child(3n+3) {
		margin-right: 3.9473684210526314%;;
	}
	.grid-2-cols-bp4 .grid-col:nth-child(2n+2),
	.grid-4-cols.grid-3-cols-bp2 .grid-col:nth-child(2n+2) {
		margin-right: 0;
	}
	/* 3 col grid */
	.grid-3-cols-bp4 .grid-col:nth-child(3n+3) {
		margin-right: 0;
	}
	/* 4 col grid */
	.grid-4-cols-bp4 .grid-col:nth-child(4n+4) {
		margin-right: 0;
	}

	/* 1 col */
	.grid-col-1-bp4 {
		width: 4.714912280702%;
	}
	/* 2 col */
	.grid-col-2-bp4 {
		width: 13.377192982456%;
	}
	/* 3 col */
	.grid-col-3-bp4 {
		width: 22.039473684211%;
	}
	/* 4 col */
	.grid-col-4-bp4 {
		width: 30.701754385965%;
	}
	/* 5 col */
	.grid-col-5-bp4 {
		width: 39.364035087719%;
	}
	/* 6 col */
	.grid-col-6-bp4 {
		width: 48.026315789474%;
	}
	/* 7 col */
	.grid-col-7-bp4 {
		width: 56.688596491228%;
	}
	/* 8 col */
	.grid-col-8-bp4 {
		width: 65.350877192982%;
	}
	/* 9 col */
	.grid-col-9-bp4 {
		width: 74.013157894737%;
	}
	/* 10 col */
	.grid-col-10-bp4 {
		width: 82.675438596491%;
	}
	/* 11 col */
	.grid-col-11-bp4 {
		width: 91.337719298246%;
	}
	/* 12 col */
	.grid-col-12-bp4 {
		width: 100%;
		margin-right: 0;
	}
}

/* BP 5 */
@media screen and (max-width: 500px) {
	/* 2 col grid */
	.grid-2-cols-bp5 .grid-col:nth-child(2n+2) {
		margin-right: 0;
	}
	/* 3 col grid */
	.grid-3-cols-bp5 .grid-col:nth-child(3n+3) {
		margin-right: 0;
	}
	/* 4 col grid */
	.grid-4-cols-bp5 .grid-col:nth-child(4n+4) {
		margin-right: 0;
	}

	/* 1 col */
	.grid-col-1-bp5 {
		width: 4.714912280702%;
	}
	/* 2 col */
	.grid-col-2-bp5 {
		width: 13.377192982456%;
	}
	/* 3 col */
	.grid-col-3-bp5 {
		width: 22.039473684211%;
	}
	/* 4 col */
	.grid-col-4-bp5 {
		width: 30.701754385965%;
	}
	/* 5 col */
	.grid-col-5-bp5 {
		width: 39.364035087719%;
	}
	/* 6 col */
	.grid-col-6-bp5 {
		width: 48.026315789474%;
	}
	/* 7 col */
	.grid-col-7-bp5 {
		width: 56.688596491228%;
	}
	/* 8 col */
	.grid-col-8-bp5 {
		width: 65.350877192982%;
	}
	/* 9 col */
	.grid-col-9-bp5 {
		width: 74.013157894737%;
	}
	/* 10 col */
	.grid-col-10-bp5 {
		width: 82.675438596491%;
	}
	/* 11 col */
	.grid-col-11-bp5 {
		width: 91.337719298246%;
	}
	/* 12 col */
	.grid-col-12-bp5 {
		width: 100%;
		margin-right: 0;
	}
}

/* BP 6 */
@media screen and (max-width: 450px) {
	/* 2 col grid */
	.grid-2-cols-bp6 .grid-col:nth-child(2n+2) {
		margin-right: 0;
	}
	/* 3 col grid */
	.grid-3-cols-bp6 .grid-col:nth-child(3n+3) {
		margin-right: 0;
	}
	/* 4 col grid */
	.grid-4-cols-bp6 .grid-col:nth-child(4n+4) {
		margin-right: 0;
	}

	/* 1 col */
	.grid-col-1-bp6 {
		width: 4.714912280702%;
	}
	/* 2 col */
	.grid-col-2-bp6 {
		width: 13.377192982456%;
	}
	/* 3 col */
	.grid-col-3-bp6 {
		width: 22.039473684211%;
	}
	/* 4 col */
	.grid-col-4-bp6 {
		width: 30.701754385965%;
	}
	/* 5 col */
	.grid-col-5-bp6 {
		width: 39.364035087719%;
	}
	/* 6 col */
	.grid-col-6-bp6 {
		width: 48.026315789474%;
	}
	/* 7 col */
	.grid-col-7-bp6 {
		width: 56.688596491228%;
	}
	/* 8 col */
	.grid-col-8-bp6 {
		width: 65.350877192982%;
	}
	/* 9 col */
	.grid-col-9-bp6 {
		width: 74.013157894737%;
	}
	/* 10 col */
	.grid-col-10-bp6 {
		width: 82.675438596491%;
	}
	/* 11 col */
	.grid-col-11-bp6 {
		width: 91.337719298246%;
	}
	/* 12 col */
	.grid-col-12-bp6 {
		width: 100%;
		margin-right: 0;
	}
}

/* ------------------------------------------------------
**** Animations
------------------------------------------------------ */

/* Swing */
@-webkit-keyframes swing {
	0% {
		-webkit-transform: rotate(-12deg);
		        transform: rotate(-12deg);
	}
	50% {
		-webkit-transform: rotate(12deg);
		        transform: rotate(12deg);
	}
	100% {
		-webkit-transform: rotate(-12deg);
		        transform: rotate(-12deg);
	}
}
@keyframes swing {
	0% {
		-webkit-transform: rotate(-12deg);
		        transform: rotate(-12deg);
	}
	50% {
		-webkit-transform: rotate(12deg);
		        transform: rotate(12deg);
	}
	100% {
		-webkit-transform: rotate(-12deg);
		        transform: rotate(-12deg);
	}
}

/* Fade in down */
@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -30px, 0);
		        transform: translate3d(0, -30px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -30px, 0);
		        transform: translate3d(0, -30px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

/* Fade out */
@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

/* Fade in */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Bob */
@-webkit-keyframes bob {
	0% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(-7px);
		        transform: translateY(-7px);
	}
	100% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
}
@keyframes bob {
	0% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(-7px);
		        transform: translateY(-7px);
	}
	100% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
}

/* Blink */
@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


/* Fade in Grow */
@-webkit-keyframes fadeInGrow {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.6);
		        transform: scale(0.6);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes fadeInGrow {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.6);
		        transform: scale(0.6);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}


/* ------------------------------------------------------
**** Template Layout
------------------------------------------------------ */
* {
	margin: 0;
}

html,
body {
	background: #FFF;
	height: 100%;
}

#wrap {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	min-height: 100%;
}

/* BP 3 */
@media screen and (max-width: 767px) {
	html,
	body {
		background: #232221;
	}
}


/* ---- Container ---- */
.container {
	width: 1280px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 auto;
}

/* BP 1 */
@media screen and (max-width: 1340px) {
	.container {
		width: 1024px;
	}
}

/* BP 2 */
@media screen and (max-width: 1100px) {
	.container {
		width: 720px;
	}
}

/* BP 3 */
@media screen and (max-width: 767px) {
	.container {
		width: 540px;
	}
}

/* BP 4 */
@media screen and (max-width: 600px) {
	.container {
		width: 92%;
		margin: 0 4%
	}
}


/* ---- Sections ---- */
.section {
	padding: 60px 0;
	position: relative;
}
/* BP 1 */
@media screen and (max-width: 1340px) {
	.section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
/* BP 2 */
@media screen and (max-width: 1100px) {
	.section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
/* BP 3 */
@media screen and (max-width: 767px) {
	.section {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

.section-small {
	padding: 35px 0;
	position: relative;
}

/* BP 2 */
@media screen and (max-width: 1100px) {
	.section-small {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

/* ---- Article ---- */
.article-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 2px solid #b3aca6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.article-item__image {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 133px;
	        flex: 1 0 133px;
	margin: 0 30px 0 0;
}
.article-item__text {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.article-item__title a {
	text-decoration: none;
	color: inherit;
}
.article-item__title {
	margin: 0 0 10px;
}
.article-item__text__footer p:last-child {
	margin-bottom: 0;
}

.article-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

/* ---- Subtitle ---- */
.subtitle {
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Integral CF Demi', Helvetica, Arial, sans-serif;
	letter-spacing: 0.1rem;
}

/* Links */
a.subtitle {
	color: #232221;
}

a.subtitle:hover {
	color: #000;
}

/* ---- Ticket banner ---- */
.section--banner-tickets {
	padding-top: 0;
	padding-bottom: 0;
}
.banner-tickets-sidebar__inner {
	padding-left: 20px;
	padding-top: 45px;
	padding-right: 20px;
	padding-bottom: 35px;
}

.banner-tickets-sidebar__inner:first-child {
	padding-top: 20px;
}

/* Promo */
.banner-tickets-sidebar__inner--promo {
	background-size: cover;
	background-position: center center;
	/* Temp */
	background-image: url(../images/temp/article-item.jpg);
}
.banner-tickets-sidebar__inner.banner-tickets-sidebar__inner--promo {
	padding: 0;
	position: relative;
}
.tickets-sidebar-promo__content__link,
.tickets-sidebar-promo__content__link:hover,
.tickets-sidebar-promo__content__link:focus,
.tickets-sidebar-promo__content__link:active {
	color: inherit;
}
.tickets-sidebar-promo__content__link {
	text-decoration: none;
	display: block;
	position: relative;
	height: 100%;
	padding: 0 0 70.7%;
}

.tickets-sidebar-promo__content {
	padding: 25px;
	text-shadow: 2px 2px 12px rgba(0,0,0,0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.tickets-sidebar-promo__content.tickets-sidebar-promo__content--text {
	background-color: rgba(0,0,0,0.7);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.65)));
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.tickets-sidebar-promo__text__footer p {
	text-shadow: none;
}
.tickets-sidebar-promo__title {
	margin-top: 0;
}
.tickets-sidebar-promo__title a {
	text-decoration: none;
	color: #FFF;
}
.tickets-sidebar-promo__text__footer p:last-child {
	margin-bottom: 0;
}

/* BP 3 - BP 2 */
@media screen and (min-width: 768px) and (max-width: 1100px ) {
    .banner-tickets-sidebar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row nowrap;
		        flex-flow: row nowrap;
    }
    .banner-tickets-sidebar__inner {
    	-webkit-box-flex: 1;
    	    -ms-flex: 1 1 50%;
    	        flex: 1 1 50%;
    }
}

/* Min BP 5 */
@media screen and (min-width: 501px) {

    .banner-tickets-sidebar__inner--promo {
		min-height: 45vh;
	}

}


/* Min BP 3 */
@media screen and (min-width: 769px) {
	.tickets-sidebar-promo__content {
		position: relative;
	}
	.tickets-sidebar-promo__content__link {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding: 0;
	}

	.tickets-sidebar-promo__content {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

}

/* BP 2 */
@media only screen and (min-width: 1101px) {
	.tickets-sidebar-promo__content {
		margin-top: 246px;
	}
	.section--banner-tickets {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.banner-tickets-sidebar {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 38%;
		        flex: 0 1 38%;
		order: 1;

	}
	.banner-tickets-sidebar__inner:first-child {
		padding-top: 180px;
	}
	.banner-tickets-sidebar__inner {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-right: 50px;
	}
	.banner-tickets-sidebar__inner--promo {
		min-height: 340px;
	}

}

/* BP 2 - BP 1 */
@media only screen and (min-width: 1101px) and (max-width: 1340px) {
	.banner-tickets-sidebar__inner:first-child {
		padding-left: 20px;
	}
}

/* BP 1 */
@media only screen and (min-width: 1341px) {
	.banner-tickets-sidebar__inner {
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: calc((100vw - 1280px) / 2);
	}
	.banner-tickets-sidebar__inner--promo {
		min-height: 380px;
	}
}




/* Tickets */
.tickets__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tickets__header {
	text-align: center;
	margin-bottom: 20px;
}
.tickets__header__dates {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
	width: 100%;
	color: #f1cf18;
}
.ticket-list__header__logo {
	display: block;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.ticket-list__header__logo img {
	width: 140px;
}
.tickets__header__title {
	margin: 0;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.tickets__list__price__link {
	text-decoration: none;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.tickets__list__price__link:hover {
	color: #FFF;
}
.tickets__list__item__text {
	border-top: 2px solid #8a0000;
	padding: 13px 4px 17px 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.tickets__list__item__text:hover {
	background-color: #a00101;
}
.tickets__list__item__text__title {
	margin: 0;
	font-size: 1.7rem;
	text-transform: none;
	font-weight: bold;
	text-transform: uppercase;
}

.tickets__list__price {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 160px;
	        flex: 0 0 160px;
	padding-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.tickets__list__price__button {
	margin: 0 0 8px;
	border: 2px solid #fff;
	padding: 6px 4px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: 'Integral CF Demi', Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight: 600;
	width: 100%;
}
.tickets__list__price__from {
	text-transform: uppercase;
	font-size: 1.3rem;
	line-height: 1;
	color: #ffffff;
}
.tickets__list__price__amount {
	text-transform: uppercase;
	font-size: 2.6rem;
	line-height: 0.8;
	color: #f1cf18;
}
.tickets__list__price__button:hover {
	background-color: #FFF;
}
.tickets__list__price__button:hover .tickets__list__price__from,
.tickets__list__price__button:hover .tickets__list__price__amount {
	color: #000;
}

.tickets__footer {
	margin-top: 10px;
}

/* Tickets slider */
.banner-tickets-slider-wrap {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 400px;
}
.banner-tickets-slider,
.banner-tickets-slider.slick-slider,
.banner-tickets-slider .slick-list,
.banner-tickets-slider .slick-track {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.banner-tickets-slider__arrows {
	position: absolute;
	bottom: 0;
 	right: 0;
 	z-index: 2;
}
.banner-tickets-slider__arrows .slick-arrow {
	-webkit-appearance: none;
	padding: 0;
	outline: none;
	border: none;
	background: #000;
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	position: relative;
	cursor: pointer;
}
.banner-tickets-slider__arrows .slick-arrow:before {
	text-indent: 0;
	color: #FFF;
	font-size: 4rem;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.banner-tickets-slider__arrows .slick-arrow.slick-prev:before {
	content: "\e90c";
}

.banner-tickets-slider__arrows .slick-arrow.slick-next:before {
	content: "\e90d";
}
.banner-tickets-slider__arrows .slick-arrow.slick-next {
	background: #3a3939;
}

/* Hover */
.banner-tickets-slider__arrows .slick-arrow:hover {
	background: #232221;
}
.banner-tickets-slider__arrows .slick-arrow.slick-next:hover {
	background: #444343;
}

/*
.banner-tickets-slider__item__link:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0,0,0,.1);
}*/

.banner-tickets-slider {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 100%;
}

.banner-tickets-slider__item {
	position: relative;
	height: 100%;
}
.banner-tickets-slider__item__img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: right center;
}

.banner-tickets-slider__item__text {
	position: absolute;
	bottom: 55px;
	left: 20px;
	right: 20px;
	z-index: 3;
	color: #FFF;
	max-width: 500px;
}
.banner-tickets-slider__item__title,
.banner-tickets-slider__item__description {
	text-shadow: 1px 1px 7px rgba(0,0,0,0.7);
}
.banner-tickets-slider__item--text-top .banner-tickets-slider__item__text {
	top: 30px;
	bottom: auto;
}
.banner-tickets-slider__item__title {
	font-size: 2.5rem;
	margin: 0 0 22px;
}
.banner-tickets-slider__item__subtitle {
	font-size: 2.1rem;
}
.banner-tickets-slider__item__description {
	font-weight: bold;
	font-size: 1.6rem;
	margin: 0 0 10px;
}
.banner-tickets-slider__item__feature-image {
	margin-bottom: 20px;
}
.banner-tickets-slider__item__feature-image img {
	max-width: 125px;
	max-height: 54px;
}

.banner-tickets-slider__item__feature-image2 {
	margin-top: 15px;
	margin-bottom: 20px;
}
.banner-tickets-slider__item__link .banner-tickets-slider__item__feature-image2:hover {
	opacity: 0.8;
}
.banner-tickets-slider__item__feature-image2 img {
	max-height: 65px;
	max-width: 150px;
}

.banner-tickets-slider__item__link-text p {
	margin: 0;
}

/* Black text */
.banner-tickets-slider__item.banner-tickets-slider__item--black-text .banner-tickets-slider__item__text {
	color: #232221;
}
.banner-tickets-slider__item.banner-tickets-slider__item--black-text .banner-tickets-slider__item__title,
.banner-tickets-slider__item.banner-tickets-slider__item--black-text .banner-tickets-slider__item__description {
	text-shadow: 1px 1px 19px rgba(255,255,255,1);
}

@media screen and (min-width: 767px) {
	.banner-tickets-slider-wrap {
		min-height: 600px;
	}
	.banner-tickets-slider__item__feature-image img {
		max-width: 205px;
		max-height: 141px;
	}
	.banner-tickets-slider__arrows .slick-arrow {
		width: 70px;
		height: 70px;
	}
	.banner-tickets-slider__arrows .slick-arrow:before {
		font-size: 5.4rem;
	}
	.banner-tickets-slider__item__title {
		font-size: 2.9rem;
	}
	.banner-tickets-slider__item__subtitle {
		font-size: 2.6rem;
	}
	.banner-tickets-slider__item__description {
		font-size: 1.8rem;
	}
	.banner-tickets-slider__item__feature-image2 {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.banner-tickets-slider__item__feature-image2 img {
		max-height: 85px;
		max-width: 240px;
	}
}

/* Min BP 2 */
@media only screen and (min-width: 1101px) {

	.tickets__header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin-bottom: 20px;
	}
	.tickets__header__dates {
		text-align: left;
	}
	.banner-tickets-slider-wrap {
		min-height: auto;
		order: 2;
	}
	.tickets__list__item__text {
		padding: 13px 10px 17px;
	}
	.banner-tickets-slider-wrap:before {
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 350px;
		z-index: 1;
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.5)),color-stop(40%, rgba(255,255,255,0.2)),to(rgba(255,255,255,0)));
		background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.2) 40%,rgba(255,255,255,0) 100%);
	}
	.banner-tickets-slider__item__description {
		font-size: 2.4rem;
	}
	.banner-tickets-slider__item__text {
		left: 50px;
		right: auto;
		width: 35%;
	}
	.banner-tickets-slider__item--text-top .banner-tickets-slider__item__text {
		top: 210px;
	}

	.banner-tickets-slider__item__feature-image img {
		max-width: 235px;
		max-height: 171px;
	}
	.banner-tickets-slider__item__feature-image2 {
		margin-top: 35px;
		margin-bottom: 30px;
	}
	.banner-tickets-slider__item__feature-image2 img {
		max-height: 125px;
		max-width: 260px;
	}
}


@media only screen and (min-width: 1280px) {
	.banner-tickets-slider__item__title {
		font-size: 2.9rem;
	}
	.banner-tickets-slider__item__subtitle {
		font-size: 2.7rem;
	}
}

@media only screen and (min-width: 1410px) {
	.banner-tickets-slider__item__title {
		font-size: 3.2rem;
	}
	.banner-tickets-slider__item__subtitle {
		font-size: 2.9rem;
	}
}

@media only screen and (min-width: 1610px) {
	.banner-tickets-slider__item__title {
		font-size: 3.6rem;
	}

	.banner-tickets-slider__item__subtitle {
		font-size: 3.2rem;
	}
}

@media screen and (max-width: 766px) {
    .banner-tickets-slider__item__img:before {
		content: '\00a0';
		position: absolute;
		top: 0px;
		left: 0px;
		bottom: 0px;
		right: 0px;
    }


    .banner-tickets-slider__item.banner-tickets-slider__item--black-text .banner-tickets-slider__item__img:before {
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 29%, rgba(255,255,255,0.55) 89%, rgba(255,255,255,0.55) 100%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 29%,rgba(255,255,255,0.55) 89%,rgba(255,255,255,0.55) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 29%,rgba(255,255,255,0.55) 89%,rgba(255,255,255,0.55) 100%);
    }
    .banner-tickets-slider__item.banner-tickets-slider__item--white-text .banner-tickets-slider__item__img:before {
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 29%, rgba(0,0,0,0.55) 89%, rgba(0,0,0,0.55) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 29%,rgba(0,0,0,0.55) 89%,rgba(0,0,0,0.55) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 29%,rgba(0,0,0,0.55) 89%,rgba(0,0,0,0.55) 100%);
    }

    .banner-tickets-slider__item.banner-tickets-slider__item--text-top .banner-tickets-slider__item__img:before {
		transform: rotate(180deg);
	}
}


/* ---- Ticket Helper ---- */

.tkt {
	margin-bottom: 15px;
}

.tkt__header {
	padding-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.tkt__header__title {
	border-top: 2px solid #e1dfdc;
	margin: 0;
	padding-top: 10px;
	font-size: 1.8rem;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.tkt__header__btn {
	text-align: right;
	padding-left: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.tkt__header__btn .button {
	padding-bottom: 12px;
}

.tkt__content__tab-header:first-child {
	margin-top: 0;
}
.tkt__content__tab-header {
	background: #000;
	font-family: 'Integral CF Demi', Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 1.2;
	padding: 12px 60px 15px 15px;
	margin: 20px 0 0;
	display: flex;
	text-decoration: none;
	align-items: flex-start;
	position: relative;
	flex-direction: column;
}
.tkt__content__tab-header:after {
	content: "\e910";
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 4rem;
	position: absolute;
	right: 10px;
	top: 8px;
}
.tkt__content__tab-header.tkt__content__tab-header--on:after {
	content: "\e914";
}
.tkt__content__tab-header__title {
	font-size: 1.8rem;
	padding-right: 20px;
}
.tkt__content__tab-header__from,
.tkt__content__tab-header__price {
	color: #f1cf18;
}
.tkt__content__tab-header__from {
	font-size: 1.4rem;
	padding-right: 10px;
	white-space: nowrap;
}
.tkt__content__tab-header__price {
	font-size: 2.1rem;
	line-height: 0.9;
	white-space: nowrap;
}
.tkt__content__tab-header:hover {
	color: #fff;
	background: #313030;
}
.tkt__content__tab-header.tkt__content__tab-header--on {
	background: #e1dfdc;
}
.tkt__content__tab-header.tkt__content__tab-header--on,
.tkt__content__tab-header.tkt__content__tab-header--on .tkt__content__tab-header__from,
.tkt__content__tab-header.tkt__content__tab-header--on .tkt__content__tab-header__price {
	color: #000;
}

.tkt__subtype {
	border: 2px solid #e1dfdc;
	border-top-width: 0;
	padding: 2.5vw;
}
.tkt__subtype:first-child {
	border-top-width: 2px;
}
.tkt__subtype__desc h3 {
	margin-top: 0px;
}
.tkt__subtype__desc__subtitle {
	color: #999999;
}
.tkt__subtype__visuals {
	padding-bottom: 20px;
}

.small-slider {
	margin: 0;
}

/* Map */

.tkt__subtype__visuals__map {
	background: #999;
	padding: 10px 20px;
}
.tkt__subtype__visuals__map-inner,
.tkt__subtype__visuals__img {
	position: relative;
	left: 0;
	top: 0;
}
.tkt__subtype__visuals__pin {
	position: absolute;
	width: 0px;
	height: 0px;
}
.tkt__subtype__visuals__pin:before {
	content: " ";
	position: absolute;
	width: 15px; height: 15px;
	margin: -7px 0 0 -7px;
	background: #fff;
	border-radius: 100%;
	display: block;
	z-index: 100;
}


/* price table */

.tkt-prices {
	list-style: none;
	padding: 10px;
	margin: 0;
	background: #d40909;
	color: #fff;
}

.tkt-prices__item {
	font-family: 'Integral CF Demi', Helvetica, Arial, sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	width: 100%;
	padding-bottom: 8px;
}

.tkt-prices__item:last-child {
	padding-bottom: 0;
}

.tkt-prices__item__title {
	border-top: 2px solid rgba(0,0,0,.25);
	flex: 1 1 auto;
	padding-top: 9px;
	padding-bottom: 8px;
}

.tkt-prices__item__button {
	margin-left: 10px;
	padding: 3px 6px 8px;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	flex: 0 0 90px;
	display: flex;
	position: relative;
	white-space: nowrap;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}


.tkt-prices__item__button:hover,
.tkt-prices__item__button:focus,
.tkt-prices__item__button:active {
	background: #000;
	color: #fff;
	border-color: #000;
}

.tkt-prices__item__button__from {
	font-size: 1.1rem;
	line-height: 1;
}

.tkt-prices__item__button__price {
	color: #f1cf18;
	font-size: 2.2rem;
	line-height: 3rem;
}

.tkt-prices__item__button__price sup {
	font-weight: normal;
	font-size: .6em;
	top: -0.6em;
}

.tkt-prices__item__button__cta {
	padding-top: 4px;
	font-size: 1.1rem;
	line-height: 1.2;
	text-transform: uppercase;
}

.tkt__subtype__conditions {
	font-size: 11px;
	font-size: 1.1rem;
	margin-top: 2em;
}

@media screen and (min-width: 381px) {

	.tkt-prices {
		padding: 15px;
	}

}

@media screen and (min-width: 600px) {
	.tkt-prices__item__button {
	 	flex-direction: row;
	 	flex-basis: 190px;
	 	align-items: center;
	}
    .no-flex .tkt__header__title {
    	float: left;
    }

    .no-flex .tkt__header__btn {
    	float: right;
    }

	.tkt__header__title {
		font-size: 2.2rem;
	}

	.tkt__content__tabs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.tkt__subtype {
		padding: 15px;
	}

	.tkt__content__tabs__tab {
		border-left: 2px solid #e1dfdc;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: center;
	}

	.tkt__content__tabs__tab:first-child {
		border-left: 0px;
	}
	/* ticket prices */
	.tkt-prices__item__title {
		font-size: 1.7rem;
		line-height: 1;
	}
	.tkt-prices__item__button__price {
		font-size: 2.6rem;
		padding-right: 10px;
	}
	.tkt-prices__item__button__cta {
		font-size: 1.4rem;
		padding-top: 2px;
	}
	.tkt-prices__item__button__from {
		transform: rotate(-90deg);
		margin-right: 0px;
		margin-left: -20px;
		margin-top: 4px;
		font-size: 1rem;
	}
}

@media screen and (min-width: 767px) {
	.tkt {
		margin-bottom: 45px;
	}
	.tkt__content__tab-header__title {
		font-size: 2.2rem;
	}
	.tkt__content__tab-header__from {
		font-size: 1.7rem;
	}
	.tkt__content__tab-header__price {
		font-size: 3rem;
	}
	.tkt__header {
		padding-bottom: 20px;
	}
	.tkt-prices__item__title {
		font-size: 1.8rem;
		line-height: 1;
	}
	.tkt__header__title {
		font-size: 2.5rem;
	}

	.tkt__subtype {
		padding: 25px;
	}
	.tkt__subtype__visuals {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.tkt__subtype__visuals__map,
	.tkt__subtype__visuals__slider {
		width: 49%;
	}
	.tkt__content__tab-header {
		padding-left: 30px;
		flex-direction: row;
		align-items: center;
	}
}

@media screen and (min-width: 1101px) {
    .tkt__header {
		padding-bottom: 25px;
	}

	.tkt__header__title {
		font-size: 3.2rem;
	}
}



/* ---- reusable box padding ---- */

.box {
	padding: 25px 15px;
}
.box h2:first-child {
	margin-top: 0;
}
.box :last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 600px) {
	.box {
		padding: 35px 25px;
	}
}


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

@media screen and (min-width: 600px) {
	.box {
		margin-bottom: 25px;
	}
}



/* ---- Background colours ---- */
.bg-white {
	background-color: #fff;
}
.bg-darkblack {
	background-color: #000;
}
.bg-black--white-text,
.bg-black {
	background-color: #232221;
}

/* Purple */
.bg-purple {
	background-color: #562C7E;
	color: #FFF;
}

/* Black */
.bg-black,
.bg-darkblack {
	color: #FFF;
}
.bg-black--white-text {
	color: #dcdcdc;
}

/* Grey */
.bg-grey {
	background-color: #d7d6d3;
	color: #232221;
}

/* Dark grey */
.bg-dark-grey {
	background-color: #545454;
}
.bg-dark-grey--texture {
	background-image: url(../images/texture-dark-grey.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}

/* Red Gradient */
.bg-red-gradient {
	background: rgb(207,51,52); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, rgba(207,51,52,1)),to(rgba(89,22,22,1)));
	background: linear-gradient(to bottom, rgba(207,51,52,1) 33%,rgba(89,22,22,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #FFF;
}
.bg-red-gradient h3 {
	color: #FFF;
}

/* Blue */
.bg-blue {
	background: #172EA1;
	color: #FFF;
}


/* Red  */
.bg-red {
	background: #d40909;
}
.bg-red,
.bg-red a {
	color: #FFF;
}

/* Yellow */
.bg-yellow {
	background-color: #f1cf18;
	color: #232221;
}
/*.bg-yellow--texture {
	background-image: url(../images/texture-yellow.jpg);
	background-repeat: repeat;
	background-position: center center;
}*/

/* Orange */
.bg-orange {
	background-color: #D94D00;
}

/* Cream */
.bg-cream {
	background: #f1dbb8;
	color: #000;
}
.bg-cream h3 {
	color: #d23f35;
}


/* Teal */
.bg-teal {
	background: #268283;
}
.bg-teal a {
	color: #FFF;
}
.bg-teal a:hover {
	color: #f1f1f1;
}

/* BP 4 */
@media screen and (max-width: 600px) {
	.bg-grey--texture,
	.bg-yellow--texture {
		background-image: none;
	}
}

/* ---- EVENT WEEK: on track up next ---- */


h2.ontrack-upnext__h2 {
	color: #f1cf18;
	font-size: 3.2rem;
	border-bottom: 3px solid #322f30;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 20px;
}

.ontrack-upnext__cols {
	padding: 15px 0 10px;
}
.ontrack-upnext__col {
	display: block;
	text-decoration: none;
	width: 100%;
	position: relative;
	padding: 5px 0;
}

.ontrack-upnext__col:focus,
.ontrack-upnext__col:hover,
.ontrack-upnext__col:active {
	color: #ffffff;
}

.ontrack-upnext__heading {
	color: #f1cf18;
	margin: 0;
	padding: 4px;
	height: 46px;
	padding-right: 15px;
	padding-left: 5px;
	letter-spacing: -0.5px;
	font-size: 3.4rem;
	line-height: 3.5rem;
	font-family: 'Integral CF Demi', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.ontrack-upnext__heading__smalltext {
	font-size: 1.4rem;
	padding-left: 3px;
	font-family: 'montserrat', Helvetica, Arial, sans-serif;
}

.ontrack-upnext__heading:first-child {
	border-top: 3px solid #000;
}

.ontrack-upnext__heading--clock-icon {
	padding-left: 95px;
	background: url(../images/icon_clock.svg) no-repeat 60px center;
}

.ontrack-upnext__heading__highlight {
	color: #fff;
}

.ontrack-upnext__link-wrap {
	display: block;
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;

	-webkit-transition: all 180ms ease-in-out;
	transition: all 180ms ease-in-out;
}

.ontrack-upnext__link-wrap__img {
	float: left;
	height: 45px;
	width: 45px;
	border-radius: 70px;
	overflow: hidden;
	margin-right: 15px;
}

.ontrack-upnext__link-wrap__event-name {
	display: table;
	padding: 15px 0 10px;
}

.ontrack-upnext__link-wrap__event-name__vert-align {
	display: table-cell;
	vertical-align: middle;
	padding-right: 15px;
}

.ontrack-upnext__link-wrap__event-name__vert-align:after {
	content: '\00A0\003e';
}

@media screen and (min-width: 500px) {

	.ontrack-upnext__col {
		padding: 10px 0;
	}

	.ontrack-upnext__heading {
		height: 46px;
		padding-top: 0;
		line-height: 4.1rem;
		width: 100px;
		display: block;
		float: left;
	}

	.ontrack-upnext__heading--clock-icon {
		padding-left: 35px;
		background: url(../images/icon_clock.svg) no-repeat center left;
	}

	.ontrack-upnext__heading:first-child {
		border: 0px;
	}

	.ontrack-upnext__link-wrap {
		height: 46px;
	}

	.ontrack-upnext__link-wrap__event-name {
		padding: 0;
		height: 46px;
	}
}

@media screen and (min-width: 1101px) {

	.ontrack-upnext__cols {
		padding: 0;
	}
	.ontrack-upnext__col {
		width: 50%;
		float: left;
		padding: 0px 5px 0px 25px;
	}

	.ontrack-upnext {
		height: 105px;
	}
	h2.ontrack-upnext__h2 {
		height: 105px;
		width: 165px;
		position: absolute;
		border-bottom: 0px;
		border-right: 3px solid #322f30;
	}

	.ontrack-upnext__cols {
		margin-left: 165px; /* width of h2.ontrack-upnext__h2  */
	}

	.ontrack-upnext__link-wrap__img {
		height: 70px;
		width: 70px;
		margin-top: 16px;
	}

	.ontrack-upnext__link-wrap {
		height: 105px;
	}

	.ontrack-upnext__link-wrap__event-name {
		height: 105px;
		padding: 0;
	}

	.ontrack-upnext__col:focus,
	.ontrack-upnext__col:hover,
	.ontrack-upnext__col:active {
		background: rgba(0,0,0,0.80);
	}

	.ontrack-upnext__heading {
		height: 105px;
		line-height: 102px;
	}
}

@media screen and (min-width: 1101px) {
	.ontrack-upnext__col {
		padding: 0px 20px 0px 35px;
	}
}


/* ---- Tickets ---- */
.tickets-button-switches {
	float: right;
	text-align: right;
}
.ticket-provider-logo {
	width: 270px;
	margin: 0 0 16px;
}

/* ---- Ticket price ---- */
.ticket-price {
	position: relative;
	z-index: 2;
	margin: 0;
	text-transform: uppercase;
	font-size: 2.8rem;
	padding: 4px 0 3px;
	-webkit-transition: all 400ms cubic-bezier(0.315, 0.820, 0.465, 1.235) 100ms;
	transition: all 400ms cubic-bezier(0.315, 0.820, 0.465, 1.235) 100ms;
	bottom: 0;
	color: #FFF;
	background-color: #000;
}
.ticket-price-from {
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: top;
	margin: 12px 0 0 0;
	position: relative;
	font-weight: bold;
}
/* Arrow list */
.arrow-list,
.ticketing-app-text > ul,
.ticket-map-information-content > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.arrow-list > li,
.ticketing-app-text > ul > li,
.ticket-map-information-content > ul > li {
	position: relative;
	padding-left: 13px;
	margin-bottom: 5px;
}
.arrow-list > li:last-child,
.ticketing-app-text > ul > li:last-child,
.ticket-map-information-content > ul > li:last-child {
	margin-bottom: 0;
}
.arrow-list > li:before,
.ticketing-app-text > ul > li:before,
.ticket-map-information-content > ul > li:before {
	content: "\e90d";
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-left: -16px;
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
}


/* ---- Ticket promo ---- */
.tickets-promo {
	margin-bottom: 30px;
}
.tickets-promo__header {
	margin: 0 0 22px;
}
.tickets-promo__header:before,
.tickets-promo__header:after {
	content: " ";
	display: table;
}
.tickets-promo__header:after {
	clear: both;
}
.tickets-promo__header__title {
	float: left;
	margin: 0;
}
.ticket-promo__header__logo {
	width: 117px;
	float: right;
	margin-top: 18px;
	margin-left: 20px;
}

/* Ticket list */
.ticket-list {
	list-style: none;
	padding: 0;
	margin: 0 0 25px;
}
.ticket-list:before,
.ticket-list:after,
.ticket-list__item:before,
.ticket-list__item:after {
	content: " ";
	display: table;
}
.ticket-list:after,
.ticket-list__item:after {
	clear: both;
}
.ticket-list__item {
	position: relative;
}
.ticket-list__item__link {
	text-decoration: none;
	display: table;
	color: inherit;
	width: 100%;
}
.ticket-list__item__link:hover {
	color: inherit;
}
.ticket-list__item__text-wrapper {
	float: left;
	display: block;
	width: 100%;
	padding-right: 128px;
}
.ticket-list__item__text {
	border-top: 3px solid #e1dfdc;
	text-transform: uppercase;
	font-size: 1.6rem;
	padding: 16px 25px 16px 0;
	display: block;
	-webkit-transition: all 100ms ease;
	transition: all 100ms ease;
	color: #0c0707;
}
.ticket-list__item__button {
	border: 2px solid #232221;
	padding: 4px;
	display: inline-block;
	width: 120px;
	vertical-align: top;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 100ms ease;
	transition: all 100ms ease;
	color: #0c0707;
}
.ticket-list__item__button__text {
	text-transform: uppercase;
	font-size: 1.2rem;
	vertical-align: top;
	line-height: 1;
	float: left;
}
.ticket-list__item__button__price {
	font-size: 3.1rem;
	vertical-align: top;
	font-family: 'Integral CF Demi', Helvetica, Arial, sans-serif;
	line-height: 1;
	display: inline-block;
	float: right;
	padding: 0 3px 1px 0;
}

/* On grey */
.bg-grey .ticket-list__item__text {
	border-top-color: #FFF;
}

/* Hover */
.ticket-list__item__text:hover {
	color: #000000;
	background-color: rgba(0,0,0,0.06);
	padding-left: 15px;
	padding-right: 10px;
}
.ticket-list__item__button:hover {
	background-color: #232221;
	color: #FFF;
}

/* BP 1 */
@media screen and (max-width: 1340px) {
	.ticket-price-from {
		margin-top: 10px;
	}
}

/* BP 1 */
@media screen and (max-width: 1340px) {
	.ticket-list__item__text-wrapper {
		padding-right: 118px;
	}
	.ticket-list__item__text {
		padding: 12px 15px 11px 0;
		font-size: 1.5rem;
	}
	.ticket-list__item__button {
		width: 110px;
	}
	.ticket-list__item__button__text {
		font-size: 1.1rem;
	}
	.ticket-list__item__button__price {
		font-size: 2.8rem;
		padding: 0 3px 1px 0;
	}
	.ticket-promo__header__logo {
		width: 109px;
		margin-top: 11px;
	}
}

@media screen and (max-width: 1100px) {
	.ticket-price-from {
		margin-top: 9px;
		font-size: 1.1rem;
	}
}

/* BP 2 */
@media screen and (max-width: 1100px) {
	.ticket-list__item {
		float: left;
		width: 48%;
	}
	.ticket-list__item:nth-child(2n+2) {
		margin-left: 4%;
	}
	.ticket-list__item__text {
		font-size: 1.4rem;
	}
	.tickets-promo__header {
		margin-bottom: 18px;
	}
}

@media screen and (max-width: 767px) {
	.ticket-price-from {
		margin-top: 5px;
		font-size: 1rem;
	}
	.ticket-list__item {
		float: none;
		width: 100%;
	}
	.ticket-list__item:nth-child(2n+2) {
		margin-left: 0;
	}
	.tickets-promo {
		margin-bottom: 20px;
	}
}

/* ---- Concerts ---- */
.section--concerts {
	padding: 0;
}
.concert-panel {
	text-align: center;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.concert-panel a {
	transition: all 200ms ease;
}
.concert-panel a img {
	transition: all 200ms ease;
}
.concert-panel a img:hover,
.concert-panel a img:focus,
.concert-panel a img:active {
	opacity: .75;
}
.concert-panel__link {
	text-decoration: none;
	padding: 35% 40px 40px;
	background-color: rgba(0,0,0,0.4);
	display: block;
	height: 100%;
	outline: none;
	transition: all 200ms ease;
}
.concert-panel__link:hover {
	background-color: rgba(0,0,0,0.2);
}
.concert-panel__link,
.concert-panel__link:hover,
.concert-panel__link:active {
	color: inherit;
}
.concert-panel__title__date {
	font-size: 1.6rem;
	display: block;
	line-height: 2rem;
}
.concert-panel__logo {
	margin: 15px 0 30px;
}
.concert-panel__logo__img {
	max-width: 180px;
	max-height: 102px;
}
.concert-panel__logo__img--live {
	width: 102px;
	height: 102px;
}

.concert-panel__logo__img--bot {
	max-width: 240px;
}

/* Friday */
.concert-panel.concert-panel--friday {
	background-image: url(../images/temp/concerts-friday-bg.jpg);
	background-size: 100% auto;
	background-color: #050805;

}

/* Sunday */
.concert-panel.concert-panel--saturday {
	background-image: url(../images/temp/concerts-saturday-bg.jpg);
	background-size: 100% auto;
	background-color: #040404;
}

/* Sunday */
.concert-panel.concert-panel--sunday {
	background-image: url(../images/temp/concerts-sunday-bg.jpg);
}


.section--concert_inner {
	background: #232221 no-repeat center center;
	background-size: cover;
	padding-top: 37%;
}

.concert-panel__sub-subtitle a,
.concert-panel__subtitle {
	margin-bottom: 30px;
}
.concert-panel__sub-subtitle a,
.concert-panel__subtitle a {
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 4px;
	border-bottom: 2px solid #f1cf18;
}

.concert-panel__subtitle__time {
	font-size: 60%;
	line-height: 30px;
}

.concert-panel--bot .musicsa_logo {
	border-bottom: 0px;
}

.concert-panel__sub-subtitle a:hover,
.concert-panel__sub-subtitle a:focus,
.concert-panel__sub-subtitle a:active,
.concert-panel__subtitle a:hover,
.concert-panel__subtitle a:focus,
.concert-panel__subtitle a:active {
	color: #d7d6d3;
	text-decoration: none;

}

.concert-panel__sub-subtitle {
	text-transform: uppercase;
}

.concert-panel__sub-subtitle__time {
	font-size: 85%;
	line-height: 35px;
}


.concert-panel--bot {
	background: #f5722a;
	background: #000000;
	padding: 2px 10px 25px;
}

.concert-panel--bot a {
	text-decoration: none;
	color: #ffffff;
	padding-bottom: 4px;
	border-bottom: 2px solid #f1cf18;
}

.concert-panel--bot a:hover,
.concert-panel--bot a:focus,
.concert-panel--bot a:active {
	opacity: .75;
}

.concert-panel__bot-logo {
	margin-top: 10px;
	margin-bottom: 10px;
}


@media screen and (min-width: 1101px) {
    .inner-concert-header-spacing {
			padding-top: 151px;
    }
}

@media screen and (min-width: 1341px) {
    .inner-concert-header-spacing {
			padding-top: 152px;
    }
}


/* BP 4 */
@media screen and (min-width: 1080px) {
	.concerts-panels {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.concert-panel {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		width: 33.333%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: flex-end;
		        flex-direction: flex-end;
	}
	.concert-panel__link {
		padding: 10vw 8% 60px;
	}
	.concert-panel__logo__img {
		max-width: 250px;
		max-height: 155px;
	}
	.concert-panel__logo__img--bot {
		max-width: 325px;
	}
	.concert-panel__logo__img--live {
		width: 155px;
		height: 155px;
	}
	.concert-panel__title {
		font-size: 5rem;
	}
	.concert-panel__subtitle {
		font-size: 3rem;
	}

	.concert-panel--friday-bot {
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
	}

	.concert-panel--saturday-bot {
		-webkit-box-ordinal-group: 6;
		    -ms-flex-order: 5;
		        order: 5;
	}

	.concert-panel--sunday-bot {
		-webkit-box-ordinal-group: 7;
		    -ms-flex-order: 6;
		        order: 6;
	}

}

@media screen and (min-width: 86.25em) {/*  1380px */

    .concert-panel__logo__img--bot {
		max-width: 320px;
    }
}

/* ---- Event boxes ---- */
.event-boxes__buttons {
	text-align: center;
}

.event-boxes__buttons__inner {
	width: 30.701754385965%;
	margin: 0px auto 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.event-boxes__buttons .button {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	margin: 0 4px;
}
.event-boxes__buttons .button:first-child {
	margin-left: 0;
}
.event-boxes__buttons .button:last-child {
	margin-right: 0;
}

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

	.event-boxes__buttons__inner-last {
		margin-top: 10px;
		border-top: 2px solid #000;
		padding-top: 10px;
	}
}

@media screen and (min-width: 601px) {
	.event-boxes__buttons__inner-last {
		float: right;
	}

	.event-boxes__buttons__inner {
		float: left;
	}
}

/* BP 2 */
@media screen and (max-width: 1100px) {
	.event-boxes__buttons__inner {
		width: auto;
		display: block;
	}
	.event-boxes__buttons .button {
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		margin: 0 2px;
	}
}

/* ---- Feature boxes ---- */
.feature-box-list {
	list-style: none;
	padding: 0;
	margin: 35px 0 10px;
}

/* Small */
.feature-box-list.feature-box-list--small {
	margin: 25px 0 40px;
}
.feature-box-list.feature-box-list--small .feature-box {
	margin-bottom: 21px;
}

.feature-box {
	position: relative;
	margin-bottom: 43px;
}

.widget-EventBoxes .feature-box:nth-child(2n+1) {
	clear: left;
}

@media screen and (min-width: 601px) {
	.widget-EventBoxes .feature-box:nth-child(2n+1) {
		clear: none;
	}
	.widget-EventBoxes .feature-box:nth-child(3n+1) {
		clear: left;
	}
}

@media screen and (min-width: 601px) and (max-width: 1100px) {

    .widget-EventBoxes .feature-box.grid-col-4:nth-child(3n+1) {
    	clear: left;
    }
}

@media screen and (min-width: 1101px) {

    .widget-EventBoxes .feature-box.grid-col-3:nth-child(4n+1) {
    	clear: left;
    }
}

/*grid-col-6-bp4*/
.feature-box__link {
	display: block;
	text-decoration: none;
	color: inherit;
}
.feature-box__link:hover {
	color: inherit;
	position: relative;
	z-index: 5;
}

.feature-box__content {
	margin: 0 0 15px;
}
.feature-box__image:hover {
	opacity: 0.9;
}

.feature-box__header__title {
	margin: 0 0 2px;
	font-family: 'Integral CF Demi', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
.feature-box__header a {
	text-decoration: none;
	color: inherit;
}
h3.feature-box__header__title {
	font-size: 2.3rem;
}
.feature-box__header + .feature-box__content {
	margin-top: 22px;
}
.feature-box__content + .feature-box__footer {
	margin-top: 26px;
}
.feature-box__footer {
	border-top: 2px solid #d7d6d3;
	padding-top: 12px;
	margin-top: 14px;
}

/* Price */
.feature-box__price {
	margin: 14px 0 0;
}
.feature-box__price p {
	font-size: 2.3rem;
	text-transform: uppercase;
	padding: 4px 11px;
	margin: 0;
	background-color: #000;
	color: #FFF;
	display: inline-block;
}
.feature-box--sold-out .feature-box__price p {
	opacity: 0.3;
}
.feature-box__price-type {
	text-transform: uppercase;
	font-size: 1.4rem;
	margin: 0 0 -9px;
	color: #000;
}


.feature-box__price .feature-box__soon,
.feature-box__price .feature-box__sold-out {
	font-size: 1.6rem;
	padding-top: 9px;
	padding-bottom: 9px;
}

/* Hover states */
.feature-box__content__link:hover {
	opacity: 0.9;
}

/* Hover box */
.feature-box__hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #FFF;
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	width: 1px;
}
.feature-box__hover__content:before {
	content: attr(data-title);
	font-family: 'Integral CF Demi', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.4rem;
	letter-spacing: 0.1rem;
	line-height: 1;
	margin: 0 0 14px;
	display: block;
	color: #0c0707;
	text-transform: uppercase;
}
.feature-box__hover__content {
	color: #92908c;
	font-size: 1.5rem;
	padding: 25px;
}
.feature-box__hover__content p:last-child {
	margin-bottom: 0;
}
.feature-box__hover__content > ul {
	list-style: none;
	padding: 0;
	margin: 0 0 10px;
}
.feature-box__hover__button {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.feature-box__link:hover .feature-box__hover {
	border: 2px solid #d7d6d3;
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	width: auto;
	-webkit-animation: fadeInDown 180ms ease;
	        animation: fadeInDown 180ms ease;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	min-height: 100%;
	padding-bottom: 52px;
}

/* On grey */
.bg-grey .feature-box__footer {
	border-top-color: #FFF;
}

/* Hover states */
.bg-grey .feature-box__footer__link subtitle {
	color: #0c0707;
}
.bg-grey .feature-box__footer__link subtitle:hover {
	color: #737272;
}

/* BP 1 */
@media screen and (max-width: 1340px) {
	.feature-box__footer__link subtitle {
		font-size: 1.5rem;
	}
	.feature-box-list {
		margin: 30px 0 50px;
	}
	h3.feature-box__header__title {
		font-size: 2.6rem;
	}
	.widget-EventBoxes h3.feature-box__header__title {
		font-size: 2rem;
	}
}

/* Tablets */
@media screen and (max-width: 1024px) {
	.feature-box__link:hover .feature-box__hover {
		display: none;
	}
}

/* BP 2 */
@media screen and (max-width: 1100px) {
	.feature-box-list {
		margin: 20px 0;
	}
	h3.feature-box__header__title {
		font-size: 2.3rem;
	}
	.widget-EventBoxes h3.feature-box__header__title {
		font-size: 1.8rem;
	}
	.feature-box__footer__link subtitle {
		font-size: 1.4rem;
	}
	.feature-box__price p {
		font-size: 1.8rem;
		padding: 2px 8px;
	}
	.feature-box-list.feature-box-list--small {
		margin: 20px 0;
	}
	.feature-box__price .feature-box__soon,
	.feature-box__price .feature-box__sold-out {
		font-size: 1.4rem;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

/* BP 3 */
@media screen and (max-width: 767px) {
	.feature-box__header + .feature-box__content {
		margin-top: 16px;
	}
	.feature-box__content + .feature-box__footer {
		margin-top: 20px;
	}
	.feature-box {
		margin-bottom: 39px;
	}
	.feature-box__footer {
		padding-top: 8px;
		margin-top: 11px;
	}
}

/* BP 4 */
@media screen and (max-width: 600px) {
	.feature-box {
		margin-bottom: 33px;
	}
	.feature-box__footer {
		padding-top: 8px;
		margin-top: 11px;
	}
	.feature-box-list {
		margin: 20px 0 5px;
	}
	.feature-box-list.feature-box-list--small {
		margin: 15px 0 10px;
	}

	.widget-EventBoxes h3.feature-box__header__title {
		font-size: 1.8rem;
	}
}



/* ---- Social slider ---- */
.section--social-slider {
	z-index: 20;
}
.social-slider {
	list-style: none;
	padding: 5px 0;
	margin: 0;
	height: 450px;
}
.social-slider:before,
.social-slider:after {
	content: " ";
	display: table;
}
.social-slider:after {
	clear: both;
}
.social-slider__slide {
	height: 100%;
}

/* Slick */
.social-slider__slide {
	outline: none;
}
.social-slider.slick-slider {
	position: static;
}
.small-slider .slick-arrow,
.social-slider .slick-arrow,
.banner-slider-list .slick-arrow {
	-webkit-appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background: #232221;
	width: 50px;
	height: 70px;
	text-indent: -9999px;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	z-index: 5;
}
.small-slider .slick-arrow:hover,
.social-slider .slick-arrow:hover,
.banner-slider-list .slick-arrow:hover {
	background: #737272;
}
.small-slider .slick-arrow.slick-prev:before,
.small-slider .slick-arrow.slick-next:before,
.social-slider .slick-arrow.slick-prev:before,
.social-slider .slick-arrow.slick-next:before,
.banner-slider-list .slick-arrow.slick-prev:before,
.banner-slider-list .slick-arrow.slick-next:before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-indent: 0;
	color: #FFF;
	font-size: 5rem;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
}
.small-slider .slick-arrow.slick-prev,
.social-slider .slick-arrow.slick-prev,
.banner-slider-list .slick-arrow.slick-prev {
	left: 0;
}
.small-slider .slick-arrow.slick-prev:before,
.social-slider .slick-arrow.slick-prev:before,
.banner-slider-list .slick-arrow.slick-prev:before {
	content: "\e90c";
}
.small-slider .slick-arrow.slick-next,
.social-slider .slick-arrow.slick-next,
.banner-slider-list .slick-arrow.slick-next {
	right: 0;
}
.small-slider .slick-arrow.slick-next:before,
.social-slider .slick-arrow.slick-next:before,
.banner-slider-list .slick-arrow.slick-next:before {
	content: "\e90d";
}
.social-slider .slick-list {
	overflow: visible;
}
.small-slider .slick-list,
.social-slider .slick-list,
.social-slider .slick-track {
	height: 100%;
}
.small-slider {
	list-style-type: none;
	padding: 0;
}

/* Columns */
.social-slider__slide__column {
	float: left;
	height: 100%;
}
.social-slider__slide__column--1 {
	width: 16.66666666%;
}
.social-slider__slide__column--2 {
	width: 33.33333333%;
}

/* Tiles */
.social-slider__slide__tile {
	background: #232221;
	float: left;
	width: 100%;
	position: relative;
	border: 7px solid #FFF;
}
.social-slider__slide__tile--1x1 {
	width: 50%;
	height: 50%;
}
.social-slider__slide__column--1 .social-slider__slide__tile--1x1 {
	width: 100%;
}
.social-slider__slide__tile--2x1 {
	width: 100%;
	height: 50%;
}
.social-slider__slide__tile--1x2 {
	width: 100%;
	height: 100%;
}
.social-slider__slide__tile--2x2 {
	width: 100%;
	height: 100%;
}
.social-slider__slide__tile__image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* Title tile */
.social-slider__slide__tile--title {
	background-color: #172EA1
}
.social-slider__slide__tile--title p {
	margin: 0;
	position: absolute;
	bottom: 23px;
	left: 23px;
	line-height: 0.9;
}
.social-slider__slide__tile--title__first-line {
	display: block;
}
.social-slider__slide__tile--title__latest,
.social-slider__slide__tile--title__on-social {
	color: #FFF;
	font-family: 'Integral CF Demi', Helvetica, Arial, sans-serif;
	font-size: 3.2rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	font-weight: 600;
}
.social-slider__slide__tile--title__hashtag {
	color: #f1cf18;
	text-transform: uppercase;
	font-size: 1.6rem;
}
.social-slider__slide__tile--title__on-social {
	display: block;
}

/* Hover */
.social-slider__slide__tile__hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(34, 31, 32, 0.95);
	text-align: center;
	font-size: 1.4rem;
	z-index: 5;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	opacity: 0;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}
.social-slider__slide__tile a {
	display: block;
	height: 100%;
	color: #fff;
}
.social-slider__slide__tile a:hover .social-slider__slide__tile__hover {
	opacity: 1;
}
.social-slider__slide__tile .icon-before {
	display: block;
	font-size: 3.9rem;
}
.social-slider__slide__tile .icon-before:before {
	display: block;
}
.social-slider__slide__tile__hover__content {

	padding-left: 20px;
	padding-right: 20px;
}
.social-slider__slide__tile a:hover .social-slider__slide__tile__hover__content {
	-webkit-animation: fadeInGrow 200ms ease;
	        animation: fadeInGrow 200ms ease;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

/* Icons */
.social-slider__slide__tile a:after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #FFF;
	font-size: 3.4rem;
}
.social-slider__slide__tile.social-slider__slide__tile--instagram a:after {
	content: "\e906";
}
.social-slider__slide__tile.social-slider__slide__tile--facebook a:after {
	content: "\e904";
}
.social-slider__slide__tile.social-slider__slide__tile--youtube a:after {
	content: "\e90a";
}
.social-slider__slide__tile.social-slider__slide__tile--twitter a:after {
	content: "\e909";
}


/* Temp */
.social-slider__slide__tile--1x1 .social-slider__slide__tile__image {
	background-image: url(../images/temp/social-slide-1x1.jpg);
}
.social-slider__slide__tile--2x1 .social-slider__slide__tile__image {
	background-image: url(../images/temp/social-slide-2x1.jpg);
}
.social-slider__slide__tile--1x2 .social-slider__slide__tile__image {
	background-image: url(../images/temp/social-slide-1x2.jpg);
}
.social-slider__slide__tile--2x2 .social-slider__slide__tile__image {
	background-image: url(../images/temp/social-slide-2x2.jpg);
}

/* Min BP 3 */
@media screen and (min-width: 769px) {
	.section--social-slider {
		padding: 0;
	}
}

/* BP 1 */
@media screen and (max-width: 1340px) {
	.social-slider {
		height: 315px;
	}
	.social-slider__slide__tile__hover {
		font-size: 1.5rem;
	}
}
/* BP 2 */
@media screen and (max-width: 1100px) {
	.social-slider {
		height: 250px;
	}
	.social-slider__slide__tile--title__latest,
	.social-slider__slide__tile--title__on-social {
		font-size: 2.6rem;
	}
	.social-slider__slide__tile--title__hashtag {
		font-size: 1.4rem;
	}
	.social-slider__slide__tile--title p {
		bottom: 17px;
		left: 17px;
	}
	.social-slider .slick-arrow {
		width: 40px;
		height: 60px;
		margin-top: -30px;
	}
	.social-slider .slick-arrow.slick-prev:before,
	.social-slider .slick-arrow.slick-next:before {
		font-size: 4rem;
	}
	.social-slider__slide__tile__hover {
		font-size: 1rem;
		top: -20px;
		left: -20px;
		right: -20px;
		bottom: -20px;
	}
	.social-slider__slide__tile a:after {
		font-size: 3rem;
	}
	.social-slider__slide__tile .icon-before {
		font-size: 3.2rem;
	}
	.social-slider__slide__tile__hover__content {
		padding-left: 10px;
		padding-right: 10px;
	}

}

/* BP 3 */
@media screen and (max-width: 767px) {
	.social-slider {
		height: auto;
		padding: 10px 0;
	}
	.social-slider__slide__column {
		float: none;
		width: 100%;
	}
	.social-slider__slide__column:nth-child(1n+3) {
		display: none;
	}
	.social-slider__slide__tile {
		border: none;
		height: 170px;
		width: 100%;
		margin-bottom: 8px;
	}
	.social-slider__slide__tile.social-slider__slide__tile--title {
		height: auto;
		padding: 20px 20px;
	}
	.social-slider__slide__tile--title p {
		position: relative;
		bottom: auto;
		left: auto;
	}
	.social-slider__slide {
		height: auto;
		display: none;
	}
	.social-slider__slide:first-child {
		display: block;
	}
	.section--social-slider {
		padding-bottom: 1px;
	}
	.social-slider__slide__tile a:hover .social-slider__slide__tile__hover {
		display: none;
	}

	.social-slider .slick-arrow,
	.banner-slider-list .slick-arrow {
		width: 30px;
		height: 40px;
		margin-top: -20px;
	}
	.social-slider .slick-arrow.slick-prev:before,
	.social-slider .slick-arrow.slick-next:before,
	.banner-slider-list .slick-arrow.slick-prev:before,
	.banner-slider-list .slick-arrow.slick-next:before {
		font-size: 3rem;
		top: 5px;
	}
}

/* ---- Attractions ---- */
/* BP 3 */
@media screen and (max-width: 767px) {
	.section--attractions {
		padding-top: 1px;
	}
}

/* ---- Ticket info boxes ---- */
.ticket-map-information {
	background: #FFF;
	z-index: 7;
	color: #000;
}

.ticket-map-information-header {
	overflow: hidden;
	position: relative;
}
.ticket-map-information-header-title:after {
	content: " ";
	position: absolute;
	bottom: 100%;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 21px 332px;
	border-color: transparent transparent #f1cf18 transparent;
	-moz-transform: scale(.9999);
	z-index: 0;
}
.ticket-map-information-header-title,
.fullscreen-popup .ticket-map-information-header-title {
	bottom: 0;
	color: #0c0707;
	z-index: 1;
	font-size: 2.6rem;
	font-family: 'Integral CF Demi', Helvetica, Arial, sans-serif;
	line-height: 1.1em;
	padding: 2px 25px 11px;
	margin: 0;
	text-align: center;
	width: 100%;
	position: relative;
	background-color: #f1cf18;
}
.ticket-map-information-header-title span {
	margin-left: 5px;
	font-size: 90%;
}
.ticket-map-information-thumbnail {
	margin-top: 0;
}
.ticket-map-information .ticket-price {
	text-align: center;
}
.ticket-map-information-content {
	padding: 15px 24px;
	font-size: 1.6rem;
}
.ticket-buttons {
	margin: 18px 0 0;
	padding: 0 25px 18px;
}
.ticket-map-information:before {
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	-moz-transform: scale(.9999);
}

/* Floating map button on right */
.float-map-btn {
	float: right;
	position: relative;
	z-index: 5;
}

/* White popup style for magnific */
.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}

/* Disclaimer class */
.disclaimer,
.disclaimer a {
	font-size: 1.1rem;
}
.disclaimer a {
	text-decoration: underline;
}
.disclaimer a:hover {
	text-decoration: none;
}

/* Outline box */
.outline-box-list {
	list-style: none;
	padding: 0;
	margin: 25px 0;
}
.outline-box {
	border: 1px solid #d7d7d7;
	margin: 13px 0;
	position: relative;
	padding: 20px 25px;
}
.outline-box.has-highlight {
	padding-left: 160px;
}
.outline-box-highlight-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	width: 101px;
	height: 100%;
	text-align: center;
	font-size: 3.2rem;
}
.outline-box-highlight-wrapper.outline-box-highlight-wrapper-small {
	width: 72px;
	max-height: 75px;
}
.outline-box-highlight-wrapper.outline-box-highlight-wrapper-big {
	width: 130px;
}
.outline-box-highlight {
	height: 100%;
	padding: 15px;
	position: relative;
	background: #1d1d1b;
}
.outline-box-highlight-arrow {
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	height: 0;
	border-left: 23px solid #1d1d1b;
	-moz-transform: scale(0.999);
}
.outline-box-highlight-wrapper.outline-box-highlight-wrapper-small .outline-box-highlight-arrow {
	border-left: 12px solid #1d1d1b;
}
.outline-box-highlight p,
.outline-box-highlight:before {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 60%;
	margin-right: -60%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.outline-box-highlight-wrapper.outline-box-highlight-wrapper-small .outline-box-highlight p,
.outline-box-highlight-wrapper.outline-box-highlight-wrapper-small .outline-box-highlight:before {
	left: 56%;
	margin-right: -56%;
}
.outline-box-button {
	float: right;
	margin: 0 0 0 20px;
}
.outline-box-content {
	padding-top: 16px;
}

.outline-box-highlight-wrapper-big + .outline-box-content {
	padding-left: 160px;
}
.outline-box-from {
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: bold;
	display: block;
	padding-bottom: 2px;
	margin-top: -8px;
}

/* Outline box version 2 */
.outline-box-list-2 {
	list-style: none;
	padding: 0;
	margin: 20px 0 27px;
}
.outline-box-2 {
	margin: 13px 0;
	position: relative;
}
.outline-box-2-wrapper {
	border: 1px solid #959595;
	position: relative;
	min-height: 64px;
}
.outline-box-2.has-highlight .outline-box-2-content {
	padding: 19px 165px 19px 185px;
}
.outline-box-2-content p {
	margin: 0;
}
.outline-box-2-content {
	font-size: 1.8rem;
	padding: 20px;
}
.outline-box-2-highlight-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	background: #1d1d1b;
	color: #FFF;
	width: 156px;
	height: 100%;
	font-size: 3.2rem;
}
.outline-box-2-highlight {
	background: #f1cf18;
	color: #000;
	height: 100%;
	padding: 15px;
	position: relative;
	padding: 17px 20px 14px 32px;
	font-size: 3.7rem;
}
.outline-box-2-highlight p {
	margin: 0;
	line-height: 1em;
}
.outline-box-2-from {
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 13px;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}
.outline-box-2-highlight-arrow {
	position: absolute;
	left: 100%;
	top: 0;
	width: 0; height: 0; border-style: solid;
	border-width: 31px 0 31px 12px;
	border-color: transparent transparent transparent #f1cf18;
}
.outline-box-2-button {
	position: absolute;
	top: 0;
	width: 147px;
	margin: 0;
	right: 0;
}
.outline-box-2-button a {
	background-color: rgba(255,255,255,0.9);
	border: 2px solid #fff;
	padding: 23px 22px 22px;
	width: 100%;
	height: 65px;
	font-size: 1.5rem;
	color: #000;
	margin: 0;
	z-index: 1;
	position: relative;
}
.outline-box-2-button a.outline-box-2-sold-out {
	background-color: #2f2f2f;
	border-color: #2f2f2f;
	color: #fff;
}
.outline-box-2-asterisk {
	font-size: 2.5rem;
}

/* Outline section ala concert page */
.outlined-section {
	border: 1px solid #e8e8e8;
	padding: 28px;
	position: relative;
}

/* Extra BP */
@media screen and (max-width: 1340px) {
	.ticket-map-information-header-title {
		font-size: 2.4rem;
		padding: 2px 20px 11px;
	}
	.ticket-price {
		font-size: 2.5rem;
	}
	.ticket-map-information-content {
		padding: 15px 20px;
		font-size: 1.5rem;
	}
	.ticket-buttons {
		margin: 13px 0 0;
		padding: 0 20px 12px;
	}
}

/* Extra BP */
@media screen and (max-width: 1100px) {
	.ticket-map-information-wrapper {
		width: 250px;
		margin: 20px 120px 0 0;
	}
	.ticket-map-information-content {
		font-size: 1.4rem;
	}
	.ticket-map-information-header-title {
		font-size: 2.2rem;
	}
	.ticket-price {
		font-size: 2.3rem;
	}
}

/* Extra BP */
@media screen and (max-width: 767px) {
	.ticket-map-information-wrapper {
		width: 220px;
		margin: 20px auto 0;
		float: none;
	}
	.ticket-price {
		font-size: 1.8rem;
	}
	.outline-box-2-highlight-wrapper {
		width: 109px;
	}
	.outline-box-2-highlight {
		padding: 12px 20px 12px 26px;
		font-size: 2.3rem;
	}
	.outline-box-2-from {
		font-size: 1rem;
		top: 12px;
	}
	.outline-box-2-wrapper {
		min-height: 50px;
	}
	.outline-box-2.has-highlight .outline-box-2-content {
		padding: 13px 135px 10px 133px;
	}
	.outline-box-2-content {
		font-size: 1.5rem;
	}
	.outline-box-2-button a {
		padding: 17px 14px 18px;
		height: 50px;
		font-size: 1.2rem;
	}
	.outline-box-2-button {
		width: 115px;
	}
	.outline-box-2-highlight-arrow {
		border-width: 24px 0 24px 12px;
	}
}

/* Extra BP */
@media screen and (max-width: 600px) {
	.outline-box-2-highlight-wrapper {
		width: 82px;
	}
	.outline-box-2-asterisk {
		font-size: 1.8rem;
	}
	.outline-box-2-highlight {
		padding: 13px 20px 12px 21px;
		font-size: 1.6rem;
	}
	.outline-box-2-from {
		font-size: 0.8rem;
		top: 14px;
		left: -2px;
	}
	.outline-box-2-wrapper {
		min-height: 0;
	}
	.outline-box-2.has-highlight .outline-box-2-content {
		padding: 13px 20px 10px 101px;
	}
	.outline-box-2-content {
		font-size: 1.3rem;
	}
	.outline-box-2-button a {
		padding: 11px 9px 9px;
		height: auto;
		font-size: 1.1rem;
	}
	.outline-box-2-button {
		width: 100%;
		position: relative;
		margin-top: 5px;
	}
	.outline-box-2-highlight-arrow {
		border-width: 21px 0 21px 10px;
	}
}

/* ---- Responsive embeds ---- */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ---- Refine list ---- */
.refine-list {
	margin: 15px 0;
}
.refine-list p {
	margin: 0;
	display: inline-block;
	font-size: 1.8rem;
}
.refine-list ul,
.feed-type {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.refine-list li,
.feed-type li {
	display: inline-block;
	margin: 0 2px;
	padding: 0 !important;
}
.refine-list ul a.on,
.refine-list ul a:hover,
.feed-type .button:hover,
.feed-type .button.button-disabled {
	background: #0c0707;
	color: #FFF;
}
.refine-list ul a,
.feed-type .button,
.refine-list__button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	padding: 0;
	background: none;
	color: #0c0707;
	text-decoration: none;
	font-size: 1.5rem;
	text-transform: uppercase;
	padding: 2px 10px 3px;
	border-radius: 13px;
	-webkit-transition: all 180ms ease;
	transition: all 180ms ease;
	font-weight: normal;
}
.refine-list .on .refine-list__button {
	background: #0c0707;
	color: #FFF;
}
.refine-list__button:hover {
	background: #e1dfdc;
}

/* BP 3 */
@media screen and (max-width: 767px) {
	.refine-list ul a,
	.feed-type .buttonn,
	.refine-list__button {
		font-size: 1.3rem;
	}
}

/* BP 4 */
@media screen and (max-width: 600px) {

	.refine-list p {
		float: left;
		padding-right: 10px;
		margin-top: -5px;
	}
	.refine-list li,
	.feed-type li {
		display: block;
		margin: 0 2px 8px;
	}
}

/* ---- Social links ---- */
.social-link {
	background: red;
	border-radius: 10px;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.4rem;
	padding: 8px 12px 5px 34px;
	display: inline-block;
	margin: 4px 5px 0 0;
	background-repeat: no-repeat;
	background-position: 9px 50%;
}
.social-link:hover,
.social-link:focus {
	color: #FFF;
}

/* Twitter */
.social-link.twitter-link {
	padding-left: 35px;
	background-position: 11px 50%;
	background-color: #2bb8e8;
	background-image: url(../../../skin/2015/images/icon-twitter-white-small.svg);
}

.social-link.twitter-link:hover,
.social-link.twitter-link:focus {
	background-color: #26a5d0;
}

/* Facebook */
.social-link.facebook-link {
	padding-left: 28px;
	background-position: 11px 50%;
	background-color: #3c5999;
	background-image: url(../../../skin/2015/images/icon-facebook-white-small.svg);
}
.social-link.facebook-link:hover,
.social-link.facebook-link:focus {
	background-color: #24407f;
}

.mfp-iframe-scaler iframe {
	right: 0;
}

/* 2015 track videos */
.track-banner-2016 {
	margin-bottom: 30px;
}

.track-banner-2016 img {
	width: 100%;
}

.track-pricing-2016 {
	border: 1px #d7d7d7 solid;
	margin: 30px 0 60px 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.track-gallery-2016 {
	margin-bottom: 30px;
}

.track-gallery-thumb {
	margin-right: 5%;
	width: 30%;
	position: relative;
	float: left;
}

.track-gallery-2016 .track-gallery-thumb:last-child {
	margin: 0;
}

.track-gallery-thumb:after {
	background: url(../images/2016-track-gallery-mag.png) left bottom no-repeat;
	content: ' ';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
}

.track-gallery-2016 a {
	text-decoration: none;
	color: #fff;
}

.track-gallery-thumb img {
	width: 100%;
}

.track-gallery-thumb.map {
	outline-color: #000;
	outline: 3px rgba(0,0,0,0.5) solid;
}

.track-gallery-thumb.map:after {
	background-color: #000;
	background: url(../images/2016-track-gallery-mag2.png) rgba(0,0,0,0.5) 3% center no-repeat;
	content: attr(data-label);
	padding-left: 20%;
	height: 48px;
	line-height: 48px;
	font-size: 1.6rem;
	color: #fff;
}

.track-gallery-icon {
	background-color: #d7d7d7;
	margin-top: 50px;
	padding: 20px 20px 15px;
	display: block;
	text-align: center;
}

.track-gallery-icon__left {
	max-height: 50px;
	margin-bottom: 5px;
}

.track-gallery-icon__right {
	margin-bottom: 5px;
}

@media screen and (min-width: 400px) {
	.track-gallery-icon__left {
		float: left;
		max-height: 70px;
	}
	.track-gallery-icon__right {
		float: right;
		font-size: 2.6rem;
		padding: 20px 18px 15px;
	}
}

.mfp-iframe-holder .mfp-content {
	max-width: 1200px;
}
.trackmap-zoom .mfp-iframe-holder .mfp-content {
	max-width: 1200px;
}
.trackmap-zoom .mfp-iframe-scaler {
	padding-top: 78%;
}


/* Hide the google remarketing iframe that is inserted with JS that has a height of 13px */
.remarketing {
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}


/* ---- Header ---- */
.section--header {
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background: none;
	display: none;
}


.header__top .container {
	position: relative;
}


/* Min BP 2 */
@media only screen and (min-width: 1101px) {
	.section--header {
		display: block;
	}
	.header__top {
		height: 67px;
	}
}


/* -- Nav -- */
.header__nav__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* Logo */
.header__logo {
	float: left;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
}
.header__logo__link {
	display: block;
	padding-top: 5px;
	width: 70px;
	height: 40px;
	background: #000;
}
.header__logo__img {
	display: block;
}

/* Anniversay wreath */
.header__anniversary-wreath {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	background: #000;
}
.header__anniversary-wreath__link {
	display: block;
	height: 40px;
	padding: 5px 0 0 10px;
	width: 42px;
	float: left;
}
.header__anniversary-wreath__img {
	display: block;
}

/* Subnav */
.header__subnav {
	padding-top: 14px;
}

/* Min BP 2 */
@media only screen and (min-width: 1101px) {

	.header__logo__link {
		padding: 16px 16px;
		width: 130px;
		height: 100%;
		background: #FFF;
	}
	.header__anniversary-wreath__link {
		height: 100%;
		padding: 8px 16px;
		width: 88px;
		float: none;
	}

}



/* Min BP 1 */
@media only screen and (min-width: 1341px) {
	.header__logo__link {
		padding: 16px 16px;
		width: 150px;
	}
	.header__anniversary-wreath__link {
		width: 101px;
	}
}

/* ---- Anniversary ---- */

.section--anniversary {
	background-image: url(../images/20th-anniversary-bg.jpg);
	background-size: cover;
	background-position: center center;
}

/* ---- Banner ---- */
.section--banner {
	padding-top: 190px;
	color: #FFF;
	text-align: center;
}
.section--banner .container {
	position: relative;
}
.section--banner,
.banner__image {
	height: 450px;
}
.banner__image {
	background: url(../images/home-banners/launch-banner/launch-banner-1600.jpg) no-repeat center bottom;
	background-size: cover;
	position: fixed;
	top: 85px;
	left: 0;
	right: 0;
}
.banner__title {
	font-family: 'Integral CF Demi', Helvetica, Arial, sans-serif;
	font-size: 12rem;
	line-height: 1;
	margin: 0 0 22px;
}
.banner__subtitle {
	text-transform: uppercase;
	color: #f1cf18;
	font-size: 2.1rem;
	margin: 0 0 30px;
}


/* TEMP launch banner */
.launch-banner__text {
	position: absolute;
	top: 60px;
	left: 36px;
}
.launch-banner__video {
	position: absolute;
	top: 200px;
	right: 46px;
}
@media screen and (max-width: 1340px) {
	.launch-banner__text {
		top: 40px;
		left: 30px;
		width: 310px;
	}
	.launch-banner__video {
		width: 180px;
	}
}
@media screen and (max-width: 1340px) {
	.launch-banner__video {
		width: 180px;
		top: 190px;
	}
}
@media screen and (max-width: 1100px) {
	.launch-banner__text {
		width: 270px;
		top: 27px;
		left: 17px;
	}
	.launch-banner__video {
		width: 150px;
		top: auto;
		bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.launch-banner__text {
		width: 250px;
		top: 15px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.launch-banner__video {
		width: 180px;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 40px;
	}
}
@media screen and (max-width: 600px) {
	.launch-banner__text {
		width: 230px;
		top: 14px;
	}
	.launch-banner__video {
		width: 130px;
		bottom: 27px;
	}
}

/* BP 1 */
@media screen and (max-width: 1340px) {
	.banner__image {
		top: 70px;
	}
	.section--banner,
	.banner__image {
		height: 400px;
	}
	.banner__image {
		background-image: url(../images/home-banners/launch-banner/launch-banner-1200.jpg);
	}
}

/* Tablet */
@media screen and (max-width: 1024px) {
	.banner__image {
		position: absolute;
		top: 0;
	}
}

/* BP 2 */
@media screen and (max-width: 1100px) {
	.banner__title {
		font-size: 10rem;
		margin-bottom: 15px;
	}
	.banner__subtitle {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.section--banner {
		padding-top: 114px;
	}
	.section--banner,
	.banner__image {
		height: 410px;
	}
	.banner__image {
		background-image: url(../images/home-banners/launch-banner/launch-banner-1000.jpg);
	}
	.section--banner,
	.banner__image {
		height: 360px;
	}
}

/* BP 3 */
@media screen and (max-width: 767px) {
	.banner__image {
		top: 0;
		position: absolute;
		bottom: 0;
		height: auto;
	}
	.banner__title {
		font-size: 7rem;
		margin-bottom: 12px;
	}
	.banner__subtitle {
		font-size: 1.5rem;
		margin-bottom: 17px;
	}
	.section--banner {
		padding-top: 65px;
		height: 320px;
	}
	.banner__image {
		background-image: url(../images/home-banners/launch-banner/launch-banner-768_v2.jpg);
		background-position: center center;
	}
	.section--banner,
	.banner__image {
		height: 300px;
	}
}

/* BP 4 */
@media screen and (max-width: 600px) {
	.section--banner {
		padding-top: 40px;
		padding-bottom: 65px;
	}
	.section--banner {
		height: auto;
	}
	.banner__title {
		font-size: 5.2rem;
	}
	.banner__subtitle {
		font-size: 1.4rem;
		margin-bottom: 14px;
	}
	.banner__image {
		background-image: url(../images/home-banners/launch-banner/launch-banner-600.jpg);
	}
	.section--banner,
	.banner__image {
		height: 250px;
	}
}
/* BP 5 */
@media screen and (max-width: 500px) {
	.banner__title {
		font-size: 4rem;
	}
	.banner__subtitle {
		font-size: 1.2rem;
		margin-bottom: 12px;
	}
}

/* ---- Banner slider ---- */
.section--banner-slider {
	padding-top: 0;
	padding-bottom: 0;
}
.banner-slider-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.banner-slider__item__image {
	padding-bottom: 28.1%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.banner-slider__item__link {
	display: block;
	position: relative;
}
.banner-slider__item__link:hover {
	opacity: 0.9;
}
.button.banner-slider__item__button {
	position: absolute;
	bottom: 50px;
	right: 50px;
	z-index: 5;
	background-color: rgba(0,0,0,0.3);
}

/* BP 3 */
@media screen and (max-width: 767px) {
	.button.banner-slider__item__button {
		bottom: 20px;
		right: 50px;
	}
}


/* ---- TEMP: One day tickets ---- */

/* Title */
.section--oneday-title {
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
}
.section--oneday-title h2 {
	margin: 0 0 9px;
}
.section--oneday-title h3 {
	margin: 0;
}
.section--oneday-content {
	padding-top: 0;
	padding-bottom: 0;
}

/* Switches */
.oneday__tab-switches {

}
.oneday__tab-switches__list {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 55px;
}
.oneday__tab-switches__item__button {
	border: none;
	background: #1b1919;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.4rem;
	text-align: center;
	padding: 9px 25px 12px;
	display: block;
	width: 100%;
	outline: none;
	border-top: 3px solid #1b1919;
	border-left: 3px solid #1b1919;
	border-right: 3px solid #1b1919;
}
.oneday__tab-switches__item {
	width: 25%;
	display: inline-block;
	margin: 0 -2px;
	vertical-align: bottom;
}
.oneday__tab-wrapper {
	position: relative;
}
.oneday__tab-wrapper:before {
	content: " ";
	height: 3px;
	background-color: #645f61;
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	display: block;
}

/* Hover */
.oneday__tab-switches__item__button:hover {
	background: #232221;
	border-top-color: #232221;
	border-left-color: #232221;
	border-right-color: #232221;
}

/* Active */
.oneday__tab-switches__item.oneday__tab-switches__item--active .oneday__tab-switches__item__button {
	color: #f1cf18;
	font-size: 1.7rem;
	padding-top: 17px;
	padding-bottom: 15px;
	background: #232221;
	height: 58px;
	border-left-color: #645f61;
	border-right-color: #645f61;
	border-top-color: #645f61;
	z-index: 2;
	position: relative;
}


/* Tabs */
.oneday-tabs {
	padding: 44px 50px 82px;
}
.oneday-image-col {
	float: right;
}
.oneday-tabs__list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.oneday-attraction-list-title {
	font-size: 2.7rem;
	font-family: 'Integral CF Demi', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
.bg-black .oneday-attraction-list-title {
	color: #FFF;
	margin: 0 0 11px;
}
.oneday-attraction-list {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
	font-size: 1.3rem;
	color: #d7d6d3;
}
.oneday-attraction-list__item {
	border-top: 2px solid #645f61;
	padding: 7px 0;
}
.oneday-attraction-list__item:last-child {
	border-bottom: 2px solid #645f61;
}
.oneday-feature-img {
	margin: 0 0 10px;
}
.oneday-feature-img img {
	width: 100%;
}
.oneday-price__from {
	font-size: 2.2rem;
	text-transform: uppercase;
	margin: 20px 5px 0 0;
}
.oneday-price__value {
	font-size: 4rem;
	font-family: 'Integral CF Demi', Helvetica, Arial, sans-serif;
}
.oneday-price span {
	display: inline-block;
	vertical-align: top;
}
.oneday-tabs__item {
	display: none;
}
.oneday-tabs__item .button {
	white-space: normal;
}

/* Active */
.oneday-tabs__item.oneday-tabs__item--active {
	display: block;
}

/* Colour hack for countdown */
.section--oneday-content + .section--home-feature-boxes .countdown__header {
	background: #000;
}

/* BP 1 */
@media screen and (max-width: 1340px) {
	.oneday-attraction-list {
		font-size: 1.2rem;
	}
	.oneday-attraction-list__item {
		padding: 6px 0;
	}
	.oneday-button .button {
		font-size: 1.2rem;
	}
	.oneday-price__from {
		font-size: 1.7rem;
		margin: 18px 5px 0 0;
	}
	.oneday-price__value {
		font-size: 3.5rem;
	}
	.oneday-feature-img {
		margin: 0 0 5px;
	}
	.oneday-price {
		margin: 0 0 8px;
	}
	.oneday-tabs {
		padding: 36px 50px 54px;
	}

}

/* BP 2 */
@media screen and (max-width: 1100px) {
	.oneday-tabs__item .grid-col-4-bp2:nth-child(3) {
		margin-right: 0;
	}
	.oneday-feature-img {
		display: none;
	}
	.oneday-price {
		width: 50%;
		float: left;
	}
	.oneday-button {
		width: 50%;
		float: left;
		margin: 7px 0 10px;
	}
	.oneday-image-col {
		float: none;
	}
}


/* BP 3 */
@media screen and (max-width: 767px) {

	.oneday-price__from {
		font-size: 1.5rem;
		margin: 14px 5px 0 0;
	}
	.oneday-price__value {
		font-size: 3.2rem;
	}
	.section--oneday-title {
		padding-top: 25px;
		padding-bottom: 22px;
	}
	.oneday__tab-switches__item__button {
		font-size: 1.3rem;
		padding: 7px 10px 8px;
	}
	.oneday__tab-switches__item.oneday__tab-switches__item--active .oneday__tab-switches__item__button {
		font-size: 1.4rem;
		padding-top: 12px;
		padding-bottom: 12px;
		height: 47px;
	}
	.oneday__tab-switches__list {
		height: 44px;
	}
	.oneday-tabs {
		padding: 28px 30px 52px;
	}
	.oneday-attraction-list-title {
		font-size: 2.4rem;
	}
}

/* BP 4 */
@media screen and (max-width: 600px) {
	.oneday__tab-switches__item__button {
		font-size: 1rem;
		padding: 7px 5px 8px;
	}
	.oneday__tab-switches__item.oneday__tab-switches__item--active .oneday__tab-switches__item__button {
		font-size: 1rem;
		padding: 7px 5px 8px;
		height: auto;
	}
	.oneday__tab-switches__list {
		height: 29px;
	}
	.oneday__tab-switches__item__button {
		border-top: 2px solid #1b1919;
		border-left: 2px solid #1b1919;
		border-right: 2px solid #1b1919;
	}
	.oneday__tab-wrapper:before {
		height: 2px;
		bottom: -2px;
	}
	.oneday-tabs {
		padding: 16px 30px 52px;
	}
}

/* ---- Inner banner ---- */
.section--inner-banner {
	padding: 182px 0 20px;
	min-height: 260px;
}
.inner-banner__title {
	margin: 0;
	font-size: 3.4rem;
	padding-left: calc(520px - (100vw - 1280px) / 2 + 50px);
}
.inner-banner__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 520px;
	bottom: 0;
	background-image: url(../images/temp/inner-banner.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


/* BP 1 */
@media screen and (max-width: 1340px) {

	.section--inner-banner {
		padding-top: 169px;
		min-height: 239px;
	}
	.inner-banner__title {
		padding-left: calc(520px - (100vw - 1024px) / 2 + 50px);
	}

}
/* BP 2 */
@media screen and (max-width: 1100px) {
	.inner-banner__title {
		font-size: 3rem;
	}
	.section--inner-banner {
		min-height: 150px;
		padding-top: 90px;
	}

	.inner-banner__image {
		width: 300px;
	}
	.inner-banner__title {
		padding-left: calc(300px - (100vw - 720px) / 2 + 30px);
	}
}

/* BP 3 */
@media screen and (max-width: 767px) {
	.inner-banner__title {
		font-size: 2.7rem;
		bottom: 20px;
		padding-left: 0;
	}

	.section--inner-banner {
		min-height: 0;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.inner-banner__image {
		display: none;
	}

}
/* BP 4 */
@media screen and (max-width: 600px) {
	.section--inner-banner {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.inner-banner__image {
		display: none;
	}
	.inner-banner__title {
		font-size: 2.4rem;
		position: relative;
		bottom: auto;
		padding-left: 0;
	}
}

/* ---- Icon links ---- */
.icon-link {
	text-decoration: none;
	color: #232221;
	display: inline-block;
	font-size: 4rem;
	vertical-align: top;
}
.icon-link:before {
	display: block;
}
.icon-link:hover {
	color: #737272;
}

/* BP 2 */
@media screen and (max-width: 1100px) {
	.icon-link {
		font-size: 3.1rem;
	}
}

/* ---- Social lists ---- */
.social-list {
	list-style: none;
	padding: 0;
	margin: 0 0 10px;
}
.social-list:before,
.social-list:after {
	content: " ";
	display: table;
}
.social-list:after {
	clear: both;
}
.social-list-item__icon {
	display: block;
	border: 3px solid #232221;
	border-radius: 50%;
	width: 72px;
	height: 72px;
	position: relative;
	text-decoration: none;
	-webkit-transition: all 150ms ease;
	transition: all 150ms ease;
}
.social-list-item__icon:before {
	font-size: 4.6rem;
	color: #232221;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: all 150ms ease;
	transition: all 150ms ease;
}

/* Inline */
.social-list.social-list--inline .social-list-item {
	float: left;
	margin: 0 15px 0 0;
}
.social-list.social-list--inline .social-list-item:last-child {
	margin-right: 0;
}

/* Buttons */
.social-list.social-links--buttons .social-list-item__icon:hover {
	background-color: #232221;
}
.social-list.social-links--buttons .social-list-item__icon:hover:before {
	color: #FFF;
}

/* White */
.social-list.social-list--white .social-list-item__icon {
	border-color: #f1cf18;
}
.social-list.social-list--white .social-list-item__icon:before {
	color: #FFF;
}
.social-list.social-list--white.social-links--buttons .social-list-item__icon:hover {
	background-color: #f1cf18;
	border-color: #f1cf18;
}
.social-list.social-list--white.social-links--buttons .social-list-item__icon:hover:before {
	color: #232221;
}

/* Small */
.social-list.social-list--small.social-list--inline .social-list-item {
	margin-right: 15px;
}
.social-list.social-list--small .social-list-item__icon {
	border-width: 2px;
	width: 50px;
	height: 50px;
}
.social-list.social-list--small .social-list-item__icon:before {
	font-size: 3.7rem;
}

/* BP 2 */
@media screen and (max-width: 1100px) {
	.social-list.social-list--inline .social-list-item {
		margin-right: 15px;
	}
	.social-list-item__icon {
		width: 37px;
		height: 37px;
		border-width: 2px;
	}
	.social-list-item__icon:before {
		font-size: 2.7rem;
	}
}

/* ---- Mainbar ---- */


/* ---- Sidebar ---- */
.sidebar__title {
	margin: 0;
	border-bottom: 3px solid #e1dfdc;
	padding: 0 0 20px;
}

/* BP 2 */
@media screen and (max-width: 1100px) {
	.sidebar {
		margin-top: 30px;
	}
}

/* ---- Content ---- */


/* ---- Footer ---- */

/* Supporters */
.section--supporters {
	padding-top: 40px;
	padding-bottom: 40px;
}
.supporters {
	background: #0c0707;
	padding: 27px 0 30px;
}
.supporters-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.supporters-list li {
	text-align: center;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 33.33333%;
	        flex: 1 1 33.33333%;
}
.supporters-list li a {
	display: block;
}
.supporters-list li img {
	max-height: 53px;
	max-width: 160px;
}
.supporter-v8supercars img {
	max-width: 65.5px;
}

/* Footer */
.section--footer {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.4rem;
}
.section--footer p {
	margin: 0;
}
.disclaimer-links {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}
.disclaimer-links li {
	display: inline-block;
}
.disclaimer-links > li:not(:first-child):before {
	content: "\00a0/\00a0";
	margin: 0 2px;
}
.disclaimer-links a {
	text-decoration: none;
}
.disclaimer-links a:hover {
	text-decoration: underline;
}

/* BP 2 */
@media screen and (max-width: 1100px) {
	.section--supporters {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.section--footer {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 1.2rem;
	}
}
/* BP 3 */
@media screen and (max-width: 767px) {
	.section--supporters {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.supporters-list li img {
		max-height: 31px;
		max-width: 90px;
	}
	.section--footer {
		font-size: 1rem;
		text-align: center;
	}
	.disclaimer-links {
		float: none;
	}
}
/* BP 4 */
@media screen and (max-width: 600px) {
	.supporters-list li img {
		max-height: 22px;
		max-width: 74px;
	}
}

/* ---- Home ---- */
/* Home feature boxes */
.section--home-feature-boxes {
	padding-top: 120px;
}
.section--home-feature-boxes .container {
	position: relative;
}

/* Countdown */
.countdown {
	position: absolute;
	top: -184px;
	left: 0;
}
.countdown__header {
	background-color: #232221;
	text-align: center;
	padding: 10px 30px;
}
.countdown__header__title {
	color: #f1cf18;
	font-size: 3.2rem;
	font-family: 'Integral CF Demi', Helvetica, Arial, sans-serif;
	margin: 0;
}
.countdown__content {
	padding: 10px 28px;
	border-right: 3px solid #232221;
	border-bottom: 3px solid #232221;
	border-left: 3px solid #232221;
	color: #232221;
	white-space: nowrap;    /* prevent overflow */
}
.countdown-timer {
	font-size: 3.2rem;
	font-family: 'Integral CF Demi', Helvetica, Arial, sans-serif;
	position: relative;
	padding: 0 0 0 47px;
}
.countdown-timer:before {
	display: block;
	position: absolute;
	top: 3px;
	left: -7px;
	font-size: 4.2rem;
}
.countdown-timer > span {
	margin-right: 10px;
}
.countdown-timer > span:last-child {
	margin-right: 0;
}
.countdown-timer__unit {
	font-family: 'montserrat', Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
	text-transform: uppercase;
	margin: 0 0 0 -3px;
}

/* BP 1 */
@media screen and (max-width: 1340px) {
	.section--home-feature-boxes {
		padding-top: 90px;
	}
	.countdown {
		top: -141px;
	}
	.countdown-timer:before {
		top: 2px;
		left: -5px;
		font-size: 3.2rem;
	}
	.countdown-timer {
		font-size: 2.4rem;
		padding: 0 0 0 30px;
	}
	.countdown__content {
		padding: 7px 20px;
	}
	.countdown__header__title {
		font-size: 2.8rem;
	}
	.countdown__header {
		padding: 4px 20px;
	}
}
/* BP 2 */
@media screen and (max-width: 1100px) {
	.section--home-feature-boxes {
		padding-top: 69px;
	}
	.countdown {
		margin: -112px auto 30px;
		position: static;
		width: 250px;
	}
	.countdown__header {
		padding: 4px 15px;
	}
	.countdown__header__title {
		font-size: 2.5rem;
	}
	.countdown__content {
		padding: 4px 15px;
	}
	.countdown-timer {
		font-size: 2.2rem;
	}
	.countdown-timer:before {
		font-size: 2.9rem;
	}
}
/* BP 3 */
@media screen and (max-width: 767px) {
	.section--home-feature-boxes {
		padding-top: 50px;
	}
	.countdown {
		margin-top: -93px;
	}
}
/* BP 4 */
@media screen and (max-width: 600px) {
	.countdown__header__title {
		font-size: 2.2rem;
	}
	.countdown-timer:before {
		font-size: 2.6rem;
	}
	.countdown-timer {
		font-size: 2rem;
		padding-left: 26px;
	}
	.countdown {
		width: 230px;
		margin-top: -88px;
	}
}

/* ---- Adverts ---- */
.advert {
	margin: 0 0 30px;
}
.advert a {
	display: inline-block;
}

/* BP 3 */
@media screen and (max-width: 767px) {
	.advert {
		margin-bottom: 20px;
	}
}

/* ---- Fullscreen Popup style ---- */
.fullscreen-popup {
	color: #FFF;
}
.fullscreen-popup .mfp-container {
	padding: 0;
	background: #212121;
	background: rgba(0, 0, 0, 0.2);
}
.fullscreen-popup .mfp-content {
	background: #232221;
	width: 90%;
	height: auto;
	max-width: 1450px;
	margin: 40px 0;
}
.fullscreen-popup-content {
	position: relative;
	padding: 30px 100px 30px 60px;
}
.fullscreen-popup-content .section-title {
	margin-bottom: 35px;
}
.ticketing-app-map.fullscreen-popup-content .section-title {
	margin-bottom: 15px;
}
.fullscreen-popup-content .section-title span {
	color: #FFF;
	display: inline;
}
.fullscreen-popup h1,
.fullscreen-popup .h1 {
	color: #f1cf18;
	margin: 0 0 15px;
}
.fullscreen-popup h2,
.fullscreen-popup .h2 {
	color: #FFF;
	margin: 0 0 20px;
}
.fullscreen-popup h3,
.fullscreen-popup .h3 {
	color: #FFF;
}
.fullscreen-popup .mfp-close:before {
	content: "\e90f";
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: block;
	font-size: 6rem;
}
.fullscreen-popup .mfp-close {
	color: #FFF;
	font-size: 2.1rem;
	font-family: 'Integral CF Demi', Helvetica, Arial, sans-serif;
	opacity: 1;
	width: auto;
	padding: 0;
	margin-top: 10px;
	right: 30px;
	top: 3px;
	line-height: 1em;
	cursor: pointer;
	height: auto;
}
.fullscreen-popup .mfp-close:hover {
	opacity: 0.8;
}

.popup-map-button {
	height: 190px;
	width: 190px;
	border-radius: 95px;
	background: rgba(0,0,0,0.5);
	display: block;
	position: absolute;
	top: 50%;
	text-decoration: none;
	color: #FFF;
	font-family: 'Integral CF Demi', Helvetica, Arial, sans-serif;
	font-size: 2.6rem;
	padding: 81px 0 81px 18px;
	line-height: 1em;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
.popup-map-button-left {
	left: -80px;
}
.popup-map-button-right {
	right: -80px;
}
.popup-map-button:hover {
	color: #f1cf18;
	background: rgba(0,0,0,0.7);
}
.popup-map-button:after {
	content: " ";
	width: 27px;
	height: 48px;
	display: block;
	position: absolute;
	top: 71px;
}
.popup-map-button.popup-map-button-left:after {
	background: url(../images/arrows-sprite-white.svg) no-repeat 0 0;
	left: 83px;
	-webkit-transition: left 200ms ease;
	transition: left 200ms ease;
}
.popup-map-button.popup-map-button-left:hover:after {
	background-position: 0 -55px;
	left: 86px;
}
.popup-map-button.popup-map-button-right:after {
	background: url(../images/arrows-sprite-white.svg) no-repeat -30px 0;
	right: 90px;
	-webkit-transition: right 200ms ease;
	transition: right 200ms ease;
}
.popup-map-button.popup-map-button-right:hover:after {
	background-position: -30px -55px;
	right: 86px;
}


/* Page Zoom */
.page-popup .mfp-content {
	padding: 30px 20px 20px 20px;
}


.page-popup.fullscreen-popup .mfp-close {
	right: 15px;
}

.mini-popup .mfp-content {
	max-width: 740px;
}
.mini-popup .fullscreen-popup-content {
	padding: 0;
}
.mini-popup.fullscreen-popup .mfp-close {
	top: -28px;
	right: -5px;
}

@media screen and (min-width: 768px) {
	.page-popup .mfp-content {
		padding: 30px 40px;
	}
	.mini-popup.fullscreen-popup .mfp-close {
		/* top: -28px; */
		/* right: -25px; */
	}
}


/* Zoom effect */
.mfp-zoom-in .mfp-content {
	opacity:0;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	-webkit-transform:scale(0.5);
	        transform:scale(0.5);
}
.mfp-zoom-in.mfp-bg {
	opacity:0;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-content {
	opacity:1;
	-webkit-transform:scale(1);
	        transform:scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity:0.8;
}
.mfp-zoom-in.mfp-removing .mfp-content {
	-webkit-transform:scale(0.5);
	        transform:scale(0.5);
	opacity:0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity:0;
}

/* BP 2 */
@media screen and (max-width: 1100px) {
	.fullscreen-popup .mfp-close {
		font-size: 1.5rem;
		right: 15px;
		top: 2px;
	}
	.fullscreen-popup .mfp-close:before {
		font-size: 4.6rem;
	}
	.fullscreen-popup-content {
		padding: 30px 40px 30px 30px;
	}
}

/* ---- Ticketing detail pages ---- */
.ticketing-detail-images img {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 25px;
}
.ticketing-detail-images img:nth-child(2n+2) {
	margin-right: 0;
}

/* ---- Alert Popups ---- */
.alert-popup {
	background: #FFF;
	padding: 4px;
	max-width: 308px;
	text-align: left;
	position: absolute;
	top: 70px;
	left: -5px;
	-webkit-transition: all 500ms cubic-bezier(0.170, 0.730, 0.075, 1.210);
	transition: all 500ms cubic-bezier(0.170, 0.730, 0.075, 1.210);
	z-index: 5;
	-webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,0.8);
	        box-shadow: 0 0 35px 0 rgba(0,0,0,0.8);
}
.alert-popup-wrap {
	overflow: hidden;
}
.alert-popup.alert-popup-hiding {
	left: -500px;
}
.lt-ie9 .alert-popup {
	width: 295px;
	overflow: hidden;
}
.alert-popup-close {
	color: #FFF;
	font-size: 1.8rem;
	font-family: 'Integral CF Demi', Helvetica, Arial, sans-serif;
	line-height: 1em;
	cursor: pointer;
	display: block;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	padding: 0 0 50px;
	position: absolute;
	top: 14px;
	right: 16px;
	z-index: 1;
}
.alert-popup-close.alert-popup-close-black {
	color: #000;
}
.alert-popup-close.alert-popup-close-black:after {
	background-image: url(../images/icon-close-black.svg);
}
.alert-popup-close:hover {
	opacity: 0.9;
}
.alert-popup-close:after {
	content: " ";
	position: absolute;
	top: 26px;
	left: 0;
	right: 0;
	height: 32px;
	width: 32px;
	display: block;
	background-image: url(../images/icon-close.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 32px;
	margin: auto;
}
.alert-popup-content {
	background: #000;
	color: #FFF;
	padding: 22px 24px;
	font-size: 1.7rem;
	position: relative;
	min-height: 180px;
}
.alert-popup-title {
	color: #f1cf18;
	font-family: 'Integral CF Demi', Helvetica, Arial, sans-serif;
	font-size: 2.4rem;
}
.alert-popup-read-more {
	background: #000;
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	text-align: center;
	padding-top: 67px;
	opacity: 0;
	-webkit-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
}
.alert-popup-read-more:hover {
	opacity: 1;
}
.touch .alert-popup-read-more {
	opacity: 1;
	background: none;
	position: static;
	padding: 0 0 10px;
}
.alert-popup-more-news {
	background: #f1cf18;
	position: relative;
	padding: 1px 0;
}
.alert-popup-more-news-content {
	padding: 5px 24px 7px;
	opacity: 1;
}
.alert-popup-more-news:before {
	content: " ";
	position: absolute;
	bottom: 100%;
	margin-bottom: -1px;
	left: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 21px 300px;
	border-color: transparent transparent #f1cf18 transparent;
	z-index: 1;
	-moz-transform: scale(.9999);
}
.alert-popup-more-news-list {
	padding-left: 15px;
	margin: 0;
}
.alert-popup-more-news li {
	font-size: 1.2rem;
	text-transform: uppercase;
	line-height: 1.5em;
	margin: 8px 0;
}
.alert-popup-more-news a {
	color: #0c0707;
	text-decoration: none;
}
.alert-popup-more-news a:hover {
	text-decoration: underline;
}
.alert-popup-more-news .arrow-list > li:before {
	top: 2px;
	left: -14px;
}
.alert-popup-more-news-button {
	font-family: 'Integral CF Demi', Helvetica, Arial, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	padding: 0;
	text-indent: -9999px;
	width: 30px;
	height: 17px;
	display: block;
	background: url(../images/arrows-sprite.svg) no-repeat;
	margin: 7px auto 11px;
}
.alert-popup-more-news-button:hover {
	-webkit-animation: bob 0.6s infinite ease;
	        animation: bob 0.6s infinite ease;
}
.alert-popup-more-news-open .alert-popup-more-news-button {
	background-position: -68px -69px;
}
.alert-popup-more-news-closed .alert-popup-more-news-button {
	background-position: -68px -88px;
}

/**
* the mobile-only home site shows the popup inline instead of absolute over the content
**/
.alert-home-inline-wrapper .alert-popup {
	margin: 40px auto 10px auto;
	position: static;
}
.alert-home-inline-wrapper .alert-popup-close {
	display: none !important;
}


/* ---- Race dashboard ---- */
.race-select-menu {
	padding-top: 20px;
	margin-bottom: 10px;
	position: relative;
}
.race-select-menu__img {
	float: left;
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 32px;
}
.race-select-menu__select {
	margin: 10px 0;
	overflow: hidden;
}
.race-select-menu__select .field-element--select {
	max-width: 440px;
	margin-bottom: 8px;
}
.race-select-menu__select__list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.race-select-menu__list-item {
	border-top: 2px solid #e1dfdc;
}
.race-select-menu__list-item:first-child {
	border-top: 0px;
	margin-top: -4px;
}
.race-select-menu__list-links {
	color: rgba(0,0,0,0.4);
	text-decoration: none;
	padding: 8px 0;
	display: block;
	min-height: 37px;
}
.race-select-menu__list-links:hover,
.race-select-menu__list-links:focus,
.race-select-menu__list-links:active {
	color: rgba(0,0,0,0.7);
}
.race-select-menu__list-links--on {
	color: #000;
	font-size: 2rem;
	min-height: 43px;
}

/* Tweet */
.race-select__tweet-header {
	font-size: 1.6rem;
	margin-bottom: -6px;
}
.race-select__tweet-header a {
	text-decoration: none;
	color: inherit;
}
.race-select__tweet-header a:hover {
	color: #232221;
	text-decoration: underline;
}
.race-select__tweet__icon:before {
	color: #1da1f2;
	font-size: 4rem;
}
.race-select__tweet__name {
	font-weight: bold;
}
.race-select__tweet__handle,
.race-select__tweet__time {
	font-size: 1.6rem;
}
.race-select__tweet__time {
	font-size: 1.3rem;
}
.race-select__tweet__time:before {
	content: "• ";
	font-size: 1.8rem;
}
.race-select__tweet__icon {
	display: inline-block;
	vertical-align: middle;
	margin-left: -7px;
}
.race-select__tweet__text {
	color: #232221;
	margin: 0;
}

@media screen and (max-width: 1100px) {
	.race-select-menu__select {
		padding-left: 0;
		margin-bottom: 20px;
	}
	.race-select-menu {
		padding: 0;
		margin: 0;
	}
	.race-select-menu__img {
		display: none;
	}
	.race-select-menu__list-links {
		display: none;
	}
	.race-select-menu__list-links--on {
		display: block;
		font-size: 1.6rem;
	}
	.race-select-menu__list-item {
		border: 0px;
	}
}

@media screen and (max-width: 767px) {
	.race-select-menu__select .field-element--select {
		max-width: none;
	}
}


/* -------- Custom styles for existing content -------- */

/* Tables */
table.plain-table td {
	border: none !important;
	padding: 0 10px 20px 10px;
}

/* ---- Social leaderboard driver bios ---- */
.driver-bio__driver-img {
	float: left;
	width: 28%;
	margin-right: 4%;
}
.driver-bio__driver-car {
	float: left;
	width: 68%;
}




/* ------------------------------------------------------
**** Widgets

Widgets & Modules that ship with sprout.
If they don't they belong in seperate partial file

------------------------------------------------------ */

/* Infobox hacks */
.widget-hasinfobox {
	position: static !important;
}
.widget-hasinfobox:hover {
	outline: none !important;
}

/* ---- Event detail related ---- */
.widget-EventDetailRelated.orientation-tall {
	margin: 25px 0;
}
.widget-EventDetailRelated.orientation-tall .event-switcher select {
	width: 200px;
	background: #333;
	border-color: #666;
}

.widget-EventDetailRelated.orientation-wide ul {
	list-style: none;
}
.widget-EventDetailRelated.orientation-wide li {
	margin-right: 15px;
	display: inline;
}

/* ---- Fullpage navigation ---- */
#fp-nav {
	position: fixed;
	z-index: 1;
	margin-top: -32px;
	top: 50%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#fp-nav.right {
	right: 22px;
	margin: 0;
}
#fp-nav.left {
	left: 17px;
}
.fp-slidesNav{
	position: absolute;
	z-index: 4;
	left: 50%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.fp-slidesNav.bottom {
	bottom: 17px;
}
.fp-slidesNav.top {
	top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
	margin: 0;
	padding: 0;
}
#fp-nav li,
.fp-slidesNav li {
	display: block;
	width: 15px;
	height: 15px;
	margin: 15px 7px;
	position:relative;
}
.fp-slidesNav li {
	display: inline-block;
}
#fp-nav li a,
.fp-slidesNav li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	outline: none;
}
#fp-nav li .active span,
.fp-slidesNav .active span {
	background: #f1cf18;
}
#fp-nav span,
.fp-slidesNav span {
	top: 0px;
	left: 0px;
	width: 15px;
	height: 15px;
	background: #4d4d4d;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	-webkit-transition: background 140ms ease;
	transition: background 140ms ease;
}
#fp-nav li a:hover span,
.fp-slidesNav li a:hover span {
	background: #FFF;
}

/* ---- Related Links ---- */
.widget-RelatedLinks ul,
.widget-BlogDateList ul {
	padding: 0;
	margin:  0;
	list-style: none;
}
.widget-RelatedLinks li,
.widget-BlogDateList li {
	position: relative;
	border-bottom: 3px solid #e1dfdc;
}
.widget-RelatedLinks li:last-child,
.widget-BlogDateList li:last-child {
	border-bottom: none;
}
.widget-RelatedLinks a,
.widget-BlogDateList a {
	text-decoration: none;
	color: #232221;
	position: relative;
	line-height: 1.2;
	text-transform: uppercase;
	padding: 17px 25px 17px 0;
	display: block;
}
/* On */
.widget-RelatedLinks li.on > a,
.widget-BlogDateList li.on > a {
	color: #0c0707;
}
.widget-RelatedLinks li.on > a:after,
.widget-BlogDateList li.on > a:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 6px;
	background-color: #f1cf18;
}
/* Hover/focus */
.widget-RelatedLinks a:hover,
.widget-RelatedLinks a:focus,
.widget-BlogDateList a:hover,
.widget-BlogDateList a:focus {
	background-color: #F5F5F5;
	color: #0c0707;
}

/* -- Depth1 -- */
.widget-RelatedLinks li.depth1 > a,
.widget-BlogDateList li > a {
	padding: 15px 10px 17px;
	font-family: 'Integral CF Demi', Helvetica, Arial, sans-serif;
	letter-spacing: 0.1rem;
}



/* Hover/focus */
.widget-RelatedLinks li.depth1 > a:hover,
.widget-RelatedLinks li.depth1 > a:focus,
.widget-BlogDateList li > a:hover,
.widget-BlogDateList li > a:focus {
	color: #000;
	background-color: rgba(0,0,0,0.05);
}
/* On */
.widget-RelatedLinks li.depth1.on > a,
.widget-BlogDateList li.on > a {
	padding-left: 25px;
	padding-right: 25px;
}

/* -- Depth2 -- */
.widget-RelatedLinks ul.depth2 {
	background-color: rgba(0, 0, 0, 0.01);
}
.widget-RelatedLinks li.depth2 > a {
	padding: 9px 20px 10px 26px;
	font-size: 1.5rem;
	text-transform: none;
}
.widget-RelatedLinks li.depth2 > a:before {
	content: "- ";
}
.widget-RelatedLinks li.depth2:first-child {
	border-top: 1px solid #e1dfdc;
}
.widget-RelatedLinks li.depth2 {
	border-bottom: 1px solid #e1dfdc;
}
.widget-RelatedLinks li.depth2:last-child {
	border-bottom: none;
}
/* -- Depth3 -- */
.widget-RelatedLinks ul.depth3 {
    background-color: rgba(0,0,0,0.02);
}
.widget-RelatedLinks li.depth3 > a {
	padding: 9px 20px 9px 56px;
	font-size: 1.4rem;
	text-transform: none;
}
.widget-RelatedLinks li.depth3 > a:before {
	content: "- ";
	margin-left: -10px;
}
.widget-RelatedLinks li.depth3:first-child {
	border-top: 1px solid #EAEAEA;
}


/* ---- Simple Image Gallery ---- */
.widget-GallerySimple {
	margin: 15px -10px;
}

.widget-GallerySimple h3 {
	padding: 10px;
}

.widget-GallerySimple .gallery-simple-thumb {
	width: 33.333%;
	padding: 10px;
	float: left;
}
.widget-GallerySimple .gallery-simple-thumb img {
	width: 100%;
}


/* ---- Gallery ---- */

div.buttons {
	z-index: 100;
}

.widget-Gallery {
	margin: 15px 0;
	margin: 1.5rem 0;
}
.widget-Gallery a img {
	width: 22%;
	height: auto;
	max-width: 100%;
	margin: 0 4% 20px 0;
	float: left;
}
.widget-Gallery div:nth-child(4n+4) a img {
	margin-right: 0;
}

 /* ---- Gallery Preview ---- */

.widget-GalleryPreview {
	margin: 15px 0;
	margin: 1.5rem 0;
}
.widget-GalleryPreview a img {
	width: 22%;
	height: auto;
	max-width: 100%;
	margin: 0 4% 20px 0;
	float: left;
}
.widget-GalleryPreview div:nth-child(4n+4) a img {
	margin-right: 0;
}
.widget-GalleryPreview p.show-all {
	margin-top: 0;
}

/* ---- Children Page Gallery ---- */

.children-gallery {
	list-style-type: none;
	margin: 29px 0 0;
	padding: 0;
}

.widget-ChildrenGallery .pg-item {
	background-color: #d7d6d3;
	float: left;
	position: relative;
	list-style: none;
	margin-bottom: 25px;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.widget-ChildrenGallery .pg-link {
	display: block;
	text-decoration: none;
	height: 100%;
	position: relative;
}
.widget-ChildrenGallery .pg-image-wrapper,
.widget-ChildrenGallery .pg-no-image {
	position: relative;
}
.widget-ChildrenGallery .pg-image-wrapper img,
.widget-ChildrenGallery .pg-no-image img {
	width: 100%;
}
.widget-ChildrenGallery .pg-image-wrapper:before,
.widget-ChildrenGallery .pg-no-image:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
	background-color: rgba(0,0,0,0.6);
}
.widget-ChildrenGallery .pg-title {
	margin: 0;
	padding: 22px 20px;
	display: block;
	line-height: 1.2;
	color: #0c0707;
	font-size: 1.6rem;
	text-transform: uppercase;
}
.widget-ChildrenGallery .pg-anchor {
	opacity: 0;
	left: 0;
	right: 0;
	top: 66px;
	-webkit-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
	position: absolute;
	margin: 0 20px;
}
.pg-no-image {
	padding-bottom: 77.23%;
	background-color: #c5c3bf;
}

/* Hover */
.widget-ChildrenGallery .pg-link:hover .pg-image-wrapper:before,
.widget-ChildrenGallery .pg-link:hover .pg-no-image:before {
	opacity: 1;
}
.widget-ChildrenGallery .pg-link:hover .pg-anchor {
	opacity: 1;
}
.widget-ChildrenGallery .pg-title:hover {
	text-decoration: underline;
}

.widget-ChildrenGallery .pg-anchor {
	top: 66px;
}

/* BP 1 */
@media screen and (max-width: 1340px) {
	.widget-ChildrenGallery .pg-anchor {
		top: 48px;
	}
}

/* Tablet breakpoint */
@media screen and (max-width: 1024px) {
	.widget-ChildrenGallery .pg-image-wrapper:before,
	.widget-ChildrenGallery .pg-no-image:before {
		display: none;
	}
	.widget-ChildrenGallery .pg-link .pg-anchor {
		display: block;
		position: relative;
		top: auto;
		margin: 0 20px 20px;
		opacity: 1;
		background-color: #232221;
		color: #f1cf18;
		border-color: #232221;
	}
	.widget-ChildrenGallery .pg-link .pg-anchor:hover,
	.widget-ChildrenGallery .pg-link .pg-anchor:focus {
		background-color: #737272;
		color: #f1cf18;
		border-color: #737272;
	}
}

/* BP 3 */
@media screen and (max-width: 767px) {
	.widget-ChildrenGallery .pg-title {
		padding: 17px 17px;
		font-size: 1.4rem;
	}
	.widget-ChildrenGallery .pg-link .pg-anchor {
		margin: 0 17px 20px;
	}
}


/* ---- Order Form ---- */
.widget-OrderForm .product {
	width: 30%;
	margin-right: 5%;
	float: left;
}
.widget-OrderForm .product:nth-child(3n+3) {
	margin-right: 0;
}

/* ---- Videos ---- */
.widget-Video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}

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

/* ---- Products ---- */
/* Product list widget thingie */
div.prod-list {
	margin: 30px 0 10px 0;
}
div.product {
	background: #ffffff; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),color-stop(84%, #f9fafa));
	background: linear-gradient(to bottom, #ffffff 0%,#f9fafa 84%); /* W3C */
	border: 1px solid #e2e2e2;
	margin: 40px 0;
	padding: 26px 30px 0;
}
div.product > .pic {
	float: left;
	width: 14%;
	margin: 0 4% 0 0;
}
div.product > .pic img {
	display: block;
}
div.product > .desc {
	float: left;
	width: 82%;

	padding-bottom: 12px;
}
div.product .buy-outer {
	margin: 10px 0 -20px 0;
	padding: 14px 20px;
	margin: 0 -30px;
	background-color: #f9fafa;
	border-top: 1px solid #e2e2e2;
}
div.product .buy {
	text-align: right;
}
div.product .buy:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
div.payment-total {
	font-size: 27px;
	font-size: 2.7rem;
	text-align: right;
	margin-top: -17px;
	padding-bottom: 17px;
}
div.submit-bar {
	margin-top: 10px;
}
div.product .buy span {
	display: inline;
	margin: 0 20px 0 0;
	font-size: 24px;
	font-size: 2.4rem;
}
div.product .buy span select {
	margin: 0 0 0 10px;
}
div.product .buy b {
	margin: 0 10px 0 0;
}
div.product > .submit {
	float: right;
	text-align: right;
	width: 300px;
}



/* ADVERT WIDGET */

/* inner content square */
.sidebar .advertisement.advert-type-1 {
	text-align: center;
}
.sidebar .widget-Advertisements .advertisement {
	margin: 30px 0;
}

.mainbar .advertisement.advert-type-1 {
	margin-left: 2%;
	margin-bottom: 3%;
	width: 25%;
	float: right;
}

/* inner content banner */
.mainbar .advertisement.advert-type-2,
div.container .advertisement.advert-type-2 {
	background-color: #e1dfdc;
	margin-bottom: 20px;
	text-align: center;
	padding: 8px;
}

.footer-widgets {
	width: 200px;
	position: absolute;
	right: 0;
	top: 30px;
	right: 98px;
}

.nav .advertisement.advert-type-1 {
	width: 200px;
	margin-bottom: 20px;
}


/* ---- Sponsors ---- */

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

.sponsor-gallery .sponsor {
	float: left;
	width: 50%;
	text-align: center;
	min-height: 150px;
	background: #fff;
	outline: 1px solid #d7d7d7;
	position: relative;
}

.sponsor-gallery .sponsor a:hover:after {
	content: ' ';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.025);

}

.sponsor__img-wrap {
	min-height: 150px;
	padding: 10px 15px;
	line-height: 150px;   /*centers vertically, line height must be taller than image height */
    text-align: center;    /*centers horizontally */
}

.sponsor__img-wrap img {
    max-width: 100%;
    vertical-align: middle;   /*centers vertically*/
    display: inline; /*don't have to specify this but I feel like we have a generic class which does display block */

}

.sponsor__name-wrap {
	min-height: 66px;
	padding: 0 5px 5px;
	line-height: 1.1;
}


.sponsor-gallery .sponsor a {
	text-decoration: none;
	display: block;
}

.sponsor-gallery.naming_rights_sponsor .sponsor,
.sponsor-gallery.naming_rights_sponsor .sponsor:first-of-type {
	width: 100%;
	margin: 0;
}


@media screen and (min-width: 501px) {

	.sponsor-gallery .sponsor {
		width: 25%;
	}

	.sponsor__img-wrap {
		min-height: 186px;
		line-height: 186px;   /*centers vertically, line height must be taller than image height */
		padding: 10px 20px;
	}

	.sponsor__name-wrap {
		min-height: 66px;
		padding: 0 10px 5px;
		line-height: 1.1;
	}

	.sponsor-gallery.principal_sponsors	.sponsor {
		width: 50%;
	}

	.sponsor-gallery.principal_sponsors .sponsor__img-wrap {
		min-height: 110px;
		line-height: 110px;
	}

	.sponsor-gallery.naming_rights_sponsor .sponsor__img-wrap {
		min-height: 130px;
		line-height: 130px;
	}

	.sponsor-gallery.naming_rights_sponsor .sponsor__name-wrap,
	.sponsor-gallery.principal_sponsors .sponsor__name-wrap {
		min-height: 50px;
	}

	.sponsor-gallery.platinum_sponsors .sponsor {
		width: 33.33333333333333%;
		min-height: 145px;
	}


}


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


	.sponsor-gallery .sponsor {
		width: 16.66666666%;
	}

	.sponsor__img-wrap {
		min-height: 150px;
		line-height: 150px;   /*centers vertically, line height must be taller than image height */
	}



	/* platinum_sponsors */

	.sponsor-gallery.platinum_sponsors .sponsor {
		width: 16.66666666%;
	}

	/* principal_sponsors */


	.sponsor-gallery.principal_sponsors .sponsor {
		width: 28%;
	}

	.sponsor-gallery.principal_sponsors .sponsor:first-of-type {
		margin-left: 22%;
	}

	.sponsor-gallery.principal_sponsors .sponsor__img-wrap {
		min-height: 125px;
		line-height: 125px;
	}


	/* naming_rights_sponsor */

	.sponsor-gallery.naming_rights_sponsor .sponsor,
	.sponsor-gallery.naming_rights_sponsor .sponsor:first-of-type {
		width: 40%;
	}

	.sponsor-gallery.naming_rights_sponsor .sponsor:first-of-type {
		margin-left: 30%;
	}

	.sponsor-gallery.naming_rights_sponsor .sponsor__img-wrap,
	.sponsor-gallery.naming_rights_sponsor .sponsor__name-wrap {
		min-height: 0;
		padding-bottom: 10px;
	}
}

/* ---- Blog ---- */

#blog-posts,
#blog-entries div.blog-post-preview {
	-webkit-transition-duration: .8s;
	        transition-duration: .8s;
}

#blog-posts {
	-webkit-transition-property: height, width;
	transition-property: height, width;
}

#blog-entries div.blog-post-preview {
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

#blog-posts.no-transition,
#blog-entries div.blog-post-preview.no-transition {
	-webkit-transition-duration: 0;
	        transition-duration: 0;
}

#blog-entries div.blog-post-preview{
	z-index: 2;
}

#blog-entries div.blog-post-preview.isotope-hidden {
	pointer-events: none;
	z-index: 1;
}


.blog-date {
	text-align: center;
	width: 100%;
	height: 113px;
	margin: 0 auto;;
}
.blog-date p {
	color: #FFF;
}
#blog-posts {
	margin: 0 0 0 -2%;
}
#blog-entries div.blog-post-preview {
	border: 1px solid #dedede;
	padding: 25px 25px 15px;
	width: 31%;
	margin: 0 0 20px 2%;
	float: left;
	min-height: 500px;
	background-color: #FFF;
}
#blog-entries .view-more-link-wrapper {
	margin-bottom: 18px;
}
#blog-entries div.blog-post-preview img.blog-post-featured-img-small {
	width: 100%;
}
#blog-entries div.blog-post-preview:hover {
	background: #f8f8f8;
}
#blog-entries div.blog-post-preview:hover .view-more-link {
	opacity: 0.9;
}
#blog-entries div.blog-post-preview .view-more-link {
	padding: 20px;
	border: 1px solid #dedede;
}
#blog-entries div.blog-post-preview div.side {
	float: left;
	width: 19.7%;
	border-right: 1px solid #dedede;
	text-align: center;
	margin-top: 30px;
}
#blog-entries div.blog-post-preview .blog-date {
	border-bottom: 1px solid #dedede;
	float: right;
	padding: 0 11% 0 0;
	margin-bottom: 20px;
}
#blog-entries div.blog-post-preview div.share {
	padding-right: 14%;
	margin-top: 10px;
}
.hub-share__title {
	text-transform: uppercase;
	font-size: 1.5rem;
	padding: 0;
	margin: 0 0 5px;
}
#blog-entries div.blog-post-preview div.hub-share a img {
	margin: 0 0 0 15px;
	display: inline;
}
div.share a:hover {
	text-decoration: none;
}
div.share a:hover img {
	opacity: 0.5;
	-webkit-transition: opacity 300ms ease-in;
	transition: opacity 300ms ease-in;
}
#blog-entries div.blog-post-preview a {
	text-decoration: none;
}
#blog-entries div.blog-post-preview div.excerpt {
	margin-bottom: 15px;
}
#blog-entries div.blog-post-preview div.excerpt h3 a {
	color: #686868;
}
#blog-entries div.blog-post-preview div.excerpt h3 {
	font-size: 2.3rem;
	padding-bottom: 0;
	margin-top: 0;
}
#blog-entries div.blog-post-preview div.excerpt h3:before,
#blog-entries div.blog-post-preview div.excerpt h3:after {
	display: none;
}
#blog-entries div.blog-post-preview div.excerpt p.author {
	font-size: 1.4rem;
	text-transform: uppercase;
}
#blog-entries div.blog-post-preview div.excerpt p {
	line-height: 140%;
	font-size: 1.7rem;
	margin: 10px 0 0;
}
.blog-post-details p {
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #0c0707;
	font-size: 1.5rem;
}
/* Refine bar */
.blog-refine-bar {
	margin: 0 0 35px;
}
.blog-refine-bar p {
	font-weight: 500;
	font-size: 1.9rem !important;
	display: inline;
	margin-right: 16px;
}

.blog-refine-bar a {
	text-transform: uppercase;
	font-weight: 100;
	padding: 5px 10px;
	text-decoration: none;
	margin: 1px 3px;
	line-height: 150%;
}
.blog-refine-bar a:hover {
	-webkit-transition: none;
	transition: none;
}

/* BP 5 */
@media screen and (max-width: 500px) {
	#blog-entries div.blog-post-preview div.excerpt h3 {
		font-size: 1.9rem;
	}
}


/* --------------------------------------------------------
** Blog post
-------------------------------------------------------- */
img.blog-post-featured-img {
	margin: 10px 0 40px;
	width: 100%;
}
img.blog-author-img {
	float:left;
	max-width: 200px;
	max-height: 300px;
	margin: 0 20px 20px 0;
}

#blog-post-section div.blog-post {
	width: 92%;
	margin: 0 auto;
}

#blog-post-section div.blog-post div.side {
	float: left;
	width: 9%;
	border-right: 1px solid #dedede;
	text-align: center;
	margin-top:  30px;
}
#blog-post-section div.blog-post .blog-date,
#blog-post-section div.blog-post .blog-subscribe,
#blog-post-section .blog-author-pic {
	border-bottom: 1px solid #dedede;
	margin-bottom: 20px;
}
.side-col {
	padding: 0 14% 0 0;
}
.blog-author-pic img {
	margin: 32% 0;
}

.blog-item {
	border-bottom: 1px solid #f3f1f1;
	margin: 5px 0 20px;
}

.blog-item .details,
.blog-post .details {
	margin: 0 0 20px;
}
.blog-item .details p.date,
.blog-item .details p.author,
.blog-post .details p.date,
.blog-post .details p.author {
	display: inline;
}

p.blog-rss-link {
	float: right
}
p.blog-rss-link img {
	width: 16px;
	margin-left: 10px;
}

#blog-post-section div.blog-post .blog-date p {
	color: #ffc400;
}
div.blog-post .side div.share {
	padding-right: 16%;
}
div.blog-post .side a img {
	display: block;
	margin: 15px auto;
}
#blog-post-section div.blog-post div.share a:hover img {
	opacity: .5;
	-webkit-transition: opacity 300ms ease-in;
	transition: opacity 300ms ease-in;
}
#blog-post-section div.blog-post div.excerpt {
	float: left;
	padding: 0 0 0 3%;
	width: 91%;
	margin-top: 30px;
}

#blog-post-section div.blog-post div.excerpt h3:before,
#blog-post-section div.blog-post div.excerpt h3:after {
	display: none;
}
#blog-post-section div.blog-post div.excerpt p.author {
	font-size: 1.4em;
	text-transform: uppercase;
	margin: 10px 0 20px;
}
div.excerpt h1,
div.excerpt .h1 {
	text-align: left;
	font-weight: 300;
	font-size: 3.8rem;
	margin: 15px 0 20px 0;
}
div.excerpt h2,
div.excerpt .h2 {
	color: #ee522e;
	font-weight: 300;
	font-size: 3.2rem;
	text-align: left;
	margin: 50px 0 18px 0;
	border-bottom: 1px solid #dedede;
	padding-bottom: 7px;
}
div.excerpt h3,
div.excerpt .h3 {
	font-weight: 500;
	font-size: 2.7rem;
	text-align: left;
	margin: 32px 0 14px 0;
	-webkit-transition: color 100ms ease;
	transition: color 100ms ease;
}
div.excerpt h3:hover,
div.excerpt .h3:hover {
	color: #3e3e3e;
}
div.excerpt h4,
div.excerpt .h4 {
	color: #364250;
	font-weight: 300;
	font-size: 2.1rem;
	text-align: left;
	margin: 27px 0 20px 0;
}
div.excerpt h5,
div.excerpt .h5 {
	color: #364250;
	font-weight: 300;
	font-size: 1.6rem;
	text-align: left;
	margin: 25px 0 20px 0;
}
div.excerpt h6,
div.excerpt .h6 {
	color: #364250;
	font-weight: 300;
	font-size: 1.3rem;
	text-align: left;
	margin: 25px 0 20px 0;
}
div.excerpt p {
	line-height: 1.5em;
	font-size: 2.1rem;
	margin: 0 0 20px;
}

.blog-comments,
.fb-comments,
.fb-comments span,
.fb-comments iframe,
.pluginSkinLight > div  {
	width: 100% !important;
}

div.share {
	float: left;
	width: 50%;
	margin: 25px 0;
}

div.share:not(:first-child) {
	text-align: right;
}

div.share:not(:first-child) img {
	margin-left: 7px;
}

div.share p {
	color: #909396;
	text-transform: uppercase;
	font-size: 1.5rem;
}

.share .share-item {
	display:inline-block;
	margin: 1px;
	vertical-align: top;
}

.share .share-item.share-item-fb {
	padding-right: 28px;
	margin-top: -3px;
}

.blog-article__footer .share {
	width: 50%;
	float: left;
	color: #B3B7BB;
}
.blog-article__footer .share:not(:first-child) {
	text-align: right;
}

@media screen and (max-width: 1100px) {
	#blog-posts {
		margin: 0 0 0 -2%;
	}
	#blog-entries div.blog-post-preview {
		width: 48%;
		margin-left: 2%;
	}
}

@media screen and (max-width: 767px) {
	#blog-posts {
		margin: 0;
	}
	#blog-entries div.blog-post-preview {
		border: 1px solid #dedede;
		padding: 20px;
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}
	.blog-archive-rss a {
		width: 100%;
	}
	p.blog-rss-link {
		float: none;
	}
}

/* ---- Blog Posts ---- */

.blog-posts {
	margin: 30px 0;
}

.blog-post {
	border-bottom: 2px solid #e4e5e5;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.blog-post__details {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #222;
	line-height: 1.6;
}

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

.blog-posts__footer-link {
	margin: -10px 0 0;
	padding-bottom: 15px;
	border-bottom: 2px solid #e4e5e5;
}

.widget-BlogIntro.orientation-tall .blog-post__img {
	display: none;
}

@media screen and (min-width: 601px) and (max-width: 767px) {
	.blog-post__img {
		width: 28%;
		float: left;
	}
	.blog-post__content {
		float: right;
		width: 68%;
	}

	.widget-BlogIntro.orientation-tall .blog-post__content {
		width: 66%;
		float: left;
		margin-left: 20px;
		margin-top: 20px;
	}

	.widget-BlogIntro.orientation-tall .blog-post__img {
		display: block;
		max-width: 100px;
	}
}

@media screen and (min-width: 768px) {
	.blog-post__img {
		width: 28%;
		float: left;
	}
	.blog-post__content {
		float: right;
		width: 68%;
	}

	.widget-BlogIntro.orientation-tall .blog-post__content {
		width: 100%;
	}
}
@media screen and (min-width: 1101px) {
	.widget-BlogIntro.orientation-tall .blog-post__content {
		float: right;
		width: 66%;
	}
	.widget-BlogIntro.orientation-tall .blog-post__img {
		display: block;
		max-width: 100px;
	}
}


/* Blog post in narrow area */
.blog-posts--narrow .blog-post__img {
	width: 100%;
}

.blog-posts--narrow .blog-post__content {
	width: 100%;
}


/* ---- Countdown Widget ---- */
.countdown-wrap {
	margin-top: 70px;
	min-width: 250px;
	float: right;
}

.widget-CountDown {
	background: #000;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 25px;
	margin: 20px 0;
}

.widget-CountDown h3 {
	margin-top: 0;
	text-align: center;
	font-size: 3rem;
	color: #f1cf18;
	margin-bottom: 25px;
}

.widget-CountDown .countdown-days,
.widget-CountDown .countdown-hrs,
.widget-CountDown .countdown-mins {
	margin-right: 8%;
	width: 28%;
	float: left;
	text-align: center;
}

.widget-CountDown .countdown-mins {
	margin-right: 0;
}

.widget-CountDown b {
	background: rgb(255, 255, 255);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)),color-stop(52%, rgba(220, 220, 220,1)),color-stop(52%, rgba(255,255,255,1)),to(rgba(220, 220, 220,1)));
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(220, 220, 220,1) 52%,rgba(255,255,255,1) 52%,rgba(220, 220, 220,1) 100%);
	padding: 21px 0;
	border-radius: 3px;
	display: block;
	position: relative;
	line-height: 2.6rem;
	font-size: 3.6rem;
	color: #171717;
}

.widget-CountDown b:before {
	background-color: #a5a5a5;
	content: " ";
	position: absolute;
	height: 1px;
	top: 35px;
	left: 0;
	right: 0;
	opacity: 0.5;
}

.widget-CountDown span {
	margin-top: 5px;
	display: block;
	text-transform: uppercase;
	font-size: 2.6rem;
	color: #f1cf18;
}

/* BP 3 */
@media screen and (max-width: 767px) {
	.countdown-wrap {
		margin-top: 0;
		display: block;
		float: none;
	}

	.widget-CountDown h3 {
		margin-bottom: 15px;
		font-size: 2.5rem;
	}
	.widget-CountDown b {
		font-size: 3rem;
	}
	.widget-CountDown span {
		font-size: 1.7rem;
	}
}

/* BP 4 */
@media screen and (max-width: 600px) {
	.countdown-wrap {
		padding-bottom: 0;
	}
	.widget-CountDown {
		padding: 18px;
	}

	.widget-CountDown h3 {
		margin-bottom: 9px;
		font-size: 2.2rem;
	}
	.widget-CountDown b {
		font-size: 1.9rem;
		padding: 9px 0;
	}
	.widget-CountDown span {
		font-size: 1.4rem;
	}
	.widget-CountDown b:before {
		top: 22px;
	}
}


/* ---- Accordion ---- */
.accordion__list {
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: accordion-list;
}
.accordion__button {
	-webkit-appearance: none;
	border: none;
	outline: none;
	padding: 21px 50px 19px 110px;
	background: #232221;
	color: #FFF;
	text-align: left;
	width: 100%;
	display: block;
	position: relative;
	font-size: 2.2rem;
	border: 1px solid #585758;
}
.accordion__button:before {
	counter-increment: accordion-list;
	content: counter(accordion-list) ". ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 80px;
	padding: 14px 15px;
	font-size: 3.7rem;
	line-height: 1;
	text-align: center;
	font-family: 'Integral CF Demi', Helvetica, Arial, sans-serif;
	background: #353334;
}
.accordion__button:after {
	content: "\e90d";
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 3.9rem;
	color: #fff;
	padding: 16px 16px;
	text-align: center;
}

.accordion__content {
	padding: 30px 94px;
	display: none;
}

.accordion__button--status {
	margin: 0 0 0 20px;
	color: #797875;
	font-size: 1.6rem;
}
.accordion__button--status:before {
	content: "- ";
}

/* Hover */
.accordion__button:hover {
	background: #313030;
}

/* Active */
.accordion__item--active .accordion__button:after {
	color: #f1cf18;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.accordion__item--active .accordion__button {
	color: #f1cf18;
}
.accordion__item--active .accordion__content {
	display: block;
}

/* BP 1 */
@media screen and (max-width: 1340px) {
	.accordion__button {
		padding: 15px 50px 12px 88px;
		font-size: 1.9rem;
	}
	.accordion__button:before {
		width: 65px;
		padding: 11px 15px;
		font-size: 2.9rem;
	}
	.accordion__button:after {
		font-size: 3rem;
		padding: 12px 12px;
	}
	.accordion__content {
		padding: 26px 0;
	}
	.accordion__button--status {
		margin: 0 0 0 15px;
		font-size: 1.5rem;
	}
}

/* BP 3 */
@media screen and (max-width: 767px) {
	.accordion__button {
		padding: 10px 40px 10px 63px;
		font-size: 1.6rem;
	}
	.accordion__button:before {
		width: 48px;
		padding: 8px 15px;
		font-size: 2.4rem;
	}
	.accordion__button:after {
		font-size: 2.5rem;
		padding: 10px 9px;
	}
	.accordion__content {
		padding: 22px 0;
	}
	.accordion__button--status {
		margin: 0 0 0 8px;
		font-size: 1.4rem;
	}
}

/* ---- Video gallery section ---- */
.section--video-gallery {
	padding-bottom: 90px;
}

/* BP 1 */
@media screen and (max-width: 1340px) {
	.section--video-gallery {
		padding-bottom: 70px;
	}
}

/* BP 2 */
@media screen and (max-width: 1100px) {
	.section--video-gallery {
		padding-bottom: 50px;
	}
}

/* BP 3 */
@media screen and (max-width: 767px) {
	.section--video-gallery {
		padding-bottom: 70px;
	}
}

/* ---- Takeover section ---- */
.section--image-text-takeover,
.section--video-takeover {
	background-image: url(../images/tyre-pattern.jpg);
	background-repeat: repeat;
	position: relative;
}
.section--image-text-takeover:before {
	content: '\00a0';
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: rgba(0,0,0,0.35);
	z-index: 0;
}
.section--image-text-takeover .container {
	position: relative;
}

.section--image-text-takeover a {
	color: #f1cf18;
}

.section--image-text-takeover a:hover,
.section--image-text-takeover a:focus,
.section--image-text-takeover a:active {
	color: #ffffff;
}


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

.takeover-cta {
	padding-top: 60px;
}
@media screen and (max-width: 1100px) {
	.takeover-cta {
		padding-top: 40px;
		padding-bottom: 0;
	}
}


.section--video-takeover {
	padding-top: 20px;
	padding-bottom: 20px;
}


/* ---- Image and text ---- */
.image-and-text__link {
	display: flex;
	text-decoration: none;
}
.image-and-text__link,
.image-and-text__link:hover,
.image-and-text__link:active {
	color: inherit;
}
.image-and-text__image {
	flex: 1 1 auto;
	padding-right: 40px;
}

/* BP 3 */
@media screen and (max-width: 767px) {
	.image-and-text__link {
		display: block;
	}
	.image-and-text__image {
		flex: none;
		padding-right: 0;
	}
}
