/********************** CONTENT **********************/

.content{
	min-height: 90vh;
	flex: 1 0 auto;
	width: 100%;
	max-width: 1400px;
	margin: auto;
	display: flex;
	flex-direction: row;
}
/********* CONTENT LEFT **********/
.content-col-left{
	width: 100%;
	position: relative;
	margin: 1em;
	padding: 1em;
	background: #fff;
}
/********* SITE TEXT CONTENT ******/
.content-col-left-text{
  font-family: arial, sans-serif;
  overflow: hidden;
  }
.content-col-left-text a{
	padding: 1em;
	display: inline-block;
	background: none;
	color: #4d4d4d;
}
.content-col-left-text a:hover{
	background: #0094dd;
	color: #fff;
}

.content-col-left-text h2{
  text-align: center;
  margin: 1em 0;
}
.content-col-left-text h2:before,
.content-col-left-text h2:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 2px;
    background-color: #4d4d4d;
    position: relative;
}
.content-col-left-text h2:before {
    margin-left: -100%;
    left: -14px;
}
.content-col-left-text h2:after {
    margin-right: -100%;
    right: -14px;
}
.content-col-left-text h3, h4{
  margin: 1em 0;
}
.content-col-left-text p{
  text-indent: 1em;
  margin: 1em 0;
}
.content-col-left-text ul {
    margin: 1em;
    padding:0;
    list-style: none;
    counter-reset: li;
}    
.content-col-left-text li {
    position: relative;
    border: 2px solid #0094dd;
    padding:16px 20px 16px 28px;
    margin:12px 0 12px 40px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.content-col-left-text li:hover {
    background: #FFF;
}
.content-col-left-text li:before {
    line-height: 32px;
    position: absolute;
    top: 0.5em;
    left:-40px;
    width:40px;
    text-align:center;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background: #0094dd;
    content: counter(li);
	counter-increment: li;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.content-col-left-text li:hover:before {
    width:46px;
}
.content-col-left-text li:after {
    position: absolute;
    left: 0;
    top: 0.5em;
    content: "";
    height: 0;
    width: 0;
    border: 16px solid transparent;
    border-left-color: #0094dd;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s
}
.content-col-left-text li:hover:after {
    margin-left: 6px;
}

/********* CONTENT RIGHT **********/
.content-col-right{
	width: 25%;
	background: #fff;
	margin: 1em 1em 1em 0;
}
.content-col-right h3{
	padding: 1em;
}
.content-col-right a{
	display: block;
	width: 100%;
	box-shadow: none;
	padding: 1em 1em;

}
.content-col-right a:hover{
	width: 100%;
	box-shadow: none;
	background: #0094dd;
}

/********************** PEOPLE **********************/
.people{
	display: grid;
  	grid-template-columns: auto auto;
  	margin-bottom: 3em;
  	-webkit-box-shadow: 0px 2px 12px 3px rgba(77,77,77,0.62);
	-moz-box-shadow: 0px 2px 12px 3px rgba(77,77,77,0.62);
	box-shadow: 0px 2px 12px 3px rgba(77,77,77,0.62);
	position: relative;
}
.people-img{
	margin: auto;

}
.people-img img{ 
	width:auto; 
	max-width: 100%; 
	height:auto; 
	padding: 5px;
}

.people-text{
	height: 660px;
    overflow: scroll;
    overflow-x: auto;
    overflow-y: auto;
    padding: 1em;
	margin: auto;
	font-size: 1.3em;
}
.people h2{
	text-align: center;
	font-size: 1.5em;
}
.people-text p{
	margin: 1em;
	text-indent: 1em;
  text-align: justify;
}
.people-text-p{
	margin: auto;
	justify-content: center;
	vertical-align: middle;
	height: 100%;
  	
}
/* BODY INDEX CONTENT LEFT COLUMN */
.category {
	display: block;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
	margin-bottom: 1em; 
}
.category a {
	display: block;
	color: #0094dd;
	text-decoration: none;
	-webkit-transition: .25s ease;
	transition: .25s ease;
	padding:1em;
}
.category a:hover {
  color: #4d4d4d;
  padding: 1em;
}

.content-col-left-text a {
	padding: 0;
	background: none;
    display: inline-block;
    color: #0094dd;
    text-decoration: none;
}
.content-col-left-text a:hover {
	padding: 0;
	background: none;
    color: #4d4d4d;
    box-shadow: none;
}

img {
  vertical-align: middle;
}

.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}


/*TABLE*/

.info-table {
	font-size: 14px;
}

table.info-table tr:nth-child(even) {
  background-color: #dddddd;
}

table.info-table td  {
  text-align: justify;
  padding: 15px;
  line-height: 16px;
}



@media screen and (max-width: 900px){
	h1{display: none;}
.content-col-left-text h2::before, .content-col-left-text h2::after{
	display: none;
}
.content-col-right{
	display: none;
}
.header{
	display: grid;
}
.header-h2 h2{
	display: none;
}
.people {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	padding: 2em 1em;
	margin:  0;
	border-bottom:  1px solid #ddd;
}
.content-col-left{
	margin: 0;
	padding: 1em 0 0 0;
}
.content-col-left-text
{
	overflow: scroll;}
}