@charset "UTF-8";

@font-face {
  font-family: 'Apercu MOIA';
  src: url(/hc/theming_assets/01HZPS559GJ13NZZKJXBZ69G4B);
}

@font-face {
  font-family: 'Apercu MOIA';
  font-weight: bold;
  src: url(/hc/theming_assets/01HZPS4Z56RC9GB97H9T8DBHM8);
}

/***** Base *****/

* {
  box-sizing: border-box;
}

/* NOTE: disable contact button for now */
#launcher {
  display: none;
}

html {
  font: -apple-system-body;
}

body {
  background-color: #fcfbfa;
  color: #000c15;
  font-family: 'Apercu MOIA', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
}

body > main {
  position: relative;
  flex: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 21px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 14px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 18px;
  }
}

a {
  color: #0532ff;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #0532ff;
  text-decoration: none;
}

input,
textarea {
  color: #000;
  font-size: 0.875rem;
}

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border 0.12s ease-in-out;
  -webkit-appearance: none !important;
}

input:focus {
  border: 1px solid #B3B6B9;
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/hc/theming_assets/01HZPS4YZZS82WSAZY6QQZQGGM) no-repeat #ffffff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid #000c15;
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid #B3B6B9;
}

.container {
  padding: 0 20px !important;
}

@media (min-width: 768px) {
  .container {
    padding: 0 !important;
    margin-top: 108px;
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.error-page {
  position: absolute;
  top: calc(50%);
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

@media (max-height: 720px) {
  .error-page {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    padding: 150px 0 108px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .error-page {
    padding-left: 0;
    padding-right: 0;
    max-width: 450px;
  }
}

@media (min-width: 1024px) {
  .error-page {
    max-width: unset;
  }
}

.error-page .not-found-image {
  width: 100%;
  max-width: 192px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .error-page .not-found-image {
    margin-bottom: 32px;
  }
}

@media (min-width: 1024px) {
  .error-page .not-found-image {
    max-width: 240px;
    margin-bottom: 40px;
  }
}

.error-page h3 {
  margin-bottom: 8px;
}

.error-page span a {
  font-weight: bold;
  display: inline-block;
}

.dropdown-toggle::after {
  color: inherit;
}

.strong {
  font-weight: bold;
}

.body-1,
.body-2,
.body-3 {
  line-height: 1.3;
}

.body-1 {
  font-size: 18px;
}

.body-2 {
  font-size: 16px;
}

.body-1 {
  font-weight: bold;
}

.body-3 {
  font-size: 14px;
}

.footnote {
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.3;
}

.animated-underline {
  position: relative;
}

.animated-underline::after {
  background: #0532ff;
  bottom: -4px;
  height: 2px;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.animated-underline:hover::after {
  width: 100%;
  left: 0;
}

/***** Buttons *****/
.button,
[role='button'] {
  background: transparent;
  color: #000c15;
  border: 1px solid #000c15;
  border-radius: 10px;
  line-height: 2.8125rem;
  white-space: normal;
  height: auto;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out,
    color 0.15s ease-in-out;
  user-select: none;
  width: auto;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .button,
  [role='button'] {
    width: auto;
  }
}

.button::after,
[role='button']::after {
  color: #000c15;
}

.button:hover,
.button:active,
.button:focus,
.button[aria-selected='true'],
[role='button']:hover,
[role='button']:active,
[role='button']:focus,
[role='button'][aria-selected='true'] {
  background-color: #e6e7e8;
  text-decoration: none;
}

.button[aria-selected='true']:hover,
.button[aria-selected='true']:focus,
.button[aria-selected='true']:active,
[role='button'][aria-selected='true']:hover,
[role='button'][aria-selected='true']:focus,
[role='button'][aria-selected='true']:active {
  background-color: #e6e7e8;
  text-decoration: none;
}

.button[data-disabled],
[role='button'][data-disabled] {
  cursor: default;
}

.button-large,
input[type='submit'] {
  background-color: #0532ff;
  border: 0;
  border-radius: 10px;
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.3;
  padding: 0 16px;
  margin: 0 auto;
  height: 2.8125rem;
  min-width: 130px;
}

@media (min-width: 768px) {
  .button-large,
  input[type='submit'] {
    width: auto;
  }
}

.button-large:hover,
.button-large:active,
.button-large:focus,
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit']:focus {
  background-color: #4365FF;
}

.button-large[disabled],
input[type='submit'][disabled] {
  background-color: #e6e7e8;
  color: #B3B6B9;
}

.button-secondary {
  color: #00467b;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active {
  color: #000c15;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: #00467b;
  font-size: 0.8125rem;
  font-weight: 300;
  text-align: left;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  .table td,
  .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td,
  .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Forms *****/
.form {
  max-width: 768px;
}

@media (min-width: 768px) {
  .form {
    width: 100%;
    max-width: 448px;
    margin: 0 auto 60px;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .form {
    max-width: 500px;
  }
}

.form-field ~ .form-field {
  margin-top: 28px;
}

@media (min-width: 768px) {
  .form-field ~ .form-field {
    margin-top: 32px;
  }
}

@media (min-width: 1024px) {
  .form-field:nth-of-type(3) {
    margin-top: 40px;
  }
}

#contact-form-headline {
  margin: 48px 0 28px;
  display: none;
  text-align: left;
}

@media (min-width: 768px) {
  #contact-form-headline {
    margin: 64px 0 32px 0;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  #contact-form-headline {
    margin: 80px 0 40px;
  }
}

.form-field label {
  display: block;
  font-size: 1rem;
  margin-bottom: 12px;
  font-weight: bold;
  text-align: left;
}

.form-field input {
  width: 100%;
  border: none;
  background: #f0f0f1;
  border-radius: 10px;
}

.form-field input:focus {
  box-shadow: inset 0 0 1px 1px #B3B6B9;
  color: #000c15 !important;
}

.form-field input[type='text'] {
  font-size: 1rem;
  height: 3.25rem;
  padding: 0 16px;
}

.form-field input[type='text']::placeholder {
  font-size: 1rem !important;
  color: #919ea5;
}

.form-field input[type='checkbox'] {
  width: auto;
}

.form-field .nesty-input {
  border: none;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  color: #000c15;
  background: #ffffff;
  height: 3.25rem;
  box-shadow: 0px 2px 4px rgba(161, 161, 161, 0.21);
  border-radius: 10px;
  padding: 0 44px 0 16px;
  outline: none;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  line-height: 3.25rem;
  text-align: left;
}

.form-field .nesty-input:hover,
.form-field .nesty-input:active,
.form-field .nesty-input:focus,
.form-field .nesty-input:hover {
  color: #000c15 !important;
  box-shadow: 0px 2px 4px rgba(161, 161, 161, 0.21),
    inset 0px 0px 1px 1px #B3B6B9;
  text-decoration: none;
}

.nesty-input:after {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: url(/hc/theming_assets/01HZPS53M0FDN7QBE7S92ZZHBK);
}

body .nesty-panel li {
  font-size: 1rem;
  min-height: 1.6875rem;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type='checkbox'] + label {
  margin: 0 0 0 10px;
}

.form-field p {
  color: #919ea5;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 12px;
  text-align: left;
}

[data-loading='true'] input,
[data-loading='true'] textarea {
  background: transparent url(/hc/theming_assets/01HZPS51ADF89KFRBZA4WMG450) 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  text-align: center;
  margin: 64px 0;
}

@media (min-width: 1024px) {
  .form footer {
    margin: 80px 0;
  }
}

.form footer a {
  color: #00467b;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  display: none !important;
  font-size: 0.8125rem;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: #001c9e;
}

.request_anonymous_requester_email,
#request_anonymous_requester_email {
  display: none;
}

/***** Header *****/
.header {
  background-color: #ffffff;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 2.875rem;
  z-index: 100;
  margin: 0 auto;
  position: relative;
  transition: height 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (max-height: 480px) {
  .header {
    position: relative !important;
  }
}

@media (min-width: 768px) {
  .header {
    background-color: transparent;
    height: 6.75rem;
    top: 0;
    position: fixed;
  }

  .header.not-homepage {
    background-color: #ffffff;
  }

  .header.scrolled {
    background-color: #ffffff;
    height: 4.625rem;
  }
}

@media (min-width: 1600px) {
  .header-wrapper {
    height: 100%;
    max-width: 1340px;
    margin: 0 auto;
    position: relative;
  }
}

.header-search {
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.header-search .search-link {
  padding-right: 2px;
  display: block;
}

.header-search .search-link:hover,
.header-search .search-link:active,
.header-search .search-link:focus {
  background: none;
}

.header-search .stick-frame,
.header-search .glass-frame {
  fill: initial;
  transition: fill 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-search a > svg {
  display: block;
  width: 1rem;
  height: 1rem;
}

@media (min-width: 768px) {
  .header-search a > svg {
    display: inline;
    vertical-align: middle;
  }
}

.header-search a > h4 {
  display: none;
  color: #ffffff;
  transition: color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 768px) {
  .header-search {
    right: 12.5%;
  }

  .header-search .stick-frame,
  .header-search .glass-frame {
    fill: #ffffff;
  }

  .header.not-homepage .header-search .stick-frame,
  .header.not-homepage .header-search .glass-frame,
  .header.scrolled .header-search .stick-frame,
  .header.scrolled .header-search .glass-frame {
    fill: initial;
  }

  .header-search .search-link:after {
    background: #ffffff;
    bottom: -7px;
  }

  .header.not-homepage .header-search .search-link:after,
  .header.scrolled .header-search .search-link:after {
    background: #000c15;
  }

  .header-search .search-link:hover,
  .header-search .search-link:active,
  .header-search .search-link:focus {
    background: none;
    color: #000c15;
  }

  .header-search a > h4 {
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
  }

  .header.not-homepage .header-search a > h4,
  .header.scrolled .header-search a > h4 {
    color: #000c15;
  }
}

@media (min-width: 1024px) {
  .header-search {
    right: 8%;
  }
}

@media (min-width: 1600px) {
  .header-search {
    right: 0;
  }
}

.title {
  display: none;
}

.nav-arrow-left {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.nav-arrow-left:hover,
.nav-arrow-left:active,
.nav-arrow-left:focus {
  background: unset;
}

@media (min-width: 768px) {
  .nav-arrow-left {
    left: 12.5%;
  }
}

@media (min-width: 1024px) {
  .nav-arrow-left {
    left: 8%;
  }
}

@media (min-width: 1600px) {
  .nav-arrow-left {
    left: 0;
  }
}

.logo {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.logo a {
  display: block;
}

.logo a:hover,
.logo a:active,
.logo a:focus {
  background: none;
}

.logo .logo-shape {
  fill: initial;
  transition: fill 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.not-homepage .logo .logo-shape {
  fill: initial;
}

@media (min-width: 768px) {
  .logo .logo-shape {
    fill: #ffffff;
  }
}

.header.scrolled .logo .logo-shape {
  fill: inherit;
}

.logo svg {
  display: block;
  width: 4.75rem;
  height: auto;
}

@media (min-width: 768px) {
  .logo svg {
    width: 126px;
  }
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.user-nav[aria-expanded='true'] {
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded='true'] > a {
  display: block;
  margin: 20px;
}

.nav-wrapper a {
  border: 0;
  color: #0532ff;
  display: none;
  font-size: 0.875rem;
  padding: 0 20px 0 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper a {
    display: inline-block;
  }
}

.nav-wrapper a.login {
  display: inline-block;
}

.nav-wrapper .icon-menu {
  display: inline-block;
  margin-right: 10px;
  color: #0532ff;
}

@media (min-width: 768px) {
  .nav-wrapper .icon-menu {
    display: none;
  }
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > [role='button'] {
  border: 0;
  color: #0532ff;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role='button']:hover {
  color: #0532ff;
  background-color: transparent;
}

.user-info > [role='button']::after {
  color: #0532ff;
  padding-right: 15px;
}

#user #user-name {
  display: none;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent::before {
  background-color: #000c15;
  border: 2px solid #ffffff;
  border-radius: 50%;
  bottom: -4px;
  color: #ffffff;
  content: '\1F464';
  font-size: 0.875rem;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

.app-download-container {
  margin: 0 auto;
  width: 100%;
  background: #F0ECE4;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 64px;
}

.app-download-header {
  text-align: center;
  margin-bottom: 60px;
}
.app-download-card-grid {
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
}
.app-download-card {
  display: flex;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 28px;
  background: #ffffff;
}

.app-download-card-title {
  margin-bottom: 12px;
}
.app-download-card:nth-child(2) {
  margin-left: 56px;
}
.app-download-card-rating {
  margin-top: 12px;
  margin-bottom: 20px;
}
.app-download-card-stars {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 4px;
}
.app-download-card-stars-rating {
  display: block;
  margin-top: 5px;
  font-weight: 700;
  font-size: 16px;
  color: #000c15;
}
.app-download-card-link a img {
  height: 48px;
}
@media (max-width: 768px) {
  .app-download-card-grid {
    display: flex;
    flex-direction: column;
    gap: 56px;
  }
  .app-download-card {
    padding: 20px;
  }
  .app-download-card:nth-child(2) {
    margin-left: 0;
  }

  .app-download-card {
    width: 256px;
  }
}
@media (min-width: 1024px) {
  .app-download-card {
    width: 384px;
  }
}

@media (min-width: 1600px) {
  .app-download-card {
    width: 471px;
  }
}
/***** Footer *****/
.footer {
  background-color: #ffffff;
  padding: 24px;
}

@media (min-width: 768px) {
  .footer-inner {
    padding: 0 12.5%;
    margin: 0 auto;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .footer-inner {
    padding: 0 8%;
  }
}

@media (min-width: 1600px) {
  .footer-inner {
    padding: 0;
    max-width: 1340px;
  }
}
#footer-visit-moia-link {
  color: #0532ff;
  font-weight: 700;
}

.footer-app-container {
  margin-bottom: 40px;
  display: flex;
  gap: 12px;
}

.footer a {
  color: #000c15;
}

.footer a:hover,
.footer a:focus,
.footer a:active {
  color: #0532ff;
}

.footer-social-wrapper {
  display: flex;
  height: 20.8px;
}
.footer-social-wrapper a {
  display: block;
  margin-right: 16px;
}

.help-link {
  color: #000c15;
  display: block;
}

.footer-language-selector {
  color: #00467b;
  display: inline-block;
  font-weight: 300;
  position: relative;
}

.footer a.help-link.footnote {
  display: inline-block;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .footer-content {
    display: flex;
    align-items: center;
  }
  .footer-language-selector {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .footer-content {
    display: block;
  }
  .footer a.help-link.footnote {
    display: inline-block;
    margin-top: 4px;
  }
  #footer-visit-moia-link {
    display: block;
    margin-top: 12px;
  }
  .footer-language-selector {
    display: inline-block;
    text-align: right;
  }
}
.footer-inner {
  width: 100%;
}
.footer-social-link {
  margin-right: 12px;
}
#impressum {
  flex-grow: 1;
}

.footer-app-link {
  margin-right: 12px;
}
.footer-app-link a img {
  height: 47px;
}

.footer-language-selector .dropdown-toggle {
  color: #000c15;
  background-image: url(/hc/theming_assets/01HZPS53M0FDN7QBE7S92ZZHBK);
  background-repeat: no-repeat;
  background-size: 7px 12px;
  background-position-x: 92%;
  background-position-y: center;
  padding-right: 18px;
}

.footer-language-selector .dropdown-toggle:hover {
  background-image: url(/hc/theming_assets/01HZPS50W40EW7VX96TF1RF0PY);
}

.footer-language-selector .dropdown-toggle::after {
  content: '';
}

.footer .dropdown-menu {
  padding: 0;
  border-radius: 10px;
  border: #B3B6B9 1px solid;
  min-width: auto;
  box-shadow: 0px 2px 4px rgba(161, 161, 161, 0.21);
}

.footer .dropdown-menu a {
  color: #000c15;
  border-radius: 10px;
  padding: 12px 28px;
  font-size: 0.75rem;
}

.footer .dropdown-menu [role='menuitem']:hover,
.footer .dropdown-menu [role='menuitem']:focus {
  background-color: #f0f0f1;
}

.footer .dropdown-menu [role='menuitem']:active {
  background-color: #e6e7e8;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  line-height: 1;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .breadcrumbs {
    text-align: center;
  }
}

.breadcrumbs li {
  color: #000c15;
  display: inline;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.3;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  content: url(/hc/theming_assets/01HZPS5285DFGFRHTW9X160J9R);
  margin: 0 4px 3px;
  vertical-align: middle;
  display: inline-block;
}

.breadcrumbs li a {
  position: relative;
}

.breadcrumbs li a::after {
  background: #0532ff;
  bottom: -3px;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.breadcrumbs li a:hover::after {
  width: 100%;
  left: 0;
}

/***** Search field *****/
.search {
  position: relative;
}

.search input[type='search'] {
  box-shadow: 0 2px 4px rgba(161, 161, 161, 0.21);
  background-color: #ffffff;
  border-radius: 10px;
  padding: 16px 20px 16px 2.75rem;
  box-sizing: border-box;
  height: 3.25rem;
  border: none;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #000c15;
}

.search input[type='search']::placeholder {
  font-size: 1.125rem;
  line-height: 1.2;
  color: #919ea5;
}

.with-results {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.search::before {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 4px;
  background-image: url(/hc/theming_assets/01HZPS50KBD5SMDSHKMQR8W2XM);
  content: '';
  width: 40px;
  height: 40px;
}

.search-result-suggestions-wrapper {
  position: relative;
}

@media (min-width: 768px) {
  .search-result-suggestions-wrapper {
    width: 100%;
    margin: 0 auto !important;
  }
}

.search-result-suggestions {
  position: absolute;
  z-index: 1000000;
  display: none;
  box-sizing: border-box;
  margin: 0 auto;
  border: none;
  width: 100%;
  line-height: 1.2;
  color: #000c15;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 -10px 0px 0px white, 0 2px 4px 0px rgba(161, 161, 161, 0.21),
    2px 0 4px -4px rgba(161, 161, 161, 0.21),
    -12px 0 4px -12px rgba(161, 161, 161, 0.21);
}

.over-content {
  box-shadow: 0 -10px 0px 0px white, 0px 2px 4px rgba(161, 161, 161, 0.21),
    0px 12px 25px rgba(0, 0, 0, 0.09);
}

@media (min-width: 768px) {
  .search-result-suggestions {
    margin: 0 auto;
    width: 448px;
  }
}
@media (min-width: 1024px) {
  .search-result-suggestions {
    margin: 0 auto;
    width: 500px;
  }
}

.search-result-suggestions li {
  padding: 10px 20px 8px 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #e6e7e8;
  line-height: 31px;
  word-break: break-word;
  text-align: left;
}

.search-result-suggestions li:first-child {
  box-shadow: inset 0px 11px 8px -10px rgba(161, 161, 161, 0.21);
}

.search-result-suggestions li:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.search-result-suggestions li em {
  font-weight: bold !important;
  background-color: #F0ECE4 !important;
}

.search-result-suggestions li .section-name {
  line-height: 1.3;
  font-size: 0.75rem;
  color: #B3B6B9;
  display: inline-block;
}

.search-result-suggestions li .section-title {
  line-height: 1.3;
  display: inline-block;
}

.search-result-suggestions .selected {
  background-color: #d9d9d9;
}

.search-result-suggestions li:hover {
  background-color: #faf8f6;
  cursor: pointer;
}

/***** Hero component *****/
.hero {
  padding: 48px 0;
}

@media (min-width: 768px) {
  .hero {
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(/hc/theming_assets/01HZPS54RPV0FESPSPEMKDV68G);
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .hero {
    height: 85vh;
  }
}

.hero-inner {
  padding: 0 10px;
}

@media (min-width: 768px) {
  .hero-inner {
    padding: 0;
    width: 100%;
    text-align: center;
  }
}

.hero-title {
  padding: 0 10px 12px;
}

@media (min-width: 768px) {
  .hero-title {
    color: #ffffff;
    font-size: 2.5rem;
    padding: 0 0 32px;
  }
}

@media (min-width: 1024px) {
  .hero-title {
    font-size: 3.75rem;
  }
}

.hero .search {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .hero .search,
  .search-result-suggestions-wrapper {
    max-width: 448px;
  }
}

@media (min-width: 1024px) {
  .hero .search,
  .search-result-suggestions-wrapper {
    max-width: 500px;
  }
}

.page-header {
  padding-top: 40px;
}

.page-header > .search {
  margin: 20px -10px;
}

.page-header > h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 1.6875rem;
  line-height: 1.4;
}

.page-header > div:not(.search-result-suggestions-wrapper) {
  margin: 12px 0px 20px 0px;
}

.page-header > .search-result-suggestions-wrapper {
  margin: 0 -10px;
}

@media (min-width: 768px) {
  .page-header {
    padding-top: 56px;
  }

  .page-header > h1 {
    font-size: 2.5rem;
    line-height: 1.3;
    text-align: center;
  }

  .page-header > div:not(.search-result-suggestions-wrapper) {
    max-width: 448px;
    margin: 0px auto 32px auto;
    text-align: center;
  }

  .page-header > .search-result-suggestions-wrapper {
    margin: 0;
  }

  .page-header > .search {
    text-align: center;
    margin: 0 auto;
    width: 448px;
    height: 52px;
  }
}

@media (min-width: 1024px) {
  .page-header > h1 {
    font-size: 3.75rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 30px;
  }
  .page-header > .search {
    margin: 0 auto;
    width: 500px;
    height: 52px;
  }
  .page-header > div:not(.search-result-suggestions-wrapper) {
    width: 500px;
  }
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.page-header h1 {
  flex-grow: 1;
}

.page-header-description {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.page-header .icon-lock::before {
  content: '\1F512';
  font-size: 1.25rem;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 40px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .sub-nav {
    padding-top: 56px;
  }
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}

.blocks-item {
  display: flex;
  flex: 0 50%;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 8px;
  width: 50%;
}

.blocks-item:nth-child(odd) {
  padding-right: 4px;
}

.blocks-item:nth-child(even) {
  padding-left: 4px;
}

@media (min-width: 768px) {
  .blocks-list {
    margin: 0;
  }

  .blocks-item {
    margin-bottom: 16px;
  }

  .blocks-item:nth-child(odd) {
    padding-right: 8px;
  }

  .blocks-item:nth-child(even) {
    padding-left: 8px;
  }
}

@media (min-width: 1024px) {
  .blocks-item {
    flex: 0 33.33%;
  }

  .blocks-item:nth-child(odd),
  .blocks-item:nth-child(even) {
    padding: 0;
  }

  .blocks-item:nth-child(3n + 1) {
    padding-right: 8px;
  }

  .blocks-item:nth-child(3n + 2) {
    padding-left: 8px;
    padding-right: 8px;
  }

  .blocks-item:nth-child(3n + 3) {
    padding-left: 8px;
  }
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock::before {
  content: '\1F512';
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: #000c15;
}

.blocks-item-link {
  color: #000c15;
}

.blocks-item-link:hover,
.blocks-item-link:focus,
.blocks-item-link:active {
  text-decoration: none;
  background-color: white;
  color: initial !important;
  box-shadow: 0px 2px 4px rgba(161, 161, 161, 0.21),
    inset 0px 0px 1px 1px #0532ff;
}

.blocks-item-icon {
  display: block;
  margin: 0 auto 4px;
}

@media (min-width: 768px) {
  .blocks-item-icon {
    margin-bottom: 20px;
  }
}

/*  => Problems with a trip */
.blocks-item:nth-child(1) .blocks-item-icon {
  /*.blocks-item-icon-360000069205 {*/
  content: url(/hc/theming_assets/01HZPS500CQFCM4866Z9ZVBS6A);
}

/* Allgemeines => How MOIA Works */
.blocks-item:nth-child(2) .blocks-item-icon {
  /*.blocks-item-icon-360000069225 {*/
  content: url(/hc/theming_assets/01HZPS50QB34NQF79AJ4SFK6SR);
}

/*  => Payment & Data */
.blocks-item:nth-child(3) .blocks-item-icon {
  /*.blocks-item-icon-360000141314 {*/
  content: url(/hc/theming_assets/01HZPS51K5R72EFX2B1JK16Q3N);
}

/*  => Registration & Login */
.blocks-item:nth-child(4) .blocks-item-icon {
  /*.blocks-item-icon-3460000063709 {*/
  content: url(/hc/theming_assets/01HZPS516N6M0AE4XWYWBGJTCQ);
}

/*  => Service & Vehicle */
.blocks-item:nth-child(5) .blocks-item-icon {
  /*.blocks-item-icon-360000069029 {*/
  content: url(/hc/theming_assets/01HZPS550KK3100XP1SF5BF96T);
}

/*  => MOIA & Accessibility */
.blocks-item:nth-child(6) .blocks-item-icon {
  /*.blocks-item-icon-360000113297 {*/
  content: url(/hc/theming_assets/01HZPS54WE2HYWA8TQBVXK6HBY);
}

/*  => Autonomous Driving with MOIA */
.blocks-item:nth-child(7) .blocks-item-icon {
  content: url(/hc/theming_assets/01JNHATF22Z25JXHYA91ME4DDP);
}

/*  => Internal Wiki */
.blocks-item:nth-child(8) .blocks-item-icon {
  /*.blocks-item-icon-360000791038 {*/
  content: url(/hc/theming_assets/01JNHBMM5GHXDZ48DQ0XCBBJKZ);
}
@media (max-width: 768px) {
  /*  => Problems with a trip */
  .blocks-item:nth-child(1) .blocks-item-icon {
    /*.blocks-item-icon-360000069205 {*/
    content: url(/hc/theming_assets/01HZPS54C5DFZ5A1V9JPKVJ7F9);
  }

  /* Allgemeines => How MOIA Works */
  .blocks-item:nth-child(2) .blocks-item-icon {
    /*.blocks-item-icon-360000069225 {*/
    content: url(/hc/theming_assets/01HZPS50ZPP8ZY5Z0EYXM9VEA3);
  }

  /*  => Payment & Data */
  .blocks-item:nth-child(3) .blocks-item-icon {
    /*.blocks-item-icon-360000141314 {*/
    content: url(/hc/theming_assets/01HZPS51366KM75HVTZ7KHDHJQ);
  }

  /*  => Registration & Login */
  .blocks-item:nth-child(4) .blocks-item-icon {
    /*.blocks-item-icon-3460000063709 {*/
    content: url(/hc/theming_assets/01HZPS4Z9MEKX3FWDWMVKMVCMA);
  }

  /*  => Service & Vehicle */
  .blocks-item:nth-child(5) .blocks-item-icon {
    /*.blocks-item-icon-360000069029 {*/
    content: url(/hc/theming_assets/01HZPS4YREEKXHEMXV7RY3RE69);
  }

  /*  => MOIA & Accessibility */
  .blocks-item:nth-child(6) .blocks-item-icon {
    /*.blocks-item-icon-360000113297 {*/
    content: url(/hc/theming_assets/01HZPS51RNX06JM77VGWHKNVZP);
  }

  /*  => Autonomous Driving with MOIA */
  .blocks-item:nth-child(7) .blocks-item-icon {
    content: url(/hc/theming_assets/01JNHAA3VZJCH349ZG551HC2CC);
  }

  /*  => Internal Wiki */
  .blocks-item:nth-child(8) .blocks-item-icon {
    /*.blocks-item-icon-360000791038 {*/
    content: url(/hc/theming_assets/01JNHBMN2Q65CY1KP31Y3TRYBM);
  }
}

.blocks-item-title {
  margin-bottom: 0;
  word-break: break-word;
}

@media (min-width: 768px) {
  .blocks-item-title {
    font-size: 1.125rem;
  }
}

.blocks-item-description {
  font-weight: 300;
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

/***** Homepage *****/
.section h2 {
  text-align: left;
  margin-bottom: 20px;
  word-break: break-word;
}

@media (min-width: 768px) {
  .section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 56px;
  }
}

.home-page {
  padding: 0 10px;
  margin-top: 0;
}

@media (min-width: 768px) {
  .home-page {
    padding: 0;
  }
}

.knowledge-base {
  padding-bottom: 48px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .knowledge-base {
    padding: 60px 12.5% 80px;
  }
}

@media (min-width: 1024px) {
  .knowledge-base {
    padding: 112px 8% 96px;
  }
}

@media (min-width: 1600px) {
  .knowledge-base {
    max-width: 1340px;
    padding-left: 0;
    padding-right: 0;
  }
}

.moia-notification.new-notification {
  width: 100%;
  padding: 0 10px;
  top: 10px;
  right: 0;
  margin-bottom: 0;
  transform: translateY(-200%);
}

@media (min-width: 768px) {
  .moia-notification.new-notification {
    left: 50%;
    transform: translate(-50%, 200%);
    right: unset;
    max-width: 448px;
    padding: 0;
    top: unset;
    bottom: 6vh;
  }
}

@media (min-width: 1024px) {
  .moia-notification.new-notification {
    max-width: 500px;
    bottom: 3.5vh;
  }
}

.moia-notification.new-notification.show,
.moia-notification.new-notification.hide {
  transition: transform 0.4s ease-in-out;
}

.moia-notification.new-notification.show {
  transform: translateY(0);
}

.moia-notification.new-notification.hide {
  transform: translateY(-200%);
}

@media (min-width: 768px) {
  .moia-notification.new-notification.show {
    transform: translate(-50%, 0);
  }

  .moia-notification.new-notification.hide {
    transform: translate(-50%, 200%);
  }
}

div[data-test-id='notification'] {
  display: none;
}

.moia-notification.new-notification > div {
  display: none;
  border-radius: 10px;
  padding: 12px 2.75rem 12px 44px;
  margin-bottom: 0;
  background-image: url(/hc/theming_assets/01HZPS4YWC3G7FZSE5GFB02MQY);
  background-color: #000c15;
  background-repeat: no-repeat;
  background-position: 15px center;
  border: none;
  box-shadow: none;
}

.moia-notification.new-notification .white {
  color: #ffffff !important;
}

.moia-notification.new-notification > div div:first-child,
.moia-notification.new-notification > div span,
.moia-notification.new-notification > div div:last-child {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.3;
}

.moia-notification.new-notification > div div:last-child,
.moia-notification.new-notification > div div:first-child {
  font-weight: bold;
  display: inline;
}

.moia-notification.new-notification > div div:last-child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  right: 15px;
}

.moia-notification.new-notification > div div:last-child:before,
.moia-notification.new-notification > div div:last-child:after {
  display: none;
}

/***** Promoted articles *****/
.promoted-articles {
  padding-bottom: 48px;
}

@media (min-width: 768px) {
  .promoted-articles {
    padding: 56px 12.5% 0;
  }
}

@media (min-width: 1024px) {
  .promoted-articles {
    padding: 112px 8% 0;
  }
}

@media (min-width: 1600px) {
  .promoted-articles {
    max-width: 1340px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
}

.promoted-articles .content-wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .promoted-articles .content-wrapper {
    display: block;
    flex-direction: unset;
  }
}

@media (min-width: 1024px) {
  .promoted-articles .content-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    width: 100%;
  }
}

.promoted-articles-cover {
  margin: 0 -10px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  max-height: 130px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .promoted-articles-cover {
    margin: 0;
    width: 100%;
    max-height: 210px;
    border-radius: 16px;
  }
}

@media (min-width: 1024px) {
  .promoted-articles-cover {
    border-radius: 30px;
    flex: 0 0 60%;
    width: 60%;
    max-height: 500px;
  }
}

@media (min-width: 1198px) {
  .promoted-articles-cover {
    max-height: 424px;
  }
}

.promoted-articles-wrapper {
  padding: 0;
}

@media (min-width: 768px) {
  .promoted-articles-wrapper {
    padding: 20px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .promoted-articles-wrapper {
    flex: 0 0 40%;
    width: 40%;
    padding: 0 0 0 4%;
    display: block;
    flex-direction: unset;
    flex-wrap: unset;
  }
}

.promoted-article {
  padding: 20px 0 16px;
  border-bottom: #e6e7e8 solid 1px;
}

.promoted-article:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

@media (min-width: 768px) {
  .promoted-article {
    border-bottom: none;
    flex: 0 0 48%;
    width: 48%;
    padding: 0 0 20px;
  }

  .promoted-article:last-child {
    padding-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .promoted-article {
    width: 100%;
    flex: unset;
    border-bottom: 1px solid #e6e7e8;
    padding: 0 0 20px;
    margin-bottom: 20px;
  }

  .promoted-article:last-child {
    padding: 0;
    margin-bottom: 0;
  }
}

.promoted-article h3 {
  padding-bottom: 4px;
  word-break: break-word;
}

@media (min-width: 768px) {
  .promoted-article h3 {
    font-size: 1.125rem;
    padding-bottom: 8px;
  }
}

@media (min-width: 1024px) {
  .promoted-article h3 {
    font-size: 1.5rem;
  }
}

.promoted-article a {
  display: inline-block;
}

@media (min-width: 1024px) {
  .promoted-article h4 {
    font-size: 1rem;
  }
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  background-image: url(/hc/theming_assets/01HZPS56BGPG8BGX9Y9Z83KS2Z);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

/***** Recent activity *****/
.recent-activity-list {
  padding: 0;
}

@media (min-width: 1024px) {
  .recent-activity-item-link {
    font-size: 1.125rem;
  }
}

.recent-activity-item-time,
.recent-activity-item-comment {
  color: #00467b;
  display: inline-block;
  font-weight: 300;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-item-comment span::before {
  color: #000c15;
  content: '\1F4AC';
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}

.recent-activity-controls {
  padding-top: 15px;
}

.separator {
  height: 48px;
}

@media (min-width: 768px) {
  .separator {
    height: 64px;
  }
}

/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: flex-end;
}

.category-content {
  flex: 1;
}

@media (min-width: 768px) {
  .section-content,
  .category-content {
    max-width: 575px;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .section-content,
  .category-content {
    max-width: 998px;
    padding: 0 8%;
  }
}

@media (min-width: 1198px) {
  .section-content,
  .category-content {
    padding: 0;
  }
}

.section-tree .section {
  margin-bottom: 56px;
  flex: initial;
}

.section-tree .section:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .section-tree .section {
    margin-bottom: 64px;
  }
}

.section-tree .icon-lock::before {
  vertical-align: baseline;
}

h1.section-tree-title {
  margin-bottom: 24px;
  word-break: break-word;
}

@media (min-width: 768px) {
  h1.section-tree-title {
    margin-bottom: 40px;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .article-list-link {
    font-size: 18px;
  }
}

.section-tree .see-all-articles {
  display: inline-block;
  margin-top: 24px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .section-tree .see-all-articles-wrapper {
    margin-top: 24px;
    text-align: right;
  }

  .section-tree .see-all-articles {
    margin-top: 6px;
  }
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}

.section-content {
  flex: 1;
}

.section-container .page-header {
  padding-top: 0;
}

@media (min-width: 768px) {
  .section-container .page-header {
    padding-top: 0;
  }
}

.section-subscribe .dropdown-toggle::after {
  display: none;
}

/***** Article *****/
.article {
  flex: 1 0 auto;
}

.article-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}

.article-header {
  margin-bottom: 20px;
  word-break: break-word;
}

@media (min-width: 768px) {
  .article-header {
    width: 100%;
    max-width: 576px;
    margin: 0 auto 28px;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .article-header {
    max-width: 698px;
    margin-bottom: 60px;
  }
}

.article-author {
  margin-bottom: 10px;
}

.article-title {
  word-break: break-word;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    /* Take entire row */
  }
}

.article-title .icon-lock::before {
  content: '\1F512';
  font-size: 1.25rem;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.article [role='button'] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

@media (min-width: 768px) {
  .article [role='button'] {
    width: auto;
  }
}

.article-info {
  padding-bottom: 64px;
  width: 100%;
}

@media (min-width: 768px) {
  .article-info {
    width: 100%;
    max-width: 576px;
    margin: 0 auto;
    padding-bottom: 64px;
  }
}

@media (min-width: 1024px) {
  .article-info {
    max-width: 698px;
  }
}

.article-meta {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.article-beta {
  text-align: center;
  color: white;
  background-color: #000c15;
  border-radius: 10px;
  margin-bottom: 32px;
}
.article-beta-content {
  padding: 12px 20px 12px 20px;
}

.article-body p img a:hover {
  background: none;
}

.article-body p:first-child img {
  margin-top: 0;
}

.article-body p:last-child img {
  margin-bottom: 0;
}

.article-body p img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .article-body p img {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}

@media (min-width: 1024px) {
  .article-body p img {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}

.article-body a {
  position: relative;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .article-body a {
    white-space: nowrap;
  }
}

.article-body a::after {
  background: #0532ff;
  bottom: -2px;
  height: 2px;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

.article-body a:hover::after {
  width: 100%;
  left: 0;
}

.article-body ul,
.article-body ol {
  list-style: none;
  padding-left: 2.5rem;
  margin: 0;
}

.article-body ol {
  counter-reset: the-counter;
}

.article-body ul li,
.article-body ol li {
  margin: 0 0 16px 0;
  position: relative;
}

.article-body ul li img,
.article-body ol li img {
  width: 100%;
  height: auto;
}

.article-body ol li {
  counter-increment: the-counter;
}

.article-body ol li::before {
  content: '0' counter(the-counter);
  font-weight: bold;
  position: absolute;
  left: -1.875rem;
  top: 0;
}

.article-body ol li:nth-child(n + 10)::before {
  content: counter(the-counter);
}

.article-body ul li::before {
  content: '';
  background-image: url(/hc/theming_assets/01HZPS4ZD66X9WBYE0RRD60BBK);
  background-repeat: no-repeat;
  position: absolute;
  left: -1.125rem;
  top: 0.6875rem;
  width: 0.25rem;
  height: 0.25rem;
  background-size: 0.25rem;
}

.article-body ul p {
  margin-block-start: 11px;
  margin-block-end: 11px;
}

.article-body ul > ul,
.article-body ol > ol,
.article-body ol > ul,
.article-body ul > ol,
.article-body li > ul,
.article-body li > ol {
  margin: 0;
}

.article-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #00467b;
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-body a.image-link:hover,
.article-body a.image-link:focus,
.article-body a.image-link:active {
  background: none;
}

.article-body a.image-link:hover::after,
.article-body a.image-link:focus::after,
.article-body a.image-link:active::after {
  left: 50%;
  width: 0;
}

.article-content {
  line-height: 1.3;
  word-wrap: break-word;
  font-size: 1.125rem;
}

.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.article-comment-count {
  color: #00467b;
  font-weight: 300;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count .icon-comments {
  color: #000c15;
  content: '\1F4AC';
  display: inline-block;
  font-size: 1.125rem;
  padding: 5px;
}

.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
  }
}

.container + .related-articles {
  margin-top: 64px;
}

.activity,
.related-articles {
  padding: 40px 0;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .activity,
  .related-articles {
    padding: 56px 0 64px;
  }
}

.related-articles > * {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .related-articles > * {
    max-width: 576px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .related-articles > * {
    padding: 0 8%;
    max-width: 100%;
  }
}

@media (min-width: 1600px) {
  .related-articles > * {
    padding: 0;
    max-width: 1340px;
  }
}

.article-vote {
  margin: 0 4px;
  max-width: 130px;
  width: 100%;
}

.article-votes-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 768px) {
  .article-votes-wrapper {
    margin: 0;
  }
}

.article-votes {
  box-shadow: 0 5px 10px rgba(161, 161, 161, 0.2);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 40px 20px 28px;
  text-align: center;
  max-width: 355px;
  width: 100%;
}

@media (min-width: 768px) {
  .article-votes-question {
    font-size: 1.3125rem;
  }
}

.article-votes-count {
  margin-top: 8px;
  margin-bottom: 20px;
  display: block;
}

@media (min-width: 768px) {
  .article-vote-label {
    font-size: 1rem;
  }
}

.article-votes-controls {
  display: flex;
  justify-content: center;
}

.article-vote::before {
  font-size: 0.5px;
  margin-right: 10px;
}

.article-vote::after {
  content: attr(title);
  /* Yes/No label*/
}

.article-vote:focus,
.article-vote:active {
  background-color: transparent;
  color: #000c15;
}

@media (min-width: 768px) {
  .container + .i-still-need-help {
    margin: 80px 0 112px;
  }
}

.i-still-need-help {
  margin: 64px 0 80px;
  text-align: center;
}

@media (min-width: 768px) {
  .i-still-need-help {
    margin: 80px 0 112px;
  }
}

.i-still-need-help.article-detail {
  margin: 64px 0;
}

@media (min-width: 1024px) {
  .i-still-need-help.article-detail {
    margin: 80px 0;
  }
}

.i-still-need-help a:hover {
  color: #000c15 !important;
}

.article-unsubscribe {
  background-color: #000c15;
  color: #ffffff;
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: #000;
  border-color: #000;
}

.sidenav-title {
  font-size: 15px;
  position: relative;
}

.sidenav-item {
  border-radius: 4px;
  color: #000c15;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
}

.sidenav-item.current-article,
.sidenav-item:hover {
  background-color: #000c15;
  color: #ffffff;
  text-decoration: none;
}

.recent-activity,
.recent-articles {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .recent-activity,
  .recent-articles {
    padding: 0 12.5%;
    margin: 0 auto;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .recent-activity,
  .recent-articles {
    padding: 0 8%;
  }
}

@media (min-width: 1600px) {
  .recent-activity,
  .recent-articles {
    padding: 0;
    max-width: 1340px;
  }
}

.recent-activity h3,
.recent-articles h3,
.related-articles h3 {
  font-size: 1.5rem;
  margin-bottom: 24px;
  word-break: break-word;
}

@media (min-width: 768px) {
  .recent-activity h3,
  .recent-articles h3,
  .related-articles h3 {
    font-size: 2.5rem;
    margin-bottom: 56px;
    text-align: center;
  }
  .recent-activity .recent-activity-contact-headline {
    font-size: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .recent-activity .recent-activity-contact-headline {
    font-size: 2.5rem;
  }
}

.recent-activity-list li,
.article-list li,
.recent-articles li,
.related-articles li {
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e7e8;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .recent-activity-list li,
  .article-list li,
  .recent-articles li,
  .related-articles li {
    padding-left: 28px;
    position: relative;
  }

  .recent-activity-list li a:before,
  .article-list li a:before,
  .recent-articles li a:before,
  .related-articles li a:before {
    content: url(/hc/theming_assets/01HZPS5285DFGFRHTW9X160J9R);
    position: absolute;
    left: 12px;
    height: 20px;
    top: -4px;
    transform: scale(1.3);
    pointer-events: none;
  }
}

.recent-activity-list li a,
.article-list li a,
.recent-articles li a,
.related-articles li a {
  color: #000c15;
  word-break: break-word;
}

.recent-activity-list li a:hover,
.article-list li a:hover,
.recent-articles li a:hover,
.related-articles li a:hover,
.recent-activity-list li a:focus,
.article-list li a:focus,
.recent-articles li a:focus,
.related-articles li a:focus,
.recent-activity-list li a:active,
.article-list li a:active,
.recent-articles li a:active,
.related-articles li a:active {
  color: #0532ff;
}

.recent-activity-list li:last-child,
.article-list li:last-child,
.recent-articles li:last-child,
.related-articles li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 2.5rem;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px #e6e7e8 solid;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.attachments .attachment-item::before {
  color: #000c15;
  content: '\1F4CE';
  position: absolute;
  font-size: 1.1875rem;
  left: 11px;
  top: 3px;
}

.attachments .attachment-item > a {
  font-size: 1.125rem;
  line-height: 1.3;
  color: #000c15;
}

.attachments .attachment-item > a:hover,
.attachments .attachment-item > a:active,
.attachments .attachment-item > a:focus {
  background: none;
  color: #000c15 !important;
}

.attachments .attachment-meta {
  font-size: 1rem;
  line-height: 1.3;
}

.attachments .attachment-meta a {
  color: #0532ff;
  font-weight: bold;
}

.form-field .upload-dropzone input[type='file'] {
  height: 3.25rem;
}

.upload-dropzone {
  background: #f0f0f1;
  border-radius: 10px;
  border: none;
  text-align: left;
  height: 3.25rem;
}

.upload-dropzone span {
  color: #919ea5;
  font-size: 1rem;
  height: 3.25rem;
  line-height: 3.25rem;
  padding: 0 16px;
}

.upload-dropzone span a {
  color: #919ea5;
  font-size: 1rem;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .share {
    margin-bottom: 0;
  }
}

.share a::before {
  color: #00467b;
  display: block;
  font-size: 1.25rem;
  text-align: center;
  width: 100%;
}

.share a:hover,
.share a:focus,
.share a:active {
  background: none;
  text-decoration: none;
}

.share a:hover::before {
  color: #000c15;
}

.share .share-circle {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  overflow: hidden;
  width: 1.25rem;
  height: 1.25rem;
}

.share .footer-social-link {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 12px;
}
.share .footer-social-link:last-child {
  margin-right: 0;
}

.share-facebook:hover,
.share-twitter:hover,
.share-youtube::before,
.share-instagram:hover {
  background-color: transparent;
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #00467b;
  display: inline-block;
  font-weight: 300;
  font-size: 0.8125rem;
  margin-bottom: 0;
}

.comment-callout a {
  color: #000c15;
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter a {
  color: #00467b;
  font-weight: 300;
  font-size: 0.8125rem;
  text-decoration: none;
}

.comment-wrapper {
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid #000c15;
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 10px;
}

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir='ltr'] .comment-form-controls {
    text-align: right;
  }
}

.comment-form-controls input[type='submit'] {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .comment-form-controls input[type='submit'] {
    margin-left: 15px;
  }
}

.comment-form-controls input[type='checkbox'] {
  margin-right: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: #000c15;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  line-height: 1.6;
}

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

.comment-body ul,
.comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

.comment-body ul > ul,
.comment-body ol > ol,
.comment-body ol > ul,
.comment-body ul > ol,
.comment-body li > ul,
.comment-body li > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
  color: #001c9e;
}

.comment-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #00467b;
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}

.vote a {
  outline: none;
}

.vote a:active,
.vote a:hover,
.vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #00467b;
  display: block;
  margin: 3px 0;
}

.vote-up:hover::before,
.vote-down:hover::before {
  color: #000c15;
}

.vote-up::before,
.vote-down::before {
  color: #00467b;
  font-size: 1.5rem;
}

.vote-up::before {
  content: '\2B06';
}

.vote-down::before {
  content: '\2B07';
}

.vote-voted::before {
  color: #000c15;
}

.vote-voted:hover::before {
  color: #000;
}

/***** Actions *****/
/* Styles admin and end user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:hover::before,
.actions .dropdown-toggle:focus::before,
.actions .dropdown-toggle:active::before {
  background-color: #f7f7f7;
}

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #00467b;
  content: '\2699';
  display: block;
  font-size: 0.8125rem;
  margin: auto;
  padding: 5px;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01HZPS564S70K3YVSQTQF15GMN);
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-featured-posts,
.community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header h4 {
  margin-bottom: 0;
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 0.8125rem;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow .dropdown {
  width: 100%;
}

.community-follow [role='button'] {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow [role='button'] {
    width: auto;
  }
}

.community-follow [role='button']:hover {
  background-color: #000c15;
}

.community-follow [role='button']:hover::after,
.community-follow [role='button']:focus::after {
  border-color: #ffffff;
  color: #ffffff;
}

.community-follow [role='button'][aria-selected='true'] {
  background-color: #000c15;
  color: #ffffff;
}

.community-follow [role='button'][aria-selected='true']::after {
  border-left: 1px solid #ffffff;
  color: #ffffff;
}

.community-follow [role='button'][aria-selected='true']:hover {
  background-color: #000;
  border-color: #000;
}

.community-follow [role='button']::after {
  border-left: 1px solid #000c15;
  content: attr(data-follower-count);
  color: #000c15;
  display: inline-block;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow [role='button']::after {
    position: static;
  }
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: #0532ff;
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover,
.striped-list-title:focus,
.striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: #001c9e;
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #00467b;
  font-weight: 300;
  font-size: 0.8125rem;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: '·';
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: #000c15;
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.75rem;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover,
.status-label:active,
.status-label:focus {
  text-decoration: none;
}

.status-label-pinned,
.status-label-featured,
.status-label-official {
  background-color: #000c15;
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

.status-label-pending,
.status-label-not-planned {
  background-color: #eee;
  color: #00467b;
}

.status-label-pending {
  text-align: center;
}

.status-label-open {
  background-color: #e03b30;
}

.status-label-closed {
  background-color: #ddd;
}

.status-label-solved {
  background-color: #999;
}

.status-label-new {
  background-color: #ffd12a;
}

.status-label-hold {
  background-color: #000;
}

.status-label-open,
.status-label-closed,
.status-label-solved,
.status-label-new,
.status-label-hold,
.status-label-answered {
  text-transform: lowercase;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

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

.post-body ul,
.post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

.post-body ul > ul,
.post-body ol > ol,
.post-body ol > ul,
.post-body ul > ol,
.post-body li > ul,
.post-body li > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body a:visited {
  color: #001c9e;
}

.post-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #00467b;
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #00467b;
  font-weight: 300;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: #000c15;
  content: '\1F4AC';
  display: inline-block;
  font-size: 1.125rem;
  padding: 5px;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
}

.post-sidebar h5 {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .post-sidebar h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
  }
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: #000c15;
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }

  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: #000c15;
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li[aria-selected='true'] {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected='true'] {
    border-bottom: 4px solid #000c15;
    order: 1;
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected='true'] a {
  color: #000c15;
}

.collapsible-nav-list li[aria-selected='true']::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: '\25BE';
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected='true']::after {
    display: none;
  }
}

.collapsible-nav[aria-expanded='true'] {
  max-height: none;
}

.collapsible-nav[aria-expanded='true'] li[aria-selected='true']::after {
  content: '\2715';
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.collapsible-sidebar[aria-expanded='true'] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded='true'] .collapsible-sidebar-title::after {
  content: '\2715';
}

@media (min-width: 1024px) {
  .collapsible-sidebar[aria-expanded='true'] .collapsible-sidebar-title::after {
    display: none;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-title::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: '\25BE';
  position: absolute;
  right: 10px;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-title::after {
    display: none;
  }
}

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ddd;
  }
}

.my-activities-sub-nav li[aria-selected='true'] {
  border-color: #000c15;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 0.8125rem;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
}

.requests-table-toolbar .organization-unsubscribe {
  background-color: #000c15;
  color: #ffffff;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: '';
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 0.625rem;
}

/* Following table */
.subscriptions-unsubscribe a {
  background: #000c15;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #000;
  text-decoration: none;
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #00467b;
  font-size: 0.8125rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #00467b;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields,
.request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  padding: 8px 15px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .comment-show-container-content {
  align-self: center;
  color: #00467b;
  margin-left: 10px;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus='true'] {
  border: 1px solid #000c15;
}

.request-main .form-field.comment-ccs > input[type='text'] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid #000c15;
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 0.8125rem;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h5 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h5 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt,
.request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 0.8125rem;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: '\A';
  white-space: pre;
}

.request-details dt {
  color: #00467b;
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt,
.request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 180px;
  background: #f0f0f1;
  border: none;
  border-radius: 10px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0 50px;
  text-align: center;
}

@media (min-width: 768px) {
  .pagination {
    margin: 20px 0 80px;
  }
}

.pagination ul {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

.pagination li {
  position: relative;
}

.pagination .pagination-prev {
  margin-right: auto;
}

.pagination .pagination-next {
  margin-left: auto;
}

.pagination a,
.pagination span {
  font-weight: bold;
  font-size: 1rem;
  color: #0532ff;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data:not(:last-child)::after {
  content: '';
  margin: 0 5px;
}

/***** Icons *****/
[class^='icon-']::before,
[class*=' icon-']::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li[aria-selected='true']::after,
.collapsible-sidebar-title::after,
.search-result-votes::before,
.search-result-meta-count::before {
  font-family: 'copenhagen-icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: '\1F512';
}

.icon-star::before {
  content: '\2605';
}

.icon-twitter::before {
  content: '\e901';
}

.icon-facebook::before {
  content: '\e903';
}

.icon-agent::before {
  content: '\1F464';
}

.icon-close::before {
  content: '\2715';
}

.icon-arrow-up::before {
  content: '\2B06';
}

.icon-arrow-down::before {
  content: '\2B07';
}

.icon-attachments::before {
  content: '\1F4CE';
}

.icon-comments::before {
  content: '\1F4AC';
}

.icon-search::before {
  content: '\1F50D';
}

.icon-vote::before {
  content: '\1F44D';
}

.icon-handle::before {
  content: '\25BE';
}

.icon-check::before {
  content: '\2713';
}

.icon-gear::before {
  content: '\2699';
}

.icon-menu::before {
  content: '\2630';
}

.icon-article::before {
  content: '\1F4C4';
}

.icon-post::before {
  content: '\1F4D4';
}

.icon-notification-alert::before {
  content: '\26A0';
}

.icon-notification-error::before {
  content: '\00D7';
}

.icon-notification-info::before {
  content: '\2139';
}

.icon-notification-success::before {
  content: '\2714';
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }

  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.profile-header .options [data-action='edit-profile'] {
  background-color: #000c15;
  border: 0;
  color: #ffffff;
  line-height: normal;
  padding: 8px 20px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 0.8125rem;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #00467b;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #000c15;
  border-radius: 4px;
  color: #000c15;
  padding: 5px 20px;
  font-size: 0.75rem;
  text-align: center;
}

.profile-private-badge::after {
  content: '\1f512';
  margin-left: 5px;
  font-family: 'copenhagen-icons';
  vertical-align: middle;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #00467b;
  font-weight: 300;
  font-size: 0.8125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 0.8125rem;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 1rem;
  color: #ccc;
  font-family: 'copenhagen-icons';
  line-height: 25px;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.profile-section .private-activity::before {
  content: '\1f512';
  font-family: 'copenhagen-icons';
  font-style: normal;
  font-size: 0.75rem;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
}

.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: '';
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 1rem;
  color: #ccc;
  font-family: 'copenhagen-icons';
}

@media (min-width: 768px) {
  .profile-activity::before {
    left: -14px;
  }
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$='-article']::before {
  content: '\1f4c4';
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$='-post']::before {
  content: '\1f4d4';
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$='-comment']::before {
  content: '\1f4ac';
  line-height: 35px;
}

.search-results-page.empty .page-header h1 {
  margin-bottom: 12px;
}

.search-results-page .page-header h1 {
  margin-bottom: 0px;
}

/***** Search results *****/
@media (min-width: 768px) {
  .search-results-page.empty,
  .form-wrapper.empty {
    position: absolute;
    top: calc(50%);
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }

  .search-results-page.empty .page-header h1 {
    margin-bottom: 12px;
  }
}

@media (max-height: 480px) {
  .search-results-page.empty,
  .form-wrapper.empty {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    padding: 150px 0 108px;
    margin: 0 auto;
  }
}

.search-results {
  display: block;
  margin: 20px -10px;
}
@media (min-width: 768px) {
  .search-results {
    margin: 40px auto;
    padding: 0 12.5%;
    max-width: 698px;
  }
}

@media (min-width: 1024px) {
  .search-results {
    padding: 0px;
  }
}

.search-results-column {
  flex: 1;
}

.search-results-list {
  margin-bottom: 25px;
  word-break: break-word;
}

.search-result .show-more {
  display: block;
  padding: 4px 10px 20px;
}

@media (min-width: 768px) {
  .search-result .show-more {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.search-result .show-more:hover,
.search-result .show-more:active,
.search-result .show-more:focus {
  color: initial !important;
  background: #faf8f6;
}

.search-result-link {
  color: #000c15;
  display: block;
}

.search-results-list > li {
  margin-bottom: 8px;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(161, 161, 161, 0.21);
  border-radius: 10px;
}

.search-result-description {
  margin-top: 4px;
  color: #000c15;
}

.search-result-votes,
.search-result-meta-count {
  color: #00467b;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes::before,
.search-result-meta-count::before {
  color: #000c15;
}

[dir='ltr'] .search-result-votes,
[dir='ltr'] .search-result-meta-count {
  margin-left: 5px;
}

[dir='ltr'] .search-result-votes::before,
[dir='ltr'] .search-result-meta-count::before {
  margin-right: 3px;
}

.search-result-votes::before {
  content: '\1F44D';
}

.search-result-meta-count::before {
  content: '\1F4AC';
}

.search-result .meta-group {
  align-items: center;
  line-height: 1;
  padding: 20px 10px 4px;
}

@media (min-width: 768px) {
  .search-result .meta-group {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.search-result-breadcrumbs {
  margin: 0;
}

.hidden {
  display: none;
}

.zEWidget-launcher {
  bottom: 11px !important;
}

#new_request .request_subject,
#new_request .request_description,
#new_request .form-field > [for='request-attachments'],
#new_request .form-field > #upload-dropzone,
#new_request .form-field > #upload-error,
#new_request .request_custom_fields_360007085298, /*Name-Field*/
#new_request .request_custom_fields_360007107097, /*Email-Field*/
.upload-pool,
#new_request footer input {
}
.form-field:nth-of-type(3) ~ .form-field,
#new_request footer input,
.form-error-hint {
  display: none;
}

[hidden] {
  display: none !important;
}

.huge-button {
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(161, 161, 161, 0.21);
  border-radius: 10px;
  padding: 28px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.huge-button:hover {
  transition: box-shadow 0.12s ease-in-out;
  box-shadow: 0px 2px 4px rgba(161, 161, 161, 0.21),
    inset 0px 0px 1px 1px #0532ff;
  background-color: #ffffff;
  cursor: pointer;
  color: #000c15 !important;
}

@media (min-width: 768px) {
  .huge-button {
    padding: 48px 20px;
    height: 100%;
  }
}

.huge-button-content {
  align-self: center;
  text-align: center;
}
.huge-button-content > span {
  display: flex;
}

.contact-form-button {
  margin-top: 64px;
  width: 100%;
  text-align: center;
}

.section-activity-wrapper {
  text-align: left;
  margin: 48px 0 0 -20px;
  width: 100vw;
  position: relative;
}

@media (min-width: 768px) {
  .section-activity-wrapper {
    margin: 64px 0 0 0;
    left: calc(-50vw + 50%);
  }
}

@media (min-width: 1024px) {
  .section-activity-wrapper {
    margin: 112px 0 0 0;
  }
}

.new-request-headline {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .new-request-headline {
    margin-bottom: 32px;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .new-request-headline {
    margin-bottom: 40px;
  }
}

.form-error {
  background-color: #feeded !important;
  border: none;
  color: #f24747 !important;
}

.form-error::placeholder {
  color: #f24747 !important;
  font-size: 1rem;
}

.form-error-hint {
  display: none;
  width: 100%;
  margin-top: 28px;
}

.form-error-hint-attachment {
  margin-top: 0px;
}

.form-error-list,
.upload-pool {
  text-align: left;
}

.upload-pool {
  margin-top: 20px;
}

.upload-pool .upload-item:hover {
  background: none;
}

.upload-pool .upload-item > a {
  position: initial;
  padding-bottom: 1px;
}

.upload-pool .upload-item span {
  right: 12px;
  position: absolute;
  top: 50%;
  margin-right: 0;
  transform: translateY(-50%);
  background: url(/hc/theming_assets/01HZPS53VB6FMQHBK9549JYQ1T);
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

.upload-pool .upload-item .upload-link {
  color: #333;
  vertical-align: bottom;
  font-size: 1rem;
}

.form-error-list li,
.upload-pool .upload-item {
  position: relative;
  list-style-type: none;
  border-bottom: 1px solid #e6e7e8;
  font-size: 1rem;
  width: 100%;
  border-radius: 0;
  clear: none;
  float: none;
  padding: 12px 40px;
  margin: 0;
}

.form-error-list li {
  padding-right: 12px;
}

.form-error-list li:last-child,
.upload-item:last-child {
  border: none;
}

.form-error-list li::before,
.upload-link::before {
  background-image: url(/hc/theming_assets/01HZPS548FS6ZNHN8DDNGNA25K);
  content: '';
  position: absolute;
  top: 50%;
  left: 12px;
  width: 19px;
  height: 19px;
  background-size: 19px 19px;
  margin-right: 0;
  transform: translateY(-50%);
}

.upload-pool .upload-link::before {
  background-image: url(/hc/theming_assets/01HZPS4ZGZ7HKZX6599CJNTVEJ);
}

.upload-pool .upload-remove::before {
  content: none;
}

.upload-pool .upload-item .upload-progress {
  background-color: #0532ff;
}

.horizontalItemDivider {
  border-bottom: 1px solid #e6e7e8 !important;
}

em {
  font-style: normal !important;
  background-color: #F0ECE4 !important;
}

/* custom article elements */

.moiaInfoBox {
  border: 1px solid #e6aa33;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 16px;
  text-align: center;
}

.moiaInfoBox img {
  max-width: 100%;
}

/* SEVERELY DISABLED FORM */
.severely-disabled-attachments-description {
  font-size: 12px;
  padding-top: 12px;
  font-style: normal;
  font-weight: 300;
}

.severely-disabled-sub-headline {
  font-size: 21px;
  padding-top: 48px;
}
