@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

@keyframes reveal-background {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes reveal-foreground {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.popup {
  display: none;
  z-index: 400;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
.popup p {
  text-align: left;
}
.popup ul {
  text-align: left;
}
.popup .box {
  position: fixed;
  top: 20px;
  right: 10px;
  left: 10px;
  background-color: #f6f4e5;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 20px #000;
  max-height: 86%;
  overflow-y: auto;
}
@media screen and (min-width: 992px) {
  .popup .box {
    top: 82px;
  }
}
@media screen and (min-width: 768px) {
  .popup .box {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 728px;
    margin: 0 auto;
    padding: 40px;
  }
}
.popup .box .closer {
  float: right;
  color: #000;
  font-size: 32px;
  margin: -15px -15px 0 0;
  cursor: pointer;
  transition: color 0.25s;
  background-color: transparent;
  padding: 0;
}
.popup .box .closer:focus {
  border: none;
}
.popup .box .closer:hover {
  color: #e85429;
}
.popup.open {
  display: block;
  animation: reveal-background 0.5s;
}
.popup.open .box {
  animation: reveal-foreground 0.5s;
}
.popup .working {
  display: none;
}
.popup.loading {
  cursor: wait;
}
.popup.loading .working {
  display: inline-block;
  font-size: 64px;
  color: rgba(0, 85, 48, 0.3);
  animation: rotate linear reverse 3s infinite;
}
.popup form select {
  display: inline;
  width: auto;
}
.popup form h2, .popup form h3 {
  margin-bottom: 6px;
}
.popup .stop-asking {
  background-color: #e85429;
  color: #fff;
  display: none;
}
.popup .stop-asking:hover, .popup .stop-asking:focus {
  background-color: #e44619;
  color: #fff;
}
.popup .stop-asking .material-icons {
  color: #fff;
}
.popup .stop-asking.active {
  display: inline;
}
.popup .eula {
  text-align: left;
}
.popup .eula h2, .popup .eula h3 {
  margin: 0.5em 0;
}
.popup .eula p {
  font-size: 14px;
}
.popup.take-over {
  z-index: 1050;
}
.popup.take-over .closer {
  display: none;
}
.popup.take-over .box {
  top: 30px;
}

@font-face {
  font-family: "MP Display";
  src: url("../fonts/MP Display_F.woff2") format("woff2"), url("../fonts/MP Display_F.otf") format("opentype");
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
.top-image {
  margin: 0;
  padding-top: 100px;
  padding-bottom: 15%;
  background-size: cover;
  background-position: 50% 50%;
}
.top-image figcaption {
  font-family: "Karla", sans-serif;
  float: left;
  padding: 6px 10px;
  margin: -92px 0 0 8px;
  border-radius: 5px;
  transition: background-color 0.8s;
  background-color: rgba(0, 0, 0, 0.2);
  color: #f6f4e5;
}
.top-image figcaption a {
  text-decoration: none;
  color: #f6f4e5;
}
.top-image:hover figcaption {
  background-color: rgba(0, 0, 0, 0.4);
}

.top-image.thin {
  padding-bottom: 10%;
}

section,
#discuss header,
#knowledge header {
  padding: 30px 0;
}
@media screen and (min-width: 600px) {
  section,
  #discuss header,
  #knowledge header {
    padding: 50px 0;
  }
}
section.cream,
#discuss header.cream,
#knowledge header.cream {
  background-color: #f6f4e5;
}
section.cherry,
#discuss header.cherry,
#knowledge header.cherry {
  background-color: #ffb9a6;
}
section.cherry h1, section.cherry h1 a,
#discuss header.cherry h1,
#discuss header.cherry h1 a,
#knowledge header.cherry h1,
#knowledge header.cherry h1 a {
  color: #005530;
  text-decoration: none;
}
section.cherry h1:hover a,
#discuss header.cherry h1:hover a,
#knowledge header.cherry h1:hover a {
  text-decoration: underline;
}
section.cherry h2, section.cherry h3, section.cherry p, section.cherry blockquote,
#discuss header.cherry h2,
#discuss header.cherry h3,
#discuss header.cherry p,
#discuss header.cherry blockquote,
#knowledge header.cherry h2,
#knowledge header.cherry h3,
#knowledge header.cherry p,
#knowledge header.cherry blockquote {
  color: #005530;
}
section.forest,
#discuss header.forest,
#knowledge header.forest {
  background-color: #53a045;
}
section.forest h1, section.forest h2, section.forest h3,
#discuss header.forest h1,
#discuss header.forest h2,
#discuss header.forest h3,
#knowledge header.forest h1,
#knowledge header.forest h2,
#knowledge header.forest h3 {
  color: #fff;
}
section.forest h1 a, section.forest h2 a, section.forest h3 a,
#discuss header.forest h1 a,
#discuss header.forest h2 a,
#discuss header.forest h3 a,
#knowledge header.forest h1 a,
#knowledge header.forest h2 a,
#knowledge header.forest h3 a {
  color: #fff;
}
section.forest a,
#discuss header.forest a,
#knowledge header.forest a {
  text-decoration: none;
}
section.forest a h3,
#discuss header.forest a h3,
#knowledge header.forest a h3 {
  color: #f6e400;
}
section.forest a:hover h3,
#discuss header.forest a:hover h3,
#knowledge header.forest a:hover h3 {
  text-decoration: underline;
}
section.forest p,
#discuss header.forest p,
#knowledge header.forest p {
  color: #fff;
}
section.forest blockquote,
#discuss header.forest blockquote,
#knowledge header.forest blockquote {
  color: #f6f4e5;
}
section.grey,
#discuss header.grey,
#knowledge header.grey {
  background-color: #f8f8f8;
}
section.text-light h1, section.text-light p,
#discuss header.text-light h1,
#discuss header.text-light p,
#knowledge header.text-light h1,
#knowledge header.text-light p {
  color: #fff;
}
section.text-light nav.context-menu:not(.open) .opener a,
#discuss header.text-light nav.context-menu:not(.open) .opener a,
#knowledge header.text-light nav.context-menu:not(.open) .opener a {
  color: #fff;
}
section.text-dark h1, section.text-dark p,
#discuss header.text-dark h1,
#discuss header.text-dark p,
#knowledge header.text-dark h1,
#knowledge header.text-dark p {
  color: #000;
}
section.text-dark nav.context-menu:not(.open) .opener a,
#discuss header.text-dark nav.context-menu:not(.open) .opener a,
#knowledge header.text-dark nav.context-menu:not(.open) .opener a {
  color: #000;
}
@media screen and (min-width: 992px) {
  section.fill-out,
  #discuss header.fill-out,
  #knowledge header.fill-out {
    min-height: 80vh;
  }
}

body > footer {
  padding: 20px 0 30px;
  background-color: #f6f4e5;
  text-align: center;
  color: #555;
}
body > footer .mp-logo img {
  margin-bottom: 15px;
}
body > footer a {
  color: #000;
  white-space: nowrap;
}

section.profile img.profile-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid white;
}
@media screen and (min-width: 992px) {
  section.profile img.profile-image {
    width: 200px;
    height: 200px;
  }
  section.profile img.profile-image.medium {
    width: 150px;
    height: 150px;
  }
}

div.profile img.profile-image,
body.profile-page img.profile-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid white;
  float: right;
  margin-top: -65px;
}
@media screen and (min-width: 992px) {
  div.profile img.profile-image,
  body.profile-page img.profile-image {
    width: 200px;
    height: 200px;
  }
  div.profile img.profile-image.medium,
  body.profile-page img.profile-image.medium {
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 992px) {
  div.profile img.profile-image,
  body.profile-page img.profile-image {
    margin-top: -118px;
  }
}
div.profile h1,
body.profile-page h1 {
  text-align: left;
}
.popup div.profile img.profile-image,
.popup body.profile-page img.profile-image {
  margin-top: 0;
}

ul.arrow-list {
  margin: 1em 0;
}
ul.arrow-list li {
  list-style: none;
  background: url("../images/ul_arrow.svg") no-repeat left 13px;
  padding: 9px 0 8px 35px;
  margin: 0;
}
ul.arrow-list a {
  text-decoration: none;
}
ul.arrow-list a:hover h3 {
  text-decoration: underline;
}
ul.arrow-list h3 {
  font-family: "MP Display", sans-serif;
  font-size: 22px;
  line-height: 1;
}
ul.arrow-list p.meta {
  margin-bottom: 0;
}

.side-box {
  background-color: #f6f4e5;
  padding: 16px;
  border-radius: 6px;
  margin: 20px 0;
}
.side-box h2, .side-box h3, .side-box p {
  padding: 0;
}
.side-box:first-child {
  margin-top: 0;
}
.side-box h2, .side-box h3 {
  color: #53a045;
  font-family: "MP Display", sans-serif;
  font-size: 32px;
}
@media screen and (min-width: 600px) {
  .side-box h2, .side-box h3 {
    font-size: 36px;
  }
}
.side-box h3 {
  font-family: "MP Display", sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  .side-box h3 {
    font-size: 24px;
  }
}
.side-box.cherry {
  background-color: #ffb9a6;
  color: #fff;
}
.side-box.cherry h2, .side-box.cherry h3 {
  color: #005530;
}
.side-box.lemon {
  background-color: #f6e400;
}
.side-box.lemon h2, .side-box.lemon h3 {
  color: #e85429;
}
.side-box.forest {
  background-color: #53a045;
  color: #fff;
}
.side-box.forest h2, .side-box.forest h3 {
  color: #f6e400;
}
.side-box.forest a,
.side-box.forest .material-icons {
  color: #f6e400;
}
.side-box.forest .meta, .side-box.forest ul.breadcrumb li, ul.breadcrumb .side-box.forest li {
  color: #f6f4e5;
}

.column-image {
  width: 100%;
  height: auto;
  margin: 0.5em 0 1em;
}

.row--padding {
  margin-top: 1em;
}

.foot-news h2 a, .foot-news h3 a {
  color: #000;
  font-size: 24px;
}
.foot-news ul {
  margin-right: 1em;
}
.foot-news li {
  list-style: none;
}
.foot-news li a {
  text-decoration: none;
  font-family: "MP Display", sans-serif;
}
.foot-news li a:hover {
  text-decoration: underline;
}
.foot-news li .meta, .foot-news li ul.breadcrumb li, ul.breadcrumb .foot-news li li {
  display: block;
}

section.text-light,
header.text-light {
  position: relative;
}
section.text-light::after,
header.text-light::after {
  content: "";
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
section.text-light > div,
header.text-light > div {
  z-index: 3;
  position: relative;
}

section.text-dark,
header.text-dark {
  position: relative;
}
section.text-dark::after,
header.text-dark::after {
  content: "";
  position: absolute;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
section.text-dark > div,
header.text-dark > div {
  z-index: 3;
  position: relative;
}

* {
  -webkit-font-smoothing: antialiased;
}

a {
  color: #53a045;
}
a:hover, a:focus {
  color: #005530;
}

.text-black {
  color: #000;
}

h1 {
  font-family: "MP Display", sans-serif;
  font-size: 32px;
  font-weight: normal;
  margin: 0 0 0.5em;
  color: #53a045;
  letter-spacing: 0;
  line-height: 0.83333;
}
@media screen and (min-width: 600px) {
  h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 42px;
  }
}

h2, h3 {
  font-family: "MP Display", sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: normal;
  color: #53a045;
  margin: 0;
}
@media screen and (min-width: 600px) {
  h2, h3 {
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) {
  h2, h3 {
    font-size: 36px;
  }
}
h2 a, h3 a {
  text-decoration: none;
  color: #53a045;
}
h2 a:hover, h3 a:hover {
  text-decoration: underline;
}
a h2, a h3 {
  text-decoration: none;
  color: #53a045;
}
a:hover h2, a:hover h3 {
  text-decoration: underline;
}
h2 .material-icons, h3 .material-icons {
  color: #e85429;
  text-shadow: 0 0 6px #f6e400;
  vertical-align: top;
}

h3 {
  font-family: "MP Display", sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
  }
}

p {
  font-family: "Karla", sans-serif;
  font-size: 14px;
  margin: 0 0 0.75em;
  line-height: 1.4285714286;
  word-wrap: break-word;
}
@media screen and (min-width: 600px) {
  p {
    font-size: 16px;
  }
}
p a {
  color: #53a045;
}
p .material-icons {
  vertical-align: top;
  color: #e85429;
}

ul, ol {
  font-family: "Karla", sans-serif;
  font-size: 14px;
  margin: 0 0 12px;
  line-height: 1.25;
  list-style: none;
}
@media screen and (min-width: 600px) {
  ul, ol {
    font-size: 16px;
  }
}
ul li, ol li {
  padding: 0;
  margin: 0.25em 0;
}

article ul, article ol {
  margin-left: 1.2em;
}
article ul {
  list-style: disc;
}
article ol {
  list-style: decimal;
}

header {
  margin-bottom: 20px;
}

header p,
p.teaser {
  font-family: "Karla", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1764705882;
  margin-top: 0.5em;
}
@media screen and (min-width: 600px) {
  header p,
  p.teaser {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  header p,
  p.teaser {
    font-size: 22px;
  }
}

p.signature em {
  font-style: italic;
  font-weight: bold;
}

blockquote {
  padding: 0;
  border: 0;
  margin: 1em 40px;
}
blockquote p {
  font-family: "MP Display", sans-serif;
  line-height: 1.2;
  font-size: 24px;
  margin-bottom: 6px;
  color: #555;
}
blockquote p.author {
  font-size: 20px;
  font-style: normal;
  margin-top: 14px;
}
blockquote::after {
  display: none;
}
blockquote::before {
  content: "”";
  font-family: "MP Display", sans-serif;
  font-size: 62px;
  color: #53a045;
  margin-top: -14px;
  margin-left: -14px;
}
.forest blockquote p, .cherry blockquote p {
  color: #f6f4e5;
}
.forest blockquote::before, .cherry blockquote::before {
  color: #f6e400;
}

.big-list {
  list-style: none;
}
.big-list > * {
  overflow: auto;
  border-bottom: 1px solid #f6e400;
  margin: 18px 0;
  padding-bottom: 18px;
}
.big-list > * a:not(.button) {
  text-decoration: none;
  color: #000;
}
.big-list > * .meta, .big-list > * ul.breadcrumb li, ul.breadcrumb .big-list > * li {
  margin-bottom: 2px;
}
.big-list > *:last-child {
  border-bottom: none;
}
.forest .big-list > * {
  padding-bottom: 0;
  border-bottom: none;
}
.big-list a:hover {
  text-decoration: none;
}
.big-list h2, .big-list h3 {
  font-family: "MP Display", sans-serif;
  font-size: 24px;
  margin-top: 0.2em;
}
@media screen and (min-width: 600px) {
  .big-list h2, .big-list h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  .big-list h2, .big-list h3 {
    font-size: 34px;
  }
}
.big-list h3 {
  font-family: "MP Display", sans-serif;
  font-size: 26px;
  margin-top: 0.2em;
}

.meta, ul.breadcrumb li {
  font-family: "Karla", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #555;
}
.meta .material-icons, ul.breadcrumb li .material-icons {
  font-size: 16px;
  vertical-align: top;
}
.meta a, ul.breadcrumb li a {
  text-decoration: none;
}
.meta a:hover, ul.breadcrumb li a:hover {
  text-decoration: underline;
}
.forest .meta a, .forest ul.breadcrumb li a, ul.breadcrumb .forest li a, .cherry .meta a, .cherry ul.breadcrumb li a, ul.breadcrumb .cherry li a {
  color: #f6f4e5;
}
.forest .meta .material-icons, .forest ul.breadcrumb li .material-icons, ul.breadcrumb .forest li .material-icons, .cherry .meta .material-icons, .cherry ul.breadcrumb li .material-icons, ul.breadcrumb .cherry li .material-icons {
  color: #f6e400;
}

.button,
button {
  background-color: #005530;
  color: #f6e400;
  display: inline-block;
  line-height: 1;
  outline: none;
  margin-bottom: 4px;
  transition: background-color 0.2s;
  text-decoration: none;
  font-family: "MP Display", sans-serif;
  font-size: 18px;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
  padding: 9px 14px 6px 12px;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
}
.button:hover, .button:focus,
button:hover,
button:focus {
  background-color: #004124;
  color: #f6e400;
}
.button .material-icons,
button .material-icons {
  color: #f6e400;
}
.button .material-icons,
button .material-icons {
  font-size: 16px;
  color: #f6e400;
  vertical-align: -2px;
}
.button:hover, .button:focus,
button:hover,
button:focus {
  text-decoration: none;
}
.button:focus,
button:focus {
  border: 1px solid black;
}
.cherry .button,
.cherry button {
  background-color: #f6e400;
  color: #005530;
}
.cherry .button:hover, .cherry .button:focus,
.cherry button:hover,
.cherry button:focus {
  background-color: #ffed0b;
  color: #005530;
}
.cherry .button .material-icons,
.cherry button .material-icons {
  color: #005530;
}
.cherry .button[data-toggle-api], .cherry .button.toggle,
.cherry button[data-toggle-api],
.cherry button.toggle {
  background-color: rgba(0, 0, 0, 0.4);
  color: #f6f4e5;
}
.cherry .button[data-toggle-api] .material-icons, .cherry .button.toggle .material-icons,
.cherry button[data-toggle-api] .material-icons,
.cherry button.toggle .material-icons {
  color: #f6f4e5;
}
.button.big,
button.big {
  font-size: 18px;
  padding: 12px 16px 7px 14px;
}
.button.big .material-icons,
button.big .material-icons {
  font-size: 20px;
  vertical-align: -4px;
}
.button.disabled, .button[disabled], .button.disabled:hover,
button.disabled,
button[disabled],
button.disabled:hover {
  background-color: #999;
  color: #fff !important;
}
.button.disabled .material-icons, .button[disabled] .material-icons, .button.disabled:hover .material-icons,
button.disabled .material-icons,
button[disabled] .material-icons,
button.disabled:hover .material-icons {
  color: #fff !important;
}
.json-radio .button,
.json-radio button {
  background-color: rgba(0, 0, 0, 0.4);
  color: #f6f4e5;
}
.json-radio .button .material-icons,
.json-radio button .material-icons {
  color: #f6f4e5;
}
.json-radio .button.no, .json-radio .button:hover,
.json-radio button.no,
.json-radio button:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.button[data-toggle-api].is-true, .button.toggle.active, .json-radio .button.active,
button[data-toggle-api].is-true,
button.toggle.active,
.json-radio button.active {
  background-color: #f6e400;
  color: #005530;
}
.button[data-toggle-api].is-true:hover, .button[data-toggle-api].is-true:focus, .button.toggle.active:hover, .button.toggle.active:focus, .json-radio .button.active:hover, .json-radio .button.active:focus,
button[data-toggle-api].is-true:hover,
button[data-toggle-api].is-true:focus,
button.toggle.active:hover,
button.toggle.active:focus,
.json-radio button.active:hover,
.json-radio button.active:focus {
  background-color: #ffed0b;
  color: #005530;
}
.button[data-toggle-api].is-true .material-icons, .button.toggle.active .material-icons, .json-radio .button.active .material-icons,
button[data-toggle-api].is-true .material-icons,
button.toggle.active .material-icons,
.json-radio button.active .material-icons {
  color: #005530;
}
.json-radio .button.active.no,
.json-radio button.active.no {
  background-color: #e85429;
  color: #fff;
}
.json-radio .button.active.no:hover, .json-radio .button.active.no:focus,
.json-radio button.active.no:hover,
.json-radio button.active.no:focus {
  background-color: #e44619;
  color: #fff;
}
.json-radio .button.active.no .material-icons,
.json-radio button.active.no .material-icons {
  color: #fff;
}
.button.no, .button.on,
button.no,
button.on {
  background-color: #e85429;
  color: #fff;
}
.button.no:hover, .button.no:focus, .button.on:hover, .button.on:focus,
button.no:hover,
button.no:focus,
button.on:hover,
button.on:focus {
  background-color: #e44619;
  color: #fff;
}
.button.no .material-icons, .button.on .material-icons,
button.no .material-icons,
button.on .material-icons {
  color: #fff;
}
.button.toggler, .button.subscribe, .button.notify-on,
button.toggler,
button.subscribe,
button.notify-on {
  border: 1px solid #005530;
  background-color: rgba(246, 228, 0, 0);
  color: #005530;
}
.button.toggler .material-icons, .button.subscribe .material-icons, .button.notify-on .material-icons,
button.toggler .material-icons,
button.subscribe .material-icons,
button.notify-on .material-icons {
  color: #005530;
}
.button.toggler:hover, .button.toggler:focus, .button.subscribe:hover, .button.subscribe:focus, .button.notify-on:hover, .button.notify-on:focus,
button.toggler:hover,
button.toggler:focus,
button.subscribe:hover,
button.subscribe:focus,
button.notify-on:hover,
button.notify-on:focus {
  background-color: rgba(246, 228, 0, 0.1);
}
.button.toggler .on, .button.subscribe .on, .button.notify-on .on,
button.toggler .on,
button.subscribe .on,
button.notify-on .on {
  display: none;
}
.button.toggler.active, .button.subscribe.active, .button.notify-on.active,
button.toggler.active,
button.subscribe.active,
button.notify-on.active {
  border-color: transparent;
  background-color: #f6e400;
}
.button.toggler.active:hover, .button.toggler.active:focus, .button.subscribe.active:hover, .button.subscribe.active:focus, .button.notify-on.active:hover, .button.notify-on.active:focus,
button.toggler.active:hover,
button.toggler.active:focus,
button.subscribe.active:hover,
button.subscribe.active:focus,
button.notify-on.active:hover,
button.notify-on.active:focus {
  background-color: rgba(246, 228, 0, 0.9);
}
.button.toggler.active .off, .button.subscribe.active .off, .button.notify-on.active .off,
button.toggler.active .off,
button.subscribe.active .off,
button.notify-on.active .off {
  display: none;
}
.button.toggler.active .on, .button.subscribe.active .on, .button.notify-on.active .on,
button.toggler.active .on,
button.subscribe.active .on,
button.notify-on.active .on {
  display: inline-block;
}
.button.btn-block,
button.btn-block {
  display: inline-block;
  line-height: initial;
  text-align: center;
  width: 100%;
}

[data-toggle-api].is-true > .on,
[data-toggle-api]:not(.is-true) > .off,
[data-api-toggle]:not([data-active]) > .on,
[data-api-toggle][data-active] > .off {
  display: none;
}

#page-header {
  background-color: #53a045;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 2px;
  height: 48px;
  z-index: 1000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 600px) {
  #page-header {
    height: 62px;
  }
}
body[class$=-is-open] #page-header {
  height: 100%;
}
@media screen and (min-width: 600px) {
  body[class$=-is-open] #page-header {
    height: 62px;
  }
}
#page-header a {
  font-family: "Karla", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
  margin: 0;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 600px) {
  #page-header a {
    font-size: 32px;
  }
}
#page-header a.active {
  background-color: #005530;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1);
}

a[id]:empty {
  display: block;
  visibility: hidden;
  height: 10px;
  margin-top: -10px;
}
@media screen and (min-width: 768px) {
  a[id]:empty {
    height: 74px;
    margin-top: -74px;
  }
}

body[class$=-is-open] #main-wrapper,
body[class$=-is-open] footer {
  display: none;
}
@media screen and (min-width: 600px) {
  body[class$=-is-open] #main-wrapper,
  body[class$=-is-open] footer {
    display: block;
  }
}

#logo {
  display: inline-block;
  width: 37px;
  height: 32px;
  background-image: url("../images/logo-side.svg");
  background-position: right top;
  background-size: 108px 32px;
  margin: 6px;
  vertical-align: middle;
  transition: width 0.2s;
}
@media screen and (min-width: 600px) {
  #logo {
    width: 108px;
    margin: 13px;
  }
}

#top-navigation {
  float: right;
  margin: 10px;
}
@media screen and (min-width: 600px) {
  #top-navigation {
    margin-top: 19px;
  }
}
#top-navigation a {
  padding: 8px 6px;
  margin: -8px 0;
  border-radius: 5px;
  transition: background-color 0.25s;
  font-family: "Karla", sans-serif;
  font-size: 22px;
}
@media screen and (min-width: 360px) {
  #top-navigation a {
    padding: 8px 12px;
  }
}

#profile {
  display: none;
}
body[class$=-is-open] #profile {
  background-color: transparent;
  box-shadow: none;
}
@media screen and (min-width: 600px) {
  #profile {
    display: inline;
  }
}

#menu-toggler,
#create-toggler {
  display: inline-block;
}
#menu-toggler .description,
#create-toggler .description {
  display: none;
}
@media screen and (min-width: 600px) {
  #menu-toggler .description,
  #create-toggler .description {
    display: inline;
  }
}

#main-navigation, #notification-list,
#create-navigation {
  display: none;
  margin-top: 4px;
  padding: 0;
  padding-bottom: 50px;
}
#main-navigation ul, #notification-list ul,
#create-navigation ul {
  overflow-y: auto;
}
#main-navigation.open, .open#notification-list,
#create-navigation.open {
  display: block;
}
#main-navigation li, #notification-list li,
#create-navigation li {
  list-style: none;
}
#main-navigation a, #notification-list a,
#create-navigation a {
  padding: 10px 20px;
  width: 100%;
  display: block;
  color: silver;
  font-family: "Karla", sans-serif;
  font-size: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#main-navigation a .material-icons, #notification-list a .material-icons,
#create-navigation a .material-icons {
  margin-right: 7px;
}
@media screen and (min-width: 600px) {
  #main-navigation, #notification-list,
  #create-navigation {
    padding-bottom: 0;
    position: fixed;
    right: 0;
    margin: 0;
    top: 63px;
    background-color: rgba(83, 160, 69, 0.9);
    width: 280px;
    border-radius: 0 0 0 15px;
  }
  #main-navigation ul, #notification-list ul,
  #create-navigation ul {
    padding: 0;
    margin: 5px 0 15px 0;
  }
  #main-navigation a, #notification-list a,
  #create-navigation a {
    border-top: 0;
  }
}
#main-navigation a[href], #notification-list a[href],
#create-navigation a[href] {
  color: #fff;
}
#main-navigation a[href] .material-icons, #notification-list a[href] .material-icons,
#create-navigation a[href] .material-icons {
  color: #f6e400;
}
#main-navigation a[href]:hover, #notification-list a[href]:hover,
#create-navigation a[href]:hover {
  background-color: #005530;
}

#notification-list {
  height: inherit;
}
@media screen and (min-width: 600px) {
  #notification-list {
    height: initial;
    width: 400px;
  }
}
#notification-list a {
  font-family: "Karla", sans-serif;
  font-size: 16px;
}
#notification-list a:not(.unread) {
  color: #f6f4e5;
}
#notification-list a:not(.unread) .material-icons {
  color: #f6f4e5;
}
#notification-list ul {
  height: inherit;
  overflow-y: auto;
}
@media screen and (min-width: 600px) {
  #notification-list ul {
    height: initial;
    max-height: 416px;
  }
}
#notification-list ul::-webkit-scrollbar {
  width: 10px;
}
#notification-list ul::-webkit-scrollbar-track {
  background: #53a045;
  border-radius: 5px;
}
#notification-list ul::-webkit-scrollbar-thumb {
  background: #005530;
  border-radius: 5px;
}

@keyframes slidein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.expandable .expanded {
  display: none;
}
.expandable.open .expanded, .expandable.open .collapsed {
  animation: slidein 1.5s;
}
.expandable .more {
  text-align: center;
  border: 0;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, rgba(83, 160, 69, 0), rgba(83, 160, 69, 0.9), rgba(83, 160, 69, 0)) 1;
  height: 14px;
  width: 80%;
  margin: 4px auto 14px auto;
}
.expandable .more a {
  color: #53a045;
  text-decoration: none;
  background-color: #fff;
  padding: 6px;
}
.expandable .more .material-icons {
  vertical-align: middle;
}

.cream .expandable .more a {
  background-color: #f6f4e5;
}

.cherry .expandable .more {
  border-bottom: 0;
}
.cherry .expandable .more a {
  background-color: transparent;
  color: #fff;
}

nav.context-menu {
  position: relative;
  width: 100%;
  z-index: 100;
}
nav.context-menu ul {
  float: right;
  margin: 0;
}
nav.context-menu li {
  list-style: none;
  display: none;
  margin: 0;
  white-space: nowrap;
}
nav.context-menu li.opener {
  display: list-item;
}
nav.context-menu li.opener span {
  display: none;
}
nav.context-menu a {
  color: #53a045;
  background-color: rgba(83, 160, 69, 0);
  transition: background-color 0.2s;
  padding: 10px 20px 0;
  width: 100%;
  display: block;
  font-family: "MP Display", sans-serif;
  font-size: 18px;
  text-decoration: none;
}
nav.context-menu li:not(.opener) a[href]:hover {
  background-color: #005530;
}
nav.context-menu li:not(.opener) .material-icons {
  color: #f6e400;
}
nav.context-menu li:not(.opener) a[href].no:hover {
  background-color: #e44619;
}
nav.context-menu li:first-child a {
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  text-align: right;
}
nav.context-menu li:last-child a {
  border-radius: 0 0 5px 5px;
}
nav.context-menu.open ul {
  position: absolute;
  right: 0;
}
nav.context-menu.open li {
  display: list-item;
}
nav.context-menu.open li.opener span {
  display: inline;
}
nav.context-menu.open a {
  background-color: #53a045;
  color: #fff;
  padding: 10px 20px;
}
nav.context-menu.open a.no {
  background-color: #e85429;
}
@media screen and (min-width: 600px) {
  nav.context-menu li.opener span {
    display: inline;
  }
}

@media screen and (min-width: 992px) {
  body.logged-in {
    padding-top: 64px;
  }
}
@media screen and (max-width: 991px) {
  body.logged-in {
    padding-bottom: 62px;
  }
}
#navbar-desktop li img,
#mobile-menu li img {
  height: 20px;
  width: auto;
}

#navbar-desktop {
  background-color: #53a045;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  height: 64px;
}
#navbar-desktop li img {
  opacity: 0.6;
}
#navbar-desktop li .active img {
  opacity: 1;
}
#navbar-desktop a {
  font-family: "MP Display", sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  letter-spacing: 0.03em;
}
#navbar-desktop a .material-icons {
  font-size: 23px;
}
#navbar-desktop a.active {
  color: white;
}
#navbar-desktop li.dropdown > button {
  padding: 15px;
  margin-bottom: 0;
  background-color: #53a045;
  color: #f6e400;
  border: none;
  height: 58px;
}
#navbar-desktop li.dropdown > button:hover, #navbar-desktop li.dropdown > button:focus {
  background-color: transparent;
}
#navbar-desktop li.dropdown > button .material-icons {
  font-size: 26px;
  line-height: 0;
  vertical-align: middle;
}
#navbar-desktop li.dropdown > button[data-count="0"] .material-icons,
#navbar-desktop li.dropdown > button:not([data-count]) .material-icons {
  color: rgba(255, 255, 255, 0.6);
}
#navbar-desktop li.dropdown > button[data-count="0"] .count,
#navbar-desktop li.dropdown > button:not([data-count]) .count {
  display: none;
}
#navbar-desktop li.dropdown.open > button {
  background-color: #005530;
  box-shadow: inset 2px 2px 4px rgba(255, 255, 255, 0.1);
  border-radius: 8px 8px 0 0;
}
#navbar-desktop li.dropdown.open > button .material-icons {
  color: #fff;
}
#navbar-desktop li.dropdown > button:focus .material-icons {
  color: #fff;
}
#navbar-desktop li.dropdown .count {
  font-family: "MP Display", sans-serif;
}
#navbar-desktop li.dropdown > ul {
  width: 300px;
  max-height: 600px;
  overflow: auto;
  background-color: #53a045;
}
#navbar-desktop li.dropdown ul a {
  color: #fff;
  padding: 10px 20px;
  display: block;
}
#navbar-desktop li.dropdown ul a:focus, #navbar-desktop li.dropdown ul a:hover {
  background-color: #005530;
}
#navbar-desktop li.dropdown ul a.unread .material-icons {
  color: #f6e400;
}
#navbar-desktop li.dropdown ul.mp-notifications-list a {
  font-family: "Karla", sans-serif;
  font-size: 16px;
  white-space: normal;
}
#navbar-desktop li.dropdown ul ul li {
  background-color: #417c36;
  margin: 0;
}
#navbar-desktop li.dropdown [data-toggle=collapse] .material-icons {
  transition: transform 250ms;
  transform: rotate(180deg);
  margin-top: 8px;
  position: relative;
  top: -4px;
}
#navbar-desktop li.dropdown [data-toggle=collapse].collapsed .material-icons {
  transform: rotate(0deg);
}
#navbar-desktop .navbar-brand {
  position: relative;
  overflow: hidden;
  width: 120px;
  transition: width 0.3s;
}
#navbar-desktop .navbar-brand img {
  width: 120px;
  height: auto;
  position: absolute;
  right: 0;
}

#takeover > ul {
  width: 100vw;
  display: none;
  position: absolute;
  list-style: none;
}
#takeover > ul li a {
  color: #fff;
  display: block;
  padding: 10px 20px;
}
#takeover .btn .material-icons {
  position: relative;
}
#takeover .btn .count {
  position: absolute;
  font-family: "MP Display", sans-serif;
  font-size: 18px;
}
#takeover .btn.mp-notifications-display .count {
  color: #e85429;
  display: inline;
}
#takeover .btn.mp-notifications-display[data-count="0"] .count, #takeover .btn.mp-notifications-display:not([data-count]) .count {
  display: none;
}
#takeover #mobile-menu {
  padding-top: 10px;
  padding-bottom: 54px;
}
#takeover #mobile-menu ul li {
  margin: 0;
  background-color: #417c36;
}
#takeover #mobile-menu li a {
  font-family: "MP Display", sans-serif;
  font-size: 24px;
}
#takeover #mobile-menu .material-icons {
  color: #f6e400;
}
#takeover #mobile-menu [data-toggle=collapse]:focus, #takeover #mobile-menu [data-toggle=collapse]:hover {
  text-decoration: none !important;
}
#takeover #mobile-menu [data-toggle=collapse] .material-icons {
  transition: transform 250ms;
  transform: rotate(180deg);
  margin-top: 8px;
  position: relative;
  top: -4px;
}
#takeover #mobile-menu [data-toggle=collapse].collapsed .material-icons {
  transform: rotate(0deg);
}
#takeover #mobile-notifications {
  bottom: 62px;
  margin: 0;
  padding: 10px 0;
  overflow-y: auto;
  top: 0;
}
#takeover #mobile-notifications li a {
  font-family: "Karla", sans-serif;
  font-size: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#takeover #mobile-notifications li:first-child a {
  border-top: 0;
}
#takeover #mobile-notifications .unread .material-icons {
  color: #f6e400;
}
@media (max-width: 991px) {
  #takeover ul.open {
    display: block;
  }
  #takeover.open {
    height: 100vh;
    width: 100vw;
    padding-bottom: 62px;
    overflow-y: auto;
    position: fixed;
    background-color: #53a045;
    z-index: 1000;
  }
}

#navbar-mobile {
  position: fixed;
  bottom: 0;
  background-color: #f6f4e5;
  height: 62px;
  z-index: 1000;
  border-top: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
#navbar-mobile .btn {
  height: 62px;
  color: #53a045;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
#navbar-mobile .btn .material-icons {
  display: block;
}
#navbar-mobile .btn.active {
  background-color: rgba(255, 255, 255, 0.9);
}
#navbar-mobile .menu-toggler.active {
  background-color: #005530;
  color: #f6f4e5;
}

ul.breadcrumb {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
ul.breadcrumb li {
  list-style-type: none;
  display: inline;
}
ul.breadcrumb li a {
  padding: 3px;
  display: inline-block;
}
ul.breadcrumb li:before {
  content: "keyboard_arrow_left";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: text-top;
  padding: 0 !important;
  color: #53a045 !important;
}
.cherry ul.breadcrumb li {
  color: #f6f4e5;
}
.cherry ul.breadcrumb li h1 a {
  color: #005530;
}
ul.breadcrumb li.active {
  display: block;
}
ul.breadcrumb li.active a {
  padding: 0;
}
ul.breadcrumb li.active:before {
  content: none;
}

.ajax-loading {
  opacity: 0.5;
  filter: grayscale(100%);
  transition: filter 0.2s, opacity 0.2s;
}

.site-links p {
  font-size: 1.8rem;
  border-bottom: 1px solid rgba(85, 85, 85, 0.3);
  margin: 0;
}
.site-links p:last-child {
  border-bottom: none;
}
.site-links a {
  display: block;
  position: relative;
  padding: 2rem 2.6rem 2rem 0;
  color: #005530;
}
.site-links a:not([href^="/"])::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  margin-left: 1rem;
  content: "open_in_new";
  color: #53a045;
  vertical-align: -4px;
}
.site-links a::before {
  position: absolute;
  right: 0;
  font-size: 3rem;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: "arrow_right_alt";
}
.site-links .grid-columns-2 p:nth-last-child(2) {
  border-bottom: none;
}

.scrollable-menu {
  height: auto;
  max-height: calc(100vh - 248px);
  overflow-x: hidden;
}

form label:first-child {
  font-family: "MP Display", sans-serif;
  font-weight: normal;
  margin-bottom: 0;
}
form select {
  display: block;
  width: 100%;
  max-width: 600px;
  padding: 8px;
  font-family: "Karla", sans-serif;
  font-size: 16px;
}
form select[multiple] {
  padding: 0;
}
form select[multiple] option {
  padding: 8px;
}
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=url],
form input[type=file],
form textarea {
  display: block;
  width: 100%;
  max-width: 600px;
  transition: background-color 0.2s;
  padding: 8px;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #53a045;
  background-color: #f6f4e5;
}
form input[type=date],
form input[type=time] {
  transition: background-color 0.2s;
  padding: 8px;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #53a045;
  background-color: #f6f4e5;
}
.cream form input[type=text],
.cream form input[type=email],
.cream form input[type=password],
.cream form input[type=url],
.cream form input[type=file],
.cream form input[type=date],
.cream form input[type=time],
.cream form textarea {
  background-color: #fff;
}
form input[type=text]:focus,
form input[type=url]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=date]:focus,
form input[type=time]:focus {
  outline: none;
  border-color: #005530;
  background-color: #fff;
}
form .django-ckeditor-widget {
  width: 100%;
}
form .django-ckeditor-widget div {
  width: 100% !important;
}
form .errorlist {
  float: right;
  color: #e85429;
}
form button:disabled {
  background-color: silver;
}
form li {
  list-style: none;
}
form .helptext {
  display: block;
  color: #555;
  font-style: italic;
}

#login-email {
  overflow: auto;
}
#login-email h2, #login-email h3 {
  margin-bottom: 0.5em;
}
#login-email input {
  display: inline;
  margin-bottom: 4px;
}
#login-email button {
  width: 100%;
  max-width: 600px;
}
@media screen and (min-width: 780px) {
  #login-email button {
    width: auto;
  }
}

.json-delete .delete {
  float: right;
  color: gray;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  #mission-parts .json-delete .delete {
    margin-right: -16px;
  }
}
@media screen and (min-width: 768px) {
  .json-delete .delete {
    color: transparent;
  }
  .json-delete:hover .delete {
    color: gray;
  }
}

.dynamic-choices div.subchoice {
  display: none;
}
.dynamic-choices div.subchoice.active {
  display: block;
}
.dynamic-choices div.subchoice.chosen {
  display: inline;
}
.dynamic-choices div.subchoice.chosen > button.choice {
  display: none;
}
.dynamic-choices div.subchoice.chosen > button.choice.on {
  display: inline;
}
.dynamic-choices button .count {
  color: #f6e400;
  font-size: 14px;
  vertical-align: top;
  position: relative;
  top: -4px;
  right: -3px;
}
.dynamic-choices #dynamic-form {
  display: none;
}

@keyframes reveal {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  25% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.75;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.click-read {
  display: none;
}
.click-read.open {
  display: block;
}
.click-read.reveal {
  opacity: 0;
}
.click-read.reveal.open {
  opacity: 1;
  animation: reveal 1.5s;
}

#cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 15px;
  text-align: center;
  z-index: 1000;
}
body.logged-in #cookies {
  bottom: 62px;
}
@media screen and (min-width: 768px) {
  body.logged-in #cookies {
    bottom: 0;
  }
}
#cookies p {
  margin: 0;
}
#cookies a {
  display: inline-block;
  padding: 8px 12px;
  margin: 2px 0;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.25s;
  white-space: nowrap;
}
#cookies a:hover {
  background-color: rgb(255, 255, 255);
}

.notification {
  padding: 20px;
  background-color: #e85429;
  border-radius: 6px;
  margin: 15px 15px 0;
}
body.has-top-image .notification, .notification.attach-upper {
  margin-top: -40px;
}
@media screen and (min-width: 600px) {
  .notification {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 880px) {
  .notification {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
}
.notification .closer {
  float: right;
  color: #333;
  transition: color 0.25s;
}
.notification .closer:hover {
  color: #e85429;
}
.notification h1 {
  margin-top: 0;
}
.notification h1, .notification h2, .notification h3 {
  color: #f6e400;
}
.notification p {
  color: #fff;
  font-size: 18px;
}
.notification a {
  color: #f6e400;
}

#filter-results .flexlist {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  #filter-results .flexlist {
    margin: 0 -10px;
  }
  #filter-results .flexlist .mp-card, #filter-results .flexlist .mp-card--full-image {
    width: 50%;
    padding: 0 10px 20px 10px;
  }
}

.mp-card, .mp-card--full-image {
  width: 100%;
  padding-bottom: 20px;
}
.mp-card h2, .mp-card--full-image h2, .mp-card h3, .mp-card--full-image h3 {
  font-family: "MP Display", sans-serif;
  font-size: 24px;
}
.mp-card .mdl-card, .mp-card--full-image .mdl-card {
  width: 100%;
}
.mp-card .mdl-card__title, .mp-card--full-image .mdl-card__title {
  height: 170px;
  background-image: url("../images/testheader.png");
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  text-decoration: none;
}
.mp-card .mdl-card__title .mdl-card__title-text, .mp-card--full-image .mdl-card__title .mdl-card__title-text {
  color: #fff;
  position: relative;
  z-index: 2;
  text-shadow: 0 0 3px #000;
}
.mp-card .mdl-card__title:after, .mp-card--full-image .mdl-card__title:after {
  content: "";
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
  position: absolute;
  height: 80px;
  right: 0;
  bottom: 0;
  left: 0;
}
.mp-card .mdl-card__supporting-text p, .mp-card--full-image .mdl-card__supporting-text p {
  font-size: 16px;
  color: #000;
}
.mp-card .mdl-card__supporting-text p.sorted, .mp-card--full-image .mdl-card__supporting-text p.sorted {
  font-size: 12px;
  margin-bottom: 4px;
  color: #e85429;
}
.mp-card .mdl-card__supporting-text p.meta, .mp-card--full-image .mdl-card__supporting-text p.meta {
  color: #555;
  margin-bottom: 0;
  font-size: 14px;
}

.mp-card--full-image .mdl-card__title {
  height: 200px;
  flex-direction: column;
}
.mp-card--full-image .mdl-card__title h2, .mp-card--full-image .mdl-card__title h3 {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .mp-card--full-image .mdl-card__title h2, .mp-card--full-image .mdl-card__title h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .mp-card--full-image .mdl-card__title {
    height: 280px;
  }
}
.mp-card--full-image .mdl-card__title:after {
  content: "";
  background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.6));
  position: absolute;
  height: 80px;
  right: 0;
  top: 0;
  left: 0;
}

ul.comments {
  list-style: none;
}
ul.comments li {
  overflow: auto;
  position: relative;
}
ul.comments .inserted {
  animation: reveal 0.5s;
}
ul.comments .is-hidden {
  opacity: 0.4;
}
ul.comments .is-removed > .comment {
  opacity: 0.4;
  min-height: 54px !important;
}
ul.comments .is-moderator > img.profile-image {
  border: 2px solid rgba(0, 85, 48, 0.9);
}
ul.comments img.profile-image {
  border-radius: 50%;
  width: 50px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 600px) {
  ul.comments img.profile-image {
    width: 56px;
  }
}
@media screen and (min-width: 768px) {
  ul.comments img.profile-image {
    width: 68px;
  }
}
ul.comments .is-mine > img.profile-image {
  left: auto;
  right: 0;
}
ul.comments .is-new > .comment {
  border-top: 2px solid rgba(232, 84, 41, 0.5);
}
ul.comments li > .meta, ul.comments ul.breadcrumb li > li, ul.breadcrumb ul.comments li > li {
  text-align: right;
}
ul.comments li > .meta .like, ul.comments ul.breadcrumb li > li .like, ul.breadcrumb ul.comments li > li .like {
  color: #555;
}
ul.comments li > .meta .like.is-true, ul.comments ul.breadcrumb li > li .like.is-true, ul.breadcrumb ul.comments li > li .like.is-true {
  color: #e85429;
}
ul.comments li > .meta a, ul.comments ul.breadcrumb li > li a, ul.breadcrumb ul.comments li > li a {
  white-space: nowrap;
}
ul.comments .discuss-expand-container {
  overflow: hidden;
  position: relative;
  transition: height 250ms;
}
ul.comments .discuss-expand-container.overflows::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.8lh;
  background-image: linear-gradient(to bottom, rgba(246, 244, 229, 0), #f6f4e5);
}
ul.comments .comment {
  min-height: 54px;
  background-color: #f6f4e5;
  margin-bottom: 4px;
  padding: 10px;
  border-radius: 4px;
}
ul.comments .comment p:not(.meta) {
  font-size: 15px;
}
ul.comments .comment p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  ul.comments .comment {
    min-height: 75px;
  }
}
@media screen and (min-width: 768px) {
  ul.comments .comment {
    min-height: 92px;
  }
  ul.comments .comment p:not(.meta) {
    font-size: 16px;
  }
}
ul.comments .comment .change {
  float: right;
  color: gray;
  font-size: 20px;
  text-decoration: none;
}
ul.comments .comment .label {
  font-style: italic;
  font-weight: normal;
  background-color: #005530;
  border-radius: 3px 5px 3px 5px;
  vertical-align: 1px;
  font-size: 80%;
}
ul.comments li > .meta, ul.comments ul.breadcrumb li > li, ul.breadcrumb ul.comments li > li,
ul.comments .comment {
  margin-left: 46px;
}
@media screen and (min-width: 600px) {
  ul.comments li > .meta, ul.comments ul.breadcrumb li > li, ul.breadcrumb ul.comments li > li,
  ul.comments .comment {
    margin-left: 52px;
  }
}
@media screen and (min-width: 768px) {
  ul.comments li > .meta, ul.comments ul.breadcrumb li > li, ul.breadcrumb ul.comments li > li,
  ul.comments .comment {
    margin-left: 64px;
  }
}
ul.comments .is-mine > .meta, ul.comments ul.breadcrumb .is-mine > li, ul.breadcrumb ul.comments .is-mine > li,
ul.comments .is-mine > .comment {
  margin-left: 0;
  margin-right: 46px;
}
@media screen and (min-width: 600px) {
  ul.comments .is-mine > .meta, ul.comments ul.breadcrumb .is-mine > li, ul.breadcrumb ul.comments .is-mine > li,
  ul.comments .is-mine > .comment {
    margin-right: 52px;
  }
}
@media screen and (min-width: 768px) {
  ul.comments .is-mine > .meta, ul.comments ul.breadcrumb .is-mine > li, ul.breadcrumb ul.comments .is-mine > li,
  ul.comments .is-mine > .comment {
    margin-right: 64px;
  }
}
.cream ul.comments .comment {
  background-color: #fff;
}
ul.comments div.comments {
  padding-left: 12px;
  border-left: 8px solid #f2f2f2;
  border-radius: 0 0 0 16px;
}
@media screen and (min-width: 600px) {
  ul.comments div.comments {
    padding-left: 16px;
    border-left-width: 24px;
    border-radius: 0 0 0 48px;
  }
}
@media screen and (min-width: 768px) {
  ul.comments div.comments {
    border-left-width: 32px;
    border-radius: 0 0 0 64px;
  }
}
ul.comments .comment-container div.comments form {
  display: none;
}
ul.comments .comment-container.reply-to div.comments form {
  display: block;
}

div.comments .loading i {
  color: rgba(0, 85, 48, 0.3);
  animation: rotate linear reverse 3s infinite;
  font-size: 64px;
}
div.comments > p.meta {
  text-align: right;
}

div.comments form,
div.comment-edit form {
  overflow: auto;
  margin-bottom: 10px;
}
div.comments form textarea,
div.comment-edit form textarea {
  width: 100%;
  display: inline;
  max-width: none;
  height: 10em;
  transition: background-color 0.2s;
  padding: 8px;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  border-radius: 4px 4px 0 4px;
  border: 1px solid #53a045;
  box-shadow: none;
}
div.comments form textarea:focus,
div.comment-edit form textarea:focus {
  outline: none;
  border-color: #005530;
  background-color: #fff;
}
div.comments form button[type=submit],
div.comment-edit form button[type=submit] {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: -1px;
}

.d-flex {
  display: flex !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.mr-5 {
  margin-right: 5rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.mr-7 {
  margin-right: 7rem !important;
}

.mr-8 {
  margin-right: 8rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.ml-5 {
  margin-left: 5rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

.ml-7 {
  margin-left: 7rem !important;
}

.ml-8 {
  margin-left: 8rem !important;
}

@media screen and (min-width: 768px) {
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-sm-5 {
    margin-top: 5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-sm-7 {
    margin-top: 7rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mt-sm-8 {
    margin-top: 8rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mr-sm-0 {
    margin-right: 0rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mr-sm-1 {
    margin-right: 1rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mr-sm-2 {
    margin-right: 2rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mr-sm-3 {
    margin-right: 3rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mr-sm-4 {
    margin-right: 4rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mr-sm-5 {
    margin-right: 5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mr-sm-6 {
    margin-right: 6rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mr-sm-7 {
    margin-right: 7rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mr-sm-8 {
    margin-right: 8rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }
}
@media screen and (min-width: 768px) {
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
}
@media screen and (min-width: 768px) {
  .ml-sm-0 {
    margin-left: 0rem !important;
  }
}
@media screen and (min-width: 768px) {
  .ml-sm-1 {
    margin-left: 1rem !important;
  }
}
@media screen and (min-width: 768px) {
  .ml-sm-2 {
    margin-left: 2rem !important;
  }
}
@media screen and (min-width: 768px) {
  .ml-sm-3 {
    margin-left: 3rem !important;
  }
}
@media screen and (min-width: 768px) {
  .ml-sm-4 {
    margin-left: 4rem !important;
  }
}
@media screen and (min-width: 768px) {
  .ml-sm-5 {
    margin-left: 5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .ml-sm-6 {
    margin-left: 6rem !important;
  }
}
@media screen and (min-width: 768px) {
  .ml-sm-7 {
    margin-left: 7rem !important;
  }
}
@media screen and (min-width: 768px) {
  .ml-sm-8 {
    margin-left: 8rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-0 {
    margin-top: 0rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-1 {
    margin-top: 1rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-2 {
    margin-top: 2rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-3 {
    margin-top: 3rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-4 {
    margin-top: 4rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-5 {
    margin-top: 5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-6 {
    margin-top: 6rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-7 {
    margin-top: 7rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-md-8 {
    margin-top: 8rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mr-md-0 {
    margin-right: 0rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mr-md-1 {
    margin-right: 1rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mr-md-2 {
    margin-right: 2rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mr-md-3 {
    margin-right: 3rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mr-md-4 {
    margin-right: 4rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mr-md-5 {
    margin-right: 5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mr-md-6 {
    margin-right: 6rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mr-md-7 {
    margin-right: 7rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mr-md-8 {
    margin-right: 8rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-7 {
    margin-bottom: 7rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
}
@media screen and (min-width: 992px) {
  .ml-md-0 {
    margin-left: 0rem !important;
  }
}
@media screen and (min-width: 992px) {
  .ml-md-1 {
    margin-left: 1rem !important;
  }
}
@media screen and (min-width: 992px) {
  .ml-md-2 {
    margin-left: 2rem !important;
  }
}
@media screen and (min-width: 992px) {
  .ml-md-3 {
    margin-left: 3rem !important;
  }
}
@media screen and (min-width: 992px) {
  .ml-md-4 {
    margin-left: 4rem !important;
  }
}
@media screen and (min-width: 992px) {
  .ml-md-5 {
    margin-left: 5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .ml-md-6 {
    margin-left: 6rem !important;
  }
}
@media screen and (min-width: 992px) {
  .ml-md-7 {
    margin-left: 7rem !important;
  }
}
@media screen and (min-width: 992px) {
  .ml-md-8 {
    margin-left: 8rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-5 {
    margin-top: 5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-7 {
    margin-top: 7rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mr-lg-0 {
    margin-right: 0rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mr-lg-1 {
    margin-right: 1rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mr-lg-2 {
    margin-right: 2rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mr-lg-3 {
    margin-right: 3rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mr-lg-4 {
    margin-right: 4rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mr-lg-5 {
    margin-right: 5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mr-lg-6 {
    margin-right: 6rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mr-lg-7 {
    margin-right: 7rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mr-lg-8 {
    margin-right: 8rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .ml-lg-0 {
    margin-left: 0rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .ml-lg-1 {
    margin-left: 1rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .ml-lg-2 {
    margin-left: 2rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .ml-lg-3 {
    margin-left: 3rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .ml-lg-4 {
    margin-left: 4rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .ml-lg-5 {
    margin-left: 5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .ml-lg-6 {
    margin-left: 6rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .ml-lg-7 {
    margin-left: 7rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .ml-lg-8 {
    margin-left: 8rem !important;
  }
}
.pa-0 {
  padding: 0rem !important;
}

.pa-1 {
  padding: 1rem !important;
}

.pa-2 {
  padding: 2rem !important;
}

.pa-3 {
  padding: 3rem !important;
}

.pa-4 {
  padding: 4rem !important;
}

.pa-5 {
  padding: 5rem !important;
}

.pa-6 {
  padding: 6rem !important;
}

.pa-7 {
  padding: 7rem !important;
}

.pa-8 {
  padding: 8rem !important;
}

.ma-0 {
  margin: 0rem !important;
}

.ma-1 {
  margin: 1rem !important;
}

.ma-2 {
  margin: 2rem !important;
}

.ma-3 {
  margin: 3rem !important;
}

.ma-4 {
  margin: 4rem !important;
}

.ma-5 {
  margin: 5rem !important;
}

.ma-6 {
  margin: 6rem !important;
}

.ma-7 {
  margin: 7rem !important;
}

.ma-8 {
  margin: 8rem !important;
}

.ga-0 {
  gap: 0rem !important;
}

.ga-1 {
  gap: 1rem !important;
}

.ga-2 {
  gap: 2rem !important;
}

.ga-3 {
  gap: 3rem !important;
}

.ga-4 {
  gap: 4rem !important;
}

.ga-5 {
  gap: 5rem !important;
}

.ga-6 {
  gap: 6rem !important;
}

.ga-7 {
  gap: 7rem !important;
}

.ga-8 {
  gap: 8rem !important;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

@media screen and (min-width: 768px) {
  .flex-sm-column {
    flex-direction: column;
  }
  .flex-sm-row {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-row {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-row {
    flex-direction: row;
  }
}
.mx-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mx-4 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mx-5 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.mx-6 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mx-7 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.my-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.mx-8 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

@media screen and (min-width: 768px) {
  .mx-sm-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mx-sm-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mx-sm-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mx-sm-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mx-sm-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-sm-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mx-sm-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-sm-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .mx-sm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mx-md-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mx-md-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mx-md-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mx-md-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mx-md-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-md-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mx-md-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-md-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .mx-md-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .mx-lg-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mx-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mx-lg-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mx-lg-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mx-lg-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-lg-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mx-lg-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-lg-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .mx-lg-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}
.rounded-0 {
  border-radius: 0rem;
}

.rounded-1 {
  border-radius: 1rem;
}

.rounded-2 {
  border-radius: 2rem;
}

.rounded-3 {
  border-radius: 3rem;
}

.rounded-4 {
  border-radius: 4rem;
}

.rounded-t-0 {
  border-top-right-radius: 0rem;
  border-top-left-radius: 0rem;
}

.rounded-t-1 {
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
}

.rounded-t-2 {
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
}

.rounded-t-3 {
  border-top-right-radius: 3rem;
  border-top-left-radius: 3rem;
}

.rounded-t-4 {
  border-top-right-radius: 4rem;
  border-top-left-radius: 4rem;
}

.rounded-b-0 {
  border-bottom-right-radius: 0rem;
  border-bottom-left-radius: 0rem;
}

.rounded-b-1 {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-b-2 {
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.rounded-b-3 {
  border-bottom-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
}

.rounded-b-4 {
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
}

.rounded-r-0 {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}

.rounded-r-1 {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-r-2 {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.rounded-r-3 {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}

.rounded-r-4 {
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
}

.rounded-l-0 {
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}

.rounded-l-1 {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-l-2 {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.rounded-l-3 {
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
}

.rounded-l-4 {
  border-top-left-radius: 4rem;
  border-bottom-left-radius: 4rem;
}

.rounded-tr-0 {
  border-top-right-radius: 0rem;
}

.rounded-tr-1 {
  border-top-right-radius: 1rem;
}

.rounded-tr-2 {
  border-top-right-radius: 2rem;
}

.rounded-tr-3 {
  border-top-right-radius: 3rem;
}

.rounded-tr-4 {
  border-top-right-radius: 4rem;
}

.rounded-tl-0 {
  border-top-left-radius: 0rem;
}

.rounded-tl-1 {
  border-top-left-radius: 1rem;
}

.rounded-tl-2 {
  border-top-left-radius: 2rem;
}

.rounded-tl-3 {
  border-top-left-radius: 3rem;
}

.rounded-tl-4 {
  border-top-left-radius: 4rem;
}

.rounded-br-0 {
  border-bottom-right-radius: 0rem;
}

.rounded-br-1 {
  border-bottom-right-radius: 1rem;
}

.rounded-br-2 {
  border-bottom-right-radius: 2rem;
}

.rounded-br-3 {
  border-bottom-right-radius: 3rem;
}

.rounded-br-4 {
  border-bottom-right-radius: 4rem;
}

.rounded-bl-0 {
  border-bottom-left-radius: 0rem;
}

.rounded-bl-1 {
  border-bottom-left-radius: 1rem;
}

.rounded-bl-2 {
  border-bottom-left-radius: 2rem;
}

.rounded-bl-3 {
  border-bottom-left-radius: 3rem;
}

.rounded-bl-4 {
  border-bottom-left-radius: 4rem;
}

.align-end {
  align-items: end;
}

.text-truncate {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.text-no-wrap {
  white-space: nowrap;
}

[class^=grid-columns-] {
  gap: 0 2rem;
}

.grid-columns-2 {
  display: grid;
  grid-template-columns: calc(50% - 1rem) calc(50% - 1rem);
}

.embed-container {
  margin-bottom: 10px;
}
.flexlist .embed-container {
  margin-bottom: 0;
}
.embed-container.photo {
  width: 100%;
  overflow: hidden;
}
.embed-container.video, .embed-container.photo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container.video iframe,
.embed-container.video object,
.embed-container.video embed, .embed-container.photo iframe,
.embed-container.photo object,
.embed-container.photo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embeds.flexlist {
  display: flex;
  flex-wrap: wrap;
}
.embeds.flexlist .flex-container {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
  overflow: auto;
}
.embeds.flexlist button {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 1;
  z-index: 2;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .embeds.flexlist {
    margin: 0 -10px;
  }
  .embeds.flexlist .flex-container {
    width: 50%;
    padding: 0 10px 20px 10px;
  }
  .embeds.flexlist button {
    right: 20px;
  }
}
@media screen and (min-width: 820px) {
  .embeds.flexlist .flex-container {
    width: 33.33333%;
  }
  .embeds.flexlist .flex-container.video,
  .embeds.flexlist .flex-container.photo {
    width: 66.66666%;
  }
}

#embed-form input {
  display: inline;
  background-color: #fff;
}

.embed-image img {
  width: 100%;
  height: auto;
}

.flexlist.big-items {
  display: flex;
  flex-wrap: wrap;
}
.flexlist.big-items .flex-container {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
  overflow: auto;
}
@media screen and (min-width: 600px) {
  .flexlist.big-items {
    margin: 0 -10px;
  }
  .flexlist.big-items .flex-container {
    width: 50%;
    padding: 0 10px 20px 10px;
  }
}

.news-item--big {
  overflow: hidden;
}
.news-item--big > div {
  flex: 50% 0 0;
}
.news-item--big .text {
  background-color: #005530;
}
.news-item--big .text h2, .news-item--big .text h3 {
  color: #fff;
}
.news-item--big .text .meta, .news-item--big .text ul.breadcrumb li, ul.breadcrumb .news-item--big .text li {
  color: #fff;
}
.news-item--big .text .meta .material-icons, .news-item--big .text ul.breadcrumb li .material-icons, ul.breadcrumb .news-item--big .text li .material-icons {
  color: #f6e400;
  vertical-align: text-top;
}
@media screen and (min-width: 992px) {
  .news-item--big .text {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.news-item--big img {
  width: 100%;
  height: auto;
}

#discuss {
  padding: 0 !important;
  position: relative;
}
#discuss header {
  border-bottom: 1px solid #ddd;
  margin: 0 -15px;
  padding: 15px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  #discuss header {
    background-color: #f6f4e5;
  }
  #discuss header.cherry {
    background-color: #ffb9a6;
  }
  #discuss header.cherry .meta, #discuss header.cherry ul.breadcrumb li, ul.breadcrumb #discuss header.cherry li {
    color: #005530;
  }
}
@media screen and (max-width: 767px) {
  #discuss {
    width: 100%;
    overflow: hidden;
  }
  #discuss .container {
    width: 200%;
  }
  #discuss .container .row {
    position: initial;
    transition: transform 0.2s;
  }
  #discuss .container .row > div {
    width: 50%;
    float: left;
  }
  #discuss .container .row > div.content {
    display: none;
  }
  #discuss.open .row {
    transform: translateX(-50%);
  }
  #discuss.open .row > div.content {
    display: block;
  }
}
#discuss header hr {
  margin-top: 5px;
  background-color: rgba(83, 160, 69, 0.3);
  width: 100%;
  background-image: none;
}
#discuss .twist {
  transition: transform 0.2s;
  transform: rotateZ(180deg);
  color: #53a045;
}
#discuss .collapsed .twist {
  transform: rotateZ(0);
}
#discuss .expander {
  background-color: transparent;
  color: #53a045;
  font-family: arial;
  font-size: 14px;
  padding: 0;
  position: relative;
  top: 6px;
}

#discuss-nav > div,
#discuss-nav > form {
  margin: 2em 0;
}
#discuss-nav h3 {
  font-family: arial;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  padding-top: 12px;
  margin-bottom: 12px;
  border-top: 1px solid #ddd;
}
#discuss-nav h3:first-child {
  border-top: none;
}
#discuss-nav p a,
#discuss-nav li a {
  font-family: "MP Display", sans-serif;
  font-size: 22px;
  letter-spacing: 0.03em;
}
#discuss-nav .discussion-tags a {
  font-family: "Karla", sans-serif;
  font-style: italic;
  font-size: 16px;
}
#discuss-nav ul {
  list-style: none;
}
@media screen and (min-width: 768px) {
  #discuss-nav header {
    display: none;
  }
}
#discuss-nav .button:after {
  content: "\a";
  white-space: pre;
}

#discuss-content {
  min-height: 600px;
}
#discuss-content > div,
#discuss-content > form {
  margin: 2em 0;
}
@media screen and (min-width: 768px) {
  #discuss-content {
    border-left: 1px solid #ddd;
  }
  #discuss-content .breadcrumb li:first-child {
    display: none;
  }
}

.discussion.item {
  margin-bottom: 10px;
}
.discussion.item h3 {
  margin-top: 0.2em;
}
.discussion.item .pin {
  position: absolute;
  top: -4px;
  left: -4px;
  font-size: 34px;
  transform: rotate(45deg);
  z-index: 50;
  color: #e85429;
}
.discussion.item .unread-icon {
  position: absolute;
  top: 2px;
  left: 5px;
  color: #e85429 !important;
  font-size: 14px !important;
  z-index: 50;
}
.discussion.item a {
  text-decoration: none;
}
.discussion.item a p {
  color: #000;
}
.discussion.item .profile-image {
  width: 60px;
  height: auto;
  border-radius: 50%;
}
.discussion.item .meta a, .discussion.item ul.breadcrumb li a, ul.breadcrumb .discussion.item li a {
  white-space: nowrap;
  color: #555;
}
@media screen and (min-width: 600px) {
  .discussion.item .profile-image {
    width: 80px;
  }
}

span.unread {
  display: inline-block;
  line-height: 1;
  width: 28px;
  height: 28px;
  padding-top: 9px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  background-color: #f6e400;
  font-family: "MP Display", sans-serif;
  color: #e85429;
  letter-spacing: 0.05em;
}

.button.right {
  float: right;
  line-height: 1;
  margin-left: 5px;
}

.big-list .discuss-group p {
  margin-bottom: 2px;
}
.big-list .arrow-list {
  margin: 0;
}

div.moderation-queue {
  border-radius: 5px;
  padding: 10px 15px;
  background-color: #f6e400;
  margin-bottom: 20px;
}

header img.profile-image {
  border-radius: 50%;
  width: 50px;
  height: auto;
  float: left;
  margin-right: 12px;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  header img.profile-image {
    width: 56px;
  }
}
@media screen and (min-width: 768px) {
  header img.profile-image {
    width: 68px;
  }
}
@media screen and (min-width: 600px) {
  header img.profile-image {
    margin-right: 20px;
  }
}

.discussion .the-post {
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .discussion .attachment {
    float: right;
    width: 50%;
    margin: 0 0 10px 15px;
  }
}
@media screen and (min-width: 992px) {
  .discussion .attachment {
    float: right;
    width: 33.3333%;
  }
}
.discussion.pinned {
  border-bottom: 2px solid #eee;
}
.discussion.pinned .pin {
  position: absolute;
  left: 1px;
  font-size: 34px;
  transform: rotate(45deg);
  z-index: 50;
  color: #e85429;
}

.the-post .material-icons {
  color: #555;
  vertical-align: bottom;
  font-size: 20px;
}
.the-post .dropdown {
  position: absolute;
  right: 15px;
}
.the-post > ul, .the-post ol {
  margin-left: 1.2em;
}
.the-post > ul {
  list-style: disc;
}
.the-post > ol {
  list-style: decimal;
}

.discuss-group {
  margin-bottom: 14px;
}
.discuss-group .mdl-card {
  width: 100%;
  position: relative;
  height: auto;
  min-height: 0;
}
.discuss-group .mdl-card__title {
  color: #fff;
  font-family: "MP Display", sans-serif;
  font-size: 22px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 970px) {
  .discuss-group .mdl-card__title {
    font-size: 26px;
  }
}
.discuss-group a {
  text-decoration: none;
}
.discuss-group .mdl-card__supporting-text p {
  display: none;
  color: #fff;
}
.discuss-group .meta, .discuss-group ul.breadcrumb li, ul.breadcrumb .discuss-group li {
  color: #fff;
}
.discuss-group .meta .material-icons, .discuss-group ul.breadcrumb li .material-icons, ul.breadcrumb .discuss-group li .material-icons {
  color: #f6e400;
}
.discuss-group.oppen .mdl-card {
  background-color: #53a045;
}
.discuss-group.lokal .mdl-card, .discuss-group.sluten .mdl-card {
  background-color: #005530;
}
.discuss-group.privat .mdl-card {
  background-color: #f6e400;
}
.discuss-group.privat .mdl-card .mdl-card__title {
  color: #e85429;
  text-shadow: none;
}
.discuss-group.privat .mdl-card .meta, .discuss-group.privat .mdl-card ul.breadcrumb li, ul.breadcrumb .discuss-group.privat .mdl-card li, .discuss-group.privat .mdl-card p {
  color: #555;
}
.discuss-group.privat .mdl-card .material-icons {
  color: #e85429;
}
.discuss-group.privat .mdl-card .unread {
  background-color: #53a045;
  color: #fff;
}
.discuss-group:hover .mdl-card {
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.4);
  left: -1px;
  top: -1px;
}
.discuss-group span.unread {
  text-shadow: none;
  position: absolute;
  top: 5px;
  right: 5px;
}
@media screen and (min-width: 600px) {
  .discuss-group .mdl-card {
    height: 120px;
  }
  .discuss-group .mdl-card__supporting-text {
    position: absolute;
    bottom: 0;
    max-height: 80%;
  }
}
@media screen and (min-width: 768px) {
  .discuss-group .mdl-card {
    height: 220px;
  }
  .discuss-group .mdl-card__supporting-text p {
    display: block;
  }
}

div.comments ul {
  margin-left: 0;
}

ul.discuss-groups a:hover,
ul.discuss-groups a:active {
  text-decoration: none;
}
ul.discuss-groups a:hover span:not(.material-icons),
ul.discuss-groups a:active span:not(.material-icons) {
  text-decoration: underline;
}
ul.discuss-groups .material-icons {
  color: #e85429;
  font-size: 12px;
}

ul.user-list {
  text-align: left;
}
ul.user-list img.profile-image {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 16px;
  border-radius: 50%;
}
ul.user-list li {
  overflow: auto;
  list-style: none;
}
ul.user-list.grid {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 100%;
}
@media screen and (min-width: 992px) {
  ul.user-list.grid {
    grid-template-columns: 50% 50%;
  }
}
@media screen and (min-width: 1200px) {
  ul.user-list.grid {
    grid-template-columns: 33.33333% 33.33333% 33.33333%;
  }
}

#knowledge {
  min-height: calc(100vh - 62px);
  padding: 0 !important;
  position: relative;
}
@media screen and (min-width: 768px) {
  #knowledge {
    min-height: unset;
  }
  #knowledge .expander {
    display: none;
  }
}
#knowledge header {
  border-bottom: 1px solid #ddd;
  margin: 0 -15px;
  padding: 15px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  #knowledge header {
    background-color: #f6f4e5;
  }
  #knowledge header.cherry {
    background-color: #ffb9a6;
  }
  #knowledge header.cherry .meta, #knowledge header.cherry ul.breadcrumb li, ul.breadcrumb #knowledge header.cherry li {
    color: #005530;
  }
}
@media screen and (max-width: 767px) {
  #knowledge {
    width: 100%;
    overflow: hidden;
  }
  #knowledge .container {
    width: 200%;
  }
  #knowledge .container .row {
    position: initial;
    transition: transform 0.2s;
  }
  #knowledge .container .row > div {
    width: 50%;
    float: left;
  }
  #knowledge .container .row > div.content {
    display: none;
  }
  #knowledge.open .row {
    transform: translateX(-50%);
  }
  #knowledge.open .row > div.content {
    display: block;
  }
}
#knowledge header hr {
  margin-top: 5px;
  background-color: rgba(83, 160, 69, 0.3);
  width: 100%;
  background-image: none;
}
#knowledge .twist {
  transition: transform 0.2s;
  transform: rotateZ(180deg);
  color: #53a045;
}
#knowledge .collapsed .twist {
  transform: rotateZ(0);
}
#knowledge .expander {
  background-color: transparent;
  color: #53a045;
  font-family: arial;
  font-size: 14px;
  padding: 0;
  position: relative;
  top: 6px;
}
#knowledge .arrow-list {
  margin: 0;
}

#knowledge-content {
  min-height: 600px;
}
#knowledge-content > div,
#knowledge-content > form {
  margin: 2em 0;
}
@media screen and (min-width: 768px) {
  #knowledge-content {
    border-left: 1px solid #ddd;
  }
  #knowledge-content .breadcrumb li:first-child {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #knowledge-content header {
    border-bottom: none;
    padding-bottom: 0;
  }
}
#knowledge-content > aside {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  #knowledge-content > aside {
    margin: 30px 0;
  }
}

#knowledge-nav > div,
#knowledge-nav > form {
  margin: 2em 0;
}
#knowledge-nav h3 {
  font-family: arial;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  padding-top: 12px;
  margin-bottom: 12px;
  border-top: 1px solid #ddd;
}
#knowledge-nav h3:first-child {
  border-top: none;
}
#knowledge-nav ul {
  list-style: none;
}
#knowledge-nav li {
  margin-bottom: 0.4em;
}
#knowledge-nav li a {
  font-family: "MP Display", sans-serif;
  font-size: 22px;
}
#knowledge-nav li li {
  padding-left: 10px;
}
#knowledge-nav li li a {
  color: #000;
}
#knowledge-nav li ul {
  display: none;
}
#knowledge-nav li.open ul {
  display: block;
}
#knowledge-nav header {
  background-position: center;
  background-size: cover;
}

#main-content section {
  background-position: center;
  background-size: cover;
}

input.main-search {
  width: 60%;
  transition: width 0.3s;
  padding: 5px 8px;
  border: 0;
  border-radius: 6px;
  position: relative;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-style: italic;
}
input.main-search:focus {
  width: 100%;
}
@media screen and (min-width: 768px) {
  input.main-search {
    width: 30%;
  }
  input.main-search:focus {
    width: 70%;
  }
}

.search-match {
  background-color: rgba(246, 228, 0, 0.7);
  border-radius: 2px;
}

iframe.gform {
  width: 100%;
  height: calc(100vh - 62px);
  border: none;
}
@media screen and (min-width: 992px) {
  iframe.gform {
    height: calc(100vh - 194px);
  }
}

body.site-search-active {
  overflow: hidden;
}

#site-search {
  z-index: 110;
  position: absolute;
  top: 0;
  right: 0;
  transition: max-height 0.7s;
  max-height: 0;
  overflow: hidden;
  padding-bottom: 62px;
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  #site-search {
    padding-bottom: 0;
    padding-top: 64px;
    max-height: 114px;
  }
}
#site-search button.activate {
  float: right;
  width: 60px;
  height: 60px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background-color: #f6f4e5;
}
#site-search button.activate .material-icons {
  color: #000;
  font-size: 28px;
}
#site-search button.activate:focus {
  border: none;
}
#site-search.active {
  left: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 2000px;
  height: 100%;
  background-color: #f6f4e5;
}
@media screen and (min-width: 992px) {
  #site-search.active {
    overflow-y: auto;
  }
}
#site-search.active #site-search-content {
  display: block;
}
#site-search.active button.activate {
  background-color: #005530;
}
#site-search.active button.activate .material-icons {
  color: #fff;
}
#site-search.searching #site-search-searching {
  display: block;
}
#site-search.type-more #site-search-type-more {
  display: block;
}

#site-search-content {
  display: none;
  margin-top: 40px;
}

#site-search-searching,
#site-search-type-more {
  display: none;
  color: #555;
}

#site-search-form {
  margin-bottom: 2rem;
}
#site-search-form input[type=search] {
  margin-bottom: 1rem;
}
#site-search-form span {
  margin-right: 0.6rem;
  white-space: nowrap;
}
#site-search-form input[type=checkbox] {
  vertical-align: top;
}
#site-search-form label {
  font-weight: normal;
}

[data-tabs] button {
  background: transparent;
  border: 1px solid #005530;
  color: #005530;
}
[data-tabs] [data-active] {
  background: #005530;
  color: #f6e400;
}

[data-tab-content] > * {
  display: none;
}
[data-tab-content] [data-active] {
  display: block;
}

.material-icons {
  vertical-align: -4px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-32 {
  font-size: 32px;
}

.material-icons.md-48 {
  font-size: 48px;
}

hr {
  border: 0;
  height: 1px;
  width: 60%;
  margin: 15px auto;
  background-image: linear-gradient(to right, rgba(83, 160, 69, 0), rgba(83, 160, 69, 0.9), rgba(83, 160, 69, 0));
}

a.location {
  cursor: context-menu;
}
a.location:hover {
  text-decoration: none;
}

#news-content div.item {
  overflow: auto;
}
#news-content div.item a {
  text-decoration: none;
}
#news-content div.item a p {
  color: #000;
}
#news-content div.image {
  max-width: 35%;
  margin-left: 10px;
  float: right;
}
#news-content div.image img {
  border-radius: 5px;
  filter: grayscale(75%) opacity(90%);
  transition: filter 0.25s;
  width: 100%;
  height: auto;
}
#news-content div.item:hover div.image img {
  filter: grayscale(25%) opacity(100%);
}

.position-relative {
  position: relative !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

/*# sourceMappingURL=main.css.map */
