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-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: 5px 0; }
  dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #7B8990;
    font-size: 13px;
    font-weight: bold; }
  dl dd {
    border-bottom: 1px solid #DFDFDF;
    border-radius: 1px;
    height: 26px;
    padding: 5px 5px 5px 0;
    color: #4C5052;
    width: 100%;
    resize: none;
    outline: 0;
    margin: 0; }

.dl-horizontal:before, .dl-horizontal:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.dl-horizontal:after {
  clear: both; }

.dl-horizontal dt {
  clear: left;
  float: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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: '\2014 \00A0'; }
  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: '\00A0 \2014'; }

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

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