/* CSS Document */


/*#############################################################################################*/
/*      Template Updates - Row of Images Mid Page & Hide heroSocial Image  2024-04        */
/*#############################################################################################*/

.heroSocial {
  margin-top:50px;
  margin-left: auto; 
  margin-right: auto;
  border: 1px solid #7c7c7c;
}

.blockCont {
  display: flex;
  justify-content: center;   /* center the whole group */
  align-items: center;
  gap: 20px;                 /* even spacing between items */
  max-width: 1100px;
  margin: 20px auto;         /* center the container itself */
  box-sizing: border-box;
}

.blockCont img {
  width: auto; 
  max-height: 500px;
  margin: 0;                 /* let gap handle spacing */
  border: 1px solid #7c7c7c;
}

@media (max-width: 1024px) {
  .blockCont {
    flex-direction: column;
    margin: 20px; /* overrides the auto centering for mobile */
    margin-top:0;
  }

  .blockCont img {
    width: 100%;
    height: auto;
    max-height: none;
  }
}



/*#############################################*/
/*        Tables - Thin border alternating heighlight          */
/*#############################################*/

.stockTable {
	margin:0 auto;
	margin-bottom:20px;
	font-size:0.95em;
}

.stockTable  td {
	border:1px solid  #e7e7e7; 
	padding:3px 10px;
	
	}
.stockTable thead td {
		background:#eff6ff;
		font-weight:400;
		text-align:center;
		padding:5px 10px;
		white-space: nowrap;
}	
.stockTable td:first-child {
		text-align:left;
		padding:1px 1px 1px 3px;
}
.stockTable td:nth-child(n+2) { /* All children after first*/
		text-align:left;	
}
.stockTable tr:nth-child(even) {
		background:#f6faff;
}

/*##############################################################*/
/*       BlockQuote - Not completely worked - AO Feb 24, 16     */
/*##############################################################*/

/* Check out this one with wrapping quotes https://codepen.io/screeny05/pen/rxObWx?q=quote%20author&limit=all&order=popularity&depth=everything&show_forks=falsehttps://codepen.io/screeny05/pen/rxObWx*/
blockquote {
  display:block;
 /* background: #039;*/
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  text-align:justify;
  line-height:1.5em;
  /*font-family: Georgia, serif;*/
  font-style:italic;
   margin-bottom:8px;
}

blockquote::before, 
blockquote::after {
  content: ""; /*Left Double Quote*/
  font-size: 60px;
  font-family: Georgia, serif;
  font-weight: bold;
  opacity: 0.3; 
  position: absolute;
}

blockquote::before {
  content: "\201C";
    left: 8px;
    top:5px;
 }

blockquote::after {
  content: "\201D";
    right: 8px;
    bottom:-20px; /* Closing quote height */
 }
cite {
  display:block;
  text-align: right;
  padding-right:10px;
}

/*############################################################*/
/*       Seperator HOR - May need excessive customization     */
/*############################################################*/

/*<!--  Seperator In .gen -->
<div class="seperatorCont">
  <div class="seperator w60p">
      <h2 class="seperatorText">Section Title</h2>
  </div>
</div><!-- end seperatorCont -->*/


.seperatorCont {
  overflow: hidden;
  padding:20px;
}
 
.seperator {
  height:1px;
  background-color:#a5a5a5;
  text-align: center;
  margin-left: auto; 
  margin-right: auto;
}

.seperatorCont h2 { /*<h2 class="seperatorText">Section Title</h2>*/
  /*margin: 0;
  padding: 0;
  border: 0;*/
  display: inline;
  vertical-align: top;
  font: inherit;
  color: inherit;
  font-size: 20px;
  font-weight: bold;
}


.seperatorText {  /* <span class="seperatorText">Section Title</span> */
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  position:relative; top: -.7em;
  padding:0 30px;
}

/*##################################*/
/*       Generic List Layouts       */
/*##################################*/

.orderedList {
  overflow:auto;
  margin:10px 10px 20px 10px;
  line-height: 1.5em;
}
.orderedList li {
  padding:4px;
}
.orderedList {overflow:auto; margin-top:0px;}
.orderedList li {}


.circleList { /* UL With Header 1,2,3 Outside UL */ 
	overflow:auto;
	margin-bottom:1em; /* 2019  Is Default 16px */
	/*margin:0 10px 20px 10px;*/
}
	
.circleList li {
	margin-left:25px; /* Show bullets and proper indent px */
	list-style-type: circle;
  line-height: 1.5em;
}




/* Round edge image */

.reImg {
	/*border:1px solid #e2e2e2;*/
	border:1px solid #c98a59;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/*############*/
/*  Quoting   */
/*############*/

.mainQuote {
	width: 100%;
	overflow:auto;
	/*border:1px solid #e2e2e2;*/
	margin-bottom:10px;
	margin-top:10px;
	
}	

.mainQuote blockquote {
    background:url(../images/bg-quote.png) no-repeat;
	background-position:0px 8px; 
	border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;  
    color: #a5a4a4; /* Text Color Grey */
    font-style: italic;
    margin:1px 0px;
    padding: 15px 10px 15px 30px; 
	text-align: center;
}

/*#######################*/
/*  Picture Gallery UL   */
/*#######################*/

/*.thumbHor {  Use lg as horozontal thumbnail
  width:320px;
  height: 213px;
}

.thumbVirt { /* Use lg as virtical thumbnail 
  width:163px;
  height:217px;
}
*/

.picGallery { /* UL Gallery*/
	overflow:auto;
	/*border:1px solid #8dbf41;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px 3px 3px 3px ;
	border-radius: 3px 3px 3px 3px ;
} 

.picGallery li {
	float:left;
	margin:5px;
}
.picGallery img {
  height:214px;
	border:1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px 2px 2px 2px ;
	border-radius: 2px 2px 2px 2px ;
}




