/****************************************
			 FOR TESTING
****************************************/

*:not(body):not(html) 
	{
   /* box-shadow:border-box;
	border:1px dashed #000;*/
	}
	
.columns
	{
/*	min-height:100px;*/
	}
	
/* end of testing */

header#site-header
	{
	margin-bottom:20px;
	padding:20px;
	}
.wrapper
	{
/*	margin-bottom:20px;*/
	}

/****************************************
			 CUSTOM STYLES
****************************************/

.separator_10 {
	border: medium none;
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}
.separator_20 {
	border: medium none;
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
}
.separator_30 {
	border: medium none;
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}
.separator_40 {
	border: medium none;
	display: inline-block;
	margin-bottom: 40px;
	width: 100%;
}

.left { float:left; }
#first { background : #ccc; width:33.3%;}
#second { background: #eee; width:33.3%;}
#third { background: #bbb; width: 33.3%; }
.equal_height p{ padding:10px;  }



.card {
    margin: 10px auto;
    background-color: #fff;
    border: 1px solid #E8E6E2;
    max-width: 300px;
    min-height: 360px;
    overflow: hidden;
    position: relative;
    -webkit-transition: background-color ease-out .3s;
    -moz-transition: background-color ease-out .3s;
    -o-transition: background-color ease-out .3s;
    transition: background-color ease-out .3s;
}


.section5 th {
background-color: #137B4F;
  color:#fff;
}

.section5 table  {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.section5 table caption {
  font-size: 1.5em;
  margin: .5em 25px;
}
.section5 table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 25px;
}
.section5 table th,
.section5 table td {
  padding: .625em;
  text-align: left;
}
.section5 table th {

  letter-spacing: .1em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
.section5 table {
    border: 0;
  }
.section5  table caption {
    font-size: 1.3em;
  }
.section5  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
.section5  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
.section5  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
.section5  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
.section5  table td:last-child {
    border-bottom: 0;
  }
}

.section5 th {
background-color: #137B4F;
  color:#fff;
}

.section5 th p {
font-size: 14px;
}