.article-aside,
.divider-vertical,
.pager,
.view-article .page-header {
	display:none;
}

.bg-image {
	background-image:url("../../images/banners/important_bg.jpg") !important;
}

.t3-content hr{
	margin: 40px 0;
}

#t3-content h1{
	margin: 20px 0 40px 0;
}

.t3-content h4{
	font-size: 18px;
	color: #00a046;
	margin: 40px 0 20px;
}

.t3-content h4:first-child{
	margin: 0 0 20px;
}

#t3-content ul li {
  margin-left: -25px;
  list-style: none;
}


#t3-content ul li:before {
  content: '\2022';
  /* content: '\25A0'; */
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -15px;
  top: -6px;
  color: #666666;
  font-size: 22px;
}

#t3-content hr {
  margin: 40px 0;
}

.article-content a{
	color: #ed6022;
	text-decoration: none;
}

/*Responsive*/
@media screen and (min-width: 1200px) {

}

@media screen and (max-width: 1190px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 414px) {

}