/* FONTS — self-hosted Lato v25 (latin-ext + latin) */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('/assets/fonts/lato-400-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('/assets/fonts/lato-400.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('/assets/fonts/lato-700-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('/assets/fonts/lato-700.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* RESETS */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}

a {
	color: rgb(200, 200, 200);
	text-decoration: none;
}

a:hover {
	color: #DA6E1D;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	font-size: 1em;
}

.grid .unit {
	padding: 0;
}

.grid .unit:first-child {
	padding-left: 0;
}

.grid .unit:last-child {
	padding-right: 0;
}

small {
	font-size: 0.7em;
}

body {
	font-weight: 300;
	font-size: 1em;
	color: white;
}

a.button {
	display: inline-block;
	background: black;
	color: white !important;
	text-align: center;
	padding: 1em;
	text-decoration: none !important;
	transition: background-color 0.15s linear;
}

a.button:hover {
	background-color: #FB7A19;
}

a.button:active {
	background-color: #DA6E1D;
}

a.button.fullWidth {
	width: 100%;
}

/* Base */

body {
	background: #1B1B1B;
	min-width: 280px;
}

.container {
	max-width: 80rem;
	margin: 0 auto;
	display: block;
	min-height: 100vh;
	padding: 2em;
}

/* Forms */

input[type="text"] {
	display: block;
	width: 100%;
	padding: 1em;
	font-size: 0.8em;
	outline: 0;
	border: 2px solid transparent;
}

input[type="text"]:active,
input[type="text"]:focus {
	border-color: #FB7A19;
}

/* Header */

header.grid>.unit:first-child {
	padding-left: 0;
}

header .logo {
	display: flex;
}

header .logo img {
	height: 4.75em;
	margin-right: 1.5em;
	-webkit-transform: translate3d(0, 0, 0);
}

header .logo:hover img {
	filter: brightness(110%);
}

header a:hover {
	color: white !important;
}

header h1 {
	font-size: 1.4em;
	font-weight: 400;
	margin-bottom: 0.25em;
	padding-right: 1em;
}

header h1 sup {
	padding-left: 0.1em;
}

header h2 {
	color: #676767;
	font-weight: 300;
	line-height: 1.25;
}

header ul.nav {
	display: flex;
}

header ul.nav a {
	list-style-type: none;
	flex: 1;
	background-color: black;
	text-align: center;
	padding: 1em;
	border: 1.5px solid #1B1B1B;
	cursor: pointer;
	transition: background-color 0.25s linear;
	font-weight: 400;
}

header ul.nav a:hover {
	background: #FB7A19;
	transition: background-color 0.25s linear;
	color: black;
}

header ul.nav a:focus,
header ul.nav a:active,
header ul.nav a.active {
	background: #DA6E1D;
}

header {
	margin-bottom: 1.5em;
	display: block;
}

header .break-helper {
	display: inline-block;
	white-space: pre;
}

/* Grids */

.grid {
	word-break: break-word;
	hyphens: auto;
	-webkit-hyphens: auto;
}

ul.grid-trio li.unit {
	list-style-type: none;
	position: relative;
	padding: 0 0.5em;
}

ul.grid-trio li.unit a {
	border: black solid 4px;
}

ul.grid-trio li.unit.pinned a {
	border: #e98e35 solid 4px;
}

ul.grid-trio li.unit.highlighted a {
	border: #e98e35 solid 4px;
}

ul.grid-trio li.unit:first-child,
ul.grid-trio li.unit:last-child {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

ul.grid-trio li.unit:nth-child(3n) {
	padding-left: 1em;
	padding-right: 0;
}

ul.grid-trio li.unit:nth-child(3n + 1) {
	padding-right: 1em;
	padding-left: 0;
	clear: both;
}

ul.grid-trio li a {
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 1.5em;
}

ul.grid-trio li.unit div.meta {
	background-color: black;
	padding: 0.5em;
	font-weight: 200;
	font-size: 1em;
}

ul.grid-trio li.unit div.meta div.title {
	font-weight: 600;
	text-transform: uppercase;
}

ul.grid-trio li.unit div.meta div.subtitle {
	margin-top: 0.5em;
}

h1.gridTitle {
	margin-bottom: 1em;
	font-size: 1.5em;
}

ul.grid-trio li.unit div.gridImg {
	padding-bottom: 100%;
	background: #262626;
	height: 0;
	position: relative;
}

ul.grid-trio li.unit div.gridImg img {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}

/* Footer */

div.copyright {
	margin: 1.5em 0 0 0;
	color: #676767;
	text-align: right;
}

div.copyright a {
	color: #676767;
}

div.copyright a:hover {
	color: #DA6E1D;
}

footer {
	background: #242424;
	width: 100vw;
	position: fixed;
	bottom: 0;
	padding: 0.5em;
	color: white;
	z-index: 9999999;
}

html.no-js footer {
	display: none !important;
}

footer .details img {
	height: 3em;
	float: left;
	display: block;
}

footer .copy {
	float: left;
	padding-left: 1em;
	padding-top: 0.6em;
	font-size: 0.8em;
}

footer .details {
	padding-top: 2px;
	padding-left: 2px !important;
}

footer .plyr {
	padding-right: 8px;
	align-items: inherit !important;
}

footer .copy .thumb {
	color: #FF6A00;
}

.plyr--audio .plyr__controls {
	background: transparent;
	border: none;
}

.plyr--audio .plyr__control:hover {
	background: #FF6A00;
}

.plyr__progress input[type=range] {
	color: #FF6A00;
}

.plyr__volume input[type=range] {
	color: #FF6A00;
}

#audioPlayer {
	display: none;
}

/* Content Page Left */

.content-page>li {
	list-style: none;
}

.content-page .left-panel div.box {
	padding-bottom: 100%;
	background: #262626;
	height: 0;
	position: relative;
}

.content-page .left-panel img {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}

.content-page .left-panel .subtitle {
	font-size: 1.25rem;
	margin: 1em 0;
	color: white;
	line-height: 1.25rem;
}

.content-page .left-panel .title {
	color: #FF8224;
}

.content-page .left-panel div.box.category {
	display: none;
}

.content-page .left-panel div.box.thumb-action {
	height: auto;
	padding: 0;
	display: flex;
	margin-top: 1.5em;
}

.content-page .left-panel div.thumb-action a {
	width: 50%;
	background-color: #DA6E1D;
	padding: 10px;
	color: white;
	font-weight: 300;
	margin: 0;
	text-align: center;
	display: block;
}

.content-page .left-panel div.thumb-action a:hover {
	background-color: #cc692d;
}

.content-page .left-panel div.thumb-action a:first-of-type {
	border-right: 1px solid #1B1B1B;
}

.content-page .left-panel div.thumb-action a:last-of-type {
	border-left: 1px solid #1B1B1B;
}

#widgets {
	display: none;
}

#widgets-loading {
	display: block;
}

#widgets,
#widgets-loading {
	margin-top: 1em;
}

.vote-box {
	margin-bottom: 1rem;
	overflow: hidden;
	display: block;
}

.vote-box h3 {
	text-transform: uppercase;
	margin-bottom: 1rem;
	font-size: 1rem;
	color: white;
}

.vote-box .bar {
	width: 100%;
	height: 1.5em;
	background: #ce3b0a;
	border-radius: 5px;
	overflow: hidden;
}

.vote-box .bar .opt-a {
	height: inherit;
	background: #eb9a24;
	transition: 0.5s width ease-in-out;
}

.vote-box .vote-buttons {
	display: table;
	border-spacing: 5px;
	border-collapse: separate;
	width: calc(100% + 10px);
	margin-left: -5px;
	color: black;
}

.vote-box .vote-buttons>div.vote-button {
	justify-content: space-between;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
	padding: 5px 10px 5px 10px;
	word-break: break-word;
	hyphens: auto;
	-webkit-hyphens: auto;
	display: table-cell;
	width: 50%;
	transition: background-color 0.1s ease-in-out;
	cursor: pointer;
	line-height: 24px;
	border-radius: 5px;
	font-weight: 400;
	vertical-align: top;
	padding-bottom: 40px;
	background-size: 20px;
	background-repeat: no-repeat;
}

.vote-box .vote-buttons>div.vote-button:hover {
	background-color: #ffdfa8 !important;
}

.vote-box .vote-buttons>div.vote-button:active {
	background-color: white !important;
}

.vote-box .vote-buttons>div.vote-button.active {
	background-color: yellowgreen !important;
}

.vote-box .vote-buttons>div.opt-a {
	background-color: #eb9a24;
	text-align: right;
	background-position: calc(100% - 10px) calc(100% - 10px);
	background-image: url(/assets/img/arrow-l-black.svg);
}

.vote-box .vote-buttons>div.opt-b {
	margin-left: 2%;
	background-color: #ce3b0a;
	background-position: 10px calc(100% - 10px);
	background-image: url(/assets/img/arrow-r-black.svg);
}

.vote-box .vote-buttons .arrow img {
	width: 20px !important;
}

.vote-box .vote-buttons>div.opt-a .arrow img {
	transform: rotate(180deg);
}

.vote-box .vote-buttons div .results {
	opacity: 0.6;
}

#playAudioButtonPlaying {
	display: none;
}

/* Content Page Middle */

.content-page .middle-panel {
	padding-left: 2em;
}

.content-page .middle-panel article.content-copy>* {
	margin-bottom: 1em;
	display: block;
}

.content-page .middle-panel article.content-copy {
	padding-right: 1.5em;
	word-break: break-word;
	hyphens: auto;
	-webkit-hyphens: auto;
}

.content-page .middle-panel article.content-copy p {
	color: #BCBCBC;
	line-height: 1.5;
}

.content-page .middle-panel article.content-copy .title,
.content-page .middle-panel article.content-copy a {
	font-weight: 800;
}

.content-page .middle-panel article.content-copy strong {
	font-weight: 800;
	font-size: 1.1em;
}

.content-page .middle-panel article.content-copy .title {
	text-transform: uppercase;
}

.content-page .middle-panel article.content-copy a {
	color: #FF8224;
	text-decoration: underline;
}

.content-page .middle-panel article.content-copy a:hover {
	text-decoration: underline;
}

.content-page .middle-panel article.content-copy img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 500px;
	display: block;
}

.content-page .middle-panel article.content-copy .full-responsive-width-yt {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
	height: 274px;
	max-width: 600px;
	display: block !important;
	margin-left: auto;
	margin-right: auto;
}

.content-page .middle-panel article.content-copy h1 {
	color: #FF8224;
	font-weight: 300;
}

.content-page .middle-panel article.content-copy h2 {
	color: white;
	font-weight: 300;
}

.content-page .middle-panel article.content-copy .action-icons {
	display: flex;
	align-self: center;
}

.content-page .middle-panel article.content-copy .action-icons img.action-icon {
	width: 1em !important;
	height: 1em !important;
	margin: 0px 3px 0px 0px;
	top: .125em;
	position: relative;
}

.content-page .middle-panel article.content-copy .action-icons a:hover img.action-icon {
	filter: invert(45%) sepia(67%) saturate(1102%) hue-rotate(355deg) brightness(93%) contrast(82%);
}

.content-page .middle-panel article.content-copy .action-icons a {
	color: white;
	margin: 3px;
	font-size: 1em;
}

.content-page .middle-panel article.content-copy .action-icons a:hover {
	color: #DA6E1D;
}

/* Content Page Right */

ul.right-panel li.grid {
	padding: 4px;
	background-color: #171414;
	margin: 0.5em 0 0.5em 0;
	border: solid black 2px;
}

ul.right-panel a:first-of-type li.grid {
	margin-top: 0em;
}

ul.right-panel a:last-of-type li.grid {
	border: none;
}

ul.right-panel li.grid .copy {
	padding-left: 1em;
	line-height: 1.5;
}

ul.right-panel li.grid .left-panel img {
	width: 100%;
}

ul.right-panel li.grid .copy h2 {
	color: #FB7A19;
	display: block;
}

/* Simple Page */

article.simple-page h1 {
	color: white;
	font-size: 1.5em;
	font-weight: 300;
	margin-bottom: 0.5em;
}

article.simple-page h2 {
	color: #DA6E1D;
	font-size: 1em;
	font-weight: 300;
}

article.simple-page a {
	color: #DA6E1D;
	text-decoration: underline;
	font-weight: 400;
}

article.simple-page p {
	color: white;
	font-size: 1em;
	font-weight: 300;
	margin-bottom: 0.5em;
	line-height: 1.5em;
}

.social-icons img {
	background: #FF8000;
	padding: 0.25em;
	display: inline-block;
	height: 1.75em;
	border-radius: 6px;
}

ul.right-panel a li.grid p.subtitle {
	display: none;
}

ul.right-panel a li.grid .related-thumb {
	padding-bottom: 100%;
	position: relative;
}

ul.right-panel a li.grid .related-thumb img {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #262626;
}

/* Facebook */

.fb-comments-container {
	background-color: white;
	padding: 10px;
	margin: 1em 0 1em 0;
	border-top: 4px solid #BCBCBC;
	border-bottom: 4px solid #BCBCBC;
	width: calc(100% - 1.5em);
	color: #000000;
}

.noColumnRight .fb-comments-container {
	width: 100%;
}

/* Legacy Content Compatability */

.content-page .middle-panel article.content-copy .sources:before {
	content: "Sources";
	color: white;
	font-weight: 300;
	margin: 0;
	display: block;
	margin-bottom: 0.5em;
}

.content-page .middle-panel article.content-copy .sources {
	font-size: 0.75em;
	color: #767676;
}

/* Tablet */

@media screen and (max-width: 1024px) {
	.container {
		padding: 1em 1em 8.5em 1em;
	}

	header.grid .left {
		width: 100%;
		padding-right: 0;
	}

	header.grid .right {
		width: 100%;
		margin-top: 2em;
	}

	ul.grid-trio.unit.two-thirds.grid {
		padding-right: 0;
	}

	ul.grid-trio li.unit.one-third {
		width: 33.333% !important;
		float: left;
	}

	.grid .one-third,
	.grid .w-1-3 {
		width: 100%;
	}

	ul.grid-trio li.unit:nth-of-type(3n) {
		padding-left: 1em;
	}

	.content-page {
		padding-right: 0 !important;
		width: 100% !important;
	}

	ul.right-panel {
		width: 100%;
	}

	ul.right-panel a li.grid {
		margin: 0px 0px 24px 0px;
		background-color: black;
		border: none;
	}

	ul.right-panel a li.grid p.subtitle {
		display: none;
	}

	ul.right-panel a li.grid h2 {
		color: rgb(200, 200, 200) !important;
		text-transform: uppercase;
		font-weight: 600;
		margin-top: 8px;
	}

	ul.right-panel a:hover li.grid h2 {
		color: #DA6E1D !important;
	}

	ul.right-panel a li.grid p {
		margin: 0;
	}

	ul.right-panel a li.grid p.date {
		margin-top: 0;
	}

	ul.right-panel li.grid .copy {
		padding: 0.5em;
	}

	ul.right-panel a:first-of-type li.grid {
		padding-top: 1em;
		border-top: 4px solid #BCBCBC;
	}

	ul.right-panel a li.grid p.subtitle {
		display: block;
	}

	.fb-comments-container {
		width: 100%;
		margin: 1em 0 1em 0;
	}

	.content-page .middle-panel {
		padding: 0em;
		margin-top: 1em;
		width: 100%;
	}

	.content-page .middle-panel article.content-copy img {
		margin-left: auto;
		margin-right: auto;
	}

	.content-page .left-panel div.box {
		width: 50%;
		height: 50%;
		float: left;
		background-color: transparent;
	}

	.content-page .left-panel div.box.content {
		padding: 0 0 0 0.5em;
	}

	.content-page .left-panel div.box.category {
		display: block;
		padding: 0 0.5em 0 0;
	}

	.content-page .left-panel div .thumb-image {
		position: relative;
		padding-bottom: 100%;
		width: 100%;
		height: 100%;
		background-color: #262626;
	}

	.content-page .left-panel div .thumb-image img {
		position: absolute;
		height: 100%;
		width: 100%;
	}

	.content-page .left-panel div.box.thumb-action {
		width: 100%;
		margin-bottom: 1em;
	}

	.content-page .left-panel img {
		width: 100%;
		display: block;
		position: relative;
		height: 50%;
	}

	.content-page .middle-panel article.content-copy {
		padding-right: 0px;
	}

	.content-page .middle-panel {
		padding-left: 0;
	}

	.content-page .middle-panel article.content-copy {
		border-top: 4px solid #BCBCBC;
		padding-top: 1em;
		padding-bottom: 1em;
	}
}

/* SmartPhone */

@media screen and (max-width: 640px) {
	footer .details img {
		display: none;
	}

	h1.gridTitle {
		text-align: center;
		font-size: 1em;
		margin-bottom: 1.5em;
	}

	header .logo {
		flex-direction: column;
	}

	header .logo img {
		height: auto;
		width: 45%;
		margin: 0 auto;
	}

	header h1 {
		display: none;
	}

	header h2 {
		display: none;
	}

	ul.grid-trio li.unit.one-third {
		width: 100% !important;
		float: left;
		padding-right: 0;
		padding-left: 0;
	}
}