html {
  height: 100%; }

body {
  min-height: 100%;
  background-color: #FFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  color: #333; }

a,
.link {
  color: #000;
  text-decoration: none; }

a:hover,
.link:hover,
a:focus,
.link:focus {
  text-decoration: underline;
  outline: 0; }

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #cccccc; }

summary,
.fieldgroup:not(.form-composite) > legend {
  font-weight: bold;
  text-transform: uppercase; }

.simpletest-results-form summary {
  text-transform: none; }

/**
 * Reusable heading classes are included to help modules change the styling of
 * headings on a page without affecting accessibility.
 */
h1,
.heading-a {
  margin: 1.0em 0 0.5em;
  font-weight: bold;
  font-size: 1.357em; }

h2,
.heading-b {
  margin: 1.0em 0 0.5em;
  font-weight: bold;
  font-size: 1.143em; }

h3,
.heading-c {
  margin: 1.0em 0 0.5em;
  font-weight: bold;
  font-size: 1.092em; }

h4,
.heading-d {
  margin: 1.0em 0 0.5em;
  font-weight: bold;
  font-size: 1.05em; }

h5,
.heading-e {
  margin: 1.0em 0 0.5em;
  font-weight: bold;
  font-size: 0.889em;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

h6,
.heading-f {
  margin: 1.0em 0 0.5em;
  font-weight: bold;
  font-size: 0.67em;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

p {
  margin: 0 0 1.2em; }

del {
  text-decoration: line-through; }

blockquote {
  background: #f7f7f7;
  border-left: 1px solid #bbb;
  /* LTR */
  font-style: italic;
  margin: 1.5em 10px;
  padding: 0.5em 10px; }

[dir="rtl"] blockquote {
  border-left: none;
  border-right: 1px solid #bbb; }

blockquote:before {
  color: #bbb;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  /* LTR */
  vertical-align: -0.4em; }

[dir="rtl"] blockquote:before {
  content: "\201D";
  margin-left: 0.2em;
  margin-right: 0; }

blockquote:after {
  color: #bbb;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em; }

[dir="rtl"] blockquote:after {
  content: "\201C"; }

blockquote > p:first-child {
  display: inline; }

.feed-icon {
  display: block;
  margin: 25px 0 0 0; }

img {
  max-width: 100%;
  height: auto; }

ul {
  list-style-type: disc;
  list-style-image: none;
  margin: 0.25em 0 0.25em 0.25em;
  /* LTR */
  padding: 0 0 0 1em; }

[dir="rtl"] ul {
  margin-left: 0;
  margin-right: 0.25em;
  padding: 0 1em 0 0; }

ol {
  list-style-type: decimal;
  margin: 0.25em 0 0.25em 1.5em;
  /* LTR */
  padding: 0; }

[dir="rtl"] ol {
  margin-left: 0;
  margin-right: 1.5em; }

table {
  width: 100% !important;
  text-align: left;
  border: 1px solid #ddd; }
  table tr td, table tr th {
    padding: 0.5em;
    border: 1px solid #ddd; }

#go-to-top {
  z-index: 99999;
  text-align: center;
  width: 45px;
  height: 45px;
  padding: 4px;
  position: fixed;
  bottom: -100px;
  right: 15px;
  cursor: pointer;
  overflow: hidden;
  background-color: #888;
  color: #ffffff;
  transition: all .4s ease-in;
  border-radius: 3px 3px 3px 3px; }
  #go-to-top svg {
    margin-top: 6px; }

/*# sourceMappingURL=../base/elements.css.map */