.fact-box {
	/*border: 4px solid #fff;*/
	margin:0 0 25px 0;
}

.fact-box h3{color:#f4752f;}

.fact-box h5{
	font-size:14px;
	line-height: 18px;
	margin:0 0 10px 0;
	padding: 0;
	font-style: italic;
	font-weight: bold;
}

article .fact-box a{
	text-decoration: none;
	color:#000;
}

section.light {
	background-color:#e5e6e7;
	padding:15px 5px 5px 15px;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
 
}

section.dark {
	background-color:#dcdddf;
	padding:15px 5px 5px 15px;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
}

a section.light:hover,
a section.dark:hover {
	
	-webkit-box-shadow:inset 0 0 10px 5px rgba(0,0,0,.1);
	box-shadow:inset 0 0 10px 5px rgba(0,0,0,.1);
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
}

.col-1 {
	float:left;
	/*background:red;*/
	margin:0 5px 0 0;
	display: table-cell;
    height: 42px;
    width: auto;
}

.col-2 {
	float:left;
	/*background:blue;*/
	display: table-cell;
    height: 42px;
    width: auto;
}

.col-1 h5{
	font-family:"leitura-news", serif;
	font-size:28px;
	line-height: 42px;
	margin:0;
	font-style: italic;
	font-weight: 300;
	/*color:#0a5796;
	color:#474747;*/
	color:#F4752F;
	height:100%;
	vertical-align: bottom !important;
	font-weight: 100;
}

.col-2 h5{
	color:#202122;
	font-family:"leitura-news", serif;
	font-size:24px;
	line-height: 18px;
	margin:0;
	font-style: italic;
	font-weight: 300;
	height:100%;
	vertical-align: bottom !important;
	font-weight: 100;
}