/*!
Theme Name: ATLPBA Theme
Theme URI: https://github.com/newclarity/atlpba-website/
Author: New Clarity LLC
Author URI: https://github.com/newclarity/atlpba-website
Description: A progressive theme development rig for WordPress.
Version: 1.2.1
License: GNU General Public License v3 or later
License URI: LICENSE
Text Domain: atlpba_theme
Tags: translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned 
with others.
CSS normalization based in part on normalize.css by
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	-webkit-box-sizing: content-box;
					box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace,monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
					text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace,monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox], [type=radio] {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[hidden], template {
	display: none;
}

/* Variables for viewport widths */
/* --------------------------------------------------------------
# Elements
-------------------------------------------------------------- */
html {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	/* font-size 1rem = 10px on default browser settings */
	font-size: 62.5%;
}

*,
*::before,
*::after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
					box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

blockquote,
q {
	quotes: "" "";
}

hr {
	height: 1px;
	margin-bottom: 1.5em;
	background-color: #ccc;
	border: 0;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	/* Extra wide images within figure tags do not overflow the content area. */
	margin: 0.5em 0;
}

table {
	width: 100%;
	margin: 0 0 1.5em;
}

.xdebug-error {
	color: black;
}

/* --------------------------------------------------------------
# Typography
-------------------------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #f2f2f2;
	font-size: 1.8rem;
	font-family: "Nunito Sans", "sans-serif";
	line-height: 1.6;
}

@media screen and (min-width: 1000px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 2rem;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #f2f2f2;
	font-weight: 400;
	font-family: "Nunito Sans", "sans-serif";
	line-height: 120%;
}

h1 {
	font-size: 2.8rem;
}

@media screen and (min-width: 1000px) {
	h1 {
		font-size: 3.2rem;
	}
}

h2 {
	font-size: 2.4rem;
}

@media screen and (min-width: 1000px) {
	h2 {
		font-size: 2.8rem;
	}
}

h3 {
	font-size: 2.2rem;
}

@media screen and (min-width: 1000px) {
	h3 {
		font-size: 2.4rem;
	}
}

h4 {
	font-size: 2rem;
}

@media screen and (min-width: 1000px) {
	h4 {
		font-size: 2.2rem;
	}
}

h5 {
	font-size: 1.6rem;
}

@media screen and (min-width: 1000px) {
	h5 {
		font-size: 1.8rem;
	}
}

h6 {
	font-size: 1.4rem;
}

@media screen and (min-width: 1000px) {
	h6 {
		font-size: 1.6rem;
	}
}

.entry-header h1.entry-title {
	margin: 1em 0 13px;
	font-weight: 900;
	font-size: 2.4rem;
	line-height: 1.4;
	text-transform: uppercase;
}

.entry-header h1.entry-title span {
	font-weight: 300;
}

@media screen and (min-width: 600px) {
	.entry-header h1.entry-title {
		font-size: 2.6rem;
	}
}

@media screen and (min-width: 1000px) {
	.entry-header h1.entry-title {
		font-size: 3rem;
	}
}

@media screen and (min-width: 1400px) {
	.entry-header h1.entry-title {
		font-size: 4rem;
	}
}

@media screen and (min-width: 1900px) {
	.entry-header h1.entry-title {
		font-size: 5rem;
	}
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	max-width: 100%;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	font-size: 0.9375rem;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.6;
	background: inherit;
}

code,
kbd,
tt,
var {
	font-size: 0.8em;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
	background: #fff9c0;
}

big {
	font-size: 125%;
}

.site-main {
	font-size: 1.8rem;
	line-height: 1.6;
}

@media screen and (min-width: 1000px) {
	.site-main {
		font-size: 2rem;
	}
}

/* --------------------------------------------------------------
# Links
-------------------------------------------------------------- */
a {
	color: #f2f2f2;
}

a:visited {
	color: #f2f2f2;
}

a:hover,
a:focus,
a:active {
	color: rgba(242, 242, 242, 0.5);
}

a:focus {
	outline: thin dotted #888;
}

a:hover,
a:active {
	outline: 0;
}

/* --------------------------------------------------------------
# Buttons
-------------------------------------------------------------- */
.button,
button {
	padding: 10px 20px;
	color: #f2f2f2;
	letter-spacing: 1.05px;
	background-color: #141414;
	border-radius: 30px;
}

.button:visited,
button:visited {
	color: #f2f2f2;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active {
	color: #f2f2f2;
}

button:focus,
.button:focus {
	outline: thin dotted;
}

button:hover,
button:active,
.button:hover,
.button:active {
	outline: 0;
}

/* --------------------------------------------------------------
# Accessibility
-------------------------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	clip: rect(1px, 1px, 1px, 1px);
	/* Many screen reader and browser combinations announce broken 
	words as they would appear visually. */
}

.screen-reader-text:focus {
	top: 5px;
	left: 5px;
	z-index: 100000;
	display: block;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	color: #21759b;
	font-weight: 700;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: "Nunito Sans", "sans-serif";
	line-height: normal;
	text-decoration: none;
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
					box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

:focus {
	outline: thin dotted #888;
}

/* --------------------------------------------------------------
# Layouts
-------------------------------------------------------------- */
html,
body {
	width: 100%;
	height: 100%;
}

body {
	min-height: 100%;
}

.site {
	display: grid;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0;
	grid-template-rows: auto 1fr auto;
	grid-template-columns: 1fr;
	grid-gap: 0;
}

.site,
.site-main,
.site-footer {
	background: #141414;
}

.has-active-message-bar .site {
	grid-template-rows: auto auto 1fr auto;
}

.site-header {
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-flow: row wrap;
					flex-flow: row wrap;
	-webkit-box-pack: start;
			-ms-flex-pack: start;
					justify-content: flex-start;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	height: 100px;
	max-height: 100px;
	padding: 25px 0;
}

@media screen and (min-width: 600px) {
	.site-header {
		height: auto;
		max-height: 230px;
	}
}

@media screen and (min-width: 1000px) {
	.site-header {
		height: auto;
		max-height: 230px;
	}
}

@media screen and (min-width: 1400px) {
	.site-header {
		height: 70px;
		max-height: 70px;
		padding: 0;
	}
}

.site-main {
	min-width: 0;
	padding: 0 10px;
}

@media screen and (min-width: 1000px) {
	.site-main {
		padding: 0 40px;
	}
}

.home .site-main {
	padding: 0;
}

.primary-sidebar {
	min-width: 0;
}

.site-footer {
	width: 100%;
}

footer.fl-builder-content {
	padding-bottom: 60px;
}

@media screen and (min-width: 1000px) {
	footer.fl-builder-content {
		padding-bottom: 0;
	}
}

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

@media screen and (min-width: 1000px) {
	.fl-builder-content {
		overflow: visible;
	}
}

.fl-row-overlay {
	margin: -20px !important;
}

.multi-col {
	max-width: none;
	padding-right: 2%;
	padding-left: 2%;
}

.multi-col .fl-col-content.fl-node-content .fl-html dl {
	padding: 20px;
	-webkit-column-count: 1;
					column-count: 1;
}

@media screen and (min-width: 1000px) {
	.multi-col .fl-col-content.fl-node-content .fl-html dl {
		-webkit-column-count: 2;
						column-count: 2;
	}
}

/* --------------------------------------------------------------
# Header
-------------------------------------------------------------- */
.site-header {
	background-color: #141414;
}

.header-image {
	margin: 0 auto;
}

.header-image img {
	display: block;
	margin: 0 auto;
}

.custom-logo-link {
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	margin: 0 auto;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.custom-logo-link:hover, .custom-logo-link:focus {
	-webkit-transform: scale(1.1);
					transform: scale(1.1);
}

.custom-logo {
	width: 200px;
	height: auto;
}

.site-branding {
	-ms-flex-preferred-size: auto;
			flex-basis: auto;
	margin: auto;
	padding: 0;
	text-align: center;
}

@media screen and (min-width: 1000px) {
	.site-branding {
		padding: 30px 0;
	}
}

@media screen and (min-width: 1000px) {
	.site-branding {
		padding: 0 0 0 30px;
	}
}

.site-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	height: 35px;
	margin: 0 1em;
	color: #f2f2f2;
}

.site-title svg {
	width: 200px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.site-title svg:hover, .site-title svg:focus {
	-webkit-transform: scale(1.1);
					transform: scale(1.1);
}

.site-title a {
	color: inherit;
	text-decoration: none;
}

.site-description {
	margin: 0.4375em 0 0;
	color: #f2f2f2;
	font-weight: inherit;
	font-size: 1.7rem;
	font-family: "Nunito Sans", "sans-serif";
	line-height: 1.4;
	word-wrap: break-word;
}

/* --------------------------------------------------------------
# Footer
-------------------------------------------------------------- */
.site-footer {
	margin: 0;
	padding: 2em 0;
	color: #f2f2f2;
	font-weight: 300;
	font-family: "Nunito Sans", "sans-serif";
}

.related-brands-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-flow: row wrap;
					flex-flow: row wrap;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	height: 100px;
	text-align: center;
}

.related-brands-container .footer-logo {
	width: 100px;
	max-width: 100%;
	height: auto;
	margin: 24px;
}

.footer-menu-container,
.social-menu-container {
	text-align: center;
}

.footer-menu-container ul,
.social-menu-container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer-menu-container li,
.social-menu-container li {
	display: inline-block;
	margin: 13px;
}

.footer-menu-container li a,
.social-menu-container li a {
	color: #f2f2f2;
	text-decoration: none;
}

.site-info {
	font-size: 1.2rem;
	line-height: 17px;
	text-align: center;
}

.site-info .copyright-holder,
.site-info .copyright-statement {
	display: inline-block;
	margin: 0 0.5em;
}

.supersideme .site-info {
	margin-bottom: 3.4rem;
}

.social-menu-container li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	width: 48px;
	height: 48px;
}

.social-menu-container li .icon {
	width: 32px;
	height: 32px;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
	fill: #f2f2f2;
}

.social-menu-container li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.social-menu-container li a:hover .icon,
.social-menu-container li a:focus .icon {
	fill: #009ba2;
}

.footer-menu,
.footer-subscribe {
	padding-right: 20px;
	padding-left: 20px;
	background-color: #141414;
}

@media screen and (min-width: 1400px) {
	.footer-menu,
	.footer-subscribe {
		padding-right: 0;
		padding-left: 0;
	}
}

.fl-builder-content .footer-subscribe .fl-button-wrap a.fl-button {
	padding-top: 14px;
	padding-bottom: 14px;
}

/* --------------------------------------------------------------
# Post and page content
-------------------------------------------------------------- */
/* Custom rule  for sticky posts:
.sticky {
}
*/
.entry-meta,
.entry-footer {
	font-size: 80%;
	font-family: "Nunito Sans", "sans-serif";
}

/* Hides the update date and time. */
.updated:not(.published) {
	display: none;
}

.post-thumbnail img {
	margin: 0 auto;
}

.archive-description,
.page-content,
.entry-content,
.entry-summary {
	margin: 0 auto;
	padding: 1.5em 0 3em;
}

.page-content > *,
.entry-content > *,
.entry-summary > *,
.not-found > * {
	/* Fallback for older browsers. */
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

.archive-description,
.entry-content {
	max-width: none;
	padding-top: 0;
}

.archive-description {
	text-align: center;
}

.search .entry-content,
.page-template-template-shows .entry-content {
	max-width: calc(72px * 10);
	max-width: 72rem;
}

.page-title,
.entry-header,
.entry-footer,
.post-navigation,
.page-navigation,
.comments-area {
	margin: 1.5em auto;
	padding-right: 24px;
	padding-right: 2.4rem;
	padding-left: 24px;
	padding-left: 2.4rem;
}

.entry-header {
	margin-bottom: 0;
	text-align: center;
}

.archive .entry-header:last-of-type {
	margin-bottom: 3em;
}

.page-template-default .archive-description,
.page-template-default .entry-content {
	max-width: 800px;
}

.page-template-default .entry-header h1.entry-title {
	margin: 2.5rem 0;
}

@media screen and (min-width: 1000px) {
	.page-template-default .entry-header h1.entry-title {
		margin-top: 20rem;
	}
}

.page-template-default .entry-content {
	line-height: 1.7;
	margin-top: 5rem;
}

.page-template-default .entry-content p {
	margin-bottom: 2em;
}

.page-template-default .entry-content h2, .page-template-default .entry-content h3, .page-template-default .entry-content h4, .page-template-default .entry-content h5 {
	font-weight: 700;
	margin-top: 5rem;
}

.page-template-default .entry-content h2 {
	font-size: 3.2rem;
}

.page-template-default .entry-content h3 {
	font-size: 3rem;
}

.page-template-default .entry-content h4 {
	font-size: 2.5rem;
}

@media screen and (min-width: 1000px) {
	.page-content > *,
	.entry-content > *,
	.entry-summary > *,
	.page-title,
	.entry-header,
	.entry-footer,
	.site-info,
	.post-navigation,
	.page-navigation,
	.comments-area {
		padding-right: 0;
		padding-left: 0;
	}
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-footer span {
	margin-right: 1em;
}

.entry-footer {
	clear: both;
	padding: 1.5em 1.5rem 3em;
	border-bottom: 1px solid #111;
}

@media screen and (min-width: 1000px) {
	.entry-footer {
		padding-right: 0;
		padding-left: 0;
	}
}

/* --------------------------------------------------------------
## Media
-------------------------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* --------------------------------------------------------------
## Alignments
-------------------------------------------------------------- */
.alignleft {
	float: left;
	margin-top: 1rem;
	margin-right: 1.5rem;
}

.alignright {
	float: right;
	margin-top: 1rem;
	margin-left: 1.5rem;
}

.aligncenter {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (min-width: 1000px) {
	.wp-caption.alignright,
	.wp-block-image.alignright {
		margin-right: calc((100% - calc(72px * 10)) / 2);
		margin-right: calc((100% - 72rem) / 2);
	}
	.wp-caption.alignleft,
	.wp-block-image.alignleft {
		margin-left: calc((100% - calc(72px * 10)) / 2);
		margin-left: calc((100% - 72rem) / 2);
	}
}

/* --------------------------------------------------------------
## Blocks
-------------------------------------------------------------- */
/*
 * Available block selectors:
 * .wp-block-image
 * .wp-block-gallery
 * .wp-block-video
 * .wp-block-quote
 * .wp-block-text-columns
 * .wp-block-cover-text
 * .wp-block-button
 * .wp-block-gallery
 * .wp-block-table
 * .wp-block-embed
 * .wp-block-audio
 * .wp-block-pullquote
 * .wp-block-preformatted
 * .wp-block-code
 * .wp-block-verse
 */
.wp-block-quote {
	padding-left: 1em;
	border-left: 4px solid #141414;
}

.wp-block-quote cite,
.wp-block-quote footer {
	display: block;
	color: #666666;
}

.wp-block-quote.is-large {
	margin: 1.5em auto;
}

.wp-block-cover-text p {
	padding: 1.5em 1.5em;
}

.wp-block-quote.is-large p {
	margin-bottom: 0.75em;
	font-size: 1.6em;
	line-height: 1.25;
}

.wp-block-quote.is-large cite {
	font-size: 1.2em;
}

.entry-content ul,
.entry-content ol {
	display: inline-block;
	padding-right: 2.5em;
	padding-left: 2.5em;
	text-align: left;
}

.entry-content ul ul,
.entry-content ol ol {
	margin-right: 0;
	margin-left: 0;
	padding-right: 1.5em;
	padding-left: 1.5em;
}

.wp-block-video video {
	max-width: 72rem;
}

.alignwide {
	max-width: calc(50% + 72rem / 2);
}

.alignfull {
	max-width: 100%;
	padding: 0;
}

.wp-block-image img {
	display: block;
}

@media screen and (min-width: 1000px) {
	.wp-block-cover-text p {
		padding: 1.5em 0;
	}
	.entry-content pre {
		padding: 1.5em;
	}
}

.wp-block-columns {
	grid-column-gap: 1em;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignfull {
	padding: 0 1.5em;
}

.wp-block-table {
	display: block;
	overflow-x: auto;
}

.wp-block-table table {
	width: 100%;
	border-collapse: collapse;
}

.wp-block-table td,
.wp-block-table th {
	padding: 0.5em;
}

.entry-content li {
	list-style-position: outside;
}

/* Responsive video embed magic stuff: */
.wp-block-embed.type-video > .wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wp-block-separator {
	width: 5em;
	margin-top: 4em;
	margin-bottom: 4em;
}

/* --------------------------------------------------------------
## Custom block colors.
-------------------------------------------------------------- */
/* --------------------------------------------------------------
### Captions
-------------------------------------------------------------- */
.wp-caption {
	max-width: 100%;
	margin-bottom: 1.5em;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* --------------------------------------------------------------
### Gallery Block - overrides core styles
-------------------------------------------------------------- */
.wp-block-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-gap: 0.5em;
}

.wp-block-gallery:not(.components-placeholder) {
	margin: 1.5em auto;
}

/* Override standard ul indentation. */
.entry-content .wp-block-gallery {
	padding-right: 1.5em;
	padding-left: 1.5em;
}

@media screen and (min-width: 48em) {
	.entry-content .wp-block-gallery {
		padding-right: 0;
		padding-left: 0;
	}
}

.wp-block-gallery.columns-2 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-item,
.wp-block-gallery.columns-4 .blocks-gallery-item,
.wp-block-gallery.columns-5 .blocks-gallery-item,
.wp-block-gallery.columns-6 .blocks-gallery-item,
.wp-block-gallery.columns-7 .blocks-gallery-item,
.wp-block-gallery.columns-8 .blocks-gallery-item,
.wp-block-gallery.columns-9 .blocks-gallery-item {
	width: inherit;
	margin: 0;
	grid-column: span 1;
}

.blocks-gallery-item:last-child:nth-child(odd) {
	grid-column: span 2;
}

@media screen and (min-width: 40em) {
	.wp-block-gallery.columns-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.wp-block-gallery.columns-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.wp-block-gallery.columns-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	.wp-block-gallery.columns-5 {
		grid-template-columns: repeat(5, 1fr);
	}
	.wp-block-gallery.columns-6 {
		grid-template-columns: repeat(6, 1fr);
	}
	.wp-block-gallery.columns-7 {
		grid-template-columns: repeat(7, 1fr);
	}
	.wp-block-gallery.columns-8 {
		grid-template-columns: repeat(8, 1fr);
	}
	.wp-block-gallery.columns-9 {
		grid-template-columns: repeat(9, 1fr);
	}
}

/* --------------------------------------------------------------
### Galleries (Legacy)
-------------------------------------------------------------- */
.gallery {
	display: grid;
	margin-bottom: 1.5em;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	grid-gap: 0.5em;
}

@media screen and (min-width: 40em) {
	.gallery-columns-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.gallery-columns-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.gallery-columns-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	.gallery-columns-5 {
		grid-template-columns: repeat(5, 1fr);
	}
	.gallery-columns-6 {
		grid-template-columns: repeat(6, 1fr);
	}
	.gallery-columns-7 {
		grid-template-columns: repeat(7, 1fr);
	}
	.gallery-columns-8 {
		grid-template-columns: repeat(8, 1fr);
	}
	.gallery-columns-9 {
		grid-template-columns: repeat(9, 1fr);
	}
}

.gallery-item {
	padding: 0.5em;
	border: 1px solid #dedede;
}

.gallery-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
}

.gallery-caption {
	font-size: 80%;
}

/* --------------------------------------------------------------
### Pagination
-------------------------------------------------------------- */
nav.pagination {
	display: block;
}

.pagination {
	text-align: center;
}

.pagination .page-numbers {
	display: inline-block;
	width: 56px;
	height: 56px;
	margin: auto 12px;
	padding: 4px;
	color: #909090;
	font-size: 2.4rem;
	font-family: "Nunito Sans", "sans-serif";
	text-decoration: none;
	background-color: #292929;
	border: 1px solid #4a4a4a;
	border-radius: 3.3px;
}

.pagination .page-numbers.fwp-load-more {
	width: auto;
}

.pagination .page-numbers:hover,
.pagination .page-numbers:focus,
.pagination .current {
	color: #f2f2f2;
	border-color: #009ba2;
}

.pagination .prev {
	width: 56px;
}

.pagination .next {
	width: 56px;
}

@media screen and (max-width: 600px) {
	.pagination .page-numbers {
		display: none;
	}
	.pagination .page-numbers.prev,
	.pagination .page-numbers.next,
	.pagination .page-numbers.current {
		display: inline-block;
	}
}

@media screen and (max-width: 1000px) {
	.pagination .page-numbers {
		display: none;
	}
	.pagination .page-numbers:nth-child(2),
	.pagination .page-numbers:nth-last-child(2),
	.pagination .page-numbers.prev,
	.pagination .page-numbers.next,
	.pagination .page-numbers.current {
		display: inline-block;
	}
}

article.type-pba_slider .entry-content,
article.type-pba_feat_genre .entry-content,
article.type-pba_message_bar .entry-content {
	max-width: 100%;
}

.card {
	cursor: pointer;
}

/* Temporary placeholder */
.iframe-schedule {
	min-height: 80px;
	padding: 30px;
	background-color: #313541;
}

/* Common Elements */
.card-title--show {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-flow: column nowrap;
					flex-flow: column nowrap;
}

.card-title--show a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-flow: column nowrap;
					flex-flow: column nowrap;
}

.card-title--show a span {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.4;
	word-break: break-word;
}

@media screen and (min-width: 1000px) {
	.card-title--show a span {
		font-size: 2.4rem;
		line-height: 1.6;
	}
}

.card-title--show .icon {
	margin-top: 16px;
}

@media screen and (min-width: 1000px) {
	.card-title--show .icon {
		margin-top: 26px;
	}
}

.card-title--show .icon,
.show-link .icon {
	width: 40px;
	height: 40px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	fill: #f2f2f2;
}

.card-title--show .icon:hover, .card-title--show .icon:focus,
.show-link .icon:hover,
.show-link .icon:focus {
	fill: rgba(242, 242, 242, 0.5);
}

svg#atlpba_passport_logo {
	width: 100%;
}

@media screen and (max-width: 600px) {
	.wabe-r-popup {
		display: none !important;
	}
}

/* --------------------------------------------------------------
# Forms
-------------------------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 0.6em 1em 0.4em;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	background: #e6e6e6;
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	padding: 3px;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

textarea {
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

/*
#fl-builder-settings-tab-advanced {
	display: none;
}

.fl-builder-settings-tabs a:nth-child(2){
	display: none;
}
*/
/* --------------------------------------------------------------
## Main navigation menu
-------------------------------------------------------------- */
.ssme-buttons {
	display: none;
}

.main-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
	-ms-flex-preferred-size: auto;
			flex-basis: auto;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	max-height: 70px;
	margin: 0;
	padding: 1em;
	color: #f2f2f2;
	font-weight: 600;
	font-size: 1.8rem;
	font-family: "Nunito Sans", "sans-serif";
}

@media screen and (min-width: 1000px) {
	.main-navigation {
		padding: 1em;
	}
}

.main-navigation a {
	display: block;
	width: 100%;
	padding: 0.5em 1em 0.5em 0;
	color: #f2f2f2;
	text-decoration: none;
}

.main-navigation .menu-item a {
	text-transform: uppercase;
}

.secondary-menu-container {
	margin-left: auto;
	padding: 0 1em;
	font-size: 1.5rem;
}

.secondary-menu-container .menu-item .icon {
	width: 2rem;
	height: 2rem;
	fill: #f2f2f2;
}

.secondary-menu-container .menu-item .icon:hover, .secondary-menu-container .menu-item .icon:focus {
	fill: #009ba2;
}

.secondary-menu-container .menu-item .icon.icon-heart {
	fill: #b81616;
}

.secondary-menu-container .menu-item a,
.secondary-menu-container .icon.menu-item,
.secondary-menu-container .icon-search a,
.secondary-menu-container .icon-heart a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}

.secondary-menu-container svg.icon {
	margin-right: 4px;
}

.secondary-menu-container svg.icon.icon-support {
	margin-right: 6px;
}

.main-navigation ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation li {
	position: relative;
}

.main-navigation ul ul li {
	padding-left: 1em;
}

.main-navigation .dropdown,
.main-navigation button.dropdown-toggle {
	display: none;
}

.main-navigation .menu {
	display: none;
}

@media screen and (max-width: 1000px) {
	.main-navigation {
		display: none;
	}
	.main-navigation.toggled-on .menu {
		display: none;
	}
}

@media screen and (min-width: 1000px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul li a {
		padding: 0.4em 0.5em;
	}
	.main-navigation ul li {
		margin: 0 0 0 0.5em;
	}
	.main-navigation ul ul li {
		margin-left: 0;
		padding-left: 0;
	}
	.main-navigation ul li:first-child {
		margin-left: 0;
	}
	.main-navigation ul ul {
		position: absolute;
		top: 100%;
		z-index: 1;
		display: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
		margin-left: 0;
		background: #141414;
		-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
						box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}
	.main-navigation ul ul a {
		width: 200px;
	}
	.main-navigation ul ul li a {
		width: 218px;
		background: none;
	}
	.main-navigation ul ul ul {
		top: 0;
		left: 100%;
		min-height: 100%;
	}
	.main-navigation .menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		-webkit-box-pack: center;
				-ms-flex-pack: center;
						justify-content: center;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
	}
	.main-navigation .menu-item-has-children,
	.main-navigation .page_item_has_children {
		padding-right: 0.7em;
	}
	.main-navigation .dropdown,
	.main-navigation button.dropdown-toggle {
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		width: 0.7em;
		height: 0.7em;
		margin: 0;
		padding: 0;
		overflow: visible;
		font-size: inherit;
		line-height: inherit;
		background: transparent;
		border: none;
		border-radius: 0;
		-webkit-transform: translateY(-50%);
						transform: translateY(-50%);
	}
	.main-navigation .dropdown-symbol {
		position: absolute;
		top: 35%;
		right: 20%;
		display: block;
		width: 60%;
		height: 60%;
		background: transparent;
		border: solid #f2f2f2;
		border-width: 0 2px 2px 0;
		-webkit-transform: translateY(-50%) rotate(45deg);
						transform: translateY(-50%) rotate(45deg);
	}
	.main-navigation ul ul .dropdown,
	.main-navigation ul ul button.dropdown-toggle {
		top: 40%;
		right: 0.2em;
	}
	.main-navigation ul ul .dropdown-symbol {
		-webkit-transform: rotate(-45deg);
						transform: rotate(-45deg);
	}
	.main-navigation ul .toggled-on .dropdown-toggle:focus .dropdown-symbol {
		-webkit-transform: rotate(-135deg);
						transform: rotate(-135deg);
	}
	/*
	 * If the dropdown toggle is active with JS, then
	 * we'll take care of showing the submenu with JS.
	 *
	 * "focus-within" is an alternative to focus class for
	 * supporting browsers (all but IE/Edge) for no-JS context
	 * (e.g. AMP) See https://caniuse.com/#feat=css-focus-within
	 */
	.main-navigation li:hover > ul,
	.main-navigation li.toggled-on > ul,
	.main-navigation:not(.has-dropdown-toggle) li:focus > ul,
	.main-navigation:not(.has-dropdown-toggle) li:focus-within > ul {
		display: block;
	}
	.main-navigation li.toggled-on:hover > ul {
		display: none;
	}
}

.admin-bar .sidr {
	top: unset;
}

.supersideme {
	background-color: #141414;
}

.supersideme .menu-close {
	display: none;
}

.supersideme .ssme-buttons {
	z-index: 10001;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-flow: row wrap;
					flex-flow: row wrap;
	-ms-flex-pack: distribute;
			justify-content: space-around;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	height: auto;
	padding: 8px 0;
	font-family: "Nunito Sans", "sans-serif";
	text-transform: uppercase;
	background-color: #141414;
}

.supersideme .ssme-buttons .label,
.supersideme .ssme-buttons .icon {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.supersideme .ssme-buttons .ssme-icon.times,
.supersideme .ssme-buttons .ssme-icon.bars,
.supersideme .ssme-buttons .ssme-icon {
	display: block;
	width: 18px;
	height: 18px;
	margin: auto;
}

.supersideme .ssme-buttons button .label,
.supersideme .ssme-buttons button .close-label,
.supersideme .ssme-buttons .slide-nav-link .label,
.supersideme .ssme-buttons .button.ssme-button.ssme-custom .label {
	display: block;
	height: auto;
	margin-bottom: 0;
	padding-left: 0;
	font-size: 1.2rem;
	line-height: 1.6;
}

.supersideme .ssme-button,
.supersideme .slide-nav-link {
	z-index: 10001;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
			-ms-flex-positive: 0;
					flex-grow: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-flow: column wrap;
					flex-flow: column wrap;
	-ms-flex-pack: distribute;
			justify-content: space-around;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	max-width: 80px;
	height: auto;
	padding: 4px;
	text-transform: uppercase;
	background-color: #141414;
}

@media screen and (min-width: 1000px) {
	.supersideme .ssme-button,
	.supersideme .slide-nav-link {
		display: none;
	}
}

.supersideme .button.ssme-button.ssme-custom {
	padding: 4px;
}

.supersideme .ssme-buttons button .close-label,
.supersideme .ssme-buttons button .ssme-icon.times {
	display: none;
}

.supersideme .ssme-buttons > button:last-of-type {
	-webkit-box-ordinal-group: -2;
			-ms-flex-order: -3;
					order: -3;
}

.supersideme .ssme-buttons button.slide-nav-link.ssme-button.menu-open .close-label,
.supersideme .ssme-buttons button.slide-nav-link.ssme-button.menu-open .ssme-icon.times {
	display: block;
}

.supersideme .ssme-buttons button.slide-nav-link.ssme-button.menu-open .ssme-icon.bars,
.supersideme .ssme-buttons button.slide-nav-link.ssme-button.menu-open .label {
	display: none;
}

.supersideme button.slide-nav-link,
.supersideme button.ssme-search {
	-webkit-box-flex: 0;
			-ms-flex-positive: 0;
					flex-grow: 0;
}

.supersideme .ssme-button.ssme-custom,
.supersideme .ssme-buttons > button:last-of-type {
	text-decoration: none;
	border: none;
}

.supersideme .button:hover .icon,
.supersideme .slide-nav-link:hover .icon {
	-webkit-transform: scale(1.15);
					transform: scale(1.15);
}

.supersideme .ssme-search:focus,
.supersideme .slide-nav-link:focus,
.supersideme .button.ssme-button.ssme-custom:focus,
.supersideme .ssme-search:hover .icon,
.supersideme .slide-nav-link:hover .icon,
.supersideme .button.ssme-button.ssme-custom:hover .icon {
	border: none;
	outline: none;
}

.supersideme .sidr .side-navigation {
	font-family: "Nunito Sans", "sans-serif";
}

.supersideme .sidr .side-navigation a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	padding: 12px 20px;
	font-size: 1.2em;
	text-transform: uppercase;
}

.supersideme .sidr .side-navigation svg.icon {
	width: 24px;
	height: 24px;
	margin-right: 8px;
	fill: #009ba2;
}

.supersideme .sidr .side-navigation svg.icon.angle-down {
	fill: #313541;
}

.supersideme .sidr.bottom {
	top: auto;
	right: 0;
	bottom: -100%;
	left: 0;
	width: 100%;
}

/* --------------------------------------------------------------
# Content navigation
-------------------------------------------------------------- */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	max-width: 720px;
	margin: 0 auto 2em;
	padding-bottom: 2em;
	overflow: hidden;
	font-family: "Nunito Sans", "sans-serif";
	border-bottom: 1px solid #111;
}

.nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	-webkit-box-flex: 1;
			-ms-flex: 1 0 50%;
					flex: 1 0 50%;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	-webkit-box-flex: 1;
			-ms-flex: 1 0 50%;
					flex: 1 0 50%;
	text-align: end;
}

.post-navigation-sub span {
	display: inline-block;
	color: #f2f2f2;
	text-decoration: none;
}

.has-active-message-bar .slider-container--message-bar {
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	width: 100%;
	max-width: 100vw;
	max-height: 80px;
	padding: 0 20px;
	text-align: center;
	background: -webkit-gradient(linear, left top, right top, from(#165ca1), color-stop(25%, #009ba2), color-stop(75%, #009ba2), to(#165ca1));
	background: linear-gradient(90deg, #165ca1 0%, #009ba2 25%, #009ba2 75%, #165ca1 100%);
}

.has-active-message-bar .slider-container--message-bar .slick-track {
	max-width: 100vw;
}

@media screen and (min-width: 1000px) {
	.has-active-message-bar .slider-container--message-bar {
		max-height: 60px;
	}
}

.has-active-message-bar .message-bar-list {
	display: none;
	width: 100%;
}

.has-active-message-bar .message-bar-list.slick-initialized {
	display: block;
}

.has-active-message-bar .message-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	width: 100%;
	width: 100%;
	height: 80px;
	max-height: 80px;
	margin: 10px 0;
	font-size: 1.4rem;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

@media screen and (min-width: 600px) {
	.has-active-message-bar .message-bar {
		height: 60px;
		max-height: 60px;
		font-size: 2rem;
	}
}

.has-active-message-bar .message-bar .message-bar__message {
	margin: 0;
}

.has-active-message-bar .message-bar__button {
	margin-left: 12px;
	padding: 3px 10px;
	color: #f2f2f2;
	font-size: 1.4rem;
	font-family: "Nunito Sans", "sans-serif";
	letter-spacing: unset;
	text-decoration: none;
	background-color: #165ca1;
	border-radius: 5px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

@media screen and (min-width: 600px) {
	.has-active-message-bar .message-bar__button {
		font-size: 1.5rem;
	}
}

.has-active-message-bar .message-bar:hover {
	color: #eee;
}

.has-active-message-bar .message-bar:hover .message-bar__button {
	background-color: #0d365e;
}

.atlpba-week-schedule {
	padding: 0 1em 4em;
	-webkit-transition: width .5s;
	transition: width .5s;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	/* background-color: #111; */
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.atlpba-week-schedule .scroll-buttons {
	display: none;
}

@media screen and (min-width: 600px) {
	.atlpba-week-schedule .scroll-buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
	}
}

.atlpba-week-schedule .scroll-buttons .scroll-left,
.atlpba-week-schedule .scroll-buttons .scroll-right {
	cursor: pointer;
}

.atlpba-week-schedule .scroll-buttons .scroll-left svg,
.atlpba-week-schedule .scroll-buttons .scroll-right svg {
	fill: #fff;
	width: 70px;
	height: 70px;
}

.atlpba-week-schedule .scroll-buttons .scroll-left {
	-webkit-transform: rotate(90deg);
					transform: rotate(90deg);
}

.atlpba-week-schedule .scroll-buttons .scroll-right {
	-webkit-transform: rotate(-90deg);
					transform: rotate(-90deg);
}

.atlpba-week-schedule.day-view .scroll-buttons {
	display: none;
}

.atlpba-week-schedule .view-switcher-container {
	display: none;
	font-size: 1.3em;
	padding: 1em;
	text-align: center;
}

@media screen and (min-width: 1900px) {
	.atlpba-week-schedule .view-switcher-container {
		font-size: 1.6em;
	}
}

@media screen and (min-width: 600px) {
	.atlpba-week-schedule .view-switcher-container {
		display: block;
	}
}

.atlpba-week-schedule .view-switcher-container .onoffswitch {
	display: inline-block;
	vertical-align: middle;
	margin: 0 .5em;
	position: relative;
	width: 84px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.atlpba-week-schedule .view-switcher-container .onoffswitch-checkbox {
	display: none;
}

.atlpba-week-schedule .view-switcher-container .onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #999999;
	border-radius: 20px;
}

.atlpba-week-schedule .view-switcher-container .onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-webkit-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}

.atlpba-week-schedule .view-switcher-container .onoffswitch-inner:before, .atlpba-week-schedule .view-switcher-container .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 23px;
	padding: 0;
	line-height: 23px;
	font-size: 13px;
	color: white;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	text-align: left;
}

.atlpba-week-schedule .view-switcher-container .onoffswitch-inner:before {
	content: "Week";
	padding-left: 7px;
	background-color: #000000;
	color: #FFFFFF;
}

.atlpba-week-schedule .view-switcher-container .onoffswitch-inner:after {
	content: "Day";
	padding-right: 7px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: right;
}

.atlpba-week-schedule .view-switcher-container .onoffswitch-switch {
	display: block;
	width: 23px;
	margin: 0px;
	background: #DEDEDE;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 57px;
	border: 2px solid #999999;
	border-radius: 20px;
	-webkit-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}

.atlpba-week-schedule .view-switcher-container .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.atlpba-week-schedule .view-switcher-container .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px;
}

.day,
.day *,
.time-labels,
.time-labels * {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}

.sched-date-sidebar {
	position: absolute;
	z-index: 3;
	padding-top: 50px;
}

.sched-main-content {
	position: relative;
	width: 99vw;
	max-width: 100%;
	height: auto;
	padding-bottom: 15px;
	overflow-x: scroll;
}

.sched-main-content::-webkit-scrollbar {
	-webkit-appearance: none;
}

.sched-main-content::-webkit-scrollbar:horizontal {
	height: 10px;
}

.sched-main-content::-webkit-scrollbar-track {
	background-color: rgba(68, 68, 68, 0.3);
	border-radius: 0;
}

.sched-main-content::-webkit-scrollbar-thumb {
	background-color: #999;
	border-radius: 0;
}

/* @media only screen and (max-width: 550px) {
		.sched-main-content {
				overflow-X:scroll;
				-webkit-overflow-scrolling: touch
		}
} */
.time-labels,
.day {
	padding-left: 120px;
	font-size: 0;
	white-space: nowrap;
}

.time-labels {
	height: 50px;
	cursor: -webkit-grab;
	cursor: grab;
}

.day {
	position: relative;
	height: 150px;
}

.time-labels .time-indicator {
	position: absolute;
	top: 50px;
	z-index: 2;
	width: 0;
	height: 160px;
	margin-left: 120px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	-webkit-transition: left 0.3s;
	transition: left 0.3s;
	pointer-events: none;
}

.time-labels .time-indicator::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 8px solid #fff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
	content: "";
}

.time-labels .time-label {
	display: inline-block;
	width: 600px;
	padding: 1em;
	font-size: 1rem;
	background: #313541;
	border-left: 2px solid #fff;
}

.sched-item {
	position: relative;
	display: inline-block;
	height: 150px;
	margin: 0;
	padding: 1.2rem;
	color: #fff;
	font-size: 1.8rem;
	vertical-align: bottom;
	background-color: #222;
	border: 3px solid #111;
	border-radius: 10px;
}

.sched-start-time {
	color: #aaa;
	font-size: 1.8rem;
}

.day-label {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	font-size: 2rem;
	background-color: #313541;
}

.day.current-day .sched-item {
	background-color: #313541;
}

.day .sched-item.current-show {
	background-color: #165ca1;
}

.day.current-day .day-label {
	background-color: #009ba2;
}

.day .sched-item:not(.day-label):hover {
	background-color: #313541;
}

.sched-item > * {
	margin: 0;
	white-space: pre-wrap;
}

.sched-item > .sched-title {
	margin-bottom: 1.2rem;
	color: #00b3bc;
	font-size: 1.8rem;
	line-height: 1.4;
}

.sched-item > .sched-episode {
	color: #ccc;
	font-size: 1.6rem;
	line-height: 1.2;
}

@media screen and (min-width: 600px) {
	.atlpba-week-schedule:not(.day-view) .sched-item[data-duration="0"] {
		display: none;
	}
	.atlpba-week-schedule:not(.day-view) .sched-item[data-duration="5"],
	.atlpba-week-schedule:not(.day-view) .sched-item[data-duration="6"],
	.atlpba-week-schedule:not(.day-view) .sched-item[data-duration="7"],
	.atlpba-week-schedule:not(.day-view) .sched-item[data-duration="8"] {
		padding: 0;
	}
	.atlpba-week-schedule:not(.day-view) .sched-item[data-duration="5"] .sched-start-time,
	.atlpba-week-schedule:not(.day-view) .sched-item[data-duration="6"] .sched-start-time,
	.atlpba-week-schedule:not(.day-view) .sched-item[data-duration="7"] .sched-start-time,
	.atlpba-week-schedule:not(.day-view) .sched-item[data-duration="8"] .sched-start-time {
		display: none;
	}
	.atlpba-week-schedule:not(.day-view) .sched-item[data-duration="5"] .sched-title,
	.atlpba-week-schedule:not(.day-view) .sched-item[data-duration="6"] .sched-title,
	.atlpba-week-schedule:not(.day-view) .sched-item[data-duration="7"] .sched-title,
	.atlpba-week-schedule:not(.day-view) .sched-item[data-duration="8"] .sched-title {
		width: 150px;
		padding: 0.5em 0;
		text-align: center;
		-webkit-transform: rotate(90deg) translateY(-100%);
						transform: rotate(90deg) translateY(-100%);
		-webkit-transform-origin: left top;
						transform-origin: left top;
	}
}

@media screen and (max-width: 600px) {
	.time-labels,
	.sched-date-sidebar {
		display: none;
	}
	.time-labels,
	.day {
		padding: 0;
	}
	.sched-item,
	.day {
		position: static;
		display: block;
		width: 100% !important;
		height: auto;
	}
	.day-label {
		font-size: 2.5rem;
		text-align: center;
		cursor: pointer;
	}
	.day-label br {
		display: none;
	}
	.day .sched-container {
		display: none;
	}
	.day.current-day .sched-container {
		display: block;
	}
}

@media screen and (min-width: 600px) {
	.atlpba-week-schedule.day-view {
		width: 700px;
		margin: 0 auto;
	}
	.atlpba-week-schedule.day-view .time-labels,
	.atlpba-week-schedule.day-view .sched-date-sidebar {
		display: none;
	}
	.atlpba-week-schedule.day-view .time-labels,
	.atlpba-week-schedule.day-view .day {
		padding: 0;
	}
	.atlpba-week-schedule.day-view .sched-item,
	.atlpba-week-schedule.day-view .day {
		position: static;
		display: block;
		width: 100% !important;
		height: auto;
	}
	.atlpba-week-schedule.day-view .day-label {
		font-size: 2.5rem;
		text-align: center;
		cursor: pointer;
	}
	.atlpba-week-schedule.day-view .day-label br {
		display: none;
	}
	.atlpba-week-schedule.day-view .day .sched-container {
		display: none;
	}
	.atlpba-week-schedule.day-view .day.current-day .sched-container {
		display: block;
	}
}

.background--schedule .fl-row-content-wrap {
	padding: 0;
}

.schedule_container {
	padding: 0 12px;
	text-align: center;
}

@media screen and (min-width: 1000px) {
	.schedule_container {
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
				-ms-flex-direction: row;
						flex-direction: row;
		overflow-x: hidden;
	}
}

.schedule_container .schedule_title {
	-webkit-box-flex: 0;
			-ms-flex: 0 0 0px;
					flex: 0 0 0;
	margin-right: 1em;
	margin-left: 1em;
	font-weight: 600;
	font-size: 20px;
	font-family: "Nunito Sans", "sans-serif";
	text-transform: uppercase;
	text-align: center;
}

.schedule_container .schedule_title a {
	text-decoration: none;
}

@media screen and (min-width: 1000px) {
	.schedule_container .schedule_title {
		text-align: right;
		margin-right: 2em;
		margin-left: 2em;
	}
}

.schedule_container .schedule_link {
	-webkit-box-flex: 0;
			-ms-flex: 0 0 0px;
					flex: 0 0 0;
	margin: 1em;
	font-weight: 700;
	font-size: 20px;
	font-family: "Nunito Sans", "sans-serif";
	white-space: nowrap;
	text-transform: uppercase;
	text-decoration: none;
}

@media screen and (min-width: 1000px) {
	.schedule_container .schedule_link {
		margin: 2em;
		font-size: 24px;
		-webkit-transition: color .3s, background .3s;
		transition: color .3s, background .3s;
	}
	.schedule_container .schedule_link:hover {
		color: #fff !important;
		background-color: #009ba2 !important;
		border-color: #009ba2 !important;
	}
}

.schedule_container .schedule_items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
			-ms-flex: 1 1 0px;
					flex: 1 1 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-direction: row;
					flex-direction: row;
	margin: 0;
	padding: .5em 0;
	list-style: none;
}

.schedule_container .schedule_items .is_over {
	display: none;
}

.schedule_container .schedule_items .schedule_item {
	-webkit-box-flex: 1;
			-ms-flex: 1 1 0px;
					flex: 1 1 0;
	padding-right: 1em;
	font-weight: 700;
	font-family: "Nunito Sans", "sans-serif";
}

.schedule_container .schedule_items .schedule_item--starttime {
	margin: 0 0.3em;
	color: #009ba2;
	font-size: 1.8rem;
	line-height: 1.6;
	text-align: left;
	text-transform: uppercase;
}

.schedule_container .schedule_items .schedule_item--title {
	margin: 0 0.3em;
	font-weight: 400;
	font-size: 2rem;
	text-align: left;
}

.schedule_container .schedule_items .schedule_item.is_current .schedule_item--starttime::before {
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	margin: 0.25em;
	background-color: red;
	border-radius: 50%;
	content: "";
}

@media screen and (max-width: 500px) {
	.schedule_container .schedule_items .schedule_item:nth-child(1n + 3) {
		display: none;
	}
}

@media screen and (min-width: 501px) and (max-width: 800px) {
	.schedule_container .schedule_items .schedule_item:nth-child(1n + 4) {
		display: none;
	}
}

@media screen and (min-width: 801px) and (max-width: 1000px) {
	.schedule_container .schedule_items .schedule_item:nth-child(1n + 6) {
		display: none;
	}
}

@media screen and (min-width: 1001px) and (max-width: 1300px) {
	.schedule_container .schedule_items .schedule_item:nth-child(1n + 5) {
		display: none;
	}
}

@media screen and (min-width: 1301px) and (max-width: 1600px) {
	.schedule_container .schedule_items .schedule_item:nth-child(1n + 6) {
		display: none;
	}
}

@media screen and (min-width: 1601px) and (max-width: 1900px) {
	.schedule_container .schedule_items .schedule_item:nth-child(1n + 7) {
		display: none;
	}
}

@media screen and (min-width: 1901px) and (max-width: 2100px) {
	.schedule_container .schedule_items .schedule_item:nth-child(1n + 8) {
		display: none;
	}
}

@media screen and (min-width: 2101px) {
	.schedule_container .schedule_items .schedule_item:nth-child(1n + 9) {
		display: none;
	}
}

.block-container {
	position: relative;
	/**
	 * @see: https://github.com/kenwheeler/slick/issues/2378
	 * None of the suggestions worked, therefore resorted to using calc().
	 */
	max-width: 100%;
}

.block-container * {
	min-width: 0;
	min-height: 0;
}

.block-container .background-image {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.block-container .background-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
}

.block-container .video-container {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.block-container .video-container .jw-media::after {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #141414;
	opacity: 0.4;
	content: " ";
}

.block-container .video-container .jwplayer {
	background-color: #141414;
}

.block-container .video-container .jwplayer.jw-flag-aspect-mode {
	height: 800px !important;
}

@media screen and (min-width: 1900px) {
	.block-container .video-container .jwplayer.jw-flag-aspect-mode {
		height: 40vw !important;
	}
}

.block-container .js-atlpba-slider {
	overflow: hidden;
}

.block-container .js-atlpba-slider .slick-prev {
	top: unset;
	right: unset;
	bottom: 10px;
	left: 5%;
	z-index: 1;
}

@media screen and (min-width: 1000px) {
	.block-container .js-atlpba-slider .slick-prev {
		right: 10%;
		bottom: 60px;
		left: unset;
	}
}

.block-container .js-atlpba-slider .slick-next {
	top: unset;
	right: 5%;
	bottom: 10px;
	left: unset;
	z-index: 1;
}

@media screen and (min-width: 1000px) {
	.block-container .js-atlpba-slider .slick-next {
		right: 5%;
		bottom: 60px;
	}
}

.block-container .js-atlpba-slider .slick-prev::before {
	content: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A//www.serif.com/%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A1.41421%3B%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%2224%22%20height%3D%2224%22%20style%3D%22fill%3Anone%3B%22/%3E%3Cpath%20d%3D%22M18.399%2C0.467c-0.627%2C-0.627%20-1.638%2C-0.627%20-2.264%2C0l-10.631%2C10.631c-0.499%2C0.499%20-0.499%2C1.305%200%2C1.804l10.631%2C10.631c0.626%2C0.627%201.637%2C0.627%202.264%2C0c0.627%2C-0.627%200.627%2C-1.638%200%2C-2.264l-9.262%2C-9.275l9.275%2C-9.275c0.614%2C-0.614%200.614%2C-1.638%20-0.013%2C-2.252Z%22%20style%3D%22fill%3A%23fff%3Bfill-rule%3Anonzero%3B%22/%3E%3C/svg%3E);
}

.block-container .js-atlpba-slider .slick-next::before {
	content: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A//www.serif.com/%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A1.41421%3B%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%2224%22%20height%3D%2224%22%20style%3D%22fill%3Anone%3B%22/%3E%3Cpath%20d%3D%22M5.601%2C23.528c0.627%2C0.627%201.638%2C0.627%202.264%2C0l10.631%2C-10.631c0.499%2C-0.499%200.499%2C-1.305%200%2C-1.804l-10.631%2C-10.631c-0.626%2C-0.627%20-1.637%2C-0.627%20-2.264%2C0c-0.627%2C0.627%20-0.627%2C1.638%200%2C2.264l9.262%2C9.275l-9.275%2C9.275c-0.614%2C0.614%20-0.614%2C1.638%200.013%2C2.252Z%22%20style%3D%22fill%3A%23fff%3Bfill-rule%3Anonzero%3B%22/%3E%3C/svg%3E);
}

.block-container .js-atlpba-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
}

.block-container .block-details {
	position: absolute;
	top: 30%;
	left: 5%;
	z-index: 3;
	text-decoration: none;
	-webkit-transform: translateY(-30%);
					transform: translateY(-30%);
}

.block-container .block-details:hover {
	color: #d0d0d0;
}

@media screen and (min-width: 1000px) {
	.block-container .block-details {
		top: 60%;
		left: 10%;
		z-index: 3;
		-webkit-transform: translateY(-60%);
						transform: translateY(-60%);
	}
}

.block-container--slider .slide {
	position: relative;
	width: 100%;
}

.block-container--slider .block-details {
	top: unset;
	bottom: 40px;
	left: 10%;
	z-index: 3;
	width: 100%;
	max-width: 80%;
	-webkit-transform: translateY(-40px);
					transform: translateY(-40px);
	opacity: 0;
}

@media screen and (min-width: 1000px) {
	.block-container--slider .block-details {
		bottom: 40px;
		left: 10%;
		z-index: 3;
		-webkit-transform: translateY(-40px);
						transform: translateY(-40px);
	}
}

.block-container--slider .show-logo {
	max-width: 500px;
	height: auto;
	margin-bottom: 22px;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
}

.block-container--slider .show-logo:hover, .block-container--slider .show-logo:focus {
	opacity: 0.5;
}

.block-container--slider .show-logo img {
	width: 100%;
	height: auto;
}

.block-container--slider .show-logo-text {
	max-width: 80%;
	margin-bottom: -20px;
	padding-left: 20px;
}

.block-container--slider .show-logo-text .show-title {
	font-size: 3.6rem;
}

.block-container--slider .slider-view {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}

.block-container--slider .show-description {
	display: inline-block;
	max-width: 80%;
	min-height: 40px;
	margin-left: 0;
	padding-left: 20px;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.2;
	border-left: 1px solid rgba(242, 242, 242, 0.5);
}

@media screen and (min-width: 1000px) {
	.block-container--slider .show-description {
		font-size: 2.6rem;
	}
}

.block-container--slider .block-details--slide--passport .show-description::before {
	display: block;
	width: 258px;
	height: 30px;
	margin-bottom: 5px;
	vertical-align: bottom;
	background-image: url("images/atlpba_passport_horiz.svg");
	background-size: contain;
	content: "";
}

.block-container--slider .show-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	width: 40px;
	height: 40px;
	margin-right: 20px;
}

@media screen and (min-width: 1900px) {
	.block-container--slider .show-link {
		width: 60px;
		height: 60px;
	}
}

.block-container--slider .show-link .icon {
	width: 40px;
	height: 40px;
}

@media screen and (min-width: 1900px) {
	.block-container--slider .show-link .icon {
		width: 60px;
		height: 60px;
	}
}

.block-container--slider .slick-initialized.slick-slider .block-details {
	opacity: 1;
}

.video-container .jw-error {
	visibility: hidden;
}

.block-container--slider .video-container {
	max-height: 700px;
}

@media screen and (min-width: 1900px) {
	.block-container--slider .video-container {
		max-height: none;
	}
}

.block-container--slider .video-container .jwplayer.jw-flag-aspect-mode {
	height: 700px !important;
}

@media screen and (min-width: 1900px) {
	.block-container--slider .video-container .jwplayer.jw-flag-aspect-mode {
		height: 40vw !important;
		max-height: none;
	}
}

.block-container--slider .background-image {
	position: relative;
	height: 500px;
}

@media screen and (min-width: 1000px) {
	.block-container--slider .background-image {
		height: 700px;
	}
}

@media screen and (min-width: 1900px) {
	.block-container--slider .background-image {
		height: 40vw;
	}
}

.fl-row-content .fl-col-group:nth-of-type(odd) .atlpba-featured-genre-post .background-image {
	background-color: #222;
}

.genre-head {
	position: absolute;
	top: 10%;
	left: 0;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-flow: row wrap;
					flex-flow: row wrap;
	width: 100%;
	max-width: 800px;
	-webkit-transform: translateY(-10%);
					transform: translateY(-10%);
}

.genre-head .genre-name {
	z-index: 10;
	min-width: 250px;
	padding: 10px 20px;
	font-weight: 700;
	font-size: 3rem;
	font-family: "Nunito Sans", "sans-serif";
	text-align: right;
	background-color: rgba(255, 255, 255, 0.2);
}

.genre-head .genre-name .genre-link--ribbon {
	color: #f2f2f2;
	text-decoration: none;
}

.genre-head .genre-name:hover .genre-link--ribbon {
	text-shadow: #3b3b3b 3px 3px 3px;
}

.genre-head .genre-name .genre-link--ribbon:focus {
	text-shadow: #3b3b3b 3px 3px 3px;
}

.genre-head .genre-slide,
.genre-head .genre-link--slideout {
	display: none;
}

.hovermq .genre-head .genre-slide {
	z-index: 9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	width: auto;
	padding: 0 20px;
	overflow: hidden;
}

.hovermq .genre-head .genre-slide .icon {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	fill: #f2f2f2;
}

.hovermq .genre-head .genre-link--slideout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	color: #f2f2f2;
	text-decoration: none;
	-webkit-transform: translateX(-200%);
					transform: translateX(-200%);
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}

.hovermq .genre-head .genre-link--slideout:hover, .hovermq .genre-head .genre-link--slideout:focus {
	color: rgba(242, 242, 242, 0.5);
}

.hovermq .genre-head .genre-link--slideout:hover .icon, .hovermq .genre-head .genre-link--slideout:focus .icon {
	fill: rgba(242, 242, 242, 0.5);
}

.hovermq .genre-head:hover .genre-link--slideout,
.hovermq .genre-head:focus-within .genre-link--slideout {
	-webkit-transform: translateX(0);
					transform: translateX(0);
}

@media screen and (max-width: 600px) {
	.hovermq .genre-head .genre-slide,
	.hovermq .genre-head .genre-link--slideout {
		display: none;
	}
}

.block-container--featured-genre {
	min-height: 800px;
	overflow: hidden;
	text-align: left;
	background-color: #141414;
}

@media screen and (min-width: 1900px) {
	.block-container--featured-genre {
		min-height: 40vw;
	}
}

.block-container--featured-genre .video-container {
	min-height: 60vmin;
	max-height: none;
}

.block-container--featured-genre .block-details--featured-genre {
	position: absolute;
	top: 33%;
	left: 5%;
	z-index: 3;
	width: 100%;
	max-width: 90%;
	-webkit-transform: translateY(-33%);
					transform: translateY(-33%);
}

.block-container--featured-genre .block-details--featured-genre:hover, .block-container--featured-genre .block-details--featured-genre:focus {
	opacity: 0.5;
}

.block-container--featured-genre .featured-genre-show {
	max-width: 400px;
	padding: 5px 10px;
}

.block-container--featured-genre .featured-info {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-flow: column wrap;
					flex-flow: column wrap;
	-webkit-box-pack: start;
			-ms-flex-pack: start;
					justify-content: flex-start;
	-webkit-box-align: start;
			-ms-flex-align: start;
					align-items: flex-start;
	max-width: 80%;
}

.block-container--featured-genre .featured-info::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 80%;
	background-color: rgba(242, 242, 242, 0.5);
	-webkit-transform: translate(0, -50%);
					transform: translate(0, -50%);
	content: "";
}

@media screen and (min-width: 1900px) {
	.block-container--featured-genre .featured-info {
		width: 90%;
	}
}

.block-container--featured-genre .featured-show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}

.block-container--featured-genre .show-logo {
	max-width: 340px;
	margin-bottom: 20px;
	padding-left: 20px;
}

.block-container--featured-genre .show-logo-text {
	max-width: 100%;
	margin-bottom: 0;
	padding-left: 20px;
}

.block-container--featured-genre .show-logo-text .show-title {
	margin: 0;
	font-weight: 900;
	font-size: 3rem;
}

@media screen and (min-width: 600px) {
	.block-container--featured-genre .show-logo-text .show-title {
		font-size: 3.6rem;
	}
}

@media screen and (min-width: 1000px) {
	.block-container--featured-genre .show-logo-text .show-title {
		font-size: 4.2rem;
	}
}

@media screen and (min-width: 1400px) {
	.block-container--featured-genre .show-logo-text .show-title {
		font-size: 4.8rem;
	}
}

@media screen and (min-width: 1900px) {
	.block-container--featured-genre .show-logo-text .show-title {
		font-size: 5.2rem;
	}
}

.block-container--featured-genre .featured-show--passport .show-title::after {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	margin-top: auto;
	margin-left: 1rem;
	margin-bottom: auto;
	background-image: url("images/passport.svg");
	background-size: contain;
	content: "";
}

@media screen and (min-width: 1000px) {
	.block-container--featured-genre .featured-show--passport .show-title::after {
		width: 2.4rem;
		height: 2.4rem;
		margin-right: 1.2rem;
	}
}

@media screen and (min-width: 1900px) {
	.block-container--featured-genre .featured-show--passport .show-title::after {
		width: 3rem;
		height: 3rem;
		margin-right: 1.4rem;
	}
}

.block-container--featured-genre .show-description {
	display: inline-block;
	max-width: none;
	min-height: 40px;
	padding-left: 20px;
	font-size: 2.2rem;
	font-family: "Nunito Sans", "sans-serif";
	line-height: 1.2;
}

@media screen and (min-width: 1000px) {
	.block-container--featured-genre .show-description {
		font-size: 2.6rem;
	}
}

@media screen and (min-width: 1900px) {
	.block-container--featured-genre .show-description {
		max-width: 100%;
	}
}

.block-container--featured-genre .show-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	width: 60px;
	height: 60px;
	margin-right: 20px;
}

@media screen and (min-width: 1900px) {
	.block-container--featured-genre .show-link {
		width: 80px;
		height: 80px;
	}
}

.block-container--featured-genre .show-link .icon {
	width: 40px;
	height: 40px;
}

@media screen and (min-width: 1900px) {
	.block-container--featured-genre .show-link .icon {
		width: 60px;
		height: 60px;
	}
}

.grid-container {
	max-width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 1400px) {
	.grid-container {
		max-width: 1200px;
	}
}

.grid-container--featured-genre-shows {
	position: absolute;
	top: 90%;
	left: 50%;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-flow: row nowrap;
					flex-flow: row nowrap;
	width: 100vw;
	height: 300px;
	margin: auto;
	overflow-x: auto;
	-webkit-transform: translate(-50%, -90%);
					transform: translate(-50%, -90%);
	-webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 1900px) {
	.grid-container--featured-genre-shows {
		height: 330px;
	}
}

.grid-container--featured-genre-shows::-webkit-scrollbar {
	display: none;
}

.grid-container--featured-genre-shows .card-wrapper {
	display: inline-block;
	-webkit-box-flex: 0;
			-ms-flex: 0 0 auto;
					flex: 0 0 auto;
	width: 150px;
	max-width: 200px;
	height: 225px;
	margin: 0 10px;
}

.grid-container--featured-genre-shows .card-wrapper:last-of-type {
	width: 160px;
	max-width: none;
}

@media screen and (min-width: 600px) {
	.grid-container--featured-genre-shows .card-wrapper {
		width: 200px;
		height: 300px;
	}
	.grid-container--featured-genre-shows .card-wrapper:last-of-type {
		width: 210px;
		max-width: none;
	}
}

@media screen and (min-width: 1900px) {
	.grid-container--featured-genre-shows .card-wrapper {
		width: 220px;
		max-width: none;
		height: 330px;
	}
}

.grid-container--featured-genre-shows .card-wrapper .card--show,
.grid-container--featured-genre-shows .card-wrapper .card-link-image {
	max-width: 200px;
}

@media screen and (min-width: 1900px) {
	.grid-container--featured-genre-shows .card-wrapper .card--show,
	.grid-container--featured-genre-shows .card-wrapper .card-link-image {
		max-width: 220px;
	}
}

@media screen and (min-width: 1000px) {
	.grid-container--featured-genre-shows {
		top: 90%;
		left: 50%;
		width: auto;
		-webkit-transform: translate(-50%, -90%);
						transform: translate(-50%, -90%);
	}
	.grid-container--featured-genre-shows .card-wrapper:last-of-type {
		width: 200px;
		max-width: 200px;
	}
}

@media screen and (min-width: 1900px) {
	.grid-container--featured-genre-shows .card-wrapper:last-of-type {
		width: 220px;
		max-width: 220px;
	}
}

.fl-builder-content .promo-block .fl-row-content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	min-height: 400px;
}

@media screen and (min-width: 1900px) {
	.fl-builder-content .promo-block .fl-row-content-wrap {
		min-height: 25vw;
	}
}

.fl-builder-content .promo-block .fl-row-content-wrap .fl-col-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}

.fl-builder-content .promo-block .fl-row-content-wrap a.fl-button * {
	width: auto;
	color: #3023ae;
	font-weight: 600;
	font-size: 1.8rem;
	font-family: "Nunito Sans", "sans-serif";
	letter-spacing: 1.05;
	text-transform: uppercase;
}

.fl-builder-content .promo-block .fl-row-content-wrap a.fl-button,
.fl-builder-content .promo-block .fl-row-content-wrap a.fl-button:hover,
.fl-builder-content .promo-block .fl-row-content-wrap a.fl-button:focus {
	margin: 1em;
	background-color: #f2f2f2;
	border-radius: 5px;
}

.fl-builder-content .promo-block .fl-row-content-wrap a.fl-button:hover,
.fl-builder-content .promo-block .fl-row-content-wrap a.fl-button:focus {
	background-color: rgba(242, 242, 242, 0.5);
	border-radius: 5px;
}

.archive-grid {
	display: grid;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: stretch;
			-ms-flex-align: stretch;
					align-items: stretch;
	max-width: 599px;
	margin: auto;
	padding: 0 10px;
	grid-template-columns: repeat(auto-fill, 225px);
	grid-gap: 36px;
}

@media screen and (min-width: 600px) {
	.archive-grid {
		max-width: 999px;
		grid-template-columns: repeat(auto-fill, 225px);
	}
}

@media screen and (min-width: 1000px) {
	.archive-grid {
		max-width: 1399px;
		grid-template-columns: repeat(auto-fill, 450px);
	}
}

@media screen and (min-width: 1400px) {
	.archive-grid {
		max-width: 1899px;
	}
}

@media screen and (min-width: 1900px) {
	.archive-grid {
		max-width: 2499px;
	}
}

@media screen and (min-width: 2500px) {
	.archive-grid {
		max-width: 100%;
	}
}

.archive-grid .grid-item-wrapper {
	margin: 0;
	text-align: center;
	justify-self: center;
}

.archive-grid .grid-item-wrapper .image {
	margin-bottom: 30px;
}

.archive-grid .grid-item-wrapper h2 a {
	font-weight: 600;
	font-size: 2.4rem;
	font-family: "Nunito Sans", "sans-serif";
	text-decoration: none;
}

.archive-grid--show {
	display: grid;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	max-width: 599px;
	margin: auto;
	padding: 0 10px;
	grid-template-columns: repeat(auto-fill, 133px);
	grid-gap: 15px;
}

@media screen and (min-width: 375px) {
	.archive-grid--show {
		max-width: 599px;
		grid-template-columns: repeat(auto-fill, 150px);
	}
}

@media screen and (min-width: 600px) {
	.archive-grid--show {
		max-width: 999px;
		grid-template-columns: repeat(auto-fill, 180px);
	}
}

@media screen and (min-width: 1000px) {
	.archive-grid--show {
		max-width: 1399px;
		grid-template-columns: repeat(auto-fill, 200px);
	}
}

@media screen and (min-width: 1400px) {
	.archive-grid--show {
		max-width: 1899px;
	}
}

@media screen and (min-width: 1900px) {
	.archive-grid--show {
		max-width: 2499px;
		grid-template-columns: repeat(auto-fill, 220px);
		grid-gap: 18px;
	}
}

@media screen and (min-width: 2500px) {
	.archive-grid--show {
		max-width: 100%;
	}
}

.archive-grid--show .card-wrapper {
	width: 133px;
	height: 200px;
	margin: 0;
}

@media screen and (min-width: 375px) {
	.archive-grid--show .card-wrapper {
		width: 150px;
		height: 225px;
	}
}

@media screen and (min-width: 600px) {
	.archive-grid--show .card-wrapper {
		width: 180px;
		height: 270px;
	}
}

@media screen and (min-width: 1000px) {
	.archive-grid--show .card-wrapper {
		width: 200px;
		height: 300px;
	}
}

@media screen and (min-width: 1900px) {
	.archive-grid--show .card-wrapper {
		width: 220px;
		height: 330px;
	}
}

.archive-grid--show .card-wrapper .card {
	margin-bottom: 0;
}

.archive-grid--show .card.has-image .card-image {
	margin: auto;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.archive-grid--show .card.has-image:focus .card-image {
	outline: 5px solid #165ca1;
}

.archive-grid--show-page {
	display: grid;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: start;
			-ms-flex-align: start;
					align-items: flex-start;
	margin: auto;
	padding: 0;
	grid-template-columns: repeat(auto-fill, 47%);
	grid-column-gap: 6%;
}

@media screen and (min-width: 1000px) {
	.archive-grid--show-page {
		grid-template-columns: repeat(auto-fill, 31%);
		grid-column-gap: 3.5%;
	}
}

@media screen and (min-width: 1400px) {
	.archive-grid--show-page {
		grid-template-columns: repeat(auto-fill, 23%);
		grid-column-gap: 2.666666%;
	}
}

@media screen and (min-width: 1900px) {
	.archive-grid--show-page {
		grid-template-columns: repeat(auto-fill, 15%);
		grid-column-gap: 2%;
	}
}

.archive-grid--show-page .episode-wrapper {
	-webkit-box-flex: 1;
			-ms-flex: 1 0 320px;
					flex: 1 0 320px;
	margin: 0;
}

.archive-grid--show-page .episode-wrapper .card {
	margin-bottom: 0;
	overflow: hidden;
	text-decoration: none;
}

.archive-grid--show-page .episode-wrapper .card.status-passport .episode-image::after {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 20px;
	height: 20px;
	background-image: url("images/passport.svg");
	background-size: contain;
	content: "";
}

@media screen and (min-width: 600px) {
	.archive-grid--show-page .episode-wrapper .card.status-passport .episode-image::after {
		bottom: 8px;
		left: 8px;
		width: 30px;
		height: 30px;
	}
}

@media screen and (min-width: 1000px) {
	.archive-grid--show-page .episode-wrapper .card.status-passport .episode-image::after {
		bottom: 10px;
		left: 10px;
		width: 40px;
		height: 40px;
	}
}

.archive-grid--show-page .episode-wrapper .card .episode-image {
	position: relative;
	opacity: 0.4;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.archive-grid--show-page .episode-wrapper .card .episode-image .icon {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 2;
	display: none;
	width: 40px;
	height: 40px;
	-webkit-transition: fill 0.2s ease-in-out;
	transition: fill 0.2s ease-in-out;
	fill: #f2f2f2;
}

.archive-grid--show-page .episode-wrapper .card:focus, .archive-grid--show-page .episode-wrapper .card:hover, .archive-grid--show-page .episode-wrapper .card.current-selection {
	color: #fff;
}

.archive-grid--show-page .episode-wrapper .card:focus .episode-image, .archive-grid--show-page .episode-wrapper .card:hover .episode-image, .archive-grid--show-page .episode-wrapper .card.current-selection .episode-image {
	opacity: 1;
}

.archive-grid--show-page .episode-wrapper .card img {
	width: 100%;
	height: 100%;
}

.archive-grid--show-page .episode-wrapper .episode__ordinal-label,
.archive-grid--show-page .episode-wrapper .episode__length,
.archive-grid--show-page .episode-wrapper .card-title {
	font-weight: 300;
	font-size: 1.8rem;
	font-family: "Nunito Sans", "sans-serif";
}

.archive-grid--show-page .episode-wrapper .card__footer {
	padding: 5px 0;
	padding-top: 0;
	font-size: 0.8em;
	line-height: 1.25;
}

.archive-grid--show-page .episode-wrapper .card__footer .card-title {
	margin: 0;
	margin-bottom: 0.5em;
	font-size: 1em;
	line-height: inherit;
}

.archive-grid--show-page .episode-wrapper .card__footer .episode__ordinal-label {
	font-size: 1em;
}

.archive-grid--show-page .episode-wrapper .card__footer .episode__length {
	font-size: 1em;
}

.archive-grid--show-page .episode-wrapper .card.has-image .card-image {
	margin: auto;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.archive-grid--show-page .episode-wrapper .card.has-image:focus .card-image {
	outline: 5px solid #165ca1;
}

.archive-grid--show-page .episode-wrapper .card.has-image:focus .card-image,
.archive-grid--show-page .episode-wrapper .card.has-image:hover .card-image {
	-webkit-transform: scale(1.02);
					transform: scale(1.02);
}

.archive-grid--show-page .episode-wrapper .card.has-image:focus .icon,
.archive-grid--show-page .episode-wrapper .card.has-image:hover .icon {
	fill: rgba(242, 242, 242, 0.5);
}

.archive-grid--shows,
.archive-grid--search {
	margin-bottom: 4rem;
}

.card-wrapper .card--show.passport .card-image-link::after {
	position: absolute;
	bottom: 8px;
	left: 8px;
	width: 30px;
	height: 30px;
	background-image: url("images/passport.svg");
	background-size: contain;
	content: "";
}

@media screen and (min-width: 1000px) {
	.card-wrapper .card--show.passport .card-image-link::after {
		bottom: 10px;
		left: 10px;
		width: 40px;
		height: 40px;
	}
}

.hovermq .card-flip .card-wrapper {
	position: relative;
	overflow: visible;
	-webkit-perspective: 2000;
					perspective: 2000;
	cursor: pointer;
}

.hovermq .card-flip .card-wrapper .card--show {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
					transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.3s ease-in 0s;
	transition: -webkit-transform 0.3s ease-in 0s;
	transition: transform 0.3s ease-in 0s;
	transition: transform 0.3s ease-in 0s, -webkit-transform 0.3s ease-in 0s;
}

.hovermq .card-flip .card-wrapper .card--show:focus, .hovermq .card-flip .card-wrapper .card--show:focus-within {
	outline: thin dotted #888;
	outline-offset: 4px;
}

.hovermq .card-flip .card-wrapper .card--show:not(.clicked).has-image.has-focus, .hovermq .card-flip .card-wrapper .card--show:not(.clicked).has-image.has-hover {
	-webkit-transform: rotateY(180deg);
					transform: rotateY(180deg);
	-webkit-transition: -webkit-transform 0.5s ease-in 0s;
	transition: -webkit-transform 0.5s ease-in 0s;
	transition: transform 0.5s ease-in 0s;
	transition: transform 0.5s ease-in 0s, -webkit-transform 0.5s ease-in 0s;
}

.hovermq .card-flip .card-wrapper .card--show.has-image .card-image-link {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	background: -webkit-gradient(linear, right top, left top, from(#000), to(#222));
	background: linear-gradient(270deg, #000, #222);
	background-color: #0b0b0b;
	background-size: 400% 400%;
	border-radius: 0;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden;
	-webkit-animation: breathing 2s ease 8;
					animation: breathing 2s ease 8;
	-webkit-transform: rotateX(0);
					transform: rotateX(0);
}

@-webkit-keyframes breathing {
	0% {
		background-position: 0% 52%;
	}
	50% {
		background-position: 100% 49%;
	}
	100% {
		background-position: 0% 52%;
	}
}

@keyframes breathing {
	0% {
		background-position: 0% 52%;
	}
	50% {
		background-position: 100% 49%;
	}
	100% {
		background-position: 0% 52%;
	}
}

.hovermq .card-flip .card-wrapper .card--show .card-title--show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	width: 100%;
	height: 100%;
	margin: 0;
	background: linear-gradient(151.57deg, #313541 3.82%, #1b1d24 61.14%);
	border: 1px solid #313541;
	border-radius: 0;
}

.hovermq .card-flip .card-wrapper .card--show .card-title--show a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	width: 100%;
	height: 100%;
	padding: 1rem;
	color: #f2f2f2;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
}

.hovermq .card-flip .card-wrapper .card--show.has-image .card-title--show {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	line-height: 1.6;
	text-align: center;
	background: linear-gradient(151.57deg, #313541 3.82%, #1b1d24 61.14%);
	border-radius: 0;
	-webkit-transform: rotateX(0) rotateY(180deg);
					transform: rotateX(0) rotateY(180deg);
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden;
	cursor: default;
}

.hovermq .card-flip .card-wrapper .card--show.has-image .card-title--show::before {
	position: absolute;
	width: 100%;
	height: 120%;
	margin-top: -20px;
	background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M199.532 1.52588e-05L1.52588e-05 6.53696e-06L6.51651e-06 200L199.532 200L199.532 1.52588e-05ZM188.774 182.893C189.175 182.893 189.643 183.294 189.643 183.762L189.643 191.313C189.643 191.714 189.242 192.182 188.774 192.182L175.743 192.182C175.342 192.182 174.875 191.781 174.875 191.313L174.875 183.762C174.875 183.361 175.276 182.893 175.743 182.893L188.774 182.893ZM188.774 157.902C189.175 157.902 189.643 158.303 189.643 158.77L189.643 166.321C189.643 166.722 189.242 167.19 188.774 167.19L175.743 167.19C175.342 167.19 174.875 166.789 174.875 166.321L174.875 158.77C174.875 158.37 175.276 157.902 175.743 157.902L188.774 157.902ZM188.774 132.843C189.175 132.843 189.643 133.244 189.643 133.712L189.643 141.263C189.643 141.664 189.242 142.132 188.774 142.132L175.743 142.132C175.342 142.132 174.875 141.731 174.875 141.263L174.875 133.645C174.875 133.244 175.276 132.776 175.743 132.776L188.774 132.776L188.774 132.843ZM188.774 107.785C189.175 107.785 189.643 108.186 189.643 108.654L189.643 116.204C189.643 116.605 189.242 117.073 188.774 117.073L175.743 117.073C175.342 117.073 174.875 116.672 174.875 116.204L174.875 108.654C174.875 108.253 175.276 107.785 175.743 107.785L188.774 107.785ZM188.974 82.9268C189.375 82.9268 189.843 83.3278 189.843 83.7955L189.843 91.3465C189.843 91.7474 189.442 92.2152 188.974 92.2152L175.944 92.2152C175.543 92.2152 175.075 91.8142 175.075 91.3465L175.075 83.7955C175.075 83.3946 175.476 82.9268 175.944 82.9268L188.974 82.9268ZM188.974 57.8684C189.375 57.8684 189.843 58.2693 189.843 58.7371L189.843 66.288C189.843 66.689 189.442 67.1567 188.974 67.1567L175.944 67.1567C175.543 67.1567 175.075 66.7558 175.075 66.288L175.075 58.7371C175.075 58.3361 175.476 57.8684 175.944 57.8684L188.974 57.8684ZM188.974 32.8099C189.375 32.8099 189.843 33.2108 189.843 33.6786L189.843 41.2296C189.843 41.6305 189.442 42.0982 188.974 42.0982L175.944 42.0982C175.543 42.0982 175.075 41.6973 175.075 41.2296L175.075 33.6786C175.075 33.2777 175.476 32.8099 175.944 32.8099L188.974 32.8099ZM188.974 7.81826C189.375 7.81826 189.843 8.21919 189.843 8.68695L189.843 16.2379C189.843 16.6388 189.442 17.1066 188.974 17.1066L175.944 17.1066C175.543 17.1066 175.075 16.7057 175.075 16.2379L175.075 8.88742C175.075 8.48648 175.476 8.01873 175.944 8.01873L188.974 7.81826ZM10.6916 17.0398C10.2907 17.0398 9.82295 16.6388 9.82295 16.1711L9.82295 8.82059C9.82295 8.41965 10.2239 7.95189 10.6916 7.95189L23.7889 7.9519C24.1898 7.9519 24.6575 8.35283 24.6575 8.82059L24.6575 16.3715C24.6575 16.7725 24.2566 17.2402 23.7889 17.2402L10.6916 17.0398ZM10.6916 42.0982C10.2907 42.0982 9.82295 41.6973 9.82295 41.2295L9.82295 33.6786C9.82295 33.2777 10.2239 32.8099 10.6916 32.8099L23.7889 32.8099C24.1898 32.8099 24.6575 33.2108 24.6575 33.6786L24.6575 41.2295C24.6575 41.6305 24.2566 42.0982 23.7889 42.0982L10.6916 42.0982ZM10.6916 67.1567C10.2907 67.1567 9.82295 66.7558 9.82295 66.288L9.82295 58.7371C9.82295 58.3361 10.2239 57.8684 10.6916 57.8684L23.7889 57.8684C24.1898 57.8684 24.6575 58.2693 24.6575 58.7371L24.6575 66.288C24.6575 66.6889 24.2566 67.1567 23.7889 67.1567L10.6916 67.1567ZM10.6916 92.2152C10.2907 92.2152 9.82295 91.8142 9.82295 91.3465L9.82295 83.7955C9.82295 83.3946 10.2239 82.9268 10.6916 82.9268L23.7889 82.9268C24.1898 82.9268 24.6575 83.3278 24.6575 83.7955L24.6575 91.3465C24.6575 91.7474 24.2566 92.2152 23.7889 92.2152L10.6916 92.2152ZM10.6916 117.006C10.2907 117.006 9.82295 116.605 9.82295 116.138L9.82295 108.587C9.82295 108.186 10.2239 107.718 10.6916 107.718L23.7889 107.718C24.1898 107.718 24.6575 108.119 24.6575 108.587L24.6575 116.138C24.6575 116.539 24.2566 117.006 23.7889 117.006L10.6916 117.006ZM10.6916 142.065C10.2907 142.065 9.82295 141.664 9.82295 141.196L9.82295 133.645C9.82295 133.244 10.2239 132.776 10.6916 132.776L23.7889 132.776C24.1898 132.776 24.6575 133.177 24.6575 133.645L24.6575 141.196C24.6575 141.597 24.2566 142.065 23.7889 142.065L10.6916 142.065ZM10.6916 167.123C10.2907 167.123 9.82294 166.722 9.82295 166.255L9.82295 158.704C9.82295 158.303 10.2239 157.835 10.6916 157.835L23.7889 157.835C24.1898 157.835 24.6575 158.236 24.6575 158.704L24.6575 166.255C24.6575 166.656 24.2566 167.123 23.7889 167.123L10.6916 167.123ZM10.6916 192.182C10.2907 192.182 9.82294 191.781 9.82294 191.313L9.82294 183.762C9.82294 183.361 10.2239 182.893 10.6916 182.893L23.7889 182.893C24.1898 182.893 24.6575 183.294 24.6575 183.762L24.6575 191.313C24.6575 191.714 24.2566 192.182 23.7889 192.182L10.6916 192.182ZM32.6094 192.583L32.6095 7.35049L166.923 7.3505L166.923 192.583L32.6094 192.583Z' fill='white'/%3E%3C/svg%3E%0A");
	background-repeat: repeat-y;
	background-size: contain;
	opacity: 0.05;
	content: "";
}

.hovermq .card-flip .card-wrapper .card--show.has-image .card-title--show a {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-flow: column nowrap;
					flex-flow: column nowrap;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	width: 100%;
	height: 100%;
	padding: 1rem;
	overflow: hidden;
	color: #f2f2f2;
	font-weight: 300;
	text-decoration: none;
}

.hovermq .card-overlay .card-wrapper {
	position: relative;
	overflow: visible;
	cursor: pointer;
}

.hovermq .card-overlay .card-wrapper .card--show {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hovermq .card-overlay .card-wrapper .card--show:focus, .hovermq .card-overlay .card-wrapper .card--show:focus-within {
	outline: thin dotted #888;
	outline-offset: 4px;
}

.hovermq .card-overlay .card-wrapper .card--show.has-image .card-image-link {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	background: -webkit-gradient(linear, right top, left top, from(#000), to(#222));
	background: linear-gradient(270deg, #000, #222);
	background-color: #0b0b0b;
	background-size: 400% 400%;
	border-radius: 0;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden;
	-webkit-animation: breathing 2s ease 8;
					animation: breathing 2s ease 8;
}

.hovermq .card-overlay .card-wrapper .card--show.has-image .card-image-link img {
	-webkit-transition: -webkit-transform .6s;
	transition: -webkit-transform .6s;
	transition: transform .6s;
	transition: transform .6s, -webkit-transform .6s;
}

@keyframes breathing {
	0% {
		background-position: 0% 52%;
	}
	50% {
		background-position: 100% 49%;
	}
	100% {
		background-position: 0% 52%;
	}
}

.hovermq .card-overlay .card-wrapper .card--show .card-title--show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	width: 100%;
	height: 100%;
	margin: 0;
	background: linear-gradient(151.57deg, #313541 3.82%, #1b1d24 61.14%);
	border: 1px solid #313541;
	border-radius: 0;
}

.hovermq .card-overlay .card-wrapper .card--show .card-title--show a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	width: 100%;
	height: 100%;
	padding: 1rem;
	color: #f2f2f2;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
}

.hovermq .card-overlay .card-wrapper .card--show.has-image .card-title--show {
	border: 0;
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	margin: 0;
	overflow: hidden;
	line-height: 1.6;
	text-align: left;
	background: rgba(0, 0, 0, 0.9);
	border-radius: 0;
	cursor: default;
	z-index: 2;
	-webkit-transform: translateY(100%);
					transform: translateY(100%);
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
}

.hovermq .card-overlay .card-wrapper .card--show.has-image .card-title--show a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-flow: column nowrap;
					flex-flow: column nowrap;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
	width: 100%;
	height: 100%;
	padding: 1rem;
	overflow: hidden;
	color: #f2f2f2;
	font-weight: 300;
	text-decoration: none;
}

.hovermq .card-overlay .card-wrapper .card--show:hover.has-image .card-image-link img {
	-webkit-transform: scale(1.06);
					transform: scale(1.06);
}

.hovermq .card-overlay .card-wrapper .card--show:hover.has-image .card-title--show {
	-webkit-transform: translateY(0);
					transform: translateY(0);
}

.touchevents .card-wrapper {
	position: relative;
	overflow: visible;
}

.touchevents .card-wrapper .card--show {
	position: absolute;
	width: 150px;
	height: 225px;
	-webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
	transition: -webkit-transform 0.3s ease-in-out 0s;
	transition: transform 0.3s ease-in-out 0s;
	transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
	/* stylelint-disable */
	/* stylelint-enable */
}

@media screen and (min-width: 600px) {
	.touchevents .card-wrapper .card--show {
		width: 200px;
		height: 300px;
	}
}

@media screen and (min-width: 1900px) {
	.touchevents .card-wrapper .card--show {
		width: 220px;
		height: 330px;
	}
}

.touchevents .card-wrapper .card--show.has-image .card-image-link {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	border-radius: 0;
}

.touchevents .card-wrapper .card--show .card-title--show {
	display: none;
}

.touchevents .home .card-wrapper {
	position: relative;
	width: 150px;
	height: 225px;
	overflow: visible;
}

.touchevents .home .card-wrapper:last-of-type {
	width: 160px;
	max-width: none;
}

@media screen and (min-width: 600px) {
	.touchevents .home .card-wrapper {
		width: 200px;
		height: 300px;
	}
}

@media screen and (min-width: 1900px) {
	.touchevents .home .card-wrapper {
		width: 220px;
		height: 330px;
	}
}

.touchevents .home .card-wrapper .card--show {
	position: absolute;
	width: 150px;
	height: 225px;
	-webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
	transition: -webkit-transform 0.3s ease-in-out 0s;
	transition: transform 0.3s ease-in-out 0s;
	transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
}

@media screen and (min-width: 600px) {
	.touchevents .home .card-wrapper .card--show {
		width: 200px;
		height: 300px;
	}
}

@media screen and (min-width: 1900px) {
	.touchevents .home .card-wrapper .card--show {
		width: 220px;
		height: 330px;
	}
}

.touchevents .home .card-wrapper .card--show.has-image .card-image-link {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	border-radius: 0;
}

.touchevents .home .card-wrapper .card--show .card-title--show {
	display: none;
}

.search-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-flow: row wrap;
					flex-flow: row wrap;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	width: 100%;
	margin: auto;
	text-align: center;
}

@media screen and (min-width: 1000px) {
	.search-panel {
		max-width: 800px;
	}
}

@media screen and (min-width: 1400px) {
	.search-panel {
		max-width: 960px;
	}
}

.search-panel .facetwp-overlay {
	background-color: rgba(20, 20, 20, 0.95);
}

.search-panel .facetwp-counter {
	display: none;
}

.search-panel input[type="text"] {
	width: 100%;
	min-width: 320px;
	max-width: 600px;
	padding-right: 25px;
	color: #f2f2f2;
	font-size: 1.8rem;
	text-align: center;
	background: #141414;
	border: none;
	border-bottom: 1px solid #f2f2f2;
}

.search-panel .facetwp-facet-genre {
	width: 100%;
}

.search-panel .facetwp-facet-genre .facetwp-checkbox,
.search-panel .facetwp-facet-genre .facetwp-radio {
	display: inline-block;
	padding: 0 10px;
	color: #777;
	font-size: 2rem;
	text-transform: uppercase;
	background-image: none;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.search-panel .facetwp-facet-genre .facetwp-checkbox.checked,
.search-panel .facetwp-facet-genre .facetwp-radio.checked {
	color: #f2f2f2;
}

.search-panel .facetwp-facet-genre .facetwp-checkbox:hover,
.search-panel .facetwp-facet-genre .facetwp-radio:hover {
	color: #f2f2f2;
	-webkit-transform: scale(1.05);
					transform: scale(1.05);
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}

.search-overlay-container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-flow: row wrap;
					flex-flow: row wrap;
	width: 100%;
	height: auto;
	min-height: 100vh;
	overflow: visible;
}

.search-overlay-container iframe,
.search-overlay-container .site-main.js-search-placeholder {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 0;
	background-color: rgba(20, 20, 20, 0.95);
	border: none;
}

.search-overlay-container .site-main.js-search-placeholder {
	padding-top: 10vh;
}

.search-overlay-container .js-close-search {
	position: absolute;
	top: 20px;
	right: 64px;
	z-index: 2;
	font-size: 60px;
	cursor: pointer;
	opacity: 0.7;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.search-overlay-container .js-close-search:hover {
	color: #b81616;
	opacity: 1;
}

.search-container .facetwp-search-wrap {
	position: relative;
}

.search-container .facetwp-search-wrap .facetwp-btn {
	position: absolute;
	top: 3px;
	right: 0;
}

.search-container .facetwp-search-wrap .facetwp-btn::before {
	display: none !important;
}

.search-container .facetwp-search-wrap .facetwp-btn::after {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-search' viewBox='0 0 24 24' style='fill:white;fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;' width='100%25' height='100%25'%3E%3Crect x='0' y='0' width='24' height='24' style='fill:none;'%3E%3C/rect%3E%3Cpath d='M17.132,15.188l-1.02,0l-0.361,-0.349c1.548,-1.805 2.348,-4.269 1.91,-6.887c-0.607,-3.585 -3.601,-6.448 -7.214,-6.887c-5.459,-0.67 -10.053,3.921 -9.382,9.376c0.439,3.612 3.304,6.604 6.891,7.21c2.62,0.438 5.085,-0.361 6.891,-1.909l0.349,0.361l0,1.019l5.484,5.481c0.529,0.529 1.394,0.529 1.923,0c0.529,-0.528 0.529,-1.392 0,-1.921l-5.471,-5.494Zm-7.743,0c-3.213,0 -5.807,-2.593 -5.807,-5.804c0,-3.211 2.594,-5.804 5.807,-5.804c3.213,0 5.807,2.593 5.807,5.804c0,3.211 -2.594,5.804 -5.807,5.804Z' style='fill-rule:nonzero;'%3E%3C/path%3E%3C/svg%3E") !important;
	background-size: 20px 20px;
	opacity: 0.5;
	content: "";
}

.video-container {
	position: relative;
	max-width: 160vh;
	margin: 0 auto;
	width: 100%;
}

@media screen and (min-width: 600px) {
	.video-container {
		width: calc(100% - 120px);
	}
}

.video-container .primary-video {
	max-width: none;
	margin: auto;
}

.video-container .primary-video.has-partner-player {
	width: 100%;
	height: 0;
	padding: 0 0 56.25% 0;
	/* maintain 16:9 aspect ratio; @see https://stackoverflow.com/questions/1495407/maintain-the-aspect-ratio-of-a-div-with-css */
	background: -webkit-gradient(linear, right top, left top, from(#000), to(#222));
	background: linear-gradient(270deg, #000, #222);
	background-color: #0b0b0b;
	background-size: 400% 400%;
	-webkit-animation: breathing 3s ease 8;
					animation: breathing 3s ease 8;
}

@keyframes breathing {
	0% {
		background-position: 0% 52%;
	}
	50% {
		background-position: 100% 49%;
	}
	100% {
		background-position: 0% 52%;
	}
}

.single-pba_show {
	font-family: "Nunito Sans", "sans-serif";
}

.single-pba_show .show__white-logo {
	max-width: 340px;
	margin-bottom: 1em;
}

.single-pba_show .show__overview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-flow: row wrap;
					flex-flow: row wrap;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	padding-right: 2em;
	padding-left: 2em;
}

@media screen and (min-width: 1400px) {
	.single-pba_show .show__overview {
		padding-right: 0;
		padding-left: 0;
	}
}

.single-pba_show .episode__show-title p {
	margin-bottom: 0;
	font-weight: 600;
	font-family: "Nunito Sans", "sans-serif";
	text-transform: uppercase;
}

.single-pba_show .show__title {
	margin-bottom: 0;
	font-weight: 600;
	font-family: "Nunito Sans", "sans-serif";
	text-transform: uppercase;
}

.single-pba_show .show__details {
	margin-bottom: 36px;
}

.single-pba_show section.season .season__name {
	cursor: pointer;
}

.single-pba_show section.season .episode-list {
	display: none;
}

.single-pba_show section.season.is-expanded .episode-list {
	display: grid;
}

.single-pba_show .button--load-more {
	color: #eee;
	text-align: center;
	background-color: #777;
	border: 1px solid #aaa;
	border-radius: 3px;
	cursor: pointer;
}

.single-pba_show .episode__details {
	width: 100%;
}

@media screen and (min-width: 1000px) {
	.single-pba_show .episode__details {
		width: 50%;
	}
}

.single-pba_show .ad__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	width: 100%;
}

@media screen and (min-width: 1000px) {
	.single-pba_show .ad__container {
		width: 50%;
	}
}

.single-pba_show .ad__container .ad {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	width: 300px;
	height: 300px;
	background-color: #165ca1;
}

.single-pba_show .show__overview-overlay {
	display: none;
	position: absolute;
	bottom: 0;
	z-index: 2;
	margin: 70px 30px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	pointer-events: none;
	font-size: 0.6em;
}

@media screen and (min-width: 600px) {
	.single-pba_show .show__overview-overlay {
		font-size: 1em;
	}
}

.single-pba_show .show__overview-overlay .show__title {
	margin-bottom: 0;
	font-size: 1.5em;
	line-height: 1.1;
	text-transform: none;
}

.single-pba_show .show__overview-overlay .episode__title {
	margin-top: 0.2em;
	font-size: 0.9em;
}

.single-pba_show .show__overview-overlay .episode__specs {
	font-size: 0.8em;
}

@media screen and (min-width: 1000px) {
	.single-pba_show .show__overview-overlay .episode__details {
		width: 100%;
	}
}

.single-pba_show .episode__ordinal-label {
	font-weight: 300;
}

.single-pba_show .episode__ordinal-label .season-num,
.single-pba_show .episode__ordinal-label .episode-num {
	font-weight: 600;
}

.single-pba_show .episode__ordinal-label.is-compact .season-num,
.single-pba_show .episode__ordinal-label.is-compact .episode-num {
	font-weight: 300;
}

.single-pba_show .episode__ordinal-label.is-compact .season-num {
	margin-right: 5px;
}

.single-pba_show .episode__title {
	margin-bottom: 12px;
	font-size: 2.4rem;
}

.single-pba_show .episode__content-body {
	font-weight: 300;
	line-height: 1.3;
	pointer-events: initial;
}

.single-pba_show .episode__content-body__summary {
	cursor: pointer;
}

.single-pba_show .episode__content-body__fulltext {
	display: none;
}

.single-pba_show .episode__content-body p:first-of-type {
	margin-top: 0;
}

.single-pba_show .season-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-flow: row wrap;
					flex-flow: row wrap;
	-webkit-box-pack: start;
			-ms-flex-pack: start;
					justify-content: flex-start;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}

.single-pba_show .season-links h3 {
	width: 100%;
	font-size: 1.6rem;
}

.single-pba_show .season-links .season-link {
	margin: 0 20px 0 0;
	color: rgba(242, 242, 242, 0.5);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.single-pba_show .season-links .season-link:focus, .single-pba_show .season-links .season-link:hover {
	color: #f2f2f2;
	border-bottom-color: #f2f2f2;
}

.full-episodes {
	margin: 80px auto;
	padding: 0 5vw;
}

@media screen and (min-width: 600px) {
	.full-episodes {
		margin: 130px auto;
	}
}

.full-episodes .pagination {
	margin-top: 150px;
}

.pagination .fwp-load-more,
.pagination .load-more-episodes {
	position: relative;
	width: auto;
	height: 56px;
	margin: 1rem auto;
	padding: 0.75em 3em;
	color: #fff;
	font-size: 2rem;
	text-decoration: none;
	background: #434242;
	border: 0;
	border-radius: 5px;
}

.pagination .fwp-load-more .loading-icon,
.pagination .load-more-episodes .loading-icon {
	position: absolute;
	top: 25%;
	right: 15px;
	width: 30px;
	height: 30px;
	border: 4px solid rgba(255, 255, 255, 0.1);
	border-left-color: #009ba2;
	border-radius: 50%;
	visibility: hidden;
	opacity: 0;
}

.pagination .fwp-load-more.loading .loading-icon,
.pagination .load-more-episodes.loading .loading-icon {
	visibility: visible;
	opacity: 1;
	-webkit-animation: spin 1s linear infinite;
					animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
						transform: rotate(360deg);
	}
}

@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
						transform: rotate(360deg);
	}
}

.facetwp-facet-season select {
	padding: 5px;
	color: #f2f2f2;
	font-size: 2.2rem;
	text-align: center;
	background-color: #141414;
	border: 1px solid #777;
}

.facetwp-facet-season select option:first-child {
	/**
		 * Do not show option for "ALL"
		 */
	display: none;
}

.show-sidebar-trigger {
	padding: 0.8em 1em;
	background-color: #000;
	position: relative;
}

@media screen and (min-width: 600px) {
	.show-sidebar-trigger {
		display: none;
	}
}

.show-sidebar-trigger h2 {
	padding: 0;
	margin: 0;
	font-size: 1em;
}

.show-sidebar-trigger a {
	color: #fff;
	background-color: transparent;
	display: block;
	text-decoration: none;
	padding: 0.5em;
	position: absolute;
	top: 50%;
	right: .5em;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}

.show-sidebar-trigger svg {
	width: 1em;
	height: 1em;
	fill: #fff;
	display: inline-block;
}

.show-sidebar-trigger svg path {
	fill: #999;
}

.show-sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 11;
	width: 390px;
	max-width: calc(100% - 75px);
	padding: 0 2em;
	font-size: 1.6rem;
	background-color: #2e2e2e;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
					box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
	-webkit-transform: translateX(-100%);
					transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}

.show-sidebar .trigger {
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
	padding-top: 180px;
}

.show-sidebar .trigger svg {
	width: 30px;
	height: 30px;
}

.show-sidebar .trigger svg path {
	fill: #999;
}

.show-sidebar .trigger .closed-state {
	height: 220px;
}

@media screen and (max-width: 600px) {
	.show-sidebar .trigger .closed-state {
		display: none !important;
	}
}

.show-sidebar .trigger .open-state,
.show-sidebar .trigger .closed-state {
	padding: 1em .5em;
	background-color: #2e2e2e;
	border-radius: 0 15px 15px 0;
	cursor: pointer;
}

@media screen and (min-width: 600px) {
	.show-sidebar .trigger .open-state,
	.show-sidebar .trigger .closed-state {
		padding: 1em;
	}
}

.show-sidebar .trigger .vertical-text {
	float: left;
	width: 32px;
	font-size: 1.3em;
	line-height: 1.3em;
	white-space: nowrap;
	-webkit-transform: rotate(90deg) translate(-20px, 0);
					transform: rotate(90deg) translate(-20px, 0);
	-webkit-transform-origin: left bottom 0;
					transform-origin: left bottom 0;
}

.show-sidebar .trigger .open-state {
	display: none;
	color: #999;
	font-weight: bolder;
	font-size: 26px;
}

.show-sidebar:focus-within, .show-sidebar.open {
	-webkit-transform: translateX(0);
					transform: translateX(0);
}

.show-sidebar:focus-within .open-state, .show-sidebar.open .open-state {
	display: block;
}

.show-sidebar:focus-within .closed-state, .show-sidebar.open .closed-state {
	display: none;
}

.show-sidebar--inner {
	max-height: 100%;
	padding-top: 180px;
	padding-bottom: 100px;
	overflow: auto;
}

.show-sidebar .show-description {
	font-size: 1em;
	line-height: 1.4;
}

.show-sidebar .anchor-links .section-link {
	display: block;
	margin-top: 1em;
	font-size: 1.3em;
}

.show-sidebar .anchor-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.show-sidebar .anchor-links ul li a {
	display: inline-block;
	margin-left: 1em;
	padding: 0.4em 0;
	border-bottom: 1px solid #ccc;
}

.show-sidebar .anchor-links ul li:last-child a {
	border-bottom: 0;
}

.show-sidebar .anchor-links a {
	text-decoration: none;
}

.show-sidebar .scriptlesssocialsharing {
	-webkit-box-pack: start;
			-ms-flex-pack: start;
					justify-content: flex-start;
}

span.middot {
	display: inline-block;
	width: 0.3em;
	height: 0.3em;
	margin: -0.15em 0.4em 0;
	font-size: 1em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 0.3em;
	vertical-align: middle;
	background-color: currentColor;
	border-radius: 50%;
	content: "\00b7";
}

.js-tabs {
	background-color: #141414;
}

.invisible {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

.js-tablist,
.tabs__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-flow: row wrap;
					flex-flow: row wrap;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: start;
			-ms-flex-align: start;
					align-items: flex-start;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #413f3f;
}

.js-tablist__item,
.tabs__item {
	display: inline-block;
	margin: 0 0.25em;
}

@media screen and (min-width: 1000px) {
	.js-tablist__item,
	.tabs__item {
		margin-right: 1em;
		margin-left: 1em;
	}
}

.js-tablist__link,
.tabs__link {
	display: inline-block;
	margin-top: 30px;
	padding: 0.25em;
	color: #413f3f;
	text-transform: uppercase;
	background: #0d0d0d;
	border: 1px solid #413f3f;
	border-bottom: none;
	cursor: pointer;
}

@media screen and (min-width: 600px) {
	.js-tablist__link,
	.tabs__link {
		padding: 0.5em 1em;
	}
}

@media screen and (min-width: 1000px) {
	.js-tablist__link,
	.tabs__link {
		padding: 0.75em 1.5em;
	}
}

[aria-selected="true"].tabs__link {
	color: #f2f2f2;
}

.tabs__content {
	padding: 1em;
	color: #f2f2f2;
	background: #0d0d0d;
}

@media screen and (min-width: 1000px) {
	.tabs__content {
		min-height: 600px;
	}
}

[aria-hidden="true"].tabs__content {
	display: none;
}

.support-menu-container {
	position: relative;
	display: none;
	font-size: 1.6rem;
	background-color: #3b3b3b;
}

.support-menu-container .btn-close {
	position: absolute;
	top: 0;
	right: 30px;
	padding: 10px;
	color: #f2f2f2;
	font-size: 2rem;
	text-align: center;
	background: transparent;
	cursor: pointer;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.support-menu-container .btn-close:hover {
	color: #b81616;
}

.support-menu-container .support-menu {
	position: relative;
	display: grid;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: stretch;
			-ms-flex-align: stretch;
					align-items: stretch;
	width: 100%;
	max-width: 599px;
	margin: 0;
	padding: 0 10px;
	overflow: hidden;
	grid-template-columns: 1fr;
	grid-gap: 36px;
}

@media screen and (min-width: 600px) {
	.support-menu-container .support-menu {
		max-width: 999px;
	}
}

@media screen and (min-width: 1000px) {
	.support-menu-container .support-menu {
		max-width: 1399px;
		grid-template-columns: 3fr 2fr;
	}
}

@media screen and (min-width: 1400px) {
	.support-menu-container .support-menu {
		max-width: 1899px;
	}
}

@media screen and (min-width: 1900px) {
	.support-menu-container .support-menu {
		max-width: 2499px;
	}
}

@media screen and (min-width: 2500px) {
	.support-menu-container .support-menu {
		max-width: 100%;
	}
}

.support-menu-container .support-menu .support-menu__visual-submenu {
	display: grid;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: stretch;
			-ms-flex-align: stretch;
					align-items: stretch;
	margin: auto 0;
	padding: 36px 0;
	grid-template-columns: repeat(auto-fit, 185px);
	grid-gap: 26px;
}

.support-menu-container .support-menu .support-menu__visual-submenu .support-menu-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-flow: column wrap;
					flex-flow: column wrap;
	-webkit-box-pack: start;
			-ms-flex-pack: start;
					justify-content: flex-start;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	min-height: 200px;
}

.support-menu-container .support-menu .support-menu__visual-submenu .support-menu-item .menu-item-link--support {
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.1em;
	-webkit-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
	padding: 0.5em;
	background-color: transparent;
	height: 100%;
	border-radius: 0.5em;
	border: 1px solid transparent;
}

.support-menu-container .support-menu .support-menu__visual-submenu .support-menu-item .menu-item-link--support:hover {
	background-color: rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.15);
	color: #ddd;
}

.support-menu-container .support-menu .support-menu__visual-submenu .support-menu-item img {
	max-width: 100px;
	margin: 0 auto;
	margin-bottom: 24px;
}

.support-menu-container .support-menu .support-menu__textual-submenu {
	display: grid;
	padding: 36px 0;
	border-left: 2px groove rgba(0, 0, 0, 0.2);
	grid-template-columns: 1fr;
}

.support-menu-container .support-menu .support-menu__textual-submenu ul {
	display: grid;
	width: 85%;
	margin: 0;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(auto-fill, 40px);
	grid-gap: 12px;
}

@media screen and (min-width: 600px) {
	.support-menu-container .support-menu .support-menu__textual-submenu ul {
		grid-template-columns: 1fr 1fr;
	}
}

.support-menu-container .support-menu .support-menu__textual-submenu .support-menu-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-flow: column wrap;
					flex-flow: column wrap;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: start;
			-ms-flex-align: start;
					align-items: flex-start;
	padding: 0 0 12px;
	border-bottom: 2px groove rgba(0, 0, 0, 0.2);
}

.support-menu-container .support-menu .support-menu__textual-submenu .support-menu-item.empty {
	display: none;
}

@media screen and (min-width: 600px) {
	.support-menu-container .support-menu .support-menu__textual-submenu .support-menu-item.empty {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.support-menu-container .support-menu .support-menu__textual-submenu .support-menu-item a {
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
	font-weight: 700;
}

/* Advertisements */
.advert {
	padding-bottom: 0;
	margin: 20px 0;
	text-align: center;
	display: inline-block;
}

@media screen and (min-width: 1000px) {
	.advert {
		margin: 20px 10px;
	}
}

.advert-block {
	padding-bottom: 60px;
	width: 100%;
}

.ad__caption {
	text-align: center;
	text-transform: uppercase;
	color: #707070;
	margin-top: 1rem;
	font-size: 1.8rem;
}

.single-post .entry-content .advert-block {
	display: block;
	float: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	clear: right;
	margin-top: 1rem;
	position: relative;
	margin-bottom: 1rem;
}

@media screen and (min-width: 1000px) {
	.single-post .entry-content .advert-block {
		float: right;
		margin-left: 2rem;
		display: inline;
		margin-right: -26%;
	}
}

.story.advert-block {
	height: 280px;
}

.advert-block:not(.with-ad),
.advert-block.with-no-ad {
	display: none !important;
}

.advert-block.no-more-ads {
	display: none;
}

.advert[data-is-empty="1"] {
	display: none;
	padding-bottom: 0 !important;
}

.story.advert-block img {
	max-width: 100%;
	width: auto;
}

.stories-ad-tempholder {
	display: none;
}

.aside--secondary .advert {
	display: inline-block;
	text-align: right;
	margin-left: 0;
	margin-right: 0;
}

@media only screen and (min-width: 640px) {
	.story.advert-block {
		display: none;
	}
}

body.archive .entry-list .advert-block {
	margin-top: 2rem;
	padding-top: 2rem;
	padding-bottom: 0;
}

.advert--header.lead-ad {
	display: none;
}

@media screen and (min-width: 1000px) {
	.advert--header.lead-ad {
		display: inline-block;
	}
	.advert--header.mobile-ad {
		display: none;
	}
}

/* Main navigation effects */
.primary-menu-container {
	/* Box effect */
	/* left and right line */
	/* left line */
	/* right line */
	/* top and bottom line */
	/* top line */
	/* bottom line */
	/* Delays (first reverse, then current) */
	/* These rules can be simplified, but let's keep it for better readability */
	/* bottom line */
	/* left line */
	/* top line */
	/* right line */
}

.primary-menu-container .menu .menu-item {
	position: relative;
}

.primary-menu-container .menu a {
	position: relative;
	text-align: center;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.primary-menu-container .menu a:hover,
.primary-menu-container .menu a:focus {
	color: #009ba2;
	outline: none;
}

.primary-menu-container .menu .current-menu-item a {
	color: #009ba2;
}

.primary-menu-container .menu .menu-item:focus-within .icon,
.primary-menu-container .menu .menu-item:hover .icon {
	fill: #009ba2;
}

.primary-menu-container .menu .menu-item:focus a,
.primary-menu-container .menu .menu-item:hover a {
	color: #009ba2;
}

.primary-menu-container .menu .menu-item::before,
.primary-menu-container .menu .menu-item::after,
.primary-menu-container .menu a::before,
.primary-menu-container .menu a::after {
	content: "";
	position: absolute;
	background: #009ba2;
	-webkit-transition: -webkit-transform 0.1s;
	transition: -webkit-transform 0.1s;
	transition: transform 0.1s;
	transition: transform 0.1s, -webkit-transform 0.1s;
	-webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
					transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

.primary-menu-container .menu .menu-item::before,
.primary-menu-container .menu .menu-item::after {
	top: 0;
	width: 2px;
	height: 100%;
	-webkit-transform: scale3d(1, 0, 1);
					transform: scale3d(1, 0, 1);
}

.primary-menu-container .menu .menu-item::before {
	left: 0;
	-webkit-transform-origin: 50% 100%;
					transform-origin: 50% 100%;
	-webkit-transition-delay: 0.2s;
					transition-delay: 0.2s;
}

.primary-menu-container .menu .menu-item::after {
	right: 0;
	-webkit-transform-origin: 50% 0%;
					transform-origin: 50% 0%;
}

.primary-menu-container .menu a::before,
.primary-menu-container .menu a::after {
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scale3d(0, 1, 1);
					transform: scale3d(0, 1, 1);
}

.primary-menu-container .menu a::before {
	top: 0;
	-webkit-transform-origin: 0 50%;
					transform-origin: 0 50%;
}

.primary-menu-container .menu a::after {
	bottom: 0;
	-webkit-transform-origin: 100% 50%;
					transform-origin: 100% 50%;
}

.primary-menu-container .menu .menu-item a::after {
	-webkit-transition-delay: 0.3s;
					transition-delay: 0.3s;
}

.primary-menu-container .menu .menu-item:focus-within a::after,
.primary-menu-container .menu .menu-item:hover a::after {
	-webkit-transition-delay: 0.3s;
					transition-delay: 0.3s;
}

.primary-menu-container .menu .menu-item:focus-within::before,
.primary-menu-container .menu .menu-item:hover::before {
	-webkit-transition-delay: 0.4s;
					transition-delay: 0.4s;
}

.primary-menu-container .menu .menu-item a::before {
	-webkit-transition-delay: 0.1s;
					transition-delay: 0.1s;
}

.primary-menu-container .menu .menu-item:focus-within a::before,
.primary-menu-container .menu .menu-item:hover a::before {
	-webkit-transition-delay: 0.5s;
					transition-delay: 0.5s;
}

.primary-menu-container .menu .menu-item:focus-within::after,
.primary-menu-container .menu .menu-item:hover::after {
	-webkit-transition-delay: 0.6s;
					transition-delay: 0.6s;
}

.primary-menu-container .menu .menu-item:focus-within::before,
.primary-menu-container .menu .menu-item:focus-within::after,
.primary-menu-container .menu .menu-item:focus-within a::before,
.primary-menu-container .menu .menu-item:focus-within a::after,
.primary-menu-container .menu .menu-item:hover::before,
.primary-menu-container .menu .menu-item:hover::after,
.primary-menu-container .menu .menu-item:hover a::before,
.primary-menu-container .menu .menu-item:hover a::after {
	-webkit-transform: scale3d(1, 1, 1);
					transform: scale3d(1, 1, 1);
}

/* Footer navigation effects */
.site-footer .footer-menu-container {
	/* Hover and Focus effect */
}

.site-footer .footer-menu-container .menu .menu-item a {
	position: relative;
	padding: 0.5em 0;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.site-footer .footer-menu-container .menu-item a:focus {
	outline: none;
}

.site-footer .footer-menu-container .menu .current-menu-item a,
.site-footer .footer-menu-container .menu a:hover,
.site-footer .footer-menu-container .menu a:focus {
	color: #009ba2;
}

.site-footer .footer-menu-container .menu .menu-item a:focus,
.site-footer .footer-menu-container .menu .menu-item:hover a {
	color: #009ba2;
}

.site-footer .footer-menu-container .menu .menu-item a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #009ba2;
	-webkit-transform: scale3d(0, 1, 1);
					transform: scale3d(0, 1, 1);
	-webkit-transition: -webkit-transform 0.1s;
	transition: -webkit-transform 0.1s;
	transition: transform 0.1s;
	transition: transform 0.1s, -webkit-transform 0.1s;
}

.site-footer .footer-menu-container .menu .menu-item a:focus::before,
.site-footer .footer-menu-container .menu .menu-item:hover a::before {
	-webkit-transform: scale3d(1, 1, 1);
					transform: scale3d(1, 1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
					transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 0.3s;
					transition-duration: 0.3s;
}

.scriptlesssocialsharing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-flow: row wrap;
					flex-flow: row wrap;
	-webkit-box-pack: end;
			-ms-flex-pack: end;
					justify-content: flex-end;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	margin: 18px auto;
}

.scriptlesssocialsharing h3 {
	margin-right: 12px;
	font-size: 1.4rem;
}

.scriptlesssocialsharing-buttons {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: auto;
}

.scriptlesssocialsharing-buttons .button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	width: 30px;
	height: 30px;
	padding: 0;
	border-spacing: 3px;
}

.scriptlesssocialsharing-buttons .button svg {
	width: 20px;
	height: 20px;
	fill: rgba(242, 242, 242, 0.5);
}

.scriptlesssocialsharing-buttons .button:hover,
.scriptlesssocialsharing-buttons .button:focus {
	background-color: #009ba2;
}

.scriptlesssocialsharing-buttons .button:hover svg,
.scriptlesssocialsharing-buttons .button:focus svg {
	fill: #f2f2f2;
}

.scriptlesssocialsharing-buttons .button:focus {
	outline: none;
}

.scriptlesssocialsharing-buttons a.button {
	color: #f2f2f2;
	text-align: center;
	text-decoration: none;
	border: none;
	border-radius: 0;
}

.scriptlesssocialsharing-buttons .sss-name {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
}

@media print {
	.scriptlesssocialsharing {
		display: none;
	}
}

.text-align--center {
	text-align: center;
}

.text-align--left {
	text-align: left;
}

.text-align--right {
	text-align: right;
}

.background--schedule {
	background-color: #0c0c0c;
}

/*# sourceMappingURL=style.css.map */
