/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	font : 100%/1.4 Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0 auto;
}
.page_container {
	width: 100%;
	width: 970px;
	margin: 0 auto;
	position: relative;
}
.mid_box h3 {
	text-align: center;
	font-size: 1.5em;
	font-weight: 500;
	color: #fff;
	line-height: 2.3em;
	font-family: 'Raleway', sans-serif;
	border-bottom: 1px solid rgba(0,0,0,.5);
	background: rgba(18,34,50,1);
	background: -moz-linear-gradient(top, rgba(18,34,50,1) 0%, rgba(93,162,218,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18,34,50,1)), color-stop(100%, rgba(93,162,218,1)));
	background: -webkit-linear-gradient(top, rgba(18,34,50,1) 0%, rgba(93,162,218,1) 100%);
	background: -o-linear-gradient(top, rgba(18,34,50,1) 0%, rgba(93,162,218,1) 100%);
	background: -ms-linear-gradient(top, rgba(18,34,50,1) 0%, rgba(93,162,218,1) 100%);
	background: linear-gradient(to bottom, rgba(18,34,50,1) 0%, rgba(93,162,218,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122232', endColorstr='#5da2da', GradientType=0 );
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.mid_box {
	height: 180px;
	position: relative;
	width: calc(100% - 2px);
	border: 1px solid #000;
	border-bottom: none;
}
.mid_box p {
	margin: 10px;
	font-size: .9em;
}
.mid_box .tag_link {
	color: #000;
	font-size: .9em;
	position: absolute;
	right: 5px;
	bottom: 0px;
}
.mid_box .tag_link:hover {
	color: #2C4459;
}
.mid_box .img_stripe {
	margin: 0 auto;
	width: 100%;
	height: 51px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	top: 0px;
	z-index: -100;
}
.main_box {
	height: 220px;
	position: relative;
	-webkit-box-shadow: inset 0px 1px 0px 1px rgba(0,0,0,.7);
	-moz-box-shadow: inset 0px 1px 0px 1px rgba(0,0,0,.7);
	box-shadow: inset 0px 1px 0px 1px rgba(0,0,0,.7);
	margin: 10px;
}
.header_bg {
	background-image: url(/papers/slide-bkgd-2025.jpg);
	background-position: top left;
/*	-webkit-animation: mymove 3600s 1; */ /* Chrome, Safari, Opera */
/*    animation: mymove 3600s 1; */
	position: absolute;
	margin: 0 auto;
	width: 100%;
	top: 0px;
	height: 175px;
	background-repeat: no-repeat;
	z-index: -500;
	background-position: center;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {	
	25% {background-position: right bottom;}
    50% {background-position: right top;}
	75% {background-position: left bottom;}
	100% {background-position: center;}
}

/* Standard syntax */
@keyframes mymove {
    25% {background-position: right bottom;}
    50% {background-position: right top;}
	75% {background-position: left bottom;}
	100% {background-position: center;}
}


.header_bg_sub {
	background-image: url(/papers/slide-bkgd-2017.jpg);
	position: absolute;
	margin: 0 auto;
	width: 100%;
	top: 0px;
	height: 175px;
	background-repeat: no-repeat;
	z-index: -500;
	background-position: center;
}

.header {
	height: 175px;
	position: relative;
	background-color: rgba(214,214,214,.2);
	color: black;
	-webkit-text-fill-color: black; /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: white;
	max-width: 1471px;
	margin: 0 auto;
	text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
}
.logo {
	position: relative;
	top: 25px;
	padding: 10px;
	font-family: 'Raleway', sans-serif;
}
.logo h2, .logo h2 a {
	font-size: 3.5em;
	font-weight: 700;
	display: inline-block;
	position: relative;
	bottom: -42px;
	left: 20px;
	color: #000;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.menu {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #fff;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: end;
	-moz-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.flex_v {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-moz-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.menu p {
	padding: 10px 0px 5px 0px;
	color: #FFFFFF;
}
.menu a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.menu a:hover {
	color: #AAD1FC;
}
/* .menu form {
	position: relative;
	bottom: 5px;
	font-size: .9em;
	margin: 0;
	padding: 0;
} */
/* .menu form input {
	width: 180px;
} */

#googlesrchdiv {
	max-width:250px;
	height:15px;
	top:10px;
	right:10px;
	position:absolute;
}

.minimenu {
	display: none;
	margin-top: 5px;
}

.minimenu a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	background: #777777;
	padding: 2px;
	margin: 2px;
	border-radius: 5px;
	border: 1px solid black;
	font-size: 1.2em;
}
	

.nav {
	width: 100%;
	max-width: 1096px;
	height: 138px;
	margin: 0 auto;
	background: rgba(0,0,0,0.75);
background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 34%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.75)), color-stop(34%, rgba(0,0,0,0.75)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 34%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 34%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 34%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 34%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.nav ul {
  text-align: left;
  display: inline;
  padding: 10px 5px 5px 5px;
  list-style: none;
  width: 75%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.nav ul:nth-child(1) {
	padding-left: 0px; 
}
.nav ul:nth-child(7) {
	padding-right: 0px; 
}
.nav ul li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.nav ul li:hover {
  /*background: #555;
  color: #fff;*/
}
.nav ul li ul {
  padding: 0;
  position: absolute;
  top: 23px;
  left: 0;
  width: 175px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: invisible;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.nav ul li ul li { 
  background: rgba(128,128,128,.9); 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
  padding: 5px;
}
.nav ul li ul li:hover { background: #666; color: #A0B5CC; }
.nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index:500;
}
  
.blue {
	background-color: #a0b5cc;
}
.gray {
	background-color: #555;
}
.white {
	background-color: #fff;
}
.box {
	position: relative;
	padding: 0;
	margin: 5px 0px 5px .5%;
	width: calc(100% - 2px);
	border: 1px solid #000;
	left: -2px;
	font-size: .9em;
	background-color: #fff;
}
.box p {
	padding: 10px;
}
.box p strong {
	font-size: 1.1em;
}
.box a {
	color: #555;
	text-decoration: none;
	font-weight:bold;
}
.box a:hover {
	color: #467BA8;
}
#frontboxwiki {
	position: absolute;
	right: 20px;
	bottom: 15px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
}

table.generaltable {
	border: 1px solid black;
	margin: 15px 15px 5px 15px;
	text-align:left;
}

table.generaltable th {
	background-color:  #a5cde9;
	color: #000;
	margin: 5px;
	padding-left: 5px;
	font-weight: bold;
}

table.generaltable td {
	margin: 5px;
	padding: 5px;
}

table.alllines td {
	border: 1px solid black;
}

table.alllines th {
	border: 1px solid black;
}

table.hlines td {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

table.hlines th {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

table.everyother tr:nth-child(even) {
	background-color:  #a8cce8;
}

table.everyother tr:nth-child(odd) {
	background-color:  white;
}

table.firstbold td:first-child {
	font-weight: bold;
}

td.hiddenupperleft {
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-top:1px solid white !important;
	border-left:1px solid white !important;
}

div.littlecal {
	float: right;
	box-shadow: 2px 2px 1px #dddddd;
	width:400px; margin-left: 5px;
	border: 1px solid #888888;
	background:white;
	margin-bottom:5px;
	font-size:80%;
}

/* news item heading */
p.itemheading {
	padding: 3px 3px 3px 13px;
	background-color:  #5FA1D6;
	color: white;
	font-weight: bold;
	margin: 5px 5px 5px 5px;
	font-size: 1.2em;
}

/* fix map img css */
#map img {
	position: initial;
	right: 0px;
	bottom: 0px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.25);
}

.box h3 {
	padding: 10px;
	background-color:  #5FA1D6;
	color: #fff;
	font-size: 1.5em;
	font-family: 'Raleway', sans-serif;
	letter-spacing: .5px;	
}

.box h4 {
	padding: 5px 10px;
	background-color:  #A8CCE8;
	color: #fff;
	font-size: 1.25em;
	font-family: 'Raleway', sans-serif;


	
}
.box h5 {
	padding: 5px 10px;
	font-size: 1.25em;

	
}

.white li {
	margin-left: 40px;	
}

.tinytext {
	font-size: .75em;
	
}
.indent {
	margin: -10px 10px 5px 40px;
	padding: 0px;
}
.pubsection {
	background-color: #eee;
	margin-bottom: 10px;
	
}
#dictnav {
	position:absolute;
	right:0px;
	top: 0px;
	padding: 9px 20px 10px 20px;
	font-size:1.5em;
	color: #fff;
	font-family: 'Raleway', sans-serif;	
	
}
#dictnav a {
	color: #ddd;
}
#dictnav a:hover {
	color: #bbd;
}
.footer {
	height: 125px;
}
.footer p {
	padding: 10px 0px;
	position: relative;
	left: 2px;
}
.footer a {
	color: #fff;
	text-decoration: none;
	font-size: .9em;
}
.footer a:hover {
	color: #A9D0FB;
}
.copyright {
	color: #fff;
	font-size: .6em;
	position: relative;
	top: 20px;
}
.copyright a {
	text-decoration: underline;
}
.icons {
	color: #fff;
	position: absolute;
	right: 2px;
	bottom: -12px;
	text-align: right;
	font-size: 1.5em;
}
.icons i {
	border-radius: 5px;
	border: 1px solid #ddd;
	padding: 3px;
	color: #fff;
	background: rgba(93,162,218,1);
	background: -moz-linear-gradient(top, rgba(93,162,218,1) 0%, rgba(101,154,191,1) 33%, rgba(29,61,87,1) 76%, rgba(63,119,171,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(93,162,218,1)), color-stop(33%, rgba(101,154,191,1)), color-stop(76%, rgba(29,61,87,1)), color-stop(100%, rgba(63,119,171,1)));
	background: -webkit-linear-gradient(top, rgba(93,162,218,1) 0%, rgba(101,154,191,1) 33%, rgba(29,61,87,1) 76%, rgba(63,119,171,1) 100%);
	background: -o-linear-gradient(top, rgba(93,162,218,1) 0%, rgba(101,154,191,1) 33%, rgba(29,61,87,1) 76%, rgba(63,119,171,1) 100%);
	background: -ms-linear-gradient(top, rgba(93,162,218,1) 0%, rgba(101,154,191,1) 33%, rgba(29,61,87,1) 76%, rgba(63,119,171,1) 100%);
	background: linear-gradient(to bottom, rgba(93,162,218,1) 0%, rgba(101,154,191,1) 33%, rgba(29,61,87,1) 76%, rgba(63,119,171,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da2da', endColorstr='#3f77ab', GradientType=0 );
}
.icons i:hover {
	color: #A9D0FB;
}
.footnote {
	font-size: .6em;
}
.date_ind {
	width: 20%;
	display: inline-block;
}
.tabs {
	width: 100%;
	float: none;
	list-style: none;
	position: relative;
	margin: 0px;
	text-align: left;
	top: 0px;
}
.tabs li {
	float: left;
	display: block;
	width: 50%;
	padding: 0;
	margin: 0;
}
.tabs input[type="radio"] {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.tabs label {
	display: block;
	height: 50px;
	font-size: 1.5em;
	line-height: 2.1em;
	font-weight: normal;
	background: #6095d0;
	cursor: pointer;
	position: relative;
	top: 0px;
	color: #fff;
	background: rgba(18,34,50,1);
	background: -moz-linear-gradient(top, rgba(18,34,50,1) 0%, rgba(93,162,218,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18,34,50,1)), color-stop(100%, rgba(93,162,218,1)));
	background: -webkit-linear-gradient(top, rgba(18,34,50,1) 0%, rgba(93,162,218,1) 100%);
	background: -o-linear-gradient(top, rgba(18,34,50,1) 0%, rgba(93,162,218,1) 100%);
	background: -ms-linear-gradient(top, rgba(18,34,50,1) 0%, rgba(93,162,218,1) 100%);
	background: linear-gradient(to bottom, rgba(18,34,50,1) 0%, rgba(93,162,218,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122232', endColorstr='#5da2da', GradientType=0 );
	text-align: center;
	opacity: .5;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


.tabs label:hover {
	
}

.tabs label:hover {
	opacity: .75;
}
.tabs .tab-content {
	z-index: 2;
	display: none;
	overflow: scroll; /* was hidden */
	height: 180px; /* added to make scroll work */
	width: 100%;
	font-size: 1em;
	padding: 0px;
	position: absolute;
	top: 50px;
	left: 0;
	font-weight: 700;
	line-height: 1.4em;
}
.tabs .tab-content a {
	text-decoration: underline;
}
.tabs [id^="tab"]:checked + label {
	top: 0;
	opacity: 1;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
	display: block;
}
.h220 {
	height: 220px;
}
.tabbed {
	height: 220px;
	overflow: hidden; /* added to prevent calendar from overflowing */
}

.breadcrumb {
	font-size: .7em;
	font-weight:bold;
	position:absolute;
	top: -40px;
	left: -11px
}

.list td {
	padding: 10px;
	
}
.list tr {
	background-color: #eee;	
}
.list tr:nth-child(even) {background: #FFF}

.list .light {
	background-color: #fff;
	
}

.list .minitable {
	border: 1px solid #4D5E70;	
}

.list img {
	position:relative;
	top: 0px;
	left: 0px;
	box-shadow:none;

	
}

.img_container {
	float:right;	
}

.img_container img {
	position:relative;
	border: 1px solid #555;
	box-shadow:none;
	top: 0;
	left: 0;
	margin: 10px;
	padding: 10px;	
}
.img_container .caption {
	font-size: .7em;
	font-style:italic;
	text-align:right;
	padding: 0;
	margin: 0 10px 5px 10px;
	
	
}

.breadcrumb a {
	color: #457090;	
}
.breadcrumb a:hover {
	color: #ccc;
	
}
.sub-page {
	max-height: 80px;	}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
	display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}

div.mobiletabbar {
	display:none;
	font-size:1em;
	clear:both;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
table.mobiletabtable {
	width: 100%;
	background: white;
}
table.mobiletabtable td {
	width: 25%;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/*@media only screen and (min-width: 35em) {

}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {

}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
*, *:before, *:after {
	background: transparent !important;
	color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
/*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

a[href^="#"]:after, a[href^="javascript:"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
/*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}

@media (min-width: 720px) {
.atleast720wide {
	display: p;
}
.under720wide {
	display: none;
}
}

@media (max-width: 719px) {
p.atleast720wide {
	display: none;
}
p.under720wide {
	display: p;
}
}

@media (min-width: 768px) and (max-width: 1090px) {
body {
	width: 100%;
}
.page_container {
	width: 98%;
	max-width: 970px;
}
.header_bg {
	height:175px;
}

.nav {
	height: 138px;
	width: 100%;
}
.nav ul {
	width: 75%;
}
.logo h2 {
	font-size: 2.5em;
	font-weight: 700;
	display: inline-block;
	position: relative;
	bottom: -42px;
	left: 20px;
}
.tabs .tab-content {
	font-size: .9em;
	line-height: 1.35em;
}
.h220 {
}
.tabbed {
	height: 220px;
	font-size: .8em;
}
.mid_box h3 {
	font-size: 1.1em;
	line-height: 2em;
}
.mid_box p {
	margin: 5px;
	font-size: .8em;
}
.box {
	font-size: .8em;
}
.sub-page {
	max-height: 80px;	}
}



@media (min-width: 650px) and (max-width: 767px) {
body {
	width: 100%;
}

.page_container {
	width: 98%;
	max-width: 768px;
}
.header_bg {
	height: 100px;
}
.header_bg_sub {
	height: 100px;	
}


.header {
	height: 100px;
	position: relative;
	background-color: rgba(214,214,214,.2);
	max-width: 1471px;
	margin: 0 auto;
}
.nav {
	height: auto;
	width: 100%;
	background: rgba(0,0,0,.75);
	margin-bottom: 40px;
}
.nav ul {
	width: 98%;
	font-size: .85em;
}

.menu {
	padding: 0 10px;
	margin: 0px;
	/*border-bottom: 1px solid #000;*/
}

.menu p {
	font-size: 1.2em;
	float: left;
	width: 33%;
}
.menu form {
	position: absolute;
	top: -96px;
	font-size: .9em;
	margin: 0;
	padding: 0;
	right: 10px;
	height: 40px;
}
.flex {
	display: block;
}
.logo h2 {
	font-size: 1.45em;
	bottom: -21px;
	left: 20px;
}
.logo img {
	width: auto;
	height: 50px;
	position: relative;
	left: 5px;
}
.tabs .tab-content {
	font-size: .9em;
	line-height: 1.35em;
}
.h220 {
}
.tabbed {
	height: 210px;
	font-size: 1.0em;
}
.mid_box {
	height: auto;
	min-height: 87px;
	position: relative;
	width: calc(100% - 2px);
	border: 1px solid #000;
	left: 2px;
}
.mid_box h3 {
	font-size: 1.1em;
	line-height: 2em;
}
.mid_box p {
	margin: 5px;
	font-size: .7em;
}
.mid_box .img_stripe {
	margin: 0 1em 0 0;
	width: 35%;
	float: left;
}
.box {
	font-size: .8em;
}
.copyright {
	font-size: .7em;
	width: 75%;
}
.footer {
	height: 85px;
}
.footer_menu {
	display: none;
}
.sub-page {
	max-height: 120px;	}
}

@media (min-width: 480px) and (max-width: 649px) {
body {
	width: 100%;
}

.page_container {
	width: 98%;
	max-width: 768px;
}
.header_bg {
	height: 100px;
}
.header_bg_sub {
	height: 100px;	
}

div.littlecal {
	width:100%; margin-left: 2px;
	margin-bottom:2px;
	font-size:100%;
	box-shadow: 0 0 0 0;
}
h4.littlecalhead {
	display: none;
}
.header {
	height: 100px;
	position: relative;
	background-color: rgba(214,214,214,.2);
	max-width: 1471px;
	margin: 0 auto;
}
.nav {
	height: auto;
	width: 100%;
	background: rgba(0,0,0,.75);
	margin-bottom: 40px;
}
.nav ul {
	width: 95%;
	font-size: .85em;
}

.menu {
	padding: 0 10px;
	margin: 0px;
	/*border-bottom: 1px solid #000;*/
}

.menu p {
	font-size: 1.2em;
	float: left;
	width: 33%;
}
.menu form {
	position: absolute;
	top: -96px;
	font-size: .9em;
	margin: 0;
	padding: 0;
	right: 10px;
	height: 40px;
}
.flex {
	display: block;
}
.logo h2 {
	font-size: 1.45em;
	bottom: -21px;
	left: 20px;
}
.logo img {
	width: auto;
	height: 50px;
	position: relative;
	left: 5px;
}
.tabs .tab-content {
	font-size: .9em;
	line-height: 1.35em;
}
.h220 {
}
.tabbed {
	height: 210px;
	font-size: 1.0em;
}
.mid_box {
	height: auto;
	min-height: 87px;
	position: relative;
	width: calc(100% - 2px);
	border: 1px solid #000;
	left: 2px;
}
.mid_box h3 {
	font-size: 1.1em;
	line-height: 2em;
}
.mid_box p {
	margin: 5px;
	font-size: .7em;
}
.mid_box .img_stripe {
	margin: 0 1em 0 0;
	width: 35%;
	float: left;
}
.box {
	font-size: .8em;
}
.copyright {
	font-size: .7em;
	width: 75%;
}
.footer {
	height: 85px;
}
.footer_menu {
	display: none;
}
.sub-page {
	max-height: 120px;	}
}

@media (min-width: 401px) and (max-width: 479px) {
body {
	width: 100%;
}

.page_container {
	width: 100%;
	max-width: 768px;
}
.header_bg {
	height: 100px;
}
.header_bg_sub {
	height: 100px;	
}

h4.littlecalhead {
	display: none;
}

.header {
	height: 100px;
	position: relative;
	background-color: rgba(214,214,214,.2);
	max-width: 1471px;
	margin: 0 auto;
}
.nav {
	height: auto;
	width: 100%;
	background: rgba(0,0,0,.75);
	margin-bottom: 40px;
}
.nav ul {
	width: 90%;
	font-size: .67em;
}

.menu {
	padding: 0 10px;
	margin: 0px;
	/*border-bottom: 1px solid #000;*/
}

.menu p {
	font-size: 1.2em;
	float: left;
	width: 33%;
}
.menu form {
	position: absolute;
	top: -96px;
	font-size: .9em;
	margin: 0;
	padding: 0;
	right: 10px;
	height: 40px;
}
.flex {
	display: block;
}
.logo h2 {
	font-size: 1.25em;
	bottom: -21px;
	left: 20px;
}
.logo img {
	width: auto;
	height: 50px;
	position: relative;
	left: 5px;
}
.tabs .tab-content {
	font-size: .9em;
	line-height: 1.35em;
}
.h220 {
}
.tabbed {
	height: 210px;
	font-size: 1.0em;
}
.mid_box {
	height: auto;
	min-height: 87px;
	position: relative;
	width: calc(100% - 2px);
	border: 1px solid #000;
	left: 2px;
}
.mid_box h3 {
	font-size: 1.1em;
	line-height: 2em;
}
.mid_box p {
	margin: 5px;
	font-size: .7em;
}
.mid_box .img_stripe {
	margin: 0 1em 0 0;
	width: 35%;
	float: left;
}
.box {
	font-size: .8em;
}
.copyright {
	font-size: .7em;
	width: 75%;
}
.footer {
	height: 85px;
}
.footer_menu {
	display: none;
}
.sub-page {
	max-height: 120px;
}
#frontboxwiki {
	display: none;
}
.h220 {
	display: none;
}
}

/* screens up to 320px-400px wide (portrait iPhone 4S) */
@media (min-width: 320px) and (max-width: 400px) {
body {
	width: 100%;
}

/* hide normal menu and breadcrumbs, show mini menu */
.nav {
	display: none;
}
.breadcrumb {
	display: none;
}
.minimenu {
	display: block;
}

.page_container {
	width: 100%;
	max-width: 768px;
}
.header_bg {
	height: 105px;
}
.header_bg_sub {
	height: 105px;	
}
.header {
	height: 105px;
	position: relative;
	background-color: rgba(214,214,214,.2);
	max-width: 1471px;
	margin: 0 auto;
}
div.littlecal {
	width:100%; margin-left: 2px;
	margin-bottom:2px;
	font-size:100%;
	box-shadow: 0 0 0 0;
}
h4.littlecalhead {
	display: none;
}
.nav {
	height: auto;
	width: 100%;
	background: rgba(0,0,0,.75);
	margin-bottom: 40px;
}
.nav ul {
	width: 95%;
	font-size:0.57em;
}
.menu {
	padding: 0 10px;
	margin: 0px;
	border-bottom: 1px solid #000;
}
.menu p {
	font-size: 1em;
	line-height: 1.2em;
	float: left;
	width: 50%;
}
.menu form {
	position: absolute;
	top: -95px;
	font-size: .9em;
	margin: 0;
	padding: 0;
	right: 0px;
	left: -7px;
	height: 40px;
	width: 100%;
}
/* .menu form input {
	width: 97%;
} */
.flex {
	display: block;
}
.logo h2 {
	white-space: nowrap;
	font-size: 1em;
	top:20px;
	bottom: -2px;
	left: 10px;
}
/* .logo h2 span::before {
	content: "\a ";
	white-space: pre;
} */
.logo img {
	width: auto;
	height: 50px;
	position: relative;
	left: 5px;
	bottom: 24px;
	top: 2px;
}
.tabs .tab-content {
	font-size: .9em;
	line-height: 1.35em;
}
.h220 {
	display: none;
}
.tabbed {
	height: 310px;
}
.mid_box {
	height: auto;
	min-height: 87px;
	position: relative;
	width: calc(100% - 2px);
	border: 1px solid #000;
	left: 0px;
}
.mid_box h3 {
	font-size: 1.1em;
	line-height: 2em;
}
.date_ind {
	width: 100%;
	display: block;
	padding-top: 5px;
}
.mid_box p {
	margin: 5px;
	font-size: .7em;
}
.mid_box .img_stripe {
	display: none;
}
.box {
	font-size: .8em;
}
.copyright {
	font-size: .7em;
	width: 75%;
}
.footer {
	height: 85px;
}
.footer_menu {
	display: none;
}
.tabs label {
	display: block;
	height: 2em;
	font-size: 1.4em;
	line-height: 2em;
}
#frontboxwiki {
	display: none;
}
.sub-page {
	max-height: 140px;	}
}

@media (max-width: 300px){
	.tabbed {
	height: 370px;
}
.nav ul {
	width: 25%;
	
}
.tabs label {
	display: block;
	height: 3em;
	font-size: 1.5em;
	line-height: 1.5em;
}
.tabbed {
	height: 340px;
}
#frontboxwiki {
	display: none;
}	
}

/* Screens narrower than an iPhone 4S, whatever that could be */
@media (max-width: 319px) {
body {
	width: 100%;
}
div.littlecal {
	width:100%; margin-left: 2px;
	margin-bottom:2px;
	font-size:50%;
	box-shadow: 0 0 0 0;
}
h4.littlecalhead {
	display: none;
}
.page_container {
	width: 100%;
	max-width: 768px;
}
.header_bg {
	height: 175px;
}
.header_bg_sub {
	height: 175px;	
}
.header {
	height: 105px;
	position: relative;
	background-color: rgba(214,214,214,.2);
	max-width: 1471px;
	margin: 0 auto;
}
.nav {
	height: auto;
	width: 100%;
	background: rgba(0,0,0,.75);
	margin-bottom: 40px;
}
.nav ul {
	width: 95%;
	font-size:0.4em;
}
.menu {
	padding: 0 10px;
	margin: 0px;
	border-bottom: 1px solid #000;
}
.menu p {
	font-size: 1em;
	line-height: 1.2em;
	float: left;
	width: 50%;
}
.menu form {
	position: absolute;
	top: -95px;
	font-size: .9em;
	margin: 0;
	padding: 0;
	right: 0px;
	left: -7px;
	height: 40px;
	width: 100%;
}
/* .menu form input {
	width: 97%;
} */
.flex {
	display: block;
}
.logo h2 {
	white-space: nowrap;
	font-size: 1em;
	top:20px;
	bottom: -2px;
	left: 10px;
}
/* .logo h2 span::before {
	content: "\a ";
	white-space: pre;
} */
.logo img {
	width: auto;
	height: 50px;
	position: relative;
	left: 5px;
	bottom: 24px;
	top: 2px;
}
.tabs .tab-content {
	font-size: .9em;
	line-height: 1.35em;
}
.h220 {
	display: none;
}
.tabbed {
	height: 310px;
}
.mid_box {
	height: auto;
	min-height: 87px;
	position: relative;
	width: calc(100% - 2px);
	border: 1px solid #000;
	left: 0px;
}
.mid_box h3 {
	font-size: 1.1em;
	line-height: 2em;
}
.date_ind {
	width: 100%;
	display: block;
	padding-top: 5px;
}
.mid_box p {
	margin: 5px;
	font-size: .7em;
}
.mid_box .img_stripe {
	display: none;
}
.box {
	font-size: .8em;
}
.copyright {
	font-size: .7em;
	width: 75%;
}
.footer {
	height: 85px;
}
.footer_menu {
	display: none;
}
.tabs label {
	display: block;
	height: 2em;
	font-size: 1.4em;
	line-height: 2em;
}
#frontboxwiki {
	display: none;
}
.sub-page {
	max-height: 140px;	}
}

@media (max-width: 300px){
	.tabbed {
	height: 370px;
}
.nav ul {
	width: 25%;
	
}
.tabs label {
	display: block;
	height: 3em;
	font-size: 1.5em;
	line-height: 1.5em;
}
.tabbed {
	height: 340px;
}
#frontboxwiki {
	display: none;
}	
}
