/* placeholder demo styles - showing body id for section colors */
body {
  color: #212121;
}
a {
  color: #F7941D;
}
p,
.content ul li,
.content ol li {
  font-size: 19px;
  line-height: 32px;
  margin-bottom: 1em;
  font-family: 'Crimson Text', serif;
  color: #212121;
}
p.intro {
  font-style: italic;
  font-size: 26px;
  line-height: 29px;
  margin-bottom: 1em;
}
p.small-text {
  font-size: 11px;
}
p.disclaimer {
  font-size: 17px;
  line-height: 29px;
  font-style: italic;
  color: #999;
}
p b i,
p i b {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h2,
h3,
h4,
h5 {
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 1em 0;
  letter-spacing: 1px;
}
h2 {
  color: #222222;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 20px 0;
}
h2.alternate {
  text-transform: uppercase;
  border-bottom: 1px solid #DDD;
  padding-bottom: 10px;
  margin-bottom: 0;
}
h3 {
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.85px;
  margin: 24px 0;
}
h4 {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 17px;
  margin: 25px 0 16px 0;
}
h5 {
  color: #5c5c5c;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .7px;
  line-height: 18px;
  margin: 0px 0 0px 0;
}
h6 {
  color: #5c5c5c;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .7px;
  line-height: 18px;
  margin: 0px 0 0px 0;
}
.content ul {
  list-style: none;
  padding-left: 0;
}
.content ul.toc {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content ul.toc li {
  padding-left: 0;
  margin: 0.75em 0;
  line-height: 1.25em;
}
.content ul.toc li::before {
  content: none;
}
.content ul.toc li:first-child {
  margin-top: 0;
}
.content ul.toc li:last-child {
  margin-bottom: 0;
}
.content ul.toc li ul {
  margin: 1em 0;
  padding-left: 44px;
}
.content ul li {
  position: relative;
  padding-left: 44px;
  margin: 1em 0;
}
.content ul li::before {
  content: '';
  position: absolute;
  left: 24px;
  top: 12px;
  height: 6px;
  width: 6px;
  background-color: #999;
}
.content ol li {
  position: relative;
  margin: 1em 0;
}
/* global, font-size, font, etc */
.btn {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 13px;
  border-radius: 1px;
  letter-spacing: 1.5px;
  text-shadow: none;
  border: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
}
/* homepage and non-section button styles */
.btn-primary {
  background: #939598;
  color: #fff;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #939598;
  color: #fff;
}
.callout-link {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.callout-link::after {
  content: '\203A';
  margin-left: 3px;
  font-size: larger;
}
.tintbox {
  background-color: #efefef;
  padding: 30px;
}
.tintbox > *:first-child {
  margin-top: 0;
}
.tintbox > *:last-child {
  margin-bottom: 0;
}
.sidebar .tintbox {
  padding: 18px;
}
.tintbox.tintbox--component {
  font-family: "proxima-nova", sans-serif;
}
.tintbox.tintbox--component h2 {
  font-size: 15px;
  line-height: 18px;
  color: #333333;
}
.tintbox.tintbox--component p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 13px;
  color: #444444;
}
.tintbox.tintbox--component .btn-primary {
  display: block;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tintbox.tintbox--component *:last-child {
  margin-bottom: 0;
}
.tintbox + h2 {
  margin-top: 40px;
}
.tintbox--small {
  padding: 15px;
}
.tintbox--small *:last-child {
  margin-bottom: 0;
}
table {
  margin: 1.5em 0;
  width: 100%;
  font-family: 'Crimson Text', serif;
  border: 1px solid #F7F3EC;
}
table thead tr th {
  font-size: 17px;
  padding: 14px;
  color: #222;
  border-bottom: 1px solid #F7F3EC;
}
table tbody tr:nth-child(even) td,
table tbody tr:nth-child(even) th {
  background: #e7e7e7;
}
table tbody tr th {
  font-size: 17px;
  line-height: 1em;
  padding: 14px;
  color: #5c5c5c;
}
table tbody tr td {
  font-size: 17px;
  line-height: 1em;
  padding: 14px;
  color: #5c5c5c;
}
table tbody tr td p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
table tbody tr td .callout-link {
  font-size: 14px;
}
table tbody tr td *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .image-left,
  .image-right {
    float: none;
    margin-bottom: 1em;
  }
}
.meta-image .image-left,
.meta-image .image-right {
  margin-top: 8px;
  display: block;
}
@media screen and (max-width: 767px) {
  .meta-image .image-left,
  .meta-image .image-right {
    margin-top: 0;
  }
}
.image-left {
  margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .image-left {
    margin-right: 0;
  }
}
.image-right {
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .image-right {
    margin-left: 0;
  }
}
.initiative-features {
  text-align: center;
  margin: 1em 0 2em;
}
.initiative-features .row {
  margin-left: -10px;
  margin-right: -10px;
}
.initiative-features [class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .initiative-features [class^=col-]:nth-child(2n+3) {
    clear: left;
  }
}
.initiative-features h3 {
  font-family: 'Crimson Text', serif;
  font-size: 16px;
  line-height: 1.25em;
  margin: 0.5em 0;
  letter-spacing: 0;
}
.initiative-features p {
  margin: 0;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5em;
}
.initiative-features a:hover img {
  opacity: 0.8;
}
.btn,
.btn-primary,
.well,
.navbar-default .navbar-container .navbar-nav > li ul.dropdown-menu li a,
.navbar-default .navbar-container .navbar-nav > li ul.dropdown-menu li a:focus,
.panel-default > .panel-heading,
.moreResults {
  filter: none;
}
#svSearchAgain #txtKeywords {
  line-height: 20px;
}
span.dropcap {
  display: inline-block;
  float: left;
  margin: 0.3em 0.25em 0.2em 0;
  font-size: 64px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  color: #999;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
