/*VARIABLES*/
@font-face {
  font-family: "Raiders";
  src: url("../fonts/raiders.eot");
  src: url("../fonts/raiders.eot") format("embedded-opentype"), url("../fonts/raiders.ott") format("truetype"), url("../fonts/raiders.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Phosphate-Solid";
  src: url("../fonts/PhosphatePro-Solid.eot");
  src: url("../fonts/PhosphatePro-Solid.eot?#iefix") format("embedded-opentype"), url("../fonts/PhosphatePro-Solid.woff2") format("woff2"), url("../fonts/PhosphatePro-Solid.woff") format("woff"), url("../fonts/PhosphatePro-Solid.ttf") format("truetype"), url("../fonts/PhosphatePro-Solid.svg#PhosphatePro-Solid") format("svg");
}
@font-face {
  font-family: "Phosphate-Inline";
  src: url("../fonts/PhosphatePro-Inline.eot");
  src: url("../fonts/PhosphatePro-Inline.eot?#iefix") format("embedded-opentype"), url("../fonts/PhosphatePro-Inline.woff2") format("woff2"), url("../fonts/PhosphatePro-Inline.woff") format("woff"), url("../fonts/PhosphatePro-Inline.ttf") format("truetype"), url("../fonts/PhosphatePro-Inline.svg#PhosphatePro-Inline") format("svg");
}
html,
body {
  overflow-x: hidden;
}

html:before * {
  -webkit-text-size-adjust: none !important;
}

html * {
  -webkit-text-size-adjust: none !important;
}

body {
  text-rendering: optimizeLegibility;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 125%;
  color: #212121 !important;
  transition: 0.3s;
  background-color: #f8f8fa;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::selection {
  background-color: rgba(80, 193, 232, 0.3333333333);
}

a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none !important;
  cursor: pointer !important;
}

p a {
  color: #237794;
  border-bottom: 1px solid;
  transition: 0.3s;
}

p a:hover {
  color: #ed9131;
  border-bottom-color: transparent;
}

ul li {
  margin: 5px;
}
ul li a {
  color: #237794;
  border-bottom: 1px solid #237794;
  text-decoration: none;
  transition: 0.3s;
}
ul li a:hover {
  color: #ed9131;
  border-bottom-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
}
h1 .fab,
h2 .fab,
h3 .fab,
h4 .fab,
h5 .fab,
h6 .fab {
  font-weight: normal;
}

code {
  background-color: #eee;
}

blockquote {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  margin-left: 50px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 3px solid #555;
  color: #555;
  font-style: italic;
}
blockquote p {
  font-size: 18px !important;
  margin-bottom: 1rem !important;
}
blockquote p:first-child {
  margin-bottom: 1rem !important;
}
blockquote p:last-child {
  margin-bottom: 0 !important;
}

.content a h1,
.content a h2,
.content a h3,
.content a h4,
.content a h5,
.content a h6 {
  color: #212121;
  transition: 0.3s;
}

.content a:hover h1,
.content a:hover h2,
.content a:hover h3,
.content a:hover h4,
.content a:hover h5,
.content a:hover h6 {
  color: #237794;
}

.attract-mode-content p a {
  color: #5f0054;
  transition: 0.3s;
}
.attract-mode-content p a:hover {
  color: #ed9131;
}

.content .content-section-header {
  margin-top: 30px;
  margin-bottom: 10px;
}
.content h1 a,
.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a,
.content h6 a {
  color: #237794;
  transition: 0.3s;
}
.content h1 a:hover,
.content h2 a:hover,
.content h3 a:hover,
.content h4 a:hover,
.content h5 a:hover,
.content h6 a:hover {
  color: #ed9131;
}

.video-container {
  text-align: center;
  position: relative; /* positions out of the flow, but according to the nearest parent */
  margin: 0 auto; /* make em equal */
  padding-bottom: 20px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  .video-container {
    left: -12% !important;
  }
}
@media only screen and (min-width: 992px) {
  .video-container {
    width: 900px !important;
    height: 526.25px;
    left: -24%;
  }
}
@media only screen and (max-width: 991px) {
  .video-container {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    height: 58.75vw;
  }
}
@media only screen and (max-width: 767px) {
  .video-container {
    padding-top: 20px;
    padding-bottom: 40px;
    height: 61.75vw;
  }
}
@media only screen and (max-width: 510px) {
  .video-container {
    text-align: left !important;
    padding-bottom: 20px;
  }
}

/*** HIGHLIGHTJS ***/
td.code {
  width: 100% !important;
}

.homepage-lid {
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  background-size: cover;
  background-color: #237794;
  background-position: center;
  height: 300px;
}
.homepage-lid a.badge {
  z-index: 500;
  position: relative;
}
.homepage-lid span.badge {
  z-index: 1;
  position: relative;
}
.homepage-lid a.lid-addl-link {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-indent: -9999px;
  z-index: 2;
}
.homepage-lid a.lid-addl-link:hover {
  cursor: hand !important;
}
@media only screen and (min-width: 1800px) {
  .homepage-lid {
    height: 400px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .homepage-lid {
    height: 350px;
  }
}

.homepage-lid::after {
  background: -webkit-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.6) 100%);
  content: "";
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
}

#homepage-lid-container {
  box-shadow: 8px 8px 30px 5px rgba(0, 0, 0, 0.3764705882);
  margin-bottom: 20px;
}

#attract-mode-lid-container {
  background-image: url("../img/podcast/attract-mode/attract-mode-image-background.jpg");
  box-shadow: none;
  background-color: #5f0054;
}

#hidden-gems-lid-container {
  background-image: url("../img/hidden-gems/hidden-gems-background.jpg");
}

#into-the-mag-lid-container {
  background-image: url("../img/into-the-mag/into-the-mag-background.jpg");
}

#best-games-played-lid-container {
  background-color: #50c1e8;
  background-size: unset;
  background-position: initial;
  box-shadow: none;
}
#best-games-played-lid-container img {
  display: block;
  padding-top: 70px;
  margin-left: auto;
  margin-right: auto;
  height: 450px;
}

#wardcast-lid-container {
  background-color: #237794;
  box-shadow: none;
}
#wardcast-lid-container img {
  box-shadow: 8px 8px 30px 5px rgba(0, 0, 0, 0.5019607843);
  width: 280px;
  padding-top: 0;
  margin-top: 105px;
  height: auto;
  border-radius: 7px;
}

.special-show-lid-container {
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
}
.special-show-lid-container .row > div {
  height: 500px;
}
.special-show-lid-container img {
  display: block;
  padding-top: 125px;
  margin-left: auto;
  margin-right: auto;
  height: 390px;
}

.wardcast-guest-games-container > .wardcast-guest-games-row {
  overflow-x: auto;
  white-space: nowrap;
  flex-wrap: nowrap;
}

.wardcast-guest-games-container > .wardcast-guest-games-row > .wardcast-guest-games-lid {
  display: inline-block;
  float: none;
}

.wardcast-guest-games-container {
  background-color: #ddd;
  margin-top: 20px;
}
.wardcast-guest-games-container .wardcast-guest-games-row {
  -ms-overflow-style: none;
}
.wardcast-guest-games-container .wardcast-guest-games-row .wardcast-guest-games-lid:first-child {
  border-left-width: 0px;
}
.wardcast-guest-games-container .wardcast-guest-games-row .wardcast-guest-games-lid:last-child {
  border-right-width: 0px;
}
.wardcast-guest-games-container .wardcast-guest-games-row .wardcast-guest-games-lid {
  border: 2px solid #f8f8fa;
  height: 175px;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-position: center;
  transition: 0.3s;
}
.wardcast-guest-games-container .wardcast-guest-games-row .wardcast-guest-games-lid .wardcast-guest-games-lid-link-space {
  height: 100%;
  width: 100%;
}
.wardcast-guest-games-container .wardcast-guest-games-row .wardcast-guest-games-lid .badge-custom {
  position: absolute;
  bottom: 15px;
}
.wardcast-guest-games-container .wardcast-guest-games-row .wardcast-guest-games-lid:hover {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
}
.wardcast-guest-games-container .wardcast-guest-games-row::-webkit-scrollbar {
  display: none;
}

.attract-mode-films-container > .attract-mode-films-row {
  overflow-x: auto;
  white-space: nowrap;
  flex-wrap: nowrap;
}

.attract-mode-films-container > .attract-mode-films-row > .attract-mode-films-lid {
  display: inline-block;
  float: none;
}

.attract-mode-films-container {
  background-color: #ddd;
  margin-top: 20px;
}
.attract-mode-films-container .attract-mode-films-row {
  -ms-overflow-style: none;
}
.attract-mode-films-container .attract-mode-films-row .attract-mode-films-lid:first-child {
  border-left-width: 0px;
}
.attract-mode-films-container .attract-mode-films-row .attract-mode-films-lid:last-child {
  border-right-width: 0px;
}
.attract-mode-films-container .attract-mode-films-row .attract-mode-films-lid {
  border: 2px solid #f8f8fa;
  height: 175px;
  box-shadow: inset 0 0 0 2000px rgba(95, 0, 84, 0.3);
  background-size: cover;
  background-position: center;
  transition: 0.3s;
}
.attract-mode-films-container .attract-mode-films-row .attract-mode-films-lid .attract-mode-films-lid-link-space {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.attract-mode-films-container .attract-mode-films-row .attract-mode-films-lid .badge-custom {
  position: absolute;
  bottom: 15px;
}
.attract-mode-films-container .attract-mode-films-row .attract-mode-films-lid:hover {
  box-shadow: inset 0 0 0 2000px rgba(95, 0, 84, 0.5);
}
.attract-mode-films-container .attract-mode-films-row::-webkit-scrollbar {
  display: none;
}

.lid-title-container {
  color: white;
  transition: 0.3s;
  text-transform: uppercase;
  border: 3px solid white;
  padding: 5px 10px;
  position: relative;
  z-index: 10;
}
.lid-title-container a.lid-title-link {
  color: white;
  transition: 0.3s;
}
.lid-title-container .byline {
  text-transform: none;
  font-weight: 800;
  font-style: italic;
}
.lid-title-container .byline a {
  color: white;
  z-index: 1000;
  position: relative;
}
.lid-title-container .byline a:hover {
  color: #ed9131 !important;
}
.lid-title-container .byline p {
  margin-bottom: 10px;
  margin-top: -5px;
}

.lid-title-container:hover {
  color: #b3b3b3;
  border-color: #b3b3b3;
}
.lid-title-container:hover a.lid-title-link {
  color: #b3b3b3;
}
.lid-title-container:hover .byline a {
  color: #b3b3b3;
}

.absolute-lid-container {
  position: absolute;
  bottom: 15px;
  z-index: 100;
}
.absolute-lid-container .pinned-badge {
  transition: 0.3s;
  position: absolute;
  left: 90%;
  margin-top: -32.5px;
}
.absolute-lid-container .pinned-badge .fa-certificate {
  font-size: 3em;
  color: #237794;
  transition: 0.3s;
}
.absolute-lid-container .pinned-badge .pinned-badge-icon {
  top: 15px;
  font-size: 25px;
  position: absolute;
  left: 30%;
  transition: 0.3s;
}
.absolute-lid-container .lid-title-container {
  transition: 0.3s;
}
.absolute-lid-container .lid-title-container:hover {
  color: #ddd !important;
  border-color: #ddd !important;
}
@media only screen and (min-width: 1800px) {
  .absolute-lid-container {
    margin-bottom: 13px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .absolute-lid-container {
    margin-bottom: 7px;
  }
}

.absolute-lid-container:hover .pinned-badge .fa-certificate {
  font-size: 3em;
  color: #ed9131;
}
.absolute-lid-container:hover .pinned-badge .pinned-badge-icon {
  color: #ddd !important;
}

.badge-custom + .lid-title-container {
  margin-top: 10px;
  height: 87.5%;
}

.bgp-callout {
  float: right;
  height: auto;
  width: 400px;
  margin-left: 20px;
  margin-top: 5px;
  margin-right: -50px;
  margin-bottom: 20px;
  padding: 15px;
  padding-bottom: 20px;
  background-color: #eee;
  box-shadow: 8px 8px #50c1e8;
}
.bgp-callout h1,
.bgp-callout h2,
.bgp-callout h3,
.bgp-callout h4,
.bgp-callout h5,
.bgp-callout h6 {
  text-transform: uppercase;
}
.bgp-callout p a {
  color: #16a2d2;
  transition: 0.3s;
}
.bgp-callout p a:hover {
  color: #ed9131;
}
.bgp-callout br {
  display: none;
}
.bgp-callout div p#last-p {
  margin-bottom: 0px !important;
}

.bgp-callout-full-width {
  float: none !important;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 28px;
}

.post-callout {
  float: right;
  height: auto;
  width: 400px;
  margin-left: 20px;
  margin-top: 5px;
  margin-right: -50px;
  margin-bottom: 20px;
  padding: 15px;
  padding-bottom: 20px;
  background-color: #eee;
  box-shadow: 8px 8px #237794;
}
.post-callout h1,
.post-callout h2,
.post-callout h3,
.post-callout h4,
.post-callout h5,
.post-callout h6 {
  margin-top: 0px !important;
}
.post-callout br {
  display: none;
}
.post-callout div p#last-p {
  margin-bottom: 0px !important;
}

.event-callout {
  float: right;
  height: auto;
  width: 400px;
  margin-left: 20px;
  margin-top: 5px;
  margin-right: -150px;
  margin-bottom: 20px;
  background-color: #eee;
  box-shadow: 8px 8px #237794;
}
.event-callout .event-callout-img-box .badge {
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
}
.event-callout .event-callout-img-box img {
  width: 100%;
  object-fit: cover;
  height: 225px;
}
.event-callout .event-callout-text-box {
  margin: 15px;
  margin-bottom: 20px;
}
.event-callout .event-callout-text-box h6 {
  margin-bottom: 5px;
}
.event-callout h1,
.event-callout h2,
.event-callout h3,
.event-callout h4,
.event-callout h5,
.event-callout h6 {
  margin-top: 0px !important;
}
.event-callout br {
  display: none;
}
.event-callout div p#last-p {
  margin-bottom: 0px !important;
}

.event-callout-full-width {
  float: none !important;
  width: 100% !important;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 23px;
}
.event-callout-full-width .event-callout-img-box {
  width: 100%;
}
.event-callout-full-width .event-callout-img-box img {
  object-fit: cover;
  object-position: 50% 25%;
  height: 135px;
}
.event-callout-full-width .event-callout-text-box {
  padding-bottom: 20px;
}

.event-callout-center {
  float: none !important;
  width: 500px;
  height: auto;
  margin: 0 auto !important;
  position: relative;
}
.event-callout-center .event-callout-img-box {
  width: 100%;
}
.event-callout-center .event-callout-img-box img {
  object-fit: cover;
  object-position: 50% 25%;
  height: 135px;
}
.event-callout-center .event-callout-text-box {
  padding-bottom: 20px;
}

.post-callout-full-width {
  width: 100% !important;
}

.post-callout-full-width,
.callout-image-full-width {
  float: none !important;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 35px;
}

.callout-image-full-width {
  margin-top: 35px;
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
@media only screen and (min-width: 1200px) {
  .callout-image-full-width {
    width: 900px !important;
    position: relative;
    margin-left: 0;
    left: -12% !important;
  }
}
@media only screen and (min-width: 992px) {
  .callout-image-full-width {
    width: 900px !important;
    position: relative;
    margin-left: 0;
    left: -24%;
  }
}
@media only screen and (max-width: 991px) {
  .callout-image-full-width .caption {
    margin-left: 30px;
  }
}

.callout-image-right {
  float: right;
  margin-right: -150px;
  margin-top: 10px;
  margin-left: 30px;
  margin-bottom: 10px;
  width: 500px;
}

.callout-image-left {
  float: left;
  margin-left: -150px;
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 9px;
  width: 500px;
}

.callout-image img {
  width: 100%;
}
.callout-image .caption {
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: -8px;
  font-size: 14px;
  font-style: italic;
}
.callout-image .caption em {
  font-style: normal;
}

h1 + .callout-image,
h2 + .callout-image,
h3 + .callout-image,
h4 + .callout-image,
h5 + .callout-image,
h6 + .callout-image {
  margin-top: 15px !important;
}

.callout-image-300 {
  width: 300px !important;
}

.pull-quote {
  width: 400px;
}
.pull-quote p {
  font-size: 30px !important;
  font-weight: 600;
  font-style: italic;
  line-height: 32px !important;
  color: #237794;
  font-family: mostra-nuova, sans-serif;
}
.pull-quote p em {
  font-style: normal;
}

.pull-quote-honorables p {
  color: #f1ce28;
}

.pull-quote-bgp p {
  color: #50c1e8;
}

.pull-quote-right {
  float: right;
  margin-right: -150px;
  margin-top: 10px;
  margin-left: 30px;
  margin-bottom: 10px;
}

.pull-quote-left {
  float: left;
  margin-left: -150px;
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 9px;
  text-align: right;
}

.article-image {
  width: 100%;
  margin: 30px 0 38px;
  padding-right: 8px;
}
.article-image img {
  width: 100%;
}

.navbar-brand {
  padding-left: 43px;
}
.navbar-brand .navbar-brand-logo {
  font-size: 92px;
}

a.navbar-brand {
  transition: 0.3s;
}

a.navbar-brand:hover {
  color: #eee !important;
}

li#dropdown-custom:hover > #dropdown-menu-custom {
  display: block;
}

.navbar-custom {
  background-color: #237794;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.navbar-custom a {
  color: white;
}
.navbar-custom ul li a {
  border-bottom: none;
}
.navbar-custom .navbar-toggler {
  color: white;
  font-size: 30px;
}
.navbar-custom #dropdown-menu-custom {
  background-color: #237794;
  top: 90%;
  left: 15px;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: 0px 30px 40px -10px rgba(0, 0, 0, 0.5019607843);
}
.navbar-custom #dropdown-menu-custom .dropdown-item:first-child {
  padding-top: 12px;
}
.navbar-custom #dropdown-menu-custom .dropdown-item {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  transition: 0.3s;
}
.navbar-custom #dropdown-menu-custom .dropdown-item:last-child {
  padding-bottom: 12px;
}
.navbar-custom #dropdown-menu-custom .dropdown-item:hover,
.navbar-custom #dropdown-menu-custom .dropdown-item:active,
.navbar-custom #dropdown-menu-custom .dropdown-item:focus {
  background-color: #125167;
  color: #ddd !important;
}
.navbar-custom #dropdown-menu-custom .dropdown-divider {
  margin: 0;
  border-top: 2px solid #fff;
}
.navbar-custom .social-links {
  font-size: 30px;
  font-weight: normal;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
}
.navbar-custom .social-links a i {
  transition: 0.3s;
}
.navbar-custom .social-links a:hover i {
  color: #ddd;
}

.nav-link {
  padding: 20px !important;
}

.content-block-header {
  padding-top: 45px;
}

.content-block-title {
  border-bottom: 3px solid black;
}
.content-block-title h1,
.content-block-title h2,
.content-block-title h3,
.content-block-title h4,
.content-block-title h5,
.content-block-title h6 {
  text-transform: none !important;
}
.content-block-title .badge {
  margin-bottom: 10px;
}
.content-block-title .unicode {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 32px;
  line-height: 0;
}

.content-block-header-img {
  padding-bottom: 10px;
}
.content-block-header-img img {
  width: 100%;
}

h1 + .content-block-subheader h1,
h1 + .content-block-subheader h2,
h1 + .content-block-subheader h3,
h1 + .content-block-subheader h4,
h1 + .content-block-subheader h5,
h1 + .content-block-subheader h6,
h2 + .content-block-subheader h1,
h2 + .content-block-subheader h2,
h2 + .content-block-subheader h3,
h2 + .content-block-subheader h4,
h2 + .content-block-subheader h5,
h2 + .content-block-subheader h6,
h3 + .content-block-subheader h1,
h3 + .content-block-subheader h2,
h3 + .content-block-subheader h3,
h3 + .content-block-subheader h4,
h3 + .content-block-subheader h5,
h3 + .content-block-subheader h6,
h4 + .content-block-subheader h1,
h4 + .content-block-subheader h2,
h4 + .content-block-subheader h3,
h4 + .content-block-subheader h4,
h4 + .content-block-subheader h5,
h4 + .content-block-subheader h6,
h5 + .content-block-subheader h1,
h5 + .content-block-subheader h2,
h5 + .content-block-subheader h3,
h5 + .content-block-subheader h4,
h5 + .content-block-subheader h5,
h5 + .content-block-subheader h6,
h6 + .content-block-subheader h1,
h6 + .content-block-subheader h2,
h6 + .content-block-subheader h3,
h6 + .content-block-subheader h4,
h6 + .content-block-subheader h5,
h6 + .content-block-subheader h6 {
  margin-top: 0;
}

.content-block-subheader h1,
.content-block-subheader h2,
.content-block-subheader h3,
.content-block-subheader h4,
.content-block-subheader h5,
.content-block-subheader h6 {
  font-family: "Lato", serif !important;
  font-weight: 800 !important;
  color: #212121;
  margin-bottom: 15px;
  line-height: 1.2em;
}

.content-block-body {
  padding-top: 20px;
  padding-bottom: 20px;
}
.content-block-body .bottom-p-link {
  position: absolute;
  bottom: 17px;
}

.block-connector {
  border-left: 3px solid #212121;
  height: 100px;
  margin-left: 50px;
  margin-bottom: -30px;
  margin-top: -30px;
}

.img-block-container {
  box-shadow: 8px 8px #237794;
}

.img-block-container-black {
  box-shadow: 8px 8px #212121;
}

.podcast-art {
  width: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .podcast-art {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.podcast-art-100-percent {
  width: 100%;
  margin: 0 auto;
}

.subscribe-block {
  display: inline-block;
}

.subscribe-block-description {
  display: flex;
  align-items: center;
}

.subscribe-block-xs {
  display: none;
}

.bgp-img-block-container {
  box-shadow: 8px 8px #50c1e8;
}

.honorables-img-block-container {
  box-shadow: 8px 8px #f1ce28;
}

#dylan-contact-img {
  box-shadow: 8px 8px #9a2510;
}

#mason-contact-img {
  box-shadow: 8px 8px #ed9131;
}

#will-contact-img {
  box-shadow: 8px 8px #c53489;
}

#damrath-contact-img {
  box-shadow: 8px 8px #fdca00;
}

#nelson-contact-img {
  box-shadow: 8px 8px #a300cc;
}

.content-block-button-container {
  padding: 100px;
}

.credit-line {
  padding-top: 15px;
  padding-bottom: 15px;
}
.credit-line h1,
.credit-line h2,
.credit-line h3,
.credit-line h4,
.credit-line h5,
.credit-line h6 {
  margin-bottom: 2px;
}

.content-post-body hr {
  border-top-color: #237794;
  border-top-width: 3px;
}
.content-post-body p:first-child {
  margin-bottom: 0px;
}
.content-post-body p {
  font-size: 19px;
  line-height: 145%;
}
.content-post-body p > a > code {
  padding: 5px;
  font-size: inherit;
  color: #237794;
  border-bottom: none;
  transition: 0.3s;
}
.content-post-body p > a:hover > code {
  padding: 5px;
  font-size: inherit;
  color: #ed9131;
  border-bottom: none;
  cursor: hand;
}
.content-post-body p > code {
  padding: 5px;
  font-size: inherit;
  color: #212121;
}
.content-post-body ul {
  font-size: 18px;
  line-height: 140%;
}
.content-post-body > h1,
.content-post-body h2,
.content-post-body h3,
.content-post-body h4,
.content-post-body h5,
.content-post-body h6 {
  text-transform: uppercase;
  margin-top: 30px;
}
.content-post-body > h3 + h5 {
  margin-top: 0px;
}
.content-post-body .content-block-subheader > h1,
.content-post-body .content-block-subheader h2,
.content-post-body .content-block-subheader h3,
.content-post-body .content-block-subheader h4,
.content-post-body .content-block-subheader h5,
.content-post-body .content-block-subheader h6 {
  text-transform: none;
}
.content-post-body .bgp-callout > h1,
.content-post-body .bgp-callout h2,
.content-post-body .bgp-callout h3,
.content-post-body .bgp-callout h4,
.content-post-body .bgp-callout h5,
.content-post-body .bgp-callout h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
}
.content-post-body .content-block-body h1,
.content-post-body .content-block-body h2,
.content-post-body .content-block-body h3,
.content-post-body .content-block-body h4,
.content-post-body .content-block-body h5,
.content-post-body .content-block-body h6 {
  margin-top: 8px;
}
.content-post-body .content-block-body p {
  line-height: 125%;
}
.content-post-body .content-block-body .byline p {
  margin-bottom: 8px;
}
.content-post-body table {
  width: 100%;
}
.content-post-body table thead {
  font-size: 1.2rem;
}
.content-post-body table thead tr th {
  font-family: "Montserrat", sans-serif !important;
  padding: 0.75rem;
}
.content-post-body table tbody tr td {
  padding: 0.75rem;
}
.content-post-body table tbody tr td:first-child {
  font-weight: 600;
}
.content-post-body table tbody tr:nth-of-type(odd) {
  background-color: #eee !important;
}
.content-post-body table tbody tr:nth-of-type(even) {
  background-color: #f8f8fa !important;
}

.excerpt {
  min-height: 90px;
  margin-bottom: 16px;
}
.excerpt .dropcap {
  float: left;
  font-size: 70px;
  text-align: center;
  font-family: mostra-nuova, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #237794;
  border: 4px solid #237794;
  width: 80px;
  height: 80px;
  padding-top: 25px;
  margin-right: 7px;
  margin-top: 8px;
}
.excerpt .dropcap-honorables {
  color: #f1ce28;
  border: 4px solid #f1ce28;
}
.excerpt .excerpt-minus-dropcap {
  font-size: 22px;
  margin-bottom: 0;
}

.twitter-tweet {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

figure.highlight {
  overflow-x: scroll;
}
figure.highlight table tbody tr td.code pre code.hljs {
  background-color: #eee;
}

#bgp-byline p a {
  color: #16a2d2;
  transition: 0.3s;
}
#bgp-byline p a:hover {
  color: #ed9131;
}

.bgp-post-body img {
  width: 100%;
}
.bgp-post-body p a {
  color: #16a2d2;
  transition: 0.3s;
}
.bgp-post-body p a:hover {
  color: #ed9131;
}
.bgp-post-body .excerpt .dropcap {
  color: #50c1e8;
  border: 4px solid #50c1e8;
}

p:last-child {
  margin-bottom: 0;
}

.content-block-body-tight {
  padding-top: 5px;
  padding-bottom: 10px;
}

.content-block-wardcast {
  margin-left: 15px;
  margin-right: 15px;
  background-color: #237794;
  color: #f8f8fa;
  box-shadow: 8px 8px #212121;
}
.content-block-wardcast h1,
.content-block-wardcast h2,
.content-block-wardcast h3,
.content-block-wardcast h4,
.content-block-wardcast h5,
.content-block-wardcast h6 {
  color: #f8f8fa !important;
}
.content-block-wardcast a {
  color: #f8f8fa !important;
  transition: 0.3s;
  text-decoration: none !important;
}
.content-block-wardcast a img {
  transition: 0.3s;
}
.content-block-wardcast a:hover {
  color: #ddd !important;
  transition: 0.3s;
}
.content-block-wardcast a:hover img {
  filter: grayscale(1);
  cursor: hand;
}
.content-block-wardcast img {
  width: 100%;
}

.col-md-6.header-button.content-block-wardcast {
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 25px;
}
.col-md-6.header-button.content-block-wardcast h1,
.col-md-6.header-button.content-block-wardcast h2,
.col-md-6.header-button.content-block-wardcast h3,
.col-md-6.header-button.content-block-wardcast h4,
.col-md-6.header-button.content-block-wardcast h5,
.col-md-6.header-button.content-block-wardcast h6 {
  margin-bottom: 15px;
}

.col-md-6.header-button.content-block-attract-mode {
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 25px;
}
.col-md-6.header-button.content-block-attract-mode h1,
.col-md-6.header-button.content-block-attract-mode h2,
.col-md-6.header-button.content-block-attract-mode h3,
.col-md-6.header-button.content-block-attract-mode h4,
.col-md-6.header-button.content-block-attract-mode h5,
.col-md-6.header-button.content-block-attract-mode h6 {
  margin-bottom: 15px;
}

.attention-block-row {
  padding-top: 75px;
  padding-bottom: 60px;
}
.attention-block-row .attention-block-body {
  background-color: #eee;
  color: #212121;
  box-shadow: 8px 8px #237794;
}
.attention-block-row .attention-block-body .top-arrow {
  width: 0;
  height: 0;
  position: absolute;
  margin-left: 36.5%;
  margin-top: -70px;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-bottom: 80px solid #eee;
}
.attention-block-row .attention-block-body .bottom-arrow {
  width: 0;
  height: 0;
  position: absolute;
  margin-left: 36.5%;
  margin-top: 200px;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 80px solid #eee;
}
.attention-block-row .attention-block-body .bottom-arrow-background {
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1000;
  margin-left: 39%;
  margin-top: 138px;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 80px solid #237794;
}
.attention-block-row .attention-block-body .attention-block {
  margin: 0 auto;
  padding: 20px 15px;
  width: 80%;
}
.attention-block-row .attention-block-body .attention-block .attention-block-subheader {
  font-family: "Lato", serif;
  font-weight: 800;
  font-size: 18px;
}
.attention-block-row .attention-block-body .attention-block input {
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #237794;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 300;
}
.attention-block-row .attention-block-body .attention-block input:focus {
  outline: none;
}
.attention-block-row .attention-block-body .attention-block .button {
  margin-top: 15px;
  box-shadow: none;
}
.attention-block-row .attention-block-body .attention-block a:hover .button h1,
.attention-block-row .attention-block-body .attention-block a:hover .button h2,
.attention-block-row .attention-block-body .attention-block a:hover .button h3,
.attention-block-row .attention-block-body .attention-block a:hover .button h4,
.attention-block-row .attention-block-body .attention-block a:hover .button h5,
.attention-block-row .attention-block-body .attention-block a:hover .button h6 {
  color: #eee;
}

.col-md-6.content-block-body.content-block-wardcast {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.latest-post-text {
  padding-left: 30px !important;
}
.latest-post-text h1,
.latest-post-text h2,
.latest-post-text h3,
.latest-post-text h4,
.latest-post-text h5,
.latest-post-text h6 {
  text-transform: uppercase;
}
.latest-post-text h1 .unicode,
.latest-post-text h2 .unicode,
.latest-post-text h3 .unicode,
.latest-post-text h4 .unicode,
.latest-post-text h5 .unicode,
.latest-post-text h6 .unicode {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 20px;
  line-height: 0;
}
.latest-post-text p.latest-post-text-p {
  display: none !important;
}
.latest-post-text p {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.latest-post-text .byline {
  font-style: italic;
  font-weight: 600;
}
.latest-post-text .byline p {
  margin-top: -2px;
  margin-bottom: 8px;
}

.content-block-attract-mode {
  margin-left: 15px;
  margin-right: 15px;
  background-color: #5f0054;
  color: #f8f8fa;
  box-shadow: 8px 8px #212121;
}
.content-block-attract-mode h1,
.content-block-attract-mode h2,
.content-block-attract-mode h3,
.content-block-attract-mode h4,
.content-block-attract-mode h5,
.content-block-attract-mode h6 {
  color: #f8f8fa !important;
}
.content-block-attract-mode a {
  color: #f8f8fa !important;
  transition: 0.3s;
  text-decoration: none !important;
}
.content-block-attract-mode a img {
  transition: 0.3s;
}
.content-block-attract-mode a:hover {
  color: #ddd !important;
  transition: 0.3s;
}
.content-block-attract-mode a:hover img {
  filter: grayscale(1);
  cursor: hand;
}

.col-md-6.content-block-body.content-block-attract-mode {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.content-block-body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-block-body img + h5 {
  padding-top: 20px;
}

a.nav-link {
  color: #fff;
  transition: 0.3s !important;
}

a:hover.nav-link {
  color: #ddd !important;
}

.button {
  text-align: center;
  border: 3px solid #212121;
  padding-top: 8px;
  padding-bottom: 2px;
  transition: 0.3s;
  box-shadow: 8px 8px #237794;
  color: #212121;
}

.mini-button {
  width: 100%;
  text-align: center;
  color: #237794;
  font-weight: 500;
  border: 2px solid #237794;
  padding: 6px;
  border-radius: 5px;
  transition: 0.3s;
}

a > .mini-button {
  margin-bottom: 10px;
}

a:last-child > .mini-button {
  margin-bottom: 0px;
}

a:hover > .mini-button {
  color: #eee;
  background-color: #237794;
}

.secondary-wardcast-post-sm h5 {
  margin-top: 2px;
  text-transform: uppercase;
}
.secondary-wardcast-post-sm h5 .unicode {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 20px;
  line-height: 0;
}
.secondary-wardcast-post-sm .byline p {
  margin-top: -2px;
  margin-bottom: 8px;
}

.content-block-body a .img-block-container {
  transition: 0.3s;
}
.content-block-body a .img-block-container img {
  transition: 0.3s;
}
.content-block-body a .bgp-img-block-container {
  transition: 0.3s;
}
.content-block-body a .bgp-img-block-container img {
  transition: 0.3s;
}
.content-block-body a .honorables-img-block-container {
  transition: 0.3s;
}
.content-block-body a .honorables-img-block-container img {
  transition: 0.3s;
}
.content-block-body a:hover .img-block-container {
  box-shadow: 8px 8px #ed9131;
}
.content-block-body a:hover .img-block-container img {
  filter: grayscale(1);
}
.content-block-body a:hover .bgp-img-block-container {
  box-shadow: 8px 8px #ed9131;
}
.content-block-body a:hover .bgp-img-block-container img {
  filter: grayscale(1);
}
.content-block-body a:hover .honorables-img-block-container {
  box-shadow: 8px 8px #ed9131;
}
.content-block-body a:hover .honorables-img-block-container img {
  filter: grayscale(1);
}
.content-block-body .podcast-header {
  text-align: center;
  text-transform: uppercase;
}
.content-block-body .byline {
  font-style: italic;
  font-weight: 600;
}

.secondary-wardcast-post a {
  transition: 0.3s;
}
.secondary-wardcast-post a .img-block-container {
  box-shadow: 8px 8px #237794;
  transition: 0.3s;
}
.secondary-wardcast-post a .img-block-container img {
  transition: 0.3s;
}
.secondary-wardcast-post a h5.d-none.d-md-block {
  margin-top: 15px;
  padding-left: 8px;
  text-transform: uppercase;
}
.secondary-wardcast-post a h5.d-none.d-md-block .unicode {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 20px;
  line-height: 0;
}
.secondary-wardcast-post a:hover .img-block-container {
  box-shadow: 8px 8px #ed9131;
}
.secondary-wardcast-post a:hover .img-block-container img {
  filter: grayscale(1);
}
.secondary-wardcast-post .byline {
  margin-top: -5px;
  margin-left: 8px;
}

.latest-attract-mode-post-text a:hover h5 {
  color: #5f0054;
}
.latest-attract-mode-post-text p a {
  color: #5f0054;
  transition: 0.3s;
}
.latest-attract-mode-post-text p a:hover {
  color: #ed9131;
}

.attract-mode-post a {
  transition: 0.3s;
}
.attract-mode-post a .img-block-container {
  box-shadow: 8px 8px #5f0054;
  transition: 0.3s;
}
.attract-mode-post a .img-block-container img {
  transition: 0.3s;
}
.attract-mode-post a h5.d-none.d-md-block {
  margin-top: 15px;
  padding-left: 8px;
  text-transform: uppercase;
}
.attract-mode-post a:hover .img-block-container {
  box-shadow: 8px 8px #237794;
}
.attract-mode-post a:hover .img-block-container img {
  filter: grayscale(1);
}
.attract-mode-post a:hover h5 {
  color: #5f0054;
}

.secondary-attract-mode-post-sm h5 {
  margin-top: 2px;
  text-transform: uppercase;
}
.secondary-attract-mode-post-sm a:hover h5 {
  color: #5f0054;
}
.secondary-attract-mode-post-sm .byline {
  margin-top: -2px;
  margin-bottom: 8px;
}

.secondary-attract-mode-post a {
  transition: 0.3s;
}
.secondary-attract-mode-post a .img-block-container {
  box-shadow: 8px 8px #5f0054;
  transition: 0.3s;
}
.secondary-attract-mode-post a .img-block-container img {
  transition: 0.3s;
}
.secondary-attract-mode-post a h5.d-none.d-md-block {
  margin-top: 15px;
  padding-left: 8px;
  text-transform: uppercase;
}
.secondary-attract-mode-post .byline {
  margin-top: -5px;
  margin-left: 8px;
}
.secondary-attract-mode-post a:hover .img-block-container {
  box-shadow: 8px 8px #237794;
}
.secondary-attract-mode-post a:hover .img-block-container img {
  filter: grayscale(1);
}
.secondary-attract-mode-post a:hover h5 {
  color: #5f0054;
}

.bottom-button {
  position: absolute;
  bottom: 20.5px;
  width: 88%;
}

.header-button {
  padding-top: 20px;
}

.header-button.content-block-wardcast-sm {
  padding-left: 30px;
  padding-right: 30px;
}

.header-button.content-block-attract-mode-sm {
  padding-left: 30px;
  padding-right: 30px;
}

.ward-button {
  color: white;
  background-color: #237794;
  border: 3px solid #237794;
}

a:hover .button {
  border-color: #237794;
  background-color: #237794;
  box-shadow: 8px 8px #212121;
}

a:active .button {
  border-color: #237794;
  background-color: #237794;
  box-shadow: 8px 8px #ed9131;
  transition: 0s;
}

.attract-mode-button {
  box-shadow: 8px 8px #5f0054;
}

a:hover .attract-mode-button {
  border-color: #5f0054;
  background-color: #5f0054;
  box-shadow: 8px 8px #237794;
}

a:hover .button h1,
a:hover .button h2,
a:hover .button h3,
a:hover .button h4,
a:hover .button h5,
a:hover .button h6,
a:hover .button i {
  color: #f8f8fa;
}

.homepage-subscribe-button {
  width: 100%;
}

.homepage-subscribe-button i {
  font-size: 2em;
}

.badge-custom + .content-block-title {
  padding-top: 10px;
}

.byline {
  margin-top: 12px;
  margin-bottom: 8px;
}

.row.byline + .row > div {
  padding-top: 8px;
}

.byline .date-time {
  text-align: right;
}

.byline p {
  margin-bottom: 0px;
}

.podcast-subscribe {
  position: absolute;
  color: white;
  top: 30px;
  right: 30px;
  font-size: 2em;
}

.audio-wrapper {
  margin-top: 30px;
}
.audio-wrapper #audio-player {
  width: 100%;
}

.game-text-header {
  position: relative;
  font-size: 18px;
  line-height: 22px;
}
.game-text-header div {
  position: absolute;
  top: 26%;
  left: 35%;
  height: 30%;
  width: 85%;
  margin: -15% 0 0 -25%;
}
@media only screen and (max-width: 1199px) {
  .game-text-header {
    position: inherit;
  }
  .game-text-header div {
    top: inherit;
    left: inherit;
    height: inherit;
    width: inherit;
    position: inherit;
    margin: 25px 0 0 0;
  }
}

.content-button.dropdown {
  transition: 0.3s;
}
.content-button.dropdown #dropdownMenuButton {
  width: 100%;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 9px;
  background-color: #f8f8fa;
}
.content-button.dropdown #dropdownMenuButton:hover {
  cursor: pointer !important;
  background-color: #237794;
  border: 3px solid #237794;
  color: #f8f8fa;
  box-shadow: 8px 8px #212121;
}
.content-button.dropdown #dropdownMenuButton:focus {
  outline: none;
}
.content-button.dropdown #dropdownMenuButton.attract-mode-button:hover {
  background-color: #5f0054;
  border: 3px solid #5f0054;
  color: #f8f8fa;
  box-shadow: 8px 8px #237794;
}
.content-button.dropdown .dropdown-menu {
  border-radius: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 700 !important;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: -3px;
  border: 3px solid #212121;
  transition: 0.3s;
  color: #212121;
}
.content-button.dropdown .dropdown-menu .icon-pocket-casts {
  position: absolute;
  top: 16.5px;
  font-size: 22px;
  line-height: 0px;
}
.content-button.dropdown .dropdown-menu .icon-pocket-casts-attract-mode {
  position: absolute;
  top: 16px;
  font-size: 22px;
  line-height: 0px;
}
.content-button.dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding-top: 7px;
  padding-bottom: 7px;
  transition: 0.3s;
}
.content-button.dropdown .dropdown-menu .dropdown-item .fab {
  font-weight: normal;
}
.content-button.dropdown .dropdown-menu .dropdown-item:hover {
  color: #f8f8fa;
  background-color: #237794;
}
.content-button.dropdown .attract-mode-dropdown-menu .dropdown-item:hover {
  background-color: #5f0054 !important;
}

.bgp-post-link img {
  padding: 10px;
  width: 100%;
}
.bgp-post-link a img {
  transition-timing-function: ease-in;
  transition: 0.3s;
}
.bgp-post-link a:hover img {
  filter: sepia(44%) saturate(4811%) hue-rotate(164deg) brightness(91%) contrast(100%);
}

.contact-box {
  margin-bottom: 30px;
}
.contact-box img {
  width: 100%;
}
.contact-box .contact-box-description {
  padding-top: 20px;
  padding-left: 23px;
  padding-bottom: 15px;
}
.contact-box .contact-info {
  padding-left: 8px;
}
.contact-box .contact-info div:nth-child(2) {
  text-align: right;
}

div.header-404 {
  text-align: center;
  padding-top: 100px;
}
div.header-404 .text-404 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  font-size: 80px;
  position: absolute;
  color: #f8f8fa;
  padding-top: 175px;
  padding-left: 72px;
}
div.header-404 #quote-link {
  position: absolute;
  margin-top: 420px;
  margin-left: 5px;
  color: #237794;
  transition: 0.3s;
}
div.header-404 #quote-link:hover {
  color: #ed9131;
}
div.header-404 .icon-ward-shield-solid {
  font-size: 400px;
  color: #237794;
}
div.header-404 blockquote {
  width: 300px;
  margin: 0 auto;
  text-align: left;
}
div.header-404 blockquote p {
  margin-bottom: 0px;
}

#footer-old {
  margin-top: 30px;
  padding: 30px 40px;
  background-color: #333;
  color: #ddd;
}
#footer-old a {
  color: #ddd;
  transition: 0.3s;
}
#footer-old a:hover {
  color: #ed9131;
}
#footer-old h1,
#footer-old h2,
#footer-old h3,
#footer-old h4,
#footer-old h5,
#footer-old h6 {
  text-transform: uppercase;
}
#footer-old p {
  margin-bottom: 0.65rem;
}

#footer {
  margin-top: 80px;
  padding: 30px 40px;
  background-color: #212121;
  color: #f8f8fa;
  transition: 0.3s;
}
#footer a {
  color: #f8f8fa;
  transition: 0.3s;
}
#footer a:hover {
  color: #ddd;
}
#footer p {
  margin-bottom: 0.65rem;
}
#footer .copyright-and-links {
  text-align: right;
}
#footer .copyright-and-links p {
  margin-bottom: -0.2rem;
}
#footer .copyright-and-links .social-links {
  padding-top: 15px;
  font-size: 30px;
}
#footer .copyright-and-links .social-links a {
  text-decoration: none;
}
#footer .copyright-and-links .social-links a:hover#facebook-link {
  color: #3c5a99;
}
#footer .copyright-and-links .social-links a:hover#bluesky-link {
  color: #0c7aff;
}
#footer .copyright-and-links .social-links a:hover#steam-link {
  color: #1c9fff;
}
#footer .copyright-and-links .social-links a:hover#twitter-link {
  color: #1d9bf0;
}
#footer .copyright-and-links .social-links a:hover#discord-link {
  color: #7289da;
}
#footer .copyright-and-links .social-links a:hover#itch-link {
  color: #fa5c5c;
}
#footer .copyright-and-links .social-links a:hover#youtube-link {
  color: #ff0000;
}
#footer .copyright-and-links .social-links a:hover#twitch-link {
  color: #6441a4;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #ddd;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  #footer > .row > .col-4 > .row > .col-md-6 + .col-md-6 {
    margin-top: 10px;
  }
}

.spoiler-warning div:first-child {
  background-color: #237794;
  height: 20px;
}
.spoiler-warning div:nth-child(2) {
  height: 40px;
}
.spoiler-warning div:nth-child(2) h3 {
  margin-top: 5px;
  font-weight: 900;
  text-align: center;
}
.spoiler-warning div:nth-child(2) h3 .spoiler-warning-spoiler {
  left: 10%;
  position: absolute;
  letter-spacing: 0.5em;
}
.spoiler-warning div:nth-child(2) h3 i {
  position: absolute;
  left: 40.5%;
  font-size: 120px;
  margin-top: -41px;
}
.spoiler-warning div:nth-child(2) h3 .spoiler-eye-foreground {
  color: #237794 !important;
  z-index: 100;
}
.spoiler-warning div:nth-child(2) h3 .spoiler-eye-background {
  color: #f8f8fa;
  -webkit-text-stroke: #f8f8fa 25px;
}
.spoiler-warning div:nth-child(2) h3 .spoiler-warning-warning {
  left: 63%;
  position: absolute;
  letter-spacing: 0.5em;
}
.spoiler-warning div:nth-child(3) {
  background-color: #237794;
  height: 20px;
}

.listicle-subheader h5 {
  margin-top: -5px;
}

h2.list-number-container {
  position: absolute;
  left: -80px;
  margin-top: -6px;
  width: 100px;
  font-variant-numeric: tabular-nums;
}
h2.list-number-container .fa-certificate {
  font-size: 2.5em;
  color: #237794;
}
h2.list-number-container .list-number-11 {
  left: 26% !important;
}
h2.list-number-container .list-number-13 {
  left: 24% !important;
}
h2.list-number-container .list-font-awesome {
  left: 24%;
  font-size: 30px;
  top: 22px;
  position: absolute;
  color: #f8f8fa;
}
h2.list-number-container .list-number-single-digit {
  left: 27%;
  top: 15px;
  font-size: 40px;
  position: absolute;
  color: #f8f8fa;
}
h2.list-number-container .list-number-double-digit {
  left: 17%;
  top: 17px;
  font-size: 35px;
  position: absolute;
  color: #f8f8fa;
  letter-spacing: -2px;
}

h2.list-number-container-honorables > .fa-certificate {
  color: #f1ce28;
}

h2.list-number-container-damrath > .fa-certificate {
  color: #fdca00;
}
h2.list-number-container-damrath .list-number-single-digit,
h2.list-number-container-damrath .list-number-double-digit {
  color: #212121;
}

h2.list-number-container-johnson > .fa-certificate {
  color: #a300cc;
}

h2.list-number-container-ilvento > .fa-certificate {
  color: #9a2510;
}

h2.list-number-container-bgp > .fa-certificate {
  color: #50c1e8;
}

.hidden-gems-header-container {
  position: relative;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  border-bottom: solid 1px;
}
.hidden-gems-header-container > div {
  margin-left: auto;
  margin-right: auto;
  width: 730px;
  padding-top: 1px;
  padding-bottom: 22px;
}
.hidden-gems-header-container h1,
.hidden-gems-header-container h2,
.hidden-gems-header-container h3,
.hidden-gems-header-container h4,
.hidden-gems-header-container h5,
.hidden-gems-header-container h6 {
  font-family: "Phosphate-Inline" !important;
  color: #fff;
  font-weight: normal;
  font-style: normal;
  font-size: 3.5rem;
  margin-bottom: -4px;
}
.hidden-gems-header-container h1.hidden-gems-icon-container {
  float: left;
  margin-left: -104px;
  margin-top: 22px;
  width: 100px;
  font-variant-numeric: tabular-nums;
  font-size: 82px;
  text-align: center;
}

.hidden-gems-header-container.hidden-gems-pax-east {
  background: #239346;
  border-bottom-color: #239346;
}
.hidden-gems-header-container.hidden-gems-pax-east h1.hidden-gems-icon-container {
  color: #f5a91c;
}

.hidden-gems-header-container.hidden-gems-pax-west {
  background: #3f2a72;
  border-bottom-color: #3f2a72;
}
.hidden-gems-header-container.hidden-gems-pax-west h1.hidden-gems-icon-container {
  color: #5cc8d9;
}

.hidden-gems-header-container.hidden-gems-pax-south {
  background: #a02d80;
  border-bottom-color: #a02d80;
}
.hidden-gems-header-container.hidden-gems-pax-south h1.hidden-gems-icon-container {
  color: #f3ec18;
}

.hidden-gems-header-container.hidden-gems-pax-unplugged {
  background: #105d92;
  border-bottom-color: #105d92;
}
.hidden-gems-header-container.hidden-gems-pax-unplugged h1.hidden-gems-icon-container {
  color: #eea945;
}

.hidden-gems-header-container.hidden-gems-pax-online {
  background: #fcb616;
  border-bottom-color: #fcb616;
}
.hidden-gems-header-container.hidden-gems-pax-online h1.hidden-gems-icon-container {
  color: #dd2b6e;
}

.hidden-gems-header-container + .callout-image-full-width {
  margin-top: 0px !important;
}

.accordion-custom .card {
  border: none;
}
.accordion-custom .card .card-header {
  border-bottom: none;
  padding: 0;
}
.accordion-custom .card .card-header h1 button,
.accordion-custom .card .card-header h2 button,
.accordion-custom .card .card-header h3 button,
.accordion-custom .card .card-header h4 button,
.accordion-custom .card .card-header h5 button,
.accordion-custom .card .card-header h6 button {
  padding: 0;
  color: #333;
}
.accordion-custom .card .card-header h1 button:hover,
.accordion-custom .card .card-header h2 button:hover,
.accordion-custom .card .card-header h3 button:hover,
.accordion-custom .card .card-header h4 button:hover,
.accordion-custom .card .card-header h5 button:hover,
.accordion-custom .card .card-header h6 button:hover {
  color: #237794;
  text-decoration: none;
}
.accordion-custom .card .card-header h1 button:active,
.accordion-custom .card .card-header h2 button:active,
.accordion-custom .card .card-header h3 button:active,
.accordion-custom .card .card-header h4 button:active,
.accordion-custom .card .card-header h5 button:active,
.accordion-custom .card .card-header h6 button:active {
  text-decoration: none;
}
.accordion-custom .card .card-header h1 button:focus,
.accordion-custom .card .card-header h2 button:focus,
.accordion-custom .card .card-header h3 button:focus,
.accordion-custom .card .card-header h4 button:focus,
.accordion-custom .card .card-header h5 button:focus,
.accordion-custom .card .card-header h6 button:focus {
  text-decoration: none;
}
.accordion-custom .card .card-header h4 {
  margin-top: 20px !important;
  margin-bottom: 5px !important;
}
.accordion-custom .card .card-header h4 button {
  font-weight: 600;
  font-size: 1.5rem;
}

.accordion-drawer {
  transition: 0.3s;
}

.accordion-drawer:hover {
  color: #237794;
  cursor: pointer !important;
}

.accordion-custom + hr {
  margin: 0px;
  border-top: 3px solid #333 !important;
}

.collapse-custom .card-body {
  padding: 0;
}
.collapse-custom .card-body .table-striped {
  margin-bottom: 0px;
}
.collapse-custom .card-body .table-striped tbody tr th {
  border-top: none !important;
}
.collapse-custom .card-body .table-striped tbody tr td {
  border-top: none !important;
}
.collapse-custom .card-body .table-striped tbody tr:nth-of-type(odd) {
  background-color: #eee !important;
}
.collapse-custom .card-body .table-striped tbody tr:nth-of-type(even) {
  background-color: #f8f8fa !important;
}

@media only screen and (min-width: 1600px) {
  .bgp-lid {
    height: 40vw;
  }
}

@media only screen and (min-width: 1200px) {
  #podcast-subscribe-links-padding {
    padding-top: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .secondary-post-row {
    margin-top: 15px;
  }
  #bgp-byline {
    margin-bottom: 10px;
  }
  .content-block-body.content-block-text {
    padding-top: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .latest-post-text p {
    -webkit-line-clamp: 6;
  }
  .callout-image {
    width: 400px;
  }
  .hidden-gems-header-container > div {
    width: 609.984px;
  }
  .hidden-gems-header-2-line-lg h2 {
    font-size: 3.5rem;
    margin-top: 20px;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .bookend-col {
    display: none;
  }
  .bgp-post-link {
    position: relative;
    float: left;
    cursor: pointer;
    padding: 10px 0;
  }
  .bgp-post-link a img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .event-callout {
    float: none;
    width: 100%;
    margin: 5px 0px 32px;
    font-size: 18px;
    padding-bottom: 1px;
  }
  .event-callout .event-callout-text-box {
    margin: 15px;
  }
  .event-callout .event-callout-img-box {
    width: 100%;
  }
  .event-callout .event-callout-img-box img {
    object-fit: cover;
    object-position: 50% 25%;
    height: 135px;
  }
  .event-callout .event-callout-img-box#wooden-nickel img {
    object-position: 50% 50%;
  }
  .event-callout-center {
    margin-bottom: 20px !important;
  }
  .event-callout-center .event-callout-text-box {
    margin-bottom: 0px !important;
  }
  .pull-quote {
    width: 340px;
  }
  .pull-quote-left {
    margin-left: 0px;
    margin-top: 15px;
  }
  .pull-quote-right {
    margin-right: 0px;
    margin-top: 15px;
  }
  .callout-image-left {
    margin-left: -60px;
  }
  .callout-image-right {
    margin-right: -60px;
  }
  .latest-post-text p {
    -webkit-line-clamp: 4;
  }
  .contact-box .contact-info {
    margin-bottom: 12px;
  }
  .contact-box .contact-info div:nth-child(2) {
    text-align: left;
  }
  .content-block-body .podcast-header {
    text-align: left;
  }
  .content-block-button-container {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .content-button.col-lg-4 + .content-button.col-lg-4 {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .hidden-gems-header-container > div {
    width: 690px;
  }
  .hidden-gems-header-container h1.hidden-gems-icon-container {
    margin-left: -13px;
  }
}
@media only screen and (max-width: 900px) {
  .bgp-callout {
    margin-right: -15px;
  }
  .callout-image-right {
    margin-right: 0px;
  }
  .callout-image-left {
    margin-left: 0px;
  }
  .listicle-subheader {
    margin-left: 100px;
  }
  .post-callout {
    margin-right: -15px;
  }
  .event-callout {
    margin-right: -15px;
  }
  h2.list-number-container {
    position: inherit;
    float: left;
    left: -80px;
    height: 80px;
    margin-top: 8px;
    margin-bottom: 25px;
  }
  h2.list-number-container .list-number-1 {
    font-size: 40px !important;
    position: relative;
  }
  h2.list-number-container .list-font-awesome {
    font-size: 30px;
    top: -60px;
    position: relative;
  }
  h2.list-number-container .list-number-single-digit {
    top: -65px;
    font-size: 40px;
    position: relative;
  }
  h2.list-number-container .list-number-double-digit {
    top: -63px;
    font-size: 35px;
    position: relative;
  }
}
@media only screen and (max-width: 838px) and (min-width: 768px) {
  .social-links-navbar {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  #hidden-gems-lid-container img {
    height: 325px;
    padding-top: 165px;
  }
}
@media only screen and (max-width: 767px) {
  .row > .col-md-6.content-block-body + .col-md-6.content-block-body {
    padding-top: 0px;
  }
  .col-md-6.d-sm-block.d-none.content-block-body {
    padding: 0;
    visibility: hidden;
  }
  .block-connector {
    margin-top: 0px;
  }
  .content-block-body.content-block-text {
    padding-left: 23px;
  }
  h1 + .callout-image,
  h2 + .callout-image,
  h3 + .callout-image,
  h4 + .callout-image,
  h5 + .callout-image,
  h6 + .callout-image {
    margin-top: 0px !important;
  }
  h1 + .callout-image img.callout-image,
  h2 + .callout-image img.callout-image,
  h3 + .callout-image img.callout-image,
  h4 + .callout-image img.callout-image,
  h5 + .callout-image img.callout-image,
  h6 + .callout-image img.callout-image {
    margin-top: 0px !important;
  }
  .col-md-6.col-sm-12.content-block-body {
    padding-top: 30px;
  }
  .byline .date-time {
    text-align: left;
    padding-top: 4px;
  }
  .content-button + .content-button {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .col-sm-12 .button {
    margin-right: 8px;
  }
  .bgp-callout {
    float: none;
    width: 100%;
    margin: 5px 0px 32px;
    font-size: 18px;
    line-height: 140%;
  }
  .post-callout {
    float: none;
    width: 100%;
    margin: 5px 0px 32px;
    font-size: 18px;
    line-height: 140%;
  }
  .event-callout .event-callout-text-box {
    margin-bottom: 20px;
  }
  .event-callout-full-width .event-callout-text-box {
    margin-bottom: 0px;
  }
  .event-callout-center {
    width: 100% !important;
    margin-bottom: 18px !important;
  }
  .event-callout-center .event-callout-text-box {
    margin-bottom: 0px !important;
  }
  .attention-block-body {
    margin-left: 15px;
    margin-right: 23px;
  }
  .callout-image-left {
    float: none;
    margin-top: 35px;
    margin-bottom: 35px;
    width: 100vw !important;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }
  .callout-image-left .caption {
    margin-left: 30px;
  }
  .callout-image-right {
    float: none;
    margin-top: 35px;
    margin-bottom: 35px;
    width: 100vw !important;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }
  .callout-image-right .caption {
    margin-left: 30px;
  }
  .callout-image {
    width: 100%;
  }
  .callout-image .caption {
    margin-bottom: 0;
  }
  .callout-image-300 {
    width: 100% !important;
    margin-left: 0;
    position: initial;
  }
  .pull-quote {
    width: 100%;
    margin: 15px 0px;
  }
  .pull-quote-right {
    float: none;
  }
  .pull-quote-left {
    float: none;
    text-align: left;
  }
  .link-button-container {
    margin-top: 20px;
  }
  .navbar-custom {
    background-color: #237794;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
  }
  .navbar-custom #dropdown-menu-custom {
    box-shadow: none !important;
  }
  .navbar-custom #dropdown-menu-custom .dropdown-item {
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-custom #dropdown-menu-custom .dropdown-item:hover {
    background-color: transparent !important;
  }
  .content-block-attract-mode-sm {
    background-color: #5f0054;
    color: white;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 8px 8px #212121;
  }
  .content-block-attract-mode-sm .button {
    border: 3px solid white;
    transition: 0.3s;
    color: white;
    box-shadow: none;
  }
  .content-block-attract-mode-sm .button h1,
  .content-block-attract-mode-sm .button h2,
  .content-block-attract-mode-sm .button h3,
  .content-block-attract-mode-sm .button h4,
  .content-block-attract-mode-sm .button h5,
  .content-block-attract-mode-sm .button h6 {
    color: white;
  }
  .content-block-attract-mode-sm a:hover .button {
    border: 3px solid #5f0054;
    background-color: white;
    box-shadow: none;
    color: #5f0054;
  }
  .content-block-attract-mode-sm a:hover .button h1,
  .content-block-attract-mode-sm a:hover .button h2,
  .content-block-attract-mode-sm a:hover .button h3,
  .content-block-attract-mode-sm a:hover .button h4,
  .content-block-attract-mode-sm a:hover .button h5,
  .content-block-attract-mode-sm a:hover .button h6 {
    color: #5f0054;
  }
  .content-block-attract-mode-sm a:hover .button i {
    color: #5f0054;
  }
  .latest-post-text {
    padding-left: 23px !important;
  }
  .content-block-wardcast-sm {
    background-color: #237794;
    color: white;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 8px 8px #212121;
  }
  .content-block-wardcast-sm .button {
    border: 3px solid white;
    box-shadow: none;
    transition: 0.3s;
    color: white;
  }
  .content-block-wardcast-sm .button h1,
  .content-block-wardcast-sm .button h2,
  .content-block-wardcast-sm .button h3,
  .content-block-wardcast-sm .button h4,
  .content-block-wardcast-sm .button h5,
  .content-block-wardcast-sm .button h6 {
    color: white;
  }
  .content-block-wardcast-sm a:hover .button {
    border: 3px solid #237794;
    background-color: white;
    color: #237794;
    box-shadow: none;
  }
  .content-block-wardcast-sm a:hover .button h1,
  .content-block-wardcast-sm a:hover .button h2,
  .content-block-wardcast-sm a:hover .button h3,
  .content-block-wardcast-sm a:hover .button h4,
  .content-block-wardcast-sm a:hover .button h5,
  .content-block-wardcast-sm a:hover .button h6 {
    color: #237794;
  }
  .content-block-wardcast-sm a:hover .button i {
    color: #237794;
  }
}
@media only screen and (max-width: 700px) {
  .special-show-lid-container img {
    height: 365px;
    padding-top: 165px;
  }
  .hidden-gems-header-container > div {
    width: 93%;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .content-block-header-img {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .contact-box .contact-info:nth-child(4) p {
    margin-bottom: 15px;
  }
  .contact-box .contact-info:last-child p {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 564px) {
  #best-games-played-lid-container img {
    padding-top: 60px;
    height: 400px;
  }
  .callout-image-300 {
    width: 100vw !important;
    margin-left: -50vw;
    position: relative;
  }
  h2.list-number-container {
    position: inherit;
    float: left;
    left: -80px;
    width: 130px;
    height: 120px;
    margin-top: 10px;
  }
  h2.list-number-container .fa-certificate {
    font-size: 3.5em;
  }
  h2.list-number-container .list-number-1 {
    top: -92px !important;
    font-size: 60px !important;
  }
  h2.list-number-container .list-number-single-digit {
    top: -93px;
    font-size: 60px;
    position: relative;
    left: 37px;
  }
  h2.list-number-container .list-font-awesome {
    top: -79px;
    font-size: 40px;
    margin-left: 3px;
    position: relative;
  }
  h2.list-number-container .list-number-double-digit {
    margin-left: 1px;
    top: -86px;
    font-size: 50px;
    position: relative;
  }
  h2.list-number-container h2.listicle-header {
    line-height: 23pt !important;
  }
  .content-section-header h2.listicle-header {
    font-size: 1.5rem;
  }
  .hidden-gems-header-container > div {
    padding-top: 5px;
    padding-bottom: 30px;
  }
  .hidden-gems-header-container h1,
  .hidden-gems-header-container h2,
  .hidden-gems-header-container h3,
  .hidden-gems-header-container h4,
  .hidden-gems-header-container h5,
  .hidden-gems-header-container h6 {
    font-size: 2rem;
    margin-top: 47px;
  }
  .hidden-gems-header-container h1.hidden-gems-icon-container {
    margin-left: -13px;
  }
  .navbar-custom .navbar-brand {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 428px) {
  #best-games-played-lid-container img {
    padding-top: 100px;
  }
  #hidden-gems-lid-container img {
    padding-top: 200px;
  }
  .navbar-custom {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .navbar-custom .navbar-brand .navbar-brand-logo {
    font-size: 60px;
  }
  .content-block-header .badge {
    display: none;
  }
  .content-block-header .badge:first-child {
    display: inline-block;
  }
  .content-block-header .badge:nth-child(2) {
    display: inline-block;
  }
  .content-block-body .podcast-header {
    text-align: center;
  }
  .secondary-wardcast-post-sm h5 {
    font-size: 1rem;
  }
  .secondary-attract-mode-post-sm h5 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 414px) {
  #hidden-gems-lid-container img {
    height: 300px;
  }
  #best-games-played-lid-container img {
    padding-top: 130px;
    height: 350px;
  }
  .contact-box .contact-name-and-title div:first-child h5 {
    margin-bottom: 0px;
  }
  .contact-box .contact-info p:last-child {
    margin-bottom: 16px;
  }
  #attract-mode-lid-container img {
    height: 340px;
    padding-top: 180px;
  }
  .subscribe-block {
    display: none;
  }
  .subscribe-block-xs {
    display: inline-block;
  }
  .subscribe-block-xs .img-block-container-black {
    margin: 0 auto;
    width: 50%;
  }
}
@media only screen and (max-width: 320px) {
  .secondary-wardcast-post-sm h5 {
    -webkit-hyphens: auto !important;
    -ms-hyphens: auto !important;
    hyphens: auto !important;
  }
  .secondary-attract-mode-post-sm h5 {
    -webkit-hyphens: auto !important;
    -ms-hyphens: auto !important;
    hyphens: auto !important;
  }
}