/*
  Stylesheet.
*/

html {
  height: 100%;
}

body {   box-sizing: content-box;  
  margin-top: 10px;  
  padding: 0px;
  background-repeat: repeat;
  background-image: url("blank.gif");
  font-family: Segoe UI, Verdana, Arial, Helvetica, Tahoma, sans-serif;
  font-size: 15.0px; 
}

body {
  overflow-y: hidden; /* Hide vertical scrollbar */
  overflow-x: hidden; /* Hide horizontal scrollbar */
}

#webpage {
	background-color: #FFFFFF;
	width: 750px;
	margin: auto auto;
  background: url("sidefiller_blank.gif") repeat-y;
}

#header {
  padding: 0px;
	background-color: #FFFFFF;
}

#logo {
  text-align: center;	
}

#tagline {
	padding: 0px;
  text-align: center;	
  font-size: 0px;	
  color: #849CAD;
}


#middle {
}


#content {
	float: left;
	width: 700px;
	margin-left: 1px;	
	margin-right: 0px;
  margin-bottom: 4px;
  
  color: #000000;
}

input[type=checkbox] {
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    padding: 10px;
}

#clear {
  clear: both;
  height: 1px;
  overflow: hidden;
}


.copyright {
	display: block;
  padding-left: 150px;
  padding-top: 50px;
  
  font-size: 13.0px;
  color: #00005F;
}

.linklist {
  margin-left: 0px;
  padding-left: 18px;	
}

.linklist li {
	padding-bottom: 4px;
  color: #FF0000;
  font-size: 11.0px;	
}

.linklist li:hover {
  color: #000000;	
}

.linklist li a {
  text-decoration: none;	
}

.linklist li a:hover {
  text-decoration: underline;
  color: #004040;		
}

a {
	color: #00005F;
}

.inlineimage {
   padding-right: 16px; 
}

.button {
   background-color: #0080C0;
   border-color: #002040;
   border-width: 2px;
   color: #FFFFFF;
   font-family: Segoe UI, Verdana, Arial, Helvetica, Tahoma, sans-serif;
   font-size: 15.0px;
   font-weight: bold;
   padding: 2px;
}

.button:hover {
   background-color: #B7FFB7;
   color: #008080;
}

.hiddentext {
   visibility: hidden;
}

.nav-trigger {
   display:none;
}


/*
  mobile overrides ----------------------------------------------------------------------------------------------------
*/

@media only screen and (max-device-width:480px) {

body {   box-sizing: content-box;  
  width: 100%;
  background: #fff;
  font-size: 1em;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

#webpage {
  width: 100%;
  background: #fff;
}

#header {
  position: absolute;
  padding: 0px;
  margin:0px;
  left:0px;
  top:0px;
  height:80px;
  width:100%;
  background: #fff;
}

#logo img {
  display: none;
}

#content {
    min-width: 100%;
    min-height: 100%;
    background-color: #fff;
    position: relative;
    top: 100px;
    bottom: 100%;
    left: 0;
    width:100%;
    z-index: 1;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 100px;
}

#content p, #content img {
    margin-left: 4px;
}

#sidebar {
    list-style: none;
    background: #fff;
    width: 199px;
    height: 100%;
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    visibility: hidden;
    z-index: 0 !important;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active {
    font-size: 1.1em;
    padding-top: 8px;
    padding-bottom: 8px;
}

#updated {
	display:none;
}

#payments {
	display:none;
}

.linklist li {
  padding-bottom: 16px;
}

#footer {
	display:none;
}

.nav-trigger {
    display:inline;
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"] {
    position: absolute;
    top: 30px;
    left: 15px;
    z-index: 2;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url("/hamburger.svg");
    background-size: contain;
}

.nav-trigger:checked + label {
    xleft: 215px;
}
 
.nav-trigger:checked ~ #content {
    left: 200px !important;
}

.nav-trigger:checked ~ #sidebar {
    visibility: visible !important;
}

}
