html, body {
	-webkit-text-size-adjust: 100%;
} 
html	{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;	
}

/* Explicit width

	pagecontainer
	sidebarL
	homectr
	formButton
	hitsBtn
	white-popup-2
	bubble
	divtablecol	
*/

body, input, button, select, option, textarea {
	font-family: 'Source Sans Pro', sans-serif !important;
}

body	{
	font-size: 16px;
	font-weight:normal;
	font-style:normal;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	color: #000;
	height: 100%;
	width: 100%;
	margin: 0px;
	/*padding: 0px;*/
	overflow-y: scroll;  /* Force vert scrollbar */
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	background-color: #d4c3b1;  /* 000 */ 
	/*
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size:cover;  
	*/
	padding: 0px 2%;
	position:relative;
	
}
input, button, select, option, textarea {
    font-size: 100%;
}
.content {
	/*max-width:900px;*/
}

/*
// Tablet styles
@media only screen and (min-device-width: 600px) and (max-device-width: 960px), screen and (min-width: 600px) and (max-width: 960px){
  .content {max-width:600px;}
}
// Phone styles
@media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
  .content {max-width:100%;}
  body	{padding:0px 0px;}
}
*/

* {  /* Stops padding from increasing box size */
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}
a {
   outline: 0;
}
a:link {
	color: #00f;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #00f;
}
a:hover {
	text-decoration: underline;
	color: #FF571E;
}
a:active {
	text-decoration: underline;
	color: #00F;
}
.pageContainer {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	min-height:1200px;  /* force ios to fill page */
}
.pageContainer_Menu { /* Maybe not necessary */
	/*width:100%;
	margin-left:auto;
	margin-right:auto;
	/*min-height:1200px;*/
}
#sidebarL {
	float: left;
	width: 120px;
	margin-right: 10px;
	margin-top:0px;
	padding-top:0px;
}
#sidebarR {
	/*overflow: auto;*/
	overflow-y: auto; 
	overflow-x: hidden;	
}
.ListCtr {
	width: 100%;
}
.ListCtr-Menu {
	width: 100%;
}
#_top {
	height: 10px;
	width: 100%;
}
#_bottom {
	height: 30px;
	width: 100%;
}
.HomeCtr {  /* Placeholder only */
	width: 586px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.FormButton {
	width: 80px;
	background-color:#FFC;
	color:#333;
	border-width:0px;
}
.stat a	{
	color: #FFC;
	text-decoration: none;
}
.stat a:hover	{
	color: #FF571E;
}
table.stat {
	border: 2px raised #CCC;
	border-collapse: collapse;
	background: #333;
	border-spacing:0px;
	margin: 0 auto;
	table-layout: fixed;
}
table.stat th, table.stat td {
  padding:3px;
  padding-left:6px;
  border-bottom: 1px solid #000;
  }  
.statR a	{
	color: #222;
	text-decoration: none;
}
.statR a:hover	{
	color: #FF571E;
	cursor: pointer;
}
table.statR {
	border: 2px raised #CCC;
	border-collapse: collapse;
	background:rgba(51,51,51,0.05);
	border-spacing:0px;
	margin: 0 auto;
}
table.statR th, table.statR td {
	text-align:left;
	padding:2px;
  } 
.PageBasics {
	background-color: #FFF;
	background-repeat: no-repeat;
}
.SiteFont {
	/* Global font specs for site */
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
.MainPageFont {
	color: #000;
}
.panelContainer {
	width:100%;
	float:left;
	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
}
.ObjectSelected {
	background-color: #FFF;
	border-radius: 8px;
}

.white-popup-2 {
	position: relative;
	background: #FFF;
	margin:10px;
	padding: 20px;
	/*width:auto;*/
	max-width: 350px;
	margin: 1em auto;
	color:#000;
	text-align: center;
	/*max-height:300px;*/
}
.white-popup-2 a	{
	color: #00F;
	text-decoration: none;
}
.white-popup-2 a:hover	{
	color: #F30;
	text-decoration: underline;
}
.mfp-title {
  position:absolute;
  /* other formatting */
}
._box_radius	{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius:8px;
}
._box_top_radius	{
	-moz-border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius:8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius:8px;
}
.popupImg {
	border: thin solid #666;
	text-align: center;
}
.panel	{
	display:none;
}
.panelContainer:first-child	{
	display:block;
}
.transparent{
	background:rgba(51,51,51,0.8);
	background:rgba(255,255,255,1);
	background:#E9DFD6;
	background:#f3ede8;
	background:#FFFCF8;
}
._BG_Basic {
	width:100%; /*95*/
	text-align:left;
	border:thin solid #666;
	min-height:520px;  /* 1 tab = 40px */
	padding:15px;
}
._BG_Basic_Menu {
	width:100%; /*95*/
	text-align:left;
	min-height:520px;  /* 1 tab = 40px */
	padding:15px;
	/*padding-bottom:10%;*/
	position:relative;
}
._BG_Basic_Footer span {
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
	text-align:center;
	margin-bottom:15px;
}

.libraryList {
	overflow-y: auto;
	overflow-x: hidden;
}
.libraryList a	{
	text-decoration: none;
}
.libraryList a:hover	{
	color: #FF571E;
}
.eventBox {
	width: 100%;
	background-color:#D4C3B1;
	text-align:left;
	margin-bottom:5px;
}
/*Date table container*/
#hitsList	{
	font-weight: normal;
	font-variant: normal;
	overflow-y: scroll;
	overflow-x: hidden;
	height:410px;
	width:100%;
	-webkit-overflow-scrolling: touch;  /* mobile safari */
}

.cell-full { max-width:1px; width:100%; }
.cell-full-50 { max-width:1px; width:50%; }
.cell-full-30 { max-width:1px; width:30%; }
.cell-ellipsis { overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.cell-noWrap { white-space:nowrap; }

.statR TD.cell-left	{width:30%;}
.statR TD.cell-right	{width:50%;
}
/*
.hits a	{
	color: #FFC;
	text-decoration: none;
}
.hits a:hover	{
	color: #FF571E;
}
table.hits {
	border-collapse: collapse;
	background: transparent;
	border-spacing:0px;
	font-size: 100%;
}
table.hits th, table.hits td {
  	padding:3px;
  	padding-left:6px;
  }
*/  
/* Buttons at bottom */
.hitsBtn {
	width:126px;
	font-size: 0.92em;
	background-color: #D4C3B1;
	border: none;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin-bottom:8px;
	margin-right: 12px;
	margin-top: 8px;
	padding-top:0px;
	padding-bottom:0px;
}
.hitsBtn:hover {
    background-color: #fff;
	color: #F00;
}
/* bottom buttons container */  
.hits_footer {
	width:100%;
	background-color:#333;
	background:rgba(51,51,51,0.05);
	text-align:center;
	border-top: 1px solid #666;
	min-height:16px;
}  
.whtText {
	color: #000;
	font-weight: 600;
}
.panelHeader 	{
	text-align:center;
	font-style:italic;
	width:100%;
	line-height:normal;
	padding:6px 0px 7px 0px;
	margin-bottom: 0px;
}
.panelHeader h1	{	
	Height:24px;
	letter-spacing:5px;
	font-size:18px;
	font-weight:bold;
	margin:0px;
	color:#ccc;
	background-color:transparent;	
}
.panelHeader h2	{
	font-size:14px;
	margin:0px;
	background-color:transparent;
	color:#ccc;
}
.linkBlock	{
	width:100%;
	margin-top:22px;
	float:left;
	text-align:center;
}
.linkBlock Img	{
	vertical-align:middle;
	margin-right:12px;
}
.linkTxt	{
	margin-top:10px;
}
.bottomPad	{
	padding-top:5px;
	width:100%;
	background-color:transparent;
	float:left;
	color:#666;
	text-align:center;
}
.map-frame	{
	height: 300px;
	width: 100%;
	margin-bottom:16px;
}
.map-frame-menu	{
	position: relative;
	/*padding-bottom: 50%; /* This is the aspect ratio 75*/
	padding-bottom: 50%; /* This is the aspect ratio 75*/
	height: 0;
	overflow: hidden;
}
.map-frame-menu iframe {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 100% !important;
	height: 100% !important;
}
/*  CSS tables */
._textBlock	{
	width: 100%;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	background-color:transparent;	
	margin-top:12px;
	padding-bottom:6px;
}

._textBlock P	{
	margin: 10px 3px 0px 3px;
}

.blockTitle	{
	color:#fff;
	width:100%;
	background-color:#333;
	height:1.5em;
	margin-bottom:5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	padding: 0px 10px 0px 10px;
}
.block_transparent{
	background:rgba(251,240,229,1);
}

/* DivTable.com */

.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableCell	{
	border: 0px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableColWidth-1	{
	width: 95px;
}
.divTableBody {
	display: table-row-group;
}  

/* end CSS tables */

.bubbleContainer	{
	text-align:center;
	/*padding:20px;*/
	float:left;
	width:100%;
}

.bubbleTxt	{
	display:table-cell;
	vertical-align:middle;
	/*vertical-align::top;*/
	text-align:left;
}

.bubble	{
	color:white;
	text-align:center;
	background-repeat: no-repeat;
	background-position: center center;
	background-color:transparent;
	width:130px;
	height:115px;
	display:table-cell;
	vertical-align:middle;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;	
	background-size:contain;
}
.bubble a	{
	text-decoration:none;
	color:inherit;
}
.bubble a:hover	{
	cursor:pointer;
}

.bubble_1-black  {background-image:url(../Images/Bubbles/Sm/1-black.png);}
.bubble_1-red	 {background-image:url(../Images/Bubbles/Sm/1-red.png);}
.bubble_1-white  {background-image:url(../Images/Bubbles/Sm/1-white.png);color:black;}
.bubble_1-yellow {background-image:url(../Images/Bubbles/Sm/1-yellow.png);color:black;}

.bubble_2-black  {background-image:url(../Images/Bubbles/Sm/2-black.png);}
.bubble_2-green  {background-image:url(../Images/Bubbles/Sm/2-green.png);}
.bubble_2-red	 {background-image:url(../Images/Bubbles/Sm/2-red.png);}
.bubble_2-yellow {background-image:url(../Images/Bubbles/Sm/2-yellow.png);color:black;}

.bubble_3-black  {background-image:url(../Images/Bubbles/Sm/3-black.png);}
.bubble_3-blue	 {background-image:url(../Images/Bubbles/Sm/3-blue.png);}
.bubble_3-orange {background-image:url(../Images/Bubbles/Sm/3-orange.png);}
.bubble_3-yellow {background-image:url(../Images/Bubbles/Sm/3-yellow.png);color:black;}

.bubble_4-black  {background-image:url(../Images/Bubbles/Sm/4-black.png);}
.bubble_4-blue   {background-image:url(../Images/Bubbles/Sm/4-blue.png);}
.bubble_4-green  {background-image:url(../Images/Bubbles/Sm/4-green.png);}
.bubble_4-ltblue {background-image:url(../Images/Bubbles/Sm/4-ltblue.png);}
.bubble_4-orange {background-image:url(../Images/Bubbles/Sm/4-orange.png);}
.bubble_4-yellow {background-image:url(../Images/Bubbles/Sm/4-yellow.png);color:black;}

/*
#p_committee ul	{
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:1.9em;
}
*/

.iframeframe	{
    position: relative;
    padding-bottom: 1%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
/* ###### styles for all devices ###### */

#header_img	{
	margin: 0 auto 10px auto;
	text-align:center;
	display:none;
}

.p1-panelBlockContainer	{
	border: 0px solid #CCC; /* use for layout */
	width:25.00%;
	float:left;
	margin:0px;
	padding:10px;
	/*
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size:cover;  
	*/	
}
.p1-panelBlock	{
	border: 0px solid #CCC; /* use for layout */
	width:100%;
	margin:0px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	height: 100%;
}
.p1-panelBlockHeader	{
	width:100%;
	height:1.7em;
	background-color:#333;
	color:white;
	text-align:center;
	padding-top:0.2em;
}
.p1-panelContent	{
	padding: 10px;
	background-color:white;
	min-height:9.0em;  /* 9 */
	overflow:hidden;
	text-align:left;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.p1-flex-1	{
	width:100%;
	background-color:red;
	overflow:hidden;	
}

.uaLtBlue	{
	background-color:#0c8ddf;
}
.uaRed	{
	background-color:#df1f1f;	
}
.uaOrange	{
	background-color:#fa7311;
}
.uaYellow	{
	background-color:#ffcc00;
}
.uaGreen	{
	background-color:#187206;
}
.uaBlue	{
	background-color:#043073;
}
.uaPurple	{
	background-color:#603;
}
.uaGold	{
	background-color:#f49f04;
}
.bgBearImage	{
	text-align:center;
	background:url(../Images/Logos/Bear-1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.flex-1	{
/*	
  display: flex;
  flex-wrap: wrap;
*/  
	display: -webkit-flex; /* NEW */
	display: flex;
	-webkit-flex-wrap: wrap; /* NEW */
	flex-wrap: wrap;

  align-items: -webkit-stretch;
  align-items: stretch;

  /*background-color:red;*/
}

#timer_canvas {
	/*font-weight:bold;*/
}
.error_txt	{
	color:red;
}
.hrStyle	{
	border-bottom: 2px groove #ccc;
	margin: 0 0 10px 0;
	/*height:3px;*/
	width:100%;
}
.dbPhoto	{
	margin-left:15px;
	display:block;
}
table#auctionTable img	{
	width:auto;
	height: 90px;
	border: 0;
}
#galleryLinks	{
	width:100%; /*65%;*/
	/*margin-left:17.5%;*/
	/*margin-bottom:10px;*/
	max-width:800px;
}

.videowrapper {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	margin: 0px;
	padding: 0px;
}

#player_1	{
}
.vid_pick_box {
	text-align: center;
	/*margin-top: 5.0%;*/
	overflow: hidden;
}

.styled-select select {
	background: white;
	width: 100%; 
	/*max-width:95%;*/
	line-height: 1;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 0.85em;
	font-weight:normal;
	font-style:normal;
	border: 1;
	border-style:solid;
   }


/************************************************************************************/
.blockContent	{
	background-color: transparent;
	padding:0.5em;
}
.eq {
	background-color: #fff;	
}
.eqWrap {
	display: flex;
	padding-top:0.5em;
}
.equalHMRWrap {
	flex-wrap: wrap;
}

/* 1 column */
/*
.equalHMR1 {
	width:99.0%; 
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	margin-right:1.0%;
	margin-bottom:1.0em;
}
.lastPanel1	{
	display:block;
}
.topPhoto11	{
	display:block;
}


.equalHMR:nth-of-type(1) {
	margin-right:0;
}
*/

/* 2 column */
.equalHMR {
	width: 49.5%; 
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	margin-right:1.0%;
	margin-bottom:1.0em;
}
.lastPanel	{
	display:block;
}
.topPhoto	{
	display:block;
}


.equalHMR:nth-of-type(even) {
	margin-right:0;
}

/* 3 column */
/*
.equalHMR {
	width: 32.66%; 
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	margin-right:1.0%;
	margin-bottom:1.0em;
}
.equalHMR:nth-of-type(3) {
	margin-right:0;
}
.equalHMR:nth-of-type(6) {
	margin-right:0;
}
*/
/************************************************************************************/
  
/* ###### styles for devices <300px wide ###### */

/* ###### styles for devices 301-500px wide ###### */
@media screen and (min-width:301px) and (max-width:500px) { 
.cd-top {
	right: 10px; /*original 10px*/
}
.p1-panelBlockContainer	{
	width:100.00%;
}
.map-frame-menu	{
	padding-bottom: 140%; /* iPhone, e.g. */
}
.dbPhoto	{
	display:none;
}
.equalHMR {
	width: 100%;
	margin-right:0;
}
.lastPanel	{
	display: none;
}
.topPhoto	{
	display: none;
}
body	{
	padding: 0px 5%;
}

}

@media screen and (max-width:800px) {
	
#galleryLinks	{
	width:100%;
	margin-left:0;
}

}

/* ###### styles for devices 501-1200px wide ###### */
@media screen and (min-width:501px) and (max-width:950px) {
/*@media screen and (min-width:501px) {*/
body	{
	padding: 0px 5%;
}
.p1-panelBlockContainer	{
	width:50.00%;
}
#m_FB_3	{
	display:none;
}
.equalHMR {
	width: 49.5%;
}
.equalHMR:nth-of-type(even) {
	margin-right:0;
}
.equalHMR:nth-of-type(odd) {
	margin-right:1%;
}
}

/* ###### styles for devices 501-1200px wide ###### */
@media screen and (min-width:951px) and (max-width:1200px) {
body	{
	padding: 0px 10%;
}
}

/* ###### styles for devices >1201px wide ###### */
@media screen and (min-width:1201px) { 
body	{
	padding: 0px 18%;  /*15%*/
}
}

@media print	{
body	{
	overflow:visible;  /* Fix Firefox printing bug */
}
#menu_div	{
	visibility:hidden;
	height:0px;
}
#header_img	{
	/*
	visibility:hidden;
	height:0px;
	*/
}
}

<!--
@page { size:8.5in 11in; margin: 1.0cm; }
@page{orphans:4; widows:2;}
-->

.linkTable table {
	width:100%;
	border-collapse:collapse;
	padding:0px;
	border:0px;
	margin:0px;
	border-spacing: 5px 10px;	
}

div.ssDiv {     /* this will hide div with class div_class_name */
  /* display:none;*/
  margin-bottom:-10px;
}
.noUL sup{
  display:inline-block;
  text-decoration:none;
}
