html {
	-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%
	overflow: hidden;
}

* {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
    }

// green color is #003D12
// tan color is #FFF2D7

body {
	background-color: #FFF2D7;
	overflow-y: hidden;
}

.katibeh-regular {
  font-family: "Katibeh", serif;
  font-weight: 400;
  font-style: normal;
}

a.statics {
  color: #FFF2D7;
  font-family: 'Katibeh';
	font-size: 15pt;
  text-decoration: none; /* no underline */
}

a.statics2 {
  color: #FFF2D7;
  font-family: 'Katibeh';
	font-size: 16pt;
  text-decoration: none; /* no underline */
}

a.navlink {
  color: #003D12;
  font-family: 'Quicksand';
	font-size: 14pt;
  text-decoration: none; /* no underline */
}

a.rulelink {
  color: #003D12;
  font-family: 'Quicksand';
	font-size: 14pt;
  text-decoration: underline;
}

a.rulelistlink {
  color: #003D12;
  font-family: 'Quicksand';
	font-size: 12pt;
  text-decoration: underline;
}

a.captionlink {
  color: #003D12;
  font-family: 'Quicksand';
	font-size: 11pt;
  text-decoration: underline;
}

a.footlink {
  color: #FFF2D7;
  font-family: 'Quicksand';
	font-size: 14pt;
  text-decoration: underline;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 700

.quicksand-ruletext {
  font-family: "Quicksand", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

p.title {
	font-family: 'Katibeh';
	font-size: 28pt;
	padding-top: 10px;
	text-align: center;
	vertical-align: center;
	color: #FFF2D7;
}

div.toppanel {
	background-color: #003D12;
	height: 50px;
	width: 100%;
}

div.secondpanel {
	display: none;
}

div.bottompanel {
	background-color: #003D12;
	height: 50px;	
}

div.centerpanel {
	overflow: hidden;
}

div.sidepanel {
	background-color: #003D12;
	height: 750px;
	width: 15%;
	float: left;
	overflow: scroll
}

div.contentpanel {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: 15px;
	height:500px;
	width: 41%;
	box-shadow: 5px 5px 2px #173C1F;
	float: right;
	overflow: scroll;
}

div.navigation {
	background-color: #FFFFFF;
	height:222px;
	width: 83%;
	float: right;
	margin-left: 15px;
	margin-top: 10px;
	box-shadow: 5px 5px 2px #173C1F;
	overflow: scroll;
}

p.copy {
	font-family: 'Katibeh';
	font-size: 16pt;
	padding-left: 5px;
	text-align: left;
	vertical-align: center;
	color: #FFF2D7;
}

li.copy {
	font-family: 'Katibeh';
	font-size: 16pt;
	padding-left: 25px;
	text-align: left;
	vertical-align: center;
	color: #FFF2D7;
}

li.topnav {
	display: none !important;
	
}


p.copy2 {
	font-family: 'Katibeh';
	font-size: 16pt;
	text-align: right;
	vertical-align: center;
	color: #FFF2D7;
}

p.contenttitle {
	font-family: 'Katibeh';
	font-size: 24pt;
	padding-top: 18px;
	text-align: center;
	color: #003D12;
}

p.innertitle {
	font-family: 'Katibeh';
	font-size: 21pt;
	padding-top: 10px;
	text-align: center;
	color: #003D12;
}

p.ruletext {
	font-family: 'quicksand';
	font-size: 14pt;
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	color: #003D12;
}

p.caption {
	font-family: 'quicksand';
	font-size: 11pt;
	text-align: justify;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	color: #003D12;
}

p.footnote {
	font-family: 'quicksand';
	font-size: 14pt;
	text-align: justify;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFF2D7;
}

iframe.highlight {
	margin: auto;
	margin-top: 45px;
	height: 315px;
	width: 560px;
	display: block;
}

img.highlight {
	margin: auto;
	margin-top: 45px;
	height: 315px;
	width: 560px;
	display: block;
	
}

object.highlight {
	margin-top: 75px;
	margin-left: 10px;
	height: 315px;
	width: 560px;
	
}

img.strikezone {
	height: 490px;
	
}

img.detail {
	display: block;
  margin-left: auto;
  margin-right: auto;
	
}

object.detail {
	display: block;
  margin-left: auto;
  margin-right: auto;
	
}

p.navback {
	font-family: 'quicksand';
	font-size: 14pt;
	vertical-align: bottom;
	color: #003D12;
	padding-left: 10px;
}

ul.navigation {
	font-family: 'quicksand';
	font-size: 14pt;
	padding-left: 100px;
	margin-top: 10px;
	list-style-image: url('images/greenball.svg');
}

ul.intextlist {
	font-family: 'quicksand';
	font-size: 12pt;
	color:#003D12;
	padding-left: 75px;
	list-style-image: url('images/greenball.svg');
}

ol.intextlist {
	font-family: 'quicksand';
	font-size: 12pt;
	color:#003D12;
	padding-left: 75px;

}

li.ball {
	 transform: translate(-0.5em, 0.2em);
}

.collapsible {
  font-family: 'Katibeh';
	font-size: 16pt;
  background-color: #003D12;
  color: #FFF2D7;
  cursor: pointer;
  width: 100%;
  padding-bottom: 8px;
  padding-left: 5px;
  border: none;
  text-align: left;
  outline: none;
}

.topcoll {
	display: none;
 
}

.active, .collapsible:hover {
	background-color: #003D12;
}

.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

table.bottomnav {
	width: 100%;
}

tr.bottomnav {
	margin-top: -50px;
}

table.mobilenav {
	display: none;
	width: 100%;
}

tr.mobilenav {
	display: none;
	margin-top: -50px;
}

table.topnav {
	max-height: 0;
}

tr.topnavi {
	max-height: 0;
}

a.dd1 {
	display: none !important;
	visibility: hidden;
}

p.dd1 {
	display: none !important;
	visibility: hidden;
}

sup {
	font-size: 8pt;
	vertical-align: super;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
  position: fixed;
  bottom: 0;
  background-color: #003D12;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

/* The Close Button */
.close {
  color: #FFF2D7;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #003D12;
  color: white;
}

.modal-body {
	padding: 2px 16px;
    background-color: #003D12;
}


.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
} 

 /* Hide scrollbar for Chrome, Safari and Opera */
.sidepanel::-webkit-scrollbar {
  display: none;
}

.contentpanel::-webkit-scrollbar {
  display: none;
}

.navigation::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.sidepanel {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.contentpanel {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.navigation {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}