::selection {
background: #b3d4fc;
text-shadow: none;
}
body {
letter-spacing: 0;
font-size: 13px;
line-height: 1;
color: #333;
-webkit-font-smoothing: antialiased;

}
strong{
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 0px;
    display: block;
    clear: both;
}

 ol+p,  p+ol,  p+p,  p+ul,  ul+p {
margin-top: 11px;
}
 p {
margin: 11px 0 0;
}
p, pre {
margin: 1em 0;
}

article, h3, .stage-callout, .stage-callout h3 {
font-size: 15px;
line-height: 21px;
}

ul li {

}

p+ul, ul+p {
margin-top: 11px;
}

.link-list li {
word-wrap: break-word;
}

.link-list li,  .related-links li {
padding: 0;
text-indent: 0;
}

li:first-child {
margin-top: 0;
}

article a,article   a:visited {
color: #06c;
}

ul.link-list a.icon-internal {
padding-left: 13px;
text-indent: -13px;
}

.link-list li a,  .related-links li a {
    display: block;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

 ul.link-list a:before {
content: "\e044";
display: inline-block;
font-size: .8em;
margin-right: 5px;
}

.top-date{
    clear: both;
    font-style: italic;
    display: block;
    padding-bottom: 15px;
}

h2{
      padding: 20px 0px 0px 0px !important;
}

ul{
      padding: 0px 0px 0px 30px !important;
      list-style-type: disc;
}

.underline{
    text-decoration: underline;
}

.list-decimal{
    list-style-type: decimal;
      padding-left: 20px;
}

.list-alpha{
    list-style-type: upper-alpha;
}

.list-decimal-3-level{
    list-style-type: decimal;
    margin-left: 50px;
}

.list-alpha-2-level{
    list-style-type: upper-alpha;
    padding: 20px 0px 0px 50px;
}

ol.list-decimal li{
    padding: 10px;
} 

.special-break{
  clear: both;
  display: block;
  padding-bottom: 10px;
  text-transform: none;
}

.all-caps{
    text-transform: uppercase;
}
