/* Global Resets, and Styles */
.forumPost br, .tl-article br {
	display: none;
}

.screen-reader-text {
	position: absolute;
	height: 0;
	width: 0;
	clip: rect(0 0 0 0);
	overflow: hidden;
	border: 0;
}

.tl-article {
	font-size: 16px;
	background-color: #031422;
	color: #ffffff;
	line-height: 1.4;
}

.tl-article section {
	padding: 3em;
}

@media screen and (max-width: 599px) {
	.tl-article section {
		padding: 1.5em;
	}
}

.tl-article figure {
	margin: 0 auto;
}

.tl-article h2, .tl-article h3 {
	font-family: kaneda-gothic, sans-serif;
	font-size: 3em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin: 0;
	line-height: 1;
}

.tl-article p, .tl-article span, .tl-article a {
	font-family: sans-serif;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}

.tl-article p {
	margin: 1.5em 0;
}

.tl-article img {
	width: 100%;
}

.tl-article .caption{
	font-size: .85em;
	font-style: italic;
	text-align: center;
}


.tl-article .inter-q{
	font-weight: 700;
}

.tl-article .inter-a{
	margin: 0 0 0 2em;
}


.tl-article .sponsors {
	display: inline-flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	padding: 2em;
	/* rip tl v2 css */
	height: auto;
	width: auto
}

.tl-article .sponsors .sponsor {
	margin: 1.575em;
}

.tl-article .sponsors img {
	width: auto;
	max-height: 3.75em;
}

.tl-article .quotation {
	font-size: 1.3125em;
	font-weight: 300;
	font-style: italic;
	margin: 1em;
}

.tl-article .credits {
	margin-top: 50px;
}

.tl-article .credits p{
	font-size: .9em;
	text-align: center;
}

.tl-article .credits br {
	display: initial;
}

.tl-article .twitter-tweet {
	margin: 0 auto !important;
}

.tl-article .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 2em 0;
}

.tl-article .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.tl-article .centered {
	display: flex;
	justify-content: center;
}

/* Liquid+ Button */
.tl-article [class^="lqp-button"], [class*=" lqp-button"] {
	display: inline-flex;
	align-items: center;
	border-radius: 1.714rem;
	padding: 0 2.25rem;
	line-height: 1.714;
	height: 3.428rem;
	color: #ffffff !important;
	text-decoration: none;
	margin: 2.25rem 0;
}

.tl-article .lqp-button {
	background: linear-gradient(90deg, #009DFE 0%, #007BC7 100%);
}

.tl-article [class^="lqp-button"]:hover, [class*=" lqp-button"]:hover {
	text-decoration: none !important;
}

.tl-article .lqp-button:hover {
	background: #009dfe;
}

.tl-article .lqp-button-alt {
	background: none;
	border: 0.0625rem solid rgba(255,255,255,0.32);
}

.tl-article .lqp-button-alt:hover {
	border: 0.0625rem solid rgba(255,255,255, 0.44);
}