/* Screen widths */
/* Site Colors */
body {
  /** Links **/
  /** Global Button Styles **/
  /** Sidebar **/
  /** Main Content **/
  /** End Main Content **/
  /** Footer **/
}
body a:hover,
body .nav-link:hover {
  text-decoration: none;
}
body .btn-xs {
  padding: 0.2rem 0.4rem;
  font-size: 0.6rem;
  border-radius: 0.2rem;
}
body .sidebar h2 {
  font-size: 1.4em;
  border-bottom: none;
  font-weight: 400;
}
body .sidebar h2 a {
  text-decoration: none;
}
body .sidebar .block {
  background: none;
  border: none;
}
body .main-content {
  /** Right Callout & Contact Info **/
}
body .main-content .paragraph--type--callout {
  width: 30%;
  float: right;
  clear: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
body .main-content .paragraph--type--callout h2 {
  font-size: 1.3em;
  padding: 0.5rem 1rem;
  margin: 0;
  text-transform: uppercase;
}
body .main-content .paragraph--type--callout .field--name-field-body {
  padding: 1rem;
}
body .main-content .paragraph--type--contact-information {
  width: 30%;
  float: right;
  clear: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
}
body .main-content .paragraph--type--contact-information h2 {
  font-size: 1.3em;
  padding: 0.5rem 1rem;
  margin: 0;
  text-transform: uppercase;
}
body .main-content .paragraph--type--contact-information .field--name-field-body {
  padding: 1rem;
}
body .main-content figure.align-right {
  margin: 0 0 1rem 1rem;
}
body .main-content figure.align-right .field--type-image {
  margin: 0;
}
body footer.site-footer {
  padding: 0;
}
body footer.site-footer .block {
  border: none;
}
body footer.site-footer .wrapper-footer-top h2 {
  color: #fff;
}
body footer.site-footer .wrapper-footer-bottom .block {
  margin: 0.5rem 0;
}
body footer.site-footer .wrapper-footer-bottom p {
  margin: 0;
  text-align: center;
}
