html {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
body {
	font-family: Arial;
	font-size: 16px;
	line-height: 1.42857143;
	color: #666666;
	background: #F7F8F9;
}
section {
	clear: both;
}
a {
	color: #0073a8;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #003f5c;
	text-decoration: underline;
	outline: 0;
}
h1 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .02em;
	color:#404040;
	margin: 20px 0;
}
h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .02em;
	color:#404040;
	margin: 20px 0;
}
h3 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .02em;
	color:#404040;
	margin: 20px 0;
}
h4 {
	font-size: 22.6666;
	font-weight: 400;
	line-height: 1;
	color:#404040;
	margin: 20px 0;
}
h5 {
	font-size: 18px;
	line-height: 1;
	color:#404040;
	margin: 20px 0;
}
h6 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color:#404040;
	margin: 35px 0 25px;
}
ul,
ol {
  margin: 0 0 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
p {
	margin: 0 0 10px;
}
p.wd_small {
	font-size: 13px;
}
blockquote {
	font-size: 18px;
	border-left: 5px solid #eeeeee;
	margin: 0 0 20px;
	padding: 10px 20px;
}
table {
	max-width: 100%;
	width: auto;
	background-color: transparent;
}
th {
	text-align: left;
}
td {
	line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
	padding: 8px;
}
th td {
	vertical-align: bottom;
	border-bottom: 2px solid #dddddd;
}
footer {
	background-color: #f7f8f9;
	margin: 30px 0 0 0;
}
footer .container-fluid {
	background: #eff2f4;
}
footer .links {

}
footer .copyright {
	background-color: #f7f8f9;
	padding: 20px 0 80px;
}
footer h4 {
	font-size: 16px;
	color: #000;
}
footer ul {
	margin: 0 0 10px 0;
	padding: 0;
}
footer ul li {
	list-style: none;
	font-weight: bold;
	margin:  0 0 10px 0;
}
footer .copyright {
	padding: 20px 0 60px;
}
footer .copyright ul li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
footer .copyright .social-icons li {
	margin: 10px;
}
footer .copyright .social-icons li a.icon {
	display: inline-block;
	text-decoration: none;
}
footer .copyright .social-icons li a.icon img {
	width: 100%;
	height: 30px;
}
/*footer .copyright .social-icons li a.icon:before {
  content: "";
  display: inline-block;
	background-image: url('../images/fpl_sprite.png');
	background-repeat: no-repeat;
  width: 100%;
  height: 30px;
}*/
/*footer .copyright .social-icons li a.icon.fpl-facebook:before {
	background-position: 0 -2300px;
}
footer .copyright .social-icons li a.icon.fpl-twitter:before {
	background-position: 0 -2400px;
}
footer .copyright .social-icons li a.icon.fpl-youtube:before {
	background-position: 0 -2500px;
}
footer .copyright .social-icons li a.icon.fpl-blog:before {
	background-position: 0 -2600px;
}*/
footer .copyright .social-links li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	border-left: 1px solid #666666;
	padding: 0 8px;
}
/*footer .copyright .social-links li:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 15px;
	background: #636363;
	margin: 0 8px;
}*/
footer .copyright .social-links li:first-of-type {
	border-left: 0;
}
footer .wd_bbb {
	text-align: center;
	margin: 30px 0 0 0;
}
footer .wd_bbb img {
	width: 100%;
	height: 30px;
}
.ada-hidden {
	display: inline-block;
	width: 1px;
	height: 1px;
	position: absolute;
	top: auto;
	left: -10000px;
	overflow: hidden;
}
@media (min-width: 1399px) {
	.container {
		max-width: 1248px;
	}
}
@media (max-width: 1024px) {
	.container {
		max-width: calc(100% - 100px);
	}
}
/*@media (max-width: 992px) {
	.container {
		max-width: 812px;
	}
}
@media (max-width: 768px) {
	.container {
		max-width: 740px;
	}
}*/