* {
	margin: 0px; padding: 0px;
}
html {
	font-size: 8px; -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
svg {
	-ms-touch-action: none; touch-action: none;
}
canvas {
	-ms-touch-action: none; touch-action: none;
}
body {
	line-height: 2.5rem; font-family: lato,helveticaneue,sans-serif; font-size: 1.8rem; font-weight: 400;
}
img {
	border: 0px currentColor; border-image: none; height: auto; max-width: 100%;
}
h1 {
	font-weight: 900; margin-bottom: 0.1rem;
}
h2 {
	font-weight: 900; margin-bottom: 0.1rem;
}
h3 {
	font-weight: 900; margin-bottom: 0.1rem;
}
h4 {
	font-weight: 900; margin-bottom: 0.1rem;
}
h5 {
	font-weight: 900; margin-bottom: 0.1rem;
}
h1 {
	font-size: 2.4rem; margin-bottom: 1rem;
}
h2 {
	font-size: 2.2rem; margin-bottom: 0.9rem;
}
h3 {
	font-size: 2.1rem;
}
h4 {
	font-size: 2rem;
}
h5 {
	font-size: 1.8rem;
}
p {
	margin-bottom: 1rem;
}
a {
	font-weight: 600; text-decoration: none;
}
a:link {
	color: rgb(0, 0, 0);
}
a:visited {
	color: rgb(0, 0, 0);
}
a:hover {
	color: rgb(0, 0, 0);
}
a:active {
	color: rgb(0, 0, 0);
}
#wrapper {
	display: flex;
}
#left_column {
	padding: 0.8em; width: 10%; display: none;
}
#left_column .title {
	text-align: center; line-height: 1.2rem; font-size: 1.2rem;
}
#left_gutter {
	width: 2%; color: rgb(255, 255, 255);
}
#middle_column {
	width: 96%;
}
#right_gutter {
	width: 2%; color: rgb(255, 255, 255);
}
#right_column {
	text-align: left; display: none; min-height: 700px; min-width: 20%; flex-grow: 1; -webkit-box-flex: 1;
}
#right_column .ad_text {
	padding-top: 0.5rem; font-size: 1.2rem;
}
#ad_top {
	text-align: center; font-size: 1rem; margin-bottom: 1rem; min-height: 60px;
}
#top_navigation {
	margin-top: 1rem; margin-bottom: 0.5rem; display: flex; justify-content: flex-end; -webkit-box-pack: end;
}
#top_navigation .logo {
	text-align: left; flex-grow: 1; -webkit-box-flex: 1;
}
#top_navigation .item {
	margin-left: 0.5rem;
}
#sub_navigation {
	text-align: center; text-transform: uppercase; font-size: 1.5rem; font-weight: 900;
}
#sub_navigation .widget-item li {
	margin: 0.2rem 0.2rem 0.4rem; padding: 1.5rem 1rem; border-radius: 0.5rem; display: inline-block;
}
#sub_navigation a {
	color: rgb(255, 255, 255); font-weight: 800;
}
.banner {
	padding: 0.5rem; border-radius: 0.8rem; border: 0.2rem solid currentColor; border-image: none; text-align: center; margin-top: 1rem; margin-bottom: 1rem;
}
#member_ad {
	padding: 1rem; border-radius: 0.8rem; text-align: center; color: rgb(255, 255, 255); background-color: rgb(234, 83, 36);
}
#member_ad .headline {
	font-size: 1.8rem;
}
#member_ad .call_to_action {
	text-transform: uppercase; font-size: 1.4rem;
}
#grid_container {
	display: flex; flex-wrap: wrap;
}
#grid_container .item {
	margin: 0.3rem; padding: 1rem; border-radius: 0.8rem; border: 0.2rem solid currentColor; flex:1 1 auto; border-image: none; width: 40%; text-align: center; -webkit-box-flex: 1;
}
#grid_container a {
	text-transform: uppercase; line-height: 1.8rem; font-size: 1.5rem; font-weight: 800;
}
#grid_container .board {
	border-radius: 0.2rem; border: 0.2rem solid currentColor; border-image: none; padding-top: 8rem; padding-bottom: 8rem;
}
#grid_container .board a {
	line-height: 2rem; font-size: 1.8rem;
}
#grid_container_left_column {
	display: flex; flex-wrap: wrap;
}
#grid_container_left_column .item {
	margin: 0.3rem; padding: 1rem; border-radius: 0.8rem; border: 0.2rem solid currentColor; flex:1 1 auto; border-image: none; text-align: center; -webkit-box-flex: 1;
}
#grid_container_left_column a {
	text-transform: uppercase; line-height: 1.5rem; font-size: 1.3rem; font-weight: 800;
}
#search_header {
	margin-top: 1em; margin-bottom: 1em; display: flex; justify-content: center; align-items: center; -webkit-box-align: center; -webkit-box-pack: center;
}
#search_header .search_main {
	width: 250px; display: inline-block;
}
#search_header .search_query_results {
	color: rgb(35, 77, 97); font-weight: 700;
}
#form_search input[type=search] {
	padding: 0.5rem; width: 80%; font-size: 1.6rem; box-sizing: border-box; background-color: rgb(255, 255, 255); -webkit-box-sizing: border-box;
}
#form_search button {
	padding: 0px; border-radius: 0.5rem; border: currentColor; border-image: none; width: 15%; height: 32px; text-align: center; color: rgb(255, 255, 255); text-transform: uppercase; font-size: 1rem; text-decoration: none; float: right; display: inline-block; cursor: pointer; background-color: rgb(1, 3, 19);
}
#category_title {
	margin-top: 2rem;
}
#game_container {
	display: none;
}
#game {
	position: relative;
}
#loading_div {
	text-align: center; padding-bottom: 10rem; font-weight: 700;
}
#loading_div .action {
	font-size: 1.2rem;
}
#settings {
	margin-top: 1rem; margin-bottom: 1rem; display: none;
}
#settings_container {
	display: flex;
}
#settings_container .item {
	margin-right: 1rem;
}
#fullscreen_control {
	text-align: center; display: none;
}
#fullscreen_link {
	padding: 1rem; border-radius: 1rem; border: 0.2rem solid currentColor; border-image: none; width: 14rem; text-transform: uppercase; font-size: 1.4rem; display: inline-block;
}
#mute_control {
	text-align: center;
}
#mute_link {
	padding: 1rem; border-radius: 1rem; border: 0.2rem solid currentColor; border-image: none; width: 14rem; text-transform: uppercase; font-size: 1.4rem; display: inline-block;
}
.pagination {
	font-size: 1.6rem; font-weight: 700;
}
h2.screen-reader-text {
	display: none;
}
#footer {
	font-size: 1.4rem;
}
#footer .footer-nav {
	font-size: 1.4rem; display: flex; justify-content: center; -webkit-box-pack: center;
}
#footer .menu-item {
	margin: 1rem 1rem 0px; font-weight: 700; display: inline-block;
}
#footer .copyright {
	font-size: 1.1rem; display: flex; justify-content: center; -webkit-box-pack: center;
}
#contact {
	text-align: center; padding-top: 10rem; padding-bottom: 10rem;
}
#contact .section_margin {
	margin-top: 1rem;
}
#cookie_consent_div {
	padding: 1.8rem; color: rgb(240, 248, 255); font-family: Helvetica,Calibri,Arial,sans-serif; font-size: 1.6rem; display: none; background-color: rgb(51, 51, 51);
}
#cookie_consent_div .item {
	margin-right: 2rem;
}
#cookie_consent_div a {
	color: rgb(240, 248, 255); text-decoration: underline;
}
#dismiss_cookie {
	padding: 0.4em 0.8rem; border-radius: 0.2rem; color: rgb(0, 0, 0); font-size: 1.5rem; font-weight: 700; display: flex; white-space: nowrap; cursor: pointer; justify-content: center; align-items: center; background-color: gold; -webkit-box-align: center; -webkit-box-pack: center;
}
@media all and (max-width:30em)
{
#ad_top {
	display: none;
}
#loading_div {
	padding-top: 10rem;
}
}
@media all and (min-width:30em)
{
#grid_container .item {
	width: 20%;
}
.ad_size {
	width: 468px; height: 60px;
}
}
@media all and (min-width:40em)
{
html {
	font-size: 10px;
}
#top_navigation img {
	max-height: 72px;
}
#ad_top {
	height: 60px;
}
#grid_container .item {
	width: 14%;
}
#loading_div {
	padding-top: 10rem;
}
}
@media all and (min-width:55em)
{
#top_navigation img {
	max-height: 500px;
}
#right_column {
	display: inline;
}
#right_gutter {
	width: 6%;
}
#middle_column {
	width: 72%;
}
#ad_top {
	display: none;
}
#settings {
	display: inline;
}
#fullscreen_control {
	display: block;
}
#loading_div {
	padding-top: 20rem;
}
}
@media all and (min-width:65em)
{
#grid_container .item {
	width: 12%;
}
}
@media all and (min-width:75em)
{
#grid_container .item {
	width: 10%;
}
}
@media all and (min-width:90em)
{
#grid_container .item {
	width: 8%;
}
}
#privacy_terms {
	line-height: 20px; font-size: 14px;
}
#privacy_terms h2 {
	font-size: 1.4em; margin-bottom: 0.2em;
}
#privacy_terms ul {
	text-align: left; margin-bottom: 1em; margin-left: 3em; display: inline-block;
}
#privacy_terms ol {
	text-align: left; margin-top: 0.2em; margin-bottom: 1em; margin-left: 3em; display: inline-block;
}
#privacy_terms ol ul {
	list-style-type: disc;
}
#privacy_terms li {
	line-height: 1.4em; margin-bottom: 1.1em;
}
#privacy_terms a {
	-ms-word-break: break-all;
}
@media all and (min-width:40em)
{
#privacy_terms {
	line-height: 24px; font-size: 18px;
}
}
