h1,
h2,
h3,
h4 {
  color: #000;
  font-weight: 400;
  line-height: 1.2;
  font-family: "futura-pt";
}
h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  color: #000;
  font-weight: 500;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 16px;
}
ul,
ol {
  margin: 30px 0 30px 5px;
  padding: 0;
}
ul ul,
ul ul ul,
ol ol,
ol ol ol {
  margin: 6px 0 6px 5px;
}
ul {
  list-style: none;
}
ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  background: none;
  list-style: none;
}
ul li:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  color: #636466;
  font-family: "FontAwesome";
  font-size: 8px;
  font-weight: 700;
  content: "\f111";
}
ol {
  counter-reset: item;
}
ol li {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}
ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #636466;
  font-weight: 700;
  content: counter(item) '.';
  counter-increment: item;
}
.phpdebugbar-widgets-list li {
  background-image: none;
}
.phpdebugbar-widgets-list li:before {
  display: none;
}
.list_type ul,
.list-type ul,
.list_type ul li,
.list-type ul li {
  margin: 0;
  padding: 0;
}
.list_type ul:after,
.list-type ul:after {
  display: block;
  content: "";
  clear: both;
}
.list_type ul li,
.list-type ul li {
  list-style-type: none;
  list-style-image: none;
}
.list_type ul li:before,
.list-type ul li:before {
  display: none;
}
a {
  color: #143C71;
  text-decoration: underline;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: 0;
  -moz-outline-style: none;
}
a:hover,
a:focus,
a:active {
  color: #F0A404;
  text-decoration: none;
  outline: 0;
  -moz-outline-style: none;
  outline: none;
}
button {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
table {
  margin-bottom: 20px;
  border: none;
  border-collapse: collapse;
  table-layout: fixed;
}
table tr th,
table tr td {
  padding: 8px;
  border: 1px solid #e4e4e4;
}
hr {
  border-top-color: #e4e4e4;
}
b,
strong {
  font-weight: 500;
}
img {
  display: inline-block !important;
  max-width: 100%;
}
img:not(.lazy) {
  height: auto !important;
}
img.lazy {
  max-height: 100%;
}
