p {
  margin: 0 0 25px;
}
p small,
p .small {
  font-size: 10px;
  color: #999;
}
.lead {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 200;
  line-height: 37.5px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 12.5px 0;
  font-family: sans-serif;
  font-weight: normal;
  line-height: 1;
  color: #022261;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1 {
  font-size: 35px;
  line-height: 50px;
}
h1 small {
  font-size: 28px;
}
h2 {
  font-size: 28px;
  line-height: 50px;
}
h2 small {
  font-size: 21px;
}
h3 {
  font-size: 21px;
  line-height: 50px;
}
h3 small {
  font-size: 16px;
}
h4 {
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
}
h4 small {
  font-size: 14px -2px;
}
h5 {
  font-size: 14px;
  line-height: 25px;
}
h5 small {
  font-size: 12px;
}
h6 {
  font-size: 14px;
  line-height: 25px;
}
.page-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  margin: 0 0 50px;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #ddd;
  margin: 0 0 25px;
  *zoom: 1;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: "";
  line-height: 0;
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -25px;
}
.article-title,
.article-header h1 {
  margin: 0 0 12.5px 0;
  line-height: 1;
}
.article-title a,
.article-header h1 a {
  color: #022261;
}
.article-title a:hover,
.article-title a:active,
.article-title a:focus,
.article-header h1 a:hover,
.article-header h1 a:active,
.article-header h1 a:focus {
  color: #91A826;
  text-decoration: none;
}
h2.article-title a,
.article-header h2 a {
  color: #022261;
}
h2.article-title a:hover,
h2.article-title a:active,
h2.article-title a:focus,
.article-header h2 a:hover,
.article-header h2 a:active,
.article-header h2 a:focus {
  color: #91A826;
  text-decoration: none;
}
.item-title {
  font-weight: bold;
}
ul,
ol {
  padding: 0;
  margin: 0 0 12.5px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 25px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 25px;
}
dt,
dd {
  line-height: 25px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 12.5px;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 130px;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #999;
}
.label {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
a.label:hover,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #c00;
}
.label-important[href],
.badge-important[href] {
  background-color: #990000;
}
.label-warning,
.badge-warning {
  background-color: #de5932;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #be431f;
}
.label-success,
.badge-success {
  background-color: #690;
}
.label-success[href],
.badge-success[href] {
  background-color: #446600;
}
.label-info,
.badge-info {
  background-color: #07b;
}
.label-info[href],
.badge-info[href] {
  background-color: #005788;
}
.label-inverse,
.badge-inverse {
  background-color: #4f4f4f;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #363636;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
hr {
  margin: 25px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 25px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 31.25px;
}
blockquote small {
  display: block;
  line-height: 25px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
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: "";
}
blockquote.pullquote {
  border: 0;
  color: #91A826;
  float: right;
  font-family: 'Rokkitt', serif;
  padding-left: 20px;
  text-transform: uppercase;
  width: 250px;
}
blockquote.pullquote p {
  font-size: 24px;
  line-height: 1.3;
}
address {
  display: block;
  margin-bottom: 0;
  font-style: normal;
  line-height: 25px;
}