.promo-box-with-card {
	background: #153027;
	border-radius: 5px;
	color: #FFF;
	font-size: 125%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0.6em 1em;
	position: relative;
	text-shadow: 0 1px 0 #000;
}
.promo-box-with-card p {
	margin: 0;
}
.promo-box-with-card img {
	display: block;
	margin: 0 auto;
}
@media (min-width: 640px) {
	.promo-box-with-card {
		padding-right: 12em;
	}
	.promo-box-with-card img {
		background: #153027;
		border: 5px solid #153027;
		border-radius: 5px;
		margin: 0;
		position: absolute; right: 1.5em; top: -2em;
		width: 10em; height: auto;
		-webkit-transform: rotate(16deg);
		transform: rotate(16deg);
		transition: 0.2s transform;
		z-index: 9000;
	}
	.promo-box-with-card img:hover {
		-webkit-transform: rotate(12deg) scale(1.25);
		transform: rotate(12deg) scale(1.25);
	}
}

/* BFZ PRERELEASE WEEKEND ON HOMEPAGE ------------------------------- */

#bfzpre {
	background-image: url('/img/banners/bfz-header.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	text-align: center;
}
#bfzpre .wrapper {
	background: rgba(255, 255, 255, 0.65);
	padding: 1em;
}
#bfzpre p {
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
}
#bfzpre .wrapper > a {
	display: block;
}
#bfzpre h2 {
	color: #000;
	font-size: 3em;
	margin: 0.5rem 0 0;
}
#bfzpre h2 img {
	display: block;
	margin: 0 auto;
}
@media (min-width: 480px) {
	#bfzpre .wrapper > .clearfix {
		margin-left: -1.5em;
	}
	#bfzpre .wrapper > .clearfix > div {
		float: left;
		padding-left: 1.5em;
		width: 33%;
	}
}
#bfzpre h3 {
	color: #000;
	font-size: 1.5em;
	margin: 1rem 0 0;
	white-space: nowrap;
}
#bfzpre ul {
	margin: 0;
}
#bfzpre li a {
	background: #FFF;
	display: block;
	margin: 0.5em 0;
	padding: 0.5em;
}
#bfzpre small {
	text-transform: uppercase;
}
@media (max-width: 640px) {
	#bfzpre h2 {
		font-size: 2em;
	}
	#bfzpre p {
		font-size: 1em;
	}
}
@media (max-width: 979px) {
	#bfzpre h3 span {
		display: none;
	}
}
@media (min-width: 1200px) {
	#bfzpre h2 {
		font-size: 2.5em;
	}
	#bfzpre h2 img {
		display: inline;
		margin: 0;
		max-width: 40%;
		position: relative;
		top: -0.5rem;
	}
	#bfzpre h3 {
		color: #000;
		font-size: 1.7em;
	}
}

/* BFZ PREORDER BANNER ---------------------------------------------- */

#bfz-banner img {
	width: 100%;
}
@media (min-width: 640px) {
	#head {
		max-height: 9em; /* prevent flash of huge header in some browsers */
	}
	#bfz-banner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin: 5px 0;
	}
	#bfz-banner-logo {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 40%;
		-ms-flex: 1 1 40%;
		flex: 1 1 40%;
		width: 40%;
	}
	#bfz-banner-singles, #bfz-banner-products {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 30%;
		-ms-flex: 1 1 30%;
		flex: 1 1 30%;
		width: 30%;
	}
}
@media (max-width: 639px) {
	#bfz-banner {
		text-align: right;
	}
	#bfz-banner::before, #bfz-banner::after {
		content: " ";
		display: table;
	}
	#bfz-banner::after {
		clear: both;
	}
	#head [role="banner"] a {
		float: left;
		width: 50%;
	}
	#head [role="banner"] img {
		height: auto;
		max-height: none;
		width: 100%;
	}
	#bfz-banner-logo {
		background-image: url('/img/banners/bfz-preorders-logo-transparent.png');
		background: position: right bottom;
		background-repeat: no-repeat;
		background-size: contain;
		float: right;
		width: 50%;
	}
	#bfz-banner-logo img {
		opacity: 0;
	}
	#bfz-banner-singles {
		clear: both;
	}
	#bfz-banner-singles, #bfz-banner-products {
		float: left;
		width: 50%;
	}
}
@media (max-width: 479px) {
	/* accomodate mobile menu button */
	#head {
		padding: 0 0.5em 0.5em;
	}
	#head-wrap {
		padding-left: 4em;
		padding-right: 0;
	}
	#bfz-banner-singles {
		margin-left: calc(-4em);
		/* ^ Use calc here to prevent browsers that don't understand calc
		from applying the margin when they can't apply the width below. */
	}
	#bfz-banner-singles, #bfz-banner-products {
		width: calc(50% + 2em);
	}
}

/* FLEXY STUFF ------------------------------------------------------ */

.fill-height {
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.fill-height > * {
	box-sizing: border-box;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.flex-row .teaser {
	margin-top: 0;
}
@media (min-width: 75em) {
	.col-lg-4 .event.teaser .wrap {
		padding-right: 1em;
		padding-bottom: 2.7em;
	}
	.col-lg-4 .event.teaser .button {
		left: 0.5em; 
	}
}

.input-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.input-field {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.input-field, .input-addon {
    border-radius: 0;
    position: static;
}
.input-field:first-child, .input-addon:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.input-field:last-child, .input-addon:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* FLEXBOX GRID ----------------------------------------------------- */

.flex-container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 2rem;
	padding-left: 2rem;
}
.flex-row {
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -0.5rem;
	margin-left: -0.5rem;
}
.flex-row.reverse {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex-row.col {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.flex-row.col.reverse {
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	box-sizing: border-box;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.flex-row.no-gutters {
    margin-left: 0;
    margin-right: 0;
}
.no-gutters .col-xs, .no-gutters .col-xs-1, .no-gutters .col-xs-2, .no-gutters .col-xs-3, .no-gutters .col-xs-4, .no-gutters .col-xs-5, .no-gutters .col-xs-6, .no-gutters .col-xs-7, .no-gutters .col-xs-8, .no-gutters .col-xs-9, .no-gutters .col-xs-10, .no-gutters .col-xs-11, .no-gutters .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

.flex-row.narrow-gutters {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}
.narrow-gutters .col-xs, .narrow-gutters .col-xs-1, .narrow-gutters .col-xs-2, .narrow-gutters .col-xs-3, .narrow-gutters .col-xs-4, .narrow-gutters .col-xs-5, .narrow-gutters .col-xs-6, .narrow-gutters .col-xs-7, .narrow-gutters .col-xs-8, .narrow-gutters .col-xs-9, .narrow-gutters .col-xs-10, .narrow-gutters .col-xs-11, .narrow-gutters .col-xs-12 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.flex-row.wide-gutters {
    margin-left: -1rem;
    margin-right: -1rem;
}
.wide-gutters .col-xs, .wide-gutters .col-xs-1, .wide-gutters .col-xs-2, .wide-gutters .col-xs-3, .wide-gutters .col-xs-4, .wide-gutters .col-xs-5, .wide-gutters .col-xs-6, .wide-gutters .col-xs-7, .wide-gutters .col-xs-8, .wide-gutters .col-xs-9, .wide-gutters .col-xs-10, .wide-gutters .col-xs-11, .wide-gutters .col-xs-12 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.col-xs {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	-webkit-flex-basis: 0;
	flex-basis: 0;
	max-width: 100%;
}
.col-xs-1 {
	-ms-flex-preferred-size: 8.333%;
	-webkit-flex-basis: 8.333%;
	flex-basis: 8.333%;
	max-width: 8.333%;
}
.col-xs-2 {
	-ms-flex-preferred-size: 16.667%;
	-webkit-flex-basis: 16.667%;
	flex-basis: 16.667%;
	max-width: 16.667%;
}
.col-xs-3 {
	-ms-flex-preferred-size: 25%;
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
	max-width: 25%;
}
.col-xs-4 {
	-ms-flex-preferred-size: 33.333%;
	-webkit-flex-basis: 33.333%;
	flex-basis: 33.333%;
	max-width: 33.333%;
}
.col-xs-5 {
	-ms-flex-preferred-size: 41.667%;
	-webkit-flex-basis: 41.667%;
	flex-basis: 41.667%;
	max-width: 41.667%;
}
.col-xs-6 {
	-ms-flex-preferred-size: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
	max-width: 50%;
}
.col-xs-7 {
	-ms-flex-preferred-size: 58.333%;
	-webkit-flex-basis: 58.333%;
	flex-basis: 58.333%;
	max-width: 58.333%;
}
.col-xs-8 {
	-ms-flex-preferred-size: 66.667%;
	-webkit-flex-basis: 66.667%;
	flex-basis: 66.667%;
	max-width: 66.667%;
}
.col-xs-9 {
	-ms-flex-preferred-size: 75%;
	-webkit-flex-basis: 75%;
	flex-basis: 75%;
	max-width: 75%;
}
.col-xs-10 {
	-ms-flex-preferred-size: 83.333%;
	-webkit-flex-basis: 83.333%;
	flex-basis: 83.333%;
	max-width: 83.333%;
}
.col-xs-11 {
	-ms-flex-preferred-size: 91.667%;
	-webkit-flex-basis: 91.667%;
	flex-basis: 91.667%;
	max-width: 91.667%;
}
.col-xs-12 {
	-ms-flex-preferred-size: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	max-width: 100%;
}
.col-xs-offset-1 {
	margin-left: 8.333%;
}
.col-xs-offset-2 {
	margin-left: 16.667%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-4 {
	margin-left: 33.333%;
}
.col-xs-offset-5 {
	margin-left: 41.667%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-7 {
	margin-left: 58.333%;
}
.col-xs-offset-8 {
	margin-left: 66.667%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-10 {
	margin-left: 83.333%;
}
.col-xs-offset-11 {
	margin-left: 91.667%;
}
.start-xs {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: start;
}
.center-xs {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.end-xs {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: end;
}
.top-xs {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.middle-xs {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.bottom-xs {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.around-xs {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.between-xs {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.first-xs {
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}
.last-xs {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}
@media only screen and (min-width: 48em) { /* 768px @ 16px */
	.flex-container {
		width: 46rem;
	}
	.col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {		box-sizing: border-box;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
    .no-gutters .col-sm, .no-gutters .col-sm-1, .no-gutters .col-sm-2, .no-gutters .col-sm-3, .no-gutters .col-sm-4, .no-gutters .col-sm-5, .no-gutters .col-sm-6, .no-gutters .col-sm-7, .no-gutters .col-sm-8, .no-gutters .col-sm-9, .no-gutters .col-sm-10, .no-gutters .col-sm-11, .no-gutters .col-sm-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .narrow-gutters .col-sm, .narrow-gutters .col-sm-1, .narrow-gutters .col-sm-2, .narrow-gutters .col-sm-3, .narrow-gutters .col-sm-4, .narrow-gutters .col-sm-5, .narrow-gutters .col-sm-6, .narrow-gutters .col-sm-7, .narrow-gutters .col-sm-8, .narrow-gutters .col-sm-9, .narrow-gutters .col-sm-10, .narrow-gutters .col-sm-11, .narrow-gutters .col-sm-12 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .wide-gutters .col-sm, .wide-gutters .col-sm-1, .wide-gutters .col-sm-2, .wide-gutters .col-sm-3, .wide-gutters .col-sm-4, .wide-gutters .col-sm-5, .wide-gutters .col-sm-6, .wide-gutters .col-sm-7, .wide-gutters .col-sm-8, .wide-gutters .col-sm-9, .wide-gutters .col-sm-10, .wide-gutters .col-sm-11, .wide-gutters .col-sm-12 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
	.col-sm {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		-webkit-flex-basis: 0;
		flex-basis: 0;
		max-width: 100%;
	}
	.col-sm-1 {
		-ms-flex-preferred-size: 8.333%;
		-webkit-flex-basis: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}
	.col-sm-2 {
		-ms-flex-preferred-size: 16.667%;
		-webkit-flex-basis: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%;
	}
	.col-sm-3 {
		-ms-flex-preferred-size: 25%;
		-webkit-flex-basis: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-ms-flex-preferred-size: 33.333%;
		-webkit-flex-basis: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	.col-sm-5 {
		-ms-flex-preferred-size: 41.667%;
		-webkit-flex-basis: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%;
	}
	.col-sm-6 {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-ms-flex-preferred-size: 58.333%;
		-webkit-flex-basis: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}
	.col-sm-8 {
		-ms-flex-preferred-size: 66.667%;
		-webkit-flex-basis: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%;
	}
	.col-sm-9 {
		-ms-flex-preferred-size: 75%;
		-webkit-flex-basis: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-ms-flex-preferred-size: 83.333%;
		-webkit-flex-basis: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}
	.col-sm-11 {
		-ms-flex-preferred-size: 91.667%;
		-webkit-flex-basis: 91.667%;
		flex-basis: 91.667%;
		max-width: 91.667%;
	}
	.col-sm-12 {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.col-sm-offset-1 {
		margin-left: 8.333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.667%;
	}
	.start-sm {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start;
	}
	.center-sm {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.end-sm {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end;
	}
	.top-sm {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.middle-sm {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.bottom-sm {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.around-sm {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.between-sm {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.first-sm {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.last-sm {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}
@media only screen and (min-width: 62em) { /* 992px @ 16px */
	.flex-container {
		width: 61rem;
	}
	.col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		box-sizing: border-box;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
    .no-gutters .col-md, .no-gutters .col-md-1, .no-gutters .col-md-2, .no-gutters .col-md-3, .no-gutters .col-md-4, .no-gutters .col-md-5, .no-gutters .col-md-6, .no-gutters .col-md-7, .no-gutters .col-md-8, .no-gutters .col-md-9, .no-gutters .col-md-10, .no-gutters .col-md-11, .no-gutters .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .narrow-gutters .col-md, .narrow-gutters .col-md-1, .narrow-gutters .col-md-2, .narrow-gutters .col-md-3, .narrow-gutters .col-md-4, .narrow-gutters .col-md-5, .narrow-gutters .col-md-6, .narrow-gutters .col-md-7, .narrow-gutters .col-md-8, .narrow-gutters .col-md-9, .narrow-gutters .col-md-10, .narrow-gutters .col-md-11, .narrow-gutters .col-md-12 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .wide-gutters .col-md, .wide-gutters .col-md-1, .wide-gutters .col-md-2, .wide-gutters .col-md-3, .wide-gutters .col-md-4, .wide-gutters .col-md-5, .wide-gutters .col-md-6, .wide-gutters .col-md-7, .wide-gutters .col-md-8, .wide-gutters .col-md-9, .wide-gutters .col-md-10, .wide-gutters .col-md-11, .wide-gutters .col-md-12 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
	.col-md {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		-webkit-flex-basis: 0;
		flex-basis: 0;
		max-width: 100%;
	}
	.col-md-1 {
		-ms-flex-preferred-size: 8.333%;
		-webkit-flex-basis: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}
	.col-md-2 {
		-ms-flex-preferred-size: 16.667%;
		-webkit-flex-basis: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%;
	}
	.col-md-3 {
		-ms-flex-preferred-size: 25%;
		-webkit-flex-basis: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex-preferred-size: 33.333%;
		-webkit-flex-basis: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	.col-md-5 {
		-ms-flex-preferred-size: 41.667%;
		-webkit-flex-basis: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%;
	}
	.col-md-6 {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-ms-flex-preferred-size: 58.333%;
		-webkit-flex-basis: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}
	.col-md-8 {
		-ms-flex-preferred-size: 66.667%;
		-webkit-flex-basis: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%;
	}
	.col-md-9 {
		-ms-flex-preferred-size: 75%;
		-webkit-flex-basis: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex-preferred-size: 83.333%;
		-webkit-flex-basis: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}
	.col-md-11 {
		-ms-flex-preferred-size: 91.667%;
		-webkit-flex-basis: 91.667%;
		flex-basis: 91.667%;
		max-width: 91.667%;
	}
	.col-md-12 {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.col-md-offset-1 {
		margin-left: 8.333%;
	}
	.col-md-offset-2 {
		margin-left: 16.667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.333%;
	}
	.col-md-offset-5 {
		margin-left: 41.667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.333%;
	}
	.col-md-offset-8 {
		margin-left: 66.667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.333%;
	}
	.col-md-offset-11 {
		margin-left: 91.667%;
	}
	.start-md {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start;
	}
	.center-md {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.end-md {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end;
	}
	.top-md {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.middle-md {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.bottom-md {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.around-md {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.between-md {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.first-md {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.last-md {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}
@media only screen and (min-width: 75em) { /* 1200px @ 16px */
	.flex-container {
		width: 71rem;
	}
	.col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		box-sizing: border-box;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
    .no-gutters .col-lg, .no-gutters .col-lg-1, .no-gutters .col-lg-2, .no-gutters .col-lg-3, .no-gutters .col-lg-4, .no-gutters .col-lg-5, .no-gutters .col-lg-6, .no-gutters .col-lg-7, .no-gutters .col-lg-8, .no-gutters .col-lg-9, .no-gutters .col-lg-10, .no-gutters .col-lg-11, .no-gutters .col-lg-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .narrow-gutters .col-lg, .narrow-gutters .col-lg-1, .narrow-gutters .col-lg-2, .narrow-gutters .col-lg-3, .narrow-gutters .col-lg-4, .narrow-gutters .col-lg-5, .narrow-gutters .col-lg-6, .narrow-gutters .col-lg-7, .narrow-gutters .col-lg-8, .narrow-gutters .col-lg-9, .narrow-gutters .col-lg-10, .narrow-gutters .col-lg-11, .narrow-gutters .col-lg-12 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .wide-gutters .col-lg, .wide-gutters .col-lg-1, .wide-gutters .col-lg-2, .wide-gutters .col-lg-3, .wide-gutters .col-lg-4, .wide-gutters .col-lg-5, .wide-gutters .col-lg-6, .wide-gutters .col-lg-7, .wide-gutters .col-lg-8, .wide-gutters .col-lg-9, .wide-gutters .col-lg-10, .wide-gutters .col-lg-11, .wide-gutters .col-lg-12 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
	.col-lg {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		-webkit-flex-basis: 0;
		flex-basis: 0;
		max-width: 100%;
	}
	.col-lg-1 {
		-ms-flex-preferred-size: 8.333%;
		-webkit-flex-basis: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}
	.col-lg-2 {
		-ms-flex-preferred-size: 16.667%;
		-webkit-flex-basis: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%;
	}
	.col-lg-3 {
		-ms-flex-preferred-size: 25%;
		-webkit-flex-basis: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex-preferred-size: 33.333%;
		-webkit-flex-basis: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	.col-lg-5 {
		-ms-flex-preferred-size: 41.667%;
		-webkit-flex-basis: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%;
	}
	.col-lg-6 {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-ms-flex-preferred-size: 58.333%;
		-webkit-flex-basis: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}
	.col-lg-8 {
		-ms-flex-preferred-size: 66.667%;
		-webkit-flex-basis: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%;
	}
	.col-lg-9 {
		-ms-flex-preferred-size: 75%;
		-webkit-flex-basis: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-ms-flex-preferred-size: 83.333%;
		-webkit-flex-basis: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}
	.col-lg-11 {
		-ms-flex-preferred-size: 91.667%;
		-webkit-flex-basis: 91.667%;
		flex-basis: 91.667%;
		max-width: 91.667%;
	}
	.col-lg-12 {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.col-lg-offset-1 {
		margin-left: 8.333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.667%;
	}
	.start-lg {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start;
	}
	.center-lg {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.end-lg {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end;
	}
	.top-lg {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.middle-lg {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.bottom-lg {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.around-lg {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.between-lg {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.first-lg {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.last-lg {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}


/* LADDERS PAGE ----------------------------------------------------- */

#ladders h2.ir {
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 1em;
	height: 100px;
	margin: 0;
	width: 100%;
}
@media (max-width: 767px) {
	#ladders h2.ir {
		background-size: 100% auto;
	}
	#ladders #limited h2.ir  { background-image: url("/img/banners/ltd-ladder-lg.jpg") }
	#ladders #legacy h2.ir	{ background-image: url("/img/banners/leg-ladder-lg.jpg"); background-position: right bottom }
	#ladders #modern h2.ir	{ background-image: url("/img/banners/mod-ladder-lg.jpg") }
	#ladders #standard h2.ir { background-image: url("/img/banners/std-ladder-lg.jpg") }
}
@media (min-width: 768px) {
	#ladders h2.ir {
		background-size: auto 100%;
	}
	#ladders #limited h2.ir  { background-image: url("/img/banners/ltd-ladder-sm.jpg") }
	#ladders #legacy h2.ir	{ background-image: url("/img/banners/leg-ladder-sm.jpg"); background-position: right bottom }
	#ladders #modern h2.ir	{ background-image: url("/img/banners/mod-ladder-sm.jpg") }
	#ladders #standard h2.ir { background-image: url("/img/banners/std-ladder-sm.jpg") }
}

#ladders h3 {
	margin-top: 0.25em;
}
#ladders h3 small {
	display: block;
}

#ladders ol li:first-child {
	font-size: 1.25em;
}

@media (min-width: 480px) and (max-width: 767px) {
	#ladders h3 {
		font-size: 2em;
	}
	#ladders ol {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;

		-webkit-column-gap: 2em;
		-moz-column-gap: 2em;
		column-gap: 2em;

		clear: both;
		list-style-position: inside;
	}
	#ladders ol li:first-child {
		-webkit-column-span: all;
		-moz-column-span: all; /* not actually supported */
		column-span: all;
	}
}

@media (min-width: 640px) and (max-width: 767px) {
	#ladders h3 small {
		float: right;
		font-size: 0.75em;
		padding-top: 0.33em;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	#ladders h3 {
		font-size: 1.25em;
	}
}