.has-background-image {
  background: no-repeat center center;
  background-attachment: scroll;
  background-size: cover; }

.has-text-shadow {
  text-shadow: 0.04em 0.04em 0.03em #000; }

.card-content-bottom {
  margin-top: auto; }

.has-margin-top, .has-margin-top-1 {
  margin-top: 1em; }

.has-margin-top-2 {
  margin-top: 2em; }

.has-margin-top-3 {
  margin-top: 3em; }

.has-margin-top-4 {
  margin-top: 4em; }

.has-margin-top-5 {
  margin-top: 5em; }

.column.is-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .column.is-flex-column > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.paragraph {
  margin-bottom: 1.75rem; }

.navbar-item .is-pulled-left img {
  max-height: 4rem; }

#block-octavia-branding {
  -ms-flex-negative: initial;
  flex-shrink: initial; }

input[type="checkbox"], input[type="radio"] {
  vertical-align: middle;
  margin-right: 0.333rem; }

.tag.hidden {
  display: none; }

.comment-indicator {
  position: absolute;
  left: -4rem; }
