.bg-singletitle h1{
	margin: 24px 0 24px 30px;
	display: inline-block;
}

.bg-singletitle img{
	display: inline-block;
	width: 70px;
	height: 70px;
	vertical-align: top;
	margin-top: 20px;
	margin-left: 15px;
}

.bg-singletitle{
	background: #F6F7F8;
}

.bg-singletitle .container{
	padding: 0;
}

h1{
	color: #04518C;
	font-size: 45px;
	margin: 24px 0;
}

.thecontent h2{
	font-size: 25px;
	color: #04518C;
	text-align: left;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.sidebar-widget{
	border: 1px solid #ADC5D7;
	background: #F6F7F8;
	text-align: center;
	padding: 15px 30px;
	margin-bottom: 20px;
}

.sidebar-widget h3{
	font-size: 25px;
	color: #04518C;
	font-weight: 500;
}

.thecontent h2::before, .thecontent h3::before, 
.thecontent h4::before{
	display: none;
}

.sidebar-widget ul{
	list-style-type: none;
	margin: 10px 0 0;
}

.sidebar-widget ul li a{
	font-size: 16px;
	color: #04518C;
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
}

.sidebar-widget ul li a:hover{
	color: #049DD9;
}

.sidebar-widget p{
	font-size: 16px;
	margin-bottom: 10px;
}

.sidebar-widget h5{
	font-size: 24px;
	color: #003056;
	font-weight: 600;
	margin-bottom: 10px;
}

/* COLLAPSE */

ul.accordion{
	margin-left: 50px;
	margin-bottom: 20px;
}

ul.accordion li h6{
	color: #04518C;
	font-size: 18px;
	font-weight: 400;
	cursor: pointer;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: none;
	margin-bottom: 10px;
}

ul.accordion li p{
	overflow: hidden;
	margin-bottom: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}