/*Layout*/
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src:
    url("../assets/fonts/Oswald-Regular.ttf") format("truetype");
}
html {
  scroll-padding-top: 65px;
}
ins {
  margin-bottom: 1.4rem !important;
}
body {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  min-height: 100%;
  padding-top: 55px;
  color: #DCDCDC;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #101010;
  display: flex;
  flex-direction: column;
  background-image: url("../images/shm_banner.png"), url("../images/footer_top.png");
  background-position: center top 60px, center bottom;
  background-repeat: no-repeat;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body {
    background-image: url("../images/shm_banner_md.png");
  }
}
@media (max-width: 575.98px) {
  body {
    background-image: url("../images/shm_banner_sm.png");
  }
}
.container {
  max-width: 1200px !important;
  padding: 0;
}
@media (max-width: 575.98px) {
  .container {
    margin: 0;
  }
}
header {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
a.header:link {
  text-decoration: none;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
a.header:visited {
  text-decoration: none;
  border: none !important;
}
a.header:hover {
  text-decoration: none;
  border: none !important;
}
a.header:active {
  text-decoration: none;
  border: none !important;
}
.header-video {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: -1; /* Place the video behind other content */
  overflow: hidden;
  display: flex;
  justify-content: center;
  object-position: center; /* Causes video to be centred against the header */
  object-fit: cover; /* Causes video to cover/stretch to the header */
}
main {
  border-bottom: 15px;
  min-height: 100%;
}
.content {
  max-width: 700px;
  margin: auto !important;
}
@media (max-width: 1240px) {
  main {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0;
  }
}
/*Navbar*/
.navbar {
  background-color: #37363;
  border-bottom: 1px solid #37363b;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  padding-bottom: 2px;
}
.navbar_wrap {
  max-width: 450px !important;
}
@media (max-width: 991.98px) {
  .navbar_wrap {
    max-width: 100% !important;
  }
}
.bg-dark {
  background-color: black !important;
}
/*Main Menu*/
.dropdown-toggle {
  color: #808080 !important;
}
.dropdown-toggle:hover {
  filter: brightness(200%);
  font-weight: 200 !important;
}
.dropdown-toggle a {
  font-weight: 200 !important;
	color: #808080 !important;
	text-decoration: none !important;
}
.dropdown-toggle a:hover {
  filter: brightness(200%);
}
.forum:after {
  display: none;
}
.dropdown-toggle a:visited {
	color: #808080 !important;
}
.navbar a:hover {
  filter: brightness(100%);
}
/*.navbar-brand {
  margin-right: 165px;
}*/
.navbar-brand img:hover {
  filter: brightness(300%);
}
.navbar-toggler {
  padding: 0.25rem 0.5rem;
  margin-top: 5px;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #000000;
  border: 2px solid #FFFFFF;
  border-radius: 0.25rem;
  border-color: #FFFFFF;
  margin-right: 0px !important;
}
.navbar-dark .navbar-toggler {
  border-color: #767676;
}
.navbar-dark .navbar-nav .nav-link .dropdown-menu a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.dropdown-toggle /*Navbar Top Menu*/ {
  font-size: 22px;
  font-family: 'Oswald', Arial Narrow, san-serif;
  font-weight: normal;
  text-transform: uppercase;
  background-color: black;
  color: white;
  border: none;
}
@media (min-width: 991.98px) {
  .dropdown-toggle:hover {
    font-weight: bold;
    background-color: black;
    color: #343a40;
  }
}
@media (min-width: 991.98px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (min-width: 991.98px) {
  .dropdown-toggle:after {
    border: none;
    margin: 0;
  }
}
.dropdown-item a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none !important;
}
.dropdown-item:focus {
  background-color: #262626;
  font-weight: thin !important;
}
.menutitle {
  font-size: 22px;
  font-family: 'Oswald', Arial Narrow, san-serif;
  font-weight: normal;
  text-transform: uppercase;
  background-color: black;
  color: white;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
}
.menutitle:hover {
  filter: brightness(200%) !important;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #789C9C;
  text-decoration: underline;
}
.navbar-collapse.collapse.show {
  max-height: 600px;
  overflow-y: auto;
}
.btn-dark:hover, .btn-dark:focus {
  background-color: black !important;
}
.social_buttons, .social_buttons_m {
  width: 100px;
}
.social_buttons img, .social_buttons_m img {
  margin: 7px;
}
.social_buttons img:hover, .social_buttons_m img:hover {
  filter: brightness(200%);
}
@media (max-width: 991.98px) {
  .social_buttons {
    display: none;
  }
}
@media (min-width: 992px) {
  .social_buttons {
    margin-right: 0px;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .social_buttons_m {
    display: none;
  }
}
/*Nav Pills*/
.nav-link.active {
  background-color: #789C9C !important;
  color: #fff !important;
}
.nav-link {
  color: #789C9C !important;
}
.video-select, .video-select a{
  font-size: 18px !important;
	text-decoration: none !important;
	margin-top: 1.5rem !important;
}

.shru {
  margin-left: 12px;
  margin-top: 7px;
  margin-bottom: 7px;
}
/*Notes*/
.notes {
  border-left: 5px solid #9E9E9E;
  padding-left: 10px;
}
.notes td {
  padding-left: 10px;
}
.notes p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 575.98px) {
  .misc_note {
    padding-left: 25px;
  }
}
footer {
  color: #808080;
  background: #000000;
  border-top: 1px solid #37363b;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  width: 100%;
  margin-top: auto !important;
	position: relative;
}
@media (min-width: 1200px) {
  footer {
    background-image: url("../images/robbie.png");
    background-repeat: no-repeat;
    background-position: calc(50% - 550px) 50%;
  }
	.femark {
  position: absolute;
  top: 30%;
  left: calc(50% + 460px); /* Move the image 500px to the right of the text */
}
	}
	@media (max-width: 1199.98px) {
	.femark {
  display:none
}
}
footer a:link {
  color: rgba(255, 255, 255, 0.5);
}
footer a:visited {
  color: rgba(255, 255, 255, 0.5);
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer_author {
  font-size: 16px;
  font-style: italic;
  color: #999;
}
.google-revocation-link-placeholder element.style {
  color: rgba(255, 255, 255, 0.5);
}
.col {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 230px !important;
  }
}
.min-vh-100 {
  min-height: auto !important;
}
/*End of Section*/
/*Hyperlinks*/
a:link {
  color: #789C9C;
  text-decoration: underline;
}
a:visited {
  color: #789C9C;
}
a:hover {
  color: #a0d9d9;
  text-decoration: underline;
}
a:active {
  color: #789C9C;
}
blockquote {
  padding-left: 25px;
  font-style: italic;
}
.blockquote_big {
  text-align: center;
  font-style: italic;
  font-family: Georgia;
  font-size: 24px;
  padding-left: 0px;
}
.script blockquote {
  font-style: normal !important;
}
/*Headings*/
h1 {
  font-family: 'Oswald', Arial Narrow, san-serif;
  font-size: 40.5px;
  margin-bottom: 32px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}
.h1_sub {
  font-size: 31.5px;
}
h2 {
  font-family: 'Oswald', Arial Narrow, san-serif;
  font-size: 31.5px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-image: linear-gradient(to right, #171c20, #3c4044, #65676b, #919295, #bfbfc1, #bfbfc1, #bfbfc1, #bfbfc1, #919295, #65676b, #3c4044, #171c20);
  border-image-slice: 9;
}
h3 {
  font-family: 'Oswald', Arial Narrow, san-serif;
  font-size: 27px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.h3_sub {
  border: none !important;
  text-align: center;
  padding: 3px;
}
.h3_case {
  text-transform: none !important;
}
h4 {
  font-family: 'Oswald', Arial Narrow, san-serif;
  font-size: 27px;
  margin-bottom: 20px;
}
h5 {
  font-size: 18px;
  font-weight: 700;
  color: #808080;
  margin-top: 12px;
  margin-bottom: 18px;
}
.no_margin {
  margin-bottom: 0px !important;
}
/*Misc*/
ol, ul {
  padding-left: 1.8rem;
  line-height: 30px;
}
ol li {
  margin-bottom: 4px;
}
div li::marker {
  color: #666666;
}
tr {
  background-position: top;
  vertical-align: top;
}
.embed-responsive, .ratio {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  margin-right: auto;
}
#ad_top {
  margin-bottom: min(12px);
}
#ad_bottom {
  margin-bottom: 30px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.ad_inpage, .ad_display {
  margin-bottom: 18px;
}
/*ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}*/
.footertitle {
  font-size: 16px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: bold;
}
.news {
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-collapse: separate;
}
.news_bottom {
  text-transform: uppercase;
}
.newsdate {
  font-size: 16px;
  margin-bottom: 16px;
}
.maintextbold {
  font-weight: 600;
  color: #808080;
}
.maintextbold_b {
  font-size: 26px;
  text-transform: uppercase;
  color: white;
  font-family: 'Oswald', Arial Narrow, san-serif;
}
.maintextbold_c {
  font-size: 26px;
  text-transform: uppercase;
  font-family: 'Oswald', Arial Narrow, san-serif;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
}
.interview_q {
  font-weight: bold;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #FFF;
  padding-left: 10px;
}
.interview_quote {
  color: #999;
  font-style: italic;
  font-size: 24px;
  font-weight: normal;
}
.title_selection {
  display: inline-block !important;
  float: left;
  padding-right: 10px;
  font-size: 24px;
  font-family: 'Oswald', Arial Narrow, san-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
}
.nav-pills {
  font-size: 24px;
  font-family: 'Oswald', Arial Narrow, san-serif;
  font-weight: normal;
  text-transform: uppercase !important;
  text-align: left;
  padding: 0px !important;
}
.title_selection a:link, .title_selection a:visited {
  color: #5A5A5A;
  text-decoration: none;
}
.title_selection a:hover {
  color: #FFF;
}
/*Video*/
.ratio iframe {
  margin-bottom: 20px;
  border-radius: 15px;
  /* width: 120%;
    margin-left: -10%;*/
}
.subtitle {
  color: #FFF;
  background-color: #666;
  text-transform: uppercase;
  font-size: 18px;
  text-align: left;
  margin-bottom: 5px;
  font-family: "Arial Black", Gadget, sans-serif;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
}
.subtitle_caps {
  font-weight: bold;
  text-transform: uppercase;
}
.infocard {
  float: left;
  width: auto;
  max-width: 375px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.versions {
  margin-top: 28px;
  margin-bottom: 35px;
}
.versions td {
  padding: 0px 8px 0px;
}
/*Images*/
.imageborder {
  background-color: #333;
  padding: 1px;
}
.imageborder_l {
  float: left;
  margin-right: 10px;
  margin-bottom: 1rem;
  padding: 1px;
  background-color: #333;
}
.imageborder_r {
  float: right;
  margin-bottom: 1rem;
  margin-left: 10px;
  background-color: #333;
  padding: 1px;
}
.imagenoborder_l {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.imagenoborder_r {
  float: right;
  margin-bottom: 1rem;
  margin-left: 10px;
}
.imageborder_box img {
  background-color: #333;
  padding: 1px;
  margin-bottom: 3px;
}
.imageborder_box figure {
  display: table;
  overflow: hidden;
  float: left;
  clear: none;
  text-align: center;
  margin-bottom: 15px;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 0pt;
  width: 220px;
}
.gallery {
  border: 2px solid #789C9C;
}
.gallery:hover {
  background: none !important;
  border: 2px solid #a0d9d9;
  padding: 0px;
}
.gallery_l {
  border: 2px solid #789C9C;
  margin-right: 10px;
  margin-bottom: 1rem;
  float: left;
}
.gallery_l:hover {
  background: none !important;
  border: 2px solid #a0d9d9;
  padding: 0px;
}
.gallery_r {
  border: 2px solid #789C9C;
  float: right;
  margin-left: 10px;
  margin-bottom: 1rem;
}
.gallery_r:hover {
  background: none !important;
  border: 2px solid #a0d9d9;
  padding: 0px;
}
@media (max-width: 575.98px) {
  .imageborder_l, .imageborder_r, .imagenoborder_l, .imagenoborder_r, .gallery_l, .gallery_r {
    display: block;
    float: none !important;
    margin-left: 10px;
  }
}
.gallery_single {}
.gallery_box {
  text-align: center;
  vertical-align: middle;
  padding: 0px;
  margin-bottom: 0.9em;
	  margin-top: 0.9em;
}
.gallery_box img {
  background-color: #789C9C;
  padding: 2px;
  margin-bottom: 1px;
}
.gallery_box img:hover {
  background-color: #a0d9d9;
}
.gallery_box figure {
  display: table;
  overflow: hidden;
  float: left;
  clear: none;
  text-align: center;
  margin-bottom: 15px;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 0pt;
  width: 222px;
}
.gallery_puzzle figure {
  margin-right: 4px !important;
  margin-left: 4px !important;
  margin-botom: 0px !important;
  width: 217px !important;
}
.gallery_maps {
  text-align: center;
}
.gallery_maps img {
  background-color: #CCC;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  margin-bottom: 3px;
}
.gallery_maps img:hover {
  background-color: #a0d9d9;
}
.gallery_maps figure {
  display: table;
  overflow: hidden;
  float: left;
  clear: none;
  text-align: center;
  margin-bottom: 15px;
  margin-right: 9px;
  margin-left: 9px;
  margin-top: 0px;
  width: 210px;
}
.gallery_blank {
  background-color: #CCC;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}
.gallery_blank:hover {
  background-color: #CCC !important;
}
.articles_box img {
  background-color: #CCC;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  margin-bottom: 3px;
}
.articles_box img:hover {
  background-color: #789C9C;
}
.articles_box figure {
  display: table;
  overflow: hidden;
  float: left;
  clear: none;
  text-align: center;
  margin-bottom: 15px;
  margin-right: 4px;
  margin-left: 4px;
  margin-top: 0pt;
  width: 164px;
}
/*Tables*/
.table {
  border: 2px solid #808080;
  border-collapse: collapse;
  background-color: #000;
  color: #FFF;
}
.table td {
  border: 1px solid #808080;
  padding-left: 7px;
  padding-top: 3px;
  padding-bottom: 5px;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
}
.table td, th {
  border: 1px solid #808080 !important;
  padding: 5px;
}
.table_headers {
  color: #FFF;
  background-color: #444;
  font-weight: bold;
}
.table_a {
  vertical-align: top;
  margin: 0px;
  top: 0px;
}
.table p:last-child {
  margin-bottom: 0rem !important;
}
.table_ve {
  background-color: darkgreen !important;
}
.table_e {
  background-color: limegreen !important;
}
.table_ne {
  background-color: #000 !important;
}
.table_noborder {
  border-collapse: separate;
}
.table_style_1 {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
}
.table_style_1 td {
  padding: 3px;
}
.table_style_1 tr {
  border-bottom: 1px solid #ccc;
}
.table_style_1 tr:last-child {
  border-bottom: none;
}
.table_style_2 {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
}
.table_style_2 td {
  border-collapse: collapse;
  border: 1px solid #212529;
  padding: 3px;
  background-color: lightgrey;
}
.thead-light {
  background: #525252;
  font-weight: bold;
}
.credits {
  border-collapse: separate;
}
.credits td {
  padding: 4px;
}
.selector {
  border-collapse: separate;
  border: 1px solid #333;
  padding: 1px;
  margin-bottom: 1.4rem;
}
.bottom {
  padding: 1px;
  text-align: center;
  background-color: #666;
  height: 14px;
}
.bottom2 {
  border: 1px solid #CCC;
  padding: 1px;
  text-align: center;
  font-weight: bold;
  color: #CCC;
  margin-top: 1px;
}
.past_releases {
  color: #666;
}
a.pager:link {
  text-decoration: none;
}
.w1_items {
  border-radius: 4px;
  color: #008080;
  font-weight: bold;
}
.w1_items_no {
  border-radius: 4px;
  color: #008080;
  font-weight: bold;
  font-family: "Arial Black", Gadget, sans-serif;
  font-style: normal;
  border-width: thin;
  border-style: solid;
  padding-right: 5px;
  padding-left: 4px;
  padding-bottom: 1px;
}
.w2_weapons {
  color: #008080;
  text-decoration: underline;
  font-weight: bold;
}
.w3_supplies {
  color: #3366CC;
  font-weight: bold;
}
.w4_maps_notes {
  color: #008000;
  font-weight: bold;
}
.w4_items_no {
  border-radius: 4px;
  color: #008000;
  font-weight: bold;
  font-family: "Arial Black", Gadget, sans-serif;
  font-style: normal;
  border-width: thin;
  border-style: solid;
  padding-right: 5px;
  padding-left: 4px;
  padding-bottom: 1px;
}
.w5_saves {
  color: #800000;
  font-weight: bold;
}
.w_answer {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 5px;
  color: #e6f2ce;
  background-color: darkgreen;
  font-weight: bold;
  font-style: normal;
  border-style: none;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-collapse: separate;
}
.w_answer_box {
  color: darkgreen;
  border-color: darkgreen;
  font-weight: bold;
  font-style: normal;
  border-bottom: medium solid;
  border-top: medium solid;
  border-left: none;
  border-right: none;
  border-collapse: separate;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 1rem;
}
.w_puzzle {
  color: #666 !important;
  border-color: #666 !important;
}
.w_answer_box td {
  padding: 5px;
  margin: 4px;
  border-collapse: separate;
}
.w_subtitle {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0px;
  padding-top: 0px;
}
.w_puzzles_box {
  border-radius: 10px;
  border-collapse: separate;
  border: 2px solid #333;
  background-color: #1D1D1D;
  padding: 8px !important;
  margin-bottom: 1.4rem;
  color: white;
}
.w_puzzles_box h5 {
  font-family: 'Oswald', Arial Narrow, san-serif;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
	color: white;
}
/*.w_puzzles_box p:last-child {
  margin-bottom: 0rem !important;
}
.w_puzzles_box ul {
  margin-bottom: 0rem;
}*/
.w_extra_box {
  border-radius: 10px;
  border-collapse: separate;
  border: 1px solid #ccc;
  background-color: #363a3f;
  padding: 8px !important;
  margin-bottom: 1.4rem;
}
.w_extra_box p:last-child {
  margin-bottom: 0rem !important;
}
.commentary {
  color: #999;
  font-style: italic;
}
/*Buttons*/
*:focus {
  box-shadow: none !important;
}
.button-download, .button-bandcamp, .button-external {
  padding: 3px 10px 4px 10px !important;
  color: #f7f6e5 !important;
  background-color: #547272;
  text-decoration: none !important;
  border-radius: 4px;
  display: inline-block;
  margin: 0.2rem;
}
.button-download::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f019";
  padding-right: 7px;
  -webkit-font-smoothing: antialiased;
}
.button-bandcamp::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  content: "\f2d5";
  padding-right: 7px;
  -webkit-font-smoothing: antialiased;
}
.button-external::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
  padding-right: 7px;
  -webkit-font-smoothing: antialiased;
}
.button-download:hover, .button-bandcamp:hover, .button-external:hover {
  background-color: #789C9C;
}
/*Music Player*/
.jouele-playlist {
  margin-bottom: 1.4rem;
  border-collapse: collapse;
}
.jouele-playlist td {
  vertical-align: top;
  border-bottom: 1px solid #e5e5e5;
  height: 20px;
  line-height: 1.4 !important;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-right: 0;
  padding-left: 0px;
}
.jouele-playlist tr:last-child td {
  border-bottom: 0;
}
.jouele-playlist td:first-child {
  padding-right: 15px;
}
.jouele-dl {
  padding-top: 8px !important;
  padding-right: 3px !important;
  padding-left: 5px !important;
}
.jouele {
  padding-top: 1px;
}
.toc p {
  margin: 0px !important;
}
.toc2 {
  text-indent: 25px;
}
.div_parent {
  overflow-y: hidden;
  display: flex;
  margin-top: 3px;
}
@media only screen and (max-width: 600px) {
  .div_parent {
    flex-direction: column;
  }
}
.div_image, .div_image_borderless, .div_gallery {
  margin-right: 10px;
  flex-shrink: 0;
  float: left;
  margin-bottom: 1.4rem;
}
.div_image {
  padding-top: 1px;
  padding-right: 1px;
  padding-left: 1px;
  padding-bottom: 1px;
  background-color: #333;
}
.div_gallery {
  padding-top: 3px;
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 3px;
  background-color: #789C9C;
}
.div_gallery:hover {
  background-color: #a0d9d9;
}
.div_desc {
  width: 100%;
}
.div_desc p {
  margin-top: 0px;
	padding-top: 1px;
}
.div_gallery_wrap {
  padding-top: 0px;
  margin-top: 0px;
}
.paypal {
  margin-top: 1rem;
}
.news_box, .news_box_old {
  border-bottom: 1px solid #525353;
  margin-bottom: 1rem;
  padding: 0px;
  border-collapse: separate;
}
.news_box:last-of-type, .news_box_old:last-of-type {
  border-bottom: none;
}
.news_box_title {
  font-size: 27px;
  margin-top: 0px;
  margin-bottom: 20px;
  text-transform: none;
}
.news_box a {
  text-decoration: none;
  color: white;
}
.news_box a:hover {
  text-decoration: none;
  color: #a0d9d9;
}
.news_box_old a {
  text-decoration: underline;
}
/*.news_box h4, a {
  color: white !important;
}
.news_box a:hover {
  color: #a0d9d9 !important;
}*/
.news_img {
  border-radius: 5px;
}
.news_title {
  font-size: 31.5px;
  margin-top: 0px;
  padding-bottom: 1.2rem;
  padding-left: 0px;
}
.news_date {
  font-size: 16px;
  font-style: italic;
  color: #aaa;
}
.walkthrough ul {
  padding-left: 1.2em;
  padding-top: 0em;
  margin-top: 0em;
}
.walkthrough ol {
  padding-left: 1.2em;
}
ol.references li:target {
  background-color: #BACCCC;
}
sup {
  white-space: nowrap;
}
/*.video_caption div {
  margin-bottom: 0px !important;
}*/
.rotate {
  transform: rotate(-90deg);
}
/*.releases {
  border: 1px solid #333;
  padding: 15px 15px 15px;
  margin-bottom: 1.4rem;
  border-collapse: separate;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 15px;
}*/
.releases {
  border: 1px solid #525353;
  margin-bottom: 1.4rem;
  border-collapse: collapse;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 5px 3px #393b3e;
}
.releases td {
  padding: 20px 20px 20px 20px;
}
.releases_inner td {
  padding: 0px !important;
}
.releases_inner {
  /*border-bottom: 1px solid #525353;*/
  margin-bottom: 0;
}
.releases_inner:last-of-type {
  border-bottom: none;
  margin-bottom: -15px;
}
.releases_title {
  font-family: 'Oswald', Arial Narrow, san-serif;
  font-size: 1.5rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  background-image: url("../images/releases.png");
  text-align: center;
}
.releases a {
  text-decoration: none;
}
.release_primary {
  position: relative;
  top: 88px;
  left: 16px;
}
@media (max-width: 767.98px) {
  .releases {
    padding: 5px 10px 5px;
  }
}
/*Backup*/
/*
.releases_tag {
  font-family: 'Oswald', Arial Narrow, san-serif;
  font-weight: 500;
  font-size: 1rem;
	text-transform: uppercase;

}*/
.releases_tag {
  padding: 0px 6px 0px 6px;
  color: #f7f6e5;
  border: 1px solid #ABABAB;
  border-radius: 4px;
  display: inline;
  width: 100%;
  margin-right: 2px;
  margin-bottom: 2px;
  justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
}
/*Release Timeline*/
.release_timeline table {
  border-collapse: collapse;
  width: 700px; /* Adjust as needed */
  height: auto;
}
.release_timeline h3 {
  margin: 0px;
  font-size: 35px;
  text-shadow:
    -2px -2px 0 #000, 0 -2px 0 #000, 2px -2px 0 #000, 2px 0 0 #000, 2px 2px 0 #000, 0 2px 0 #000, -2px 2px 0 #000, -2px 0 0 #000;
}
.release_timeline td {
  position: relative;
  width: 100%;
  height: 200px; /* Adjust height as needed */
  overflow: hidden;
}
.background-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.background-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  justify-content: left !important;
  align-items: left !important;
  background-color: rgba(0, 0, 0, 0.4); /* Optional: semi-transparent background */
  color: white;
  z-index: 2;
  padding: 15px;
}
.overlay-div p {
  margin: 0;
  padding: 0px; /* Optional: padding around text */
  text-align: left;
  border-radius: 5px; /* Optional: rounded corners */
}
/*End*/
.tag {
  padding: 0px 6px 0px 6px !important;
  color: #f7f6e5 !important;
  border: 1px solid #ABABAB;
  border-radius: 4px;
  display: inline;
  width: 100%;
  margin-right: 2px;
  margin-bottom: 2px;
}
.warning {
  display: block;
  font-weight: bold;
  color: #FFF;
  background-color: #C00;
  padding: 6px;
  text-transform: uppercase;
  border-radius: 4px;
}
/*.contents ol {
  padding-left: 20px;
}
.contents {
  list-style-position: inside;
  padding-left: 0;
}
.contents-second {
  margin-left: -17px;
}*/
.accordion-item, .selector, .pager_selector, .infobox {
  border: 1px solid #333;
  padding: 5px;
  margin-bottom: 1.4rem;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 15px !important;
  border-collapse: separate;
}
.accordion-button, .accordion-button:not(.collapsed) {
  background-color: rgba(0, 0, 0, 0);
  color: white;
  padding-top: 0px;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Oswald', Arial Narrow, san-serif;
}
.accordion-item a {
  padding-left: 5px;
  text-decoration: none;
}
.accordion-button::after {
  filter: brightness(5000%);
}
.accordion-body ol{
  list-style-type: decimal-leading-zero;
}
.chapter-list{
  list-style-type: decimal-leading-zero;
}
.infobox p {
  padding-bottom: 0px;
  margin-block-end: 0px;
}
.panel-select {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 5px;
  color: #FFFFFF;
  background-color: #789C9C;
  font-style: normal;
  border-style: none;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-collapse: separate;
}
.btn-block {
  height: 100%;
  width: 100%;
  color: #FFFFFF !important;
  border: 1px solid #333;
  padding: 15px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 15px !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
}
.btn-block:hover {
  color: #f7f6e5 !important;
  background-color: #789C9C;
}
.btn-block:focus {
  border: 1px solid #333 !important;
  background-color: rgba(0, 0, 0, .5) !important;
}
.selector_active {
  display: block;
  font-weight: bold;
  padding: 6px;
  border-radius: 5px;
  color: #FFFFFF;
  background-color: #789C9C;
  font-style: normal;
  border-style: none;
  text-transform: uppercase;
}
.selector_inactive {
  display: block;
  font-weight: bold;
  color: #000;
  padding: 6px;
  text-transform: uppercase;
}
.selector_inactive a {
  text-decoration: none;
}
.pager_selector {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-collapse: separate;
  border: 1px solid #333;
  margin-bottom: 1.4rem;
}
.pager {
  display: block;
  font-weight: bold;
  color: #000;
  padding: 6px;
  text-transform: uppercase;
  float: left;
}
.pager_active {
  display: block;
  font-weight: bold;
  padding: 6px;
  border-radius: 5px;
  color: #FFFFFF;
  background-color: #789C9C;
  font-style: normal;
  border-style: none;
  text-transform: uppercase;
  float: left;
}
.section-left {
  margin-right: 2px;
}
.section-left:before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  float: left;
  padding-right: 10px;
}
.section-right {
  margin-left: 2px;
}
.news_archive {
  text-align: center;
  margin-bottom: 20px;
}
.section-right:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  float: right;
  padding-left: 10px;
}
.ng {
    border-radius: 5px;
  border-collapse: separate;
  border: 1px solid #ccc;
  background-color: #363a3f;
  padding: 5px;
	margin-bottom: 5px;
}