@charset "UTF-8";
/*!
Theme Name: Blue Star
Theme URI: https://starcitygames.com
Author: Star City Games
Author URI: https://starcitygames.com
Description: Basic Star City Games Wordpress theme.
Version: 1.2.18
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blue-star
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Blue Star is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blue Star DSP Styles
--------------------------------------------------------------*/
/* Blue Star DSP Styes*/
.warning {
  border: 1px solid #c17926;
  border-radius: 3px;
  background-color: #fff8ec;
  color: #ab6615;
  display: flex;
  flex-flow: row nowrap;
  padding: 10px;
  align-items: center;
  margin: 1em 0;
}
.warning i,
.warning svg {
  flex: 0 0 1.2em;
  font-size: 1.5em;
  color: #c17926;
}
.warning .warning-message {
  flex: 1 1 100px;
  padding-left: 0.6em;
}
.warning .warning-message p {
  margin: 0.5em 0;
}
.warning .warning-message p:first-child {
  margin-top: 0;
}
.warning .warning-message p:last-child {
  margin-bottom: 0;
}
.warning.orange {
  border: 1px solid #c17926;
  background-color: #fff8ec;
  color: #ab6615;
}
.warning.orange i,
.warning.orange svg {
  color: #c17926;
}
.warning.red {
  border: 1px solid #c51010;
  background-color: #ffebeb;
  color: #6e0000;
}
.warning.red i,
.warning.red svg {
  color: #c51010;
}
.warning.blue {
  border: 1px solid #005586;
  background-color: #e4f5ff;
  color: #002f4a;
}
.warning.blue i,
.warning.blue svg {
  color: #005586;
}
.warning.green {
  border: 1px solid #008006;
  background-color: #e4f3e5;
  color: #005a04;
}
.warning.green i,
.warning.green svg {
  color: #008006;
}
.warning.yellow {
  border: 1px solid #b2a600;
  background-color: #fffcd9;
  color: #716800;
}
.warning.yellow i,
.warning.yellow svg {
  color: #b2a600;
}

/*link colors*/
/*text color*/
/*heading colors*/
/*$size__site-main: 100%;
$size__site-sidebar: 25%;*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Montserrat", sans-serif;
  margin: 0.7em 0 0.7em 0;
  line-height: 1.1;
  word-break: break-word;
}
h1 a:link, h1 a:visited, h1 a:hover, h2 a:link, h2 a:visited, h2 a:hover, h3 a:link, h3 a:visited, h3 a:hover, h4 a:link, h4 a:visited, h4 a:hover, h5 a:link, h5 a:visited, h5 a:hover, h6 a:link, h6 a:visited, h6 a:hover {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-size: 2.3em;
  color: #636363;
}
h1.entry-title {
  margin-bottom: 0.7em;
  margin-top: 0.2em;
  color: #333;
}
h1.page-title {
  margin-top: 0.2em;
}
h1.archive-title, h1.author-title {
  display: flex;
  flex-flow: column nowrap;
}
h1.archive-title span.label, h1.author-title span.label {
  font-size: 0.5em;
  color: #005586;
}

h2 {
  color: #005586;
  font-size: 1.5em;
}
h2.archive-title {
  margin: 0 0 0.2em 0;
}
.archive .entry-text h2 {
  color: #636363;
  font-size: 1.3em;
}

h3 {
  color: #636363;
  font-size: 1.3em;
}

h4 {
  color: #005586;
  font-size: 1.2em;
}

h5 {
  color: #636363;
  font-size: 1em;
  text-transform: uppercase;
}

h6 {
  color: #005586;
  font-size: 0.9em;
  text-transform: uppercase;
}

p {
  margin-bottom: 1em;
}
p:first-child {
  margin-top: 0;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

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

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
hr.spaced-separator {
  margin-top: 2em;
}

/*Only style unordered lists in entry-content*/
.entry-content ul, .entry-content ol {
  margin: 0 0 1.5em 3em;
}
.entry-content li > ul,
.entry-content li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.entry-content dt {
  font-weight: bold;
}
.entry-content dd {
  margin: 0 1.5em 1.5em;
}
.entry-content ol, .entry-content ul {
  margin-left: 2.6em;
  padding-left: 0;
}
.entry-content ol li, .entry-content ul li {
  margin-bottom: 0.3em;
}
.entry-content ul {
  list-style: none;
}
.entry-content ul li::before {
  content: "•";
  color: #3592C8;
  display: inline-block;
  width: 0.8em;
  margin-left: -1em;
  font-weight: bold;
}

ol {
  list-style: none;
  counter-reset: li;
}
ol li {
  counter-increment: li;
}
ol li::before {
  color: #3592C8;
  content: counter(li);
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
}
ol li::before::before {
  content: ".";
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
  display: block; /*Remove space for descenders*/
}

.linked-card-image {
  text-align: center;
}

figure {
  margin: 0; /* Extra wide images within figure tags don't overflow the content area. */
  /*Youtube videos*/
}
.archive figure.wp-block-embed-youtube {
  max-width: 490px; /*A video on an archive page should be smaller*/
}
figure.wp-block-embed-youtube div.wp-block-embed__wrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
figure.wp-block-embed-youtube div.wp-block-embed__wrapper iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
figure.wp-block-image {
  text-align: center;
}

twitter-widget {
  max-width: 522px !important;
  width: auto !important;
  margin: 2em auto !important;
}
@media screen and (max-width: 570px) {
  twitter-widget {
    max-width: 85vw !important;
  }
}

.wp-block-image figcaption {
  font-style: italic;
  margin-top: 0;
}

/* Twitter Embed */
.wp-block-embed-twitter .twitter-tweet {
  margin: 10px auto;
}

table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}
table tr th, table tr td {
  padding: 0.5em;
}
table tr th {
  background-color: #4A8EB5;
  color: white;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 1.2em;
  text-align: left;
  width: 15%;
  letter-spacing: 0.2px;
  border: 1px solid #4A8EB5;
}
table tr td {
  border: 1px solid #e3e3e3;
}
table tr:nth-child(odd) {
  background-color: #f3f5f6;
}
table tr:nth-child(even) {
  background-color: #ffffff;
}
table.schedule-table tr td:first-child, table.schedule-table tr th:first-child {
  text-align: right;
}
table.schedule-table tr td:nth-child(2), table.schedule-table tr th:nth-child(2) {
  font-weight: bold;
}

.wp-block-pullquote {
  border-width: 3px 0;
  border-style: solid;
  border-color: #ededed;
}

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

/*action buttons*/
.action-button {
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  background-color: #025687;
  padding: 10px 28px;
  border-radius: 3em;
  border: 0;
  width: max-content;
  text-decoration: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.action-button:link {
  text-decoration: none;
  color: #ffffff;
}
.action-button:visited {
  color: #ffffff;
}
.action-button:hover {
  background-color: #2e91cc;
}
.action-button:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #8dc7e9;
  background-color: #2e91cc;
}
.action-button.centered-button {
  margin-left: auto;
  margin-right: auto;
}
.action-button.trailing-button {
  margin-top: auto;
}
.action-button i,
.action-button svg {
  font-size: 1.3em;
  margin-right: 0.4em;
}
.action-button.action-primary {
  background-color: #ff7600;
}
.action-button.action-primary:hover {
  background-color: #d46300;
}
.action-button.action-primary:focus {
  background-color: #d46300;
}
.action-button.action-secondary {
  background-color: #87c0e2;
}
.action-button.action-secondary:hover {
  background-color: #2e91cc;
}
.action-button.action-secondary:focus {
  background-color: #2e91cc;
}
.action-button.action-secondary-alt {
  background-color: #007ac1;
}
.action-button.action-secondary-alt:hover {
  background-color: #104b6d;
}
.action-button.action-secondary-alt:focus {
  background-color: #104b6d;
}
.action-button.action-cancel {
  background-color: #cf3636;
}
.action-button.action-cancel:hover {
  background-color: #ac0101;
}
.action-button.action-cancel:focus {
  background-color: #ac0101;
}
.action-button.action-cancel-alt {
  background-color: #444444;
}
.action-button.action-cancel-alt:hover {
  background-color: #676767;
}
.action-button.action-cancel-alt:focus {
  background-color: #676767;
}
.action-button.dismiss {
  background: #ffffff;
  border: 1px solid #052b49;
  color: #052b49;
}
.action-button.dismiss:hover {
  background-color: #e4f5ff;
}
.action-button.dismiss:focus {
  background-color: #e4f5ff;
}
.action-button.dismiss-cancel {
  background: #ffffff;
  border: 1px solid #cf3636;
  color: #cf3636;
}
.action-button.dismiss-cancel:hover {
  background-color: #ffebeb;
}
.action-button.dismiss-cancel:focus {
  background-color: #ffebeb;
}
.action-button.dismiss-warning {
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
}
.action-button.dismiss-warning:hover {
  background-color: #ededed;
}
.action-button.dismiss-warning:focus {
  background-color: #ededed;
}
.action-button.button-icon {
  padding: 7px 18px;
  margin: 3px 0;
}
.action-button.button-icon i,
.action-button.button-icon svg {
  margin: 0;
}

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 {
  color: #404040;
  border: 1px solid #a4a4a4;
  padding: 0.5em;
  border-radius: 3px;
  background-color: #f8f9fb;
}
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 #a4a4a4;
  padding: 0.5em;
  border-radius: 3px;
  background-color: #f8f9fb;
}

textarea {
  width: 100%;
  border: 1px solid #a4a4a4;
  padding: 0.5em;
  border-radius: 3px;
  background-color: #fff;
}

button, submit {
  background-color: #005585;
  border-radius: 3px;
  font-size: 1em;
  line-height: 1em;
  padding: 0.4em 0.9em;
  box-sizing: initial;
  border: 0;
  color: #fff;
  cursor: pointer;
}

fieldset {
  border: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #007ac1;
}
a:visited {
  color: #8c64a5;
}
a:hover, a:focus, a:active {
  color: #104b6d;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.entry-content p a {
  color: #007ac1;
  text-decoration: none;
  border-bottom: 1px solid #989898;
  padding-bottom: 0.05em;
}
.entry-content p a:visited {
  color: #8c64a5;
}
.entry-content p a:hover, .entry-content p a:focus, .entry-content p a:active {
  color: #104b6d;
  border-color: #cecece;
}
.entry-content p a:focus {
  outline: thin dotted;
}
.entry-content p a:hover, .entry-content p a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation .mobile-menu-overlay {
  opacity: 0;
  background-color: #000;
  position: fixed;
  z-index: -99;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}
.main-navigation .site-navigation {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  transition: 0.5s all ease-in-out;
  display: flex;
}
.main-navigation .close-menu {
  display: none;
}
.main-navigation .second-top-menu {
  display: none;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding: 0.8em;
}
.main-navigation ul#primary-menu {
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
}
.main-navigation ul#primary-menu a:link, .main-navigation ul#primary-menu a:visited {
  color: #005585;
  text-decoration: none;
  border-bottom: 0;
}
.main-navigation ul#primary-menu a:hover, .main-navigation ul#primary-menu a:focus {
  text-decoration: underline;
  outline: 0;
}
.main-navigation ul#primary-menu li {
  line-height: 2.1em;
  font-size: 1.3em;
  border-bottom: 1px solid #f1f1f1;
}
.main-navigation ul#primary-menu li:last-child {
  border-bottom: 0;
}
.main-navigation ul#primary-menu li.menu-item-has-children {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.main-navigation ul#primary-menu li.menu-item-has-children button {
  border: 0;
  background-color: transparent;
  color: #052B48;
}
.main-navigation ul#primary-menu ul.sub-menu {
  background-color: #f4f3ef;
  flex: 1 1 100%;
}
.main-navigation ul#primary-menu ul.sub-menu li {
  line-height: 1.8em;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: bold;
}
.main-navigation ul#primary-menu ul.sub-menu a:link, .main-navigation ul#primary-menu ul.sub-menu a:hover, .main-navigation ul#primary-menu ul.sub-menu a:visited {
  color: #005585;
  text-decoration: none;
  border-bottom: 0;
  text-transform: none;
  font-weight: normal;
}
.main-navigation ul ul {
  display: none;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/*Hide sub-menus in the header on mobile*/
.sub-menu-bar .sub-menu,
.sub-menu-bar .menu-submenu-container {
  display: none;
}

/* Small menu. */
.menu-toggle {
  font-size: 2.4em;
  color: #005585;
  cursor: pointer;
  background: none;
  padding: 0;
  height: 0.9em;
}
.menu-toggle:focus, .menu-toggle:focus-visible {
  outline-color: transparent;
  color: #ffffff;
  outline: #025687 solid 6px;
  background: #025687;
  border-radius: 0;
}

.main-navigation.toggled-on .mobile-menu-overlay {
  opacity: 0.6;
  z-index: 99;
}
.main-navigation.toggled-on #site-navigation {
  left: 0;
  height: 100vh;
  overflow: visible;
}
.main-navigation.toggled-on #site-navigation .menu-header-container ul.menu {
  display: block;
}
.main-navigation.toggled-on #site-navigation .menu-header-container ul.sub-menu.toggled-on {
  display: block;
}
.main-navigation.toggled-on #site-navigation .main-menu-container {
  flex: 1 0 200px;
  z-index: 100;
  background-color: #fff;
  display: flex;
  flex-flow: column;
}
.main-navigation.toggled-on #site-navigation .main-menu-container .menu-header-container {
  flex: 0 0 auto;
}
.main-navigation.toggled-on #site-navigation .main-menu-container .second-top-menu {
  display: block;
  flex-grow: 1;
  display: flex;
  flex-flow: column;
}
.main-navigation.toggled-on #site-navigation .main-menu-container .second-top-menu #top-menu2 {
  display: flex;
  flex-flow: column;
  text-transform: uppercase;
}
.main-navigation.toggled-on #site-navigation .main-menu-container .second-top-menu #top-menu2 li {
  margin-bottom: 0.5em;
}
.main-navigation.toggled-on #site-navigation .main-menu-container .second-top-menu #top-menu2 li:first-child {
  padding-top: 1em;
  border-top: 1px solid #d9d9d9;
  margin-top: -1em;
}
.main-navigation.toggled-on #site-navigation .main-menu-container .second-top-menu #top-menu2 li a:link, .main-navigation.toggled-on #site-navigation .main-menu-container .second-top-menu #top-menu2 li a:visited, .main-navigation.toggled-on #site-navigation .main-menu-container .second-top-menu #top-menu2 li a:hover {
  color: #052B48;
  text-decoration: none;
  border: 0;
}
.main-navigation.toggled-on #site-navigation .main-menu-container .second-top-menu .mobile-menu-spacer {
  flex-grow: 1;
}
.main-navigation.toggled-on #site-navigation .main-menu-container .second-top-menu .account-link a:link {
  display: flex;
  justify-content: center;
  border: 1px solid #005585;
  border-radius: 3px;
  padding: 0.3em;
  font-size: 0.7em;
  margin: 0 0.6em;
  color: #005585;
  margin-bottom: 0.5em;
}
.main-navigation.toggled-on #site-navigation .main-menu-container .second-top-menu .account-link a:visited {
  color: #005585;
}
.main-navigation.toggled-on #site-navigation .main-menu-container .second-top-menu .account-link a:hover, .main-navigation.toggled-on #site-navigation .main-menu-container .second-top-menu .account-link a:focus {
  background-color: #e4f5ff;
}
.main-navigation.toggled-on #site-navigation .main-menu-container .second-top-menu .account-link a .account-label {
  display: initial;
  font-size: 0.9em;
  line-height: 1em;
  margin-left: 0.5em;
}
.main-navigation.toggled-on #site-navigation button.close-menu {
  display: block;
  flex: 0 0 56px;
  height: 56px;
  z-index: 100;
  background-color: #005585;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-size: 2em;
  padding: 0;
}

#social-menu {
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  list-style: none;
  justify-content: center;
  font-size: 0.7em;
  padding: 0;
}
@media screen and (max-width: 420px) {
  #social-menu {
    flex-wrap: wrap;
  }
}
#social-menu a:link, #social-menu a:hover, #social-menu a:visited {
  border: 0;
}

#footer-menu {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin: 1.5em 0;
  list-style: none;
  font-size: 0.88em;
  line-height: 1.6em;
  padding: 0;
  font-size: 16.5px;
}
#footer-menu > li {
  flex: 0 1 512px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.6em 0px;
}
#footer-menu > li > a:link, #footer-menu > li > a:visited {
  display: block;
  color: #333333;
  border: 0;
  padding: 0;
  border-bottom: 1px solid #d9d9d9;
  text-decoration: none;
  cursor: pointer;
}
#footer-menu > li.menu-item-has-children > a::after {
  content: "\f067";
  float: right;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #005584;
  background-color: #ffffff;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #005584;
  border-radius: 29px;
  font-size: 0.7em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  margin-top: 0.4em;
}
#footer-menu > li.menu-item-has-children.open-menu > a::after {
  content: "\f068";
  color: #ffffff;
  background-color: #005584;
}
#footer-menu > li > ul.sub-menu {
  display: none;
  font-size: 15px;
}
#footer-menu > li.open-menu > ul.sub-menu {
  /*display: block;*/
}
#footer-menu > li .sub-menu {
  padding: 0;
  list-style: none;
  text-transform: none;
  font-weight: normal;
}
#footer-menu > li .sub-menu > li {
  padding: 0.2em 0;
}
#footer-menu > li .sub-menu > li a {
  border: 0;
  padding: 0;
}
#footer-menu > li .sub-menu > li a:link {
  text-decoration: none;
}
#footer-menu > li .sub-menu > li a:hover, #footer-menu > li .sub-menu > li a:focus {
  text-decoration: underline;
  outline: 0;
}
#footer-menu > li .sub-menu > li.customer-service-hours a:link, #footer-menu > li .sub-menu > li.customer-service-hours a:hover, #footer-menu > li .sub-menu > li.customer-service-hours a:visited {
  text-decoration: none;
  color: initial;
  cursor: default;
}
#footer-menu > li .sub-menu > li.menu-highlight a:link {
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
#footer-menu > li .sub-menu > li.menu-highlight a:hover {
  color: #898C8E;
}
#footer-menu > li .sub-menu > li.menu-highlight a:visited {
  color: #333333;
}
#footer-menu > li .sub-menu > li ul.sub-menu {
  list-style: disc;
  margin-left: 1.5em;
}
#footer-menu .website-link {
  float: left;
  margin-right: 1em;
  margin-top: 4px;
}

@media screen and (min-width: 1124px) {
  #footer-menu {
    columns: 3 230px;
  }
}
@media screen and (min-width: 1024px) {
  header .menu-toggle {
    display: none;
  }
  .main-navigation {
    display: flex;
    flex-flow: column nowrap;
    margin: 0;
    margin-left: 4em;
  }
  .main-navigation .site-navigation {
    position: static;
  }
  .main-navigation .top-nav-container {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d9;
    line-height: 0.9em;
    padding-bottom: 0.5em;
    text-transform: uppercase;
  }
  .main-navigation .top-nav-container .top-navigation {
    display: flex;
  }
  .main-navigation ul {
    display: flex;
    flex-flow: row;
    position: relative;
  }
  .main-navigation ul#primary-menu {
    margin-top: 0.35em;
    border: 0;
    padding: 0;
  }
  .main-navigation ul#primary-menu li {
    font-size: 1em;
    line-height: 1em;
    border: 0;
  }
  .main-navigation ul#primary-menu a:link, .main-navigation ul#primary-menu a:visited, .main-navigation ul#primary-menu a:hover {
    border: 0;
    padding: 0.8em 0.8em;
  }
  .main-navigation ul#primary-menu .current-menu-item,
.main-navigation ul#primary-menu .current-post-ancestor,
.main-navigation ul#primary-menu .menu-content-main-link {
    background-color: #005585;
  }
  .main-navigation ul#primary-menu .current-menu-item a:link, .main-navigation ul#primary-menu .current-menu-item a:visited, .main-navigation ul#primary-menu .current-menu-item a:hover,
.main-navigation ul#primary-menu .current-post-ancestor a:link,
.main-navigation ul#primary-menu .current-post-ancestor a:visited,
.main-navigation ul#primary-menu .current-post-ancestor a:hover,
.main-navigation ul#primary-menu .menu-content-main-link a:link,
.main-navigation ul#primary-menu .menu-content-main-link a:visited,
.main-navigation ul#primary-menu .menu-content-main-link a:hover {
    color: #ffffff;
  }
  .main-navigation ul#primary-menu .current-menu-item + .menu-content-main-link,
.main-navigation ul#primary-menu .current-post-ancestor + .menu-content-main-link,
.main-navigation ul#primary-menu .menu-content-main-link + .menu-content-main-link {
    background-color: transparent;
  }
  .main-navigation ul#primary-menu .current-menu-item + .menu-content-main-link a:link, .main-navigation ul#primary-menu .current-menu-item + .menu-content-main-link a:hover, .main-navigation ul#primary-menu .current-menu-item + .menu-content-main-link a:focus, .main-navigation ul#primary-menu .current-menu-item + .menu-content-main-link a:visited,
.main-navigation ul#primary-menu .current-post-ancestor + .menu-content-main-link a:link,
.main-navigation ul#primary-menu .current-post-ancestor + .menu-content-main-link a:hover,
.main-navigation ul#primary-menu .current-post-ancestor + .menu-content-main-link a:focus,
.main-navigation ul#primary-menu .current-post-ancestor + .menu-content-main-link a:visited,
.main-navigation ul#primary-menu .menu-content-main-link + .menu-content-main-link a:link,
.main-navigation ul#primary-menu .menu-content-main-link + .menu-content-main-link a:hover,
.main-navigation ul#primary-menu .menu-content-main-link + .menu-content-main-link a:focus,
.main-navigation ul#primary-menu .menu-content-main-link + .menu-content-main-link a:visited {
    color: #005585;
  }
  .main-navigation ul#primary-menu button.dropdown-toggle {
    display: none;
  }
  .main-navigation ul#top-menu {
    justify-content: flex-end;
    font-size: 0.7em;
    font-weight: normal;
    padding: 0;
  }
  .main-navigation ul#top-menu li {
    padding-right: 0.8em;
    border-right: 1px solid #757575;
    margin-right: 0.8em;
  }
  .main-navigation ul#top-menu a:link, .main-navigation ul#top-menu a:visited {
    color: #052B48;
    text-decoration: none;
    border: 0;
  }
  .main-navigation ul#top-menu a:hover, .main-navigation ul#top-menu a:focus {
    text-decoration: underline;
    outline: 0;
  }
  /*hilight matching post type menu*/
  .single-premium .main-navigation ul#primary-menu .menu-item-object-premium {
    background-color: #005585;
  }
  .single-premium .main-navigation ul#primary-menu .menu-item-object-premium a:link, .single-premium .main-navigation ul#primary-menu .menu-item-object-premium a:visited, .single-premium .main-navigation ul#primary-menu .menu-item-object-premium a:hover {
    color: #ffffff;
  }
  /*Hide Submenu bar on News category and news posts*/
  .category-news .sub-menu-bar .menu-submenu-container,
.primary-category-news .sub-menu-bar .menu-submenu-container {
    display: none;
  }
  .sub-menu-bar .menu-submenu-container,
.sub-menu-bar .sub-menu {
    max-width: 1310px;
    flex: 1 0 1024px;
    padding: 0 3em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sub-menu-bar ul.sub-menu,
.sub-menu-bar ul.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    list-style-type: none;
  }
  .sub-menu-bar ul.sub-menu li,
.sub-menu-bar ul.menu li {
    display: flex;
  }
  .sub-menu-bar ul.sub-menu li:last-child:after,
.sub-menu-bar ul.menu li:last-child:after {
    content: "";
    margin: 0;
  }
  .sub-menu-bar ul.sub-menu li a:link, .sub-menu-bar ul.sub-menu li a:visited,
.sub-menu-bar ul.menu li a:link,
.sub-menu-bar ul.menu li a:visited {
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    border: 0;
    border: 0;
  }
  .sub-menu-bar ul.sub-menu li a:hover, .sub-menu-bar ul.sub-menu li a:focus,
.sub-menu-bar ul.menu li a:hover,
.sub-menu-bar ul.menu li a:focus {
    outline: none;
    text-decoration: underline;
  }
  .sub-menu-bar ul.sub-menu li:after,
.sub-menu-bar ul.menu li:after {
    content: "|";
    color: #fff;
    margin: 0 2em;
  }
  .sub-menu-bar ul.sub-menu li.current-menu-item a,
.sub-menu-bar ul.menu li.current-menu-item a {
    font-weight: bold;
  }
  .footer-menu {
    flex: 1 1 1310px;
  }
  .footer-menu #footer-menu {
    width: 100%;
    display: block;
    columns: 4 230px;
    column-gap: 30px;
    margin: 30px 0;
  }
  .footer-menu #footer-menu > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .footer-menu #footer-menu > li > a:link {
    border-bottom: 0px;
    cursor: default;
  }
  .footer-menu #footer-menu > li.gc-menu-margin {
    margin-bottom: 0em;
  }
  .footer-menu #footer-menu > li.isp-menu-margin {
    margin-bottom: 5em;
  }
  .footer-menu #footer-menu > li.menu-item-has-children a::after {
    display: none;
  }
  .footer-menu #footer-menu .sub-menu {
    display: block !important;
    margin: 0;
  }
}
@media screen and (min-width: 1261px) {
  .main-navigation ul#primary-menu li {
    font-size: 1.15em;
    line-height: 1.15em;
  }
}
@media screen and (min-width: 400px) {
  div.main-navigation.toggled-on #site-navigation .menu-header-container {
    flex: 1 0 350px;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
  margin-top: 1em;
  border-top: 1px solid #d9d9d9;
  padding-top: 0.5em;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-navigation a,
.posts-navigation a,
.post-navigation a {
  display: flex;
  flex-flow: column;
  text-decoration: none;
}
.comment-navigation a span.label,
.posts-navigation a span.label,
.post-navigation a span.label {
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #005586;
}
.comment-navigation a span.title,
.posts-navigation a span.title,
.post-navigation a span.title {
  text-decoration: underline;
  line-height: 1.2em;
}

.posts-navigation a {
  display: initial;
}
.posts-navigation a span.posts-nav {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  color: #005585;
  border-bottom: 1px solid transparent;
}
.posts-navigation a span.posts-nav:hover {
  border-color: #005585;
}

.numbered-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
  margin-top: 1em;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  padding-top: 0.5em;
}
.post-type-archive-news .numbered-navigation, .post-type-archive-videos .numbered-navigation {
  border-top: 0;
}
.numbered-navigation li {
  margin: 0 0.5em;
}
.numbered-navigation li.active {
  background-color: #005585;
  border-radius: 3px;
  min-width: 1.8em;
  text-align: center;
  padding: 0 0.3em;
}
.numbered-navigation li.active a {
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .numbered-navigation li.not-active {
    display: none;
  }
}
.numbered-navigation li.nav-next {
  flex-grow: 1;
  text-align: right;
}
.numbered-navigation li.nav-next i {
  margin-left: 0.3em;
}
.numbered-navigation li.nav-previous {
  flex-grow: 1;
  text-align: left;
}
.numbered-navigation li.nav-previous i {
  margin-right: 0.3em;
}
@media screen and (max-width: 480px) {
  .numbered-navigation li span.nav-word {
    display: none;
  }
}
.numbered-navigation a {
  display: initial;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  color: #005585;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
.numbered-navigation a:hover {
  border-color: #005585;
}

/*Sidebar Shop  Menu*/
ul#menu-shop {
  list-style: none;
  padding: 0 20px;
  margin: 0;
}
ul#menu-shop li {
  list-style: none;
  padding: 0.5em 0;
  line-height: 1.1em;
  margin: 0;
}
ul#menu-shop li.large-bottom-margin {
  margin-bottom: 1em;
}
ul#menu-shop li a:link, ul#menu-shop li a:visited {
  color: #007ac1;
  text-decoration: none;
}
ul#menu-shop li a:hover {
  color: #104b6d;
  text-decoration: underline;
}
ul#menu-shop li ul {
  list-style: disc;
  margin-left: 1.3em;
}
ul#menu-shop li ul li {
  list-style: disc;
}
ul#menu-shop img.shop-logo {
  max-width: max-content;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.skip-link:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #87c0e2;
  background-color: #025687;
  text-decoration: underline;
  color: white;
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.faux-sidebar-spacer {
  order: 1;
  flex: 0 0 383px;
  margin-left: 2em;
  display: none;
}

.content-area {
  flex: 1 1 450px;
  display: flex;
}
.content-area .site-main {
  flex-grow: 1;
  display: flex;
  flex-flow: column;
}

.site-content #secondary {
  display: none;
  width: 383px;
  flex: 0 0 383px;
}

.widget-area .sidebar-area {
  box-shadow: 0 1px 7px #d0d0d0;
}
.widget-area .sidebar-area .sidebar-header {
  background-color: #005585;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7em;
}
.widget-area .sidebar-area .sidebar-header.premium-header {
  background-color: #dfbf5c;
}
.widget-area .sidebar-area .sidebar-header.premium-header .premium-links {
  margin: 0 0.5em;
}
.widget-area .sidebar-area .sidebar-header.premium-header .premium-links a:link,
.widget-area .sidebar-area .sidebar-header.premium-header .premium-links a:visited,
.widget-area .sidebar-area .sidebar-header.premium-header .premium-links a:hover,
.widget-area .sidebar-area .sidebar-header.premium-header .premium-links span {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.widget-area .sidebar-area .sidebar-header h2 {
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  text-transform: uppercase;
}
.widget-area .sidebar-area .sidebar-header h2 a:link, .widget-area .sidebar-area .sidebar-header h2 a:visited, .widget-area .sidebar-area .sidebar-header h2 a:hover {
  color: #ffffff;
  text-decoration: none;
}
.widget-area .sidebar-area .sidebar-body .top-padding {
  margin-bottom: 1em;
  width: 100%;
}
.widget-area .sidebar-area .sidebar-body .bottom-padding {
  margin-top: 1em;
  width: 100%;
}
.widget-area .sidebar-area .sidebar-body section.widget:last-child {
  margin-bottom: 0;
}
.widget-area #shop-sidebar-area img {
  display: block;
  width: 100%;
}
.widget-area #premium-sidebar-area {
  padding-bottom: 15px;
}
.widget-area #content-sidebar-area {
  padding-bottom: 15px;
  /*Twitch*/
}
.widget-area #content-sidebar-area .articles-chunk a {
  background-color: #ffffff;
  text-decoration: none;
}
.widget-area #content-sidebar-area .articles-chunk a:hover, .widget-area #content-sidebar-area .articles-chunk a:focus, .widget-area #content-sidebar-area .articles-chunk a:active {
  background-color: #f7f7f7;
  text-decoration: none;
  display: block;
}
.widget-area #content-sidebar-area .articles-chunk a:hover .articles-small-image img, .widget-area #content-sidebar-area .articles-chunk a:focus .articles-small-image img, .widget-area #content-sidebar-area .articles-chunk a:active .articles-small-image img {
  filter: brightness(110%);
  z-index: 1;
}
.widget-area #content-sidebar-area .articles-chunk a:hover .author-row, .widget-area #content-sidebar-area .articles-chunk a:focus .author-row, .widget-area #content-sidebar-area .articles-chunk a:active .author-row {
  background-color: hsl(206.4705882353deg, 89.1794871795%, 25.2941176471%);
}
.widget-area #content-sidebar-area .articles-chunk a:hover .articles-title, .widget-area #content-sidebar-area .articles-chunk a:focus .articles-title, .widget-area #content-sidebar-area .articles-chunk a:active .articles-title {
  text-decoration: underline;
}
.widget-area #content-sidebar-area .articles-chunk a:hover .articles-excerpt, .widget-area #content-sidebar-area .articles-chunk a:focus .articles-excerpt, .widget-area #content-sidebar-area .articles-chunk a:active .articles-excerpt {
  color: black;
  text-decoration: none;
}
.widget-area #content-sidebar-area .articles-chunk.content-twitch .author-row {
  background-color: #50377e;
}
.widget-area #content-sidebar-area .articles-chunk.content-twitch a:hover .author-row, .widget-area #content-sidebar-area .articles-chunk.content-twitch a:focus .author-row, .widget-area #content-sidebar-area .articles-chunk.content-twitch a:active .author-row {
  background-color: hsl(261.1267605634deg, 41.226519337%, 45.4901960784%);
}
.widget-area #content-sidebar-area .articles-small-image img {
  width: 100%;
  display: block;
}
.widget-area #content-sidebar-area .author-row {
  background-color: #052b49;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  position: relative;
  line-height: 1em;
}
.widget-area #content-sidebar-area .author-row .author-image {
  border-radius: 60px;
  position: absolute;
  bottom: -10px;
  z-index: 2;
}
.widget-area #content-sidebar-area .author-row .author-image img {
  width: 60px;
  height: 60px;
}
.widget-area #content-sidebar-area .author-row .author-name {
  margin-left: 70px;
  flex-grow: 1;
}
.widget-area #content-sidebar-area .author-row .articles-type {
  text-align: right;
  flex-grow: 0;
  margin-left: 10px;
  text-transform: capitalize;
  display: none;
}
.widget-area #content-sidebar-area .articles-title {
  font-size: 1.1em;
  margin: 0 10px;
  padding: 0.5em 0;
  line-height: 1.3em;
  color: #052b49;
}
.widget-area #content-sidebar-area .articles-excerpt {
  padding: 0 0 1em 0;
  border-bottom: 1px solid #ededed;
  margin: 0 10px 1em 10px;
  color: #000000;
  text-decoration: none;
}
.widget-area #content-sidebar-area .twitchWrapper {
  position: relative;
}
.widget-area #content-sidebar-area .twitchWrapper .twitchStream {
  position: relative;
  width: 100%;
}
@media (max-width: 1024px) {
  .widget-area #content-sidebar-area .twitchWrapper .twitchStream {
    width: 100%;
  }
}
.widget-area #content-sidebar-area .twitchWrapper .twitchStream:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* 16:9 */
}
.widget-area #content-sidebar-area .twitchWrapper .twitchStream iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.no-sidebar .content-area {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.no-sidebar .site-main {
  margin-right: 0;
}

@media screen and (min-width: 700px) {
  .site-content #secondary,
.faux-sidebar-spacer {
    margin-left: 2em;
  }
}
@media screen and (min-width: 977px) {
  .site-content #secondary,
.faux-sidebar-spacer {
    display: block;
  }
}
.site-footer {
  clear: both;
  width: 100%;
}

/*global layout*/
.site-content {
  padding: 1em 4%;
  margin: 0 auto;
  max-width: 1310px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .site-content {
    padding: 1em 3em;
  }
}
@media screen and (min-width: 700px) {
  .site-content {
    /*flex-flow: row nowrap;*/
    justify-content: space-between;
  }
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  font-family: "Roboto", sans-serif;
  color: #005585;
}
.site-header .top-message {
  display: none;
  color: #052B48;
  font-size: 0.8em;
}
.site-header .top-message.mobile-message {
  display: block;
  line-height: 0.9em;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 0.7em 0;
  margin: 0 4%;
}
.site-header .top-message span {
  text-transform: uppercase;
  font-weight: bold;
}
.site-header .top-part {
  display: flex;
  margin: 0.8em 4%;
  justify-content: space-between;
  align-items: center;
}
.site-header .top-part .top-nav-container {
  flex-basis: 100%;
}
.site-header .top-part .site-branding {
  flex: 0 0 146px;
  max-width: 50%;
}
.site-header .top-part .account-link {
  font-size: 2em;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.site-header .top-part .account-link .account-label {
  display: none;
}
.site-header .top-part .account-link.logout-link {
  margin-left: 0.8em;
  padding-left: 0.8em;
  border-left: 1px solid #757575;
  display: none;
}
.site-header .sub-menu-bar {
  display: block;
  background-color: #052B48;
  flex: 1 0 1024px;
  height: 10px;
  display: flex;
  justify-content: space-around;
}
@media screen and (min-width: 1024px) {
  .site-header {
    margin-top: 0.2em;
  }
  .site-header .top-message {
    display: block;
    line-height: 1em;
  }
  .site-header .top-message.mobile-message {
    display: none;
  }
  .site-header .top-part {
    max-width: 1310px;
    padding: 0 3em;
    flex-flow: row wrap;
    margin: 0 auto;
  }
  .site-header .top-part .site-branding {
    flex: auto 0 0;
  }
  .site-header .top-part .site-branding img.custom-logo {
    width: 250px;
    height: 70px;
  }
  .site-header .top-part .main-navigation {
    flex: auto 1 1;
    margin-top: 1em;
  }
  .site-header .top-part .account-link {
    position: static;
    font-size: 0.7em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3em;
  }
  .site-header .top-part .account-link.logout-link {
    display: block;
  }
  .site-header .top-part .account-link i {
    margin-right: 0.2em;
  }
  .site-header .top-part .account-link .account-label {
    display: inline;
  }
  .site-header .top-part .account-link a:link, .site-header .top-part .account-link a:visited {
    color: #052B48;
  }
  .site-header .top-part .account-link a:hover, .site-header .top-part .account-link a:focus {
    text-decoration: underline;
    outline: 0;
  }
  .site-header .sub-menu-bar {
    margin-top: 0;
    height: 40px;
    background-color: #005585;
  }
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

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

/*Single Header*/
.single .entry-header {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1em;
}
@media screen and (max-width: 540px) {
  .single .entry-title {
    font-size: 7vw;
  }
}

/*Video Only*/
.video-content-area article.category-video .entry-header-archive {
  grid-template-columns: 0 auto;
  grid-column-gap: 0;
}

/*Premium Content*/
.entry-header .entry-header-archive {
  display: grid;
  grid-template-columns: 33% auto;
  grid-template-rows: auto auto auto;
  grid-column-gap: 1em;
}
.entry-header .entry-excerpt {
  font-size: 1.13em;
  flex: 0 1 85em;
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 700px;
  margin-bottom: -0.5em;
}
.entry-header .entry-excerpt-archive {
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 700px;
}
.entry-header .entry-excerpt-archive p {
  margin-bottom: 0;
}
.entry-header .entry-excerpt-archive.video h2 {
  font-size: 1.2em;
}
.entry-header .entry-excerpt-archive.video p {
  margin-bottom: 1em;
}
.entry-header .post-thumbnail {
  display: block;
  overflow: hidden;
  max-width: 700px;
  margin-top: 0.5em;
}
.entry-header .post-thumbnail img {
  max-width: 700px;
  width: 100%;
}
.entry-header .post-thumbnail > .post-thumbnail-caption {
  text-align: center;
  font-style: italic;
  margin-top: 0.5em;
}
.entry-header .post-thumbnail-archive-container {
  padding: 0.1em;
  grid-column: 1/span 1;
  grid-row: 1/span 3;
}
.entry-header .post-thumbnail-archive-container .post-thumbnail-archive {
  /* For lists of article on searches, etc */
  display: block;
  overflow: hidden;
  width: 100%;
  padding-top: 77%;
  position: relative;
}
.entry-header .post-thumbnail-archive-container .post-thumbnail-archive img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.entry-header .archive-title {
  grid-column: 2/span 1;
  grid-row: 1/span 1;
}
.entry-header .entry-excerpt-archive {
  grid-column: 2/span 1;
  grid-row: 2/span 1;
}
.entry-header .avatar-and-meta {
  grid-column: 2/span 1;
  grid-row: 3/span 1;
}
.entry-header .avatar-and-meta {
  display: flex;
  align-items: flex-end;
  font-size: 0.8rem;
}
.entry-header .avatar-and-meta img.avatar {
  border-radius: 100px;
  border: 5px solid #fff;
  width: 100px;
  margin: -5px;
}
.entry-header .avatar-and-meta .entry-meta {
  min-height: 2.5em;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  overflow: hidden;
  margin-bottom: 0.4em;
}
.entry-header .avatar-and-meta .entry-meta .meta-box {
  border-left: 1px solid #ccc;
  padding: 0 0.5em;
  margin: 0.4em 0.5em 0em -0.5em;
}
article.news .entry-header .avatar-and-meta .entry-meta .meta-box, article.videos .entry-header .avatar-and-meta .entry-meta .meta-box {
  margin-top: 0;
}
.entry-header .avatar-and-meta .entry-meta .meta-box .fa-twitter {
  color: #1da1f2;
}
.entry-header .avatar-and-meta .entry-meta .meta-box.byline {
  margin-left: 0em;
  border-left: 0;
  padding-left: 0;
}
.entry-header .avatar-and-meta .entry-meta .meta-box.archive {
  margin-top: 0.1em;
}
.entry-header .avatar-and-meta .entry-meta .author-no-link {
  white-space: nowrap;
  font-weight: bold;
}
.entry-header .avatar-and-meta .entry-meta .author-link {
  white-space: nowrap;
  color: #005585;
}
.entry-header .avatar-and-meta .entry-meta > span, .entry-header .avatar-and-meta .entry-meta > a {
  margin-right: 0.5em;
}
.entry-header .social-media {
  display: flex;
}
.entry-header .social-media .shared-counts-wrap.style-icon {
  margin-bottom: 0.2em;
}
.entry-header .social-media .shared-counts-wrap.style-icon .shared-counts-button {
  margin: 0.2em 0.2em 0 0.2em;
}
.entry-header .social-media .shared-counts-wrap.style-icon .shared-counts-button.twitter .shared-counts-icon svg {
  fill: #00b6f1;
}
.entry-header .social-media .shared-counts-wrap.style-icon .shared-counts-button.facebook .shared-counts-icon svg {
  fill: #3b5998;
}
.entry-header .social-media .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
  fill: #999999;
  width: 24px;
  height: 24px;
}

.archive .content-area article,
.search .content-area article,
.home .content-area article {
  padding-bottom: 1em;
  border-bottom: 1px solid #d9d9d9;
}

.post-categories,
.post-tags {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.post-categories li,
.post-tags li {
  margin-bottom: 0.5em;
}

.cats-and-tags {
  line-height: 2em;
  margin-top: 0.7em;
}
.cats-and-tags .tags-links,
.cats-and-tags .cat-links {
  display: inline;
}
.cats-and-tags .tags-links a:link,
.cats-and-tags .cat-links a:link {
  padding: 0.2em 0.88em;
  background-color: #3592C8;
  color: white;
  border-radius: 2em;
  text-decoration: none;
  margin-right: 0.4em;
}
.cats-and-tags .tags-links a:hover,
.cats-and-tags .cat-links a:hover {
  color: #BAE6FB;
}
.cats-and-tags .tags-links a:visited,
.cats-and-tags .cat-links a:visited {
  color: white;
}
.cats-and-tags .tags-links ul,
.cats-and-tags .cat-links ul {
  display: inline;
}
.cats-and-tags .tags-links ul li,
.cats-and-tags .cat-links ul li {
  display: inline;
  white-space: nowrap;
}
.cats-and-tags .tags-links a:link {
  background-color: #005585;
}

.entry-content {
  max-width: 700px;
}
.entry-content .entry-text {
  flex: 0 1 85em;
  overflow-wrap: break-word;
  word-break: break-word;
}
.premium .entry-content .entry-text, .news .entry-content .entry-text, .post .entry-content .entry-text {
  flex: 0 1 85em;
}
.entry-content .entry-text .wp-block-quote {
  display: block;
  width: 66%;
  margin: 1.3em auto 1.1em auto;
  position: relative;
  text-align: right;
}
.entry-content .entry-text .wp-block-quote p {
  font-size: 1.7em;
  line-height: 1.1em;
  font-style: italic;
  color: #7c7c7c;
  margin-bottom: 0.3em;
  text-align: left;
}
.entry-content .entry-text .wp-block-quote:before {
  font-size: 1.3em;
  line-height: 1.1em;
  content: url("img/left-quote.svg");
  position: absolute;
  top: -0.15em;
  left: -1.8em;
  z-index: -10;
  width: 1.5em;
}
.entry-content .read-more {
  text-align: right;
}
.entry-content .read-more a:link {
  border-bottom: 0;
  text-decoration: underline;
}
.entry-content .read-more a:hover {
  border-bottom: 0;
}
.entry-content a.more-link {
  float: right;
}
.post-type-archive-videos .entry-content a.more-link {
  float: none;
}

/*Archive Headers*/
@media screen and (max-width: 400px) {
  .archive-page-header {
    font-size: 0.9em;
  }
  .post-type-archive-news .archive-page-header, .post-type-archive-videos .archive-page-header {
    font-size: 0.8em;
  }
}

.archive-image-header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.archive-image-header img {
  width: 100%;
}
.archive-image-header img.header-background {
  min-height: 7em;
}
.archive-image-header .header-text {
  text-align: center;
  flex-basis: 100%;
  margin-left: -100%;
  color: #000;
  text-shadow: 2px 2px #3d90be;
}
.archive-image-header .header-text.premium {
  color: #404040;
  text-shadow: 2px 2px #d7ba65;
}
.archive-image-header .logo-header {
  width: 100%;
  margin-left: -100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.archive-image-header .logo-header img {
  height: 3.8em;
  width: auto;
  margin: 0 0.2em;
}
.archive-image-header .logo-header h1 {
  margin: 0 0.2em;
  color: #000;
  text-shadow: 2px 2px #3d90be;
}

.author-page-header,
.archive-page-header,
.search-page-header {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 1.5em;
}

.author-page-header {
  padding-bottom: 2em;
}

.author-page-header {
  display: flex;
  justify-content: flex-start;
}
.author-page-header .author-info {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.author-page-header .author-avatar {
  flex: 0 0 80px;
  margin-right: 0.5em;
  margin-bottom: 15px;
}
.author-page-header .author-avatar img {
  border-radius: 100px;
  width: 100%;
}
.author-page-header .author-title {
  margin: 0;
  margin-bottom: 15px;
}
.author-page-header .archive-description {
  flex-basis: 100%;
}

@media screen and (min-width: 1024px) {
  article.post .entry-content .entry-text, article.premium .entry-content .entry-text, article.news .entry-content .entry-text {
    font-size: 1.13em;
  }
}
@media screen and (max-width: 700px) {
  article .entry-header .post-thumbnail-archive-container {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }
  article .entry-header .archive-title {
    grid-column: 1/span 2;
    grid-row: 1/span 1;
    margin-bottom: 0.5em;
  }
  article .entry-header .entry-excerpt-archive {
    grid-column: 2/span 1;
    grid-row: 2/span 1;
  }
  article .entry-header .avatar-and-meta {
    grid-column: 1/span 2;
    grid-row: 3/span 1;
  }
  article .entry-header .entry-excerpt-archive.video {
    display: block;
  }
}
@media screen and (min-width: 977px) and (max-width: 1077px) {
  article .entry-header .post-thumbnail-archive-container {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }
  article .entry-header .archive-title {
    grid-column: 1/span 2;
    grid-row: 1/span 1;
    margin-bottom: 0.5em;
  }
  article .entry-header .entry-excerpt-archive {
    grid-column: 2/span 1;
    grid-row: 2/span 1;
  }
  article .entry-header .avatar-and-meta {
    grid-column: 1/span 2;
    grid-row: 3/span 1;
  }
  article .entry-header .entry-excerpt-archive.video {
    display: block;
  }
}
/*Card Tooltip*/
.qtip {
  border-radius: 11px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
}
.qtip .qtip-content {
  padding: 0.5em;
}
.qtip .qtip-content a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
}

/* Crowdsignal Polls */
.pds-vote-button {
  background-color: #025687 !important;
}

.pds-links a, .pds-return-poll {
  color: #0b74b1 !important;
}
.pds-links a:visited, .pds-return-poll:visited {
  color: #8c64a5 !important;
}
.pds-links a:hover, .pds-links a:focus, .pds-links a:active, .pds-return-poll:hover, .pds-return-poll:focus, .pds-return-poll:active {
  color: #104b6d !important;
}
.pds-links a:focus, .pds-return-poll:focus {
  outline: thin dotted !important;
}
.pds-links a:hover, .pds-links a:active, .pds-return-poll:hover, .pds-return-poll:active {
  outline: 0 !important;
}

.pds-box {
  background-color: #f7f7f7 !important;
  border-color: #b8b8b8 !important;
  border-width: 1px !important;
}

#content .pds-answer-feedback .pds-answer-feedback-bar {
  background-color: #025687 !important;
}

/* WP 6.1.1 flex hotfix - test removing once hotfix version 6.1.2 is published */
.is-layout-flex {
  display: flex;
}

body .is-layout-flex {
  flex-wrap: wrap;
}

/* Fixes for old SCG articles */
/*old premium articles*/
article .entry-text {
  /*Old decklists*/
}
article .entry-text p:first-child + div[align=center] {
  display: none;
}
article .entry-text div:first-child[align=center], article .entry-text div:last-child[align=center] {
  display: none;
}
article .entry-text div[align=center] {
  display: flex;
  justify-content: center;
  align-items: center;
}
article .entry-text div[align=center] a {
  border-bottom: 0;
}
article .entry-text div[align=center] p {
  margin: 0;
}
article .entry-text div[align=center] twitter-widget {
  width: auto !important;
}
article .entry-text .pull-quote {
  font-size: 1.7em;
  line-height: 1.1em;
  font-style: italic;
  color: #7c7c7c;
  display: block;
  width: 66%;
  margin: 1.3em auto 1.1em auto;
  position: relative;
}
article .entry-text .pull-quote:before {
  content: url("img/left-quote.svg");
  position: absolute;
  top: -0.15em;
  left: -1.8em;
  z-index: -10;
  width: 1.5em;
}
article .entry-text table.styledtable {
  width: 100%;
}
article .entry-text table.styledtable th[nowrap],
article .entry-text table.styledtable td[nowrap] {
  white-space: normal;
}
article .entry-text table.styledtable th[valign=bottom],
article .entry-text table.styledtable td[valign=bottom] {
  vertical-align: middle;
}
article .entry-text br {
  display: none;
}
article .entry-text hr {
  display: none;
}
article .entry-text .related_text {
  background-color: #ececec;
  border-width: 1px 0;
  margin: 2.2em 0;
  padding: 1em;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-size: 1em;
  height: auto;
  line-height: 1.2em;
}
article .entry-text .related_text img {
  order: 2;
  width: 60px;
  margin-right: 0.8em;
  height: 60px;
  float: none;
  padding: 0;
}
article .entry-text .related_text p {
  margin: 0;
}
article .entry-text .related_text p.header {
  order: 1;
  flex: 1 0 100%;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #005586;
  margin-bottom: 0.7em;
}
article .entry-text .related_text p.title {
  order: 3;
  flex: 1 1 10em;
  font-size: 1em;
  color: #007ac1;
  text-decoration: underline;
  margin: 0;
}
article .entry-text .related_text p.title:hover {
  color: #104b6d;
}
article .entry-text div.deck_listing {
  border: 1px solid #b8b8b8;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 1em;
}
article .entry-text div.deck_listing div.deck_header {
  background-color: #f7f7f7;
  padding: 1em;
  position: relative;
}
article .entry-text div.deck_listing div.deck_header a {
  color: #0b74b1;
}
article .entry-text div.deck_listing div.deck_header a:visited {
  color: #8c64a5;
}
article .entry-text div.deck_listing div.deck_header a:hover, article .entry-text div.deck_listing div.deck_header a:focus, article .entry-text div.deck_listing div.deck_header a:active {
  color: #104b6d;
}
article .entry-text div.deck_listing div.deck_header a:focus {
  outline: thin dotted;
}
article .entry-text div.deck_listing div.deck_header a:hover, article .entry-text div.deck_listing div.deck_header a:active {
  outline: 0;
}
article .entry-text div.deck_listing div.deck_header div.deck_info {
  margin-right: 6em;
}
article .entry-text div.deck_listing div.deck_header div.deck_info header.deck_title {
  font-size: 1.7em;
  font-family: "Montserrat", sans-serif;
  line-height: 1em;
  margin-bottom: 0.1em;
}
article .entry-text div.deck_listing div.deck_header div.deck_info header.deck_title a {
  color: #005586;
  text-decoration: none;
}
article .entry-text div.deck_listing div.deck_header div.deck_info header.deck_title a:visited {
  color: #005586;
}
article .entry-text div.deck_listing div.deck_header div.deck_info header.player_name {
  font-size: 1.3em;
  font-family: "Montserrat", sans-serif;
  line-height: 1em;
  margin-bottom: 0.1em;
}
article .entry-text div.deck_listing div.deck_header div.deck_info header.player_name a {
  color: #636363;
  text-decoration: none;
}
article .entry-text div.deck_listing div.deck_header div.deck_info header.player_name a:visited {
  color: #636363;
}
article .entry-text div.deck_listing div.deck_header div.deck_info header.deck_played_placed {
  font-size: 0.8em;
  margin: 0.2em 0 0.6em 0;
}
article .entry-text div.deck_listing div.deck_header div.deck_banners div.deck_format {
  color: #fff;
  position: initial;
  background-color: green;
  border-radius: 1em;
  display: inline;
  padding: 0.1em 0.7em;
}
article .entry-text div.deck_listing div.deck_header div.deck_banners div.deck_function_buttons {
  display: flex;
  position: absolute;
  top: 1em;
  right: 1em;
}
article .entry-text div.deck_listing div.deck_header div.deck_banners div.deck_function_buttons div.left {
  background-color: #000000;
  border-radius: 3px;
  margin-right: 0.5em;
}
article .entry-text div.deck_listing div.deck_header div.deck_banners div.deck_function_buttons div.left a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 2.5em;
}
article .entry-text div.deck_listing div.deck_header div.deck_banners div.deck_function_buttons div.deck-print-button {
  background-color: #16663b;
  border-radius: 3px;
  /*remove print button*/
  display: none;
}
article .entry-text div.deck_listing div.deck_header div.deck_banners div.deck_function_buttons div.deck-print-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 2.5em;
  color: #ffffff;
  text-decoration: none;
}
article .entry-text div.deck_listing div.deck_header div.deck_banners div.deck_function_buttons div.deck-print-button a:visited {
  color: #ffffff;
}
article .entry-text div.deck_listing div.deck_header div.deck_banners div.deck_function_buttons div.deck-print-button a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f02f";
  font-size: 1.4em;
  margin-right: -0.2em;
}
article .entry-text div.deck_listing .deck_card_wrapper {
  display: flex;
  flex-flow: row wrap;
  font-size: 0.9em;
  padding: 1em;
  padding-left: 0;
  justify-content: space-between;
}
article .entry-text div.deck_listing .deck_card_wrapper .cards_col1 {
  order: 2;
  margin-left: 1em;
}
article .entry-text div.deck_listing .deck_card_wrapper .cards_col2 {
  order: 3;
  margin-left: 1em;
}
article .entry-text div.deck_listing .deck_card_wrapper .cards_col2 .deck_sideboard {
  background-color: #f7f7f7;
  padding: 0.5em;
}
article .entry-text div.deck_listing .deck_card_wrapper .cards_col2 .deck_sideboard a {
  color: #0b74b1;
}
article .entry-text div.deck_listing .deck_card_wrapper .cards_col2 .deck_sideboard a:visited {
  color: #8c64a5;
}
article .entry-text div.deck_listing .deck_card_wrapper .cards_col2 .deck_sideboard a:hover, article .entry-text div.deck_listing .deck_card_wrapper .cards_col2 .deck_sideboard a:focus, article .entry-text div.deck_listing .deck_card_wrapper .cards_col2 .deck_sideboard a:active {
  color: #104b6d;
}
article .entry-text div.deck_listing .deck_card_wrapper .cards_col2 .deck_sideboard a:focus {
  outline: thin dotted;
}
article .entry-text div.deck_listing .deck_card_wrapper .cards_col2 .deck_sideboard a:hover, article .entry-text div.deck_listing .deck_card_wrapper .cards_col2 .deck_sideboard a:active {
  outline: 0;
}
article .entry-text div.deck_listing .deck_card_wrapper .card_preview {
  order: 1;
  margin-left: 1em;
  flex: 1 4 11.7em;
}
article .entry-text div.deck_listing .deck_card_wrapper .card_preview .deck_social_buttons {
  display: flex;
  margin: 0.3em 0 1em 0;
  /*remove social buttons*/
  display: none;
}
article .entry-text div.deck_listing .deck_card_wrapper .card_preview .deck_social_buttons div.left {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5em;
}
article .entry-text div.deck_listing .deck_card_wrapper .card_preview .deck_social_buttons div.left a {
  display: block;
  width: 2.2em;
  height: 2.2em;
  background: none;
  border-radius: 100px;
  color: white;
  font-family: "Font Awesome 5 Brands";
  text-decoration: none;
  line-height: 2.2em;
  text-align: center;
  font-size: 1.7em;
}
article .entry-text div.deck_listing .deck_card_wrapper .card_preview .deck_social_buttons div.fb-like a {
  background-color: #1776f2;
}
article .entry-text div.deck_listing .deck_card_wrapper .card_preview .deck_social_buttons div.fb-like a:before {
  content: "\f39e";
}
article .entry-text div.deck_listing .deck_card_wrapper .card_preview .deck_social_buttons div.twitter-button a {
  background-color: #1da1f2;
}
article .entry-text div.deck_listing .deck_card_wrapper .card_preview .deck_social_buttons div.twitter-button a:before {
  content: "\f099";
  margin-left: 0.3em;
}
article .entry-text div.deck_listing .deck_card_wrapper .card_preview .deck_social_buttons div.reddit-button a {
  background-color: #ff5700;
}
article .entry-text div.deck_listing .deck_card_wrapper .card_preview .deck_social_buttons div.reddit-button a:before {
  content: "\f281";
}
article .entry-text div.deck_listing .deck_card_wrapper .cards_col1,
article .entry-text div.deck_listing .deck_card_wrapper .cards_col2 {
  flex: 1 0 11.1em;
  max-width: 45%;
}
article .entry-text div.deck_listing .deck_card_wrapper .cards_col1 h3,
article .entry-text div.deck_listing .deck_card_wrapper .cards_col2 h3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
  margin-bottom: 0.4em;
  margin-top: 0;
}
article .entry-text div.deck_listing .deck_card_wrapper .cards_col1 ul,
article .entry-text div.deck_listing .deck_card_wrapper .cards_col2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1.5em;
}
article .entry-text div.deck_listing .deck_card_wrapper .cards_col1 ul li,
article .entry-text div.deck_listing .deck_card_wrapper .cards_col2 ul li {
  margin-bottom: 0.3em;
}
article .entry-text div.deck_listing .deck_card_wrapper .cards_col1 ul li::before,
article .entry-text div.deck_listing .deck_card_wrapper .cards_col2 ul li::before {
  content: none;
  display: none;
  width: 0;
  margin: 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
  word-break: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Search Form For Articles
--------------------------------------------------------------*/
#searchform {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 1em 0 1em -1em;
  /* Chosen turned off */
}
#searchform label {
  flex: 0 0 100%;
  font-size: 1em;
  font-weight: bold;
}
#searchform .chosen-container {
  flex-basis: 100%;
  width: initial !important;
}
#searchform .chosen-container .chosen-choices {
  border: 1px solid #9e9e9e;
  border-radius: 3px;
  background-color: #fcfdff;
  background-image: none;
  font-size: 16px;
  line-height: 18px;
  padding: 0.5em;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}
#searchform .chosen-container .chosen-choices .chosen-search-input {
  height: 31px;
  padding-bottom: 0.5em;
}
#searchform .chosen-container .chosen-choices .search-choice {
  background-color: #007ac1;
  background-image: none;
  border: 0;
  border-radius: 3px;
  font-size: 14px;
  line-height: 15px;
  color: #ffffff;
  display: flex;
  padding: 0.4em 0.8em;
  margin: 0 0.5em 0.5em 0;
  box-shadow: none;
}
#searchform .chosen-container .chosen-choices .search-choice-close {
  background-image: none !important;
  position: static;
  padding: 0;
  margin-left: 0.8em;
  display: block;
  font-size: 14px;
  line-height: 15px;
  width: 8px;
}
#searchform .chosen-container .chosen-choices .search-choice-close:after {
  content: url(../blue-star/img/times-regular-white.svg);
}
#searchform .chosen-container .chosen-single {
  border: 1px solid #9e9e9e;
  border-radius: 3px;
  background-color: #fcfdff;
  background-image: none;
  font-size: 16px;
  line-height: 18px;
  padding: 0.5em;
  width: 100%;
  position: static;
  height: auto;
  box-shadow: none;
}
#searchform .chosen-container .chosen-single > div {
  top: 6px;
  width: 15px;
  height: 20px;
}
#searchform .chosen-container.chosen-container-active .chosen-choices, #searchform .chosen-container.chosen-container-active .chosen-single {
  border: 1px solid #025687;
  outline: 0;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px #87c0e2;
}
#searchform .chosen-container .chosen-drop {
  margin-top: 7px;
  border-top: 1px solid #9e9e9e;
}
#searchform .chosen-container .chosen-search .chosen-search-input {
  border: 1px solid #9e9e9e;
  border-radius: 3px;
  background-color: #fcfdff;
  background-image: none;
  font-size: 16px;
  line-height: 18px;
  padding: 0.5em;
}
#searchform .chosen-container .chosen-search .chosen-search-input:focus {
  border: 1px solid #025687;
  outline: 0;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px #87c0e2;
  box-shadow: none;
}
#searchform .chosen-container .chosen-results .result-selected {
  background-color: #c2deee;
  color: #333333;
}
#searchform .chosen-container .chosen-results .highlighted {
  background-color: #8dc7e9;
  background-image: none;
}
#searchform select:focus {
  border: 1px solid #025687;
  outline: 0;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px #87c0e2;
}
#searchform .search-keyword {
  flex-basis: 100%;
  display: flex;
  flex-flow: row wrap;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
#searchform .search-keyword input {
  border: 1px solid #9e9e9e;
  border-radius: 3px;
  background-color: #fcfdff;
  background-image: none;
  font-size: 16px;
  line-height: 18px;
  padding: 0.5em;
  width: 100%;
}
#searchform .search-keyword input:focus {
  border: 1px solid #025687;
  outline: 0;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px #87c0e2;
}
#searchform .search-tags {
  flex: 1 1 358px;
  display: flex;
  flex-flow: column nowrap;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
#searchform .search-tags select {
  width: 100%;
  height: 100px;
}
#searchform .search-tags label {
  flex-basis: auto;
}
#searchform .search-categories {
  flex: 1 0 410px;
  display: flex;
  flex-flow: column nowrap;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
@media (max-width: 500px) {
  #searchform .search-categories {
    flex-shrink: 1;
  }
}
#searchform .search-categories select {
  width: 100%;
  height: 100px;
}
#searchform .search-categories label {
  flex-basis: auto;
}
#searchform .search-author {
  flex: 1 1 358px;
  display: flex;
  flex-flow: row wrap;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
#searchform .search-author select {
  flex-grow: 1;
}
#searchform .search-date-and-submit {
  flex: 1 0 410px;
  display: flex;
  flex-flow: row wrap;
  margin-left: 1em;
  margin-bottom: 0.5em;
  margin-bottom: 0;
}
@media (max-width: 500px) {
  #searchform .search-date-and-submit {
    flex-shrink: 1;
  }
}
#searchform .search-date {
  flex: 0 0 305px;
  margin-bottom: 0.5em;
}
#searchform .search-date i {
  position: relative;
  z-index: 10;
  color: #b8b8b8;
  margin-left: 0.7em;
}
#searchform .search-date input {
  border: 1px solid #9e9e9e;
  border-radius: 3px;
  background-color: #fcfdff;
  background-image: none;
  font-size: 16px;
  line-height: 18px;
  padding: 0.5em;
  width: 8.3em;
  text-align: right;
  margin-left: -1.8em;
  line-height: 16px;
}
#searchform .search-date input:focus {
  border: 1px solid #025687;
  outline: 0;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px #87c0e2;
}
#searchform .search-date span {
  padding: 0 0.6em;
  line-height: 2.5em;
}
#searchform .search-submit {
  flex: 1 0 100px;
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  margin-bottom: 0.5em;
}
#searchform .search-submit .search-submit-button {
  background-color: #025687;
  border-radius: 3px;
  font-size: 1em;
  line-height: 1em;
  color: #ffffff;
  padding: 0.3em 0.9em 0.3em 2.1em;
  height: 28px;
  box-sizing: initial;
  border: 0;
  margin-left: -1.8em;
  cursor: pointer;
}
#searchform .search-submit .search-submit-button:hover {
  background-color: #007ac1;
}
#searchform .search-submit .search-submit-button:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #87c0e2;
}
#searchform .search-submit i {
  pointer-events: none;
  margin-left: 0.6em;
  color: #ffffff;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  display: flex;
  flex-flow: row wrap;
  padding: 0 4%;
  justify-content: center;
  max-width: 1310px;
}
.site-footer .footer-ad {
  width: 100%;
}
.site-footer .footer-hilight {
  font-size: 1.4em;
  font-weight: bold;
  color: #005585;
  text-align: center;
  margin-bottom: 0.4em;
}
.site-footer .social-text {
  margin-top: 1.2em;
}
.site-footer .newsletter-and-social {
  flex: 1 1 100%;
  display: flex;
  flex-flow: row wrap;
  padding: 1.5em 0;
}
.site-footer .newsletter-and-social > div {
  flex: 1 0 100%;
}
.site-footer .newsletter-and-social .sign-up form {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.site-footer .newsletter-and-social .sign-up form input {
  border: 0;
  /*height: 3em;*/
  font-size: 1em;
  padding: 1em;
  line-height: 1em;
}
.site-footer .newsletter-and-social .sign-up form input[type=text] {
  flex: 0 1 325px;
  border-radius: 50px 0 0 50px;
  background-color: #f4f3ef;
  font-style: italic;
}
.site-footer .newsletter-and-social .sign-up form input[type=submit] {
  flex: 0 0 auto;
  border-radius: 0 50px 50px 0;
  background-color: #BAE6FB;
  color: #052B48;
  font-weight: bold;
}
.site-footer .footer-copyright {
  color: #707070;
  font-size: 0.9em;
  margin: 0 0 1em 0;
  order: 3;
}

@media screen and (min-width: 1024px) {
  .site-footer {
    padding: 0 3em;
    margin: 0 auto;
  }
  .site-footer .footer-menu {
    order: 2;
  }
  .site-footer .newsletter-and-social {
    border-bottom: 1px solid #d9d9d9;
    order: 1;
  }
  .site-footer .newsletter-and-social .newsletter-sign-up {
    flex: 1 0 50%;
  }
  .site-footer .newsletter-and-social .social-links {
    flex: 1 0 50%;
  }
  .site-footer .newsletter-and-social .social-links .social-text {
    margin-top: 0;
  }
}
@media screen and (min-width: 1261px) {
  .site-footer .newsletter-and-social .newsletter-sign-up {
    display: flex;
    align-items: center;
  }
  .site-footer .newsletter-and-social .newsletter-sign-up .footer-hilight {
    margin: 0 1em 0 0;
  }
  .site-footer .newsletter-and-social .social-links {
    flex: 0 1 1em;
  }
  .site-footer .newsletter-and-social .social-links .social-text {
    display: none;
  }
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget h2, .widget h3 {
  border-bottom: 1px solid #d9d9d9;
}
.widget.widget_recent_entries h2, .widget.widget_recent_entries h3 {
  display: none;
}
.widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget ul li {
  margin: 0.5em 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

/*Categories Widget*/
.widget_categories ul {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_categories ul li {
  display: inline;
  white-space: nowrap;
  padding: 0.2em 0.88em;
  background-color: #3592C8;
  border-radius: 2em;
  margin-right: 0.4em;
  color: white;
  line-height: 2em;
}
.widget_categories ul li a:link {
  text-decoration: none;
  color: white;
}
.widget_categories ul li a:hover {
  color: #BAE6FB;
}
.widget_categories ul li a:visited {
  color: white;
}

/*Tag Cloud Widget*/
.widget_tag_cloud .tagcloud a:link {
  white-space: nowrap;
  padding: 0.2em 0.88em;
  background-color: #005585;
  border-radius: 2em;
  margin: 0;
  color: white;
  line-height: 1.7em;
  text-decoration: none;
  color: white;
}
.widget_tag_cloud .tagcloud a:hover {
  color: #BAE6FB;
}
.widget_tag_cloud .tagcloud a:visited {
  color: white;
}

/*Custom recent post types widget*/
.widget_recent_custom_posts ul li .recent-custom-post {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 0.4em;
  margin-bottom: 1.3em;
  line-height: 1.3em;
}
.widget_recent_custom_posts ul li .recent-custom-post .post-header {
  display: flex;
}
.widget_recent_custom_posts ul li .recent-custom-post .post-header .post-author-image {
  flex: none;
  width: 3.4em;
  margin-right: 10px;
}
.widget_recent_custom_posts ul li .recent-custom-post .post-header .post-author-image img {
  width: 100%;
  overflow: hidden;
  border-radius: 150px;
}
.widget_recent_custom_posts ul li .recent-custom-post .post-header .post-header-content .post-title a.post-title-link {
  font-size: 21px;
  font-weight: bold;
  color: #005586;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
}
.widget_recent_custom_posts ul li .recent-custom-post .post-header .post-header-content .post-title a.post-title-link:hover {
  color: #0086d3;
}
.widget_recent_custom_posts ul li .recent-custom-post .post-header .post-header-content .post-author {
  font-size: 0.9em;
  line-height: 1.1em;
  margin-top: 0.3em;
  font-weight: bold;
  color: #898C8E;
}
.widget_recent_custom_posts ul li .recent-custom-post .post-header .post-header-content .post-author a, .widget_recent_custom_posts ul li .recent-custom-post .post-header .post-header-content .post-author span {
  text-decoration: none;
  color: #898C8E;
}
.widget_recent_custom_posts ul li .recent-custom-post .post-header .post-header-content .post-author span.by-span {
  display: none;
}
.widget_recent_custom_posts ul li .recent-custom-post .post-header .post-header-content .post-author span.span-and {
  color: #898C8E;
}
.widget_recent_custom_posts ul li .recent-custom-post .post-body a.post-excerpt:link {
  flex: 100%;
  margin: 1em 0;
  font-size: 0.9em;
  line-height: 1.4em;
  padding-right: 0.4em;
  display: block;
  color: #404040;
  text-decoration: none;
}
.widget_recent_custom_posts ul li .recent-custom-post .post-body a.post-excerpt:visited, .widget_recent_custom_posts ul li .recent-custom-post .post-body a.post-excerpt:hover {
  color: initial;
}
.widget_recent_custom_posts .more-button {
  border-radius: 50px 50px;
  background-color: #BAE6FB;
  color: #052B48;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  width: 10em;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 0;
  text-transform: uppercase;
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

figcaption {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* wp-block-gallery */
.wp-block-gallery .blocks-gallery-grid {
  margin-left: 0;
}
.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:before {
  content: none;
}
.wp-block-gallery.center-cards-gallery {
  justify-content: center;
}
.wp-block-gallery.center-cards-gallery .blocks-gallery-grid {
  display: flex;
  justify-content: center;
  max-width: 650px;
}
.wp-block-gallery.center-cards-gallery .blocks-gallery-grid .blocks-gallery-item {
  width: unset;
  max-width: 200px;
  margin: 10px;
  flex-basis: 50%;
}
.wp-block-gallery.center-cards-gallery .blocks-gallery-grid .blocks-gallery-item > figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.wp-block-gallery.center-cards-gallery .blocks-gallery-grid .blocks-gallery-item > figure img {
  max-width: 100%;
  height: auto;
}
.wp-block-gallery.center-cards-gallery.alignleft .blocks-gallery-grid {
  justify-content: flex-start;
}
.wp-block-gallery.center-cards-gallery.alignright .blocks-gallery-grid {
  justify-content: flex-end;
}

/*--------------------------------------------------------------
## Ads
--------------------------------------------------------------*/
/*Archives*/
.ad-interim {
  width: 468px;
  overflow: hidden;
  margin: 1em auto;
}
@media screen and (max-device-width: 508px), (max-width: 508px) {
  .ad-interim {
    width: 300px;
  }
}

/*Sidebar*/
.sidebar-ad {
  margin: 30px 0;
}

.sidebar-add-inner {
  width: 336px;
  height: 280px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
## Shortcodes
--------------------------------------------------------------*/
.deck_listing {
  border: 1px solid #b8b8b8;
  display: flex;
  flex-flow: column nowrap;
}

.deck_listing div.deck_header {
  background-color: #f7f7f7;
  padding: 1em;
  position: relative;
}

.deck_listing div.deck_header a {
  color: #0b74b1;
}
.deck_listing div.deck_header a:visited {
  color: #8c64a5;
}
.deck_listing div.deck_header a:hover, .deck_listing div.deck_header a:focus, .deck_listing div.deck_header a:active {
  color: #104b6d;
}
.deck_listing div.deck_header a:focus {
  outline: thin dotted;
}
.deck_listing div.deck_header a:hover, .deck_listing div.deck_header a:active {
  outline: 0;
}

.deck_info {
  margin-right: 6em;
}

.deck_info header.player_name {
  font-size: 2em;
  font-family: "Montserrat", sans-serif;
  line-height: 1em;
}

.deck_info header.player_name a {
  color: #005585;
  text-decoration: none;
}

.deck_info header.player_name a:visited {
  color: #005585;
}

.deck_info header.deck_played_placed {
  font-size: 0.8em;
  margin: 0.2em 0 0.6em 0;
}

.deck_banners div.deck_function_buttons {
  display: flex;
  position: absolute;
  top: 1em;
  right: 1em;
}

.deck_banners div.deck_format {
  color: #fff;
  position: initial;
  background-color: #005585;
  border-radius: 1em;
  display: inline;
  padding: 0.1em 0.7em;
}

deck_function_buttons left {
  background-color: #000000;
  border-radius: 3px;
  margin-right: 0.5em;
}

.deck_function_buttons_c {
  display: flex;
  width: 2.5em;
  height: 2.5em;
  justify-content: center;
  align-items: center;
  margin: 3px;
  background-color: #000000;
  border-radius: 3px;
}

.deck_function_buttons_c:hover {
  cursor: pointer;
}

.deck_function_images {
  width: 25px;
  height: 30px;
}

.deck_function_buttons_a {
  justify-content: center;
  align-content: center;
}

.deck_function_buttons .arena_decklist button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 2.5em;
  font-size: 1em;
  padding: 0;
  background-color: #000000;
}

.deck-print-button {
  background-color: #16663b;
  border-radius: 3px;
}

.deck-print-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 2.5em;
  color: #ffffff;
  text-decoration: none;
}

.deck-print-button a:visited {
  color: #ffffff;
}

.deck-print-button a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f02f";
  font-size: 1.4em;
  margin-right: -0.2em;
}

.deck_listing .deck_card_wrapper {
  display: flex;
  flex-flow: row wrap;
  font-size: 0.9em;
  padding: 1em;
  padding-left: 0;
  justify-content: space-between;
}

.cards_col1 {
  order: 2;
  margin-left: 1em;
}

.cards_col2 {
  order: 3;
  margin-left: 1em;
}

.cards_col2 .deck_sideboard {
  background-color: #f7f7f7;
  padding: 0.5em;
}

.cards_col2 .deck_sideboard a {
  color: #0b74b1;
}
.cards_col2 .deck_sideboard a:visited {
  color: #8c64a5;
}
.cards_col2 .deck_sideboard a:hover, .cards_col2 .deck_sideboard a:focus, .cards_col2 .deck_sideboard a:active {
  color: #104b6d;
}
.cards_col2 .deck_sideboard a:focus {
  outline: thin dotted;
}
.cards_col2 .deck_sideboard a:hover, .cards_col2 .deck_sideboard a:active {
  outline: 0;
}

.card_preview {
  order: 1;
  margin-left: 1em;
  flex: 1 4 11.7em;
}

.deck_social_buttons {
  display: flex;
  margin: 0.3em 0 1em 0;
}

.deck_social_buttons div.left {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5em;
}

.deck_social_buttons div.left a {
  display: block;
  width: 2.2em;
  height: 2.2em;
  background: none;
  border-radius: 100px;
  color: white;
  font-family: "Font Awesome 5 Brands";
  text-decoration: none;
  line-height: 2.2em;
  text-align: center;
  font-size: 1.7em;
}

.deck_social_buttons div.fb-like a {
  background-color: #1776f2;
}

.deck_social_buttons div.fb-like a:before {
  content: "\f39e";
}

.deck_social_buttons div.twitter-button a {
  background-color: #1da1f2;
}

.deck_social_buttons div.twitter-button a:before {
  content: "\f099";
  margin-left: 0.3em;
}

.deck_social_buttons div.reddit-button a {
  background-color: #ff5700;
}

.deck_social_buttons div.reddit-button a:before {
  content: "\f281";
}

.cards_col1,
.cards_col2 {
  flex: 1 0 11.1em;
  max-width: 45%;
}

.cards_col1 h3,
.cards_col2 h3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
  margin-bottom: 0.4em;
  margin-top: 0;
}

.cards_col1 ul,
.cards_col2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1.5em;
}

.cards_col1 ul li,
.cards_col2 ul li {
  margin-bottom: 0.3em;
}

.cards_col1 ul li::before,
.cards_col2 ul li::before {
  content: none;
  display: none;
  width: 0;
  margin: 0;
}

.clear {
  clear: both;
}

.entry-content .card-image-shortcode-container {
  text-align: center;
  display: inline-block;
}
.entry-content .card-image-shortcode-container a {
  border: 0;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 0;
}
.entry-content .card-image-shortcode-container a:hover .card-image, .entry-content .card-image-shortcode-container a:focus .card-image {
  filter: brightness(117%);
}
.entry-content .card-image-shortcode-container .card-image {
  border: 1px;
  width: 220px;
  height: 306px;
  display: inline-block;
  vertical-align: top;
}
.entry-content .samplehand {
  width: 100%;
  text-align: center;
  display: inline-block;
}
.entry-content .samplehand a {
  border: 0;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 0;
}
.entry-content .samplehand .samplehand_image {
  transition: transform 0.2s; /* Animation */
  width: 111px;
  height: 155px;
  margin: 0 auto;
  border-radius: 5px;
  display: inline-block;
}
.entry-content .samplehand .samplehand_image:hover {
  transform: scale(2);
  z-index: 1000;
}

/*--------------------------------------------------------------
# Page Specific CSS
--------------------------------------------------------------*/
/*Special CSS for RCP account information pages*/
.rcp-account header {
  background-color: #000000;
  padding: 1em;
  margin-top: 0;
  border-bottom: 6px solid #d7ba65;
}
.rcp-account header h1 {
  color: #dfbf5c;
  margin: 0.1em 0;
}
.rcp-account h3,
.rcp-account .braintree-heading {
  color: #025687;
  font-size: 1em;
  margin-left: 5px;
  font-family: "Montserrat";
}
.rcp-account .rcp-confirm-details h3 {
  margin-left: 0;
}
.rcp-account .entry-content {
  max-width: unset;
  margin-top: 0;
}
.rcp-account .entry-content p a {
  border: 0;
  text-decoration: underline;
}
.rcp-account .premium-intro {
  padding: 1em;
  border-bottom: 6px solid #d7ba65;
  margin-bottom: 2em;
}
.rcp-account #rcp-account-overview tr {
  background-color: transparent;
}
.rcp-account #rcp-account-overview td[data-th=Membership] {
  font-weight: bold;
}
.rcp-account .rcp-table {
  overflow-wrap: initial;
  word-break: initial;
}
.rcp-account .rcp-table#rcp-account-overview {
  margin-bottom: 4em;
}
.rcp-account .rcp-table thead tr:first-child {
  background-color: transparent;
}
.rcp-account .rcp-table thead th {
  background-color: transparent;
  border: 1px solid #9e9e9e;
  border-width: 0 0 1px 0;
  color: #025687;
  font-size: 1em;
  font-family: "Montserrat";
  font-weight: 900;
  width: auto;
  text-transform: none;
  vertical-align: bottom;
}
.rcp-account .rcp-table th {
  font-weight: bold;
  background-color: transparent;
  color: #000000;
  text-transform: none;
  width: auto;
  border-width: 0px;
}
.rcp-account .rcp-table tr {
  background-color: #f7f7f7;
  border-width: 0px;
}
.rcp-account .rcp-table tr:nth-child(odd) {
  background-color: #ededed;
}
.rcp-account .rcp-table tr td {
  border-width: 0px;
  line-height: 1.2em;
}
.rcp-account .rcp-table td br {
  display: none;
}
.rcp-account .rcp-table.rcp_registration_total_details tbody tr {
  background-color: transparent;
  height: 4em;
}
.rcp-account .rcp-table.rcp_registration_total_details tbody tr td {
  vertical-align: middle;
}
.rcp-account .rcp-table.rcp_registration_total_details tfoot tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.rcp-account .rcp-table.rcp_registration_total_details tfoot tr:nth-child(even) {
  background-color: #ededed;
}
.rcp-account .rcp-table.rcp_registration_total_details th:last-child,
.rcp-account .rcp-table.rcp_registration_total_details td:last-child {
  text-align: right;
}
.rcp-account .rcp-table.rcp_registration_total_details th[data-th=Membership],
.rcp-account .rcp-table.rcp_registration_total_details td[data-th=Membership] {
  font-weight: bold;
}
.rcp-account .rcp-table .rcp-membership-auto-renew-notice {
  font-style: italic;
}
@media (min-width: 600px) {
  .rcp-account .rcp-table td[data-th="Invoice #"] {
    text-align: center;
  }
}
.rcp-account .rcp_error {
  border: 1px solid #c51010;
  border-radius: 3px;
  background-color: #ffebeb;
  color: #6e0000;
  display: flex;
  flex-flow: row nowrap;
  padding: 10px;
  align-items: center;
  margin: 1em 0;
}
.rcp-account .rcp_error::before {
  content: url(../blue-star/img/exclamation-circle-regular.svg);
  display: block;
  width: 1.6em;
  flex: 0 0 1.6em;
  margin-right: 10px;
}
.rcp-account .rcp_error span {
  padding: 0;
}
.rcp-account .rcp-update-billing-details-unsupported {
  border: 1px solid #c17926;
  border-radius: 3px;
  background-color: #fff8ec;
  color: #ab6615;
  display: flex;
  flex-flow: row nowrap;
  padding: 10px;
  align-items: center;
  margin: 1em 0;
}
.rcp-account .rcp_success {
  border: 1px solid #b2a600;
  border-radius: 3px;
  background-color: #fffcd9;
  color: #716800;
  display: flex;
  flex-flow: row nowrap;
  padding: 10px;
  align-items: center;
  margin: 1em 0;
}
.rcp-account .rcp_success::before {
  content: url(../blue-star/img/align-slash-regular.svg);
  display: block;
  width: 1.6em;
  flex: 0 0 1.6em;
  margin-right: 10px;
}
.rcp-account .rcp_success span {
  padding: 0;
}
.rcp-account .rcp_subscription_level .rcp_subscription_level_name {
  font-weight: bold;
}
.rcp-account .rcp_subscription_level .rcp_level_description {
  border-width: 0px;
  padding-left: 0px;
}
.rcp-account .rcp_subscription_level .rcp_level {
  margin: 5px 5px 0 0;
}
.rcp-account .rcp_gateways_fieldset .rcp_gateway_option_input {
  margin: 5px 5px 0 0;
}
.rcp-account .rcp_gateways_fieldset legend {
  color: #025687;
  font-size: 1em;
  font-family: "Montserrat";
  font-weight: 900;
}
.rcp-account .entry-content ul li::before {
  margin-left: 0;
  content: "";
  width: 0;
}
.rcp-account .rcp_gateway_braintree_fields > div {
  width: 100%;
}
.rcp-account .braintree-show-methods {
  width: 100%;
}
.rcp-account #rcp_submit_wrap, .rcp-account #rcp-paypal-express-confirm-form {
  text-align: right;
}
.rcp-account #rcp_submit_wrap #rcp_submit, .rcp-account #rcp_submit_wrap .rcp-button, .rcp-account #rcp-paypal-express-confirm-form #rcp_submit, .rcp-account #rcp-paypal-express-confirm-form .rcp-button {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  color: #ffffff;
  background-color: #ff7600;
  border-radius: 3em;
  padding: 10px 28px;
  border: 0;
  width: fit-content;
  text-decoration: none;
  align-items: center;
  cursor: pointer;
}
.rcp-account #rcp_submit_wrap #rcp_submit:hover, .rcp-account #rcp_submit_wrap .rcp-button:hover, .rcp-account #rcp-paypal-express-confirm-form #rcp_submit:hover, .rcp-account #rcp-paypal-express-confirm-form .rcp-button:hover {
  background-color: #d46300;
}
.rcp-account #rcp_submit_wrap #rcp_submit:focus, .rcp-account #rcp_submit_wrap .rcp-button:focus, .rcp-account #rcp-paypal-express-confirm-form #rcp_submit:focus, .rcp-account #rcp-paypal-express-confirm-form .rcp-button:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #8dc7e9;
  background-color: #d46300;
  border: 0;
}
.rcp-account #rcp_login_form + #login-info {
  display: initial;
}
.rcp-account .rcp_sub_details_update_card {
  display: flex;
  flex-flow: row nowrap;
}
.rcp-account .rcp_sub_details_update_card::before {
  content: url(../blue-star/img/credit-card-regular.svg);
  display: flex;
  align-items: center;
  flex: 0 0 1em;
  height: auto;
  margin-right: 0.2em;
}
.rcp-account .rcp_sub_details_renew {
  display: flex;
  flex-flow: row nowrap;
}
.rcp-account .rcp_sub_details_renew::before {
  content: url(../blue-star/img/redo-alt-regular.svg);
  display: flex;
  align-items: center;
  flex: 0 0 1em;
  height: auto;
  margin-right: 0.2em;
}
.rcp-account .rcp_sub_details_cancel {
  display: flex;
  flex-flow: row nowrap;
}
.rcp-account .rcp_sub_details_cancel::before {
  content: url(../blue-star/img/times-circle-regular.svg);
  display: flex;
  align-items: center;
  flex: 0 0 1em;
  height: auto;
  margin-right: 0.2em;
}
.rcp-account td[data-th=Actions] a + a:last-child {
  margin-top: 0.5em;
}
.rcp-account #rcp-payment-history td[data-th=Actions] a {
  display: flex;
  flex-flow: row nowrap;
}
.rcp-account #rcp-payment-history td[data-th=Actions] a.rcp_payment_pending::before {
  content: url(../blue-star/img/redo-alt-regular.svg);
  display: flex;
  align-items: center;
  flex: 0 0 1em;
  height: auto;
  margin-right: 0.2em;
}
.rcp-account #rcp-payment-history td[data-th=Actions] a.rcp_view_receipt::before {
  content: url(../blue-star/img/file-regular.svg);
  display: flex;
  align-items: center;
  flex: 0 0 1em;
  height: auto;
  margin-right: 0.2em;
}
.rcp-account .back-link:visited {
  color: #007ac1;
}
.rcp-account .back-link:hover {
  color: #104b6d;
}

/*problem here*/
@media only screen and (max-width: 600px) {
  .rcp-table {
    overflow: hidden;
    width: 100%;
  }
  .rcp-table th {
    display: none;
  }
  .rcp-table tr td {
    display: block;
    text-align: left;
    padding-left: 50%;
  }
  .rcp-table tr td:first-child {
    padding-top: 0.5em;
  }
  .rcp-table tr td:last-child {
    padding-bottom: 0.5em;
  }
  .rcp-table tr td:before {
    content: attr(data-th) ": ";
    font-weight: 700;
    display: inline-block;
    height: 100%;
    line-height: 100%;
    width: 100%;
    margin-left: -100%;
  }
  .rcp-table tr td:first-child {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
/*Sidebar*/
@media screen and (max-width: 1140px) {
  .page-template-page_rcp-account aside#secondary {
    display: none;
  }
  .page-template-page_rcp-account .faux-sidebar-spacer {
    display: none;
  }
}
/*Extra comment here*/

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