:root {
  --logo-blue: #004fa4;
  --logo-red: #ed1a3b;
  --red-dark: #5e1b15;
  --red-medium: #961e28;
  --red: #c4122f;
  --blue-dark: #0f2846;
  --blue: #13477d;
  --blue-light: #005099;
  --blue-pale: #c4d1df;
  --taupe: #7e6d5f;
  --taupe-dark: #4d4037;
  --taupe-light: #d0c4b6;
  --taupe-pale: #e2dfdb;
  --slate: #446c73;
  --slate-dark: #324448;
  --slate-light: #aabdbe;
  --slate-pale: #d9e1e3;
  --green: #526a3e;
  --green-dark: #526a3e;
  --green-light: #526a3e;
  --green-pale: #d6e2cf;
  --teal: #008290;
  --teal-dark: #00616c;
  --teal-light: #64c7c7;
  --teal-pale: #d9ecf3;
  --yellow: #eeb137;
  --yellow-dark: #bb7b0f;
  --yellow-light: #f4c74b;
  --yellow-pale: #fcf4e9;
  --warm-blue: #005578;
  --warm-blue-dark: #184359;
  --warm-blue-light: #006796;
  --warm-blue-pale: #d1d9de;
  --grey: #5e6769;
  --grey-dark: #414547;
  --grey-light: #99a3a6;
  --grey-pale: #d9dada;
  --orange: #d46b21;
  --default-border-color: #d2d2d2;
  --default-text: #343434;
  --default-heading: #4d4037;
  --default-subhead: #4d4037;
  --default-topic: #6d6d6d;
  --default-disabled: #5e6769;
  --default-link: #006796;
  --default-link-hover: #1774a9;
  --default-link-visit: #004d70;
  --hover-collapse-color: #e5f0f4;
}
/* List Groups
===============
 
See examples at [Quick Links](http://cms.american.edu/cptools/examples/quick-links.cfm)

*/
figure.list-group-container figcaption,
figure.quick-links figcaption {
  font-family: "Interstate Bold", Interstate, Arial, sans-serif;
  font-weight: 700;
  color: #4d4037;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin: 0 0 10px;
  line-height: 1.6rem;
  margin-bottom: 5px;
}
figure.list-group-container ul,
figure.quick-links ul,
figure.list-group-container ol,
figure.quick-links ol {
  margin: 0;
}
figure.quick-links figcaption {
  border-bottom: 2px solid #d2d2d2;
}
section.section-colored-bg figure.list-group-container figcaption,
section.section-colored-bg figure.quick-links figcaption,
section.section-colored-bg figure.list-group-container ul,
section.section-colored-bg figure.quick-links ul,
section.section-colored-bg figure.list-group-container ol,
section.section-colored-bg figure.quick-links ol {
  margin: 0 5px 5px;
}
section.section-colored-bg.bg-taupe figure.quick-links figcaption {
  border-bottom: 1px solid #7e6d5f;
}
section.section-colored-bg.bg-teal figure.quick-links figcaption {
  border-bottom: 1px solid #008290;
}
section.section-colored-bg.bg-blue figure.quick-links figcaption {
  border-bottom: 1px solid #13477d;
}
section.section-colored-bg.bg-green figure.quick-links figcaption {
  border-bottom: 1px solid #526a3e;
}
section.section-colored-bg.bg-yellow figure.quick-links figcaption {
  border-bottom: 1px solid #bb7b0f;
}
section.section-colored-bg.bg-grey figure.quick-links figcaption {
  border-bottom: 1px solid #5e6769;
}
section.section-colored-bg.bg-warm-blue figure.quick-links figcaption {
  border-bottom: 1px solid #005578;
}
figure.list-group-container .list-group {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: visible;
  border: 1px solid #d2d2d2;
  border-radius: 0;
}
figure.list-group-container .list-group .list-group-item {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
  min-height: 40px;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
figure.list-group-container .list-group .list-group-item:hover,
figure.list-group-container .list-group .list-group-item:focus {
  background: #e5f0f4;
  text-decoration: none;
  color: #343434;
}
figure.list-group-container .list-group .list-group-item:last-child {
  border-bottom: none;
}
figure.list-group-container .list-group .list-group-item a {
  display: block;
  position: relative;
  font-size: 1.4rem;
  min-height: 40px;
  line-height: 2.0rem;
  padding: 10px 25px 10px 10px;
  color: #006796;
}
figure.list-group-container .list-group .list-group-item a:visited {
  color: #006796;
}
figure.list-group-container .list-group .list-group-item a:hover,
figure.list-group-container .list-group .list-group-item a:focus {
  background: #e5f0f4;
  text-decoration: none;
  color: #343434;
}
figure.list-group-container .list-group .list-group-item a:focus {
  text-decoration: underline;
}
figure.list-group-container ul.list-group {
  list-style: none;
}
figure.list-group-container ol.list-group {
  list-style: none;
  counter-reset: li;
}
figure.list-group-container ol.list-group li.list-group-item {
  margin-left: 2.5em;
}
figure.list-group-container ol.list-group li.list-group-item:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: -2.5em;
  width: 2.5em;
  height: 40px;
  line-height: 40px;
  background: #d2d2d2;
  border: 1px solid #d2d2d2;
  color: #343434;
  font-family: Interstate, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
}
.section-right figure.list-group-container,
.tab-pane figure.list-group-container,
.section-right figure.quick-links,
.tab-pane figure.quick-links {
  margin: 0 15px;
}
.tab-pane figure.list-group-container,
.tab-pane figure.quick-links {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  figure.list-group-container ul,
  figure.quick-links ul,
  figure.list-group-container ol,
  figure.quick-links ol {
    max-width: 50vw;
  }
  .section-right figure.list-group-container,
  .section-right figure.quick-links {
    margin: 0 0 25px 0;
  }
  .section-right figure.list-group-container ul,
  .section-right figure.quick-links ul,
  .section-right figure.list-group-container ol,
  .section-right figure.quick-links ol {
    max-width: 350px;
  }
}
