*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: Arial;
	box-sizing: border-box;
}

body{
	background: #f4f4f4;
	color: #4d4d4d;
	font-size: 17px;
}
id{
    position: relative;
    top: -4em;
    left: 0;
    width: 0px;
    height: 0px;
}
h1{
	font-size: 2em;
	margin-bottom: 0;
}
a{
	text-decoration: none;
	color:#4d4d4d;
	transition: 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/********************** 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;
  padding: 1em;
}
.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: 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;
    counter-increment: li;
    content: counter(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;
}

.no{background:none;}
.noba h2::before {content:none;}
.noba h2::after {content:none;}

table.info-table-mob {
	display: none;
}
table.info-table-mob thead {

}
table.info-table-mob td {

}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0;
  border: 0px;
  font-size: 0.8em;
}

td, th {
  text-align: left;
  padding: 8px;
  text-align: justify;
}

table.info-table tr:nth-child(even) {
  background-color: #dddddd;
}
table p{
  padding:0 0 1em 0;
}
table br{
  margin-bottom: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;
}

@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;
}
