@charset "UTF-8";

/*-- Reset --*/

* {
	padding:0;
	margin:0;
	outline:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* > :last-child { 
	margin-bottom:0;
}

img {
	width:100%;
	height:auto;
	display:block;
}

.clearfix::after {
	content:"";
	clear:both;
	display:table;
}

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, 
em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav,
object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, td, video, tt, u, ul, var, a img {
    background:transparent;
	border:0 none;
	outline:none;
	vertical-align:baseline;
	padding:0;
	margin:0;    
}


/*-- Fonts --*/

@font-face {
    font-family: 'drukbold';
    src: url('../fonts/druk-bold.woff2') format('woff2'),
         url('../fonts/druk-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*-- General --*/

html {
	background: #fff;
	max-width: 100%;
	max-height: 100%;
	overflow-x: hidden;
}

body {
	background: #fff;
	max-width: 100%;
	max-height: 100%;
	overflow-x: hidden;
	position: relative;
	text-rendering: optimizeLegibility;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1 {
	font: 400 125px/115px "drukbold", sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 30px;
}

h1 span {
	color: #ac441d;
}

h2 {
	font: 400 90px/80px "drukbold", sans-serif;
	text-transform: uppercase;
	color: #212322;
	margin: 0 0 30px;
}

h2 span {
	color: #ac441d;
}

h3 {
	font: 700 26px/32px "campaign", sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #212322;
	margin: 0 0 30px;
}

h4 {
	font: 500 18px/22px "campaign", sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #212322;
	margin: 0 0 15px;
}

p {
	font: 400 16px/26px "area-normal", sans-serif;
	color: #212322;
	margin: 0 0 30px;
}

p a {
	font-weight: 600;
	text-decoration: none;
	color: #ac441d;
	transition: all 0.2s ease;
}

p a:hover {
	color: #212322;
	text-decoration: underline;
}

p.italic {
	font: italic 400 13px/18px "area-normal", sans-serif;
}

a.btn {
	font: 500 13px/13px "campaign", sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: #ac441d;
	border-radius: 200px;
	min-width: 150px;
	padding: 14px 24px;
	margin: 5px 0 30px;
	display: inline-block;
	transition: all 0.2s ease;
}

a.btn:hover {
	background: #212322 !important;
	color: #fff !important;
	transform: scale(1.05);
}

a.btn.btn-outline {
	background: none;
	border: 2px solid #ac441d;
	padding: 11px 21px;
}

a.btn.btn-outline:hover {
	border: 2px solid #fff;
}

a.link {
	font: 500 14px/14px "campaign", sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #212322;
	text-decoration: none;
	margin: 0 0 25px;
}

a.link:after {
	content: "";
	background: url("../images/link-black.svg") 0 0 no-repeat;
	background-size: 14px 10px;
	width: 14px;
	height: 10px;
	margin: 0 0 0 5px;
	display: inline-block;
	transition: all 0.2s ease;
}

a.link:hover:after {
	margin: 0 0 0 10px;
}

#load {
	background: #212322;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	animation: load 0.4s ease-out forwards 0.2s;
}

@keyframes load { 
	0% {
		opacity: 1;
		z-index: 999;
	}
    99% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		z-index: -1;
	}
}


/*-- List / Accordion --*/

ul.list {
	list-style: none;
	margin: 0 0 30px;
}

ul.list:last-child {
	margin: 0;
}

ul.list li {
	position: relative;
	padding-left: 15px;
	margin: 0 0 10px;
}

ul.list li:before {
	content: "•";
	font-size: 20px;
	color: #727372;
	position: absolute;
	top: 3px;
	left: 0;
}

ul.accordion {
	list-style: none;
}

ul.accordion li {
	margin: 0 0 30px;
	position: relative;
}

ul.accordion li:last-child {
	margin: 0;
}

ul.accordion li h2 {
	padding: 0 0 0 50px;
	margin: 0;
	cursor: pointer;
	transition: all 0.2s ease;
}

ul.accordion li h2:before {
	content: "+";
	font: 400 90px/85px "drukbold", sans-serif;
	color: #727372;
	position: absolute;
	top: 0;
	left: 0;
}

ul.accordion li.active h2:before {
	content: "–";
}

ul.accordion li h4 {
	padding: 0 0 0 22px;
	margin: 0;
	cursor: pointer;
	transition: all 0.2s ease;
}

ul.accordion li.active h4 {
	color: #ac441d;
}

ul.accordion li h4:hover {
	color: #ac441d;
}

ul.accordion li h4:before {
	content: "+";
	font-weight: 700;
	color: #ac441d;
	position: absolute;
	top: -1px;
	left: 0;
}

ul.accordion li.active h4:before {
	content: "–";
}

ul.accordion li article {
	display: none;
	padding: 15px 0 15px 22px;
}


/*-- Navigation --*/

nav {
	width: 100%;
	height: 110px;
	padding: 0 50px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 997;
}

nav.flex {
	align-items: center;
	justify-content: space-between;
}

nav .logo {
	width: 125px;
	height: 63px;
	position: relative;
}

nav .logo a {
	width: 125px;
	height: 63px;
	position: absolute;
	top: 0;
	left: 0;
}

nav ul {
	list-style: none;
}

nav ul li {
	margin: 0 0 0 50px;
	position: relative;
}

nav ul li:nth-child(1) {
	margin: 0;
}

nav ul li:nth-child(8) {
	margin: 0 0 0 35px;
}

nav ul li a {
	font: 500 14px/14px "campaign", sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	position: relative;
	padding: 10px 0;
}

nav ul li a:after {
	content: "";
	background: #ac441d;
	width: 0;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.2s cubic-bezier(0.83, 0, 0.17, 1);
}

nav ul li a:hover:after {
	width: 100%;
}

nav ul li:nth-child(6) a {
	border: 2px solid #ac441d;
	border-radius: 100px;
	padding: 8px 16px;
	transition: all 0.2s ease;
}

nav ul li:nth-child(6) a:hover {
	border: 2px solid #fff;
}

nav ul li:nth-child(7) a,
nav ul li:nth-child(8) a {
	font: 600 14px/14px "area-normal", sans-serif;
	letter-spacing: 0.025em;
	text-transform: none;
	opacity: 0.8;
	transition: all 0.2s ease;
}

nav ul li:nth-child(7) a:hover,
nav ul li:nth-child(8) a:hover {
	opacity: 1;
}

nav ul li:nth-child(6) a:after,
nav ul li:nth-child(7) a:after,
nav ul li:nth-child(8) a:after {
	display: none;
}


/*-- Navigation Dropdown --*/

li.dropdown ul {
	display: none;
	text-align: center;
	width: 210px;
	border: 1px solid #212322;
	position: absolute;
	top: 27px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 998;
	opacity: 0;
}

li.dropdown ul li {
	border-bottom: 1px solid #212322;
	margin: 0;
	padding: 0;
}


li.dropdown ul li:last-child {
	border-bottom: 0;
}

li.dropdown ul li a {
	color: #212322;
	background: #fff;
	padding: 11px 9px 9px;
	display: block;
	transition: all 0.2s ease;
}

li.dropdown ul li a:after {
	display: none;
}


/*-- Navigation Mobile --*/

#mobile-menu {
	width: 42px;
	height: 28px;
	position: absolute;
	top: 40px;
	right: 50px;
	z-index: 999;
	cursor: pointer;
	display: none;
}

#mobile-menu .bar:nth-child(1) {
	background: #fff;
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	right: 0;
}

#mobile-menu .bar:nth-child(2) {
	background: #fff;
	width: 100%;
	height: 4px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

#mobile-menu .bar:last-child {
	background: #fff;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#mobile-nav {
	background: #212322;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	display: none;
}

#mobile-nav .logo {
	width: 125px;
	height: 63px;
	position: absolute;
	top: 23px;
	left: 50px;
	z-index: 900;
}

#mobile-nav ul {
	list-style: none;
	padding: 115px 50px 0;
}

#mobile-nav ul li {
	margin: 0 0 8px;
}

#mobile-nav ul li a {
	font: 400 34px/32px "drukbold", sans-serif;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

#mobile-nav ul li:nth-child(3) {
	margin: 8px 0;
}

#mobile-nav ul li:nth-child(4),
#mobile-nav ul li:nth-child(5),
#mobile-nav ul li:nth-child(6) {
	margin: 0 0 8px;
}

#mobile-nav ul li:nth-child(7) {
	margin: 0 0 18px;
}

#mobile-nav ul li:nth-child(3) a,
#mobile-nav ul li:nth-child(4) a,
#mobile-nav ul li:nth-child(5) a,
#mobile-nav ul li:nth-child(6) a,
#mobile-nav ul li:nth-child(7) a {
	font: 700 16px/16px "campaign", sans-serif;
	letter-spacing: 0.05em;
	color: #cfcfcd;
}

#mobile-nav .btn:nth-child(4) {
	width: -webkit-calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	width: calc(100% - 50px);
	margin: 0 auto;
	position: absolute;
	bottom: 90px;
	left: 50%;
	transform: translateX(-50%);
}

#mobile-nav .btn:nth-child(5) {
	width: -webkit-calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	width: calc(100% - 50px);
	margin: 0 auto;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}

#mobile-nav .btn:nth-child(5):hover {
	color: #212322 !important;
	background: #fff !important;
}

#mobile-nav .close {
	width: 38px;
	height: 38px;
	position: absolute;
	top: 34px;
	right: 52px;
	z-index: 900;
	cursor: pointer;
}

#mobile-nav .close .bar:nth-child(1) {
	background: #fff;
	width: 44px;
	height: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

#mobile-nav .close .bar:nth-child(2) {
	background: #fff;
	width: 44px;
	height: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}


/*-- Footer --*/

#footer-cta h2 {
	font-size: 125px;
	line-height: 115px;
}

footer {
	background: #ac441d;
	width: 100%;
	padding: 30px 50px;
}

footer.flex {
	align-items: center;
	justify-content: space-between;
	position: relative;
}

footer .logo {
	width: 125px;
	height: 125px;
	position: relative;
}

footer .logo img:first-child {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

footer .logo img:last-child {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	animation: spin 35s linear infinite;
}

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

footer ul {
	list-style: none;
	display: flex;
	padding: 0 0 35px;
}

footer ul li {
	margin: 0 0 0 50px;
}

footer ul li {
	font: 500 14px/14px "campaign", sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	position: relative;
}

footer ul li span {
	margin: 0 15px 0 0;
}

footer p {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	position: absolute;
	bottom: 30px;
	right: 50px;
}

footer a {
	text-decoration: none;
	color: #fff !important;
}


/*-- Layout --*/

section {
	position: relative;
}

.max-width {
	width: 1500px;
	margin: 0 auto;
	position: relative;
}

.no-pad-top {
	padding-top: 0 !important;
}

.no-pad-bottom {
	padding-bottom: 0 !important;
}

.no-pad-right {
	padding-right: 0 !important;
}

.no-pad-left {
	padding-left: 0 !important;
}

.center {
	text-align: center;
}

.center-vertical {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex-center {
	align-items: center;
}

.col-center {
	width: 100%;
	padding: 100px 50px;
	position: relative;
}

.col-center .container {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	position: relative;
}

.col-xlg {
	width: 100%;
	padding: 100px 50px;
	position: relative;
}

.col-xlg .container {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
}

.col-lg {
	width: 60%;
	padding: 100px 50px;
	position: relative;
}

.col-lg .container {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

.col-md {
	width: 50%;
	padding: 100px 50px;
	position: relative;
}

.col-md .container {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	position: relative;
}

.col-sm {
	width: 40%;
	padding: 100px 50px;
	position: relative;
}

.col-sm .container {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	position: relative;
}

.photo {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.bg-white {
	background: #fff;
}

.bg-off-white {
	background: #f3f3f2;
}

.bg-black {
	background: #212322;
}

.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black p {
	color: #fff;
}

.bg-black ul.accordion li h4 {
	color:rgba(255, 255, 255, 0.8);
}

.bg-black ul.accordion li.active h4,
.bg-black ul.accordion li h4:hover {
	color:rgba(255, 255, 255, 1);
}


/*-- Home --*/

header.home {
	padding-top: 0;
}

header.home .col-xlg {
	height: 90vh;
	min-height: 650px;
	max-height: 850px;
	padding: 0;
}

header.home img {
	object-fit: cover;
	width: 100%;
	height: 90vh !important;
	min-height: 650px;
	max-height: 850px;
}

header.home h1 {
	font-size: 145px;
	line-height: 125px;
	margin: 0;
	position: absolute;
	bottom: 50px;
	left: 50px;
	z-index: 10;
}

#intro .btn {
	min-width: 300px;
	margin: 0 5px 25px;
}

#home-accordion .col-md:last-child {
	padding-top: 50px;
	padding-bottom: 50px;
}

#home-accordion .col-md:first-child {
	min-height: 750px;
	padding-top: 50px;
	padding-bottom: 50px;
	transition: all 0.3s ease;
}

#home-accordion .col-md:first-child .container {
	min-height: 750px;
}

#home-accordion .col-md:first-child .container div {
	min-height: 750px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

#home-accordion .col-md:first-child .container div img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#home-accordion .photo-underclassmen,
#home-accordion .photo-athletics,
#home-accordion .photo-band,
#home-accordion .photo-dance {
	display: none;
}

#home-accordion ul {
	list-style: none;
}

#home-accordion ul li {
	margin: 0 0 15px;
	position: relative;
}

#home-accordion ul li:last-child {
	margin: 0;
}

#home-accordion ul li h2 {
	padding: 0 0 0 50px;
	margin: 0;
	cursor: pointer;
	transition: all 0.2s ease;
}

#home-accordion ul li h2:before {
	content: "+";
	color: #4d4f4e;
	position: absolute;
	top: -6px;
	left: 0;
	transition: all 0.2s ease;
}

#home-accordion ul li.active h2:before {
	content: "–";
}

#home-accordion ul li article {
	display: none;
	padding: 15px 0 15px 50px;
}

#home-accordion ul li article .btn {
	margin: 0;
}

#home-accordion ul li article a.btn.btn-outline:hover {
	border-color: #fff;
}

#home-accordion ul li.seniors h2:hover,
#home-accordion ul li.seniors h2:hover:before,
#home-accordion ul li.seniors.active h2:before,
#home-accordion ul li.seniors.active h2 {
	color: #ac441d;
}

#home-accordion ul li.seniors a.btn.btn-outline {
	border-color: #ac441d;
}

#home-accordion ul li.underclassmen h2:hover,
#home-accordion ul li.underclassmen h2:hover:before,
#home-accordion ul li.underclassmen.active h2:before,
#home-accordion ul li.underclassmen.active h2 {
	color: #ffb71a;
}

#home-accordion ul li.underclassmen a.btn.btn-outline {
	border-color: #ffb71a;
}

#home-accordion ul li.athletics h2:hover,
#home-accordion ul li.athletics h2:hover:before,
#home-accordion ul li.athletics.active h2:before,
#home-accordion ul li.athletics.active h2 {
	color: #a6ec8a;
}

#home-accordion ul li.athletics a.btn.btn-outline {
	border-color: #a6ec8a;
}

#home-accordion ul li.band h2:hover,
#home-accordion ul li.band h2:hover:before,
#home-accordion ul li.band.active h2:before,
#home-accordion ul li.band.active h2 {
	color: #cfcfcd;
}

#home-accordion ul li.band a.btn.btn-outline {
	border-color: #cfcfcd;
}

#home-accordion ul li.dance h2:hover,
#home-accordion ul li.dance h2:hover:before,
#home-accordion ul li.dance.active h2:before,
#home-accordion ul li.dance.active h2 {
	color: #b6b7dc;
}

#home-accordion ul li.dance a.btn.btn-outline {
	border-color: #b6b7dc;
}

#merch .col-lg {
	padding-top: 50px;
	padding-bottom: 25px;
	padding-left: 0;
	padding-right: 0;
}

/*-- Subpage --*/

header {
	padding-top: 90px;
	position: relative;
	z-index: 2;
}

header h1 {
	margin: 0;
}

.scroll {
	width: 20px;
	height: auto;
	position: absolute;
	bottom: -50px;
	left: 50px;
	z-index: 3;
	cursor: pointer;
	opacity: 0;
	animation: scroll 0.2s ease-out forwards 0.4s;
}

@keyframes scroll { 
	0% {
		opacity: 0;
	}
    100% {
		opacity: 1;
	}
}

#header-simple .scroll {
	left: 50%;
	transform: translateX(-50%);
}

#header-photo .col-md:nth-child(2) {
	width: 100%;
	z-index: 2;
}

#header-photo .col-md:nth-child(2) .container {
	margin: 0;
}

#header-photo .col-md:nth-child(3) {
	position: absolute;
	top: 0;
	right: 0;
}

#header-photo .col-md:nth-child(3) .photo {
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
}

.text-vertical {
	text-align: right;
    width: 80px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 10;
}

.text-vertical h2 {
	letter-spacing: 0.01em;
    width: 500px;
    position: absolute;
    top: 305px;
    right: -210px;
    transform: rotate(-90deg);
}

#contact h3 {
	color: #ac441d;
}

#contact h4 span {
	margin: 0 15px 0 0;
}

#contact h4 a {
	text-decoration: none;
	color: #212322;
}

#contact .col-sm .photo {
	max-width: 400px;
}

#contact .col-lg article {
	width: 50%;
}

iframe {
	width: 100% !important;
}


/*-- Gallery --*/

#gallery .container {
	width: 100%;
	max-width: 1500px;
	padding: 0 5px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#gallery article {
	width: 25%;
	padding: 0 5px;
	margin-top: -80px;
}

#gallery article:nth-child(1) {
	padding-top: 40px;
}

#gallery article:nth-child(3) {
	padding-top: 60px;
}

#gallery article:nth-child(4) {
	padding-top: 20px;
}

#gallery article a {
	display: block;
	margin: 0 0 10px;
}

#gallery article a:last-child {
	margin: 0;
}

#gallery .bg-block-off-white {
	background: #f3f3f2;
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#gallery .bg-block-black {
	background: #212322;
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
}


/*-- Seniors --*/

.bg-brown {
	background: #ac441d;
}

#seniors nav ul li a:after {
	background: #212322;
}

nav li.seniors a:hover {
	color: #fff !important;
	background: #ac441d;
}

#seniors nav ul li:nth-child(6) a {
	border-color: #212322;
}

#seniors nav ul li:nth-child(6) a:hover {
	border-color: #fff;
}

#seniors header h1 {
	color: #fff;
}

#seniors .text-vertical h2 {
	color: #ac441d;
}


/*-- Underclassmen --*/

.bg-yellow {
	background: #ffb71a;
}

nav li.underclassmen a:hover {
	background: #ffb71a;
}

#underclassmen nav ul li a {
	color: #212322;
}

#underclassmen nav ul li:nth-child(6) a:hover {
	border: 2px solid #212322;
}

#underclassmen header h1 {
	color: #ac441d;
}

#underclassmen .text-vertical h2 {
	color: #ffb71a;
}


/*-- Athletics --*/

.bg-green {
	background: #a6ec8a;
}

nav li.athletics a:hover {
	background: #a6ec8a;
}

#athletics nav ul li a {
	color: #212322;
}

#athletics nav ul li:nth-child(6) a:hover {
	border: 2px solid #212322;
}

#athletics header h1 {
	color: #ac441d;
}

#athletics .text-vertical h2 {
	color: #a6ec8a;
}


/*-- Band --*/

.bg-grey {
	background: #cfcfcd;
}

nav li.band a:hover {
	background: #cfcfcd;
}

#band nav ul li a {
	color: #212322;
}

#band nav ul li:nth-child(6) a:hover {
	border: 2px solid #212322;
}

#band header h1 {
	color: #ac441d;
}

#band .text-vertical h2 {
	color: #cfcfcd;
}


/*-- Dance --*/

.bg-purple {
	background: #b6b7dc;
}

span.purple {
	color: #b6b7dc;
}

nav li.dance a:hover {
	background: #b6b7dc;
}

#dance nav ul li a {
	color: #212322;
}

#dance nav ul li:nth-child(6) a:hover {
	border: 2px solid #212322;
}

#dance header h1 {
	color: #ac441d;
}

#dance .text-vertical h2 {
	color: #b6b7dc;
}


/*-- Book Now --*/

ul.book-now {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

ul.book-now li {
	width: 33.333%;
	margin-bottom: 70px;
}

ul.book-now li .photo {
	width: 88%;
	height: 1px;
	padding: 110% 0 0;
	margin: 0 auto 20px;
	position: relative;
	display: block;
	overflow: hidden;
}

ul.book-now li .photo img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
}

ul.book-now li .photo:hover img {
	width: 107%;
}


/*-- Order Photos --*/

#order-sports-events ul {
	list-style: none;
	columns: 3;
}

#order-sports-events ul li {
	margin: 0 0 30px;
}

#order-sports-events .col-lg {
	padding-top: 50px;
	padding-bottom: 25px;
	padding-left: 0;
	padding-right: 0;
}


/*-- Flexslider --*/

.flexslider {
	background: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	overflow: hidden !important;
	z-index: 2 !important;
}

header .flexslider {
	background: #212322 !important;
}

.flexslider ul {
	width: 100%;
	height: 100%;
}

.flexslider ul li {
	width: 100%;
	height: 100%;
}

.flex-viewport {
	width: 100% !important;
	height: 100% !important;
}

.flex-control-nav {
	text-align: right !important;
	width: 200px !important;
	height: 10px !important;
	position: absolute !important;
	bottom: 50px !important;
	right: 50px !important;
	z-index: 3 !important;
}

.flex-control-nav li {
	margin: 0 0 0 5px !important;
}

.flex-control-nav li a {
	text-indent: 999999px !important;
	background: none !important;
	border: 1px solid #fff;
	box-shadow: none !important;
	width: 10px !important;
	height: 10px !important;
	position: relative !important;
	opacity: 0.6 !important;
}

.flex-control-nav li a.flex-active {
	background: #fff !important;
	opacity: 1 !important;
}

#merch .flex-viewport,
#order-sports-events .flex-viewport {
	padding-bottom: 50px !important;
}

#merch .flex-direction-nav,
#order-sports-events .flex-direction-nav {
	width: 105px !important;
	height: 19px !important;
	position: absolute !important;
	bottom: 0 !important;
	right: 25px !important;
}

#merch .flex-direction-nav .flex-nav-prev a.flex-prev,
#order-sports-events .flex-direction-nav .flex-nav-prev a.flex-prev {
	text-indent: -999999px !important;
	text-align: left !important;
	background: url("../images/arrow-black.svg") center center no-repeat !important;
	background-size: 40px 19px !important;
	border: 0 !important;
	width: 40px !important;
	height: 19px !important;
	top: 100% !important;
	left: 0 !important;
	opacity: 0.3 !important;
	transform: scaleX(-1) !important;
	transition: all 0.2s ease !important;
}

#merch .flex-direction-nav .flex-nav-prev a.flex-prev:hover,
#order-sports-events .flex-direction-nav .flex-nav-prev a.flex-prev:hover {
	opacity: 1 !important;
}

#merch .flex-direction-nav .flex-nav-next a.flex-next,
#order-sports-events .flex-direction-nav .flex-nav-next a.flex-next {
	text-indent: -999999px !important;
	text-align: left !important;
	background: url("../images/arrow-black.svg") center center no-repeat !important;
	background-size: 40px 19px !important;
	border: 0 !important;
	width: 40px !important;
	height: 19px !important;
	top: 100% !important;
	right: 0 !important;
	opacity: 0.3 !important;
	transition: all 0.2s ease !important;
}

#merch .flex-direction-nav .flex-nav-next a.flex-next:hover,
#order-sports-events .flex-direction-nav .flex-nav-next a.flex-next:hover {
	opacity: 1 !important;
}

#merch .flex-direction-nav .flex-nav-prev a.flex-prev:before,
#merch .flex-direction-nav .flex-nav-next a.flex-next:before,
#order-sports-events .flex-direction-nav .flex-nav-prev a.flex-prev:before,
#order-sports-events .flex-direction-nav .flex-nav-next a.flex-next:before {
	content: "" !important;
}
