/* CW */
@media (min-width: 768px) {
  [class*="span"]:not(html) {
    padding: 0 20px;
  }
}

.articleContent p:first-child {
  margin-top: 0;
}

blockquote {
  font-family: inherit;
  font-style: inherit;
}

blockquote.featured {
  border-bottom: 1px solid #e5e5e5;
  border-left: none;
  border-top: 1px solid #e5e5e5;
  display: table;
  font-family: 'Crimson', serif;
  font-style: italic;
  padding-bottom: 1em;
  padding-top: 1em;
  text-align: center;
}

blockquote.featured p {
  color: #c8102e;
  font-size: 1.6em;
  line-height: 1.2em;
  margin-bottom: .5em;
}

blockquote.featured .cite {
  color: #888b8d;
  font-size: 1em;
}

blockquote.featured .cite:before {
  content: '\2013 \00A0 \00A0';
}

blockquote p:first-child {
  margin-top: 0;
}

blockquote p:last-child {
  margin-bottom: 0;
}

.clear-left {
  clear: left;
}

@media (max-width: 480px) {
  .clear-left--mobile {
    clear: left;
  }
}

.clear-right {
  clear: right;
}

@media (max-width: 480px) {
  .clear-right--mobile {
    clear: right;
  }
}

#content-well #sidebar {
  margin-top: 0 !important;
}

#content-well #sidebar.border {
  border: 1px solid #e5e5e5;
  padding: 15px;
}

#content-well .related-links {
  margin: 0 !important;
  padding: 0;
}

#content-well .related-links h4 {
  border-bottom: 1px solid #cbcbcb;
  font-size: 16px;
  letter-spacing: 0.125em;
  line-height: 21px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  text-transform: uppercase;
}

.cta-link::after,
.link-arrow--right::after,
.section-links a::after {
  content: ' \203A';
  font-size: 1.25em;
  vertical-align: -1.5px;
}

.figure {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0 !important;
}

.figure.border {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px !important;
}

.figure figcaption {
  color: #54585a;
  font-size: .85em;
  line-height: 1.3em;
}

.glyphicon {
  padding-bottom: 1px;
  vertical-align: text-bottom;
}

hr {
  margin: 1em 0;
}

.hr-double {
  border-bottom: 1px solid #eee;
  padding-top: 3px;
}

.hr-slim {
  margin: .5em 0;
}

.img-enlarge {
  display: inline-block;
  position: relative;
}

.img-enlarge:focus {
  outline: none;
}

.img-enlarge .icon-box {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background-color: #f5f5f5;
  background-color: rgba(245, 245, 245, 0.75);
  border: 2px solid #fff;
  border-radius: 50px;
  display: block;
  line-height: 0;
  padding: 1px 2px 4px 3px;
  position: absolute;
  left: 3px;
  top: 3px;
}

.img-enlarge .icon-box .glyphicon {
  color: #54585a;
  font-size: 12px;
  text-shadow: 0 1px 0 #fff;
}

.label {
  border-radius: 2px;
  font-size: 13.5px;
  font-weight: normal;
  padding: .15em .35em .15em;
}

.label.label-default {
  background-color: #c9cacb;
}

.label.label-info {
  border: 1px solid #ffe55a;
}

.label.label-warning {
  text-shadow: 1px 1px 0 #d89b00;
}

.lead {
  font-size: 1.5em !important;
}

li > ul,
li > ol,
li > dl {
  margin-top: 0;
}

.news h2:nth-child(4) {
  visibility: hidden;
}

.news h2:nth-child(4) .subtitle {
  display: block;
  margin-top: -1em;
  visibility: visible;
}

.no-margin--bottom {
  margin-bottom: 0;
}

.no-margin--top {
  margin-top: 0;
}

ol,
ul {
  padding-left: 1.5em;
}

.site-title,
.nav-secondary > * h4,
#sidebar > * h4 {
  border-bottom-style: solid;
}

#main header h1,
#page header h1 {
  font-size: 3rem !important;
  margin-bottom: 9px;
}

#page a[href$=".doc"]:before,
#page a[href$=".docx"]:before,
#page a[href$=".pdf"]:before,
#page a[href$=".xls"]:before,
#page a[href$=".xlsx"]:before {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin-bottom: -1px;
  margin-right: 4px;
  width: 15px;
}

#page a[href$=".doc"]:before,
#page a[href$=".docx"]:before {
  background-image: url(/nsm/_images/icons/doc-icon.svg);
}

#page a[href$=".pdf"]:before {
  background-image: url(/nsm/_images/icons/pdf-icon.svg);
}

#page a[href$=".xls"]:before,
#page a[href$=".xlsx"]:before {
  background-image: url(/nsm/_images/icons/xls-icon.svg);
}

#page a.no-icon:before {
  background-image: none;
  height: 0;
  margin-bottom: inherit;
  margin-right: 0;
  width: 0;
}

.panel {
  overflow: auto;
}

.panel .panel-heading {
  padding: 6px 10px;
}

.panel .panel-title > a:before {
  background-image: url(/nsm/_images/nsm/icons/collapse-icon-sprite.svg);
  background-position: right center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 6px;
  margin-top: -3px;
  vertical-align: middle;
  width: 16px;
}

.panel .panel-title > a.collapsed:before {
  background-position: left center;
}

.panel-group .panel .panel-title {
  font-weight: normal;
}

.pull-left,
.pull-right,
.articleContent figure.figure.pull-right,
.articleContent figure.figure.pull-left {
  margin-bottom: 1em !important;
  margin-top: .5em !important;
}

@media (max-width: 480px) {
  .pull-mobile.pull-left {
    float: left !important;
    margin-right: 24px !important;
  }
  .pull-mobile.pull-right {
    float: right !important;
    margin-left: 24px !important;
  }
  .pull-mobile.span1, .pull-mobile.span2 {
    width: 30% !important;
  }
  .pull-mobile.span3, .pull-mobile.span4, .pull-mobile.span5 {
    width: 40% !important;
  }
  .pull-mobile.span6 {
    width: 50% !important;
  }
}

small,
.small {
  display: inline-block;
  font-size: 85% !important;
}

div.small {
  display: block;
}

@media (max-width: 480px) {
  .text-muted-mobile {
    color: rgba(51, 51, 51, 0.5);
  }
}

#content-well .row ol,
#content-well .row ul {
  margin-top: 0;
}

#content-well .row div[class*="col-"] ol:last-child,
#content-well .row div[class*="col-"] ul:last-child {
  margin-bottom: 0;
}

#content-well .row div:last-child ul {
  margin-bottom: 1em;
}

.row.no-gutters {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.row.no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.row.small-gutters {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.row.small-gutters > [class*="col-"] {
  padding-left: .5rem;
  padding-right: .5rem;
}

.rows-padded > .row {
  padding: .5em 0;
}

.rows-striped > .row {
  border-top: 1px solid #ddd;
  padding: .5em 0;
}

.rows-striped .row-head {
  background-color: #fff !important;
  border-bottom: 1px solid #ddd;
  border-top: none;
}

.rows-striped .row-head div {
  font-weight: bold;
}

.rows-striped.striped-even > .row:nth-of-type(even) {
  background-color: #f9f9f9;
}

.rows-striped.striped-odd > .row:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.panel .row {
  margin-left: -15px;
  margin-right: -15px;
}

.panel .rows-striped > .row:first-child {
  border-top: none;
}

@media (max-width: 767px) {
  table {
    display: table;
  }
}

.table.no-border td {
  border: none;
}

.uh-header .nav-primary {
  font-weight: normal;
}

.uh-header .nav-primary a,
.uh-header .nav-primary a:visited {
  color: #fff;
}

.uh-header .nav-primary .caret {
  border-top-color: #fff;
}

.uh-footer .site-footer .footer-links h2 {
  font-weight: normal;
}

.uh-footer .site-footer .footer-logo img {
  filter: grayscale(100%);
}

.uh-footer .site-footer .social-media-list {
  padding: 0;
  width: inherit;
}

@media print {
  a[href]:after {
    content: "" !important;
  }
}

.insetLeft,
.inset-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.insetRight,
.inset-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.photoCaption,
.photo-caption {
  color: #54585a;
  display: block;
  padding: 5px;
  border: 1px solid #e5e5e5;
  font-size: .85em;
  line-height: 1.3em;
  margin: .5em 0;
}

.photoCaption img,
.photo-caption img {
  margin-bottom: 1em;
}

.articleContent figure.figure img {
  border-radius: 0;
  margin-bottom: 0;
}

@media (max-width: 1300px) {
  .articleContent .span6 {
    width: 50%;
  }
}

.entry-content hr {
  display: inherit;
}

.hentry .entry-title {
  font: inherit;
  text-transform: none;
}

.hentry p {
  font-size: 1.125;
}
