
	.c5-title .s5-header2__heading{
	    width: 100%;
	}
	.s5-heading1.c5-titlebg {
	    background-color: #000000;
	    color: #fff;
	    display: block;
	    padding: 15px 30px;
	    text-align: center;
	    width: 100%;
	    -webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
	}

	.s5-header2 {
	    margin: 80px 0 20px;
	}

	h2.s5-header2__heading, div.s5-header2__heading {
	    font-size: 20px;
	    font-size: 1.25rem;
	    font-weight: 700;
	    float: left;
	    margin: 0 0 10px;
	    display: contents;
	}





/* ==========================================================================
   .c5-table
   ========================================================================== */
.c5-table {
  margin: 20px 0 0;
	font-size: 14px;
	width: 100%;
}
.c5-table th{
	font-size: 12px;
	vertical-align: middle !important;
}

	@media screen and (max-width: 800px) {
		.c5-table {
			width: 1200px;
		}
	}

.c5-table + .c5-table {
  margin-top: -41px; }

.c5-table table {
  width: 100%; }

.c5-table tr.c5-table__captionRow th, .c5-table tr.c5-table__captionRow td {
  padding: 20px 10px;
  border: 1px solid #e4e7ec; }

.c5-table th,
.c5-table td {
  vertical-align: top;
  padding: 5px;
  border: 1px solid #e4e7ec; }

.c5-table th {
  text-align: left; }

.c5-table th.c5-table--gray,
.c5-table td.c5-table--gray {
  background: #fbfbfd; }

.c5-table--alignLeft {
  text-align: left; }

.c5-table--alignCenter {
  text-align: center !important; }

.c5-table--alignRight {
  text-align: right !important; }
.c5-table td p{
	margin: 0;
}

.c5-table--orange{
	background: #ffefda;
}
.c5-table--blue{
	background: #edf8ff;	
}


.c5-tableIframe{
	margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
	.c5-tableIframe{
		overflow-x: scroll;

	}
}






