.alert {
  padding: 10px;
  margin: 10px 0;
  background-color: #fff;
  border-color: #fff;
  border-radius: 0;
}
.alert ul {
  position: relative;
  padding: 0 0 0 50px;
  margin: 0 0 10px 0;
  color: #343434;
  list-style: none;
}
.alert ul li {
  font-family: Interstate, Arial, sans-serif;
  font-size: 1.6rem;
  list-style: none;
}
.alert strong {
  font-size: 1.8rem;
}
.alert ul:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  font-family: "Ionicons";
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  color: #fff;
  text-align: center;
  content: "\f401";
  background-color: #fff;
}
.alert.alert-success {
  border-color: #526a3e;
}
.alert.alert-success ul:before {
  content: "\f122";
  background-color: #526a3e;
}
.alert.alert-danger {
  border-color: #c4122f;
}
.alert.alert-danger ul:before {
  content: "\f101";
  background-color: #c4122f;
}
.alert.alert-warning {
  border-color: #bb7b0f;
}
.alert.alert-warning ul:before {
  content: "\f143";
  background-color: #bb7b0f;
}
.alert.alert-info {
  border-color: #1774a9;
}
.alert.alert-info ul:before {
  content: "\f14a";
  background-color: #1774a9;
}
.alert.single {
  padding: 0;
}
.alert.single p {
  position: relative;
  height: auto;
  min-height: 50px;
  padding-left: 60px;
  margin: 0 !important;
  font-family: Interstate, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #343434;
}
.alert.single strong {
  font-size: 1.8rem;
}
.alert.single p:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  font-family: "Ionicons";
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 5rem;
  color: #fff;
  text-align: center;
  content: "\f401";
  background-color: #fff;
}
.alert.single.alert-success p:before {
  content: "\f122";
  background-color: #526a3e;
}
.alert.single.alert-danger p:before {
  content: "\f101";
  background-color: #c4122f;
}
.alert.single.alert-warning p:before {
  content: "\f143";
  background-color: #bb7b0f;
}
.alert.single.alert-info p:before {
  content: "\f14a";
  background-color: #1774a9;
}
.tab-pane .alert {
  margin: 10px;
}
@media (min-width: 992px) {
  .alert.single {
    padding: 0;
  }
  .alert.single p.vertical-center {
    height: 5rem;
    overflow: hidden;
    line-height: 5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.badge {
  color: #343434;
  background: #fff;
  border: 1px solid #343434;
}
.badge.invert {
  background-color: #fff;
  border-color: #fff;
}
figure.correct,
figure.incorrect,
figure.maybe {
  padding: 15px;
  margin: 15px 0;
}
figure.correct figcaption,
figure.incorrect figcaption,
figure.maybe figcaption,
figure.correct p.lede,
figure.incorrect p.lede,
figure.maybe p.lede {
  font-size: 1.8rem;
  font-weight: 700;
}
figure.correct {
  background-color: #d6e2cf;
}
figure.correct figcaption,
figure.correct p.lede {
  color: #526a3e;
}
figure.correct figcaption:before,
figure.correct p.lede:before {
  font-family: "FontAwesome";
  color: #526a3e;
  content: '\f058\00a0';
}
figure.incorrect {
  background-color: #e2dfdb;
}
figure.incorrect figcaption,
figure.incorrect p.lede {
  color: #961e28;
}
figure.incorrect figcaption:before,
figure.incorrect p.lede:before {
  font-family: "FontAwesome";
  color: #961e28;
  content: '\f057\00a0';
}
figure.maybe {
  background-color: #fcf4e9;
}
figure.maybe figcaption,
figure.maybe p.lede {
  color: #bb7b0f;
}
figure.maybe figcaption:before,
figure.maybe p.lede:before {
  font-family: "FontAwesome";
  color: #bb7b0f;
  content: '\f059\00a0';
}
li.incorrect,
li.maybe,
li.correct {
  list-style: none;
}
li.correct strong,
strong.correct {
  color: #526a3e;
}
li.correct:before,
strong.correct:before {
  font-family: "FontAwesome";
  font-weight: 700;
  color: #526a3e;
  content: '\f00c\00a0';
}
li.maybe strong,
strong.maybe {
  color: #bb7b0f;
}
li.maybe:before,
strong.maybe:before {
  font-family: "FontAwesome";
  font-weight: 700;
  color: #bb7b0f;
  content: '\f128\00a0';
}
strong.incorrect,
li.incorrect strong {
  font-weight: 700;
  color: #961e28;
  list-style: none;
}
strong.incorrect:before,
li.incorrect:before {
  font-family: "FontAwesome";
  font-weight: 700;
  color: #961e28;
  content: '\f00d\00a0';
}
figure.list-group-container figcaption,
figure.quick-links figcaption {
  margin: 0 0 10px;
  margin-bottom: 5px;
  font-family: "Interstate Bold", Interstate, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
  line-height: 1.6rem;
  color: #4d4037;
}
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 {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: visible;
  border: 1px solid #d2d2d2;
  border-radius: 0;
}
figure.list-group-container .list-group .list-group-item {
  position: relative;
  min-height: 40px;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: none;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 0;
}
figure.list-group-container .list-group .list-group-item:hover,
figure.list-group-container .list-group .list-group-item:focus {
  color: #343434;
  text-decoration: none;
  background: #e5f0f4;
}
figure.list-group-container .list-group .list-group-item:last-child {
  border-bottom: none;
}
figure.list-group-container .list-group .list-group-item a {
  position: relative;
  display: block;
  min-height: 40px;
  padding: 10px 25px 10px 10px;
  font-size: 1.4rem;
  line-height: 2.0rem;
  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 {
  color: #343434;
  text-decoration: none;
  background: #e5f0f4;
}
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 {
  position: absolute;
  top: 0;
  left: -2.5em;
  width: 2.5em;
  height: 40px;
  font-family: Interstate, Arial, sans-serif;
  font-weight: 700;
  line-height: 40px;
  color: #343434;
  text-align: center;
  content: counter(li);
  counter-increment: li;
  background: #d2d2d2;
  border: 1px solid #d2d2d2;
}
.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;
  }
}
.panel {
  margin-bottom: 25px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
}
.panel + h1,
.panel + h2,
.panel + h3 {
  margin-top: 15px;
}
.panel-body {
  padding: 10px;
}
.panel-heading {
  padding: 10px;
  text-transform: none;
  background: #e5f0f4;
  border-bottom: 1px solid transparent;
  border-radius: 0;
}
.panel-heading .panel-title {
  text-transform: none;
}
.panel-footer {
  padding: 10px;
  background-color: #e5f0f4;
  border-top: 1px solid #d2d2d2;
  border-radius: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-color: #e5f0f4;
  border-radius: 0;
}
.panel-group .panel .panel-heading,
.panel-group .panel .panel-body {
  border-color: #e5f0f4 !important;
}
.panel-group .panel .panel-heading a[data-toggle],
.panel-group .panel .panel-body a[data-toggle] {
  color: #343434;
}
.panel-group .panel .panel-heading a[data-toggle] h1,
.panel-group .panel .panel-body a[data-toggle] h1,
.panel-group .panel .panel-heading a[data-toggle] h2,
.panel-group .panel .panel-body a[data-toggle] h2,
.panel-group .panel .panel-heading a[data-toggle] h3,
.panel-group .panel .panel-body a[data-toggle] h3 {
  position: relative;
}
.panel-group .panel .panel-heading a[data-toggle] h1:after,
.panel-group .panel .panel-body a[data-toggle] h1:after,
.panel-group .panel .panel-heading a[data-toggle] h2:after,
.panel-group .panel .panel-body a[data-toggle] h2:after,
.panel-group .panel .panel-heading a[data-toggle] h3:after,
.panel-group .panel .panel-body a[data-toggle] h3:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 20px;
  height: 100%;
  font-family: "Ionicons";
  font-size: 1.5em;
  color: #4d4037;
  content: '\f489';
}
.panel-group .panel .panel-heading a[data-toggle][aria-expanded="true"] h1:after,
.panel-group .panel .panel-body a[data-toggle][aria-expanded="true"] h1:after,
.panel-group .panel .panel-heading a[data-toggle][aria-expanded="true"] h2:after,
.panel-group .panel .panel-body a[data-toggle][aria-expanded="true"] h2:after,
.panel-group .panel .panel-heading a[data-toggle][aria-expanded="true"] h3:after,
.panel-group .panel .panel-body a[data-toggle][aria-expanded="true"] h3:after {
  content: '\f462';
}
.panel-group .panel .panel-heading a[data-toggle]:hover,
.panel-group .panel .panel-body a[data-toggle]:hover,
.panel-group .panel .panel-heading a[data-toggle]:focus,
.panel-group .panel .panel-body a[data-toggle]:focus {
  color: #1774a9;
  text-decoration: none;
}
.panel-group .panel .panel-heading a[data-toggle]:hover h1:after,
.panel-group .panel .panel-body a[data-toggle]:hover h1:after,
.panel-group .panel .panel-heading a[data-toggle]:focus h1:after,
.panel-group .panel .panel-body a[data-toggle]:focus h1:after,
.panel-group .panel .panel-heading a[data-toggle]:hover h2:after,
.panel-group .panel .panel-body a[data-toggle]:hover h2:after,
.panel-group .panel .panel-heading a[data-toggle]:focus h2:after,
.panel-group .panel .panel-body a[data-toggle]:focus h2:after,
.panel-group .panel .panel-heading a[data-toggle]:hover h3:after,
.panel-group .panel .panel-body a[data-toggle]:hover h3:after,
.panel-group .panel .panel-heading a[data-toggle]:focus h3:after,
.panel-group .panel .panel-body a[data-toggle]:focus h3:after {
  color: #1774a9;
}
.panel-default {
  border-color: #d2d2d2;
}
.panel-default > .panel-heading {
  color: #343434;
  background-color: #e5f0f4;
  border-color: #d2d2d2;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d2d2d2;
}
.panel-default > .panel-heading .badge {
  color: #e5f0f4;
  background-color: #343434;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d2d2d2;
}
.panel-primary {
  border-color: #13477d;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #13477d;
  border-color: #13477d;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #13477d;
}
.panel-primary > .panel-heading .badge {
  color: #13477d;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #13477d;
}
.panel-success {
  border-color: #526a3e;
}
.panel-success > .panel-heading {
  color: #fff;
  background-color: #526a3e;
  border-color: #526a3e;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #526a3e;
}
.panel-success > .panel-heading .badge {
  color: #526a3e;
  background-color: #fff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #526a3e;
}
.panel-info {
  border-color: #008290;
}
.panel-info > .panel-heading {
  color: #fff;
  background-color: #008290;
  border-color: #008290;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #008290;
}
.panel-info > .panel-heading .badge {
  color: #008290;
  background-color: #fff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #008290;
}
.panel-warning {
  border-color: #eeb137;
}
.panel-warning > .panel-heading {
  color: #fff;
  background-color: #eeb137;
  border-color: #eeb137;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eeb137;
}
.panel-warning > .panel-heading .badge {
  color: #eeb137;
  background-color: #fff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eeb137;
}
.panel-danger {
  border-color: #5e1b15;
}
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #5e1b15;
  border-color: #5e1b15;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #5e1b15;
}
.panel-danger > .panel-heading .badge {
  color: #5e1b15;
  background-color: #fff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #5e1b15;
}
