@charset "UTF-8";
a {
  cursor: pointer;
}

p {
  margin: 0 0 10px;
}

.lead {
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
  margin-bottom: 20px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.text-right, .txt-right {
  text-align: right;
}

.text-bold, .txt-bold {
  font-weight: bold;
}

.text-left, .txt-left {
  text-align: left;
}

.text-center, .txt-center {
  text-align: center;
}

.muted {
  color: #bbbbbb;
}

h1, h2, h3, h4, h5, h6 {
  color: #4F4F4F;
  font-weight: bold;
  line-height: 1;
  margin: 10px 0;
  text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #888888;
  font-weight: normal;
  line-height: 1;
}

h1 {
  font-size: 36px;
  line-height: 40px;
}

h2 {
  font-size: 30px;
  line-height: 40px;
}

h3 {
  font-size: 24px;
  line-height: 40px;
}
h3 .mdi:before {
  font-size: 24px;
}

h4 {
  font-size: 18px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

h6 {
  font-size: 12px;
  line-height: 20px;
}

h1 small {
  font-size: 24px;
}

h2 small {
  font-size: 18px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.page-header {
  border-bottom: 1px solid #888888;
  margin: 20px 0 30px;
  padding-bottom: 9px;
}

ul, ol {
  margin: 0 0 10px 25px;
  padding: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

ul.unstyled,
ol.unstyled {
  list-style: none;
  margin-left: 0;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl {
  display: flex;
  flex-direction: column;
}
.dl.vertical > div {
  flex-direction: column;
}
.dl.vertical > div > div:first-child {
  color: #E7E7E7;
  border-bottom: 1px solid #2C303B;
}
.dl.bg > div {
  background: #1F2229;
}
.dl > div {
  display: flex;
  flex-direction: row;
  margin-bottom: 2px;
  border-radius: 2px;
  padding: 2px 2px 2px 5px;
}
.dl > div > div {
  flex-basis: 50%;
}
hr {
  border: 0;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #E6E6E6;
  margin: 5px 0 10px 0;
}
hr.blue {
  border-top-color: #68AFFF;
}

abbr[title] {
  border-bottom: 1px dotted #888888;
  cursor: help;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  border-left: 5px solid #888888;
  margin: 0 0 20px;
  padding: 0 0 0 15px;
}
blockquote p {
  margin-bottom: 0;
}
blockquote small {
  color: #888888;
  display: block;
  line-height: 20px;
}
blockquote small:before {
  content: "— ";
}
blockquote.pull-right {
  border-left: 0;
  border-right: 5px solid #888888;
  float: right;
  padding-left: 0;
  padding-right: 15px;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: "";
}
blockquote.pull-right small:after {
  content: " —";
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  font-style: normal;
  line-height: 20px;
  margin-bottom: 20px;
}