/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: LeagueGothicRegular,"Arial Narrow",sans-serif;
	font-size: 1.4em;
	text-decoration: none;
	color: white;
	display: none;
	white-space: nowrap;
	background-color: #0b0b0b;
	left: 0;
	padding: 0 .25em 0 .05em;
}

.show-menu img {
	display: inline !important;
	height: 28px;
	width: 28px;
	color: white;
}
/* menu background
	background: #020306 url(../images/top_nav_button_gradient_2020a.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
*/
div.menu_wrapper {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	height: 34px;
	padding-left: 2%;
	padding-right: 2%;
	}

div.menu>div>a:hover {
	color: #f2ecc8 !important;
	background: linear-gradient(#f2ecc8 0% 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* 		color: #f5901f; */
div.menu>div a {
		color: #f3ecc9;
		width: 100%;
		height: 100%;
		text-decoration: none;
		font-family: LeagueGothicRegular,"Arial Narrow",Arial,Helvetica,sans-serif;
		font-size: 22px;
		font-weight: normal !important;
		height: 34px;
		display: table-cell;
		vertical-align: middle;
		padding-left: 12px;
		padding-right: 12px;
		white-space: nowrap;
}

/*
div.menu>div a {
		background: linear-gradient(#f5901f 0%, #f48721 25%, #f26a26 50%, #f26029 62%, #f1592a 75% 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
}
*/


div.menu_half {
	width: 40.86%;
	height: 40px;
	padding: 0;
	position: absolute;
}

div.menu_whole {
	width: 100%;
	height: 40px;
	padding: 0;
	position: relative;
	border-bottom: solid white .1vw;
}


div.menu_left {
	left: 0;
}

div.menu_right {
	right: 0;
}

/*
Linear gradient for nav link text
div.menu>div a {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(bottom, #f5901f, #f26d26, #f15929); /* For Safari 5.1 to 6.0 */
}
  background: -o-linear-gradient(bottom, #f5901f, #f26d26, #f15929); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, , #f5901f, #f26d26, #f15929); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, , #f5901f, #f26d26, #f15929); /* Standard syntax */
*/

div.menu>div>div a:hover {
	background: url(../images/top_nav_button_gradient-hover.png);
	}

div.button_side {
	width: 2px;
	height: 100%;
	background: url( ../images/thin_button_separator2.png ) 100% 100%;
}


/*Hide checkbox*/
input#show-menu{
  display: none;
}

/*Show menu when invisible checkbox is checked*/
input#show-menu:checked ~ #menu{
  display: block;
}

input#show-menu:checked ~ #menu .menu_wrapper{
  margin-top: 24%;
  position: relative;
}

input#show-menu:checked ~ #menu .menu_wrapper div{
  background-color: #0b0b0b;
}


/*Responsive Styles*/

#top_nav_box {
	display: block;
}

img.fit_with_sidebar {
	max-width: 70%;
}

#bottom_nav_box {
	display: none;
	}

@media screen and (max-width : 500px)
	{
	#top_nav_box {
		display: none;
	}
	#bottom_nav_box {
		display: block;
		width: 100%;
	}
	img.fit_with_sidebar {
	max-width: 90%;
}
}


@media screen and (max-width : 768px){
	/*Display 'show menu' label*/
	.show-menu {
		display: block;
		z-index: 10000;
	}

	div.main_navigation {
	display: block;
	width: 100%;
	position: absolute;
	top: 35%;
	left: 6px;
	overflow-y: visible;
	}
	
	div.menu {
		overflow-y: visible;
		position: absolute;
		top: -40px;
		left: -6px;
		z-index: 10001;
		background-color: #222222;
	}
	
	div.menu_whole {
		padding: 0;
	}
	
	div.menu_half {
		height: auto;
		position: relative;
	}


	div.menu_left {
		left: 2%;
		position: relative;
	}

	div.menu_right {
		right: auto;
		left: 2%;
		position: relative;
	}

	div.main_navigation>div>div {
		display: block;
		text-align: left;
		width: 100%;
		background-color: #0b0b0b;
		position: relative;
		display: block;
		padding: 0 1em;
	}

	div.main_navigation>div {
		display: none;
	}

	div.button_side {
		display: none !important;
	}

	div.menu_wrapper {
		display: block;
		width: 100%;
		height: auto;
		padding: 0 1em;
		background-color: #0b0b0b;
		}
	div.banner_message {
		display: none;
	}
}
@media screen and (min-width : 768px) {
	input#show-menu:checked ~ #menu .menu_wrapper  {
		margin-top: 0;
	}
	input#show-menu:checked ~ #menu .menu_wrapper div {
		background-color: transparent;
	}
	div.banner_message {
		display: inline-block;
	}
}

@media screen and (max-width : 978px)
	{
	div.wide_content #top_nav_box {
		display: none;
	}
	div.wide_content #bottom_nav_box {
		display: block;
		width: 35%;
	}

	div.menu>div a {
	font-size: 21px;
	}
}

@media screen and (max-width : 915px)
	{
	div.menu>div a {
	font-size: 18px;
	padding-left: 5px;
	padding-right: 5px;
	}
}


@media screen and (max-width : 885px)
	{
	div.menu>div a {
	font-size: 18px;
	padding-left: 3px;
	padding-right: 3px;
	}
}

@media screen and (max-width : 852px)
	{
	div.menu>div a {
	font-size: 17px;
	}
}


@media screen and (max-width : 795px)
	{
	div.menu>div a {
	font-size: 17px;
	}
}

/* font size for mobile menu */
@media screen and (max-width : 765px)
	{
	div.menu>div a {
		font-size: 17px;
	}
}

div.nav_box {
	float: right;
	width: 250px;
	background: url( ../images/nav_button_background_yellow.jpg ) no-repeat center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-left: 20px;
  z-index: 1000;
  position: relative;
	}

div.nav_box a {
  display: block;
  box-sizing: border-box;
  margin: 1em auto;
  padding: 8px;
  width: 80%;
  max-width: 200px;
  /*
  background: #fff; 
  background: rgba(255, 255, 255, 0.8);
  */
  background: #605b27 url( ../images/big_button_gradient.png );
  background-size: auto 100%;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s ease-out;
  font-family: LeagueGothicRegular,"Arial Narrow",Arial,Helvetica,sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal !important;
}
div.nav_box a hover,
div.nav_box a:focus,
div.nav_box a:active {
  background: #fff;
  color: #000;
  transition: all 0.5s ease-in;
}
div.nav_box a:focus {
  outline: none;
}

div.nav_box a {
  border: 1px solid #fff;
}

div.side_nav_box {
	float: right;
	width: 250px;
	background: url( ../images/nav_button_background_yellow.jpg ) no-repeat center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-left: 20px;
  z-index: 1000;
  position: relative;
  padding: .4em 0 .2em 0;
	}

div.side_nav_box a {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: .2em;
  width: 350px;
  max-width: 80%;
  /*
  background: #fff; 
  background: rgba(255, 255, 255, 0.8);
  */
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s ease-out;
  font-family: LeagueGothicRegular,"Arial Narrow",Arial,Helvetica,sans-serif;
  font-weight: normal !important;
}

div.side_nav_box a:hover {
  filter: brightness(120%);
  transition: all 0.5s ease-in;
}
div.side_nav_box a:focus,
div.side_nav_box a:active {
  filter: brightness(130%);
}
div.side_nav_box a:focus {
  outline: none;
}

div.home_nav_box {
	padding-top: 60px;
	width: 100%;
	background: #030200 url( ../images/home_background.jpg ) no-repeat top center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  overflow: visible;
  line-height: 150px;
	padding-bottom: 50px;
	}

div.home_nav_box a {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  max-width: 280px;
  height: 120px;
  color: #f78f1e;
  /*
  background: #fff;
  background: rgba(8, 8, 8, 0.5);
  */
  background: #605b27 url( ../images/big_button_gradient.png );
  background-size: auto 100%;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  font-family: LeagueGothicRegular,"Arial Narrow",Arial,Helvetica,sans-serif;
  font-size: 28px;
  line-height: 120px;
  overflow: visible;
  text-transform: uppercase;
  box-shadow: 
  0 4px 8px #fff,
  0 -4px 4px #666,
  inset 0 -4px 4px rgba(0,0,0,0.5),
  inset 0 4px 4px rgba(255,255,255,0.8);
}
div.home_nav_box  a:hover,
div.home_nav_box  a:focus,
div.home_nav_box  a:active {
  background: #4b4720 !important;
  color: #f78f1e;
  transition: all 0.5s ease-in;
}
div.home_nav_box a:focus {
  outline: none;
}

div.home_nav_box a {
  border: 1px solid #fff;
}

div.home_nav_box div.responsive_table > div > div {
	text-align: center;
	vertical-align: middle;
	width: 30%;
	padding: 0 1em;
}

div.responsive_table {
	display: table;
	width: 100%;
}

div.responsive_table > div {
	display: table-row;
}

div.responsive_table > div > div {
	display: table-cell;
}

/* Stack home page nav box links for small screens */
@media screen and (max-width : 768px){
	
	div.home_nav_box {
		width: 100%;
		padding-top: 15px;
	}
	
	div.responsive_table {
		display: block !important;
		width: 100%;
	}

	div.responsive_table > div {
		display: block !important;
		width: 100%;
	}
	div.responsive_table > div > div {
		display: block !important;
		padding: 0;
		width: 100% !important;
		padding: 0 !important;
	}

	div.home_nav_box a {
		margin-left: auto;
		margin-right: auto;
	}
}

@media print {
	#menu {
		display: none;
	}
}

/* _________________________________________________________________________________________________ */
/* Home page patches */

div.patch_webp_background {
	background: #020100 url( ../images/home_background_update2.webp ) no-repeat center center;
	overflow: none;
}

div.patch_png_background {
	background: #020100 url( ../images/home_background_update2.webp ) no-repeat center center;
	overflow: none;
}

div.home_nav_patches {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-evenly;
	padding-top: 10px;
	max-width: 100%;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  overflow: visible;
	padding: 25px;
	box-sizing: border-box;
	background-clip: content-box;
	}

div.home_nav_patches div {
	width: 28%;
	max-width: 280px;
	margin: .5em 0;
	display: inline-flex;
	box-sizing: border-box;
	}
div.home_nav_patches div a {
	width: 100%;
	padding-top: 42.86%; /* keep aspect ratio of 252:108 */
	height: 0;
	position: relative;
  display: block;
  box-sizing: border-box;
  overflow: visible;
  text-decoration: none;
  font-weight: normal !important;
}

div.home_nav_patches div a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

div.home_nav_patches div a span span {
	height: calc( 100% - 12px );
	padding: 6px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}

div.home_nav_patches div a span span span {
	font-family: LeagueGothicRegular;
  transform:scale(1.1,1); 
  font-size: 18px;
  line-height: 18px;
  height: 18px;
  display: block;
  text-align: center;
  position: relative;
}

div.home_nav_patches div a span span span.middle_button_text {
  font-size: 48px;
  line-height: 48px;
  height: 48px;
  font-family: marshallnormal, sans-serif;
  display: block;
  position: relative;
  transform:scale(1,1); 
}


div.home_nav_patches div.image_patch a {
	padding-top: 0 !important;
	height: auto !important;
}

div.patch_webp_background div.image_patch a img {
	width: 100%;
}

div.patch_webp_background div.light_patch_bg {
	background: url( /images/buttons/light_patch_background.webp );
	background-size: 100% 100%;
}

div.patch_webp_background div.dark_patch_bg {
	background: url( /images/buttons/dark_patch_background.webp );
	background-size: 100% 100%;
}

div.patch_png_background div.light_patch_bg {
	background: url( /images/buttons/light_patch_background.png );
	background-size: 100% 100%;
}

div.patch_png_background div.dark_patch_bg {
	background: url( /images/buttons/dark_patch_background.png );
	background-size: 100% 100%;
}

div.home_nav_patches div.image_patch a {
	padding-top: 0 !important;
	height: auto !important;
	background-image: none !important;
}

div.home_nav_patches div.light_patch a span span span {
	color: #c0b59f;
}
div.home_nav_patches div.light_patch a span span span.middle_button_text {
	color: #ea5b3a;
}

div.home_nav_patches div.dark_patch a span span span {
	color: #7c7567;
}
div.home_nav_patches div.dark_patch a span span span.middle_button_text {
	color: #f2683c;
}
/*
div.home_nav_patches div.light_patch a:hover span span span.middle_button_text {
	color: #f5901f;
  transition: all 0.5s ease-in;
}

div.home_nav_patches div.dark_patch a:hover span span span.middle_button_text {
	color: #f5901f;
  transition: all 0.5s ease-in;
}
*/
div.home_nav_patches  a:focus,
div.home_nav_patches  a:active {
	filter: brightness(130%);
}
div.home_nav_patches a:focus {
  outline: none;
}

span.patch_icon {
	text-align: right;
	top: -30px;
	width: 100px;
}
@media screen and (max-width : 980px){
		div.home_nav_patches a span span span {
			font-size: 1.7vw !important;
			height: 1.7vw !important;
			line-height: 1.7xvw !important;
		}
		div.home_nav_patches a span span span.middle_button_text {
		font-size: 4.6vw !important;
		height: 4.6vw !important;
		line-height: 4.6vw !important;
		}
}


@media screen and (max-width : 720px){
	
	div.home_nav_patches {
		width: 100%;
		padding-top: 15px;
	}

	div.home_nav_patches div {
		margin-left: auto;
		margin-right: auto;
		width: 40%;
	}

	div.home_nav_patches a span span span {
		font-size: 2.57vw !important;
		height: 2.57vw !important;
		line-height: 2.57xvw !important;
	}
	div.home_nav_patches a span span span.middle_button_text {
		font-size: 6.6vw !important;
		height: 6.6vw !important;
		line-height: 6.6vw !important;
	}
}

@media screen and (max-width : 480px){

	div.home_nav_patches  {
		display: block;
	}

	div.home_nav_patches div {
		margin-left: auto;
		margin-right: auto;
		width: 80%;
		display: block;
	}

	div.home_nav_patches a span span span {
		font-size: 3.4vw !important;
		height: 3.4vw !important;
		line-height: 3.4vw !important;
	}
	div.home_nav_patches a span span span.middle_button_text {
		font-size: 9vw !important;
		height: 9vw !important;
		line-height: 9vw !important;
	}

}
div.social_media {
	text-align: right;
	padding: 3px 0;
	height: 35px;
	display: inline-block;
	right: 0;
}

div.social_media a {
	padding-left: 1em;
	border: none;
	outline: none;
	height: 99%;
	display: inline-block;
	text-align: center;
}

div.social_media a img {
	height: 100%;
	width: auto;
}