/*
 Theme Name:   UW Globe
 Theme URI:    https://ultiworld.com/globe/
 Description:  Ultiworld Globe theme developed in 2014
 Author:       Orion Burt
 Author URI:   http://orionburt.com
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, three-columns, left-sidebar, right-sidebar, responsive-layout
 Text Domain:  uw-globe
*/

/**
 *  * Atoms
 *   */
html {
	font-size: 22px;
}
body {
	font-size: 16px;
	line-height: 1rem;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, fieldset {
	margin: 0;
	padding: 0;
}
.h0,
.kilo {
	font-size: 2em;
	line-height: 1.8rem;
	margin-bottom: 1rem;
	text-align: center;
}
@media (min-width: 704px) {
	.h0,
	.kilo {
		font-size: 4em;
		line-height: 3.2rem;
		margin-bottom: 1rem;
		text-align: center;
		letter-spacing: -2px;
	}
}
h1,
.h1,
.alpha {
	font-size: 1.5em;
	line-height: 1.25rem;
	margin-bottom: 1rem;
}
@media (min-width: 704px) {
	h1,
	.h1,
	.alpha {
		font-size: 3em;
		line-height: 2.5rem;
		margin-bottom: 1.5rem;
		letter-spacing: -2px;
	}
}
h2,
.h2,
.beta {
	font-size: 1.125em;
	line-height: 1rem;
	margin-bottom: 1rem;
}
@media (min-width: 704px) {
	h2,
	.h2,
	.beta {
		font-size: 2.25em;
		line-height: 2.1rem;
		margin-bottom: 0.9rem;
	}
}
h3,
.h3,
.gamma {
	font-size: 1.125em;
	line-height: 1rem;
	margin-bottom: 1rem;
}
@media (min-width: 704px) {
	h3,
	.h3,
	.gamma {
		font-size: 1.75em;
		line-height: 1.5rem;
		margin-bottom: 0.5rem;
	}
}
h4,
.h4,
.delta {
	font-size: 1.125em;
	line-height: 1rem;
	margin-bottom: 1rem;
}
h5,
.h5,
.epsilon {
	font-size: 1em;
	line-height: 1rem;
	margin-bottom: 0rem;
}
h6,
.h6,
.zeta {
	/*font-variant: small-caps;
 *  * 	text-transform: lowercase;*/
	font-size: 0.7em;
	line-height: 1rem;
	margin-bottom: 0rem;
	text-transform: uppercase;
	font-weight: 700;
}
.centi {
	font-size: 0.8em;
	line-height: 1rem;
}
small,
.milli {
	font-size: 0.7em;
	line-height: 1rem;
}
section,
.section {
	position: relative;
}
.section--xl {

}
.section--xxl {

}
p,
ol,
ul,
form,
fieldset {
	position: relative;
	margin-bottom: 1rem;
}
a {
	color: inherit;
	text-decoration: none;
}
p a {
	color: #C8252C;
	font-weight: 700;
}
blockquote {
	margin-left: 2em;
	margin-right: 2em;
}
img,
iframe,
video,
audio,
object {
	max-width: 100%;
}
img[height] {
	height: auto;
}
img[src=""],
img:not([src]) {
	visibility: hidden;
}
figure {
	margin: 0;
}
ol,
ul {
	padding-left: 1rem;
}
li {
	padding-left: 0;
}
hr,
.hr {
	background-color: inherit;
	border: 0;
	border-top: 1px solid #ccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	position: relative;
	text-align: center;
}
.hr--double {
	border-top-style: double;
	border-top-width: 3px;
}
.hr--none {
	border-top-style: none;
}
.hr--l {
	margin: 2rem 0;
}
.hr--xl {
	margin: 3rem 0;
}
.hr--xxl {
	margin: 4rem 0;
}
.hr > * {
	background-color: inherit;
	display: inline-block;
	transform: translateY(-50%);
}
fieldset {
	border: none;
}
input:focus,
select:focus,
textarea:focus {
	outline-color: #00606b;
}
input[type=image] {
	outline-style: none;
}
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url] {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	height: 1.5rem;
	margin: 0.25rem 0;
	max-width: 100%;
	padding: 0.15rem !important;
}
select {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	height: 1.5rem;
	margin: 0.25rem 0;
	max-width: 100%;
	padding: 0.15rem !important;
}
label {
	font-size: 0.7em;
	font-weight: 700;
	line-height: 1rem;
	margin-bottom: 0rem;
	text-transform: uppercase;
}
code {
	font-family: 'Source Code Pro', monospace;
}
q {
	font-style: inherit;
}
q::before,
q::after {
	content: '';
}
cite {
	font-style: inherit;
}

/**
 *  * End Atoms
 *   */


/**
 *  * Molecules
 *   */

/* Column List */
.column-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.column-list__item {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.column-list__item:last-child {
	margin-right: 0;
}
.column-list--fifths {

}
.column-list--fifths .column-list__item {
	width: 20%;
}
.column-list--quarters .column-list__item {
	width: 29%;
}
.column-list--quarters .column-list__item:last-child {
	width: 13%;
}
@media (min-width: 1426px) {
	.column-list--quarters .column-list__item {
		width: 25%;
	}
	.column-list--quarters .column-list__item:last-child {
		width: 25%;
	}
}
.column-list--justify {
	text-align: justify;
}
.column-list--justify::after {
	content: '';
	display: inline-block;
	font-size: 0.1px;
	line-height: 0.1px;
	width: 100%;
}

/* Inline List */
.inline-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.inline-list__item {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	margin-right: 1rem;
}
.inline-list__item:last-child {
	margin-right: 0;
}
.inline-list--rtl {

}
.inline-list--rtl .inline-list__item {
	margin-left: 1rem;
	margin-right: 0;
}
.inline-list--rtl .inline-list__item:last-child {
	margin-left: 0;
}

/*
 *  * Iconify
 *   * Attach to links to prepend an icon
 *    */
.iconify {

}
.iconify--before::before,
.iconify--after::after {
	/* equivalent to .fa class from Font Awesome 4.0.3 */
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* equivalent to .fa-fw class from Font Awesome 4.0.3 */
	width: 1.2857142857142858em;
	text-align: center;
}
/* Iconify path-targeted href fragments */
.iconify--before[href*='contact']::before,
.iconify--after[href*='contact']::after {
	content: "\f003";
}
.iconify--before[href*='mailto']::before,
.iconify--after[href*='mailto']::after {
	content: "\f0e0";
}
.iconify--before[href*='rss']::before,
.iconify--after[href*='rss']::after,
.iconify--before[href*='feed']::before,
.iconify--after[href*='feed']::after {
	content: "\f09e";
}
/* Iconify domain-targeted href fragments */
.iconify--before[href*='#comments']::before,
.iconify--after[href*='#comments']::after,
.iconify--before[href*='disqus']::before,
.iconify--after[href*='disqus']::after {
	content: "\f075";
}
.iconify--before[href*='discord']::before,
.iconify--after[href*='discord']::after {
	content: "\00A0\f11c";
}
.iconify--before[href*='facebook']::before,
.iconify--after[href*='facebook']::after {
	content: "\f09a";
}
.iconify--before[href*='foursquare']::before,
.iconify--after[href*='foursquare']::after {
	content: "\f180";
}
.iconify--before[href*='github']::before,
.iconify--after[href*='github']::after {
	content: "\f09b";
}
.iconify--before[href*='plus.google']::before,
.iconify--after[href*='plus.google']::after {
	content: "\f09b";
}
.iconify--before[href*='instagram']::before,
.iconify--after[href*='instagram']::after,
.iconify--before[href*='instagr.am']::before,
.iconify--after[href*='instagr.am']::after {
	content: "\f16d";
}
.iconify--before[href*='linkedin']::before,
.iconify--after[href*='linkedin']::after {
	content: "\f08c";
}
.iconify--before[href*='pinterest']::before,
.iconify--after[href*='pinterest']::after {
	content: "\f0d2";
}
.iconify--before[href*='getpocket']::before,
.iconify--after[href*='getpocket']::after {
	content: "\f265";
}
.iconify--before[href*='snapchat']::before,
.iconify--after[href*='snapchat']::after {
	content: "\f2ac";
}
.iconify--before[href*='tumblr']::before,
.iconify--after[href*='tumblr']::after {
	content: "\f173";
}
.iconify--before[href*='twitch']::before,
.iconify--after[href*='twitch']::after {
	content: "\f1e8";
}
.iconify--before[href*='twitter']::before,
.iconify--after[href*='twitter']::after {
	content: "\f099";
}
.iconify--before[href*='/x.']::before,
.iconify--before[href*='.x.']::before,
.iconify--after[href*='/x.']::after,
.iconify--after[href*='.x.']::after {
	content: "\1d54f";
	content: "𝕏";
	font-family: STIXGeneral, "Cambria Math", sans-serif;
	font-size: 1.15em;
}
.fa-x::before {
	content: "\1df54";
	content: "𝕏";
	font-family: STIXGeneral, "Cambria Math", sans-serif;
}
.iconify--before[href*='youtube']::before,
.iconify--after[href*='youtube']::after {
	content: "\f16a";
}

/**
 *  * End Molecules
 *   */

/**
 *  * Organisms
 *   */

/* Hello Bar */
.hello-bar {
	background-color: #212121;
	color: #ccc;
	height: 1rem;
	font-size: 0.8em;
	padding: 0 1rem;
	text-align: right;
	margin-bottom: 1rem;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Alert Bar */
.alert-bar {
	background-color: #212121;
	color: #CCCCCC;
}
.alert-bar__close {
	cursor: pointer;
	position: absolute;
	right: 0.25rem;
	top: 0.25rem;
}
.alert-bar__content-wrapper {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: auto;
	max-width: 32rem;
	padding: 0.25rem 0.5rem;
}
@media (min-width: 704px) {
	.alert-bar__content-wrapper {
		display: table;
		max-width: none;
		padding: 0.5rem;
		width: 100%;
	}
}
@media (min-width: 1100px) {
	.alert-bar__content-wrapper {
		width: 48rem;
	}
}
@media (min-width: 1426px) {
	.alert-bar__content-wrapper {
		width: 64rem;
	}
}
.alert-bar__primary-content,
.alert-bar__secondary-content {
	padding: 0.25rem 0.5rem;
}
@media (min-width: 704px) {
	.alert-bar__primary-content,
	.alert-bar__secondary-content {
		display: table-cell;
		padding: 0 0.5rem 0.25rem;
		vertical-align: top;
	}
}
.alert-bar__primary-content > *:last-child,
.alert-bar__secondary-content > *:last-child {
	margin-bottom: 0 !important;
}

/* Live Bar */
.live-bar {
	background-color: #111111;
	color: #FFFFFF;
	font-size: 0.8em;
	height: 0.8rem;
	line-height: 0.8rem;
	padding: 0.33rem 0.5rem;
	text-align: center;
}
@media (min-width: 704px) {
	.live-bar {
		font-size: 1em;
		height: 1rem;
		line-height: 1rem;
	}
}

/* Action Menu */
.action-menu {

}
.action-menu__link {

}
.action-menu > * {
	margin-right: 0.8em;
}
.action-menu > *:last-child {
	float: right;
	min-width: 8em;
	text-align: right;
	transition: all 0.4s ease-in-out;
}
.action-menu > *:last-child:hover,
.action-menu > *:last-child:active,
.action-menu > *:last-child:focus {
	min-width: 9em;
}

/* Message Rotator */
.message-rotator {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.message-rotator__item {
	display: inline-block;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
}

/* Header */
.header {
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	text-align: center;
	padding-top: 1.25rem;
	padding-bottom: 1rem;
}
@media (min-width: 704px) {
	.header {
		padding-top: 1.5rem;
	}
}

/* Floating Header */
.floating-header {
	position: fixed;
	left: 0;
	margin: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99999;
}

/* Central Branding */
.central-branding {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin-top: -87px;
	margin-left: -50px;
	overflow: hidden;
	width: 100px;
	height: 100px;
	transition: all 0.6s ease-in-out 0.3s;
	opacity: 1;
}
.compact-menu__top:hover ~ .central-branding,
.compact-menu__bottom:hover ~ .central-branding  {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	pointer-events: none;
}
.central-branding__logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.central-branding__name {
	text-align: center;
	font-size: 1em;
	line-height: 100px;
	font-weight: 900;
	margin-bottom: 0;
	color: #C8252C;
}
@media (min-width: 704px) {
	.central-branding {
		margin-top: -92px;
		margin-left: -90px;
		width: 180px;
		height: 180px;
	}
}
@media (min-width: 1100px) {
	.central-branding {
		margin-top: -98px;
		margin-left: -100px;
		width: 200px;
		height: 200px;
	}
	.central-branding__name {
		font-size: 2.5em;
		line-height: 190px;
	}
}

/* Main Menu */
.main-menu {
	display: none;
	position: relative;
	padding-top: 4rem;
	padding-bottom: 2rem;
	margin-bottom: 0.5rem;
}
@media (min-width: 704px) {
	.main-menu {
		display: block;
	}
}
.main-menu__top,
.main-menu__bottom {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	position: relative;
}
.main-menu__top {
	padding-top: 0;
	font-size: 0.7em;
	font-weight: 400;
	line-height: 0.9rem;
	color: #606060;
	margin-bottom: 0.1rem;
}
.main-menu__bottom {
	font-size: 0.7em;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #C8252C;
	line-height: 1.4rem;
}
@media (min-width: 902px ) {
	.main-menu__bottom {
		font-size: 0.9em;
		padding-top: 0.05rem;
		padding-bottom: 0.05rem;
	}
}
@media (min-width: 1100px) {
	.main-menu__top,
	.main-menu__bottom {
		padding-left: calc(50% - 24rem);
		padding-right: calc(50% - 24rem);
	}
	.main-menu__top {
		font-size: 0.8em;
		line-height: 1.1rem;
	}
	.main-menu__bottom {
		font-size: 1em;
		line-height: 1.6rem;
		padding-top: 0;
	}
}
@media (min-width: 1426px) {
	.main-menu__top,
	.main-menu__bottom {
		padding-left: calc(50% - 32rem);
		padding-right: calc(50% - 32rem);
	}
	.main-menu__top {
		font-size: 1em;
	}
	.main-menu__bottom {
		font-size: 1.2em;
		padding-top: 0.15rem;
		padding-bottom: 0.15em;
	}
}
.main-menu__left,
.main-menu__right {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 50%;
	display: block;
	float: left;
	position: relative;
}
.main-menu__left {
	text-align: right;
	padding-left: 1rem;
}
.main-menu__right {
	text-align: left;
	padding-right: 1rem;
}
@media (min-width: 1100px) {
	.main-menu__left,
	.main-menu__right {
		width: 24rem;
	}
}
@media (min-width: 1426px) {
	.main-menu__left,
	.main-menu__right {
		width: 32rem;
	}
}
.main-menu__top .main-menu__left {
	padding-right: 5rem;
}
.main-menu__top .main-menu__right {
	padding-left: 5rem;
}
.main-menu__bottom .main-menu__left {
	padding-right: 4.25rem;
	height: 1.4rem;
}
.main-menu__bottom .main-menu__right {
	padding-left: 4rem;
	height: 1.4rem;
}
@media (min-width: 1100px) {
	.main-menu__top .main-menu__left {
		padding-right: 6rem;
	}
	.main-menu__top .main-menu__right {
		padding-left: 6rem;
	}
	.main-menu__bottom .main-menu__left {
		padding-right: 5.5rem;
		height: 1.6rem;
	}
	.main-menu__bottom .main-menu__right {
		padding-left: 5rem;
		height: 1.6rem;
	}
}
@media (min-width: 1452px) {
	.main-menu__top .main-menu__left {
		padding-right: 6rem;
	}
	.main-menu__top .main-menu__right {
		padding-left: 6rem;
	}
	.main-menu__bottom .main-menu__left {
		padding-right: 5.5rem;
		height: 1.6rem;
	}
	.main-menu__bottom .main-menu__right {
		padding-left: 5rem;
	}
}

/* Alternate Menu */
.alt-menu {
	margin-bottom: 0;
	position: relative;
}
@media (min-width: 704px) {
	.alt-menu {
		display: none;
	}
}
.alt-menu__top,
.alt-menu__middle,
.alt-menu__bottom {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding-left: 1rem;
	padding-right: 1rem;
	position: relative;
	width: 100%;
}
.alt-menu__left,
.alt-menu__right {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;

	display: block;
	float: left;
	position: relative;
	width: 50%;
}
.alt-menu__top {
	color: #606060;
	font-size: 0.75em;
	line-height: 1.1rem;
	margin-bottom: 0.2rem;
}
.alt-menu__top .alt-menu__left {
	padding-right: calc(50% - 6rem);
	text-align: left;
}
.alt-menu__top .alt-menu__right {
	padding-left: calc(50% - 6rem);
	text-align: right;
}
.alt-menu__middle,
.alt-menu__bottom {
	color: #FFFFFF;
	font-size: 0.8em;
	height: 1.5rem;
	line-height: 1.4rem;
	padding-top: 0.05rem;
	padding-bottom: 0.05rem;
}
.alt-menu__middle {
	background-color: #C8252C;
	font-weight: 700;
}
.alt-menu__bottom {
	background-color: #008392;
}

/* Minimal Menu */
.minimal-menu {
	background-color: #008392;
	color: #FFFFFF;
	height: 2rem;
	line-height: 2rem;
	position: relative;
	text-align: center;
}
.minimal-menu--with-nav {
	height: 2.5rem;
}
.minimal-menu__heading {
	display: inline-block;
	font-size: 1.375em;
	font-weight: 800;
	letter-spacing: -1px;
	line-height: 1rem;
	margin: 0;
}
.minimal-menu__share {
	display: none;
}
@media (min-width: 704px) {
	.minimal-menu__share {
		display: block;
		position: absolute;
		right: 0.666667rem;
		top: 0;
	}
}
.minimal-menu--with-nav .minimal-menu__share {
	line-height: 2.5rem;
}
.minimal-menu__nav {
	font-size: 0.625em;
	line-height: 0.5rem;
	margin-top: -0.4rem;
}

/* Compact Menu */
.compact-menu {
	margin-top: 2rem;
	margin-bottom: 4rem;
	position: relative;
	color: #FFFFFF;
}
@media (min-width: 704px) {
	.compact-menu {
		display: none;
	}
}
.compact-menu__top {
	position: relative;
	height: 2rem;
	background-color: #008392;
}
.compact-menu__bottom {
	position: relative;
	height: 2rem;
	background-color: #C8252C;
}
.compact-menu__left {
	position: relative;
	width: 30%;
	height: 100%;
	float: left;
}
.compact-menu__right {
	position: relative;
	width: 30%;
	height: 100%;
	float: right;
}

/* Flyout Menu */
.flyout-menu {
	position: absolute;
	overflow: hidden;
	height: 2rem;
	transition: all 0.6s ease-in-out 0.3s;
}
.flyout-menu:hover {
	height: 4rem;
	width: 100%;
	z-index: 1;
	transition: all 0.6s ease-in-out;
}
.flyout-menu--tabs {

}
.flyout-menu--to-top-left {
	bottom: 0;
	right: 0;
	background-color: #C8252C;
	text-align: right;
}
.flyout-menu--to-top-right {
	bottom: 0;
	left: 0;
	background-color: #C8252C;
	text-align: left;
}
.flyout-menu--to-bottom-left {
	top: 0;
	right: 0;
	background-color: #008392;
	text-align: right;
}
.flyout-menu--to-bottom-right {
	top: 0;
	left: 0;
	background-color: #008392;
	text-align: left;
}
.flyout-menu__menu {
	position: absolute;
}
.flyout-menu--to-top-left .flyout-menu__menu {
	bottom: 0;
	right: 0;
}
.flyout-menu--to-top-right .flyout-menu__menu {
	bottom: 0;
	left: 0;
}
.flyout-menu--to-bottom-left .flyout-menu__menu {
	top: 0;
	right: 0;
}
.flyout-menu--to-bottom-right .flyout-menu__menu {
	top: 0;
	left: 0;
}
.flyout-menu__title {
	overflow: hidden;
	display: block;
	height: 2rem;
	line-height: 2rem;
	margin: 0 0.5rem;
	font-weight: 600;
}
.flyout-menu__list {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	overflow: hidden;
	display: block;
	height: 2rem;
	margin: 0;
	padding: 0.25rem 0.5rem;
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
	font-size: 0.8em;
	line-height: 0.8rem;
}
@media (min-width: 352px) {
	.flyout-menu__title {
		margin: 0 1rem;
	}
	.flyout-menu__list {
		padding: 0.25rem 1rem;
	}
}
.flyout-menu--tabs .flyout-menu__list {
	display: none;
}
.flyout-menu--tabs .flyout-menu__list:target {
	display: block;
}
.flyout-menu--to-top-right .flyout-menu__list > *,
.flyout-menu--to-bottom-right .flyout-menu__list > * {
	margin-right: 1rem;
	margin-left: 0;
}
.flyout-menu--to-top-left .flyout-menu__list > *,
.flyout-menu--to-bottom-left .flyout-menu__list > * {
	margin-right: 0;
	margin-left: 1rem;
}
.flyout-menu:hover .flyout-menu__list {
	opacity: 1;
	transition: opacity 0.6s ease-in-out 0.3s;
}

/* Reveal Button */
.reveal-button {
	cursor: pointer;
}
.reveal-button:hover {
	text-decoration: underline;
}
.reveal-button--selected {
	text-decoration: underline;
}

/* Reveal Tab */
.reveal-tab {
	background-color: #E0E0E0;
	border-right: 1px solid #CCCCCC;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	cursor: pointer;
	display: block;
	float: left;
	font-weight: 700;
	margin-bottom: 0;
	padding: 0.5rem;
	text-align: center;
	text-transform: uppercase;
}
.reveal-tab:last-child {
	border-right: none;
}
.reveal-tab:hover,
.reveal-tab--selected {
	background-color: #111111;
	color: #FFFFFF;
}

/* Reveal Section */
.reveal-section {
	display: none;
}
.reveal-section--selected {
	display: block;
}
.reveal-section--selected-house {

}
@media (min-width: 1100px) {
	.reveal-section--selected-house {
		display: block;
	}
}

/* Reveal List */
.reveal-list {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 1% 0 0.2rem;
	overflow: hidden;
	max-height: 0.75rem;
	transition: all 0.4s ease-in-out;
	background-color: transparent;
	z-index: 10;
	text-align: left;
	line-height: 1rem;
	width: 100%;
}
.reveal-list:hover,
.reveal-list:active,
.reveal-list:focus {
	max-height: 6rem;
	z-index: 100;
	/*border-bottom: 1px solid #212121;*/
}
.reveal-list--blue:hover,
.reveal-list:active,
.reveal-list:focus {
	background-color: rgba(0,131,146,0.95);
	color: #ffffff;
}
.reveal-list--red:hover,
.reveal-list:active,
.reveal-list:focus {
	background-color: rgba(200,37,44,0.95);
	color: #ffffff;
}
.reveal-list__item {
	display: block;
	margin: 0;
	padding: 0 0.5em;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.reveal-list__icon {
	float: right;
	margin-top: 0.1rem;
}

/* Fade List */
.fade-list {
	list-style: none;
	height: 100%;
	padding: 0;
}
.fade-list__item {
	box-sizing: border-box;
	display: inline;
	left: 0;
	overflow: hidden;
	padding: 0 1rem;
	position: absolute;
	text-align: center;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
}
.fade-list__decrement {
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}
.fade-list__increment {
	cursor: pointer;
	right: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}

/* Position */
.category-menu {

}
.category-menu > * {
	height: 1.10em;
}

/* Social Menu */
.social-menu {
	display: inline-block;
	float: none;
	font-size: 1.2em;
}
.social-menu > .inline-list__item {
	margin-right: 0;
}
.social-menu__link {
	display: inline-block;
	padding-left: 0.15em;
	padding-right: 0.15em;
	color: #606060;
}

/* Promo Menu */
.promo-menu {
	float: left;
	font-size: 0.8em;
}
.promo-menu--emphasize {
	color: #212121;
	font-weight: 700;
}

/* Search Form */
.search-form {
	display: block;
	margin-left: 0;
	text-align: right;
}
.search-form__query {

}
.search-form__button {
	color: inherit;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	top: -0.1rem;
}

/* Video Banner */
.video-banner {
	background: #111111;
	color: #FFFFFF;
	line-height: 1.5em;
	padding: 0.75rem 0.5rem;
}
.video-banner__title {
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: 700;
}
.video-banner__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.video-banner__list-item {
	margin-top: 0.25em;
}
.video-banner__list-item:first-child {
	margin-top: 0;
}

/* Landing Page Content */
.landing-content {
	background-color: transparent;
	box-sizing: border-box;
	min-height: 100vh;
	margin:0 auto;
	max-width:680px;
	overflow: hidden;
	padding: 24px 12px;
	position: relative;
}

/* Content */
.content {
	position: relative;
	margin: 0 auto 2rem;
	width: 100%;
	max-width: 32rem;
	overflow: hidden;
	background-color: white;
}
@media (min-width: 1100px) {
	.content {
		width: 48rem;
		max-width: none;
	}
}
@media (min-width: 1426px) {
	.content {
		width: 64rem;
	}
}

/* Column */
.column {
	position: relative;
	float: left;
	padding: 0 1rem;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.column--right {
	float: right;
}
@media (min-width: 1100px) {
	.column {
		-webkit-box-sizing: content-box;
	       -moz-box-sizing: content-box;
	            box-sizing: content-box;
	}
}

/* Article */
.article {
	position: relative;
}
.article__heading {
	position: relative;
}
.article__body {
	position: relative;
}
@media (min-width: 1426px) {
	.article__body {
		float: left;
	}
}
.article__body p {

}
.article__body > *:nth-last-child(2) {
	margin-bottom: 2rem;
}
.article__body blockquote p {
	text-align: left;
	font-style: italic;
}
.article__body a {
	color: #C8252C;
	font-weight: 700;
}
.article__body ol:not(.component-list) li:nth-last-child(n+2),
.article__body ul:not(.component-list) li:nth-last-child(n+2) {
	margin-bottom: 0.3rem;
}

/* Context */
.context {
	top: 0;
}
.context ol,
.context ul {
	list-style: none;
	padding-left: 0;
}
.context li {
	padding-left: 0;
	margin-bottom: 0.25rem;
}

/* Aside */
.aside {
	font-size: 0.7em;
	line-height: 0.8rem;
	text-align: left;
}
@media (min-width: 1100px) {
	.aside {

	}
}
@media (min-width: 1426px) {
	.aside {
		width: 10rem;
		position: absolute;
		right: -12rem;
	}
}
.aside--context {

}
@media (min-width: 1426px) {
	.aside--context {
		position: relative;
		right: auto;
		float: right;
	}
}

/* Pseudo Column */
.pseudo-column {
	position: relative;
}
@media (min-width: 1100px) {
	.pseudo-column {
		-webkit-box-sizing: content-box;
	       -moz-box-sizing: content-box;
	            box-sizing: content-box;
		position: absolute;
		right: 0;
	}
	.column > .pseudo-column {
		right: 1rem;
	}
}

/* Component List */
.component-list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 2rem;
}
.component-list__item {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	margin-bottom: 1rem;
}
.component-list__item:last-child {
	margin-bottom: 0;
}
.component-list--floating {

}
@media (min-width: 352px) {
	.component-list--floating > .component-list__item {
		float: left;
		margin-left: 1rem;
		margin-right: 1rem;
		margin-bottom: 2rem;
	}
	.component-list--floating > .component-list__item:first-child {
		margin-left: 0;
	}
}
@media (min-width: 704px) {
	.component-list--floating > .component-list__item:nth-child(2n) {
		margin-right: 0;
	}
	.component-list--floating > .component-list__item:nth-child(2n+1) {
		margin-left: 0;
		clear: left;
	}
}
@media (min-width: 1056px) {
	.component-list--floating > .component-list__item:nth-child(2n) {
		margin-right: 1rem;
	}
	.component-list--floating > .component-list__item:nth-child(2n+1) {
		margin-left: 1rem;
		clear: none;
	}
	.component-list--floating > .component-list__item:nth-child(3n) {
		margin-right: 0;
	}
	.component-list--floating > .component-list__item:nth-child(3n+1) {
		margin-left: 0;
		clear: left;
	}
}
@media (min-width: 1408px) {
	.component-list--floating > .component-list__item:nth-child(3n) {
		margin-right: 1rem;
	}
	.component-list--floating > .component-list__item:nth-child(3n+1) {
		margin-left: 1rem;
		clear: none;
	}
	.component-list--floating > .component-list__item:nth-child(4n) {
		margin-right: 0;
	}
	.component-list--floating > .component-list__item:nth-child(4n+1) {
		margin-left: 1rem;
		clear: left;
	}
}
@media (min-width: 1408px) {
	.component-list--floating > .component-list__item:nth-child(n) {
		margin-left: 0;
		margin-right: 0;
	}
}

/* Snippet (Headline Feature) */
.snippet-headline {

}
.snippet-headline__author {
	color: #008392;
}
.snippet-headline__heading {

}
.snippet-headline__image {
	display: block;
	max-width: 20%;
	max-height: 100%;
	margin-left: 1rem;
	float: right;
}

/* Snippet (Excerpt Feature) */
.snippet-headline {

}
.snippet-headline__heading {

}
.snippet-headline__excerpt {

}
.snippet-headline__byline {

}

/* Snippet (Thumbnail Feature) */
.snippet-thumbnail {

}
.snippet-thumbnail__heading {

}
.snippet-thumbnail__thumbnail {
	display: block;
	width: 20%;
	max-height: 100%;
	margin-left: 1rem;
	float: right;
}

/* Snippet (Author Feature) */
.snippet-author {
	overflow: hidden;
}
.snippet-author__link {

}
.snippet-author__author {
	color: #008392;
	text-transform: uppercase;
}
.snippet-author__image,
.snippet-author__image-wrapper .avatar {
	float: left;
	width: auto;
	height: 3.7rem;
	margin-right: 0.36rem;
}
.snippet-author__heading {
	min-height: 3rem;
	margin-bottom: 0;
}
.snippet-author__interactions {

}
.snippet-author__bio {
	min-height: 3.7rem;
}
.snippet-author--no-image {

}
.snippet-author--no-image .snippet-author__heading {
	height: auto;
}
.snippet-author--l {

}
.snippet-author--l .snippet-author__author {
	color: inherit;
	line-height: 1.5rem;
}
.snippet-author--l .snippet-author__author .snippet-author__link {
	text-decoration: none;
}
.snippet-author--l .snippet-author__image,
.snippet-author--l .snippet-author__image-wrapper .avatar {
	height: 4.7rem;
	margin-right: 0.5rem;
}

/* Snippet (Background Feature) */
.snippet-background {
	width: 100%;
	padding-bottom: 41.84%;
	overflow: hidden;
	margin-bottom: 1rem;
	background-color: rgba(0,4,16,0.5);
	background-size: cover;
	background-position: 0 20%;
	position: relative;
	color: #eee;
	text-shadow: rgba(0,4,16,0.5) 0 1px 0;
}
.snippet-background:nth-child(3n) {
	background-position: 0 0%;
}
.snippet-background:nth-child(3n+1) {
	background-position: 0 20%;
}
.snippet-background:nth-child(3n+2) {
	background-position: 0 40%;
}
.snippet-background__heading {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0,4,16,0.5);
	margin: 0;
	padding: 0.5rem;
}
@media (min-width: 704px) {
	.snippet-background__heading {
		padding: 1rem;
	}
}
.snippet-background__byline {
	display: block;
	position: absolute;
	bottom: 0.5rem;
	right: 0.5rem;
	left: 0.5rem;
	z-index: 1;
	font-size: 0.7em;
	text-align: left;
}
@media (min-width: 704px) {
	.snippet-background__byline {
		font-size: 1em;
		bottom: 1rem;
		right: 1rem;
		left: 1rem;
	}
}
.snippet-background__interactions {
	float: right;
	display: block;
	text-align: right;
}
.snippet-background__interactions.interactions::after {
	margin-left: 0.35em;
	vertical-align: text-top;
}
.snippet-background__link {
	outline: none;
	color: inherit;
}
.snippet-background__image {
	position: absolute;
	top: -20%;
	left: 0;
	right: 0;
	width: 100%;
	height: 120%;
	z-index: 0;
	-webkit-filter: blur(1.1px);
	background-size: cover;
}

/* Snippet (Banner Format) */
.snippet-banner {
	width: 100%;
	padding-bottom: 24.34%;
	overflow: hidden;
	margin-bottom: 1rem;
	background-color: rgba(0,4,16,0.5);
	background-size: cover;
	background-position: 0 20%;
	position: relative;
	color: #eee;
	text-shadow: rgba(0,4,16,0.5) 0 1px 0;
}
.snippet-banner__link {
	outline: none;
	color: inherit;
}
.snippet-banner__heading {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0,4,16,0.5);
	margin: 0;
	padding: 0.5rem;
}
.snippet-banner__image {
	position: absolute;
	top: -40%;
	left: 0;
	right: 0;
	width: 100%;
	height: 140%;
	z-index: 0;
	background-size: cover;
}
.snippet-banner__heading ~ .snippet-banner__image {
	-webkit-filter: blur(1.1px);
}
.snippet-banner--center {

}
.snippet-banner--center .snippet-banner__heading {
	text-align: center;
	line-height: 0.9em;
	padding-top: 1.1em;
}

/* Snippet (Block Format) */
.snippet-block {

}
.snippet-block__link {

}
.snippet-block__image {

}
.snippet-block__heading {

}

/* Snippet (Excerpt Format) */
.snippet-excerpt {

}
.snippet-excerpt__byline {

}
.snippet-excerpt__excerpt {

}
.snippet-excerpt__heading {

}
.snippet-excerpt--mini {

}
.snippet-excerpt--mini .snippet-excerpt__byline {
	font-weight: 400;
	margin-bottom: 0.15rem;
	text-transform: none;
}
.snippet-excerpt--mini .snippet-excerpt__excerpt {
	margin-bottom: 0;
}
.snippet-excerpt--mini .snippet-excerpt__heading {
	margin-bottom: 0.5rem;
}

/* Snippet Media */
.snippet-media {
	overflow: hidden;
}
.snippet-media__image-wrapper {
	float: left;
	margin-right: 0.5rem;
	width: 4rem;
}
.snippet-media__image {
	display: block;
}
.snippet-media__headline {
	overflow: hidden;
}
.snippet-media__heading {
	margin-bottom: 0.15rem;
}
.snippet-media__link {

}
.snippet-media__action {
	float: right;
	text-align: center;
}
.snippet-media__byline {
	line-height: 0.85rem;
}
.snippet-media__byline span[itemprop="author"] {
	display: inline-block;
}
.snippet-media__label {
	color: #008392;
}
.snippet-media--large {

}
.snippet-media--large .snippet-media__image-wrapper {
	margin-bottom: 1rem;
	width: 150px;
	max-width: 25%;
}
.snippet-media--large .snippet-media__image {
	background-color: transparent;
}

/* Snippet Event Scoreboard */
.snippet-scoreboard {
	border: 1px solid #eee;
	overflow: hidden;
	padding: 0.5rem;
	position: relative;
}
.snippet-scoreboard:hover {
	background-color: #f9f9f9;
}
.snippet-scoreboard__link {
	display: table;
	width: 100%;
}
.snippet-scoreboard__overview {
	display: table-cell;
	padding-left: 0.5rem;
	vertical-align: middle;
	width: 40%;
}
.snippet-scoreboard__matchup {
	border-right: 1px solid #eee;
	display: table-cell;
	padding-right: 0.5rem;
	vertical-align: middle;
	width: 60%;
}
.snippet-scoreboard .snippet-inline {
	display: block;
}
.snippet-scoreboard .snippet-inline + .snippet-inline {
	margin-top: 0.5rem;
}

/* Snippet Inline */
.snippet-inline {

}
.snippet-inline--with-logo {
	background-size: 1.3333em;
	background-position: center left;
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 1.6667em;
	text-align: left;
}

/* Snippet (Text Feature) */
.snippet-text {

}
.snippet-text__heading {
	margin-bottom: 0;
}
.snippet-text__text {

}
.snippet-text__read-more {

}
.snippet-text p {
	margin-bottom: 0;
}

/* Itinerary Snippet */
.snippet-itinerary {
	overflow: hidden;
}
.snippet-itinerary__image-wrapper {
	float: left;
	margin-right: 0.5rem;
	width: 2rem;
}
.snippet-itinerary__image {

}
.snippet-itinerary__heading {
	float: left;
	margin-right: 0.5rem;
	width: calc(100% - 6rem);
}
@media (min-width: 704px) {
	.snippet-itinerary__heading {
		width: calc(100% - 9rem);
	}
}
.snippet-itinerary__divisions {
	color: #AAAAAA;
	display: block;
}
.snippet-itinerary__datetime {
	float: left;
	width: 3rem;
}
@media (min-width: 704px) {
	.snippet-itinerary__datetime {
		width: 6rem;
	}
}
.snippet-itinerary__date {
	display: inline-block;
}

/* Snippet (List Feature) */
.snippet-list {

}
.snippet-list__term {
	color: #008392;
}
.snippet-list__heading {
	color: #008392;
	text-decoration: underline;
}
.snippet-list__excerpt {

}
.snippet-list__logo {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
	float: left;
	background-size: cover;
	margin-right: 0.3em;
	margin-top: 0.3em;
}
.snippet-list__label {
	color: #C8252C;
	padding-left: 3em;
}
.snippet-list--no-wrap .snippet-list__heading {
	display: block;
	padding-left: 2.3em;
}
.snippet-list--no-wrap .snippet-list__excerpt {
	display: block;
	padding-left: 2.3em;
}
.snippet-list--inverse-colors {
	background-color: #008392;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
	padding: 0.5rem;
}
.snippet-list--inverse-colors .snippet-list__term,
.snippet-list--inverse-colors .snippet-list__heading {
	color: #FFFFFF;
}
.snippet-list--inverse-colors .fa-inverse {
	color: #008392;
}

/* Double Collection */
.collection-double {
	position: relative;
}
.collection-double .component-list__item {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.collection-double .livewire-card__heading {
	height: auto;
}
@media (min-width: 704px) {
	.collection-double .component-list {
		border-spacing: 1rem 0;
		display: table;
		margin-left: -1rem;
		margin-right: -1rem;
		table-layout: fixed;
	}
	.collection-double .component-list__item {
		display: table-cell;
	}
}

/* Event Collection */
.collection-event {
	position: relative;
	overflow: hidden;
	border: 1px solid #ccc;
	padding-bottom: 1rem;
}
.collection-event__banner {
	margin-bottom: 1rem;
}
.collection-event__banner .snippet-banner__heading {
	background-color: transparent;
}
.collection-event__banner .snippet-banner__heading ~ .snippet-banner__image {
	-webkit-filter: none;
}
.collection-event__primary {
	border-bottom: 1px solid;
	border-bottom-color: inherit;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
	margin: 0 0.75rem;
	padding: 0 0 1rem;
}
@media (min-width: 704px) {
	.collection-event__primary {
		border-bottom: none;
		border-right: 1px solid;
		border-right-color: inherit;
		float: left;
		margin: 0;
		padding: 0 0.75rem;
		width: 60%;
	}
}
.collection-event__primary--no-border {
	border: none !important;
	padding-bottom: 0 !important;
}
.collection-event__secondary {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
	margin: 0;
	margin-left: -1px;
	padding: 1rem 0.75rem 0;
}
@media (min-width: 704px) {
	.collection-event__secondary {
		border-left: 1px solid;
		border-left-color: inherit;
		float: left;
		padding: 0 0.75rem;
		width: 40%;
	}
}
.collection-event__secondary-heading {
	margin-bottom: 0.5rem;
}
.collection-event__secondary-heading a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.collection-event__secondary-list {
	margin-bottom: 0;
}
.collection-event__secondary-list .component-list__item {
	margin-bottom: 0.5rem;
}

/* Ranking Collection */
.collection-ranking {
	position: relative;
	overflow: hidden;
	border: 1px solid #ccc;
	padding-bottom: 1rem;
}
.collection-ranking__banner {
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 0.5rem;
	padding-bottom: 24.34%;
	width: 100%;
}
.collection-ranking__title {
	padding: 0 0.75rem;
	text-align: center;
}
.collection-ranking__primary {
	font-size: 0.75em;
	margin-bottom: 0;
	padding: 0 0.75rem;
}
.collection-ranking__primary .ranking {
	font-weight: 400;
	margin-bottom: 0;
}
.collection-ranking__primary .ranking td {
	height: 40px;
}
.collection-ranking__primary .snippet-inline {
	padding-left: 2em;
}
.collection-ranking__secondary {
	margin-bottom: 0;
	padding: 0 0.75rem;
}
.collection-ranking__secondary-date,
.collection-ranking__secondary-link {
	margin-bottom: 0;
}
.collection-ranking__secondary-date {
	font-style: italic;
	text-align: left;
}
.collection-ranking__secondary-link {
	text-align: right;
}

/* Recommendation Collection */
.collection-recommendation {
	position: relative;
}
.collection-recommendation__posts {

}
.collection-recommendation__posts .component-list__item:hover,
.collection-recommendation__posts .component-list__item:active,
.collection-recommendation__posts .component-list__item:focus {
	text-decoration: underline;
}
.collection-recommendation__posts .component-list__item:nth-child(n+7) {
	display: none;
}
@media (max-width: 351px) {
	.collection-recommendation__posts .component-list__item:nth-child(2) {
		display: none;
	}
}
@media (max-width: 703px) {
	.collection-recommendation__posts .component-list__item:nth-child(3),
	.collection-recommendation__posts .component-list__item:nth-child(4) {
		display: none;
	}
}
@media (max-width: 1099px) {
	.collection-recommendation__posts .component-list__item:nth-child(5) {
		display: none;
	}
}
@media (max-width: 1425px) {
	.collection-recommendation__posts .component-list__item:nth-child(6) {
		display: none;
	}
}

/* Tag Collection */
.collection-tag {
	position: relative;
	overflow: hidden;
	border: 1px solid #ccc;
	padding-bottom: 1rem;
}
.collection-tag__banner {
	margin-bottom: 1rem;
}
.collection-tag__primary {
	border-bottom: 1px solid;
	border-bottom-color: inherit;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 0.75rem;
	padding: 0 0 1rem;
}
@media (min-width: 704px) {
	.collection-tag__primary {
		border-bottom: none;
		border-right: 1px solid;
		border-right-color: inherit;
		float: left;
		margin: 0;
		padding: 0 0.75rem;
		width: 60%;
	}
}
.collection-tag__secondary {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	margin-left: -1px;
	padding: 1rem 0.75rem 0;
}
@media (min-width: 704px) {
	.collection-tag__secondary {
		border-left: 1px solid;
		border-left-color: inherit;
		float: left;
		padding: 0 0.75rem;
		width: 40%;
	}
}
.collection-tag__secondary-heading {
	margin-bottom: 0.5rem;
}
.collection-tag__secondary-heading a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.collection-tag__secondary-list {
	margin-bottom: 0;
}
.collection-tag__secondary-list .component-list__item {
	margin-bottom: 0.5rem;
}

/* Reference Page Article */
.reference-article {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 1100px) {
	.reference-article {
		padding-top: 1rem;
	}
}

/* Reference Page Heading */
.reference-heading {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 1rem;
	overflow: hidden;
	padding-bottom: 1rem;
}
@media (min-width: 768px) {
	.reference-heading {
		margin-bottom: 1rem;
		overflow: visible;
		padding-bottom: 1rem;
	}
}
@media (min-width: 1100px) {
	.reference-heading {
		border-bottom: none;
		margin-bottom: 2rem;
		padding-bottom: 0;
	}
}
.reference-heading__logo {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	height: 81px;
	padding-bottom: 0.5rem;
	padding-right: 1rem;
	width: 92px;
}
@media (min-width: 768px) {
	.reference-heading__logo {
		background-color: #FFFFFF;
		float: right;
		height: 158px;
		padding-bottom: 1rem;
		padding-left: 0.5rem;
		padding-right: 0;
		text-align: center;
		width: 330px;
	}
}
@media (min-width: 1100px) {
	.reference-heading__logo {
		height: auto;
		padding: 0.5rem;
		width: 308px;
	}
}
.reference-heading__logo-image {
	max-height: 100%;
	max-width: 100%;
}
@media (min-width: 768px) {
	.reference-heading__logo-image {

	}
}
.reference-heading__title {
	margin-bottom: 0;
	text-align: left;
}
@media (min-width: 704px) {
	.reference-heading__title {
		font-size: 3em;
		margin-bottom: 0.25rem;
	}
}
@media (min-width: 1100px) {
	.reference-heading__title {
		font-size: 4em;
		margin-bottom: 0.5rem;
	}
}
.reference-heading__division {
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 0.5rem;
}
@media (min-width: 704px) {
	.reference-heading__division {
		font-size: 1em;
	}
}
.reference-heading__action {
	min-height: 1rem;
}
.reference-heading__action:empty {
	display: none;
}

/* Reference Page Context */
.reference-context {
	clear: right;
	margin-bottom: 2rem;
}
@media (min-width: 704px) {
	.reference-context {
		float: right;
		margin-bottom: 1rem;
		margin-left: 0.5rem;
	}
}

/* Reference Page Break */
.reference-break {
	margin: 1rem 0;
}

/* Reference Page Summary */
.reference-summary {
	margin-bottom: 2rem;
}

/* Reference Page Leaderboard */
.reference-leaderboard {
	margin-bottom: 2rem;
}

/* Reference Page Ranking */
.reference-ranking {
	margin-bottom: 2rem;
}

/* Reference Page Events */
.reference-events {
	margin-bottom: 2rem;
}

/* Reference Page Teams */
.reference-teams {
	margin-bottom: 2rem;
}

/* Reference Page Posts */
.reference-posts {
	margin-bottom: 2rem;
}
.reference-posts__list {
	margin-bottom: 1rem;
}

/* Reference Page Videos */
.reference-videos {
	margin-bottom: 2rem;
}
.reference-videos__list {
	margin-bottom: 1rem;
}

/* Reference Page Seasons */
.reference-seasons {
	margin-bottom: 3rem;
}

/* Reference Page Section */
.reference-section {
	margin-bottom: 2rem;
}

/* Reference Page Last Section */
.reference-section--last {
	margin-bottom: 3rem;
}

/* Reference Page Related Section */
.reference-related {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	margin-bottom: 2rem;
	padding: 1rem 1rem 0;
}
@media (min-width: 1100px) {
	.reference-related {
		margin-bottom: 1rem;
		padding: 1rem 1rem 0;
	}
}
.reference-related .component-list {
	margin-bottom: 0;
}
.reference-related .component-list__item:last-child {
	margin-bottom: 1rem;
}

/* Description Table */
.description-table {
	font-size: 13px;
	text-align: left;
	width: 100%;
}
@media (min-width: 704px) {
	.description-table {
		border: 1px solid #CCCCCC;
		padding: 0.15rem;
		min-width: 100%;
		width: auto;
	}
}
.description-table th {
	font-weight: 700;
	padding: 0.15rem 0.15rem;
	vertical-align: top;
}
.description-table th[colspan="2"] {
	background-color: #111111;
	color: #FFFFFF;
	padding: 0.3rem 0.15rem;
	text-align: center;
}
.description-table td {
	padding: 0.15rem 0.15rem;
	vertical-align: top;
}
.description-table td[colspan="2"] {
	text-align: center;
}
.description-table a {
	color: #C8252C;
	font-weight: 700;
}

/* Seasons Table */
.data-table {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	display: block;
	font-size: 14px;
	overflow-x: auto;
	text-align: center;
}
@media (min-width: 704px) {
	.data-table {
		display: table;
	}
}
.data-table th,
.data-table td {
	border: 1px solid #CCCCCC;
	padding: 0.15rem;
}
.data-table th {
	background-color: #E0E0E0;
	font-weight: 700;
}
.data-table .component-list {
	margin-bottom: 0;
}
.data-table .component-list__item {
	margin-bottom: 0.3rem;
}
.data-table .component-list__item:last-child {
	margin-bottom: 0;
}

/* Watchlist */
.watchlist {
	background: #F9F9F9;
}
.watchlist__nav {
	background: #111111;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.watchlist__nav-button {
	color: #FFFFFF;
	cursor: pointer;
	font-size: 0.7em;
	font-weight: 700;
	padding: 0 0.25rem;
}
@media (min-width: 704px) {
	.watchlist__nav-button {
		font-size: 0.8em;
	}
}
@media (min-width: 1100px) {
	.watchlist__nav-button {
		font-size: 1em;
		padding: 0.25rem 0.5rem;
	}
}
.watchlist__nav-button:focus,
.watchlist__nav-button:hover,
.watchlist__nav-button:active,
.watchlist__nav-button--active {
	background: #008392;
}
.watchlist__item {
	align-items: center;
	border: 1px solid #CCCCCC;
	border-top: none;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	padding: 0.25rem 0.5rem 0.15rem;
}
@media (min-width: 1100px) {
	.watchlist__item {
		padding: 0.25rem 1rem 0.15rem;
	}
}
.watchlist__item--load-more {
	background: #111111;
	border: 1px solid #111111;
	color: #FFFFFF;
	cursor: pointer;
	justify-content: center;
}
.watchlist__item--load-more:focus,
.watchlist__item--load-more:hover,
.watchlist__item--load-more:active {
	background: #008392;
	border: 1px solid #008392;
}
.watchlist__item-details {
	padding-right: 0.5rem;
}
.watchlist__item-heading {

}
.watchlist__item-subheading {
	color: #999999;
	font-size: 0.7em;
	line-height: 16px;
}
.watchlist__item-links {
	min-width: 30%;
	overflow-x: auto;
	text-align: right;
	white-space: nowrap;
}

/* Way to Watch */
.way-to-watch {
	display: inline-block;
	line-height: 1em;
	margin-right: 0.25rem;
	text-align: center;
	width: 52px;
}
.way-to-watch:last-child {
	margin-right: 0;
}
.way-to-watch__distributor {

}
.way-to-watch__logo-img {
	border: 1px solid #DDDDDD;
	border-radius: 20%;
	height: 50px;
	width: auto;
}
.way-to-watch__logo-label {
	display: none;
}
.way-to-watch__cost {
	font-size: 13px;
	line-height: 13px;
	vertical-align: top;
}

/* Interactions */
.interactions {
	margin-left: 0.5em;
}
.interactions::after {
	display: inline-block;
	content: "\f075";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 0.15em;
}

/* Badge */
.badge {
	display: inline-block;
	padding: 0.35em 0.65em;
	font-size: .75em;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: text-bottom;
	border-radius: 0.25rem;
}
.badge--bottom-left {
	position: absolute;
	bottom: 0.5em;
	left: 0.5em;
}
.badge--bottom-right {
	position: absolute;
	bottom: 0.5em;
	right: 0.5em;
}
.badge--top-left {
	position: absolute;
	top: 0.5em;
	left: 0.5em;
}
.badge--top-right {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
}

/* Image Cropper */
.image-cropper {
	overflow: hidden;
	display: block;
	height: 0;
	width: 100%;
	position: relative;
}
.image-cropper img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.image-cropper--4x3 {
	padding-bottom: 75%;
}

/* Circular Image */
.circular-image {
	border-radius: 50%;
	object-fit: contain;
	object-position: initial;
	filter: none;
}

/* Fixed Ratio Image */
.fixed-ratio-image {
	background-size: cover;
	background-position: center center;
	display: inline-block;
	height: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.fixed-ratio-image--1x1 {
	padding-bottom: 100%;
}
.fixed-ratio-image--4x3 {
	padding-bottom: 75%;
}
.fixed-ratio-image--16x9 {
	padding-bottom: 56.25%;
}

/* Video Library */
.video-library {
	margin: 0 1rem;
}
@media (min-width: 704px) {
	.video-library {
		margin: 0;
	}
}

/* Video Filters */
.video-filters {
	line-height: 1.5rem;
	margin-bottom: 1rem;
}
.video-filters__heading {
	vertical-align: sub;
	display: inline-block;
}
.video-filters__dropdown {
	max-width: 19%;
	width: 6rem;
}
.video-filters__additional {
	font-weight: 700;
	margin: 0.5rem 0;
	text-align: center;
}

/* Video Grid */
.video-grid {
	justify-content: normal !important;
}
.video-grid--no-wrap {

}
.video-grid .video-grid__item {
	display: inline-block;
	margin-bottom: 1.5rem;
	margin-left: 1rem;
	white-space: normal;
	width: 45%;
	width: calc( ( 100% - 1rem ) / 2 );
	vertical-align: top;
}
.video-grid .video-grid__item:nth-child(2n+1) {
	margin-left: 0;
}
.video-grid--no-wrap .video-grid__item {

}
.video-grid--no-wrap > .video-grid__item:nth-child(n+5) {
	display: none;
}
@media (min-width: 704px) {
	.video-grid .video-grid__item {
		width: 28%;
		width: calc( ( 100% - 2rem ) / 3 );
	}
	.video-grid .video-grid__item:nth-child(2n+1) {
		margin-left: 1rem;
	}
	.video-grid .video-grid__item:nth-child(3n+1) {
		margin-left: 0;
	}
	.video-grid--no-wrap > .video-grid__item:nth-child(n+5) {
		display: inline-block;
	}
	.video-grid--no-wrap > .video-grid__item:nth-child(n+4) {
		display: none;
	}
}
@media (min-width: 1100px) {
	.video-grid .video-grid__item {
		width: 20%;
		width: calc( ( 100% - 3rem ) / 4 );
	}
	.video-grid .video-grid__item:nth-child(3n+1) {
		margin-left: 1rem;
	}
	.video-grid .video-grid__item:nth-child(4n+1) {
		margin-left: 0;
	}
	.video-grid--no-wrap > .video-grid__item:nth-child(n+4) {
		display: inline-block;
	}
	.video-grid--no-wrap > .video-grid__item:nth-child(n+5) {
		display: none;
	}
}
@media (min-width: 1408px) {
	.video-grid .video-grid__item {
		width: 15%;
		width: calc( ( 100% - 4rem ) / 5 );
	}
	.video-grid .video-grid__item:nth-child(4n+1) {
		margin-left: 1rem;
	}
	.video-grid .video-grid__item:nth-child(5n+1) {
		margin-left: 0;
	}
	.video-grid--no-wrap > .video-grid__item:nth-child(n+5) {
		display: inline-block;
	}
	.video-grid--no-wrap > .video-grid__item:nth-child(n+6) {
		display: none;
	}
}
.video-grid__item-link {

}
.video-grid__item-image-container {
	position: relative;
	margin-bottom: 0.25rem;
}
.video-grid__item-image {
	display: block;
	width: 100%;
}
.video-grid__item-title {
	display: inline-block;
	width: 100%;
}
.video-grid__item-subtitle {
	color: #AAAAAA;
	display: inline-block;
	font-size: 0.7em;
	width: 100%;
}
.video-grid__item-subtitle > a {
	font-weight: 400 !important;
	text-decoration: none !important;
}

/* Video Message */
.video-message {
	font-size: 0.7em;
	font-style: italic;
	line-height: 1rem;
	margin-top: 5px;
	text-align: center;
}
.video-message--hidden {
	opacity: 0;
	pointer-events: none;
}

/* Video Share */
.video-share {
	position: absolute;
	right: 0;
	z-index: 100;
}
.video-share__button {
	float: right;
	margin: 0.25rem 0;
}
.video-share__details {
	float: right;
	margin-right: 0.5rem;
}
.video-share__include-time {

}
.video-share__time {
	width: 3.5rem;
}
.video-share__url {
	width: 3.5rem;
}
@media (min-width: 704px) {
	.video-share__url {
		width: 10rem;
	}
}
@media (min-width: 1100px) {
	.video-share__url {
		width: 16rem;
	}
}
.video-share__copy {

}
.video-share__icon {
	display: none;
}
@media (min-width: 704px) {
	.video-share__icon {
		display: inline;
	}
}

/* Video Shortcuts */
.video-shortcuts {
	align-items:  center;
	bottom: 3rem;
	display:  flex;
	justify-content: center;
	left:  6rem;
	position: absolute;
	right: 6rem;
	top: 3rem;
}
.video-shortcuts__table {
	background-color: #FFFFFF;
	padding: 1rem 1.5rem;
}
.video-shortcuts__header {
	padding-bottom: 0.5rem;
}
.video-shortcuts__key {
	font-family: "Courier New", monospace;
	padding-left: 1.5rem;
}

/* Mux Player */
mux-player {
	aspect-ratio: 16 / 9;
}

/* Scroll List */
.scroll-list__container {
	width: 110%;
	width: calc(100% + 1rem);
	height: 16rem;
	margin-bottom: 2rem;
	margin-left: -5%;
	margin-left: calc(-0.5rem);
	overflow-y: hidden;
	overflow-x: auto;
}
.scroll-list__container::before,
.scroll-list__container::after {
	content: '';
	display: block;
	width: 1rem;
	height: calc(100% - 3rem);
	position: absolute;
	bottom: 1rem;
	z-index: 10;
}
.scroll-list__container::before {
	left: -5%;
	left: calc(-0.5rem);
	background-image:
		linear-gradient(
		to right,
		rgba(255,255,255,1) 15%,
		rgba(255,255,255,0.0)
	);
}
.scroll-list__container::after {
	right: -5%;
	right: calc(-0.5rem);
	background-image:
		linear-gradient(
		to left,
		rgba(255,255,255,1) 15%,
		rgba(255,255,255,0.0)
	);
}
@media (min-width: 1100px) {
	.scroll-list__container {
		height: auto;
		overflow-x: hidden;
		width: 100%;
		margin-left: 0;
	}
	.scroll-list__container::before,
	.scroll-list__container::after {
		display: none;
	}
}
.scroll-list {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 1rem;
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 1rem 0;
	width: 100%;
}
@media (min-width: 1100px) {
	.scroll-list {
		display: block;
		padding-bottom: 0;
	}
}
.scroll-list__item {
	display: table-cell;
	position: relative;
	margin: 0;
	margin-right: 2rem;
	padding: 0;
	width: 10rem;
	height: 14rem;
	vertical-align: middle;
}
.scroll-list__item:first-child {
	margin-left: 2rem;
}
.scroll-list__item:last-child {
	margin-right: 2rem;
}
@media (min-width: 1100px) {
	.scroll-list__item {
		display: block;
		width: auto;
		height: auto;
		margin-bottom: 1rem;
		margin-left: 0;
		margin-right: 0;
	}
	.scroll-list__item:first-child {
		margin-left: 0;
	}
	.scroll-list__item:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}
}
.scroll-list__item--ad {
	display: none;
}
@media (min-width: 1100px) {
	.scroll-list__item--ad {
		display: block;
	}
	.scroll-list__item--ad .ad {
		margin-bottom: 1rem;
	}
	.scroll-list__item--ad .ad ins {
		border-spacing: 0;
	}
}

/* Livewire Card */
.livewire-card {
	font-size: 0.75em;
	background-color: #eee;
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 0.5rem 0.75rem;
}
@media (min-width: 1100px) {
	.livewire-card {
		font-size: 0.75em;
		overflow: visible;
		padding: 0.5rem;
	}
}
.livewire-card__heading {
	margin-bottom: 0;
	height: 3rem;
}
@media (min-width: 1100px) {
	.livewire-card__heading {
		height: auto;
	}
}
.livewire-card__body {
	overflow: auto;
	max-height: 15rem;
}
@media (min-width: 704px) {
	.livewire-card__body {
		max-height: 20rem;
	}
}
@media (min-width: 1100px) {
	.livewire-card__body {
		overflow: visible;
		max-height: none;
	}
}
.livewire-card__body p > *:not(a):not(i):not(em):not(b):not(strong):not(u):not(span) {
	max-width: 100% !important;
	width: 100% !important;
}
.livewire-card__body figure img {
	width: 100% !important;
}
@media (max-width: 703px) {
	.livewire-card__body > p img,
	.livewire-card__body > figure {
		display: block;
		max-width: 60% !important;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 704px) {
	.livewire-card__body > p img,
	.livewire-card__body > figure {
		max-width: 100% !important;
		width: 100% !important;
	}
}
.livewire-card__body .alignleft,
.livewire-card__body .alignright {
	display: block;
	float: none;
	margin: 0 auto;
	max-width: 100%;
}
@media (min-width: 704px) {
	.livewire-card__body .alignleft,
	.livewire-card__body .alignright {
		margin: 0 auto 1rem;
	}
}
.livewire-card__author {
	display: block;
	text-align: right;
}
.livewire-card__date {
	display: block;
	text-align: right;
}
.livewire-card__link {

}
.livewire-card__media {

}
.livewire-card__quote {
	position: relative;
	padding: 0.5rem 0.5rem 0;
	font-size: 1.4em;
	font-style: italic;
	font-family: serif;
	font-weight: 700;
}
.livewire-card__quote::before {
	content: '\201C';
	font-style: normal;
	/*display: block;
 * 	position: absolute;
 * 		top: 0;
 * 			left: 0;
 * 				font-size: 3em;
 * 					line-height: 1em;
 * 						height: 1em;
 * 							color: #999;*/
}
.livewire-card__quote::after {
	content: '\201D';
	font-style: normal;
}
.livewire-card__citation {
	padding: 0 0.5rem 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 1em;
	font-weight: 700;
	text-align: right;
}
.livewire-card__citation::before {
	content: '\2014';
}
.livewire-card__url {
	display: block;
	padding: 0.5rem 2rem 0.5rem 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 1.4em;
	font-weight: 700;
	background-color: #C8252C;
	color: white;
	position: relative;
}
.livewire-card__url::after {
	content: '\00BB';
	display: block;
	position: absolute;
	top: 50%;
	right: 0.5rem;
	margin-top: -0.5em;
	font-size: 2em;
}

/* Comparison Card */
.comparison-card,
div.comparison-card {
	background-color: #ffffff;
	border: 1px solid #ebebeb;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	margin-bottom: 2rem;
	padding: 1rem 1.25rem 1.25rem;
}
div.comparison-card.width.alignleft,
div.comparison-card.width.alignright {
	max-width: calc(100% - 4rem) !important;
}
@media (min-width:704px) {
	div.comparison-card.width.alignleft,
	div.comparison-card.width.alignright {
		max-width: 40%!important;
	}
}
@media (min-width:1100px) {
	div.comparison-card.width.alignleft,
	div.comparison-card.width.alignright {
		max-width: 21rem!important;
	}
}

/* Campaign */
.campaign__container {
	padding-bottom: 120%;
	position: relative;
	width: 100%;
}
.campaign__iframe {
	border: 1rem solid #000;
	border-radius: 40px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


/* Heading Definition */
.heading-definition {
	font-size: 0.5em;
	color: #777777;
	font-weight: 400;
	line-height: 0.5rem;
	margin-top: 0.4rem;
	float: right;
}

/* Ad Break */
.ad-break {
	clear: both;
	position: relative;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #e0e0e0;
}
.ad-break > h2,
.ad-break > p {
	max-width: 48rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
@media (min-width: 1100px) {
	.ad-break > * {
		max-width: 48rem;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1426px) {
	.ad-break > * {
		max-width: 64rem;
		margin-left: auto;
		margin-right: auto;
	}
}
.ad-break .ad {
	margin-bottom: 0;
}
.ad-break .ad::after {
	display: none;
}

/* Ad */
.ad {
	clear: left;
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 1rem;
	overflow: hidden;
	contain: layout paint;
}
.ad::after {
	content: 'Advertisement';
	font-size: 0.6em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
}

.component-list .ad,
.scroll-list .ad {
	margin-bottom: 0;
}
.ad * {
	float: none!important;
}
.ad__image,
.ad img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.ad--twitter-column {
	height: 400px;
}
.ad--spaced {
	margin-top: 2rem;
}
.ad--responsive {
	overflow: hidden;
	contain: layout paint;
}
.ad--responsive > * {
	position: relative;
	padding-bottom: 56.25% !important;
	overflow: hidden;
	contain: layout paint;
}
.ad--responsive > * > *,
.ad--responsive > * > * > * {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
}
.ad--748x110 {

}
.ad--748x110.ad--responsive > * {
	padding-bottom: 110px !important;
}
.ad--748x102 {
	max-width: 234px !important;
}
.ad--748x102.ad--responsive > * {
	padding-bottom: 60px !important;
}
@media (min-width: 379px) and (min-height: 0px) {
	.ad--748x102 {
		max-width: 320px !important;
	}
	.ad--748x102.ad--responsive > * {
		padding-bottom: 50px !important;
	}
}
@media (min-width: 529px) and (min-height: 0px) {
	.ad--748x102 {
		max-width: 468px !important;
	}
	.ad--748x102.ad--responsive > * {
		padding-bottom: 60px !important;
	}
}
@media (min-width: 727px) and (min-height: 299px) {
	.ad--748x102 {
		max-width: 660px !important;
	}
	.ad--748x102.ad--responsive > * {
		padding-bottom: 90px !important;
	}
}
@media (min-width: 1425px) and (min-height: 299px) {
	.ad--748x102 {
		max-width: 748px !important;
	}
	.ad--748x102.ad--responsive > * {
		padding-bottom: 102px !important;
	}
}
.ad--728x90 {
	max-width: 320px !important;
}
.ad--728x90.ad--responsive > * {
	padding-bottom: 50px !important;
}
@media (min-width: 468px) and (min-height: 0px) {
	.ad--728x90 {
		max-width: 468px !important;
	}
	.ad--728x90.ad--responsive > * {
		padding-bottom: 60px !important;
	}
}
@media (min-width: 728px) and (min-height: 99px) {
	.ad--728x90 {
		max-width: 728px !important;
	}
	.ad--728x90.ad--responsive > * {
		padding-bottom: 90px !important;
	}
}
.ad--660x90 {
	max-width: 660px !important;
}
.ad--660x90.ad--responsive > * {
	padding-bottom: 13.636363% !important;
}
.ad--620x100 {
	max-width: 234px !important;
}
.ad--620x100.ad--responsive > * {
	padding-bottom: 60px !important;
}
@media (min-width: 419px) and (min-height: 0px) {
	.ad--620x100 {
		max-width: 320px !important;
	}
	.ad--620x100.ad--responsive > * {
		padding-bottom: 50px !important;
	}
}
@media (min-width: 569px) and (min-height: 0px) {
	.ad--620x100 {
		max-width: 468px !important;
	}
	.ad--620x100.ad--responsive > * {
		padding-bottom: 60px !important;
	}
}
@media (min-width: 727px) and (min-height: 299px) {
	.ad--620x100 {
		max-width: 620px !important;
	}
	.ad--620x100.ad--responsive > * {
		padding-bottom: 100px !important;
	}
}
.ad--300x600 {
        max-width: 300px !important;
}
.ad--300x600.ad--responsive > * {
	padding-bottom: 83.333333% !important;
}
@media (min-width: 359px) and (min-height: 699px) {
	.ad--300x600.ad--responsive > * {
		padding-bottom: 200% !important;
	}
}
.ad--300x250 {
	max-width: 300px !important;
}
.ad--300x250.ad--responsive > * {
	padding-bottom: 83.333333% !important;
}

/* Share */
.share {
	overflow: hidden;
	padding: 0;
	text-align: center;
}
.share--widgets {
	width: 10rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
}
@media (min-width: 704px) {
	.share--widgets {
		float: right;
		margin-top: 1rem;
		margin-left: 1rem;
		margin-right: 0;
	}
}
@media (min-width: 1426px) {
	.share--widgets {
		float: none;
		margin-top: 0;
		margin-left: 0;
	}
}
.share__item {
	color: white;
	display: inline-block;
	font-size: 1.3em;
	height: 1.5rem;
	line-height: 1.5rem;
	max-width: 5rem;
	min-width: 2.45rem;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 25%;
}
.share--widgets .share__item {
	width: 35%;
}
.share--widgets .share__item:first-child {
	width: 30%;
	top: -0.4rem;
	text-align: left;
}
.share--widgets .share__item:last-child {
	text-align: right;
}
.share__item--facebook {
	background-color: #0866ff;
}
.share__item--twitter {
	background-color: #61a9dc;
}
.share__item--x {
	background-color: #0f1419;
}
.share__item--pocket {
	background-color: #ee4056;
}
.share__item--email {
	background-color: #d1d1d4;
}
.share__item--more {
	background-color: #ff7257;
}

/* ranking List */
.ranking-list {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin-bottom: 2rem;
	max-height: 3rem;
	transition: max-height 1.0s linear;
}
.ranking-list--revealed {
	max-height: 52rem;
}
.ranking-list__item {

}
.ranking-list__toggle {

}

/* ranking */
.ranking {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 2px;
	margin-bottom: 2rem;
	font-weight: 700;
}
.ranking tbody {
	border-left: 1px solid #e6e6e6;
}
.ranking th {
	background-color: #666;
	color: #fff;
}
.ranking th.ranking__team {
	padding-left: calc(1.6667em + 8px);
}
.ranking td {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #dddddd;
}
.ranking tfoot td {
	border: none;
	font-weight: 400;
}
.ranking a {
	color: inherit !important;
	font-weight: inherit;
}
.ranking a:hover {
	text-decoration: underline;
}
.ranking .ranking__rank {
	width: 10%;
	text-align: center;
	padding: 0;
	font-size: 1.1em;
	font-weight: 700;
}
.ranking .ranking__team {
	width: 70%;
	text-align: left;
}
.ranking .ranking__change {
	width: 10%;
	text-align: center;
}
.ranking .ranking__prior {
	width: 10%;
	text-align: center;
}
@media (max-width: 704px) {
	.ranking th.ranking__rank {
		position: relative;
		text-indent: 1000%
	}
	.ranking th.ranking__rank::before {
		content: '#';
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		text-indent: 0;
	}
	.ranking .ranking__team {
		width: 80%;
	}
	.ranking th.ranking__change {
		position: relative;
		text-indent: 1000%
	}
	.ranking th.ranking__change::before {
		content: '+/-';
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		text-indent: 0;
	}
	.ranking .ranking__prior {
		display: none;
	}
}
@media (min-width: 1426px) {
	.aside .ranking th.ranking__rank {
		position: relative;
		text-indent: 1000%
	}
	.aside .ranking th.ranking__rank::before {
		content: '#';
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		text-indent: 0;
	}
	.aside .ranking .ranking__team {
		width: 80%;
	}
	.aside .ranking th.ranking__change {
		position: relative;
		text-indent: 1000%
	}
	.aside .ranking th.ranking__change::before {
		content: '+/-';
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		text-indent: 0;
	}
	.aside .ranking .ranking__prior {
		display: none;
	}
}
.ranking--gain-large .ranking__rank {
	background-color: rgba(1,255,112,1);
}
.ranking--gain-large .ranking__change {
	color: rgba(1,255,112,1);
}
.ranking--gain-small .ranking__rank {
	background-color: rgba(1,255,112,0.5);
}
.ranking--gain-small .ranking__change {
	color: rgba(1,255,112,0.75);
}
.ranking--loss-small .ranking__rank {
	background-color: rgba(255,65,54,0.5);
}
.ranking--loss-small .ranking__change {
	color: rgba(255,65,54,0.75);
}
.ranking--loss-large .ranking__rank {
	background-color: rgba(255,65,54,1);
}
.ranking--loss-large .ranking__change {
	color: rgba(255,65,54,1);
}

/* Datenote  */
.datenote {
	float: right;
	font-style: italic;
	max-width: 40%;
	text-align: right;
}
.datenote__date {
	display: inline-block;
}

/* Tab Box Compound Component */
/* Tab Box */
.tab-box {
	border: 1px solid #212121;
	margin-bottom: 2rem;
}
.tab-box--two {

}

/* Tab Nav */
.tab-nav {
	border-bottom: 1px solid #212121;
}
.tab-nav__control {
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #212121;
	margin: 0;
	padding: 0.5rem;
	color: inherit;
}
.tab-nav__control:nth-last-child(-n+2) {
	border-right: none;
}
.tab-box--two .tab-nav__control {
	width: 50%;
}

/* Tab Body */
.tab-body {

}
.tab-body__content {
	margin: 0;
	padding: 0.5rem;
}
.tab-body__content > * {
	margin: 0;
}

/* Schedule */
.schedule {
	table-layout: fixed;
	width: 100%;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 2rem;
}
.schedule td {
	vertical-align: top;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}
.schedule__item {

}
.schedule__item-date {
	width: 10%;
}
.schedule__item-time {
	width: 15%;
}
.schedule__item-datetime {
	width: 30%;
	padding-right: 0.4rem
}
.schedule__item-datetime .schedule__item-date,
.schedule__item-datetime .schedule__item-time {
	display: block;
	float: none;
	text-align: right;
}
.schedule__item-datetime .schedule__item-date {
	width: 100%;
}
.schedule__item-datetime .schedule__item-time {
	width: 100%;
}
@media (min-width: 704px) {
	.schedule__item-datetime .schedule__item-date,
	.schedule__item-datetime .schedule__item-time {
		display: block;
		float: left;
		text-align: left;
	}
	.schedule__item-datetime .schedule__item-date {
		width: 40%;
	}
	.schedule__item-datetime .schedule__item-time {
		width: 60%;
	}
}
.schedule__item-title {
	width: 60%;
}
.schedule__item-link {
	width: 18%;
	padding-left: 0.4rem
}
@media (min-width: 704px) {
	.schedule__item-link {
		width: 23%;
	}
}
.schedule__item-action {
	padding-left: 0.4rem;
	text-align: center;
	width: 40%;
}
@media (min-width: 704px) {
	.schedule__item-action {
		width: 20%;
	}
}
.schedule__item-action .btn {
	white-space: normal;
	width: 100%;
}
.schedule__coverage {
	display: block;
	font-size: 0.7em;
	color: #777;
}
.schedule--no-actions {

}
.schedule--no-actions .schedule__item-datetime {
	width: 25%;
}
.schedule--no-actions .schedule__item-datetime .schedule__item-date,
.schedule--no-actions .schedule__item-datetime .schedule__item-time {
	text-align: right;
	width: 100%;
}
.schedule--no-actions .schedule__item-link {
	display: none;
}

/* Product Group */
.product-group {
	min-height: 13rem;
	margin-bottom: 3rem;
	position: relative;
}

/* Live Group */
.live-group {
	position: relative;
}

/* Live Status */
.live-status {

}
.live-status__current {
	font-weight: 700;
}
.live-status__message {

}

/* Live Title */
.live-title {
	background-position: center bottom;
	background-size: cover;
	color: #eee;
	min-height: 7rem;
	padding-top: 5%;
	position: relative;
	text-shadow: rgba(0,4,16,0.5) 0 1px 0;
}
@media (min-width: 704px) {
	.live-title {
		min-height: 12rem;
	}
}
.live-title__sponsors {
	display: block;
	bottom: 0.5rem;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1rem;
	position: absolute;
	width: 100%;
}
@media (min-width: 352px) {
	.live-title__sponsors {
		bottom: 0.75rem;
	}
}
@media (min-width: 704px) {
	.live-title__sponsors {
		font-size: 16px;
	}
}
@media (min-width: 1426px) {
	.live-title__sponsors {
		bottom: 1rem;
		font-size: 19px;
	}
}

/* Live Summary */
.live-summary {
	background-color: #e0e0e0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		box-sizing: border-box;
	color: #606060;
	margin-bottom: 2rem;
	padding: 1rem;
}
.live-summary__excerpt {
	display: none;
}
@media (min-width: 704px) {
	.live-summary__excerpt {
		display: block;
	}
}
.live-summary__current,
.live-summary__next {
	font-weight: 700;
}

/* Twitter Column */
.twitter-column {
	/* padding-left: 0!important; */
	margin-bottom: 2rem;
	position: relative;
}
.twitter-column > .twitter-timeline {
	height: 280px;
}
@media (min-width: 352px) {
	.twitter-column {
		height: 400px;
	}
	.twitter-column > .twitter-timeline {
		height: 400px;
	}
}

/* Sponsor List */
.sponsor {
	padding: 0.5rem 0;
}
.sponsor:nth-child(n+2):last-child::before {
	content: 'and';
	display: block;
	text-align: center;
	margin-top: -0.5rem;
	margin-bottom: 0.5rem;
	font-size: 0.7em;
	line-height: 1rem;
	text-transform: uppercase;
	font-weight: 700;
}
.sponsor__image {
	display: block;
	margin: 0 auto;
	width: 10rem;
	max-width: 100%;
}

/* Paywall Message */
.paywall {
  background: #EEEEEE;
  color: #111111;
  border: 1px solid #CCCCCC;
  padding: 1rem;
  text-align: center;
}
.paywall__heading {
  margin-bottom: 1.5rem;
}
.paywall__details {
  border-top: 1px solid #CCCCCC;
  margin-bottom: 0;
  margin-top: 1.5rem;
  padding-top: 0.5rem;
  text-align: left;
}

/* Video Paywall */
.video-paywall {
	align-items: center;
	aspect-ratio: 16/9;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	position: relative;
}
.video-paywall.js-video-loading::after {
	animation: fadingspiral 1s infinite linear;
	aspect-ratio: 1;
	background: #008392;
	border-radius: 50%;
	content: '';
	display: block;
	--_m:
		conic-gradient(#0000 10%,#000),
		linear-gradient(#000 0 0) content-box;
	-webkit-mask: var(--_m);
			mask: var(--_m);
	-webkit-mask-composite: source-out;
			mask-composite: subtract;
	padding: 8px;
	width: 50px;
}
@keyframes fadingspiral {
	to{ transform: rotate(1turn) }
}
.video-paywall__overlay {
	align-items: center;
	background-color: rgba(0,4,16,0.5);
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.video-paywall__message {
	margin: 1rem;
}
.video-paywall__subheading {
	font-size: 0.7em;
	margin-bottom: 0.25rem;
}
@media (min-width: 704px) {
	.video-paywall__subheading {
		font-size: 1em;
	}
}
@media (min-width: 1100px) {
	.video-paywall__heading {
		margin-bottom: 1.5rem;
	}
	.video-paywall__subheading {
		margin-bottom: 1rem;
	}
}

/* Feature Recommendations */
.feature-recommendations {
  background:#EEEEEE;
  color:#111111;
}
.feature-recommendations__heading {
  background: #111111;
  color: #FFFFFF;
  padding: 0.25rem;
  text-align: center;
}
.feature-recommendations__snippets {
  padding: 1rem;
}

/* Member List */
.member-list {
	table-layout: fixed;
	width: 100%;
}
.member-list__item {
	margin-bottom: 0.25rem;
	overflow: hidden;
	width: 100%;
}
@media (min-width: 704px) {
	.member-list__item {
		margin-bottom: 0;
	}
}
.member-list__item-column {
	float: left;
}
.member-list__item-column:nth-child(1) {
	width: 100%;
}
.member-list__item-column:nth-child(2) {
	width: 62%;
}
.member-list__item-column:nth-child(3) {
	width: 30%;
}
.member-list__item-column:nth-child(4) {
	text-align: right;
	width: 8%;
}
@media (min-width: 704px) {
	.member-list__item-column:nth-child(1) {
		width: 30%;
	}
	.member-list__item-column:nth-child(2) {
		width: 45%;
	}
	.member-list__item-column:nth-child(3) {
		width: 20%;
	}
	.member-list__item-column:nth-child(4) {
		width: 5%;
	}
}
.member-list__item-name {

}
.member-list__item-email {

}
.member-list__item-role {

}
.member-list__item-instruction {
	font-style: italic;
	padding: 0.5rem 0;
}
.member-list__item-input {

}
.member-list__item-input > * {
	width: 95%;
	width: calc(100% - 1rem);
}
.member-list__item-action {

}
.member-list__item-add {
	padding: 0.5rem 0;
}
.member-list__item-remove {

}
.member-list__item:not(:hover) .member-list__item-remove > * {
	display: none;
}

/* Verification */
.verification {

}
.verification .verification__input {
	min-width: 100%;
}
@media (min-width: 704px) {
	.verification .verification__input {
		margin-right: 1rem;
		max-width: none;
		min-width: 60%;
		min-width: calc(63% - 1rem);
	}
}
@media (min-width: 1426px) {
	.verification .verification__input {
		min-width: 64%;
		min-width: calc(67% - 1rem);
	}
}
.verification .verification__select {
	max-width: none;
	min-width: 24%;
}

/* Switch */
/*label*/.switch {
	font-size: 1em;
	font-weight: 400;
	text-transform: none;
}
/*input[type=checkbox]*/.switch__checkbox {
	display: none;
}
.switch__trigger {
	cursor: pointer;
}
.switch__checkbox ~ .switch__reveal {
	display: none;
}
.switch__checkbox:checked ~ .switch__reveal {
	display: inline;
	display: initial;
}

/* Excerpt */
.excerpt {
	font-style: italic;
}

/* Byline */
.byline {
	margin-bottom: 2rem;
}
.byline a {
	color: inherit;
	font-weight: inherit;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

/* Accordion */
.accordion {
	margin-bottom: 1rem;
}
.accordion__button {
	position: relative;
	display: block;
	margin: -1px 0 0;
	border: 1px solid #606060;
	border-bottom: none;
	padding: 0.5rem 1rem;
	padding-right: calc(1rem + 20px);
	width: 100%;
	text-align: left;
	background: #EEEEEE;
	outline: none;
}
.accordion__button::after {
	content: '';
	position: absolute;
	right: 1rem;
	top: 0.65rem;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid currentColor;
}
.accordion__button:hover {
	background: #333333;
	color: #FFFFFF;
}
.accordion__button:hover::after {
	border-top-color: currentColor;
}
.accordion--open .accordion__button {
	background: #333333;
	color: #FFFFFF;
}
.accordion--open .accordion__button::after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid currentColor;
	border-top: none;
}
.accordion__section {
	border-left: 1px solid #606060;
	border-right: 1px solid #606060;
	border-bottom: 1px solid #606060;
	max-height: 0vh;
	transition: max-height 0.4s ease;
	overflow: hidden;
}
.accordion--open .accordion__section {
	max-height: 100vh;
	transition: max-height 1s ease;
	overflow: auto;
	visibility: visible;
}
.accordion__content {
	padding: 1.25em;
}
.accordion__content > p:last-child {
	margin-bottom: 0;
}

/* Drop Cap */
.dropcap {
	display: inside-block;
	float: left;
	font-size: 5em;
	line-height: 2.5rem;
	margin-top: 0.5rem;
	margin-right: 0.25rem;
}
.dropcap--l {

}
.dropcap--xl {
	font-size: 7em;
	line-height: 3.3rem;
	margin-top: 0.7rem;
}
.dropcap--xxl {
	font-size: 11em;
	line-height: 5rem;
	margin-top: 1rem;
	margin-right: 0.5rem;
}

/* Pullquote */
.pullquote {
	padding: 0.5em;
}
.pullquote.pullquote--center {
	padding: 1em;
}
.pullquote.pullquote--left,
.pullquote.pullquote--right {
	max-width: 46%;
	margin-bottom: 0.5rem;
	padding: 1em 0.75em;
	width: 16rem;
}
.pullquote.pullquote--left {
	margin-right: 0.75rem;
}
.pullquote.pullquote--right {
	margin-left: 0.75rem;
	text-align: right;
}
.pullquote--single,
.pullquote--double {
	border-color: currentColor;
	border-left-width: 0;
	border-right-width: 0;
	margin-top: 0.25rem;
	margin-bottom: 0.5rem;
}
.pullquote--center.pullquote--single,
.pullquote--center.pullquote--double {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
@media (min-width: 704px) {
	.pullquote--center.pullquote--single,
	.pullquote--center.pullquote--double {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
}
.pullquote--single {
	border-bottom-width: 1px;
	border-style: solid;
	border-top-width: 1px;
}
.pullquote--double {
	border-bottom-width: 3px;
	border-style: double;
	border-top-width: 3px;
}
.pullquote__citation {
	display: block;
	font-size: 13px;
	opacity: 0.8;
}
.pullquote__citation::before {
	content: '\2014';
}

/* Link */
.link {
	color: inherit;
	text-decoration: none;
}
.link--premium {
	color: #5cb85c;
	margin-right: 1em;
	float: right;
}

/* Icon Button */
.icon-button {

}
.icon-button__icon {

}
.icon-button__text {
	margin-left: 0.25rem;
	display: none;
}
@media (min-width: 704px) {
	.icon-button__text {
		display: inline-block;
	}
}

/* Schedule Button */
.schedule-button {
	display: block;
	text-align: center;
	font-size: 1.25em;
	padding: 0.1rem 0;
	border: 1px solid #606060;
	border-radius: 0.4rem;
	text-decoration: none;
	color: #212121;
	outline: none;
	line-height: 1.5rem;
}
@media (min-width: 704px) {
	.schedule-button {
		border-radius: 0.3rem;
		font-size: 0.85em;
		line-height: 0.85rem;
		padding: 0 0.5rem 0.05rem;
	}
}

/* Buttons */
.button {
	display: inline-block;
	padding: 0.5rem 1.5rem;
	border: 1px solid #606060;
	border-radius: 0.5rem;
	text-decoration: none;
	outline: none;
	height: 2rem;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.button--action {
	border-color: #4cae4c;
	background-color: #5cb85c;
	color: #212121;
}
.button--action:hover {
	border-color: #398439;
	background-color: #47a447;
}
.button--small {
	padding: 0.1rem 0.75rem;
	border-radius: 0.4rem;
	height: 1.3rem;
}
.button--icon {
	border: none;
	background-color: transparent;
	height: auto;
	padding: 0;
	text-align: center;
}
.button--no-background {
	border: none;
	background-color: transparent;
	padding: 0;
}
.button--subscribe {
	color: white;
	border-color: #006975;
	background-color: #008392;
}
.button--subscribe:hover {
	border-color: #008392;
	background-color: #0295A6;
}
.button--view-all {
	font-size: 0.7em;
	line-height: 1rem;
	display: block;
	width: 100%;
	text-align: right;
	margin-top: -2rem;
	margin-bottom: 2rem;
	background-color: transparent;
	border: none;
	padding: 0;
	outline: 0;
}

/* Wrapper Button (to transparently turn links and other content into a button for forms) */
.wrapper-button {
	border: none;
	background: none;
	cursor: pointer;
	padding: 0;
}

/* New Buttons (based on Bootstrap 3 and Stripe) */
.btn,
a.btn,
button.btn,
input.btn {
	display: inline-block;
	position: relative;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400 !important;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	text-decoration: none !important;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	transition: box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s,
				color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s,
				border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s,
				transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s,background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s;
}
.btn:hover,
.btn:focus {
	color: #333;
	text-decoration: none;
}
.btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.btn-text {

}
.btn-image-wrapper {
	left: 4px;
	width: 46px;
	height: 46px;
	display: flex;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	overflow: hidden;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 4px;
}
.btn-image {
	width: auto;
	height: 46px;
	display: block;
	object-fit: contain;
	object-position: initial;
	filter: none;
}
.btn.btn--xxl {
	padding: 16px 66px;
	font-size: 16px;
	font-weight: 600 !important;
	line-height: 1.5;
	border-radius: 8px;
	width: 100%;
	white-space: normal;
}
.btn.btn--xl {
	padding: 16px 66px;
	font-size: 18px;
	line-height: 1.5;
	border-radius: 8px;
}
.btn.btn--lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.btn.btn--sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn.btn--xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn.btn--primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn.btn--primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn.btn--primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}
.btn.btn--primary:active {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn.btn--primary:active:hover,
.btn.btn--primary:active:focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}
.btn.btn--success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn.btn--success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn.btn--success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}
.btn.btn--success:active {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn.btn--success:active:hover,
.btn.btn--success:active:focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}
.btn.btn--stripe {
	overflow: hidden;
	display: inline-block;
	visibility: visible !important;
	background-image: -webkit-linear-gradient(#28a0e5,#015e94);
	background-image: -moz-linear-gradient(#28a0e5,#015e94);
	background-image: -ms-linear-gradient(#28a0e5,#015e94);
	background-image: -o-linear-gradient(#28a0e5,#015e94);
	background-image: -webkit-linear-gradient(#28a0e5,#015e94);
	background-image: -moz-linear-gradient(#28a0e5,#015e94);
	background-image: -ms-linear-gradient(#28a0e5,#015e94);
	background-image: -o-linear-gradient(#28a0e5,#015e94);
	background-image: linear-gradient(#28a0e5,#015e94);
	-webkit-font-smoothing: antialiased;
	border: 0;
	padding: 1px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-ms-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
}
.btn.btn--stripe:active {
	background: #005d93;
}
.btn.btn--stripe > span {
	display: block;
	position: relative;
	padding: 0 12px;
	height: 30px;
	line-height: 30px;
	background: #1275ff;
	background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	background-image: linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	-ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	-o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.btn.btn--stripe:active > span {
	color: #eee;
	background: #008cdd;
	background-image: -webkit-linear-gradient(#008cdd,#008cdd 85%,#239adf);
	background-image: -moz-linear-gradient(#008cdd,#008cdd 85%,#239adf);
	background-image: -ms-linear-gradient(#008cdd,#008cdd 85%,#239adf);
	background-image: -o-linear-gradient(#008cdd,#008cdd 85%,#239adf);
	background-image: -webkit-linear-gradient(#008cdd,#008cdd 85%,#239adf);
	background-image: -moz-linear-gradient(#008cdd,#008cdd 85%,#239adf);
	background-image: -ms-linear-gradient(#008cdd,#008cdd 85%,#239adf);
	background-image: -o-linear-gradient(#008cdd,#008cdd 85%,#239adf);
	background-image: linear-gradient(#008cdd,#008cdd 85%,#239adf);
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
	-ms-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
	-o-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
}
.btn.btn--stripe-danger {
	background-image: -webkit-linear-gradient(#e52828,#941501);
	background-image: -moz-linear-gradient(#e52828,#941501);
	background-image: -ms-linear-gradient(#e52828,#941501);
	background-image: -o-linear-gradient(#e52828,#941501);
	background-image: linear-gradient(#e52828,#941501);
}
.btn.btn--stripe-danger:active {
	background: #6e0f00;
}
.btn.btn--stripe-danger > span {
	background-image: -webkit-linear-gradient(#ee877d,#c8252c 85%,#a93523);
	background-image: -moz-linear-gradient(#ee877d,#c8252c 85%,#a93523);
	background-image: -ms-linear-gradient(#ee877d,#c8252c 85%,#a93523);
	background-image: -o-linear-gradient(#ee877d,#c8252c 85%,#a93523);
	background-image: linear-gradient(#ee877d,#c8252c 85%,#a93523);
}
.btn.btn--stripe-danger:active > span {
	background-image: -webkit-linear-gradient(#c8252c,#c8252c 85%,#ea3138);
	background-image: -moz-linear-gradient(#c8252c,#c8252c 85%,#ea3138);
	background-image: -ms-linear-gradient(#c8252c,#c8252c 85%,#ea3138);
	background-image: -o-linear-gradient(#c8252c,#c8252c 85%,#ea3138);
	background-image: linear-gradient(#c8252c,#c8252c 85%,#ea3138);
}
.btn.btn--custom {
	background-color: currentColor;
	border: 2px solid currentColor;
}
.btn.btn--custom:hover,
.btn.btn--custom:focus,
.btn.btn--custom:active {
	background-color: transparent !important;
}
.btn.btn--custom:hover .btn-text,
.btn.btn--custom:focus .btn-text,
.btn.btn--custom:active .btn-text {
	color: inherit !important;
}

/* Alerts (based on Bootstrap 3) */
.alert {
	font-size: 0.8em;
	padding: 15px;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert--success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert--info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.alert--warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.alert--danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

/* Tooltip */
.tooltip {
	position: relative;
}
.tooltip__text {
	background-color: #E0E0E0;
	border-radius: 0.3rem;
	display: inline-block;
	font-size: 11px;
	font-weight: 400;
	left: 0;
	padding: 0.15rem 0.3rem;
	position: absolute;
	text-align: center;
	top: 0;
	visibility: hidden;
	width: 7rem;
	z-index: 1;
}
.tooltip:hover .tooltip__text {
	visibility: visible;
}

/* Hover to Play */
.js-hover-to-play {

}
.js-hover-to-play::after {
	background-color: #C8252C;
	border-radius: 32px;
	box-shadow: 0 0 3px 0 #333333;
	color: #FFFFFF;
	content: "\f04b";
	display: block;
	font-family: FontAwesome;
	font-size: 27px;
	height: 64px;
	left: 50%;
	line-height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	opacity: 1;
	padding-left: 4px;
	position: absolute;
	text-align: center;
	transition: opacity 0.3s ease-out;
	top: 50%;
	vertical-align: middle;
	width: 60px;
	z-index: 1;
}
.js-hover-to-play--playing::after {
	opacity: 0;
}

/* Footer */
.footer {
	margin-left: auto;
	margin-right: auto;
	background-color: #e0e0e0;
	padding-top: 1.5rem;
	padding-bottom: 1rem;
}

/* Main Footer */
.main-footer {
	color: #606060;
}
.main-footer__top,
.main-footer__bottom {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	width: 100%;
	position: relative;
	padding-left: 1rem;
	padding-right: 1rem;
}
.main-footer__top {
	margin-bottom: 0.75rem;
}
.main-footer__bottom {

}
.main-footer__left,
.main-footer__right {
	display: block;
}
.main-footer__left {

}
.main-footer__right {

}
.main-footer__top .main-footer__left {
	font-weight: 700;
}
.main-footer__top .main-footer__right {
	margin: 0 0 0.33rem 0;
}
.main-footer__bottom .main-footer__left {
	margin: 0 0 0.33rem 0;
}
@media (min-width: 352px) {
	.main-footer__left,
	.main-footer__right {

	}
}
@media (min-width: 704px) {
	.main-footer__top {
		margin-bottom: 1rem;
	}
	.main-footer__left,
	.main-footer__bottom .main-footer__left {
		float: left;
		margin: 0;
	}
	.main-footer__right,
	.main-footer__top .main-footer__right {
		float: right;
		margin: 0;
	}
}
@media (min-width: 1100px) {
	.main-footer__top,
	.main-footer__bottom {
		padding-left: calc(50% - 23rem);
		padding-right: calc(50% - 23rem);
	}
}
@media (min-width: 1426px) {
	.main-footer__top,
	.main-footer__bottom {
		padding-left: calc(50% - 31rem);
		padding-right: calc(50% - 31rem);
	}
}
.main-footer__hr {
	margin: 0.1667rem 0;
}
.main-footer__hr--double {
	border-top-style: double;
	border-top-width: 3px;
}
.main-footer__hr--single {

}
@media (min-width: 704px) {
	.main-footer__hr {
		margin: 0.25rem 0;
	}
}

/* Font Colors */
.color--black {
	color: #000000;
}
.color--grey {
	color: #CCCCCC;
}
.color--transparentblack {
	color: rgba( 0, 0, 0, 0.5 );
}
.color--uwred {
	color: #C8252C;
}
.color--uwteal {
	color: #008392;
}

/* Backgrounds */
.bg--none {
	background-color: none;
}
.bg--black {
	background-color: #000000;
}
.bg--grey {
	background-color: #CCCCCC;
}
.bg--transparentblack {
	background-color: rgba( 0, 0, 0, 0.5 );
}
.bg--uwred {
	background-color: #C8252C;
}
.bg--uwteal {
	background-color: #008392;
}

/* Widths */
.width {
	width: 100%;
}
.width--children > * {
	width: 100%;
}
@media (min-width: 352px) {
	.width-quarter--studio.width,
	.width-quarter--studio.width--children > * {
		width: 25%;
	}
	.width-thirty--studio.width,
	.width-thirty--studio.width--children > * {
		width: 33.333333%;
	}
	.width-fifty--studio.width,
	.width-fifty--studio.width--children > * {
		width:  50%;
	}
	.width-twin--studio.width,
	.width-twin--studio.width--children > * {
		width: 10rem;
	}
	.width-full--studio.width,
	.width-full--studio.width--children > * {
		width: 14rem;
	}
	.width-queen--studio.width,
	.width-queen--studio.width--children > * {
		width: 30rem;
	}
	.width-california-king--studio.width,
	.width-california-king--studio.width--children > * {
		width: 34rem;
	}
	.width-king--studio.width,
	.width-king--studio.width--children > * {
		width: 46rem;
	}
	.width-emperor--studio.width,
	.width-emperor--studio.width--children > * {
		width: 62rem;
	}
}
@media (min-width: 704px) {
	.width-quarter--apartment.width,
	.width-quarter--apartment.width--children > * {
		width: 25%;
	}
	.width-thirty--apartment.width,
	.width-thirty--apartment.width--children > * {
		width: 33.333333%;
	}
	.width-fifty--apartment.width,
	.width-fifty--apartment.width--children > * {
		width: 50%;
	}
	.width-twin--apartment.width,
	.width-twin--apartment.width--children > * {
		width: 10rem;
	}
	.width-full--apartment.width,
	.width-full--apartment.width--children > * {
		width: 14rem;
	}
	.width-queen--apartment.width,
	.width-queen--apartment.width--children > * {
		width: 30rem;
	}
	.width-california-king--apartment.width,
	.width-california-king--apartment.width--children > * {
		width: 34rem;
	}
	.width-king--apartment.width,
	.width-king--apartment.width--children > * {
		width: 46rem;
	}
	.width-emperor--apartment.width,
	.width-emperor--apartment.width--children > * {
		width: 62rem;
	}
}
@media (min-width: 1100px) {
	.width-quarter--house.width,
	.width-quarter--house.width--children > * {
		width: 25%;
	}
	.width-thirty--house.width,
	.width-thirty--house.width--children > * {
		width: 33.333333%;
	}
	.width-fifty--house.width,
	.width-fifty--house.width--children > * {
		width: 50%;
	}
	.width-twin--house.width,
	.width-twin--house.width--children > * {
		width: 10rem;
	}
	.width-full--house.width,
	.width-full--house.width--children > * {
		width: 14rem;
	}
	.width-queen--house.width,
	.width-queen--house.width--children > * {
		width: 30rem;
	}
	.width-california-king--house.width,
	.width-california-king--house.width--children > * {
		width: 34rem;
	}
	.width-king--house.width,
	.width-king--house.width--children > * {
		width: 46rem;
	}
	.width-emperor--house.width,
	.width-emperor--house.width--children > * {
		width: 62rem;
	}
}
@media (min-width: 1426px) {
	.width-quarter--mansion.width,
	.width-quarter--mansion.width--children > * {
		width: 25%;
	}
	.width-thirty--mansion.width,
	.width-thirty--mansion.width--children > * {
		width: 33.333333%;
	}
	.width-fifty--mansion.width,
	.width-fifty--mansion.width--children > * {
		width: 50%;
	}
	.width-twin--mansion.width,
	.width-twin--mansion.width--children > * {
		width: 10rem;
	}
	.width-full--mansion.width,
	.width-full--mansion.width--children > * {
		width: 14rem;
	}
	.width-queen--mansion.width,
	.width-queen--mansion.width--children > * {
		width: 30rem;
	}
	.width-california-king--mansion.width,
	.width-california--mansion.width--children > * {
		width: 34rem;
	}
	.width-king--mansion.width,
	.width-king--mansion.width--children > * {
		width: 46rem;
	}
	.width-emperor--mansion.width,
	.width-emperor--mansion.width--children > * {
		width: 62rem;
	}
}

/* Grids */
.grid {
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.grid--children {
	overflow: hidden;
}
.grid--children > * {
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
@media (min-width: 352px) {
	.grid-1--studio.grid:nth-child(n),
	.grid-2--studio.grid:nth-child(n),
	.grid-3--studio.grid:nth-child(n),
	.grid-4--studio.grid:nth-child(n),
	.grid-1--studio.grid--children > *:nth-child(n),
	.grid-2--studio.grid--children > *:nth-child(n),
	.grid-3--studio.grid--children > *:nth-child(n),
	.grid-4--studio.grid--children > *:nth-child(n) {
		padding-left: 1rem;
		padding-right: 1rem;
		clear: none;
	}
	.grid-1--studio.grid:nth-child(n),
	.grid-1--studio.grid--children > *:nth-child(n) {
		padding-left: 0;
		padding-right: 0;
	}
	.grid-2--studio.grid:nth-child(2n+1),
	.grid-2--studio.grid--children > *:nth-child(2n+1) {
		padding-left: 0;
		clear: left;
	}
	.grid-2--studio.grid:nth-child(2n),
	.grid-2--studio.grid--children > *:nth-child(2n) {
		padding-right: 0;
	}
	.grid-3--studio.grid:nth-child(n),
	.grid-3--studio.grid--children > *:nth-child(n) {
		padding-left: 0.666667rem;
		padding-right: 0.666667rem;
	}
	.grid-3--studio.grid:nth-child(3n+1),
	.grid-3--studio.grid--children > *:nth-child(3n+1) {
		padding-left: 0;
		padding-right: 1.333333rem;
		clear: left;
	}
	.grid-3--studio.grid:nth-child(3n),
	.grid-3--studio.grid--children > *:nth-child(3n) {
		padding-left: 1.333333rem;
		padding-right: 0;
	}
	.grid-4--studio.grid:nth-child(4n+1),
	.grid-4--studio.grid--children > *:nth-child(4n+1) {
		padding-left: 0rem;
		padding-right: 0.5625rem;
	}
	.grid-4--studio.grid:nth-child(4n+2),
	.grid-4--studio.grid--children > *:nth-child(4n+2) {
		padding-left: 0.1875rem;
		padding-right: 0.375rem;
	}
	.grid-4--studio.grid:nth-child(4n+3),
	.grid-4--studio.grid--children > *:nth-child(4n+3) {
		padding-left: 0.375rem;
		padding-right: 0.1875rem;
	}
	.grid-4--studio.grid:nth-child(4n),
	.grid-4--studio.grid--children > *:nth-child(4n) {
		padding-left: 0.5625rem;
		padding-right: 0;
	}
}
@media (min-width: 704px) {
	.grid-1--apartment.grid:nth-child(n),
	.grid-2--apartment.grid:nth-child(n),
	.grid-3--apartment.grid:nth-child(n),
	.grid-4--apartment.grid:nth-child(n),
	.grid-1--apartment.grid--children > *:nth-child(n),
	.grid-2--apartment.grid--children > *:nth-child(n),
	.grid-3--apartment.grid--children > *:nth-child(n),
	.grid-4--apartment.grid--children > *:nth-child(n) {
		padding-left: 1rem;
		padding-right: 1rem;
		clear: none;
	}
	.grid-1--apartment.grid:nth-child(n),
	.grid-1--apartment.grid--children > *:nth-child(n) {
		padding-left: 0;
		padding-right: 0;
	}
	.grid-2--apartment.grid:nth-child(2n+1),
	.grid-2--apartment.grid--children > *:nth-child(2n+1) {
		padding-left: 0;
		clear: left;
	}
	.grid-2--apartment.grid:nth-child(2n),
	.grid-2--apartment.grid--children > *:nth-child(2n) {
		padding-right: 0;
	}
	.grid-3--apartment.grid:nth-child(n),
	.grid-3--apartment.grid--children > *:nth-child(n) {
		padding-left: 0.666667rem;
		padding-right: 0.666667rem;
	}
	.grid-3--apartment.grid:nth-child(3n+1),
	.grid-3--apartment.grid--children > *:nth-child(3n+1) {
		padding-left: 0;
		padding-right: 1.333333rem;
		clear: left;
	}
	.grid-3--apartment.grid:nth-child(3n),
	.grid-3--apartment.grid--children > *:nth-child(3n) {
		padding-left: 1.333333rem;
		padding-right: 0;
	}
	.grid-4--apartment.grid:nth-child(4n+1),
	.grid-4--apartment.grid--children > *:nth-child(4n+1) {
		padding-left: 0rem;
		padding-right: 0.5625rem;
	}
	.grid-4--apartment.grid:nth-child(4n+2),
	.grid-4--apartment.grid--children > *:nth-child(4n+2) {
		padding-left: 0.1875rem;
		padding-right: 0.375rem;
	}
	.grid-4--apartment.grid:nth-child(4n+3),
	.grid-4--apartment.grid--children > *:nth-child(4n+3) {
		padding-left: 0.375rem;
		padding-right: 0.1875rem;
	}
	.grid-4--apartment.grid:nth-child(4n),
	.grid-4--apartment.grid--children > *:nth-child(4n) {
		padding-left: 0.5625rem;
		padding-right: 0;
	}
}
@media (min-width: 1100px) {
	.grid-1--house.grid:nth-child(n),
	.grid-2--house.grid:nth-child(n),
	.grid-3--house.grid:nth-child(n),
	.grid-4--house.grid:nth-child(n),
	.grid-1--house.grid--children > *:nth-child(n),
	.grid-2--house.grid--children > *:nth-child(n),
	.grid-3--house.grid--children > *:nth-child(n),
	.grid-4--house.grid--children > *:nth-child(n) {
		padding-left: 1rem;
		padding-right: 1rem;
		clear: none;
	}
	.grid-1--house.grid:nth-child(n),
	.grid-1--house.grid--children > *:nth-child(n) {
		padding-left: 0;
		padding-right: 0;
	}
	.grid-2--house.grid:nth-child(2n+1),
	.grid-2--house.grid--children > *:nth-child(2n+1) {
		padding-left: 0;
		clear: left;
	}
	.grid-2--house.grid:nth-child(2n),
	.grid-2--house.grid--children > *:nth-child(2n) {
		padding-right: 0;
	}
	.grid-3--house.grid:nth-child(n),
	.grid-3--house.grid--children > *:nth-child(n) {
		padding-left: 0.666667rem;
		padding-right: 0.666667rem;
	}
	.grid-3--house.grid:nth-child(3n+1),
	.grid-3--house.grid--children > *:nth-child(3n+1) {
		padding-left: 0;
		padding-right: 1.333333rem;
		clear: left;
	}
	.grid-3--house.grid:nth-child(3n),
	.grid-3--house.grid--children > *:nth-child(3n) {
		padding-left: 1.333333rem;
		padding-right: 0;
	}
	.grid-4--house.grid:nth-child(4n+1),
	.grid-4--house.grid--children > *:nth-child(4n+1) {
		padding-left: 0rem;
		padding-right: 0.5625rem;
	}
	.grid-4--house.grid:nth-child(4n+2),
	.grid-4--house.grid--children > *:nth-child(4n+2) {
		padding-left: 0.1875rem;
		padding-right: 0.375rem;
	}
	.grid-4--house.grid:nth-child(4n+3),
	.grid-4--house.grid--children > *:nth-child(4n+3) {
		padding-left: 0.375rem;
		padding-right: 0.1875rem;
	}
	.grid-4--house.grid:nth-child(4n),
	.grid-4--house.grid--children > *:nth-child(4n) {
		padding-left: 0.5625rem;
		padding-right: 0;
	}
}
@media (min-width: 1426px) {
	.grid-1--mansion.grid:nth-child(n),
	.grid-2--mansion.grid:nth-child(n),
	.grid-3--mansion.grid:nth-child(n),
	.grid-4--mansion.grid:nth-child(n),
	.grid-1--mansion.grid--children > *:nth-child(n),
	.grid-2--mansion.grid--children > *:nth-child(n),
	.grid-3--mansion.grid--children > *:nth-child(n),
	.grid-4--mansion.grid--children > *:nth-child(n) {
		padding-left: 1rem;
		padding-right: 1rem;
		clear: none;
	}
	.grid-1--mansion.grid:nth-child(n),
	.grid-1--mansion.grid--children > *:nth-child(n) {
		padding-left: 0;
		padding-right: 0;
	}
	.grid-2--mansion.grid:nth-child(2n+1),
	.grid-2--mansion.grid--children > *:nth-child(2n+1) {
		padding-left: 0;
		clear: left;
	}
	.grid-2--mansion.grid:nth-child(2n),
	.grid-2--mansion.grid--children > *:nth-child(2n) {
		padding-right: 0;
	}
	.grid-3--mansion.grid:nth-child(n),
	.grid-3--mansion.grid--children > *:nth-child(n) {
		padding-left: 0.666667rem;
		padding-right: 0.666667rem;
	}
	.grid-3--mansion.grid:nth-child(3n+1),
	.grid-3--mansion.grid--children > *:nth-child(3n+1) {
		padding-left: 0;
		padding-right: 1.333333rem;
		clear: left;
	}
	.grid-3--mansion.grid:nth-child(3n),
	.grid-3--mansion.grid--children > *:nth-child(3n) {
		padding-left: 1.333333rem;
		padding-right: 0;
	}
	.grid-4--mansion.grid:nth-child(4n+1),
	.grid-4--mansion.grid--children > *:nth-child(4n+1) {
		padding-left: 0rem;
		padding-right: 0.5625rem;
	}
	.grid-4--mansion.grid:nth-child(4n+2),
	.grid-4--mansion.grid--children > *:nth-child(4n+2) {
		padding-left: 0.1875rem;
		padding-right: 0.375rem;
	}
	.grid-4--mansion.grid:nth-child(4n+3),
	.grid-4--mansion.grid--children > *:nth-child(4n+3) {
		padding-left: 0.375rem;
		padding-right: 0.1875rem;
	}
	.grid-4--mansion.grid:nth-child(4n),
	.grid-4--mansion.grid--children > *:nth-child(4n) {
		padding-left: 0.5625rem;
		padding-right: 0;
	}
}

/* Flex Grid */
.flex-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-grid > * {
	margin-bottom: 0;
	width: 100%;
}
@media (min-width: 352px) {
	.flex-grid-1--studio > * {
		width: 100%;
	}
	.flex-grid-2--studio > * {
		width: 45%;
		width: calc( ( 100% - 1rem ) / 2 );
	}
	.flex-grid-3--studio > * {
		width: 28%;
		width: calc( ( 100% - 2rem ) / 3 );
	}
	.flex-grid-4--studio > * {
		width: 20%;
		width: calc( ( 100% - 3rem ) / 4 );
	}
	.flex-grid-5--studio > * {
		width: 15%;
		width: calc( ( 100% - 4rem ) / 5 );
	}
	.flex-grid-6--studio > * {
		width: 11%;
		width: calc( ( 100% - 5rem ) / 6 );
	}
}
@media (min-width: 704px) {
	.flex-grid-1--apartment > * {
		width: 100%;
	}
	.flex-grid-2--apartment > * {
		width: 45%;
		width: calc( ( 100% - 1rem ) / 2 );
	}
	.flex-grid-3--apartment > * {
		width: 28%;
		width: calc( ( 100% - 2rem ) / 3 );
	}
	.flex-grid-4--apartment > * {
		width: 20%;
		width: calc( ( 100% - 3rem ) / 4 );
	}
	.flex-grid-5--apartment > * {
		width: 15%;
		width: calc( ( 100% - 4rem ) / 5 );
	}
	.flex-grid-6--apartment > * {
		width: 11%;
		width: calc( ( 100% - 5rem ) / 6 );
	}
}
@media (min-width: 1100px) {
	.flex-grid-1--house > * {
		width: 100%;
	}
	.flex-grid-2--house > * {
		width: 45%;
		width: calc( ( 100% - 1rem ) / 2 );
	}
	.flex-grid-3--house > * {
		width: 28%;
		width: calc( ( 100% - 2rem ) / 3 );
	}
	.flex-grid-4--house > * {
		width: 20%;
		width: calc( ( 100% - 3rem ) / 4 );
	}
	.flex-grid-5--house > * {
		width: 15%;
		width: calc( ( 100% - 4rem ) / 5 );
	}
	.flex-grid-6--house > * {
		width: 11%;
		width: calc( ( 100% - 5rem ) / 6 );
	}
}
@media (min-width: 1426px) {
	.flex-grid-1--mansion > * {
		width: 100%;
	}
	.flex-grid-2--mansion > * {
		width: 45%;
		width: calc( ( 100% - 1rem ) / 2 );
	}
	.flex-grid-3--mansion > * {
		width: 28%;
		width: calc( ( 100% - 2rem ) / 3 );
	}
	.flex-grid-4--mansion > * {
		width: 20%;
		width: calc( ( 100% - 3rem ) / 4 );
	}
	.flex-grid-5--mansion > * {
		width: 15%;
		width: calc( ( 100% - 4rem ) / 5 );
	}
	.flex-grid-6--mansion > * {
		width: 11%;
		width: calc( ( 100% - 5rem ) / 6 );
	}
}

/* Hidden Classes */
.hidden {
	display: none;
}
@media (max-width: 703px) {
	.hidden--studio {
		display: none;
	}
}
@media (min-width: 704px) and (max-width: 1099px) {
	.hidden--apartment {
		display: none;
	}
}
@media (min-width: 1100px) and (max-width: 1425px) {
	.hidden--house {
		display: none;
	}
}
@media (min-width: 1426px) {
	.hidden--mansion {
		display: none;
	}
}


/* Helpers */
.border-gray {
	border: 1px solid #CCCCCC;
}
.border-shadow {
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
}
.cursor-pointer {
	cursor: pointer;
}
.margin-tight {
	margin-top: -0.5rem;
}
.margin-extra-tight {
	margin-top: -0.75rem;
}
.margin-bottom-none {
	margin-bottom: 0;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-transform-none {
	text-transform: none;
}
.text-bold {
	font-weight: 700;
}
.text-normal {
	font-weight: 400;
}
.clearfix {

}
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}
.is-disabled {
	color: #e0e0e0;
}

/* Temporary Third-Party Embed Fixes */
/* Liveblog Style */
.liveblog-meta-author-avatar img.avatar {
	width: 30px !important;
	height: 30px !important;
	border-radius: 50% !important;
	margin-right: 0;
}
.liveblog-entry-content *,
.liveblog-preview,
.liveblog-editor-container .public-DraftEditor-content {
	word-break: normal !important;
}
.liveblog-entry-tools .liveblog-btn:first-child {
	background-color: #dddddd;
}
.liveblog-update-btn {
	padding: 0.25rem 0.75rem;
	background-color: rgba( 33, 117, 155, 0.9);
}
.liveblog-entry-main {
	overflow: hidden;
}
.liveblog-entry-main iframe[src*="streamable"] {
	height: 35vw !important;
	width: 100% !important;
}
@media (min-width: 704px) {
	.liveblog-entry-main iframe[src*="streamable"] {
		height: 302px !important;
		width: 536px !important;
	}
}
@media (min-width: 1426px) {
	.liveblog-entry-main iframe[src*="streamable"] {
		height: 351px !important;
		width: 624px !important;
	}
}
#liveblog-key-events .widget-title {
	display: none;
}
li.liveblog-event {
	display: inline-block !important;
	padding-bottom: 0.75rem !important;
	padding-left: 0.75rem !important;
	margin-bottom: 0 !important;
}
li.liveblog-event:last-child {
	padding-bottom: 0 !important;
}
.liveblog-event-meta {
	font-size: .8em;
}
/* Scorestream Styles */
.scorestream-horizontal {
	height: 10rem;
}
/* Google Custom Search */
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
form.gsc-search-box {
	line-height: 1.15em;
}
.gsc-input input.gsc-input {
	line-height: 1.15em;
	padding: 0 !important;
}
/* Disqus Comments Thread */
#disqus_thread {
	margin-bottom: 2rem;
}
/* Disqus Recent Comments */
script[src*="recent_comments_widget"] ~ .dsq-widget-list .dsq-widget-item .dsq-widget-user {
	font-style: italic;
	font-weight: 400 !important;
	pointer-events: none;
}
script[src*="recent_comments_widget"] ~ .dsq-widget-list .dsq-widget-item .dsq-widget-comment {
	display: none;
}
script[src*="recent_comments_widget"] ~ .dsq-widget-list .dsq-widget-item .dsq-widget-meta {
	clear: none !important;
	display: inline !important;
	font-size: 1em !important;
}
script[src*="recent_comments_widget"] ~ .dsq-widget-list .dsq-widget-item .dsq-widget-meta::before {
	content: ' on ';
}
script[src*="recent_comments_widget"] ~ .dsq-widget-list .dsq-widget-item .dsq-widget-meta a {
	font-weight: 400 !important;
}
script[src*="recent_comments_widget"] ~ .dsq-widget-list .dsq-widget-item .dsq-widget-meta a:first-child {
	color: #000000 !important;
}
/* Disqus Popular Threads */
script[src*="popular_threads_widget"] ~ .dsq-widget-list {
	list-style-type: decimal;
	padding-left: 1rem;
}
script[src*="popular_threads_widget"] ~ .dsq-widget-list .dsq-widget-item {
	display: list-item;
	list-style-type: decimal;
}
/* WP-Polls */
.wp-polls {
	background: #337ab7;
	border: 2px solid #337ab7;
	border-radius: 0.5rem;
	margin: 0 auto 1rem;
	max-width: 400px;
	overflow: hidden;
}
.wp-polls-form {
	margin-bottom: 0;
}
.wp-polls-title {
	color: #ffffff;
	margin-bottom: 0;
	padding: 0.5rem;
	text-align: center;
}
.wp-polls-ans {
	background: #ffffff;
}
.wp-polls-ul {
	margin: 0;
	padding: 1rem;
}
.wp-polls .wp-polls-option {
	margin-right: 0.25rem;
	padding: 1rem;
}
.wp-polls-label {
	font-size: inherit;
	font-weight: inherit;
	text-transform: inherit;
}
.wp-polls-actions {
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 1rem;
}
.wp-polls .wp-polls-link {
	color: #000000;
}
.wp-polls .wp-polls-pollbar {
	font-size: 0.7em;
	height: 16px;
	line-height: 16px;
	margin: 1px 0;
}
.wp-polls-percent {
	position: absolute;
	right: 1rem;
}

/* Temporary Wordpress Fixes */
/* Component List in Widgets */
img.avatar {
	float: left;
	height: 4.9rem;
	margin-right: 0.45rem;
	width: auto;
}
.wp-embedded-content {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption.aligncenter {
	margin-bottom: 1rem;
}
.wp-caption .wp-caption-text {
	font-size: 0.7em;
	line-height: 1.5em;
	margin-bottom: 0;
}
@media (max-width: 351px) {
	.wp-caption .wp-caption-text {
		text-align: center;
	}
}
#loginform input#wp-submit {
	background: #008392;
	border-color: #00606b;
}
#loginform input#wp-submit:hover {
	background: #007785;
}
#loginform input#wp-submit:active {
	background: #006c78;
}
#loginform input#wp-submit:focus {
	border-color: #00606b;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
#loginform input:focus {
	border-color: #00a5b8;
}
#loginform a:hover,
#loginform a:active,
#loginform a:focus {
	color: #008392;
}
#loginform input#rememberme {
	border: 1px solid #b4b9be;
	background: #fff;
	color: #555;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 16px;
	margin: -4px 4px 0 0;
	outline: 0;
	padding: 0!important;
	text-align: center;
	vertical-align: middle;
	width: 16px;
	min-width: 16px;
	-webkit-appearance: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	transition: .05s border-color ease-in-out;
}
#loginform input#rememberme:checked:before {
	content: "\f00c";
	margin: -1px 0 0 -1px;
	color: #1e8cbe;
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	font: 400 16px/1 FontAwesome;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.alignleft,
.alignright,
.aligncenter {
	padding-top: 0.2rem;
	position: relative;
	z-index: 1;
}
.alignleft,
.alignright {
	margin: 0 auto 1rem;
}
@media (min-width: 352px) {
	figure.alignleft,
	figure.alignright,
	img.alignleft,
	img.alignright {
		max-width: 46%;
	}
	.alignright {
		float: right;
		margin: 0 0 0 1em;
	}
	.alignleft {
		float: left;
		margin: 0 1em 0 0;
	}
}
.aligncenter {
	text-align: center;
}
.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
}
.widget li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	margin-bottom: 0.75rem;
}
.widget li:last-child {
	margin-bottom: 0;
}
.widget__title {
	margin-bottom: 0.75rem;
}
.recentcomments a {
	display:inline !important;
	padding:0 !important;
	margin:0 !important;
}
.acf-form {

}
.acf-form .acf_postbox {

}
.acf-form .acf_postbox .inside .field {
	border-top: none;
	margin-bottom: 1rem;
	padding: 0;
}
.acf-form input[type="submit"] {
	/* .button .button--action */
	display: inline-block;
	padding: 0.5rem 1.5rem;
	border: 1px solid #606060;
	border-radius: 0.5rem;
	text-decoration: none;
	outline: none;
	height: 2rem;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-color: #4cae4c;
	background-color: #5cb85c;
	color: #212121;
}
.acf-form input[type="submit"].button--action:hover {
	/* .button .button--action:hover */
	border-color: #398439;
	background-color: #47a447;
}
.trc_rbox_header {
	display: none !important;
}
.footnotes {
	font-style: italic;
}
