/* @include opacity(0.8);*/
/* @include center-block;*/
.typography .btn-main, .typography .btn-danger, .typography .btn-danger-pill, .typography .btn-warning, .typography .btn-warning-pill, .typography .btn-info, .typography .btn-info-pill, .typography .btn-success, .typography .btn-success-pill, .typography .btn-primary, .typography .btn-primary-pill, .typography .btn-base, .typography .btn-base-pill, .typography .btn-default, .typography .btn-default-pill {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
}
.typography .pill-main, .typography .btn-danger-pill, .typography .btn-warning-pill, .typography .btn-info-pill, .typography .btn-success-pill, .typography .btn-primary-pill, .typography .btn-base-pill, .typography .btn-default-pill {
  padding-right: 1em;
  padding-left: 1em;
  border-radius: 10rem;
}
.typography .btn-default, .typography .btn-default-pill {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.typography .btn-base, .typography .btn-base-pill {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.typography .btn-primary, .typography .btn-primary-pill {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.typography .btn-success, .typography .btn-success-pill {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.typography .btn-info, .typography .btn-info-pill {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.typography .btn-warning, .typography .btn-warning-pill {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.typography .btn-danger, .typography .btn-danger-pill {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.typography .btn-base, .typography .btn-base-pill,
.typography .btn-warning,
.typography .btn-warning-pill,
.typography .btn-primary,
.typography .btn-primary-pill,
.typography .btn-success,
.typography .btn-success-pill,
.typography .btn-info,
.typography .btn-info-pill,
.typography .btn-danger,
.typography .btn-danger-pill {
  color: #fff !important;
}
.typography .leadtext {
  font-size: 20px;
  line-height: 1.65;
}
.typography .text-right {
  text-align: right;
}
.typography .left {
  text-align: left;
  padding: 0 0 6px 0;
}
.typography img {
  max-width: 100%;
  height: auto;
}
.typography img.media-object {
  max-width: inherit;
}
.typography img.right {
  float: right;
  margin-left: 20px;
  margin-bottom: 1.2em;
}
.typography img.left {
  float: left;
  margin-right: 20px;
  margin-bottom: 1.2em;
}
.typography img .leftAlone {
  float: left;
  margin-right: 100%;
  margin-bottom: 1.2em;
}
.typography img .center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 1.2em;
}
.typography img .custom-image {
  margin-top: 0 !important;
}
.typography .captionImage {
  display: block;
  width: auto;
}
.typography .captionImage.right {
  float: right;
  margin-left: 15px;
}
.typography .captionImage.left {
  float: left;
  margin-right: 15px;
}
.typography .captionImage.leftAlone {
  float: left;
  margin-right: 100%;
}
.typography .captionImage.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.typography .captionImage p {
  font-size: 11px;
  font-style: italic;
  position: relative;
  line-height: 1;
  padding: 3px 0;
  display: inline-block;
}
.typography ul {
  list-style: disc;
  margin: 0 0 15px 15px;
  padding: 0;
}
.typography ul.tabs {
  margin: 0;
  list-style: none;
}
.typography ul.tabs > li {
  margin: 0;
  line-height: 1;
}
.typography ol {
  list-style: decimal;
  margin: 0 0 15px 15px;
  padding: 0;
}
.typography li {
  margin: 10px 0;
  line-height: 1.5em;
}
.typography a.show-link-icon {
  padding: 2px;
  padding-left: 20px;
}
.typography a.show-link-icon[href$=".pdf"], .typography a.show-link-icon[href$=".PDF"] {
  background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
}
.typography a.show-link-icon[href$=".docx"], .typography a.show-link-icon[href$=".DOCX"], .typography a.show-link-icon[href$=".doc"], .typography a.show-link-icon[href$=".DOC"] {
  background: url(../images/icons/page_word.png) no-repeat left center;
}
.typography a.show-link-icon[href$=".xls"], .typography a.show-link-icon[href$=".XLS"], .typography a.show-link-icon[href$=".xlsx"], .typography a.show-link-icon[href$=".XLSX"] {
  background: url(../images/icons/page_excel.png) no-repeat left center;
}
.typography a.show-link-icon[href$=".gz"], .typography a.show-link-icon[href$=".GZ"], .typography a.show-link-icon[href$=".gzip"], .typography a.show-link-icon[href$=".GZIP"], .typography a.show-link-icon[href$=".zip"], .typography a.show-link-icon[href$=".ZIP"], .typography a.show-link-icon.archive {
  background: url(../images/icons/page_white_zip.png) no-repeat left center;
}
.typography a.show-link-icon[href$=".exe"], .typography a.show-link-icon[href$=".EXE"], .typography a.show-link-icon.application {
  background: url(../images/icons/application.png) no-repeat left center;
}
@media only screen and (max-width: 767px) {
  .typography .hiddenOnPhone {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .typography .custom-image {
    margin-top: -70 !important;
  }
}

/*# sourceMappingURL=typography.css.map */
