﻿.panelrWhite {
	color: #F5F3F3;
}
/* Panels */
.panel0 {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; }
  .panel0 > :first-child {
    margin-top: 0; }
  .panel0 > :last-child {
    margin-bottom: 0; }
  .panel0 h1, .panel0 h2, .panel0 h3, .panel0 h4, .panel0 h5, .panel0 h6, .panel0 p, .panel0 li, .panel0 dl {
    color: #333333; }
  .panel0 h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel0 h1.subheader, .panel0 h2.subheader, .panel0 h3.subheader, .panel0 h4.subheader, .panel0 h5.subheader, .panel0 h6.subheader {
      line-height: 1.4; }
  .panel0.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecfaff;
    color: #333333; }
    .panel0.callout > :first-child {
      margin-top: 0; }
    .panel0.callout > :last-child {
      margin-bottom: 0; }
    .panel0.callout h1, .panel0.callout h2, .panel0.callout h3, .panel0.callout h4, .panel0.callout h5, .panel0.callout h6, .panel0.callout p, .panel0.callout li, .panel0.callout dl {
      color: #333333; }
    .panel0.callout h1, .panel0.callout h2, .panel0.callout h3, .panel0.callout h4, .panel0.callout h5, .panel0.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel0.callout h1.subheader, .panel0.callout h2.subheader, .panel0.callout h3.subheader, .panel0.callout h4.subheader, .panel0.callout h5.subheader, .panel0.callout h6.subheader {
        line-height: 1.4; }
    .panel0.callout a:not(.button) {
      color: #008CBA; }
      .panel0.callout a:not(.button):hover, .panel0.callout a:not(.button):focus {
        color: #0078a0; }
  .panel0.radius0 {
    border-radius: 3px; }


