/**
 *  * 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;
}
.kilo {
	font-size: 2em;
	line-height: 1.6rem;
	margin-bottom: 1.4rem;
	text-align: center;
}
@media (min-width: 704px) {
	.kilo {
		font-size: 4em;
		line-height: 2.5rem;
		margin-bottom: 1.5rem;
		text-align: center;
		letter-spacing: -2px;
	}
}
h1,
.alpha {
	font-size: 1.5em;
	line-height: 1.25rem;
	margin-bottom: 1rem;
}
@media (min-width: 704px) {
	h1,
	.alpha {
		font-size: 3em;
		line-height: 2.5rem;
		margin-bottom: 1.5rem;
		letter-spacing: -2px;
	}
}
h2,
.beta {
	font-size: 1.125em;
	line-height: 1rem;
	margin-bottom: 1rem;
}
@media (min-width: 704px) {
	h2,
	.beta {
		font-size: 2.25em;
		line-height: 2.1rem;
		margin-bottom: 0.9rem;
	}
}
h3,
.gamma {
	font-size: 1.125em;
	line-height: 1rem;
	margin-bottom: 1rem;
}
@media (min-width: 704px) {
	h3,
	.gamma {
		font-size: 1.75em;
		line-height: 1.5rem;
		margin-bottom: 0.5rem;
	}
}
h4,
.delta {
	font-size: 1.125em;
	line-height: 1rem;
	margin-bottom: 1rem;
}
h5,
.epsilon {
	font-size: 1em;
	line-height: 1rem;
	margin-bottom: 0rem;
}
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;
}
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;
}
figure {
	margin: 0;
}
ol,
ul {
	padding-left: 1rem;
}
li {
	padding-left: 0;
}
hr,
.hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
fieldset {
	border: none;
}
input:focus,
select:focus,
textarea:focus {
	outline-color: #00606b;
}
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;
}

/**
 *  * 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,
.iconify--before[href*='mailto']::before,
.iconify--after[href*='mailto']::after {
	content: "\f003";
}
.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*='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*='tumblr']::before,
.iconify--after[href*='tumblr']::after {
	content: "\f173";
}
.iconify--before[href*='twitter']::before,
.iconify--after[href*='twitter']::after {
	content: "\f099";
}
.iconify--before[href*='youtube']::before,
.iconify--after[href*='youtube']::after {
	content: "\f167";
}

/**
 *  * 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;
}

/* 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;
	}
}

/* Central Branding */
.central-branding {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin-top: -87px;
	margin-left: -50px;
	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.9em;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #C8252C;
	line-height: 1.4rem;
	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.9em;
		line-height: 1.1rem;
	}
	.main-menu__bottom {
		font-size: 1.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;
}

/* 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 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--red:hover {
	background-color: rgba(200,37,44,0.95);
	color: #ffffff;
}
.reveal-list--blue:hover {
	background-color: rgba(0,131,146,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;
}

/* 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;
}

/* 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;
}

/* 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 > p:last-of-type {
	margin-bottom: 2rem;
}
.article__body blockquote p {
	text-align: left;
	font-style: italic;
}
.article__body a {
	color: #C8252C;
	font-weight: 700;
}

/* 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 {

}
.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 (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;
	line-height: 0.7rem;
	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;
	margin-left: 0.5em;
}
.snippet-background__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;
	vertical-align: text-top;
	margin-left: 0.35em;
}
.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 (Text Feature) */
.snippet-text {

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

}
.snippet-text__read-more {

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

/* 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%;
}

/* 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: #ccc;
	padding: 0.5rem 0.75rem;
}
@media (min-width: 1100px) {
	.livewire-card {
		font-size: 0.75em;
		background-color: #ccc;
		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;
	height: 9rem;
}
@media (min-width: 1100px) {
	.livewire-card__body {
		overflow: visible;
		height: auto;
	}
}
.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;
}

/* 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;
}
@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 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
}
.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;
}
.article .ad::after {
	display: none;
}
.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 > * {
	position: relative;
	padding-bottom: 56.25%;
}
.ad--responsive > * > *,
.ad--responsive > * > * > * {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.ad--748x110 {
	
}
.ad--748x110.ad--responsive > * {
	padding-bottom: 110px;
}
.ad--748x102 {
	max-width: 234px;
}
.ad--748x102.ad--responsive > * {
	padding-bottom: 60px;
}
@media (min-width: 379px) and (min-height: 0px) {
	.ad--748x102 {
		max-width: 320px;
	}
	.ad--748x102.ad--responsive > * {
		padding-bottom: 50px;
	}
}
@media (min-width: 529px) and (min-height: 0px) {
	.ad--748x102 {
		max-width: 468px;
	}
	.ad--748x102.ad--responsive > * {
		padding-bottom: 60px;
	}
}
@media (min-width: 727px) and (min-height: 299px) {
	.ad--748x102 {
		max-width: 660px;
	}
	.ad--748x102.ad--responsive > * {
		padding-bottom: 90px;
	}
}
@media (min-width: 1425px) and (min-height: 299px) {
	.ad--748x102 {
		max-width: 748px;
	}
	.ad--748x102.ad--responsive > * {
		padding-bottom: 102px;
	}
}
.ad--728x90 {
	max-width: 320px;
}
.ad--728x90.ad--responsive > * {
	padding-bottom: 50px;
}
@media (min-width: 468px) and (min-height: 0px) {
	.ad--728x90 {
		max-width: 468px;
	}
	.ad--728x90.ad--responsive > * {
		padding-bottom: 60px;
	}
}
@media (min-width: 728px) and (min-height: 99px) {
	.ad--728x90 {
		max-width: 728px;
	}
	.ad--728x90.ad--responsive > * {
		padding-bottom: 90px;
	}
}
.ad--660x90 {
	max-width: 660px;
}
.ad--660x90.ad--responsive > * {
	padding-bottom: 13.636363%;
}
.ad--620x100 {
	max-width: 234px;
}
.ad--620x100.ad--responsive > * {
	padding-bottom: 60px;
}
@media (min-width: 419px) and (min-height: 0px) {
	.ad--620x100 {
		max-width: 320px;
	}
	.ad--620x100.ad--responsive > * {
		padding-bottom: 50px;
	}
}
@media (min-width: 569px) and (min-height: 0px) {
	.ad--620x100 {
		max-width: 468px;
	}
	.ad--620x100.ad--responsive > * {
		padding-bottom: 60px;
	}
}
@media (min-width: 727px) and (min-height: 299px) {
	.ad--620x100 {
		max-width: 620px;
	}
	.ad--620x100.ad--responsive > * {
		padding-bottom: 100px;
	}
}
.ad--300x600 {
        max-width: 300px;
}
.ad--300x600.ad--responsive > * {
	padding-bottom: 83.333333%;
}
@media (min-width: 359px) and (min-height: 699px) {
	.ad--300x600.ad--responsive > * {
		padding-bottom: 200%;
	}
}
.ad--300x250 {
	max-width: 300px;
}
.ad--300x250.ad--responsive > * {
	padding-bottom: 83.333333%;
}

/* 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 {
	display: inline-block;
	position: relative;
	width: 33%;
	min-width: 2.45rem;
	max-width: 5rem;
	padding: 0;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	vertical-align: middle;
	color: white;
}
.share--widgets .share__item {
	width: 35%;
}
.share--widgets .share__item:first-child {
	width: 30%;
	top: -0.2rem;
	text-align: left;
}
.share--widgets .share__item:last-child {
	text-align: right;
}
.share__item--facebook {
	background-color: #3c5b97;
}
.share__item--twitter {
	background-color: #61a9dc;
}
.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-left: 1px solid #e6e6e6;
	border-spacing: 2px;
	margin-bottom: 2rem;
	font-weight: 700;
}
.ranking th {
	background-color: #666;
	color: #fff;
}
.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 .ranking__rank {
	width: 20%;
	text-align: center;
}
.ranking .ranking__team {
	width: 60%;
	text-align: left;
	padding-left: 36px;
	background-position: 8px 6px;
	background-size: 24px 24px;
	background-repeat: no-repeat;
}
.ranking .ranking__change {
	width: 20%;
	text-align: center;
}
.ranking .ranking__prior {
	width: 20%;
	text-align: center;
}
@media (min-width: 1426px) {
	.aside .ranking th.ranking__change {
		position: relative;
		text-indent: 100%
	}
	.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__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: 10rem;
	}
}
.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%;
}

/* 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%;
}

/* Offer */
.offer {
	margin-bottom: 2rem;
	overflow: hidden;
}
.offer__media {
	float: left;
	margin-right: 1rem;
	max-width: 5rem;
	width: 42%;
	width: calc(100% - 9rem);
}
.offer__image {
	display: block;
}
.offer__action {
	text-align: center;
	margin-bottom: 0.5rem;
}
@media (min-width: 704px) {
	.offer__action {
		float: right;
		margin-bottom: 0;
		margin-left: 1rem;
		text-align: left;
		width: 8rem;
	}
}
.offer__button {

}
.offer__sponsor {
	height: 1.5rem;
	line-height: 0.75rem;
	margin-bottom: 0;
}
.offer__sponsor-link {

}
.offer__instructions {
	font-family: 'Source Code Pro', monospace;
	height: 1.5rem;
	line-height: 0.75rem;
	margin-bottom: 0;
}
.offer__content {
	clear: both;
}
@media (min-width: 704px) {
	.offer__content {
		clear: none;
		max-width: calc(100% - 9rem);
	}
}
.offer__title {
	margin-bottom: 0;
}
.offer__description {
	margin-bottom: 0;
}
.offer__qualification {
	font-style: italic;
}
.offer--small {
	
}
.offer--small .offer__action {
	float: none;
	margin-bottom: 0.5rem;
	margin-left: 0;
	text-align: center;
	width: auto;
}
.offer--small .offer__content {
	clear: both;
	max-width: none;
}

/* 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;
}

/* 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;
}

/* 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: 1rem;
}

/* Main Footer */
.main-footer {
	
}
.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 {

}
.main-footer__bottom {
	color: #606060;
}
@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);
	}
}

/* Backgrounds */
.bg--none {
	background-color: none;
}
.bg--grey {
	background-color: #CCCCCC;
}

/* Widths */
.width {
	width: 100%;
}
.width--children > * {
	width: 100%;
}
@media (min-width: 352px) {
	.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-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-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-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-1--studio.grid--children > *:nth-child(n),
	.grid-2--studio.grid--children > *:nth-child(n),
	.grid-3--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;
	}
}
@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-1--apartment.grid--children > *:nth-child(n),
	.grid-2--apartment.grid--children > *:nth-child(n),
	.grid-3--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;
	}
}
@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-1--house.grid--children > *:nth-child(n),
	.grid-2--house.grid--children > *:nth-child(n),
	.grid-3--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;
	}
}
@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-1--mansion.grid--children > *:nth-child(n),
	.grid-2--mansion.grid--children > *:nth-child(n),
	.grid-3--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;
	}
}

/* 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 */
.margin-tight {
	margin-top: -0.5rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.clearfix {

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

/* Temporary Wordpress Fixes */
/* Component List in Widgets */
.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;
}
.alignleft {
	position: relative;
	float: left;
	margin-right: 1em;
	text-align: left;
	z-index: 1;
}
.alignright {
	position: relative;
	float: right;
	margin-left: 1em;
	text-align: left;
	z-index: 1;
}
.aligncenter {
	position: relative;
	text-align: center;
	z-index: 1;
}
.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;
}
