@charset "UTF-8";
/**
 * Fix bug where list discs not visible.
 */
body.cke_editable {
  padding-left: 2rem;
}

.message-box {
  border-radius: 4px;
  padding: 1rem 2rem;
  margin: 1rem 0;
  line-height: 1.8rem;
}
.message-box.yellow {
  background-color: #fff1d2;
  border-left: 10px solid #fdb81e;
}
.message-box.yellow a {
  color: #216ab4;
}
.message-box.red {
  color: #ffffff;
  background-color: #b92b27;
  border-left: 10px solid #6e0000;
}
.message-box.red a {
  color: #f5ce0b;
  text-decoration: none;
}
.message-box.red a:hover {
  text-decoration: underline;
}
.message-box.green {
  color: #112304;
  background-color: #d0e2c5;
  border-left: 10px solid #3f542b;
}
.message-box.green a {
  color: #42692b;
}

.bg-color--yellow .message-box.yellow {
  background: #ffdf97;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  padding: 1rem;
  margin: 0;
  quotes: "“" "”" "‘" "’";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

.left-sidebar div.button,
.page-node-type-homepage .form-textarea-wrapper div.button {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(216, 216, 216) 100%);
  cursor: pointer;
  border: 1px solid rgb(211, 211, 211);
  padding: 0.6rem;
}

.page-node-type-homepage .form-textarea-wrapper div.button {
  border-radius: 5px;
  padding: 0.5rem 1.6rem;
  margin: 1rem 0;
  display: block;
  width: 40%;
}

.sidebar .button {
  margin: 0;
  padding-left: 1rem;
}
.sidebar .button:first-child {
  margin: 0;
}

.file-icon {
  display: inline-block;
}

.align-center img {
  margin: 0 auto;
}