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

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

body {
	font-family: 'Teko', sans-serif;
	font-weight: 300;
	font-size: 24px;
	color: #2a2a2a;
	letter-spacing: 1px;
}

a {
	text-decoration: none;
	color: #2a2a2a;
}

li {
	list-style: none;
}

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

.m-only {
	display: none;
}

.wrapper {
	max-width: 1264px;
	height: auto;
	margin: 0 auto;
}

.container {
	padding: 2em;
}

.header-container {
	background: url(../img/header-bg.png);
	background-size: cover;
	background-position: center center;
}

.centennial-logo {
	max-width: 250px;
	margin: 0 auto;
}

.countdown {
-webkit-box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.35);
box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.35);
}

.date {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	background: #2a2a2a;
	padding: .25em;
}

.date p {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .1em;
	font-weight: 300;
}

.date p+p {
	margin-left: 2em;
}

#clockdiv {
    color: #2a2a2a;
    text-align: center;
    font-size: 30px;
	background: #e0e0e0;
}

#clockdiv > div {
    padding: 10px;
    border-radius: 3px;
    display: inline-block;
}

#clockdiv div > span {
    padding: 5px 15px 5px 15px;
    font-size: 1.75em;
    border-radius: 3px;
    display: inline-block;
}

.smalltext {
    padding-top: 5px;
    font-size: .7em;
}

.two-col {
	width: 100%;
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.two-col__item {
	width: 50%;
	float: left;
	margin-bottom: 10px;
	text-align: center;
}

.two-col__item p {
	font-size: .9em;
}

.two-col__item a {
	margin-top: 1em;
}

.buy-tickets,
.fan-guide {
	min-height: 311px;
	background: #f8f8f8;
	display: flex;
	justify-content: center;
	flex-direction: column;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.09);
	box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.09);
}

.buy-tickets {
	margin-right: 7px;
}

.fan-guide {
	margin-left: 7px;
}

.item-container {
	padding: 0 1.5em;
}

.hero {
	clear: both;
	text-align: center;
	text-transform: uppercase;
	background: #00060c;
	background: url(../img/centennial-players-bg.jpg);
	background-position: center 70%;
	background-repeat: no-repeat;
	color: #ffffff;
	padding-top: 2em;
	padding-bottom: 2em;
	position: relative;
	top: 2px;
}

.hero h1 {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 1em;
	padding-right: 1em;
	font-weight: 300;
}

.hero p {
	max-width: 620px;
	margin: 0 auto;
	margin-bottom: 1em;
	display: inline-block;
	background: rgba(0, 0, 0, .5);
	padding: .75em;
	text-transform: none;
}

.hero .players {
	max-width: 700px;
}

.details {
	background: #00060c;
}

.details:after {
	content: '';
	background: url(../img/arrow-down.svg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100px;
	width: 100px;
	display: none;
	position: absolute;
	left: calc(50% - 50px);
}

.rsa-sections {
	width: 50%;
	height: 600px;
	float: left;
}

.rsa-sections > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	padding: 2.5em;
	-ms-flex-pack: center;
	    justify-content: center;
	height: 100%;
}

.rsa-cta {
	position: relative;
	top: -100px;
}

.rsa-sections:first-child h2 {
	font-size: 2.25em;
}

.rsa__items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
}

.rsa__items--callout {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	background: #ccc;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-direction: column;
	    flex-direction: column;
	background-size: cover;
	box-shadow: inset 0 0 0 100vmax rgba(0, 0, 0, 0.5);
	transition: .2s all;
	cursor: pointer;
	padding: 1.5em;
}

.rsa__items--callout:hover {
	-ms-flex-positive: 2;
	    flex-grow: 2;
	box-shadow: inset 0 0 0 100vmax rgba(0, 61, 125, 0.7);
}

.rsa__items--callout:nth-child(1) {
	background: #222 url(../img/rsa-jersey.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: auto;
}
.rsa__items--callout:nth-child(2) {
	background: #222 url(../img/survival-kit.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: auto;
}

.rsa__items--callout h3,
.rsa__items--callout p {
	text-transform: uppercase;
	letter-spacing: .075em;
	color: #fff;
	transition: .2s all;
	text-align: center;
	margin-top: .25em;
	margin-bottom: .25em;
}

.rsa__items--callout .survival-kit-details {
	font-size: .75em;
	font-weight: lighter;
	-ms-flex-item-align: end;
	    align-self: flex-end;
	text-transform: none;
}

.leafsnation {
	clear: both;
	background: #d3d3d3;
	background: rgba(226,226,226,1);
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
	color: #444444;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-bottom: 2em;
}

.leafsnation-text {
	max-width: 600px;
	padding: 1.5em;
	text-align: center;
}

.leafsnation-text * {
	font-weight: lighter;
}

.leafsnation-text h1 {
	margin-bottom: 0;
}


@media screen and (max-width: 767px) {
	.m-only {
		display: block;
	}
	
	.details-p {
		color: #ffffff;
		background: #00060c;
		background: rgba(0, 6, 12, .8);
		position: absolute;
		padding: 1em 3em;
		bottom: 0;
	}
}


/* MEDIA QUERIES */
@media screen and (max-width: 901px) {
	.hero h1 {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 769px) {
	.details .container {
		padding-left: 0;
		padding-right: 0;
	}
}


@media screen and (max-width: 669px) {
	.details:after {
		display: block;
	}

	.rsa-sections {
		float: none;
		width: 100%;
		height: 600px;
	}

	.rsa-sections:first-child {
		height: 300px;
	}

	.rsa-cta {
		top: 0;
	}

	.rsa-sections:first-child h2,
	.rsa-sections:first-child p {
		text-align: center;
	}
}

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

	.two-col__item {
		float: none;
		width: 100%;
	}

	.buy-tickets,
	.fan-guide {
		min-height: 100%;
		padding: 1em 0;
	}


	.details {
		padding: 0;
	}

	.rsa {
		-ms-flex-direction: column;
		    flex-direction: column;
	}

	.rsa__item {
		min-height: 300px;
	}

}

@media screen and (max-width: 475px) {
	body {
		font-size: 18px;
	}

	.details-p {
		padding: 1em;
	}

}

@media screen and (max-width: 340px) {
	.date {
		font-size: .9em;
	}
}

@media screen and (max-width: 360px) {
	.hero {
		padding-top: 1em;
	}

	#clockdiv div > span {
		font-size: 1em;
	}
}


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

Animated Button 

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

.btn-draw {
	position: relative;
	display: inline-block;
	color: #003d7d;
	border-bottom: 2px solid #003d7d;
	cursor: pointer;
	overflow: hidden;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.btn-draw:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 2px;
	background: #003d7d;
	transform: translateY(100%);
	transition: transform 0.2s ease-in-out;
	transition-delay: 0.6s;
}
.btn-draw > span {
	position: relative;
	display: block;
	padding: 0.5em;
	color: inherit;
}
.btn-draw > span:before, .btn-draw > span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #003d7d;
	transition: transform 0.2s ease-in-out;
}
.btn-draw > span:before {
	height: 2px;
	width: 100%;
	transform: translateX(100%);
	transition-delay: 0.4s;
}
.btn-draw > span:after {
	height: 100%;
	width: 2px;
	transform: translateY(-100%);
	transition-delay: 0.2s;
}
.btn-draw:hover:after, .btn-draw:hover > span:before, .btn-draw:hover > span:after {
	transform: translate(0, 0);
}
.btn-draw:hover:after {
	transition-delay: 0s;
}
.btn-draw:hover > span:before {
	transition-delay: 0.2s;
}
.btn-draw:hover > span:after {
	transition-delay: 0.4s;
}
.btn-draw:hover {
	color: #ffffff;
	background-color: #003d7d;
	transition-delay: 0.6s;
}


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

Images block

-------------------------------- */
.cd-image-block {
	position: relative;
}
.cd-image-block::before {
	/* this is the layer used to cover the .cd-image-block when the content block becomes visible - mobile only */
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(52, 54, 66, 0.6);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-image-block.content-block-is-visible::before {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 768px) {
		.cd-image-block::before {
		display: none;
	}
}

.cd-images-list::before {
	/* never visible - this is used in jQuery to check the current MQ */
	content: 'mobile';
	display: none;
}
.cd-images-list > li {
	height: 350px;
	background: url(../img/details-collar.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 30px;}
.cd-images-list > li:nth-of-type(2) {
	background: url(../img/details-patch.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 30px;
}
.cd-images-list > li:nth-of-type(3) {
	background: url(../img/details-full.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 30px;
}
.cd-images-list > li:nth-of-type(4) {
	background: url(../img/details-arenas.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 30px;
}
.cd-images-list > li > a {
	/* used to vertically align the h2 child -  mobile version only */
	display: table;
	height: 100%;
	width: 100%;
	position: relative; /* JA */
	cursor: default; /* JA */
}
.cd-images-list h2 {
	/* used to vertically align h2 -  mobile version only */
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 3rem;
	color: #ffffff;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
	.cd-images-list::before {
		/* never visible - this is used in jQuery to check the current MQ */
		content: 'desktop';
	}
	.cd-images-list > li > a {
		display: block;
		padding: 4em 3em;
		cursor: default;
		pointer-events: none;
	}
	.cd-images-list h2 {
		font-size: 5.5rem;
		text-align: left;
	}
}

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

Content block

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

.cd-content-block {
	/* move the block outside the viewport (to the right) - mobile only */
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	transform: translateX(100%);
	transition: transform 0.3s;
}

.cd-content-block.is-visible {
	transform: translateX(0);
}

.cd-content-block > ul {
	height: 100%;
}

.cd-content-block > ul > li {
	position: absolute;
	height: 100%;
	padding: 2em;
	/*overflow-y: scroll;*/
	background-color: #00060c;
	opacity: 0;
	visibility: hidden;
}

.cd-content-block > ul > li.is-selected {
	/* this is the selected content */
	position: relative;
	opacity: 1;
	visibility: visible;
	-webkit-overflow-scrolling: touch;
}

.cd-content-block h2 {
	line-height: 1.2;
	font-weight: 700;
	font-size: 2.3rem;
	margin-bottom: 1em;
}

.cd-content-block p {
	margin-bottom: 2em;
	line-height: 1.6;
	color: #d2d4de;
}

.cd-content-block .cd-close {
	/* 'X' icon to close the content block -  mobile only */
	position: fixed;
	top: 0;
	right: 0;
	height: 44px;
	width: 44px;
	/* image replacement */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
	background: transparent;
	border: none;
	transform: scale(0);
	transition: transform 0.2s;
}

.cd-content-block .cd-close::after, .cd-content-block .cd-close::before {
	/* these are the 2 lines of the 'X' icon */
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 2px;
	height: 24px;
	background-color: #ffffff;
	/* Force Hardware Acceleration */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
}

.cd-content-block .cd-close::after {
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.cd-content-block .cd-close::before {
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.cd-content-block .cd-close.is-scaled-up {
	transform: scale(1);
}

.no-touch .cd-content-block .cd-close.is-scaled-up:hover {
	transform: scale(1.2);
}

@media only screen and (min-width: 768px) {
	.cd-content-block {
		/* reset style */
		position: static;
		transform: translateX(0);
	}

	.cd-content-block > ul > li {
		/* reset style */
		opacity: 1;
		visibility: visible;
		padding: 0 3em;
	}

	.cd-content-block > ul > li {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
	}

	.cd-content-block > ul > li.overflow-hidden {
		/* this class is used during the animation (slider change) to hide the scrolling bar */
		overflow: hidden;
	}

	.cd-content-block h2 {
		font-size: 3rem;
	}

	.cd-content-block .cd-close {
		display: none;
	}
}

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

Desktop slider - both image and content blocks

---------------------------------------------- */
@media only screen and (min-width: 768px) {
	.cd-image-block,
	.cd-content-block {
		/* slider style - desktop version only */
		width: 50%;
		float: left;
		height: 450px;
		overflow: hidden;
	}

	.cd-image-block > ul,
	.cd-content-block > ul {
		position: relative;
		height: 100%;
	}

	.cd-image-block > ul > li,
	.cd-content-block > ul > li {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		/* Force Hardware Acceleration */
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		will-change: transform;
		/* by default, the items are moved to the right - relative to their parent elements */
		transform: translateX(100%);
		transition: transform 0.5s;
	}

	.cd-image-block > ul > li.is-selected,
	.cd-content-block > ul > li.is-selected {
		/* this is the visible item */
		position: absolute;
		transform: translateX(0);
	}

	.cd-image-block > ul > li.move-left,
	.cd-content-block > ul > li.move-left {
		/* this is the item hidden on the left */
		transform: translateX(-100%);
	}

}

@media only screen and (min-width: 955px) {
	.cd-image-block {
		width: 65%;
	}

	.cd-content-block {
		width: 35%;
	}
}

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

Slider navigation

-------------------------------- */
.block-navigation {
	/* this is the slider navigation - desktop version only */
	display: none;
}
@media only screen and (min-width: 768px) {

	.block-navigation {
		display: block;
		/*position: fixed;*/
		position: relative;
		bottom: 0;
		left: 0;
		width: 50%;
	}

	.block-navigation::after {
		clear: both;
		content: "";
		display: table;
	}

	.block-navigation li {
		width: 50%;
		height: 50px;
		line-height: 50px;
		text-align: center;
		background-color: rgba(0, 0, 0, 0.5);
		transition: background 0.2s;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}

	.block-navigation li:hover {
		background-color: rgba(0, 0, 0, 0.7);
	}

	.block-navigation li:first-of-type {
		float: left;
	}

	.block-navigation li:last-of-type {
		float: right;
	}

	.block-navigation button {
		display: block;
		height: 100%;
		width: 100%;
		color: #ffffff;
		background: #00060c;
		border: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transition: background .2s ease-in-out;
	}

	.block-navigation button:hover {
		background: rgba(255, 255, 255, .1);
	}

	.block-navigation button.inactive {
		opacity: .3;
		cursor: not-allowed;
	}

}

@media only screen and (min-width: 955px) {
	.block-navigation {
		width: 65%;
	}	
}

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

Javascript disabled

-------------------------------- */
@media only screen and (min-width: 768px) {
	.no-js .cd-content-block {
		display: none;
	}

	.no-js .cd-image-block {
		width: 100%;
		overflow: visible;
	}

	.no-js .cd-images-list::after {
		clear: both;
		content: "";
		display: table;
	}

	.no-js .cd-images-list > li {
		position: static;
		width: 50%;
		float: left;
		height: 400px;
		transform: translateX(0);
	}
	.no-js .cd-images-list > li.is-selected {
		position: static;
	}

	.no-js .cd-images-list > li > a {
		cursor: pointer;
		pointer-events: auto;
	}

	.no-js .block-navigation {
		display: none;
	}

}

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

Preloader

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

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffffff;
    opacity: .9;

    -webkit-animation: spin 2s linear infinite;
    		animation: spin 2s linear infinite;
    z-index: 1001;
	}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffffff;

    -webkit-animation: spin 3s linear infinite;
    		animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffffff;

    -webkit-animation: spin 1.5s linear infinite;
    		animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);
        	-ms-transform: rotate(0deg);
        		transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        	-ms-transform: rotate(360deg);
        		transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
	            transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
	            transform: rotate(360deg);
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #00060c;
    z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
	right: 0;
}

    /* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader {
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;

}
.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);

    -webkit-transition: all 0.3s 1s ease-out;
            transition: all 0.3s 1s ease-out;
}

#content {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 80%;
    max-width: 978px;
}