.articles {
	color: #323232;
}

.articles h1 {
	padding: 25px 0;
	font-size: 38px;
}

.articles h6 {
	font-size: 16px;
}

.articles p {
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	padding: 10px 0;
}

.articles p strong {
	font-weight: 600;
}

.articles h2 {
	padding: 20px 0;
	font-size: 28px;
}

.articles h3 {
	padding: 15px 0;
	font-size: 16px;
}

.articles blockquote {
	background-image: url('../img/blockquote.png');
	background-repeat: no-repeat;
	margin: 15px 0;
  font-family: "Georgia";
	background-color: #eeedf5;
	padding: 25px 65px 25px 75px;
	background-position: 25px 35px;
}
.articles blockquote p{
	padding: 5px 0;
	font-size: 14px;
	line-height: 22px;
}
.articles blockquote > br {
}

.articles h4 {
	padding: 15px 0;
	font-size: 14px;
}

.articles__img{
	margin: 15px;
}
.articles__img.fl_l{
	margin-left: 0;
}

.articles ul,.articles ol, .articles dl {
	padding-left: 20px;
}

.articles ul > li,
.articles dl > li,
.articles ol > li {
	margin: 15px 0;
}
.articles dl > li {
	list-style-type: none;
}
.articles dl > li::before{
	content: '';
	width: 15px;
	height: 15px;
	display: inline-block;
	background-image: url('../img/dl.png');
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	left: -10px;
	top: 1.5px;
}
.error_404{
	text-align: center;
	padding-top: 40px;
}

.site-search {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
}

.site-search input[type="text"]{
	width: 75%;
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(204, 204, 204);
  border-radius: 5px 0 0 5px;
  padding-left: 35px;
  font-style: italic;
  box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	        font-size: 14px;
	        background-image: url('../img/site-search.png');
	        background-repeat: no-repeat;
	        background-position: 10px;
}

.site-search> input[type="submit"] {
	width: 25%;
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	color: #fff;
	font-weight: 600;border-radius: 0 5px 5px 0;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.site-search> input[type="submit"]:hover{
	color: #097BA0;
}