@charset "UTF-8";
/***

Project todo: 

    - Front page
    - forum
    - Scripts: 
        - Image upload + crop    
        - disable navigation in settings 
        - Tokenizer in profile (a-tokenizer)
*/
html,
body {
  background-color: #f5f6f7;
  height: 100%;
  min-height: 100vh;
  color: #636466;
  margin: 0;
  padding: 0;
}

div {
  box-sizing: border-box;
}

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

/* Base Styles
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
body {
  font-size: 16px;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  color: #636466;
}

video::-webkit-media-controls-enclosure {
  display: none !important;
}

video {
  pointer-events: none;
}

iframe {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}

fieldset {
  border: 0;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "IBM Plex Sans", sans-serif;
}

h1 {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
}

h2 {
  font-size: 32px;
  line-height: 1.25;
}

h3 {
  font-size: 22px;
  line-height: 1.3;
}

h4 {
  font-size: 20px;
  line-height: 1.35;
}

h5 {
  font-size: 18px;
  line-height: 1.5;
}

h6 {
  font-size: 16px;
  line-height: 1.6;
}

hgroup {
  margin-bottom: 20px;
}
hgroup h1, hgroup h2, hgroup h3, hgroup h4, hgroup h5, hgroup h6 {
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
}

small {
  font-size: 14px;
}

/* Links
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
a {
  color: #54B848;
}

a:hover {
  color: #02261E;
}

/* Lists
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol,
ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

/* Code
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

/* 
 *  Tables
 *  Tables were mvoed to  it's own file _table, because it needs more logic
 */
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin: 0;
  padding: 0;
}

/* Misc
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}

blockquote {
  margin-bottom: 0;
  border-left: 3px solid #fbb547;
  margin: 0;
  padding-left: 40px;
}

/* Definition lists
-------------------------------------------------- */
dt {
  display: block;
  font-size: 14px;
  color: #999;
  padding-top: 5px;
}

dd {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 10px 0;
}
table th {
  text-align: left;
}

.hidden {
  display: none;
}

.text-centered {
  text-align: center;
}

.desktop-hidden {
  display: none;
}

@media all and ( max-width : 767px ) {
  .mobile-hidden {
    display: none !important;
  }
  .desktop-hidden {
    display: block !important;
  }
  table.mobile-blocks {
    display: block;
  }
  table.mobile-blocks tbody, table.mobile-blocks thead, table.mobile-blocks tr, table.mobile-blocks td, table.mobile-blocks th {
    display: block;
  }
  table.mobile-blocks tr {
    padding-bottom: 10px;
  }
}
.clear {
  clear: both;
}

.ad .inner {
  margin: auto;
  padding: 20px;
}
.ad img {
  margin: auto;
}

.ad--side .inner {
  padding: 40px 20px;
}

.ad--top {
  background-color: #fff;
  text-align: center;
}
.ad--top .ad__inner {
  margin: auto;
  display: inline-block;
  padding: 30px 0 10px 0;
}
.ad--top .ad__inner img {
  margin: 0;
}

.auth-pages {
  background-color: #fff;
}
.auth-pages .bar {
  width: 100%;
  margin-bottom: 40px;
}
.auth-pages h2 {
  font-weight: 200;
}

.auth-pages__background {
  background-image: url("/site/templates/images/auth-background.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.auth-pages__content {
  max-width: 690px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}

.auth-pages__header {
  width: 100%;
  padding: 100px 0;
}
.auth-pages__header img {
  width: 235px;
}

.auth-pages__main {
  max-width: 480px;
  width: 100%;
  padding-right: 20px;
}

.auth-pages__main--no-ad {
  max-width: 100%;
  min-width: 100%;
  padding-right: 20px;
}

.auth-pages__body {
  font-size: 14px;
  line-height: 1.5;
}
.auth-pages__body p {
  margin: 10px 0;
}

.auth-pages__thrid-party-logo,
.auth-pages__third-party-logo {
  max-width: 210px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.auth-pages__ad {
  width: 140px;
}
.auth-pages__ad img {
  display: inline;
  max-width: none;
}

.bar {
  position: relative;
  padding: 15px;
  background: #58ae20;
  margin-bottom: 15px;
  color: #fff;
  border-radius: 24px;
}
.bar p {
  margin: 0;
  padding: 0;
}
.bar a {
  color: #fff;
}
.bar svg {
  position: absolute;
  right: 15px;
}

.bar--notice {
  background: #fbeecc;
  color: #636466;
}

.bar--error {
  background: #ae2020;
  color: #fff;
}

.bar--white {
  background-color: #fff;
  border: 1px solid #58ae20;
}

button,
.button {
  box-sizing: content-box;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  padding: 14px 34px;
  border-radius: 34px;
  border: 1px solid #54B848;
  color: #54B848;
  font-size: 18px;
  background-color: #fff;
  outline: none;
}
button svg,
.button svg {
  stroke: #54B848;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}
button:hover,
.button:hover {
  color: #00624B;
  border-color: #00624B;
}

button--small,
.button--small {
  padding: 8px 20px;
  border-radius: 18px;
  font-size: 14px;
}
button--small svg,
.button--small svg {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

button--icon-after svg,
.button--icon-after svg {
  margin-left: 10px;
  margin-right: 0;
}

button--centered-block,
.button--centered-block {
  margin: auto;
}

.cards {
  height: 300px;
  overflow: hidden;
  position: relative;
  padding: 20px;
  border-top: 1px solid #DFE1E6;
  margin: 0 20px;
}

.cards__list {
  display: block;
  position: absolute;
  min-width: 100%;
  transition: left 400ms;
}

.cards__card {
  display: block;
  float: left;
  display: flex;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 600ms;
}
.cards__card.active {
  opacity: 1;
}

.cards__card-image {
  width: 146px;
  height: 146px;
  min-width: 146px;
  max-width: 146px;
  border-radius: 8px;
  background-color: #DFE1E6;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cards__card-content {
  padding-left: 20px;
}
.cards__card-content p {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  height: 54px;
  overflow: hidden;
  box-sizing: border-box;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cards__card-content .link {
  display: block;
  padding-top: 20px;
}

.cards__navi {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 10px;
  text-align: center;
}
.cards__navi a {
  display: inline-block;
  padding: 0 1px;
}
.cards__navi a:before {
  display: inline-block;
  content: "";
  border-radius: 4px;
  margin-top: 25px;
  height: 8px;
  width: 8px;
  background-color: #dfe1e5;
  transition: background-color 400ms;
}
.cards__navi a.active:before {
  background-color: #54B848;
}

@media all and (max-width: 520px) {
  .cards__card-image {
    width: 120px;
    height: 120px;
    min-width: 120px;
    max-width: 120px;
  }
  .cards__card-content h3 {
    font-size: 14px;
  }
  .cards__card-content p {
    display: none;
  }
  .cards__card-content .link {
    padding-top: 0;
  }
  .cards__navi {
    text-align: left;
  }
}
.carousel {
  margin: 16px 0;
  background: #fff;
  border-radius: 24px;
  height: 448px;
  overflow: hidden;
}
.carousel ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.carousel ul li {
  margin: 0;
  padding: 8px;
}

.carousel__tapestry {
  height: 352px;
  border-radius: 16px;
  background-position: right center;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px;
}
.carousel__tapestry h3, .carousel__tapestry p {
  width: 70%;
}
.carousel__tapestry h3 {
  font-size: 4vw;
}
.carousel__tapestry p {
  font-size: 22px;
}

.carousel__info {
  height: 80px;
  padding: 14px;
}
.carousel__info a {
  text-decoration: none;
}
.carousel__info svg {
  vertical-align: middle;
}

@media all and ( min-width : 1320px ) {
  .carousel__tapestry h3 {
    font-size: 64px;
  }
  .carousel__tapestry p {
    font-size: 16px;
  }
}
@media all and ( max-width : 767px ) {
  .carousel__tapestry h3 {
    font-size: 6vw;
  }
  .carousel__tapestry p {
    font-size: 16px;
  }
}
.container {
  margin: auto;
  max-width: 1320px;
  padding: 0 20px;
  min-height: 46vh;
}

.container--no-height {
  min-height: auto;
}

@media all and ( max-width : 767px ) {
  .container {
    padding: 0 15px;
  }
}
.content__content {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  margin: 0;
  padding: 20px;
}
.content__content article p {
  margin: 10px 0;
  line-height: 1.4;
  padding: 0;
}
.content__content article h1, .content__content article h2, .content__content article h3, .content__content article h4 {
  margin: 15px 0;
  padding: 0;
}
.content__content article ul {
  margin: 10px 0;
}
.content__content article ul li {
  list-style: disc;
  padding: 0 0 0 5px;
  margin: 0 0 0 22px;
}
.content__content article table tr {
  background-color: #fff;
  border-radius: 12px;
}
.content__content article table tr:nth-child(odd) {
  background-color: #F9FAFA;
}
.content__content article table td, .content__content article table th {
  padding: 5px 10px;
  margin: 0;
  vertical-align: top;
}
.content__content article table td p, .content__content article table th p {
  margin: 0;
}
.content__content article table td:first-child, .content__content article table th:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.content__content article table td:last-child, .content__content article table th:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.content__content--no-box {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.content__box {
  position: relative;
  border-radius: 24px;
  background-color: #fff;
  padding: 32px;
  margin-bottom: 20px;
}
.content__box h2, .content__box h3 {
  font-weight: 300;
}

.content__meta {
  font-size: 14px;
  color: #54B848;
  padding-bottom: 20px;
}

.content--with-sidebar {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.content__sidebar {
  width: 100%;
  min-width: 300px;
  max-width: 300px;
}

.content__sidebar--wide {
  min-width: 35%;
  max-width: 35%;
}

.content__sidebar--no-padding {
  padding: 0;
}

.content__services-listing {
  clear: both;
}
.content__services-listing h4 {
  clear: both;
  padding: 40px 0 20px 0 !important;
}
.content__services-listing:first-of-type {
  padding: 0 0 20px 0;
}

.content__services-listing__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.content__services-listing__item {
  display: block;
  margin: 20px 0;
  padding: 0;
}
.content__services-listing__item h1, .content__services-listing__item h2, .content__services-listing__item h3, .content__services-listing__item h4, .content__services-listing__item h5, .content__services-listing__item p {
  padding-left: 170px !important;
}
.content__services-listing__item h5 {
  font-size: 16px;
  margin-bottom: 0;
}

.content__services-listing__image {
  width: 150px;
  padding: 0 20px 0 0;
  float: left;
}
.content__services-listing__image img {
  margin: 10px 0;
  max-width: 150px;
  width: 100%;
}

@media all and ( min-width : 1194px ) {
  .content__content {
    padding: 46px;
  }
  .content__content--no-box {
    padding: 0;
  }
}
@media all and ( max-width : 767px ) {
  .content--with-sidebar {
    flex-direction: column;
  }
  .content__sidebar,
  .content__sidebar--wide {
    min-width: 100%;
    max-width: 100%;
  }
}
.filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1320px;
  margin-bottom: 20px;
}
.filter select,
.filter input[type=text],
.filter input[type=number] {
  padding: 5px 10px;
  border-radius: 0;
  height: auto;
  width: auto;
  -webkit-appearance: none;
}
.filter button,
.filter .button {
  height: auto;
  padding: 3px 14px;
  border-radius: 15px;
  color: #fff;
  background: #54B848;
  font-size: 14px;
}

.filter__page-jump {
  display: block;
  margin: 0;
  padding: 0;
}
.filter__page-jump ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.filter__page-jump ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding: 0 5px;
}
.filter__page-jump select,
.filter__page-jump input[type=text],
.filter__page-jump input[type=number] {
  width: 60px;
  -webkit-appearance: none;
}
.filter__page-jump svg {
  width: 16px;
  height: 16px;
  stroke: #636466;
  vertical-align: middle;
}

@media all and ( max-width : 767px ) {
  .filter {
    display: block;
  }
  .filter__page-jump {
    padding-top: 10px;
  }
  .filter__page-jump ul {
    justify-content: center;
  }
}
.footer {
  margin-top: 40px;
  background-color: #fff;
  padding: 60px 20px 20px 20px;
}

.footer__inner {
  margin: auto;
  max-width: 1320px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer__info {
  line-height: 28px;
  width: 50%;
}
.footer__info img {
  max-width: 140px;
  padding-bottom: 40px;
}
.footer__info a {
  text-decoration: none;
  color: #02261E;
}

.footer__feedback {
  width: 50%;
  text-align: right;
}

.footer__links {
  width: 100%;
  text-align: right;
}
.footer__links a {
  display: inline-block;
  padding: 5px 20px;
  color: #02261E;
  text-decoration: none;
}

@media all and ( max-width : 767px ) {
  .footer__info {
    width: 100%;
    min-width: 100%;
  }
  .footer__info img {
    max-width: 140px;
    padding-bottom: 40px;
  }
  .footer__info a {
    text-decoration: none;
    color: #02261E;
  }
  .footer__feedback {
    width: 100%;
    min-width: 100%;
    padding: 20px 0;
    text-align: left;
  }
  .footer__links {
    width: 100%;
    min-width: 100%;
    padding-bottom: 100px;
  }
  .footer__links a {
    display: block;
    padding: 5px 0;
    text-align: left;
  }
}
form {
  margin: 0;
  padding: 0;
}
form input[type=text],
form input[type=number],
form input[type=email],
form input[type=date],
form input[type=password],
form select,
form textarea {
  box-sizing: border-box;
  padding: 16px 24px;
  height: 52px;
  background: #fff;
  border: 1px solid #DFE1E6;
  border-radius: 32px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
form input[type=text].medium,
form input[type=number].medium,
form input[type=email].medium,
form input[type=date].medium,
form input[type=password].medium,
form select.medium,
form textarea.medium {
  width: 200px;
}
form input[type=text].small,
form input[type=number].small,
form input[type=email].small,
form input[type=date].small,
form input[type=password].small,
form select.small,
form textarea.small {
  width: 150px;
}
form input[type=text].tiny,
form input[type=number].tiny,
form input[type=email].tiny,
form input[type=date].tiny,
form input[type=password].tiny,
form select.tiny,
form textarea.tiny {
  width: 90px;
}
form input[type=text]:focus,
form input[type=number]:focus,
form input[type=email]:focus,
form input[type=date]:focus,
form input[type=password]:focus,
form select:focus,
form textarea:focus {
  outline: 1px solid #54B848;
}
form input[type=text]:disabled,
form input[type=number]:disabled,
form input[type=email]:disabled,
form input[type=date]:disabled,
form input[type=password]:disabled,
form select:disabled,
form textarea:disabled {
  background-color: #f5f6f7;
  color: #A7A9AC;
}
form input[type=text].longtext,
form input[type=number].longtext,
form input[type=email].longtext,
form input[type=date].longtext,
form input[type=password].longtext,
form select.longtext,
form textarea.longtext {
  height: 200px;
}
form select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 55%;
}

.form__row {
  display: block;
  padding-bottom: 16px;
}
.form__row label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.form__row--required label:after {
  content: "*";
  color: #54B848;
  font-size: 20px;
}

.form__buttons {
  display: block;
  padding-bottom: 16px;
}

.form__buttons--with-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form__buttons--with-link a {
  color: #A7A9AC;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  line-height: 1.3;
  margin-left: 10px;
}

.form__notice {
  background: #fbeecc;
  padding: 10px;
  margin-top: 8px;
  font-size: 14px;
}

.form__description {
  margin: 8px 0;
  font-size: 14px;
}

.form__error {
  position: relative;
  font-size: 14px;
  color: #EE3080;
}
.form__error:invalid, .form__error + input[type=text], .form__error + input[type=number], .form__error + input[type=email], .form__error + input[type=date], .form__error + input[type=password], .form__error + select, .form__error + textarea {
  color: #EE3080;
  border-color: #EE3080;
}

.form__error-icon {
  position: absolute;
  top: 33px;
  right: 15px;
}
.form__error-icon svg {
  stroke: #EE3080;
  stroke-width: 1px;
  width: 30px;
  height: 30px;
}

.form__checkboxes {
  padding-top: 10px;
}
.form__checkboxes label {
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}

.form__checkboxes--inline label {
  display: inline-block;
  margin-right: 10px;
}

.form__input-icon {
  position: relative;
  top: -38px;
  right: 0;
  float: right;
  padding-right: 20px;
}
.form__input-icon svg {
  stroke: #A7A9AC;
}

.form__group-image {
  max-width: 200px;
  margin-bottom: 20px;
}

.form__switch {
  font-size: 14px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #F9FAFA;
}
.form__switch svg {
  height: 18px;
  width: 18px;
  vertical-align: middle;
  margin-right: 5px;
}
.form__switch .form__switch-options {
  float: right;
}

@media all and ( max-width : 767px ) {
  form input[type=text].medium,
  form input[type=number].medium,
  form input[type=email].medium,
  form input[type=date].medium,
  form input[type=password].medium,
  form select.medium,
  form textarea.medium {
    width: 145px;
  }
  form input[type=text].small,
  form input[type=number].small,
  form input[type=email].small,
  form input[type=date].small,
  form input[type=password].small,
  form select.small,
  form textarea.small {
    width: 145px;
  }
  form .email-split {
    font-size: 12px;
  }
}
.grid {
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: stretch;
  justify-content: stretch;
}

.grid--inner {
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: stretch;
  justify-content: stretch;
}

.grid__group {
  width: 100%;
  max-width: 50%;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}

.grid__box {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.grid__box--transparent {
  background-color: transparent;
}

.grid__box--ad {
  padding-top: 15px;
}
.grid__box--ad img {
  margin: auto;
}

.grid__box-title {
  position: relative;
  padding: 38px 20px;
}
.grid__box-title h2, .grid__box-title h2 a {
  margin: 0;
  padding: 0;
  color: #02261E;
  text-decoration: none;
  font-weight: normal;
  font-size: 22px;
}

.grid__box-title__action {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
}
.grid__box-title__action a {
  color: #02261E;
  text-decoration: none;
}

.group__cover {
  position: relative;
  border-radius: 24px;
  background-color: #fff;
  padding: 8px;
  height: 315px;
  margin-bottom: 52px;
}

.group__cover-image {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.group__cover-logo {
  position: absolute;
  bottom: -32px;
  left: 32px;
  width: 146px;
  height: 146px;
  line-height: 146px;
  text-align: center;
  background: #fff;
  box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.group__cover-logo img {
  width: 146px;
  height: 146px;
  border-radius: 8px;
}

.group__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.group__navigation a {
  display: block;
  padding: 5px;
  color: #636466;
  text-decoration: none;
  font-size: 14px;
}
.group__navigation a.active {
  color: #54B848;
}

.group__search svg {
  vertical-align: bottom;
}
.group__search input[type=text] {
  background-color: transparent;
  padding: 3px;
  color: #636466;
  width: auto;
  border: 0;
  font-size: 14px;
  height: auto;
  border-radius: 0;
}
.group__search button {
  display: none;
}

.group__box {
  border-radius: 24px;
  background-color: #fff;
  padding: 32px;
  margin-bottom: 20px;
}
.group__box form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.group__box textarea,
.group__box input[type=text] {
  width: 100%;
  margin-bottom: 16px;
}
.group__box .input-group {
  width: 100%;
  margin-bottom: 16px;
}
.group__box .notice {
  background: #fbeecc;
  padding: 10px;
  margin-top: 8px;
  font-size: 14px;
}
.group__box .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.group__box .js-upload-image {
  margin-bottom: 10px;
}

/**
 *  The Feed:
 * 
*/
.group__feed {
  list-style: none;
}
.group__feed a {
  display: inline-block;
  overflow-wrap: anywhere;
}

.group__feed-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DFE1E6;
  padding-bottom: 24px;
}

.group__feed-foot {
  border-top: 1px solid #DFE1E6;
}

.group__feed-meta {
  font-size: 14px;
  line-height: 18px;
}
.group__feed-meta a {
  color: #636466;
  text-decoration: none;
  font-weight: 700;
}
.group__feed-meta img {
  display: inline-block;
  margin-right: 10px;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  vertical-align: bottom;
}
.group__feed-meta div {
  display: inline-block;
}

.group__feed-actions a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #A7A9AC;
  padding: 0 0 0 10px;
}
.group__feed-actions a svg {
  vertical-align: text-bottom;
  padding-right: 5px;
  width: 22px;
  height: 22px;
}

.group__feed-content {
  padding: 24px 0;
}
.group__feed-content h2, .group__feed-content h3 {
  font-weight: 200;
}

.group__feed-images {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.group__feed-images img {
  display: block;
  width: 180px;
  height: 180px;
}

.group__feed-files {
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0;
}
.group__feed-files li {
  margin: 0 0 10px 0;
  padding: 0;
}
.group__feed-files li a {
  text-decoration: none;
}
.group__feed-files li svg {
  vertical-align: middle;
  padding-right: 5px;
}

.group__feed-content--with-calendar {
  display: flex;
  align-items: flex-start;
}

.group__event-calendar {
  border-radius: 16px;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.1);
  width: 120px;
  max-width: 120px;
  min-width: 120px;
  overflow: hidden;
}
.group__event-calendar .day {
  padding: 9px 0;
  text-align: center;
  font-style: normal;
  font-weight: 200;
  font-size: 48px;
  line-height: 110%;
}
.group__event-calendar .month {
  background-color: #00624B;
  color: #fff;
  font-weight: 300;
  padding: 8px 0;
  text-align: center;
}

.group__event-info {
  margin-left: 16px;
}
.group__event-info h3 {
  margin-bottom: 0;
}

.group__event-meta {
  color: #54B848;
  font-size: 14px;
}

.group__feed-event-actions {
  text-align: right;
  font-size: 14px;
}
.group__feed-event-actions a.ilm {
  display: inline-block;
  color: #636466;
  text-decoration: none;
  margin-right: 10px;
}

.group__feed-foot {
  padding-top: 24px;
}

.group__feed-comments ul.comments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.group__feed-comments ul.comments li {
  display: flex;
  padding: 5px 20px;
  margin: 0;
}
.group__feed-comments ul.comments li img {
  width: 32px;
  height: 32px;
  display: block;
  padding-right: 7px;
}
.group__feed-comments ul.comments li .comments-content {
  font-size: 12px;
  line-height: 16px;
  padding-right: 5px;
}
.group__feed-comments ul.comments li .comments-content a.name {
  font-weight: 700;
  text-decoration: none;
}
.group__feed-comments ul.comments li .comments-content .date {
  font-size: 12px;
  padding-top: 4px;
  font-weight: 700;
}
.group__feed-comments ul.comments li .comments-content .date svg {
  width: 12px;
  height: 12px;
  vertical-align: text-bottom;
}
.group__feed-comments form {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  padding-top: 20px;
}
.group__feed-comments form textarea {
  margin-right: 10px;
  height: 38px;
  padding: 10px 24px;
  margin-bottom: 0;
}
.group__feed-comments form button {
  min-width: 80px;
}

.group__memberslist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.group__memberslist li {
  display: block;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  font-size: 14px;
}
.group__memberslist li img {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.group__memberslist li a {
  text-decoration: none;
  color: #02261E;
  font-size: 14px;
}
.group__memberslist li a.name {
  font-weight: 700;
  color: #54B848;
  font-size: 14px;
}
.group__memberslist li div {
  display: inline-block;
}

.group__load-feed-button {
  display: block;
  margin: auto;
  width: 160px;
  text-align: center;
  /* background: #fff; */
  text-decoration: none;
  padding: 5px 12px;
}

.group__sidebar-infobox .info-body {
  font-size: 14px;
}
.group__sidebar-infobox .visibility {
  color: #A7A9AC;
  padding-top: 8px;
}
.group__sidebar-infobox .actions {
  text-align: right;
  padding-top: 8px;
}
.group__sidebar-infobox .actions a {
  text-decoration: none;
  color: #A7A9AC;
  display: inline-block;
  padding: 0 0 0 5px;
}
.group__sidebar-infobox .actions svg {
  width: 18px;
  height: 18px;
  vertical-align: sub;
}
.group__sidebar-infobox .managers {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #DFE1E6;
  line-height: 16px;
}
.group__sidebar-infobox .managers .manager {
  height: 50px;
  font-size: 14px;
}
.group__sidebar-infobox .managers .manager img {
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 10px;
}
.group__sidebar-infobox .managers .manager a {
  color: #636466;
  text-decoration: none;
}
.group__sidebar-infobox .managers .manager span {
  color: #A7A9AC;
  font-size: 14px;
}

@media all and ( max-width : 767px ) {
  .group__navigation {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .group__navigation a {
    padding: 5px 20px 10px 0;
  }
  .group__navigation form input[type=text] {
    width: 100px;
  }
  .group__box {
    padding: 20px;
  }
  .group__box .js-upload-image {
    margin-bottom: 10px;
  }
  .group__feed-head {
    display: block;
  }
  .group__feed-actions {
    padding-top: 4px;
  }
  .group__feed-actions a {
    font-size: 12px;
  }
  .group__feed-comments ul.comments li {
    padding: 5px 0;
  }
  .group__feed-comments ul.comments li img {
    padding-right: 15px;
  }
  .group__feed-images img {
    width: 160px;
    height: 160px;
  }
}
@media all and (max-width: 550px) {
  .group__feed-comments form {
    display: block;
  }
  .group__feed-comments textarea {
    width: 100% !important;
  }
  .group__feed-content--with-calendar {
    display: block;
  }
  .group__event-calendar {
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
  }
}
.home {
  max-width: 1320px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 300px 2fr;
  grid-template-rows: 350px 350px auto 450px;
  grid-template-areas: "email email laakekompassi" "links ad laakekompassi" "podcast podcast ad-large" "forum forum groups";
}

.home__area {
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
}

.home__area--transparent {
  background-color: transparent;
  border-radius: 0;
  text-align: center;
}
.home__area--transparent img {
  display: block;
}
.home__area--transparent img, .home__area--transparent iframe {
  margin: auto;
}

.home__area--with-fade {
  position: relative;
}
.home__area--with-fade:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255) 60%);
}

.home__email {
  grid-area: email;
}

.home__laakekompassi {
  grid-area: laakekompassi;
}

.home__links {
  grid-area: links;
}

.home__ad {
  grid-area: ad;
}

.home__ad-large {
  grid-area: ad-large;
}

.home__forum {
  grid-area: forum;
}

.home__groups {
  grid-area: groups;
}

.home__podcast {
  grid-area: podcast;
}

.home__ad ins,
.home__ad-large ins {
  height: 100%;
  position: relative;
  display: block;
  min-height: 250px;
}
.home__ad ins .inner,
.home__ad-large ins .inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 250px;
}

.home__ad-large ins img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home__links .home__box-title {
  padding: 20px;
}

.home__box-title {
  position: relative;
  padding: 30px 20px;
}
.home__box-title h2, .home__box-title h2 a,
.home__box-title h3, .home__box-title h3 a {
  line-height: 40px;
  margin: 0;
  padding: 0;
  color: #02261E;
  text-decoration: none;
  font-weight: 300;
  font-size: 22px;
}
.home__box-title svg {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  stroke-width: 1;
  font-weight: 100;
  margin-right: 10px;
}
.home__box-title .notification {
  position: absolute;
  display: block;
  left: 10px;
  top: 27px;
  color: #fff;
  background: #54B848;
  font-size: 12px;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 12px;
  text-align: center;
  font-weight: 600;
}

.home__box-title__action {
  display: block;
  position: absolute;
  right: 20px;
  top: 40px;
  line-height: 20px;
  font-size: 16px;
}
.home__box-title__action a {
  color: #54B848;
  text-decoration: none;
}
.home__box-title__action svg {
  width: 20px;
  height: 20px;
  vertical-align: sub;
  padding-left: 5px;
  stroke: #54B848;
}

.home__quick-links {
  padding: 0 20px;
}
.home__quick-links a {
  display: block;
  color: #636466;
  text-decoration: none;
  font-size: 14px;
  color: #02261E;
  padding: 15px 0;
  border-top: 1px solid #DFE1E6;
}
.home__quick-links svg {
  height: 32px;
  width: 32px;
  margin-right: 12px;
  vertical-align: middle;
}
.home__quick-links img {
  display: inline-block;
  margin: 0;
  padding-right: 10px;
  vertical-align: middle;
  max-height: 32px;
  width: auto;
}

@media all and ( max-width : 1193px ) {
  .home {
    grid-template-columns: 1fr 300px;
    grid-template-rows: 350px 350px 350px 350px 350px 260px;
    grid-template-areas: "email links" "laakekompassi ad" "podcast podcast" "forum forum" "groups groups" "ad-large ad-large";
  }
}
@media all and (max-width: 800px) {
  .home {
    display: block;
  }
  .home__area {
    display: block;
    width: 100%;
    overflow: auto;
    margin: 20px 0;
  }
}
.home-news-feed__title {
  font-weight: 300;
  padding-top: 40px;
  padding-bottom: 10px;
}

.home-news-feed__title-action {
  line-height: 32px;
  font-size: 14px;
  color: #02261E;
  float: right;
  text-decoration: none;
}
.home-news-feed__title-action svg {
  width: 22px;
  height: 22px;
  padding-left: 4px;
  stroke-width: 1.5;
  vertical-align: middle;
  display: inline-block;
}

.home-news-feed {
  max-width: 1320px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 300px 300px 310px;
  grid-template-areas: "main main news1 tiedotteet" "main main news2 tiedotteet" "news3 news4 news5 ad";
}

.home-news-feed__area {
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
}

.home-news-feed__area--with-fade {
  position: relative;
}
.home-news-feed__area--with-fade:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255) 60%);
}

.home-news-feed__area--transparent {
  background-color: transparent;
  border-radius: 0;
  padding-top: 20px;
}

.home-news-feed__main {
  grid-area: main;
}

.home-news-feed__tiedotteet {
  grid-area: tiedotteet;
}

.home-news-feed__ad {
  grid-area: ad;
}

.home-news-feed__news1 {
  grid-area: news1;
}

.home-news-feed__news2 {
  grid-area: news2;
}

.home-news-feed__news3 {
  grid-area: news3;
}

.home-news-feed__news4 {
  grid-area: news4;
}

.home-news-feed__news5 {
  grid-area: news5;
}

.home-news-feed__ad ins {
  height: 100%;
  position: relative;
  display: block;
}
.home-news-feed__ad ins .inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 250px;
}
.home-news-feed__ad ins .inner img {
  display: block;
  padding: 0;
  margin: 0;
}

.home-news-feed__item-image {
  display: block;
  padding-bottom: 46%;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 8px 8px 20px 8px;
}

.home-news-feed__item-image--logo {
  background-size: contain;
}

.home-news-feed__item-meta {
  font-size: 14px;
  padding: 6px 16px;
}
.home-news-feed__item-meta a {
  text-decoration: none;
  color: #02261E;
}

.home-news-feed__item-title {
  padding: 6px 16px 16px 16px;
}
.home-news-feed__item-title h2, .home-news-feed__item-title h3 {
  font-size: 16px;
  font-weight: 500;
}
.home-news-feed__item-title a {
  text-decoration: none;
  color: #636466;
}

.home-news-feed__main .home-news-feed__item-image {
  padding-bottom: 56.6%;
}
.home-news-feed__main .home-news-feed__item-meta {
  padding: 6px 32px;
}
.home-news-feed__main .home-news-feed__item-title {
  padding: 6px 32px 32px 32px;
}
.home-news-feed__main .home-news-feed__item-title h2, .home-news-feed__main .home-news-feed__item-title h3 {
  font-size: 32px;
  font-weight: 400;
}

@media all and ( max-width : 1193px ) {
  .home-news-feed {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 300px 300px 310px 300px;
    grid-template-areas: "main main tiedotteet" "main main tiedotteet" "news1 news2 ad" "news3 news4 news5";
  }
}
@media all and (max-width: 800px) {
  .home-news-feed {
    display: block;
  }
  .home-news-feed__area {
    display: block;
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
  }
  .home-news-feed__title-action {
    float: none;
    display: block;
    text-align: right;
  }
  .home-news-feed__ad ins .inner {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    text-align: center;
    height: 255px;
    margin: auto;
  }
  .home-news-feed__ad ins .inner img {
    display: inline-block;
  }
}
.header {
  background-color: #fff;
}

.header__inner {
  max-width: 1320px;
  margin: auto;
  height: 188px;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  max-width: 170px;
  min-width: 150px;
  width: 100%;
  display: block;
}
.header__logo img {
  width: 150px;
  height: auto;
}

.header__logo-desktop {
  display: block;
}

.header__logo-mobile {
  display: none;
}

.header__search {
  display: none;
  padding: 0 20px;
}

.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__menu {
  height: 152px;
  width: 100%;
  min-width: 652px;
  padding-right: 20px;
  border-right: 1px solid #dfe1e5;
}
.header__menu .mobile-nav-only {
  display: none;
}
.header__menu ul {
  list-style: none;
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  align-items: center;
}
.header__menu ul li {
  display: inline-block;
  padding: 15px;
  margin: 0;
}
.header__menu ul li a {
  color: #02261E;
  text-decoration: none;
}

.header__user {
  width: 100%;
  min-width: 300px;
  max-width: 300px;
  display: flex;
  position: relative;
}

.header__user-profile {
  display: flex;
  width: 100%;
  align-items: center;
  padding-top: 5px;
  padding-left: 15px;
  color: #02261E;
  text-decoration: none;
}
.header__user-profile img {
  border-radius: 100%;
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

.header__user-options {
  position: absolute;
  display: none;
  z-index: 999;
  width: 100%;
  top: 52px;
  background: #fff;
  font-size: 14px;
  box-shadow: 0px 1px 3px #A7A9AC;
  margin: 0;
  padding: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.header__user-options ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__user-options ul li {
  padding: 14px 20px;
  margin: 0;
}
.header__user-options ul li:nth-child(odd) {
  background-color: #F9FAFA;
}
.header__user-options ul li a {
  color: #02261E;
  text-decoration: none;
}

.header__user--active .header__user-options,
.header__user:hover .header__user-options {
  display: block;
}

.header__logout {
  padding-top: 5px;
  padding-left: 20px;
}
.header__logout a {
  display: block;
  text-decoration: none;
  background-color: #f5f6f7;
  color: #02261E;
  border-radius: 100%;
  text-align: center;
  width: 48px;
  height: 38px;
  padding-top: 10px;
}
.header__logout svg {
  width: 28px;
  height: 28px;
  stroke: #02261E;
  vertical-align: middle;
  stroke-width: 1;
}

.header__mobile-toggle {
  display: none;
}

.header__mobile-logout {
  display: none;
}

.header__close {
  display: none;
  position: fixed;
  top: 100px;
  right: 20px;
}
.header__close svg {
  stroke: #fff;
  width: 32px;
  height: 32px;
}

.header--mobile-active {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
  color: #fff;
  background: #00624b;
  z-index: 999;
}
.header--mobile-active .header__inner {
  margin: 0;
  padding: 0;
  display: block;
  height: auto;
}
.header--mobile-active .header__logo {
  box-sizing: border-box;
  height: 120px;
  display: flex;
  align-items: center;
  padding: 18px 20px;
  width: 100%;
  margin-top: 36px;
  min-width: auto;
  max-width: none;
}
.header--mobile-active .header__logo-desktop {
  display: none;
}
.header--mobile-active .header__logo-mobile {
  display: block;
}
.header--mobile-active .header__search {
  display: block;
}
.header--mobile-active .header__content {
  display: block;
}
.header--mobile-active .header__menu {
  display: block;
  min-width: auto;
  height: auto;
  border: 0;
  padding: 0;
}
.header--mobile-active .header__menu-links {
  flex-wrap: wrap;
  padding-top: 20px;
}
.header--mobile-active .header__menu-links .mobile-nav-only {
  display: block;
}
.header--mobile-active .header__menu-links li {
  padding: 0;
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  box-sizing: border-box;
  border-bottom: 1px solid #25705c;
}
.header--mobile-active .header__menu-links li:nth-child(odd) {
  border-right: 1px solid #25705c;
}
.header--mobile-active .header__menu-links li a {
  display: block;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.header--mobile-active .header__menu-links li a svg {
  vertical-align: sub;
  padding-right: 10px;
}
.header--mobile-active .header__links {
  flex-wrap: wrap;
}
.header--mobile-active .header__user {
  min-width: auto;
  max-width: none;
  display: block;
  padding: 40px 0;
  border-bottom: 1px solid #25705c;
}
.header--mobile-active .header__user-profile {
  justify-content: center;
  align-items: center;
  color: #fff;
}
.header--mobile-active .header__mobile-logout {
  display: block;
  padding: 40px 0;
  text-align: center;
}
.header--mobile-active .header__mobile-logout svg {
  vertical-align: sub;
  padding-right: 14px;
}
.header--mobile-active .header__mobile-logout a {
  text-decoration: none;
  color: #fff;
}
.header--mobile-active .header__mobile-toggle {
  display: none;
}
.header--mobile-active .header__close {
  display: block;
}
.header--mobile-active .header__user-options {
  display: block;
  position: relative;
  background: transparent;
  color: #fff;
  text-align: center;
  padding: 20px;
  top: auto;
  box-shadow: none;
}
.header--mobile-active .header__user-options li {
  background-color: transparent;
}
.header--mobile-active .header__user-options li:nth-child(odd) {
  background-color: transparent;
}
.header--mobile-active .header__user-options a {
  color: #fff;
}

@media all and ( max-width : 1193px ) {
  .header__inner {
    height: 152px;
  }
  .header__menu {
    display: none;
  }
  .header__logout {
    display: none;
  }
  .header__mobile-toggle {
    display: block;
    padding-top: 13px;
    padding-left: 20px;
  }
  .header__mobile-toggle svg {
    stroke: #636466;
    width: 32px;
    height: 32px;
  }
  .header--mobile-active .header__logo {
    height: 152px;
  }
}
@media all and ( max-width : 767px ) {
  .header__inner {
    height: 120px;
  }
  .header__user {
    display: none;
  }
  .header--mobile-active .header__logo {
    height: 120px;
  }
  .header--mobile-active .header__close {
    top: 80px;
  }
  .header--mobile-active .header__user {
    display: block;
  }
}
.image-carousel {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
}

.image-carousel__navi {
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}
.image-carousel__navi svg {
  display: block;
  margin: auto;
  width: 32px;
  height: 32px;
  padding-top: 4px;
}

.image-carousel__next {
  position: fixed;
  top: 50%;
  margin-top: -20px;
  right: 40px;
}
.image-carousel__next svg {
  padding-left: 2px;
}

.image-carousel__prev {
  position: fixed;
  top: 50%;
  margin-top: -20px;
  left: 40px;
}
.image-carousel__prev svg {
  padding-right: 2px;
}

@media all and ( max-width : 767px ) {
  .image-carousel__navi {
    width: 25px;
    height: 25px;
  }
  .image-carousel__navi svg {
    display: block;
    margin: auto;
    width: 20px;
    height: 20px;
    padding-top: 2px;
  }
  .image-carousel__next {
    right: 10px;
  }
  .image-carousel__prev {
    left: 10px;
  }
}
.listing {
  display: block;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.listing--with-images .listing__item {
  display: flex;
}
.listing--with-images .listing__info {
  padding-left: 32px;
}

.listing__item {
  list-style: none;
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #DFE1E6;
}
.listing__item:first-child {
  padding-top: 0;
}
.listing__item:last-child {
  border-bottom: 0;
}

.listing__image {
  width: 146px;
  min-width: 146px;
  height: 146px;
  min-height: 146px;
  border-radius: 8px;
  border: 1px solid #DFE1E6;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #dfe1e5;
}

.listing__image--small {
  background-size: 50%;
  background-color: transparent;
}

.listing__title {
  font-size: 22px;
  color: #636466;
  font-weight: 300;
  text-decoration: none;
  line-height: 1;
}

.listing__meta {
  color: #A7A9AC;
  font-size: 14px;
}
.listing__meta span, .listing__meta a {
  display: inline-block;
  padding-right: 10px;
  text-decoration: none;
}
.listing__meta a {
  font-weight: 700;
  color: #636466;
}

.listing__description {
  padding-top: 10px;
  font-size: 14px;
}

@media all and ( max-width : 767px ) {
  .listing--with-images .listing__info {
    padding-left: 20px;
  }
  .listing__image {
    width: 46px;
    min-width: 46px;
    height: 46px;
    min-height: 46px;
  }
}
@media all and ( min-width : 1194px ) {
  .listing__item {
    padding: 46px 0;
  }
}
.metabar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  padding-top: 54px;
  padding-bottom: 30px;
  max-width: 1320px;
  margin: auto;
  clear: both;
}

.metabar__crumbpath ul {
  list-style: none;
  padding-top: 12px;
}
.metabar__crumbpath ul li {
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.metabar__crumbpath ul li a {
  text-decoration: none;
}
.metabar__crumbpath ul li:after {
  content: ">";
  display: inline-block;
  padding: 0 7px;
}
.metabar__crumbpath ul li:last-child:after {
  content: "";
}
.metabar__crumbpath ul li:last-child a {
  color: #02261E;
}

.metabar__search {
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  width: 400px;
  background-color: #fff;
  border: 1px solid #A7A9AC;
  height: 48px;
  line-height: 48px;
}
.metabar__search input, .metabar__search select {
  height: 48px;
  line-height: 48px;
  border: 0 !important;
}
.metabar__search input {
  width: 250px;
  padding-left: 20px;
}
.metabar__search select {
  width: 180px;
  background-color: #A7A9AC;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  padding: 0 40px 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-repeat: no-repeat;
  background-position-x: 93%;
  background-position-y: 55%;
}

.metabar--no-crumbpath {
  padding: 20px 40px;
}
.metabar--no-crumbpath .metabar__search {
  margin: auto;
  width: 100%;
  max-width: 980px;
}

@media all and ( max-width : 767px ) {
  .metabar {
    padding-bottom: 10px;
  }
  .metabar--no-crumbpath {
    padding: 20px;
  }
  .metabar__search {
    display: none;
  }
  .metabar--forum {
    display: block;
  }
  .metabar--forum .metabar__crumbpath {
    min-height: 40px;
    padding-bottom: 10px;
  }
  .metabar--forum .metabar__search {
    display: block;
    width: 100%;
  }
}
body--has-modal {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999999;
  overflow: auto;
}

.modal__body {
  position: relative;
  position: fixed;
  overflow: auto;
  top: 20px;
  left: 50%;
  bottom: 20px;
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  width: 600px;
  margin-left: -300px;
}

.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.modal__title {
  font-weight: 700;
  padding-bottom: 20px;
}

.modal__discussion {
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 0;
  padding-top: 30px;
}

.modal__dialog {
  padding: 20px 0;
  border-top: 1px solid #DFE1E6;
}

.modal__dialog-title {
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 5px;
}

@media all and ( max-width : 767px ) {
  .modal__body {
    position: fixed;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    width: auto;
    padding: 20px;
    margin-left: 0;
  }
}
.pagination ul {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination ul li {
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination ul li a {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-decoration: none;
  color: #636466;
  text-align: center;
  border-radius: 12px;
}
.pagination ul li a.active {
  background-color: #fff;
  font-weight: 600;
}
.pagination ul li a.word {
  width: auto;
}
.pagination ul li a.word.active {
  padding: 0 4px;
  border-radius: 5px;
}
.pagination .MarkupPagerNavOn a {
  background-color: #fff;
  font-weight: 700;
}
.pagination .MarkupPagerNavSeparator {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

.quota {
  font-size: 14px;
}

.quota__bar {
  height: 20px;
  border: 1px solid #DFE1E6;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.quota__indicator {
  height: 100%;
  background: #54B848;
}

.sidebar {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  border-radius: 24px;
  margin: 0 0 20px 0;
  padding: 20px;
}

.sidebar__title {
  padding: 20px 0;
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 0;
}
.sidebar__title svg {
  stroke-width: 1;
  vertical-align: middle;
  padding-right: 10px;
}

.sidebar--sticky {
  position: fixed;
  top: 20px;
  width: 340px;
  z-index: 100;
}

@media all and ( max-width : 767px ) {
  .sidebar--sticky {
    position: relative;
    top: auto;
    width: auto;
    z-index: 100;
  }
}
.sidebar--with-navigation {
  padding: 0 0 20px 0;
}
.sidebar--with-navigation .sidebar__title {
  padding: 32px 40px 20px 40px;
}

.sidebar__info-link {
  position: absolute;
  top: 40px;
  right: 24px;
  text-decoration: none;
  font-size: 14px;
}

ul.sidebar__navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

li.sidebar__navi-item {
  position: relative;
  display: block;
  margin: 0 20px;
  padding: 0;
  border-bottom: 1px solid #DFE1E6;
}
li.sidebar__navi-item a {
  display: block;
  padding: 14px 20px;
  color: #636466;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
li.sidebar__navi-item .sidebar__subnavi-toggle {
  position: absolute;
  top: 15px;
  right: 20px;
  padding: 0;
}
li.sidebar__navi-item .sidebar__subnavi-toggle svg {
  width: 22px;
  height: 22px;
  display: block;
}

li.sidebar__navi-item--on a {
  color: #54B848;
}

ul.sidebar__navigation--subnavi {
  background-color: #F9FAFA;
}
ul.sidebar__navigation--subnavi li.sidebar__navi-item a {
  padding: 14px 40px;
}

ul.sidebar__subnavi {
  background-color: #f5f6f7;
  list-style: none;
  margin: 0;
  padding: 0;
}

li.sidebar__subnavi-item {
  margin: 0;
  padding: 0;
}
li.sidebar__subnavi-item a {
  display: block;
  margin: 0 40px;
  padding: 8px 0;
  border-top: 1px solid #DFE1E6;
  color: #636466;
  text-decoration: none;
}
li.sidebar__subnavi-item:first-child {
  border-top: 0;
}

.sidebar__list {
  list-style: none;
}
.sidebar__list .tag {
  background-color: #54B848;
  color: #fff;
  font-size: 11px;
  padding: 1px 6px;
  border-radius: 5px;
}
.sidebar__list .tag svg {
  width: 10px;
  height: 10px;
  stroke: #fff;
  vertical-align: sub;
}
.sidebar__list li {
  margin: 0;
  padding: 5px 0;
}
.sidebar__list li a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #636466;
  font-weight: 500;
}

.sidebar__list--with-image li {
  display: flex;
}

.sidebar__list-image {
  display: inline-block;
  vertical-align: middle;
  width: 49px;
  min-width: 49px;
  height: 49px;
  background-color: #dfe1e5;
  border-radius: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}

.sidebar__ad {
  text-align: center;
  padding: 10px;
}
.sidebar__ad img {
  margin: auto;
}
.sidebar__ad iframe {
  margin: 0 auto;
  width: auto;
}

.sidebar__ad-boxes {
  padding: 20px;
  max-width: 348px;
  margin: 0 auto 20px auto;
}
.sidebar__ad-boxes a {
  display: block;
  color: #636466;
  text-decoration: none;
  font-size: 14px;
  color: #02261E;
  padding: 30px 0;
  text-align: center;
}
.sidebar__ad-boxes a img {
  display: inline-block;
  margin: 0;
  padding-right: 10px;
  vertical-align: middle;
  max-height: 32px;
  width: auto;
}
.sidebar__ad-boxes ins a {
  border-top: 1px solid #DFE1E6;
}

.sidebar__ad-boxes--max-width {
  max-width: none;
}

@media all and ( max-width : 767px ) {
  .sidebar {
    margin: 0;
    max-width: none;
  }
}
.table-listing {
  display: block;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.table-listing__item {
  padding: 12px;
  background-color: #fff;
  margin: 0;
}
.table-listing__item:nth-child(odd) {
  background-color: #F9FAFA;
}

.table-listing__new {
  width: 10px;
}

.table-listing__item--new .table-listing__new:before {
  display: inline-block;
  content: "";
  border-radius: 4px;
  margin-top: 25px;
  height: 8px;
  width: 8px;
  background-color: #54B848;
}

.table-listing--with-image .table-listing__item {
  display: flex;
}

.table-listing--scrollable {
  overflow: scroll;
  height: 100%;
}

.table-listing__image {
  width: 120px;
  min-width: 120px;
  text-align: center;
}
.table-listing__image img {
  max-height: 70px;
  max-width: 120px;
  width: auto;
  height: 100%;
  margin: auto;
  mix-blend-mode: multiply;
}
.table-listing__image .image-placeholder {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #dfe1e5;
  margin: auto;
}

.table-listing--round-image .table-listing__image {
  width: 100px;
  min-width: 100px;
}
.table-listing--round-image .table-listing__image img {
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 25px;
  margin-top: 5px;
}
.table-listing--round-image .table-listing__new {
  width: 25px;
  min-width: 25px;
  text-align: center;
}

.table-listing__meta,
.table-listing__sub {
  font-size: 11px;
}
.table-listing__meta a,
.table-listing__sub a {
  text-decoration: none;
  color: #54B848;
}
.table-listing__meta svg,
.table-listing__sub svg {
  width: 14px;
  height: 14px;
  vertical-align: sub;
}
.table-listing__meta .uppercase,
.table-listing__sub .uppercase {
  text-transform: uppercase;
}
.table-listing__meta .fat,
.table-listing__sub .fat {
  font-weight: 700;
}
.table-listing__meta .tag,
.table-listing__sub .tag {
  font-size: 11px;
  color: #fff;
  background-color: #54B848;
  display: inline-block;
  margin-left: 5px;
  padding: 1px 6px;
  border-radius: 8px;
}

.table-listing__prime-link {
  display: block;
  font-size: 16px;
  color: #02261E;
  text-decoration: none;
}

.table-listing__meta {
  color: #54B848;
}

.table-listing__meta--dark,
.table-listing__meta--dark a,
.table-listing__meta--dark svg {
  color: #A7A9AC;
  stroke: #A7A9AC;
}

.table-listing__sub {
  color: #02261E;
}
.table-listing__sub a {
  color: #02261E;
}

.table-listing--compact .table-listing__image {
  width: 60px;
  min-width: 60px;
  text-align: center;
}
.table-listing--compact .table-listing__image img {
  max-height: 24px;
  max-width: 24px;
  width: auto;
  height: 100%;
  margin: auto;
}
.table-listing--compact .table-listing__prime-link {
  font-size: 14px;
}

@media all and ( max-width : 767px ) {
  .table-listing__prime-link {
    font-size: 14px;
    line-height: 20px;
  }
  .table-listing--round-image .table-listing__image {
    width: 60px;
    min-width: 60px;
  }
  .table-listing--round-image .table-listing__image img {
    height: 32px;
    width: 32px;
    min-width: 32px;
    border-radius: 16px;
    margin-top: 15px;
  }
  .table-listing--round-image .table-listing__new {
    width: 10px;
    min-width: 10px;
    text-align: center;
  }
  .table-listing__image {
    width: 80px;
    min-width: 80px;
    text-align: center;
  }
  .table-listing__image img {
    max-height: 50px;
    max-width: 80px;
  }
  .table-listing__image .image-placeholder {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    margin-top: 5px;
  }
  .table-listing__item--new .table-listing__new:before {
    margin-top: 18px;
  }
}
.title {
  position: relative;
  font-size: 32px;
  font-weight: 300;
  color: #636466;
  padding: 10px 0;
}
.title h1 {
  line-height: 32px;
}
.title svg {
  vertical-align: bottom;
  stroke-width: 1.5px;
}

.title--flex {
  display: flex;
  justify-content: space-between;
}
.title--flex .title__section-specials {
  padding-top: 10px;
}
.title--flex .title__actions {
  padding-top: 10px;
  position: relative;
  top: auto;
  right: auto;
}

.title__actions {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
  font-weight: 400;
}
.title__actions a {
  display: block;
  height: 20px;
  color: #636466;
  text-decoration: none;
}
.title__actions svg {
  height: 20px;
  width: 20px;
  vertical-align: middle;
  padding-bottom: 4px;
}

@media all and ( max-width : 767px ) {
  .title--flex {
    display: block;
  }
  .title__actions {
    position: relative;
    text-align: right;
    top: auto;
    right: auto;
    padding-bottom: 10px;
  }
}
.unions {
  padding: 0 20px;
  margin: 40px auto;
  max-width: 1320px;
}
.unions div {
  background-color: #fff;
  border-radius: 24px;
  padding: 10px 40px;
}
.unions ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.unions ul li {
  margin: 0;
  padding: 0;
}
.unions ul li a {
  font-size: 14px;
  display: block;
  height: 24px;
  line-height: 24px;
  text-decoration: none;
  color: #00624B;
  text-align: center;
}

@media all and ( max-width : 767px ) {
  .unions ul {
    display: block;
  }
  .unions ul li {
    padding: 10px 0;
  }
}

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